#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" template struct VirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtActionInvoker5 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; struct VirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtActionInvoker4 { 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 VirtFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct VirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericVirtFuncInvoker1 { 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); } }; template struct GenericVirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericVirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericVirtActionInvoker2 { 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 GenericVirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template 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); } }; 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 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 InterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template 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 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 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 GenericInterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericInterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericInterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericInterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct 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); } }; // Newtonsoft.Json.Serialization.DefaultContractResolver/<>c struct U3CU3Ec_t2089815845; // System.Reflection.MemberInfo struct MemberInfo_t; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t2359854630; // System.Type struct Type_t; // System.Collections.Generic.List`1 struct List_1_t557109187; // System.Collections.Generic.List`1 struct List_1_t257213610; // System.Collections.Generic.IList`1 struct IList_1_t900354228; // System.Collections.Generic.IList`1 struct IList_1_t600458651; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t2059959053; // System.Reflection.PropertyInfo struct PropertyInfo_t; // System.Reflection.FieldInfo struct FieldInfo_t; // System.Globalization.CultureInfo struct CultureInfo_t4157843068; // System.String struct String_t; // System.IFormatProvider struct IFormatProvider_t2518567562; // Newtonsoft.Json.JsonException struct JsonException_t3720114400; // System.Reflection.ConstructorInfo struct ConstructorInfo_t5769829; // Newtonsoft.Json.Serialization.JsonProperty struct JsonProperty_t1405154176; // Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_0 struct U3CU3Ec__DisplayClass34_0_t2309445613; // Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_1 struct U3CU3Ec__DisplayClass34_1_t3875529554; // System.Func`2 struct Func_2_t2447130374; // Newtonsoft.Json.JsonSerializationException struct JsonSerializationException_t4152118729; // System.Func`1 struct Func_1_t2509852811; // System.Action`2 struct Action_2_t2470008838; // Newtonsoft.Json.Utilities.MethodCall`2 struct MethodCall_2_t2845904993; // System.Object[] struct ObjectU5BU5D_t2843939325; // Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_2 struct U3CU3Ec__DisplayClass34_2_t1146646199; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t1510070208; // Newtonsoft.Json.Serialization.ObjectConstructor`1 struct ObjectConstructor_1_t3207922868; // Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass64_0 struct U3CU3Ec__DisplayClass64_0_t1907775469; // Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass65_0 struct U3CU3Ec__DisplayClass65_0_t1907775468; // Newtonsoft.Json.Serialization.DefaultContractResolverState struct DefaultContractResolverState_t3045992855; // Newtonsoft.Json.Utilities.PropertyNameTable struct PropertyNameTable_t4130830590; // Newtonsoft.Json.Serialization.DefaultReferenceResolver struct DefaultReferenceResolver_t3322505560; // Newtonsoft.Json.Utilities.BidirectionalDictionary`2 struct BidirectionalDictionary_2_t2019708942; // Newtonsoft.Json.Serialization.JsonSerializerProxy struct JsonSerializerProxy_t657065764; // Newtonsoft.Json.Serialization.JsonSerializerInternalBase struct JsonSerializerInternalBase_t286011480; // Newtonsoft.Json.Utilities.BidirectionalDictionary`2 struct BidirectionalDictionary_2_t3581858927; // System.Reflection.Assembly struct Assembly_t; // System.AppDomain struct AppDomain_t1571427825; // System.Reflection.Assembly[] struct AssemblyU5BU5D_t2792222854; // Newtonsoft.Json.Serialization.DefaultSerializationBinder struct DefaultSerializationBinder_t1281536470; // Newtonsoft.Json.Utilities.ThreadSafeStore`2 struct ThreadSafeStore_2_t2879777979; // Newtonsoft.Json.Utilities.ThreadSafeStore`2 struct ThreadSafeStore_2_t3475939383; // System.Func`2 struct Func_2_t4260431105; // System.Func`2 struct Func_2_t561625213; // System.Runtime.Serialization.SerializationBinder struct SerializationBinder_t274213469; // Newtonsoft.Json.Serialization.DiagnosticsTraceWriter struct DiagnosticsTraceWriter_t317398152; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t777629997; // System.Exception struct Exception_t; // System.Diagnostics.TraceEventCache struct TraceEventCache_t3113663374; // System.Diagnostics.TraceListenerCollection struct TraceListenerCollection_t1347122889; // System.Collections.IEnumerator struct IEnumerator_t1853284238; // Newtonsoft.Json.Serialization.ErrorContext struct ErrorContext_t3532118581; // Newtonsoft.Json.Serialization.ErrorEventArgs struct ErrorEventArgs_t716709476; // System.EventArgs struct EventArgs_t3591816995; // Newtonsoft.Json.Serialization.ExtensionDataGetter struct ExtensionDataGetter_t2030541412; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // Newtonsoft.Json.Serialization.ExtensionDataSetter struct ExtensionDataSetter_t2768476772; // Newtonsoft.Json.Serialization.JsonArrayContract struct JsonArrayContract_t483691547; // Newtonsoft.Json.Utilities.ReflectionDelegateFactory struct ReflectionDelegateFactory_t2528576452; // Newtonsoft.Json.Serialization.JsonContainerContract struct JsonContainerContract_t1214283173; // Newtonsoft.Json.Serialization.JsonContract struct JsonContract_t3715061318; // Newtonsoft.Json.Utilities.IWrappedCollection struct IWrappedCollection_t533821793; // System.Type[] struct TypeU5BU5D_t3940880105; // System.Collections.IList struct IList_t2094931216; // Newtonsoft.Json.JsonConverter struct JsonConverter_t1047106545; // Newtonsoft.Json.JsonContainerAttribute struct JsonContainerAttribute_t3874748064; // System.Collections.Generic.IList`1 struct IList_1_t4124176522; // System.Collections.Generic.List`1 struct List_1_t3780931481; // System.Collections.Generic.IList`1 struct IList_1_t1853545566; // System.Collections.Generic.List`1 struct List_1_t1510300525; // Newtonsoft.Json.Serialization.SerializationCallback struct SerializationCallback_t2308856739; // Newtonsoft.Json.Serialization.SerializationErrorCallback struct SerializationErrorCallback_t38225783; // System.Reflection.MethodInfo struct MethodInfo_t; // Newtonsoft.Json.Serialization.JsonContract/<>c__DisplayClass73_0 struct U3CU3Ec__DisplayClass73_0_t231501766; // Newtonsoft.Json.Serialization.JsonContract/<>c__DisplayClass74_0 struct U3CU3Ec__DisplayClass74_0_t231698374; // System.Reflection.MethodBase struct MethodBase_t; // Newtonsoft.Json.Serialization.JsonDictionaryContract struct JsonDictionaryContract_t4040570183; // System.Func`2 struct Func_2_t3947292210; // Newtonsoft.Json.Utilities.IWrappedDictionary struct IWrappedDictionary_t3156963174; // System.Collections.IDictionary struct IDictionary_t1363984059; // Newtonsoft.Json.Serialization.JsonFormatterConverter struct JsonFormatterConverter_t1655671892; // Newtonsoft.Json.Serialization.JsonSerializerInternalReader struct JsonSerializerInternalReader_t927352408; // Newtonsoft.Json.Serialization.JsonISerializableContract struct JsonISerializableContract_t781833466; // System.ArgumentException struct ArgumentException_t132251570; // Newtonsoft.Json.Linq.JToken struct JToken_t1038539247; // Newtonsoft.Json.Serialization.JsonLinqContract struct JsonLinqContract_t1088793043; // Newtonsoft.Json.Serialization.JsonObjectContract struct JsonObjectContract_t868533143; // Newtonsoft.Json.Serialization.JsonPropertyCollection struct JsonPropertyCollection_t2691548039; // System.Collections.ObjectModel.Collection`1 struct Collection_1_t349510094; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t1837724644; // System.Collections.ObjectModel.Collection`1 struct Collection_1_t2024462082; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t3512676632; // Newtonsoft.Json.Serialization.JsonPrimitiveContract struct JsonPrimitiveContract_t336098342; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2785133644; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1688192864; // System.Boolean[] struct BooleanU5BU5D_t2897418192; // Newtonsoft.Json.Serialization.IValueProvider struct IValueProvider_t3724824760; // Newtonsoft.Json.Serialization.IAttributeProvider struct IAttributeProvider_t1325889354; // System.Predicate`1 struct Predicate_1_t3905400288; // Newtonsoft.Json.JsonWriter struct JsonWriter_t1467272295; // System.StringComparer struct StringComparer_t3301955079; // System.Collections.ObjectModel.KeyedCollection`2 struct KeyedCollection_2_t329837779; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t3954782707; // System.Collections.ObjectModel.KeyedCollection`2 struct KeyedCollection_2_t3566939752; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t892470886; // System.Collections.Generic.IList`1 struct IList_1_t3220473959; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_t3949229162; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_t2891363839; // System.Collections.Generic.List`1 struct List_1_t2877228918; // Newtonsoft.Json.JsonSerializer struct JsonSerializer_t1424496335; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t17223025; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t1249878500; // Newtonsoft.Json.Serialization.JsonSerializerInternalBase/ReferenceEqualsEqualityComparer struct ReferenceEqualsEqualityComparer_t3630109021; // System.InvalidOperationException struct InvalidOperationException_t56020091; // Newtonsoft.Json.IJsonLineInfo struct IJsonLineInfo_t2844470104; // Newtonsoft.Json.JsonReader struct JsonReader_t2369136700; // System.ArgumentNullException struct ArgumentNullException_t1615371798; // Newtonsoft.Json.Linq.JRaw struct JRaw_t446372596; // Newtonsoft.Json.Linq.JTokenWriter struct JTokenWriter_t671501819; // System.Byte[] struct ByteU5BU5D_t4116647657; // Newtonsoft.Json.Linq.JTokenReader struct JTokenReader_t3769275704; // Newtonsoft.Json.Linq.JObject struct JObject_t2059125928; // Newtonsoft.Json.Linq.JContainer struct JContainer_t1023664833; // Newtonsoft.Json.Serialization.IReferenceResolver struct IReferenceResolver_t2564061104; // System.Collections.Generic.Stack`1 struct Stack_1_t2938320671; // System.Collections.Generic.Stack`1 struct Stack_1_t3923495619; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_t2171992254; // System.Func`2 struct Func_2_t705144599; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t827303578; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t385007065; // System.String[] struct StringU5BU5D_t1281789340; // System.Collections.Generic.List`1 struct List_1_t2082379599; // Newtonsoft.Json.Serialization.JsonSerializerInternalReader/<>c__DisplayClass36_0 struct U3CU3Ec__DisplayClass36_0_t358886780; // System.Func`2 struct Func_2_t1764207254; // System.Func`2 struct Func_2_t3759279471; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t3885125042; // Newtonsoft.Json.Serialization.JsonSerializerInternalReader/CreatorPropertyContext struct CreatorPropertyContext_t610304857; // System.Func`2 struct Func_2_t1214474899; // System.Func`2 struct Func_2_t262848086; // System.Func`2 struct Func_2_t1348288522; // System.Func`2 struct Func_2_t1857618822; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3328670596; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3838000896; // Newtonsoft.Json.Serialization.JsonSerializerInternalReader/<>c struct U3CU3Ec_t4156374721; // Newtonsoft.Json.Serialization.JsonSerializerInternalWriter struct JsonSerializerInternalWriter_t3588727337; // System.Collections.IEnumerable struct IEnumerable_t1941168011; // Newtonsoft.Json.Serialization.JsonStringContract struct JsonStringContract_t1298846671; // System.Runtime.Serialization.ISerializable struct ISerializable_t3375760802; // Newtonsoft.Json.JsonConverter[] struct JsonConverterU5BU5D_t155849004; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t26959434; // System.Collections.IEqualityComparer struct IEqualityComparer_t1493878338; // System.ComponentModel.TypeConverter struct TypeConverter_t2249118273; // System.Int32[] struct Int32U5BU5D_t385246372; // System.Runtime.Serialization.FormatterConverter struct FormatterConverter_t2760117746; // System.Runtime.Serialization.SerializationInfoEnumerator struct SerializationInfoEnumerator_t2232395945; // System.IO.StringWriter struct StringWriter_t802263757; // System.IO.TextWriter struct TextWriter_t3478189236; // System.EventHandler`1 struct EventHandler_1_t2935836205; // Newtonsoft.Json.Serialization.ITraceWriter struct ITraceWriter_t2623073143; // Newtonsoft.Json.JsonConverterCollection struct JsonConverterCollection_t3675964822; // Newtonsoft.Json.Serialization.IContractResolver struct IContractResolver_t4193385603; // System.Runtime.Serialization.DataContractAttribute struct DataContractAttribute_t412496005; // System.Runtime.Serialization.DataMemberAttribute struct DataMemberAttribute_t1339837472; // Newtonsoft.Json.JsonObjectAttribute struct JsonObjectAttribute_t3277381142; // System.SerializableAttribute struct SerializableAttribute_t1992588303; // Newtonsoft.Json.JsonConverterAttribute struct JsonConverterAttribute_t3132853130; // Newtonsoft.Json.Utilities.ThreadSafeStore`2> struct ThreadSafeStore_2_t1780285614; // System.Func`2 struct Func_2_t2696973750; // Newtonsoft.Json.Utilities.ThreadSafeStore`2 struct ThreadSafeStore_2_t1066477248; // Newtonsoft.Json.Serialization.JsonTypeReflector/<>c__DisplayClass18_0 struct U3CU3Ec__DisplayClass18_0_t667614246; // Newtonsoft.Json.Utilities.ThreadSafeStore`2 struct ThreadSafeStore_2_t1567256624; // System.Attribute[] struct AttributeU5BU5D_t1575011174; // Newtonsoft.Json.Utilities.ReflectionObject struct ReflectionObject_t701100009; // System.Attribute struct Attribute_t861562559; // System.Security.Permissions.SecurityPermission struct SecurityPermission_t2954997752; // System.Security.CodeAccessPermission struct CodeAccessPermission_t2681295399; // System.Func`2> struct Func_2_t3160938740; // System.Func`2 struct Func_2_t2947909750; // Newtonsoft.Json.Serialization.JsonTypeReflector/<>c struct U3CU3Ec_t751952102; // System.Func`2 struct Func_2_t1850968970; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t1463797649; // Newtonsoft.Json.Serialization.MemoryTraceWriter struct MemoryTraceWriter_t1574330611; // System.Collections.Generic.Queue`1 struct Queue_1_t1693710183; // System.Collections.Generic.Queue`1 struct Queue_1_t2926365658; // System.Text.StringBuilder struct StringBuilder_t; // System.Enum struct Enum_t4135868527; // Newtonsoft.Json.Serialization.OnErrorAttribute struct OnErrorAttribute_t1580718334; // Newtonsoft.Json.Serialization.ReflectionAttributeProvider struct ReflectionAttributeProvider_t4190773725; // Newtonsoft.Json.Serialization.ReflectionValueProvider struct ReflectionValueProvider_t2127813129; // Newtonsoft.Json.Serialization.TraceJsonReader struct TraceJsonReader_t740636742; // Newtonsoft.Json.JsonTextWriter struct JsonTextWriter_t1095349912; // Newtonsoft.Json.Serialization.TraceJsonWriter struct TraceJsonWriter_t1833403397; // System.Uri struct Uri_t100236324; // Newtonsoft.Json.Shims.PreserveAttribute struct PreserveAttribute_t2412949961; // Newtonsoft.Json.Utilities.Base64Encoder struct Base64Encoder_t3724986751; // System.Char[] struct CharU5BU5D_t3528271667; // Newtonsoft.Json.IArrayPool`1 struct IArrayPool_1_t3621664784; // System.Reflection.ParameterInfo struct ParameterInfo_t1861056598; // System.Collections.Generic.IList`1 struct IList_1_t471298240; // System.Collections.Generic.List`1 struct List_1_t128053199; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t1930798642; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3243296968; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2146356188; // Newtonsoft.Json.Utilities.TypeInformation struct TypeInformation_t1210244291; // System.IConvertible struct IConvertible_t2977365677; // Newtonsoft.Json.Utilities.ConvertUtils/<>c__DisplayClass9_0 struct U3CU3Ec__DisplayClass9_0_t1591754542; // System.Version struct Version_t3456873960; // Newtonsoft.Json.Utilities.ThreadSafeStore`2> struct ThreadSafeStore_2_t2951879790; // Newtonsoft.Json.Utilities.ThreadSafeStore`2 struct ThreadSafeStore_2_t3584855580; // System.Text.RegularExpressions.Regex struct Regex_t3657309853; // System.Text.RegularExpressions.Match struct Match_t3408321083; // System.Text.RegularExpressions.Group struct Group_t2468205786; // System.FormatException struct FormatException_t154580423; // System.Func`2> struct Func_2_t37565620; // System.Func`2 struct Func_2_t670541410; // System.Uri/UriScheme[] struct UriSchemeU5BU5D_t2082808316; // System.UriParser struct UriParser_t3890150400; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052; // Newtonsoft.Json.Linq.JTokenType[] struct JTokenTypeU5BU5D_t1887505675; // System.Collections.Generic.Link[] struct LinkU5BU5D_t964245573; // Newtonsoft.Json.ReadType[] struct ReadTypeU5BU5D_t3513619869; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t296309482; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3794114880; // Newtonsoft.Json.Serialization.SerializationErrorCallback[] struct SerializationErrorCallbackU5BU5D_t3697897678; // System.Collections.ArrayList struct ArrayList_t2718874744; // Newtonsoft.Json.Utilities.PrimitiveTypeCode[] struct PrimitiveTypeCodeU5BU5D_t536142769; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t816637780; // Newtonsoft.Json.Serialization.SerializationCallback[] struct SerializationCallbackU5BU5D_t1101236850; // Newtonsoft.Json.Utilities.TypeInformation[] struct TypeInformationU5BU5D_t2952020178; // System.Collections.IList[] struct IListU5BU5D_t2181495985; // System.Collections.Hashtable struct Hashtable_t1853889766; // Newtonsoft.Json.Serialization.JsonSerializerInternalReader/CreatorPropertyContext[] struct CreatorPropertyContextU5BU5D_t848867108; // Newtonsoft.Json.Serialization.JsonProperty[] struct JsonPropertyU5BU5D_t2334609025; // Newtonsoft.Json.Serialization.JsonSerializerInternalReader/PropertyPresence[] struct PropertyPresenceU5BU5D_t867707773; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t3512486194; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t63620648; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t846353518; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t633324528; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_t904515172; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1505184387; // Newtonsoft.Json.Utilities.PropertyNameTable/Entry[] struct EntryU5BU5D_t1995962374; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_t1329213854; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_t1658708364; // System.Func`2 struct Func_2_t2217434578; // System.Func`2> struct Func_2_t2823819620; // System.Func`2 struct Func_2_t1796590042; // System.Func`2 struct Func_2_t1808639663; // System.Reflection.MemberInfo[] struct MemberInfoU5BU5D_t1302094432; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t435877138; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t2405853701; // System.Globalization.TextInfo struct TextInfo_t3810425522; // System.Globalization.CompareInfo struct CompareInfo_t1092934962; // System.Globalization.Calendar[] struct CalendarU5BU5D_t3985046076; // System.Globalization.Calendar struct Calendar_t1661121569; // System.Int32 struct Int32_t2950945753; // System.Void struct Void_t1185182177; // System.Collections.Generic.IList`1 struct IList_1_t2862426328; // System.Runtime.Remoting.ServerIdentity struct ServerIdentity_t2342208608; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1945845883; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t2017947694; // System.Text.RegularExpressions.CaptureCollection struct CaptureCollection_t1760593541; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1190410475; // System.ComponentModel.ListChangedEventHandler struct ListChangedEventHandler_t1703970447; // System.Byte struct Byte_t1134296376; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t386037858; // System.Text.RegularExpressions.IMachine struct IMachine_t2106687985; // System.Text.RegularExpressions.GroupCollection struct GroupCollection_t69770484; // Newtonsoft.Json.Linq.JPropertyKeyedCollection struct JPropertyKeyedCollection_t1521123921; // System.ComponentModel.PropertyChangedEventHandler struct PropertyChangedEventHandler_t3836340606; // System.ComponentModel.PropertyChangingEventHandler struct PropertyChangingEventHandler_t2830353497; // System.Reflection.Assembly/ResolveEventHolder struct ResolveEventHolder_t2120639521; // System.Security.Policy.Evidence struct Evidence_t2008144148; // System.Security.PermissionSet struct PermissionSet_t223948603; // System.DelegateData struct DelegateData_t1677132599; // System.Reflection.Emit.UnmanagedMarshal struct UnmanagedMarshal_t984015687; // System.Reflection.MemberFilter struct MemberFilter_t426314064; // System.Collections.Specialized.StringDictionary struct StringDictionary_t120437468; // System.Diagnostics.TraceFilter struct TraceFilter_t4153521180; // System.Text.RegularExpressions.FactoryCache struct FactoryCache_t2327118887; // System.Text.RegularExpressions.IMachineFactory struct IMachineFactory_t1209798546; // System.Security.Principal.IPrincipal struct IPrincipal_t2343618843; // System.AppDomainManager struct AppDomainManager_t1420869192; // System.ActivationContext struct ActivationContext_t976916018; // System.ApplicationIdentity struct ApplicationIdentity_t1917735356; // System.AssemblyLoadEventHandler struct AssemblyLoadEventHandler_t107971893; // System.ResolveEventHandler struct ResolveEventHandler_t2775508208; // System.EventHandler struct EventHandler_t1348719766; // System.UnhandledExceptionEventHandler struct UnhandledExceptionEventHandler_t3101989324; // System.Collections.Generic.List`1 struct List_1_t4000102456; // System.Diagnostics.CorrelationManager struct CorrelationManager_t2688752967; // Newtonsoft.Json.JsonWriter/State[][] struct StateU5BU5DU5BU5D_t3190318925; // Newtonsoft.Json.Linq.JValue struct JValue_t1448862567; extern RuntimeClass* U3CU3Ec_t2089815845_il2cpp_TypeInfo_var; extern const uint32_t U3CU3Ec__cctor_m836952934_MetadataUsageId; extern RuntimeClass* ReflectionUtils_t2669115404_il2cpp_TypeInfo_var; extern const uint32_t U3CU3Ec_U3CGetSerializableMembersU3Eb__30_0_m307911413_MetadataUsageId; extern const uint32_t U3CU3Ec_U3CGetSerializableMembersU3Eb__30_1_m3345246525_MetadataUsageId; extern RuntimeClass* List_1_t557109187_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m2845631487_RuntimeMethod_var; extern const RuntimeMethod* CollectionUtils_AddRange_TisMemberInfo_t_m1468659532_RuntimeMethod_var; extern const uint32_t U3CU3Ec_U3CGetExtensionDataMemberForTypeU3Eb__33_0_m3953233715_MetadataUsageId; extern const RuntimeType* JsonExtensionDataAttribute_t1775849281_0_0_0_var; extern const RuntimeType* IDictionary_2_t3177279192_0_0_0_var; extern const RuntimeType* String_t_0_0_0_var; extern const RuntimeType* JToken_t1038539247_0_0_0_var; extern RuntimeClass* Type_t_il2cpp_TypeInfo_var; extern RuntimeClass* CultureInfo_t4157843068_il2cpp_TypeInfo_var; extern RuntimeClass* DefaultContractResolver_t270250618_il2cpp_TypeInfo_var; extern RuntimeClass* JsonException_t3720114400_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CU3Ec_U3CGetExtensionDataMemberForTypeU3Eb__33_1_m2686405749_RuntimeMethod_var; extern String_t* _stringLiteral30875708; extern String_t* _stringLiteral4091698338; extern const uint32_t U3CU3Ec_U3CGetExtensionDataMemberForTypeU3Eb__33_1_m2686405749_MetadataUsageId; extern const RuntimeType* JsonConstructorAttribute_t2226951669_0_0_0_var; extern const uint32_t U3CU3Ec_U3CGetAttributeConstructorU3Eb__36_0_m3562937678_MetadataUsageId; extern const RuntimeMethod* Nullable_1_get_HasValue_m2648265346_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m2296315628_RuntimeMethod_var; extern const uint32_t U3CU3Ec_U3CCreatePropertiesU3Eb__60_0_m3629147218_MetadataUsageId; extern RuntimeClass* JsonSerializationException_t4152118729_il2cpp_TypeInfo_var; extern RuntimeClass* ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var; extern const RuntimeMethod* Func_2_Invoke_m3285901618_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec__DisplayClass34_1_U3CSetExtensionDataDelegatesU3Eb__0_m564469053_RuntimeMethod_var; extern const RuntimeMethod* Func_1_Invoke_m348272648_RuntimeMethod_var; extern const RuntimeMethod* Action_2_Invoke_m709903032_RuntimeMethod_var; extern const RuntimeMethod* MethodCall_2_Invoke_m386137395_RuntimeMethod_var; extern String_t* _stringLiteral1813760955; extern const uint32_t U3CU3Ec__DisplayClass34_1_U3CSetExtensionDataDelegatesU3Eb__0_m564469053_MetadataUsageId; extern RuntimeClass* IEnumerable_1_t1510070208_il2cpp_TypeInfo_var; extern const RuntimeMethod* ObjectConstructor_1_Invoke_m3185456453_RuntimeMethod_var; extern const uint32_t U3CU3Ec__DisplayClass34_2_U3CSetExtensionDataDelegatesU3Eb__1_m2695677966_MetadataUsageId; extern RuntimeClass* Boolean_t97287965_il2cpp_TypeInfo_var; extern const uint32_t U3CU3Ec__DisplayClass64_0_U3CCreateShouldSerializeTestU3Eb__0_m3729960672_MetadataUsageId; extern const uint32_t U3CU3Ec__DisplayClass65_0_U3CSetIsSpecifiedActionsU3Eb__0_m3268405728_MetadataUsageId; extern RuntimeClass* PropertyNameTable_t4130830590_il2cpp_TypeInfo_var; extern const uint32_t DefaultContractResolverState__ctor_m3019925212_MetadataUsageId; extern RuntimeClass* JsonSerializerInternalBase_t286011480_il2cpp_TypeInfo_var; extern RuntimeClass* JsonSerializerProxy_t657065764_il2cpp_TypeInfo_var; extern const RuntimeMethod* DefaultReferenceResolver_GetMappings_m174771657_RuntimeMethod_var; extern String_t* _stringLiteral74671390; extern const uint32_t DefaultReferenceResolver_GetMappings_m174771657_MetadataUsageId; extern const RuntimeMethod* BidirectionalDictionary_2_TryGetByFirst_m1185295042_RuntimeMethod_var; extern const uint32_t DefaultReferenceResolver_ResolveReference_m3637851104_MetadataUsageId; extern const RuntimeMethod* BidirectionalDictionary_2_TryGetBySecond_m3038380031_RuntimeMethod_var; extern const RuntimeMethod* BidirectionalDictionary_2_Set_m3720131195_RuntimeMethod_var; extern const uint32_t DefaultReferenceResolver_GetReference_m784856557_MetadataUsageId; extern const uint32_t DefaultReferenceResolver_AddReference_m2059585045_MetadataUsageId; extern const uint32_t DefaultReferenceResolver_IsReferenced_m2444878898_MetadataUsageId; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern const RuntimeMethod* DefaultSerializationBinder_GetTypeFromTypeNameKey_m1631612516_RuntimeMethod_var; extern String_t* _stringLiteral2372311576; extern String_t* _stringLiteral807820659; extern const uint32_t DefaultSerializationBinder_GetTypeFromTypeNameKey_m1631612516_MetadataUsageId; extern const RuntimeMethod* ThreadSafeStore_2_Get_m1562528742_RuntimeMethod_var; extern const uint32_t DefaultSerializationBinder_BindToType_m1218070523_MetadataUsageId; extern RuntimeClass* Func_2_t4260431105_il2cpp_TypeInfo_var; extern RuntimeClass* ThreadSafeStore_2_t2879777979_il2cpp_TypeInfo_var; extern const RuntimeMethod* Func_2__ctor_m2169478463_RuntimeMethod_var; extern const RuntimeMethod* ThreadSafeStore_2__ctor_m2428693172_RuntimeMethod_var; extern const uint32_t DefaultSerializationBinder__ctor_m3881392192_MetadataUsageId; extern RuntimeClass* DefaultSerializationBinder_t1281536470_il2cpp_TypeInfo_var; extern const uint32_t DefaultSerializationBinder__cctor_m4116104421_MetadataUsageId; extern RuntimeClass* TypeNameKey_t2985541961_il2cpp_TypeInfo_var; extern const uint32_t TypeNameKey_Equals_m1391893537_MetadataUsageId; extern const uint32_t TypeNameKey_Equals_m88998947_MetadataUsageId; extern RuntimeClass* ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var; extern const RuntimeMethod* DiagnosticsTraceWriter_GetTraceEventType_m3650786201_RuntimeMethod_var; extern String_t* _stringLiteral1232840130; extern const uint32_t DiagnosticsTraceWriter_GetTraceEventType_m3650786201_MetadataUsageId; extern RuntimeClass* TraceEventCache_t3113663374_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_t1853284238_il2cpp_TypeInfo_var; extern RuntimeClass* TraceListener_t3975618648_il2cpp_TypeInfo_var; extern RuntimeClass* IDisposable_t3640265483_il2cpp_TypeInfo_var; extern String_t* _stringLiteral140775642; extern const uint32_t DiagnosticsTraceWriter_Trace_m2062045119_MetadataUsageId; extern RuntimeClass* EventArgs_t3591816995_il2cpp_TypeInfo_var; extern const uint32_t ErrorEventArgs__ctor_m402841957_MetadataUsageId; extern RuntimeClass* JsonTypeReflector_t526591219_il2cpp_TypeInfo_var; extern const uint32_t JsonArrayContract_get_ParameterizedCreator_m1942332914_MetadataUsageId; extern const RuntimeType* List_1_t284568025_0_0_0_var; extern const RuntimeType* IList_t2094931216_0_0_0_var; extern const RuntimeType* ICollection_1_t1449021101_0_0_0_var; extern const RuntimeType* List_1_t257213610_0_0_0_var; extern const RuntimeType* ReadOnlyCollection_1_t2757184810_0_0_0_var; extern const RuntimeType* IList_1_t523203890_0_0_0_var; extern const RuntimeType* IEnumerable_1_t1615002100_0_0_0_var; extern RuntimeClass* TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var; extern const uint32_t JsonArrayContract__ctor_m626608147_MetadataUsageId; extern const RuntimeType* CollectionWrapper_1_t1251501619_0_0_0_var; extern RuntimeClass* IWrappedCollection_t533821793_il2cpp_TypeInfo_var; extern const uint32_t JsonArrayContract_CreateWrapper_m867824515_MetadataUsageId; extern const RuntimeType* RuntimeObject_0_0_0_var; extern RuntimeClass* IList_t2094931216_il2cpp_TypeInfo_var; extern const RuntimeMethod* ReflectionDelegateFactory_CreateDefaultConstructor_TisRuntimeObject_m1416164154_RuntimeMethod_var; extern const uint32_t JsonArrayContract_CreateTemporaryCollection_m1166004817_MetadataUsageId; extern const RuntimeMethod* JsonTypeReflector_GetCachedAttribute_TisJsonContainerAttribute_t3874748064_m1643058314_RuntimeMethod_var; extern const uint32_t JsonContainerContract__ctor_m10959526_MetadataUsageId; extern RuntimeClass* List_1_t3780931481_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m2914274212_RuntimeMethod_var; extern const uint32_t JsonContract_get_OnDeserializedCallbacks_m814675937_MetadataUsageId; extern const uint32_t JsonContract_get_OnDeserializingCallbacks_m450394955_MetadataUsageId; extern const uint32_t JsonContract_get_OnSerializedCallbacks_m1885656765_MetadataUsageId; extern const uint32_t JsonContract_get_OnSerializingCallbacks_m2550202519_MetadataUsageId; extern RuntimeClass* List_1_t1510300525_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m2676508470_RuntimeMethod_var; extern const uint32_t JsonContract_get_OnErrorCallbacks_m177101969_MetadataUsageId; extern RuntimeClass* ConvertUtils_t2194062972_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1144479777; extern const uint32_t JsonContract__ctor_m325732499_MetadataUsageId; extern RuntimeClass* IEnumerable_1_t1288709628_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_1_t2741427207_il2cpp_TypeInfo_var; extern const uint32_t JsonContract_InvokeOnSerializing_m319222908_MetadataUsageId; extern const uint32_t JsonContract_InvokeOnSerialized_m2333338591_MetadataUsageId; extern const uint32_t JsonContract_InvokeOnDeserializing_m1126136130_MetadataUsageId; extern const RuntimeMethod* List_1_GetEnumerator_m3347607899_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m544481247_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m1405645913_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m3784815159_RuntimeMethod_var; extern const uint32_t JsonContract_InvokeOnDeserialized_m2400434663_MetadataUsageId; extern RuntimeClass* IEnumerable_1_t3313045968_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_1_t470796251_il2cpp_TypeInfo_var; extern const uint32_t JsonContract_InvokeOnError_m2358688078_MetadataUsageId; extern RuntimeClass* U3CU3Ec__DisplayClass73_0_t231501766_il2cpp_TypeInfo_var; extern RuntimeClass* SerializationCallback_t2308856739_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CU3Ec__DisplayClass73_0_U3CCreateSerializationCallbackU3Eb__0_m2014157068_RuntimeMethod_var; extern const uint32_t JsonContract_CreateSerializationCallback_m3079319900_MetadataUsageId; extern RuntimeClass* U3CU3Ec__DisplayClass74_0_t231698374_il2cpp_TypeInfo_var; extern RuntimeClass* SerializationErrorCallback_t38225783_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CU3Ec__DisplayClass74_0_U3CCreateSerializationErrorCallbackU3Eb__0_m3621672111_RuntimeMethod_var; extern const uint32_t JsonContract_CreateSerializationErrorCallback_m3321481927_MetadataUsageId; extern RuntimeClass* StreamingContext_t3711869237_il2cpp_TypeInfo_var; extern const uint32_t U3CU3Ec__DisplayClass73_0_U3CCreateSerializationCallbackU3Eb__0_m2014157068_MetadataUsageId; extern const uint32_t U3CU3Ec__DisplayClass74_0_U3CCreateSerializationErrorCallbackU3Eb__0_m3621672111_MetadataUsageId; extern const uint32_t JsonDictionaryContract_get_ParameterizedCreator_m269017847_MetadataUsageId; extern const RuntimeType* Dictionary_2_t3621973219_0_0_0_var; extern const RuntimeType* IDictionary_t1363984059_0_0_0_var; extern const RuntimeType* Dictionary_2_t132545152_0_0_0_var; extern const RuntimeType* KeyValuePair_2_t4175610960_0_0_0_var; extern const uint32_t JsonDictionaryContract__ctor_m3820611099_MetadataUsageId; extern const RuntimeType* DictionaryWrapper_2_t4225142744_0_0_0_var; extern RuntimeClass* IWrappedDictionary_t3156963174_il2cpp_TypeInfo_var; extern const uint32_t JsonDictionaryContract_CreateWrapper_m1557137919_MetadataUsageId; extern RuntimeClass* IDictionary_t1363984059_il2cpp_TypeInfo_var; extern const uint32_t JsonDictionaryContract_CreateTemporaryDictionary_m583414434_MetadataUsageId; extern String_t* _stringLiteral3529812268; extern String_t* _stringLiteral4196414068; extern const uint32_t JsonFormatterConverter__ctor_m3560039524_MetadataUsageId; extern RuntimeClass* JToken_t1038539247_il2cpp_TypeInfo_var; extern RuntimeClass* ArgumentException_t132251570_il2cpp_TypeInfo_var; extern const RuntimeMethod* JsonFormatterConverter_Convert_m426188077_RuntimeMethod_var; extern String_t* _stringLiteral3493618073; extern String_t* _stringLiteral2718495379; extern const uint32_t JsonFormatterConverter_Convert_m426188077_MetadataUsageId; extern const RuntimeMethod* JsonFormatterConverter_GetTokenValue_TisBoolean_t97287965_m2160438893_RuntimeMethod_var; extern const uint32_t JsonFormatterConverter_ToBoolean_m2889638399_MetadataUsageId; extern const RuntimeMethod* JsonFormatterConverter_GetTokenValue_TisInt16_t2552820387_m3498290763_RuntimeMethod_var; extern const uint32_t JsonFormatterConverter_ToInt16_m1629111559_MetadataUsageId; extern const RuntimeMethod* JsonFormatterConverter_GetTokenValue_TisInt32_t2950945753_m382980225_RuntimeMethod_var; extern const uint32_t JsonFormatterConverter_ToInt32_m4236808306_MetadataUsageId; extern const RuntimeMethod* JsonFormatterConverter_GetTokenValue_TisInt64_t3736567304_m582652085_RuntimeMethod_var; extern const uint32_t JsonFormatterConverter_ToInt64_m1654064979_MetadataUsageId; extern const RuntimeMethod* JsonFormatterConverter_GetTokenValue_TisString_t_m1876574947_RuntimeMethod_var; extern const uint32_t JsonFormatterConverter_ToString_m3802480156_MetadataUsageId; extern const RuntimeMethod* JsonFormatterConverter_GetTokenValue_TisUInt32_t2560061978_m3989708118_RuntimeMethod_var; extern const uint32_t JsonFormatterConverter_ToUInt32_m2457336508_MetadataUsageId; extern RuntimeClass* JsonPropertyCollection_t2691548039_il2cpp_TypeInfo_var; extern const uint32_t JsonObjectContract_get_CreatorParameters_m3121334226_MetadataUsageId; extern const uint32_t JsonObjectContract_set_OverrideConstructor_m3963846992_MetadataUsageId; extern const uint32_t JsonObjectContract_set_ParametrizedConstructor_m2614172284_MetadataUsageId; extern const uint32_t JsonObjectContract_set_ExtensionDataValueType_m2919147719_MetadataUsageId; extern RuntimeClass* IEnumerator_1_t1837724644_il2cpp_TypeInfo_var; extern const RuntimeMethod* Nullable_1_get_HasValue_m3206831396_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1__ctor_m1921378621_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m4025873748_RuntimeMethod_var; extern const RuntimeMethod* Collection_1_GetEnumerator_m1372022280_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_get_HasValue_m4201331606_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m880978787_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1__ctor_m2505653846_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m2119174086_RuntimeMethod_var; extern const uint32_t JsonObjectContract_get_HasRequiredOrDefaultValueProperties_m765073377_MetadataUsageId; extern const uint32_t JsonObjectContract__ctor_m2605968879_MetadataUsageId; extern const RuntimeMethod* JsonObjectContract_GetUninitializedObject_m1547649372_RuntimeMethod_var; extern String_t* _stringLiteral2970983095; extern const uint32_t JsonObjectContract_GetUninitializedObject_m1547649372_MetadataUsageId; extern RuntimeClass* JsonPrimitiveContract_t336098342_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m2818467469_RuntimeMethod_var; extern const uint32_t JsonPrimitiveContract__ctor_m2884870516_MetadataUsageId; extern const RuntimeType* ByteU5BU5D_t4116647657_0_0_0_var; extern const RuntimeType* Byte_t1134296376_0_0_0_var; extern const RuntimeType* Int16_t2552820387_0_0_0_var; extern const RuntimeType* Int32_t2950945753_0_0_0_var; extern const RuntimeType* Decimal_t2948259380_0_0_0_var; extern const RuntimeType* Boolean_t97287965_0_0_0_var; extern const RuntimeType* DateTime_t3738529785_0_0_0_var; extern const RuntimeType* DateTimeOffset_t3229287507_0_0_0_var; extern const RuntimeType* Single_t1397266774_0_0_0_var; extern const RuntimeType* Double_t594665363_0_0_0_var; extern RuntimeClass* Dictionary_2_t2785133644_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m3896544029_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m2410290141_RuntimeMethod_var; extern const uint32_t JsonPrimitiveContract__cctor_m3234089087_MetadataUsageId; extern RuntimeClass* JavaScriptUtils_t1108575081_il2cpp_TypeInfo_var; extern const uint32_t JsonProperty_set_PropertyName_m4267380177_MetadataUsageId; extern const uint32_t JsonProperty_GetResolvedDefaultValue_m1733567544_MetadataUsageId; extern const RuntimeMethod* Nullable_1_get_HasValue_m3472043244_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m2092791886_RuntimeMethod_var; extern const uint32_t JsonProperty_get_Required_m3952114446_MetadataUsageId; extern RuntimeClass* StringComparer_t3301955079_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t2877228918_il2cpp_TypeInfo_var; extern const RuntimeMethod* KeyedCollection_2__ctor_m787348430_RuntimeMethod_var; extern const RuntimeMethod* Collection_1_get_Items_m470662808_RuntimeMethod_var; extern String_t* _stringLiteral3243520166; extern const uint32_t JsonPropertyCollection__ctor_m2705261233_MetadataUsageId; extern const RuntimeMethod* KeyedCollection_2_Contains_m2194350631_RuntimeMethod_var; extern const RuntimeMethod* KeyedCollection_2_get_Item_m3171378176_RuntimeMethod_var; extern const RuntimeMethod* Collection_1_Remove_m1767096815_RuntimeMethod_var; extern const RuntimeMethod* JsonPropertyCollection_AddProperty_m934994411_RuntimeMethod_var; extern const RuntimeMethod* Collection_1_Add_m2352269593_RuntimeMethod_var; extern String_t* _stringLiteral393933754; extern const uint32_t JsonPropertyCollection_AddProperty_m934994411_MetadataUsageId; extern RuntimeClass* IDictionary_2_t3949229162_il2cpp_TypeInfo_var; extern const RuntimeMethod* KeyedCollection_2_get_Dictionary_m2115976622_RuntimeMethod_var; extern const uint32_t JsonPropertyCollection_TryGetValue_m264325042_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m1509793933_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m3776375619_RuntimeMethod_var; extern const uint32_t JsonPropertyCollection_GetProperty_m4024449221_MetadataUsageId; extern String_t* _stringLiteral3975789767; extern const uint32_t JsonSerializerInternalBase__ctor_m395961247_MetadataUsageId; extern RuntimeClass* EqualityComparer_1_t17223025_il2cpp_TypeInfo_var; extern RuntimeClass* ReferenceEqualsEqualityComparer_t3630109021_il2cpp_TypeInfo_var; extern RuntimeClass* BidirectionalDictionary_2_t2019708942_il2cpp_TypeInfo_var; extern const RuntimeMethod* EqualityComparer_1_get_Default_m2310016383_RuntimeMethod_var; extern const RuntimeMethod* BidirectionalDictionary_2__ctor_m1135621616_RuntimeMethod_var; extern String_t* _stringLiteral4035394696; extern String_t* _stringLiteral3793131500; extern const uint32_t JsonSerializerInternalBase_get_DefaultReferenceMappings_m1461364281_MetadataUsageId; extern RuntimeClass* ErrorContext_t3532118581_il2cpp_TypeInfo_var; extern RuntimeClass* InvalidOperationException_t56020091_il2cpp_TypeInfo_var; extern const RuntimeMethod* JsonSerializerInternalBase_GetErrorContext_m9875870_RuntimeMethod_var; extern String_t* _stringLiteral663372193; extern const uint32_t JsonSerializerInternalBase_GetErrorContext_m9875870_MetadataUsageId; extern const RuntimeMethod* JsonSerializerInternalBase_ClearErrorContext_m1174047819_RuntimeMethod_var; extern String_t* _stringLiteral3342420997; extern const uint32_t JsonSerializerInternalBase_ClearErrorContext_m1174047819_MetadataUsageId; extern const RuntimeType* JsonSerializerInternalWriter_t3588727337_0_0_0_var; extern RuntimeClass* ITraceWriter_t2623073143_il2cpp_TypeInfo_var; extern RuntimeClass* JsonPosition_t2528027714_il2cpp_TypeInfo_var; extern RuntimeClass* ErrorEventArgs_t716709476_il2cpp_TypeInfo_var; extern String_t* _stringLiteral337796427; extern String_t* _stringLiteral1539705267; extern String_t* _stringLiteral3452614528; extern String_t* _stringLiteral3450517378; extern const uint32_t JsonSerializerInternalBase_IsErrorHandled_m3473537157_MetadataUsageId; extern RuntimeClass* IContractResolver_t4193385603_il2cpp_TypeInfo_var; extern RuntimeClass* JsonArrayContract_t483691547_il2cpp_TypeInfo_var; extern RuntimeClass* JsonDictionaryContract_t4040570183_il2cpp_TypeInfo_var; extern RuntimeClass* JsonObjectContract_t868533143_il2cpp_TypeInfo_var; extern RuntimeClass* JsonToken_t1917433489_il2cpp_TypeInfo_var; extern const RuntimeMethod* JsonSerializerInternalReader_Populate_m2037184199_RuntimeMethod_var; extern String_t* _stringLiteral2833503317; extern String_t* _stringLiteral1494506096; extern String_t* _stringLiteral116782727; extern String_t* _stringLiteral3266464882; extern String_t* _stringLiteral3794645153; extern String_t* _stringLiteral407886573; extern const uint32_t JsonSerializerInternalReader_Populate_m2037184199_MetadataUsageId; extern const uint32_t JsonSerializerInternalReader_GetContractSafe_m881561284_MetadataUsageId; extern RuntimeClass* ArgumentNullException_t1615371798_il2cpp_TypeInfo_var; extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var; extern RuntimeClass* IJsonLineInfo_t2844470104_il2cpp_TypeInfo_var; extern const RuntimeMethod* JsonSerializerInternalReader_Deserialize_m1834479287_RuntimeMethod_var; extern String_t* _stringLiteral3541141754; extern String_t* _stringLiteral1375738783; extern const uint32_t JsonSerializerInternalReader_Deserialize_m1834479287_MetadataUsageId; extern const uint32_t JsonSerializerInternalReader_GetInternalSerializer_m4160976655_MetadataUsageId; extern const RuntimeType* JRaw_t446372596_0_0_0_var; extern const RuntimeType* JValue_t1448862567_0_0_0_var; extern RuntimeClass* JTokenWriter_t671501819_il2cpp_TypeInfo_var; extern const uint32_t JsonSerializerInternalReader_CreateJToken_m69063650_MetadataUsageId; extern const RuntimeMethod* JsonSerializerInternalReader_CreateJObject_m2190401482_RuntimeMethod_var; extern String_t* _stringLiteral656781926; extern const uint32_t JsonSerializerInternalReader_CreateJObject_m2190401482_MetadataUsageId; extern const RuntimeType* DBNull_t3725197148_0_0_0_var; extern RuntimeClass* Convert_t2465617642_il2cpp_TypeInfo_var; extern RuntimeClass* DBNull_t3725197148_il2cpp_TypeInfo_var; extern RuntimeClass* JRaw_t446372596_il2cpp_TypeInfo_var; extern const RuntimeMethod* JsonSerializerInternalReader_CreateValueInternal_m728545038_RuntimeMethod_var; extern String_t* _stringLiteral258622727; extern const uint32_t JsonSerializerInternalReader_CreateValueInternal_m728545038_MetadataUsageId; extern const uint32_t JsonSerializerInternalReader_CoerceEmptyStringToNull_m1779814820_MetadataUsageId; extern const RuntimeMethod* JsonSerializerInternalReader_GetExpectedDescription_m1131830291_RuntimeMethod_var; extern String_t* _stringLiteral1216193615; extern String_t* _stringLiteral972334081; extern String_t* _stringLiteral3983647002; extern String_t* _stringLiteral3020855955; extern const uint32_t JsonSerializerInternalReader_GetExpectedDescription_m1131830291_MetadataUsageId; extern RuntimeClass* JTokenReader_t3769275704_il2cpp_TypeInfo_var; extern RuntimeClass* ICollection_1_t842041677_il2cpp_TypeInfo_var; extern RuntimeClass* ICollection_1_t2866378017_il2cpp_TypeInfo_var; extern RuntimeClass* JsonISerializableContract_t781833466_il2cpp_TypeInfo_var; extern const RuntimeMethod* JsonSerializerInternalReader_CreateObject_m1890114628_RuntimeMethod_var; extern String_t* _stringLiteral797875914; extern String_t* _stringLiteral111608916; extern String_t* _stringLiteral1009071465; extern String_t* _stringLiteral3105032536; extern String_t* _stringLiteral771342327; extern String_t* _stringLiteral1163237055; extern String_t* _stringLiteral2272698956; extern String_t* _stringLiteral1314639345; extern const uint32_t JsonSerializerInternalReader_CreateObject_m1890114628_MetadataUsageId; extern RuntimeClass* JObject_t2059125928_il2cpp_TypeInfo_var; extern RuntimeClass* IReferenceResolver_t2564061104_il2cpp_TypeInfo_var; extern const RuntimeMethod* JsonSerializerInternalReader_ReadMetadataPropertiesToken_m412011121_RuntimeMethod_var; extern String_t* _stringLiteral2376253709; extern String_t* _stringLiteral715733314; extern String_t* _stringLiteral454985355; extern String_t* _stringLiteral2697735882; extern String_t* _stringLiteral2020913234; extern String_t* _stringLiteral2945250967; extern const uint32_t JsonSerializerInternalReader_ReadMetadataPropertiesToken_m412011121_MetadataUsageId; extern const RuntimeMethod* JsonSerializerInternalReader_ReadMetadataProperties_m3695691363_RuntimeMethod_var; extern const uint32_t JsonSerializerInternalReader_ReadMetadataProperties_m3695691363_MetadataUsageId; extern const RuntimeMethod* Nullable_1_get_HasValue_m772260800_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m2852219950_RuntimeMethod_var; extern const RuntimeMethod* JsonSerializerInternalReader_ResolveTypeName_m1590874222_RuntimeMethod_var; extern String_t* _stringLiteral1260506306; extern String_t* _stringLiteral1320012993; extern String_t* _stringLiteral3359687924; extern String_t* _stringLiteral2730195398; extern const uint32_t JsonSerializerInternalReader_ResolveTypeName_m1590874222_MetadataUsageId; extern const RuntimeMethod* JsonSerializerInternalReader_EnsureArrayContract_m3851014455_RuntimeMethod_var; extern String_t* _stringLiteral2230960717; extern String_t* _stringLiteral3720805277; extern String_t* _stringLiteral2283435236; extern const uint32_t JsonSerializerInternalReader_EnsureArrayContract_m3851014455_MetadataUsageId; extern RuntimeClass* ICollection_t3904884886_il2cpp_TypeInfo_var; extern const RuntimeMethod* JsonSerializerInternalReader_CreateList_m2512975259_RuntimeMethod_var; extern String_t* _stringLiteral2271961801; extern String_t* _stringLiteral472429530; extern String_t* _stringLiteral2874049133; extern String_t* _stringLiteral1227763402; extern String_t* _stringLiteral834746028; extern const uint32_t JsonSerializerInternalReader_CreateList_m2512975259_MetadataUsageId; extern const uint32_t JsonSerializerInternalReader_HasNoDefinedType_m2764828059_MetadataUsageId; extern RuntimeClass* Enum_t4135868527_il2cpp_TypeInfo_var; extern RuntimeClass* PrimitiveTypeCode_t798949904_il2cpp_TypeInfo_var; extern const RuntimeMethod* JsonSerializerInternalReader_EnsureType_m3870732010_RuntimeMethod_var; extern String_t* _stringLiteral2480270007; extern const uint32_t JsonSerializerInternalReader_EnsureType_m3870732010_MetadataUsageId; extern RuntimeClass* IValueProvider_t3724824760_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2372169175; extern const uint32_t JsonSerializerInternalReader_SetPropertyValue_m2725718215_MetadataUsageId; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m3392026215_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m351469856_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m2726173638_RuntimeMethod_var; extern const uint32_t JsonSerializerInternalReader_CalculatePropertyDetails_m3382262562_MetadataUsageId; extern const RuntimeMethod* JsonSerializerInternalReader_AddReference_m847285636_RuntimeMethod_var; extern String_t* _stringLiteral1322686207; extern String_t* _stringLiteral1565376400; extern const uint32_t JsonSerializerInternalReader_AddReference_m847285636_MetadataUsageId; extern const uint32_t JsonSerializerInternalReader_ShouldSetPropertyValue_m2717624876_MetadataUsageId; extern const RuntimeMethod* JsonSerializerInternalReader_CreateNewList_m1365016258_RuntimeMethod_var; extern String_t* _stringLiteral3765758881; extern String_t* _stringLiteral3384424156; extern String_t* _stringLiteral2432957700; extern const uint32_t JsonSerializerInternalReader_CreateNewList_m1365016258_MetadataUsageId; extern const RuntimeMethod* JsonSerializerInternalReader_CreateNewDictionary_m3485208262_RuntimeMethod_var; extern String_t* _stringLiteral4201031090; extern const uint32_t JsonSerializerInternalReader_CreateNewDictionary_m3485208262_MetadataUsageId; extern String_t* _stringLiteral3742984846; extern const uint32_t JsonSerializerInternalReader_OnDeserializing_m1908877144_MetadataUsageId; extern String_t* _stringLiteral1498433768; extern const uint32_t JsonSerializerInternalReader_OnDeserialized_m1347532304_MetadataUsageId; extern RuntimeClass* DateTimeUtils_t3515429982_il2cpp_TypeInfo_var; extern RuntimeClass* DateTime_t3738529785_il2cpp_TypeInfo_var; extern RuntimeClass* DateTimeOffset_t3229287507_il2cpp_TypeInfo_var; extern const RuntimeMethod* JsonSerializerInternalReader_PopulateDictionary_m222353086_RuntimeMethod_var; extern String_t* _stringLiteral4011337234; extern String_t* _stringLiteral3165783102; extern const uint32_t JsonSerializerInternalReader_PopulateDictionary_m222353086_MetadataUsageId; extern RuntimeClass* Stack_1_t2938320671_il2cpp_TypeInfo_var; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t257213610_il2cpp_TypeInfo_var; extern const RuntimeMethod* Stack_1__ctor_m410700609_RuntimeMethod_var; extern const RuntimeMethod* Stack_1_Push_m3545261777_RuntimeMethod_var; extern const RuntimeMethod* Stack_1_get_Count_m1002350007_RuntimeMethod_var; extern const RuntimeMethod* Stack_1_Pop_m513461450_RuntimeMethod_var; extern const RuntimeMethod* Stack_1_Peek_m3048091409_RuntimeMethod_var; extern const RuntimeMethod* JsonSerializerInternalReader_PopulateMultidimensionalArray_m4146362337_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1__ctor_m2076366551_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m2321703786_RuntimeMethod_var; extern String_t* _stringLiteral2846401833; extern String_t* _stringLiteral2094765783; extern String_t* _stringLiteral1235077308; extern const uint32_t JsonSerializerInternalReader_PopulateMultidimensionalArray_m4146362337_MetadataUsageId; extern const RuntimeMethod* JsonSerializerInternalReader_ThrowUnexpectedEndException_m152985444_RuntimeMethod_var; extern const uint32_t JsonSerializerInternalReader_ThrowUnexpectedEndException_m152985444_MetadataUsageId; extern const RuntimeMethod* JsonSerializerInternalReader_PopulateList_m3816942785_RuntimeMethod_var; extern const uint32_t JsonSerializerInternalReader_PopulateList_m3816942785_MetadataUsageId; extern RuntimeClass* JsonFormatterConverter_t1655671892_il2cpp_TypeInfo_var; extern RuntimeClass* SerializationInfo_t950877179_il2cpp_TypeInfo_var; extern const RuntimeMethod* JsonSerializerInternalReader_CreateISerializable_m1603091797_RuntimeMethod_var; extern String_t* _stringLiteral3973310624; extern String_t* _stringLiteral10235853; extern String_t* _stringLiteral2592923053; extern String_t* _stringLiteral2983505404; extern String_t* _stringLiteral56544700; extern const uint32_t JsonSerializerInternalReader_CreateISerializable_m1603091797_MetadataUsageId; extern RuntimeClass* U3CU3Ec_t4156374721_il2cpp_TypeInfo_var; extern RuntimeClass* Func_2_t705144599_il2cpp_TypeInfo_var; extern RuntimeClass* U3CU3Ec__DisplayClass36_0_t358886780_il2cpp_TypeInfo_var; extern RuntimeClass* Func_2_t1764207254_il2cpp_TypeInfo_var; extern RuntimeClass* CreatorPropertyContext_t610304857_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerable_t1941168011_il2cpp_TypeInfo_var; extern RuntimeClass* IDictionaryEnumerator_t1693217257_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CU3Ec_U3CCreateObjectUsingCreatorWithParametersU3Eb__36_0_m1323953136_RuntimeMethod_var; extern const RuntimeMethod* Func_2__ctor_m2237377997_RuntimeMethod_var; extern const RuntimeMethod* Enumerable_Select_TisJsonProperty_t1405154176_TisString_t_m3588754952_RuntimeMethod_var; extern const RuntimeMethod* Enumerable_ToArray_TisString_t_m341371260_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec__DisplayClass36_0_U3CCreateObjectUsingCreatorWithParametersU3Eb__1_m202617482_RuntimeMethod_var; extern const RuntimeMethod* Func_2__ctor_m443524340_RuntimeMethod_var; extern const RuntimeMethod* Enumerable_All_TisCreatorPropertyContext_t610304857_m3055673487_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1__ctor_m4107858077_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m185010749_RuntimeMethod_var; extern const RuntimeMethod* Collection_1_get_Count_m3880316688_RuntimeMethod_var; extern const RuntimeMethod* List_1_GetEnumerator_m1794818689_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m3772168112_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_get_HasValue_m4206031148_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec_U3CCreateObjectUsingCreatorWithParametersU3Eb__36_2_m214226920_RuntimeMethod_var; extern const RuntimeMethod* StringUtils_ForgivingCaseSensitiveFind_TisJsonProperty_t1405154176_m175282391_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m868412217_RuntimeMethod_var; extern const RuntimeMethod* Collection_1_IndexOf_m1864895587_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m2970563436_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m2486685009_RuntimeMethod_var; extern String_t* _stringLiteral1491702720; extern String_t* _stringLiteral3450517380; extern String_t* _stringLiteral3062811518; extern const uint32_t JsonSerializerInternalReader_CreateObjectUsingCreatorWithParameters_m3981818343_MetadataUsageId; extern String_t* _stringLiteral1151270993; extern String_t* _stringLiteral2407482962; extern const uint32_t JsonSerializerInternalReader_DeserializeConvertable_m12555224_MetadataUsageId; extern RuntimeClass* List_1_t2082379599_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m2450941113_RuntimeMethod_var; extern const RuntimeMethod* JsonSerializerInternalReader_ResolvePropertyAndCreatorValues_m2579278496_RuntimeMethod_var; extern String_t* _stringLiteral372986533; extern String_t* _stringLiteral2219708261; extern const uint32_t JsonSerializerInternalReader_ResolvePropertyAndCreatorValues_m2579278496_MetadataUsageId; extern const RuntimeMethod* JsonSerializerInternalReader_ReadForType_m783535205_RuntimeMethod_var; extern const uint32_t JsonSerializerInternalReader_ReadForType_m783535205_MetadataUsageId; extern const RuntimeMethod* JsonSerializerInternalReader_CreateNewObject_m1140585664_RuntimeMethod_var; extern String_t* _stringLiteral3273825981; extern const uint32_t JsonSerializerInternalReader_CreateNewObject_m1140585664_MetadataUsageId; extern RuntimeClass* Func_2_t262848086_il2cpp_TypeInfo_var; extern RuntimeClass* Func_2_t1348288522_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CU3Ec_U3CPopulateObjectU3Eb__41_0_m1202036615_RuntimeMethod_var; extern const RuntimeMethod* Func_2__ctor_m3840583186_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec_U3CPopulateObjectU3Eb__41_1_m2664203892_RuntimeMethod_var; extern const RuntimeMethod* Func_2__ctor_m1403813757_RuntimeMethod_var; extern const RuntimeMethod* Enumerable_ToDictionary_TisJsonProperty_t1405154176_TisJsonProperty_t1405154176_TisPropertyPresence_t2490594612_m1232418855_RuntimeMethod_var; extern const RuntimeMethod* JsonSerializerInternalReader_PopulateObject_m2847199184_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m2526029475_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m1330535252_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Key_m635938856_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m4080360487_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m1858008946_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m1303205722_RuntimeMethod_var; extern String_t* _stringLiteral3905127766; extern const uint32_t JsonSerializerInternalReader_PopulateObject_m2847199184_MetadataUsageId; extern const RuntimeMethod* Predicate_1_Invoke_m3148290854_RuntimeMethod_var; extern String_t* _stringLiteral565639935; extern const uint32_t JsonSerializerInternalReader_ShouldDeserialize_m3202789372_MetadataUsageId; extern const uint32_t JsonSerializerInternalReader_CheckPropertyName_m994711711_MetadataUsageId; extern const RuntimeMethod* JsonSerializerInternalReader_SetExtensionData_m1288065216_RuntimeMethod_var; extern String_t* _stringLiteral286553400; extern const uint32_t JsonSerializerInternalReader_SetExtensionData_m1288065216_MetadataUsageId; extern const uint32_t JsonSerializerInternalReader_ReadExtensionDataValue_m53616679_MetadataUsageId; extern const RuntimeMethod* JsonSerializerInternalReader_EndProcessProperty_m494494702_RuntimeMethod_var; extern String_t* _stringLiteral2057498335; extern String_t* _stringLiteral3292720347; extern String_t* _stringLiteral3452431348; extern const uint32_t JsonSerializerInternalReader_EndProcessProperty_m494494702_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_set_Item_m2730026424_RuntimeMethod_var; extern const uint32_t JsonSerializerInternalReader_SetPropertyPresence_m2825826145_MetadataUsageId; extern const uint32_t U3CU3Ec__cctor_m542543864_MetadataUsageId; extern const uint32_t JsonSerializerInternalWriter__ctor_m3989594872_MetadataUsageId; extern const RuntimeMethod* JsonSerializerInternalWriter_Serialize_m4173797228_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m2934127733_RuntimeMethod_var; extern String_t* _stringLiteral3644575098; extern const uint32_t JsonSerializerInternalWriter_Serialize_m4173797228_MetadataUsageId; extern const uint32_t JsonSerializerInternalWriter_GetInternalSerializer_m568683936_MetadataUsageId; extern const uint32_t JsonSerializerInternalWriter_GetContractSafe_m5393793_MetadataUsageId; extern RuntimeClass* JsonWriter_t1467272295_il2cpp_TypeInfo_var; extern const uint32_t JsonSerializerInternalWriter_SerializePrimitive_m3733204728_MetadataUsageId; extern RuntimeClass* RuntimeArray_il2cpp_TypeInfo_var; extern RuntimeClass* JsonStringContract_t1298846671_il2cpp_TypeInfo_var; extern RuntimeClass* ISerializable_t3375760802_il2cpp_TypeInfo_var; extern const RuntimeMethod* Enumerable_ToArray_TisJsonConverter_t1047106545_m953012284_RuntimeMethod_var; extern const uint32_t JsonSerializerInternalWriter_SerializeValue_m4171511317_MetadataUsageId; extern const uint32_t JsonSerializerInternalWriter_ResolveIsReference_m2967909978_MetadataUsageId; extern const uint32_t JsonSerializerInternalWriter_ShouldWriteReference_m814208671_MetadataUsageId; extern const uint32_t JsonSerializerInternalWriter_ShouldWriteProperty_m4193592761_MetadataUsageId; extern const RuntimeMethod* Nullable_1_get_HasValue_m3254789393_RuntimeMethod_var; extern const RuntimeMethod* List_1_Contains_m2654125393_RuntimeMethod_var; extern const RuntimeMethod* CollectionUtils_Contains_TisRuntimeObject_m3001744680_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m167166792_RuntimeMethod_var; extern const RuntimeMethod* JsonSerializerInternalWriter_CheckForCircularReference_m2371900515_RuntimeMethod_var; extern String_t* _stringLiteral2526819899; extern String_t* _stringLiteral1331885602; extern String_t* _stringLiteral3768225199; extern String_t* _stringLiteral2500727300; extern String_t* _stringLiteral3560831791; extern const uint32_t JsonSerializerInternalWriter_CheckForCircularReference_m2371900515_MetadataUsageId; extern String_t* _stringLiteral2752124283; extern const uint32_t JsonSerializerInternalWriter_WriteReference_m1153456658_MetadataUsageId; extern const RuntimeMethod* JsonSerializerInternalWriter_GetReference_m227025009_RuntimeMethod_var; extern String_t* _stringLiteral2810130988; extern const uint32_t JsonSerializerInternalWriter_GetReference_m227025009_MetadataUsageId; extern const RuntimeType* TypeConverter_t2249118273_0_0_0_var; extern RuntimeClass* ComponentConverter_t118941221_il2cpp_TypeInfo_var; extern const uint32_t JsonSerializerInternalWriter_TryConvertToString_m67864119_MetadataUsageId; extern String_t* _stringLiteral845011206; extern const uint32_t JsonSerializerInternalWriter_OnSerializing_m465934919_MetadataUsageId; extern String_t* _stringLiteral2739298404; extern const uint32_t JsonSerializerInternalWriter_OnSerialized_m1733960821_MetadataUsageId; extern RuntimeClass* IEnumerator_1_t2962787787_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Add_m3338814081_RuntimeMethod_var; extern const RuntimeMethod* Collection_1_get_Item_m2375394349_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Key_m1328507389_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m3464904234_RuntimeMethod_var; extern const RuntimeMethod* List_1_RemoveAt_m2730968292_RuntimeMethod_var; extern const uint32_t JsonSerializerInternalWriter_SerializeObject_m3153196702_MetadataUsageId; extern const RuntimeMethod* JsonSerializerInternalWriter_CalculatePropertyValues_m4008187076_RuntimeMethod_var; extern String_t* _stringLiteral3172433618; extern String_t* _stringLiteral2695791636; extern const uint32_t JsonSerializerInternalWriter_CalculatePropertyValues_m4008187076_MetadataUsageId; extern const uint32_t JsonSerializerInternalWriter_WriteObjectStart_m410066321_MetadataUsageId; extern String_t* _stringLiteral3502713224; extern const uint32_t JsonSerializerInternalWriter_WriteReferenceIdProperty_m3325335346_MetadataUsageId; extern String_t* _stringLiteral2788739276; extern const uint32_t JsonSerializerInternalWriter_WriteTypeProperty_m303507108_MetadataUsageId; extern String_t* _stringLiteral4256378101; extern String_t* _stringLiteral3681864068; extern const uint32_t JsonSerializerInternalWriter_SerializeConvertable_m3972578520_MetadataUsageId; extern const uint32_t JsonSerializerInternalWriter_SerializeList_m72515633_MetadataUsageId; extern RuntimeClass* Int32U5BU5D_t385246372_il2cpp_TypeInfo_var; extern const uint32_t JsonSerializerInternalWriter_SerializeMultidimensionalArray_m2678746194_MetadataUsageId; extern const uint32_t JsonSerializerInternalWriter_SerializeMultidimensionalArray_m3198279718_MetadataUsageId; extern const uint32_t JsonSerializerInternalWriter_WriteStartArray_m1501292422_MetadataUsageId; extern RuntimeClass* FormatterConverter_t2760117746_il2cpp_TypeInfo_var; extern const RuntimeMethod* JsonSerializerInternalWriter_SerializeISerializable_m2606608702_RuntimeMethod_var; extern String_t* _stringLiteral2027230448; extern const uint32_t JsonSerializerInternalWriter_SerializeISerializable_m2606608702_MetadataUsageId; extern const uint32_t JsonSerializerInternalWriter_ShouldWriteType_m3011039450_MetadataUsageId; extern const RuntimeMethod* Func_2_Invoke_m3590268240_RuntimeMethod_var; extern const uint32_t JsonSerializerInternalWriter_SerializeDictionary_m3729105883_MetadataUsageId; extern RuntimeClass* StringWriter_t802263757_il2cpp_TypeInfo_var; extern const uint32_t JsonSerializerInternalWriter_GetPropertyName_m101845556_MetadataUsageId; extern String_t* _stringLiteral310100137; extern const uint32_t JsonSerializerInternalWriter_ShouldSerialize_m3053033764_MetadataUsageId; extern String_t* _stringLiteral4154310068; extern const uint32_t JsonSerializerInternalWriter_IsSpecified_m1497174440_MetadataUsageId; extern String_t* _stringLiteral2539511504; extern const uint32_t JsonSerializerProxy__ctor_m105947954_MetadataUsageId; extern String_t* _stringLiteral11562509; extern const uint32_t JsonSerializerProxy__ctor_m2468412375_MetadataUsageId; extern const uint32_t JsonStringContract__ctor_m789410904_MetadataUsageId; extern RuntimeClass* CachedAttributeGetter_1_t3606826087_il2cpp_TypeInfo_var; extern const RuntimeMethod* CachedAttributeGetter_1_GetAttribute_m1167628126_RuntimeMethod_var; extern const uint32_t JsonTypeReflector_GetDataContractAttribute_m2907827950_MetadataUsageId; extern RuntimeClass* CachedAttributeGetter_1_t239200258_il2cpp_TypeInfo_var; extern RuntimeClass* PropertyInfo_t_il2cpp_TypeInfo_var; extern const RuntimeMethod* CachedAttributeGetter_1_GetAttribute_m2790467231_RuntimeMethod_var; extern const uint32_t JsonTypeReflector_GetDataMemberAttribute_m3946269853_MetadataUsageId; extern const RuntimeMethod* JsonTypeReflector_GetCachedAttribute_TisJsonObjectAttribute_t3277381142_m22066958_RuntimeMethod_var; extern const RuntimeMethod* JsonTypeReflector_GetCachedAttribute_TisSerializableAttribute_t1992588303_m3971833361_RuntimeMethod_var; extern const uint32_t JsonTypeReflector_GetObjectMemberSerialization_m3700962204_MetadataUsageId; extern const RuntimeMethod* JsonTypeReflector_GetCachedAttribute_TisJsonConverterAttribute_t3132853130_m270174116_RuntimeMethod_var; extern const RuntimeMethod* ThreadSafeStore_2_Get_m1747888903_RuntimeMethod_var; extern const RuntimeMethod* Func_2_Invoke_m3764378986_RuntimeMethod_var; extern const uint32_t JsonTypeReflector_GetJsonConverter_m479558405_MetadataUsageId; extern const uint32_t JsonTypeReflector_CreateJsonConverterInstance_m3792846650_MetadataUsageId; extern RuntimeClass* U3CU3Ec__DisplayClass18_0_t667614246_il2cpp_TypeInfo_var; extern RuntimeClass* Func_2_t2696973750_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CU3Ec__DisplayClass18_0_U3CGetJsonConverterCreatorU3Eb__0_m871703074_RuntimeMethod_var; extern const RuntimeMethod* Func_2__ctor_m2783269084_RuntimeMethod_var; extern const uint32_t JsonTypeReflector_GetJsonConverterCreator_m558295051_MetadataUsageId; extern RuntimeClass* TypeDescriptor_t3066613587_il2cpp_TypeInfo_var; extern const uint32_t JsonTypeReflector_GetTypeConverter_m3157593185_MetadataUsageId; extern const RuntimeMethod* ThreadSafeStore_2_Get_m3892779762_RuntimeMethod_var; extern const uint32_t JsonTypeReflector_GetAssociatedMetadataType_m2089485515_MetadataUsageId; extern RuntimeClass* StringU5BU5D_t1281789340_il2cpp_TypeInfo_var; extern String_t* _stringLiteral4218837261; extern String_t* _stringLiteral724943565; extern const uint32_t JsonTypeReflector_GetAssociateMetadataTypeFromAttribute_m4043340792_MetadataUsageId; extern RuntimeClass* SecurityPermission_t2954997752_il2cpp_TypeInfo_var; extern const uint32_t JsonTypeReflector_get_FullyTrusted_m2121730692_MetadataUsageId; extern RuntimeClass* LateBoundReflectionDelegateFactory_t925499913_il2cpp_TypeInfo_var; extern const uint32_t JsonTypeReflector_get_ReflectionDelegateFactory_m2937328847_MetadataUsageId; extern RuntimeClass* Func_2_t3160938740_il2cpp_TypeInfo_var; extern RuntimeClass* ThreadSafeStore_2_t1780285614_il2cpp_TypeInfo_var; extern RuntimeClass* Func_2_t2947909750_il2cpp_TypeInfo_var; extern RuntimeClass* ThreadSafeStore_2_t1567256624_il2cpp_TypeInfo_var; extern const RuntimeMethod* JsonTypeReflector_GetJsonConverterCreator_m558295051_RuntimeMethod_var; extern const RuntimeMethod* Func_2__ctor_m2101884442_RuntimeMethod_var; extern const RuntimeMethod* ThreadSafeStore_2__ctor_m1661335843_RuntimeMethod_var; extern const RuntimeMethod* JsonTypeReflector_GetAssociateMetadataTypeFromAttribute_m4043340792_RuntimeMethod_var; extern const RuntimeMethod* Func_2__ctor_m682283916_RuntimeMethod_var; extern const RuntimeMethod* ThreadSafeStore_2__ctor_m901063422_RuntimeMethod_var; extern const uint32_t JsonTypeReflector__cctor_m4214750656_MetadataUsageId; extern RuntimeClass* U3CU3Ec_t751952102_il2cpp_TypeInfo_var; extern const uint32_t U3CU3Ec__cctor_m528556968_MetadataUsageId; extern RuntimeClass* Func_2_t1850968970_il2cpp_TypeInfo_var; extern RuntimeClass* JsonConverter_t1047106545_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CU3Ec_U3CGetJsonConverterCreatorU3Eb__18_1_m3768802849_RuntimeMethod_var; extern const RuntimeMethod* Func_2__ctor_m484892587_RuntimeMethod_var; extern const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisType_t_m2498843382_RuntimeMethod_var; extern const RuntimeMethod* Enumerable_ToArray_TisType_t_m4037995289_RuntimeMethod_var; extern String_t* _stringLiteral1098875555; extern String_t* _stringLiteral1333520878; extern String_t* _stringLiteral853661764; extern const uint32_t U3CU3Ec__DisplayClass18_0_U3CGetJsonConverterCreatorU3Eb__0_m871703074_MetadataUsageId; extern RuntimeClass* Queue_1_t1693710183_il2cpp_TypeInfo_var; extern const RuntimeMethod* Queue_1__ctor_m517546824_RuntimeMethod_var; extern const uint32_t MemoryTraceWriter__ctor_m3051349506_MetadataUsageId; extern RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; extern RuntimeClass* TraceLevel_t1218108719_il2cpp_TypeInfo_var; extern const RuntimeMethod* Queue_1_get_Count_m3902537741_RuntimeMethod_var; extern const RuntimeMethod* Queue_1_Dequeue_m749985083_RuntimeMethod_var; extern const RuntimeMethod* Queue_1_Enqueue_m440672958_RuntimeMethod_var; extern String_t* _stringLiteral2951814068; extern String_t* _stringLiteral3452614585; extern const uint32_t MemoryTraceWriter_Trace_m1555786003_MetadataUsageId; extern const RuntimeMethod* Queue_1_GetEnumerator_m1277238442_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m215779258_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m364292758_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m4161081647_RuntimeMethod_var; extern const uint32_t MemoryTraceWriter_ToString_m92092258_MetadataUsageId; extern String_t* _stringLiteral950559514; extern const uint32_t ReflectionAttributeProvider__ctor_m860041243_MetadataUsageId; extern String_t* _stringLiteral1904273217; extern const uint32_t ReflectionValueProvider__ctor_m4169408338_MetadataUsageId; extern const RuntimeMethod* ReflectionValueProvider_SetValue_m2372841656_RuntimeMethod_var; extern String_t* _stringLiteral1291656020; extern const uint32_t ReflectionValueProvider_SetValue_m2372841656_MetadataUsageId; extern const RuntimeMethod* ReflectionValueProvider_GetValue_m476110832_RuntimeMethod_var; extern String_t* _stringLiteral1663384424; extern const uint32_t ReflectionValueProvider_GetValue_m476110832_MetadataUsageId; extern RuntimeClass* ResolverContractKey_t3292851287_il2cpp_TypeInfo_var; extern const uint32_t ResolverContractKey_Equals_m4037987600_MetadataUsageId; extern const uint32_t SerializationCallback_BeginInvoke_m3573303468_MetadataUsageId; extern const uint32_t SerializationErrorCallback_BeginInvoke_m2750837220_MetadataUsageId; extern RuntimeClass* JsonTextWriter_t1095349912_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1414169952; extern const uint32_t TraceJsonReader__ctor_m3038369515_MetadataUsageId; extern const uint32_t TraceJsonReader_Newtonsoft_Json_IJsonLineInfo_HasLineInfo_m892727610_MetadataUsageId; extern const uint32_t TraceJsonReader_Newtonsoft_Json_IJsonLineInfo_get_LineNumber_m3379217153_MetadataUsageId; extern const uint32_t TraceJsonReader_Newtonsoft_Json_IJsonLineInfo_get_LinePosition_m1235704904_MetadataUsageId; extern String_t* _stringLiteral2621255277; extern const uint32_t TraceJsonWriter__ctor_m3725709804_MetadataUsageId; extern RuntimeClass* CharU5BU5D_t3528271667_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1980498921; extern const uint32_t Base64Encoder__ctor_m895256504_MetadataUsageId; extern RuntimeClass* ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var; extern const RuntimeMethod* Base64Encoder_Encode_m529978134_RuntimeMethod_var; extern String_t* _stringLiteral3939495523; extern String_t* _stringLiteral797640427; extern String_t* _stringLiteral2002595880; extern const uint32_t Base64Encoder_Encode_m529978134_MetadataUsageId; extern const uint32_t Base64Encoder_Flush_m2747375597_MetadataUsageId; extern RuntimeClass* IArrayPool_1_t3621664784_il2cpp_TypeInfo_var; extern const uint32_t BufferUtils_RentBuffer_m2229979349_MetadataUsageId; extern const uint32_t BufferUtils_ReturnBuffer_m1757235126_MetadataUsageId; extern const uint32_t BufferUtils_EnsureBufferSize_m2563135377_MetadataUsageId; extern const uint32_t CollectionUtils_IsDictionaryType_m3703162077_MetadataUsageId; extern const uint32_t CollectionUtils_ResolveEnumerableCollectionConstructor_m3503010540_MetadataUsageId; extern RuntimeClass* ICollection_1_t394241536_il2cpp_TypeInfo_var; extern RuntimeClass* IList_1_t3676376381_il2cpp_TypeInfo_var; extern const uint32_t CollectionUtils_ResolveEnumerableCollectionConstructor_m2494527832_MetadataUsageId; extern RuntimeClass* List_1_t128053199_il2cpp_TypeInfo_var; extern RuntimeClass* ICollection_1_t1484130691_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m1628857705_RuntimeMethod_var; extern const uint32_t CollectionUtils_GetDimensions_m1989187353_MetadataUsageId; extern const RuntimeMethod* CollectionUtils_CopyFromJaggedToMultidimensionalArray_m2906431338_RuntimeMethod_var; extern String_t* _stringLiteral4061484786; extern const uint32_t CollectionUtils_CopyFromJaggedToMultidimensionalArray_m2906431338_MetadataUsageId; extern const uint32_t CollectionUtils_JaggedArrayGetValue_m2563080823_MetadataUsageId; extern const RuntimeMethod* Enumerable_ToArray_TisInt32_t2950945753_m647562198_RuntimeMethod_var; extern const uint32_t CollectionUtils_ToMultidimensionalArray_m1689011102_MetadataUsageId; extern const uint32_t ConvertUtils_GetTypeCode_m66075454_MetadataUsageId; extern const RuntimeType* Nullable_1_t3772285925_0_0_0_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1611307801_RuntimeMethod_var; extern const uint32_t ConvertUtils_GetTypeCode_m537513080_MetadataUsageId; extern RuntimeClass* IConvertible_t2977365677_il2cpp_TypeInfo_var; extern const uint32_t ConvertUtils_GetTypeInformation_m2205180117_MetadataUsageId; extern const RuntimeType* IConvertible_t2977365677_0_0_0_var; extern const uint32_t ConvertUtils_IsConvertible_m2061056491_MetadataUsageId; extern RuntimeClass* TimeSpan_t881159249_il2cpp_TypeInfo_var; extern const uint32_t ConvertUtils_ParseTimeSpan_m1572991556_MetadataUsageId; extern RuntimeClass* U3CU3Ec__DisplayClass9_0_t1591754542_il2cpp_TypeInfo_var; extern RuntimeClass* Func_2_t2447130374_il2cpp_TypeInfo_var; extern const RuntimeMethod* ReflectionDelegateFactory_CreateMethodCall_TisRuntimeObject_m2397225021_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec__DisplayClass9_0_U3CCreateCastConverterU3Eb__0_m1204656933_RuntimeMethod_var; extern const RuntimeMethod* Func_2__ctor_m406556452_RuntimeMethod_var; extern String_t* _stringLiteral3306367446; extern String_t* _stringLiteral2655463595; extern const uint32_t ConvertUtils_CreateCastConverter_m107459859_MetadataUsageId; extern RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; extern const uint32_t ConvertUtils_TryConvert_m917593776_MetadataUsageId; extern const RuntimeType* Guid_t_0_0_0_var; extern const RuntimeType* Uri_t100236324_0_0_0_var; extern const RuntimeType* TimeSpan_t881159249_0_0_0_var; extern const RuntimeType* Version_t3456873960_0_0_0_var; extern const RuntimeType* Type_t_0_0_0_var; extern RuntimeClass* Guid_t_il2cpp_TypeInfo_var; extern RuntimeClass* Uri_t100236324_il2cpp_TypeInfo_var; extern const RuntimeMethod* ConvertUtils_TryConvertInternal_m3198121260_RuntimeMethod_var; extern String_t* _stringLiteral2427215530; extern const uint32_t ConvertUtils_TryConvertInternal_m3198121260_MetadataUsageId; extern const uint32_t ConvertUtils_ConvertOrCast_m66164726_MetadataUsageId; extern const RuntimeMethod* ThreadSafeStore_2_Get_m245502352_RuntimeMethod_var; extern const RuntimeMethod* ConvertUtils_EnsureTypeAssignable_m2666306822_RuntimeMethod_var; extern String_t* _stringLiteral1789237702; extern String_t* _stringLiteral2395288344; extern const uint32_t ConvertUtils_EnsureTypeAssignable_m2666306822_MetadataUsageId; extern const uint32_t ConvertUtils_GetConverter_m2610355888_MetadataUsageId; extern RuntimeClass* Version_t3456873960_il2cpp_TypeInfo_var; extern const uint32_t ConvertUtils_VersionTryParse_m503562826_MetadataUsageId; extern const uint32_t ConvertUtils_IsInteger_m1782566389_MetadataUsageId; extern RuntimeClass* Regex_t3657309853_il2cpp_TypeInfo_var; extern const RuntimeMethod* ConvertUtils_TryConvertGuid_m1432766850_RuntimeMethod_var; extern String_t* _stringLiteral3452614605; extern String_t* _stringLiteral3200311927; extern const uint32_t ConvertUtils_TryConvertGuid_m1432766850_MetadataUsageId; extern const uint32_t ConvertUtils_HexTextToInt_m2758812283_MetadataUsageId; extern RuntimeClass* FormatException_t154580423_il2cpp_TypeInfo_var; extern const RuntimeMethod* ConvertUtils_HexCharToInt_m1502012178_RuntimeMethod_var; extern String_t* _stringLiteral2123153864; extern const uint32_t ConvertUtils_HexCharToInt_m1502012178_MetadataUsageId; extern const RuntimeType* Char_t3634460470_0_0_0_var; extern const RuntimeType* Nullable_1_t1062055256_0_0_0_var; extern const RuntimeType* Nullable_1_t1819850047_0_0_0_var; extern const RuntimeType* SByte_t1669577662_0_0_0_var; extern const RuntimeType* Nullable_1_t3392139744_0_0_0_var; extern const RuntimeType* Nullable_1_t4275382469_0_0_0_var; extern const RuntimeType* UInt16_t2177724958_0_0_0_var; extern const RuntimeType* Nullable_1_t3900287040_0_0_0_var; extern const RuntimeType* Nullable_1_t378540539_0_0_0_var; extern const RuntimeType* Nullable_1_t2856858458_0_0_0_var; extern const RuntimeType* UInt32_t2560061978_0_0_0_var; extern const RuntimeType* Nullable_1_t4282624060_0_0_0_var; extern const RuntimeType* Int64_t3736567304_0_0_0_var; extern const RuntimeType* Nullable_1_t1164162090_0_0_0_var; extern const RuntimeType* UInt64_t4134040092_0_0_0_var; extern const RuntimeType* Nullable_1_t1561634878_0_0_0_var; extern const RuntimeType* Nullable_1_t3119828856_0_0_0_var; extern const RuntimeType* Nullable_1_t2317227445_0_0_0_var; extern const RuntimeType* Nullable_1_t1166124571_0_0_0_var; extern const RuntimeType* Nullable_1_t656882293_0_0_0_var; extern const RuntimeType* Nullable_1_t375854166_0_0_0_var; extern const RuntimeType* Nullable_1_t621127673_0_0_0_var; extern const RuntimeType* Nullable_1_t2603721331_0_0_0_var; extern RuntimeClass* Dictionary_2_t3243296968_il2cpp_TypeInfo_var; extern RuntimeClass* TypeInformationU5BU5D_t2952020178_il2cpp_TypeInfo_var; extern RuntimeClass* TypeInformation_t1210244291_il2cpp_TypeInfo_var; extern RuntimeClass* Func_2_t37565620_il2cpp_TypeInfo_var; extern RuntimeClass* ThreadSafeStore_2_t2951879790_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m3410592953_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m841187638_RuntimeMethod_var; extern const RuntimeMethod* ConvertUtils_CreateCastConverter_m107459859_RuntimeMethod_var; extern const RuntimeMethod* Func_2__ctor_m2297659642_RuntimeMethod_var; extern const RuntimeMethod* ThreadSafeStore_2__ctor_m2681314549_RuntimeMethod_var; extern const uint32_t ConvertUtils__cctor_m4121674950_MetadataUsageId; struct PropertyInfoU5BU5D_t1461822886; struct FieldInfoU5BU5D_t846150980; struct TypeU5BU5D_t3940880105; struct ObjectU5BU5D_t2843939325; struct AssemblyU5BU5D_t2792222854; struct BooleanU5BU5D_t2897418192; struct ByteU5BU5D_t4116647657; struct StringU5BU5D_t1281789340; struct JsonConverterU5BU5D_t155849004; struct Int32U5BU5D_t385246372; struct AttributeU5BU5D_t1575011174; struct CharU5BU5D_t3528271667; struct ConstructorInfoU5BU5D_t881249896; struct ParameterInfoU5BU5D_t390618515; struct TypeInformationU5BU5D_t2952020178; #ifndef RUNTIMEOBJECT_H #define RUNTIMEOBJECT_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEOBJECT_H #ifndef JSONFORMATTERCONVERTER_T1655671892_H #define JSONFORMATTERCONVERTER_T1655671892_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.JsonFormatterConverter struct JsonFormatterConverter_t1655671892 : public RuntimeObject { public: // Newtonsoft.Json.Serialization.JsonSerializerInternalReader Newtonsoft.Json.Serialization.JsonFormatterConverter::_reader JsonSerializerInternalReader_t927352408 * ____reader_0; // Newtonsoft.Json.Serialization.JsonISerializableContract Newtonsoft.Json.Serialization.JsonFormatterConverter::_contract JsonISerializableContract_t781833466 * ____contract_1; // Newtonsoft.Json.Serialization.JsonProperty Newtonsoft.Json.Serialization.JsonFormatterConverter::_member JsonProperty_t1405154176 * ____member_2; public: inline static int32_t get_offset_of__reader_0() { return static_cast(offsetof(JsonFormatterConverter_t1655671892, ____reader_0)); } inline JsonSerializerInternalReader_t927352408 * get__reader_0() const { return ____reader_0; } inline JsonSerializerInternalReader_t927352408 ** get_address_of__reader_0() { return &____reader_0; } inline void set__reader_0(JsonSerializerInternalReader_t927352408 * value) { ____reader_0 = value; Il2CppCodeGenWriteBarrier((&____reader_0), value); } inline static int32_t get_offset_of__contract_1() { return static_cast(offsetof(JsonFormatterConverter_t1655671892, ____contract_1)); } inline JsonISerializableContract_t781833466 * get__contract_1() const { return ____contract_1; } inline JsonISerializableContract_t781833466 ** get_address_of__contract_1() { return &____contract_1; } inline void set__contract_1(JsonISerializableContract_t781833466 * value) { ____contract_1 = value; Il2CppCodeGenWriteBarrier((&____contract_1), value); } inline static int32_t get_offset_of__member_2() { return static_cast(offsetof(JsonFormatterConverter_t1655671892, ____member_2)); } inline JsonProperty_t1405154176 * get__member_2() const { return ____member_2; } inline JsonProperty_t1405154176 ** get_address_of__member_2() { return &____member_2; } inline void set__member_2(JsonProperty_t1405154176 * value) { ____member_2 = value; Il2CppCodeGenWriteBarrier((&____member_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONFORMATTERCONVERTER_T1655671892_H #ifndef U3CU3EC__DISPLAYCLASS74_0_T231698374_H #define U3CU3EC__DISPLAYCLASS74_0_T231698374_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.JsonContract/<>c__DisplayClass74_0 struct U3CU3Ec__DisplayClass74_0_t231698374 : public RuntimeObject { public: // System.Reflection.MethodInfo Newtonsoft.Json.Serialization.JsonContract/<>c__DisplayClass74_0::callbackMethodInfo MethodInfo_t * ___callbackMethodInfo_0; public: inline static int32_t get_offset_of_callbackMethodInfo_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass74_0_t231698374, ___callbackMethodInfo_0)); } inline MethodInfo_t * get_callbackMethodInfo_0() const { return ___callbackMethodInfo_0; } inline MethodInfo_t ** get_address_of_callbackMethodInfo_0() { return &___callbackMethodInfo_0; } inline void set_callbackMethodInfo_0(MethodInfo_t * value) { ___callbackMethodInfo_0 = value; Il2CppCodeGenWriteBarrier((&___callbackMethodInfo_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CU3EC__DISPLAYCLASS74_0_T231698374_H #ifndef U3CU3EC__DISPLAYCLASS73_0_T231501766_H #define U3CU3EC__DISPLAYCLASS73_0_T231501766_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.JsonContract/<>c__DisplayClass73_0 struct U3CU3Ec__DisplayClass73_0_t231501766 : public RuntimeObject { public: // System.Reflection.MethodInfo Newtonsoft.Json.Serialization.JsonContract/<>c__DisplayClass73_0::callbackMethodInfo MethodInfo_t * ___callbackMethodInfo_0; public: inline static int32_t get_offset_of_callbackMethodInfo_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass73_0_t231501766, ___callbackMethodInfo_0)); } inline MethodInfo_t * get_callbackMethodInfo_0() const { return ___callbackMethodInfo_0; } inline MethodInfo_t ** get_address_of_callbackMethodInfo_0() { return &___callbackMethodInfo_0; } inline void set_callbackMethodInfo_0(MethodInfo_t * value) { ___callbackMethodInfo_0 = value; Il2CppCodeGenWriteBarrier((&___callbackMethodInfo_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CU3EC__DISPLAYCLASS73_0_T231501766_H struct Il2CppArrayBounds; #ifndef RUNTIMEARRAY_H #define RUNTIMEARRAY_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEARRAY_H #ifndef URI_T100236324_H #define URI_T100236324_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Uri struct Uri_t100236324 : public RuntimeObject { public: // System.Boolean System.Uri::isUnixFilePath bool ___isUnixFilePath_0; // System.String System.Uri::source String_t* ___source_1; // System.String System.Uri::scheme String_t* ___scheme_2; // System.String System.Uri::host String_t* ___host_3; // System.Int32 System.Uri::port int32_t ___port_4; // System.String System.Uri::path String_t* ___path_5; // System.String System.Uri::query String_t* ___query_6; // System.String System.Uri::fragment String_t* ___fragment_7; // System.String System.Uri::userinfo String_t* ___userinfo_8; // System.Boolean System.Uri::isUnc bool ___isUnc_9; // System.Boolean System.Uri::isOpaquePart bool ___isOpaquePart_10; // System.Boolean System.Uri::isAbsoluteUri bool ___isAbsoluteUri_11; // System.Boolean System.Uri::userEscaped bool ___userEscaped_12; // System.String System.Uri::cachedAbsoluteUri String_t* ___cachedAbsoluteUri_13; // System.String System.Uri::cachedToString String_t* ___cachedToString_14; // System.String System.Uri::cachedLocalPath String_t* ___cachedLocalPath_15; // System.Int32 System.Uri::cachedHashCode int32_t ___cachedHashCode_16; // System.UriParser System.Uri::parser UriParser_t3890150400 * ___parser_30; public: inline static int32_t get_offset_of_isUnixFilePath_0() { return static_cast(offsetof(Uri_t100236324, ___isUnixFilePath_0)); } inline bool get_isUnixFilePath_0() const { return ___isUnixFilePath_0; } inline bool* get_address_of_isUnixFilePath_0() { return &___isUnixFilePath_0; } inline void set_isUnixFilePath_0(bool value) { ___isUnixFilePath_0 = value; } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(Uri_t100236324, ___source_1)); } inline String_t* get_source_1() const { return ___source_1; } inline String_t** get_address_of_source_1() { return &___source_1; } inline void set_source_1(String_t* value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((&___source_1), value); } inline static int32_t get_offset_of_scheme_2() { return static_cast(offsetof(Uri_t100236324, ___scheme_2)); } inline String_t* get_scheme_2() const { return ___scheme_2; } inline String_t** get_address_of_scheme_2() { return &___scheme_2; } inline void set_scheme_2(String_t* value) { ___scheme_2 = value; Il2CppCodeGenWriteBarrier((&___scheme_2), value); } inline static int32_t get_offset_of_host_3() { return static_cast(offsetof(Uri_t100236324, ___host_3)); } inline String_t* get_host_3() const { return ___host_3; } inline String_t** get_address_of_host_3() { return &___host_3; } inline void set_host_3(String_t* value) { ___host_3 = value; Il2CppCodeGenWriteBarrier((&___host_3), value); } inline static int32_t get_offset_of_port_4() { return static_cast(offsetof(Uri_t100236324, ___port_4)); } inline int32_t get_port_4() const { return ___port_4; } inline int32_t* get_address_of_port_4() { return &___port_4; } inline void set_port_4(int32_t value) { ___port_4 = value; } inline static int32_t get_offset_of_path_5() { return static_cast(offsetof(Uri_t100236324, ___path_5)); } inline String_t* get_path_5() const { return ___path_5; } inline String_t** get_address_of_path_5() { return &___path_5; } inline void set_path_5(String_t* value) { ___path_5 = value; Il2CppCodeGenWriteBarrier((&___path_5), value); } inline static int32_t get_offset_of_query_6() { return static_cast(offsetof(Uri_t100236324, ___query_6)); } inline String_t* get_query_6() const { return ___query_6; } inline String_t** get_address_of_query_6() { return &___query_6; } inline void set_query_6(String_t* value) { ___query_6 = value; Il2CppCodeGenWriteBarrier((&___query_6), value); } inline static int32_t get_offset_of_fragment_7() { return static_cast(offsetof(Uri_t100236324, ___fragment_7)); } inline String_t* get_fragment_7() const { return ___fragment_7; } inline String_t** get_address_of_fragment_7() { return &___fragment_7; } inline void set_fragment_7(String_t* value) { ___fragment_7 = value; Il2CppCodeGenWriteBarrier((&___fragment_7), value); } inline static int32_t get_offset_of_userinfo_8() { return static_cast(offsetof(Uri_t100236324, ___userinfo_8)); } inline String_t* get_userinfo_8() const { return ___userinfo_8; } inline String_t** get_address_of_userinfo_8() { return &___userinfo_8; } inline void set_userinfo_8(String_t* value) { ___userinfo_8 = value; Il2CppCodeGenWriteBarrier((&___userinfo_8), value); } inline static int32_t get_offset_of_isUnc_9() { return static_cast(offsetof(Uri_t100236324, ___isUnc_9)); } inline bool get_isUnc_9() const { return ___isUnc_9; } inline bool* get_address_of_isUnc_9() { return &___isUnc_9; } inline void set_isUnc_9(bool value) { ___isUnc_9 = value; } inline static int32_t get_offset_of_isOpaquePart_10() { return static_cast(offsetof(Uri_t100236324, ___isOpaquePart_10)); } inline bool get_isOpaquePart_10() const { return ___isOpaquePart_10; } inline bool* get_address_of_isOpaquePart_10() { return &___isOpaquePart_10; } inline void set_isOpaquePart_10(bool value) { ___isOpaquePart_10 = value; } inline static int32_t get_offset_of_isAbsoluteUri_11() { return static_cast(offsetof(Uri_t100236324, ___isAbsoluteUri_11)); } inline bool get_isAbsoluteUri_11() const { return ___isAbsoluteUri_11; } inline bool* get_address_of_isAbsoluteUri_11() { return &___isAbsoluteUri_11; } inline void set_isAbsoluteUri_11(bool value) { ___isAbsoluteUri_11 = value; } inline static int32_t get_offset_of_userEscaped_12() { return static_cast(offsetof(Uri_t100236324, ___userEscaped_12)); } inline bool get_userEscaped_12() const { return ___userEscaped_12; } inline bool* get_address_of_userEscaped_12() { return &___userEscaped_12; } inline void set_userEscaped_12(bool value) { ___userEscaped_12 = value; } inline static int32_t get_offset_of_cachedAbsoluteUri_13() { return static_cast(offsetof(Uri_t100236324, ___cachedAbsoluteUri_13)); } inline String_t* get_cachedAbsoluteUri_13() const { return ___cachedAbsoluteUri_13; } inline String_t** get_address_of_cachedAbsoluteUri_13() { return &___cachedAbsoluteUri_13; } inline void set_cachedAbsoluteUri_13(String_t* value) { ___cachedAbsoluteUri_13 = value; Il2CppCodeGenWriteBarrier((&___cachedAbsoluteUri_13), value); } inline static int32_t get_offset_of_cachedToString_14() { return static_cast(offsetof(Uri_t100236324, ___cachedToString_14)); } inline String_t* get_cachedToString_14() const { return ___cachedToString_14; } inline String_t** get_address_of_cachedToString_14() { return &___cachedToString_14; } inline void set_cachedToString_14(String_t* value) { ___cachedToString_14 = value; Il2CppCodeGenWriteBarrier((&___cachedToString_14), value); } inline static int32_t get_offset_of_cachedLocalPath_15() { return static_cast(offsetof(Uri_t100236324, ___cachedLocalPath_15)); } inline String_t* get_cachedLocalPath_15() const { return ___cachedLocalPath_15; } inline String_t** get_address_of_cachedLocalPath_15() { return &___cachedLocalPath_15; } inline void set_cachedLocalPath_15(String_t* value) { ___cachedLocalPath_15 = value; Il2CppCodeGenWriteBarrier((&___cachedLocalPath_15), value); } inline static int32_t get_offset_of_cachedHashCode_16() { return static_cast(offsetof(Uri_t100236324, ___cachedHashCode_16)); } inline int32_t get_cachedHashCode_16() const { return ___cachedHashCode_16; } inline int32_t* get_address_of_cachedHashCode_16() { return &___cachedHashCode_16; } inline void set_cachedHashCode_16(int32_t value) { ___cachedHashCode_16 = value; } inline static int32_t get_offset_of_parser_30() { return static_cast(offsetof(Uri_t100236324, ___parser_30)); } inline UriParser_t3890150400 * get_parser_30() const { return ___parser_30; } inline UriParser_t3890150400 ** get_address_of_parser_30() { return &___parser_30; } inline void set_parser_30(UriParser_t3890150400 * value) { ___parser_30 = value; Il2CppCodeGenWriteBarrier((&___parser_30), value); } }; struct Uri_t100236324_StaticFields { public: // System.String System.Uri::hexUpperChars String_t* ___hexUpperChars_17; // System.String System.Uri::SchemeDelimiter String_t* ___SchemeDelimiter_18; // System.String System.Uri::UriSchemeFile String_t* ___UriSchemeFile_19; // System.String System.Uri::UriSchemeFtp String_t* ___UriSchemeFtp_20; // System.String System.Uri::UriSchemeGopher String_t* ___UriSchemeGopher_21; // System.String System.Uri::UriSchemeHttp String_t* ___UriSchemeHttp_22; // System.String System.Uri::UriSchemeHttps String_t* ___UriSchemeHttps_23; // System.String System.Uri::UriSchemeMailto String_t* ___UriSchemeMailto_24; // System.String System.Uri::UriSchemeNews String_t* ___UriSchemeNews_25; // System.String System.Uri::UriSchemeNntp String_t* ___UriSchemeNntp_26; // System.String System.Uri::UriSchemeNetPipe String_t* ___UriSchemeNetPipe_27; // System.String System.Uri::UriSchemeNetTcp String_t* ___UriSchemeNetTcp_28; // System.Uri/UriScheme[] System.Uri::schemes UriSchemeU5BU5D_t2082808316* ___schemes_29; // System.Collections.Generic.Dictionary`2 System.Uri::<>f__switch$map12 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map12_31; // System.Collections.Generic.Dictionary`2 System.Uri::<>f__switch$map13 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map13_32; // System.Collections.Generic.Dictionary`2 System.Uri::<>f__switch$map14 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map14_33; // System.Collections.Generic.Dictionary`2 System.Uri::<>f__switch$map15 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map15_34; // System.Collections.Generic.Dictionary`2 System.Uri::<>f__switch$map16 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map16_35; public: inline static int32_t get_offset_of_hexUpperChars_17() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___hexUpperChars_17)); } inline String_t* get_hexUpperChars_17() const { return ___hexUpperChars_17; } inline String_t** get_address_of_hexUpperChars_17() { return &___hexUpperChars_17; } inline void set_hexUpperChars_17(String_t* value) { ___hexUpperChars_17 = value; Il2CppCodeGenWriteBarrier((&___hexUpperChars_17), value); } inline static int32_t get_offset_of_SchemeDelimiter_18() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___SchemeDelimiter_18)); } inline String_t* get_SchemeDelimiter_18() const { return ___SchemeDelimiter_18; } inline String_t** get_address_of_SchemeDelimiter_18() { return &___SchemeDelimiter_18; } inline void set_SchemeDelimiter_18(String_t* value) { ___SchemeDelimiter_18 = value; Il2CppCodeGenWriteBarrier((&___SchemeDelimiter_18), value); } inline static int32_t get_offset_of_UriSchemeFile_19() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeFile_19)); } inline String_t* get_UriSchemeFile_19() const { return ___UriSchemeFile_19; } inline String_t** get_address_of_UriSchemeFile_19() { return &___UriSchemeFile_19; } inline void set_UriSchemeFile_19(String_t* value) { ___UriSchemeFile_19 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeFile_19), value); } inline static int32_t get_offset_of_UriSchemeFtp_20() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeFtp_20)); } inline String_t* get_UriSchemeFtp_20() const { return ___UriSchemeFtp_20; } inline String_t** get_address_of_UriSchemeFtp_20() { return &___UriSchemeFtp_20; } inline void set_UriSchemeFtp_20(String_t* value) { ___UriSchemeFtp_20 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeFtp_20), value); } inline static int32_t get_offset_of_UriSchemeGopher_21() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeGopher_21)); } inline String_t* get_UriSchemeGopher_21() const { return ___UriSchemeGopher_21; } inline String_t** get_address_of_UriSchemeGopher_21() { return &___UriSchemeGopher_21; } inline void set_UriSchemeGopher_21(String_t* value) { ___UriSchemeGopher_21 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeGopher_21), value); } inline static int32_t get_offset_of_UriSchemeHttp_22() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeHttp_22)); } inline String_t* get_UriSchemeHttp_22() const { return ___UriSchemeHttp_22; } inline String_t** get_address_of_UriSchemeHttp_22() { return &___UriSchemeHttp_22; } inline void set_UriSchemeHttp_22(String_t* value) { ___UriSchemeHttp_22 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeHttp_22), value); } inline static int32_t get_offset_of_UriSchemeHttps_23() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeHttps_23)); } inline String_t* get_UriSchemeHttps_23() const { return ___UriSchemeHttps_23; } inline String_t** get_address_of_UriSchemeHttps_23() { return &___UriSchemeHttps_23; } inline void set_UriSchemeHttps_23(String_t* value) { ___UriSchemeHttps_23 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeHttps_23), value); } inline static int32_t get_offset_of_UriSchemeMailto_24() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeMailto_24)); } inline String_t* get_UriSchemeMailto_24() const { return ___UriSchemeMailto_24; } inline String_t** get_address_of_UriSchemeMailto_24() { return &___UriSchemeMailto_24; } inline void set_UriSchemeMailto_24(String_t* value) { ___UriSchemeMailto_24 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeMailto_24), value); } inline static int32_t get_offset_of_UriSchemeNews_25() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeNews_25)); } inline String_t* get_UriSchemeNews_25() const { return ___UriSchemeNews_25; } inline String_t** get_address_of_UriSchemeNews_25() { return &___UriSchemeNews_25; } inline void set_UriSchemeNews_25(String_t* value) { ___UriSchemeNews_25 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeNews_25), value); } inline static int32_t get_offset_of_UriSchemeNntp_26() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeNntp_26)); } inline String_t* get_UriSchemeNntp_26() const { return ___UriSchemeNntp_26; } inline String_t** get_address_of_UriSchemeNntp_26() { return &___UriSchemeNntp_26; } inline void set_UriSchemeNntp_26(String_t* value) { ___UriSchemeNntp_26 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeNntp_26), value); } inline static int32_t get_offset_of_UriSchemeNetPipe_27() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeNetPipe_27)); } inline String_t* get_UriSchemeNetPipe_27() const { return ___UriSchemeNetPipe_27; } inline String_t** get_address_of_UriSchemeNetPipe_27() { return &___UriSchemeNetPipe_27; } inline void set_UriSchemeNetPipe_27(String_t* value) { ___UriSchemeNetPipe_27 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeNetPipe_27), value); } inline static int32_t get_offset_of_UriSchemeNetTcp_28() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeNetTcp_28)); } inline String_t* get_UriSchemeNetTcp_28() const { return ___UriSchemeNetTcp_28; } inline String_t** get_address_of_UriSchemeNetTcp_28() { return &___UriSchemeNetTcp_28; } inline void set_UriSchemeNetTcp_28(String_t* value) { ___UriSchemeNetTcp_28 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeNetTcp_28), value); } inline static int32_t get_offset_of_schemes_29() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___schemes_29)); } inline UriSchemeU5BU5D_t2082808316* get_schemes_29() const { return ___schemes_29; } inline UriSchemeU5BU5D_t2082808316** get_address_of_schemes_29() { return &___schemes_29; } inline void set_schemes_29(UriSchemeU5BU5D_t2082808316* value) { ___schemes_29 = value; Il2CppCodeGenWriteBarrier((&___schemes_29), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map12_31() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___U3CU3Ef__switchU24map12_31)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map12_31() const { return ___U3CU3Ef__switchU24map12_31; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map12_31() { return &___U3CU3Ef__switchU24map12_31; } inline void set_U3CU3Ef__switchU24map12_31(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map12_31 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map12_31), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map13_32() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___U3CU3Ef__switchU24map13_32)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map13_32() const { return ___U3CU3Ef__switchU24map13_32; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map13_32() { return &___U3CU3Ef__switchU24map13_32; } inline void set_U3CU3Ef__switchU24map13_32(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map13_32 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map13_32), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map14_33() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___U3CU3Ef__switchU24map14_33)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map14_33() const { return ___U3CU3Ef__switchU24map14_33; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map14_33() { return &___U3CU3Ef__switchU24map14_33; } inline void set_U3CU3Ef__switchU24map14_33(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map14_33 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map14_33), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map15_34() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___U3CU3Ef__switchU24map15_34)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map15_34() const { return ___U3CU3Ef__switchU24map15_34; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map15_34() { return &___U3CU3Ef__switchU24map15_34; } inline void set_U3CU3Ef__switchU24map15_34(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map15_34 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map15_34), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map16_35() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___U3CU3Ef__switchU24map16_35)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map16_35() const { return ___U3CU3Ef__switchU24map16_35; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map16_35() { return &___U3CU3Ef__switchU24map16_35; } inline void set_U3CU3Ef__switchU24map16_35(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map16_35 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map16_35), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // URI_T100236324_H #ifndef BASE64ENCODER_T3724986751_H #define BASE64ENCODER_T3724986751_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.Base64Encoder struct Base64Encoder_t3724986751 : public RuntimeObject { public: // System.Char[] Newtonsoft.Json.Utilities.Base64Encoder::_charsLine CharU5BU5D_t3528271667* ____charsLine_0; // System.IO.TextWriter Newtonsoft.Json.Utilities.Base64Encoder::_writer TextWriter_t3478189236 * ____writer_1; // System.Byte[] Newtonsoft.Json.Utilities.Base64Encoder::_leftOverBytes ByteU5BU5D_t4116647657* ____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_t3724986751, ____charsLine_0)); } inline CharU5BU5D_t3528271667* get__charsLine_0() const { return ____charsLine_0; } inline CharU5BU5D_t3528271667** get_address_of__charsLine_0() { return &____charsLine_0; } inline void set__charsLine_0(CharU5BU5D_t3528271667* value) { ____charsLine_0 = value; Il2CppCodeGenWriteBarrier((&____charsLine_0), value); } inline static int32_t get_offset_of__writer_1() { return static_cast(offsetof(Base64Encoder_t3724986751, ____writer_1)); } inline TextWriter_t3478189236 * get__writer_1() const { return ____writer_1; } inline TextWriter_t3478189236 ** get_address_of__writer_1() { return &____writer_1; } inline void set__writer_1(TextWriter_t3478189236 * value) { ____writer_1 = value; Il2CppCodeGenWriteBarrier((&____writer_1), value); } inline static int32_t get_offset_of__leftOverBytes_2() { return static_cast(offsetof(Base64Encoder_t3724986751, ____leftOverBytes_2)); } inline ByteU5BU5D_t4116647657* get__leftOverBytes_2() const { return ____leftOverBytes_2; } inline ByteU5BU5D_t4116647657** get_address_of__leftOverBytes_2() { return &____leftOverBytes_2; } inline void set__leftOverBytes_2(ByteU5BU5D_t4116647657* value) { ____leftOverBytes_2 = value; Il2CppCodeGenWriteBarrier((&____leftOverBytes_2), value); } inline static int32_t get_offset_of__leftOverBytesCount_3() { return static_cast(offsetof(Base64Encoder_t3724986751, ____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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BASE64ENCODER_T3724986751_H #ifndef JTOKEN_T1038539247_H #define JTOKEN_T1038539247_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JToken struct JToken_t1038539247 : public RuntimeObject { public: // Newtonsoft.Json.Linq.JContainer Newtonsoft.Json.Linq.JToken::_parent JContainer_t1023664833 * ____parent_0; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::_previous JToken_t1038539247 * ____previous_1; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::_next JToken_t1038539247 * ____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_t1038539247, ____parent_0)); } inline JContainer_t1023664833 * get__parent_0() const { return ____parent_0; } inline JContainer_t1023664833 ** get_address_of__parent_0() { return &____parent_0; } inline void set__parent_0(JContainer_t1023664833 * value) { ____parent_0 = value; Il2CppCodeGenWriteBarrier((&____parent_0), value); } inline static int32_t get_offset_of__previous_1() { return static_cast(offsetof(JToken_t1038539247, ____previous_1)); } inline JToken_t1038539247 * get__previous_1() const { return ____previous_1; } inline JToken_t1038539247 ** get_address_of__previous_1() { return &____previous_1; } inline void set__previous_1(JToken_t1038539247 * value) { ____previous_1 = value; Il2CppCodeGenWriteBarrier((&____previous_1), value); } inline static int32_t get_offset_of__next_2() { return static_cast(offsetof(JToken_t1038539247, ____next_2)); } inline JToken_t1038539247 * get__next_2() const { return ____next_2; } inline JToken_t1038539247 ** get_address_of__next_2() { return &____next_2; } inline void set__next_2(JToken_t1038539247 * value) { ____next_2 = value; Il2CppCodeGenWriteBarrier((&____next_2), value); } inline static int32_t get_offset_of__annotations_3() { return static_cast(offsetof(JToken_t1038539247, ____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((&____annotations_3), value); } }; struct JToken_t1038539247_StaticFields { public: // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::BooleanTypes JTokenTypeU5BU5D_t1887505675* ___BooleanTypes_4; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::NumberTypes JTokenTypeU5BU5D_t1887505675* ___NumberTypes_5; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::StringTypes JTokenTypeU5BU5D_t1887505675* ___StringTypes_6; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::GuidTypes JTokenTypeU5BU5D_t1887505675* ___GuidTypes_7; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::TimeSpanTypes JTokenTypeU5BU5D_t1887505675* ___TimeSpanTypes_8; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::UriTypes JTokenTypeU5BU5D_t1887505675* ___UriTypes_9; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::CharTypes JTokenTypeU5BU5D_t1887505675* ___CharTypes_10; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::DateTimeTypes JTokenTypeU5BU5D_t1887505675* ___DateTimeTypes_11; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::BytesTypes JTokenTypeU5BU5D_t1887505675* ___BytesTypes_12; public: inline static int32_t get_offset_of_BooleanTypes_4() { return static_cast(offsetof(JToken_t1038539247_StaticFields, ___BooleanTypes_4)); } inline JTokenTypeU5BU5D_t1887505675* get_BooleanTypes_4() const { return ___BooleanTypes_4; } inline JTokenTypeU5BU5D_t1887505675** get_address_of_BooleanTypes_4() { return &___BooleanTypes_4; } inline void set_BooleanTypes_4(JTokenTypeU5BU5D_t1887505675* value) { ___BooleanTypes_4 = value; Il2CppCodeGenWriteBarrier((&___BooleanTypes_4), value); } inline static int32_t get_offset_of_NumberTypes_5() { return static_cast(offsetof(JToken_t1038539247_StaticFields, ___NumberTypes_5)); } inline JTokenTypeU5BU5D_t1887505675* get_NumberTypes_5() const { return ___NumberTypes_5; } inline JTokenTypeU5BU5D_t1887505675** get_address_of_NumberTypes_5() { return &___NumberTypes_5; } inline void set_NumberTypes_5(JTokenTypeU5BU5D_t1887505675* value) { ___NumberTypes_5 = value; Il2CppCodeGenWriteBarrier((&___NumberTypes_5), value); } inline static int32_t get_offset_of_StringTypes_6() { return static_cast(offsetof(JToken_t1038539247_StaticFields, ___StringTypes_6)); } inline JTokenTypeU5BU5D_t1887505675* get_StringTypes_6() const { return ___StringTypes_6; } inline JTokenTypeU5BU5D_t1887505675** get_address_of_StringTypes_6() { return &___StringTypes_6; } inline void set_StringTypes_6(JTokenTypeU5BU5D_t1887505675* value) { ___StringTypes_6 = value; Il2CppCodeGenWriteBarrier((&___StringTypes_6), value); } inline static int32_t get_offset_of_GuidTypes_7() { return static_cast(offsetof(JToken_t1038539247_StaticFields, ___GuidTypes_7)); } inline JTokenTypeU5BU5D_t1887505675* get_GuidTypes_7() const { return ___GuidTypes_7; } inline JTokenTypeU5BU5D_t1887505675** get_address_of_GuidTypes_7() { return &___GuidTypes_7; } inline void set_GuidTypes_7(JTokenTypeU5BU5D_t1887505675* value) { ___GuidTypes_7 = value; Il2CppCodeGenWriteBarrier((&___GuidTypes_7), value); } inline static int32_t get_offset_of_TimeSpanTypes_8() { return static_cast(offsetof(JToken_t1038539247_StaticFields, ___TimeSpanTypes_8)); } inline JTokenTypeU5BU5D_t1887505675* get_TimeSpanTypes_8() const { return ___TimeSpanTypes_8; } inline JTokenTypeU5BU5D_t1887505675** get_address_of_TimeSpanTypes_8() { return &___TimeSpanTypes_8; } inline void set_TimeSpanTypes_8(JTokenTypeU5BU5D_t1887505675* value) { ___TimeSpanTypes_8 = value; Il2CppCodeGenWriteBarrier((&___TimeSpanTypes_8), value); } inline static int32_t get_offset_of_UriTypes_9() { return static_cast(offsetof(JToken_t1038539247_StaticFields, ___UriTypes_9)); } inline JTokenTypeU5BU5D_t1887505675* get_UriTypes_9() const { return ___UriTypes_9; } inline JTokenTypeU5BU5D_t1887505675** get_address_of_UriTypes_9() { return &___UriTypes_9; } inline void set_UriTypes_9(JTokenTypeU5BU5D_t1887505675* value) { ___UriTypes_9 = value; Il2CppCodeGenWriteBarrier((&___UriTypes_9), value); } inline static int32_t get_offset_of_CharTypes_10() { return static_cast(offsetof(JToken_t1038539247_StaticFields, ___CharTypes_10)); } inline JTokenTypeU5BU5D_t1887505675* get_CharTypes_10() const { return ___CharTypes_10; } inline JTokenTypeU5BU5D_t1887505675** get_address_of_CharTypes_10() { return &___CharTypes_10; } inline void set_CharTypes_10(JTokenTypeU5BU5D_t1887505675* value) { ___CharTypes_10 = value; Il2CppCodeGenWriteBarrier((&___CharTypes_10), value); } inline static int32_t get_offset_of_DateTimeTypes_11() { return static_cast(offsetof(JToken_t1038539247_StaticFields, ___DateTimeTypes_11)); } inline JTokenTypeU5BU5D_t1887505675* get_DateTimeTypes_11() const { return ___DateTimeTypes_11; } inline JTokenTypeU5BU5D_t1887505675** get_address_of_DateTimeTypes_11() { return &___DateTimeTypes_11; } inline void set_DateTimeTypes_11(JTokenTypeU5BU5D_t1887505675* value) { ___DateTimeTypes_11 = value; Il2CppCodeGenWriteBarrier((&___DateTimeTypes_11), value); } inline static int32_t get_offset_of_BytesTypes_12() { return static_cast(offsetof(JToken_t1038539247_StaticFields, ___BytesTypes_12)); } inline JTokenTypeU5BU5D_t1887505675* get_BytesTypes_12() const { return ___BytesTypes_12; } inline JTokenTypeU5BU5D_t1887505675** get_address_of_BytesTypes_12() { return &___BytesTypes_12; } inline void set_BytesTypes_12(JTokenTypeU5BU5D_t1887505675* value) { ___BytesTypes_12 = value; Il2CppCodeGenWriteBarrier((&___BytesTypes_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JTOKEN_T1038539247_H #ifndef REFLECTIONVALUEPROVIDER_T2127813129_H #define REFLECTIONVALUEPROVIDER_T2127813129_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.ReflectionValueProvider struct ReflectionValueProvider_t2127813129 : 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_t2127813129, ____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((&____memberInfo_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REFLECTIONVALUEPROVIDER_T2127813129_H #ifndef COLLECTION_1_T349510094_H #define COLLECTION_1_T349510094_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.ObjectModel.Collection`1 struct Collection_1_t349510094 : public RuntimeObject { public: // System.Collections.Generic.IList`1 System.Collections.ObjectModel.Collection`1::list RuntimeObject* ___list_0; // System.Object System.Collections.ObjectModel.Collection`1::syncRoot RuntimeObject * ___syncRoot_1; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Collection_1_t349510094, ___list_0)); } inline RuntimeObject* get_list_0() const { return ___list_0; } inline RuntimeObject** get_address_of_list_0() { return &___list_0; } inline void set_list_0(RuntimeObject* value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((&___list_0), value); } inline static int32_t get_offset_of_syncRoot_1() { return static_cast(offsetof(Collection_1_t349510094, ___syncRoot_1)); } inline RuntimeObject * get_syncRoot_1() const { return ___syncRoot_1; } inline RuntimeObject ** get_address_of_syncRoot_1() { return &___syncRoot_1; } inline void set_syncRoot_1(RuntimeObject * value) { ___syncRoot_1 = value; Il2CppCodeGenWriteBarrier((&___syncRoot_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLLECTION_1_T349510094_H #ifndef REFLECTIONATTRIBUTEPROVIDER_T4190773725_H #define REFLECTIONATTRIBUTEPROVIDER_T4190773725_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.ReflectionAttributeProvider struct ReflectionAttributeProvider_t4190773725 : 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_t4190773725, ____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((&____attributeProvider_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REFLECTIONATTRIBUTEPROVIDER_T4190773725_H #ifndef DICTIONARY_2_T2785133644_H #define DICTIONARY_2_T2785133644_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2785133644 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots TypeU5BU5D_t3940880105* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots ReadTypeU5BU5D_t3513619869* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t2785133644, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t2785133644, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t2785133644, ___keySlots_6)); } inline TypeU5BU5D_t3940880105* get_keySlots_6() const { return ___keySlots_6; } inline TypeU5BU5D_t3940880105** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(TypeU5BU5D_t3940880105* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t2785133644, ___valueSlots_7)); } inline ReadTypeU5BU5D_t3513619869* get_valueSlots_7() const { return ___valueSlots_7; } inline ReadTypeU5BU5D_t3513619869** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(ReadTypeU5BU5D_t3513619869* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t2785133644, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t2785133644, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t2785133644, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t2785133644, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t2785133644, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t2785133644, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t2785133644, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t2785133644_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3794114880 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t2785133644_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3794114880 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3794114880 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3794114880 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T2785133644_H #ifndef JAVASCRIPTUTILS_T1108575081_H #define JAVASCRIPTUTILS_T1108575081_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.JavaScriptUtils struct JavaScriptUtils_t1108575081 : public RuntimeObject { public: public: }; struct JavaScriptUtils_t1108575081_StaticFields { public: // System.Boolean[] Newtonsoft.Json.Utilities.JavaScriptUtils::SingleQuoteCharEscapeFlags BooleanU5BU5D_t2897418192* ___SingleQuoteCharEscapeFlags_0; // System.Boolean[] Newtonsoft.Json.Utilities.JavaScriptUtils::DoubleQuoteCharEscapeFlags BooleanU5BU5D_t2897418192* ___DoubleQuoteCharEscapeFlags_1; // System.Boolean[] Newtonsoft.Json.Utilities.JavaScriptUtils::HtmlCharEscapeFlags BooleanU5BU5D_t2897418192* ___HtmlCharEscapeFlags_2; public: inline static int32_t get_offset_of_SingleQuoteCharEscapeFlags_0() { return static_cast(offsetof(JavaScriptUtils_t1108575081_StaticFields, ___SingleQuoteCharEscapeFlags_0)); } inline BooleanU5BU5D_t2897418192* get_SingleQuoteCharEscapeFlags_0() const { return ___SingleQuoteCharEscapeFlags_0; } inline BooleanU5BU5D_t2897418192** get_address_of_SingleQuoteCharEscapeFlags_0() { return &___SingleQuoteCharEscapeFlags_0; } inline void set_SingleQuoteCharEscapeFlags_0(BooleanU5BU5D_t2897418192* value) { ___SingleQuoteCharEscapeFlags_0 = value; Il2CppCodeGenWriteBarrier((&___SingleQuoteCharEscapeFlags_0), value); } inline static int32_t get_offset_of_DoubleQuoteCharEscapeFlags_1() { return static_cast(offsetof(JavaScriptUtils_t1108575081_StaticFields, ___DoubleQuoteCharEscapeFlags_1)); } inline BooleanU5BU5D_t2897418192* get_DoubleQuoteCharEscapeFlags_1() const { return ___DoubleQuoteCharEscapeFlags_1; } inline BooleanU5BU5D_t2897418192** get_address_of_DoubleQuoteCharEscapeFlags_1() { return &___DoubleQuoteCharEscapeFlags_1; } inline void set_DoubleQuoteCharEscapeFlags_1(BooleanU5BU5D_t2897418192* value) { ___DoubleQuoteCharEscapeFlags_1 = value; Il2CppCodeGenWriteBarrier((&___DoubleQuoteCharEscapeFlags_1), value); } inline static int32_t get_offset_of_HtmlCharEscapeFlags_2() { return static_cast(offsetof(JavaScriptUtils_t1108575081_StaticFields, ___HtmlCharEscapeFlags_2)); } inline BooleanU5BU5D_t2897418192* get_HtmlCharEscapeFlags_2() const { return ___HtmlCharEscapeFlags_2; } inline BooleanU5BU5D_t2897418192** get_address_of_HtmlCharEscapeFlags_2() { return &___HtmlCharEscapeFlags_2; } inline void set_HtmlCharEscapeFlags_2(BooleanU5BU5D_t2897418192* value) { ___HtmlCharEscapeFlags_2 = value; Il2CppCodeGenWriteBarrier((&___HtmlCharEscapeFlags_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JAVASCRIPTUTILS_T1108575081_H #ifndef LIST_1_T1510300525_H #define LIST_1_T1510300525_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t1510300525 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items SerializationErrorCallbackU5BU5D_t3697897678* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t1510300525, ____items_1)); } inline SerializationErrorCallbackU5BU5D_t3697897678* get__items_1() const { return ____items_1; } inline SerializationErrorCallbackU5BU5D_t3697897678** get_address_of__items_1() { return &____items_1; } inline void set__items_1(SerializationErrorCallbackU5BU5D_t3697897678* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1510300525, ____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_t1510300525, ____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; } }; struct List_1_t1510300525_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray SerializationErrorCallbackU5BU5D_t3697897678* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1510300525_StaticFields, ___EmptyArray_4)); } inline SerializationErrorCallbackU5BU5D_t3697897678* get_EmptyArray_4() const { return ___EmptyArray_4; } inline SerializationErrorCallbackU5BU5D_t3697897678** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(SerializationErrorCallbackU5BU5D_t3697897678* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1510300525_H #ifndef TRACELISTENERCOLLECTION_T1347122889_H #define TRACELISTENERCOLLECTION_T1347122889_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Diagnostics.TraceListenerCollection struct TraceListenerCollection_t1347122889 : public RuntimeObject { public: // System.Collections.ArrayList System.Diagnostics.TraceListenerCollection::listeners ArrayList_t2718874744 * ___listeners_0; public: inline static int32_t get_offset_of_listeners_0() { return static_cast(offsetof(TraceListenerCollection_t1347122889, ___listeners_0)); } inline ArrayList_t2718874744 * get_listeners_0() const { return ___listeners_0; } inline ArrayList_t2718874744 ** get_address_of_listeners_0() { return &___listeners_0; } inline void set_listeners_0(ArrayList_t2718874744 * value) { ___listeners_0 = value; Il2CppCodeGenWriteBarrier((&___listeners_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRACELISTENERCOLLECTION_T1347122889_H #ifndef ERRORCONTEXT_T3532118581_H #define ERRORCONTEXT_T3532118581_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.ErrorContext struct ErrorContext_t3532118581 : 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_t3532118581, ___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_t3532118581, ___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((&___U3CErrorU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_U3COriginalObjectU3Ek__BackingField_2() { return static_cast(offsetof(ErrorContext_t3532118581, ___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((&___U3COriginalObjectU3Ek__BackingField_2), value); } inline static int32_t get_offset_of_U3CMemberU3Ek__BackingField_3() { return static_cast(offsetof(ErrorContext_t3532118581, ___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((&___U3CMemberU3Ek__BackingField_3), value); } inline static int32_t get_offset_of_U3CPathU3Ek__BackingField_4() { return static_cast(offsetof(ErrorContext_t3532118581, ___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((&___U3CPathU3Ek__BackingField_4), value); } inline static int32_t get_offset_of_U3CHandledU3Ek__BackingField_5() { return static_cast(offsetof(ErrorContext_t3532118581, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ERRORCONTEXT_T3532118581_H #ifndef EVENTARGS_T3591816995_H #define EVENTARGS_T3591816995_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.EventArgs struct EventArgs_t3591816995 : public RuntimeObject { public: public: }; struct EventArgs_t3591816995_StaticFields { public: // System.EventArgs System.EventArgs::Empty EventArgs_t3591816995 * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(EventArgs_t3591816995_StaticFields, ___Empty_0)); } inline EventArgs_t3591816995 * get_Empty_0() const { return ___Empty_0; } inline EventArgs_t3591816995 ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(EventArgs_t3591816995 * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((&___Empty_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTARGS_T3591816995_H #ifndef U3CU3EC__DISPLAYCLASS9_0_T1591754542_H #define U3CU3EC__DISPLAYCLASS9_0_T1591754542_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.ConvertUtils/<>c__DisplayClass9_0 struct U3CU3Ec__DisplayClass9_0_t1591754542 : public RuntimeObject { public: // Newtonsoft.Json.Utilities.MethodCall`2 Newtonsoft.Json.Utilities.ConvertUtils/<>c__DisplayClass9_0::call MethodCall_2_t2845904993 * ___call_0; public: inline static int32_t get_offset_of_call_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_t1591754542, ___call_0)); } inline MethodCall_2_t2845904993 * get_call_0() const { return ___call_0; } inline MethodCall_2_t2845904993 ** get_address_of_call_0() { return &___call_0; } inline void set_call_0(MethodCall_2_t2845904993 * value) { ___call_0 = value; Il2CppCodeGenWriteBarrier((&___call_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CU3EC__DISPLAYCLASS9_0_T1591754542_H #ifndef REFLECTIONDELEGATEFACTORY_T2528576452_H #define REFLECTIONDELEGATEFACTORY_T2528576452_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.ReflectionDelegateFactory struct ReflectionDelegateFactory_t2528576452 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REFLECTIONDELEGATEFACTORY_T2528576452_H #ifndef DICTIONARY_2_T3243296968_H #define DICTIONARY_2_T3243296968_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3243296968 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots TypeU5BU5D_t3940880105* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots PrimitiveTypeCodeU5BU5D_t536142769* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t3243296968, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t3243296968, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t3243296968, ___keySlots_6)); } inline TypeU5BU5D_t3940880105* get_keySlots_6() const { return ___keySlots_6; } inline TypeU5BU5D_t3940880105** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(TypeU5BU5D_t3940880105* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t3243296968, ___valueSlots_7)); } inline PrimitiveTypeCodeU5BU5D_t536142769* get_valueSlots_7() const { return ___valueSlots_7; } inline PrimitiveTypeCodeU5BU5D_t536142769** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(PrimitiveTypeCodeU5BU5D_t536142769* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3243296968, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t3243296968, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t3243296968, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t3243296968, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t3243296968, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t3243296968, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t3243296968, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t3243296968_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t816637780 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3243296968_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t816637780 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t816637780 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t816637780 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3243296968_H #ifndef LIST_1_T3780931481_H #define LIST_1_T3780931481_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t3780931481 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items SerializationCallbackU5BU5D_t1101236850* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t3780931481, ____items_1)); } inline SerializationCallbackU5BU5D_t1101236850* get__items_1() const { return ____items_1; } inline SerializationCallbackU5BU5D_t1101236850** get_address_of__items_1() { return &____items_1; } inline void set__items_1(SerializationCallbackU5BU5D_t1101236850* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3780931481, ____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_t3780931481, ____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; } }; struct List_1_t3780931481_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray SerializationCallbackU5BU5D_t1101236850* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3780931481_StaticFields, ___EmptyArray_4)); } inline SerializationCallbackU5BU5D_t1101236850* get_EmptyArray_4() const { return ___EmptyArray_4; } inline SerializationCallbackU5BU5D_t1101236850** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(SerializationCallbackU5BU5D_t1101236850* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3780931481_H #ifndef BUFFERUTILS_T2429527177_H #define BUFFERUTILS_T2429527177_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.BufferUtils struct BufferUtils_t2429527177 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BUFFERUTILS_T2429527177_H #ifndef COLLECTIONUTILS_T1649232698_H #define COLLECTIONUTILS_T1649232698_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.CollectionUtils struct CollectionUtils_t1649232698 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLLECTIONUTILS_T1649232698_H #ifndef LIST_1_T128053199_H #define LIST_1_T128053199_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t128053199 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items Int32U5BU5D_t385246372* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t128053199, ____items_1)); } inline Int32U5BU5D_t385246372* get__items_1() const { return ____items_1; } inline Int32U5BU5D_t385246372** get_address_of__items_1() { return &____items_1; } inline void set__items_1(Int32U5BU5D_t385246372* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t128053199, ____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_t128053199, ____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; } }; struct List_1_t128053199_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray Int32U5BU5D_t385246372* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t128053199_StaticFields, ___EmptyArray_4)); } inline Int32U5BU5D_t385246372* get_EmptyArray_4() const { return ___EmptyArray_4; } inline Int32U5BU5D_t385246372** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(Int32U5BU5D_t385246372* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T128053199_H #ifndef JSONCONVERTER_T1047106545_H #define JSONCONVERTER_T1047106545_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonConverter struct JsonConverter_t1047106545 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONCONVERTER_T1047106545_H #ifndef CONVERTUTILS_T2194062972_H #define CONVERTUTILS_T2194062972_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.ConvertUtils struct ConvertUtils_t2194062972 : public RuntimeObject { public: public: }; struct ConvertUtils_t2194062972_StaticFields { public: // System.Collections.Generic.Dictionary`2 Newtonsoft.Json.Utilities.ConvertUtils::TypeCodeMap Dictionary_2_t3243296968 * ___TypeCodeMap_0; // Newtonsoft.Json.Utilities.TypeInformation[] Newtonsoft.Json.Utilities.ConvertUtils::PrimitiveTypeCodes TypeInformationU5BU5D_t2952020178* ___PrimitiveTypeCodes_1; // Newtonsoft.Json.Utilities.ThreadSafeStore`2> Newtonsoft.Json.Utilities.ConvertUtils::CastConverters ThreadSafeStore_2_t2951879790 * ___CastConverters_2; public: inline static int32_t get_offset_of_TypeCodeMap_0() { return static_cast(offsetof(ConvertUtils_t2194062972_StaticFields, ___TypeCodeMap_0)); } inline Dictionary_2_t3243296968 * get_TypeCodeMap_0() const { return ___TypeCodeMap_0; } inline Dictionary_2_t3243296968 ** get_address_of_TypeCodeMap_0() { return &___TypeCodeMap_0; } inline void set_TypeCodeMap_0(Dictionary_2_t3243296968 * value) { ___TypeCodeMap_0 = value; Il2CppCodeGenWriteBarrier((&___TypeCodeMap_0), value); } inline static int32_t get_offset_of_PrimitiveTypeCodes_1() { return static_cast(offsetof(ConvertUtils_t2194062972_StaticFields, ___PrimitiveTypeCodes_1)); } inline TypeInformationU5BU5D_t2952020178* get_PrimitiveTypeCodes_1() const { return ___PrimitiveTypeCodes_1; } inline TypeInformationU5BU5D_t2952020178** get_address_of_PrimitiveTypeCodes_1() { return &___PrimitiveTypeCodes_1; } inline void set_PrimitiveTypeCodes_1(TypeInformationU5BU5D_t2952020178* value) { ___PrimitiveTypeCodes_1 = value; Il2CppCodeGenWriteBarrier((&___PrimitiveTypeCodes_1), value); } inline static int32_t get_offset_of_CastConverters_2() { return static_cast(offsetof(ConvertUtils_t2194062972_StaticFields, ___CastConverters_2)); } inline ThreadSafeStore_2_t2951879790 * get_CastConverters_2() const { return ___CastConverters_2; } inline ThreadSafeStore_2_t2951879790 ** get_address_of_CastConverters_2() { return &___CastConverters_2; } inline void set_CastConverters_2(ThreadSafeStore_2_t2951879790 * value) { ___CastConverters_2 = value; Il2CppCodeGenWriteBarrier((&___CastConverters_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONVERTUTILS_T2194062972_H #ifndef STRINGBUILDER_T_H #define STRINGBUILDER_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Int32 System.Text.StringBuilder::_length int32_t ____length_1; // System.String System.Text.StringBuilder::_str String_t* ____str_2; // System.String System.Text.StringBuilder::_cached_str String_t* ____cached_str_3; // System.Int32 System.Text.StringBuilder::_maxCapacity int32_t ____maxCapacity_4; public: inline static int32_t get_offset_of__length_1() { return static_cast(offsetof(StringBuilder_t, ____length_1)); } inline int32_t get__length_1() const { return ____length_1; } inline int32_t* get_address_of__length_1() { return &____length_1; } inline void set__length_1(int32_t value) { ____length_1 = value; } inline static int32_t get_offset_of__str_2() { return static_cast(offsetof(StringBuilder_t, ____str_2)); } inline String_t* get__str_2() const { return ____str_2; } inline String_t** get_address_of__str_2() { return &____str_2; } inline void set__str_2(String_t* value) { ____str_2 = value; Il2CppCodeGenWriteBarrier((&____str_2), value); } inline static int32_t get_offset_of__cached_str_3() { return static_cast(offsetof(StringBuilder_t, ____cached_str_3)); } inline String_t* get__cached_str_3() const { return ____cached_str_3; } inline String_t** get_address_of__cached_str_3() { return &____cached_str_3; } inline void set__cached_str_3(String_t* value) { ____cached_str_3 = value; Il2CppCodeGenWriteBarrier((&____cached_str_3), value); } inline static int32_t get_offset_of__maxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ____maxCapacity_4)); } inline int32_t get__maxCapacity_4() const { return ____maxCapacity_4; } inline int32_t* get_address_of__maxCapacity_4() { return &____maxCapacity_4; } inline void set__maxCapacity_4(int32_t value) { ____maxCapacity_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGBUILDER_T_H #ifndef TEXTWRITER_T3478189236_H #define TEXTWRITER_T3478189236_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.TextWriter struct TextWriter_t3478189236 : public RuntimeObject { public: // System.Char[] System.IO.TextWriter::CoreNewLine CharU5BU5D_t3528271667* ___CoreNewLine_0; // System.IFormatProvider System.IO.TextWriter::internalFormatProvider RuntimeObject* ___internalFormatProvider_1; public: inline static int32_t get_offset_of_CoreNewLine_0() { return static_cast(offsetof(TextWriter_t3478189236, ___CoreNewLine_0)); } inline CharU5BU5D_t3528271667* get_CoreNewLine_0() const { return ___CoreNewLine_0; } inline CharU5BU5D_t3528271667** get_address_of_CoreNewLine_0() { return &___CoreNewLine_0; } inline void set_CoreNewLine_0(CharU5BU5D_t3528271667* value) { ___CoreNewLine_0 = value; Il2CppCodeGenWriteBarrier((&___CoreNewLine_0), value); } inline static int32_t get_offset_of_internalFormatProvider_1() { return static_cast(offsetof(TextWriter_t3478189236, ___internalFormatProvider_1)); } inline RuntimeObject* get_internalFormatProvider_1() const { return ___internalFormatProvider_1; } inline RuntimeObject** get_address_of_internalFormatProvider_1() { return &___internalFormatProvider_1; } inline void set_internalFormatProvider_1(RuntimeObject* value) { ___internalFormatProvider_1 = value; Il2CppCodeGenWriteBarrier((&___internalFormatProvider_1), value); } }; struct TextWriter_t3478189236_StaticFields { public: // System.IO.TextWriter System.IO.TextWriter::Null TextWriter_t3478189236 * ___Null_2; public: inline static int32_t get_offset_of_Null_2() { return static_cast(offsetof(TextWriter_t3478189236_StaticFields, ___Null_2)); } inline TextWriter_t3478189236 * get_Null_2() const { return ___Null_2; } inline TextWriter_t3478189236 ** get_address_of_Null_2() { return &___Null_2; } inline void set_Null_2(TextWriter_t3478189236 * value) { ___Null_2 = value; Il2CppCodeGenWriteBarrier((&___Null_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTWRITER_T3478189236_H #ifndef FORMATTERCONVERTER_T2760117746_H #define FORMATTERCONVERTER_T2760117746_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.FormatterConverter struct FormatterConverter_t2760117746 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FORMATTERCONVERTER_T2760117746_H #ifndef SERIALIZATIONINFOENUMERATOR_T2232395945_H #define SERIALIZATIONINFOENUMERATOR_T2232395945_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.SerializationInfoEnumerator struct SerializationInfoEnumerator_t2232395945 : public RuntimeObject { public: // System.Collections.IEnumerator System.Runtime.Serialization.SerializationInfoEnumerator::enumerator RuntimeObject* ___enumerator_0; public: inline static int32_t get_offset_of_enumerator_0() { return static_cast(offsetof(SerializationInfoEnumerator_t2232395945, ___enumerator_0)); } inline RuntimeObject* get_enumerator_0() const { return ___enumerator_0; } inline RuntimeObject** get_address_of_enumerator_0() { return &___enumerator_0; } inline void set_enumerator_0(RuntimeObject* value) { ___enumerator_0 = value; Il2CppCodeGenWriteBarrier((&___enumerator_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERIALIZATIONINFOENUMERATOR_T2232395945_H #ifndef STACK_1_T2938320671_H #define STACK_1_T2938320671_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Stack`1 struct Stack_1_t2938320671 : public RuntimeObject { public: // T[] System.Collections.Generic.Stack`1::_array IListU5BU5D_t2181495985* ____array_1; // System.Int32 System.Collections.Generic.Stack`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.Stack`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__array_1() { return static_cast(offsetof(Stack_1_t2938320671, ____array_1)); } inline IListU5BU5D_t2181495985* get__array_1() const { return ____array_1; } inline IListU5BU5D_t2181495985** get_address_of__array_1() { return &____array_1; } inline void set__array_1(IListU5BU5D_t2181495985* value) { ____array_1 = value; Il2CppCodeGenWriteBarrier((&____array_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(Stack_1_t2938320671, ____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(Stack_1_t2938320671, ____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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STACK_1_T2938320671_H #ifndef LIST_1_T257213610_H #define LIST_1_T257213610_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t257213610 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_t2843939325* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t257213610, ____items_1)); } inline ObjectU5BU5D_t2843939325* get__items_1() const { return ____items_1; } inline ObjectU5BU5D_t2843939325** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ObjectU5BU5D_t2843939325* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t257213610, ____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_t257213610, ____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; } }; struct List_1_t257213610_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray ObjectU5BU5D_t2843939325* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t257213610_StaticFields, ___EmptyArray_4)); } inline ObjectU5BU5D_t2843939325* get_EmptyArray_4() const { return ___EmptyArray_4; } inline ObjectU5BU5D_t2843939325** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(ObjectU5BU5D_t2843939325* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T257213610_H #ifndef SERIALIZATIONINFO_T950877179_H #define SERIALIZATIONINFO_T950877179_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179 : public RuntimeObject { public: // System.Collections.Hashtable System.Runtime.Serialization.SerializationInfo::serialized Hashtable_t1853889766 * ___serialized_0; // System.Collections.ArrayList System.Runtime.Serialization.SerializationInfo::values ArrayList_t2718874744 * ___values_1; // System.String System.Runtime.Serialization.SerializationInfo::assemblyName String_t* ___assemblyName_2; // System.String System.Runtime.Serialization.SerializationInfo::fullTypeName String_t* ___fullTypeName_3; // System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::converter RuntimeObject* ___converter_4; public: inline static int32_t get_offset_of_serialized_0() { return static_cast(offsetof(SerializationInfo_t950877179, ___serialized_0)); } inline Hashtable_t1853889766 * get_serialized_0() const { return ___serialized_0; } inline Hashtable_t1853889766 ** get_address_of_serialized_0() { return &___serialized_0; } inline void set_serialized_0(Hashtable_t1853889766 * value) { ___serialized_0 = value; Il2CppCodeGenWriteBarrier((&___serialized_0), value); } inline static int32_t get_offset_of_values_1() { return static_cast(offsetof(SerializationInfo_t950877179, ___values_1)); } inline ArrayList_t2718874744 * get_values_1() const { return ___values_1; } inline ArrayList_t2718874744 ** get_address_of_values_1() { return &___values_1; } inline void set_values_1(ArrayList_t2718874744 * value) { ___values_1 = value; Il2CppCodeGenWriteBarrier((&___values_1), value); } inline static int32_t get_offset_of_assemblyName_2() { return static_cast(offsetof(SerializationInfo_t950877179, ___assemblyName_2)); } inline String_t* get_assemblyName_2() const { return ___assemblyName_2; } inline String_t** get_address_of_assemblyName_2() { return &___assemblyName_2; } inline void set_assemblyName_2(String_t* value) { ___assemblyName_2 = value; Il2CppCodeGenWriteBarrier((&___assemblyName_2), value); } inline static int32_t get_offset_of_fullTypeName_3() { return static_cast(offsetof(SerializationInfo_t950877179, ___fullTypeName_3)); } inline String_t* get_fullTypeName_3() const { return ___fullTypeName_3; } inline String_t** get_address_of_fullTypeName_3() { return &___fullTypeName_3; } inline void set_fullTypeName_3(String_t* value) { ___fullTypeName_3 = value; Il2CppCodeGenWriteBarrier((&___fullTypeName_3), value); } inline static int32_t get_offset_of_converter_4() { return static_cast(offsetof(SerializationInfo_t950877179, ___converter_4)); } inline RuntimeObject* get_converter_4() const { return ___converter_4; } inline RuntimeObject** get_address_of_converter_4() { return &___converter_4; } inline void set_converter_4(RuntimeObject* value) { ___converter_4 = value; Il2CppCodeGenWriteBarrier((&___converter_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERIALIZATIONINFO_T950877179_H #ifndef TYPECONVERTER_T2249118273_H #define TYPECONVERTER_T2249118273_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.TypeConverter struct TypeConverter_t2249118273 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPECONVERTER_T2249118273_H #ifndef LIST_1_T2082379599_H #define LIST_1_T2082379599_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t2082379599 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CreatorPropertyContextU5BU5D_t848867108* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t2082379599, ____items_1)); } inline CreatorPropertyContextU5BU5D_t848867108* get__items_1() const { return ____items_1; } inline CreatorPropertyContextU5BU5D_t848867108** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CreatorPropertyContextU5BU5D_t848867108* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2082379599, ____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_t2082379599, ____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; } }; struct List_1_t2082379599_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray CreatorPropertyContextU5BU5D_t848867108* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2082379599_StaticFields, ___EmptyArray_4)); } inline CreatorPropertyContextU5BU5D_t848867108* get_EmptyArray_4() const { return ___EmptyArray_4; } inline CreatorPropertyContextU5BU5D_t848867108** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(CreatorPropertyContextU5BU5D_t848867108* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2082379599_H #ifndef U3CU3EC__DISPLAYCLASS36_0_T358886780_H #define U3CU3EC__DISPLAYCLASS36_0_T358886780_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.JsonSerializerInternalReader/<>c__DisplayClass36_0 struct U3CU3Ec__DisplayClass36_0_t358886780 : public RuntimeObject { public: // Newtonsoft.Json.Serialization.JsonProperty Newtonsoft.Json.Serialization.JsonSerializerInternalReader/<>c__DisplayClass36_0::property JsonProperty_t1405154176 * ___property_0; public: inline static int32_t get_offset_of_property_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass36_0_t358886780, ___property_0)); } inline JsonProperty_t1405154176 * get_property_0() const { return ___property_0; } inline JsonProperty_t1405154176 ** get_address_of_property_0() { return &___property_0; } inline void set_property_0(JsonProperty_t1405154176 * value) { ___property_0 = value; Il2CppCodeGenWriteBarrier((&___property_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CU3EC__DISPLAYCLASS36_0_T358886780_H #ifndef U3CU3EC_T4156374721_H #define U3CU3EC_T4156374721_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.JsonSerializerInternalReader/<>c struct U3CU3Ec_t4156374721 : public RuntimeObject { public: public: }; struct U3CU3Ec_t4156374721_StaticFields { public: // Newtonsoft.Json.Serialization.JsonSerializerInternalReader/<>c Newtonsoft.Json.Serialization.JsonSerializerInternalReader/<>c::<>9 U3CU3Ec_t4156374721 * ___U3CU3E9_0; // System.Func`2 Newtonsoft.Json.Serialization.JsonSerializerInternalReader/<>c::<>9__36_0 Func_2_t705144599 * ___U3CU3E9__36_0_1; // System.Func`2 Newtonsoft.Json.Serialization.JsonSerializerInternalReader/<>c::<>9__36_2 Func_2_t705144599 * ___U3CU3E9__36_2_2; // System.Func`2 Newtonsoft.Json.Serialization.JsonSerializerInternalReader/<>c::<>9__41_0 Func_2_t262848086 * ___U3CU3E9__41_0_3; // System.Func`2 Newtonsoft.Json.Serialization.JsonSerializerInternalReader/<>c::<>9__41_1 Func_2_t1348288522 * ___U3CU3E9__41_1_4; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t4156374721_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t4156374721 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t4156374721 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t4156374721 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9_0), value); } inline static int32_t get_offset_of_U3CU3E9__36_0_1() { return static_cast(offsetof(U3CU3Ec_t4156374721_StaticFields, ___U3CU3E9__36_0_1)); } inline Func_2_t705144599 * get_U3CU3E9__36_0_1() const { return ___U3CU3E9__36_0_1; } inline Func_2_t705144599 ** get_address_of_U3CU3E9__36_0_1() { return &___U3CU3E9__36_0_1; } inline void set_U3CU3E9__36_0_1(Func_2_t705144599 * value) { ___U3CU3E9__36_0_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9__36_0_1), value); } inline static int32_t get_offset_of_U3CU3E9__36_2_2() { return static_cast(offsetof(U3CU3Ec_t4156374721_StaticFields, ___U3CU3E9__36_2_2)); } inline Func_2_t705144599 * get_U3CU3E9__36_2_2() const { return ___U3CU3E9__36_2_2; } inline Func_2_t705144599 ** get_address_of_U3CU3E9__36_2_2() { return &___U3CU3E9__36_2_2; } inline void set_U3CU3E9__36_2_2(Func_2_t705144599 * value) { ___U3CU3E9__36_2_2 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9__36_2_2), value); } inline static int32_t get_offset_of_U3CU3E9__41_0_3() { return static_cast(offsetof(U3CU3Ec_t4156374721_StaticFields, ___U3CU3E9__41_0_3)); } inline Func_2_t262848086 * get_U3CU3E9__41_0_3() const { return ___U3CU3E9__41_0_3; } inline Func_2_t262848086 ** get_address_of_U3CU3E9__41_0_3() { return &___U3CU3E9__41_0_3; } inline void set_U3CU3E9__41_0_3(Func_2_t262848086 * value) { ___U3CU3E9__41_0_3 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9__41_0_3), value); } inline static int32_t get_offset_of_U3CU3E9__41_1_4() { return static_cast(offsetof(U3CU3Ec_t4156374721_StaticFields, ___U3CU3E9__41_1_4)); } inline Func_2_t1348288522 * get_U3CU3E9__41_1_4() const { return ___U3CU3E9__41_1_4; } inline Func_2_t1348288522 ** get_address_of_U3CU3E9__41_1_4() { return &___U3CU3E9__41_1_4; } inline void set_U3CU3E9__41_1_4(Func_2_t1348288522 * value) { ___U3CU3E9__41_1_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9__41_1_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CU3EC_T4156374721_H #ifndef DICTIONARY_2_T3328670596_H #define DICTIONARY_2_T3328670596_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3328670596 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots JsonPropertyU5BU5D_t2334609025* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots PropertyPresenceU5BU5D_t867707773* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t3328670596, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t3328670596, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t3328670596, ___keySlots_6)); } inline JsonPropertyU5BU5D_t2334609025* get_keySlots_6() const { return ___keySlots_6; } inline JsonPropertyU5BU5D_t2334609025** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(JsonPropertyU5BU5D_t2334609025* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t3328670596, ___valueSlots_7)); } inline PropertyPresenceU5BU5D_t867707773* get_valueSlots_7() const { return ___valueSlots_7; } inline PropertyPresenceU5BU5D_t867707773** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(PropertyPresenceU5BU5D_t867707773* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3328670596, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t3328670596, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t3328670596, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t3328670596, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t3328670596, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t3328670596, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t3328670596, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t3328670596_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t63620648 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3328670596_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t63620648 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t63620648 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t63620648 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3328670596_H #ifndef DBNULL_T3725197148_H #define DBNULL_T3725197148_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DBNull struct DBNull_t3725197148 : public RuntimeObject { public: public: }; struct DBNull_t3725197148_StaticFields { public: // System.DBNull System.DBNull::Value DBNull_t3725197148 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(DBNull_t3725197148_StaticFields, ___Value_0)); } inline DBNull_t3725197148 * get_Value_0() const { return ___Value_0; } inline DBNull_t3725197148 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(DBNull_t3725197148 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((&___Value_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DBNULL_T3725197148_H #ifndef STRINGCOMPARER_T3301955079_H #define STRINGCOMPARER_T3301955079_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.StringComparer struct StringComparer_t3301955079 : public RuntimeObject { public: public: }; struct StringComparer_t3301955079_StaticFields { public: // System.StringComparer System.StringComparer::invariantCultureIgnoreCase StringComparer_t3301955079 * ___invariantCultureIgnoreCase_0; // System.StringComparer System.StringComparer::invariantCulture StringComparer_t3301955079 * ___invariantCulture_1; // System.StringComparer System.StringComparer::ordinalIgnoreCase StringComparer_t3301955079 * ___ordinalIgnoreCase_2; // System.StringComparer System.StringComparer::ordinal StringComparer_t3301955079 * ___ordinal_3; public: inline static int32_t get_offset_of_invariantCultureIgnoreCase_0() { return static_cast(offsetof(StringComparer_t3301955079_StaticFields, ___invariantCultureIgnoreCase_0)); } inline StringComparer_t3301955079 * get_invariantCultureIgnoreCase_0() const { return ___invariantCultureIgnoreCase_0; } inline StringComparer_t3301955079 ** get_address_of_invariantCultureIgnoreCase_0() { return &___invariantCultureIgnoreCase_0; } inline void set_invariantCultureIgnoreCase_0(StringComparer_t3301955079 * value) { ___invariantCultureIgnoreCase_0 = value; Il2CppCodeGenWriteBarrier((&___invariantCultureIgnoreCase_0), value); } inline static int32_t get_offset_of_invariantCulture_1() { return static_cast(offsetof(StringComparer_t3301955079_StaticFields, ___invariantCulture_1)); } inline StringComparer_t3301955079 * get_invariantCulture_1() const { return ___invariantCulture_1; } inline StringComparer_t3301955079 ** get_address_of_invariantCulture_1() { return &___invariantCulture_1; } inline void set_invariantCulture_1(StringComparer_t3301955079 * value) { ___invariantCulture_1 = value; Il2CppCodeGenWriteBarrier((&___invariantCulture_1), value); } inline static int32_t get_offset_of_ordinalIgnoreCase_2() { return static_cast(offsetof(StringComparer_t3301955079_StaticFields, ___ordinalIgnoreCase_2)); } inline StringComparer_t3301955079 * get_ordinalIgnoreCase_2() const { return ___ordinalIgnoreCase_2; } inline StringComparer_t3301955079 ** get_address_of_ordinalIgnoreCase_2() { return &___ordinalIgnoreCase_2; } inline void set_ordinalIgnoreCase_2(StringComparer_t3301955079 * value) { ___ordinalIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((&___ordinalIgnoreCase_2), value); } inline static int32_t get_offset_of_ordinal_3() { return static_cast(offsetof(StringComparer_t3301955079_StaticFields, ___ordinal_3)); } inline StringComparer_t3301955079 * get_ordinal_3() const { return ___ordinal_3; } inline StringComparer_t3301955079 ** get_address_of_ordinal_3() { return &___ordinal_3; } inline void set_ordinal_3(StringComparer_t3301955079 * value) { ___ordinal_3 = value; Il2CppCodeGenWriteBarrier((&___ordinal_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGCOMPARER_T3301955079_H #ifndef LIST_1_T2877228918_H #define LIST_1_T2877228918_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t2877228918 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items JsonPropertyU5BU5D_t2334609025* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t2877228918, ____items_1)); } inline JsonPropertyU5BU5D_t2334609025* get__items_1() const { return ____items_1; } inline JsonPropertyU5BU5D_t2334609025** get_address_of__items_1() { return &____items_1; } inline void set__items_1(JsonPropertyU5BU5D_t2334609025* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2877228918, ____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_t2877228918, ____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; } }; struct List_1_t2877228918_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray JsonPropertyU5BU5D_t2334609025* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2877228918_StaticFields, ___EmptyArray_4)); } inline JsonPropertyU5BU5D_t2334609025* get_EmptyArray_4() const { return ___EmptyArray_4; } inline JsonPropertyU5BU5D_t2334609025** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(JsonPropertyU5BU5D_t2334609025* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2877228918_H #ifndef QUEUE_1_T1693710183_H #define QUEUE_1_T1693710183_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Queue`1 struct Queue_1_t1693710183 : public RuntimeObject { public: // T[] System.Collections.Generic.Queue`1::_array StringU5BU5D_t1281789340* ____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; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Queue_1_t1693710183, ____array_0)); } inline StringU5BU5D_t1281789340* get__array_0() const { return ____array_0; } inline StringU5BU5D_t1281789340** get_address_of__array_0() { return &____array_0; } inline void set__array_0(StringU5BU5D_t1281789340* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((&____array_0), value); } inline static int32_t get_offset_of__head_1() { return static_cast(offsetof(Queue_1_t1693710183, ____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_t1693710183, ____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_t1693710183, ____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_t1693710183, ____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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // QUEUE_1_T1693710183_H #ifndef U3CU3EC_T751952102_H #define U3CU3EC_T751952102_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.JsonTypeReflector/<>c struct U3CU3Ec_t751952102 : public RuntimeObject { public: public: }; struct U3CU3Ec_t751952102_StaticFields { public: // Newtonsoft.Json.Serialization.JsonTypeReflector/<>c Newtonsoft.Json.Serialization.JsonTypeReflector/<>c::<>9 U3CU3Ec_t751952102 * ___U3CU3E9_0; // System.Func`2 Newtonsoft.Json.Serialization.JsonTypeReflector/<>c::<>9__18_1 Func_2_t1850968970 * ___U3CU3E9__18_1_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t751952102_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t751952102 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t751952102 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t751952102 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9_0), value); } inline static int32_t get_offset_of_U3CU3E9__18_1_1() { return static_cast(offsetof(U3CU3Ec_t751952102_StaticFields, ___U3CU3E9__18_1_1)); } inline Func_2_t1850968970 * get_U3CU3E9__18_1_1() const { return ___U3CU3E9__18_1_1; } inline Func_2_t1850968970 ** get_address_of_U3CU3E9__18_1_1() { return &___U3CU3E9__18_1_1; } inline void set_U3CU3E9__18_1_1(Func_2_t1850968970 * value) { ___U3CU3E9__18_1_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9__18_1_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CU3EC_T751952102_H #ifndef EQUALITYCOMPARER_1_T17223025_H #define EQUALITYCOMPARER_1_T17223025_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t17223025 : public RuntimeObject { public: public: }; struct EqualityComparer_1_t17223025_StaticFields { public: // System.Collections.Generic.EqualityComparer`1 System.Collections.Generic.EqualityComparer`1::_default EqualityComparer_1_t17223025 * ____default_0; public: inline static int32_t get_offset_of__default_0() { return static_cast(offsetof(EqualityComparer_1_t17223025_StaticFields, ____default_0)); } inline EqualityComparer_1_t17223025 * get__default_0() const { return ____default_0; } inline EqualityComparer_1_t17223025 ** get_address_of__default_0() { return &____default_0; } inline void set__default_0(EqualityComparer_1_t17223025 * value) { ____default_0 = value; Il2CppCodeGenWriteBarrier((&____default_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EQUALITYCOMPARER_1_T17223025_H #ifndef REFERENCEEQUALSEQUALITYCOMPARER_T3630109021_H #define REFERENCEEQUALSEQUALITYCOMPARER_T3630109021_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.JsonSerializerInternalBase/ReferenceEqualsEqualityComparer struct ReferenceEqualsEqualityComparer_t3630109021 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REFERENCEEQUALSEQUALITYCOMPARER_T3630109021_H #ifndef THREADSAFESTORE_2_T1780285614_H #define THREADSAFESTORE_2_T1780285614_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.ThreadSafeStore`2> struct ThreadSafeStore_2_t1780285614 : 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_t846353518 * ____store_1; // System.Func`2 Newtonsoft.Json.Utilities.ThreadSafeStore`2::_creator Func_2_t3160938740 * ____creator_2; public: inline static int32_t get_offset_of__lock_0() { return static_cast(offsetof(ThreadSafeStore_2_t1780285614, ____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((&____lock_0), value); } inline static int32_t get_offset_of__store_1() { return static_cast(offsetof(ThreadSafeStore_2_t1780285614, ____store_1)); } inline Dictionary_2_t846353518 * get__store_1() const { return ____store_1; } inline Dictionary_2_t846353518 ** get_address_of__store_1() { return &____store_1; } inline void set__store_1(Dictionary_2_t846353518 * value) { ____store_1 = value; Il2CppCodeGenWriteBarrier((&____store_1), value); } inline static int32_t get_offset_of__creator_2() { return static_cast(offsetof(ThreadSafeStore_2_t1780285614, ____creator_2)); } inline Func_2_t3160938740 * get__creator_2() const { return ____creator_2; } inline Func_2_t3160938740 ** get_address_of__creator_2() { return &____creator_2; } inline void set__creator_2(Func_2_t3160938740 * value) { ____creator_2 = value; Il2CppCodeGenWriteBarrier((&____creator_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // THREADSAFESTORE_2_T1780285614_H #ifndef U3CU3EC__DISPLAYCLASS18_0_T667614246_H #define U3CU3EC__DISPLAYCLASS18_0_T667614246_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.JsonTypeReflector/<>c__DisplayClass18_0 struct U3CU3Ec__DisplayClass18_0_t667614246 : 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_t2509852811 * ___defaultConstructor_1; public: inline static int32_t get_offset_of_converterType_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass18_0_t667614246, ___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((&___converterType_0), value); } inline static int32_t get_offset_of_defaultConstructor_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass18_0_t667614246, ___defaultConstructor_1)); } inline Func_1_t2509852811 * get_defaultConstructor_1() const { return ___defaultConstructor_1; } inline Func_1_t2509852811 ** get_address_of_defaultConstructor_1() { return &___defaultConstructor_1; } inline void set_defaultConstructor_1(Func_1_t2509852811 * value) { ___defaultConstructor_1 = value; Il2CppCodeGenWriteBarrier((&___defaultConstructor_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CU3EC__DISPLAYCLASS18_0_T667614246_H #ifndef THREADSAFESTORE_2_T1567256624_H #define THREADSAFESTORE_2_T1567256624_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.ThreadSafeStore`2 struct ThreadSafeStore_2_t1567256624 : 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_t633324528 * ____store_1; // System.Func`2 Newtonsoft.Json.Utilities.ThreadSafeStore`2::_creator Func_2_t2947909750 * ____creator_2; public: inline static int32_t get_offset_of__lock_0() { return static_cast(offsetof(ThreadSafeStore_2_t1567256624, ____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((&____lock_0), value); } inline static int32_t get_offset_of__store_1() { return static_cast(offsetof(ThreadSafeStore_2_t1567256624, ____store_1)); } inline Dictionary_2_t633324528 * get__store_1() const { return ____store_1; } inline Dictionary_2_t633324528 ** get_address_of__store_1() { return &____store_1; } inline void set__store_1(Dictionary_2_t633324528 * value) { ____store_1 = value; Il2CppCodeGenWriteBarrier((&____store_1), value); } inline static int32_t get_offset_of__creator_2() { return static_cast(offsetof(ThreadSafeStore_2_t1567256624, ____creator_2)); } inline Func_2_t2947909750 * get__creator_2() const { return ____creator_2; } inline Func_2_t2947909750 ** get_address_of__creator_2() { return &____creator_2; } inline void set__creator_2(Func_2_t2947909750 * value) { ____creator_2 = value; Il2CppCodeGenWriteBarrier((&____creator_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // THREADSAFESTORE_2_T1567256624_H #ifndef ATTRIBUTE_T861562559_H #define ATTRIBUTE_T861562559_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Attribute struct Attribute_t861562559 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ATTRIBUTE_T861562559_H #ifndef REFLECTIONOBJECT_T701100009_H #define REFLECTIONOBJECT_T701100009_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.ReflectionObject struct ReflectionObject_t701100009 : public RuntimeObject { public: // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Utilities.ReflectionObject::k__BackingField ObjectConstructor_1_t3207922868 * ___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_t701100009, ___U3CCreatorU3Ek__BackingField_0)); } inline ObjectConstructor_1_t3207922868 * get_U3CCreatorU3Ek__BackingField_0() const { return ___U3CCreatorU3Ek__BackingField_0; } inline ObjectConstructor_1_t3207922868 ** get_address_of_U3CCreatorU3Ek__BackingField_0() { return &___U3CCreatorU3Ek__BackingField_0; } inline void set_U3CCreatorU3Ek__BackingField_0(ObjectConstructor_1_t3207922868 * value) { ___U3CCreatorU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CCreatorU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_U3CMembersU3Ek__BackingField_1() { return static_cast(offsetof(ReflectionObject_t701100009, ___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((&___U3CMembersU3Ek__BackingField_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REFLECTIONOBJECT_T701100009_H #ifndef CODEACCESSPERMISSION_T2681295399_H #define CODEACCESSPERMISSION_T2681295399_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.CodeAccessPermission struct CodeAccessPermission_t2681295399 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CODEACCESSPERMISSION_T2681295399_H #ifndef VERSION_T3456873960_H #define VERSION_T3456873960_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Version struct Version_t3456873960 : public RuntimeObject { public: // System.Int32 System.Version::_Major int32_t ____Major_1; // System.Int32 System.Version::_Minor int32_t ____Minor_2; // System.Int32 System.Version::_Build int32_t ____Build_3; // System.Int32 System.Version::_Revision int32_t ____Revision_4; public: inline static int32_t get_offset_of__Major_1() { return static_cast(offsetof(Version_t3456873960, ____Major_1)); } inline int32_t get__Major_1() const { return ____Major_1; } inline int32_t* get_address_of__Major_1() { return &____Major_1; } inline void set__Major_1(int32_t value) { ____Major_1 = value; } inline static int32_t get_offset_of__Minor_2() { return static_cast(offsetof(Version_t3456873960, ____Minor_2)); } inline int32_t get__Minor_2() const { return ____Minor_2; } inline int32_t* get_address_of__Minor_2() { return &____Minor_2; } inline void set__Minor_2(int32_t value) { ____Minor_2 = value; } inline static int32_t get_offset_of__Build_3() { return static_cast(offsetof(Version_t3456873960, ____Build_3)); } inline int32_t get__Build_3() const { return ____Build_3; } inline int32_t* get_address_of__Build_3() { return &____Build_3; } inline void set__Build_3(int32_t value) { ____Build_3 = value; } inline static int32_t get_offset_of__Revision_4() { return static_cast(offsetof(Version_t3456873960, ____Revision_4)); } inline int32_t get__Revision_4() const { return ____Revision_4; } inline int32_t* get_address_of__Revision_4() { return &____Revision_4; } inline void set__Revision_4(int32_t value) { ____Revision_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VERSION_T3456873960_H #ifndef U3CU3EC__DISPLAYCLASS34_2_T1146646199_H #define U3CU3EC__DISPLAYCLASS34_2_T1146646199_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_2 struct U3CU3Ec__DisplayClass34_2_t1146646199 : public RuntimeObject { public: // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_2::createEnumerableWrapper ObjectConstructor_1_t3207922868 * ___createEnumerableWrapper_0; // Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_0 Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_2::CS$<>8__locals2 U3CU3Ec__DisplayClass34_0_t2309445613 * ___CSU24U3CU3E8__locals2_1; public: inline static int32_t get_offset_of_createEnumerableWrapper_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass34_2_t1146646199, ___createEnumerableWrapper_0)); } inline ObjectConstructor_1_t3207922868 * get_createEnumerableWrapper_0() const { return ___createEnumerableWrapper_0; } inline ObjectConstructor_1_t3207922868 ** get_address_of_createEnumerableWrapper_0() { return &___createEnumerableWrapper_0; } inline void set_createEnumerableWrapper_0(ObjectConstructor_1_t3207922868 * value) { ___createEnumerableWrapper_0 = value; Il2CppCodeGenWriteBarrier((&___createEnumerableWrapper_0), value); } inline static int32_t get_offset_of_CSU24U3CU3E8__locals2_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass34_2_t1146646199, ___CSU24U3CU3E8__locals2_1)); } inline U3CU3Ec__DisplayClass34_0_t2309445613 * get_CSU24U3CU3E8__locals2_1() const { return ___CSU24U3CU3E8__locals2_1; } inline U3CU3Ec__DisplayClass34_0_t2309445613 ** get_address_of_CSU24U3CU3E8__locals2_1() { return &___CSU24U3CU3E8__locals2_1; } inline void set_CSU24U3CU3E8__locals2_1(U3CU3Ec__DisplayClass34_0_t2309445613 * value) { ___CSU24U3CU3E8__locals2_1 = value; Il2CppCodeGenWriteBarrier((&___CSU24U3CU3E8__locals2_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CU3EC__DISPLAYCLASS34_2_T1146646199_H #ifndef U3CU3EC__DISPLAYCLASS64_0_T1907775469_H #define U3CU3EC__DISPLAYCLASS64_0_T1907775469_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass64_0 struct U3CU3Ec__DisplayClass64_0_t1907775469 : public RuntimeObject { public: // Newtonsoft.Json.Utilities.MethodCall`2 Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass64_0::shouldSerializeCall MethodCall_2_t2845904993 * ___shouldSerializeCall_0; public: inline static int32_t get_offset_of_shouldSerializeCall_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass64_0_t1907775469, ___shouldSerializeCall_0)); } inline MethodCall_2_t2845904993 * get_shouldSerializeCall_0() const { return ___shouldSerializeCall_0; } inline MethodCall_2_t2845904993 ** get_address_of_shouldSerializeCall_0() { return &___shouldSerializeCall_0; } inline void set_shouldSerializeCall_0(MethodCall_2_t2845904993 * value) { ___shouldSerializeCall_0 = value; Il2CppCodeGenWriteBarrier((&___shouldSerializeCall_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CU3EC__DISPLAYCLASS64_0_T1907775469_H #ifndef U3CU3EC__DISPLAYCLASS65_0_T1907775468_H #define U3CU3EC__DISPLAYCLASS65_0_T1907775468_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass65_0 struct U3CU3Ec__DisplayClass65_0_t1907775468 : public RuntimeObject { public: // System.Func`2 Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass65_0::specifiedPropertyGet Func_2_t2447130374 * ___specifiedPropertyGet_0; public: inline static int32_t get_offset_of_specifiedPropertyGet_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass65_0_t1907775468, ___specifiedPropertyGet_0)); } inline Func_2_t2447130374 * get_specifiedPropertyGet_0() const { return ___specifiedPropertyGet_0; } inline Func_2_t2447130374 ** get_address_of_specifiedPropertyGet_0() { return &___specifiedPropertyGet_0; } inline void set_specifiedPropertyGet_0(Func_2_t2447130374 * value) { ___specifiedPropertyGet_0 = value; Il2CppCodeGenWriteBarrier((&___specifiedPropertyGet_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CU3EC__DISPLAYCLASS65_0_T1907775468_H #ifndef DEFAULTCONTRACTRESOLVERSTATE_T3045992855_H #define DEFAULTCONTRACTRESOLVERSTATE_T3045992855_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.DefaultContractResolverState struct DefaultContractResolverState_t3045992855 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 Newtonsoft.Json.Serialization.DefaultContractResolverState::ContractCache Dictionary_2_t1505184387 * ___ContractCache_0; // Newtonsoft.Json.Utilities.PropertyNameTable Newtonsoft.Json.Serialization.DefaultContractResolverState::NameTable PropertyNameTable_t4130830590 * ___NameTable_1; public: inline static int32_t get_offset_of_ContractCache_0() { return static_cast(offsetof(DefaultContractResolverState_t3045992855, ___ContractCache_0)); } inline Dictionary_2_t1505184387 * get_ContractCache_0() const { return ___ContractCache_0; } inline Dictionary_2_t1505184387 ** get_address_of_ContractCache_0() { return &___ContractCache_0; } inline void set_ContractCache_0(Dictionary_2_t1505184387 * value) { ___ContractCache_0 = value; Il2CppCodeGenWriteBarrier((&___ContractCache_0), value); } inline static int32_t get_offset_of_NameTable_1() { return static_cast(offsetof(DefaultContractResolverState_t3045992855, ___NameTable_1)); } inline PropertyNameTable_t4130830590 * get_NameTable_1() const { return ___NameTable_1; } inline PropertyNameTable_t4130830590 ** get_address_of_NameTable_1() { return &___NameTable_1; } inline void set_NameTable_1(PropertyNameTable_t4130830590 * value) { ___NameTable_1 = value; Il2CppCodeGenWriteBarrier((&___NameTable_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEFAULTCONTRACTRESOLVERSTATE_T3045992855_H #ifndef PROPERTYNAMETABLE_T4130830590_H #define PROPERTYNAMETABLE_T4130830590_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.PropertyNameTable struct PropertyNameTable_t4130830590 : 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_t1995962374* ____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_t4130830590, ____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_t4130830590, ____entries_2)); } inline EntryU5BU5D_t1995962374* get__entries_2() const { return ____entries_2; } inline EntryU5BU5D_t1995962374** get_address_of__entries_2() { return &____entries_2; } inline void set__entries_2(EntryU5BU5D_t1995962374* value) { ____entries_2 = value; Il2CppCodeGenWriteBarrier((&____entries_2), value); } inline static int32_t get_offset_of__mask_3() { return static_cast(offsetof(PropertyNameTable_t4130830590, ____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_t4130830590_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_t4130830590_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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROPERTYNAMETABLE_T4130830590_H #ifndef DEFAULTREFERENCERESOLVER_T3322505560_H #define DEFAULTREFERENCERESOLVER_T3322505560_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.DefaultReferenceResolver struct DefaultReferenceResolver_t3322505560 : public RuntimeObject { public: // System.Int32 Newtonsoft.Json.Serialization.DefaultReferenceResolver::_referenceCount int32_t ____referenceCount_0; public: inline static int32_t get_offset_of__referenceCount_0() { return static_cast(offsetof(DefaultReferenceResolver_t3322505560, ____referenceCount_0)); } inline int32_t get__referenceCount_0() const { return ____referenceCount_0; } inline int32_t* get_address_of__referenceCount_0() { return &____referenceCount_0; } inline void set__referenceCount_0(int32_t value) { ____referenceCount_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEFAULTREFERENCERESOLVER_T3322505560_H #ifndef BIDIRECTIONALDICTIONARY_2_T2019708942_H #define BIDIRECTIONALDICTIONARY_2_T2019708942_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.BidirectionalDictionary`2 struct BidirectionalDictionary_2_t2019708942 : public RuntimeObject { public: // System.Collections.Generic.IDictionary`2 Newtonsoft.Json.Utilities.BidirectionalDictionary`2::_firstToSecond RuntimeObject* ____firstToSecond_0; // System.Collections.Generic.IDictionary`2 Newtonsoft.Json.Utilities.BidirectionalDictionary`2::_secondToFirst RuntimeObject* ____secondToFirst_1; // System.String Newtonsoft.Json.Utilities.BidirectionalDictionary`2::_duplicateFirstErrorMessage String_t* ____duplicateFirstErrorMessage_2; // System.String Newtonsoft.Json.Utilities.BidirectionalDictionary`2::_duplicateSecondErrorMessage String_t* ____duplicateSecondErrorMessage_3; public: inline static int32_t get_offset_of__firstToSecond_0() { return static_cast(offsetof(BidirectionalDictionary_2_t2019708942, ____firstToSecond_0)); } inline RuntimeObject* get__firstToSecond_0() const { return ____firstToSecond_0; } inline RuntimeObject** get_address_of__firstToSecond_0() { return &____firstToSecond_0; } inline void set__firstToSecond_0(RuntimeObject* value) { ____firstToSecond_0 = value; Il2CppCodeGenWriteBarrier((&____firstToSecond_0), value); } inline static int32_t get_offset_of__secondToFirst_1() { return static_cast(offsetof(BidirectionalDictionary_2_t2019708942, ____secondToFirst_1)); } inline RuntimeObject* get__secondToFirst_1() const { return ____secondToFirst_1; } inline RuntimeObject** get_address_of__secondToFirst_1() { return &____secondToFirst_1; } inline void set__secondToFirst_1(RuntimeObject* value) { ____secondToFirst_1 = value; Il2CppCodeGenWriteBarrier((&____secondToFirst_1), value); } inline static int32_t get_offset_of__duplicateFirstErrorMessage_2() { return static_cast(offsetof(BidirectionalDictionary_2_t2019708942, ____duplicateFirstErrorMessage_2)); } inline String_t* get__duplicateFirstErrorMessage_2() const { return ____duplicateFirstErrorMessage_2; } inline String_t** get_address_of__duplicateFirstErrorMessage_2() { return &____duplicateFirstErrorMessage_2; } inline void set__duplicateFirstErrorMessage_2(String_t* value) { ____duplicateFirstErrorMessage_2 = value; Il2CppCodeGenWriteBarrier((&____duplicateFirstErrorMessage_2), value); } inline static int32_t get_offset_of__duplicateSecondErrorMessage_3() { return static_cast(offsetof(BidirectionalDictionary_2_t2019708942, ____duplicateSecondErrorMessage_3)); } inline String_t* get__duplicateSecondErrorMessage_3() const { return ____duplicateSecondErrorMessage_3; } inline String_t** get_address_of__duplicateSecondErrorMessage_3() { return &____duplicateSecondErrorMessage_3; } inline void set__duplicateSecondErrorMessage_3(String_t* value) { ____duplicateSecondErrorMessage_3 = value; Il2CppCodeGenWriteBarrier((&____duplicateSecondErrorMessage_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BIDIRECTIONALDICTIONARY_2_T2019708942_H #ifndef JSONSERIALIZERINTERNALBASE_T286011480_H #define JSONSERIALIZERINTERNALBASE_T286011480_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.JsonSerializerInternalBase struct JsonSerializerInternalBase_t286011480 : public RuntimeObject { public: // Newtonsoft.Json.Serialization.ErrorContext Newtonsoft.Json.Serialization.JsonSerializerInternalBase::_currentErrorContext ErrorContext_t3532118581 * ____currentErrorContext_0; // Newtonsoft.Json.Utilities.BidirectionalDictionary`2 Newtonsoft.Json.Serialization.JsonSerializerInternalBase::_mappings BidirectionalDictionary_2_t2019708942 * ____mappings_1; // Newtonsoft.Json.JsonSerializer Newtonsoft.Json.Serialization.JsonSerializerInternalBase::Serializer JsonSerializer_t1424496335 * ___Serializer_2; // Newtonsoft.Json.Serialization.ITraceWriter Newtonsoft.Json.Serialization.JsonSerializerInternalBase::TraceWriter RuntimeObject* ___TraceWriter_3; // Newtonsoft.Json.Serialization.JsonSerializerProxy Newtonsoft.Json.Serialization.JsonSerializerInternalBase::InternalSerializer JsonSerializerProxy_t657065764 * ___InternalSerializer_4; public: inline static int32_t get_offset_of__currentErrorContext_0() { return static_cast(offsetof(JsonSerializerInternalBase_t286011480, ____currentErrorContext_0)); } inline ErrorContext_t3532118581 * get__currentErrorContext_0() const { return ____currentErrorContext_0; } inline ErrorContext_t3532118581 ** get_address_of__currentErrorContext_0() { return &____currentErrorContext_0; } inline void set__currentErrorContext_0(ErrorContext_t3532118581 * value) { ____currentErrorContext_0 = value; Il2CppCodeGenWriteBarrier((&____currentErrorContext_0), value); } inline static int32_t get_offset_of__mappings_1() { return static_cast(offsetof(JsonSerializerInternalBase_t286011480, ____mappings_1)); } inline BidirectionalDictionary_2_t2019708942 * get__mappings_1() const { return ____mappings_1; } inline BidirectionalDictionary_2_t2019708942 ** get_address_of__mappings_1() { return &____mappings_1; } inline void set__mappings_1(BidirectionalDictionary_2_t2019708942 * value) { ____mappings_1 = value; Il2CppCodeGenWriteBarrier((&____mappings_1), value); } inline static int32_t get_offset_of_Serializer_2() { return static_cast(offsetof(JsonSerializerInternalBase_t286011480, ___Serializer_2)); } inline JsonSerializer_t1424496335 * get_Serializer_2() const { return ___Serializer_2; } inline JsonSerializer_t1424496335 ** get_address_of_Serializer_2() { return &___Serializer_2; } inline void set_Serializer_2(JsonSerializer_t1424496335 * value) { ___Serializer_2 = value; Il2CppCodeGenWriteBarrier((&___Serializer_2), value); } inline static int32_t get_offset_of_TraceWriter_3() { return static_cast(offsetof(JsonSerializerInternalBase_t286011480, ___TraceWriter_3)); } inline RuntimeObject* get_TraceWriter_3() const { return ___TraceWriter_3; } inline RuntimeObject** get_address_of_TraceWriter_3() { return &___TraceWriter_3; } inline void set_TraceWriter_3(RuntimeObject* value) { ___TraceWriter_3 = value; Il2CppCodeGenWriteBarrier((&___TraceWriter_3), value); } inline static int32_t get_offset_of_InternalSerializer_4() { return static_cast(offsetof(JsonSerializerInternalBase_t286011480, ___InternalSerializer_4)); } inline JsonSerializerProxy_t657065764 * get_InternalSerializer_4() const { return ___InternalSerializer_4; } inline JsonSerializerProxy_t657065764 ** get_address_of_InternalSerializer_4() { return &___InternalSerializer_4; } inline void set_InternalSerializer_4(JsonSerializerProxy_t657065764 * value) { ___InternalSerializer_4 = value; Il2CppCodeGenWriteBarrier((&___InternalSerializer_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONSERIALIZERINTERNALBASE_T286011480_H #ifndef U3CU3EC__DISPLAYCLASS34_1_T3875529554_H #define U3CU3EC__DISPLAYCLASS34_1_T3875529554_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_1 struct U3CU3Ec__DisplayClass34_1_t3875529554 : public RuntimeObject { public: // System.Action`2 Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_1::setExtensionDataDictionary Action_2_t2470008838 * ___setExtensionDataDictionary_0; // System.Func`1 Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_1::createExtensionDataDictionary Func_1_t2509852811 * ___createExtensionDataDictionary_1; // Newtonsoft.Json.Utilities.MethodCall`2 Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_1::setExtensionDataDictionaryValue MethodCall_2_t2845904993 * ___setExtensionDataDictionaryValue_2; // Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_0 Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_1::CS$<>8__locals1 U3CU3Ec__DisplayClass34_0_t2309445613 * ___CSU24U3CU3E8__locals1_3; public: inline static int32_t get_offset_of_setExtensionDataDictionary_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass34_1_t3875529554, ___setExtensionDataDictionary_0)); } inline Action_2_t2470008838 * get_setExtensionDataDictionary_0() const { return ___setExtensionDataDictionary_0; } inline Action_2_t2470008838 ** get_address_of_setExtensionDataDictionary_0() { return &___setExtensionDataDictionary_0; } inline void set_setExtensionDataDictionary_0(Action_2_t2470008838 * value) { ___setExtensionDataDictionary_0 = value; Il2CppCodeGenWriteBarrier((&___setExtensionDataDictionary_0), value); } inline static int32_t get_offset_of_createExtensionDataDictionary_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass34_1_t3875529554, ___createExtensionDataDictionary_1)); } inline Func_1_t2509852811 * get_createExtensionDataDictionary_1() const { return ___createExtensionDataDictionary_1; } inline Func_1_t2509852811 ** get_address_of_createExtensionDataDictionary_1() { return &___createExtensionDataDictionary_1; } inline void set_createExtensionDataDictionary_1(Func_1_t2509852811 * value) { ___createExtensionDataDictionary_1 = value; Il2CppCodeGenWriteBarrier((&___createExtensionDataDictionary_1), value); } inline static int32_t get_offset_of_setExtensionDataDictionaryValue_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass34_1_t3875529554, ___setExtensionDataDictionaryValue_2)); } inline MethodCall_2_t2845904993 * get_setExtensionDataDictionaryValue_2() const { return ___setExtensionDataDictionaryValue_2; } inline MethodCall_2_t2845904993 ** get_address_of_setExtensionDataDictionaryValue_2() { return &___setExtensionDataDictionaryValue_2; } inline void set_setExtensionDataDictionaryValue_2(MethodCall_2_t2845904993 * value) { ___setExtensionDataDictionaryValue_2 = value; Il2CppCodeGenWriteBarrier((&___setExtensionDataDictionaryValue_2), value); } inline static int32_t get_offset_of_CSU24U3CU3E8__locals1_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass34_1_t3875529554, ___CSU24U3CU3E8__locals1_3)); } inline U3CU3Ec__DisplayClass34_0_t2309445613 * get_CSU24U3CU3E8__locals1_3() const { return ___CSU24U3CU3E8__locals1_3; } inline U3CU3Ec__DisplayClass34_0_t2309445613 ** get_address_of_CSU24U3CU3E8__locals1_3() { return &___CSU24U3CU3E8__locals1_3; } inline void set_CSU24U3CU3E8__locals1_3(U3CU3Ec__DisplayClass34_0_t2309445613 * value) { ___CSU24U3CU3E8__locals1_3 = value; Il2CppCodeGenWriteBarrier((&___CSU24U3CU3E8__locals1_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CU3EC__DISPLAYCLASS34_1_T3875529554_H #ifndef U3CU3EC_T2089815845_H #define U3CU3EC_T2089815845_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.DefaultContractResolver/<>c struct U3CU3Ec_t2089815845 : public RuntimeObject { public: public: }; struct U3CU3Ec_t2089815845_StaticFields { public: // Newtonsoft.Json.Serialization.DefaultContractResolver/<>c Newtonsoft.Json.Serialization.DefaultContractResolver/<>c::<>9 U3CU3Ec_t2089815845 * ___U3CU3E9_0; // System.Func`2 Newtonsoft.Json.Serialization.DefaultContractResolver/<>c::<>9__30_0 Func_2_t2217434578 * ___U3CU3E9__30_0_1; // System.Func`2 Newtonsoft.Json.Serialization.DefaultContractResolver/<>c::<>9__30_1 Func_2_t2217434578 * ___U3CU3E9__30_1_2; // System.Func`2> Newtonsoft.Json.Serialization.DefaultContractResolver/<>c::<>9__33_0 Func_2_t2823819620 * ___U3CU3E9__33_0_3; // System.Func`2 Newtonsoft.Json.Serialization.DefaultContractResolver/<>c::<>9__33_1 Func_2_t2217434578 * ___U3CU3E9__33_1_4; // System.Func`2 Newtonsoft.Json.Serialization.DefaultContractResolver/<>c::<>9__36_0 Func_2_t1796590042 * ___U3CU3E9__36_0_5; // System.Func`2 Newtonsoft.Json.Serialization.DefaultContractResolver/<>c::<>9__60_0 Func_2_t1808639663 * ___U3CU3E9__60_0_6; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t2089815845_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t2089815845 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t2089815845 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t2089815845 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9_0), value); } inline static int32_t get_offset_of_U3CU3E9__30_0_1() { return static_cast(offsetof(U3CU3Ec_t2089815845_StaticFields, ___U3CU3E9__30_0_1)); } inline Func_2_t2217434578 * get_U3CU3E9__30_0_1() const { return ___U3CU3E9__30_0_1; } inline Func_2_t2217434578 ** get_address_of_U3CU3E9__30_0_1() { return &___U3CU3E9__30_0_1; } inline void set_U3CU3E9__30_0_1(Func_2_t2217434578 * value) { ___U3CU3E9__30_0_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9__30_0_1), value); } inline static int32_t get_offset_of_U3CU3E9__30_1_2() { return static_cast(offsetof(U3CU3Ec_t2089815845_StaticFields, ___U3CU3E9__30_1_2)); } inline Func_2_t2217434578 * get_U3CU3E9__30_1_2() const { return ___U3CU3E9__30_1_2; } inline Func_2_t2217434578 ** get_address_of_U3CU3E9__30_1_2() { return &___U3CU3E9__30_1_2; } inline void set_U3CU3E9__30_1_2(Func_2_t2217434578 * value) { ___U3CU3E9__30_1_2 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9__30_1_2), value); } inline static int32_t get_offset_of_U3CU3E9__33_0_3() { return static_cast(offsetof(U3CU3Ec_t2089815845_StaticFields, ___U3CU3E9__33_0_3)); } inline Func_2_t2823819620 * get_U3CU3E9__33_0_3() const { return ___U3CU3E9__33_0_3; } inline Func_2_t2823819620 ** get_address_of_U3CU3E9__33_0_3() { return &___U3CU3E9__33_0_3; } inline void set_U3CU3E9__33_0_3(Func_2_t2823819620 * value) { ___U3CU3E9__33_0_3 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9__33_0_3), value); } inline static int32_t get_offset_of_U3CU3E9__33_1_4() { return static_cast(offsetof(U3CU3Ec_t2089815845_StaticFields, ___U3CU3E9__33_1_4)); } inline Func_2_t2217434578 * get_U3CU3E9__33_1_4() const { return ___U3CU3E9__33_1_4; } inline Func_2_t2217434578 ** get_address_of_U3CU3E9__33_1_4() { return &___U3CU3E9__33_1_4; } inline void set_U3CU3E9__33_1_4(Func_2_t2217434578 * value) { ___U3CU3E9__33_1_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9__33_1_4), value); } inline static int32_t get_offset_of_U3CU3E9__36_0_5() { return static_cast(offsetof(U3CU3Ec_t2089815845_StaticFields, ___U3CU3E9__36_0_5)); } inline Func_2_t1796590042 * get_U3CU3E9__36_0_5() const { return ___U3CU3E9__36_0_5; } inline Func_2_t1796590042 ** get_address_of_U3CU3E9__36_0_5() { return &___U3CU3E9__36_0_5; } inline void set_U3CU3E9__36_0_5(Func_2_t1796590042 * value) { ___U3CU3E9__36_0_5 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9__36_0_5), value); } inline static int32_t get_offset_of_U3CU3E9__60_0_6() { return static_cast(offsetof(U3CU3Ec_t2089815845_StaticFields, ___U3CU3E9__60_0_6)); } inline Func_2_t1808639663 * get_U3CU3E9__60_0_6() const { return ___U3CU3E9__60_0_6; } inline Func_2_t1808639663 ** get_address_of_U3CU3E9__60_0_6() { return &___U3CU3E9__60_0_6; } inline void set_U3CU3E9__60_0_6(Func_2_t1808639663 * value) { ___U3CU3E9__60_0_6 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9__60_0_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CU3EC_T2089815845_H #ifndef MEMBERINFO_T_H #define MEMBERINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMBERINFO_T_H #ifndef CAPTURE_T2232016050_H #define CAPTURE_T2232016050_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Capture struct Capture_t2232016050 : public RuntimeObject { public: // System.Int32 System.Text.RegularExpressions.Capture::index int32_t ___index_0; // System.Int32 System.Text.RegularExpressions.Capture::length int32_t ___length_1; // System.String System.Text.RegularExpressions.Capture::text String_t* ___text_2; public: inline static int32_t get_offset_of_index_0() { return static_cast(offsetof(Capture_t2232016050, ___index_0)); } inline int32_t get_index_0() const { return ___index_0; } inline int32_t* get_address_of_index_0() { return &___index_0; } inline void set_index_0(int32_t value) { ___index_0 = value; } inline static int32_t get_offset_of_length_1() { return static_cast(offsetof(Capture_t2232016050, ___length_1)); } inline int32_t get_length_1() const { return ___length_1; } inline int32_t* get_address_of_length_1() { return &___length_1; } inline void set_length_1(int32_t value) { ___length_1 = value; } inline static int32_t get_offset_of_text_2() { return static_cast(offsetof(Capture_t2232016050, ___text_2)); } inline String_t* get_text_2() const { return ___text_2; } inline String_t** get_address_of_text_2() { return &___text_2; } inline void set_text_2(String_t* value) { ___text_2 = value; Il2CppCodeGenWriteBarrier((&___text_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CAPTURE_T2232016050_H #ifndef LIST_1_T557109187_H #define LIST_1_T557109187_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t557109187 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items MemberInfoU5BU5D_t1302094432* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t557109187, ____items_1)); } inline MemberInfoU5BU5D_t1302094432* get__items_1() const { return ____items_1; } inline MemberInfoU5BU5D_t1302094432** get_address_of__items_1() { return &____items_1; } inline void set__items_1(MemberInfoU5BU5D_t1302094432* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t557109187, ____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_t557109187, ____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; } }; struct List_1_t557109187_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray MemberInfoU5BU5D_t1302094432* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t557109187_StaticFields, ___EmptyArray_4)); } inline MemberInfoU5BU5D_t1302094432* get_EmptyArray_4() const { return ___EmptyArray_4; } inline MemberInfoU5BU5D_t1302094432** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(MemberInfoU5BU5D_t1302094432* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T557109187_H #ifndef STRING_T_H #define STRING_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::length int32_t ___length_0; // System.Char System.String::start_char Il2CppChar ___start_char_1; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(String_t, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_start_char_1() { return static_cast(offsetof(String_t, ___start_char_1)); } inline Il2CppChar get_start_char_1() const { return ___start_char_1; } inline Il2CppChar* get_address_of_start_char_1() { return &___start_char_1; } inline void set_start_char_1(Il2CppChar value) { ___start_char_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_2; // System.Char[] System.String::WhiteChars CharU5BU5D_t3528271667* ___WhiteChars_3; public: inline static int32_t get_offset_of_Empty_2() { return static_cast(offsetof(String_t_StaticFields, ___Empty_2)); } inline String_t* get_Empty_2() const { return ___Empty_2; } inline String_t** get_address_of_Empty_2() { return &___Empty_2; } inline void set_Empty_2(String_t* value) { ___Empty_2 = value; Il2CppCodeGenWriteBarrier((&___Empty_2), value); } inline static int32_t get_offset_of_WhiteChars_3() { return static_cast(offsetof(String_t_StaticFields, ___WhiteChars_3)); } inline CharU5BU5D_t3528271667* get_WhiteChars_3() const { return ___WhiteChars_3; } inline CharU5BU5D_t3528271667** get_address_of_WhiteChars_3() { return &___WhiteChars_3; } inline void set_WhiteChars_3(CharU5BU5D_t3528271667* value) { ___WhiteChars_3 = value; Il2CppCodeGenWriteBarrier((&___WhiteChars_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRING_T_H #ifndef CULTUREINFO_T4157843068_H #define CULTUREINFO_T4157843068_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.CultureInfo struct CultureInfo_t4157843068 : public RuntimeObject { public: // System.Boolean System.Globalization.CultureInfo::m_isReadOnly bool ___m_isReadOnly_7; // System.Int32 System.Globalization.CultureInfo::cultureID int32_t ___cultureID_8; // System.Int32 System.Globalization.CultureInfo::parent_lcid int32_t ___parent_lcid_9; // System.Int32 System.Globalization.CultureInfo::specific_lcid int32_t ___specific_lcid_10; // System.Int32 System.Globalization.CultureInfo::datetime_index int32_t ___datetime_index_11; // System.Int32 System.Globalization.CultureInfo::number_index int32_t ___number_index_12; // System.Boolean System.Globalization.CultureInfo::m_useUserOverride bool ___m_useUserOverride_13; // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo NumberFormatInfo_t435877138 * ___numInfo_14; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_t2405853701 * ___dateTimeInfo_15; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_t3810425522 * ___textInfo_16; // System.String System.Globalization.CultureInfo::m_name String_t* ___m_name_17; // System.String System.Globalization.CultureInfo::displayname String_t* ___displayname_18; // System.String System.Globalization.CultureInfo::englishname String_t* ___englishname_19; // System.String System.Globalization.CultureInfo::nativename String_t* ___nativename_20; // System.String System.Globalization.CultureInfo::iso3lang String_t* ___iso3lang_21; // System.String System.Globalization.CultureInfo::iso2lang String_t* ___iso2lang_22; // System.String System.Globalization.CultureInfo::icu_name String_t* ___icu_name_23; // System.String System.Globalization.CultureInfo::win3lang String_t* ___win3lang_24; // System.String System.Globalization.CultureInfo::territory String_t* ___territory_25; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_t1092934962 * ___compareInfo_26; // System.Int32* System.Globalization.CultureInfo::calendar_data int32_t* ___calendar_data_27; // System.Void* System.Globalization.CultureInfo::textinfo_data void* ___textinfo_data_28; // System.Globalization.Calendar[] System.Globalization.CultureInfo::optional_calendars CalendarU5BU5D_t3985046076* ___optional_calendars_29; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t4157843068 * ___parent_culture_30; // System.Int32 System.Globalization.CultureInfo::m_dataItem int32_t ___m_dataItem_31; // System.Globalization.Calendar System.Globalization.CultureInfo::calendar Calendar_t1661121569 * ___calendar_32; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_33; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_t4116647657* ___cached_serialized_form_34; public: inline static int32_t get_offset_of_m_isReadOnly_7() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_isReadOnly_7)); } inline bool get_m_isReadOnly_7() const { return ___m_isReadOnly_7; } inline bool* get_address_of_m_isReadOnly_7() { return &___m_isReadOnly_7; } inline void set_m_isReadOnly_7(bool value) { ___m_isReadOnly_7 = value; } inline static int32_t get_offset_of_cultureID_8() { return static_cast(offsetof(CultureInfo_t4157843068, ___cultureID_8)); } inline int32_t get_cultureID_8() const { return ___cultureID_8; } inline int32_t* get_address_of_cultureID_8() { return &___cultureID_8; } inline void set_cultureID_8(int32_t value) { ___cultureID_8 = value; } inline static int32_t get_offset_of_parent_lcid_9() { return static_cast(offsetof(CultureInfo_t4157843068, ___parent_lcid_9)); } inline int32_t get_parent_lcid_9() const { return ___parent_lcid_9; } inline int32_t* get_address_of_parent_lcid_9() { return &___parent_lcid_9; } inline void set_parent_lcid_9(int32_t value) { ___parent_lcid_9 = value; } inline static int32_t get_offset_of_specific_lcid_10() { return static_cast(offsetof(CultureInfo_t4157843068, ___specific_lcid_10)); } inline int32_t get_specific_lcid_10() const { return ___specific_lcid_10; } inline int32_t* get_address_of_specific_lcid_10() { return &___specific_lcid_10; } inline void set_specific_lcid_10(int32_t value) { ___specific_lcid_10 = value; } inline static int32_t get_offset_of_datetime_index_11() { return static_cast(offsetof(CultureInfo_t4157843068, ___datetime_index_11)); } inline int32_t get_datetime_index_11() const { return ___datetime_index_11; } inline int32_t* get_address_of_datetime_index_11() { return &___datetime_index_11; } inline void set_datetime_index_11(int32_t value) { ___datetime_index_11 = value; } inline static int32_t get_offset_of_number_index_12() { return static_cast(offsetof(CultureInfo_t4157843068, ___number_index_12)); } inline int32_t get_number_index_12() const { return ___number_index_12; } inline int32_t* get_address_of_number_index_12() { return &___number_index_12; } inline void set_number_index_12(int32_t value) { ___number_index_12 = value; } inline static int32_t get_offset_of_m_useUserOverride_13() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_useUserOverride_13)); } inline bool get_m_useUserOverride_13() const { return ___m_useUserOverride_13; } inline bool* get_address_of_m_useUserOverride_13() { return &___m_useUserOverride_13; } inline void set_m_useUserOverride_13(bool value) { ___m_useUserOverride_13 = value; } inline static int32_t get_offset_of_numInfo_14() { return static_cast(offsetof(CultureInfo_t4157843068, ___numInfo_14)); } inline NumberFormatInfo_t435877138 * get_numInfo_14() const { return ___numInfo_14; } inline NumberFormatInfo_t435877138 ** get_address_of_numInfo_14() { return &___numInfo_14; } inline void set_numInfo_14(NumberFormatInfo_t435877138 * value) { ___numInfo_14 = value; Il2CppCodeGenWriteBarrier((&___numInfo_14), value); } inline static int32_t get_offset_of_dateTimeInfo_15() { return static_cast(offsetof(CultureInfo_t4157843068, ___dateTimeInfo_15)); } inline DateTimeFormatInfo_t2405853701 * get_dateTimeInfo_15() const { return ___dateTimeInfo_15; } inline DateTimeFormatInfo_t2405853701 ** get_address_of_dateTimeInfo_15() { return &___dateTimeInfo_15; } inline void set_dateTimeInfo_15(DateTimeFormatInfo_t2405853701 * value) { ___dateTimeInfo_15 = value; Il2CppCodeGenWriteBarrier((&___dateTimeInfo_15), value); } inline static int32_t get_offset_of_textInfo_16() { return static_cast(offsetof(CultureInfo_t4157843068, ___textInfo_16)); } inline TextInfo_t3810425522 * get_textInfo_16() const { return ___textInfo_16; } inline TextInfo_t3810425522 ** get_address_of_textInfo_16() { return &___textInfo_16; } inline void set_textInfo_16(TextInfo_t3810425522 * value) { ___textInfo_16 = value; Il2CppCodeGenWriteBarrier((&___textInfo_16), value); } inline static int32_t get_offset_of_m_name_17() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_name_17)); } inline String_t* get_m_name_17() const { return ___m_name_17; } inline String_t** get_address_of_m_name_17() { return &___m_name_17; } inline void set_m_name_17(String_t* value) { ___m_name_17 = value; Il2CppCodeGenWriteBarrier((&___m_name_17), value); } inline static int32_t get_offset_of_displayname_18() { return static_cast(offsetof(CultureInfo_t4157843068, ___displayname_18)); } inline String_t* get_displayname_18() const { return ___displayname_18; } inline String_t** get_address_of_displayname_18() { return &___displayname_18; } inline void set_displayname_18(String_t* value) { ___displayname_18 = value; Il2CppCodeGenWriteBarrier((&___displayname_18), value); } inline static int32_t get_offset_of_englishname_19() { return static_cast(offsetof(CultureInfo_t4157843068, ___englishname_19)); } inline String_t* get_englishname_19() const { return ___englishname_19; } inline String_t** get_address_of_englishname_19() { return &___englishname_19; } inline void set_englishname_19(String_t* value) { ___englishname_19 = value; Il2CppCodeGenWriteBarrier((&___englishname_19), value); } inline static int32_t get_offset_of_nativename_20() { return static_cast(offsetof(CultureInfo_t4157843068, ___nativename_20)); } inline String_t* get_nativename_20() const { return ___nativename_20; } inline String_t** get_address_of_nativename_20() { return &___nativename_20; } inline void set_nativename_20(String_t* value) { ___nativename_20 = value; Il2CppCodeGenWriteBarrier((&___nativename_20), value); } inline static int32_t get_offset_of_iso3lang_21() { return static_cast(offsetof(CultureInfo_t4157843068, ___iso3lang_21)); } inline String_t* get_iso3lang_21() const { return ___iso3lang_21; } inline String_t** get_address_of_iso3lang_21() { return &___iso3lang_21; } inline void set_iso3lang_21(String_t* value) { ___iso3lang_21 = value; Il2CppCodeGenWriteBarrier((&___iso3lang_21), value); } inline static int32_t get_offset_of_iso2lang_22() { return static_cast(offsetof(CultureInfo_t4157843068, ___iso2lang_22)); } inline String_t* get_iso2lang_22() const { return ___iso2lang_22; } inline String_t** get_address_of_iso2lang_22() { return &___iso2lang_22; } inline void set_iso2lang_22(String_t* value) { ___iso2lang_22 = value; Il2CppCodeGenWriteBarrier((&___iso2lang_22), value); } inline static int32_t get_offset_of_icu_name_23() { return static_cast(offsetof(CultureInfo_t4157843068, ___icu_name_23)); } inline String_t* get_icu_name_23() const { return ___icu_name_23; } inline String_t** get_address_of_icu_name_23() { return &___icu_name_23; } inline void set_icu_name_23(String_t* value) { ___icu_name_23 = value; Il2CppCodeGenWriteBarrier((&___icu_name_23), value); } inline static int32_t get_offset_of_win3lang_24() { return static_cast(offsetof(CultureInfo_t4157843068, ___win3lang_24)); } inline String_t* get_win3lang_24() const { return ___win3lang_24; } inline String_t** get_address_of_win3lang_24() { return &___win3lang_24; } inline void set_win3lang_24(String_t* value) { ___win3lang_24 = value; Il2CppCodeGenWriteBarrier((&___win3lang_24), value); } inline static int32_t get_offset_of_territory_25() { return static_cast(offsetof(CultureInfo_t4157843068, ___territory_25)); } inline String_t* get_territory_25() const { return ___territory_25; } inline String_t** get_address_of_territory_25() { return &___territory_25; } inline void set_territory_25(String_t* value) { ___territory_25 = value; Il2CppCodeGenWriteBarrier((&___territory_25), value); } inline static int32_t get_offset_of_compareInfo_26() { return static_cast(offsetof(CultureInfo_t4157843068, ___compareInfo_26)); } inline CompareInfo_t1092934962 * get_compareInfo_26() const { return ___compareInfo_26; } inline CompareInfo_t1092934962 ** get_address_of_compareInfo_26() { return &___compareInfo_26; } inline void set_compareInfo_26(CompareInfo_t1092934962 * value) { ___compareInfo_26 = value; Il2CppCodeGenWriteBarrier((&___compareInfo_26), value); } inline static int32_t get_offset_of_calendar_data_27() { return static_cast(offsetof(CultureInfo_t4157843068, ___calendar_data_27)); } inline int32_t* get_calendar_data_27() const { return ___calendar_data_27; } inline int32_t** get_address_of_calendar_data_27() { return &___calendar_data_27; } inline void set_calendar_data_27(int32_t* value) { ___calendar_data_27 = value; } inline static int32_t get_offset_of_textinfo_data_28() { return static_cast(offsetof(CultureInfo_t4157843068, ___textinfo_data_28)); } inline void* get_textinfo_data_28() const { return ___textinfo_data_28; } inline void** get_address_of_textinfo_data_28() { return &___textinfo_data_28; } inline void set_textinfo_data_28(void* value) { ___textinfo_data_28 = value; } inline static int32_t get_offset_of_optional_calendars_29() { return static_cast(offsetof(CultureInfo_t4157843068, ___optional_calendars_29)); } inline CalendarU5BU5D_t3985046076* get_optional_calendars_29() const { return ___optional_calendars_29; } inline CalendarU5BU5D_t3985046076** get_address_of_optional_calendars_29() { return &___optional_calendars_29; } inline void set_optional_calendars_29(CalendarU5BU5D_t3985046076* value) { ___optional_calendars_29 = value; Il2CppCodeGenWriteBarrier((&___optional_calendars_29), value); } inline static int32_t get_offset_of_parent_culture_30() { return static_cast(offsetof(CultureInfo_t4157843068, ___parent_culture_30)); } inline CultureInfo_t4157843068 * get_parent_culture_30() const { return ___parent_culture_30; } inline CultureInfo_t4157843068 ** get_address_of_parent_culture_30() { return &___parent_culture_30; } inline void set_parent_culture_30(CultureInfo_t4157843068 * value) { ___parent_culture_30 = value; Il2CppCodeGenWriteBarrier((&___parent_culture_30), value); } inline static int32_t get_offset_of_m_dataItem_31() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_dataItem_31)); } inline int32_t get_m_dataItem_31() const { return ___m_dataItem_31; } inline int32_t* get_address_of_m_dataItem_31() { return &___m_dataItem_31; } inline void set_m_dataItem_31(int32_t value) { ___m_dataItem_31 = value; } inline static int32_t get_offset_of_calendar_32() { return static_cast(offsetof(CultureInfo_t4157843068, ___calendar_32)); } inline Calendar_t1661121569 * get_calendar_32() const { return ___calendar_32; } inline Calendar_t1661121569 ** get_address_of_calendar_32() { return &___calendar_32; } inline void set_calendar_32(Calendar_t1661121569 * value) { ___calendar_32 = value; Il2CppCodeGenWriteBarrier((&___calendar_32), value); } inline static int32_t get_offset_of_constructed_33() { return static_cast(offsetof(CultureInfo_t4157843068, ___constructed_33)); } inline bool get_constructed_33() const { return ___constructed_33; } inline bool* get_address_of_constructed_33() { return &___constructed_33; } inline void set_constructed_33(bool value) { ___constructed_33 = value; } inline static int32_t get_offset_of_cached_serialized_form_34() { return static_cast(offsetof(CultureInfo_t4157843068, ___cached_serialized_form_34)); } inline ByteU5BU5D_t4116647657* get_cached_serialized_form_34() const { return ___cached_serialized_form_34; } inline ByteU5BU5D_t4116647657** get_address_of_cached_serialized_form_34() { return &___cached_serialized_form_34; } inline void set_cached_serialized_form_34(ByteU5BU5D_t4116647657* value) { ___cached_serialized_form_34 = value; Il2CppCodeGenWriteBarrier((&___cached_serialized_form_34), value); } }; struct CultureInfo_t4157843068_StaticFields { public: // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t4157843068 * ___invariant_culture_info_4; // System.Object System.Globalization.CultureInfo::shared_table_lock RuntimeObject * ___shared_table_lock_5; // System.Int32 System.Globalization.CultureInfo::BootstrapCultureID int32_t ___BootstrapCultureID_6; // System.String System.Globalization.CultureInfo::MSG_READONLY String_t* ___MSG_READONLY_35; // System.Collections.Hashtable System.Globalization.CultureInfo::shared_by_number Hashtable_t1853889766 * ___shared_by_number_36; // System.Collections.Hashtable System.Globalization.CultureInfo::shared_by_name Hashtable_t1853889766 * ___shared_by_name_37; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map19 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map19_38; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map1A Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1A_39; public: inline static int32_t get_offset_of_invariant_culture_info_4() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___invariant_culture_info_4)); } inline CultureInfo_t4157843068 * get_invariant_culture_info_4() const { return ___invariant_culture_info_4; } inline CultureInfo_t4157843068 ** get_address_of_invariant_culture_info_4() { return &___invariant_culture_info_4; } inline void set_invariant_culture_info_4(CultureInfo_t4157843068 * value) { ___invariant_culture_info_4 = value; Il2CppCodeGenWriteBarrier((&___invariant_culture_info_4), value); } inline static int32_t get_offset_of_shared_table_lock_5() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_table_lock_5)); } inline RuntimeObject * get_shared_table_lock_5() const { return ___shared_table_lock_5; } inline RuntimeObject ** get_address_of_shared_table_lock_5() { return &___shared_table_lock_5; } inline void set_shared_table_lock_5(RuntimeObject * value) { ___shared_table_lock_5 = value; Il2CppCodeGenWriteBarrier((&___shared_table_lock_5), value); } inline static int32_t get_offset_of_BootstrapCultureID_6() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___BootstrapCultureID_6)); } inline int32_t get_BootstrapCultureID_6() const { return ___BootstrapCultureID_6; } inline int32_t* get_address_of_BootstrapCultureID_6() { return &___BootstrapCultureID_6; } inline void set_BootstrapCultureID_6(int32_t value) { ___BootstrapCultureID_6 = value; } inline static int32_t get_offset_of_MSG_READONLY_35() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___MSG_READONLY_35)); } inline String_t* get_MSG_READONLY_35() const { return ___MSG_READONLY_35; } inline String_t** get_address_of_MSG_READONLY_35() { return &___MSG_READONLY_35; } inline void set_MSG_READONLY_35(String_t* value) { ___MSG_READONLY_35 = value; Il2CppCodeGenWriteBarrier((&___MSG_READONLY_35), value); } inline static int32_t get_offset_of_shared_by_number_36() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_by_number_36)); } inline Hashtable_t1853889766 * get_shared_by_number_36() const { return ___shared_by_number_36; } inline Hashtable_t1853889766 ** get_address_of_shared_by_number_36() { return &___shared_by_number_36; } inline void set_shared_by_number_36(Hashtable_t1853889766 * value) { ___shared_by_number_36 = value; Il2CppCodeGenWriteBarrier((&___shared_by_number_36), value); } inline static int32_t get_offset_of_shared_by_name_37() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_by_name_37)); } inline Hashtable_t1853889766 * get_shared_by_name_37() const { return ___shared_by_name_37; } inline Hashtable_t1853889766 ** get_address_of_shared_by_name_37() { return &___shared_by_name_37; } inline void set_shared_by_name_37(Hashtable_t1853889766 * value) { ___shared_by_name_37 = value; Il2CppCodeGenWriteBarrier((&___shared_by_name_37), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map19_38() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map19_38)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map19_38() const { return ___U3CU3Ef__switchU24map19_38; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map19_38() { return &___U3CU3Ef__switchU24map19_38; } inline void set_U3CU3Ef__switchU24map19_38(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map19_38 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map19_38), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1A_39() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map1A_39)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1A_39() const { return ___U3CU3Ef__switchU24map1A_39; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1A_39() { return &___U3CU3Ef__switchU24map1A_39; } inline void set_U3CU3Ef__switchU24map1A_39(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1A_39 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1A_39), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CULTUREINFO_T4157843068_H #ifndef COLLECTION_1_T4286429759_H #define COLLECTION_1_T4286429759_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.ObjectModel.Collection`1 struct Collection_1_t4286429759 : public RuntimeObject { public: // System.Collections.Generic.IList`1 System.Collections.ObjectModel.Collection`1::list RuntimeObject* ___list_0; // System.Object System.Collections.ObjectModel.Collection`1::syncRoot RuntimeObject * ___syncRoot_1; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Collection_1_t4286429759, ___list_0)); } inline RuntimeObject* get_list_0() const { return ___list_0; } inline RuntimeObject** get_address_of_list_0() { return &___list_0; } inline void set_list_0(RuntimeObject* value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((&___list_0), value); } inline static int32_t get_offset_of_syncRoot_1() { return static_cast(offsetof(Collection_1_t4286429759, ___syncRoot_1)); } inline RuntimeObject * get_syncRoot_1() const { return ___syncRoot_1; } inline RuntimeObject ** get_address_of_syncRoot_1() { return &___syncRoot_1; } inline void set_syncRoot_1(RuntimeObject * value) { ___syncRoot_1 = value; Il2CppCodeGenWriteBarrier((&___syncRoot_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLLECTION_1_T4286429759_H #ifndef U3CU3EC__DISPLAYCLASS34_0_T2309445613_H #define U3CU3EC__DISPLAYCLASS34_0_T2309445613_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_0 struct U3CU3Ec__DisplayClass34_0_t2309445613 : public RuntimeObject { public: // System.Func`2 Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_0::getExtensionDataDictionary Func_2_t2447130374 * ___getExtensionDataDictionary_0; // System.Reflection.MemberInfo Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_0::member MemberInfo_t * ___member_1; public: inline static int32_t get_offset_of_getExtensionDataDictionary_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass34_0_t2309445613, ___getExtensionDataDictionary_0)); } inline Func_2_t2447130374 * get_getExtensionDataDictionary_0() const { return ___getExtensionDataDictionary_0; } inline Func_2_t2447130374 ** get_address_of_getExtensionDataDictionary_0() { return &___getExtensionDataDictionary_0; } inline void set_getExtensionDataDictionary_0(Func_2_t2447130374 * value) { ___getExtensionDataDictionary_0 = value; Il2CppCodeGenWriteBarrier((&___getExtensionDataDictionary_0), value); } inline static int32_t get_offset_of_member_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass34_0_t2309445613, ___member_1)); } inline MemberInfo_t * get_member_1() const { return ___member_1; } inline MemberInfo_t ** get_address_of_member_1() { return &___member_1; } inline void set_member_1(MemberInfo_t * value) { ___member_1 = value; Il2CppCodeGenWriteBarrier((&___member_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CU3EC__DISPLAYCLASS34_0_T2309445613_H #ifndef MARSHALBYREFOBJECT_T2760389100_H #define MARSHALBYREFOBJECT_T2760389100_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MarshalByRefObject struct MarshalByRefObject_t2760389100 : public RuntimeObject { public: // System.Runtime.Remoting.ServerIdentity System.MarshalByRefObject::_identity ServerIdentity_t2342208608 * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_t2760389100, ____identity_0)); } inline ServerIdentity_t2342208608 * get__identity_0() const { return ____identity_0; } inline ServerIdentity_t2342208608 ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(ServerIdentity_t2342208608 * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((&____identity_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MARSHALBYREFOBJECT_T2760389100_H #ifndef EXCEPTION_T_H #define EXCEPTION_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Exception struct Exception_t : public RuntimeObject { public: // System.IntPtr[] System.Exception::trace_ips IntPtrU5BU5D_t4013366056* ___trace_ips_0; // System.Exception System.Exception::inner_exception Exception_t * ___inner_exception_1; // System.String System.Exception::message String_t* ___message_2; // System.String System.Exception::help_link String_t* ___help_link_3; // System.String System.Exception::class_name String_t* ___class_name_4; // System.String System.Exception::stack_trace String_t* ___stack_trace_5; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_6; // System.Int32 System.Exception::remote_stack_index int32_t ___remote_stack_index_7; // System.Int32 System.Exception::hresult int32_t ___hresult_8; // System.String System.Exception::source String_t* ___source_9; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_10; public: inline static int32_t get_offset_of_trace_ips_0() { return static_cast(offsetof(Exception_t, ___trace_ips_0)); } inline IntPtrU5BU5D_t4013366056* get_trace_ips_0() const { return ___trace_ips_0; } inline IntPtrU5BU5D_t4013366056** get_address_of_trace_ips_0() { return &___trace_ips_0; } inline void set_trace_ips_0(IntPtrU5BU5D_t4013366056* value) { ___trace_ips_0 = value; Il2CppCodeGenWriteBarrier((&___trace_ips_0), value); } inline static int32_t get_offset_of_inner_exception_1() { return static_cast(offsetof(Exception_t, ___inner_exception_1)); } inline Exception_t * get_inner_exception_1() const { return ___inner_exception_1; } inline Exception_t ** get_address_of_inner_exception_1() { return &___inner_exception_1; } inline void set_inner_exception_1(Exception_t * value) { ___inner_exception_1 = value; Il2CppCodeGenWriteBarrier((&___inner_exception_1), 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((&___message_2), value); } inline static int32_t get_offset_of_help_link_3() { return static_cast(offsetof(Exception_t, ___help_link_3)); } inline String_t* get_help_link_3() const { return ___help_link_3; } inline String_t** get_address_of_help_link_3() { return &___help_link_3; } inline void set_help_link_3(String_t* value) { ___help_link_3 = value; Il2CppCodeGenWriteBarrier((&___help_link_3), value); } inline static int32_t get_offset_of_class_name_4() { return static_cast(offsetof(Exception_t, ___class_name_4)); } inline String_t* get_class_name_4() const { return ___class_name_4; } inline String_t** get_address_of_class_name_4() { return &___class_name_4; } inline void set_class_name_4(String_t* value) { ___class_name_4 = value; Il2CppCodeGenWriteBarrier((&___class_name_4), value); } inline static int32_t get_offset_of_stack_trace_5() { return static_cast(offsetof(Exception_t, ___stack_trace_5)); } inline String_t* get_stack_trace_5() const { return ___stack_trace_5; } inline String_t** get_address_of_stack_trace_5() { return &___stack_trace_5; } inline void set_stack_trace_5(String_t* value) { ___stack_trace_5 = value; Il2CppCodeGenWriteBarrier((&___stack_trace_5), value); } inline static int32_t get_offset_of__remoteStackTraceString_6() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_6)); } inline String_t* get__remoteStackTraceString_6() const { return ____remoteStackTraceString_6; } inline String_t** get_address_of__remoteStackTraceString_6() { return &____remoteStackTraceString_6; } inline void set__remoteStackTraceString_6(String_t* value) { ____remoteStackTraceString_6 = value; Il2CppCodeGenWriteBarrier((&____remoteStackTraceString_6), value); } inline static int32_t get_offset_of_remote_stack_index_7() { return static_cast(offsetof(Exception_t, ___remote_stack_index_7)); } inline int32_t get_remote_stack_index_7() const { return ___remote_stack_index_7; } inline int32_t* get_address_of_remote_stack_index_7() { return &___remote_stack_index_7; } inline void set_remote_stack_index_7(int32_t value) { ___remote_stack_index_7 = value; } inline static int32_t get_offset_of_hresult_8() { return static_cast(offsetof(Exception_t, ___hresult_8)); } inline int32_t get_hresult_8() const { return ___hresult_8; } inline int32_t* get_address_of_hresult_8() { return &___hresult_8; } inline void set_hresult_8(int32_t value) { ___hresult_8 = value; } inline static int32_t get_offset_of_source_9() { return static_cast(offsetof(Exception_t, ___source_9)); } inline String_t* get_source_9() const { return ___source_9; } inline String_t** get_address_of_source_9() { return &___source_9; } inline void set_source_9(String_t* value) { ___source_9 = value; Il2CppCodeGenWriteBarrier((&___source_9), value); } inline static int32_t get_offset_of__data_10() { return static_cast(offsetof(Exception_t, ____data_10)); } inline RuntimeObject* get__data_10() const { return ____data_10; } inline RuntimeObject** get_address_of__data_10() { return &____data_10; } inline void set__data_10(RuntimeObject* value) { ____data_10 = value; Il2CppCodeGenWriteBarrier((&____data_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXCEPTION_T_H #ifndef SERIALIZATIONBINDER_T274213469_H #define SERIALIZATIONBINDER_T274213469_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.SerializationBinder struct SerializationBinder_t274213469 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERIALIZATIONBINDER_T274213469_H #ifndef VALUETYPE_T3640485471_H #define VALUETYPE_T3640485471_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ValueType struct ValueType_t3640485471 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t3640485471_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t3640485471_marshaled_com { }; #endif // VALUETYPE_T3640485471_H #ifndef THREADSAFESTORE_2_T2879777979_H #define THREADSAFESTORE_2_T2879777979_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.ThreadSafeStore`2 struct ThreadSafeStore_2_t2879777979 : 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_t1945845883 * ____store_1; // System.Func`2 Newtonsoft.Json.Utilities.ThreadSafeStore`2::_creator Func_2_t4260431105 * ____creator_2; public: inline static int32_t get_offset_of__lock_0() { return static_cast(offsetof(ThreadSafeStore_2_t2879777979, ____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((&____lock_0), value); } inline static int32_t get_offset_of__store_1() { return static_cast(offsetof(ThreadSafeStore_2_t2879777979, ____store_1)); } inline Dictionary_2_t1945845883 * get__store_1() const { return ____store_1; } inline Dictionary_2_t1945845883 ** get_address_of__store_1() { return &____store_1; } inline void set__store_1(Dictionary_2_t1945845883 * value) { ____store_1 = value; Il2CppCodeGenWriteBarrier((&____store_1), value); } inline static int32_t get_offset_of__creator_2() { return static_cast(offsetof(ThreadSafeStore_2_t2879777979, ____creator_2)); } inline Func_2_t4260431105 * get__creator_2() const { return ____creator_2; } inline Func_2_t4260431105 ** get_address_of__creator_2() { return &____creator_2; } inline void set__creator_2(Func_2_t4260431105 * value) { ____creator_2 = value; Il2CppCodeGenWriteBarrier((&____creator_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // THREADSAFESTORE_2_T2879777979_H #ifndef THREADSAFESTORE_2_T2951879790_H #define THREADSAFESTORE_2_T2951879790_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.ThreadSafeStore`2> struct ThreadSafeStore_2_t2951879790 : 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_t2017947694 * ____store_1; // System.Func`2 Newtonsoft.Json.Utilities.ThreadSafeStore`2::_creator Func_2_t37565620 * ____creator_2; public: inline static int32_t get_offset_of__lock_0() { return static_cast(offsetof(ThreadSafeStore_2_t2951879790, ____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((&____lock_0), value); } inline static int32_t get_offset_of__store_1() { return static_cast(offsetof(ThreadSafeStore_2_t2951879790, ____store_1)); } inline Dictionary_2_t2017947694 * get__store_1() const { return ____store_1; } inline Dictionary_2_t2017947694 ** get_address_of__store_1() { return &____store_1; } inline void set__store_1(Dictionary_2_t2017947694 * value) { ____store_1 = value; Il2CppCodeGenWriteBarrier((&____store_1), value); } inline static int32_t get_offset_of__creator_2() { return static_cast(offsetof(ThreadSafeStore_2_t2951879790, ____creator_2)); } inline Func_2_t37565620 * get__creator_2() const { return ____creator_2; } inline Func_2_t37565620 ** get_address_of__creator_2() { return &____creator_2; } inline void set__creator_2(Func_2_t37565620 * value) { ____creator_2 = value; Il2CppCodeGenWriteBarrier((&____creator_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // THREADSAFESTORE_2_T2951879790_H #ifndef PRESERVEATTRIBUTE_T2412949961_H #define PRESERVEATTRIBUTE_T2412949961_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Shims.PreserveAttribute struct PreserveAttribute_t2412949961 : public Attribute_t861562559 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PRESERVEATTRIBUTE_T2412949961_H #ifndef ENUMERATOR_T3971623476_H #define ENUMERATOR_T3971623476_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1/Enumerator struct Enumerator_t3971623476 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::l List_1_t2082379599 * ___l_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::ver int32_t ___ver_2; // T System.Collections.Generic.List`1/Enumerator::current CreatorPropertyContext_t610304857 * ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t3971623476, ___l_0)); } inline List_1_t2082379599 * get_l_0() const { return ___l_0; } inline List_1_t2082379599 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(List_1_t2082379599 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t3971623476, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_ver_2() { return static_cast(offsetof(Enumerator_t3971623476, ___ver_2)); } inline int32_t get_ver_2() const { return ___ver_2; } inline int32_t* get_address_of_ver_2() { return &___ver_2; } inline void set_ver_2(int32_t value) { ___ver_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t3971623476, ___current_3)); } inline CreatorPropertyContext_t610304857 * get_current_3() const { return ___current_3; } inline CreatorPropertyContext_t610304857 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(CreatorPropertyContext_t610304857 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((&___current_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T3971623476_H #ifndef ERROREVENTARGS_T716709476_H #define ERROREVENTARGS_T716709476_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.ErrorEventArgs struct ErrorEventArgs_t716709476 : public EventArgs_t3591816995 { public: // System.Object Newtonsoft.Json.Serialization.ErrorEventArgs::k__BackingField RuntimeObject * ___U3CCurrentObjectU3Ek__BackingField_1; // Newtonsoft.Json.Serialization.ErrorContext Newtonsoft.Json.Serialization.ErrorEventArgs::k__BackingField ErrorContext_t3532118581 * ___U3CErrorContextU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CCurrentObjectU3Ek__BackingField_1() { return static_cast(offsetof(ErrorEventArgs_t716709476, ___U3CCurrentObjectU3Ek__BackingField_1)); } inline RuntimeObject * get_U3CCurrentObjectU3Ek__BackingField_1() const { return ___U3CCurrentObjectU3Ek__BackingField_1; } inline RuntimeObject ** get_address_of_U3CCurrentObjectU3Ek__BackingField_1() { return &___U3CCurrentObjectU3Ek__BackingField_1; } inline void set_U3CCurrentObjectU3Ek__BackingField_1(RuntimeObject * value) { ___U3CCurrentObjectU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CCurrentObjectU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_U3CErrorContextU3Ek__BackingField_2() { return static_cast(offsetof(ErrorEventArgs_t716709476, ___U3CErrorContextU3Ek__BackingField_2)); } inline ErrorContext_t3532118581 * get_U3CErrorContextU3Ek__BackingField_2() const { return ___U3CErrorContextU3Ek__BackingField_2; } inline ErrorContext_t3532118581 ** get_address_of_U3CErrorContextU3Ek__BackingField_2() { return &___U3CErrorContextU3Ek__BackingField_2; } inline void set_U3CErrorContextU3Ek__BackingField_2(ErrorContext_t3532118581 * value) { ___U3CErrorContextU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((&___U3CErrorContextU3Ek__BackingField_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ERROREVENTARGS_T716709476_H #ifndef GROUP_T2468205786_H #define GROUP_T2468205786_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Group struct Group_t2468205786 : public Capture_t2232016050 { public: // System.Boolean System.Text.RegularExpressions.Group::success bool ___success_4; // System.Text.RegularExpressions.CaptureCollection System.Text.RegularExpressions.Group::captures CaptureCollection_t1760593541 * ___captures_5; public: inline static int32_t get_offset_of_success_4() { return static_cast(offsetof(Group_t2468205786, ___success_4)); } inline bool get_success_4() const { return ___success_4; } inline bool* get_address_of_success_4() { return &___success_4; } inline void set_success_4(bool value) { ___success_4 = value; } inline static int32_t get_offset_of_captures_5() { return static_cast(offsetof(Group_t2468205786, ___captures_5)); } inline CaptureCollection_t1760593541 * get_captures_5() const { return ___captures_5; } inline CaptureCollection_t1760593541 ** get_address_of_captures_5() { return &___captures_5; } inline void set_captures_5(CaptureCollection_t1760593541 * value) { ___captures_5 = value; Il2CppCodeGenWriteBarrier((&___captures_5), value); } }; struct Group_t2468205786_StaticFields { public: // System.Text.RegularExpressions.Group System.Text.RegularExpressions.Group::Fail Group_t2468205786 * ___Fail_3; public: inline static int32_t get_offset_of_Fail_3() { return static_cast(offsetof(Group_t2468205786_StaticFields, ___Fail_3)); } inline Group_t2468205786 * get_Fail_3() const { return ___Fail_3; } inline Group_t2468205786 ** get_address_of_Fail_3() { return &___Fail_3; } inline void set_Fail_3(Group_t2468205786 * value) { ___Fail_3 = value; Il2CppCodeGenWriteBarrier((&___Fail_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GROUP_T2468205786_H #ifndef TYPECONVERTKEY_T285306760_H #define TYPECONVERTKEY_T285306760_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey struct TypeConvertKey_t285306760 { public: // System.Type Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey::_initialType Type_t * ____initialType_0; // System.Type Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey::_targetType Type_t * ____targetType_1; public: inline static int32_t get_offset_of__initialType_0() { return static_cast(offsetof(TypeConvertKey_t285306760, ____initialType_0)); } inline Type_t * get__initialType_0() const { return ____initialType_0; } inline Type_t ** get_address_of__initialType_0() { return &____initialType_0; } inline void set__initialType_0(Type_t * value) { ____initialType_0 = value; Il2CppCodeGenWriteBarrier((&____initialType_0), value); } inline static int32_t get_offset_of__targetType_1() { return static_cast(offsetof(TypeConvertKey_t285306760, ____targetType_1)); } inline Type_t * get__targetType_1() const { return ____targetType_1; } inline Type_t ** get_address_of__targetType_1() { return &____targetType_1; } inline void set__targetType_1(Type_t * value) { ____targetType_1 = value; Il2CppCodeGenWriteBarrier((&____targetType_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey struct TypeConvertKey_t285306760_marshaled_pinvoke { Type_t * ____initialType_0; Type_t * ____targetType_1; }; // Native definition for COM marshalling of Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey struct TypeConvertKey_t285306760_marshaled_com { Type_t * ____initialType_0; Type_t * ____targetType_1; }; #endif // TYPECONVERTKEY_T285306760_H #ifndef NULLABLE_1_T378540539_H #define NULLABLE_1_T378540539_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t378540539 { 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_t378540539, ___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_t378540539, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T378540539_H #ifndef DICTIONARYENTRY_T3123975638_H #define DICTIONARYENTRY_T3123975638_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.DictionaryEntry struct DictionaryEntry_t3123975638 { public: // System.Object System.Collections.DictionaryEntry::_key RuntimeObject * ____key_0; // System.Object System.Collections.DictionaryEntry::_value RuntimeObject * ____value_1; public: inline static int32_t get_offset_of__key_0() { return static_cast(offsetof(DictionaryEntry_t3123975638, ____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((&____key_0), value); } inline static int32_t get_offset_of__value_1() { return static_cast(offsetof(DictionaryEntry_t3123975638, ____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((&____value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_t3123975638_marshaled_pinvoke { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // Native definition for COM marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_t3123975638_marshaled_com { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; #endif // DICTIONARYENTRY_T3123975638_H #ifndef ENUMERATOR_T3588277760_H #define ENUMERATOR_T3588277760_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Queue`1/Enumerator struct Enumerator_t3588277760 { public: // System.Collections.Generic.Queue`1 System.Collections.Generic.Queue`1/Enumerator::q Queue_1_t2926365658 * ___q_0; // System.Int32 System.Collections.Generic.Queue`1/Enumerator::idx int32_t ___idx_1; // System.Int32 System.Collections.Generic.Queue`1/Enumerator::ver int32_t ___ver_2; public: inline static int32_t get_offset_of_q_0() { return static_cast(offsetof(Enumerator_t3588277760, ___q_0)); } inline Queue_1_t2926365658 * get_q_0() const { return ___q_0; } inline Queue_1_t2926365658 ** get_address_of_q_0() { return &___q_0; } inline void set_q_0(Queue_1_t2926365658 * value) { ___q_0 = value; Il2CppCodeGenWriteBarrier((&___q_0), value); } inline static int32_t get_offset_of_idx_1() { return static_cast(offsetof(Enumerator_t3588277760, ___idx_1)); } inline int32_t get_idx_1() const { return ___idx_1; } inline int32_t* get_address_of_idx_1() { return &___idx_1; } inline void set_idx_1(int32_t value) { ___idx_1 = value; } inline static int32_t get_offset_of_ver_2() { return static_cast(offsetof(Enumerator_t3588277760, ___ver_2)); } inline int32_t get_ver_2() const { return ___ver_2; } inline int32_t* get_address_of_ver_2() { return &___ver_2; } inline void set_ver_2(int32_t value) { ___ver_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T3588277760_H #ifndef ENUMERATOR_T2355622285_H #define ENUMERATOR_T2355622285_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Queue`1/Enumerator struct Enumerator_t2355622285 { public: // System.Collections.Generic.Queue`1 System.Collections.Generic.Queue`1/Enumerator::q Queue_1_t1693710183 * ___q_0; // System.Int32 System.Collections.Generic.Queue`1/Enumerator::idx int32_t ___idx_1; // System.Int32 System.Collections.Generic.Queue`1/Enumerator::ver int32_t ___ver_2; public: inline static int32_t get_offset_of_q_0() { return static_cast(offsetof(Enumerator_t2355622285, ___q_0)); } inline Queue_1_t1693710183 * get_q_0() const { return ___q_0; } inline Queue_1_t1693710183 ** get_address_of_q_0() { return &___q_0; } inline void set_q_0(Queue_1_t1693710183 * value) { ___q_0 = value; Il2CppCodeGenWriteBarrier((&___q_0), value); } inline static int32_t get_offset_of_idx_1() { return static_cast(offsetof(Enumerator_t2355622285, ___idx_1)); } inline int32_t get_idx_1() const { return ___idx_1; } inline int32_t* get_address_of_idx_1() { return &___idx_1; } inline void set_idx_1(int32_t value) { ___idx_1 = value; } inline static int32_t get_offset_of_ver_2() { return static_cast(offsetof(Enumerator_t2355622285, ___ver_2)); } inline int32_t get_ver_2() const { return ___ver_2; } inline int32_t* get_address_of_ver_2() { return &___ver_2; } inline void set_ver_2(int32_t value) { ___ver_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2355622285_H #ifndef ENUM_T4135868527_H #define ENUM_T4135868527_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Enum struct Enum_t4135868527 : public ValueType_t3640485471 { public: public: }; struct Enum_t4135868527_StaticFields { public: // System.Char[] System.Enum::split_char CharU5BU5D_t3528271667* ___split_char_0; public: inline static int32_t get_offset_of_split_char_0() { return static_cast(offsetof(Enum_t4135868527_StaticFields, ___split_char_0)); } inline CharU5BU5D_t3528271667* get_split_char_0() const { return ___split_char_0; } inline CharU5BU5D_t3528271667** get_address_of_split_char_0() { return &___split_char_0; } inline void set_split_char_0(CharU5BU5D_t3528271667* value) { ___split_char_0 = value; Il2CppCodeGenWriteBarrier((&___split_char_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Enum struct Enum_t4135868527_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t4135868527_marshaled_com { }; #endif // ENUM_T4135868527_H #ifndef SYSTEMEXCEPTION_T176217640_H #define SYSTEMEXCEPTION_T176217640_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.SystemException struct SystemException_t176217640 : public Exception_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SYSTEMEXCEPTION_T176217640_H #ifndef BOOLEAN_T97287965_H #define BOOLEAN_T97287965_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean struct Boolean_t97287965 { public: // System.Boolean System.Boolean::m_value bool ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Boolean_t97287965, ___m_value_2)); } inline bool get_m_value_2() const { return ___m_value_2; } inline bool* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(bool value) { ___m_value_2 = value; } }; struct Boolean_t97287965_StaticFields { public: // System.String System.Boolean::FalseString String_t* ___FalseString_0; // System.String System.Boolean::TrueString String_t* ___TrueString_1; public: inline static int32_t get_offset_of_FalseString_0() { return static_cast(offsetof(Boolean_t97287965_StaticFields, ___FalseString_0)); } inline String_t* get_FalseString_0() const { return ___FalseString_0; } inline String_t** get_address_of_FalseString_0() { return &___FalseString_0; } inline void set_FalseString_0(String_t* value) { ___FalseString_0 = value; Il2CppCodeGenWriteBarrier((&___FalseString_0), value); } inline static int32_t get_offset_of_TrueString_1() { return static_cast(offsetof(Boolean_t97287965_StaticFields, ___TrueString_1)); } inline String_t* get_TrueString_1() const { return ___TrueString_1; } inline String_t** get_address_of_TrueString_1() { return &___TrueString_1; } inline void set_TrueString_1(String_t* value) { ___TrueString_1 = value; Il2CppCodeGenWriteBarrier((&___TrueString_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BOOLEAN_T97287965_H #ifndef KEYEDCOLLECTION_2_T329837779_H #define KEYEDCOLLECTION_2_T329837779_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.ObjectModel.KeyedCollection`2 struct KeyedCollection_2_t329837779 : public Collection_1_t349510094 { public: // System.Collections.Generic.Dictionary`2 System.Collections.ObjectModel.KeyedCollection`2::dictionary Dictionary_2_t1190410475 * ___dictionary_2; // System.Collections.Generic.IEqualityComparer`1 System.Collections.ObjectModel.KeyedCollection`2::comparer RuntimeObject* ___comparer_3; // System.Int32 System.Collections.ObjectModel.KeyedCollection`2::dictionaryCreationThreshold int32_t ___dictionaryCreationThreshold_4; public: inline static int32_t get_offset_of_dictionary_2() { return static_cast(offsetof(KeyedCollection_2_t329837779, ___dictionary_2)); } inline Dictionary_2_t1190410475 * get_dictionary_2() const { return ___dictionary_2; } inline Dictionary_2_t1190410475 ** get_address_of_dictionary_2() { return &___dictionary_2; } inline void set_dictionary_2(Dictionary_2_t1190410475 * value) { ___dictionary_2 = value; Il2CppCodeGenWriteBarrier((&___dictionary_2), value); } inline static int32_t get_offset_of_comparer_3() { return static_cast(offsetof(KeyedCollection_2_t329837779, ___comparer_3)); } inline RuntimeObject* get_comparer_3() const { return ___comparer_3; } inline RuntimeObject** get_address_of_comparer_3() { return &___comparer_3; } inline void set_comparer_3(RuntimeObject* value) { ___comparer_3 = value; Il2CppCodeGenWriteBarrier((&___comparer_3), value); } inline static int32_t get_offset_of_dictionaryCreationThreshold_4() { return static_cast(offsetof(KeyedCollection_2_t329837779, ___dictionaryCreationThreshold_4)); } inline int32_t get_dictionaryCreationThreshold_4() const { return ___dictionaryCreationThreshold_4; } inline int32_t* get_address_of_dictionaryCreationThreshold_4() { return &___dictionaryCreationThreshold_4; } inline void set_dictionaryCreationThreshold_4(int32_t value) { ___dictionaryCreationThreshold_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYEDCOLLECTION_2_T329837779_H #ifndef INT32_T2950945753_H #define INT32_T2950945753_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 struct Int32_t2950945753 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int32_t2950945753, ___m_value_2)); } inline int32_t get_m_value_2() const { return ___m_value_2; } inline int32_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int32_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT32_T2950945753_H #ifndef DATACONTRACTATTRIBUTE_T412496005_H #define DATACONTRACTATTRIBUTE_T412496005_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.DataContractAttribute struct DataContractAttribute_t412496005 : public Attribute_t861562559 { public: // System.Boolean System.Runtime.Serialization.DataContractAttribute::k__BackingField bool ___U3CIsReferenceU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CIsReferenceU3Ek__BackingField_0() { return static_cast(offsetof(DataContractAttribute_t412496005, ___U3CIsReferenceU3Ek__BackingField_0)); } inline bool get_U3CIsReferenceU3Ek__BackingField_0() const { return ___U3CIsReferenceU3Ek__BackingField_0; } inline bool* get_address_of_U3CIsReferenceU3Ek__BackingField_0() { return &___U3CIsReferenceU3Ek__BackingField_0; } inline void set_U3CIsReferenceU3Ek__BackingField_0(bool value) { ___U3CIsReferenceU3Ek__BackingField_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATACONTRACTATTRIBUTE_T412496005_H #ifndef JCONTAINER_T1023664833_H #define JCONTAINER_T1023664833_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JContainer struct JContainer_t1023664833 : public JToken_t1038539247 { public: // System.ComponentModel.ListChangedEventHandler Newtonsoft.Json.Linq.JContainer::_listChanged ListChangedEventHandler_t1703970447 * ____listChanged_13; // System.Object Newtonsoft.Json.Linq.JContainer::_syncRoot RuntimeObject * ____syncRoot_14; // System.Boolean Newtonsoft.Json.Linq.JContainer::_busy bool ____busy_15; public: inline static int32_t get_offset_of__listChanged_13() { return static_cast(offsetof(JContainer_t1023664833, ____listChanged_13)); } inline ListChangedEventHandler_t1703970447 * get__listChanged_13() const { return ____listChanged_13; } inline ListChangedEventHandler_t1703970447 ** get_address_of__listChanged_13() { return &____listChanged_13; } inline void set__listChanged_13(ListChangedEventHandler_t1703970447 * value) { ____listChanged_13 = value; Il2CppCodeGenWriteBarrier((&____listChanged_13), value); } inline static int32_t get_offset_of__syncRoot_14() { return static_cast(offsetof(JContainer_t1023664833, ____syncRoot_14)); } inline RuntimeObject * get__syncRoot_14() const { return ____syncRoot_14; } inline RuntimeObject ** get_address_of__syncRoot_14() { return &____syncRoot_14; } inline void set__syncRoot_14(RuntimeObject * value) { ____syncRoot_14 = value; Il2CppCodeGenWriteBarrier((&____syncRoot_14), value); } inline static int32_t get_offset_of__busy_15() { return static_cast(offsetof(JContainer_t1023664833, ____busy_15)); } inline bool get__busy_15() const { return ____busy_15; } inline bool* get_address_of__busy_15() { return &____busy_15; } inline void set__busy_15(bool value) { ____busy_15 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JCONTAINER_T1023664833_H #ifndef CHAR_T3634460470_H #define CHAR_T3634460470_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Char struct Char_t3634460470 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Char_t3634460470, ___m_value_2)); } inline Il2CppChar get_m_value_2() const { return ___m_value_2; } inline Il2CppChar* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(Il2CppChar value) { ___m_value_2 = value; } }; struct Char_t3634460470_StaticFields { public: // System.Byte* System.Char::category_data uint8_t* ___category_data_3; // System.Byte* System.Char::numeric_data uint8_t* ___numeric_data_4; // System.Double* System.Char::numeric_data_values double* ___numeric_data_values_5; // System.UInt16* System.Char::to_lower_data_low uint16_t* ___to_lower_data_low_6; // System.UInt16* System.Char::to_lower_data_high uint16_t* ___to_lower_data_high_7; // System.UInt16* System.Char::to_upper_data_low uint16_t* ___to_upper_data_low_8; // System.UInt16* System.Char::to_upper_data_high uint16_t* ___to_upper_data_high_9; public: inline static int32_t get_offset_of_category_data_3() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___category_data_3)); } inline uint8_t* get_category_data_3() const { return ___category_data_3; } inline uint8_t** get_address_of_category_data_3() { return &___category_data_3; } inline void set_category_data_3(uint8_t* value) { ___category_data_3 = value; } inline static int32_t get_offset_of_numeric_data_4() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___numeric_data_4)); } inline uint8_t* get_numeric_data_4() const { return ___numeric_data_4; } inline uint8_t** get_address_of_numeric_data_4() { return &___numeric_data_4; } inline void set_numeric_data_4(uint8_t* value) { ___numeric_data_4 = value; } inline static int32_t get_offset_of_numeric_data_values_5() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___numeric_data_values_5)); } inline double* get_numeric_data_values_5() const { return ___numeric_data_values_5; } inline double** get_address_of_numeric_data_values_5() { return &___numeric_data_values_5; } inline void set_numeric_data_values_5(double* value) { ___numeric_data_values_5 = value; } inline static int32_t get_offset_of_to_lower_data_low_6() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_lower_data_low_6)); } inline uint16_t* get_to_lower_data_low_6() const { return ___to_lower_data_low_6; } inline uint16_t** get_address_of_to_lower_data_low_6() { return &___to_lower_data_low_6; } inline void set_to_lower_data_low_6(uint16_t* value) { ___to_lower_data_low_6 = value; } inline static int32_t get_offset_of_to_lower_data_high_7() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_lower_data_high_7)); } inline uint16_t* get_to_lower_data_high_7() const { return ___to_lower_data_high_7; } inline uint16_t** get_address_of_to_lower_data_high_7() { return &___to_lower_data_high_7; } inline void set_to_lower_data_high_7(uint16_t* value) { ___to_lower_data_high_7 = value; } inline static int32_t get_offset_of_to_upper_data_low_8() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_upper_data_low_8)); } inline uint16_t* get_to_upper_data_low_8() const { return ___to_upper_data_low_8; } inline uint16_t** get_address_of_to_upper_data_low_8() { return &___to_upper_data_low_8; } inline void set_to_upper_data_low_8(uint16_t* value) { ___to_upper_data_low_8 = value; } inline static int32_t get_offset_of_to_upper_data_high_9() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_upper_data_high_9)); } inline uint16_t* get_to_upper_data_high_9() const { return ___to_upper_data_high_9; } inline uint16_t** get_address_of_to_upper_data_high_9() { return &___to_upper_data_high_9; } inline void set_to_upper_data_high_9(uint16_t* value) { ___to_upper_data_high_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHAR_T3634460470_H #ifndef STRINGWRITER_T802263757_H #define STRINGWRITER_T802263757_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.StringWriter struct StringWriter_t802263757 : public TextWriter_t3478189236 { public: // System.Text.StringBuilder System.IO.StringWriter::internalString StringBuilder_t * ___internalString_3; // System.Boolean System.IO.StringWriter::disposed bool ___disposed_4; public: inline static int32_t get_offset_of_internalString_3() { return static_cast(offsetof(StringWriter_t802263757, ___internalString_3)); } inline StringBuilder_t * get_internalString_3() const { return ___internalString_3; } inline StringBuilder_t ** get_address_of_internalString_3() { return &___internalString_3; } inline void set_internalString_3(StringBuilder_t * value) { ___internalString_3 = value; Il2CppCodeGenWriteBarrier((&___internalString_3), value); } inline static int32_t get_offset_of_disposed_4() { return static_cast(offsetof(StringWriter_t802263757, ___disposed_4)); } inline bool get_disposed_4() const { return ___disposed_4; } inline bool* get_address_of_disposed_4() { return &___disposed_4; } inline void set_disposed_4(bool value) { ___disposed_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGWRITER_T802263757_H #ifndef SERIALIZATIONENTRY_T648286436_H #define SERIALIZATIONENTRY_T648286436_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.SerializationEntry struct SerializationEntry_t648286436 { public: // System.String System.Runtime.Serialization.SerializationEntry::name String_t* ___name_0; // System.Type System.Runtime.Serialization.SerializationEntry::objectType Type_t * ___objectType_1; // System.Object System.Runtime.Serialization.SerializationEntry::value RuntimeObject * ___value_2; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(SerializationEntry_t648286436, ___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((&___name_0), value); } inline static int32_t get_offset_of_objectType_1() { return static_cast(offsetof(SerializationEntry_t648286436, ___objectType_1)); } inline Type_t * get_objectType_1() const { return ___objectType_1; } inline Type_t ** get_address_of_objectType_1() { return &___objectType_1; } inline void set_objectType_1(Type_t * value) { ___objectType_1 = value; Il2CppCodeGenWriteBarrier((&___objectType_1), value); } inline static int32_t get_offset_of_value_2() { return static_cast(offsetof(SerializationEntry_t648286436, ___value_2)); } inline RuntimeObject * get_value_2() const { return ___value_2; } inline RuntimeObject ** get_address_of_value_2() { return &___value_2; } inline void set_value_2(RuntimeObject * value) { ___value_2 = value; Il2CppCodeGenWriteBarrier((&___value_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Runtime.Serialization.SerializationEntry struct SerializationEntry_t648286436_marshaled_pinvoke { char* ___name_0; Type_t * ___objectType_1; Il2CppIUnknown* ___value_2; }; // Native definition for COM marshalling of System.Runtime.Serialization.SerializationEntry struct SerializationEntry_t648286436_marshaled_com { Il2CppChar* ___name_0; Type_t * ___objectType_1; Il2CppIUnknown* ___value_2; }; #endif // SERIALIZATIONENTRY_T648286436_H #ifndef FIELDINFO_T_H #define FIELDINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.FieldInfo struct FieldInfo_t : public MemberInfo_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FIELDINFO_T_H #ifndef DATAMEMBERATTRIBUTE_T1339837472_H #define DATAMEMBERATTRIBUTE_T1339837472_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.DataMemberAttribute struct DataMemberAttribute_t1339837472 : public Attribute_t861562559 { public: // System.Boolean System.Runtime.Serialization.DataMemberAttribute::is_required bool ___is_required_0; // System.Boolean System.Runtime.Serialization.DataMemberAttribute::emit_default bool ___emit_default_1; // System.String System.Runtime.Serialization.DataMemberAttribute::name String_t* ___name_2; // System.Int32 System.Runtime.Serialization.DataMemberAttribute::order int32_t ___order_3; public: inline static int32_t get_offset_of_is_required_0() { return static_cast(offsetof(DataMemberAttribute_t1339837472, ___is_required_0)); } inline bool get_is_required_0() const { return ___is_required_0; } inline bool* get_address_of_is_required_0() { return &___is_required_0; } inline void set_is_required_0(bool value) { ___is_required_0 = value; } inline static int32_t get_offset_of_emit_default_1() { return static_cast(offsetof(DataMemberAttribute_t1339837472, ___emit_default_1)); } inline bool get_emit_default_1() const { return ___emit_default_1; } inline bool* get_address_of_emit_default_1() { return &___emit_default_1; } inline void set_emit_default_1(bool value) { ___emit_default_1 = value; } inline static int32_t get_offset_of_name_2() { return static_cast(offsetof(DataMemberAttribute_t1339837472, ___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((&___name_2), value); } inline static int32_t get_offset_of_order_3() { return static_cast(offsetof(DataMemberAttribute_t1339837472, ___order_3)); } inline int32_t get_order_3() const { return ___order_3; } inline int32_t* get_address_of_order_3() { return &___order_3; } inline void set_order_3(int32_t value) { ___order_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATAMEMBERATTRIBUTE_T1339837472_H #ifndef KEYVALUEPAIR_2_T2530217319_H #define KEYVALUEPAIR_2_T2530217319_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t2530217319 { 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_t2530217319, ___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((&___key_0), value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t2530217319, ___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((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T2530217319_H #ifndef REFERENCECONVERTER_T1811933861_H #define REFERENCECONVERTER_T1811933861_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.ReferenceConverter struct ReferenceConverter_t1811933861 : public TypeConverter_t2249118273 { public: // System.Type System.ComponentModel.ReferenceConverter::reference_type Type_t * ___reference_type_0; public: inline static int32_t get_offset_of_reference_type_0() { return static_cast(offsetof(ReferenceConverter_t1811933861, ___reference_type_0)); } inline Type_t * get_reference_type_0() const { return ___reference_type_0; } inline Type_t ** get_address_of_reference_type_0() { return &___reference_type_0; } inline void set_reference_type_0(Type_t * value) { ___reference_type_0 = value; Il2CppCodeGenWriteBarrier((&___reference_type_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REFERENCECONVERTER_T1811933861_H #ifndef JSONEXCEPTION_T3720114400_H #define JSONEXCEPTION_T3720114400_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonException struct JsonException_t3720114400 : public Exception_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONEXCEPTION_T3720114400_H #ifndef BYTE_T1134296376_H #define BYTE_T1134296376_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Byte struct Byte_t1134296376 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Byte_t1134296376, ___m_value_2)); } inline uint8_t get_m_value_2() const { return ___m_value_2; } inline uint8_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint8_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BYTE_T1134296376_H #ifndef PROPERTYINFO_T_H #define PROPERTYINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.PropertyInfo struct PropertyInfo_t : public MemberInfo_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROPERTYINFO_T_H #ifndef JSONCONVERTERATTRIBUTE_T3132853130_H #define JSONCONVERTERATTRIBUTE_T3132853130_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonConverterAttribute struct JsonConverterAttribute_t3132853130 : public Attribute_t861562559 { public: // System.Type Newtonsoft.Json.JsonConverterAttribute::_converterType Type_t * ____converterType_0; // System.Object[] Newtonsoft.Json.JsonConverterAttribute::k__BackingField ObjectU5BU5D_t2843939325* ___U3CConverterParametersU3Ek__BackingField_1; public: inline static int32_t get_offset_of__converterType_0() { return static_cast(offsetof(JsonConverterAttribute_t3132853130, ____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((&____converterType_0), value); } inline static int32_t get_offset_of_U3CConverterParametersU3Ek__BackingField_1() { return static_cast(offsetof(JsonConverterAttribute_t3132853130, ___U3CConverterParametersU3Ek__BackingField_1)); } inline ObjectU5BU5D_t2843939325* get_U3CConverterParametersU3Ek__BackingField_1() const { return ___U3CConverterParametersU3Ek__BackingField_1; } inline ObjectU5BU5D_t2843939325** get_address_of_U3CConverterParametersU3Ek__BackingField_1() { return &___U3CConverterParametersU3Ek__BackingField_1; } inline void set_U3CConverterParametersU3Ek__BackingField_1(ObjectU5BU5D_t2843939325* value) { ___U3CConverterParametersU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CConverterParametersU3Ek__BackingField_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONCONVERTERATTRIBUTE_T3132853130_H #ifndef SERIALIZABLEATTRIBUTE_T1992588303_H #define SERIALIZABLEATTRIBUTE_T1992588303_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.SerializableAttribute struct SerializableAttribute_t1992588303 : public Attribute_t861562559 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERIALIZABLEATTRIBUTE_T1992588303_H #ifndef METHODBASE_T_H #define METHODBASE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODBASE_T_H #ifndef TIMESPAN_T881159249_H #define TIMESPAN_T881159249_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.TimeSpan struct TimeSpan_t881159249 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_8; public: inline static int32_t get_offset_of__ticks_8() { return static_cast(offsetof(TimeSpan_t881159249, ____ticks_8)); } inline int64_t get__ticks_8() const { return ____ticks_8; } inline int64_t* get_address_of__ticks_8() { return &____ticks_8; } inline void set__ticks_8(int64_t value) { ____ticks_8 = value; } }; struct TimeSpan_t881159249_StaticFields { public: // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t881159249 ___MaxValue_5; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t881159249 ___MinValue_6; // System.TimeSpan System.TimeSpan::Zero TimeSpan_t881159249 ___Zero_7; public: inline static int32_t get_offset_of_MaxValue_5() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___MaxValue_5)); } inline TimeSpan_t881159249 get_MaxValue_5() const { return ___MaxValue_5; } inline TimeSpan_t881159249 * get_address_of_MaxValue_5() { return &___MaxValue_5; } inline void set_MaxValue_5(TimeSpan_t881159249 value) { ___MaxValue_5 = value; } inline static int32_t get_offset_of_MinValue_6() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___MinValue_6)); } inline TimeSpan_t881159249 get_MinValue_6() const { return ___MinValue_6; } inline TimeSpan_t881159249 * get_address_of_MinValue_6() { return &___MinValue_6; } inline void set_MinValue_6(TimeSpan_t881159249 value) { ___MinValue_6 = value; } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___Zero_7)); } inline TimeSpan_t881159249 get_Zero_7() const { return ___Zero_7; } inline TimeSpan_t881159249 * get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(TimeSpan_t881159249 value) { ___Zero_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TIMESPAN_T881159249_H #ifndef NULLABLE_1_T1819850047_H #define NULLABLE_1_T1819850047_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t1819850047 { 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_t1819850047, ___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_t1819850047, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T1819850047_H #ifndef JSONSERIALIZERINTERNALREADER_T927352408_H #define JSONSERIALIZERINTERNALREADER_T927352408_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.JsonSerializerInternalReader struct JsonSerializerInternalReader_t927352408 : public JsonSerializerInternalBase_t286011480 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONSERIALIZERINTERNALREADER_T927352408_H #ifndef SBYTE_T1669577662_H #define SBYTE_T1669577662_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.SByte struct SByte_t1669577662 { 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_t1669577662, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SBYTE_T1669577662_H #ifndef DEFAULTSERIALIZATIONBINDER_T1281536470_H #define DEFAULTSERIALIZATIONBINDER_T1281536470_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.DefaultSerializationBinder struct DefaultSerializationBinder_t1281536470 : public SerializationBinder_t274213469 { public: // Newtonsoft.Json.Utilities.ThreadSafeStore`2 Newtonsoft.Json.Serialization.DefaultSerializationBinder::_typeCache ThreadSafeStore_2_t2879777979 * ____typeCache_1; public: inline static int32_t get_offset_of__typeCache_1() { return static_cast(offsetof(DefaultSerializationBinder_t1281536470, ____typeCache_1)); } inline ThreadSafeStore_2_t2879777979 * get__typeCache_1() const { return ____typeCache_1; } inline ThreadSafeStore_2_t2879777979 ** get_address_of__typeCache_1() { return &____typeCache_1; } inline void set__typeCache_1(ThreadSafeStore_2_t2879777979 * value) { ____typeCache_1 = value; Il2CppCodeGenWriteBarrier((&____typeCache_1), value); } }; struct DefaultSerializationBinder_t1281536470_StaticFields { public: // Newtonsoft.Json.Serialization.DefaultSerializationBinder Newtonsoft.Json.Serialization.DefaultSerializationBinder::Instance DefaultSerializationBinder_t1281536470 * ___Instance_0; public: inline static int32_t get_offset_of_Instance_0() { return static_cast(offsetof(DefaultSerializationBinder_t1281536470_StaticFields, ___Instance_0)); } inline DefaultSerializationBinder_t1281536470 * get_Instance_0() const { return ___Instance_0; } inline DefaultSerializationBinder_t1281536470 ** get_address_of_Instance_0() { return &___Instance_0; } inline void set_Instance_0(DefaultSerializationBinder_t1281536470 * value) { ___Instance_0 = value; Il2CppCodeGenWriteBarrier((&___Instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEFAULTSERIALIZATIONBINDER_T1281536470_H #ifndef GUID_T_H #define GUID_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Guid struct Guid_t { public: // System.Int32 System.Guid::_a int32_t ____a_0; // System.Int16 System.Guid::_b int16_t ____b_1; // System.Int16 System.Guid::_c int16_t ____c_2; // System.Byte System.Guid::_d uint8_t ____d_3; // System.Byte System.Guid::_e uint8_t ____e_4; // System.Byte System.Guid::_f uint8_t ____f_5; // System.Byte System.Guid::_g uint8_t ____g_6; // System.Byte System.Guid::_h uint8_t ____h_7; // System.Byte System.Guid::_i uint8_t ____i_8; // System.Byte System.Guid::_j uint8_t ____j_9; // System.Byte System.Guid::_k uint8_t ____k_10; public: inline static int32_t get_offset_of__a_0() { return static_cast(offsetof(Guid_t, ____a_0)); } inline int32_t get__a_0() const { return ____a_0; } inline int32_t* get_address_of__a_0() { return &____a_0; } inline void set__a_0(int32_t value) { ____a_0 = value; } inline static int32_t get_offset_of__b_1() { return static_cast(offsetof(Guid_t, ____b_1)); } inline int16_t get__b_1() const { return ____b_1; } inline int16_t* get_address_of__b_1() { return &____b_1; } inline void set__b_1(int16_t value) { ____b_1 = value; } inline static int32_t get_offset_of__c_2() { return static_cast(offsetof(Guid_t, ____c_2)); } inline int16_t get__c_2() const { return ____c_2; } inline int16_t* get_address_of__c_2() { return &____c_2; } inline void set__c_2(int16_t value) { ____c_2 = value; } inline static int32_t get_offset_of__d_3() { return static_cast(offsetof(Guid_t, ____d_3)); } inline uint8_t get__d_3() const { return ____d_3; } inline uint8_t* get_address_of__d_3() { return &____d_3; } inline void set__d_3(uint8_t value) { ____d_3 = value; } inline static int32_t get_offset_of__e_4() { return static_cast(offsetof(Guid_t, ____e_4)); } inline uint8_t get__e_4() const { return ____e_4; } inline uint8_t* get_address_of__e_4() { return &____e_4; } inline void set__e_4(uint8_t value) { ____e_4 = value; } inline static int32_t get_offset_of__f_5() { return static_cast(offsetof(Guid_t, ____f_5)); } inline uint8_t get__f_5() const { return ____f_5; } inline uint8_t* get_address_of__f_5() { return &____f_5; } inline void set__f_5(uint8_t value) { ____f_5 = value; } inline static int32_t get_offset_of__g_6() { return static_cast(offsetof(Guid_t, ____g_6)); } inline uint8_t get__g_6() const { return ____g_6; } inline uint8_t* get_address_of__g_6() { return &____g_6; } inline void set__g_6(uint8_t value) { ____g_6 = value; } inline static int32_t get_offset_of__h_7() { return static_cast(offsetof(Guid_t, ____h_7)); } inline uint8_t get__h_7() const { return ____h_7; } inline uint8_t* get_address_of__h_7() { return &____h_7; } inline void set__h_7(uint8_t value) { ____h_7 = value; } inline static int32_t get_offset_of__i_8() { return static_cast(offsetof(Guid_t, ____i_8)); } inline uint8_t get__i_8() const { return ____i_8; } inline uint8_t* get_address_of__i_8() { return &____i_8; } inline void set__i_8(uint8_t value) { ____i_8 = value; } inline static int32_t get_offset_of__j_9() { return static_cast(offsetof(Guid_t, ____j_9)); } inline uint8_t get__j_9() const { return ____j_9; } inline uint8_t* get_address_of__j_9() { return &____j_9; } inline void set__j_9(uint8_t value) { ____j_9 = value; } inline static int32_t get_offset_of__k_10() { return static_cast(offsetof(Guid_t, ____k_10)); } inline uint8_t get__k_10() const { return ____k_10; } inline uint8_t* get_address_of__k_10() { return &____k_10; } inline void set__k_10(uint8_t value) { ____k_10 = value; } }; struct Guid_t_StaticFields { public: // System.Guid System.Guid::Empty Guid_t ___Empty_11; // System.Object System.Guid::_rngAccess RuntimeObject * ____rngAccess_12; // System.Security.Cryptography.RandomNumberGenerator System.Guid::_rng RandomNumberGenerator_t386037858 * ____rng_13; public: inline static int32_t get_offset_of_Empty_11() { return static_cast(offsetof(Guid_t_StaticFields, ___Empty_11)); } inline Guid_t get_Empty_11() const { return ___Empty_11; } inline Guid_t * get_address_of_Empty_11() { return &___Empty_11; } inline void set_Empty_11(Guid_t value) { ___Empty_11 = 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((&____rngAccess_12), value); } inline static int32_t get_offset_of__rng_13() { return static_cast(offsetof(Guid_t_StaticFields, ____rng_13)); } inline RandomNumberGenerator_t386037858 * get__rng_13() const { return ____rng_13; } inline RandomNumberGenerator_t386037858 ** get_address_of__rng_13() { return &____rng_13; } inline void set__rng_13(RandomNumberGenerator_t386037858 * value) { ____rng_13 = value; Il2CppCodeGenWriteBarrier((&____rng_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GUID_T_H #ifndef UINT64_T4134040092_H #define UINT64_T4134040092_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt64 struct UInt64_t4134040092 { 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_t4134040092, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT64_T4134040092_H #ifndef ENUMERATOR_T1375208062_H #define ENUMERATOR_T1375208062_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1/Enumerator struct Enumerator_t1375208062 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::l List_1_t3780931481 * ___l_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::ver int32_t ___ver_2; // T System.Collections.Generic.List`1/Enumerator::current SerializationCallback_t2308856739 * ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t1375208062, ___l_0)); } inline List_1_t3780931481 * get_l_0() const { return ___l_0; } inline List_1_t3780931481 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(List_1_t3780931481 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t1375208062, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_ver_2() { return static_cast(offsetof(Enumerator_t1375208062, ___ver_2)); } inline int32_t get_ver_2() const { return ___ver_2; } inline int32_t* get_address_of_ver_2() { return &___ver_2; } inline void set_ver_2(int32_t value) { ___ver_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t1375208062, ___current_3)); } inline SerializationCallback_t2308856739 * get_current_3() const { return ___current_3; } inline SerializationCallback_t2308856739 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(SerializationCallback_t2308856739 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((&___current_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T1375208062_H #ifndef ENUMERATOR_T2146457487_H #define ENUMERATOR_T2146457487_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1/Enumerator struct Enumerator_t2146457487 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::l List_1_t257213610 * ___l_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::ver int32_t ___ver_2; // T System.Collections.Generic.List`1/Enumerator::current RuntimeObject * ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t2146457487, ___l_0)); } inline List_1_t257213610 * get_l_0() const { return ___l_0; } inline List_1_t257213610 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(List_1_t257213610 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t2146457487, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_ver_2() { return static_cast(offsetof(Enumerator_t2146457487, ___ver_2)); } inline int32_t get_ver_2() const { return ___ver_2; } inline int32_t* get_address_of_ver_2() { return &___ver_2; } inline void set_ver_2(int32_t value) { ___ver_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t2146457487, ___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((&___current_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2146457487_H #ifndef UINT16_T2177724958_H #define UINT16_T2177724958_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt16 struct UInt16_t2177724958 { public: // System.UInt16 System.UInt16::m_value uint16_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(UInt16_t2177724958, ___m_value_2)); } inline uint16_t get_m_value_2() const { return ___m_value_2; } inline uint16_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint16_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT16_T2177724958_H #ifndef JSONSERIALIZERINTERNALWRITER_T3588727337_H #define JSONSERIALIZERINTERNALWRITER_T3588727337_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.JsonSerializerInternalWriter struct JsonSerializerInternalWriter_t3588727337 : public JsonSerializerInternalBase_t286011480 { public: // System.Type Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::_rootType Type_t * ____rootType_5; // System.Int32 Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::_rootLevel int32_t ____rootLevel_6; // System.Collections.Generic.List`1 Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::_serializeStack List_1_t257213610 * ____serializeStack_7; public: inline static int32_t get_offset_of__rootType_5() { return static_cast(offsetof(JsonSerializerInternalWriter_t3588727337, ____rootType_5)); } inline Type_t * get__rootType_5() const { return ____rootType_5; } inline Type_t ** get_address_of__rootType_5() { return &____rootType_5; } inline void set__rootType_5(Type_t * value) { ____rootType_5 = value; Il2CppCodeGenWriteBarrier((&____rootType_5), value); } inline static int32_t get_offset_of__rootLevel_6() { return static_cast(offsetof(JsonSerializerInternalWriter_t3588727337, ____rootLevel_6)); } inline int32_t get__rootLevel_6() const { return ____rootLevel_6; } inline int32_t* get_address_of__rootLevel_6() { return &____rootLevel_6; } inline void set__rootLevel_6(int32_t value) { ____rootLevel_6 = value; } inline static int32_t get_offset_of__serializeStack_7() { return static_cast(offsetof(JsonSerializerInternalWriter_t3588727337, ____serializeStack_7)); } inline List_1_t257213610 * get__serializeStack_7() const { return ____serializeStack_7; } inline List_1_t257213610 ** get_address_of__serializeStack_7() { return &____serializeStack_7; } inline void set__serializeStack_7(List_1_t257213610 * value) { ____serializeStack_7 = value; Il2CppCodeGenWriteBarrier((&____serializeStack_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONSERIALIZERINTERNALWRITER_T3588727337_H #ifndef NULLABLE_1_T2317227445_H #define NULLABLE_1_T2317227445_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t2317227445 { 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_t2317227445, ___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_t2317227445, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T2317227445_H #ifndef INTPTR_T_H #define INTPTR_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INTPTR_T_H #ifndef INT16_T2552820387_H #define INT16_T2552820387_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int16 struct Int16_t2552820387 { public: // System.Int16 System.Int16::m_value int16_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int16_t2552820387, ___m_value_2)); } inline int16_t get_m_value_2() const { return ___m_value_2; } inline int16_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int16_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT16_T2552820387_H #ifndef DECIMAL_T2948259380_H #define DECIMAL_T2948259380_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Decimal struct Decimal_t2948259380 { public: // System.UInt32 System.Decimal::flags uint32_t ___flags_13; // System.UInt32 System.Decimal::hi uint32_t ___hi_14; // System.UInt32 System.Decimal::lo uint32_t ___lo_15; // System.UInt32 System.Decimal::mid uint32_t ___mid_16; public: inline static int32_t get_offset_of_flags_13() { return static_cast(offsetof(Decimal_t2948259380, ___flags_13)); } inline uint32_t get_flags_13() const { return ___flags_13; } inline uint32_t* get_address_of_flags_13() { return &___flags_13; } inline void set_flags_13(uint32_t value) { ___flags_13 = value; } inline static int32_t get_offset_of_hi_14() { return static_cast(offsetof(Decimal_t2948259380, ___hi_14)); } inline uint32_t get_hi_14() const { return ___hi_14; } inline uint32_t* get_address_of_hi_14() { return &___hi_14; } inline void set_hi_14(uint32_t value) { ___hi_14 = value; } inline static int32_t get_offset_of_lo_15() { return static_cast(offsetof(Decimal_t2948259380, ___lo_15)); } inline uint32_t get_lo_15() const { return ___lo_15; } inline uint32_t* get_address_of_lo_15() { return &___lo_15; } inline void set_lo_15(uint32_t value) { ___lo_15 = value; } inline static int32_t get_offset_of_mid_16() { return static_cast(offsetof(Decimal_t2948259380, ___mid_16)); } inline uint32_t get_mid_16() const { return ___mid_16; } inline uint32_t* get_address_of_mid_16() { return &___mid_16; } inline void set_mid_16(uint32_t value) { ___mid_16 = value; } }; struct Decimal_t2948259380_StaticFields { public: // System.Decimal System.Decimal::MinValue Decimal_t2948259380 ___MinValue_0; // System.Decimal System.Decimal::MaxValue Decimal_t2948259380 ___MaxValue_1; // System.Decimal System.Decimal::MinusOne Decimal_t2948259380 ___MinusOne_2; // System.Decimal System.Decimal::One Decimal_t2948259380 ___One_3; // System.Decimal System.Decimal::Zero Decimal_t2948259380 ___Zero_4; // System.Decimal System.Decimal::MaxValueDiv10 Decimal_t2948259380 ___MaxValueDiv10_12; public: inline static int32_t get_offset_of_MinValue_0() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MinValue_0)); } inline Decimal_t2948259380 get_MinValue_0() const { return ___MinValue_0; } inline Decimal_t2948259380 * get_address_of_MinValue_0() { return &___MinValue_0; } inline void set_MinValue_0(Decimal_t2948259380 value) { ___MinValue_0 = value; } inline static int32_t get_offset_of_MaxValue_1() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MaxValue_1)); } inline Decimal_t2948259380 get_MaxValue_1() const { return ___MaxValue_1; } inline Decimal_t2948259380 * get_address_of_MaxValue_1() { return &___MaxValue_1; } inline void set_MaxValue_1(Decimal_t2948259380 value) { ___MaxValue_1 = value; } inline static int32_t get_offset_of_MinusOne_2() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MinusOne_2)); } inline Decimal_t2948259380 get_MinusOne_2() const { return ___MinusOne_2; } inline Decimal_t2948259380 * get_address_of_MinusOne_2() { return &___MinusOne_2; } inline void set_MinusOne_2(Decimal_t2948259380 value) { ___MinusOne_2 = value; } inline static int32_t get_offset_of_One_3() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___One_3)); } inline Decimal_t2948259380 get_One_3() const { return ___One_3; } inline Decimal_t2948259380 * get_address_of_One_3() { return &___One_3; } inline void set_One_3(Decimal_t2948259380 value) { ___One_3 = value; } inline static int32_t get_offset_of_Zero_4() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___Zero_4)); } inline Decimal_t2948259380 get_Zero_4() const { return ___Zero_4; } inline Decimal_t2948259380 * get_address_of_Zero_4() { return &___Zero_4; } inline void set_Zero_4(Decimal_t2948259380 value) { ___Zero_4 = value; } inline static int32_t get_offset_of_MaxValueDiv10_12() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MaxValueDiv10_12)); } inline Decimal_t2948259380 get_MaxValueDiv10_12() const { return ___MaxValueDiv10_12; } inline Decimal_t2948259380 * get_address_of_MaxValueDiv10_12() { return &___MaxValueDiv10_12; } inline void set_MaxValueDiv10_12(Decimal_t2948259380 value) { ___MaxValueDiv10_12 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DECIMAL_T2948259380_H #ifndef JSONCONVERTERCOLLECTION_T3675964822_H #define JSONCONVERTERCOLLECTION_T3675964822_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonConverterCollection struct JsonConverterCollection_t3675964822 : public Collection_1_t4286429759 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONCONVERTERCOLLECTION_T3675964822_H #ifndef RESOLVERCONTRACTKEY_T3292851287_H #define RESOLVERCONTRACTKEY_T3292851287_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.ResolverContractKey struct ResolverContractKey_t3292851287 { 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_t3292851287, ____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((&____resolverType_0), value); } inline static int32_t get_offset_of__contractType_1() { return static_cast(offsetof(ResolverContractKey_t3292851287, ____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((&____contractType_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of Newtonsoft.Json.Serialization.ResolverContractKey struct ResolverContractKey_t3292851287_marshaled_pinvoke { Type_t * ____resolverType_0; Type_t * ____contractType_1; }; // Native definition for COM marshalling of Newtonsoft.Json.Serialization.ResolverContractKey struct ResolverContractKey_t3292851287_marshaled_com { Type_t * ____resolverType_0; Type_t * ____contractType_1; }; #endif // RESOLVERCONTRACTKEY_T3292851287_H #ifndef TYPENAMEKEY_T2985541961_H #define TYPENAMEKEY_T2985541961_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey struct TypeNameKey_t2985541961 { public: // System.String Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey::AssemblyName String_t* ___AssemblyName_0; // System.String Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey::TypeName String_t* ___TypeName_1; public: inline static int32_t get_offset_of_AssemblyName_0() { return static_cast(offsetof(TypeNameKey_t2985541961, ___AssemblyName_0)); } inline String_t* get_AssemblyName_0() const { return ___AssemblyName_0; } inline String_t** get_address_of_AssemblyName_0() { return &___AssemblyName_0; } inline void set_AssemblyName_0(String_t* value) { ___AssemblyName_0 = value; Il2CppCodeGenWriteBarrier((&___AssemblyName_0), value); } inline static int32_t get_offset_of_TypeName_1() { return static_cast(offsetof(TypeNameKey_t2985541961, ___TypeName_1)); } inline String_t* get_TypeName_1() const { return ___TypeName_1; } inline String_t** get_address_of_TypeName_1() { return &___TypeName_1; } inline void set_TypeName_1(String_t* value) { ___TypeName_1 = value; Il2CppCodeGenWriteBarrier((&___TypeName_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey struct TypeNameKey_t2985541961_marshaled_pinvoke { char* ___AssemblyName_0; char* ___TypeName_1; }; // Native definition for COM marshalling of Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey struct TypeNameKey_t2985541961_marshaled_com { Il2CppChar* ___AssemblyName_0; Il2CppChar* ___TypeName_1; }; #endif // TYPENAMEKEY_T2985541961_H #ifndef VOID_T1185182177_H #define VOID_T1185182177_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void struct Void_t1185182177 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VOID_T1185182177_H #ifndef ONERRORATTRIBUTE_T1580718334_H #define ONERRORATTRIBUTE_T1580718334_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.OnErrorAttribute struct OnErrorAttribute_t1580718334 : public Attribute_t861562559 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONERRORATTRIBUTE_T1580718334_H #ifndef NULLABLE_1_T2856858458_H #define NULLABLE_1_T2856858458_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t2856858458 { 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_t2856858458, ___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_t2856858458, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T2856858458_H #ifndef DOUBLE_T594665363_H #define DOUBLE_T594665363_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Double struct Double_t594665363 { public: // System.Double System.Double::m_value double ___m_value_13; public: inline static int32_t get_offset_of_m_value_13() { return static_cast(offsetof(Double_t594665363, ___m_value_13)); } inline double get_m_value_13() const { return ___m_value_13; } inline double* get_address_of_m_value_13() { return &___m_value_13; } inline void set_m_value_13(double value) { ___m_value_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOUBLE_T594665363_H #ifndef SINGLE_T1397266774_H #define SINGLE_T1397266774_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Single struct Single_t1397266774 { public: // System.Single System.Single::m_value float ___m_value_7; public: inline static int32_t get_offset_of_m_value_7() { return static_cast(offsetof(Single_t1397266774, ___m_value_7)); } inline float get_m_value_7() const { return ___m_value_7; } inline float* get_address_of_m_value_7() { return &___m_value_7; } inline void set_m_value_7(float value) { ___m_value_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLE_T1397266774_H #ifndef INT64_T3736567304_H #define INT64_T3736567304_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int64 struct Int64_t3736567304 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int64_t3736567304, ___m_value_2)); } inline int64_t get_m_value_2() const { return ___m_value_2; } inline int64_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int64_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT64_T3736567304_H #ifndef UINT32_T2560061978_H #define UINT32_T2560061978_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt32 struct UInt32_t2560061978 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(UInt32_t2560061978, ___m_value_2)); } inline uint32_t get_m_value_2() const { return ___m_value_2; } inline uint32_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint32_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT32_T2560061978_H #ifndef COMPONENTCONVERTER_T118941221_H #define COMPONENTCONVERTER_T118941221_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.ComponentConverter struct ComponentConverter_t118941221 : public ReferenceConverter_t1811933861 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPONENTCONVERTER_T118941221_H #ifndef REFERENCELOOPHANDLING_T1329130968_H #define REFERENCELOOPHANDLING_T1329130968_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.ReferenceLoopHandling struct ReferenceLoopHandling_t1329130968 { public: // System.Int32 Newtonsoft.Json.ReferenceLoopHandling::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ReferenceLoopHandling_t1329130968, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REFERENCELOOPHANDLING_T1329130968_H #ifndef PARSERESULT_T747067398_H #define PARSERESULT_T747067398_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.ParseResult struct ParseResult_t747067398 { public: // System.Int32 Newtonsoft.Json.Utilities.ParseResult::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ParseResult_t747067398, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PARSERESULT_T747067398_H #ifndef FORMATTERASSEMBLYSTYLE_T868039825_H #define FORMATTERASSEMBLYSTYLE_T868039825_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.Formatters.FormatterAssemblyStyle struct FormatterAssemblyStyle_t868039825 { public: // System.Int32 System.Runtime.Serialization.Formatters.FormatterAssemblyStyle::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FormatterAssemblyStyle_t868039825, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FORMATTERASSEMBLYSTYLE_T868039825_H #ifndef REGEXOPTIONS_T92845595_H #define REGEXOPTIONS_T92845595_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.RegexOptions struct RegexOptions_t92845595 { public: // System.Int32 System.Text.RegularExpressions.RegexOptions::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(RegexOptions_t92845595, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REGEXOPTIONS_T92845595_H #ifndef PRESERVEREFERENCESHANDLING_T815988812_H #define PRESERVEREFERENCESHANDLING_T815988812_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.PreserveReferencesHandling struct PreserveReferencesHandling_t815988812 { public: // System.Int32 Newtonsoft.Json.PreserveReferencesHandling::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PreserveReferencesHandling_t815988812, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PRESERVEREFERENCESHANDLING_T815988812_H #ifndef PARAMETERATTRIBUTES_T1826424051_H #define PARAMETERATTRIBUTES_T1826424051_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.ParameterAttributes struct ParameterAttributes_t1826424051 { public: // System.Int32 System.Reflection.ParameterAttributes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ParameterAttributes_t1826424051, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PARAMETERATTRIBUTES_T1826424051_H #ifndef STATE_T2595666649_H #define STATE_T2595666649_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonWriter/State struct State_t2595666649 { public: // System.Int32 Newtonsoft.Json.JsonWriter/State::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(State_t2595666649, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STATE_T2595666649_H #ifndef STREAMINGCONTEXTSTATES_T3580100459_H #define STREAMINGCONTEXTSTATES_T3580100459_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.StreamingContextStates struct StreamingContextStates_t3580100459 { public: // System.Int32 System.Runtime.Serialization.StreamingContextStates::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(StreamingContextStates_t3580100459, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAMINGCONTEXTSTATES_T3580100459_H #ifndef TYPECODE_T2987224087_H #define TYPECODE_T2987224087_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.TypeCode struct TypeCode_t2987224087 { public: // System.Int32 System.TypeCode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TypeCode_t2987224087, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPECODE_T2987224087_H #ifndef FORMATEXCEPTION_T154580423_H #define FORMATEXCEPTION_T154580423_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.FormatException struct FormatException_t154580423 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FORMATEXCEPTION_T154580423_H #ifndef FORMATTING_T2192044929_H #define FORMATTING_T2192044929_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Formatting struct Formatting_t2192044929 { public: // System.Int32 Newtonsoft.Json.Formatting::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Formatting_t2192044929, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FORMATTING_T2192044929_H #ifndef FLOATFORMATHANDLING_T562907821_H #define FLOATFORMATHANDLING_T562907821_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.FloatFormatHandling struct FloatFormatHandling_t562907821 { public: // System.Int32 Newtonsoft.Json.FloatFormatHandling::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FloatFormatHandling_t562907821, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FLOATFORMATHANDLING_T562907821_H #ifndef TRACEOPTIONS_T3546477972_H #define TRACEOPTIONS_T3546477972_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Diagnostics.TraceOptions struct TraceOptions_t3546477972 { public: // System.Int32 System.Diagnostics.TraceOptions::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TraceOptions_t3546477972, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRACEOPTIONS_T3546477972_H #ifndef STRINGESCAPEHANDLING_T4077875565_H #define STRINGESCAPEHANDLING_T4077875565_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.StringEscapeHandling struct StringEscapeHandling_t4077875565 { public: // System.Int32 Newtonsoft.Json.StringEscapeHandling::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(StringEscapeHandling_t4077875565, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGESCAPEHANDLING_T4077875565_H #ifndef PRINCIPALPOLICY_T1761212333_H #define PRINCIPALPOLICY_T1761212333_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Principal.PrincipalPolicy struct PrincipalPolicy_t1761212333 { public: // System.Int32 System.Security.Principal.PrincipalPolicy::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PrincipalPolicy_t1761212333, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PRINCIPALPOLICY_T1761212333_H #ifndef STATE_T879723262_H #define STATE_T879723262_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonReader/State struct State_t879723262 { public: // System.Int32 Newtonsoft.Json.JsonReader/State::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(State_t879723262, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STATE_T879723262_H #ifndef DATEFORMATHANDLING_T1376167855_H #define DATEFORMATHANDLING_T1376167855_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.DateFormatHandling struct DateFormatHandling_t1376167855 { public: // System.Int32 Newtonsoft.Json.DateFormatHandling::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DateFormatHandling_t1376167855, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATEFORMATHANDLING_T1376167855_H #ifndef SECURITYPERMISSIONFLAG_T3459270124_H #define SECURITYPERMISSIONFLAG_T3459270124_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.SecurityPermissionFlag struct SecurityPermissionFlag_t3459270124 { public: // System.Int32 System.Security.Permissions.SecurityPermissionFlag::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SecurityPermissionFlag_t3459270124, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SECURITYPERMISSIONFLAG_T3459270124_H #ifndef WRITESTATE_T2626176463_H #define WRITESTATE_T2626176463_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.WriteState struct WriteState_t2626176463 { public: // System.Int32 Newtonsoft.Json.WriteState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(WriteState_t2626176463, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WRITESTATE_T2626176463_H #ifndef JSONTYPEREFLECTOR_T526591219_H #define JSONTYPEREFLECTOR_T526591219_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.JsonTypeReflector struct JsonTypeReflector_t526591219 : public RuntimeObject { public: public: }; struct JsonTypeReflector_t526591219_StaticFields { public: // System.Nullable`1 Newtonsoft.Json.Serialization.JsonTypeReflector::_fullyTrusted Nullable_1_t1819850047 ____fullyTrusted_0; // Newtonsoft.Json.Utilities.ThreadSafeStore`2> Newtonsoft.Json.Serialization.JsonTypeReflector::JsonConverterCreatorCache ThreadSafeStore_2_t1780285614 * ___JsonConverterCreatorCache_1; // Newtonsoft.Json.Utilities.ThreadSafeStore`2 Newtonsoft.Json.Serialization.JsonTypeReflector::AssociatedMetadataTypesCache ThreadSafeStore_2_t1567256624 * ___AssociatedMetadataTypesCache_2; // Newtonsoft.Json.Utilities.ReflectionObject Newtonsoft.Json.Serialization.JsonTypeReflector::_metadataTypeAttributeReflectionObject ReflectionObject_t701100009 * ____metadataTypeAttributeReflectionObject_3; public: inline static int32_t get_offset_of__fullyTrusted_0() { return static_cast(offsetof(JsonTypeReflector_t526591219_StaticFields, ____fullyTrusted_0)); } inline Nullable_1_t1819850047 get__fullyTrusted_0() const { return ____fullyTrusted_0; } inline Nullable_1_t1819850047 * get_address_of__fullyTrusted_0() { return &____fullyTrusted_0; } inline void set__fullyTrusted_0(Nullable_1_t1819850047 value) { ____fullyTrusted_0 = value; } inline static int32_t get_offset_of_JsonConverterCreatorCache_1() { return static_cast(offsetof(JsonTypeReflector_t526591219_StaticFields, ___JsonConverterCreatorCache_1)); } inline ThreadSafeStore_2_t1780285614 * get_JsonConverterCreatorCache_1() const { return ___JsonConverterCreatorCache_1; } inline ThreadSafeStore_2_t1780285614 ** get_address_of_JsonConverterCreatorCache_1() { return &___JsonConverterCreatorCache_1; } inline void set_JsonConverterCreatorCache_1(ThreadSafeStore_2_t1780285614 * value) { ___JsonConverterCreatorCache_1 = value; Il2CppCodeGenWriteBarrier((&___JsonConverterCreatorCache_1), value); } inline static int32_t get_offset_of_AssociatedMetadataTypesCache_2() { return static_cast(offsetof(JsonTypeReflector_t526591219_StaticFields, ___AssociatedMetadataTypesCache_2)); } inline ThreadSafeStore_2_t1567256624 * get_AssociatedMetadataTypesCache_2() const { return ___AssociatedMetadataTypesCache_2; } inline ThreadSafeStore_2_t1567256624 ** get_address_of_AssociatedMetadataTypesCache_2() { return &___AssociatedMetadataTypesCache_2; } inline void set_AssociatedMetadataTypesCache_2(ThreadSafeStore_2_t1567256624 * value) { ___AssociatedMetadataTypesCache_2 = value; Il2CppCodeGenWriteBarrier((&___AssociatedMetadataTypesCache_2), value); } inline static int32_t get_offset_of__metadataTypeAttributeReflectionObject_3() { return static_cast(offsetof(JsonTypeReflector_t526591219_StaticFields, ____metadataTypeAttributeReflectionObject_3)); } inline ReflectionObject_t701100009 * get__metadataTypeAttributeReflectionObject_3() const { return ____metadataTypeAttributeReflectionObject_3; } inline ReflectionObject_t701100009 ** get_address_of__metadataTypeAttributeReflectionObject_3() { return &____metadataTypeAttributeReflectionObject_3; } inline void set__metadataTypeAttributeReflectionObject_3(ReflectionObject_t701100009 * value) { ____metadataTypeAttributeReflectionObject_3 = value; Il2CppCodeGenWriteBarrier((&____metadataTypeAttributeReflectionObject_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONTYPEREFLECTOR_T526591219_H #ifndef URIKIND_T3816567336_H #define URIKIND_T3816567336_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UriKind struct UriKind_t3816567336 { public: // System.Int32 System.UriKind::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(UriKind_t3816567336, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // URIKIND_T3816567336_H #ifndef CONVERTRESULT_T708652650_H #define CONVERTRESULT_T708652650_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.ConvertUtils/ConvertResult struct ConvertResult_t708652650 { public: // System.Int32 Newtonsoft.Json.Utilities.ConvertUtils/ConvertResult::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ConvertResult_t708652650, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONVERTRESULT_T708652650_H #ifndef MATCH_T3408321083_H #define MATCH_T3408321083_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Match struct Match_t3408321083 : public Group_t2468205786 { public: // System.Text.RegularExpressions.Regex System.Text.RegularExpressions.Match::regex Regex_t3657309853 * ___regex_6; // System.Text.RegularExpressions.IMachine System.Text.RegularExpressions.Match::machine RuntimeObject* ___machine_7; // System.Int32 System.Text.RegularExpressions.Match::text_length int32_t ___text_length_8; // System.Text.RegularExpressions.GroupCollection System.Text.RegularExpressions.Match::groups GroupCollection_t69770484 * ___groups_9; public: inline static int32_t get_offset_of_regex_6() { return static_cast(offsetof(Match_t3408321083, ___regex_6)); } inline Regex_t3657309853 * get_regex_6() const { return ___regex_6; } inline Regex_t3657309853 ** get_address_of_regex_6() { return &___regex_6; } inline void set_regex_6(Regex_t3657309853 * value) { ___regex_6 = value; Il2CppCodeGenWriteBarrier((&___regex_6), value); } inline static int32_t get_offset_of_machine_7() { return static_cast(offsetof(Match_t3408321083, ___machine_7)); } inline RuntimeObject* get_machine_7() const { return ___machine_7; } inline RuntimeObject** get_address_of_machine_7() { return &___machine_7; } inline void set_machine_7(RuntimeObject* value) { ___machine_7 = value; Il2CppCodeGenWriteBarrier((&___machine_7), value); } inline static int32_t get_offset_of_text_length_8() { return static_cast(offsetof(Match_t3408321083, ___text_length_8)); } inline int32_t get_text_length_8() const { return ___text_length_8; } inline int32_t* get_address_of_text_length_8() { return &___text_length_8; } inline void set_text_length_8(int32_t value) { ___text_length_8 = value; } inline static int32_t get_offset_of_groups_9() { return static_cast(offsetof(Match_t3408321083, ___groups_9)); } inline GroupCollection_t69770484 * get_groups_9() const { return ___groups_9; } inline GroupCollection_t69770484 ** get_address_of_groups_9() { return &___groups_9; } inline void set_groups_9(GroupCollection_t69770484 * value) { ___groups_9 = value; Il2CppCodeGenWriteBarrier((&___groups_9), value); } }; struct Match_t3408321083_StaticFields { public: // System.Text.RegularExpressions.Match System.Text.RegularExpressions.Match::empty Match_t3408321083 * ___empty_10; public: inline static int32_t get_offset_of_empty_10() { return static_cast(offsetof(Match_t3408321083_StaticFields, ___empty_10)); } inline Match_t3408321083 * get_empty_10() const { return ___empty_10; } inline Match_t3408321083 ** get_address_of_empty_10() { return &___empty_10; } inline void set_empty_10(Match_t3408321083 * value) { ___empty_10 = value; Il2CppCodeGenWriteBarrier((&___empty_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MATCH_T3408321083_H #ifndef PERMISSIONSTATE_T1178999876_H #define PERMISSIONSTATE_T1178999876_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.PermissionState struct PermissionState_t1178999876 { public: // System.Int32 System.Security.Permissions.PermissionState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PermissionState_t1178999876, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PERMISSIONSTATE_T1178999876_H #ifndef JSONCONTAINERTYPE_T3191599701_H #define JSONCONTAINERTYPE_T3191599701_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonContainerType struct JsonContainerType_t3191599701 { public: // System.Int32 Newtonsoft.Json.JsonContainerType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(JsonContainerType_t3191599701, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONCONTAINERTYPE_T3191599701_H #ifndef DATETIMEKIND_T3468814247_H #define DATETIMEKIND_T3468814247_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTimeKind struct DateTimeKind_t3468814247 { public: // System.Int32 System.DateTimeKind::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DateTimeKind_t3468814247, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIMEKIND_T3468814247_H #ifndef JSONPROPERTYCOLLECTION_T2691548039_H #define JSONPROPERTYCOLLECTION_T2691548039_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.JsonPropertyCollection struct JsonPropertyCollection_t2691548039 : public KeyedCollection_2_t329837779 { public: // System.Type Newtonsoft.Json.Serialization.JsonPropertyCollection::_type Type_t * ____type_5; // System.Collections.Generic.List`1 Newtonsoft.Json.Serialization.JsonPropertyCollection::_list List_1_t2877228918 * ____list_6; public: inline static int32_t get_offset_of__type_5() { return static_cast(offsetof(JsonPropertyCollection_t2691548039, ____type_5)); } inline Type_t * get__type_5() const { return ____type_5; } inline Type_t ** get_address_of__type_5() { return &____type_5; } inline void set__type_5(Type_t * value) { ____type_5 = value; Il2CppCodeGenWriteBarrier((&____type_5), value); } inline static int32_t get_offset_of__list_6() { return static_cast(offsetof(JsonPropertyCollection_t2691548039, ____list_6)); } inline List_1_t2877228918 * get__list_6() const { return ____list_6; } inline List_1_t2877228918 ** get_address_of__list_6() { return &____list_6; } inline void set__list_6(List_1_t2877228918 * value) { ____list_6 = value; Il2CppCodeGenWriteBarrier((&____list_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONPROPERTYCOLLECTION_T2691548039_H #ifndef FLOATPARSEHANDLING_T1006965658_H #define FLOATPARSEHANDLING_T1006965658_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.FloatParseHandling struct FloatParseHandling_t1006965658 { public: // System.Int32 Newtonsoft.Json.FloatParseHandling::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FloatParseHandling_t1006965658, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FLOATPARSEHANDLING_T1006965658_H #ifndef READTYPE_T340786580_H #define READTYPE_T340786580_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.ReadType struct ReadType_t340786580 { public: // System.Int32 Newtonsoft.Json.ReadType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ReadType_t340786580, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // READTYPE_T340786580_H #ifndef JOBJECT_T2059125928_H #define JOBJECT_T2059125928_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JObject struct JObject_t2059125928 : public JContainer_t1023664833 { public: // Newtonsoft.Json.Linq.JPropertyKeyedCollection Newtonsoft.Json.Linq.JObject::_properties JPropertyKeyedCollection_t1521123921 * ____properties_16; // System.ComponentModel.PropertyChangedEventHandler Newtonsoft.Json.Linq.JObject::PropertyChanged PropertyChangedEventHandler_t3836340606 * ___PropertyChanged_17; // System.ComponentModel.PropertyChangingEventHandler Newtonsoft.Json.Linq.JObject::PropertyChanging PropertyChangingEventHandler_t2830353497 * ___PropertyChanging_18; public: inline static int32_t get_offset_of__properties_16() { return static_cast(offsetof(JObject_t2059125928, ____properties_16)); } inline JPropertyKeyedCollection_t1521123921 * get__properties_16() const { return ____properties_16; } inline JPropertyKeyedCollection_t1521123921 ** get_address_of__properties_16() { return &____properties_16; } inline void set__properties_16(JPropertyKeyedCollection_t1521123921 * value) { ____properties_16 = value; Il2CppCodeGenWriteBarrier((&____properties_16), value); } inline static int32_t get_offset_of_PropertyChanged_17() { return static_cast(offsetof(JObject_t2059125928, ___PropertyChanged_17)); } inline PropertyChangedEventHandler_t3836340606 * get_PropertyChanged_17() const { return ___PropertyChanged_17; } inline PropertyChangedEventHandler_t3836340606 ** get_address_of_PropertyChanged_17() { return &___PropertyChanged_17; } inline void set_PropertyChanged_17(PropertyChangedEventHandler_t3836340606 * value) { ___PropertyChanged_17 = value; Il2CppCodeGenWriteBarrier((&___PropertyChanged_17), value); } inline static int32_t get_offset_of_PropertyChanging_18() { return static_cast(offsetof(JObject_t2059125928, ___PropertyChanging_18)); } inline PropertyChangingEventHandler_t2830353497 * get_PropertyChanging_18() const { return ___PropertyChanging_18; } inline PropertyChangingEventHandler_t2830353497 ** get_address_of_PropertyChanging_18() { return &___PropertyChanging_18; } inline void set_PropertyChanging_18(PropertyChangingEventHandler_t2830353497 * value) { ___PropertyChanging_18 = value; Il2CppCodeGenWriteBarrier((&___PropertyChanging_18), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JOBJECT_T2059125928_H #ifndef ASSEMBLY_T_H #define ASSEMBLY_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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_t2120639521 * ___resolve_event_holder_1; // System.Security.Policy.Evidence System.Reflection.Assembly::_evidence Evidence_t2008144148 * ____evidence_2; // System.Security.PermissionSet System.Reflection.Assembly::_minimum PermissionSet_t223948603 * ____minimum_3; // System.Security.PermissionSet System.Reflection.Assembly::_optional PermissionSet_t223948603 * ____optional_4; // System.Security.PermissionSet System.Reflection.Assembly::_refuse PermissionSet_t223948603 * ____refuse_5; // System.Security.PermissionSet System.Reflection.Assembly::_granted PermissionSet_t223948603 * ____granted_6; // System.Security.PermissionSet System.Reflection.Assembly::_denied PermissionSet_t223948603 * ____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_t2120639521 * get_resolve_event_holder_1() const { return ___resolve_event_holder_1; } inline ResolveEventHolder_t2120639521 ** get_address_of_resolve_event_holder_1() { return &___resolve_event_holder_1; } inline void set_resolve_event_holder_1(ResolveEventHolder_t2120639521 * value) { ___resolve_event_holder_1 = value; Il2CppCodeGenWriteBarrier((&___resolve_event_holder_1), value); } inline static int32_t get_offset_of__evidence_2() { return static_cast(offsetof(Assembly_t, ____evidence_2)); } inline Evidence_t2008144148 * get__evidence_2() const { return ____evidence_2; } inline Evidence_t2008144148 ** get_address_of__evidence_2() { return &____evidence_2; } inline void set__evidence_2(Evidence_t2008144148 * value) { ____evidence_2 = value; Il2CppCodeGenWriteBarrier((&____evidence_2), value); } inline static int32_t get_offset_of__minimum_3() { return static_cast(offsetof(Assembly_t, ____minimum_3)); } inline PermissionSet_t223948603 * get__minimum_3() const { return ____minimum_3; } inline PermissionSet_t223948603 ** get_address_of__minimum_3() { return &____minimum_3; } inline void set__minimum_3(PermissionSet_t223948603 * value) { ____minimum_3 = value; Il2CppCodeGenWriteBarrier((&____minimum_3), value); } inline static int32_t get_offset_of__optional_4() { return static_cast(offsetof(Assembly_t, ____optional_4)); } inline PermissionSet_t223948603 * get__optional_4() const { return ____optional_4; } inline PermissionSet_t223948603 ** get_address_of__optional_4() { return &____optional_4; } inline void set__optional_4(PermissionSet_t223948603 * value) { ____optional_4 = value; Il2CppCodeGenWriteBarrier((&____optional_4), value); } inline static int32_t get_offset_of__refuse_5() { return static_cast(offsetof(Assembly_t, ____refuse_5)); } inline PermissionSet_t223948603 * get__refuse_5() const { return ____refuse_5; } inline PermissionSet_t223948603 ** get_address_of__refuse_5() { return &____refuse_5; } inline void set__refuse_5(PermissionSet_t223948603 * value) { ____refuse_5 = value; Il2CppCodeGenWriteBarrier((&____refuse_5), value); } inline static int32_t get_offset_of__granted_6() { return static_cast(offsetof(Assembly_t, ____granted_6)); } inline PermissionSet_t223948603 * get__granted_6() const { return ____granted_6; } inline PermissionSet_t223948603 ** get_address_of__granted_6() { return &____granted_6; } inline void set__granted_6(PermissionSet_t223948603 * value) { ____granted_6 = value; Il2CppCodeGenWriteBarrier((&____granted_6), value); } inline static int32_t get_offset_of__denied_7() { return static_cast(offsetof(Assembly_t, ____denied_7)); } inline PermissionSet_t223948603 * get__denied_7() const { return ____denied_7; } inline PermissionSet_t223948603 ** get_address_of__denied_7() { return &____denied_7; } inline void set__denied_7(PermissionSet_t223948603 * value) { ____denied_7 = value; Il2CppCodeGenWriteBarrier((&____denied_7), 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((&___assemblyName_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLY_T_H #ifndef JTOKENTYPE_T3022361662_H #define JTOKENTYPE_T3022361662_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JTokenType struct JTokenType_t3022361662 { public: // System.Int32 Newtonsoft.Json.Linq.JTokenType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(JTokenType_t3022361662, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JTOKENTYPE_T3022361662_H #ifndef TYPENAMEHANDLING_T3731987346_H #define TYPENAMEHANDLING_T3731987346_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.TypeNameHandling struct TypeNameHandling_t3731987346 { public: // System.Int32 Newtonsoft.Json.TypeNameHandling::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TypeNameHandling_t3731987346, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPENAMEHANDLING_T3731987346_H #ifndef OBJECTCREATIONHANDLING_T3160794531_H #define OBJECTCREATIONHANDLING_T3160794531_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.ObjectCreationHandling struct ObjectCreationHandling_t3160794531 { public: // System.Int32 Newtonsoft.Json.ObjectCreationHandling::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ObjectCreationHandling_t3160794531, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OBJECTCREATIONHANDLING_T3160794531_H #ifndef NULLVALUEHANDLING_T3402136445_H #define NULLVALUEHANDLING_T3402136445_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.NullValueHandling struct NullValueHandling_t3402136445 { public: // System.Int32 Newtonsoft.Json.NullValueHandling::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(NullValueHandling_t3402136445, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLVALUEHANDLING_T3402136445_H #ifndef DATETIMEZONEHANDLING_T3002599730_H #define DATETIMEZONEHANDLING_T3002599730_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.DateTimeZoneHandling struct DateTimeZoneHandling_t3002599730 { public: // System.Int32 Newtonsoft.Json.DateTimeZoneHandling::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DateTimeZoneHandling_t3002599730, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIMEZONEHANDLING_T3002599730_H #ifndef INVALIDOPERATIONEXCEPTION_T56020091_H #define INVALIDOPERATIONEXCEPTION_T56020091_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.InvalidOperationException struct InvalidOperationException_t56020091 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INVALIDOPERATIONEXCEPTION_T56020091_H #ifndef JSONCONTRACTTYPE_T386662320_H #define JSONCONTRACTTYPE_T386662320_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.JsonContractType struct JsonContractType_t386662320 { public: // System.Int32 Newtonsoft.Json.Serialization.JsonContractType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(JsonContractType_t386662320, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONCONTRACTTYPE_T386662320_H #ifndef JSONTOKEN_T1917433489_H #define JSONTOKEN_T1917433489_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonToken struct JsonToken_t1917433489 { public: // System.Int32 Newtonsoft.Json.JsonToken::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(JsonToken_t1917433489, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONTOKEN_T1917433489_H #ifndef METADATAPROPERTYHANDLING_T1042169553_H #define METADATAPROPERTYHANDLING_T1042169553_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.MetadataPropertyHandling struct MetadataPropertyHandling_t1042169553 { public: // System.Int32 Newtonsoft.Json.MetadataPropertyHandling::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(MetadataPropertyHandling_t1042169553, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METADATAPROPERTYHANDLING_T1042169553_H #ifndef TRACEEVENTTYPE_T181971481_H #define TRACEEVENTTYPE_T181971481_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Diagnostics.TraceEventType struct TraceEventType_t181971481 { public: // System.Int32 System.Diagnostics.TraceEventType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TraceEventType_t181971481, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRACEEVENTTYPE_T181971481_H #ifndef TRACELEVEL_T1218108719_H #define TRACELEVEL_T1218108719_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Diagnostics.TraceLevel struct TraceLevel_t1218108719 { public: // System.Int32 System.Diagnostics.TraceLevel::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TraceLevel_t1218108719, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRACELEVEL_T1218108719_H #ifndef STRINGCOMPARISON_T3657712135_H #define STRINGCOMPARISON_T3657712135_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.StringComparison struct StringComparison_t3657712135 { public: // System.Int32 System.StringComparison::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(StringComparison_t3657712135, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGCOMPARISON_T3657712135_H #ifndef DATEPARSEHANDLING_T2751701876_H #define DATEPARSEHANDLING_T2751701876_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.DateParseHandling struct DateParseHandling_t2751701876 { public: // System.Int32 Newtonsoft.Json.DateParseHandling::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DateParseHandling_t2751701876, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATEPARSEHANDLING_T2751701876_H #ifndef CONSTRUCTORHANDLING_T3189370124_H #define CONSTRUCTORHANDLING_T3189370124_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.ConstructorHandling struct ConstructorHandling_t3189370124 { public: // System.Int32 Newtonsoft.Json.ConstructorHandling::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ConstructorHandling_t3189370124, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONSTRUCTORHANDLING_T3189370124_H #ifndef MISSINGMEMBERHANDLING_T4043300624_H #define MISSINGMEMBERHANDLING_T4043300624_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.MissingMemberHandling struct MissingMemberHandling_t4043300624 { public: // System.Int32 Newtonsoft.Json.MissingMemberHandling::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(MissingMemberHandling_t4043300624, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MISSINGMEMBERHANDLING_T4043300624_H #ifndef BINDINGFLAGS_T2721792723_H #define BINDINGFLAGS_T2721792723_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.BindingFlags struct BindingFlags_t2721792723 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(BindingFlags_t2721792723, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BINDINGFLAGS_T2721792723_H #ifndef NULLABLE_1_T375854166_H #define NULLABLE_1_T375854166_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t375854166 { public: // T System.Nullable`1::value Decimal_t2948259380 ___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_t375854166, ___value_0)); } inline Decimal_t2948259380 get_value_0() const { return ___value_0; } inline Decimal_t2948259380 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(Decimal_t2948259380 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t375854166, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T375854166_H #ifndef JSONSERIALIZATIONEXCEPTION_T4152118729_H #define JSONSERIALIZATIONEXCEPTION_T4152118729_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonSerializationException struct JsonSerializationException_t4152118729 : public JsonException_t3720114400 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONSERIALIZATIONEXCEPTION_T4152118729_H #ifndef REQUIRED_T1591382370_H #define REQUIRED_T1591382370_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Required struct Required_t1591382370 { public: // System.Int32 Newtonsoft.Json.Required::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Required_t1591382370, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REQUIRED_T1591382370_H #ifndef CONSTRUCTORINFO_T5769829_H #define CONSTRUCTORINFO_T5769829_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.ConstructorInfo struct ConstructorInfo_t5769829 : public MethodBase_t { public: public: }; struct ConstructorInfo_t5769829_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_t5769829_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((&___ConstructorName_0), value); } inline static int32_t get_offset_of_TypeConstructorName_1() { return static_cast(offsetof(ConstructorInfo_t5769829_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((&___TypeConstructorName_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONSTRUCTORINFO_T5769829_H #ifndef MEMBERTYPES_T3790569052_H #define MEMBERTYPES_T3790569052_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MemberTypes struct MemberTypes_t3790569052 { public: // System.Int32 System.Reflection.MemberTypes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(MemberTypes_t3790569052, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMBERTYPES_T3790569052_H #ifndef MEMBERSERIALIZATION_T1095097135_H #define MEMBERSERIALIZATION_T1095097135_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.MemberSerialization struct MemberSerialization_t1095097135 { public: // System.Int32 Newtonsoft.Json.MemberSerialization::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(MemberSerialization_t1095097135, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMBERSERIALIZATION_T1095097135_H #ifndef DELEGATE_T1188392813_H #define DELEGATE_T1188392813_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Delegate struct Delegate_t1188392813 : 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::method_code intptr_t ___method_code_5; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_6; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_7; // System.DelegateData System.Delegate::data DelegateData_t1677132599 * ___data_8; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t1188392813, ___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_t1188392813, ___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_t1188392813, ___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((&___m_target_2), value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t1188392813, ___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_t1188392813, ___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_method_code_5() { return static_cast(offsetof(Delegate_t1188392813, ___method_code_5)); } inline intptr_t get_method_code_5() const { return ___method_code_5; } inline intptr_t* get_address_of_method_code_5() { return &___method_code_5; } inline void set_method_code_5(intptr_t value) { ___method_code_5 = value; } inline static int32_t get_offset_of_method_info_6() { return static_cast(offsetof(Delegate_t1188392813, ___method_info_6)); } inline MethodInfo_t * get_method_info_6() const { return ___method_info_6; } inline MethodInfo_t ** get_address_of_method_info_6() { return &___method_info_6; } inline void set_method_info_6(MethodInfo_t * value) { ___method_info_6 = value; Il2CppCodeGenWriteBarrier((&___method_info_6), value); } inline static int32_t get_offset_of_original_method_info_7() { return static_cast(offsetof(Delegate_t1188392813, ___original_method_info_7)); } inline MethodInfo_t * get_original_method_info_7() const { return ___original_method_info_7; } inline MethodInfo_t ** get_address_of_original_method_info_7() { return &___original_method_info_7; } inline void set_original_method_info_7(MethodInfo_t * value) { ___original_method_info_7 = value; Il2CppCodeGenWriteBarrier((&___original_method_info_7), value); } inline static int32_t get_offset_of_data_8() { return static_cast(offsetof(Delegate_t1188392813, ___data_8)); } inline DelegateData_t1677132599 * get_data_8() const { return ___data_8; } inline DelegateData_t1677132599 ** get_address_of_data_8() { return &___data_8; } inline void set_data_8(DelegateData_t1677132599 * value) { ___data_8 = value; Il2CppCodeGenWriteBarrier((&___data_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DELEGATE_T1188392813_H #ifndef METHODINFO_T_H #define METHODINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MethodInfo struct MethodInfo_t : public MethodBase_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODINFO_T_H #ifndef PRIMITIVETYPECODE_T798949904_H #define PRIMITIVETYPECODE_T798949904_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.PrimitiveTypeCode struct PrimitiveTypeCode_t798949904 { public: // System.Int32 Newtonsoft.Json.Utilities.PrimitiveTypeCode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PrimitiveTypeCode_t798949904, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PRIMITIVETYPECODE_T798949904_H #ifndef PROPERTYPRESENCE_T2490594612_H #define PROPERTYPRESENCE_T2490594612_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.JsonSerializerInternalReader/PropertyPresence struct PropertyPresence_t2490594612 { public: // System.Int32 Newtonsoft.Json.Serialization.JsonSerializerInternalReader/PropertyPresence::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PropertyPresence_t2490594612, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROPERTYPRESENCE_T2490594612_H #ifndef ARGUMENTEXCEPTION_T132251570_H #define ARGUMENTEXCEPTION_T132251570_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentException struct ArgumentException_t132251570 : public SystemException_t176217640 { public: // System.String System.ArgumentException::param_name String_t* ___param_name_12; public: inline static int32_t get_offset_of_param_name_12() { return static_cast(offsetof(ArgumentException_t132251570, ___param_name_12)); } inline String_t* get_param_name_12() const { return ___param_name_12; } inline String_t** get_address_of_param_name_12() { return &___param_name_12; } inline void set_param_name_12(String_t* value) { ___param_name_12 = value; Il2CppCodeGenWriteBarrier((&___param_name_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTEXCEPTION_T132251570_H #ifndef DEFAULTVALUEHANDLING_T3240998650_H #define DEFAULTVALUEHANDLING_T3240998650_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.DefaultValueHandling struct DefaultValueHandling_t3240998650 { public: // System.Int32 Newtonsoft.Json.DefaultValueHandling::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DefaultValueHandling_t3240998650, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEFAULTVALUEHANDLING_T3240998650_H #ifndef RUNTIMETYPEHANDLE_T3027515415_H #define RUNTIMETYPEHANDLE_T3027515415_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeTypeHandle struct RuntimeTypeHandle_t3027515415 { 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_t3027515415, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMETYPEHANDLE_T3027515415_H #ifndef NULLABLE_1_T3051693050_H #define NULLABLE_1_T3051693050_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t3051693050 { 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_t3051693050, ___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_t3051693050, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T3051693050_H #ifndef DATETIME_T3738529785_H #define DATETIME_T3738529785_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTime struct DateTime_t3738529785 { public: // System.TimeSpan System.DateTime::ticks TimeSpan_t881159249 ___ticks_10; // System.DateTimeKind System.DateTime::kind int32_t ___kind_11; public: inline static int32_t get_offset_of_ticks_10() { return static_cast(offsetof(DateTime_t3738529785, ___ticks_10)); } inline TimeSpan_t881159249 get_ticks_10() const { return ___ticks_10; } inline TimeSpan_t881159249 * get_address_of_ticks_10() { return &___ticks_10; } inline void set_ticks_10(TimeSpan_t881159249 value) { ___ticks_10 = value; } inline static int32_t get_offset_of_kind_11() { return static_cast(offsetof(DateTime_t3738529785, ___kind_11)); } inline int32_t get_kind_11() const { return ___kind_11; } inline int32_t* get_address_of_kind_11() { return &___kind_11; } inline void set_kind_11(int32_t value) { ___kind_11 = value; } }; struct DateTime_t3738529785_StaticFields { public: // System.DateTime System.DateTime::MaxValue DateTime_t3738529785 ___MaxValue_12; // System.DateTime System.DateTime::MinValue DateTime_t3738529785 ___MinValue_13; // System.String[] System.DateTime::ParseTimeFormats StringU5BU5D_t1281789340* ___ParseTimeFormats_14; // System.String[] System.DateTime::ParseYearDayMonthFormats StringU5BU5D_t1281789340* ___ParseYearDayMonthFormats_15; // System.String[] System.DateTime::ParseYearMonthDayFormats StringU5BU5D_t1281789340* ___ParseYearMonthDayFormats_16; // System.String[] System.DateTime::ParseDayMonthYearFormats StringU5BU5D_t1281789340* ___ParseDayMonthYearFormats_17; // System.String[] System.DateTime::ParseMonthDayYearFormats StringU5BU5D_t1281789340* ___ParseMonthDayYearFormats_18; // System.String[] System.DateTime::MonthDayShortFormats StringU5BU5D_t1281789340* ___MonthDayShortFormats_19; // System.String[] System.DateTime::DayMonthShortFormats StringU5BU5D_t1281789340* ___DayMonthShortFormats_20; // System.Int32[] System.DateTime::daysmonth Int32U5BU5D_t385246372* ___daysmonth_21; // System.Int32[] System.DateTime::daysmonthleap Int32U5BU5D_t385246372* ___daysmonthleap_22; // System.Object System.DateTime::to_local_time_span_object RuntimeObject * ___to_local_time_span_object_23; // System.Int64 System.DateTime::last_now int64_t ___last_now_24; public: inline static int32_t get_offset_of_MaxValue_12() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MaxValue_12)); } inline DateTime_t3738529785 get_MaxValue_12() const { return ___MaxValue_12; } inline DateTime_t3738529785 * get_address_of_MaxValue_12() { return &___MaxValue_12; } inline void set_MaxValue_12(DateTime_t3738529785 value) { ___MaxValue_12 = value; } inline static int32_t get_offset_of_MinValue_13() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MinValue_13)); } inline DateTime_t3738529785 get_MinValue_13() const { return ___MinValue_13; } inline DateTime_t3738529785 * get_address_of_MinValue_13() { return &___MinValue_13; } inline void set_MinValue_13(DateTime_t3738529785 value) { ___MinValue_13 = value; } inline static int32_t get_offset_of_ParseTimeFormats_14() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseTimeFormats_14)); } inline StringU5BU5D_t1281789340* get_ParseTimeFormats_14() const { return ___ParseTimeFormats_14; } inline StringU5BU5D_t1281789340** get_address_of_ParseTimeFormats_14() { return &___ParseTimeFormats_14; } inline void set_ParseTimeFormats_14(StringU5BU5D_t1281789340* value) { ___ParseTimeFormats_14 = value; Il2CppCodeGenWriteBarrier((&___ParseTimeFormats_14), value); } inline static int32_t get_offset_of_ParseYearDayMonthFormats_15() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseYearDayMonthFormats_15)); } inline StringU5BU5D_t1281789340* get_ParseYearDayMonthFormats_15() const { return ___ParseYearDayMonthFormats_15; } inline StringU5BU5D_t1281789340** get_address_of_ParseYearDayMonthFormats_15() { return &___ParseYearDayMonthFormats_15; } inline void set_ParseYearDayMonthFormats_15(StringU5BU5D_t1281789340* value) { ___ParseYearDayMonthFormats_15 = value; Il2CppCodeGenWriteBarrier((&___ParseYearDayMonthFormats_15), value); } inline static int32_t get_offset_of_ParseYearMonthDayFormats_16() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseYearMonthDayFormats_16)); } inline StringU5BU5D_t1281789340* get_ParseYearMonthDayFormats_16() const { return ___ParseYearMonthDayFormats_16; } inline StringU5BU5D_t1281789340** get_address_of_ParseYearMonthDayFormats_16() { return &___ParseYearMonthDayFormats_16; } inline void set_ParseYearMonthDayFormats_16(StringU5BU5D_t1281789340* value) { ___ParseYearMonthDayFormats_16 = value; Il2CppCodeGenWriteBarrier((&___ParseYearMonthDayFormats_16), value); } inline static int32_t get_offset_of_ParseDayMonthYearFormats_17() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseDayMonthYearFormats_17)); } inline StringU5BU5D_t1281789340* get_ParseDayMonthYearFormats_17() const { return ___ParseDayMonthYearFormats_17; } inline StringU5BU5D_t1281789340** get_address_of_ParseDayMonthYearFormats_17() { return &___ParseDayMonthYearFormats_17; } inline void set_ParseDayMonthYearFormats_17(StringU5BU5D_t1281789340* value) { ___ParseDayMonthYearFormats_17 = value; Il2CppCodeGenWriteBarrier((&___ParseDayMonthYearFormats_17), value); } inline static int32_t get_offset_of_ParseMonthDayYearFormats_18() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseMonthDayYearFormats_18)); } inline StringU5BU5D_t1281789340* get_ParseMonthDayYearFormats_18() const { return ___ParseMonthDayYearFormats_18; } inline StringU5BU5D_t1281789340** get_address_of_ParseMonthDayYearFormats_18() { return &___ParseMonthDayYearFormats_18; } inline void set_ParseMonthDayYearFormats_18(StringU5BU5D_t1281789340* value) { ___ParseMonthDayYearFormats_18 = value; Il2CppCodeGenWriteBarrier((&___ParseMonthDayYearFormats_18), value); } inline static int32_t get_offset_of_MonthDayShortFormats_19() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MonthDayShortFormats_19)); } inline StringU5BU5D_t1281789340* get_MonthDayShortFormats_19() const { return ___MonthDayShortFormats_19; } inline StringU5BU5D_t1281789340** get_address_of_MonthDayShortFormats_19() { return &___MonthDayShortFormats_19; } inline void set_MonthDayShortFormats_19(StringU5BU5D_t1281789340* value) { ___MonthDayShortFormats_19 = value; Il2CppCodeGenWriteBarrier((&___MonthDayShortFormats_19), value); } inline static int32_t get_offset_of_DayMonthShortFormats_20() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___DayMonthShortFormats_20)); } inline StringU5BU5D_t1281789340* get_DayMonthShortFormats_20() const { return ___DayMonthShortFormats_20; } inline StringU5BU5D_t1281789340** get_address_of_DayMonthShortFormats_20() { return &___DayMonthShortFormats_20; } inline void set_DayMonthShortFormats_20(StringU5BU5D_t1281789340* value) { ___DayMonthShortFormats_20 = value; Il2CppCodeGenWriteBarrier((&___DayMonthShortFormats_20), value); } inline static int32_t get_offset_of_daysmonth_21() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___daysmonth_21)); } inline Int32U5BU5D_t385246372* get_daysmonth_21() const { return ___daysmonth_21; } inline Int32U5BU5D_t385246372** get_address_of_daysmonth_21() { return &___daysmonth_21; } inline void set_daysmonth_21(Int32U5BU5D_t385246372* value) { ___daysmonth_21 = value; Il2CppCodeGenWriteBarrier((&___daysmonth_21), value); } inline static int32_t get_offset_of_daysmonthleap_22() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___daysmonthleap_22)); } inline Int32U5BU5D_t385246372* get_daysmonthleap_22() const { return ___daysmonthleap_22; } inline Int32U5BU5D_t385246372** get_address_of_daysmonthleap_22() { return &___daysmonthleap_22; } inline void set_daysmonthleap_22(Int32U5BU5D_t385246372* value) { ___daysmonthleap_22 = value; Il2CppCodeGenWriteBarrier((&___daysmonthleap_22), value); } inline static int32_t get_offset_of_to_local_time_span_object_23() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___to_local_time_span_object_23)); } inline RuntimeObject * get_to_local_time_span_object_23() const { return ___to_local_time_span_object_23; } inline RuntimeObject ** get_address_of_to_local_time_span_object_23() { return &___to_local_time_span_object_23; } inline void set_to_local_time_span_object_23(RuntimeObject * value) { ___to_local_time_span_object_23 = value; Il2CppCodeGenWriteBarrier((&___to_local_time_span_object_23), value); } inline static int32_t get_offset_of_last_now_24() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___last_now_24)); } inline int64_t get_last_now_24() const { return ___last_now_24; } inline int64_t* get_address_of_last_now_24() { return &___last_now_24; } inline void set_last_now_24(int64_t value) { ___last_now_24 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIME_T3738529785_H #ifndef PARAMETERINFO_T1861056598_H #define PARAMETERINFO_T1861056598_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.ParameterInfo struct ParameterInfo_t1861056598 : 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.Reflection.Emit.UnmanagedMarshal System.Reflection.ParameterInfo::marshalAs UnmanagedMarshal_t984015687 * ___marshalAs_6; public: inline static int32_t get_offset_of_ClassImpl_0() { return static_cast(offsetof(ParameterInfo_t1861056598, ___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((&___ClassImpl_0), value); } inline static int32_t get_offset_of_DefaultValueImpl_1() { return static_cast(offsetof(ParameterInfo_t1861056598, ___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((&___DefaultValueImpl_1), value); } inline static int32_t get_offset_of_MemberImpl_2() { return static_cast(offsetof(ParameterInfo_t1861056598, ___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((&___MemberImpl_2), value); } inline static int32_t get_offset_of_NameImpl_3() { return static_cast(offsetof(ParameterInfo_t1861056598, ___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((&___NameImpl_3), value); } inline static int32_t get_offset_of_PositionImpl_4() { return static_cast(offsetof(ParameterInfo_t1861056598, ___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_t1861056598, ___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_t1861056598, ___marshalAs_6)); } inline UnmanagedMarshal_t984015687 * get_marshalAs_6() const { return ___marshalAs_6; } inline UnmanagedMarshal_t984015687 ** get_address_of_marshalAs_6() { return &___marshalAs_6; } inline void set_marshalAs_6(UnmanagedMarshal_t984015687 * value) { ___marshalAs_6 = value; Il2CppCodeGenWriteBarrier((&___marshalAs_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PARAMETERINFO_T1861056598_H #ifndef NULLABLE_1_T3313944452_H #define NULLABLE_1_T3313944452_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t3313944452 { 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_t3313944452, ___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_t3313944452, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T3313944452_H #ifndef NULLABLE_1_T1159582132_H #define NULLABLE_1_T1159582132_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t1159582132 { 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_t1159582132, ___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_t1159582132, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T1159582132_H #ifndef STREAMINGCONTEXT_T3711869237_H #define STREAMINGCONTEXT_T3711869237_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.StreamingContext struct StreamingContext_t3711869237 { public: // System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::state int32_t ___state_0; // System.Object System.Runtime.Serialization.StreamingContext::additional RuntimeObject * ___additional_1; public: inline static int32_t get_offset_of_state_0() { return static_cast(offsetof(StreamingContext_t3711869237, ___state_0)); } inline int32_t get_state_0() const { return ___state_0; } inline int32_t* get_address_of_state_0() { return &___state_0; } inline void set_state_0(int32_t value) { ___state_0 = value; } inline static int32_t get_offset_of_additional_1() { return static_cast(offsetof(StreamingContext_t3711869237, ___additional_1)); } inline RuntimeObject * get_additional_1() const { return ___additional_1; } inline RuntimeObject ** get_address_of_additional_1() { return &___additional_1; } inline void set_additional_1(RuntimeObject * value) { ___additional_1 = value; Il2CppCodeGenWriteBarrier((&___additional_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t3711869237_marshaled_pinvoke { int32_t ___state_0; Il2CppIUnknown* ___additional_1; }; // Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t3711869237_marshaled_com { int32_t ___state_0; Il2CppIUnknown* ___additional_1; }; #endif // STREAMINGCONTEXT_T3711869237_H #ifndef JSONCONTRACT_T3715061318_H #define JSONCONTRACT_T3715061318_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.JsonContract struct JsonContract_t3715061318 : public RuntimeObject { public: // System.Boolean Newtonsoft.Json.Serialization.JsonContract::IsNullable bool ___IsNullable_0; // System.Boolean Newtonsoft.Json.Serialization.JsonContract::IsConvertable bool ___IsConvertable_1; // System.Boolean Newtonsoft.Json.Serialization.JsonContract::IsEnum bool ___IsEnum_2; // System.Type Newtonsoft.Json.Serialization.JsonContract::NonNullableUnderlyingType Type_t * ___NonNullableUnderlyingType_3; // Newtonsoft.Json.ReadType Newtonsoft.Json.Serialization.JsonContract::InternalReadType int32_t ___InternalReadType_4; // Newtonsoft.Json.Serialization.JsonContractType Newtonsoft.Json.Serialization.JsonContract::ContractType int32_t ___ContractType_5; // System.Boolean Newtonsoft.Json.Serialization.JsonContract::IsReadOnlyOrFixedSize bool ___IsReadOnlyOrFixedSize_6; // System.Boolean Newtonsoft.Json.Serialization.JsonContract::IsSealed bool ___IsSealed_7; // System.Boolean Newtonsoft.Json.Serialization.JsonContract::IsInstantiable bool ___IsInstantiable_8; // System.Collections.Generic.List`1 Newtonsoft.Json.Serialization.JsonContract::_onDeserializedCallbacks List_1_t3780931481 * ____onDeserializedCallbacks_9; // System.Collections.Generic.IList`1 Newtonsoft.Json.Serialization.JsonContract::_onDeserializingCallbacks RuntimeObject* ____onDeserializingCallbacks_10; // System.Collections.Generic.IList`1 Newtonsoft.Json.Serialization.JsonContract::_onSerializedCallbacks RuntimeObject* ____onSerializedCallbacks_11; // System.Collections.Generic.IList`1 Newtonsoft.Json.Serialization.JsonContract::_onSerializingCallbacks RuntimeObject* ____onSerializingCallbacks_12; // System.Collections.Generic.IList`1 Newtonsoft.Json.Serialization.JsonContract::_onErrorCallbacks RuntimeObject* ____onErrorCallbacks_13; // System.Type Newtonsoft.Json.Serialization.JsonContract::_createdType Type_t * ____createdType_14; // System.Type Newtonsoft.Json.Serialization.JsonContract::k__BackingField Type_t * ___U3CUnderlyingTypeU3Ek__BackingField_15; // System.Nullable`1 Newtonsoft.Json.Serialization.JsonContract::k__BackingField Nullable_1_t1819850047 ___U3CIsReferenceU3Ek__BackingField_16; // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonContract::k__BackingField JsonConverter_t1047106545 * ___U3CConverterU3Ek__BackingField_17; // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonContract::k__BackingField JsonConverter_t1047106545 * ___U3CInternalConverterU3Ek__BackingField_18; // System.Func`1 Newtonsoft.Json.Serialization.JsonContract::k__BackingField Func_1_t2509852811 * ___U3CDefaultCreatorU3Ek__BackingField_19; // System.Boolean Newtonsoft.Json.Serialization.JsonContract::k__BackingField bool ___U3CDefaultCreatorNonPublicU3Ek__BackingField_20; public: inline static int32_t get_offset_of_IsNullable_0() { return static_cast(offsetof(JsonContract_t3715061318, ___IsNullable_0)); } inline bool get_IsNullable_0() const { return ___IsNullable_0; } inline bool* get_address_of_IsNullable_0() { return &___IsNullable_0; } inline void set_IsNullable_0(bool value) { ___IsNullable_0 = value; } inline static int32_t get_offset_of_IsConvertable_1() { return static_cast(offsetof(JsonContract_t3715061318, ___IsConvertable_1)); } inline bool get_IsConvertable_1() const { return ___IsConvertable_1; } inline bool* get_address_of_IsConvertable_1() { return &___IsConvertable_1; } inline void set_IsConvertable_1(bool value) { ___IsConvertable_1 = value; } inline static int32_t get_offset_of_IsEnum_2() { return static_cast(offsetof(JsonContract_t3715061318, ___IsEnum_2)); } inline bool get_IsEnum_2() const { return ___IsEnum_2; } inline bool* get_address_of_IsEnum_2() { return &___IsEnum_2; } inline void set_IsEnum_2(bool value) { ___IsEnum_2 = value; } inline static int32_t get_offset_of_NonNullableUnderlyingType_3() { return static_cast(offsetof(JsonContract_t3715061318, ___NonNullableUnderlyingType_3)); } inline Type_t * get_NonNullableUnderlyingType_3() const { return ___NonNullableUnderlyingType_3; } inline Type_t ** get_address_of_NonNullableUnderlyingType_3() { return &___NonNullableUnderlyingType_3; } inline void set_NonNullableUnderlyingType_3(Type_t * value) { ___NonNullableUnderlyingType_3 = value; Il2CppCodeGenWriteBarrier((&___NonNullableUnderlyingType_3), value); } inline static int32_t get_offset_of_InternalReadType_4() { return static_cast(offsetof(JsonContract_t3715061318, ___InternalReadType_4)); } inline int32_t get_InternalReadType_4() const { return ___InternalReadType_4; } inline int32_t* get_address_of_InternalReadType_4() { return &___InternalReadType_4; } inline void set_InternalReadType_4(int32_t value) { ___InternalReadType_4 = value; } inline static int32_t get_offset_of_ContractType_5() { return static_cast(offsetof(JsonContract_t3715061318, ___ContractType_5)); } inline int32_t get_ContractType_5() const { return ___ContractType_5; } inline int32_t* get_address_of_ContractType_5() { return &___ContractType_5; } inline void set_ContractType_5(int32_t value) { ___ContractType_5 = value; } inline static int32_t get_offset_of_IsReadOnlyOrFixedSize_6() { return static_cast(offsetof(JsonContract_t3715061318, ___IsReadOnlyOrFixedSize_6)); } inline bool get_IsReadOnlyOrFixedSize_6() const { return ___IsReadOnlyOrFixedSize_6; } inline bool* get_address_of_IsReadOnlyOrFixedSize_6() { return &___IsReadOnlyOrFixedSize_6; } inline void set_IsReadOnlyOrFixedSize_6(bool value) { ___IsReadOnlyOrFixedSize_6 = value; } inline static int32_t get_offset_of_IsSealed_7() { return static_cast(offsetof(JsonContract_t3715061318, ___IsSealed_7)); } inline bool get_IsSealed_7() const { return ___IsSealed_7; } inline bool* get_address_of_IsSealed_7() { return &___IsSealed_7; } inline void set_IsSealed_7(bool value) { ___IsSealed_7 = value; } inline static int32_t get_offset_of_IsInstantiable_8() { return static_cast(offsetof(JsonContract_t3715061318, ___IsInstantiable_8)); } inline bool get_IsInstantiable_8() const { return ___IsInstantiable_8; } inline bool* get_address_of_IsInstantiable_8() { return &___IsInstantiable_8; } inline void set_IsInstantiable_8(bool value) { ___IsInstantiable_8 = value; } inline static int32_t get_offset_of__onDeserializedCallbacks_9() { return static_cast(offsetof(JsonContract_t3715061318, ____onDeserializedCallbacks_9)); } inline List_1_t3780931481 * get__onDeserializedCallbacks_9() const { return ____onDeserializedCallbacks_9; } inline List_1_t3780931481 ** get_address_of__onDeserializedCallbacks_9() { return &____onDeserializedCallbacks_9; } inline void set__onDeserializedCallbacks_9(List_1_t3780931481 * value) { ____onDeserializedCallbacks_9 = value; Il2CppCodeGenWriteBarrier((&____onDeserializedCallbacks_9), value); } inline static int32_t get_offset_of__onDeserializingCallbacks_10() { return static_cast(offsetof(JsonContract_t3715061318, ____onDeserializingCallbacks_10)); } inline RuntimeObject* get__onDeserializingCallbacks_10() const { return ____onDeserializingCallbacks_10; } inline RuntimeObject** get_address_of__onDeserializingCallbacks_10() { return &____onDeserializingCallbacks_10; } inline void set__onDeserializingCallbacks_10(RuntimeObject* value) { ____onDeserializingCallbacks_10 = value; Il2CppCodeGenWriteBarrier((&____onDeserializingCallbacks_10), value); } inline static int32_t get_offset_of__onSerializedCallbacks_11() { return static_cast(offsetof(JsonContract_t3715061318, ____onSerializedCallbacks_11)); } inline RuntimeObject* get__onSerializedCallbacks_11() const { return ____onSerializedCallbacks_11; } inline RuntimeObject** get_address_of__onSerializedCallbacks_11() { return &____onSerializedCallbacks_11; } inline void set__onSerializedCallbacks_11(RuntimeObject* value) { ____onSerializedCallbacks_11 = value; Il2CppCodeGenWriteBarrier((&____onSerializedCallbacks_11), value); } inline static int32_t get_offset_of__onSerializingCallbacks_12() { return static_cast(offsetof(JsonContract_t3715061318, ____onSerializingCallbacks_12)); } inline RuntimeObject* get__onSerializingCallbacks_12() const { return ____onSerializingCallbacks_12; } inline RuntimeObject** get_address_of__onSerializingCallbacks_12() { return &____onSerializingCallbacks_12; } inline void set__onSerializingCallbacks_12(RuntimeObject* value) { ____onSerializingCallbacks_12 = value; Il2CppCodeGenWriteBarrier((&____onSerializingCallbacks_12), value); } inline static int32_t get_offset_of__onErrorCallbacks_13() { return static_cast(offsetof(JsonContract_t3715061318, ____onErrorCallbacks_13)); } inline RuntimeObject* get__onErrorCallbacks_13() const { return ____onErrorCallbacks_13; } inline RuntimeObject** get_address_of__onErrorCallbacks_13() { return &____onErrorCallbacks_13; } inline void set__onErrorCallbacks_13(RuntimeObject* value) { ____onErrorCallbacks_13 = value; Il2CppCodeGenWriteBarrier((&____onErrorCallbacks_13), value); } inline static int32_t get_offset_of__createdType_14() { return static_cast(offsetof(JsonContract_t3715061318, ____createdType_14)); } inline Type_t * get__createdType_14() const { return ____createdType_14; } inline Type_t ** get_address_of__createdType_14() { return &____createdType_14; } inline void set__createdType_14(Type_t * value) { ____createdType_14 = value; Il2CppCodeGenWriteBarrier((&____createdType_14), value); } inline static int32_t get_offset_of_U3CUnderlyingTypeU3Ek__BackingField_15() { return static_cast(offsetof(JsonContract_t3715061318, ___U3CUnderlyingTypeU3Ek__BackingField_15)); } inline Type_t * get_U3CUnderlyingTypeU3Ek__BackingField_15() const { return ___U3CUnderlyingTypeU3Ek__BackingField_15; } inline Type_t ** get_address_of_U3CUnderlyingTypeU3Ek__BackingField_15() { return &___U3CUnderlyingTypeU3Ek__BackingField_15; } inline void set_U3CUnderlyingTypeU3Ek__BackingField_15(Type_t * value) { ___U3CUnderlyingTypeU3Ek__BackingField_15 = value; Il2CppCodeGenWriteBarrier((&___U3CUnderlyingTypeU3Ek__BackingField_15), value); } inline static int32_t get_offset_of_U3CIsReferenceU3Ek__BackingField_16() { return static_cast(offsetof(JsonContract_t3715061318, ___U3CIsReferenceU3Ek__BackingField_16)); } inline Nullable_1_t1819850047 get_U3CIsReferenceU3Ek__BackingField_16() const { return ___U3CIsReferenceU3Ek__BackingField_16; } inline Nullable_1_t1819850047 * get_address_of_U3CIsReferenceU3Ek__BackingField_16() { return &___U3CIsReferenceU3Ek__BackingField_16; } inline void set_U3CIsReferenceU3Ek__BackingField_16(Nullable_1_t1819850047 value) { ___U3CIsReferenceU3Ek__BackingField_16 = value; } inline static int32_t get_offset_of_U3CConverterU3Ek__BackingField_17() { return static_cast(offsetof(JsonContract_t3715061318, ___U3CConverterU3Ek__BackingField_17)); } inline JsonConverter_t1047106545 * get_U3CConverterU3Ek__BackingField_17() const { return ___U3CConverterU3Ek__BackingField_17; } inline JsonConverter_t1047106545 ** get_address_of_U3CConverterU3Ek__BackingField_17() { return &___U3CConverterU3Ek__BackingField_17; } inline void set_U3CConverterU3Ek__BackingField_17(JsonConverter_t1047106545 * value) { ___U3CConverterU3Ek__BackingField_17 = value; Il2CppCodeGenWriteBarrier((&___U3CConverterU3Ek__BackingField_17), value); } inline static int32_t get_offset_of_U3CInternalConverterU3Ek__BackingField_18() { return static_cast(offsetof(JsonContract_t3715061318, ___U3CInternalConverterU3Ek__BackingField_18)); } inline JsonConverter_t1047106545 * get_U3CInternalConverterU3Ek__BackingField_18() const { return ___U3CInternalConverterU3Ek__BackingField_18; } inline JsonConverter_t1047106545 ** get_address_of_U3CInternalConverterU3Ek__BackingField_18() { return &___U3CInternalConverterU3Ek__BackingField_18; } inline void set_U3CInternalConverterU3Ek__BackingField_18(JsonConverter_t1047106545 * value) { ___U3CInternalConverterU3Ek__BackingField_18 = value; Il2CppCodeGenWriteBarrier((&___U3CInternalConverterU3Ek__BackingField_18), value); } inline static int32_t get_offset_of_U3CDefaultCreatorU3Ek__BackingField_19() { return static_cast(offsetof(JsonContract_t3715061318, ___U3CDefaultCreatorU3Ek__BackingField_19)); } inline Func_1_t2509852811 * get_U3CDefaultCreatorU3Ek__BackingField_19() const { return ___U3CDefaultCreatorU3Ek__BackingField_19; } inline Func_1_t2509852811 ** get_address_of_U3CDefaultCreatorU3Ek__BackingField_19() { return &___U3CDefaultCreatorU3Ek__BackingField_19; } inline void set_U3CDefaultCreatorU3Ek__BackingField_19(Func_1_t2509852811 * value) { ___U3CDefaultCreatorU3Ek__BackingField_19 = value; Il2CppCodeGenWriteBarrier((&___U3CDefaultCreatorU3Ek__BackingField_19), value); } inline static int32_t get_offset_of_U3CDefaultCreatorNonPublicU3Ek__BackingField_20() { return static_cast(offsetof(JsonContract_t3715061318, ___U3CDefaultCreatorNonPublicU3Ek__BackingField_20)); } inline bool get_U3CDefaultCreatorNonPublicU3Ek__BackingField_20() const { return ___U3CDefaultCreatorNonPublicU3Ek__BackingField_20; } inline bool* get_address_of_U3CDefaultCreatorNonPublicU3Ek__BackingField_20() { return &___U3CDefaultCreatorNonPublicU3Ek__BackingField_20; } inline void set_U3CDefaultCreatorNonPublicU3Ek__BackingField_20(bool value) { ___U3CDefaultCreatorNonPublicU3Ek__BackingField_20 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONCONTRACT_T3715061318_H #ifndef NULLABLE_1_T430194516_H #define NULLABLE_1_T430194516_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t430194516 { 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_t430194516, ___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_t430194516, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T430194516_H #ifndef NULLABLE_1_T179296662_H #define NULLABLE_1_T179296662_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t179296662 { 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_t179296662, ___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_t179296662, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T179296662_H #ifndef NULLABLE_1_T2285469903_H #define NULLABLE_1_T2285469903_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t2285469903 { 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_t2285469903, ___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_t2285469903, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T2285469903_H #ifndef NULLABLE_1_T2729527740_H #define NULLABLE_1_T2729527740_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t2729527740 { 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_t2729527740, ___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_t2729527740, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T2729527740_H #ifndef NULLABLE_1_T1505470351_H #define NULLABLE_1_T1505470351_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t1505470351 { 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_t1505470351, ___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_t1505470351, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T1505470351_H #ifndef JVALUE_T1448862567_H #define JVALUE_T1448862567_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JValue struct JValue_t1448862567 : public JToken_t1038539247 { public: // Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JValue::_valueType int32_t ____valueType_13; // System.Object Newtonsoft.Json.Linq.JValue::_value RuntimeObject * ____value_14; public: inline static int32_t get_offset_of__valueType_13() { return static_cast(offsetof(JValue_t1448862567, ____valueType_13)); } inline int32_t get__valueType_13() const { return ____valueType_13; } inline int32_t* get_address_of__valueType_13() { return &____valueType_13; } inline void set__valueType_13(int32_t value) { ____valueType_13 = value; } inline static int32_t get_offset_of__value_14() { return static_cast(offsetof(JValue_t1448862567, ____value_14)); } inline RuntimeObject * get__value_14() const { return ____value_14; } inline RuntimeObject ** get_address_of__value_14() { return &____value_14; } inline void set__value_14(RuntimeObject * value) { ____value_14 = value; Il2CppCodeGenWriteBarrier((&____value_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JVALUE_T1448862567_H #ifndef TYPE_T_H #define TYPE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_t3027515415 ____impl_1; public: inline static int32_t get_offset_of__impl_1() { return static_cast(offsetof(Type_t, ____impl_1)); } inline RuntimeTypeHandle_t3027515415 get__impl_1() const { return ____impl_1; } inline RuntimeTypeHandle_t3027515415 * get_address_of__impl_1() { return &____impl_1; } inline void set__impl_1(RuntimeTypeHandle_t3027515415 value) { ____impl_1 = value; } }; struct Type_t_StaticFields { public: // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_2; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t3940880105* ___EmptyTypes_3; // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t426314064 * ___FilterAttribute_4; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t426314064 * ___FilterName_5; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t426314064 * ___FilterNameIgnoreCase_6; // System.Object System.Type::Missing RuntimeObject * ___Missing_7; public: inline static int32_t get_offset_of_Delimiter_2() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_2)); } inline Il2CppChar get_Delimiter_2() const { return ___Delimiter_2; } inline Il2CppChar* get_address_of_Delimiter_2() { return &___Delimiter_2; } inline void set_Delimiter_2(Il2CppChar value) { ___Delimiter_2 = value; } inline static int32_t get_offset_of_EmptyTypes_3() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_3)); } inline TypeU5BU5D_t3940880105* get_EmptyTypes_3() const { return ___EmptyTypes_3; } inline TypeU5BU5D_t3940880105** get_address_of_EmptyTypes_3() { return &___EmptyTypes_3; } inline void set_EmptyTypes_3(TypeU5BU5D_t3940880105* value) { ___EmptyTypes_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyTypes_3), value); } inline static int32_t get_offset_of_FilterAttribute_4() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_4)); } inline MemberFilter_t426314064 * get_FilterAttribute_4() const { return ___FilterAttribute_4; } inline MemberFilter_t426314064 ** get_address_of_FilterAttribute_4() { return &___FilterAttribute_4; } inline void set_FilterAttribute_4(MemberFilter_t426314064 * value) { ___FilterAttribute_4 = value; Il2CppCodeGenWriteBarrier((&___FilterAttribute_4), value); } inline static int32_t get_offset_of_FilterName_5() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_5)); } inline MemberFilter_t426314064 * get_FilterName_5() const { return ___FilterName_5; } inline MemberFilter_t426314064 ** get_address_of_FilterName_5() { return &___FilterName_5; } inline void set_FilterName_5(MemberFilter_t426314064 * value) { ___FilterName_5 = value; Il2CppCodeGenWriteBarrier((&___FilterName_5), value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_6() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_6)); } inline MemberFilter_t426314064 * get_FilterNameIgnoreCase_6() const { return ___FilterNameIgnoreCase_6; } inline MemberFilter_t426314064 ** get_address_of_FilterNameIgnoreCase_6() { return &___FilterNameIgnoreCase_6; } inline void set_FilterNameIgnoreCase_6(MemberFilter_t426314064 * value) { ___FilterNameIgnoreCase_6 = value; Il2CppCodeGenWriteBarrier((&___FilterNameIgnoreCase_6), value); } inline static int32_t get_offset_of_Missing_7() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_7)); } inline RuntimeObject * get_Missing_7() const { return ___Missing_7; } inline RuntimeObject ** get_address_of_Missing_7() { return &___Missing_7; } inline void set_Missing_7(RuntimeObject * value) { ___Missing_7 = value; Il2CppCodeGenWriteBarrier((&___Missing_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPE_T_H #ifndef NULLABLE_1_T3098729937_H #define NULLABLE_1_T3098729937_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t3098729937 { 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_t3098729937, ___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_t3098729937, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T3098729937_H #ifndef TYPEINFORMATION_T1210244291_H #define TYPEINFORMATION_T1210244291_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.TypeInformation struct TypeInformation_t1210244291 : 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_t1210244291, ___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((&___U3CTypeU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_U3CTypeCodeU3Ek__BackingField_1() { return static_cast(offsetof(TypeInformation_t1210244291, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPEINFORMATION_T1210244291_H #ifndef TRACELISTENER_T3975618648_H #define TRACELISTENER_T3975618648_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Diagnostics.TraceListener struct TraceListener_t3975618648 : public MarshalByRefObject_t2760389100 { public: // System.Int32 System.Diagnostics.TraceListener::indentLevel int32_t ___indentLevel_1; // System.Int32 System.Diagnostics.TraceListener::indentSize int32_t ___indentSize_2; // System.Collections.Specialized.StringDictionary System.Diagnostics.TraceListener::attributes StringDictionary_t120437468 * ___attributes_3; // System.Diagnostics.TraceFilter System.Diagnostics.TraceListener::filter TraceFilter_t4153521180 * ___filter_4; // System.Diagnostics.TraceOptions System.Diagnostics.TraceListener::options int32_t ___options_5; // System.String System.Diagnostics.TraceListener::name String_t* ___name_6; // System.Boolean System.Diagnostics.TraceListener::needIndent bool ___needIndent_7; public: inline static int32_t get_offset_of_indentLevel_1() { return static_cast(offsetof(TraceListener_t3975618648, ___indentLevel_1)); } inline int32_t get_indentLevel_1() const { return ___indentLevel_1; } inline int32_t* get_address_of_indentLevel_1() { return &___indentLevel_1; } inline void set_indentLevel_1(int32_t value) { ___indentLevel_1 = value; } inline static int32_t get_offset_of_indentSize_2() { return static_cast(offsetof(TraceListener_t3975618648, ___indentSize_2)); } inline int32_t get_indentSize_2() const { return ___indentSize_2; } inline int32_t* get_address_of_indentSize_2() { return &___indentSize_2; } inline void set_indentSize_2(int32_t value) { ___indentSize_2 = value; } inline static int32_t get_offset_of_attributes_3() { return static_cast(offsetof(TraceListener_t3975618648, ___attributes_3)); } inline StringDictionary_t120437468 * get_attributes_3() const { return ___attributes_3; } inline StringDictionary_t120437468 ** get_address_of_attributes_3() { return &___attributes_3; } inline void set_attributes_3(StringDictionary_t120437468 * value) { ___attributes_3 = value; Il2CppCodeGenWriteBarrier((&___attributes_3), value); } inline static int32_t get_offset_of_filter_4() { return static_cast(offsetof(TraceListener_t3975618648, ___filter_4)); } inline TraceFilter_t4153521180 * get_filter_4() const { return ___filter_4; } inline TraceFilter_t4153521180 ** get_address_of_filter_4() { return &___filter_4; } inline void set_filter_4(TraceFilter_t4153521180 * value) { ___filter_4 = value; Il2CppCodeGenWriteBarrier((&___filter_4), value); } inline static int32_t get_offset_of_options_5() { return static_cast(offsetof(TraceListener_t3975618648, ___options_5)); } inline int32_t get_options_5() const { return ___options_5; } inline int32_t* get_address_of_options_5() { return &___options_5; } inline void set_options_5(int32_t value) { ___options_5 = value; } inline static int32_t get_offset_of_name_6() { return static_cast(offsetof(TraceListener_t3975618648, ___name_6)); } inline String_t* get_name_6() const { return ___name_6; } inline String_t** get_address_of_name_6() { return &___name_6; } inline void set_name_6(String_t* value) { ___name_6 = value; Il2CppCodeGenWriteBarrier((&___name_6), value); } inline static int32_t get_offset_of_needIndent_7() { return static_cast(offsetof(TraceListener_t3975618648, ___needIndent_7)); } inline bool get_needIndent_7() const { return ___needIndent_7; } inline bool* get_address_of_needIndent_7() { return &___needIndent_7; } inline void set_needIndent_7(bool value) { ___needIndent_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRACELISTENER_T3975618648_H #ifndef ARGUMENTOUTOFRANGEEXCEPTION_T777629997_H #define ARGUMENTOUTOFRANGEEXCEPTION_T777629997_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t777629997 : public ArgumentException_t132251570 { public: // System.Object System.ArgumentOutOfRangeException::actual_value RuntimeObject * ___actual_value_13; public: inline static int32_t get_offset_of_actual_value_13() { return static_cast(offsetof(ArgumentOutOfRangeException_t777629997, ___actual_value_13)); } inline RuntimeObject * get_actual_value_13() const { return ___actual_value_13; } inline RuntimeObject ** get_address_of_actual_value_13() { return &___actual_value_13; } inline void set_actual_value_13(RuntimeObject * value) { ___actual_value_13 = value; Il2CppCodeGenWriteBarrier((&___actual_value_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTOUTOFRANGEEXCEPTION_T777629997_H #ifndef REGEX_T3657309853_H #define REGEX_T3657309853_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Regex struct Regex_t3657309853 : public RuntimeObject { public: // System.Text.RegularExpressions.IMachineFactory System.Text.RegularExpressions.Regex::machineFactory RuntimeObject* ___machineFactory_1; // System.Collections.IDictionary System.Text.RegularExpressions.Regex::mapping RuntimeObject* ___mapping_2; // System.Int32 System.Text.RegularExpressions.Regex::group_count int32_t ___group_count_3; // System.Int32 System.Text.RegularExpressions.Regex::gap int32_t ___gap_4; // System.String[] System.Text.RegularExpressions.Regex::group_names StringU5BU5D_t1281789340* ___group_names_5; // System.Int32[] System.Text.RegularExpressions.Regex::group_numbers Int32U5BU5D_t385246372* ___group_numbers_6; // System.String System.Text.RegularExpressions.Regex::pattern String_t* ___pattern_7; // System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.Regex::roptions int32_t ___roptions_8; public: inline static int32_t get_offset_of_machineFactory_1() { return static_cast(offsetof(Regex_t3657309853, ___machineFactory_1)); } inline RuntimeObject* get_machineFactory_1() const { return ___machineFactory_1; } inline RuntimeObject** get_address_of_machineFactory_1() { return &___machineFactory_1; } inline void set_machineFactory_1(RuntimeObject* value) { ___machineFactory_1 = value; Il2CppCodeGenWriteBarrier((&___machineFactory_1), value); } inline static int32_t get_offset_of_mapping_2() { return static_cast(offsetof(Regex_t3657309853, ___mapping_2)); } inline RuntimeObject* get_mapping_2() const { return ___mapping_2; } inline RuntimeObject** get_address_of_mapping_2() { return &___mapping_2; } inline void set_mapping_2(RuntimeObject* value) { ___mapping_2 = value; Il2CppCodeGenWriteBarrier((&___mapping_2), value); } inline static int32_t get_offset_of_group_count_3() { return static_cast(offsetof(Regex_t3657309853, ___group_count_3)); } inline int32_t get_group_count_3() const { return ___group_count_3; } inline int32_t* get_address_of_group_count_3() { return &___group_count_3; } inline void set_group_count_3(int32_t value) { ___group_count_3 = value; } inline static int32_t get_offset_of_gap_4() { return static_cast(offsetof(Regex_t3657309853, ___gap_4)); } inline int32_t get_gap_4() const { return ___gap_4; } inline int32_t* get_address_of_gap_4() { return &___gap_4; } inline void set_gap_4(int32_t value) { ___gap_4 = value; } inline static int32_t get_offset_of_group_names_5() { return static_cast(offsetof(Regex_t3657309853, ___group_names_5)); } inline StringU5BU5D_t1281789340* get_group_names_5() const { return ___group_names_5; } inline StringU5BU5D_t1281789340** get_address_of_group_names_5() { return &___group_names_5; } inline void set_group_names_5(StringU5BU5D_t1281789340* value) { ___group_names_5 = value; Il2CppCodeGenWriteBarrier((&___group_names_5), value); } inline static int32_t get_offset_of_group_numbers_6() { return static_cast(offsetof(Regex_t3657309853, ___group_numbers_6)); } inline Int32U5BU5D_t385246372* get_group_numbers_6() const { return ___group_numbers_6; } inline Int32U5BU5D_t385246372** get_address_of_group_numbers_6() { return &___group_numbers_6; } inline void set_group_numbers_6(Int32U5BU5D_t385246372* value) { ___group_numbers_6 = value; Il2CppCodeGenWriteBarrier((&___group_numbers_6), value); } inline static int32_t get_offset_of_pattern_7() { return static_cast(offsetof(Regex_t3657309853, ___pattern_7)); } inline String_t* get_pattern_7() const { return ___pattern_7; } inline String_t** get_address_of_pattern_7() { return &___pattern_7; } inline void set_pattern_7(String_t* value) { ___pattern_7 = value; Il2CppCodeGenWriteBarrier((&___pattern_7), value); } inline static int32_t get_offset_of_roptions_8() { return static_cast(offsetof(Regex_t3657309853, ___roptions_8)); } inline int32_t get_roptions_8() const { return ___roptions_8; } inline int32_t* get_address_of_roptions_8() { return &___roptions_8; } inline void set_roptions_8(int32_t value) { ___roptions_8 = value; } }; struct Regex_t3657309853_StaticFields { public: // System.Text.RegularExpressions.FactoryCache System.Text.RegularExpressions.Regex::cache FactoryCache_t2327118887 * ___cache_0; public: inline static int32_t get_offset_of_cache_0() { return static_cast(offsetof(Regex_t3657309853_StaticFields, ___cache_0)); } inline FactoryCache_t2327118887 * get_cache_0() const { return ___cache_0; } inline FactoryCache_t2327118887 ** get_address_of_cache_0() { return &___cache_0; } inline void set_cache_0(FactoryCache_t2327118887 * value) { ___cache_0 = value; Il2CppCodeGenWriteBarrier((&___cache_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REGEX_T3657309853_H #ifndef DIAGNOSTICSTRACEWRITER_T317398152_H #define DIAGNOSTICSTRACEWRITER_T317398152_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.DiagnosticsTraceWriter struct DiagnosticsTraceWriter_t317398152 : public RuntimeObject { public: // System.Diagnostics.TraceLevel Newtonsoft.Json.Serialization.DiagnosticsTraceWriter::k__BackingField int32_t ___U3CLevelFilterU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CLevelFilterU3Ek__BackingField_0() { return static_cast(offsetof(DiagnosticsTraceWriter_t317398152, ___U3CLevelFilterU3Ek__BackingField_0)); } inline int32_t get_U3CLevelFilterU3Ek__BackingField_0() const { return ___U3CLevelFilterU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CLevelFilterU3Ek__BackingField_0() { return &___U3CLevelFilterU3Ek__BackingField_0; } inline void set_U3CLevelFilterU3Ek__BackingField_0(int32_t value) { ___U3CLevelFilterU3Ek__BackingField_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DIAGNOSTICSTRACEWRITER_T317398152_H #ifndef MULTICASTDELEGATE_T_H #define MULTICASTDELEGATE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t1188392813 { public: // System.MulticastDelegate System.MulticastDelegate::prev MulticastDelegate_t * ___prev_9; // System.MulticastDelegate System.MulticastDelegate::kpm_next MulticastDelegate_t * ___kpm_next_10; public: inline static int32_t get_offset_of_prev_9() { return static_cast(offsetof(MulticastDelegate_t, ___prev_9)); } inline MulticastDelegate_t * get_prev_9() const { return ___prev_9; } inline MulticastDelegate_t ** get_address_of_prev_9() { return &___prev_9; } inline void set_prev_9(MulticastDelegate_t * value) { ___prev_9 = value; Il2CppCodeGenWriteBarrier((&___prev_9), value); } inline static int32_t get_offset_of_kpm_next_10() { return static_cast(offsetof(MulticastDelegate_t, ___kpm_next_10)); } inline MulticastDelegate_t * get_kpm_next_10() const { return ___kpm_next_10; } inline MulticastDelegate_t ** get_address_of_kpm_next_10() { return &___kpm_next_10; } inline void set_kpm_next_10(MulticastDelegate_t * value) { ___kpm_next_10 = value; Il2CppCodeGenWriteBarrier((&___kpm_next_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MULTICASTDELEGATE_T_H #ifndef APPDOMAIN_T1571427825_H #define APPDOMAIN_T1571427825_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.AppDomain struct AppDomain_t1571427825 : public MarshalByRefObject_t2760389100 { public: // System.IntPtr System.AppDomain::_mono_app_domain intptr_t ____mono_app_domain_1; // System.Security.Policy.Evidence System.AppDomain::_evidence Evidence_t2008144148 * ____evidence_6; // System.Security.PermissionSet System.AppDomain::_granted PermissionSet_t223948603 * ____granted_7; // System.Security.Principal.PrincipalPolicy System.AppDomain::_principalPolicy int32_t ____principalPolicy_8; // System.AppDomainManager System.AppDomain::_domain_manager AppDomainManager_t1420869192 * ____domain_manager_11; // System.ActivationContext System.AppDomain::_activation ActivationContext_t976916018 * ____activation_12; // System.ApplicationIdentity System.AppDomain::_applicationIdentity ApplicationIdentity_t1917735356 * ____applicationIdentity_13; // System.AssemblyLoadEventHandler System.AppDomain::AssemblyLoad AssemblyLoadEventHandler_t107971893 * ___AssemblyLoad_14; // System.ResolveEventHandler System.AppDomain::AssemblyResolve ResolveEventHandler_t2775508208 * ___AssemblyResolve_15; // System.EventHandler System.AppDomain::DomainUnload EventHandler_t1348719766 * ___DomainUnload_16; // System.EventHandler System.AppDomain::ProcessExit EventHandler_t1348719766 * ___ProcessExit_17; // System.ResolveEventHandler System.AppDomain::ResourceResolve ResolveEventHandler_t2775508208 * ___ResourceResolve_18; // System.ResolveEventHandler System.AppDomain::TypeResolve ResolveEventHandler_t2775508208 * ___TypeResolve_19; // System.UnhandledExceptionEventHandler System.AppDomain::UnhandledException UnhandledExceptionEventHandler_t3101989324 * ___UnhandledException_20; // System.ResolveEventHandler System.AppDomain::ReflectionOnlyAssemblyResolve ResolveEventHandler_t2775508208 * ___ReflectionOnlyAssemblyResolve_21; public: inline static int32_t get_offset_of__mono_app_domain_1() { return static_cast(offsetof(AppDomain_t1571427825, ____mono_app_domain_1)); } inline intptr_t get__mono_app_domain_1() const { return ____mono_app_domain_1; } inline intptr_t* get_address_of__mono_app_domain_1() { return &____mono_app_domain_1; } inline void set__mono_app_domain_1(intptr_t value) { ____mono_app_domain_1 = value; } inline static int32_t get_offset_of__evidence_6() { return static_cast(offsetof(AppDomain_t1571427825, ____evidence_6)); } inline Evidence_t2008144148 * get__evidence_6() const { return ____evidence_6; } inline Evidence_t2008144148 ** get_address_of__evidence_6() { return &____evidence_6; } inline void set__evidence_6(Evidence_t2008144148 * value) { ____evidence_6 = value; Il2CppCodeGenWriteBarrier((&____evidence_6), value); } inline static int32_t get_offset_of__granted_7() { return static_cast(offsetof(AppDomain_t1571427825, ____granted_7)); } inline PermissionSet_t223948603 * get__granted_7() const { return ____granted_7; } inline PermissionSet_t223948603 ** get_address_of__granted_7() { return &____granted_7; } inline void set__granted_7(PermissionSet_t223948603 * value) { ____granted_7 = value; Il2CppCodeGenWriteBarrier((&____granted_7), value); } inline static int32_t get_offset_of__principalPolicy_8() { return static_cast(offsetof(AppDomain_t1571427825, ____principalPolicy_8)); } inline int32_t get__principalPolicy_8() const { return ____principalPolicy_8; } inline int32_t* get_address_of__principalPolicy_8() { return &____principalPolicy_8; } inline void set__principalPolicy_8(int32_t value) { ____principalPolicy_8 = value; } inline static int32_t get_offset_of__domain_manager_11() { return static_cast(offsetof(AppDomain_t1571427825, ____domain_manager_11)); } inline AppDomainManager_t1420869192 * get__domain_manager_11() const { return ____domain_manager_11; } inline AppDomainManager_t1420869192 ** get_address_of__domain_manager_11() { return &____domain_manager_11; } inline void set__domain_manager_11(AppDomainManager_t1420869192 * value) { ____domain_manager_11 = value; Il2CppCodeGenWriteBarrier((&____domain_manager_11), value); } inline static int32_t get_offset_of__activation_12() { return static_cast(offsetof(AppDomain_t1571427825, ____activation_12)); } inline ActivationContext_t976916018 * get__activation_12() const { return ____activation_12; } inline ActivationContext_t976916018 ** get_address_of__activation_12() { return &____activation_12; } inline void set__activation_12(ActivationContext_t976916018 * value) { ____activation_12 = value; Il2CppCodeGenWriteBarrier((&____activation_12), value); } inline static int32_t get_offset_of__applicationIdentity_13() { return static_cast(offsetof(AppDomain_t1571427825, ____applicationIdentity_13)); } inline ApplicationIdentity_t1917735356 * get__applicationIdentity_13() const { return ____applicationIdentity_13; } inline ApplicationIdentity_t1917735356 ** get_address_of__applicationIdentity_13() { return &____applicationIdentity_13; } inline void set__applicationIdentity_13(ApplicationIdentity_t1917735356 * value) { ____applicationIdentity_13 = value; Il2CppCodeGenWriteBarrier((&____applicationIdentity_13), value); } inline static int32_t get_offset_of_AssemblyLoad_14() { return static_cast(offsetof(AppDomain_t1571427825, ___AssemblyLoad_14)); } inline AssemblyLoadEventHandler_t107971893 * get_AssemblyLoad_14() const { return ___AssemblyLoad_14; } inline AssemblyLoadEventHandler_t107971893 ** get_address_of_AssemblyLoad_14() { return &___AssemblyLoad_14; } inline void set_AssemblyLoad_14(AssemblyLoadEventHandler_t107971893 * value) { ___AssemblyLoad_14 = value; Il2CppCodeGenWriteBarrier((&___AssemblyLoad_14), value); } inline static int32_t get_offset_of_AssemblyResolve_15() { return static_cast(offsetof(AppDomain_t1571427825, ___AssemblyResolve_15)); } inline ResolveEventHandler_t2775508208 * get_AssemblyResolve_15() const { return ___AssemblyResolve_15; } inline ResolveEventHandler_t2775508208 ** get_address_of_AssemblyResolve_15() { return &___AssemblyResolve_15; } inline void set_AssemblyResolve_15(ResolveEventHandler_t2775508208 * value) { ___AssemblyResolve_15 = value; Il2CppCodeGenWriteBarrier((&___AssemblyResolve_15), value); } inline static int32_t get_offset_of_DomainUnload_16() { return static_cast(offsetof(AppDomain_t1571427825, ___DomainUnload_16)); } inline EventHandler_t1348719766 * get_DomainUnload_16() const { return ___DomainUnload_16; } inline EventHandler_t1348719766 ** get_address_of_DomainUnload_16() { return &___DomainUnload_16; } inline void set_DomainUnload_16(EventHandler_t1348719766 * value) { ___DomainUnload_16 = value; Il2CppCodeGenWriteBarrier((&___DomainUnload_16), value); } inline static int32_t get_offset_of_ProcessExit_17() { return static_cast(offsetof(AppDomain_t1571427825, ___ProcessExit_17)); } inline EventHandler_t1348719766 * get_ProcessExit_17() const { return ___ProcessExit_17; } inline EventHandler_t1348719766 ** get_address_of_ProcessExit_17() { return &___ProcessExit_17; } inline void set_ProcessExit_17(EventHandler_t1348719766 * value) { ___ProcessExit_17 = value; Il2CppCodeGenWriteBarrier((&___ProcessExit_17), value); } inline static int32_t get_offset_of_ResourceResolve_18() { return static_cast(offsetof(AppDomain_t1571427825, ___ResourceResolve_18)); } inline ResolveEventHandler_t2775508208 * get_ResourceResolve_18() const { return ___ResourceResolve_18; } inline ResolveEventHandler_t2775508208 ** get_address_of_ResourceResolve_18() { return &___ResourceResolve_18; } inline void set_ResourceResolve_18(ResolveEventHandler_t2775508208 * value) { ___ResourceResolve_18 = value; Il2CppCodeGenWriteBarrier((&___ResourceResolve_18), value); } inline static int32_t get_offset_of_TypeResolve_19() { return static_cast(offsetof(AppDomain_t1571427825, ___TypeResolve_19)); } inline ResolveEventHandler_t2775508208 * get_TypeResolve_19() const { return ___TypeResolve_19; } inline ResolveEventHandler_t2775508208 ** get_address_of_TypeResolve_19() { return &___TypeResolve_19; } inline void set_TypeResolve_19(ResolveEventHandler_t2775508208 * value) { ___TypeResolve_19 = value; Il2CppCodeGenWriteBarrier((&___TypeResolve_19), value); } inline static int32_t get_offset_of_UnhandledException_20() { return static_cast(offsetof(AppDomain_t1571427825, ___UnhandledException_20)); } inline UnhandledExceptionEventHandler_t3101989324 * get_UnhandledException_20() const { return ___UnhandledException_20; } inline UnhandledExceptionEventHandler_t3101989324 ** get_address_of_UnhandledException_20() { return &___UnhandledException_20; } inline void set_UnhandledException_20(UnhandledExceptionEventHandler_t3101989324 * value) { ___UnhandledException_20 = value; Il2CppCodeGenWriteBarrier((&___UnhandledException_20), value); } inline static int32_t get_offset_of_ReflectionOnlyAssemblyResolve_21() { return static_cast(offsetof(AppDomain_t1571427825, ___ReflectionOnlyAssemblyResolve_21)); } inline ResolveEventHandler_t2775508208 * get_ReflectionOnlyAssemblyResolve_21() const { return ___ReflectionOnlyAssemblyResolve_21; } inline ResolveEventHandler_t2775508208 ** get_address_of_ReflectionOnlyAssemblyResolve_21() { return &___ReflectionOnlyAssemblyResolve_21; } inline void set_ReflectionOnlyAssemblyResolve_21(ResolveEventHandler_t2775508208 * value) { ___ReflectionOnlyAssemblyResolve_21 = value; Il2CppCodeGenWriteBarrier((&___ReflectionOnlyAssemblyResolve_21), value); } }; struct AppDomain_t1571427825_StaticFields { public: // System.String System.AppDomain::_process_guid String_t* ____process_guid_2; // System.AppDomain System.AppDomain::default_domain AppDomain_t1571427825 * ___default_domain_10; public: inline static int32_t get_offset_of__process_guid_2() { return static_cast(offsetof(AppDomain_t1571427825_StaticFields, ____process_guid_2)); } inline String_t* get__process_guid_2() const { return ____process_guid_2; } inline String_t** get_address_of__process_guid_2() { return &____process_guid_2; } inline void set__process_guid_2(String_t* value) { ____process_guid_2 = value; Il2CppCodeGenWriteBarrier((&____process_guid_2), value); } inline static int32_t get_offset_of_default_domain_10() { return static_cast(offsetof(AppDomain_t1571427825_StaticFields, ___default_domain_10)); } inline AppDomain_t1571427825 * get_default_domain_10() const { return ___default_domain_10; } inline AppDomain_t1571427825 ** get_address_of_default_domain_10() { return &___default_domain_10; } inline void set_default_domain_10(AppDomain_t1571427825 * value) { ___default_domain_10 = value; Il2CppCodeGenWriteBarrier((&___default_domain_10), value); } }; struct AppDomain_t1571427825_ThreadStaticFields { public: // System.Collections.Hashtable System.AppDomain::type_resolve_in_progress Hashtable_t1853889766 * ___type_resolve_in_progress_3; // System.Collections.Hashtable System.AppDomain::assembly_resolve_in_progress Hashtable_t1853889766 * ___assembly_resolve_in_progress_4; // System.Collections.Hashtable System.AppDomain::assembly_resolve_in_progress_refonly Hashtable_t1853889766 * ___assembly_resolve_in_progress_refonly_5; // System.Security.Principal.IPrincipal System.AppDomain::_principal RuntimeObject* ____principal_9; public: inline static int32_t get_offset_of_type_resolve_in_progress_3() { return static_cast(offsetof(AppDomain_t1571427825_ThreadStaticFields, ___type_resolve_in_progress_3)); } inline Hashtable_t1853889766 * get_type_resolve_in_progress_3() const { return ___type_resolve_in_progress_3; } inline Hashtable_t1853889766 ** get_address_of_type_resolve_in_progress_3() { return &___type_resolve_in_progress_3; } inline void set_type_resolve_in_progress_3(Hashtable_t1853889766 * value) { ___type_resolve_in_progress_3 = value; Il2CppCodeGenWriteBarrier((&___type_resolve_in_progress_3), value); } inline static int32_t get_offset_of_assembly_resolve_in_progress_4() { return static_cast(offsetof(AppDomain_t1571427825_ThreadStaticFields, ___assembly_resolve_in_progress_4)); } inline Hashtable_t1853889766 * get_assembly_resolve_in_progress_4() const { return ___assembly_resolve_in_progress_4; } inline Hashtable_t1853889766 ** get_address_of_assembly_resolve_in_progress_4() { return &___assembly_resolve_in_progress_4; } inline void set_assembly_resolve_in_progress_4(Hashtable_t1853889766 * value) { ___assembly_resolve_in_progress_4 = value; Il2CppCodeGenWriteBarrier((&___assembly_resolve_in_progress_4), value); } inline static int32_t get_offset_of_assembly_resolve_in_progress_refonly_5() { return static_cast(offsetof(AppDomain_t1571427825_ThreadStaticFields, ___assembly_resolve_in_progress_refonly_5)); } inline Hashtable_t1853889766 * get_assembly_resolve_in_progress_refonly_5() const { return ___assembly_resolve_in_progress_refonly_5; } inline Hashtable_t1853889766 ** get_address_of_assembly_resolve_in_progress_refonly_5() { return &___assembly_resolve_in_progress_refonly_5; } inline void set_assembly_resolve_in_progress_refonly_5(Hashtable_t1853889766 * value) { ___assembly_resolve_in_progress_refonly_5 = value; Il2CppCodeGenWriteBarrier((&___assembly_resolve_in_progress_refonly_5), value); } inline static int32_t get_offset_of__principal_9() { return static_cast(offsetof(AppDomain_t1571427825_ThreadStaticFields, ____principal_9)); } inline RuntimeObject* get__principal_9() const { return ____principal_9; } inline RuntimeObject** get_address_of__principal_9() { return &____principal_9; } inline void set__principal_9(RuntimeObject* value) { ____principal_9 = value; Il2CppCodeGenWriteBarrier((&____principal_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // APPDOMAIN_T1571427825_H #ifndef NULLABLE_1_T3914607011_H #define NULLABLE_1_T3914607011_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t3914607011 { 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_t3914607011, ___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_t3914607011, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T3914607011_H #ifndef ARGUMENTNULLEXCEPTION_T1615371798_H #define ARGUMENTNULLEXCEPTION_T1615371798_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentNullException struct ArgumentNullException_t1615371798 : public ArgumentException_t132251570 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTNULLEXCEPTION_T1615371798_H #ifndef MEMORYTRACEWRITER_T1574330611_H #define MEMORYTRACEWRITER_T1574330611_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.MemoryTraceWriter struct MemoryTraceWriter_t1574330611 : public RuntimeObject { public: // System.Collections.Generic.Queue`1 Newtonsoft.Json.Serialization.MemoryTraceWriter::_traceMessages Queue_1_t1693710183 * ____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_t1574330611, ____traceMessages_0)); } inline Queue_1_t1693710183 * get__traceMessages_0() const { return ____traceMessages_0; } inline Queue_1_t1693710183 ** get_address_of__traceMessages_0() { return &____traceMessages_0; } inline void set__traceMessages_0(Queue_1_t1693710183 * value) { ____traceMessages_0 = value; Il2CppCodeGenWriteBarrier((&____traceMessages_0), value); } inline static int32_t get_offset_of_U3CLevelFilterU3Ek__BackingField_1() { return static_cast(offsetof(MemoryTraceWriter_t1574330611, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMORYTRACEWRITER_T1574330611_H #ifndef NULLABLE_1_T588389317_H #define NULLABLE_1_T588389317_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t588389317 { 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_t588389317, ___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_t588389317, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T588389317_H #ifndef NULLABLE_1_T829731231_H #define NULLABLE_1_T829731231_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t829731231 { 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_t829731231, ___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_t829731231, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T829731231_H #ifndef KEYVALUEPAIR_2_T1940705767_H #define KEYVALUEPAIR_2_T1940705767_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t1940705767 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value int32_t ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t1940705767, ___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((&___key_0), value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t1940705767, ___value_1)); } inline int32_t get_value_1() const { return ___value_1; } inline int32_t* get_address_of_value_1() { return &___value_1; } inline void set_value_1(int32_t value) { ___value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T1940705767_H #ifndef JSONPOSITION_T2528027714_H #define JSONPOSITION_T2528027714_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonPosition struct JsonPosition_t2528027714 { 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_t2528027714, ___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_t2528027714, ___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_t2528027714, ___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((&___PropertyName_3), value); } inline static int32_t get_offset_of_HasIndex_4() { return static_cast(offsetof(JsonPosition_t2528027714, ___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_t2528027714_StaticFields { public: // System.Char[] Newtonsoft.Json.JsonPosition::SpecialCharacters CharU5BU5D_t3528271667* ___SpecialCharacters_0; public: inline static int32_t get_offset_of_SpecialCharacters_0() { return static_cast(offsetof(JsonPosition_t2528027714_StaticFields, ___SpecialCharacters_0)); } inline CharU5BU5D_t3528271667* get_SpecialCharacters_0() const { return ___SpecialCharacters_0; } inline CharU5BU5D_t3528271667** get_address_of_SpecialCharacters_0() { return &___SpecialCharacters_0; } inline void set_SpecialCharacters_0(CharU5BU5D_t3528271667* value) { ___SpecialCharacters_0 = value; Il2CppCodeGenWriteBarrier((&___SpecialCharacters_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of Newtonsoft.Json.JsonPosition struct JsonPosition_t2528027714_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_t2528027714_marshaled_com { int32_t ___Type_1; int32_t ___Position_2; Il2CppChar* ___PropertyName_3; int32_t ___HasIndex_4; }; #endif // JSONPOSITION_T2528027714_H #ifndef SECURITYPERMISSION_T2954997752_H #define SECURITYPERMISSION_T2954997752_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.SecurityPermission struct SecurityPermission_t2954997752 : public CodeAccessPermission_t2681295399 { 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_t2954997752, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SECURITYPERMISSION_T2954997752_H #ifndef NULLABLE_1_T668593436_H #define NULLABLE_1_T668593436_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t668593436 { 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_t668593436, ___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_t668593436, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T668593436_H #ifndef KEYVALUEPAIR_2_T1431375467_H #define KEYVALUEPAIR_2_T1431375467_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t1431375467 { public: // TKey System.Collections.Generic.KeyValuePair`2::key JsonProperty_t1405154176 * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value int32_t ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t1431375467, ___key_0)); } inline JsonProperty_t1405154176 * get_key_0() const { return ___key_0; } inline JsonProperty_t1405154176 ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(JsonProperty_t1405154176 * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((&___key_0), value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t1431375467, ___value_1)); } inline int32_t get_value_1() const { return ___value_1; } inline int32_t* get_address_of_value_1() { return &___value_1; } inline void set_value_1(int32_t value) { ___value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T1431375467_H #ifndef NULLABLE_1_T4213156694_H #define NULLABLE_1_T4213156694_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t4213156694 { 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_t4213156694, ___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_t4213156694, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T4213156694_H #ifndef DATETIMEOFFSET_T3229287507_H #define DATETIMEOFFSET_T3229287507_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTimeOffset struct DateTimeOffset_t3229287507 { public: // System.DateTime System.DateTimeOffset::dt DateTime_t3738529785 ___dt_2; // System.TimeSpan System.DateTimeOffset::utc_offset TimeSpan_t881159249 ___utc_offset_3; public: inline static int32_t get_offset_of_dt_2() { return static_cast(offsetof(DateTimeOffset_t3229287507, ___dt_2)); } inline DateTime_t3738529785 get_dt_2() const { return ___dt_2; } inline DateTime_t3738529785 * get_address_of_dt_2() { return &___dt_2; } inline void set_dt_2(DateTime_t3738529785 value) { ___dt_2 = value; } inline static int32_t get_offset_of_utc_offset_3() { return static_cast(offsetof(DateTimeOffset_t3229287507, ___utc_offset_3)); } inline TimeSpan_t881159249 get_utc_offset_3() const { return ___utc_offset_3; } inline TimeSpan_t881159249 * get_address_of_utc_offset_3() { return &___utc_offset_3; } inline void set_utc_offset_3(TimeSpan_t881159249 value) { ___utc_offset_3 = value; } }; struct DateTimeOffset_t3229287507_StaticFields { public: // System.DateTimeOffset System.DateTimeOffset::MaxValue DateTimeOffset_t3229287507 ___MaxValue_0; // System.DateTimeOffset System.DateTimeOffset::MinValue DateTimeOffset_t3229287507 ___MinValue_1; public: inline static int32_t get_offset_of_MaxValue_0() { return static_cast(offsetof(DateTimeOffset_t3229287507_StaticFields, ___MaxValue_0)); } inline DateTimeOffset_t3229287507 get_MaxValue_0() const { return ___MaxValue_0; } inline DateTimeOffset_t3229287507 * get_address_of_MaxValue_0() { return &___MaxValue_0; } inline void set_MaxValue_0(DateTimeOffset_t3229287507 value) { ___MaxValue_0 = value; } inline static int32_t get_offset_of_MinValue_1() { return static_cast(offsetof(DateTimeOffset_t3229287507_StaticFields, ___MinValue_1)); } inline DateTimeOffset_t3229287507 get_MinValue_1() const { return ___MinValue_1; } inline DateTimeOffset_t3229287507 * get_address_of_MinValue_1() { return &___MinValue_1; } inline void set_MinValue_1(DateTimeOffset_t3229287507 value) { ___MinValue_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIMEOFFSET_T3229287507_H #ifndef FUNC_2_T37565620_H #define FUNC_2_T37565620_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Func`2> struct Func_2_t37565620 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_2_T37565620_H #ifndef FUNC_2_T2696973750_H #define FUNC_2_T2696973750_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Func`2 struct Func_2_t2696973750 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_2_T2696973750_H #ifndef JRAW_T446372596_H #define JRAW_T446372596_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JRaw struct JRaw_t446372596 : public JValue_t1448862567 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JRAW_T446372596_H #ifndef ACTION_2_T2470008838_H #define ACTION_2_T2470008838_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t2470008838 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T2470008838_H #ifndef FUNC_2_T2447130374_H #define FUNC_2_T2447130374_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Func`2 struct Func_2_t2447130374 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_2_T2447130374_H #ifndef JSONREADER_T2369136700_H #define JSONREADER_T2369136700_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonReader struct JsonReader_t2369136700 : 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_t2528027714 ____currentPosition_4; // System.Globalization.CultureInfo Newtonsoft.Json.JsonReader::_culture CultureInfo_t4157843068 * ____culture_5; // Newtonsoft.Json.DateTimeZoneHandling Newtonsoft.Json.JsonReader::_dateTimeZoneHandling int32_t ____dateTimeZoneHandling_6; // System.Nullable`1 Newtonsoft.Json.JsonReader::_maxDepth Nullable_1_t378540539 ____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_t4000102456 * ____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_t2369136700, ____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_t2369136700, ____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((&____value_1), value); } inline static int32_t get_offset_of__quoteChar_2() { return static_cast(offsetof(JsonReader_t2369136700, ____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_t2369136700, ____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_t2369136700, ____currentPosition_4)); } inline JsonPosition_t2528027714 get__currentPosition_4() const { return ____currentPosition_4; } inline JsonPosition_t2528027714 * get_address_of__currentPosition_4() { return &____currentPosition_4; } inline void set__currentPosition_4(JsonPosition_t2528027714 value) { ____currentPosition_4 = value; } inline static int32_t get_offset_of__culture_5() { return static_cast(offsetof(JsonReader_t2369136700, ____culture_5)); } inline CultureInfo_t4157843068 * get__culture_5() const { return ____culture_5; } inline CultureInfo_t4157843068 ** get_address_of__culture_5() { return &____culture_5; } inline void set__culture_5(CultureInfo_t4157843068 * value) { ____culture_5 = value; Il2CppCodeGenWriteBarrier((&____culture_5), value); } inline static int32_t get_offset_of__dateTimeZoneHandling_6() { return static_cast(offsetof(JsonReader_t2369136700, ____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_t2369136700, ____maxDepth_7)); } inline Nullable_1_t378540539 get__maxDepth_7() const { return ____maxDepth_7; } inline Nullable_1_t378540539 * get_address_of__maxDepth_7() { return &____maxDepth_7; } inline void set__maxDepth_7(Nullable_1_t378540539 value) { ____maxDepth_7 = value; } inline static int32_t get_offset_of__hasExceededMaxDepth_8() { return static_cast(offsetof(JsonReader_t2369136700, ____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_t2369136700, ____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_t2369136700, ____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_t2369136700, ____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((&____dateFormatString_11), value); } inline static int32_t get_offset_of__stack_12() { return static_cast(offsetof(JsonReader_t2369136700, ____stack_12)); } inline List_1_t4000102456 * get__stack_12() const { return ____stack_12; } inline List_1_t4000102456 ** get_address_of__stack_12() { return &____stack_12; } inline void set__stack_12(List_1_t4000102456 * value) { ____stack_12 = value; Il2CppCodeGenWriteBarrier((&____stack_12), value); } inline static int32_t get_offset_of_U3CCloseInputU3Ek__BackingField_13() { return static_cast(offsetof(JsonReader_t2369136700, ___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_t2369136700, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONREADER_T2369136700_H #ifndef TRACEEVENTCACHE_T3113663374_H #define TRACEEVENTCACHE_T3113663374_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Diagnostics.TraceEventCache struct TraceEventCache_t3113663374 : public RuntimeObject { public: // System.DateTime System.Diagnostics.TraceEventCache::started DateTime_t3738529785 ___started_0; // System.Diagnostics.CorrelationManager System.Diagnostics.TraceEventCache::manager CorrelationManager_t2688752967 * ___manager_1; // System.String System.Diagnostics.TraceEventCache::callstack String_t* ___callstack_2; // System.String System.Diagnostics.TraceEventCache::thread String_t* ___thread_3; // System.Int32 System.Diagnostics.TraceEventCache::process int32_t ___process_4; // System.Int64 System.Diagnostics.TraceEventCache::timestamp int64_t ___timestamp_5; public: inline static int32_t get_offset_of_started_0() { return static_cast(offsetof(TraceEventCache_t3113663374, ___started_0)); } inline DateTime_t3738529785 get_started_0() const { return ___started_0; } inline DateTime_t3738529785 * get_address_of_started_0() { return &___started_0; } inline void set_started_0(DateTime_t3738529785 value) { ___started_0 = value; } inline static int32_t get_offset_of_manager_1() { return static_cast(offsetof(TraceEventCache_t3113663374, ___manager_1)); } inline CorrelationManager_t2688752967 * get_manager_1() const { return ___manager_1; } inline CorrelationManager_t2688752967 ** get_address_of_manager_1() { return &___manager_1; } inline void set_manager_1(CorrelationManager_t2688752967 * value) { ___manager_1 = value; Il2CppCodeGenWriteBarrier((&___manager_1), value); } inline static int32_t get_offset_of_callstack_2() { return static_cast(offsetof(TraceEventCache_t3113663374, ___callstack_2)); } inline String_t* get_callstack_2() const { return ___callstack_2; } inline String_t** get_address_of_callstack_2() { return &___callstack_2; } inline void set_callstack_2(String_t* value) { ___callstack_2 = value; Il2CppCodeGenWriteBarrier((&___callstack_2), value); } inline static int32_t get_offset_of_thread_3() { return static_cast(offsetof(TraceEventCache_t3113663374, ___thread_3)); } inline String_t* get_thread_3() const { return ___thread_3; } inline String_t** get_address_of_thread_3() { return &___thread_3; } inline void set_thread_3(String_t* value) { ___thread_3 = value; Il2CppCodeGenWriteBarrier((&___thread_3), value); } inline static int32_t get_offset_of_process_4() { return static_cast(offsetof(TraceEventCache_t3113663374, ___process_4)); } inline int32_t get_process_4() const { return ___process_4; } inline int32_t* get_address_of_process_4() { return &___process_4; } inline void set_process_4(int32_t value) { ___process_4 = value; } inline static int32_t get_offset_of_timestamp_5() { return static_cast(offsetof(TraceEventCache_t3113663374, ___timestamp_5)); } inline int64_t get_timestamp_5() const { return ___timestamp_5; } inline int64_t* get_address_of_timestamp_5() { return &___timestamp_5; } inline void set_timestamp_5(int64_t value) { ___timestamp_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRACEEVENTCACHE_T3113663374_H #ifndef FUNC_2_T4260431105_H #define FUNC_2_T4260431105_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Func`2 struct Func_2_t4260431105 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_2_T4260431105_H #ifndef FUNC_1_T2509852811_H #define FUNC_1_T2509852811_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Func`1 struct Func_1_t2509852811 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_1_T2509852811_H #ifndef METHODCALL_2_T2845904993_H #define METHODCALL_2_T2845904993_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.MethodCall`2 struct MethodCall_2_t2845904993 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODCALL_2_T2845904993_H #ifndef OBJECTCONSTRUCTOR_1_T3207922868_H #define OBJECTCONSTRUCTOR_1_T3207922868_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.ObjectConstructor`1 struct ObjectConstructor_1_t3207922868 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OBJECTCONSTRUCTOR_1_T3207922868_H #ifndef CREATORPROPERTYCONTEXT_T610304857_H #define CREATORPROPERTYCONTEXT_T610304857_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.JsonSerializerInternalReader/CreatorPropertyContext struct CreatorPropertyContext_t610304857 : public RuntimeObject { public: // System.String Newtonsoft.Json.Serialization.JsonSerializerInternalReader/CreatorPropertyContext::Name String_t* ___Name_0; // Newtonsoft.Json.Serialization.JsonProperty Newtonsoft.Json.Serialization.JsonSerializerInternalReader/CreatorPropertyContext::Property JsonProperty_t1405154176 * ___Property_1; // Newtonsoft.Json.Serialization.JsonProperty Newtonsoft.Json.Serialization.JsonSerializerInternalReader/CreatorPropertyContext::ConstructorProperty JsonProperty_t1405154176 * ___ConstructorProperty_2; // System.Nullable`1 Newtonsoft.Json.Serialization.JsonSerializerInternalReader/CreatorPropertyContext::Presence Nullable_1_t4213156694 ___Presence_3; // System.Object Newtonsoft.Json.Serialization.JsonSerializerInternalReader/CreatorPropertyContext::Value RuntimeObject * ___Value_4; // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalReader/CreatorPropertyContext::Used bool ___Used_5; public: inline static int32_t get_offset_of_Name_0() { return static_cast(offsetof(CreatorPropertyContext_t610304857, ___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((&___Name_0), value); } inline static int32_t get_offset_of_Property_1() { return static_cast(offsetof(CreatorPropertyContext_t610304857, ___Property_1)); } inline JsonProperty_t1405154176 * get_Property_1() const { return ___Property_1; } inline JsonProperty_t1405154176 ** get_address_of_Property_1() { return &___Property_1; } inline void set_Property_1(JsonProperty_t1405154176 * value) { ___Property_1 = value; Il2CppCodeGenWriteBarrier((&___Property_1), value); } inline static int32_t get_offset_of_ConstructorProperty_2() { return static_cast(offsetof(CreatorPropertyContext_t610304857, ___ConstructorProperty_2)); } inline JsonProperty_t1405154176 * get_ConstructorProperty_2() const { return ___ConstructorProperty_2; } inline JsonProperty_t1405154176 ** get_address_of_ConstructorProperty_2() { return &___ConstructorProperty_2; } inline void set_ConstructorProperty_2(JsonProperty_t1405154176 * value) { ___ConstructorProperty_2 = value; Il2CppCodeGenWriteBarrier((&___ConstructorProperty_2), value); } inline static int32_t get_offset_of_Presence_3() { return static_cast(offsetof(CreatorPropertyContext_t610304857, ___Presence_3)); } inline Nullable_1_t4213156694 get_Presence_3() const { return ___Presence_3; } inline Nullable_1_t4213156694 * get_address_of_Presence_3() { return &___Presence_3; } inline void set_Presence_3(Nullable_1_t4213156694 value) { ___Presence_3 = value; } inline static int32_t get_offset_of_Value_4() { return static_cast(offsetof(CreatorPropertyContext_t610304857, ___Value_4)); } inline RuntimeObject * get_Value_4() const { return ___Value_4; } inline RuntimeObject ** get_address_of_Value_4() { return &___Value_4; } inline void set_Value_4(RuntimeObject * value) { ___Value_4 = value; Il2CppCodeGenWriteBarrier((&___Value_4), value); } inline static int32_t get_offset_of_Used_5() { return static_cast(offsetof(CreatorPropertyContext_t610304857, ___Used_5)); } inline bool get_Used_5() const { return ___Used_5; } inline bool* get_address_of_Used_5() { return &___Used_5; } inline void set_Used_5(bool value) { ___Used_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CREATORPROPERTYCONTEXT_T610304857_H #ifndef EVENTHANDLER_1_T2935836205_H #define EVENTHANDLER_1_T2935836205_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.EventHandler`1 struct EventHandler_1_t2935836205 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTHANDLER_1_T2935836205_H #ifndef FUNC_2_T262848086_H #define FUNC_2_T262848086_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Func`2 struct Func_2_t262848086 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_2_T262848086_H #ifndef FUNC_2_T705144599_H #define FUNC_2_T705144599_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Func`2 struct Func_2_t705144599 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_2_T705144599_H #ifndef FUNC_2_T1348288522_H #define FUNC_2_T1348288522_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Func`2 struct Func_2_t1348288522 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_2_T1348288522_H #ifndef PREDICATE_1_T3905400288_H #define PREDICATE_1_T3905400288_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t3905400288 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T3905400288_H #ifndef SERIALIZATIONCALLBACK_T2308856739_H #define SERIALIZATIONCALLBACK_T2308856739_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.SerializationCallback struct SerializationCallback_t2308856739 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERIALIZATIONCALLBACK_T2308856739_H #ifndef SERIALIZATIONERRORCALLBACK_T38225783_H #define SERIALIZATIONERRORCALLBACK_T38225783_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.SerializationErrorCallback struct SerializationErrorCallback_t38225783 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERIALIZATIONERRORCALLBACK_T38225783_H #ifndef NULLABLE_1_T1166124571_H #define NULLABLE_1_T1166124571_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t1166124571 { public: // T System.Nullable`1::value DateTime_t3738529785 ___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_t1166124571, ___value_0)); } inline DateTime_t3738529785 get_value_0() const { return ___value_0; } inline DateTime_t3738529785 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(DateTime_t3738529785 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t1166124571, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T1166124571_H #ifndef FUNC_2_T3947292210_H #define FUNC_2_T3947292210_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Func`2 struct Func_2_t3947292210 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_2_T3947292210_H #ifndef JSONPRIMITIVECONTRACT_T336098342_H #define JSONPRIMITIVECONTRACT_T336098342_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.JsonPrimitiveContract struct JsonPrimitiveContract_t336098342 : public JsonContract_t3715061318 { public: // Newtonsoft.Json.Utilities.PrimitiveTypeCode Newtonsoft.Json.Serialization.JsonPrimitiveContract::k__BackingField int32_t ___U3CTypeCodeU3Ek__BackingField_21; public: inline static int32_t get_offset_of_U3CTypeCodeU3Ek__BackingField_21() { return static_cast(offsetof(JsonPrimitiveContract_t336098342, ___U3CTypeCodeU3Ek__BackingField_21)); } inline int32_t get_U3CTypeCodeU3Ek__BackingField_21() const { return ___U3CTypeCodeU3Ek__BackingField_21; } inline int32_t* get_address_of_U3CTypeCodeU3Ek__BackingField_21() { return &___U3CTypeCodeU3Ek__BackingField_21; } inline void set_U3CTypeCodeU3Ek__BackingField_21(int32_t value) { ___U3CTypeCodeU3Ek__BackingField_21 = value; } }; struct JsonPrimitiveContract_t336098342_StaticFields { public: // System.Collections.Generic.Dictionary`2 Newtonsoft.Json.Serialization.JsonPrimitiveContract::ReadTypeMap Dictionary_2_t2785133644 * ___ReadTypeMap_22; public: inline static int32_t get_offset_of_ReadTypeMap_22() { return static_cast(offsetof(JsonPrimitiveContract_t336098342_StaticFields, ___ReadTypeMap_22)); } inline Dictionary_2_t2785133644 * get_ReadTypeMap_22() const { return ___ReadTypeMap_22; } inline Dictionary_2_t2785133644 ** get_address_of_ReadTypeMap_22() { return &___ReadTypeMap_22; } inline void set_ReadTypeMap_22(Dictionary_2_t2785133644 * value) { ___ReadTypeMap_22 = value; Il2CppCodeGenWriteBarrier((&___ReadTypeMap_22), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONPRIMITIVECONTRACT_T336098342_H #ifndef JSONLINQCONTRACT_T1088793043_H #define JSONLINQCONTRACT_T1088793043_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.JsonLinqContract struct JsonLinqContract_t1088793043 : public JsonContract_t3715061318 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONLINQCONTRACT_T1088793043_H #ifndef ENUMERATOR_T1497216375_H #define ENUMERATOR_T1497216375_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_t1497216375 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t3838000896 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::stamp int32_t ___stamp_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_t1940705767 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t1497216375, ___dictionary_0)); } inline Dictionary_2_t3838000896 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t3838000896 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t3838000896 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t1497216375, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_stamp_2() { return static_cast(offsetof(Enumerator_t1497216375, ___stamp_2)); } inline int32_t get_stamp_2() const { return ___stamp_2; } inline int32_t* get_address_of_stamp_2() { return &___stamp_2; } inline void set_stamp_2(int32_t value) { ___stamp_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t1497216375, ___current_3)); } inline KeyValuePair_2_t1940705767 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t1940705767 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t1940705767 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T1497216375_H #ifndef ENUMERATOR_T987886075_H #define ENUMERATOR_T987886075_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_t987886075 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t3328670596 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::stamp int32_t ___stamp_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_t1431375467 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t987886075, ___dictionary_0)); } inline Dictionary_2_t3328670596 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t3328670596 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t3328670596 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t987886075, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_stamp_2() { return static_cast(offsetof(Enumerator_t987886075, ___stamp_2)); } inline int32_t get_stamp_2() const { return ___stamp_2; } inline int32_t* get_address_of_stamp_2() { return &___stamp_2; } inline void set_stamp_2(int32_t value) { ___stamp_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t987886075, ___current_3)); } inline KeyValuePair_2_t1431375467 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t1431375467 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t1431375467 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T987886075_H #ifndef JSONCONTAINERATTRIBUTE_T3874748064_H #define JSONCONTAINERATTRIBUTE_T3874748064_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonContainerAttribute struct JsonContainerAttribute_t3874748064 : public Attribute_t861562559 { public: // System.Type Newtonsoft.Json.JsonContainerAttribute::k__BackingField Type_t * ___U3CItemConverterTypeU3Ek__BackingField_0; // System.Object[] Newtonsoft.Json.JsonContainerAttribute::k__BackingField ObjectU5BU5D_t2843939325* ___U3CItemConverterParametersU3Ek__BackingField_1; // System.Nullable`1 Newtonsoft.Json.JsonContainerAttribute::_isReference Nullable_1_t1819850047 ____isReference_2; // System.Nullable`1 Newtonsoft.Json.JsonContainerAttribute::_itemIsReference Nullable_1_t1819850047 ____itemIsReference_3; // System.Nullable`1 Newtonsoft.Json.JsonContainerAttribute::_itemReferenceLoopHandling Nullable_1_t3051693050 ____itemReferenceLoopHandling_4; // System.Nullable`1 Newtonsoft.Json.JsonContainerAttribute::_itemTypeNameHandling Nullable_1_t1159582132 ____itemTypeNameHandling_5; public: inline static int32_t get_offset_of_U3CItemConverterTypeU3Ek__BackingField_0() { return static_cast(offsetof(JsonContainerAttribute_t3874748064, ___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((&___U3CItemConverterTypeU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_U3CItemConverterParametersU3Ek__BackingField_1() { return static_cast(offsetof(JsonContainerAttribute_t3874748064, ___U3CItemConverterParametersU3Ek__BackingField_1)); } inline ObjectU5BU5D_t2843939325* get_U3CItemConverterParametersU3Ek__BackingField_1() const { return ___U3CItemConverterParametersU3Ek__BackingField_1; } inline ObjectU5BU5D_t2843939325** get_address_of_U3CItemConverterParametersU3Ek__BackingField_1() { return &___U3CItemConverterParametersU3Ek__BackingField_1; } inline void set_U3CItemConverterParametersU3Ek__BackingField_1(ObjectU5BU5D_t2843939325* value) { ___U3CItemConverterParametersU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CItemConverterParametersU3Ek__BackingField_1), value); } inline static int32_t get_offset_of__isReference_2() { return static_cast(offsetof(JsonContainerAttribute_t3874748064, ____isReference_2)); } inline Nullable_1_t1819850047 get__isReference_2() const { return ____isReference_2; } inline Nullable_1_t1819850047 * get_address_of__isReference_2() { return &____isReference_2; } inline void set__isReference_2(Nullable_1_t1819850047 value) { ____isReference_2 = value; } inline static int32_t get_offset_of__itemIsReference_3() { return static_cast(offsetof(JsonContainerAttribute_t3874748064, ____itemIsReference_3)); } inline Nullable_1_t1819850047 get__itemIsReference_3() const { return ____itemIsReference_3; } inline Nullable_1_t1819850047 * get_address_of__itemIsReference_3() { return &____itemIsReference_3; } inline void set__itemIsReference_3(Nullable_1_t1819850047 value) { ____itemIsReference_3 = value; } inline static int32_t get_offset_of__itemReferenceLoopHandling_4() { return static_cast(offsetof(JsonContainerAttribute_t3874748064, ____itemReferenceLoopHandling_4)); } inline Nullable_1_t3051693050 get__itemReferenceLoopHandling_4() const { return ____itemReferenceLoopHandling_4; } inline Nullable_1_t3051693050 * get_address_of__itemReferenceLoopHandling_4() { return &____itemReferenceLoopHandling_4; } inline void set__itemReferenceLoopHandling_4(Nullable_1_t3051693050 value) { ____itemReferenceLoopHandling_4 = value; } inline static int32_t get_offset_of__itemTypeNameHandling_5() { return static_cast(offsetof(JsonContainerAttribute_t3874748064, ____itemTypeNameHandling_5)); } inline Nullable_1_t1159582132 get__itemTypeNameHandling_5() const { return ____itemTypeNameHandling_5; } inline Nullable_1_t1159582132 * get_address_of__itemTypeNameHandling_5() { return &____itemTypeNameHandling_5; } inline void set__itemTypeNameHandling_5(Nullable_1_t1159582132 value) { ____itemTypeNameHandling_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONCONTAINERATTRIBUTE_T3874748064_H #ifndef EXTENSIONDATAGETTER_T2030541412_H #define EXTENSIONDATAGETTER_T2030541412_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.ExtensionDataGetter struct ExtensionDataGetter_t2030541412 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXTENSIONDATAGETTER_T2030541412_H #ifndef ASYNCCALLBACK_T3962456242_H #define ASYNCCALLBACK_T3962456242_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.AsyncCallback struct AsyncCallback_t3962456242 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASYNCCALLBACK_T3962456242_H #ifndef EXTENSIONDATASETTER_T2768476772_H #define EXTENSIONDATASETTER_T2768476772_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.ExtensionDataSetter struct ExtensionDataSetter_t2768476772 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXTENSIONDATASETTER_T2768476772_H #ifndef JSONPROPERTY_T1405154176_H #define JSONPROPERTY_T1405154176_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.JsonProperty struct JsonProperty_t1405154176 : public RuntimeObject { public: // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::_required Nullable_1_t3313944452 ____required_0; // System.Boolean Newtonsoft.Json.Serialization.JsonProperty::_hasExplicitDefaultValue bool ____hasExplicitDefaultValue_1; // System.Object Newtonsoft.Json.Serialization.JsonProperty::_defaultValue RuntimeObject * ____defaultValue_2; // System.Boolean Newtonsoft.Json.Serialization.JsonProperty::_hasGeneratedDefaultValue bool ____hasGeneratedDefaultValue_3; // System.String Newtonsoft.Json.Serialization.JsonProperty::_propertyName String_t* ____propertyName_4; // System.Boolean Newtonsoft.Json.Serialization.JsonProperty::_skipPropertyNameEscape bool ____skipPropertyNameEscape_5; // System.Type Newtonsoft.Json.Serialization.JsonProperty::_propertyType Type_t * ____propertyType_6; // Newtonsoft.Json.Serialization.JsonContract Newtonsoft.Json.Serialization.JsonProperty::k__BackingField JsonContract_t3715061318 * ___U3CPropertyContractU3Ek__BackingField_7; // System.Type Newtonsoft.Json.Serialization.JsonProperty::k__BackingField Type_t * ___U3CDeclaringTypeU3Ek__BackingField_8; // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::k__BackingField Nullable_1_t378540539 ___U3COrderU3Ek__BackingField_9; // System.String Newtonsoft.Json.Serialization.JsonProperty::k__BackingField String_t* ___U3CUnderlyingNameU3Ek__BackingField_10; // Newtonsoft.Json.Serialization.IValueProvider Newtonsoft.Json.Serialization.JsonProperty::k__BackingField RuntimeObject* ___U3CValueProviderU3Ek__BackingField_11; // Newtonsoft.Json.Serialization.IAttributeProvider Newtonsoft.Json.Serialization.JsonProperty::k__BackingField RuntimeObject* ___U3CAttributeProviderU3Ek__BackingField_12; // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonProperty::k__BackingField JsonConverter_t1047106545 * ___U3CConverterU3Ek__BackingField_13; // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonProperty::k__BackingField JsonConverter_t1047106545 * ___U3CMemberConverterU3Ek__BackingField_14; // System.Boolean Newtonsoft.Json.Serialization.JsonProperty::k__BackingField bool ___U3CIgnoredU3Ek__BackingField_15; // System.Boolean Newtonsoft.Json.Serialization.JsonProperty::k__BackingField bool ___U3CReadableU3Ek__BackingField_16; // System.Boolean Newtonsoft.Json.Serialization.JsonProperty::k__BackingField bool ___U3CWritableU3Ek__BackingField_17; // System.Boolean Newtonsoft.Json.Serialization.JsonProperty::k__BackingField bool ___U3CHasMemberAttributeU3Ek__BackingField_18; // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::k__BackingField Nullable_1_t1819850047 ___U3CIsReferenceU3Ek__BackingField_19; // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::k__BackingField Nullable_1_t829731231 ___U3CNullValueHandlingU3Ek__BackingField_20; // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::k__BackingField Nullable_1_t668593436 ___U3CDefaultValueHandlingU3Ek__BackingField_21; // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::k__BackingField Nullable_1_t3051693050 ___U3CReferenceLoopHandlingU3Ek__BackingField_22; // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::k__BackingField Nullable_1_t588389317 ___U3CObjectCreationHandlingU3Ek__BackingField_23; // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::k__BackingField Nullable_1_t1159582132 ___U3CTypeNameHandlingU3Ek__BackingField_24; // System.Predicate`1 Newtonsoft.Json.Serialization.JsonProperty::k__BackingField Predicate_1_t3905400288 * ___U3CShouldSerializeU3Ek__BackingField_25; // System.Predicate`1 Newtonsoft.Json.Serialization.JsonProperty::k__BackingField Predicate_1_t3905400288 * ___U3CShouldDeserializeU3Ek__BackingField_26; // System.Predicate`1 Newtonsoft.Json.Serialization.JsonProperty::k__BackingField Predicate_1_t3905400288 * ___U3CGetIsSpecifiedU3Ek__BackingField_27; // System.Action`2 Newtonsoft.Json.Serialization.JsonProperty::k__BackingField Action_2_t2470008838 * ___U3CSetIsSpecifiedU3Ek__BackingField_28; // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonProperty::k__BackingField JsonConverter_t1047106545 * ___U3CItemConverterU3Ek__BackingField_29; // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::k__BackingField Nullable_1_t1819850047 ___U3CItemIsReferenceU3Ek__BackingField_30; // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::k__BackingField Nullable_1_t1159582132 ___U3CItemTypeNameHandlingU3Ek__BackingField_31; // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::k__BackingField Nullable_1_t3051693050 ___U3CItemReferenceLoopHandlingU3Ek__BackingField_32; public: inline static int32_t get_offset_of__required_0() { return static_cast(offsetof(JsonProperty_t1405154176, ____required_0)); } inline Nullable_1_t3313944452 get__required_0() const { return ____required_0; } inline Nullable_1_t3313944452 * get_address_of__required_0() { return &____required_0; } inline void set__required_0(Nullable_1_t3313944452 value) { ____required_0 = value; } inline static int32_t get_offset_of__hasExplicitDefaultValue_1() { return static_cast(offsetof(JsonProperty_t1405154176, ____hasExplicitDefaultValue_1)); } inline bool get__hasExplicitDefaultValue_1() const { return ____hasExplicitDefaultValue_1; } inline bool* get_address_of__hasExplicitDefaultValue_1() { return &____hasExplicitDefaultValue_1; } inline void set__hasExplicitDefaultValue_1(bool value) { ____hasExplicitDefaultValue_1 = value; } inline static int32_t get_offset_of__defaultValue_2() { return static_cast(offsetof(JsonProperty_t1405154176, ____defaultValue_2)); } inline RuntimeObject * get__defaultValue_2() const { return ____defaultValue_2; } inline RuntimeObject ** get_address_of__defaultValue_2() { return &____defaultValue_2; } inline void set__defaultValue_2(RuntimeObject * value) { ____defaultValue_2 = value; Il2CppCodeGenWriteBarrier((&____defaultValue_2), value); } inline static int32_t get_offset_of__hasGeneratedDefaultValue_3() { return static_cast(offsetof(JsonProperty_t1405154176, ____hasGeneratedDefaultValue_3)); } inline bool get__hasGeneratedDefaultValue_3() const { return ____hasGeneratedDefaultValue_3; } inline bool* get_address_of__hasGeneratedDefaultValue_3() { return &____hasGeneratedDefaultValue_3; } inline void set__hasGeneratedDefaultValue_3(bool value) { ____hasGeneratedDefaultValue_3 = value; } inline static int32_t get_offset_of__propertyName_4() { return static_cast(offsetof(JsonProperty_t1405154176, ____propertyName_4)); } inline String_t* get__propertyName_4() const { return ____propertyName_4; } inline String_t** get_address_of__propertyName_4() { return &____propertyName_4; } inline void set__propertyName_4(String_t* value) { ____propertyName_4 = value; Il2CppCodeGenWriteBarrier((&____propertyName_4), value); } inline static int32_t get_offset_of__skipPropertyNameEscape_5() { return static_cast(offsetof(JsonProperty_t1405154176, ____skipPropertyNameEscape_5)); } inline bool get__skipPropertyNameEscape_5() const { return ____skipPropertyNameEscape_5; } inline bool* get_address_of__skipPropertyNameEscape_5() { return &____skipPropertyNameEscape_5; } inline void set__skipPropertyNameEscape_5(bool value) { ____skipPropertyNameEscape_5 = value; } inline static int32_t get_offset_of__propertyType_6() { return static_cast(offsetof(JsonProperty_t1405154176, ____propertyType_6)); } inline Type_t * get__propertyType_6() const { return ____propertyType_6; } inline Type_t ** get_address_of__propertyType_6() { return &____propertyType_6; } inline void set__propertyType_6(Type_t * value) { ____propertyType_6 = value; Il2CppCodeGenWriteBarrier((&____propertyType_6), value); } inline static int32_t get_offset_of_U3CPropertyContractU3Ek__BackingField_7() { return static_cast(offsetof(JsonProperty_t1405154176, ___U3CPropertyContractU3Ek__BackingField_7)); } inline JsonContract_t3715061318 * get_U3CPropertyContractU3Ek__BackingField_7() const { return ___U3CPropertyContractU3Ek__BackingField_7; } inline JsonContract_t3715061318 ** get_address_of_U3CPropertyContractU3Ek__BackingField_7() { return &___U3CPropertyContractU3Ek__BackingField_7; } inline void set_U3CPropertyContractU3Ek__BackingField_7(JsonContract_t3715061318 * value) { ___U3CPropertyContractU3Ek__BackingField_7 = value; Il2CppCodeGenWriteBarrier((&___U3CPropertyContractU3Ek__BackingField_7), value); } inline static int32_t get_offset_of_U3CDeclaringTypeU3Ek__BackingField_8() { return static_cast(offsetof(JsonProperty_t1405154176, ___U3CDeclaringTypeU3Ek__BackingField_8)); } inline Type_t * get_U3CDeclaringTypeU3Ek__BackingField_8() const { return ___U3CDeclaringTypeU3Ek__BackingField_8; } inline Type_t ** get_address_of_U3CDeclaringTypeU3Ek__BackingField_8() { return &___U3CDeclaringTypeU3Ek__BackingField_8; } inline void set_U3CDeclaringTypeU3Ek__BackingField_8(Type_t * value) { ___U3CDeclaringTypeU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((&___U3CDeclaringTypeU3Ek__BackingField_8), value); } inline static int32_t get_offset_of_U3COrderU3Ek__BackingField_9() { return static_cast(offsetof(JsonProperty_t1405154176, ___U3COrderU3Ek__BackingField_9)); } inline Nullable_1_t378540539 get_U3COrderU3Ek__BackingField_9() const { return ___U3COrderU3Ek__BackingField_9; } inline Nullable_1_t378540539 * get_address_of_U3COrderU3Ek__BackingField_9() { return &___U3COrderU3Ek__BackingField_9; } inline void set_U3COrderU3Ek__BackingField_9(Nullable_1_t378540539 value) { ___U3COrderU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_U3CUnderlyingNameU3Ek__BackingField_10() { return static_cast(offsetof(JsonProperty_t1405154176, ___U3CUnderlyingNameU3Ek__BackingField_10)); } inline String_t* get_U3CUnderlyingNameU3Ek__BackingField_10() const { return ___U3CUnderlyingNameU3Ek__BackingField_10; } inline String_t** get_address_of_U3CUnderlyingNameU3Ek__BackingField_10() { return &___U3CUnderlyingNameU3Ek__BackingField_10; } inline void set_U3CUnderlyingNameU3Ek__BackingField_10(String_t* value) { ___U3CUnderlyingNameU3Ek__BackingField_10 = value; Il2CppCodeGenWriteBarrier((&___U3CUnderlyingNameU3Ek__BackingField_10), value); } inline static int32_t get_offset_of_U3CValueProviderU3Ek__BackingField_11() { return static_cast(offsetof(JsonProperty_t1405154176, ___U3CValueProviderU3Ek__BackingField_11)); } inline RuntimeObject* get_U3CValueProviderU3Ek__BackingField_11() const { return ___U3CValueProviderU3Ek__BackingField_11; } inline RuntimeObject** get_address_of_U3CValueProviderU3Ek__BackingField_11() { return &___U3CValueProviderU3Ek__BackingField_11; } inline void set_U3CValueProviderU3Ek__BackingField_11(RuntimeObject* value) { ___U3CValueProviderU3Ek__BackingField_11 = value; Il2CppCodeGenWriteBarrier((&___U3CValueProviderU3Ek__BackingField_11), value); } inline static int32_t get_offset_of_U3CAttributeProviderU3Ek__BackingField_12() { return static_cast(offsetof(JsonProperty_t1405154176, ___U3CAttributeProviderU3Ek__BackingField_12)); } inline RuntimeObject* get_U3CAttributeProviderU3Ek__BackingField_12() const { return ___U3CAttributeProviderU3Ek__BackingField_12; } inline RuntimeObject** get_address_of_U3CAttributeProviderU3Ek__BackingField_12() { return &___U3CAttributeProviderU3Ek__BackingField_12; } inline void set_U3CAttributeProviderU3Ek__BackingField_12(RuntimeObject* value) { ___U3CAttributeProviderU3Ek__BackingField_12 = value; Il2CppCodeGenWriteBarrier((&___U3CAttributeProviderU3Ek__BackingField_12), value); } inline static int32_t get_offset_of_U3CConverterU3Ek__BackingField_13() { return static_cast(offsetof(JsonProperty_t1405154176, ___U3CConverterU3Ek__BackingField_13)); } inline JsonConverter_t1047106545 * get_U3CConverterU3Ek__BackingField_13() const { return ___U3CConverterU3Ek__BackingField_13; } inline JsonConverter_t1047106545 ** get_address_of_U3CConverterU3Ek__BackingField_13() { return &___U3CConverterU3Ek__BackingField_13; } inline void set_U3CConverterU3Ek__BackingField_13(JsonConverter_t1047106545 * value) { ___U3CConverterU3Ek__BackingField_13 = value; Il2CppCodeGenWriteBarrier((&___U3CConverterU3Ek__BackingField_13), value); } inline static int32_t get_offset_of_U3CMemberConverterU3Ek__BackingField_14() { return static_cast(offsetof(JsonProperty_t1405154176, ___U3CMemberConverterU3Ek__BackingField_14)); } inline JsonConverter_t1047106545 * get_U3CMemberConverterU3Ek__BackingField_14() const { return ___U3CMemberConverterU3Ek__BackingField_14; } inline JsonConverter_t1047106545 ** get_address_of_U3CMemberConverterU3Ek__BackingField_14() { return &___U3CMemberConverterU3Ek__BackingField_14; } inline void set_U3CMemberConverterU3Ek__BackingField_14(JsonConverter_t1047106545 * value) { ___U3CMemberConverterU3Ek__BackingField_14 = value; Il2CppCodeGenWriteBarrier((&___U3CMemberConverterU3Ek__BackingField_14), value); } inline static int32_t get_offset_of_U3CIgnoredU3Ek__BackingField_15() { return static_cast(offsetof(JsonProperty_t1405154176, ___U3CIgnoredU3Ek__BackingField_15)); } inline bool get_U3CIgnoredU3Ek__BackingField_15() const { return ___U3CIgnoredU3Ek__BackingField_15; } inline bool* get_address_of_U3CIgnoredU3Ek__BackingField_15() { return &___U3CIgnoredU3Ek__BackingField_15; } inline void set_U3CIgnoredU3Ek__BackingField_15(bool value) { ___U3CIgnoredU3Ek__BackingField_15 = value; } inline static int32_t get_offset_of_U3CReadableU3Ek__BackingField_16() { return static_cast(offsetof(JsonProperty_t1405154176, ___U3CReadableU3Ek__BackingField_16)); } inline bool get_U3CReadableU3Ek__BackingField_16() const { return ___U3CReadableU3Ek__BackingField_16; } inline bool* get_address_of_U3CReadableU3Ek__BackingField_16() { return &___U3CReadableU3Ek__BackingField_16; } inline void set_U3CReadableU3Ek__BackingField_16(bool value) { ___U3CReadableU3Ek__BackingField_16 = value; } inline static int32_t get_offset_of_U3CWritableU3Ek__BackingField_17() { return static_cast(offsetof(JsonProperty_t1405154176, ___U3CWritableU3Ek__BackingField_17)); } inline bool get_U3CWritableU3Ek__BackingField_17() const { return ___U3CWritableU3Ek__BackingField_17; } inline bool* get_address_of_U3CWritableU3Ek__BackingField_17() { return &___U3CWritableU3Ek__BackingField_17; } inline void set_U3CWritableU3Ek__BackingField_17(bool value) { ___U3CWritableU3Ek__BackingField_17 = value; } inline static int32_t get_offset_of_U3CHasMemberAttributeU3Ek__BackingField_18() { return static_cast(offsetof(JsonProperty_t1405154176, ___U3CHasMemberAttributeU3Ek__BackingField_18)); } inline bool get_U3CHasMemberAttributeU3Ek__BackingField_18() const { return ___U3CHasMemberAttributeU3Ek__BackingField_18; } inline bool* get_address_of_U3CHasMemberAttributeU3Ek__BackingField_18() { return &___U3CHasMemberAttributeU3Ek__BackingField_18; } inline void set_U3CHasMemberAttributeU3Ek__BackingField_18(bool value) { ___U3CHasMemberAttributeU3Ek__BackingField_18 = value; } inline static int32_t get_offset_of_U3CIsReferenceU3Ek__BackingField_19() { return static_cast(offsetof(JsonProperty_t1405154176, ___U3CIsReferenceU3Ek__BackingField_19)); } inline Nullable_1_t1819850047 get_U3CIsReferenceU3Ek__BackingField_19() const { return ___U3CIsReferenceU3Ek__BackingField_19; } inline Nullable_1_t1819850047 * get_address_of_U3CIsReferenceU3Ek__BackingField_19() { return &___U3CIsReferenceU3Ek__BackingField_19; } inline void set_U3CIsReferenceU3Ek__BackingField_19(Nullable_1_t1819850047 value) { ___U3CIsReferenceU3Ek__BackingField_19 = value; } inline static int32_t get_offset_of_U3CNullValueHandlingU3Ek__BackingField_20() { return static_cast(offsetof(JsonProperty_t1405154176, ___U3CNullValueHandlingU3Ek__BackingField_20)); } inline Nullable_1_t829731231 get_U3CNullValueHandlingU3Ek__BackingField_20() const { return ___U3CNullValueHandlingU3Ek__BackingField_20; } inline Nullable_1_t829731231 * get_address_of_U3CNullValueHandlingU3Ek__BackingField_20() { return &___U3CNullValueHandlingU3Ek__BackingField_20; } inline void set_U3CNullValueHandlingU3Ek__BackingField_20(Nullable_1_t829731231 value) { ___U3CNullValueHandlingU3Ek__BackingField_20 = value; } inline static int32_t get_offset_of_U3CDefaultValueHandlingU3Ek__BackingField_21() { return static_cast(offsetof(JsonProperty_t1405154176, ___U3CDefaultValueHandlingU3Ek__BackingField_21)); } inline Nullable_1_t668593436 get_U3CDefaultValueHandlingU3Ek__BackingField_21() const { return ___U3CDefaultValueHandlingU3Ek__BackingField_21; } inline Nullable_1_t668593436 * get_address_of_U3CDefaultValueHandlingU3Ek__BackingField_21() { return &___U3CDefaultValueHandlingU3Ek__BackingField_21; } inline void set_U3CDefaultValueHandlingU3Ek__BackingField_21(Nullable_1_t668593436 value) { ___U3CDefaultValueHandlingU3Ek__BackingField_21 = value; } inline static int32_t get_offset_of_U3CReferenceLoopHandlingU3Ek__BackingField_22() { return static_cast(offsetof(JsonProperty_t1405154176, ___U3CReferenceLoopHandlingU3Ek__BackingField_22)); } inline Nullable_1_t3051693050 get_U3CReferenceLoopHandlingU3Ek__BackingField_22() const { return ___U3CReferenceLoopHandlingU3Ek__BackingField_22; } inline Nullable_1_t3051693050 * get_address_of_U3CReferenceLoopHandlingU3Ek__BackingField_22() { return &___U3CReferenceLoopHandlingU3Ek__BackingField_22; } inline void set_U3CReferenceLoopHandlingU3Ek__BackingField_22(Nullable_1_t3051693050 value) { ___U3CReferenceLoopHandlingU3Ek__BackingField_22 = value; } inline static int32_t get_offset_of_U3CObjectCreationHandlingU3Ek__BackingField_23() { return static_cast(offsetof(JsonProperty_t1405154176, ___U3CObjectCreationHandlingU3Ek__BackingField_23)); } inline Nullable_1_t588389317 get_U3CObjectCreationHandlingU3Ek__BackingField_23() const { return ___U3CObjectCreationHandlingU3Ek__BackingField_23; } inline Nullable_1_t588389317 * get_address_of_U3CObjectCreationHandlingU3Ek__BackingField_23() { return &___U3CObjectCreationHandlingU3Ek__BackingField_23; } inline void set_U3CObjectCreationHandlingU3Ek__BackingField_23(Nullable_1_t588389317 value) { ___U3CObjectCreationHandlingU3Ek__BackingField_23 = value; } inline static int32_t get_offset_of_U3CTypeNameHandlingU3Ek__BackingField_24() { return static_cast(offsetof(JsonProperty_t1405154176, ___U3CTypeNameHandlingU3Ek__BackingField_24)); } inline Nullable_1_t1159582132 get_U3CTypeNameHandlingU3Ek__BackingField_24() const { return ___U3CTypeNameHandlingU3Ek__BackingField_24; } inline Nullable_1_t1159582132 * get_address_of_U3CTypeNameHandlingU3Ek__BackingField_24() { return &___U3CTypeNameHandlingU3Ek__BackingField_24; } inline void set_U3CTypeNameHandlingU3Ek__BackingField_24(Nullable_1_t1159582132 value) { ___U3CTypeNameHandlingU3Ek__BackingField_24 = value; } inline static int32_t get_offset_of_U3CShouldSerializeU3Ek__BackingField_25() { return static_cast(offsetof(JsonProperty_t1405154176, ___U3CShouldSerializeU3Ek__BackingField_25)); } inline Predicate_1_t3905400288 * get_U3CShouldSerializeU3Ek__BackingField_25() const { return ___U3CShouldSerializeU3Ek__BackingField_25; } inline Predicate_1_t3905400288 ** get_address_of_U3CShouldSerializeU3Ek__BackingField_25() { return &___U3CShouldSerializeU3Ek__BackingField_25; } inline void set_U3CShouldSerializeU3Ek__BackingField_25(Predicate_1_t3905400288 * value) { ___U3CShouldSerializeU3Ek__BackingField_25 = value; Il2CppCodeGenWriteBarrier((&___U3CShouldSerializeU3Ek__BackingField_25), value); } inline static int32_t get_offset_of_U3CShouldDeserializeU3Ek__BackingField_26() { return static_cast(offsetof(JsonProperty_t1405154176, ___U3CShouldDeserializeU3Ek__BackingField_26)); } inline Predicate_1_t3905400288 * get_U3CShouldDeserializeU3Ek__BackingField_26() const { return ___U3CShouldDeserializeU3Ek__BackingField_26; } inline Predicate_1_t3905400288 ** get_address_of_U3CShouldDeserializeU3Ek__BackingField_26() { return &___U3CShouldDeserializeU3Ek__BackingField_26; } inline void set_U3CShouldDeserializeU3Ek__BackingField_26(Predicate_1_t3905400288 * value) { ___U3CShouldDeserializeU3Ek__BackingField_26 = value; Il2CppCodeGenWriteBarrier((&___U3CShouldDeserializeU3Ek__BackingField_26), value); } inline static int32_t get_offset_of_U3CGetIsSpecifiedU3Ek__BackingField_27() { return static_cast(offsetof(JsonProperty_t1405154176, ___U3CGetIsSpecifiedU3Ek__BackingField_27)); } inline Predicate_1_t3905400288 * get_U3CGetIsSpecifiedU3Ek__BackingField_27() const { return ___U3CGetIsSpecifiedU3Ek__BackingField_27; } inline Predicate_1_t3905400288 ** get_address_of_U3CGetIsSpecifiedU3Ek__BackingField_27() { return &___U3CGetIsSpecifiedU3Ek__BackingField_27; } inline void set_U3CGetIsSpecifiedU3Ek__BackingField_27(Predicate_1_t3905400288 * value) { ___U3CGetIsSpecifiedU3Ek__BackingField_27 = value; Il2CppCodeGenWriteBarrier((&___U3CGetIsSpecifiedU3Ek__BackingField_27), value); } inline static int32_t get_offset_of_U3CSetIsSpecifiedU3Ek__BackingField_28() { return static_cast(offsetof(JsonProperty_t1405154176, ___U3CSetIsSpecifiedU3Ek__BackingField_28)); } inline Action_2_t2470008838 * get_U3CSetIsSpecifiedU3Ek__BackingField_28() const { return ___U3CSetIsSpecifiedU3Ek__BackingField_28; } inline Action_2_t2470008838 ** get_address_of_U3CSetIsSpecifiedU3Ek__BackingField_28() { return &___U3CSetIsSpecifiedU3Ek__BackingField_28; } inline void set_U3CSetIsSpecifiedU3Ek__BackingField_28(Action_2_t2470008838 * value) { ___U3CSetIsSpecifiedU3Ek__BackingField_28 = value; Il2CppCodeGenWriteBarrier((&___U3CSetIsSpecifiedU3Ek__BackingField_28), value); } inline static int32_t get_offset_of_U3CItemConverterU3Ek__BackingField_29() { return static_cast(offsetof(JsonProperty_t1405154176, ___U3CItemConverterU3Ek__BackingField_29)); } inline JsonConverter_t1047106545 * get_U3CItemConverterU3Ek__BackingField_29() const { return ___U3CItemConverterU3Ek__BackingField_29; } inline JsonConverter_t1047106545 ** get_address_of_U3CItemConverterU3Ek__BackingField_29() { return &___U3CItemConverterU3Ek__BackingField_29; } inline void set_U3CItemConverterU3Ek__BackingField_29(JsonConverter_t1047106545 * value) { ___U3CItemConverterU3Ek__BackingField_29 = value; Il2CppCodeGenWriteBarrier((&___U3CItemConverterU3Ek__BackingField_29), value); } inline static int32_t get_offset_of_U3CItemIsReferenceU3Ek__BackingField_30() { return static_cast(offsetof(JsonProperty_t1405154176, ___U3CItemIsReferenceU3Ek__BackingField_30)); } inline Nullable_1_t1819850047 get_U3CItemIsReferenceU3Ek__BackingField_30() const { return ___U3CItemIsReferenceU3Ek__BackingField_30; } inline Nullable_1_t1819850047 * get_address_of_U3CItemIsReferenceU3Ek__BackingField_30() { return &___U3CItemIsReferenceU3Ek__BackingField_30; } inline void set_U3CItemIsReferenceU3Ek__BackingField_30(Nullable_1_t1819850047 value) { ___U3CItemIsReferenceU3Ek__BackingField_30 = value; } inline static int32_t get_offset_of_U3CItemTypeNameHandlingU3Ek__BackingField_31() { return static_cast(offsetof(JsonProperty_t1405154176, ___U3CItemTypeNameHandlingU3Ek__BackingField_31)); } inline Nullable_1_t1159582132 get_U3CItemTypeNameHandlingU3Ek__BackingField_31() const { return ___U3CItemTypeNameHandlingU3Ek__BackingField_31; } inline Nullable_1_t1159582132 * get_address_of_U3CItemTypeNameHandlingU3Ek__BackingField_31() { return &___U3CItemTypeNameHandlingU3Ek__BackingField_31; } inline void set_U3CItemTypeNameHandlingU3Ek__BackingField_31(Nullable_1_t1159582132 value) { ___U3CItemTypeNameHandlingU3Ek__BackingField_31 = value; } inline static int32_t get_offset_of_U3CItemReferenceLoopHandlingU3Ek__BackingField_32() { return static_cast(offsetof(JsonProperty_t1405154176, ___U3CItemReferenceLoopHandlingU3Ek__BackingField_32)); } inline Nullable_1_t3051693050 get_U3CItemReferenceLoopHandlingU3Ek__BackingField_32() const { return ___U3CItemReferenceLoopHandlingU3Ek__BackingField_32; } inline Nullable_1_t3051693050 * get_address_of_U3CItemReferenceLoopHandlingU3Ek__BackingField_32() { return &___U3CItemReferenceLoopHandlingU3Ek__BackingField_32; } inline void set_U3CItemReferenceLoopHandlingU3Ek__BackingField_32(Nullable_1_t3051693050 value) { ___U3CItemReferenceLoopHandlingU3Ek__BackingField_32 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONPROPERTY_T1405154176_H #ifndef JSONCONTAINERCONTRACT_T1214283173_H #define JSONCONTAINERCONTRACT_T1214283173_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.JsonContainerContract struct JsonContainerContract_t1214283173 : public JsonContract_t3715061318 { public: // Newtonsoft.Json.Serialization.JsonContract Newtonsoft.Json.Serialization.JsonContainerContract::_itemContract JsonContract_t3715061318 * ____itemContract_21; // Newtonsoft.Json.Serialization.JsonContract Newtonsoft.Json.Serialization.JsonContainerContract::_finalItemContract JsonContract_t3715061318 * ____finalItemContract_22; // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonContainerContract::k__BackingField JsonConverter_t1047106545 * ___U3CItemConverterU3Ek__BackingField_23; // System.Nullable`1 Newtonsoft.Json.Serialization.JsonContainerContract::k__BackingField Nullable_1_t1819850047 ___U3CItemIsReferenceU3Ek__BackingField_24; // System.Nullable`1 Newtonsoft.Json.Serialization.JsonContainerContract::k__BackingField Nullable_1_t3051693050 ___U3CItemReferenceLoopHandlingU3Ek__BackingField_25; // System.Nullable`1 Newtonsoft.Json.Serialization.JsonContainerContract::k__BackingField Nullable_1_t1159582132 ___U3CItemTypeNameHandlingU3Ek__BackingField_26; public: inline static int32_t get_offset_of__itemContract_21() { return static_cast(offsetof(JsonContainerContract_t1214283173, ____itemContract_21)); } inline JsonContract_t3715061318 * get__itemContract_21() const { return ____itemContract_21; } inline JsonContract_t3715061318 ** get_address_of__itemContract_21() { return &____itemContract_21; } inline void set__itemContract_21(JsonContract_t3715061318 * value) { ____itemContract_21 = value; Il2CppCodeGenWriteBarrier((&____itemContract_21), value); } inline static int32_t get_offset_of__finalItemContract_22() { return static_cast(offsetof(JsonContainerContract_t1214283173, ____finalItemContract_22)); } inline JsonContract_t3715061318 * get__finalItemContract_22() const { return ____finalItemContract_22; } inline JsonContract_t3715061318 ** get_address_of__finalItemContract_22() { return &____finalItemContract_22; } inline void set__finalItemContract_22(JsonContract_t3715061318 * value) { ____finalItemContract_22 = value; Il2CppCodeGenWriteBarrier((&____finalItemContract_22), value); } inline static int32_t get_offset_of_U3CItemConverterU3Ek__BackingField_23() { return static_cast(offsetof(JsonContainerContract_t1214283173, ___U3CItemConverterU3Ek__BackingField_23)); } inline JsonConverter_t1047106545 * get_U3CItemConverterU3Ek__BackingField_23() const { return ___U3CItemConverterU3Ek__BackingField_23; } inline JsonConverter_t1047106545 ** get_address_of_U3CItemConverterU3Ek__BackingField_23() { return &___U3CItemConverterU3Ek__BackingField_23; } inline void set_U3CItemConverterU3Ek__BackingField_23(JsonConverter_t1047106545 * value) { ___U3CItemConverterU3Ek__BackingField_23 = value; Il2CppCodeGenWriteBarrier((&___U3CItemConverterU3Ek__BackingField_23), value); } inline static int32_t get_offset_of_U3CItemIsReferenceU3Ek__BackingField_24() { return static_cast(offsetof(JsonContainerContract_t1214283173, ___U3CItemIsReferenceU3Ek__BackingField_24)); } inline Nullable_1_t1819850047 get_U3CItemIsReferenceU3Ek__BackingField_24() const { return ___U3CItemIsReferenceU3Ek__BackingField_24; } inline Nullable_1_t1819850047 * get_address_of_U3CItemIsReferenceU3Ek__BackingField_24() { return &___U3CItemIsReferenceU3Ek__BackingField_24; } inline void set_U3CItemIsReferenceU3Ek__BackingField_24(Nullable_1_t1819850047 value) { ___U3CItemIsReferenceU3Ek__BackingField_24 = value; } inline static int32_t get_offset_of_U3CItemReferenceLoopHandlingU3Ek__BackingField_25() { return static_cast(offsetof(JsonContainerContract_t1214283173, ___U3CItemReferenceLoopHandlingU3Ek__BackingField_25)); } inline Nullable_1_t3051693050 get_U3CItemReferenceLoopHandlingU3Ek__BackingField_25() const { return ___U3CItemReferenceLoopHandlingU3Ek__BackingField_25; } inline Nullable_1_t3051693050 * get_address_of_U3CItemReferenceLoopHandlingU3Ek__BackingField_25() { return &___U3CItemReferenceLoopHandlingU3Ek__BackingField_25; } inline void set_U3CItemReferenceLoopHandlingU3Ek__BackingField_25(Nullable_1_t3051693050 value) { ___U3CItemReferenceLoopHandlingU3Ek__BackingField_25 = value; } inline static int32_t get_offset_of_U3CItemTypeNameHandlingU3Ek__BackingField_26() { return static_cast(offsetof(JsonContainerContract_t1214283173, ___U3CItemTypeNameHandlingU3Ek__BackingField_26)); } inline Nullable_1_t1159582132 get_U3CItemTypeNameHandlingU3Ek__BackingField_26() const { return ___U3CItemTypeNameHandlingU3Ek__BackingField_26; } inline Nullable_1_t1159582132 * get_address_of_U3CItemTypeNameHandlingU3Ek__BackingField_26() { return &___U3CItemTypeNameHandlingU3Ek__BackingField_26; } inline void set_U3CItemTypeNameHandlingU3Ek__BackingField_26(Nullable_1_t1159582132 value) { ___U3CItemTypeNameHandlingU3Ek__BackingField_26 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONCONTAINERCONTRACT_T1214283173_H #ifndef FUNC_2_T3160938740_H #define FUNC_2_T3160938740_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Func`2> struct Func_2_t3160938740 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_2_T3160938740_H #ifndef FUNC_2_T2947909750_H #define FUNC_2_T2947909750_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Func`2 struct Func_2_t2947909750 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_2_T2947909750_H #ifndef JSONSERIALIZER_T1424496335_H #define JSONSERIALIZER_T1424496335_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonSerializer struct JsonSerializer_t1424496335 : 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_t3675964822 * ____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_t274213469 * ____binder_14; // System.Runtime.Serialization.StreamingContext Newtonsoft.Json.JsonSerializer::_context StreamingContext_t3711869237 ____context_15; // Newtonsoft.Json.Serialization.IReferenceResolver Newtonsoft.Json.JsonSerializer::_referenceResolver RuntimeObject* ____referenceResolver_16; // System.Nullable`1 Newtonsoft.Json.JsonSerializer::_formatting Nullable_1_t3914607011 ____formatting_17; // System.Nullable`1 Newtonsoft.Json.JsonSerializer::_dateFormatHandling Nullable_1_t3098729937 ____dateFormatHandling_18; // System.Nullable`1 Newtonsoft.Json.JsonSerializer::_dateTimeZoneHandling Nullable_1_t430194516 ____dateTimeZoneHandling_19; // System.Nullable`1 Newtonsoft.Json.JsonSerializer::_dateParseHandling Nullable_1_t179296662 ____dateParseHandling_20; // System.Nullable`1 Newtonsoft.Json.JsonSerializer::_floatFormatHandling Nullable_1_t2285469903 ____floatFormatHandling_21; // System.Nullable`1 Newtonsoft.Json.JsonSerializer::_floatParseHandling Nullable_1_t2729527740 ____floatParseHandling_22; // System.Nullable`1 Newtonsoft.Json.JsonSerializer::_stringEscapeHandling Nullable_1_t1505470351 ____stringEscapeHandling_23; // System.Globalization.CultureInfo Newtonsoft.Json.JsonSerializer::_culture CultureInfo_t4157843068 * ____culture_24; // System.Nullable`1 Newtonsoft.Json.JsonSerializer::_maxDepth Nullable_1_t378540539 ____maxDepth_25; // System.Boolean Newtonsoft.Json.JsonSerializer::_maxDepthSet bool ____maxDepthSet_26; // System.Nullable`1 Newtonsoft.Json.JsonSerializer::_checkAdditionalContent Nullable_1_t1819850047 ____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_t2935836205 * ___Error_30; public: inline static int32_t get_offset_of__typeNameHandling_0() { return static_cast(offsetof(JsonSerializer_t1424496335, ____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_t1424496335, ____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_t1424496335, ____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_t1424496335, ____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_t1424496335, ____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_t1424496335, ____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_t1424496335, ____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_t1424496335, ____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_t1424496335, ____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_t1424496335, ____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_t1424496335, ____converters_10)); } inline JsonConverterCollection_t3675964822 * get__converters_10() const { return ____converters_10; } inline JsonConverterCollection_t3675964822 ** get_address_of__converters_10() { return &____converters_10; } inline void set__converters_10(JsonConverterCollection_t3675964822 * value) { ____converters_10 = value; Il2CppCodeGenWriteBarrier((&____converters_10), value); } inline static int32_t get_offset_of__contractResolver_11() { return static_cast(offsetof(JsonSerializer_t1424496335, ____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((&____contractResolver_11), value); } inline static int32_t get_offset_of__traceWriter_12() { return static_cast(offsetof(JsonSerializer_t1424496335, ____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((&____traceWriter_12), value); } inline static int32_t get_offset_of__equalityComparer_13() { return static_cast(offsetof(JsonSerializer_t1424496335, ____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((&____equalityComparer_13), value); } inline static int32_t get_offset_of__binder_14() { return static_cast(offsetof(JsonSerializer_t1424496335, ____binder_14)); } inline SerializationBinder_t274213469 * get__binder_14() const { return ____binder_14; } inline SerializationBinder_t274213469 ** get_address_of__binder_14() { return &____binder_14; } inline void set__binder_14(SerializationBinder_t274213469 * value) { ____binder_14 = value; Il2CppCodeGenWriteBarrier((&____binder_14), value); } inline static int32_t get_offset_of__context_15() { return static_cast(offsetof(JsonSerializer_t1424496335, ____context_15)); } inline StreamingContext_t3711869237 get__context_15() const { return ____context_15; } inline StreamingContext_t3711869237 * get_address_of__context_15() { return &____context_15; } inline void set__context_15(StreamingContext_t3711869237 value) { ____context_15 = value; } inline static int32_t get_offset_of__referenceResolver_16() { return static_cast(offsetof(JsonSerializer_t1424496335, ____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((&____referenceResolver_16), value); } inline static int32_t get_offset_of__formatting_17() { return static_cast(offsetof(JsonSerializer_t1424496335, ____formatting_17)); } inline Nullable_1_t3914607011 get__formatting_17() const { return ____formatting_17; } inline Nullable_1_t3914607011 * get_address_of__formatting_17() { return &____formatting_17; } inline void set__formatting_17(Nullable_1_t3914607011 value) { ____formatting_17 = value; } inline static int32_t get_offset_of__dateFormatHandling_18() { return static_cast(offsetof(JsonSerializer_t1424496335, ____dateFormatHandling_18)); } inline Nullable_1_t3098729937 get__dateFormatHandling_18() const { return ____dateFormatHandling_18; } inline Nullable_1_t3098729937 * get_address_of__dateFormatHandling_18() { return &____dateFormatHandling_18; } inline void set__dateFormatHandling_18(Nullable_1_t3098729937 value) { ____dateFormatHandling_18 = value; } inline static int32_t get_offset_of__dateTimeZoneHandling_19() { return static_cast(offsetof(JsonSerializer_t1424496335, ____dateTimeZoneHandling_19)); } inline Nullable_1_t430194516 get__dateTimeZoneHandling_19() const { return ____dateTimeZoneHandling_19; } inline Nullable_1_t430194516 * get_address_of__dateTimeZoneHandling_19() { return &____dateTimeZoneHandling_19; } inline void set__dateTimeZoneHandling_19(Nullable_1_t430194516 value) { ____dateTimeZoneHandling_19 = value; } inline static int32_t get_offset_of__dateParseHandling_20() { return static_cast(offsetof(JsonSerializer_t1424496335, ____dateParseHandling_20)); } inline Nullable_1_t179296662 get__dateParseHandling_20() const { return ____dateParseHandling_20; } inline Nullable_1_t179296662 * get_address_of__dateParseHandling_20() { return &____dateParseHandling_20; } inline void set__dateParseHandling_20(Nullable_1_t179296662 value) { ____dateParseHandling_20 = value; } inline static int32_t get_offset_of__floatFormatHandling_21() { return static_cast(offsetof(JsonSerializer_t1424496335, ____floatFormatHandling_21)); } inline Nullable_1_t2285469903 get__floatFormatHandling_21() const { return ____floatFormatHandling_21; } inline Nullable_1_t2285469903 * get_address_of__floatFormatHandling_21() { return &____floatFormatHandling_21; } inline void set__floatFormatHandling_21(Nullable_1_t2285469903 value) { ____floatFormatHandling_21 = value; } inline static int32_t get_offset_of__floatParseHandling_22() { return static_cast(offsetof(JsonSerializer_t1424496335, ____floatParseHandling_22)); } inline Nullable_1_t2729527740 get__floatParseHandling_22() const { return ____floatParseHandling_22; } inline Nullable_1_t2729527740 * get_address_of__floatParseHandling_22() { return &____floatParseHandling_22; } inline void set__floatParseHandling_22(Nullable_1_t2729527740 value) { ____floatParseHandling_22 = value; } inline static int32_t get_offset_of__stringEscapeHandling_23() { return static_cast(offsetof(JsonSerializer_t1424496335, ____stringEscapeHandling_23)); } inline Nullable_1_t1505470351 get__stringEscapeHandling_23() const { return ____stringEscapeHandling_23; } inline Nullable_1_t1505470351 * get_address_of__stringEscapeHandling_23() { return &____stringEscapeHandling_23; } inline void set__stringEscapeHandling_23(Nullable_1_t1505470351 value) { ____stringEscapeHandling_23 = value; } inline static int32_t get_offset_of__culture_24() { return static_cast(offsetof(JsonSerializer_t1424496335, ____culture_24)); } inline CultureInfo_t4157843068 * get__culture_24() const { return ____culture_24; } inline CultureInfo_t4157843068 ** get_address_of__culture_24() { return &____culture_24; } inline void set__culture_24(CultureInfo_t4157843068 * value) { ____culture_24 = value; Il2CppCodeGenWriteBarrier((&____culture_24), value); } inline static int32_t get_offset_of__maxDepth_25() { return static_cast(offsetof(JsonSerializer_t1424496335, ____maxDepth_25)); } inline Nullable_1_t378540539 get__maxDepth_25() const { return ____maxDepth_25; } inline Nullable_1_t378540539 * get_address_of__maxDepth_25() { return &____maxDepth_25; } inline void set__maxDepth_25(Nullable_1_t378540539 value) { ____maxDepth_25 = value; } inline static int32_t get_offset_of__maxDepthSet_26() { return static_cast(offsetof(JsonSerializer_t1424496335, ____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_t1424496335, ____checkAdditionalContent_27)); } inline Nullable_1_t1819850047 get__checkAdditionalContent_27() const { return ____checkAdditionalContent_27; } inline Nullable_1_t1819850047 * get_address_of__checkAdditionalContent_27() { return &____checkAdditionalContent_27; } inline void set__checkAdditionalContent_27(Nullable_1_t1819850047 value) { ____checkAdditionalContent_27 = value; } inline static int32_t get_offset_of__dateFormatString_28() { return static_cast(offsetof(JsonSerializer_t1424496335, ____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((&____dateFormatString_28), value); } inline static int32_t get_offset_of__dateFormatStringSet_29() { return static_cast(offsetof(JsonSerializer_t1424496335, ____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_t1424496335, ___Error_30)); } inline EventHandler_1_t2935836205 * get_Error_30() const { return ___Error_30; } inline EventHandler_1_t2935836205 ** get_address_of_Error_30() { return &___Error_30; } inline void set_Error_30(EventHandler_1_t2935836205 * value) { ___Error_30 = value; Il2CppCodeGenWriteBarrier((&___Error_30), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONSERIALIZER_T1424496335_H #ifndef FUNC_2_T1850968970_H #define FUNC_2_T1850968970_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Func`2 struct Func_2_t1850968970 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_2_T1850968970_H #ifndef JSONWRITER_T1467272295_H #define JSONWRITER_T1467272295_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonWriter struct JsonWriter_t1467272295 : public RuntimeObject { public: // System.Collections.Generic.List`1 Newtonsoft.Json.JsonWriter::_stack List_1_t4000102456 * ____stack_2; // Newtonsoft.Json.JsonPosition Newtonsoft.Json.JsonWriter::_currentPosition JsonPosition_t2528027714 ____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_t4157843068 * ____culture_12; public: inline static int32_t get_offset_of__stack_2() { return static_cast(offsetof(JsonWriter_t1467272295, ____stack_2)); } inline List_1_t4000102456 * get__stack_2() const { return ____stack_2; } inline List_1_t4000102456 ** get_address_of__stack_2() { return &____stack_2; } inline void set__stack_2(List_1_t4000102456 * value) { ____stack_2 = value; Il2CppCodeGenWriteBarrier((&____stack_2), value); } inline static int32_t get_offset_of__currentPosition_3() { return static_cast(offsetof(JsonWriter_t1467272295, ____currentPosition_3)); } inline JsonPosition_t2528027714 get__currentPosition_3() const { return ____currentPosition_3; } inline JsonPosition_t2528027714 * get_address_of__currentPosition_3() { return &____currentPosition_3; } inline void set__currentPosition_3(JsonPosition_t2528027714 value) { ____currentPosition_3 = value; } inline static int32_t get_offset_of__currentState_4() { return static_cast(offsetof(JsonWriter_t1467272295, ____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_t1467272295, ____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_t1467272295, ___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_t1467272295, ____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_t1467272295, ____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_t1467272295, ____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_t1467272295, ____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_t1467272295, ____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((&____dateFormatString_11), value); } inline static int32_t get_offset_of__culture_12() { return static_cast(offsetof(JsonWriter_t1467272295, ____culture_12)); } inline CultureInfo_t4157843068 * get__culture_12() const { return ____culture_12; } inline CultureInfo_t4157843068 ** get_address_of__culture_12() { return &____culture_12; } inline void set__culture_12(CultureInfo_t4157843068 * value) { ____culture_12 = value; Il2CppCodeGenWriteBarrier((&____culture_12), value); } }; struct JsonWriter_t1467272295_StaticFields { public: // Newtonsoft.Json.JsonWriter/State[][] Newtonsoft.Json.JsonWriter::StateArray StateU5BU5DU5BU5D_t3190318925* ___StateArray_0; // Newtonsoft.Json.JsonWriter/State[][] Newtonsoft.Json.JsonWriter::StateArrayTempate StateU5BU5DU5BU5D_t3190318925* ___StateArrayTempate_1; public: inline static int32_t get_offset_of_StateArray_0() { return static_cast(offsetof(JsonWriter_t1467272295_StaticFields, ___StateArray_0)); } inline StateU5BU5DU5BU5D_t3190318925* get_StateArray_0() const { return ___StateArray_0; } inline StateU5BU5DU5BU5D_t3190318925** get_address_of_StateArray_0() { return &___StateArray_0; } inline void set_StateArray_0(StateU5BU5DU5BU5D_t3190318925* value) { ___StateArray_0 = value; Il2CppCodeGenWriteBarrier((&___StateArray_0), value); } inline static int32_t get_offset_of_StateArrayTempate_1() { return static_cast(offsetof(JsonWriter_t1467272295_StaticFields, ___StateArrayTempate_1)); } inline StateU5BU5DU5BU5D_t3190318925* get_StateArrayTempate_1() const { return ___StateArrayTempate_1; } inline StateU5BU5DU5BU5D_t3190318925** get_address_of_StateArrayTempate_1() { return &___StateArrayTempate_1; } inline void set_StateArrayTempate_1(StateU5BU5DU5BU5D_t3190318925* value) { ___StateArrayTempate_1 = value; Il2CppCodeGenWriteBarrier((&___StateArrayTempate_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONWRITER_T1467272295_H #ifndef FUNC_2_T1764207254_H #define FUNC_2_T1764207254_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Func`2 struct Func_2_t1764207254 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_2_T1764207254_H #ifndef JSONSTRINGCONTRACT_T1298846671_H #define JSONSTRINGCONTRACT_T1298846671_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.JsonStringContract struct JsonStringContract_t1298846671 : public JsonPrimitiveContract_t336098342 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONSTRINGCONTRACT_T1298846671_H #ifndef JSONTEXTWRITER_T1095349912_H #define JSONTEXTWRITER_T1095349912_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonTextWriter struct JsonTextWriter_t1095349912 : public JsonWriter_t1467272295 { public: // System.IO.TextWriter Newtonsoft.Json.JsonTextWriter::_writer TextWriter_t3478189236 * ____writer_13; // Newtonsoft.Json.Utilities.Base64Encoder Newtonsoft.Json.JsonTextWriter::_base64Encoder Base64Encoder_t3724986751 * ____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_t2897418192* ____charEscapeFlags_19; // System.Char[] Newtonsoft.Json.JsonTextWriter::_writeBuffer CharU5BU5D_t3528271667* ____writeBuffer_20; // Newtonsoft.Json.IArrayPool`1 Newtonsoft.Json.JsonTextWriter::_arrayPool RuntimeObject* ____arrayPool_21; // System.Char[] Newtonsoft.Json.JsonTextWriter::_indentChars CharU5BU5D_t3528271667* ____indentChars_22; public: inline static int32_t get_offset_of__writer_13() { return static_cast(offsetof(JsonTextWriter_t1095349912, ____writer_13)); } inline TextWriter_t3478189236 * get__writer_13() const { return ____writer_13; } inline TextWriter_t3478189236 ** get_address_of__writer_13() { return &____writer_13; } inline void set__writer_13(TextWriter_t3478189236 * value) { ____writer_13 = value; Il2CppCodeGenWriteBarrier((&____writer_13), value); } inline static int32_t get_offset_of__base64Encoder_14() { return static_cast(offsetof(JsonTextWriter_t1095349912, ____base64Encoder_14)); } inline Base64Encoder_t3724986751 * get__base64Encoder_14() const { return ____base64Encoder_14; } inline Base64Encoder_t3724986751 ** get_address_of__base64Encoder_14() { return &____base64Encoder_14; } inline void set__base64Encoder_14(Base64Encoder_t3724986751 * value) { ____base64Encoder_14 = value; Il2CppCodeGenWriteBarrier((&____base64Encoder_14), value); } inline static int32_t get_offset_of__indentChar_15() { return static_cast(offsetof(JsonTextWriter_t1095349912, ____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_t1095349912, ____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_t1095349912, ____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_t1095349912, ____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_t1095349912, ____charEscapeFlags_19)); } inline BooleanU5BU5D_t2897418192* get__charEscapeFlags_19() const { return ____charEscapeFlags_19; } inline BooleanU5BU5D_t2897418192** get_address_of__charEscapeFlags_19() { return &____charEscapeFlags_19; } inline void set__charEscapeFlags_19(BooleanU5BU5D_t2897418192* value) { ____charEscapeFlags_19 = value; Il2CppCodeGenWriteBarrier((&____charEscapeFlags_19), value); } inline static int32_t get_offset_of__writeBuffer_20() { return static_cast(offsetof(JsonTextWriter_t1095349912, ____writeBuffer_20)); } inline CharU5BU5D_t3528271667* get__writeBuffer_20() const { return ____writeBuffer_20; } inline CharU5BU5D_t3528271667** get_address_of__writeBuffer_20() { return &____writeBuffer_20; } inline void set__writeBuffer_20(CharU5BU5D_t3528271667* value) { ____writeBuffer_20 = value; Il2CppCodeGenWriteBarrier((&____writeBuffer_20), value); } inline static int32_t get_offset_of__arrayPool_21() { return static_cast(offsetof(JsonTextWriter_t1095349912, ____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((&____arrayPool_21), value); } inline static int32_t get_offset_of__indentChars_22() { return static_cast(offsetof(JsonTextWriter_t1095349912, ____indentChars_22)); } inline CharU5BU5D_t3528271667* get__indentChars_22() const { return ____indentChars_22; } inline CharU5BU5D_t3528271667** get_address_of__indentChars_22() { return &____indentChars_22; } inline void set__indentChars_22(CharU5BU5D_t3528271667* value) { ____indentChars_22 = value; Il2CppCodeGenWriteBarrier((&____indentChars_22), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONTEXTWRITER_T1095349912_H #ifndef TRACEJSONREADER_T740636742_H #define TRACEJSONREADER_T740636742_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.TraceJsonReader struct TraceJsonReader_t740636742 : public JsonReader_t2369136700 { public: // Newtonsoft.Json.JsonReader Newtonsoft.Json.Serialization.TraceJsonReader::_innerReader JsonReader_t2369136700 * ____innerReader_15; // Newtonsoft.Json.JsonTextWriter Newtonsoft.Json.Serialization.TraceJsonReader::_textWriter JsonTextWriter_t1095349912 * ____textWriter_16; // System.IO.StringWriter Newtonsoft.Json.Serialization.TraceJsonReader::_sw StringWriter_t802263757 * ____sw_17; public: inline static int32_t get_offset_of__innerReader_15() { return static_cast(offsetof(TraceJsonReader_t740636742, ____innerReader_15)); } inline JsonReader_t2369136700 * get__innerReader_15() const { return ____innerReader_15; } inline JsonReader_t2369136700 ** get_address_of__innerReader_15() { return &____innerReader_15; } inline void set__innerReader_15(JsonReader_t2369136700 * value) { ____innerReader_15 = value; Il2CppCodeGenWriteBarrier((&____innerReader_15), value); } inline static int32_t get_offset_of__textWriter_16() { return static_cast(offsetof(TraceJsonReader_t740636742, ____textWriter_16)); } inline JsonTextWriter_t1095349912 * get__textWriter_16() const { return ____textWriter_16; } inline JsonTextWriter_t1095349912 ** get_address_of__textWriter_16() { return &____textWriter_16; } inline void set__textWriter_16(JsonTextWriter_t1095349912 * value) { ____textWriter_16 = value; Il2CppCodeGenWriteBarrier((&____textWriter_16), value); } inline static int32_t get_offset_of__sw_17() { return static_cast(offsetof(TraceJsonReader_t740636742, ____sw_17)); } inline StringWriter_t802263757 * get__sw_17() const { return ____sw_17; } inline StringWriter_t802263757 ** get_address_of__sw_17() { return &____sw_17; } inline void set__sw_17(StringWriter_t802263757 * value) { ____sw_17 = value; Il2CppCodeGenWriteBarrier((&____sw_17), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRACEJSONREADER_T740636742_H #ifndef JSONOBJECTCONTRACT_T868533143_H #define JSONOBJECTCONTRACT_T868533143_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.JsonObjectContract struct JsonObjectContract_t868533143 : public JsonContainerContract_t1214283173 { public: // Newtonsoft.Json.MemberSerialization Newtonsoft.Json.Serialization.JsonObjectContract::k__BackingField int32_t ___U3CMemberSerializationU3Ek__BackingField_27; // System.Nullable`1 Newtonsoft.Json.Serialization.JsonObjectContract::k__BackingField Nullable_1_t3313944452 ___U3CItemRequiredU3Ek__BackingField_28; // Newtonsoft.Json.Serialization.JsonPropertyCollection Newtonsoft.Json.Serialization.JsonObjectContract::k__BackingField JsonPropertyCollection_t2691548039 * ___U3CPropertiesU3Ek__BackingField_29; // Newtonsoft.Json.Serialization.ExtensionDataSetter Newtonsoft.Json.Serialization.JsonObjectContract::k__BackingField ExtensionDataSetter_t2768476772 * ___U3CExtensionDataSetterU3Ek__BackingField_30; // Newtonsoft.Json.Serialization.ExtensionDataGetter Newtonsoft.Json.Serialization.JsonObjectContract::k__BackingField ExtensionDataGetter_t2030541412 * ___U3CExtensionDataGetterU3Ek__BackingField_31; // System.Boolean Newtonsoft.Json.Serialization.JsonObjectContract::ExtensionDataIsJToken bool ___ExtensionDataIsJToken_32; // System.Nullable`1 Newtonsoft.Json.Serialization.JsonObjectContract::_hasRequiredOrDefaultValueProperties Nullable_1_t1819850047 ____hasRequiredOrDefaultValueProperties_33; // System.Reflection.ConstructorInfo Newtonsoft.Json.Serialization.JsonObjectContract::_parametrizedConstructor ConstructorInfo_t5769829 * ____parametrizedConstructor_34; // System.Reflection.ConstructorInfo Newtonsoft.Json.Serialization.JsonObjectContract::_overrideConstructor ConstructorInfo_t5769829 * ____overrideConstructor_35; // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Serialization.JsonObjectContract::_overrideCreator ObjectConstructor_1_t3207922868 * ____overrideCreator_36; // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Serialization.JsonObjectContract::_parameterizedCreator ObjectConstructor_1_t3207922868 * ____parameterizedCreator_37; // Newtonsoft.Json.Serialization.JsonPropertyCollection Newtonsoft.Json.Serialization.JsonObjectContract::_creatorParameters JsonPropertyCollection_t2691548039 * ____creatorParameters_38; // System.Type Newtonsoft.Json.Serialization.JsonObjectContract::_extensionDataValueType Type_t * ____extensionDataValueType_39; public: inline static int32_t get_offset_of_U3CMemberSerializationU3Ek__BackingField_27() { return static_cast(offsetof(JsonObjectContract_t868533143, ___U3CMemberSerializationU3Ek__BackingField_27)); } inline int32_t get_U3CMemberSerializationU3Ek__BackingField_27() const { return ___U3CMemberSerializationU3Ek__BackingField_27; } inline int32_t* get_address_of_U3CMemberSerializationU3Ek__BackingField_27() { return &___U3CMemberSerializationU3Ek__BackingField_27; } inline void set_U3CMemberSerializationU3Ek__BackingField_27(int32_t value) { ___U3CMemberSerializationU3Ek__BackingField_27 = value; } inline static int32_t get_offset_of_U3CItemRequiredU3Ek__BackingField_28() { return static_cast(offsetof(JsonObjectContract_t868533143, ___U3CItemRequiredU3Ek__BackingField_28)); } inline Nullable_1_t3313944452 get_U3CItemRequiredU3Ek__BackingField_28() const { return ___U3CItemRequiredU3Ek__BackingField_28; } inline Nullable_1_t3313944452 * get_address_of_U3CItemRequiredU3Ek__BackingField_28() { return &___U3CItemRequiredU3Ek__BackingField_28; } inline void set_U3CItemRequiredU3Ek__BackingField_28(Nullable_1_t3313944452 value) { ___U3CItemRequiredU3Ek__BackingField_28 = value; } inline static int32_t get_offset_of_U3CPropertiesU3Ek__BackingField_29() { return static_cast(offsetof(JsonObjectContract_t868533143, ___U3CPropertiesU3Ek__BackingField_29)); } inline JsonPropertyCollection_t2691548039 * get_U3CPropertiesU3Ek__BackingField_29() const { return ___U3CPropertiesU3Ek__BackingField_29; } inline JsonPropertyCollection_t2691548039 ** get_address_of_U3CPropertiesU3Ek__BackingField_29() { return &___U3CPropertiesU3Ek__BackingField_29; } inline void set_U3CPropertiesU3Ek__BackingField_29(JsonPropertyCollection_t2691548039 * value) { ___U3CPropertiesU3Ek__BackingField_29 = value; Il2CppCodeGenWriteBarrier((&___U3CPropertiesU3Ek__BackingField_29), value); } inline static int32_t get_offset_of_U3CExtensionDataSetterU3Ek__BackingField_30() { return static_cast(offsetof(JsonObjectContract_t868533143, ___U3CExtensionDataSetterU3Ek__BackingField_30)); } inline ExtensionDataSetter_t2768476772 * get_U3CExtensionDataSetterU3Ek__BackingField_30() const { return ___U3CExtensionDataSetterU3Ek__BackingField_30; } inline ExtensionDataSetter_t2768476772 ** get_address_of_U3CExtensionDataSetterU3Ek__BackingField_30() { return &___U3CExtensionDataSetterU3Ek__BackingField_30; } inline void set_U3CExtensionDataSetterU3Ek__BackingField_30(ExtensionDataSetter_t2768476772 * value) { ___U3CExtensionDataSetterU3Ek__BackingField_30 = value; Il2CppCodeGenWriteBarrier((&___U3CExtensionDataSetterU3Ek__BackingField_30), value); } inline static int32_t get_offset_of_U3CExtensionDataGetterU3Ek__BackingField_31() { return static_cast(offsetof(JsonObjectContract_t868533143, ___U3CExtensionDataGetterU3Ek__BackingField_31)); } inline ExtensionDataGetter_t2030541412 * get_U3CExtensionDataGetterU3Ek__BackingField_31() const { return ___U3CExtensionDataGetterU3Ek__BackingField_31; } inline ExtensionDataGetter_t2030541412 ** get_address_of_U3CExtensionDataGetterU3Ek__BackingField_31() { return &___U3CExtensionDataGetterU3Ek__BackingField_31; } inline void set_U3CExtensionDataGetterU3Ek__BackingField_31(ExtensionDataGetter_t2030541412 * value) { ___U3CExtensionDataGetterU3Ek__BackingField_31 = value; Il2CppCodeGenWriteBarrier((&___U3CExtensionDataGetterU3Ek__BackingField_31), value); } inline static int32_t get_offset_of_ExtensionDataIsJToken_32() { return static_cast(offsetof(JsonObjectContract_t868533143, ___ExtensionDataIsJToken_32)); } inline bool get_ExtensionDataIsJToken_32() const { return ___ExtensionDataIsJToken_32; } inline bool* get_address_of_ExtensionDataIsJToken_32() { return &___ExtensionDataIsJToken_32; } inline void set_ExtensionDataIsJToken_32(bool value) { ___ExtensionDataIsJToken_32 = value; } inline static int32_t get_offset_of__hasRequiredOrDefaultValueProperties_33() { return static_cast(offsetof(JsonObjectContract_t868533143, ____hasRequiredOrDefaultValueProperties_33)); } inline Nullable_1_t1819850047 get__hasRequiredOrDefaultValueProperties_33() const { return ____hasRequiredOrDefaultValueProperties_33; } inline Nullable_1_t1819850047 * get_address_of__hasRequiredOrDefaultValueProperties_33() { return &____hasRequiredOrDefaultValueProperties_33; } inline void set__hasRequiredOrDefaultValueProperties_33(Nullable_1_t1819850047 value) { ____hasRequiredOrDefaultValueProperties_33 = value; } inline static int32_t get_offset_of__parametrizedConstructor_34() { return static_cast(offsetof(JsonObjectContract_t868533143, ____parametrizedConstructor_34)); } inline ConstructorInfo_t5769829 * get__parametrizedConstructor_34() const { return ____parametrizedConstructor_34; } inline ConstructorInfo_t5769829 ** get_address_of__parametrizedConstructor_34() { return &____parametrizedConstructor_34; } inline void set__parametrizedConstructor_34(ConstructorInfo_t5769829 * value) { ____parametrizedConstructor_34 = value; Il2CppCodeGenWriteBarrier((&____parametrizedConstructor_34), value); } inline static int32_t get_offset_of__overrideConstructor_35() { return static_cast(offsetof(JsonObjectContract_t868533143, ____overrideConstructor_35)); } inline ConstructorInfo_t5769829 * get__overrideConstructor_35() const { return ____overrideConstructor_35; } inline ConstructorInfo_t5769829 ** get_address_of__overrideConstructor_35() { return &____overrideConstructor_35; } inline void set__overrideConstructor_35(ConstructorInfo_t5769829 * value) { ____overrideConstructor_35 = value; Il2CppCodeGenWriteBarrier((&____overrideConstructor_35), value); } inline static int32_t get_offset_of__overrideCreator_36() { return static_cast(offsetof(JsonObjectContract_t868533143, ____overrideCreator_36)); } inline ObjectConstructor_1_t3207922868 * get__overrideCreator_36() const { return ____overrideCreator_36; } inline ObjectConstructor_1_t3207922868 ** get_address_of__overrideCreator_36() { return &____overrideCreator_36; } inline void set__overrideCreator_36(ObjectConstructor_1_t3207922868 * value) { ____overrideCreator_36 = value; Il2CppCodeGenWriteBarrier((&____overrideCreator_36), value); } inline static int32_t get_offset_of__parameterizedCreator_37() { return static_cast(offsetof(JsonObjectContract_t868533143, ____parameterizedCreator_37)); } inline ObjectConstructor_1_t3207922868 * get__parameterizedCreator_37() const { return ____parameterizedCreator_37; } inline ObjectConstructor_1_t3207922868 ** get_address_of__parameterizedCreator_37() { return &____parameterizedCreator_37; } inline void set__parameterizedCreator_37(ObjectConstructor_1_t3207922868 * value) { ____parameterizedCreator_37 = value; Il2CppCodeGenWriteBarrier((&____parameterizedCreator_37), value); } inline static int32_t get_offset_of__creatorParameters_38() { return static_cast(offsetof(JsonObjectContract_t868533143, ____creatorParameters_38)); } inline JsonPropertyCollection_t2691548039 * get__creatorParameters_38() const { return ____creatorParameters_38; } inline JsonPropertyCollection_t2691548039 ** get_address_of__creatorParameters_38() { return &____creatorParameters_38; } inline void set__creatorParameters_38(JsonPropertyCollection_t2691548039 * value) { ____creatorParameters_38 = value; Il2CppCodeGenWriteBarrier((&____creatorParameters_38), value); } inline static int32_t get_offset_of__extensionDataValueType_39() { return static_cast(offsetof(JsonObjectContract_t868533143, ____extensionDataValueType_39)); } inline Type_t * get__extensionDataValueType_39() const { return ____extensionDataValueType_39; } inline Type_t ** get_address_of__extensionDataValueType_39() { return &____extensionDataValueType_39; } inline void set__extensionDataValueType_39(Type_t * value) { ____extensionDataValueType_39 = value; Il2CppCodeGenWriteBarrier((&____extensionDataValueType_39), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONOBJECTCONTRACT_T868533143_H #ifndef JSONISERIALIZABLECONTRACT_T781833466_H #define JSONISERIALIZABLECONTRACT_T781833466_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.JsonISerializableContract struct JsonISerializableContract_t781833466 : public JsonContainerContract_t1214283173 { public: // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Serialization.JsonISerializableContract::k__BackingField ObjectConstructor_1_t3207922868 * ___U3CISerializableCreatorU3Ek__BackingField_27; public: inline static int32_t get_offset_of_U3CISerializableCreatorU3Ek__BackingField_27() { return static_cast(offsetof(JsonISerializableContract_t781833466, ___U3CISerializableCreatorU3Ek__BackingField_27)); } inline ObjectConstructor_1_t3207922868 * get_U3CISerializableCreatorU3Ek__BackingField_27() const { return ___U3CISerializableCreatorU3Ek__BackingField_27; } inline ObjectConstructor_1_t3207922868 ** get_address_of_U3CISerializableCreatorU3Ek__BackingField_27() { return &___U3CISerializableCreatorU3Ek__BackingField_27; } inline void set_U3CISerializableCreatorU3Ek__BackingField_27(ObjectConstructor_1_t3207922868 * value) { ___U3CISerializableCreatorU3Ek__BackingField_27 = value; Il2CppCodeGenWriteBarrier((&___U3CISerializableCreatorU3Ek__BackingField_27), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONISERIALIZABLECONTRACT_T781833466_H #ifndef JSONDICTIONARYCONTRACT_T4040570183_H #define JSONDICTIONARYCONTRACT_T4040570183_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.JsonDictionaryContract struct JsonDictionaryContract_t4040570183 : public JsonContainerContract_t1214283173 { public: // System.Func`2 Newtonsoft.Json.Serialization.JsonDictionaryContract::k__BackingField Func_2_t3947292210 * ___U3CDictionaryKeyResolverU3Ek__BackingField_27; // System.Type Newtonsoft.Json.Serialization.JsonDictionaryContract::k__BackingField Type_t * ___U3CDictionaryKeyTypeU3Ek__BackingField_28; // System.Type Newtonsoft.Json.Serialization.JsonDictionaryContract::k__BackingField Type_t * ___U3CDictionaryValueTypeU3Ek__BackingField_29; // Newtonsoft.Json.Serialization.JsonContract Newtonsoft.Json.Serialization.JsonDictionaryContract::k__BackingField JsonContract_t3715061318 * ___U3CKeyContractU3Ek__BackingField_30; // System.Type Newtonsoft.Json.Serialization.JsonDictionaryContract::_genericCollectionDefinitionType Type_t * ____genericCollectionDefinitionType_31; // System.Type Newtonsoft.Json.Serialization.JsonDictionaryContract::_genericWrapperType Type_t * ____genericWrapperType_32; // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Serialization.JsonDictionaryContract::_genericWrapperCreator ObjectConstructor_1_t3207922868 * ____genericWrapperCreator_33; // System.Func`1 Newtonsoft.Json.Serialization.JsonDictionaryContract::_genericTemporaryDictionaryCreator Func_1_t2509852811 * ____genericTemporaryDictionaryCreator_34; // System.Boolean Newtonsoft.Json.Serialization.JsonDictionaryContract::k__BackingField bool ___U3CShouldCreateWrapperU3Ek__BackingField_35; // System.Reflection.ConstructorInfo Newtonsoft.Json.Serialization.JsonDictionaryContract::_parameterizedConstructor ConstructorInfo_t5769829 * ____parameterizedConstructor_36; // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Serialization.JsonDictionaryContract::_overrideCreator ObjectConstructor_1_t3207922868 * ____overrideCreator_37; // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Serialization.JsonDictionaryContract::_parameterizedCreator ObjectConstructor_1_t3207922868 * ____parameterizedCreator_38; // System.Boolean Newtonsoft.Json.Serialization.JsonDictionaryContract::k__BackingField bool ___U3CHasParameterizedCreatorU3Ek__BackingField_39; public: inline static int32_t get_offset_of_U3CDictionaryKeyResolverU3Ek__BackingField_27() { return static_cast(offsetof(JsonDictionaryContract_t4040570183, ___U3CDictionaryKeyResolverU3Ek__BackingField_27)); } inline Func_2_t3947292210 * get_U3CDictionaryKeyResolverU3Ek__BackingField_27() const { return ___U3CDictionaryKeyResolverU3Ek__BackingField_27; } inline Func_2_t3947292210 ** get_address_of_U3CDictionaryKeyResolverU3Ek__BackingField_27() { return &___U3CDictionaryKeyResolverU3Ek__BackingField_27; } inline void set_U3CDictionaryKeyResolverU3Ek__BackingField_27(Func_2_t3947292210 * value) { ___U3CDictionaryKeyResolverU3Ek__BackingField_27 = value; Il2CppCodeGenWriteBarrier((&___U3CDictionaryKeyResolverU3Ek__BackingField_27), value); } inline static int32_t get_offset_of_U3CDictionaryKeyTypeU3Ek__BackingField_28() { return static_cast(offsetof(JsonDictionaryContract_t4040570183, ___U3CDictionaryKeyTypeU3Ek__BackingField_28)); } inline Type_t * get_U3CDictionaryKeyTypeU3Ek__BackingField_28() const { return ___U3CDictionaryKeyTypeU3Ek__BackingField_28; } inline Type_t ** get_address_of_U3CDictionaryKeyTypeU3Ek__BackingField_28() { return &___U3CDictionaryKeyTypeU3Ek__BackingField_28; } inline void set_U3CDictionaryKeyTypeU3Ek__BackingField_28(Type_t * value) { ___U3CDictionaryKeyTypeU3Ek__BackingField_28 = value; Il2CppCodeGenWriteBarrier((&___U3CDictionaryKeyTypeU3Ek__BackingField_28), value); } inline static int32_t get_offset_of_U3CDictionaryValueTypeU3Ek__BackingField_29() { return static_cast(offsetof(JsonDictionaryContract_t4040570183, ___U3CDictionaryValueTypeU3Ek__BackingField_29)); } inline Type_t * get_U3CDictionaryValueTypeU3Ek__BackingField_29() const { return ___U3CDictionaryValueTypeU3Ek__BackingField_29; } inline Type_t ** get_address_of_U3CDictionaryValueTypeU3Ek__BackingField_29() { return &___U3CDictionaryValueTypeU3Ek__BackingField_29; } inline void set_U3CDictionaryValueTypeU3Ek__BackingField_29(Type_t * value) { ___U3CDictionaryValueTypeU3Ek__BackingField_29 = value; Il2CppCodeGenWriteBarrier((&___U3CDictionaryValueTypeU3Ek__BackingField_29), value); } inline static int32_t get_offset_of_U3CKeyContractU3Ek__BackingField_30() { return static_cast(offsetof(JsonDictionaryContract_t4040570183, ___U3CKeyContractU3Ek__BackingField_30)); } inline JsonContract_t3715061318 * get_U3CKeyContractU3Ek__BackingField_30() const { return ___U3CKeyContractU3Ek__BackingField_30; } inline JsonContract_t3715061318 ** get_address_of_U3CKeyContractU3Ek__BackingField_30() { return &___U3CKeyContractU3Ek__BackingField_30; } inline void set_U3CKeyContractU3Ek__BackingField_30(JsonContract_t3715061318 * value) { ___U3CKeyContractU3Ek__BackingField_30 = value; Il2CppCodeGenWriteBarrier((&___U3CKeyContractU3Ek__BackingField_30), value); } inline static int32_t get_offset_of__genericCollectionDefinitionType_31() { return static_cast(offsetof(JsonDictionaryContract_t4040570183, ____genericCollectionDefinitionType_31)); } inline Type_t * get__genericCollectionDefinitionType_31() const { return ____genericCollectionDefinitionType_31; } inline Type_t ** get_address_of__genericCollectionDefinitionType_31() { return &____genericCollectionDefinitionType_31; } inline void set__genericCollectionDefinitionType_31(Type_t * value) { ____genericCollectionDefinitionType_31 = value; Il2CppCodeGenWriteBarrier((&____genericCollectionDefinitionType_31), value); } inline static int32_t get_offset_of__genericWrapperType_32() { return static_cast(offsetof(JsonDictionaryContract_t4040570183, ____genericWrapperType_32)); } inline Type_t * get__genericWrapperType_32() const { return ____genericWrapperType_32; } inline Type_t ** get_address_of__genericWrapperType_32() { return &____genericWrapperType_32; } inline void set__genericWrapperType_32(Type_t * value) { ____genericWrapperType_32 = value; Il2CppCodeGenWriteBarrier((&____genericWrapperType_32), value); } inline static int32_t get_offset_of__genericWrapperCreator_33() { return static_cast(offsetof(JsonDictionaryContract_t4040570183, ____genericWrapperCreator_33)); } inline ObjectConstructor_1_t3207922868 * get__genericWrapperCreator_33() const { return ____genericWrapperCreator_33; } inline ObjectConstructor_1_t3207922868 ** get_address_of__genericWrapperCreator_33() { return &____genericWrapperCreator_33; } inline void set__genericWrapperCreator_33(ObjectConstructor_1_t3207922868 * value) { ____genericWrapperCreator_33 = value; Il2CppCodeGenWriteBarrier((&____genericWrapperCreator_33), value); } inline static int32_t get_offset_of__genericTemporaryDictionaryCreator_34() { return static_cast(offsetof(JsonDictionaryContract_t4040570183, ____genericTemporaryDictionaryCreator_34)); } inline Func_1_t2509852811 * get__genericTemporaryDictionaryCreator_34() const { return ____genericTemporaryDictionaryCreator_34; } inline Func_1_t2509852811 ** get_address_of__genericTemporaryDictionaryCreator_34() { return &____genericTemporaryDictionaryCreator_34; } inline void set__genericTemporaryDictionaryCreator_34(Func_1_t2509852811 * value) { ____genericTemporaryDictionaryCreator_34 = value; Il2CppCodeGenWriteBarrier((&____genericTemporaryDictionaryCreator_34), value); } inline static int32_t get_offset_of_U3CShouldCreateWrapperU3Ek__BackingField_35() { return static_cast(offsetof(JsonDictionaryContract_t4040570183, ___U3CShouldCreateWrapperU3Ek__BackingField_35)); } inline bool get_U3CShouldCreateWrapperU3Ek__BackingField_35() const { return ___U3CShouldCreateWrapperU3Ek__BackingField_35; } inline bool* get_address_of_U3CShouldCreateWrapperU3Ek__BackingField_35() { return &___U3CShouldCreateWrapperU3Ek__BackingField_35; } inline void set_U3CShouldCreateWrapperU3Ek__BackingField_35(bool value) { ___U3CShouldCreateWrapperU3Ek__BackingField_35 = value; } inline static int32_t get_offset_of__parameterizedConstructor_36() { return static_cast(offsetof(JsonDictionaryContract_t4040570183, ____parameterizedConstructor_36)); } inline ConstructorInfo_t5769829 * get__parameterizedConstructor_36() const { return ____parameterizedConstructor_36; } inline ConstructorInfo_t5769829 ** get_address_of__parameterizedConstructor_36() { return &____parameterizedConstructor_36; } inline void set__parameterizedConstructor_36(ConstructorInfo_t5769829 * value) { ____parameterizedConstructor_36 = value; Il2CppCodeGenWriteBarrier((&____parameterizedConstructor_36), value); } inline static int32_t get_offset_of__overrideCreator_37() { return static_cast(offsetof(JsonDictionaryContract_t4040570183, ____overrideCreator_37)); } inline ObjectConstructor_1_t3207922868 * get__overrideCreator_37() const { return ____overrideCreator_37; } inline ObjectConstructor_1_t3207922868 ** get_address_of__overrideCreator_37() { return &____overrideCreator_37; } inline void set__overrideCreator_37(ObjectConstructor_1_t3207922868 * value) { ____overrideCreator_37 = value; Il2CppCodeGenWriteBarrier((&____overrideCreator_37), value); } inline static int32_t get_offset_of__parameterizedCreator_38() { return static_cast(offsetof(JsonDictionaryContract_t4040570183, ____parameterizedCreator_38)); } inline ObjectConstructor_1_t3207922868 * get__parameterizedCreator_38() const { return ____parameterizedCreator_38; } inline ObjectConstructor_1_t3207922868 ** get_address_of__parameterizedCreator_38() { return &____parameterizedCreator_38; } inline void set__parameterizedCreator_38(ObjectConstructor_1_t3207922868 * value) { ____parameterizedCreator_38 = value; Il2CppCodeGenWriteBarrier((&____parameterizedCreator_38), value); } inline static int32_t get_offset_of_U3CHasParameterizedCreatorU3Ek__BackingField_39() { return static_cast(offsetof(JsonDictionaryContract_t4040570183, ___U3CHasParameterizedCreatorU3Ek__BackingField_39)); } inline bool get_U3CHasParameterizedCreatorU3Ek__BackingField_39() const { return ___U3CHasParameterizedCreatorU3Ek__BackingField_39; } inline bool* get_address_of_U3CHasParameterizedCreatorU3Ek__BackingField_39() { return &___U3CHasParameterizedCreatorU3Ek__BackingField_39; } inline void set_U3CHasParameterizedCreatorU3Ek__BackingField_39(bool value) { ___U3CHasParameterizedCreatorU3Ek__BackingField_39 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONDICTIONARYCONTRACT_T4040570183_H #ifndef JSONARRAYCONTRACT_T483691547_H #define JSONARRAYCONTRACT_T483691547_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.JsonArrayContract struct JsonArrayContract_t483691547 : public JsonContainerContract_t1214283173 { public: // System.Type Newtonsoft.Json.Serialization.JsonArrayContract::k__BackingField Type_t * ___U3CCollectionItemTypeU3Ek__BackingField_27; // System.Boolean Newtonsoft.Json.Serialization.JsonArrayContract::k__BackingField bool ___U3CIsMultidimensionalArrayU3Ek__BackingField_28; // System.Type Newtonsoft.Json.Serialization.JsonArrayContract::_genericCollectionDefinitionType Type_t * ____genericCollectionDefinitionType_29; // System.Type Newtonsoft.Json.Serialization.JsonArrayContract::_genericWrapperType Type_t * ____genericWrapperType_30; // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Serialization.JsonArrayContract::_genericWrapperCreator ObjectConstructor_1_t3207922868 * ____genericWrapperCreator_31; // System.Func`1 Newtonsoft.Json.Serialization.JsonArrayContract::_genericTemporaryCollectionCreator Func_1_t2509852811 * ____genericTemporaryCollectionCreator_32; // System.Boolean Newtonsoft.Json.Serialization.JsonArrayContract::k__BackingField bool ___U3CIsArrayU3Ek__BackingField_33; // System.Boolean Newtonsoft.Json.Serialization.JsonArrayContract::k__BackingField bool ___U3CShouldCreateWrapperU3Ek__BackingField_34; // System.Boolean Newtonsoft.Json.Serialization.JsonArrayContract::k__BackingField bool ___U3CCanDeserializeU3Ek__BackingField_35; // System.Reflection.ConstructorInfo Newtonsoft.Json.Serialization.JsonArrayContract::_parameterizedConstructor ConstructorInfo_t5769829 * ____parameterizedConstructor_36; // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Serialization.JsonArrayContract::_parameterizedCreator ObjectConstructor_1_t3207922868 * ____parameterizedCreator_37; // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Serialization.JsonArrayContract::_overrideCreator ObjectConstructor_1_t3207922868 * ____overrideCreator_38; // System.Boolean Newtonsoft.Json.Serialization.JsonArrayContract::k__BackingField bool ___U3CHasParameterizedCreatorU3Ek__BackingField_39; public: inline static int32_t get_offset_of_U3CCollectionItemTypeU3Ek__BackingField_27() { return static_cast(offsetof(JsonArrayContract_t483691547, ___U3CCollectionItemTypeU3Ek__BackingField_27)); } inline Type_t * get_U3CCollectionItemTypeU3Ek__BackingField_27() const { return ___U3CCollectionItemTypeU3Ek__BackingField_27; } inline Type_t ** get_address_of_U3CCollectionItemTypeU3Ek__BackingField_27() { return &___U3CCollectionItemTypeU3Ek__BackingField_27; } inline void set_U3CCollectionItemTypeU3Ek__BackingField_27(Type_t * value) { ___U3CCollectionItemTypeU3Ek__BackingField_27 = value; Il2CppCodeGenWriteBarrier((&___U3CCollectionItemTypeU3Ek__BackingField_27), value); } inline static int32_t get_offset_of_U3CIsMultidimensionalArrayU3Ek__BackingField_28() { return static_cast(offsetof(JsonArrayContract_t483691547, ___U3CIsMultidimensionalArrayU3Ek__BackingField_28)); } inline bool get_U3CIsMultidimensionalArrayU3Ek__BackingField_28() const { return ___U3CIsMultidimensionalArrayU3Ek__BackingField_28; } inline bool* get_address_of_U3CIsMultidimensionalArrayU3Ek__BackingField_28() { return &___U3CIsMultidimensionalArrayU3Ek__BackingField_28; } inline void set_U3CIsMultidimensionalArrayU3Ek__BackingField_28(bool value) { ___U3CIsMultidimensionalArrayU3Ek__BackingField_28 = value; } inline static int32_t get_offset_of__genericCollectionDefinitionType_29() { return static_cast(offsetof(JsonArrayContract_t483691547, ____genericCollectionDefinitionType_29)); } inline Type_t * get__genericCollectionDefinitionType_29() const { return ____genericCollectionDefinitionType_29; } inline Type_t ** get_address_of__genericCollectionDefinitionType_29() { return &____genericCollectionDefinitionType_29; } inline void set__genericCollectionDefinitionType_29(Type_t * value) { ____genericCollectionDefinitionType_29 = value; Il2CppCodeGenWriteBarrier((&____genericCollectionDefinitionType_29), value); } inline static int32_t get_offset_of__genericWrapperType_30() { return static_cast(offsetof(JsonArrayContract_t483691547, ____genericWrapperType_30)); } inline Type_t * get__genericWrapperType_30() const { return ____genericWrapperType_30; } inline Type_t ** get_address_of__genericWrapperType_30() { return &____genericWrapperType_30; } inline void set__genericWrapperType_30(Type_t * value) { ____genericWrapperType_30 = value; Il2CppCodeGenWriteBarrier((&____genericWrapperType_30), value); } inline static int32_t get_offset_of__genericWrapperCreator_31() { return static_cast(offsetof(JsonArrayContract_t483691547, ____genericWrapperCreator_31)); } inline ObjectConstructor_1_t3207922868 * get__genericWrapperCreator_31() const { return ____genericWrapperCreator_31; } inline ObjectConstructor_1_t3207922868 ** get_address_of__genericWrapperCreator_31() { return &____genericWrapperCreator_31; } inline void set__genericWrapperCreator_31(ObjectConstructor_1_t3207922868 * value) { ____genericWrapperCreator_31 = value; Il2CppCodeGenWriteBarrier((&____genericWrapperCreator_31), value); } inline static int32_t get_offset_of__genericTemporaryCollectionCreator_32() { return static_cast(offsetof(JsonArrayContract_t483691547, ____genericTemporaryCollectionCreator_32)); } inline Func_1_t2509852811 * get__genericTemporaryCollectionCreator_32() const { return ____genericTemporaryCollectionCreator_32; } inline Func_1_t2509852811 ** get_address_of__genericTemporaryCollectionCreator_32() { return &____genericTemporaryCollectionCreator_32; } inline void set__genericTemporaryCollectionCreator_32(Func_1_t2509852811 * value) { ____genericTemporaryCollectionCreator_32 = value; Il2CppCodeGenWriteBarrier((&____genericTemporaryCollectionCreator_32), value); } inline static int32_t get_offset_of_U3CIsArrayU3Ek__BackingField_33() { return static_cast(offsetof(JsonArrayContract_t483691547, ___U3CIsArrayU3Ek__BackingField_33)); } inline bool get_U3CIsArrayU3Ek__BackingField_33() const { return ___U3CIsArrayU3Ek__BackingField_33; } inline bool* get_address_of_U3CIsArrayU3Ek__BackingField_33() { return &___U3CIsArrayU3Ek__BackingField_33; } inline void set_U3CIsArrayU3Ek__BackingField_33(bool value) { ___U3CIsArrayU3Ek__BackingField_33 = value; } inline static int32_t get_offset_of_U3CShouldCreateWrapperU3Ek__BackingField_34() { return static_cast(offsetof(JsonArrayContract_t483691547, ___U3CShouldCreateWrapperU3Ek__BackingField_34)); } inline bool get_U3CShouldCreateWrapperU3Ek__BackingField_34() const { return ___U3CShouldCreateWrapperU3Ek__BackingField_34; } inline bool* get_address_of_U3CShouldCreateWrapperU3Ek__BackingField_34() { return &___U3CShouldCreateWrapperU3Ek__BackingField_34; } inline void set_U3CShouldCreateWrapperU3Ek__BackingField_34(bool value) { ___U3CShouldCreateWrapperU3Ek__BackingField_34 = value; } inline static int32_t get_offset_of_U3CCanDeserializeU3Ek__BackingField_35() { return static_cast(offsetof(JsonArrayContract_t483691547, ___U3CCanDeserializeU3Ek__BackingField_35)); } inline bool get_U3CCanDeserializeU3Ek__BackingField_35() const { return ___U3CCanDeserializeU3Ek__BackingField_35; } inline bool* get_address_of_U3CCanDeserializeU3Ek__BackingField_35() { return &___U3CCanDeserializeU3Ek__BackingField_35; } inline void set_U3CCanDeserializeU3Ek__BackingField_35(bool value) { ___U3CCanDeserializeU3Ek__BackingField_35 = value; } inline static int32_t get_offset_of__parameterizedConstructor_36() { return static_cast(offsetof(JsonArrayContract_t483691547, ____parameterizedConstructor_36)); } inline ConstructorInfo_t5769829 * get__parameterizedConstructor_36() const { return ____parameterizedConstructor_36; } inline ConstructorInfo_t5769829 ** get_address_of__parameterizedConstructor_36() { return &____parameterizedConstructor_36; } inline void set__parameterizedConstructor_36(ConstructorInfo_t5769829 * value) { ____parameterizedConstructor_36 = value; Il2CppCodeGenWriteBarrier((&____parameterizedConstructor_36), value); } inline static int32_t get_offset_of__parameterizedCreator_37() { return static_cast(offsetof(JsonArrayContract_t483691547, ____parameterizedCreator_37)); } inline ObjectConstructor_1_t3207922868 * get__parameterizedCreator_37() const { return ____parameterizedCreator_37; } inline ObjectConstructor_1_t3207922868 ** get_address_of__parameterizedCreator_37() { return &____parameterizedCreator_37; } inline void set__parameterizedCreator_37(ObjectConstructor_1_t3207922868 * value) { ____parameterizedCreator_37 = value; Il2CppCodeGenWriteBarrier((&____parameterizedCreator_37), value); } inline static int32_t get_offset_of__overrideCreator_38() { return static_cast(offsetof(JsonArrayContract_t483691547, ____overrideCreator_38)); } inline ObjectConstructor_1_t3207922868 * get__overrideCreator_38() const { return ____overrideCreator_38; } inline ObjectConstructor_1_t3207922868 ** get_address_of__overrideCreator_38() { return &____overrideCreator_38; } inline void set__overrideCreator_38(ObjectConstructor_1_t3207922868 * value) { ____overrideCreator_38 = value; Il2CppCodeGenWriteBarrier((&____overrideCreator_38), value); } inline static int32_t get_offset_of_U3CHasParameterizedCreatorU3Ek__BackingField_39() { return static_cast(offsetof(JsonArrayContract_t483691547, ___U3CHasParameterizedCreatorU3Ek__BackingField_39)); } inline bool get_U3CHasParameterizedCreatorU3Ek__BackingField_39() const { return ___U3CHasParameterizedCreatorU3Ek__BackingField_39; } inline bool* get_address_of_U3CHasParameterizedCreatorU3Ek__BackingField_39() { return &___U3CHasParameterizedCreatorU3Ek__BackingField_39; } inline void set_U3CHasParameterizedCreatorU3Ek__BackingField_39(bool value) { ___U3CHasParameterizedCreatorU3Ek__BackingField_39 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONARRAYCONTRACT_T483691547_H #ifndef TRACEJSONWRITER_T1833403397_H #define TRACEJSONWRITER_T1833403397_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.TraceJsonWriter struct TraceJsonWriter_t1833403397 : public JsonWriter_t1467272295 { public: // Newtonsoft.Json.JsonWriter Newtonsoft.Json.Serialization.TraceJsonWriter::_innerWriter JsonWriter_t1467272295 * ____innerWriter_13; // Newtonsoft.Json.JsonTextWriter Newtonsoft.Json.Serialization.TraceJsonWriter::_textWriter JsonTextWriter_t1095349912 * ____textWriter_14; // System.IO.StringWriter Newtonsoft.Json.Serialization.TraceJsonWriter::_sw StringWriter_t802263757 * ____sw_15; public: inline static int32_t get_offset_of__innerWriter_13() { return static_cast(offsetof(TraceJsonWriter_t1833403397, ____innerWriter_13)); } inline JsonWriter_t1467272295 * get__innerWriter_13() const { return ____innerWriter_13; } inline JsonWriter_t1467272295 ** get_address_of__innerWriter_13() { return &____innerWriter_13; } inline void set__innerWriter_13(JsonWriter_t1467272295 * value) { ____innerWriter_13 = value; Il2CppCodeGenWriteBarrier((&____innerWriter_13), value); } inline static int32_t get_offset_of__textWriter_14() { return static_cast(offsetof(TraceJsonWriter_t1833403397, ____textWriter_14)); } inline JsonTextWriter_t1095349912 * get__textWriter_14() const { return ____textWriter_14; } inline JsonTextWriter_t1095349912 ** get_address_of__textWriter_14() { return &____textWriter_14; } inline void set__textWriter_14(JsonTextWriter_t1095349912 * value) { ____textWriter_14 = value; Il2CppCodeGenWriteBarrier((&____textWriter_14), value); } inline static int32_t get_offset_of__sw_15() { return static_cast(offsetof(TraceJsonWriter_t1833403397, ____sw_15)); } inline StringWriter_t802263757 * get__sw_15() const { return ____sw_15; } inline StringWriter_t802263757 ** get_address_of__sw_15() { return &____sw_15; } inline void set__sw_15(StringWriter_t802263757 * value) { ____sw_15 = value; Il2CppCodeGenWriteBarrier((&____sw_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRACEJSONWRITER_T1833403397_H #ifndef JTOKENWRITER_T671501819_H #define JTOKENWRITER_T671501819_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JTokenWriter struct JTokenWriter_t671501819 : public JsonWriter_t1467272295 { public: // Newtonsoft.Json.Linq.JContainer Newtonsoft.Json.Linq.JTokenWriter::_token JContainer_t1023664833 * ____token_13; // Newtonsoft.Json.Linq.JContainer Newtonsoft.Json.Linq.JTokenWriter::_parent JContainer_t1023664833 * ____parent_14; // Newtonsoft.Json.Linq.JValue Newtonsoft.Json.Linq.JTokenWriter::_value JValue_t1448862567 * ____value_15; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JTokenWriter::_current JToken_t1038539247 * ____current_16; public: inline static int32_t get_offset_of__token_13() { return static_cast(offsetof(JTokenWriter_t671501819, ____token_13)); } inline JContainer_t1023664833 * get__token_13() const { return ____token_13; } inline JContainer_t1023664833 ** get_address_of__token_13() { return &____token_13; } inline void set__token_13(JContainer_t1023664833 * value) { ____token_13 = value; Il2CppCodeGenWriteBarrier((&____token_13), value); } inline static int32_t get_offset_of__parent_14() { return static_cast(offsetof(JTokenWriter_t671501819, ____parent_14)); } inline JContainer_t1023664833 * get__parent_14() const { return ____parent_14; } inline JContainer_t1023664833 ** get_address_of__parent_14() { return &____parent_14; } inline void set__parent_14(JContainer_t1023664833 * value) { ____parent_14 = value; Il2CppCodeGenWriteBarrier((&____parent_14), value); } inline static int32_t get_offset_of__value_15() { return static_cast(offsetof(JTokenWriter_t671501819, ____value_15)); } inline JValue_t1448862567 * get__value_15() const { return ____value_15; } inline JValue_t1448862567 ** get_address_of__value_15() { return &____value_15; } inline void set__value_15(JValue_t1448862567 * value) { ____value_15 = value; Il2CppCodeGenWriteBarrier((&____value_15), value); } inline static int32_t get_offset_of__current_16() { return static_cast(offsetof(JTokenWriter_t671501819, ____current_16)); } inline JToken_t1038539247 * get__current_16() const { return ____current_16; } inline JToken_t1038539247 ** get_address_of__current_16() { return &____current_16; } inline void set__current_16(JToken_t1038539247 * value) { ____current_16 = value; Il2CppCodeGenWriteBarrier((&____current_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JTOKENWRITER_T671501819_H #ifndef JSONOBJECTATTRIBUTE_T3277381142_H #define JSONOBJECTATTRIBUTE_T3277381142_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonObjectAttribute struct JsonObjectAttribute_t3277381142 : public JsonContainerAttribute_t3874748064 { public: // Newtonsoft.Json.MemberSerialization Newtonsoft.Json.JsonObjectAttribute::_memberSerialization int32_t ____memberSerialization_6; // System.Nullable`1 Newtonsoft.Json.JsonObjectAttribute::_itemRequired Nullable_1_t3313944452 ____itemRequired_7; public: inline static int32_t get_offset_of__memberSerialization_6() { return static_cast(offsetof(JsonObjectAttribute_t3277381142, ____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_t3277381142, ____itemRequired_7)); } inline Nullable_1_t3313944452 get__itemRequired_7() const { return ____itemRequired_7; } inline Nullable_1_t3313944452 * get_address_of__itemRequired_7() { return &____itemRequired_7; } inline void set__itemRequired_7(Nullable_1_t3313944452 value) { ____itemRequired_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONOBJECTATTRIBUTE_T3277381142_H #ifndef JTOKENREADER_T3769275704_H #define JTOKENREADER_T3769275704_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JTokenReader struct JTokenReader_t3769275704 : public JsonReader_t2369136700 { public: // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JTokenReader::_root JToken_t1038539247 * ____root_15; // System.String Newtonsoft.Json.Linq.JTokenReader::_initialPath String_t* ____initialPath_16; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JTokenReader::_parent JToken_t1038539247 * ____parent_17; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JTokenReader::_current JToken_t1038539247 * ____current_18; public: inline static int32_t get_offset_of__root_15() { return static_cast(offsetof(JTokenReader_t3769275704, ____root_15)); } inline JToken_t1038539247 * get__root_15() const { return ____root_15; } inline JToken_t1038539247 ** get_address_of__root_15() { return &____root_15; } inline void set__root_15(JToken_t1038539247 * value) { ____root_15 = value; Il2CppCodeGenWriteBarrier((&____root_15), value); } inline static int32_t get_offset_of__initialPath_16() { return static_cast(offsetof(JTokenReader_t3769275704, ____initialPath_16)); } inline String_t* get__initialPath_16() const { return ____initialPath_16; } inline String_t** get_address_of__initialPath_16() { return &____initialPath_16; } inline void set__initialPath_16(String_t* value) { ____initialPath_16 = value; Il2CppCodeGenWriteBarrier((&____initialPath_16), value); } inline static int32_t get_offset_of__parent_17() { return static_cast(offsetof(JTokenReader_t3769275704, ____parent_17)); } inline JToken_t1038539247 * get__parent_17() const { return ____parent_17; } inline JToken_t1038539247 ** get_address_of__parent_17() { return &____parent_17; } inline void set__parent_17(JToken_t1038539247 * value) { ____parent_17 = value; Il2CppCodeGenWriteBarrier((&____parent_17), value); } inline static int32_t get_offset_of__current_18() { return static_cast(offsetof(JTokenReader_t3769275704, ____current_18)); } inline JToken_t1038539247 * get__current_18() const { return ____current_18; } inline JToken_t1038539247 ** get_address_of__current_18() { return &____current_18; } inline void set__current_18(JToken_t1038539247 * value) { ____current_18 = value; Il2CppCodeGenWriteBarrier((&____current_18), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JTOKENREADER_T3769275704_H #ifndef JSONSERIALIZERPROXY_T657065764_H #define JSONSERIALIZERPROXY_T657065764_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.JsonSerializerProxy struct JsonSerializerProxy_t657065764 : public JsonSerializer_t1424496335 { public: // Newtonsoft.Json.Serialization.JsonSerializerInternalReader Newtonsoft.Json.Serialization.JsonSerializerProxy::_serializerReader JsonSerializerInternalReader_t927352408 * ____serializerReader_31; // Newtonsoft.Json.Serialization.JsonSerializerInternalWriter Newtonsoft.Json.Serialization.JsonSerializerProxy::_serializerWriter JsonSerializerInternalWriter_t3588727337 * ____serializerWriter_32; // Newtonsoft.Json.JsonSerializer Newtonsoft.Json.Serialization.JsonSerializerProxy::_serializer JsonSerializer_t1424496335 * ____serializer_33; public: inline static int32_t get_offset_of__serializerReader_31() { return static_cast(offsetof(JsonSerializerProxy_t657065764, ____serializerReader_31)); } inline JsonSerializerInternalReader_t927352408 * get__serializerReader_31() const { return ____serializerReader_31; } inline JsonSerializerInternalReader_t927352408 ** get_address_of__serializerReader_31() { return &____serializerReader_31; } inline void set__serializerReader_31(JsonSerializerInternalReader_t927352408 * value) { ____serializerReader_31 = value; Il2CppCodeGenWriteBarrier((&____serializerReader_31), value); } inline static int32_t get_offset_of__serializerWriter_32() { return static_cast(offsetof(JsonSerializerProxy_t657065764, ____serializerWriter_32)); } inline JsonSerializerInternalWriter_t3588727337 * get__serializerWriter_32() const { return ____serializerWriter_32; } inline JsonSerializerInternalWriter_t3588727337 ** get_address_of__serializerWriter_32() { return &____serializerWriter_32; } inline void set__serializerWriter_32(JsonSerializerInternalWriter_t3588727337 * value) { ____serializerWriter_32 = value; Il2CppCodeGenWriteBarrier((&____serializerWriter_32), value); } inline static int32_t get_offset_of__serializer_33() { return static_cast(offsetof(JsonSerializerProxy_t657065764, ____serializer_33)); } inline JsonSerializer_t1424496335 * get__serializer_33() const { return ____serializer_33; } inline JsonSerializer_t1424496335 ** get_address_of__serializer_33() { return &____serializer_33; } inline void set__serializer_33(JsonSerializer_t1424496335 * value) { ____serializer_33 = value; Il2CppCodeGenWriteBarrier((&____serializer_33), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONSERIALIZERPROXY_T657065764_H #ifndef NULLABLE_1_T656882293_H #define NULLABLE_1_T656882293_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t656882293 { public: // T System.Nullable`1::value DateTimeOffset_t3229287507 ___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_t656882293, ___value_0)); } inline DateTimeOffset_t3229287507 get_value_0() const { return ___value_0; } inline DateTimeOffset_t3229287507 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(DateTimeOffset_t3229287507 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t656882293, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T656882293_H // System.Reflection.PropertyInfo[] struct PropertyInfoU5BU5D_t1461822886 : 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(m_Items + index, 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(m_Items + index, value); } }; // System.Reflection.FieldInfo[] struct FieldInfoU5BU5D_t846150980 : 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(m_Items + index, 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(m_Items + index, value); } }; // System.Type[] struct TypeU5BU5D_t3940880105 : 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(m_Items + index, 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(m_Items + index, value); } }; // System.Object[] struct ObjectU5BU5D_t2843939325 : 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(m_Items + index, 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(m_Items + index, value); } }; // System.Reflection.Assembly[] struct AssemblyU5BU5D_t2792222854 : public RuntimeArray { public: ALIGN_FIELD (8) Assembly_t * m_Items[1]; public: inline Assembly_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Assembly_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Assembly_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Assembly_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Assembly_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Assembly_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Boolean[] struct BooleanU5BU5D_t2897418192 : 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_t4116647657 : 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.String[] struct StringU5BU5D_t1281789340 : 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(m_Items + index, 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(m_Items + index, value); } }; // Newtonsoft.Json.JsonConverter[] struct JsonConverterU5BU5D_t155849004 : public RuntimeArray { public: ALIGN_FIELD (8) JsonConverter_t1047106545 * m_Items[1]; public: inline JsonConverter_t1047106545 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline JsonConverter_t1047106545 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, JsonConverter_t1047106545 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline JsonConverter_t1047106545 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline JsonConverter_t1047106545 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, JsonConverter_t1047106545 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Int32[] struct Int32U5BU5D_t385246372 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // System.Attribute[] struct AttributeU5BU5D_t1575011174 : public RuntimeArray { public: ALIGN_FIELD (8) Attribute_t861562559 * m_Items[1]; public: inline Attribute_t861562559 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Attribute_t861562559 ** 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_t861562559 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Attribute_t861562559 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Attribute_t861562559 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Attribute_t861562559 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Char[] struct CharU5BU5D_t3528271667 : 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.Reflection.ConstructorInfo[] struct ConstructorInfoU5BU5D_t881249896 : public RuntimeArray { public: ALIGN_FIELD (8) ConstructorInfo_t5769829 * m_Items[1]; public: inline ConstructorInfo_t5769829 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ConstructorInfo_t5769829 ** 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_t5769829 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline ConstructorInfo_t5769829 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ConstructorInfo_t5769829 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ConstructorInfo_t5769829 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Reflection.ParameterInfo[] struct ParameterInfoU5BU5D_t390618515 : public RuntimeArray { public: ALIGN_FIELD (8) ParameterInfo_t1861056598 * m_Items[1]; public: inline ParameterInfo_t1861056598 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ParameterInfo_t1861056598 ** 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_t1861056598 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline ParameterInfo_t1861056598 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ParameterInfo_t1861056598 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterInfo_t1861056598 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // Newtonsoft.Json.Utilities.TypeInformation[] struct TypeInformationU5BU5D_t2952020178 : public RuntimeArray { public: ALIGN_FIELD (8) TypeInformation_t1210244291 * m_Items[1]; public: inline TypeInformation_t1210244291 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline TypeInformation_t1210244291 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, TypeInformation_t1210244291 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline TypeInformation_t1210244291 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline TypeInformation_t1210244291 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, TypeInformation_t1210244291 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Void System.Collections.Generic.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m2321703786_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.CollectionUtils::AddRange(System.Collections.Generic.IList`1,System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void CollectionUtils_AddRange_TisRuntimeObject_m1203748487_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject* ___initial0, RuntimeObject* ___collection1, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m2648265346_gshared (Nullable_1_t378540539 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m2296315628_gshared (Nullable_1_t378540539 * __this, const RuntimeMethod* method); // !1 System.Func`2::Invoke(!0) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Func_2_Invoke_m3285901618_gshared (Func_2_t2447130374 * __this, RuntimeObject * p0, const RuntimeMethod* method); // !0 System.Func`1::Invoke() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Func_1_Invoke_m348272648_gshared (Func_1_t2509852811 * __this, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m709903032_gshared (Action_2_t2470008838 * __this, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // TResult Newtonsoft.Json.Utilities.MethodCall`2::Invoke(T,System.Object[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * MethodCall_2_Invoke_m386137395_gshared (MethodCall_2_t2845904993 * __this, RuntimeObject * p0, ObjectU5BU5D_t2843939325* p1, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Serialization.ObjectConstructor`1::Invoke(System.Object[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectConstructor_1_Invoke_m3185456453_gshared (ObjectConstructor_1_t3207922868 * __this, ObjectU5BU5D_t2843939325* p0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.BidirectionalDictionary`2::TryGetByFirst(TFirst,TSecond&) extern "C" IL2CPP_METHOD_ATTR bool BidirectionalDictionary_2_TryGetByFirst_m3852003675_gshared (BidirectionalDictionary_2_t3581858927 * __this, RuntimeObject * p0, RuntimeObject ** p1, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.BidirectionalDictionary`2::TryGetBySecond(TSecond,TFirst&) extern "C" IL2CPP_METHOD_ATTR bool BidirectionalDictionary_2_TryGetBySecond_m1759937236_gshared (BidirectionalDictionary_2_t3581858927 * __this, RuntimeObject * p0, RuntimeObject ** p1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.BidirectionalDictionary`2::Set(TFirst,TSecond) extern "C" IL2CPP_METHOD_ATTR void BidirectionalDictionary_2_Set_m1803187920_gshared (BidirectionalDictionary_2_t3581858927 * __this, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // TValue Newtonsoft.Json.Utilities.ThreadSafeStore`2::Get(TKey) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ThreadSafeStore_2_Get_m1079464725_gshared (ThreadSafeStore_2_t3475939383 * __this, TypeNameKey_t2985541961 p0, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Func_2__ctor_m3124615021_gshared (Func_2_t561625213 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.ThreadSafeStore`2::.ctor(System.Func`2) extern "C" IL2CPP_METHOD_ATTR void ThreadSafeStore_2__ctor_m4221623391_gshared (ThreadSafeStore_2_t3475939383 * __this, Func_2_t561625213 * p0, const RuntimeMethod* method); // T Newtonsoft.Json.Serialization.JsonTypeReflector::GetCachedAttribute(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonTypeReflector_GetCachedAttribute_TisRuntimeObject_m519861192_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject * ___attributeProvider0, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t2146457487 List_1_GetEnumerator_m2930774921_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m470245444_gshared (Enumerator_t2146457487 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m2142368520_gshared (Enumerator_t2146457487 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() extern "C" IL2CPP_METHOD_ATTR void Enumerator_Dispose_m3007748546_gshared (Enumerator_t2146457487 * __this, const RuntimeMethod* method); // T Newtonsoft.Json.Serialization.JsonFormatterConverter::GetTokenValue(System.Object) extern "C" IL2CPP_METHOD_ATTR bool JsonFormatterConverter_GetTokenValue_TisBoolean_t97287965_m2160438893_gshared (JsonFormatterConverter_t1655671892 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // T Newtonsoft.Json.Serialization.JsonFormatterConverter::GetTokenValue(System.Object) extern "C" IL2CPP_METHOD_ATTR int16_t JsonFormatterConverter_GetTokenValue_TisInt16_t2552820387_m3498290763_gshared (JsonFormatterConverter_t1655671892 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // T Newtonsoft.Json.Serialization.JsonFormatterConverter::GetTokenValue(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t JsonFormatterConverter_GetTokenValue_TisInt32_t2950945753_m382980225_gshared (JsonFormatterConverter_t1655671892 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // T Newtonsoft.Json.Serialization.JsonFormatterConverter::GetTokenValue(System.Object) extern "C" IL2CPP_METHOD_ATTR int64_t JsonFormatterConverter_GetTokenValue_TisInt64_t3736567304_m582652085_gshared (JsonFormatterConverter_t1655671892 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // T Newtonsoft.Json.Serialization.JsonFormatterConverter::GetTokenValue(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonFormatterConverter_GetTokenValue_TisRuntimeObject_m2414885775_gshared (JsonFormatterConverter_t1655671892 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // T Newtonsoft.Json.Serialization.JsonFormatterConverter::GetTokenValue(System.Object) extern "C" IL2CPP_METHOD_ATTR uint32_t JsonFormatterConverter_GetTokenValue_TisUInt32_t2560061978_m3989708118_gshared (JsonFormatterConverter_t1655671892 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m3206831396_gshared (Nullable_1_t1819850047 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m1921378621_gshared (Nullable_1_t1819850047 * __this, bool p0, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault(!0) extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m4025873748_gshared (Nullable_1_t3313944452 * __this, int32_t p0, const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1 System.Collections.ObjectModel.Collection`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Collection_1_GetEnumerator_m3456018579_gshared (Collection_1_t2024462082 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m4201331606_gshared (Nullable_1_t668593436 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m880978787_gshared (Nullable_1_t668593436 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m2505653846_gshared (Nullable_1_t668593436 * __this, int32_t p0, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_GetValueOrDefault_m2119174086_gshared (Nullable_1_t1819850047 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3171341588_gshared (Dictionary_2_t1688192864 * __this, RuntimeObject * p0, int32_t* p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m574187291_gshared (Dictionary_2_t1688192864 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m3233637533_gshared (Dictionary_2_t1688192864 * __this, RuntimeObject * p0, int32_t p1, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m3472043244_gshared (Nullable_1_t3313944452 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m2092791886_gshared (Nullable_1_t3313944452 * __this, const RuntimeMethod* method); // System.Void System.Collections.ObjectModel.KeyedCollection`2::.ctor(System.Collections.Generic.IEqualityComparer`1) extern "C" IL2CPP_METHOD_ATTR void KeyedCollection_2__ctor_m111399993_gshared (KeyedCollection_2_t3566939752 * __this, RuntimeObject* p0, const RuntimeMethod* method); // System.Collections.Generic.IList`1 System.Collections.ObjectModel.Collection`1::get_Items() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Collection_1_get_Items_m3947578793_gshared (Collection_1_t2024462082 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.ObjectModel.KeyedCollection`2::Contains(!0) extern "C" IL2CPP_METHOD_ATTR bool KeyedCollection_2_Contains_m2733221989_gshared (KeyedCollection_2_t3566939752 * __this, RuntimeObject * p0, const RuntimeMethod* method); // !1 System.Collections.ObjectModel.KeyedCollection`2::get_Item(!0) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * KeyedCollection_2_get_Item_m2307059927_gshared (KeyedCollection_2_t3566939752 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Boolean System.Collections.ObjectModel.Collection`1::Remove(!0) extern "C" IL2CPP_METHOD_ATTR bool Collection_1_Remove_m381681379_gshared (Collection_1_t2024462082 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Collections.ObjectModel.Collection`1::Add(!0) extern "C" IL2CPP_METHOD_ATTR void Collection_1_Add_m111869950_gshared (Collection_1_t2024462082 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Collections.Generic.IDictionary`2 System.Collections.ObjectModel.KeyedCollection`2::get_Dictionary() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* KeyedCollection_2_get_Dictionary_m2529484425_gshared (KeyedCollection_2_t3566939752 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m2287542950_gshared (List_1_t257213610 * __this, int32_t p0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m2934127733_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // System.Collections.Generic.EqualityComparer`1 System.Collections.Generic.EqualityComparer`1::get_Default() extern "C" IL2CPP_METHOD_ATTR EqualityComparer_1_t1249878500 * EqualityComparer_1_get_Default_m2924303213_gshared (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.BidirectionalDictionary`2::.ctor(System.Collections.Generic.IEqualityComparer`1,System.Collections.Generic.IEqualityComparer`1,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void BidirectionalDictionary_2__ctor_m3702943052_gshared (BidirectionalDictionary_2_t3581858927 * __this, RuntimeObject* p0, RuntimeObject* p1, String_t* p2, String_t* p3, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m772260800_gshared (Nullable_1_t1159582132 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m2852219950_gshared (Nullable_1_t1159582132 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault(!0) extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m3392026215_gshared (Nullable_1_t588389317 * __this, int32_t p0, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault(!0) extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m351469856_gshared (Nullable_1_t829731231 * __this, int32_t p0, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault(!0) extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m2726173638_gshared (Nullable_1_t668593436 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Stack`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void Stack_1__ctor_m3164958980_gshared (Stack_1_t3923495619 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Stack`1::Push(!0) extern "C" IL2CPP_METHOD_ATTR void Stack_1_Push_m1669856732_gshared (Stack_1_t3923495619 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Stack`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_m1599740434_gshared (Stack_1_t3923495619 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.Stack`1::Pop() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Stack_1_Pop_m756553478_gshared (Stack_1_t3923495619 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.Stack`1::Peek() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Stack_1_Peek_m326384648_gshared (Stack_1_t3923495619 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m2076366551_gshared (Nullable_1_t378540539 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Func_2__ctor_m406556452_gshared (Func_2_t2447130374 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Select(System.Collections.Generic.IEnumerable`1,System.Func`2) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Select_TisRuntimeObject_TisRuntimeObject_m3244726840_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject* p0, Func_2_t2447130374 * p1, const RuntimeMethod* method); // !!0[] System.Linq.Enumerable::ToArray(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* Enumerable_ToArray_TisRuntimeObject_m3600642960_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject* p0, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Func_2__ctor_m3104565095_gshared (Func_2_t3759279471 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Boolean System.Linq.Enumerable::All(System.Collections.Generic.IEnumerable`1,System.Func`2) extern "C" IL2CPP_METHOD_ATTR bool Enumerable_All_TisRuntimeObject_m3566560609_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject* p0, Func_2_t3759279471 * p1, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m4107858077_gshared (Nullable_1_t4213156694 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m3338814081_gshared (List_1_t257213610 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Int32 System.Collections.ObjectModel.Collection`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t Collection_1_get_Count_m2853642267_gshared (Collection_1_t2024462082 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m4206031148_gshared (Nullable_1_t4213156694 * __this, const RuntimeMethod* method); // TSource Newtonsoft.Json.Utilities.StringUtils::ForgivingCaseSensitiveFind(System.Collections.Generic.IEnumerable`1,System.Func`2,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * StringUtils_ForgivingCaseSensitiveFind_TisRuntimeObject_m2422858440_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject* ___source0, Func_2_t1214474899 * ___valueSelector1, String_t* ___testValue2, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m868412217_gshared (Nullable_1_t4213156694 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.ObjectModel.Collection`1::IndexOf(!0) extern "C" IL2CPP_METHOD_ATTR int32_t Collection_1_IndexOf_m15953805_gshared (Collection_1_t2024462082 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Func_2__ctor_m534613935_gshared (Func_2_t1857618822 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2 System.Linq.Enumerable::ToDictionary(System.Collections.Generic.IEnumerable`1,System.Func`2,System.Func`2) extern "C" IL2CPP_METHOD_ATTR Dictionary_2_t3838000896 * Enumerable_ToDictionary_TisRuntimeObject_TisRuntimeObject_TisPropertyPresence_t2490594612_m3533022578_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject* p0, Func_2_t2447130374 * p1, Func_2_t1857618822 * p2, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t1497216375 Dictionary_2_GetEnumerator_m1540374802_gshared (Dictionary_2_t3838000896 * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR KeyValuePair_2_t1940705767 Enumerator_get_Current_m3041399297_gshared (Enumerator_t1497216375 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.KeyValuePair`2::get_Key() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m1853477914_gshared (KeyValuePair_2_t1940705767 * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.KeyValuePair`2::get_Value() extern "C" IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Value_m1269708520_gshared (KeyValuePair_2_t1940705767 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m1417912143_gshared (Enumerator_t1497216375 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() extern "C" IL2CPP_METHOD_ATTR void Enumerator_Dispose_m3290274462_gshared (Enumerator_t1497216375 * __this, const RuntimeMethod* method); // System.Boolean System.Predicate`1::Invoke(!0) extern "C" IL2CPP_METHOD_ATTR bool Predicate_1_Invoke_m3148290854_gshared (Predicate_1_t3905400288 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m3411474826_gshared (Dictionary_2_t3838000896 * __this, RuntimeObject * p0, int32_t p1, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m3254789393_gshared (Nullable_1_t3051693050 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Contains(!0) extern "C" IL2CPP_METHOD_ATTR bool List_1_Contains_m2654125393_gshared (List_1_t257213610 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.CollectionUtils::Contains(System.Collections.Generic.List`1,T,System.Collections.IEqualityComparer) extern "C" IL2CPP_METHOD_ATTR bool CollectionUtils_Contains_TisRuntimeObject_m3001744680_gshared (RuntimeObject * __this /* static, unused */, List_1_t257213610 * ___list0, RuntimeObject * ___value1, RuntimeObject* ___comparer2, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault(!0) extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m167166792_gshared (Nullable_1_t3051693050 * __this, int32_t p0, const RuntimeMethod* method); // !0 System.Collections.ObjectModel.Collection`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Collection_1_get_Item_m1632627053_gshared (Collection_1_t2024462082 * __this, int32_t p0, const RuntimeMethod* method); // !0 System.Collections.Generic.KeyValuePair`2::get_Key() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m1328507389_gshared (KeyValuePair_2_t2530217319 * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.KeyValuePair`2::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m3464904234_gshared (KeyValuePair_2_t2530217319 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void List_1_RemoveAt_m2730968292_gshared (List_1_t257213610 * __this, int32_t p0, const RuntimeMethod* method); // T Newtonsoft.Json.Serialization.CachedAttributeGetter`1::GetAttribute(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CachedAttributeGetter_1_GetAttribute_m1256718396_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // TValue Newtonsoft.Json.Utilities.ThreadSafeStore`2::Get(TKey) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ThreadSafeStore_2_Get_m3495790489_gshared (ThreadSafeStore_2_t1066477248 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.ThreadSafeStore`2::.ctor(System.Func`2) extern "C" IL2CPP_METHOD_ATTR void ThreadSafeStore_2__ctor_m3312637891_gshared (ThreadSafeStore_2_t1066477248 * __this, Func_2_t2447130374 * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void Queue_1__ctor_m3749217910_gshared (Queue_1_t2926365658 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Queue`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t Queue_1_get_Count_m2496300460_gshared (Queue_1_t2926365658 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.Queue`1::Dequeue() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Queue_1_Dequeue_m3550993416_gshared (Queue_1_t2926365658 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1::Enqueue(!0) extern "C" IL2CPP_METHOD_ATTR void Queue_1_Enqueue_m1868480850_gshared (Queue_1_t2926365658 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Collections.Generic.Queue`1/Enumerator System.Collections.Generic.Queue`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t3588277760 Queue_1_GetEnumerator_m2415615345_gshared (Queue_1_t2926365658 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.Queue`1/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m1170173642_gshared (Enumerator_t3588277760 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Queue`1/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m3662315381_gshared (Enumerator_t3588277760 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1/Enumerator::Dispose() extern "C" IL2CPP_METHOD_ATTR void Enumerator_Dispose_m2419537076_gshared (Enumerator_t3588277760 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m1628857705_gshared (List_1_t128053199 * __this, const RuntimeMethod* method); // !!0[] System.Linq.Enumerable::ToArray(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR Int32U5BU5D_t385246372* Enumerable_ToArray_TisInt32_t2950945753_m647562198_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject* p0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m4064050859_gshared (Dictionary_2_t2146356188 * __this, RuntimeObject * p0, int32_t* p1, const RuntimeMethod* method); // TValue Newtonsoft.Json.Utilities.ThreadSafeStore`2::Get(TKey) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ThreadSafeStore_2_Get_m425037812_gshared (ThreadSafeStore_2_t3584855580 * __this, TypeConvertKey_t285306760 p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2132999162_gshared (Dictionary_2_t2146356188 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m3168352871_gshared (Dictionary_2_t2146356188 * __this, RuntimeObject * p0, int32_t p1, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Func_2__ctor_m4123648954_gshared (Func_2_t670541410 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.ThreadSafeStore`2::.ctor(System.Func`2) extern "C" IL2CPP_METHOD_ATTR void ThreadSafeStore_2__ctor_m3588564154_gshared (ThreadSafeStore_2_t3584855580 * __this, Func_2_t670541410 * p0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver/<>c::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m1025149005 (U3CU3Ec_t2089815845 * __this, const RuntimeMethod* method); // System.Void System.Object::.ctor() extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m297566312 (RuntimeObject * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.ReflectionUtils::IsIndexedProperty(System.Reflection.MemberInfo) extern "C" IL2CPP_METHOD_ATTR bool ReflectionUtils_IsIndexedProperty_m3237349032 (RuntimeObject * __this /* static, unused */, MemberInfo_t * ___member0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m2845631487(__this, method) (( void (*) (List_1_t557109187 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void Newtonsoft.Json.Utilities.CollectionUtils::AddRange(System.Collections.Generic.IList`1,System.Collections.Generic.IEnumerable`1) #define CollectionUtils_AddRange_TisMemberInfo_t_m1468659532(__this /* static, unused */, ___initial0, ___collection1, method) (( void (*) (RuntimeObject * /* static, unused */, RuntimeObject*, RuntimeObject*, const RuntimeMethod*))CollectionUtils_AddRange_TisRuntimeObject_m1203748487_gshared)(__this /* static, unused */, ___initial0, ___collection1, method) // System.Reflection.MemberTypes Newtonsoft.Json.Utilities.TypeExtensions::MemberType(System.Reflection.MemberInfo) extern "C" IL2CPP_METHOD_ATTR int32_t TypeExtensions_MemberType_m2286386365 (RuntimeObject * __this /* static, unused */, MemberInfo_t * ___memberInfo0, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) extern "C" IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m1620074514 (RuntimeObject * __this /* static, unused */, RuntimeTypeHandle_t3027515415 p0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.ReflectionUtils::CanReadMemberValue(System.Reflection.MemberInfo,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool ReflectionUtils_CanReadMemberValue_m1473164796 (RuntimeObject * __this /* static, unused */, MemberInfo_t * ___member0, bool ___nonPublic1, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() extern "C" IL2CPP_METHOD_ATTR CultureInfo_t4157843068 * CultureInfo_get_InvariantCulture_m3532445182 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String Newtonsoft.Json.Serialization.DefaultContractResolver::GetClrTypeFullName(System.Type) extern "C" IL2CPP_METHOD_ATTR String_t* DefaultContractResolver_GetClrTypeFullName_m2513818317 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.String Newtonsoft.Json.Utilities.StringUtils::FormatWith(System.String,System.IFormatProvider,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* StringUtils_FormatWith_m353537829 (RuntimeObject * __this /* static, unused */, String_t* ___format0, RuntimeObject* ___provider1, RuntimeObject * ___arg02, RuntimeObject * ___arg13, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonException__ctor_m1434178872 (JsonException_t3720114400 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Type Newtonsoft.Json.Utilities.ReflectionUtils::GetMemberUnderlyingType(System.Reflection.MemberInfo) extern "C" IL2CPP_METHOD_ATTR Type_t * ReflectionUtils_GetMemberUnderlyingType_m841662456 (RuntimeObject * __this /* static, unused */, MemberInfo_t * ___member0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.ReflectionUtils::ImplementsGenericDefinition(System.Type,System.Type,System.Type&) extern "C" IL2CPP_METHOD_ATTR bool ReflectionUtils_ImplementsGenericDefinition_m2172968317 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, Type_t * ___genericInterfaceDefinition1, Type_t ** ___implementingType2, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::get_Order() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t378540539 JsonProperty_get_Order_m1596444142 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m2648265346(__this, method) (( bool (*) (Nullable_1_t378540539 *, const RuntimeMethod*))Nullable_1_get_HasValue_m2648265346_gshared)(__this, method) // !0 System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m2296315628(__this, method) (( int32_t (*) (Nullable_1_t378540539 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m2296315628_gshared)(__this, method) // !1 System.Func`2::Invoke(!0) #define Func_2_Invoke_m3285901618(__this, p0, method) (( RuntimeObject * (*) (Func_2_t2447130374 *, RuntimeObject *, const RuntimeMethod*))Func_2_Invoke_m3285901618_gshared)(__this, p0, method) // System.String Newtonsoft.Json.Utilities.StringUtils::FormatWith(System.String,System.IFormatProvider,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* StringUtils_FormatWith_m3056805521 (RuntimeObject * __this /* static, unused */, String_t* ___format0, RuntimeObject* ___provider1, RuntimeObject * ___arg02, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonSerializationException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonSerializationException__ctor_m3520895892 (JsonSerializationException_t4152118729 * __this, String_t* ___message0, const RuntimeMethod* method); // !0 System.Func`1::Invoke() #define Func_1_Invoke_m348272648(__this, method) (( RuntimeObject * (*) (Func_1_t2509852811 *, const RuntimeMethod*))Func_1_Invoke_m348272648_gshared)(__this, method) // System.Void System.Action`2::Invoke(!0,!1) #define Action_2_Invoke_m709903032(__this, p0, p1, method) (( void (*) (Action_2_t2470008838 *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*))Action_2_Invoke_m709903032_gshared)(__this, p0, p1, method) // TResult Newtonsoft.Json.Utilities.MethodCall`2::Invoke(T,System.Object[]) #define MethodCall_2_Invoke_m386137395(__this, p0, p1, method) (( RuntimeObject * (*) (MethodCall_2_t2845904993 *, RuntimeObject *, ObjectU5BU5D_t2843939325*, const RuntimeMethod*))MethodCall_2_Invoke_m386137395_gshared)(__this, p0, p1, method) // System.Object Newtonsoft.Json.Serialization.ObjectConstructor`1::Invoke(System.Object[]) #define ObjectConstructor_1_Invoke_m3185456453(__this, p0, method) (( RuntimeObject * (*) (ObjectConstructor_1_t3207922868 *, ObjectU5BU5D_t2843939325*, const RuntimeMethod*))ObjectConstructor_1_Invoke_m3185456453_gshared)(__this, p0, method) // System.Void Newtonsoft.Json.Utilities.PropertyNameTable::.ctor() extern "C" IL2CPP_METHOD_ATTR void PropertyNameTable__ctor_m727499363 (PropertyNameTable_t4130830590 * __this, const RuntimeMethod* method); // Newtonsoft.Json.Serialization.JsonSerializerInternalBase Newtonsoft.Json.Serialization.JsonSerializerProxy::GetInternalSerializer() extern "C" IL2CPP_METHOD_ATTR JsonSerializerInternalBase_t286011480 * JsonSerializerProxy_GetInternalSerializer_m2869569157 (JsonSerializerProxy_t657065764 * __this, const RuntimeMethod* method); // Newtonsoft.Json.Utilities.BidirectionalDictionary`2 Newtonsoft.Json.Serialization.JsonSerializerInternalBase::get_DefaultReferenceMappings() extern "C" IL2CPP_METHOD_ATTR BidirectionalDictionary_2_t2019708942 * JsonSerializerInternalBase_get_DefaultReferenceMappings_m1461364281 (JsonSerializerInternalBase_t286011480 * __this, const RuntimeMethod* method); // Newtonsoft.Json.Utilities.BidirectionalDictionary`2 Newtonsoft.Json.Serialization.DefaultReferenceResolver::GetMappings(System.Object) extern "C" IL2CPP_METHOD_ATTR BidirectionalDictionary_2_t2019708942 * DefaultReferenceResolver_GetMappings_m174771657 (DefaultReferenceResolver_t3322505560 * __this, RuntimeObject * ___context0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.BidirectionalDictionary`2::TryGetByFirst(TFirst,TSecond&) #define BidirectionalDictionary_2_TryGetByFirst_m1185295042(__this, p0, p1, method) (( bool (*) (BidirectionalDictionary_2_t2019708942 *, String_t*, RuntimeObject **, const RuntimeMethod*))BidirectionalDictionary_2_TryGetByFirst_m3852003675_gshared)(__this, p0, p1, method) // System.Boolean Newtonsoft.Json.Utilities.BidirectionalDictionary`2::TryGetBySecond(TSecond,TFirst&) #define BidirectionalDictionary_2_TryGetBySecond_m3038380031(__this, p0, p1, method) (( bool (*) (BidirectionalDictionary_2_t2019708942 *, RuntimeObject *, String_t**, const RuntimeMethod*))BidirectionalDictionary_2_TryGetBySecond_m1759937236_gshared)(__this, p0, p1, method) // System.String System.Int32::ToString(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m1760361794 (int32_t* __this, RuntimeObject* p0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.BidirectionalDictionary`2::Set(TFirst,TSecond) #define BidirectionalDictionary_2_Set_m3720131195(__this, p0, p1, method) (( void (*) (BidirectionalDictionary_2_t2019708942 *, String_t*, RuntimeObject *, const RuntimeMethod*))BidirectionalDictionary_2_Set_m1803187920_gshared)(__this, p0, p1, method) // System.Reflection.Assembly System.Reflection.Assembly::Load(System.String) extern "C" IL2CPP_METHOD_ATTR Assembly_t * Assembly_Load_m3487507613 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.AppDomain System.AppDomain::get_CurrentDomain() extern "C" IL2CPP_METHOD_ATTR AppDomain_t1571427825 * AppDomain_get_CurrentDomain_m182766250 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Reflection.Assembly[] System.AppDomain::GetAssemblies() extern "C" IL2CPP_METHOD_ATTR AssemblyU5BU5D_t2792222854* AppDomain_GetAssemblies_m803088943 (AppDomain_t1571427825 * __this, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Equality_m920492651 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Type System.Type::GetType(System.String) extern "C" IL2CPP_METHOD_ATTR Type_t * Type_GetType_m1693760368 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void TypeNameKey__ctor_m1520127240 (TypeNameKey_t2985541961 * __this, String_t* ___assemblyName0, String_t* ___typeName1, const RuntimeMethod* method); // TValue Newtonsoft.Json.Utilities.ThreadSafeStore`2::Get(TKey) #define ThreadSafeStore_2_Get_m1562528742(__this, p0, method) (( Type_t * (*) (ThreadSafeStore_2_t2879777979 *, TypeNameKey_t2985541961 , const RuntimeMethod*))ThreadSafeStore_2_Get_m1079464725_gshared)(__this, p0, method) // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) #define Func_2__ctor_m2169478463(__this, p0, p1, method) (( void (*) (Func_2_t4260431105 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m3124615021_gshared)(__this, p0, p1, method) // System.Void Newtonsoft.Json.Utilities.ThreadSafeStore`2::.ctor(System.Func`2) #define ThreadSafeStore_2__ctor_m2428693172(__this, p0, method) (( void (*) (ThreadSafeStore_2_t2879777979 *, Func_2_t4260431105 *, const RuntimeMethod*))ThreadSafeStore_2__ctor_m4221623391_gshared)(__this, p0, method) // System.Void System.Runtime.Serialization.SerializationBinder::.ctor() extern "C" IL2CPP_METHOD_ATTR void SerializationBinder__ctor_m1110997808 (SerializationBinder_t274213469 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.DefaultSerializationBinder::.ctor() extern "C" IL2CPP_METHOD_ATTR void DefaultSerializationBinder__ctor_m3881392192 (DefaultSerializationBinder_t1281536470 * __this, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t TypeNameKey_GetHashCode_m3540097878 (TypeNameKey_t2985541961 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey::Equals(Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey) extern "C" IL2CPP_METHOD_ATTR bool TypeNameKey_Equals_m88998947 (TypeNameKey_t2985541961 * __this, TypeNameKey_t2985541961 ___other0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool TypeNameKey_Equals_m1391893537 (TypeNameKey_t2985541961 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m3628145864 (ArgumentOutOfRangeException_t777629997 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Diagnostics.TraceEventCache::.ctor() extern "C" IL2CPP_METHOD_ATTR void TraceEventCache__ctor_m1932385374 (TraceEventCache_t3113663374 * __this, const RuntimeMethod* method); // System.Diagnostics.TraceEventType Newtonsoft.Json.Serialization.DiagnosticsTraceWriter::GetTraceEventType(System.Diagnostics.TraceLevel) extern "C" IL2CPP_METHOD_ATTR int32_t DiagnosticsTraceWriter_GetTraceEventType_m3650786201 (DiagnosticsTraceWriter_t317398152 * __this, int32_t ___level0, const RuntimeMethod* method); // System.Diagnostics.TraceListenerCollection System.Diagnostics.Trace::get_Listeners() extern "C" IL2CPP_METHOD_ATTR TraceListenerCollection_t1347122889 * Trace_get_Listeners_m3427289058 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Collections.IEnumerator System.Diagnostics.TraceListenerCollection::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* TraceListenerCollection_GetEnumerator_m1902684635 (TraceListenerCollection_t1347122889 * __this, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Enter(System.Object) extern "C" IL2CPP_METHOD_ATTR void Monitor_Enter_m2249409497 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Exit(System.Object) extern "C" IL2CPP_METHOD_ATTR void Monitor_Exit_m3585316909 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Boolean System.Diagnostics.Trace::get_AutoFlush() extern "C" IL2CPP_METHOD_ATTR bool Trace_get_AutoFlush_m3529760915 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.ErrorContext::set_OriginalObject(System.Object) extern "C" IL2CPP_METHOD_ATTR void ErrorContext_set_OriginalObject_m1689906834 (ErrorContext_t3532118581 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.ErrorContext::set_Member(System.Object) extern "C" IL2CPP_METHOD_ATTR void ErrorContext_set_Member_m95670473 (ErrorContext_t3532118581 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.ErrorContext::set_Error(System.Exception) extern "C" IL2CPP_METHOD_ATTR void ErrorContext_set_Error_m3562882048 (ErrorContext_t3532118581 * __this, Exception_t * ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.ErrorContext::set_Path(System.String) extern "C" IL2CPP_METHOD_ATTR void ErrorContext_set_Path_m3243699145 (ErrorContext_t3532118581 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.EventArgs::.ctor() extern "C" IL2CPP_METHOD_ATTR void EventArgs__ctor_m32674013 (EventArgs_t3591816995 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.ErrorEventArgs::set_CurrentObject(System.Object) extern "C" IL2CPP_METHOD_ATTR void ErrorEventArgs_set_CurrentObject_m1839514533 (ErrorEventArgs_t716709476 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.ErrorEventArgs::set_ErrorContext(Newtonsoft.Json.Serialization.ErrorContext) extern "C" IL2CPP_METHOD_ATTR void ErrorEventArgs_set_ErrorContext_m1076342104 (ErrorEventArgs_t716709476 * __this, ErrorContext_t3532118581 * ___value0, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1> Newtonsoft.Json.Serialization.ExtensionDataGetter::Invoke(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ExtensionDataGetter_Invoke_m767583260 (ExtensionDataGetter_t2030541412 * __this, RuntimeObject * ___o0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.ExtensionDataSetter::Invoke(System.Object,System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void ExtensionDataSetter_Invoke_m2159483649 (ExtensionDataSetter_t2768476772 * __this, RuntimeObject * ___o0, String_t* ___key1, RuntimeObject * ___value2, const RuntimeMethod* method); // Newtonsoft.Json.Utilities.ReflectionDelegateFactory Newtonsoft.Json.Serialization.JsonTypeReflector::get_ReflectionDelegateFactory() extern "C" IL2CPP_METHOD_ATTR ReflectionDelegateFactory_t2528576452 * JsonTypeReflector_get_ReflectionDelegateFactory_m2937328847 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonArrayContract::set_CanDeserialize(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonArrayContract_set_CanDeserialize_m57169946 (JsonArrayContract_t483691547 * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.JsonArrayContract::get_HasParameterizedCreator() extern "C" IL2CPP_METHOD_ATTR bool JsonArrayContract_get_HasParameterizedCreator_m3587773847 (JsonArrayContract_t483691547 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonContainerContract::.ctor(System.Type) extern "C" IL2CPP_METHOD_ATTR void JsonContainerContract__ctor_m10959526 (JsonContainerContract_t1214283173 * __this, Type_t * ___underlyingType0, const RuntimeMethod* method); // System.Type Newtonsoft.Json.Serialization.JsonContract::get_CreatedType() extern "C" IL2CPP_METHOD_ATTR Type_t * JsonContract_get_CreatedType_m1028628000 (JsonContract_t3715061318 * __this, const RuntimeMethod* method); // System.Boolean System.Type::get_IsArray() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsArray_m2591212821 (Type_t * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonArrayContract::set_IsArray(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonArrayContract_set_IsArray_m1464924282 (JsonArrayContract_t483691547 * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.JsonArrayContract::get_IsArray() extern "C" IL2CPP_METHOD_ATTR bool JsonArrayContract_get_IsArray_m1701348339 (JsonArrayContract_t483691547 * __this, const RuntimeMethod* method); // System.Type Newtonsoft.Json.Serialization.JsonContract::get_UnderlyingType() extern "C" IL2CPP_METHOD_ATTR Type_t * JsonContract_get_UnderlyingType_m1736598392 (JsonContract_t3715061318 * __this, const RuntimeMethod* method); // System.Type Newtonsoft.Json.Utilities.ReflectionUtils::GetCollectionItemType(System.Type) extern "C" IL2CPP_METHOD_ATTR Type_t * ReflectionUtils_GetCollectionItemType_m1243555655 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonArrayContract::set_CollectionItemType(System.Type) extern "C" IL2CPP_METHOD_ATTR void JsonArrayContract_set_CollectionItemType_m4110048233 (JsonArrayContract_t483691547 * __this, Type_t * ___value0, const RuntimeMethod* method); // System.Type Newtonsoft.Json.Serialization.JsonArrayContract::get_CollectionItemType() extern "C" IL2CPP_METHOD_ATTR Type_t * JsonArrayContract_get_CollectionItemType_m1740497797 (JsonArrayContract_t483691547 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonArrayContract::set_IsMultidimensionalArray(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonArrayContract_set_IsMultidimensionalArray_m2982830040 (JsonArrayContract_t483691547 * __this, bool ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonContract::set_CreatedType(System.Type) extern "C" IL2CPP_METHOD_ATTR void JsonContract_set_CreatedType_m1813027180 (JsonContract_t3715061318 * __this, Type_t * ___value0, const RuntimeMethod* method); // System.Reflection.ConstructorInfo Newtonsoft.Json.Utilities.CollectionUtils::ResolveEnumerableCollectionConstructor(System.Type,System.Type) extern "C" IL2CPP_METHOD_ATTR ConstructorInfo_t5769829 * CollectionUtils_ResolveEnumerableCollectionConstructor_m3503010540 (RuntimeObject * __this /* static, unused */, Type_t * ___collectionType0, Type_t * ___collectionItemType1, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.ReflectionUtils::InheritsGenericDefinition(System.Type,System.Type) extern "C" IL2CPP_METHOD_ATTR bool ReflectionUtils_InheritsGenericDefinition_m3900283873 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, Type_t * ___genericClassDefinition1, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.ReflectionUtils::IsGenericDefinition(System.Type,System.Type) extern "C" IL2CPP_METHOD_ATTR bool ReflectionUtils_IsGenericDefinition_m4108214610 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, Type_t * ___genericInterfaceDefinition1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonArrayContract::set_ShouldCreateWrapper(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonArrayContract_set_ShouldCreateWrapper_m1146714376 (JsonArrayContract_t483691547 * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.TypeExtensions::IsGenericType(System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeExtensions_IsGenericType_m3947308765 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.JsonArrayContract::get_HasParameterizedCreatorInternal() extern "C" IL2CPP_METHOD_ATTR bool JsonArrayContract_get_HasParameterizedCreatorInternal_m1614430898 (JsonArrayContract_t483691547 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.ReflectionUtils::IsNullableType(System.Type) extern "C" IL2CPP_METHOD_ATTR bool ReflectionUtils_IsNullableType_m2557784957 (RuntimeObject * __this /* static, unused */, Type_t * ___t0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.ReflectionUtils::InheritsGenericDefinition(System.Type,System.Type,System.Type&) extern "C" IL2CPP_METHOD_ATTR bool ReflectionUtils_InheritsGenericDefinition_m626434391 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, Type_t * ___genericClassDefinition1, Type_t ** ___implementingType2, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.JsonArrayContract::get_IsMultidimensionalArray() extern "C" IL2CPP_METHOD_ATTR bool JsonArrayContract_get_IsMultidimensionalArray_m1836563063 (JsonArrayContract_t483691547 * __this, const RuntimeMethod* method); // System.Reflection.ConstructorInfo System.Type::GetConstructor(System.Type[]) extern "C" IL2CPP_METHOD_ATTR ConstructorInfo_t5769829 * Type_GetConstructor_m2219014380 (Type_t * __this, TypeU5BU5D_t3940880105* p0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.TypeExtensions::IsSealed(System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeExtensions_IsSealed_m1488474977 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonContract::.ctor(System.Type) extern "C" IL2CPP_METHOD_ATTR void JsonContract__ctor_m325732499 (JsonContract_t3715061318 * __this, Type_t * ___underlyingType0, const RuntimeMethod* method); // T Newtonsoft.Json.Serialization.JsonTypeReflector::GetCachedAttribute(System.Object) #define JsonTypeReflector_GetCachedAttribute_TisJsonContainerAttribute_t3874748064_m1643058314(__this /* static, unused */, ___attributeProvider0, method) (( JsonContainerAttribute_t3874748064 * (*) (RuntimeObject * /* static, unused */, RuntimeObject *, const RuntimeMethod*))JsonTypeReflector_GetCachedAttribute_TisRuntimeObject_m519861192_gshared)(__this /* static, unused */, ___attributeProvider0, method) // System.Type Newtonsoft.Json.JsonContainerAttribute::get_ItemConverterType() extern "C" IL2CPP_METHOD_ATTR Type_t * JsonContainerAttribute_get_ItemConverterType_m4147842986 (JsonContainerAttribute_t3874748064 * __this, const RuntimeMethod* method); // System.Object[] Newtonsoft.Json.JsonContainerAttribute::get_ItemConverterParameters() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* JsonContainerAttribute_get_ItemConverterParameters_m86743846 (JsonContainerAttribute_t3874748064 * __this, const RuntimeMethod* method); // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonTypeReflector::CreateJsonConverterInstance(System.Type,System.Object[]) extern "C" IL2CPP_METHOD_ATTR JsonConverter_t1047106545 * JsonTypeReflector_CreateJsonConverterInstance_m3792846650 (RuntimeObject * __this /* static, unused */, Type_t * ___converterType0, ObjectU5BU5D_t2843939325* ___converterArgs1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonContainerContract::set_ItemConverter(Newtonsoft.Json.JsonConverter) extern "C" IL2CPP_METHOD_ATTR void JsonContainerContract_set_ItemConverter_m812610121 (JsonContainerContract_t1214283173 * __this, JsonConverter_t1047106545 * ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonContainerContract::set_ItemIsReference(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR void JsonContainerContract_set_ItemIsReference_m2854328738 (JsonContainerContract_t1214283173 * __this, Nullable_1_t1819850047 ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonContainerContract::set_ItemReferenceLoopHandling(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR void JsonContainerContract_set_ItemReferenceLoopHandling_m2369901974 (JsonContainerContract_t1214283173 * __this, Nullable_1_t3051693050 ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonContainerContract::set_ItemTypeNameHandling(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR void JsonContainerContract_set_ItemTypeNameHandling_m1809975236 (JsonContainerContract_t1214283173 * __this, Nullable_1_t1159582132 ___value0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.TypeExtensions::IsInterface(System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeExtensions_IsInterface_m3543394130 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.TypeExtensions::IsAbstract(System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeExtensions_IsAbstract_m723195064 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m2914274212(__this, method) (( void (*) (List_1_t3780931481 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m2676508470(__this, method) (( void (*) (List_1_t1510300525 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void Newtonsoft.Json.Utilities.ValidationUtils::ArgumentNotNull(System.Object,System.String) extern "C" IL2CPP_METHOD_ATTR void ValidationUtils_ArgumentNotNull_m5418296 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, String_t* ___parameterName1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonContract::set_UnderlyingType(System.Type) extern "C" IL2CPP_METHOD_ATTR void JsonContract_set_UnderlyingType_m2190017208 (JsonContract_t3715061318 * __this, Type_t * ___value0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.ReflectionUtils::IsNullable(System.Type) extern "C" IL2CPP_METHOD_ATTR bool ReflectionUtils_IsNullable_m645225420 (RuntimeObject * __this /* static, unused */, Type_t * ___t0, const RuntimeMethod* method); // System.Type System.Nullable::GetUnderlyingType(System.Type) extern "C" IL2CPP_METHOD_ATTR Type_t * Nullable_GetUnderlyingType_m3905033790 (RuntimeObject * __this /* static, unused */, Type_t * p0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.ConvertUtils::IsConvertible(System.Type) extern "C" IL2CPP_METHOD_ATTR bool ConvertUtils_IsConvertible_m2061056491 (RuntimeObject * __this /* static, unused */, Type_t * ___t0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.TypeExtensions::IsEnum(System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeExtensions_IsEnum_m286495740 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.SerializationCallback::Invoke(System.Object,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void SerializationCallback_Invoke_m1571949548 (SerializationCallback_t2308856739 * __this, RuntimeObject * ___o0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() #define List_1_GetEnumerator_m3347607899(__this, method) (( Enumerator_t1375208062 (*) (List_1_t3780931481 *, const RuntimeMethod*))List_1_GetEnumerator_m2930774921_gshared)(__this, method) // !0 System.Collections.Generic.List`1/Enumerator::get_Current() #define Enumerator_get_Current_m544481247(__this, method) (( SerializationCallback_t2308856739 * (*) (Enumerator_t1375208062 *, const RuntimeMethod*))Enumerator_get_Current_m470245444_gshared)(__this, method) // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() #define Enumerator_MoveNext_m1405645913(__this, method) (( bool (*) (Enumerator_t1375208062 *, const RuntimeMethod*))Enumerator_MoveNext_m2142368520_gshared)(__this, method) // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() #define Enumerator_Dispose_m3784815159(__this, method) (( void (*) (Enumerator_t1375208062 *, const RuntimeMethod*))Enumerator_Dispose_m3007748546_gshared)(__this, method) // System.Void Newtonsoft.Json.Serialization.SerializationErrorCallback::Invoke(System.Object,System.Runtime.Serialization.StreamingContext,Newtonsoft.Json.Serialization.ErrorContext) extern "C" IL2CPP_METHOD_ATTR void SerializationErrorCallback_Invoke_m4076101983 (SerializationErrorCallback_t38225783 * __this, RuntimeObject * ___o0, StreamingContext_t3711869237 ___context1, ErrorContext_t3532118581 * ___errorContext2, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonContract/<>c__DisplayClass73_0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass73_0__ctor_m2292692135 (U3CU3Ec__DisplayClass73_0_t231501766 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.SerializationCallback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void SerializationCallback__ctor_m4199184626 (SerializationCallback_t2308856739 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonContract/<>c__DisplayClass74_0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass74_0__ctor_m3081548963 (U3CU3Ec__DisplayClass74_0_t231698374 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.SerializationErrorCallback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void SerializationErrorCallback__ctor_m1199516942 (SerializationErrorCallback_t38225783 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Object[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * MethodBase_Invoke_m1776411915 (MethodBase_t * __this, RuntimeObject * p0, ObjectU5BU5D_t2843939325* p1, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.JsonDictionaryContract::get_HasParameterizedCreator() extern "C" IL2CPP_METHOD_ATTR bool JsonDictionaryContract_get_HasParameterizedCreator_m3461684307 (JsonDictionaryContract_t4040570183 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.ReflectionUtils::GetDictionaryKeyValueTypes(System.Type,System.Type&,System.Type&) extern "C" IL2CPP_METHOD_ATTR void ReflectionUtils_GetDictionaryKeyValueTypes_m3140437744 (RuntimeObject * __this /* static, unused */, Type_t * ___dictionaryType0, Type_t ** ___keyType1, Type_t ** ___valueType2, const RuntimeMethod* method); // System.Reflection.ConstructorInfo Newtonsoft.Json.Utilities.CollectionUtils::ResolveEnumerableCollectionConstructor(System.Type,System.Type,System.Type) extern "C" IL2CPP_METHOD_ATTR ConstructorInfo_t5769829 * CollectionUtils_ResolveEnumerableCollectionConstructor_m2494527832 (RuntimeObject * __this /* static, unused */, Type_t * ___collectionType0, Type_t * ___collectionItemType1, Type_t * ___constructorArgumentType2, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonDictionaryContract::set_ShouldCreateWrapper(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonDictionaryContract_set_ShouldCreateWrapper_m4065118902 (JsonDictionaryContract_t4040570183 * __this, bool ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonDictionaryContract::set_DictionaryKeyType(System.Type) extern "C" IL2CPP_METHOD_ATTR void JsonDictionaryContract_set_DictionaryKeyType_m218280699 (JsonDictionaryContract_t4040570183 * __this, Type_t * ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonDictionaryContract::set_DictionaryValueType(System.Type) extern "C" IL2CPP_METHOD_ATTR void JsonDictionaryContract_set_DictionaryValueType_m1517591338 (JsonDictionaryContract_t4040570183 * __this, Type_t * ___value0, const RuntimeMethod* method); // System.Type Newtonsoft.Json.Serialization.JsonDictionaryContract::get_DictionaryValueType() extern "C" IL2CPP_METHOD_ATTR Type_t * JsonDictionaryContract_get_DictionaryValueType_m524191807 (JsonDictionaryContract_t4040570183 * __this, const RuntimeMethod* method); // System.Type Newtonsoft.Json.Serialization.JsonDictionaryContract::get_DictionaryKeyType() extern "C" IL2CPP_METHOD_ATTR Type_t * JsonDictionaryContract_get_DictionaryKeyType_m3960022144 (JsonDictionaryContract_t4040570183 * __this, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m1216717135 (ArgumentException_t132251570 * __this, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Serialization.JsonSerializerInternalReader::CreateISerializableItem(Newtonsoft.Json.Linq.JToken,System.Type,Newtonsoft.Json.Serialization.JsonISerializableContract,Newtonsoft.Json.Serialization.JsonProperty) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonSerializerInternalReader_CreateISerializableItem_m1700526544 (JsonSerializerInternalReader_t927352408 * __this, JToken_t1038539247 * ___token0, Type_t * ___type1, JsonISerializableContract_t781833466 * ___contract2, JsonProperty_t1405154176 * ___member3, const RuntimeMethod* method); // T Newtonsoft.Json.Serialization.JsonFormatterConverter::GetTokenValue(System.Object) #define JsonFormatterConverter_GetTokenValue_TisBoolean_t97287965_m2160438893(__this, ___value0, method) (( bool (*) (JsonFormatterConverter_t1655671892 *, RuntimeObject *, const RuntimeMethod*))JsonFormatterConverter_GetTokenValue_TisBoolean_t97287965_m2160438893_gshared)(__this, ___value0, method) // T Newtonsoft.Json.Serialization.JsonFormatterConverter::GetTokenValue(System.Object) #define JsonFormatterConverter_GetTokenValue_TisInt16_t2552820387_m3498290763(__this, ___value0, method) (( int16_t (*) (JsonFormatterConverter_t1655671892 *, RuntimeObject *, const RuntimeMethod*))JsonFormatterConverter_GetTokenValue_TisInt16_t2552820387_m3498290763_gshared)(__this, ___value0, method) // T Newtonsoft.Json.Serialization.JsonFormatterConverter::GetTokenValue(System.Object) #define JsonFormatterConverter_GetTokenValue_TisInt32_t2950945753_m382980225(__this, ___value0, method) (( int32_t (*) (JsonFormatterConverter_t1655671892 *, RuntimeObject *, const RuntimeMethod*))JsonFormatterConverter_GetTokenValue_TisInt32_t2950945753_m382980225_gshared)(__this, ___value0, method) // T Newtonsoft.Json.Serialization.JsonFormatterConverter::GetTokenValue(System.Object) #define JsonFormatterConverter_GetTokenValue_TisInt64_t3736567304_m582652085(__this, ___value0, method) (( int64_t (*) (JsonFormatterConverter_t1655671892 *, RuntimeObject *, const RuntimeMethod*))JsonFormatterConverter_GetTokenValue_TisInt64_t3736567304_m582652085_gshared)(__this, ___value0, method) // T Newtonsoft.Json.Serialization.JsonFormatterConverter::GetTokenValue(System.Object) #define JsonFormatterConverter_GetTokenValue_TisString_t_m1876574947(__this, ___value0, method) (( String_t* (*) (JsonFormatterConverter_t1655671892 *, RuntimeObject *, const RuntimeMethod*))JsonFormatterConverter_GetTokenValue_TisRuntimeObject_m2414885775_gshared)(__this, ___value0, method) // T Newtonsoft.Json.Serialization.JsonFormatterConverter::GetTokenValue(System.Object) #define JsonFormatterConverter_GetTokenValue_TisUInt32_t2560061978_m3989708118(__this, ___value0, method) (( uint32_t (*) (JsonFormatterConverter_t1655671892 *, RuntimeObject *, const RuntimeMethod*))JsonFormatterConverter_GetTokenValue_TisUInt32_t2560061978_m3989708118_gshared)(__this, ___value0, method) // System.Void Newtonsoft.Json.Serialization.JsonPropertyCollection::.ctor(System.Type) extern "C" IL2CPP_METHOD_ATTR void JsonPropertyCollection__ctor_m2705261233 (JsonPropertyCollection_t2691548039 * __this, Type_t * ___type0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m3206831396(__this, method) (( bool (*) (Nullable_1_t1819850047 *, const RuntimeMethod*))Nullable_1_get_HasValue_m3206831396_gshared)(__this, method) // System.Void System.Nullable`1::.ctor(!0) #define Nullable_1__ctor_m1921378621(__this, p0, method) (( void (*) (Nullable_1_t1819850047 *, bool, const RuntimeMethod*))Nullable_1__ctor_m1921378621_gshared)(__this, p0, method) // System.Nullable`1 Newtonsoft.Json.Serialization.JsonObjectContract::get_ItemRequired() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t3313944452 JsonObjectContract_get_ItemRequired_m2746828835 (JsonObjectContract_t868533143 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault(!0) #define Nullable_1_GetValueOrDefault_m4025873748(__this, p0, method) (( int32_t (*) (Nullable_1_t3313944452 *, int32_t, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m4025873748_gshared)(__this, p0, method) // Newtonsoft.Json.Serialization.JsonPropertyCollection Newtonsoft.Json.Serialization.JsonObjectContract::get_Properties() extern "C" IL2CPP_METHOD_ATTR JsonPropertyCollection_t2691548039 * JsonObjectContract_get_Properties_m694356175 (JsonObjectContract_t868533143 * __this, const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1 System.Collections.ObjectModel.Collection`1::GetEnumerator() #define Collection_1_GetEnumerator_m1372022280(__this, method) (( RuntimeObject* (*) (Collection_1_t349510094 *, const RuntimeMethod*))Collection_1_GetEnumerator_m3456018579_gshared)(__this, method) // Newtonsoft.Json.Required Newtonsoft.Json.Serialization.JsonProperty::get_Required() extern "C" IL2CPP_METHOD_ATTR int32_t JsonProperty_get_Required_m3952114446 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::get_DefaultValueHandling() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t668593436 JsonProperty_get_DefaultValueHandling_m3282317265 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m4201331606(__this, method) (( bool (*) (Nullable_1_t668593436 *, const RuntimeMethod*))Nullable_1_get_HasValue_m4201331606_gshared)(__this, method) // !0 System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m880978787(__this, method) (( int32_t (*) (Nullable_1_t668593436 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m880978787_gshared)(__this, method) // System.Void System.Nullable`1::.ctor(!0) #define Nullable_1__ctor_m2505653846(__this, p0, method) (( void (*) (Nullable_1_t668593436 *, int32_t, const RuntimeMethod*))Nullable_1__ctor_m2505653846_gshared)(__this, p0, method) // !0 System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m2119174086(__this, method) (( bool (*) (Nullable_1_t1819850047 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m2119174086_gshared)(__this, method) // System.Void Newtonsoft.Json.Serialization.JsonObjectContract::set_Properties(Newtonsoft.Json.Serialization.JsonPropertyCollection) extern "C" IL2CPP_METHOD_ATTR void JsonObjectContract_set_Properties_m1155798808 (JsonObjectContract_t868533143 * __this, JsonPropertyCollection_t2691548039 * ___value0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.JsonTypeReflector::get_FullyTrusted() extern "C" IL2CPP_METHOD_ATTR bool JsonTypeReflector_get_FullyTrusted_m2121730692 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Object System.Runtime.Serialization.FormatterServices::GetUninitializedObject(System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * FormatterServices_GetUninitializedObject_m3413592581 (RuntimeObject * __this /* static, unused */, Type_t * p0, const RuntimeMethod* method); // Newtonsoft.Json.Utilities.PrimitiveTypeCode Newtonsoft.Json.Utilities.ConvertUtils::GetTypeCode(System.Type) extern "C" IL2CPP_METHOD_ATTR int32_t ConvertUtils_GetTypeCode_m66075454 (RuntimeObject * __this /* static, unused */, Type_t * ___t0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonPrimitiveContract::set_TypeCode(Newtonsoft.Json.Utilities.PrimitiveTypeCode) extern "C" IL2CPP_METHOD_ATTR void JsonPrimitiveContract_set_TypeCode_m1650291951 (JsonPrimitiveContract_t336098342 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m2818467469(__this, p0, p1, method) (( bool (*) (Dictionary_2_t2785133644 *, Type_t *, int32_t*, const RuntimeMethod*))Dictionary_2_TryGetValue_m3171341588_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m3896544029(__this, method) (( void (*) (Dictionary_2_t2785133644 *, const RuntimeMethod*))Dictionary_2__ctor_m574187291_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m2410290141(__this, p0, p1, method) (( void (*) (Dictionary_2_t2785133644 *, Type_t *, int32_t, const RuntimeMethod*))Dictionary_2_set_Item_m3233637533_gshared)(__this, p0, p1, method) // System.Boolean Newtonsoft.Json.Utilities.JavaScriptUtils::ShouldEscapeJavaScriptString(System.String,System.Boolean[]) extern "C" IL2CPP_METHOD_ATTR bool JavaScriptUtils_ShouldEscapeJavaScriptString_m4145948594 (RuntimeObject * __this /* static, unused */, String_t* ___s0, BooleanU5BU5D_t2897418192* ___charEscapeFlags1, const RuntimeMethod* method); // System.Type Newtonsoft.Json.Serialization.JsonProperty::get_PropertyType() extern "C" IL2CPP_METHOD_ATTR Type_t * JsonProperty_get_PropertyType_m3302554867 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Utilities.ReflectionUtils::GetDefaultValue(System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ReflectionUtils_GetDefaultValue_m3591065878 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m3472043244(__this, method) (( bool (*) (Nullable_1_t3313944452 *, const RuntimeMethod*))Nullable_1_get_HasValue_m3472043244_gshared)(__this, method) // !0 System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m2092791886(__this, method) (( int32_t (*) (Nullable_1_t3313944452 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m2092791886_gshared)(__this, method) // System.String Newtonsoft.Json.Serialization.JsonProperty::get_PropertyName() extern "C" IL2CPP_METHOD_ATTR String_t* JsonProperty_get_PropertyName_m2411132462 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method); // System.StringComparer System.StringComparer::get_Ordinal() extern "C" IL2CPP_METHOD_ATTR StringComparer_t3301955079 * StringComparer_get_Ordinal_m2103862281 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Collections.ObjectModel.KeyedCollection`2::.ctor(System.Collections.Generic.IEqualityComparer`1) #define KeyedCollection_2__ctor_m787348430(__this, p0, method) (( void (*) (KeyedCollection_2_t329837779 *, RuntimeObject*, const RuntimeMethod*))KeyedCollection_2__ctor_m111399993_gshared)(__this, p0, method) // System.Collections.Generic.IList`1 System.Collections.ObjectModel.Collection`1::get_Items() #define Collection_1_get_Items_m470662808(__this, method) (( RuntimeObject* (*) (Collection_1_t349510094 *, const RuntimeMethod*))Collection_1_get_Items_m3947578793_gshared)(__this, method) // System.Boolean System.Collections.ObjectModel.KeyedCollection`2::Contains(!0) #define KeyedCollection_2_Contains_m2194350631(__this, p0, method) (( bool (*) (KeyedCollection_2_t329837779 *, String_t*, const RuntimeMethod*))KeyedCollection_2_Contains_m2733221989_gshared)(__this, p0, method) // System.Boolean Newtonsoft.Json.Serialization.JsonProperty::get_Ignored() extern "C" IL2CPP_METHOD_ATTR bool JsonProperty_get_Ignored_m2509840579 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method); // !1 System.Collections.ObjectModel.KeyedCollection`2::get_Item(!0) #define KeyedCollection_2_get_Item_m3171378176(__this, p0, method) (( JsonProperty_t1405154176 * (*) (KeyedCollection_2_t329837779 *, String_t*, const RuntimeMethod*))KeyedCollection_2_get_Item_m2307059927_gshared)(__this, p0, method) // System.Boolean System.Collections.ObjectModel.Collection`1::Remove(!0) #define Collection_1_Remove_m1767096815(__this, p0, method) (( bool (*) (Collection_1_t349510094 *, JsonProperty_t1405154176 *, const RuntimeMethod*))Collection_1_Remove_m381681379_gshared)(__this, p0, method) // System.Type Newtonsoft.Json.Serialization.JsonProperty::get_DeclaringType() extern "C" IL2CPP_METHOD_ATTR Type_t * JsonProperty_get_DeclaringType_m2382212084 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.TypeExtensions::ImplementInterface(System.Type,System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeExtensions_ImplementInterface_m4199275556 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, Type_t * ___interfaceType1, const RuntimeMethod* method); // System.Void System.Collections.ObjectModel.Collection`1::Add(!0) #define Collection_1_Add_m2352269593(__this, p0, method) (( void (*) (Collection_1_t349510094 *, JsonProperty_t1405154176 *, const RuntimeMethod*))Collection_1_Add_m111869950_gshared)(__this, p0, method) // Newtonsoft.Json.Serialization.JsonProperty Newtonsoft.Json.Serialization.JsonPropertyCollection::GetProperty(System.String,System.StringComparison) extern "C" IL2CPP_METHOD_ATTR JsonProperty_t1405154176 * JsonPropertyCollection_GetProperty_m4024449221 (JsonPropertyCollection_t2691548039 * __this, String_t* ___propertyName0, int32_t ___comparisonType1, const RuntimeMethod* method); // System.Collections.Generic.IDictionary`2 System.Collections.ObjectModel.KeyedCollection`2::get_Dictionary() #define KeyedCollection_2_get_Dictionary_m2115976622(__this, method) (( RuntimeObject* (*) (KeyedCollection_2_t329837779 *, const RuntimeMethod*))KeyedCollection_2_get_Dictionary_m2529484425_gshared)(__this, method) // System.Boolean Newtonsoft.Json.Serialization.JsonPropertyCollection::TryGetValue(System.String,Newtonsoft.Json.Serialization.JsonProperty&) extern "C" IL2CPP_METHOD_ATTR bool JsonPropertyCollection_TryGetValue_m264325042 (JsonPropertyCollection_t2691548039 * __this, String_t* ___key0, JsonProperty_t1405154176 ** ___item1, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m1509793933(__this, p0, method) (( JsonProperty_t1405154176 * (*) (List_1_t2877228918 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Boolean System.String::Equals(System.String,System.String,System.StringComparison) extern "C" IL2CPP_METHOD_ATTR bool String_Equals_m2359609904 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, int32_t p2, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m3776375619(__this, method) (( int32_t (*) (List_1_t2877228918 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Collections.Generic.EqualityComparer`1 System.Collections.Generic.EqualityComparer`1::get_Default() #define EqualityComparer_1_get_Default_m2310016383(__this /* static, unused */, method) (( EqualityComparer_1_t17223025 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))EqualityComparer_1_get_Default_m2924303213_gshared)(__this /* static, unused */, method) // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalBase/ReferenceEqualsEqualityComparer::.ctor() extern "C" IL2CPP_METHOD_ATTR void ReferenceEqualsEqualityComparer__ctor_m3589355905 (ReferenceEqualsEqualityComparer_t3630109021 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.BidirectionalDictionary`2::.ctor(System.Collections.Generic.IEqualityComparer`1,System.Collections.Generic.IEqualityComparer`1,System.String,System.String) #define BidirectionalDictionary_2__ctor_m1135621616(__this, p0, p1, p2, p3, method) (( void (*) (BidirectionalDictionary_2_t2019708942 *, RuntimeObject*, RuntimeObject*, String_t*, String_t*, const RuntimeMethod*))BidirectionalDictionary_2__ctor_m3702943052_gshared)(__this, p0, p1, p2, p3, method) // System.Void Newtonsoft.Json.Serialization.ErrorContext::.ctor(System.Object,System.Object,System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void ErrorContext__ctor_m1960059102 (ErrorContext_t3532118581 * __this, RuntimeObject * ___originalObject0, RuntimeObject * ___member1, String_t* ___path2, Exception_t * ___error3, const RuntimeMethod* method); // System.Exception Newtonsoft.Json.Serialization.ErrorContext::get_Error() extern "C" IL2CPP_METHOD_ATTR Exception_t * ErrorContext_get_Error_m1228236127 (ErrorContext_t3532118581 * __this, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m237278729 (InvalidOperationException_t56020091 * __this, String_t* p0, const RuntimeMethod* method); // Newtonsoft.Json.Serialization.ErrorContext Newtonsoft.Json.Serialization.JsonSerializerInternalBase::GetErrorContext(System.Object,System.Object,System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR ErrorContext_t3532118581 * JsonSerializerInternalBase_GetErrorContext_m9875870 (JsonSerializerInternalBase_t286011480 * __this, RuntimeObject * ___currentObject0, RuntimeObject * ___member1, String_t* ___path2, Exception_t * ___error3, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.ErrorContext::get_Traced() extern "C" IL2CPP_METHOD_ATTR bool ErrorContext_get_Traced_m2904765305 (ErrorContext_t3532118581 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.ErrorContext::set_Traced(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ErrorContext_set_Traced_m3278856084 (ErrorContext_t3532118581 * __this, bool ___value0, const RuntimeMethod* method); // System.Type System.Object::GetType() extern "C" IL2CPP_METHOD_ATTR Type_t * Object_GetType_m88164663 (RuntimeObject * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m1715369213 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject * p1, RuntimeObject * p2, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m3755062657 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, String_t* p2, const RuntimeMethod* method); // System.String Newtonsoft.Json.JsonPosition::FormatMessage(Newtonsoft.Json.IJsonLineInfo,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* JsonPosition_FormatMessage_m331598339 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___lineInfo0, String_t* ___path1, String_t* ___message2, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonContract::InvokeOnError(System.Object,System.Runtime.Serialization.StreamingContext,Newtonsoft.Json.Serialization.ErrorContext) extern "C" IL2CPP_METHOD_ATTR void JsonContract_InvokeOnError_m2358688078 (JsonContract_t3715061318 * __this, RuntimeObject * ___o0, StreamingContext_t3711869237 ___context1, ErrorContext_t3532118581 * ___errorContext2, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.ErrorContext::get_Handled() extern "C" IL2CPP_METHOD_ATTR bool ErrorContext_get_Handled_m754806413 (ErrorContext_t3532118581 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.ErrorEventArgs::.ctor(System.Object,Newtonsoft.Json.Serialization.ErrorContext) extern "C" IL2CPP_METHOD_ATTR void ErrorEventArgs__ctor_m402841957 (ErrorEventArgs_t716709476 * __this, RuntimeObject * ___currentObject0, ErrorContext_t3532118581 * ___errorContext1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonSerializer::OnError(Newtonsoft.Json.Serialization.ErrorEventArgs) extern "C" IL2CPP_METHOD_ATTR void JsonSerializer_OnError_m1335991628 (JsonSerializer_t1424496335 * __this, ErrorEventArgs_t716709476 * ___e0, const RuntimeMethod* method); // System.Int32 System.Runtime.CompilerServices.RuntimeHelpers::GetHashCode(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t RuntimeHelpers_GetHashCode_m1610824259 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalBase::.ctor(Newtonsoft.Json.JsonSerializer) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalBase__ctor_m395961247 (JsonSerializerInternalBase_t286011480 * __this, JsonSerializer_t1424496335 * ___serializer0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.JsonReader::MoveToContent() extern "C" IL2CPP_METHOD_ATTR bool JsonReader_MoveToContent_m203105123 (JsonReader_t2369136700 * __this, const RuntimeMethod* method); // Newtonsoft.Json.JsonSerializationException Newtonsoft.Json.JsonSerializationException::Create(Newtonsoft.Json.JsonReader,System.String) extern "C" IL2CPP_METHOD_ATTR JsonSerializationException_t4152118729 * JsonSerializationException_Create_m3641289602 (RuntimeObject * __this /* static, unused */, JsonReader_t2369136700 * ___reader0, String_t* ___message1, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.JsonArrayContract::get_ShouldCreateWrapper() extern "C" IL2CPP_METHOD_ATTR bool JsonArrayContract_get_ShouldCreateWrapper_m3030138700 (JsonArrayContract_t483691547 * __this, const RuntimeMethod* method); // Newtonsoft.Json.Utilities.IWrappedCollection Newtonsoft.Json.Serialization.JsonArrayContract::CreateWrapper(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonArrayContract_CreateWrapper_m867824515 (JsonArrayContract_t483691547 * __this, RuntimeObject * ___list0, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Serialization.JsonSerializerInternalReader::PopulateList(System.Collections.IList,Newtonsoft.Json.JsonReader,Newtonsoft.Json.Serialization.JsonArrayContract,Newtonsoft.Json.Serialization.JsonProperty,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonSerializerInternalReader_PopulateList_m3816942785 (JsonSerializerInternalReader_t927352408 * __this, RuntimeObject* ___list0, JsonReader_t2369136700 * ___reader1, JsonArrayContract_t483691547 * ___contract2, JsonProperty_t1405154176 * ___containerProperty3, String_t* ___id4, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonReader::ReadAndAssert() extern "C" IL2CPP_METHOD_ATTR void JsonReader_ReadAndAssert_m598255277 (JsonReader_t2369136700 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.JsonDictionaryContract::get_ShouldCreateWrapper() extern "C" IL2CPP_METHOD_ATTR bool JsonDictionaryContract_get_ShouldCreateWrapper_m4140590597 (JsonDictionaryContract_t4040570183 * __this, const RuntimeMethod* method); // Newtonsoft.Json.Utilities.IWrappedDictionary Newtonsoft.Json.Serialization.JsonDictionaryContract::CreateWrapper(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonDictionaryContract_CreateWrapper_m1557137919 (JsonDictionaryContract_t4040570183 * __this, RuntimeObject * ___dictionary0, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Serialization.JsonSerializerInternalReader::PopulateDictionary(System.Collections.IDictionary,Newtonsoft.Json.JsonReader,Newtonsoft.Json.Serialization.JsonDictionaryContract,Newtonsoft.Json.Serialization.JsonProperty,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonSerializerInternalReader_PopulateDictionary_m222353086 (JsonSerializerInternalReader_t927352408 * __this, RuntimeObject* ___dictionary0, JsonReader_t2369136700 * ___reader1, JsonDictionaryContract_t4040570183 * ___contract2, JsonProperty_t1405154176 * ___containerProperty3, String_t* ___id4, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Serialization.JsonSerializerInternalReader::PopulateObject(System.Object,Newtonsoft.Json.JsonReader,Newtonsoft.Json.Serialization.JsonObjectContract,Newtonsoft.Json.Serialization.JsonProperty,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonSerializerInternalReader_PopulateObject_m2847199184 (JsonSerializerInternalReader_t927352408 * __this, RuntimeObject * ___newObject0, JsonReader_t2369136700 * ___reader1, JsonObjectContract_t868533143 * ___contract2, JsonProperty_t1405154176 * ___member3, String_t* ___id4, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m1170824041 (ArgumentNullException_t1615371798 * __this, String_t* p0, const RuntimeMethod* method); // Newtonsoft.Json.Serialization.JsonContract Newtonsoft.Json.Serialization.JsonSerializerInternalReader::GetContractSafe(System.Type) extern "C" IL2CPP_METHOD_ATTR JsonContract_t3715061318 * JsonSerializerInternalReader_GetContractSafe_m881561284 (JsonSerializerInternalReader_t927352408 * __this, Type_t * ___type0, const RuntimeMethod* method); // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonSerializerInternalReader::GetConverter(Newtonsoft.Json.Serialization.JsonContract,Newtonsoft.Json.JsonConverter,Newtonsoft.Json.Serialization.JsonContainerContract,Newtonsoft.Json.Serialization.JsonProperty) extern "C" IL2CPP_METHOD_ATTR JsonConverter_t1047106545 * JsonSerializerInternalReader_GetConverter_m3382278774 (JsonSerializerInternalReader_t927352408 * __this, JsonContract_t3715061318 * ___contract0, JsonConverter_t1047106545 * ___memberConverter1, JsonContainerContract_t1214283173 * ___containerContract2, JsonProperty_t1405154176 * ___containerProperty3, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalReader::ReadForType(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Serialization.JsonContract,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool JsonSerializerInternalReader_ReadForType_m783535205 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, JsonContract_t3715061318 * ___contract1, bool ___hasConverter2, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Serialization.JsonSerializerInternalReader::DeserializeConvertable(Newtonsoft.Json.JsonConverter,Newtonsoft.Json.JsonReader,System.Type,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonSerializerInternalReader_DeserializeConvertable_m12555224 (JsonSerializerInternalReader_t927352408 * __this, JsonConverter_t1047106545 * ___converter0, JsonReader_t2369136700 * ___reader1, Type_t * ___objectType2, RuntimeObject * ___existingValue3, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Serialization.JsonSerializerInternalReader::CreateValueInternal(Newtonsoft.Json.JsonReader,System.Type,Newtonsoft.Json.Serialization.JsonContract,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.JsonContainerContract,Newtonsoft.Json.Serialization.JsonProperty,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonSerializerInternalReader_CreateValueInternal_m728545038 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, Type_t * ___objectType1, JsonContract_t3715061318 * ___contract2, JsonProperty_t1405154176 * ___member3, JsonContainerContract_t1214283173 * ___containerContract4, JsonProperty_t1405154176 * ___containerMember5, RuntimeObject * ___existingValue6, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalBase::IsErrorHandled(System.Object,Newtonsoft.Json.Serialization.JsonContract,System.Object,Newtonsoft.Json.IJsonLineInfo,System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR bool JsonSerializerInternalBase_IsErrorHandled_m3473537157 (JsonSerializerInternalBase_t286011480 * __this, RuntimeObject * ___currentObject0, JsonContract_t3715061318 * ___contract1, RuntimeObject * ___keyValue2, RuntimeObject* ___lineInfo3, String_t* ___path4, Exception_t * ___ex5, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalReader::HandleError(Newtonsoft.Json.JsonReader,System.Boolean,System.Int32) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalReader_HandleError_m1244203443 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, bool ___readPastError1, int32_t ___initialDepth2, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalBase::ClearErrorContext() extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalBase_ClearErrorContext_m1174047819 (JsonSerializerInternalBase_t286011480 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonSerializerProxy::.ctor(Newtonsoft.Json.Serialization.JsonSerializerInternalReader) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerProxy__ctor_m105947954 (JsonSerializerProxy_t657065764 * __this, JsonSerializerInternalReader_t927352408 * ___serializerReader0, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JRaw Newtonsoft.Json.Linq.JRaw::Create(Newtonsoft.Json.JsonReader) extern "C" IL2CPP_METHOD_ATTR JRaw_t446372596 * JRaw_Create_m174718097 (RuntimeObject * __this /* static, unused */, JsonReader_t2369136700 * ___reader0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JTokenWriter::.ctor() extern "C" IL2CPP_METHOD_ATTR void JTokenWriter__ctor_m3446415868 (JTokenWriter_t671501819 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteToken(Newtonsoft.Json.JsonReader) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteToken_m3609733214 (JsonWriter_t1467272295 * __this, JsonReader_t2369136700 * ___reader0, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JTokenWriter::get_Token() extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * JTokenWriter_get_Token_m2144811498 (JTokenWriter_t671501819 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.JsonReader::ReadAndMoveToContent() extern "C" IL2CPP_METHOD_ATTR bool JsonReader_ReadAndMoveToContent_m799965404 (JsonReader_t2369136700 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalReader::CheckPropertyName(Newtonsoft.Json.JsonReader,System.String) extern "C" IL2CPP_METHOD_ATTR bool JsonSerializerInternalReader_CheckPropertyName_m994711711 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, String_t* ___memberName1, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Serialization.JsonSerializerInternalReader::CreateJToken(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Serialization.JsonContract) extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * JsonSerializerInternalReader_CreateJToken_m69063650 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, JsonContract_t3715061318 * ___contract1, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Serialization.JsonSerializerInternalReader::CreateObject(Newtonsoft.Json.JsonReader,System.Type,Newtonsoft.Json.Serialization.JsonContract,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.JsonContainerContract,Newtonsoft.Json.Serialization.JsonProperty,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonSerializerInternalReader_CreateObject_m1890114628 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, Type_t * ___objectType1, JsonContract_t3715061318 * ___contract2, JsonProperty_t1405154176 * ___member3, JsonContainerContract_t1214283173 * ___containerContract4, JsonProperty_t1405154176 * ___containerMember5, RuntimeObject * ___existingValue6, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Serialization.JsonSerializerInternalReader::CreateList(Newtonsoft.Json.JsonReader,System.Type,Newtonsoft.Json.Serialization.JsonContract,Newtonsoft.Json.Serialization.JsonProperty,System.Object,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonSerializerInternalReader_CreateList_m2512975259 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, Type_t * ___objectType1, JsonContract_t3715061318 * ___contract2, JsonProperty_t1405154176 * ___member3, RuntimeObject * ___existingValue4, String_t* ___id5, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Serialization.JsonSerializerInternalReader::EnsureType(Newtonsoft.Json.JsonReader,System.Object,System.Globalization.CultureInfo,Newtonsoft.Json.Serialization.JsonContract,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonSerializerInternalReader_EnsureType_m3870732010 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, RuntimeObject * ___value1, CultureInfo_t4157843068 * ___culture2, JsonContract_t3715061318 * ___contract3, Type_t * ___targetType4, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalReader::CoerceEmptyStringToNull(System.Type,Newtonsoft.Json.Serialization.JsonContract,System.String) extern "C" IL2CPP_METHOD_ATTR bool JsonSerializerInternalReader_CoerceEmptyStringToNull_m1779814820 (RuntimeObject * __this /* static, unused */, Type_t * ___objectType0, JsonContract_t3715061318 * ___contract1, String_t* ___s2, const RuntimeMethod* method); // System.Byte[] System.Convert::FromBase64String(System.String) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* Convert_FromBase64String_m3685135396 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JRaw::.ctor(System.Object) extern "C" IL2CPP_METHOD_ATTR void JRaw__ctor_m1864301937 (JRaw_t446372596 * __this, RuntimeObject * ___rawJson0, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m904156431 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Boolean System.String::IsNullOrEmpty(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m2969720369 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m2047740448 (ArgumentOutOfRangeException_t777629997 * __this, const RuntimeMethod* method); // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonProperty::get_ItemConverter() extern "C" IL2CPP_METHOD_ATTR JsonConverter_t1047106545 * JsonProperty_get_ItemConverter_m746570266 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method); // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonContainerContract::get_ItemConverter() extern "C" IL2CPP_METHOD_ATTR JsonConverter_t1047106545 * JsonContainerContract_get_ItemConverter_m3539391299 (JsonContainerContract_t1214283173 * __this, const RuntimeMethod* method); // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonContract::get_Converter() extern "C" IL2CPP_METHOD_ATTR JsonConverter_t1047106545 * JsonContract_get_Converter_m844251387 (JsonContract_t3715061318 * __this, const RuntimeMethod* method); // Newtonsoft.Json.JsonConverter Newtonsoft.Json.JsonSerializer::GetMatchingConverter(System.Type) extern "C" IL2CPP_METHOD_ATTR JsonConverter_t1047106545 * JsonSerializer_GetMatchingConverter_m2868001596 (JsonSerializer_t1424496335 * __this, Type_t * ___type0, const RuntimeMethod* method); // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonContract::get_InternalConverter() extern "C" IL2CPP_METHOD_ATTR JsonConverter_t1047106545 * JsonContract_get_InternalConverter_m501858809 (JsonContract_t3715061318 * __this, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::ReadFrom(Newtonsoft.Json.JsonReader) extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * JToken_ReadFrom_m3588802466 (RuntimeObject * __this /* static, unused */, JsonReader_t2369136700 * ___reader0, const RuntimeMethod* method); // Newtonsoft.Json.JsonReader Newtonsoft.Json.Linq.JToken::CreateReader() extern "C" IL2CPP_METHOD_ATTR JsonReader_t2369136700 * JToken_CreateReader_m3510696721 (JToken_t1038539247 * __this, const RuntimeMethod* method); // System.Globalization.CultureInfo Newtonsoft.Json.JsonReader::get_Culture() extern "C" IL2CPP_METHOD_ATTR CultureInfo_t4157843068 * JsonReader_get_Culture_m4025307219 (JsonReader_t2369136700 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonReader::set_Culture(System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR void JsonReader_set_Culture_m1761646487 (JsonReader_t2369136700 * __this, CultureInfo_t4157843068 * ___value0, const RuntimeMethod* method); // System.String Newtonsoft.Json.JsonReader::get_DateFormatString() extern "C" IL2CPP_METHOD_ATTR String_t* JsonReader_get_DateFormatString_m3648577372 (JsonReader_t2369136700 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonReader::set_DateFormatString(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonReader_set_DateFormatString_m823365658 (JsonReader_t2369136700 * __this, String_t* ___value0, const RuntimeMethod* method); // Newtonsoft.Json.DateParseHandling Newtonsoft.Json.JsonReader::get_DateParseHandling() extern "C" IL2CPP_METHOD_ATTR int32_t JsonReader_get_DateParseHandling_m2700870511 (JsonReader_t2369136700 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonReader::set_DateParseHandling(Newtonsoft.Json.DateParseHandling) extern "C" IL2CPP_METHOD_ATTR void JsonReader_set_DateParseHandling_m3807032919 (JsonReader_t2369136700 * __this, int32_t ___value0, const RuntimeMethod* method); // Newtonsoft.Json.DateTimeZoneHandling Newtonsoft.Json.JsonReader::get_DateTimeZoneHandling() extern "C" IL2CPP_METHOD_ATTR int32_t JsonReader_get_DateTimeZoneHandling_m3350718958 (JsonReader_t2369136700 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonReader::set_DateTimeZoneHandling(Newtonsoft.Json.DateTimeZoneHandling) extern "C" IL2CPP_METHOD_ATTR void JsonReader_set_DateTimeZoneHandling_m164192948 (JsonReader_t2369136700 * __this, int32_t ___value0, const RuntimeMethod* method); // Newtonsoft.Json.FloatParseHandling Newtonsoft.Json.JsonReader::get_FloatParseHandling() extern "C" IL2CPP_METHOD_ATTR int32_t JsonReader_get_FloatParseHandling_m1488578159 (JsonReader_t2369136700 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonReader::set_FloatParseHandling(Newtonsoft.Json.FloatParseHandling) extern "C" IL2CPP_METHOD_ATTR void JsonReader_set_FloatParseHandling_m4261313002 (JsonReader_t2369136700 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.JsonReader::get_SupportMultipleContent() extern "C" IL2CPP_METHOD_ATTR bool JsonReader_get_SupportMultipleContent_m2507241234 (JsonReader_t2369136700 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonReader::set_SupportMultipleContent(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonReader_set_SupportMultipleContent_m2021001284 (JsonReader_t2369136700 * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalReader::ReadMetadataPropertiesToken(Newtonsoft.Json.Linq.JTokenReader,System.Type&,Newtonsoft.Json.Serialization.JsonContract&,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.JsonContainerContract,Newtonsoft.Json.Serialization.JsonProperty,System.Object,System.Object&,System.String&) extern "C" IL2CPP_METHOD_ATTR bool JsonSerializerInternalReader_ReadMetadataPropertiesToken_m412011121 (JsonSerializerInternalReader_t927352408 * __this, JTokenReader_t3769275704 * ___reader0, Type_t ** ___objectType1, JsonContract_t3715061318 ** ___contract2, JsonProperty_t1405154176 * ___member3, JsonContainerContract_t1214283173 * ___containerContract4, JsonProperty_t1405154176 * ___containerMember5, RuntimeObject * ___existingValue6, RuntimeObject ** ___newValue7, String_t** ___id8, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalReader::ReadMetadataProperties(Newtonsoft.Json.JsonReader,System.Type&,Newtonsoft.Json.Serialization.JsonContract&,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.JsonContainerContract,Newtonsoft.Json.Serialization.JsonProperty,System.Object,System.Object&,System.String&) extern "C" IL2CPP_METHOD_ATTR bool JsonSerializerInternalReader_ReadMetadataProperties_m3695691363 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, Type_t ** ___objectType1, JsonContract_t3715061318 ** ___contract2, JsonProperty_t1405154176 * ___member3, JsonContainerContract_t1214283173 * ___containerContract4, JsonProperty_t1405154176 * ___containerMember5, RuntimeObject * ___existingValue6, RuntimeObject ** ___newValue7, String_t** ___id8, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalReader::HasNoDefinedType(Newtonsoft.Json.Serialization.JsonContract) extern "C" IL2CPP_METHOD_ATTR bool JsonSerializerInternalReader_HasNoDefinedType_m2764828059 (JsonSerializerInternalReader_t927352408 * __this, JsonContract_t3715061318 * ___contract0, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Serialization.JsonSerializerInternalReader::CreateJObject(Newtonsoft.Json.JsonReader) extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * JsonSerializerInternalReader_CreateJObject_m2190401482 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Serialization.JsonSerializerInternalReader::CreateNewObject(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Serialization.JsonObjectContract,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.JsonProperty,System.String,System.Boolean&) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonSerializerInternalReader_CreateNewObject_m1140585664 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, JsonObjectContract_t868533143 * ___objectContract1, JsonProperty_t1405154176 * ___containerMember2, JsonProperty_t1405154176 * ___containerProperty3, String_t* ___id4, bool* ___createdFromNonDefaultCreator5, const RuntimeMethod* method); // System.Collections.IDictionary Newtonsoft.Json.Serialization.JsonSerializerInternalReader::CreateNewDictionary(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Serialization.JsonDictionaryContract,System.Boolean&) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializerInternalReader_CreateNewDictionary_m3485208262 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, JsonDictionaryContract_t4040570183 * ___contract1, bool* ___createdFromNonDefaultCreator2, const RuntimeMethod* method); // System.Collections.Generic.IList`1 Newtonsoft.Json.Serialization.JsonContract::get_OnSerializingCallbacks() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonContract_get_OnSerializingCallbacks_m2550202519 (JsonContract_t3715061318 * __this, const RuntimeMethod* method); // System.Collections.Generic.IList`1 Newtonsoft.Json.Serialization.JsonContract::get_OnErrorCallbacks() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonContract_get_OnErrorCallbacks_m177101969 (JsonContract_t3715061318 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.JsonDictionaryContract::get_HasParameterizedCreatorInternal() extern "C" IL2CPP_METHOD_ATTR bool JsonDictionaryContract_get_HasParameterizedCreatorInternal_m1737926331 (JsonDictionaryContract_t4040570183 * __this, const RuntimeMethod* method); // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Serialization.JsonDictionaryContract::get_OverrideCreator() extern "C" IL2CPP_METHOD_ATTR ObjectConstructor_1_t3207922868 * JsonDictionaryContract_get_OverrideCreator_m1844363331 (JsonDictionaryContract_t4040570183 * __this, const RuntimeMethod* method); // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Serialization.JsonDictionaryContract::get_ParameterizedCreator() extern "C" IL2CPP_METHOD_ATTR ObjectConstructor_1_t3207922868 * JsonDictionaryContract_get_ParameterizedCreator_m269017847 (JsonDictionaryContract_t4040570183 * __this, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Serialization.JsonSerializerInternalReader::CreateISerializable(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Serialization.JsonISerializableContract,Newtonsoft.Json.Serialization.JsonProperty,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonSerializerInternalReader_CreateISerializable_m1603091797 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, JsonISerializableContract_t781833466 * ___contract1, JsonProperty_t1405154176 * ___member2, String_t* ___id3, const RuntimeMethod* method); // System.String System.Environment::get_NewLine() extern "C" IL2CPP_METHOD_ATTR String_t* Environment_get_NewLine_m3211016485 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m2163913788 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, String_t* p2, String_t* p3, const RuntimeMethod* method); // System.String Newtonsoft.Json.Serialization.JsonSerializerInternalReader::GetExpectedDescription(Newtonsoft.Json.Serialization.JsonContract) extern "C" IL2CPP_METHOD_ATTR String_t* JsonSerializerInternalReader_GetExpectedDescription_m1131830291 (JsonSerializerInternalReader_t927352408 * __this, JsonContract_t3715061318 * ___contract0, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JTokenReader::get_CurrentToken() extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * JTokenReader_get_CurrentToken_m3584890916 (JTokenReader_t3769275704 * __this, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JObject::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * JObject_get_Item_m332585514 (JObject_t2059125928 * __this, String_t* ___propertyName0, const RuntimeMethod* method); // System.String Newtonsoft.Json.Linq.JToken::get_Path() extern "C" IL2CPP_METHOD_ATTR String_t* JToken_get_Path_m3609788812 (JToken_t1038539247 * __this, const RuntimeMethod* method); // Newtonsoft.Json.JsonSerializationException Newtonsoft.Json.JsonSerializationException::Create(Newtonsoft.Json.IJsonLineInfo,System.String,System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR JsonSerializationException_t4152118729 * JsonSerializationException_Create_m2499019280 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___lineInfo0, String_t* ___path1, String_t* ___message2, Exception_t * ___ex3, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JContainer Newtonsoft.Json.Linq.JToken::get_Parent() extern "C" IL2CPP_METHOD_ATTR JContainer_t1023664833 * JToken_get_Parent_m3865335600 (JToken_t1038539247 * __this, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::get_Next() extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * JToken_get_Next_m2478272419 (JToken_t1038539247 * __this, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::get_Previous() extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * JToken_get_Previous_m2431959260 (JToken_t1038539247 * __this, const RuntimeMethod* method); // System.String Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR String_t* JToken_op_Explicit_m3430858053 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method); // Newtonsoft.Json.Serialization.IReferenceResolver Newtonsoft.Json.JsonSerializer::GetReferenceResolver() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializer_GetReferenceResolver_m183251564 (JsonSerializer_t1424496335 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonReader::Skip() extern "C" IL2CPP_METHOD_ATTR void JsonReader_Skip_m763208338 (JsonReader_t2369136700 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalReader::ResolveTypeName(Newtonsoft.Json.JsonReader,System.Type&,Newtonsoft.Json.Serialization.JsonContract&,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.JsonContainerContract,Newtonsoft.Json.Serialization.JsonProperty,System.String) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalReader_ResolveTypeName_m1590874222 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, Type_t ** ___objectType1, JsonContract_t3715061318 ** ___contract2, JsonProperty_t1405154176 * ___member3, JsonContainerContract_t1214283173 * ___containerContract4, JsonProperty_t1405154176 * ___containerMember5, String_t* ___qualifiedTypeName6, const RuntimeMethod* method); // System.Int32 System.String::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t String_get_Length_m3847582255 (String_t* __this, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m2986988803 (String_t* __this, int32_t p0, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::get_TypeNameHandling() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t1159582132 JsonProperty_get_TypeNameHandling_m4047209728 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m772260800(__this, method) (( bool (*) (Nullable_1_t1159582132 *, const RuntimeMethod*))Nullable_1_get_HasValue_m772260800_gshared)(__this, method) // System.Nullable`1 Newtonsoft.Json.Serialization.JsonContainerContract::get_ItemTypeNameHandling() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t1159582132 JsonContainerContract_get_ItemTypeNameHandling_m1839582047 (JsonContainerContract_t1214283173 * __this, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::get_ItemTypeNameHandling() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t1159582132 JsonProperty_get_ItemTypeNameHandling_m2616553456 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m2852219950(__this, method) (( int32_t (*) (Nullable_1_t1159582132 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m2852219950_gshared)(__this, method) // System.Void Newtonsoft.Json.Utilities.ReflectionUtils::SplitFullyQualifiedTypeName(System.String,System.String&,System.String&) extern "C" IL2CPP_METHOD_ATTR void ReflectionUtils_SplitFullyQualifiedTypeName_m956532210 (RuntimeObject * __this /* static, unused */, String_t* ___fullyQualifiedTypeName0, String_t** ___typeName1, String_t** ___assemblyName2, const RuntimeMethod* method); // Newtonsoft.Json.JsonSerializationException Newtonsoft.Json.JsonSerializationException::Create(Newtonsoft.Json.JsonReader,System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR JsonSerializationException_t4152118729 * JsonSerializationException_Create_m282508658 (RuntimeObject * __this /* static, unused */, JsonReader_t2369136700 * ___reader0, String_t* ___message1, Exception_t * ___ex2, const RuntimeMethod* method); // Newtonsoft.Json.Serialization.JsonArrayContract Newtonsoft.Json.Serialization.JsonSerializerInternalReader::EnsureArrayContract(Newtonsoft.Json.JsonReader,System.Type,Newtonsoft.Json.Serialization.JsonContract) extern "C" IL2CPP_METHOD_ATTR JsonArrayContract_t483691547 * JsonSerializerInternalReader_EnsureArrayContract_m3851014455 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, Type_t * ___objectType1, JsonContract_t3715061318 * ___contract2, const RuntimeMethod* method); // System.Collections.IList Newtonsoft.Json.Serialization.JsonSerializerInternalReader::CreateNewList(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Serialization.JsonArrayContract,System.Boolean&) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializerInternalReader_CreateNewList_m1365016258 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, JsonArrayContract_t483691547 * ___contract1, bool* ___createdFromNonDefaultCreator2, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Serialization.JsonSerializerInternalReader::PopulateMultidimensionalArray(System.Collections.IList,Newtonsoft.Json.JsonReader,Newtonsoft.Json.Serialization.JsonArrayContract,Newtonsoft.Json.Serialization.JsonProperty,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonSerializerInternalReader_PopulateMultidimensionalArray_m4146362337 (JsonSerializerInternalReader_t927352408 * __this, RuntimeObject* ___list0, JsonReader_t2369136700 * ___reader1, JsonArrayContract_t483691547 * ___contract2, JsonProperty_t1405154176 * ___containerProperty3, String_t* ___id4, const RuntimeMethod* method); // System.Array Newtonsoft.Json.Utilities.CollectionUtils::ToMultidimensionalArray(System.Collections.IList,System.Type,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeArray * CollectionUtils_ToMultidimensionalArray_m1689011102 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___values0, Type_t * ___type1, int32_t ___rank2, const RuntimeMethod* method); // System.Array System.Array::CreateInstance(System.Type,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeArray * Array_CreateInstance_m2750085942 (RuntimeObject * __this /* static, unused */, Type_t * p0, int32_t p1, const RuntimeMethod* method); // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Serialization.JsonArrayContract::get_OverrideCreator() extern "C" IL2CPP_METHOD_ATTR ObjectConstructor_1_t3207922868 * JsonArrayContract_get_OverrideCreator_m3423986609 (JsonArrayContract_t483691547 * __this, const RuntimeMethod* method); // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Serialization.JsonArrayContract::get_ParameterizedCreator() extern "C" IL2CPP_METHOD_ATTR ObjectConstructor_1_t3207922868 * JsonArrayContract_get_ParameterizedCreator_m1942332914 (JsonArrayContract_t483691547 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.JsonArrayContract::get_CanDeserialize() extern "C" IL2CPP_METHOD_ATTR bool JsonArrayContract_get_CanDeserialize_m1122794221 (JsonArrayContract_t483691547 * __this, const RuntimeMethod* method); // System.Type Newtonsoft.Json.Utilities.ReflectionUtils::GetObjectType(System.Object) extern "C" IL2CPP_METHOD_ATTR Type_t * ReflectionUtils_GetObjectType_m3621750212 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___v0, const RuntimeMethod* method); // System.Object System.Enum::Parse(System.Type,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enum_Parse_m1579637477 (RuntimeObject * __this /* static, unused */, Type_t * p0, String_t* p1, bool p2, const RuntimeMethod* method); // Newtonsoft.Json.Utilities.PrimitiveTypeCode Newtonsoft.Json.Serialization.JsonPrimitiveContract::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t JsonPrimitiveContract_get_TypeCode_m1827163657 (JsonPrimitiveContract_t336098342 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.ConvertUtils::IsInteger(System.Object) extern "C" IL2CPP_METHOD_ATTR bool ConvertUtils_IsInteger_m1782566389 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Object System.Enum::ToObject(System.Type,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_m1628250250 (RuntimeObject * __this /* static, unused */, Type_t * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Object System.Convert::ChangeType(System.Object,System.Type,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Convert_ChangeType_m827193029 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, Type_t * p1, RuntimeObject* p2, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Utilities.ConvertUtils::ConvertOrCast(System.Object,System.Globalization.CultureInfo,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ConvertUtils_ConvertOrCast_m66164726 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___initialValue0, CultureInfo_t4157843068 * ___culture1, Type_t * ___targetType2, const RuntimeMethod* method); // System.String Newtonsoft.Json.Utilities.MiscellaneousUtils::FormatValueForPrint(System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* MiscellaneousUtils_FormatValueForPrint_m2505289556 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalReader::CalculatePropertyDetails(Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.JsonConverter&,Newtonsoft.Json.Serialization.JsonContainerContract,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.JsonReader,System.Object,System.Boolean&,System.Object&,Newtonsoft.Json.Serialization.JsonContract&,System.Boolean&) extern "C" IL2CPP_METHOD_ATTR bool JsonSerializerInternalReader_CalculatePropertyDetails_m3382262562 (JsonSerializerInternalReader_t927352408 * __this, JsonProperty_t1405154176 * ___property0, JsonConverter_t1047106545 ** ___propertyConverter1, JsonContainerContract_t1214283173 * ___containerContract2, JsonProperty_t1405154176 * ___containerProperty3, JsonReader_t2369136700 * ___reader4, RuntimeObject * ___target5, bool* ___useExistingValue6, RuntimeObject ** ___currentValue7, JsonContract_t3715061318 ** ___propertyContract8, bool* ___gottenCurrentValue9, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.JsonProperty::get_Readable() extern "C" IL2CPP_METHOD_ATTR bool JsonProperty_get_Readable_m2051566013 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method); // Newtonsoft.Json.Serialization.IValueProvider Newtonsoft.Json.Serialization.JsonProperty::get_ValueProvider() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonProperty_get_ValueProvider_m1301583632 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalReader::ShouldSetPropertyValue(Newtonsoft.Json.Serialization.JsonProperty,System.Object) extern "C" IL2CPP_METHOD_ATTR bool JsonSerializerInternalReader_ShouldSetPropertyValue_m2717624876 (JsonSerializerInternalReader_t927352408 * __this, JsonProperty_t1405154176 * ___property0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Action`2 Newtonsoft.Json.Serialization.JsonProperty::get_SetIsSpecified() extern "C" IL2CPP_METHOD_ATTR Action_2_t2470008838 * JsonProperty_get_SetIsSpecified_m92868828 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method); // Newtonsoft.Json.Serialization.JsonContract Newtonsoft.Json.Serialization.JsonProperty::get_PropertyContract() extern "C" IL2CPP_METHOD_ATTR JsonContract_t3715061318 * JsonProperty_get_PropertyContract_m2273319397 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_PropertyContract(Newtonsoft.Json.Serialization.JsonContract) extern "C" IL2CPP_METHOD_ATTR void JsonProperty_set_PropertyContract_m747959608 (JsonProperty_t1405154176 * __this, JsonContract_t3715061318 * ___value0, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::get_ObjectCreationHandling() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t588389317 JsonProperty_get_ObjectCreationHandling_m3369727273 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault(!0) #define Nullable_1_GetValueOrDefault_m3392026215(__this, p0, method) (( int32_t (*) (Nullable_1_t588389317 *, int32_t, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m3392026215_gshared)(__this, p0, method) // System.Boolean Newtonsoft.Json.Utilities.TypeExtensions::IsValueType(System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeExtensions_IsValueType_m852671066 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.JsonProperty::get_Writable() extern "C" IL2CPP_METHOD_ATTR bool JsonProperty_get_Writable_m2500354331 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::get_NullValueHandling() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t829731231 JsonProperty_get_NullValueHandling_m3875844461 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault(!0) #define Nullable_1_GetValueOrDefault_m351469856(__this, p0, method) (( int32_t (*) (Nullable_1_t829731231 *, int32_t, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m351469856_gshared)(__this, p0, method) // !0 System.Nullable`1::GetValueOrDefault(!0) #define Nullable_1_GetValueOrDefault_m2726173638(__this, p0, method) (( int32_t (*) (Nullable_1_t668593436 *, int32_t, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m2726173638_gshared)(__this, p0, method) // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalReader::HasFlag(Newtonsoft.Json.DefaultValueHandling,Newtonsoft.Json.DefaultValueHandling) extern "C" IL2CPP_METHOD_ATTR bool JsonSerializerInternalReader_HasFlag_m1858084437 (JsonSerializerInternalReader_t927352408 * __this, int32_t ___value0, int32_t ___flag1, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.JsonTokenUtils::IsPrimitiveToken(Newtonsoft.Json.JsonToken) extern "C" IL2CPP_METHOD_ATTR bool JsonTokenUtils_IsPrimitiveToken_m4162264142 (RuntimeObject * __this /* static, unused */, int32_t ___token0, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Serialization.JsonProperty::GetResolvedDefaultValue() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonProperty_GetResolvedDefaultValue_m1733567544 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.MiscellaneousUtils::ValueEquals(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR bool MiscellaneousUtils_ValueEquals_m795470537 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___objA0, RuntimeObject * ___objB1, const RuntimeMethod* method); // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonProperty::get_MemberConverter() extern "C" IL2CPP_METHOD_ATTR JsonConverter_t1047106545 * JsonProperty_get_MemberConverter_m3872705062 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method); // System.Collections.IList Newtonsoft.Json.Serialization.JsonArrayContract::CreateTemporaryCollection() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonArrayContract_CreateTemporaryCollection_m1166004817 (JsonArrayContract_t483691547 * __this, const RuntimeMethod* method); // System.Func`1 Newtonsoft.Json.Serialization.JsonContract::get_DefaultCreator() extern "C" IL2CPP_METHOD_ATTR Func_1_t2509852811 * JsonContract_get_DefaultCreator_m2084028334 (JsonContract_t3715061318 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.JsonContract::get_DefaultCreatorNonPublic() extern "C" IL2CPP_METHOD_ATTR bool JsonContract_get_DefaultCreatorNonPublic_m2155030915 (JsonContract_t3715061318 * __this, const RuntimeMethod* method); // System.Collections.IDictionary Newtonsoft.Json.Serialization.JsonDictionaryContract::CreateTemporaryDictionary() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonDictionaryContract_CreateTemporaryDictionary_m583414434 (JsonDictionaryContract_t4040570183 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonContract::InvokeOnDeserializing(System.Object,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void JsonContract_InvokeOnDeserializing_m1126136130 (JsonContract_t3715061318 * __this, RuntimeObject * ___o0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonContract::InvokeOnDeserialized(System.Object,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void JsonContract_InvokeOnDeserialized_m2400434663 (JsonContract_t3715061318 * __this, RuntimeObject * ___o0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalReader::AddReference(Newtonsoft.Json.JsonReader,System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalReader_AddReference_m847285636 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, String_t* ___id1, RuntimeObject * ___value2, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalReader::OnDeserializing(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Serialization.JsonContract,System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalReader_OnDeserializing_m1908877144 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, JsonContract_t3715061318 * ___contract1, RuntimeObject * ___value2, const RuntimeMethod* method); // Newtonsoft.Json.Serialization.JsonContract Newtonsoft.Json.Serialization.JsonDictionaryContract::get_KeyContract() extern "C" IL2CPP_METHOD_ATTR JsonContract_t3715061318 * JsonDictionaryContract_get_KeyContract_m1662020744 (JsonDictionaryContract_t4040570183 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonDictionaryContract::set_KeyContract(Newtonsoft.Json.Serialization.JsonContract) extern "C" IL2CPP_METHOD_ATTR void JsonDictionaryContract_set_KeyContract_m1550676890 (JsonDictionaryContract_t4040570183 * __this, JsonContract_t3715061318 * ___value0, const RuntimeMethod* method); // Newtonsoft.Json.Serialization.JsonContract Newtonsoft.Json.Serialization.JsonContainerContract::get_ItemContract() extern "C" IL2CPP_METHOD_ATTR JsonContract_t3715061318 * JsonContainerContract_get_ItemContract_m2277297579 (JsonContainerContract_t1214283173 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonContainerContract::set_ItemContract(Newtonsoft.Json.Serialization.JsonContract) extern "C" IL2CPP_METHOD_ATTR void JsonContainerContract_set_ItemContract_m1119343036 (JsonContainerContract_t1214283173 * __this, JsonContract_t3715061318 * ___value0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.DateTimeUtils::TryParseDateTime(System.String,Newtonsoft.Json.DateTimeZoneHandling,System.String,System.Globalization.CultureInfo,System.DateTime&) extern "C" IL2CPP_METHOD_ATTR bool DateTimeUtils_TryParseDateTime_m1212892142 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___dateTimeZoneHandling1, String_t* ___dateFormatString2, CultureInfo_t4157843068 * ___culture3, DateTime_t3738529785 * ___dt4, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.DateTimeUtils::TryParseDateTimeOffset(System.String,System.String,System.Globalization.CultureInfo,System.DateTimeOffset&) extern "C" IL2CPP_METHOD_ATTR bool DateTimeUtils_TryParseDateTimeOffset_m1182031007 (RuntimeObject * __this /* static, unused */, String_t* ___s0, String_t* ___dateFormatString1, CultureInfo_t4157843068 * ___culture2, DateTimeOffset_t3229287507 * ___dt3, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalReader::ThrowUnexpectedEndException(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Serialization.JsonContract,System.Object,System.String) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalReader_ThrowUnexpectedEndException_m152985444 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, JsonContract_t3715061318 * ___contract1, RuntimeObject * ___currentObject2, String_t* ___message3, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalReader::OnDeserialized(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Serialization.JsonContract,System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalReader_OnDeserialized_m1347532304 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, JsonContract_t3715061318 * ___contract1, RuntimeObject * ___value2, const RuntimeMethod* method); // System.Void System.Collections.Generic.Stack`1::.ctor() #define Stack_1__ctor_m410700609(__this, method) (( void (*) (Stack_1_t2938320671 *, const RuntimeMethod*))Stack_1__ctor_m3164958980_gshared)(__this, method) // System.Void System.Collections.Generic.Stack`1::Push(!0) #define Stack_1_Push_m3545261777(__this, p0, method) (( void (*) (Stack_1_t2938320671 *, RuntimeObject*, const RuntimeMethod*))Stack_1_Push_m1669856732_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.Stack`1::get_Count() #define Stack_1_get_Count_m1002350007(__this, method) (( int32_t (*) (Stack_1_t2938320671 *, const RuntimeMethod*))Stack_1_get_Count_m1599740434_gshared)(__this, method) // !0 System.Collections.Generic.Stack`1::Pop() #define Stack_1_Pop_m513461450(__this, method) (( RuntimeObject* (*) (Stack_1_t2938320671 *, const RuntimeMethod*))Stack_1_Pop_m756553478_gshared)(__this, method) // !0 System.Collections.Generic.Stack`1::Peek() #define Stack_1_Peek_m3048091409(__this, method) (( RuntimeObject* (*) (Stack_1_t2938320671 *, const RuntimeMethod*))Stack_1_Peek_m326384648_gshared)(__this, method) // Newtonsoft.Json.JsonPosition Newtonsoft.Json.JsonReader::GetPosition(System.Int32) extern "C" IL2CPP_METHOD_ATTR JsonPosition_t2528027714 JsonReader_GetPosition_m1743712922 (JsonReader_t2369136700 * __this, int32_t ___depth0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) #define Nullable_1__ctor_m2076366551(__this, p0, method) (( void (*) (Nullable_1_t378540539 *, int32_t, const RuntimeMethod*))Nullable_1__ctor_m2076366551_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m2321703786(__this, method) (( void (*) (List_1_t257213610 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void Newtonsoft.Json.Serialization.JsonFormatterConverter::.ctor(Newtonsoft.Json.Serialization.JsonSerializerInternalReader,Newtonsoft.Json.Serialization.JsonISerializableContract,Newtonsoft.Json.Serialization.JsonProperty) extern "C" IL2CPP_METHOD_ATTR void JsonFormatterConverter__ctor_m3560039524 (JsonFormatterConverter_t1655671892 * __this, JsonSerializerInternalReader_t927352408 * ___reader0, JsonISerializableContract_t781833466 * ___contract1, JsonProperty_t1405154176 * ___member2, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::.ctor(System.Type,System.Runtime.Serialization.IFormatterConverter) extern "C" IL2CPP_METHOD_ATTR void SerializationInfo__ctor_m2923079689 (SerializationInfo_t950877179 * __this, Type_t * p0, RuntimeObject* p1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m2872281893 (SerializationInfo_t950877179 * __this, String_t* p0, RuntimeObject * p1, const RuntimeMethod* method); // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Serialization.JsonISerializableContract::get_ISerializableCreator() extern "C" IL2CPP_METHOD_ATTR ObjectConstructor_1_t3207922868 * JsonISerializableContract_get_ISerializableCreator_m216471585 (JsonISerializableContract_t781833466 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.JsonObjectContract::get_HasRequiredOrDefaultValueProperties() extern "C" IL2CPP_METHOD_ATTR bool JsonObjectContract_get_HasRequiredOrDefaultValueProperties_m765073377 (JsonObjectContract_t868533143 * __this, const RuntimeMethod* method); // Newtonsoft.Json.Serialization.JsonPropertyCollection Newtonsoft.Json.Serialization.JsonObjectContract::get_CreatorParameters() extern "C" IL2CPP_METHOD_ATTR JsonPropertyCollection_t2691548039 * JsonObjectContract_get_CreatorParameters_m3121334226 (JsonObjectContract_t868533143 * __this, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) #define Func_2__ctor_m2237377997(__this, p0, p1, method) (( void (*) (Func_2_t705144599 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m406556452_gshared)(__this, p0, p1, method) // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Select(System.Collections.Generic.IEnumerable`1,System.Func`2) #define Enumerable_Select_TisJsonProperty_t1405154176_TisString_t_m3588754952(__this /* static, unused */, p0, p1, method) (( RuntimeObject* (*) (RuntimeObject * /* static, unused */, RuntimeObject*, Func_2_t705144599 *, const RuntimeMethod*))Enumerable_Select_TisRuntimeObject_TisRuntimeObject_m3244726840_gshared)(__this /* static, unused */, p0, p1, method) // !!0[] System.Linq.Enumerable::ToArray(System.Collections.Generic.IEnumerable`1) #define Enumerable_ToArray_TisString_t_m341371260(__this /* static, unused */, p0, method) (( StringU5BU5D_t1281789340* (*) (RuntimeObject * /* static, unused */, RuntimeObject*, const RuntimeMethod*))Enumerable_ToArray_TisRuntimeObject_m3600642960_gshared)(__this /* static, unused */, p0, method) // System.String System.String::Join(System.String,System.String[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Join_m2050845953 (RuntimeObject * __this /* static, unused */, String_t* p0, StringU5BU5D_t1281789340* p1, const RuntimeMethod* method); // System.Collections.Generic.List`1 Newtonsoft.Json.Serialization.JsonSerializerInternalReader::ResolvePropertyAndCreatorValues(Newtonsoft.Json.Serialization.JsonObjectContract,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.JsonReader,System.Type) extern "C" IL2CPP_METHOD_ATTR List_1_t2082379599 * JsonSerializerInternalReader_ResolvePropertyAndCreatorValues_m2579278496 (JsonSerializerInternalReader_t927352408 * __this, JsonObjectContract_t868533143 * ___contract0, JsonProperty_t1405154176 * ___containerProperty1, JsonReader_t2369136700 * ___reader2, Type_t * ___objectType3, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalReader/<>c__DisplayClass36_0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass36_0__ctor_m1254660784 (U3CU3Ec__DisplayClass36_0_t358886780 * __this, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) #define Func_2__ctor_m443524340(__this, p0, p1, method) (( void (*) (Func_2_t1764207254 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m3104565095_gshared)(__this, p0, p1, method) // System.Boolean System.Linq.Enumerable::All(System.Collections.Generic.IEnumerable`1,System.Func`2) #define Enumerable_All_TisCreatorPropertyContext_t610304857_m3055673487(__this /* static, unused */, p0, p1, method) (( bool (*) (RuntimeObject * /* static, unused */, RuntimeObject*, Func_2_t1764207254 *, const RuntimeMethod*))Enumerable_All_TisRuntimeObject_m3566560609_gshared)(__this /* static, unused */, p0, p1, method) // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalReader/CreatorPropertyContext::.ctor() extern "C" IL2CPP_METHOD_ATTR void CreatorPropertyContext__ctor_m1973783268 (CreatorPropertyContext_t610304857 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) #define Nullable_1__ctor_m4107858077(__this, p0, method) (( void (*) (Nullable_1_t4213156694 *, int32_t, const RuntimeMethod*))Nullable_1__ctor_m4107858077_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m185010749(__this, p0, method) (( void (*) (List_1_t2082379599 *, CreatorPropertyContext_t610304857 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Int32 System.Collections.ObjectModel.Collection`1::get_Count() #define Collection_1_get_Count_m3880316688(__this, method) (( int32_t (*) (Collection_1_t349510094 *, const RuntimeMethod*))Collection_1_get_Count_m2853642267_gshared)(__this, method) // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() #define List_1_GetEnumerator_m1794818689(__this, method) (( Enumerator_t3971623476 (*) (List_1_t2082379599 *, const RuntimeMethod*))List_1_GetEnumerator_m2930774921_gshared)(__this, method) // !0 System.Collections.Generic.List`1/Enumerator::get_Current() #define Enumerator_get_Current_m3772168112(__this, method) (( CreatorPropertyContext_t610304857 * (*) (Enumerator_t3971623476 *, const RuntimeMethod*))Enumerator_get_Current_m470245444_gshared)(__this, method) // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m4206031148(__this, method) (( bool (*) (Nullable_1_t4213156694 *, const RuntimeMethod*))Nullable_1_get_HasValue_m4206031148_gshared)(__this, method) // System.String Newtonsoft.Json.Serialization.JsonProperty::get_UnderlyingName() extern "C" IL2CPP_METHOD_ATTR String_t* JsonProperty_get_UnderlyingName_m2664069483 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method); // TSource Newtonsoft.Json.Utilities.StringUtils::ForgivingCaseSensitiveFind(System.Collections.Generic.IEnumerable`1,System.Func`2,System.String) #define StringUtils_ForgivingCaseSensitiveFind_TisJsonProperty_t1405154176_m175282391(__this /* static, unused */, ___source0, ___valueSelector1, ___testValue2, method) (( JsonProperty_t1405154176 * (*) (RuntimeObject * /* static, unused */, RuntimeObject*, Func_2_t705144599 *, String_t*, const RuntimeMethod*))StringUtils_ForgivingCaseSensitiveFind_TisRuntimeObject_m2422858440_gshared)(__this /* static, unused */, ___source0, ___valueSelector1, ___testValue2, method) // !0 System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m868412217(__this, method) (( int32_t (*) (Nullable_1_t4213156694 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m868412217_gshared)(__this, method) // System.Int32 System.Collections.ObjectModel.Collection`1::IndexOf(!0) #define Collection_1_IndexOf_m1864895587(__this, p0, method) (( int32_t (*) (Collection_1_t349510094 *, JsonProperty_t1405154176 *, const RuntimeMethod*))Collection_1_IndexOf_m15953805_gshared)(__this, p0, method) // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() #define Enumerator_MoveNext_m2970563436(__this, method) (( bool (*) (Enumerator_t3971623476 *, const RuntimeMethod*))Enumerator_MoveNext_m2142368520_gshared)(__this, method) // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() #define Enumerator_Dispose_m2486685009(__this, method) (( void (*) (Enumerator_t3971623476 *, const RuntimeMethod*))Enumerator_Dispose_m3007748546_gshared)(__this, method) // System.Object System.Collections.DictionaryEntry::get_Key() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Key_m3117378551 (DictionaryEntry_t3123975638 * __this, const RuntimeMethod* method); // System.Object System.Collections.DictionaryEntry::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Value_m618120527 (DictionaryEntry_t3123975638 * __this, const RuntimeMethod* method); // Newtonsoft.Json.Serialization.ExtensionDataSetter Newtonsoft.Json.Serialization.JsonObjectContract::get_ExtensionDataSetter() extern "C" IL2CPP_METHOD_ATTR ExtensionDataSetter_t2768476772 * JsonObjectContract_get_ExtensionDataSetter_m2218012061 (JsonObjectContract_t868533143 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalReader::EndProcessProperty(System.Object,Newtonsoft.Json.JsonReader,Newtonsoft.Json.Serialization.JsonObjectContract,System.Int32,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.JsonSerializerInternalReader/PropertyPresence,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalReader_EndProcessProperty_m494494702 (JsonSerializerInternalReader_t927352408 * __this, RuntimeObject * ___newObject0, JsonReader_t2369136700 * ___reader1, JsonObjectContract_t868533143 * ___contract2, int32_t ___initialDepth3, JsonProperty_t1405154176 * ___property4, int32_t ___presence5, bool ___setDefaultValue6, const RuntimeMethod* method); // Newtonsoft.Json.Serialization.JsonSerializerProxy Newtonsoft.Json.Serialization.JsonSerializerInternalReader::GetInternalSerializer() extern "C" IL2CPP_METHOD_ATTR JsonSerializerProxy_t657065764 * JsonSerializerInternalReader_GetInternalSerializer_m4160976655 (JsonSerializerInternalReader_t927352408 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m2450941113(__this, method) (( void (*) (List_1_t2082379599 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // Newtonsoft.Json.Serialization.JsonProperty Newtonsoft.Json.Serialization.JsonPropertyCollection::GetClosestMatchProperty(System.String) extern "C" IL2CPP_METHOD_ATTR JsonProperty_t1405154176 * JsonPropertyCollection_GetClosestMatchProperty_m315130954 (JsonPropertyCollection_t2691548039 * __this, String_t* ___propertyName0, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Serialization.JsonSerializerInternalReader::ReadExtensionDataValue(Newtonsoft.Json.Serialization.JsonObjectContract,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.JsonReader) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonSerializerInternalReader_ReadExtensionDataValue_m53616679 (JsonSerializerInternalReader_t927352408 * __this, JsonObjectContract_t868533143 * ___contract0, JsonProperty_t1405154176 * ___member1, JsonReader_t2369136700 * ___reader2, const RuntimeMethod* method); // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Serialization.JsonObjectContract::get_OverrideCreator() extern "C" IL2CPP_METHOD_ATTR ObjectConstructor_1_t3207922868 * JsonObjectContract_get_OverrideCreator_m2356564258 (JsonObjectContract_t868533143 * __this, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Serialization.JsonSerializerInternalReader::CreateObjectUsingCreatorWithParameters(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Serialization.JsonObjectContract,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.ObjectConstructor`1,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonSerializerInternalReader_CreateObjectUsingCreatorWithParameters_m3981818343 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, JsonObjectContract_t868533143 * ___contract1, JsonProperty_t1405154176 * ___containerProperty2, ObjectConstructor_1_t3207922868 * ___creator3, String_t* ___id4, const RuntimeMethod* method); // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Serialization.JsonObjectContract::get_ParameterizedCreator() extern "C" IL2CPP_METHOD_ATTR ObjectConstructor_1_t3207922868 * JsonObjectContract_get_ParameterizedCreator_m3981227966 (JsonObjectContract_t868533143 * __this, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) #define Func_2__ctor_m3840583186(__this, p0, p1, method) (( void (*) (Func_2_t262848086 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m406556452_gshared)(__this, p0, p1, method) // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) #define Func_2__ctor_m1403813757(__this, p0, p1, method) (( void (*) (Func_2_t1348288522 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m534613935_gshared)(__this, p0, p1, method) // System.Collections.Generic.Dictionary`2 System.Linq.Enumerable::ToDictionary(System.Collections.Generic.IEnumerable`1,System.Func`2,System.Func`2) #define Enumerable_ToDictionary_TisJsonProperty_t1405154176_TisJsonProperty_t1405154176_TisPropertyPresence_t2490594612_m1232418855(__this /* static, unused */, p0, p1, p2, method) (( Dictionary_2_t3328670596 * (*) (RuntimeObject * /* static, unused */, RuntimeObject*, Func_2_t262848086 *, Func_2_t1348288522 *, const RuntimeMethod*))Enumerable_ToDictionary_TisRuntimeObject_TisRuntimeObject_TisPropertyPresence_t2490594612_m3533022578_gshared)(__this /* static, unused */, p0, p1, p2, method) // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalReader::SetExtensionData(Newtonsoft.Json.Serialization.JsonObjectContract,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.JsonReader,System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalReader_SetExtensionData_m1288065216 (JsonSerializerInternalReader_t927352408 * __this, JsonObjectContract_t868533143 * ___contract0, JsonProperty_t1405154176 * ___member1, JsonReader_t2369136700 * ___reader2, String_t* ___memberName3, RuntimeObject * ___o4, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalReader::ShouldDeserialize(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Serialization.JsonProperty,System.Object) extern "C" IL2CPP_METHOD_ATTR bool JsonSerializerInternalReader_ShouldDeserialize_m3202789372 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, JsonProperty_t1405154176 * ___property1, RuntimeObject * ___target2, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalReader::SetPropertyPresence(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Serialization.JsonProperty,System.Collections.Generic.Dictionary`2) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalReader_SetPropertyPresence_m2825826145 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, JsonProperty_t1405154176 * ___property1, Dictionary_2_t3328670596 * ___requiredProperties2, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalReader::SetPropertyValue(Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.JsonConverter,Newtonsoft.Json.Serialization.JsonContainerContract,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.JsonReader,System.Object) extern "C" IL2CPP_METHOD_ATTR bool JsonSerializerInternalReader_SetPropertyValue_m2725718215 (JsonSerializerInternalReader_t927352408 * __this, JsonProperty_t1405154176 * ___property0, JsonConverter_t1047106545 * ___propertyConverter1, JsonContainerContract_t1214283173 * ___containerContract2, JsonProperty_t1405154176 * ___containerProperty3, JsonReader_t2369136700 * ___reader4, RuntimeObject * ___target5, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() #define Dictionary_2_GetEnumerator_m2526029475(__this, method) (( Enumerator_t987886075 (*) (Dictionary_2_t3328670596 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_m1540374802_gshared)(__this, method) // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() #define Enumerator_get_Current_m1330535252(__this, method) (( KeyValuePair_2_t1431375467 (*) (Enumerator_t987886075 *, const RuntimeMethod*))Enumerator_get_Current_m3041399297_gshared)(__this, method) // !0 System.Collections.Generic.KeyValuePair`2::get_Key() #define KeyValuePair_2_get_Key_m635938856(__this, method) (( JsonProperty_t1405154176 * (*) (KeyValuePair_2_t1431375467 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m1853477914_gshared)(__this, method) // !1 System.Collections.Generic.KeyValuePair`2::get_Value() #define KeyValuePair_2_get_Value_m4080360487(__this, method) (( int32_t (*) (KeyValuePair_2_t1431375467 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m1269708520_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() #define Enumerator_MoveNext_m1858008946(__this, method) (( bool (*) (Enumerator_t987886075 *, const RuntimeMethod*))Enumerator_MoveNext_m1417912143_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() #define Enumerator_Dispose_m1303205722(__this, method) (( void (*) (Enumerator_t987886075 *, const RuntimeMethod*))Enumerator_Dispose_m3290274462_gshared)(__this, method) // System.Predicate`1 Newtonsoft.Json.Serialization.JsonProperty::get_ShouldDeserialize() extern "C" IL2CPP_METHOD_ATTR Predicate_1_t3905400288 * JsonProperty_get_ShouldDeserialize_m2315250956 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method); // System.Boolean System.Predicate`1::Invoke(!0) #define Predicate_1_Invoke_m3148290854(__this, p0, method) (( bool (*) (Predicate_1_t3905400288 *, RuntimeObject *, const RuntimeMethod*))Predicate_1_Invoke_m3148290854_gshared)(__this, p0, method) // System.String Newtonsoft.Json.Utilities.StringUtils::FormatWith(System.String,System.IFormatProvider,System.Object,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* StringUtils_FormatWith_m17931563 (RuntimeObject * __this /* static, unused */, String_t* ___format0, RuntimeObject* ___provider1, RuntimeObject * ___arg02, RuntimeObject * ___arg13, RuntimeObject * ___arg24, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m2730026424(__this, p0, p1, method) (( void (*) (Dictionary_2_t3328670596 *, JsonProperty_t1405154176 *, int32_t, const RuntimeMethod*))Dictionary_2_set_Item_m3411474826_gshared)(__this, p0, p1, method) // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalReader/<>c::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m2292298505 (U3CU3Ec_t4156374721 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m2934127733(__this, method) (( int32_t (*) (List_1_t257213610 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // Newtonsoft.Json.Serialization.JsonContract Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::GetContractSafe(System.Object) extern "C" IL2CPP_METHOD_ATTR JsonContract_t3715061318 * JsonSerializerInternalWriter_GetContractSafe_m5393793 (JsonSerializerInternalWriter_t3588727337 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::ShouldWriteReference(System.Object,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.JsonContract,Newtonsoft.Json.Serialization.JsonContainerContract,Newtonsoft.Json.Serialization.JsonProperty) extern "C" IL2CPP_METHOD_ATTR bool JsonSerializerInternalWriter_ShouldWriteReference_m814208671 (JsonSerializerInternalWriter_t3588727337 * __this, RuntimeObject * ___value0, JsonProperty_t1405154176 * ___property1, JsonContract_t3715061318 * ___valueContract2, JsonContainerContract_t1214283173 * ___collectionContract3, JsonProperty_t1405154176 * ___containerProperty4, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::WriteReference(Newtonsoft.Json.JsonWriter,System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalWriter_WriteReference_m1153456658 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___writer0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::SerializeValue(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.Serialization.JsonContract,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.JsonContainerContract,Newtonsoft.Json.Serialization.JsonProperty) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalWriter_SerializeValue_m4171511317 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___writer0, RuntimeObject * ___value1, JsonContract_t3715061318 * ___valueContract2, JsonProperty_t1405154176 * ___member3, JsonContainerContract_t1214283173 * ___containerContract4, JsonProperty_t1405154176 * ___containerProperty5, const RuntimeMethod* method); // System.String Newtonsoft.Json.JsonWriter::get_Path() extern "C" IL2CPP_METHOD_ATTR String_t* JsonWriter_get_Path_m2431630644 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::HandleError(Newtonsoft.Json.JsonWriter,System.Int32) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalWriter_HandleError_m3142788480 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___writer0, int32_t ___initialDepth1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonSerializerProxy::.ctor(Newtonsoft.Json.Serialization.JsonSerializerInternalWriter) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerProxy__ctor_m2468412375 (JsonSerializerProxy_t657065764 * __this, JsonSerializerInternalWriter_t3588727337 * ___serializerWriter0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::ShouldWriteType(Newtonsoft.Json.TypeNameHandling,Newtonsoft.Json.Serialization.JsonContract,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.JsonContainerContract,Newtonsoft.Json.Serialization.JsonProperty) extern "C" IL2CPP_METHOD_ATTR bool JsonSerializerInternalWriter_ShouldWriteType_m3011039450 (JsonSerializerInternalWriter_t3588727337 * __this, int32_t ___typeNameHandlingFlag0, JsonContract_t3715061318 * ___contract1, JsonProperty_t1405154176 * ___member2, JsonContainerContract_t1214283173 * ___containerContract3, JsonProperty_t1405154176 * ___containerProperty4, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::WriteTypeProperty(Newtonsoft.Json.JsonWriter,System.Type) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalWriter_WriteTypeProperty_m303507108 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___writer0, Type_t * ___type1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.Utilities.PrimitiveTypeCode,System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m3802340270 (RuntimeObject * __this /* static, unused */, JsonWriter_t1467272295 * ___writer0, int32_t ___typeCode1, RuntimeObject * ___value2, const RuntimeMethod* method); // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonProperty::get_Converter() extern "C" IL2CPP_METHOD_ATTR JsonConverter_t1047106545 * JsonProperty_get_Converter_m2047823230 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::SerializeConvertable(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter,System.Object,Newtonsoft.Json.Serialization.JsonContract,Newtonsoft.Json.Serialization.JsonContainerContract,Newtonsoft.Json.Serialization.JsonProperty) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalWriter_SerializeConvertable_m3972578520 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___writer0, JsonConverter_t1047106545 * ___converter1, RuntimeObject * ___value2, JsonContract_t3715061318 * ___contract3, JsonContainerContract_t1214283173 * ___collectionContract4, JsonProperty_t1405154176 * ___containerProperty5, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::SerializeObject(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.Serialization.JsonObjectContract,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.JsonContainerContract,Newtonsoft.Json.Serialization.JsonProperty) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalWriter_SerializeObject_m3153196702 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___writer0, RuntimeObject * ___value1, JsonObjectContract_t868533143 * ___contract2, JsonProperty_t1405154176 * ___member3, JsonContainerContract_t1214283173 * ___collectionContract4, JsonProperty_t1405154176 * ___containerProperty5, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::SerializeList(Newtonsoft.Json.JsonWriter,System.Collections.IEnumerable,Newtonsoft.Json.Serialization.JsonArrayContract,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.JsonContainerContract,Newtonsoft.Json.Serialization.JsonProperty) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalWriter_SerializeList_m72515633 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___writer0, RuntimeObject* ___values1, JsonArrayContract_t483691547 * ___contract2, JsonProperty_t1405154176 * ___member3, JsonContainerContract_t1214283173 * ___collectionContract4, JsonProperty_t1405154176 * ___containerProperty5, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::SerializeMultidimensionalArray(Newtonsoft.Json.JsonWriter,System.Array,Newtonsoft.Json.Serialization.JsonArrayContract,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.JsonContainerContract,Newtonsoft.Json.Serialization.JsonProperty) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalWriter_SerializeMultidimensionalArray_m2678746194 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___writer0, RuntimeArray * ___values1, JsonArrayContract_t483691547 * ___contract2, JsonProperty_t1405154176 * ___member3, JsonContainerContract_t1214283173 * ___collectionContract4, JsonProperty_t1405154176 * ___containerProperty5, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::SerializePrimitive(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.Serialization.JsonPrimitiveContract,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.JsonContainerContract,Newtonsoft.Json.Serialization.JsonProperty) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalWriter_SerializePrimitive_m3733204728 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___writer0, RuntimeObject * ___value1, JsonPrimitiveContract_t336098342 * ___contract2, JsonProperty_t1405154176 * ___member3, JsonContainerContract_t1214283173 * ___containerContract4, JsonProperty_t1405154176 * ___containerProperty5, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::SerializeString(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.Serialization.JsonStringContract) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalWriter_SerializeString_m2709735249 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___writer0, RuntimeObject * ___value1, JsonStringContract_t1298846671 * ___contract2, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::SerializeDictionary(Newtonsoft.Json.JsonWriter,System.Collections.IDictionary,Newtonsoft.Json.Serialization.JsonDictionaryContract,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.JsonContainerContract,Newtonsoft.Json.Serialization.JsonProperty) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalWriter_SerializeDictionary_m3729105883 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___writer0, RuntimeObject* ___values1, JsonDictionaryContract_t4040570183 * ___contract2, JsonProperty_t1405154176 * ___member3, JsonContainerContract_t1214283173 * ___collectionContract4, JsonProperty_t1405154176 * ___containerProperty5, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::SerializeISerializable(Newtonsoft.Json.JsonWriter,System.Runtime.Serialization.ISerializable,Newtonsoft.Json.Serialization.JsonISerializableContract,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.JsonContainerContract,Newtonsoft.Json.Serialization.JsonProperty) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalWriter_SerializeISerializable_m2606608702 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___writer0, RuntimeObject* ___value1, JsonISerializableContract_t781833466 * ___contract2, JsonProperty_t1405154176 * ___member3, JsonContainerContract_t1214283173 * ___collectionContract4, JsonProperty_t1405154176 * ___containerProperty5, const RuntimeMethod* method); // !!0[] System.Linq.Enumerable::ToArray(System.Collections.Generic.IEnumerable`1) #define Enumerable_ToArray_TisJsonConverter_t1047106545_m953012284(__this /* static, unused */, p0, method) (( JsonConverterU5BU5D_t155849004* (*) (RuntimeObject * /* static, unused */, RuntimeObject*, const RuntimeMethod*))Enumerable_ToArray_TisRuntimeObject_m3600642960_gshared)(__this /* static, unused */, p0, method) // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::get_IsReference() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t1819850047 JsonProperty_get_IsReference_m2386873697 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::get_ItemIsReference() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t1819850047 JsonProperty_get_ItemIsReference_m175904732 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Serialization.JsonContainerContract::get_ItemIsReference() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t1819850047 JsonContainerContract_get_ItemIsReference_m3507285852 (JsonContainerContract_t1214283173 * __this, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Serialization.JsonContract::get_IsReference() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t1819850047 JsonContract_get_IsReference_m377117746 (JsonContract_t3715061318 * __this, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::ResolveIsReference(Newtonsoft.Json.Serialization.JsonContract,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.JsonContainerContract,Newtonsoft.Json.Serialization.JsonProperty) extern "C" IL2CPP_METHOD_ATTR Nullable_1_t1819850047 JsonSerializerInternalWriter_ResolveIsReference_m2967909978 (JsonSerializerInternalWriter_t3588727337 * __this, JsonContract_t3715061318 * ___contract0, JsonProperty_t1405154176 * ___property1, JsonContainerContract_t1214283173 * ___collectionContract2, JsonProperty_t1405154176 * ___containerProperty3, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::HasFlag(Newtonsoft.Json.PreserveReferencesHandling,Newtonsoft.Json.PreserveReferencesHandling) extern "C" IL2CPP_METHOD_ATTR bool JsonSerializerInternalWriter_HasFlag_m4284901959 (JsonSerializerInternalWriter_t3588727337 * __this, int32_t ___value0, int32_t ___flag1, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::HasFlag(Newtonsoft.Json.DefaultValueHandling,Newtonsoft.Json.DefaultValueHandling) extern "C" IL2CPP_METHOD_ATTR bool JsonSerializerInternalWriter_HasFlag_m1469268508 (JsonSerializerInternalWriter_t3588727337 * __this, int32_t ___value0, int32_t ___flag1, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::get_ReferenceLoopHandling() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t3051693050 JsonProperty_get_ReferenceLoopHandling_m1171762871 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m3254789393(__this, method) (( bool (*) (Nullable_1_t3051693050 *, const RuntimeMethod*))Nullable_1_get_HasValue_m3254789393_gshared)(__this, method) // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::get_ItemReferenceLoopHandling() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t3051693050 JsonProperty_get_ItemReferenceLoopHandling_m1473466914 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Serialization.JsonContainerContract::get_ItemReferenceLoopHandling() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t3051693050 JsonContainerContract_get_ItemReferenceLoopHandling_m210085839 (JsonContainerContract_t1214283173 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Contains(!0) #define List_1_Contains_m2654125393(__this, p0, method) (( bool (*) (List_1_t257213610 *, RuntimeObject *, const RuntimeMethod*))List_1_Contains_m2654125393_gshared)(__this, p0, method) // System.Boolean Newtonsoft.Json.Utilities.CollectionUtils::Contains(System.Collections.Generic.List`1,T,System.Collections.IEqualityComparer) #define CollectionUtils_Contains_TisRuntimeObject_m3001744680(__this /* static, unused */, ___list0, ___value1, ___comparer2, method) (( bool (*) (RuntimeObject * /* static, unused */, List_1_t257213610 *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))CollectionUtils_Contains_TisRuntimeObject_m3001744680_gshared)(__this /* static, unused */, ___list0, ___value1, ___comparer2, method) // System.String System.String::Concat(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m3937257545 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault(!0) #define Nullable_1_GetValueOrDefault_m167166792(__this, p0, method) (( int32_t (*) (Nullable_1_t3051693050 *, int32_t, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m167166792_gshared)(__this, p0, method) // System.String Newtonsoft.Json.JsonWriter::get_ContainerPath() extern "C" IL2CPP_METHOD_ATTR String_t* JsonWriter_get_ContainerPath_m457269785 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method); // System.String Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::GetReference(Newtonsoft.Json.JsonWriter,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* JsonSerializerInternalWriter_GetReference_m227025009 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___writer0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.ComponentModel.TypeConverter Newtonsoft.Json.Utilities.ConvertUtils::GetConverter(System.Type) extern "C" IL2CPP_METHOD_ATTR TypeConverter_t2249118273 * ConvertUtils_GetConverter_m2610355888 (RuntimeObject * __this /* static, unused */, Type_t * ___t0, const RuntimeMethod* method); // System.Boolean System.ComponentModel.TypeConverter::CanConvertTo(System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeConverter_CanConvertTo_m183459680 (TypeConverter_t2249118273 * __this, Type_t * p0, const RuntimeMethod* method); // System.String System.ComponentModel.TypeConverter::ConvertToInvariantString(System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* TypeConverter_ConvertToInvariantString_m1649016183 (TypeConverter_t2249118273 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::OnSerializing(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.Serialization.JsonContract,System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalWriter_OnSerializing_m465934919 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___writer0, JsonContract_t3715061318 * ___contract1, RuntimeObject * ___value2, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::TryConvertToString(System.Object,System.Type,System.String&) extern "C" IL2CPP_METHOD_ATTR bool JsonSerializerInternalWriter_TryConvertToString_m67864119 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, Type_t * ___type1, String_t** ___s2, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::OnSerialized(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.Serialization.JsonContract,System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalWriter_OnSerialized_m1733960821 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___writer0, JsonContract_t3715061318 * ___contract1, RuntimeObject * ___value2, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonContract::InvokeOnSerializing(System.Object,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void JsonContract_InvokeOnSerializing_m319222908 (JsonContract_t3715061318 * __this, RuntimeObject * ___o0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonContract::InvokeOnSerialized(System.Object,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void JsonContract_InvokeOnSerialized_m2333338591 (JsonContract_t3715061318 * __this, RuntimeObject * ___o0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m3338814081(__this, p0, method) (( void (*) (List_1_t257213610 *, RuntimeObject *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::WriteObjectStart(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.Serialization.JsonContract,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.JsonContainerContract,Newtonsoft.Json.Serialization.JsonProperty) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalWriter_WriteObjectStart_m410066321 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___writer0, RuntimeObject * ___value1, JsonContract_t3715061318 * ___contract2, JsonProperty_t1405154176 * ___member3, JsonContainerContract_t1214283173 * ___collectionContract4, JsonProperty_t1405154176 * ___containerProperty5, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.JsonWriter::get_Top() extern "C" IL2CPP_METHOD_ATTR int32_t JsonWriter_get_Top_m1361217067 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method); // !0 System.Collections.ObjectModel.Collection`1::get_Item(System.Int32) #define Collection_1_get_Item_m2375394349(__this, p0, method) (( JsonProperty_t1405154176 * (*) (Collection_1_t349510094 *, int32_t, const RuntimeMethod*))Collection_1_get_Item_m1632627053_gshared)(__this, p0, method) // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::CalculatePropertyValues(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.Serialization.JsonContainerContract,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.JsonContract&,System.Object&) extern "C" IL2CPP_METHOD_ATTR bool JsonSerializerInternalWriter_CalculatePropertyValues_m4008187076 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___writer0, RuntimeObject * ___value1, JsonContainerContract_t1214283173 * ___contract2, JsonProperty_t1405154176 * ___member3, JsonProperty_t1405154176 * ___property4, JsonContract_t3715061318 ** ___memberContract5, RuntimeObject ** ___memberValue6, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonProperty::WritePropertyName(Newtonsoft.Json.JsonWriter) extern "C" IL2CPP_METHOD_ATTR void JsonProperty_WritePropertyName_m2110901996 (JsonProperty_t1405154176 * __this, JsonWriter_t1467272295 * ___writer0, const RuntimeMethod* method); // Newtonsoft.Json.Serialization.ExtensionDataGetter Newtonsoft.Json.Serialization.JsonObjectContract::get_ExtensionDataGetter() extern "C" IL2CPP_METHOD_ATTR ExtensionDataGetter_t2030541412 * JsonObjectContract_get_ExtensionDataGetter_m3340438951 (JsonObjectContract_t868533143 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.KeyValuePair`2::get_Key() #define KeyValuePair_2_get_Key_m1328507389(__this, method) (( RuntimeObject * (*) (KeyValuePair_2_t2530217319 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m1328507389_gshared)(__this, method) // !1 System.Collections.Generic.KeyValuePair`2::get_Value() #define KeyValuePair_2_get_Value_m3464904234(__this, method) (( RuntimeObject * (*) (KeyValuePair_2_t2530217319 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m3464904234_gshared)(__this, method) // System.String Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::GetPropertyName(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.Serialization.JsonContract,System.Boolean&) extern "C" IL2CPP_METHOD_ATTR String_t* JsonSerializerInternalWriter_GetPropertyName_m101845556 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___writer0, RuntimeObject * ___name1, JsonContract_t3715061318 * ___contract2, bool* ___escape3, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::CheckForCircularReference(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.JsonContract,Newtonsoft.Json.Serialization.JsonContainerContract,Newtonsoft.Json.Serialization.JsonProperty) extern "C" IL2CPP_METHOD_ATTR bool JsonSerializerInternalWriter_CheckForCircularReference_m2371900515 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___writer0, RuntimeObject * ___value1, JsonProperty_t1405154176 * ___property2, JsonContract_t3715061318 * ___contract3, JsonContainerContract_t1214283173 * ___containerContract4, JsonProperty_t1405154176 * ___containerProperty5, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) #define List_1_RemoveAt_m2730968292(__this, p0, method) (( void (*) (List_1_t257213610 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m2730968292_gshared)(__this, p0, method) // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::ShouldSerialize(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.Serialization.JsonProperty,System.Object) extern "C" IL2CPP_METHOD_ATTR bool JsonSerializerInternalWriter_ShouldSerialize_m3053033764 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___writer0, JsonProperty_t1405154176 * ___property1, RuntimeObject * ___target2, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::IsSpecified(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.Serialization.JsonProperty,System.Object) extern "C" IL2CPP_METHOD_ATTR bool JsonSerializerInternalWriter_IsSpecified_m1497174440 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___writer0, JsonProperty_t1405154176 * ___property1, RuntimeObject * ___target2, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::ShouldWriteProperty(System.Object,Newtonsoft.Json.Serialization.JsonProperty) extern "C" IL2CPP_METHOD_ATTR bool JsonSerializerInternalWriter_ShouldWriteProperty_m4193592761 (JsonSerializerInternalWriter_t3588727337 * __this, RuntimeObject * ___memberValue0, JsonProperty_t1405154176 * ___property1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::WriteReferenceIdProperty(Newtonsoft.Json.JsonWriter,System.Type,System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalWriter_WriteReferenceIdProperty_m3325335346 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___writer0, Type_t * ___type1, RuntimeObject * ___value2, const RuntimeMethod* method); // System.String Newtonsoft.Json.Utilities.ReflectionUtils::GetTypeName(System.Type,System.Runtime.Serialization.Formatters.FormatterAssemblyStyle,System.Runtime.Serialization.SerializationBinder) extern "C" IL2CPP_METHOD_ATTR String_t* ReflectionUtils_GetTypeName_m1666562427 (RuntimeObject * __this /* static, unused */, Type_t * ___t0, int32_t ___assemblyFormat1, SerializationBinder_t274213469 * ___binder2, const RuntimeMethod* method); // Newtonsoft.Json.Serialization.JsonSerializerProxy Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::GetInternalSerializer() extern "C" IL2CPP_METHOD_ATTR JsonSerializerProxy_t657065764 * JsonSerializerInternalWriter_GetInternalSerializer_m568683936 (JsonSerializerInternalWriter_t3588727337 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::WriteStartArray(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.Serialization.JsonArrayContract,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.JsonContainerContract,Newtonsoft.Json.Serialization.JsonProperty) extern "C" IL2CPP_METHOD_ATTR bool JsonSerializerInternalWriter_WriteStartArray_m1501292422 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___writer0, RuntimeObject * ___values1, JsonArrayContract_t483691547 * ___contract2, JsonProperty_t1405154176 * ___member3, JsonContainerContract_t1214283173 * ___containerContract4, JsonProperty_t1405154176 * ___containerProperty5, const RuntimeMethod* method); // Newtonsoft.Json.Serialization.JsonContract Newtonsoft.Json.Serialization.JsonContainerContract::get_FinalItemContract() extern "C" IL2CPP_METHOD_ATTR JsonContract_t3715061318 * JsonContainerContract_get_FinalItemContract_m84913371 (JsonContainerContract_t1214283173 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::SerializeMultidimensionalArray(Newtonsoft.Json.JsonWriter,System.Array,Newtonsoft.Json.Serialization.JsonArrayContract,Newtonsoft.Json.Serialization.JsonProperty,System.Int32,System.Int32[]) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalWriter_SerializeMultidimensionalArray_m3198279718 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___writer0, RuntimeArray * ___values1, JsonArrayContract_t483691547 * ___contract2, JsonProperty_t1405154176 * ___member3, int32_t ___initialDepth4, Int32U5BU5D_t385246372* ___indices5, const RuntimeMethod* method); // System.Int32 System.Array::GetLowerBound(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Array_GetLowerBound_m2045984623 (RuntimeArray * __this, int32_t p0, const RuntimeMethod* method); // System.Int32 System.Array::get_Rank() extern "C" IL2CPP_METHOD_ATTR int32_t Array_get_Rank_m3448755881 (RuntimeArray * __this, const RuntimeMethod* method); // System.Object System.Array::GetValue(System.Int32[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Array_GetValue_m120423883 (RuntimeArray * __this, Int32U5BU5D_t385246372* p0, const RuntimeMethod* method); // System.Int32 System.Array::GetUpperBound(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Array_GetUpperBound_m4018715963 (RuntimeArray * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.FormatterConverter::.ctor() extern "C" IL2CPP_METHOD_ATTR void FormatterConverter__ctor_m4071877133 (FormatterConverter_t2760117746 * __this, const RuntimeMethod* method); // System.Runtime.Serialization.SerializationInfoEnumerator System.Runtime.Serialization.SerializationInfo::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR SerializationInfoEnumerator_t2232395945 * SerializationInfo_GetEnumerator_m1082663843 (SerializationInfo_t950877179 * __this, const RuntimeMethod* method); // System.Runtime.Serialization.SerializationEntry System.Runtime.Serialization.SerializationInfoEnumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR SerializationEntry_t648286436 SerializationInfoEnumerator_get_Current_m1365373082 (SerializationInfoEnumerator_t2232395945 * __this, const RuntimeMethod* method); // System.Object System.Runtime.Serialization.SerializationEntry::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SerializationEntry_get_Value_m2039470570 (SerializationEntry_t648286436 * __this, const RuntimeMethod* method); // System.String System.Runtime.Serialization.SerializationEntry::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* SerializationEntry_get_Name_m1530029541 (SerializationEntry_t648286436 * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool SerializationInfoEnumerator_MoveNext_m2496151825 (SerializationInfoEnumerator_t2232395945 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::HasFlag(Newtonsoft.Json.TypeNameHandling,Newtonsoft.Json.TypeNameHandling) extern "C" IL2CPP_METHOD_ATTR bool JsonSerializerInternalWriter_HasFlag_m152444676 (JsonSerializerInternalWriter_t3588727337 * __this, int32_t ___value0, int32_t ___flag1, const RuntimeMethod* method); // System.Func`2 Newtonsoft.Json.Serialization.JsonDictionaryContract::get_DictionaryKeyResolver() extern "C" IL2CPP_METHOD_ATTR Func_2_t3947292210 * JsonDictionaryContract_get_DictionaryKeyResolver_m574573402 (JsonDictionaryContract_t4040570183 * __this, const RuntimeMethod* method); // !1 System.Func`2::Invoke(!0) #define Func_2_Invoke_m3590268240(__this, p0, method) (( String_t* (*) (Func_2_t3947292210 *, String_t*, const RuntimeMethod*))Func_2_Invoke_m3285901618_gshared)(__this, p0, method) // Newtonsoft.Json.DateTimeZoneHandling Newtonsoft.Json.JsonWriter::get_DateTimeZoneHandling() extern "C" IL2CPP_METHOD_ATTR int32_t JsonWriter_get_DateTimeZoneHandling_m1298912413 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method); // System.DateTime Newtonsoft.Json.Utilities.DateTimeUtils::EnsureDateTime(System.DateTime,Newtonsoft.Json.DateTimeZoneHandling) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTimeUtils_EnsureDateTime_m2677626152 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 ___value0, int32_t ___timeZone1, const RuntimeMethod* method); // System.Void System.IO.StringWriter::.ctor(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR void StringWriter__ctor_m2474332877 (StringWriter_t802263757 * __this, RuntimeObject* p0, const RuntimeMethod* method); // Newtonsoft.Json.DateFormatHandling Newtonsoft.Json.JsonWriter::get_DateFormatHandling() extern "C" IL2CPP_METHOD_ATTR int32_t JsonWriter_get_DateFormatHandling_m874163967 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method); // System.String Newtonsoft.Json.JsonWriter::get_DateFormatString() extern "C" IL2CPP_METHOD_ATTR String_t* JsonWriter_get_DateFormatString_m3232928038 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method); // System.Globalization.CultureInfo Newtonsoft.Json.JsonWriter::get_Culture() extern "C" IL2CPP_METHOD_ATTR CultureInfo_t4157843068 * JsonWriter_get_Culture_m2940343858 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.DateTimeUtils::WriteDateTimeString(System.IO.TextWriter,System.DateTime,Newtonsoft.Json.DateFormatHandling,System.String,System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR void DateTimeUtils_WriteDateTimeString_m3387101489 (RuntimeObject * __this /* static, unused */, TextWriter_t3478189236 * ___writer0, DateTime_t3738529785 ___value1, int32_t ___format2, String_t* ___formatString3, CultureInfo_t4157843068 * ___culture4, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.DateTimeUtils::WriteDateTimeOffsetString(System.IO.TextWriter,System.DateTimeOffset,Newtonsoft.Json.DateFormatHandling,System.String,System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR void DateTimeUtils_WriteDateTimeOffsetString_m3161479400 (RuntimeObject * __this /* static, unused */, TextWriter_t3478189236 * ___writer0, DateTimeOffset_t3229287507 ___value1, int32_t ___format2, String_t* ___formatString3, CultureInfo_t4157843068 * ___culture4, const RuntimeMethod* method); // System.String System.Convert::ToString(System.Object,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Convert_ToString_m1854379141 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject* p1, const RuntimeMethod* method); // Newtonsoft.Json.WriteState Newtonsoft.Json.JsonWriter::get_WriteState() extern "C" IL2CPP_METHOD_ATTR int32_t JsonWriter_get_WriteState_m3142003920 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method); // System.Predicate`1 Newtonsoft.Json.Serialization.JsonProperty::get_ShouldSerialize() extern "C" IL2CPP_METHOD_ATTR Predicate_1_t3905400288 * JsonProperty_get_ShouldSerialize_m1284512760 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method); // System.Predicate`1 Newtonsoft.Json.Serialization.JsonProperty::get_GetIsSpecified() extern "C" IL2CPP_METHOD_ATTR Predicate_1_t3905400288 * JsonProperty_get_GetIsSpecified_m3016174255 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonSerializer::.ctor() extern "C" IL2CPP_METHOD_ATTR void JsonSerializer__ctor_m961476747 (JsonSerializer_t1424496335 * __this, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Serialization.JsonSerializerInternalReader::Deserialize(Newtonsoft.Json.JsonReader,System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonSerializerInternalReader_Deserialize_m1834479287 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, Type_t * ___objectType1, bool ___checkAdditionalContent2, const RuntimeMethod* method); // System.Object Newtonsoft.Json.JsonSerializer::Deserialize(Newtonsoft.Json.JsonReader,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonSerializer_Deserialize_m2944258957 (JsonSerializer_t1424496335 * __this, JsonReader_t2369136700 * ___reader0, Type_t * ___objectType1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalReader::Populate(Newtonsoft.Json.JsonReader,System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalReader_Populate_m2037184199 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, RuntimeObject * ___target1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonSerializer::Populate(Newtonsoft.Json.JsonReader,System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonSerializer_Populate_m3554373500 (JsonSerializer_t1424496335 * __this, JsonReader_t2369136700 * ___reader0, RuntimeObject * ___target1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::Serialize(Newtonsoft.Json.JsonWriter,System.Object,System.Type) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalWriter_Serialize_m4173797228 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___jsonWriter0, RuntimeObject * ___value1, Type_t * ___objectType2, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonSerializer::Serialize(Newtonsoft.Json.JsonWriter,System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonSerializer_Serialize_m1889459899 (JsonSerializer_t1424496335 * __this, JsonWriter_t1467272295 * ___jsonWriter0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonPrimitiveContract::.ctor(System.Type) extern "C" IL2CPP_METHOD_ATTR void JsonPrimitiveContract__ctor_m2884870516 (JsonPrimitiveContract_t336098342 * __this, Type_t * ___underlyingType0, const RuntimeMethod* method); // T Newtonsoft.Json.Serialization.CachedAttributeGetter`1::GetAttribute(System.Object) #define CachedAttributeGetter_1_GetAttribute_m1167628126(__this /* static, unused */, p0, method) (( DataContractAttribute_t412496005 * (*) (RuntimeObject * /* static, unused */, RuntimeObject *, const RuntimeMethod*))CachedAttributeGetter_1_GetAttribute_m1256718396_gshared)(__this /* static, unused */, p0, method) // System.Type Newtonsoft.Json.Utilities.TypeExtensions::BaseType(System.Type) extern "C" IL2CPP_METHOD_ATTR Type_t * TypeExtensions_BaseType_m1084285535 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // T Newtonsoft.Json.Serialization.CachedAttributeGetter`1::GetAttribute(System.Object) #define CachedAttributeGetter_1_GetAttribute_m2790467231(__this /* static, unused */, p0, method) (( DataMemberAttribute_t1339837472 * (*) (RuntimeObject * /* static, unused */, RuntimeObject *, const RuntimeMethod*))CachedAttributeGetter_1_GetAttribute_m1256718396_gshared)(__this /* static, unused */, p0, method) // System.Boolean Newtonsoft.Json.Utilities.ReflectionUtils::IsVirtual(System.Reflection.PropertyInfo) extern "C" IL2CPP_METHOD_ATTR bool ReflectionUtils_IsVirtual_m3338583030 (RuntimeObject * __this /* static, unused */, PropertyInfo_t * ___propertyInfo0, const RuntimeMethod* method); // System.Reflection.MemberInfo Newtonsoft.Json.Utilities.ReflectionUtils::GetMemberInfoFromType(System.Type,System.Reflection.MemberInfo) extern "C" IL2CPP_METHOD_ATTR MemberInfo_t * ReflectionUtils_GetMemberInfoFromType_m1623736994 (RuntimeObject * __this /* static, unused */, Type_t * ___targetType0, MemberInfo_t * ___memberInfo1, const RuntimeMethod* method); // T Newtonsoft.Json.Serialization.JsonTypeReflector::GetCachedAttribute(System.Object) #define JsonTypeReflector_GetCachedAttribute_TisJsonObjectAttribute_t3277381142_m22066958(__this /* static, unused */, ___attributeProvider0, method) (( JsonObjectAttribute_t3277381142 * (*) (RuntimeObject * /* static, unused */, RuntimeObject *, const RuntimeMethod*))JsonTypeReflector_GetCachedAttribute_TisRuntimeObject_m519861192_gshared)(__this /* static, unused */, ___attributeProvider0, method) // Newtonsoft.Json.MemberSerialization Newtonsoft.Json.JsonObjectAttribute::get_MemberSerialization() extern "C" IL2CPP_METHOD_ATTR int32_t JsonObjectAttribute_get_MemberSerialization_m997981070 (JsonObjectAttribute_t3277381142 * __this, const RuntimeMethod* method); // System.Runtime.Serialization.DataContractAttribute Newtonsoft.Json.Serialization.JsonTypeReflector::GetDataContractAttribute(System.Type) extern "C" IL2CPP_METHOD_ATTR DataContractAttribute_t412496005 * JsonTypeReflector_GetDataContractAttribute_m2907827950 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // T Newtonsoft.Json.Serialization.JsonTypeReflector::GetCachedAttribute(System.Object) #define JsonTypeReflector_GetCachedAttribute_TisSerializableAttribute_t1992588303_m3971833361(__this /* static, unused */, ___attributeProvider0, method) (( SerializableAttribute_t1992588303 * (*) (RuntimeObject * /* static, unused */, RuntimeObject *, const RuntimeMethod*))JsonTypeReflector_GetCachedAttribute_TisRuntimeObject_m519861192_gshared)(__this /* static, unused */, ___attributeProvider0, method) // T Newtonsoft.Json.Serialization.JsonTypeReflector::GetCachedAttribute(System.Object) #define JsonTypeReflector_GetCachedAttribute_TisJsonConverterAttribute_t3132853130_m270174116(__this /* static, unused */, ___attributeProvider0, method) (( JsonConverterAttribute_t3132853130 * (*) (RuntimeObject * /* static, unused */, RuntimeObject *, const RuntimeMethod*))JsonTypeReflector_GetCachedAttribute_TisRuntimeObject_m519861192_gshared)(__this /* static, unused */, ___attributeProvider0, method) // System.Type Newtonsoft.Json.JsonConverterAttribute::get_ConverterType() extern "C" IL2CPP_METHOD_ATTR Type_t * JsonConverterAttribute_get_ConverterType_m2009851784 (JsonConverterAttribute_t3132853130 * __this, const RuntimeMethod* method); // TValue Newtonsoft.Json.Utilities.ThreadSafeStore`2>::Get(TKey) #define ThreadSafeStore_2_Get_m1747888903(__this, p0, method) (( Func_2_t2696973750 * (*) (ThreadSafeStore_2_t1780285614 *, Type_t *, const RuntimeMethod*))ThreadSafeStore_2_Get_m3495790489_gshared)(__this, p0, method) // System.Object[] Newtonsoft.Json.JsonConverterAttribute::get_ConverterParameters() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* JsonConverterAttribute_get_ConverterParameters_m1764831039 (JsonConverterAttribute_t3132853130 * __this, const RuntimeMethod* method); // !1 System.Func`2::Invoke(!0) #define Func_2_Invoke_m3764378986(__this, p0, method) (( JsonConverter_t1047106545 * (*) (Func_2_t2696973750 *, ObjectU5BU5D_t2843939325*, const RuntimeMethod*))Func_2_Invoke_m3285901618_gshared)(__this, p0, method) // System.Void Newtonsoft.Json.Serialization.JsonTypeReflector/<>c__DisplayClass18_0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass18_0__ctor_m2860069510 (U3CU3Ec__DisplayClass18_0_t667614246 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.ReflectionUtils::HasDefaultConstructor(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool ReflectionUtils_HasDefaultConstructor_m3011828166 (RuntimeObject * __this /* static, unused */, Type_t * ___t0, bool ___nonPublic1, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) #define Func_2__ctor_m2783269084(__this, p0, p1, method) (( void (*) (Func_2_t2696973750 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m406556452_gshared)(__this, p0, p1, method) // System.ComponentModel.TypeConverter System.ComponentModel.TypeDescriptor::GetConverter(System.Type) extern "C" IL2CPP_METHOD_ATTR TypeConverter_t2249118273 * TypeDescriptor_GetConverter_m3748618295 (RuntimeObject * __this /* static, unused */, Type_t * p0, const RuntimeMethod* method); // TValue Newtonsoft.Json.Utilities.ThreadSafeStore`2::Get(TKey) #define ThreadSafeStore_2_Get_m3892779762(__this, p0, method) (( Type_t * (*) (ThreadSafeStore_2_t1567256624 *, Type_t *, const RuntimeMethod*))ThreadSafeStore_2_Get_m3495790489_gshared)(__this, p0, method) // System.Attribute[] Newtonsoft.Json.Utilities.ReflectionUtils::GetAttributes(System.Object,System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR AttributeU5BU5D_t1575011174* ReflectionUtils_GetAttributes_m2593182657 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___attributeProvider0, Type_t * ___attributeType1, bool ___inherit2, const RuntimeMethod* method); // Newtonsoft.Json.Utilities.ReflectionObject Newtonsoft.Json.Utilities.ReflectionObject::Create(System.Type,System.String[]) extern "C" IL2CPP_METHOD_ATTR ReflectionObject_t701100009 * ReflectionObject_Create_m720835830 (RuntimeObject * __this /* static, unused */, Type_t * ___t0, StringU5BU5D_t1281789340* ___memberNames1, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Utilities.ReflectionObject::GetValue(System.Object,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ReflectionObject_GetValue_m2531865869 (ReflectionObject_t701100009 * __this, RuntimeObject * ___target0, String_t* ___member1, const RuntimeMethod* method); // System.Void System.Security.Permissions.SecurityPermission::.ctor(System.Security.Permissions.PermissionState) extern "C" IL2CPP_METHOD_ATTR void SecurityPermission__ctor_m885935718 (SecurityPermission_t2954997752 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Security.CodeAccessPermission::Demand() extern "C" IL2CPP_METHOD_ATTR void CodeAccessPermission_Demand_m2609746972 (CodeAccessPermission_t2681295399 * __this, const RuntimeMethod* method); // Newtonsoft.Json.Utilities.ReflectionDelegateFactory Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory::get_Instance() extern "C" IL2CPP_METHOD_ATTR ReflectionDelegateFactory_t2528576452 * LateBoundReflectionDelegateFactory_get_Instance_m3698844514 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Func`2>::.ctor(System.Object,System.IntPtr) #define Func_2__ctor_m2101884442(__this, p0, p1, method) (( void (*) (Func_2_t3160938740 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m406556452_gshared)(__this, p0, p1, method) // System.Void Newtonsoft.Json.Utilities.ThreadSafeStore`2>::.ctor(System.Func`2) #define ThreadSafeStore_2__ctor_m1661335843(__this, p0, method) (( void (*) (ThreadSafeStore_2_t1780285614 *, Func_2_t3160938740 *, const RuntimeMethod*))ThreadSafeStore_2__ctor_m3312637891_gshared)(__this, p0, method) // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) #define Func_2__ctor_m682283916(__this, p0, p1, method) (( void (*) (Func_2_t2947909750 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m406556452_gshared)(__this, p0, p1, method) // System.Void Newtonsoft.Json.Utilities.ThreadSafeStore`2::.ctor(System.Func`2) #define ThreadSafeStore_2__ctor_m901063422(__this, p0, method) (( void (*) (ThreadSafeStore_2_t1567256624 *, Func_2_t2947909750 *, const RuntimeMethod*))ThreadSafeStore_2__ctor_m3312637891_gshared)(__this, p0, method) // System.Void Newtonsoft.Json.Serialization.JsonTypeReflector/<>c::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m2114880967 (U3CU3Ec_t751952102 * __this, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) #define Func_2__ctor_m484892587(__this, p0, p1, method) (( void (*) (Func_2_t1850968970 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m406556452_gshared)(__this, p0, p1, method) // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Select(System.Collections.Generic.IEnumerable`1,System.Func`2) #define Enumerable_Select_TisRuntimeObject_TisType_t_m2498843382(__this /* static, unused */, p0, p1, method) (( RuntimeObject* (*) (RuntimeObject * /* static, unused */, RuntimeObject*, Func_2_t1850968970 *, const RuntimeMethod*))Enumerable_Select_TisRuntimeObject_TisRuntimeObject_m3244726840_gshared)(__this /* static, unused */, p0, p1, method) // !!0[] System.Linq.Enumerable::ToArray(System.Collections.Generic.IEnumerable`1) #define Enumerable_ToArray_TisType_t_m4037995289(__this /* static, unused */, p0, method) (( TypeU5BU5D_t3940880105* (*) (RuntimeObject * /* static, unused */, RuntimeObject*, const RuntimeMethod*))Enumerable_ToArray_TisRuntimeObject_m3600642960_gshared)(__this /* static, unused */, p0, method) // System.Void Newtonsoft.Json.JsonException::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void JsonException__ctor_m1026323257 (JsonException_t3720114400 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.MemoryTraceWriter::set_LevelFilter(System.Diagnostics.TraceLevel) extern "C" IL2CPP_METHOD_ATTR void MemoryTraceWriter_set_LevelFilter_m3719313437 (MemoryTraceWriter_t1574330611 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1::.ctor() #define Queue_1__ctor_m517546824(__this, method) (( void (*) (Queue_1_t1693710183 *, const RuntimeMethod*))Queue_1__ctor_m3749217910_gshared)(__this, method) // System.Int32 System.Collections.Generic.Queue`1::get_Count() #define Queue_1_get_Count_m3902537741(__this, method) (( int32_t (*) (Queue_1_t1693710183 *, const RuntimeMethod*))Queue_1_get_Count_m2496300460_gshared)(__this, method) // !0 System.Collections.Generic.Queue`1::Dequeue() #define Queue_1_Dequeue_m749985083(__this, method) (( String_t* (*) (Queue_1_t1693710183 *, const RuntimeMethod*))Queue_1_Dequeue_m3550993416_gshared)(__this, method) // System.Void System.Text.StringBuilder::.ctor() extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m3121283359 (StringBuilder_t * __this, const RuntimeMethod* method); // System.DateTime System.DateTime::get_Now() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_get_Now_m1277138875 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.DateTime::ToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m2992030064 (DateTime_t3738529785 * __this, String_t* p0, RuntimeObject* p1, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m1965104174 (StringBuilder_t * __this, String_t* p0, const RuntimeMethod* method); // System.String System.Enum::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Enum_ToString_m2477889358 (RuntimeObject * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1::Enqueue(!0) #define Queue_1_Enqueue_m440672958(__this, p0, method) (( void (*) (Queue_1_t1693710183 *, String_t*, const RuntimeMethod*))Queue_1_Enqueue_m1868480850_gshared)(__this, p0, method) // System.Collections.Generic.Queue`1/Enumerator System.Collections.Generic.Queue`1::GetEnumerator() #define Queue_1_GetEnumerator_m1277238442(__this, method) (( Enumerator_t2355622285 (*) (Queue_1_t1693710183 *, const RuntimeMethod*))Queue_1_GetEnumerator_m2415615345_gshared)(__this, method) // !0 System.Collections.Generic.Queue`1/Enumerator::get_Current() #define Enumerator_get_Current_m215779258(__this, method) (( String_t* (*) (Enumerator_t2355622285 *, const RuntimeMethod*))Enumerator_get_Current_m1170173642_gshared)(__this, method) // System.Int32 System.Text.StringBuilder::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m3238060835 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::AppendLine() extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendLine_m2783356575 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Queue`1/Enumerator::MoveNext() #define Enumerator_MoveNext_m364292758(__this, method) (( bool (*) (Enumerator_t2355622285 *, const RuntimeMethod*))Enumerator_MoveNext_m3662315381_gshared)(__this, method) // System.Void System.Collections.Generic.Queue`1/Enumerator::Dispose() #define Enumerator_Dispose_m4161081647(__this, method) (( void (*) (Enumerator_t2355622285 *, const RuntimeMethod*))Enumerator_Dispose_m2419537076_gshared)(__this, method) // System.Void System.Attribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void Attribute__ctor_m1529526131 (Attribute_t861562559 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.ReflectionUtils::SetMemberValue(System.Reflection.MemberInfo,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void ReflectionUtils_SetMemberValue_m2425830593 (RuntimeObject * __this /* static, unused */, MemberInfo_t * ___member0, RuntimeObject * ___target1, RuntimeObject * ___value2, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonSerializationException::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void JsonSerializationException__ctor_m29484521 (JsonSerializationException_t4152118729 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Utilities.ReflectionUtils::GetMemberValue(System.Reflection.MemberInfo,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ReflectionUtils_GetMemberValue_m2432599679 (RuntimeObject * __this /* static, unused */, MemberInfo_t * ___member0, RuntimeObject * ___target1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.ResolverContractKey::.ctor(System.Type,System.Type) extern "C" IL2CPP_METHOD_ATTR void ResolverContractKey__ctor_m1145440245 (ResolverContractKey_t3292851287 * __this, Type_t * ___resolverType0, Type_t * ___contractType1, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.Serialization.ResolverContractKey::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t ResolverContractKey_GetHashCode_m1220267610 (ResolverContractKey_t3292851287 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.ResolverContractKey::Equals(Newtonsoft.Json.Serialization.ResolverContractKey) extern "C" IL2CPP_METHOD_ATTR bool ResolverContractKey_Equals_m3555881672 (ResolverContractKey_t3292851287 * __this, ResolverContractKey_t3292851287 ___other0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.ResolverContractKey::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool ResolverContractKey_Equals_m4037987600 (ResolverContractKey_t3292851287 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonReader::.ctor() extern "C" IL2CPP_METHOD_ATTR void JsonReader__ctor_m2619238087 (JsonReader_t2369136700 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonTextWriter::.ctor(System.IO.TextWriter) extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter__ctor_m2383081106 (JsonTextWriter_t1095349912 * __this, TextWriter_t3478189236 * ___textWriter0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::set_Formatting(Newtonsoft.Json.Formatting) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_set_Formatting_m76464413 (JsonWriter_t1467272295 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::.ctor() extern "C" IL2CPP_METHOD_ATTR void JsonWriter__ctor_m1110665009 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::set_Culture(System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_set_Culture_m2361153456 (JsonWriter_t1467272295 * __this, CultureInfo_t4157843068 * ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::set_DateFormatHandling(Newtonsoft.Json.DateFormatHandling) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_set_DateFormatHandling_m3318128329 (JsonWriter_t1467272295 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::set_DateFormatString(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_set_DateFormatString_m1029558321 (JsonWriter_t1467272295 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::set_DateTimeZoneHandling(Newtonsoft.Json.DateTimeZoneHandling) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_set_DateTimeZoneHandling_m1324388417 (JsonWriter_t1467272295 * __this, int32_t ___value0, const RuntimeMethod* method); // Newtonsoft.Json.FloatFormatHandling Newtonsoft.Json.JsonWriter::get_FloatFormatHandling() extern "C" IL2CPP_METHOD_ATTR int32_t JsonWriter_get_FloatFormatHandling_m2876749082 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::set_FloatFormatHandling(Newtonsoft.Json.FloatFormatHandling) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_set_FloatFormatHandling_m3999801747 (JsonWriter_t1467272295 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Decimal) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m755619805 (JsonWriter_t1467272295 * __this, Decimal_t2948259380 ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m3045568213 (JsonWriter_t1467272295 * __this, bool ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Byte) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m996277873 (JsonWriter_t1467272295 * __this, uint8_t ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m3866610196 (JsonWriter_t1467272295 * __this, Nullable_1_t2856858458 ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Char) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m534922249 (JsonWriter_t1467272295 * __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m3107219797 (JsonWriter_t1467272295 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.DateTime) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m3793256645 (JsonWriter_t1467272295 * __this, DateTime_t3738529785 ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.DateTimeOffset) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m72889891 (JsonWriter_t1467272295 * __this, DateTimeOffset_t3229287507 ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Double) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m869556315 (JsonWriter_t1467272295 * __this, double ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteUndefined() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteUndefined_m3012783893 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Single) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m3774019217 (JsonWriter_t1467272295 * __this, float ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Guid) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m2212523461 (JsonWriter_t1467272295 * __this, Guid_t ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Int32) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m1761958501 (JsonWriter_t1467272295 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Int64) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m598831407 (JsonWriter_t1467272295 * __this, int64_t ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m57335208 (JsonWriter_t1467272295 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.SByte) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m3525383365 (JsonWriter_t1467272295 * __this, int8_t ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Int16) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m3731458041 (JsonWriter_t1467272295 * __this, int16_t ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m1762582339 (JsonWriter_t1467272295 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.TimeSpan) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m3976123313 (JsonWriter_t1467272295 * __this, TimeSpan_t881159249 ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.UInt32) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m1399368634 (JsonWriter_t1467272295 * __this, uint32_t ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.UInt64) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m3305894593 (JsonWriter_t1467272295 * __this, uint64_t ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Uri) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m3636458124 (JsonWriter_t1467272295 * __this, Uri_t100236324 * ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.UInt16) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m3326842096 (JsonWriter_t1467272295 * __this, uint16_t ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteComment(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteComment_m2597385057 (JsonWriter_t1467272295 * __this, String_t* ___text0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteStartArray() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteStartArray_m1802468309 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteEndArray() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteEndArray_m3402066055 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteStartConstructor(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteStartConstructor_m3873626772 (JsonWriter_t1467272295 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteEndConstructor() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteEndConstructor_m3437097751 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WritePropertyName_m1400365370 (JsonWriter_t1467272295 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteStartObject() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteStartObject_m116870646 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteEndObject() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteEndObject_m899541852 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::InternalWriteValue(Newtonsoft.Json.JsonToken) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_InternalWriteValue_m193962530 (JsonWriter_t1467272295 * __this, int32_t ___token0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteRaw(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteRaw_m1183082873 (JsonWriter_t1467272295 * __this, String_t* ___json0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::Close() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_Close_m3584185124 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method); // System.Int32 System.Convert::ToBase64CharArray(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToBase64CharArray_m1259198255 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* p0, int32_t p1, int32_t p2, CharU5BU5D_t3528271667* p3, int32_t p4, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.Base64Encoder::WriteChars(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Base64Encoder_WriteChars_m3020201355 (Base64Encoder_t3724986751 * __this, CharU5BU5D_t3528271667* ___chars0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.ReflectionUtils::ImplementsGenericDefinition(System.Type,System.Type) extern "C" IL2CPP_METHOD_ATTR bool ReflectionUtils_ImplementsGenericDefinition_m1481186786 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, Type_t * ___genericInterfaceDefinition1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m1628857705(__this, method) (( void (*) (List_1_t128053199 *, const RuntimeMethod*))List_1__ctor_m1628857705_gshared)(__this, method) // System.Object Newtonsoft.Json.Utilities.CollectionUtils::JaggedArrayGetValue(System.Collections.IList,System.Int32[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CollectionUtils_JaggedArrayGetValue_m2563080823 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___values0, Int32U5BU5D_t385246372* ___indices1, const RuntimeMethod* method); // System.Void System.Array::SetValue(System.Object,System.Int32[]) extern "C" IL2CPP_METHOD_ATTR void Array_SetValue_m1804138688 (RuntimeArray * __this, RuntimeObject * p0, Int32U5BU5D_t385246372* p1, const RuntimeMethod* method); // System.Int32 System.Array::GetLength(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Array_GetLength_m2178203778 (RuntimeArray * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Exception__ctor_m1152696503 (Exception_t * __this, String_t* p0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.CollectionUtils::CopyFromJaggedToMultidimensionalArray(System.Collections.IList,System.Array,System.Int32[]) extern "C" IL2CPP_METHOD_ATTR void CollectionUtils_CopyFromJaggedToMultidimensionalArray_m2906431338 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___values0, RuntimeArray * ___multidimensionalArray1, Int32U5BU5D_t385246372* ___indices2, const RuntimeMethod* method); // System.Collections.Generic.IList`1 Newtonsoft.Json.Utilities.CollectionUtils::GetDimensions(System.Collections.IList,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CollectionUtils_GetDimensions_m1989187353 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___values0, int32_t ___dimensionsCount1, const RuntimeMethod* method); // !!0[] System.Linq.Enumerable::ToArray(System.Collections.Generic.IEnumerable`1) #define Enumerable_ToArray_TisInt32_t2950945753_m647562198(__this /* static, unused */, p0, method) (( Int32U5BU5D_t385246372* (*) (RuntimeObject * /* static, unused */, RuntimeObject*, const RuntimeMethod*))Enumerable_ToArray_TisInt32_t2950945753_m647562198_gshared)(__this /* static, unused */, p0, method) // System.Array System.Array::CreateInstance(System.Type,System.Int32[]) extern "C" IL2CPP_METHOD_ATTR RuntimeArray * Array_CreateInstance_m2175520447 (RuntimeObject * __this /* static, unused */, Type_t * p0, Int32U5BU5D_t385246372* p1, const RuntimeMethod* method); // Newtonsoft.Json.Utilities.PrimitiveTypeCode Newtonsoft.Json.Utilities.ConvertUtils::GetTypeCode(System.Type,System.Boolean&) extern "C" IL2CPP_METHOD_ATTR int32_t ConvertUtils_GetTypeCode_m537513080 (RuntimeObject * __this /* static, unused */, Type_t * ___t0, bool* ___isEnum1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m1611307801(__this, p0, p1, method) (( bool (*) (Dictionary_2_t3243296968 *, Type_t *, int32_t*, const RuntimeMethod*))Dictionary_2_TryGetValue_m4064050859_gshared)(__this, p0, p1, method) // System.Type System.Enum::GetUnderlyingType(System.Type) extern "C" IL2CPP_METHOD_ATTR Type_t * Enum_GetUnderlyingType_m2480312097 (RuntimeObject * __this /* static, unused */, Type_t * p0, const RuntimeMethod* method); // System.TimeSpan System.TimeSpan::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR TimeSpan_t881159249 TimeSpan_Parse_m4107860700 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.ConvertUtils/<>c__DisplayClass9_0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass9_0__ctor_m1379164318 (U3CU3Ec__DisplayClass9_0_t1591754542 * __this, const RuntimeMethod* method); // System.Type Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey::get_TargetType() extern "C" IL2CPP_METHOD_ATTR Type_t * TypeConvertKey_get_TargetType_m1323123860 (TypeConvertKey_t285306760 * __this, const RuntimeMethod* method); // System.Type Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey::get_InitialType() extern "C" IL2CPP_METHOD_ATTR Type_t * TypeConvertKey_get_InitialType_m1948938866 (TypeConvertKey_t285306760 * __this, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Type::GetMethod(System.String,System.Type[]) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_m1479779718 (Type_t * __this, String_t* p0, TypeU5BU5D_t3940880105* p1, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) #define Func_2__ctor_m406556452(__this, p0, p1, method) (( void (*) (Func_2_t2447130374 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m406556452_gshared)(__this, p0, p1, method) // Newtonsoft.Json.Utilities.ConvertUtils/ConvertResult Newtonsoft.Json.Utilities.ConvertUtils::TryConvertInternal(System.Object,System.Globalization.CultureInfo,System.Type,System.Object&) extern "C" IL2CPP_METHOD_ATTR int32_t ConvertUtils_TryConvertInternal_m3198121260 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___initialValue0, CultureInfo_t4157843068 * ___culture1, Type_t * ___targetType2, RuntimeObject ** ___value3, const RuntimeMethod* method); // System.Void System.DateTimeOffset::.ctor(System.DateTime) extern "C" IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_m2084804982 (DateTimeOffset_t3229287507 * __this, DateTime_t3738529785 p0, const RuntimeMethod* method); // System.Void System.Guid::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void Guid__ctor_m3421080095 (Guid_t * __this, ByteU5BU5D_t4116647657* p0, const RuntimeMethod* method); // System.Byte[] System.Guid::ToByteArray() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* Guid_ToByteArray_m1059098555 (Guid_t * __this, const RuntimeMethod* method); // System.Void System.Guid::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Guid__ctor_m2423264394 (Guid_t * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Uri::.ctor(System.String,System.UriKind) extern "C" IL2CPP_METHOD_ATTR void Uri__ctor_m3040793867 (Uri_t100236324 * __this, String_t* p0, int32_t p1, const RuntimeMethod* method); // System.TimeSpan Newtonsoft.Json.Utilities.ConvertUtils::ParseTimeSpan(System.String) extern "C" IL2CPP_METHOD_ATTR TimeSpan_t881159249 ConvertUtils_ParseTimeSpan_m1572991556 (RuntimeObject * __this /* static, unused */, String_t* ___input0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.ConvertUtils::VersionTryParse(System.String,System.Version&) extern "C" IL2CPP_METHOD_ATTR bool ConvertUtils_VersionTryParse_m503562826 (RuntimeObject * __this /* static, unused */, String_t* ___input0, Version_t3456873960 ** ___result1, const RuntimeMethod* method); // System.Type System.Type::GetType(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Type_t * Type_GetType_m3605423543 (RuntimeObject * __this /* static, unused */, String_t* p0, bool p1, const RuntimeMethod* method); // System.Boolean System.ComponentModel.TypeConverter::CanConvertFrom(System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeConverter_CanConvertFrom_m322337685 (TypeConverter_t2249118273 * __this, Type_t * p0, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Utilities.ConvertUtils::EnsureTypeAssignable(System.Object,System.Type,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ConvertUtils_EnsureTypeAssignable_m2666306822 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, Type_t * ___initialType1, Type_t * ___targetType2, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.TypeExtensions::IsGenericTypeDefinition(System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeExtensions_IsGenericTypeDefinition_m2160044791 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.ConvertUtils::TryConvert(System.Object,System.Globalization.CultureInfo,System.Type,System.Object&) extern "C" IL2CPP_METHOD_ATTR bool ConvertUtils_TryConvert_m917593776 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___initialValue0, CultureInfo_t4157843068 * ___culture1, Type_t * ___targetType2, RuntimeObject ** ___value3, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey::.ctor(System.Type,System.Type) extern "C" IL2CPP_METHOD_ATTR void TypeConvertKey__ctor_m1484742788 (TypeConvertKey_t285306760 * __this, Type_t * ___initialType0, Type_t * ___targetType1, const RuntimeMethod* method); // TValue Newtonsoft.Json.Utilities.ThreadSafeStore`2>::Get(TKey) #define ThreadSafeStore_2_Get_m245502352(__this, p0, method) (( Func_2_t2447130374 * (*) (ThreadSafeStore_2_t2951879790 *, TypeConvertKey_t285306760 , const RuntimeMethod*))ThreadSafeStore_2_Get_m425037812_gshared)(__this, p0, method) // System.Void System.ArgumentException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m1312628991 (ArgumentException_t132251570 * __this, String_t* p0, const RuntimeMethod* method); // System.ComponentModel.TypeConverter Newtonsoft.Json.Serialization.JsonTypeReflector::GetTypeConverter(System.Type) extern "C" IL2CPP_METHOD_ATTR TypeConverter_t2249118273 * JsonTypeReflector_GetTypeConverter_m3157593185 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Void System.Version::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Version__ctor_m1394137037 (Version_t3456873960 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Regex::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Regex__ctor_m897876424 (Regex_t3657309853 * __this, String_t* p0, const RuntimeMethod* method); // System.Text.RegularExpressions.Match System.Text.RegularExpressions.Regex::Match(System.String) extern "C" IL2CPP_METHOD_ATTR Match_t3408321083 * Regex_Match_m2255756165 (Regex_t3657309853 * __this, String_t* p0, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.Group::get_Success() extern "C" IL2CPP_METHOD_ATTR bool Group_get_Success_m1492300455 (Group_t2468205786 * __this, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.Utilities.ConvertUtils::HexCharToInt(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t ConvertUtils_HexCharToInt_m1502012178 (RuntimeObject * __this /* static, unused */, Il2CppChar ___ch0, const RuntimeMethod* method); // System.String System.Char::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Char_ToString_m3588025615 (Il2CppChar* __this, const RuntimeMethod* method); // System.Void System.FormatException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void FormatException__ctor_m4049685996 (FormatException_t154580423 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m3410592953(__this, method) (( void (*) (Dictionary_2_t3243296968 *, const RuntimeMethod*))Dictionary_2__ctor_m2132999162_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m841187638(__this, p0, p1, method) (( void (*) (Dictionary_2_t3243296968 *, Type_t *, int32_t, const RuntimeMethod*))Dictionary_2_Add_m3168352871_gshared)(__this, p0, p1, method) // System.Void Newtonsoft.Json.Utilities.TypeInformation::.ctor() extern "C" IL2CPP_METHOD_ATTR void TypeInformation__ctor_m68716513 (TypeInformation_t1210244291 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.TypeInformation::set_Type(System.Type) extern "C" IL2CPP_METHOD_ATTR void TypeInformation_set_Type_m330316443 (TypeInformation_t1210244291 * __this, Type_t * ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.TypeInformation::set_TypeCode(Newtonsoft.Json.Utilities.PrimitiveTypeCode) extern "C" IL2CPP_METHOD_ATTR void TypeInformation_set_TypeCode_m3433219535 (TypeInformation_t1210244291 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Func`2>::.ctor(System.Object,System.IntPtr) #define Func_2__ctor_m2297659642(__this, p0, p1, method) (( void (*) (Func_2_t37565620 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m4123648954_gshared)(__this, p0, p1, method) // System.Void Newtonsoft.Json.Utilities.ThreadSafeStore`2>::.ctor(System.Func`2) #define ThreadSafeStore_2__ctor_m2681314549(__this, p0, method) (( void (*) (ThreadSafeStore_2_t2951879790 *, Func_2_t37565620 *, const RuntimeMethod*))ThreadSafeStore_2__ctor_m3588564154_gshared)(__this, p0, method) #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver/<>c::.cctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m836952934 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec__cctor_m836952934_MetadataUsageId); s_Il2CppMethodInitialized = true; } { U3CU3Ec_t2089815845 * L_0 = (U3CU3Ec_t2089815845 *)il2cpp_codegen_object_new(U3CU3Ec_t2089815845_il2cpp_TypeInfo_var); U3CU3Ec__ctor_m1025149005(L_0, /*hidden argument*/NULL); ((U3CU3Ec_t2089815845_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2089815845_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver/<>c::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m1025149005 (U3CU3Ec_t2089815845 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver/<>c::b__30_0(System.Reflection.MemberInfo) extern "C" IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CGetSerializableMembersU3Eb__30_0_m307911413 (U3CU3Ec_t2089815845 * __this, MemberInfo_t * ___m0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec_U3CGetSerializableMembersU3Eb__30_0_m307911413_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MemberInfo_t * L_0 = ___m0; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); bool L_1 = ReflectionUtils_IsIndexedProperty_m3237349032(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } } // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver/<>c::b__30_1(System.Reflection.MemberInfo) extern "C" IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CGetSerializableMembersU3Eb__30_1_m3345246525 (U3CU3Ec_t2089815845 * __this, MemberInfo_t * ___m0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec_U3CGetSerializableMembersU3Eb__30_1_m3345246525_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MemberInfo_t * L_0 = ___m0; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); bool L_1 = ReflectionUtils_IsIndexedProperty_m3237349032(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } } // System.Collections.Generic.IEnumerable`1 Newtonsoft.Json.Serialization.DefaultContractResolver/<>c::b__33_0(System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec_U3CGetExtensionDataMemberForTypeU3Eb__33_0_m3953233715 (U3CU3Ec_t2089815845 * __this, Type_t * ___baseType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec_U3CGetExtensionDataMemberForTypeU3Eb__33_0_m3953233715_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t557109187 * L_0 = (List_1_t557109187 *)il2cpp_codegen_object_new(List_1_t557109187_il2cpp_TypeInfo_var); List_1__ctor_m2845631487(L_0, /*hidden argument*/List_1__ctor_m2845631487_RuntimeMethod_var); List_1_t557109187 * L_1 = L_0; Type_t * L_2 = ___baseType0; NullCheck(L_2); PropertyInfoU5BU5D_t1461822886* L_3 = VirtFuncInvoker1< PropertyInfoU5BU5D_t1461822886*, int32_t >::Invoke(68 /* System.Reflection.PropertyInfo[] System.Type::GetProperties(System.Reflection.BindingFlags) */, L_2, ((int32_t)54)); CollectionUtils_AddRange_TisMemberInfo_t_m1468659532(NULL /*static, unused*/, L_1, (RuntimeObject*)(RuntimeObject*)L_3, /*hidden argument*/CollectionUtils_AddRange_TisMemberInfo_t_m1468659532_RuntimeMethod_var); List_1_t557109187 * L_4 = L_1; Type_t * L_5 = ___baseType0; NullCheck(L_5); FieldInfoU5BU5D_t846150980* L_6 = VirtFuncInvoker1< FieldInfoU5BU5D_t846150980*, int32_t >::Invoke(55 /* System.Reflection.FieldInfo[] System.Type::GetFields(System.Reflection.BindingFlags) */, L_5, ((int32_t)54)); CollectionUtils_AddRange_TisMemberInfo_t_m1468659532(NULL /*static, unused*/, L_4, (RuntimeObject*)(RuntimeObject*)L_6, /*hidden argument*/CollectionUtils_AddRange_TisMemberInfo_t_m1468659532_RuntimeMethod_var); return L_4; } } // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver/<>c::b__33_1(System.Reflection.MemberInfo) extern "C" IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CGetExtensionDataMemberForTypeU3Eb__33_1_m2686405749 (U3CU3Ec_t2089815845 * __this, MemberInfo_t * ___m0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec_U3CGetExtensionDataMemberForTypeU3Eb__33_1_m2686405749_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Type_t * V_1 = NULL; Type_t * V_2 = NULL; { MemberInfo_t * L_0 = ___m0; int32_t L_1 = TypeExtensions_MemberType_m2286386365(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)((int32_t)16)))) { goto IL_0012; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)4))) { goto IL_0012; } } { return (bool)0; } IL_0012: { MemberInfo_t * L_4 = ___m0; RuntimeTypeHandle_t3027515415 L_5 = { reinterpret_cast (JsonExtensionDataAttribute_t1775849281_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_6 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); bool L_7 = VirtFuncInvoker2< bool, Type_t *, bool >::Invoke(12 /* System.Boolean System.Reflection.MemberInfo::IsDefined(System.Type,System.Boolean) */, L_4, L_6, (bool)0); if (L_7) { goto IL_0027; } } { return (bool)0; } IL_0027: { MemberInfo_t * L_8 = ___m0; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); bool L_9 = ReflectionUtils_CanReadMemberValue_m1473164796(NULL /*static, unused*/, L_8, (bool)1, /*hidden argument*/NULL); if (L_9) { goto IL_0056; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_10 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); MemberInfo_t * L_11 = ___m0; NullCheck(L_11); Type_t * L_12 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_11); IL2CPP_RUNTIME_CLASS_INIT(DefaultContractResolver_t270250618_il2cpp_TypeInfo_var); String_t* L_13 = DefaultContractResolver_GetClrTypeFullName_m2513818317(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); MemberInfo_t * L_14 = ___m0; NullCheck(L_14); String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_14); String_t* L_16 = StringUtils_FormatWith_m353537829(NULL /*static, unused*/, _stringLiteral30875708, L_10, L_13, L_15, /*hidden argument*/NULL); JsonException_t3720114400 * L_17 = (JsonException_t3720114400 *)il2cpp_codegen_object_new(JsonException_t3720114400_il2cpp_TypeInfo_var); JsonException__ctor_m1434178872(L_17, L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17,U3CU3Ec_U3CGetExtensionDataMemberForTypeU3Eb__33_1_m2686405749_RuntimeMethod_var); } IL_0056: { MemberInfo_t * L_18 = ___m0; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); Type_t * L_19 = ReflectionUtils_GetMemberUnderlyingType_m841662456(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_20 = { reinterpret_cast (IDictionary_2_t3177279192_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_21 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); bool L_22 = ReflectionUtils_ImplementsGenericDefinition_m2172968317(NULL /*static, unused*/, L_19, L_21, (&V_1), /*hidden argument*/NULL); if (!L_22) { goto IL_00a5; } } { Type_t * L_23 = V_1; NullCheck(L_23); TypeU5BU5D_t3940880105* L_24 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(92 /* System.Type[] System.Type::GetGenericArguments() */, L_23); NullCheck(L_24); int32_t L_25 = 0; Type_t * L_26 = (L_24)->GetAt(static_cast(L_25)); Type_t * L_27 = V_1; NullCheck(L_27); TypeU5BU5D_t3940880105* L_28 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(92 /* System.Type[] System.Type::GetGenericArguments() */, L_27); NullCheck(L_28); int32_t L_29 = 1; Type_t * L_30 = (L_28)->GetAt(static_cast(L_29)); V_2 = L_30; RuntimeTypeHandle_t3027515415 L_31 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_32 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_31, /*hidden argument*/NULL); NullCheck(L_26); bool L_33 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_26, L_32); if (!L_33) { goto IL_00a5; } } { Type_t * L_34 = V_2; RuntimeTypeHandle_t3027515415 L_35 = { reinterpret_cast (JToken_t1038539247_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_36 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_35, /*hidden argument*/NULL); NullCheck(L_34); bool L_37 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_34, L_36); if (!L_37) { goto IL_00a5; } } { return (bool)1; } IL_00a5: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_38 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); MemberInfo_t * L_39 = ___m0; NullCheck(L_39); Type_t * L_40 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_39); IL2CPP_RUNTIME_CLASS_INIT(DefaultContractResolver_t270250618_il2cpp_TypeInfo_var); String_t* L_41 = DefaultContractResolver_GetClrTypeFullName_m2513818317(NULL /*static, unused*/, L_40, /*hidden argument*/NULL); MemberInfo_t * L_42 = ___m0; NullCheck(L_42); String_t* L_43 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_42); String_t* L_44 = StringUtils_FormatWith_m353537829(NULL /*static, unused*/, _stringLiteral4091698338, L_38, L_41, L_43, /*hidden argument*/NULL); JsonException_t3720114400 * L_45 = (JsonException_t3720114400 *)il2cpp_codegen_object_new(JsonException_t3720114400_il2cpp_TypeInfo_var); JsonException__ctor_m1434178872(L_45, L_44, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_45,U3CU3Ec_U3CGetExtensionDataMemberForTypeU3Eb__33_1_m2686405749_RuntimeMethod_var); } } // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver/<>c::b__36_0(System.Reflection.ConstructorInfo) extern "C" IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CGetAttributeConstructorU3Eb__36_0_m3562937678 (U3CU3Ec_t2089815845 * __this, ConstructorInfo_t5769829 * ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec_U3CGetAttributeConstructorU3Eb__36_0_m3562937678_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ConstructorInfo_t5769829 * L_0 = ___c0; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (JsonConstructorAttribute_t2226951669_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); NullCheck(L_0); bool L_3 = VirtFuncInvoker2< bool, Type_t *, bool >::Invoke(12 /* System.Boolean System.Reflection.MemberInfo::IsDefined(System.Type,System.Boolean) */, L_0, L_2, (bool)1); return L_3; } } // System.Int32 Newtonsoft.Json.Serialization.DefaultContractResolver/<>c::b__60_0(Newtonsoft.Json.Serialization.JsonProperty) extern "C" IL2CPP_METHOD_ATTR int32_t U3CU3Ec_U3CCreatePropertiesU3Eb__60_0_m3629147218 (U3CU3Ec_t2089815845 * __this, JsonProperty_t1405154176 * ___p0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec_U3CCreatePropertiesU3Eb__60_0_m3629147218_MetadataUsageId); s_Il2CppMethodInitialized = true; } Nullable_1_t378540539 V_0; memset(&V_0, 0, sizeof(V_0)); { JsonProperty_t1405154176 * L_0 = ___p0; NullCheck(L_0); Nullable_1_t378540539 L_1 = JsonProperty_get_Order_m1596444142(L_0, /*hidden argument*/NULL); V_0 = L_1; bool L_2 = Nullable_1_get_HasValue_m2648265346((&V_0), /*hidden argument*/Nullable_1_get_HasValue_m2648265346_RuntimeMethod_var); if (L_2) { goto IL_0012; } } { return (-1); } IL_0012: { int32_t L_3 = Nullable_1_GetValueOrDefault_m2296315628((&V_0), /*hidden argument*/Nullable_1_GetValueOrDefault_m2296315628_RuntimeMethod_var); 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.DefaultContractResolver/<>c__DisplayClass34_0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass34_0__ctor_m1503295199 (U3CU3Ec__DisplayClass34_0_t2309445613 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__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.DefaultContractResolver/<>c__DisplayClass34_1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass34_1__ctor_m1139899962 (U3CU3Ec__DisplayClass34_1_t3875529554 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_1::b__0(System.Object,System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass34_1_U3CSetExtensionDataDelegatesU3Eb__0_m564469053 (U3CU3Ec__DisplayClass34_1_t3875529554 * __this, RuntimeObject * ___o0, String_t* ___key1, RuntimeObject * ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec__DisplayClass34_1_U3CSetExtensionDataDelegatesU3Eb__0_m564469053_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { U3CU3Ec__DisplayClass34_0_t2309445613 * L_0 = __this->get_CSU24U3CU3E8__locals1_3(); NullCheck(L_0); Func_2_t2447130374 * L_1 = L_0->get_getExtensionDataDictionary_0(); RuntimeObject * L_2 = ___o0; NullCheck(L_1); RuntimeObject * L_3 = Func_2_Invoke_m3285901618(L_1, L_2, /*hidden argument*/Func_2_Invoke_m3285901618_RuntimeMethod_var); V_0 = L_3; RuntimeObject * L_4 = V_0; if (L_4) { goto IL_005b; } } { Action_2_t2470008838 * L_5 = __this->get_setExtensionDataDictionary_0(); if (L_5) { goto IL_0042; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_6 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); U3CU3Ec__DisplayClass34_0_t2309445613 * L_7 = __this->get_CSU24U3CU3E8__locals1_3(); NullCheck(L_7); MemberInfo_t * L_8 = L_7->get_member_1(); NullCheck(L_8); String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_8); String_t* L_10 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral1813760955, L_6, L_9, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_11 = (JsonSerializationException_t4152118729 *)il2cpp_codegen_object_new(JsonSerializationException_t4152118729_il2cpp_TypeInfo_var); JsonSerializationException__ctor_m3520895892(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,U3CU3Ec__DisplayClass34_1_U3CSetExtensionDataDelegatesU3Eb__0_m564469053_RuntimeMethod_var); } IL_0042: { Func_1_t2509852811 * L_12 = __this->get_createExtensionDataDictionary_1(); NullCheck(L_12); RuntimeObject * L_13 = Func_1_Invoke_m348272648(L_12, /*hidden argument*/Func_1_Invoke_m348272648_RuntimeMethod_var); V_0 = L_13; Action_2_t2470008838 * L_14 = __this->get_setExtensionDataDictionary_0(); RuntimeObject * L_15 = ___o0; RuntimeObject * L_16 = V_0; NullCheck(L_14); Action_2_Invoke_m709903032(L_14, L_15, L_16, /*hidden argument*/Action_2_Invoke_m709903032_RuntimeMethod_var); } IL_005b: { MethodCall_2_t2845904993 * L_17 = __this->get_setExtensionDataDictionaryValue_2(); RuntimeObject * L_18 = V_0; ObjectU5BU5D_t2843939325* L_19 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)2)); String_t* L_20 = ___key1; NullCheck(L_19); ArrayElementTypeCheck (L_19, L_20); (L_19)->SetAt(static_cast(0), (RuntimeObject *)L_20); ObjectU5BU5D_t2843939325* L_21 = L_19; RuntimeObject * L_22 = ___value2; NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(1), (RuntimeObject *)L_22); NullCheck(L_17); MethodCall_2_Invoke_m386137395(L_17, L_18, L_21, /*hidden argument*/MethodCall_2_Invoke_m386137395_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_2::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass34_2__ctor_m1905804733 (U3CU3Ec__DisplayClass34_2_t1146646199 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Collections.Generic.IEnumerable`1> Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_2::b__1(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec__DisplayClass34_2_U3CSetExtensionDataDelegatesU3Eb__1_m2695677966 (U3CU3Ec__DisplayClass34_2_t1146646199 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec__DisplayClass34_2_U3CSetExtensionDataDelegatesU3Eb__1_m2695677966_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { U3CU3Ec__DisplayClass34_0_t2309445613 * L_0 = __this->get_CSU24U3CU3E8__locals2_1(); NullCheck(L_0); Func_2_t2447130374 * L_1 = L_0->get_getExtensionDataDictionary_0(); RuntimeObject * L_2 = ___o0; NullCheck(L_1); RuntimeObject * L_3 = Func_2_Invoke_m3285901618(L_1, L_2, /*hidden argument*/Func_2_Invoke_m3285901618_RuntimeMethod_var); V_0 = L_3; RuntimeObject * L_4 = V_0; if (L_4) { goto IL_0017; } } { return (RuntimeObject*)NULL; } IL_0017: { ObjectConstructor_1_t3207922868 * L_5 = __this->get_createEnumerableWrapper_0(); ObjectU5BU5D_t2843939325* L_6 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); RuntimeObject * L_7 = V_0; NullCheck(L_6); ArrayElementTypeCheck (L_6, L_7); (L_6)->SetAt(static_cast(0), (RuntimeObject *)L_7); NullCheck(L_5); RuntimeObject * L_8 = ObjectConstructor_1_Invoke_m3185456453(L_5, L_6, /*hidden argument*/ObjectConstructor_1_Invoke_m3185456453_RuntimeMethod_var); return ((RuntimeObject*)Castclass((RuntimeObject*)L_8, IEnumerable_1_t1510070208_il2cpp_TypeInfo_var)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass64_0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass64_0__ctor_m243865189 (U3CU3Ec__DisplayClass64_0_t1907775469 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass64_0::b__0(System.Object) extern "C" IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass64_0_U3CCreateShouldSerializeTestU3Eb__0_m3729960672 (U3CU3Ec__DisplayClass64_0_t1907775469 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec__DisplayClass64_0_U3CCreateShouldSerializeTestU3Eb__0_m3729960672_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MethodCall_2_t2845904993 * L_0 = __this->get_shouldSerializeCall_0(); RuntimeObject * L_1 = ___o0; NullCheck(L_0); RuntimeObject * L_2 = MethodCall_2_Invoke_m386137395(L_0, L_1, ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)0)), /*hidden argument*/MethodCall_2_Invoke_m386137395_RuntimeMethod_var); return ((*(bool*)((bool*)UnBox(L_2, Boolean_t97287965_il2cpp_TypeInfo_var)))); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass65_0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass65_0__ctor_m243868388 (U3CU3Ec__DisplayClass65_0_t1907775468 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass65_0::b__0(System.Object) extern "C" IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass65_0_U3CSetIsSpecifiedActionsU3Eb__0_m3268405728 (U3CU3Ec__DisplayClass65_0_t1907775468 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec__DisplayClass65_0_U3CSetIsSpecifiedActionsU3Eb__0_m3268405728_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Func_2_t2447130374 * L_0 = __this->get_specifiedPropertyGet_0(); RuntimeObject * L_1 = ___o0; NullCheck(L_0); RuntimeObject * L_2 = Func_2_Invoke_m3285901618(L_0, L_1, /*hidden argument*/Func_2_Invoke_m3285901618_RuntimeMethod_var); return ((*(bool*)((bool*)UnBox(L_2, Boolean_t97287965_il2cpp_TypeInfo_var)))); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Serialization.DefaultContractResolverState::.ctor() extern "C" IL2CPP_METHOD_ATTR void DefaultContractResolverState__ctor_m3019925212 (DefaultContractResolverState_t3045992855 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultContractResolverState__ctor_m3019925212_MetadataUsageId); s_Il2CppMethodInitialized = true; } { PropertyNameTable_t4130830590 * L_0 = (PropertyNameTable_t4130830590 *)il2cpp_codegen_object_new(PropertyNameTable_t4130830590_il2cpp_TypeInfo_var); PropertyNameTable__ctor_m727499363(L_0, /*hidden argument*/NULL); __this->set_NameTable_1(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.BidirectionalDictionary`2 Newtonsoft.Json.Serialization.DefaultReferenceResolver::GetMappings(System.Object) extern "C" IL2CPP_METHOD_ATTR BidirectionalDictionary_2_t2019708942 * DefaultReferenceResolver_GetMappings_m174771657 (DefaultReferenceResolver_t3322505560 * __this, RuntimeObject * ___context0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultReferenceResolver_GetMappings_m174771657_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonSerializerInternalBase_t286011480 * V_0 = NULL; { RuntimeObject * L_0 = ___context0; if (!((JsonSerializerInternalBase_t286011480 *)IsInstClass((RuntimeObject*)L_0, JsonSerializerInternalBase_t286011480_il2cpp_TypeInfo_var))) { goto IL_0011; } } { RuntimeObject * L_1 = ___context0; V_0 = ((JsonSerializerInternalBase_t286011480 *)CastclassClass((RuntimeObject*)L_1, JsonSerializerInternalBase_t286011480_il2cpp_TypeInfo_var)); goto IL_0032; } IL_0011: { RuntimeObject * L_2 = ___context0; if (!((JsonSerializerProxy_t657065764 *)IsInstClass((RuntimeObject*)L_2, JsonSerializerProxy_t657065764_il2cpp_TypeInfo_var))) { goto IL_0027; } } { RuntimeObject * L_3 = ___context0; NullCheck(((JsonSerializerProxy_t657065764 *)CastclassClass((RuntimeObject*)L_3, JsonSerializerProxy_t657065764_il2cpp_TypeInfo_var))); JsonSerializerInternalBase_t286011480 * L_4 = JsonSerializerProxy_GetInternalSerializer_m2869569157(((JsonSerializerProxy_t657065764 *)CastclassClass((RuntimeObject*)L_3, JsonSerializerProxy_t657065764_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_4; goto IL_0032; } IL_0027: { JsonException_t3720114400 * L_5 = (JsonException_t3720114400 *)il2cpp_codegen_object_new(JsonException_t3720114400_il2cpp_TypeInfo_var); JsonException__ctor_m1434178872(L_5, _stringLiteral74671390, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,DefaultReferenceResolver_GetMappings_m174771657_RuntimeMethod_var); } IL_0032: { JsonSerializerInternalBase_t286011480 * L_6 = V_0; NullCheck(L_6); BidirectionalDictionary_2_t2019708942 * L_7 = JsonSerializerInternalBase_get_DefaultReferenceMappings_m1461364281(L_6, /*hidden argument*/NULL); return L_7; } } // System.Object Newtonsoft.Json.Serialization.DefaultReferenceResolver::ResolveReference(System.Object,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DefaultReferenceResolver_ResolveReference_m3637851104 (DefaultReferenceResolver_t3322505560 * __this, RuntimeObject * ___context0, String_t* ___reference1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultReferenceResolver_ResolveReference_m3637851104_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { RuntimeObject * L_0 = ___context0; BidirectionalDictionary_2_t2019708942 * L_1 = DefaultReferenceResolver_GetMappings_m174771657(__this, L_0, /*hidden argument*/NULL); String_t* L_2 = ___reference1; NullCheck(L_1); BidirectionalDictionary_2_TryGetByFirst_m1185295042(L_1, L_2, (&V_0), /*hidden argument*/BidirectionalDictionary_2_TryGetByFirst_m1185295042_RuntimeMethod_var); RuntimeObject * L_3 = V_0; return L_3; } } // System.String Newtonsoft.Json.Serialization.DefaultReferenceResolver::GetReference(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* DefaultReferenceResolver_GetReference_m784856557 (DefaultReferenceResolver_t3322505560 * __this, RuntimeObject * ___context0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultReferenceResolver_GetReference_m784856557_MetadataUsageId); s_Il2CppMethodInitialized = true; } BidirectionalDictionary_2_t2019708942 * V_0 = NULL; String_t* V_1 = NULL; { RuntimeObject * L_0 = ___context0; BidirectionalDictionary_2_t2019708942 * L_1 = DefaultReferenceResolver_GetMappings_m174771657(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; BidirectionalDictionary_2_t2019708942 * L_2 = V_0; RuntimeObject * L_3 = ___value1; NullCheck(L_2); bool L_4 = BidirectionalDictionary_2_TryGetBySecond_m3038380031(L_2, L_3, (&V_1), /*hidden argument*/BidirectionalDictionary_2_TryGetBySecond_m3038380031_RuntimeMethod_var); if (L_4) { goto IL_003a; } } { int32_t L_5 = __this->get__referenceCount_0(); __this->set__referenceCount_0(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); int32_t* L_6 = __this->get_address_of__referenceCount_0(); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_7 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_8 = Int32_ToString_m1760361794(L_6, L_7, /*hidden argument*/NULL); V_1 = L_8; BidirectionalDictionary_2_t2019708942 * L_9 = V_0; String_t* L_10 = V_1; RuntimeObject * L_11 = ___value1; NullCheck(L_9); BidirectionalDictionary_2_Set_m3720131195(L_9, L_10, L_11, /*hidden argument*/BidirectionalDictionary_2_Set_m3720131195_RuntimeMethod_var); } IL_003a: { String_t* L_12 = V_1; return L_12; } } // System.Void Newtonsoft.Json.Serialization.DefaultReferenceResolver::AddReference(System.Object,System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void DefaultReferenceResolver_AddReference_m2059585045 (DefaultReferenceResolver_t3322505560 * __this, RuntimeObject * ___context0, String_t* ___reference1, RuntimeObject * ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultReferenceResolver_AddReference_m2059585045_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___context0; BidirectionalDictionary_2_t2019708942 * L_1 = DefaultReferenceResolver_GetMappings_m174771657(__this, L_0, /*hidden argument*/NULL); String_t* L_2 = ___reference1; RuntimeObject * L_3 = ___value2; NullCheck(L_1); BidirectionalDictionary_2_Set_m3720131195(L_1, L_2, L_3, /*hidden argument*/BidirectionalDictionary_2_Set_m3720131195_RuntimeMethod_var); return; } } // System.Boolean Newtonsoft.Json.Serialization.DefaultReferenceResolver::IsReferenced(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR bool DefaultReferenceResolver_IsReferenced_m2444878898 (DefaultReferenceResolver_t3322505560 * __this, RuntimeObject * ___context0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultReferenceResolver_IsReferenced_m2444878898_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { RuntimeObject * L_0 = ___context0; BidirectionalDictionary_2_t2019708942 * L_1 = DefaultReferenceResolver_GetMappings_m174771657(__this, L_0, /*hidden argument*/NULL); RuntimeObject * L_2 = ___value1; NullCheck(L_1); bool L_3 = BidirectionalDictionary_2_TryGetBySecond_m3038380031(L_1, L_2, (&V_0), /*hidden argument*/BidirectionalDictionary_2_TryGetBySecond_m3038380031_RuntimeMethod_var); return L_3; } } // System.Void Newtonsoft.Json.Serialization.DefaultReferenceResolver::.ctor() extern "C" IL2CPP_METHOD_ATTR void DefaultReferenceResolver__ctor_m273176746 (DefaultReferenceResolver_t3322505560 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Type Newtonsoft.Json.Serialization.DefaultSerializationBinder::GetTypeFromTypeNameKey(Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey) extern "C" IL2CPP_METHOD_ATTR Type_t * DefaultSerializationBinder_GetTypeFromTypeNameKey_m1631612516 (RuntimeObject * __this /* static, unused */, TypeNameKey_t2985541961 ___typeNameKey0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultSerializationBinder_GetTypeFromTypeNameKey_m1631612516_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; Assembly_t * V_2 = NULL; AssemblyU5BU5D_t2792222854* V_3 = NULL; int32_t V_4 = 0; Assembly_t * V_5 = NULL; Type_t * G_B11_0 = NULL; Type_t * G_B10_0 = NULL; { TypeNameKey_t2985541961 L_0 = ___typeNameKey0; String_t* L_1 = L_0.get_AssemblyName_0(); V_0 = L_1; TypeNameKey_t2985541961 L_2 = ___typeNameKey0; String_t* L_3 = L_2.get_TypeName_1(); V_1 = L_3; String_t* L_4 = V_0; if (!L_4) { goto IL_0095; } } { String_t* L_5 = V_0; Assembly_t * L_6 = Assembly_Load_m3487507613(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); V_2 = L_6; Assembly_t * L_7 = V_2; if (L_7) { goto IL_0055; } } { AppDomain_t1571427825 * L_8 = AppDomain_get_CurrentDomain_m182766250(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); AssemblyU5BU5D_t2792222854* L_9 = AppDomain_GetAssemblies_m803088943(L_8, /*hidden argument*/NULL); V_3 = L_9; V_4 = 0; goto IL_004e; } IL_002e: { AssemblyU5BU5D_t2792222854* L_10 = V_3; int32_t L_11 = V_4; NullCheck(L_10); int32_t L_12 = L_11; Assembly_t * L_13 = (L_10)->GetAt(static_cast(L_12)); V_5 = L_13; Assembly_t * L_14 = V_5; NullCheck(L_14); String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.Assembly::get_FullName() */, L_14); String_t* L_16 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_17 = String_op_Equality_m920492651(NULL /*static, unused*/, L_15, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_0048; } } { Assembly_t * L_18 = V_5; V_2 = L_18; goto IL_0055; } IL_0048: { int32_t L_19 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_004e: { int32_t L_20 = V_4; AssemblyU5BU5D_t2792222854* L_21 = V_3; NullCheck(L_21); if ((((int32_t)L_20) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length))))))) { goto IL_002e; } } IL_0055: { Assembly_t * L_22 = V_2; if (L_22) { goto IL_006e; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_23 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_24 = V_0; String_t* L_25 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2372311576, L_23, L_24, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_26 = (JsonSerializationException_t4152118729 *)il2cpp_codegen_object_new(JsonSerializationException_t4152118729_il2cpp_TypeInfo_var); JsonSerializationException__ctor_m3520895892(L_26, L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26,DefaultSerializationBinder_GetTypeFromTypeNameKey_m1631612516_RuntimeMethod_var); } IL_006e: { Assembly_t * L_27 = V_2; String_t* L_28 = V_1; NullCheck(L_27); Type_t * L_29 = VirtFuncInvoker1< Type_t *, String_t* >::Invoke(15 /* System.Type System.Reflection.Assembly::GetType(System.String) */, L_27, L_28); Type_t * L_30 = L_29; G_B10_0 = L_30; if (L_30) { G_B11_0 = L_30; goto IL_0094; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_31 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_32 = V_1; Assembly_t * L_33 = V_2; NullCheck(L_33); String_t* L_34 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.Assembly::get_FullName() */, L_33); String_t* L_35 = StringUtils_FormatWith_m353537829(NULL /*static, unused*/, _stringLiteral807820659, L_31, L_32, L_34, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_36 = (JsonSerializationException_t4152118729 *)il2cpp_codegen_object_new(JsonSerializationException_t4152118729_il2cpp_TypeInfo_var); JsonSerializationException__ctor_m3520895892(L_36, L_35, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36,DefaultSerializationBinder_GetTypeFromTypeNameKey_m1631612516_RuntimeMethod_var); } IL_0094: { return G_B11_0; } IL_0095: { String_t* L_37 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_38 = il2cpp_codegen_get_type((Il2CppMethodPointer)&Type_GetType_m1693760368, L_37, "Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null"); return L_38; } } // System.Type Newtonsoft.Json.Serialization.DefaultSerializationBinder::BindToType(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR Type_t * DefaultSerializationBinder_BindToType_m1218070523 (DefaultSerializationBinder_t1281536470 * __this, String_t* ___assemblyName0, String_t* ___typeName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultSerializationBinder_BindToType_m1218070523_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ThreadSafeStore_2_t2879777979 * L_0 = __this->get__typeCache_1(); String_t* L_1 = ___assemblyName0; String_t* L_2 = ___typeName1; TypeNameKey_t2985541961 L_3; memset(&L_3, 0, sizeof(L_3)); TypeNameKey__ctor_m1520127240((&L_3), L_1, L_2, /*hidden argument*/NULL); NullCheck(L_0); Type_t * L_4 = ThreadSafeStore_2_Get_m1562528742(L_0, L_3, /*hidden argument*/ThreadSafeStore_2_Get_m1562528742_RuntimeMethod_var); return L_4; } } // System.Void Newtonsoft.Json.Serialization.DefaultSerializationBinder::.ctor() extern "C" IL2CPP_METHOD_ATTR void DefaultSerializationBinder__ctor_m3881392192 (DefaultSerializationBinder_t1281536470 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultSerializationBinder__ctor_m3881392192_MetadataUsageId); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = (intptr_t)DefaultSerializationBinder_GetTypeFromTypeNameKey_m1631612516_RuntimeMethod_var; Func_2_t4260431105 * L_1 = (Func_2_t4260431105 *)il2cpp_codegen_object_new(Func_2_t4260431105_il2cpp_TypeInfo_var); Func_2__ctor_m2169478463(L_1, NULL, L_0, /*hidden argument*/Func_2__ctor_m2169478463_RuntimeMethod_var); ThreadSafeStore_2_t2879777979 * L_2 = (ThreadSafeStore_2_t2879777979 *)il2cpp_codegen_object_new(ThreadSafeStore_2_t2879777979_il2cpp_TypeInfo_var); ThreadSafeStore_2__ctor_m2428693172(L_2, L_1, /*hidden argument*/ThreadSafeStore_2__ctor_m2428693172_RuntimeMethod_var); __this->set__typeCache_1(L_2); SerializationBinder__ctor_m1110997808(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.DefaultSerializationBinder::.cctor() extern "C" IL2CPP_METHOD_ATTR void DefaultSerializationBinder__cctor_m4116104421 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultSerializationBinder__cctor_m4116104421_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DefaultSerializationBinder_t1281536470 * L_0 = (DefaultSerializationBinder_t1281536470 *)il2cpp_codegen_object_new(DefaultSerializationBinder_t1281536470_il2cpp_TypeInfo_var); DefaultSerializationBinder__ctor_m3881392192(L_0, /*hidden argument*/NULL); ((DefaultSerializationBinder_t1281536470_StaticFields*)il2cpp_codegen_static_fields_for(DefaultSerializationBinder_t1281536470_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 // Conversion methods for marshalling of: Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey extern "C" void TypeNameKey_t2985541961_marshal_pinvoke(const TypeNameKey_t2985541961& unmarshaled, TypeNameKey_t2985541961_marshaled_pinvoke& marshaled) { marshaled.___AssemblyName_0 = il2cpp_codegen_marshal_string(unmarshaled.get_AssemblyName_0()); marshaled.___TypeName_1 = il2cpp_codegen_marshal_string(unmarshaled.get_TypeName_1()); } extern "C" void TypeNameKey_t2985541961_marshal_pinvoke_back(const TypeNameKey_t2985541961_marshaled_pinvoke& marshaled, TypeNameKey_t2985541961& unmarshaled) { unmarshaled.set_AssemblyName_0(il2cpp_codegen_marshal_string_result(marshaled.___AssemblyName_0)); unmarshaled.set_TypeName_1(il2cpp_codegen_marshal_string_result(marshaled.___TypeName_1)); } // Conversion method for clean up from marshalling of: Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey extern "C" void TypeNameKey_t2985541961_marshal_pinvoke_cleanup(TypeNameKey_t2985541961_marshaled_pinvoke& marshaled) { il2cpp_codegen_marshal_free(marshaled.___AssemblyName_0); marshaled.___AssemblyName_0 = NULL; il2cpp_codegen_marshal_free(marshaled.___TypeName_1); marshaled.___TypeName_1 = NULL; } // Conversion methods for marshalling of: Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey extern "C" void TypeNameKey_t2985541961_marshal_com(const TypeNameKey_t2985541961& unmarshaled, TypeNameKey_t2985541961_marshaled_com& marshaled) { marshaled.___AssemblyName_0 = il2cpp_codegen_marshal_bstring(unmarshaled.get_AssemblyName_0()); marshaled.___TypeName_1 = il2cpp_codegen_marshal_bstring(unmarshaled.get_TypeName_1()); } extern "C" void TypeNameKey_t2985541961_marshal_com_back(const TypeNameKey_t2985541961_marshaled_com& marshaled, TypeNameKey_t2985541961& unmarshaled) { unmarshaled.set_AssemblyName_0(il2cpp_codegen_marshal_bstring_result(marshaled.___AssemblyName_0)); unmarshaled.set_TypeName_1(il2cpp_codegen_marshal_bstring_result(marshaled.___TypeName_1)); } // Conversion method for clean up from marshalling of: Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey extern "C" void TypeNameKey_t2985541961_marshal_com_cleanup(TypeNameKey_t2985541961_marshaled_com& marshaled) { il2cpp_codegen_marshal_free_bstring(marshaled.___AssemblyName_0); marshaled.___AssemblyName_0 = NULL; il2cpp_codegen_marshal_free_bstring(marshaled.___TypeName_1); marshaled.___TypeName_1 = NULL; } // System.Void Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void TypeNameKey__ctor_m1520127240 (TypeNameKey_t2985541961 * __this, String_t* ___assemblyName0, String_t* ___typeName1, const RuntimeMethod* method) { { String_t* L_0 = ___assemblyName0; __this->set_AssemblyName_0(L_0); String_t* L_1 = ___typeName1; __this->set_TypeName_1(L_1); return; } } extern "C" void TypeNameKey__ctor_m1520127240_AdjustorThunk (RuntimeObject * __this, String_t* ___assemblyName0, String_t* ___typeName1, const RuntimeMethod* method) { TypeNameKey_t2985541961 * _thisAdjusted = reinterpret_cast(__this + 1); TypeNameKey__ctor_m1520127240(_thisAdjusted, ___assemblyName0, ___typeName1, method); } // System.Int32 Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t TypeNameKey_GetHashCode_m3540097878 (TypeNameKey_t2985541961 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; int32_t G_B5_0 = 0; int32_t G_B4_0 = 0; int32_t G_B6_0 = 0; int32_t G_B6_1 = 0; { String_t* L_0 = __this->get_AssemblyName_0(); if (L_0) { goto IL_000b; } } { G_B3_0 = 0; goto IL_0016; } IL_000b: { String_t* L_1 = __this->get_AssemblyName_0(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_1); G_B3_0 = L_2; } IL_0016: { String_t* L_3 = __this->get_TypeName_1(); G_B4_0 = G_B3_0; if (L_3) { G_B5_0 = G_B3_0; goto IL_0021; } } { G_B6_0 = 0; G_B6_1 = G_B4_0; goto IL_002c; } IL_0021: { String_t* L_4 = __this->get_TypeName_1(); NullCheck(L_4); int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_4); G_B6_0 = L_5; G_B6_1 = G_B5_0; } IL_002c: { return ((int32_t)((int32_t)G_B6_1^(int32_t)G_B6_0)); } } extern "C" int32_t TypeNameKey_GetHashCode_m3540097878_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { TypeNameKey_t2985541961 * _thisAdjusted = reinterpret_cast(__this + 1); return TypeNameKey_GetHashCode_m3540097878(_thisAdjusted, method); } // System.Boolean Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool TypeNameKey_Equals_m1391893537 (TypeNameKey_t2985541961 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeNameKey_Equals_m1391893537_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, TypeNameKey_t2985541961_il2cpp_TypeInfo_var))) { goto IL_000a; } } { return (bool)0; } IL_000a: { RuntimeObject * L_1 = ___obj0; bool L_2 = TypeNameKey_Equals_m88998947(__this, ((*(TypeNameKey_t2985541961 *)((TypeNameKey_t2985541961 *)UnBox(L_1, TypeNameKey_t2985541961_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_2; } } extern "C" bool TypeNameKey_Equals_m1391893537_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { TypeNameKey_t2985541961 * _thisAdjusted = reinterpret_cast(__this + 1); return TypeNameKey_Equals_m1391893537(_thisAdjusted, ___obj0, method); } // System.Boolean Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey::Equals(Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey) extern "C" IL2CPP_METHOD_ATTR bool TypeNameKey_Equals_m88998947 (TypeNameKey_t2985541961 * __this, TypeNameKey_t2985541961 ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeNameKey_Equals_m88998947_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_AssemblyName_0(); TypeNameKey_t2985541961 L_1 = ___other0; String_t* L_2 = L_1.get_AssemblyName_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_3 = String_op_Equality_m920492651(NULL /*static, unused*/, L_0, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0025; } } { String_t* L_4 = __this->get_TypeName_1(); TypeNameKey_t2985541961 L_5 = ___other0; String_t* L_6 = L_5.get_TypeName_1(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Equality_m920492651(NULL /*static, unused*/, L_4, L_6, /*hidden argument*/NULL); return L_7; } IL_0025: { return (bool)0; } } extern "C" bool TypeNameKey_Equals_m88998947_AdjustorThunk (RuntimeObject * __this, TypeNameKey_t2985541961 ___other0, const RuntimeMethod* method) { TypeNameKey_t2985541961 * _thisAdjusted = reinterpret_cast(__this + 1); return TypeNameKey_Equals_m88998947(_thisAdjusted, ___other0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Diagnostics.TraceLevel Newtonsoft.Json.Serialization.DiagnosticsTraceWriter::get_LevelFilter() extern "C" IL2CPP_METHOD_ATTR int32_t DiagnosticsTraceWriter_get_LevelFilter_m575390890 (DiagnosticsTraceWriter_t317398152 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CLevelFilterU3Ek__BackingField_0(); return L_0; } } // System.Diagnostics.TraceEventType Newtonsoft.Json.Serialization.DiagnosticsTraceWriter::GetTraceEventType(System.Diagnostics.TraceLevel) extern "C" IL2CPP_METHOD_ATTR int32_t DiagnosticsTraceWriter_GetTraceEventType_m3650786201 (DiagnosticsTraceWriter_t317398152 * __this, int32_t ___level0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DiagnosticsTraceWriter_GetTraceEventType_m3650786201_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___level0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1))) { case 0: { goto IL_001a; } case 1: { goto IL_001c; } case 2: { goto IL_001e; } case 3: { goto IL_0020; } } } { goto IL_0023; } IL_001a: { return (int32_t)(2); } IL_001c: { return (int32_t)(4); } IL_001e: { return (int32_t)(8); } IL_0020: { return (int32_t)(((int32_t)16)); } IL_0023: { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_1, _stringLiteral1232840130, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,DiagnosticsTraceWriter_GetTraceEventType_m3650786201_RuntimeMethod_var); } } // System.Void Newtonsoft.Json.Serialization.DiagnosticsTraceWriter::Trace(System.Diagnostics.TraceLevel,System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void DiagnosticsTraceWriter_Trace_m2062045119 (DiagnosticsTraceWriter_t317398152 * __this, int32_t ___level0, String_t* ___message1, Exception_t * ___ex2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DiagnosticsTraceWriter_Trace_m2062045119_MetadataUsageId); s_Il2CppMethodInitialized = true; } TraceEventCache_t3113663374 * V_0 = NULL; int32_t V_1 = 0; RuntimeObject* V_2 = NULL; TraceListener_t3975618648 * V_3 = NULL; TraceListener_t3975618648 * V_4 = NULL; RuntimeObject* V_5 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { int32_t L_0 = ___level0; if (L_0) { goto IL_0004; } } { return; } IL_0004: { TraceEventCache_t3113663374 * L_1 = (TraceEventCache_t3113663374 *)il2cpp_codegen_object_new(TraceEventCache_t3113663374_il2cpp_TypeInfo_var); TraceEventCache__ctor_m1932385374(L_1, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = ___level0; int32_t L_3 = DiagnosticsTraceWriter_GetTraceEventType_m3650786201(__this, L_2, /*hidden argument*/NULL); V_1 = L_3; TraceListenerCollection_t1347122889 * L_4 = Trace_get_Listeners_m3427289058(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); RuntimeObject* L_5 = TraceListenerCollection_GetEnumerator_m1902684635(L_4, /*hidden argument*/NULL); V_2 = L_5; } IL_001d: try { // begin try (depth: 1) { goto IL_0072; } IL_001f: { RuntimeObject* L_6 = V_2; NullCheck(L_6); RuntimeObject * L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_6); V_3 = ((TraceListener_t3975618648 *)CastclassClass((RuntimeObject*)L_7, TraceListener_t3975618648_il2cpp_TypeInfo_var)); TraceListener_t3975618648 * L_8 = V_3; NullCheck(L_8); bool L_9 = VirtFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Diagnostics.TraceListener::get_IsThreadSafe() */, L_8); if (L_9) { goto IL_0056; } } IL_0033: { TraceListener_t3975618648 * L_10 = V_3; V_4 = L_10; TraceListener_t3975618648 * L_11 = V_4; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); } IL_003d: try { // begin try (depth: 2) TraceListener_t3975618648 * L_12 = V_3; TraceEventCache_t3113663374 * L_13 = V_0; int32_t L_14 = V_1; String_t* L_15 = ___message1; NullCheck(L_12); VirtActionInvoker5< TraceEventCache_t3113663374 *, String_t*, int32_t, int32_t, String_t* >::Invoke(13 /* System.Void System.Diagnostics.TraceListener::TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String) */, L_12, L_13, _stringLiteral140775642, L_14, 0, L_15); IL2CPP_LEAVE(0x65, FINALLY_004e); } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004e; } FINALLY_004e: { // begin finally (depth: 2) TraceListener_t3975618648 * L_16 = V_4; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); IL2CPP_END_FINALLY(78) } // end finally (depth: 2) IL2CPP_CLEANUP(78) { IL2CPP_JUMP_TBL(0x65, IL_0065) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0056: { TraceListener_t3975618648 * L_17 = V_3; TraceEventCache_t3113663374 * L_18 = V_0; int32_t L_19 = V_1; String_t* L_20 = ___message1; NullCheck(L_17); VirtActionInvoker5< TraceEventCache_t3113663374 *, String_t*, int32_t, int32_t, String_t* >::Invoke(13 /* System.Void System.Diagnostics.TraceListener::TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String) */, L_17, L_18, _stringLiteral140775642, L_19, 0, L_20); } IL_0065: { bool L_21 = Trace_get_AutoFlush_m3529760915(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_21) { goto IL_0072; } } IL_006c: { TraceListener_t3975618648 * L_22 = V_3; NullCheck(L_22); VirtActionInvoker0::Invoke(8 /* System.Void System.Diagnostics.TraceListener::Flush() */, L_22); } IL_0072: { RuntimeObject* L_23 = V_2; NullCheck(L_23); bool L_24 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_23); if (L_24) { goto IL_001f; } } IL_007a: { IL2CPP_LEAVE(0x90, FINALLY_007c); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_007c; } FINALLY_007c: { // begin finally (depth: 1) { RuntimeObject* L_25 = V_2; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_26 = V_5; if (!L_26) { goto IL_008f; } } IL_0088: { RuntimeObject* L_27 = V_5; NullCheck(L_27); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_27); } IL_008f: { IL2CPP_END_FINALLY(124) } } // end finally (depth: 1) IL2CPP_CLEANUP(124) { IL2CPP_JUMP_TBL(0x90, IL_0090) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0090: { return; } } // System.Void Newtonsoft.Json.Serialization.DiagnosticsTraceWriter::.ctor() extern "C" IL2CPP_METHOD_ATTR void DiagnosticsTraceWriter__ctor_m1430649981 (DiagnosticsTraceWriter_t317398152 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__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.ErrorContext::.ctor(System.Object,System.Object,System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void ErrorContext__ctor_m1960059102 (ErrorContext_t3532118581 * __this, RuntimeObject * ___originalObject0, RuntimeObject * ___member1, String_t* ___path2, Exception_t * ___error3, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___originalObject0; ErrorContext_set_OriginalObject_m1689906834(__this, L_0, /*hidden argument*/NULL); RuntimeObject * L_1 = ___member1; ErrorContext_set_Member_m95670473(__this, L_1, /*hidden argument*/NULL); Exception_t * L_2 = ___error3; ErrorContext_set_Error_m3562882048(__this, L_2, /*hidden argument*/NULL); String_t* L_3 = ___path2; ErrorContext_set_Path_m3243699145(__this, L_3, /*hidden argument*/NULL); return; } } // System.Boolean Newtonsoft.Json.Serialization.ErrorContext::get_Traced() extern "C" IL2CPP_METHOD_ATTR bool ErrorContext_get_Traced_m2904765305 (ErrorContext_t3532118581 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CTracedU3Ek__BackingField_0(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.ErrorContext::set_Traced(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ErrorContext_set_Traced_m3278856084 (ErrorContext_t3532118581 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CTracedU3Ek__BackingField_0(L_0); return; } } // System.Exception Newtonsoft.Json.Serialization.ErrorContext::get_Error() extern "C" IL2CPP_METHOD_ATTR Exception_t * ErrorContext_get_Error_m1228236127 (ErrorContext_t3532118581 * __this, const RuntimeMethod* method) { { Exception_t * L_0 = __this->get_U3CErrorU3Ek__BackingField_1(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.ErrorContext::set_Error(System.Exception) extern "C" IL2CPP_METHOD_ATTR void ErrorContext_set_Error_m3562882048 (ErrorContext_t3532118581 * __this, Exception_t * ___value0, const RuntimeMethod* method) { { Exception_t * L_0 = ___value0; __this->set_U3CErrorU3Ek__BackingField_1(L_0); return; } } // System.Void Newtonsoft.Json.Serialization.ErrorContext::set_OriginalObject(System.Object) extern "C" IL2CPP_METHOD_ATTR void ErrorContext_set_OriginalObject_m1689906834 (ErrorContext_t3532118581 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; __this->set_U3COriginalObjectU3Ek__BackingField_2(L_0); return; } } // System.Void Newtonsoft.Json.Serialization.ErrorContext::set_Member(System.Object) extern "C" IL2CPP_METHOD_ATTR void ErrorContext_set_Member_m95670473 (ErrorContext_t3532118581 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; __this->set_U3CMemberU3Ek__BackingField_3(L_0); return; } } // System.Void Newtonsoft.Json.Serialization.ErrorContext::set_Path(System.String) extern "C" IL2CPP_METHOD_ATTR void ErrorContext_set_Path_m3243699145 (ErrorContext_t3532118581 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CPathU3Ek__BackingField_4(L_0); return; } } // System.Boolean Newtonsoft.Json.Serialization.ErrorContext::get_Handled() extern "C" IL2CPP_METHOD_ATTR bool ErrorContext_get_Handled_m754806413 (ErrorContext_t3532118581 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CHandledU3Ek__BackingField_5(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Serialization.ErrorEventArgs::set_CurrentObject(System.Object) extern "C" IL2CPP_METHOD_ATTR void ErrorEventArgs_set_CurrentObject_m1839514533 (ErrorEventArgs_t716709476 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; __this->set_U3CCurrentObjectU3Ek__BackingField_1(L_0); return; } } // System.Void Newtonsoft.Json.Serialization.ErrorEventArgs::set_ErrorContext(Newtonsoft.Json.Serialization.ErrorContext) extern "C" IL2CPP_METHOD_ATTR void ErrorEventArgs_set_ErrorContext_m1076342104 (ErrorEventArgs_t716709476 * __this, ErrorContext_t3532118581 * ___value0, const RuntimeMethod* method) { { ErrorContext_t3532118581 * L_0 = ___value0; __this->set_U3CErrorContextU3Ek__BackingField_2(L_0); return; } } // System.Void Newtonsoft.Json.Serialization.ErrorEventArgs::.ctor(System.Object,Newtonsoft.Json.Serialization.ErrorContext) extern "C" IL2CPP_METHOD_ATTR void ErrorEventArgs__ctor_m402841957 (ErrorEventArgs_t716709476 * __this, RuntimeObject * ___currentObject0, ErrorContext_t3532118581 * ___errorContext1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ErrorEventArgs__ctor_m402841957_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(EventArgs_t3591816995_il2cpp_TypeInfo_var); EventArgs__ctor_m32674013(__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___currentObject0; ErrorEventArgs_set_CurrentObject_m1839514533(__this, L_0, /*hidden argument*/NULL); ErrorContext_t3532118581 * L_1 = ___errorContext1; ErrorEventArgs_set_ErrorContext_m1076342104(__this, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Serialization.ExtensionDataGetter::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ExtensionDataGetter__ctor_m1106458522 (ExtensionDataGetter_t2030541412 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Collections.Generic.IEnumerable`1> Newtonsoft.Json.Serialization.ExtensionDataGetter::Invoke(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ExtensionDataGetter_Invoke_m767583260 (ExtensionDataGetter_t2030541412 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { RuntimeObject* result = NULL; if(__this->get_prev_9() != NULL) { ExtensionDataGetter_Invoke_m767583260((ExtensionDataGetter_t2030541412 *)__this->get_prev_9(), ___o0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef RuntimeObject* (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___o0, targetMethod); } } else { // closed { typedef RuntimeObject* (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___o0, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker1< RuntimeObject*, RuntimeObject * >::Invoke(targetMethod, targetThis, ___o0); else result = GenericVirtFuncInvoker1< RuntimeObject*, RuntimeObject * >::Invoke(targetMethod, targetThis, ___o0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___o0); else result = VirtFuncInvoker1< RuntimeObject*, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___o0); } } else { typedef RuntimeObject* (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___o0, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker0< RuntimeObject* >::Invoke(targetMethod, ___o0); else result = GenericVirtFuncInvoker0< RuntimeObject* >::Invoke(targetMethod, ___o0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___o0); else result = VirtFuncInvoker0< RuntimeObject* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___o0); } } else { typedef RuntimeObject* (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___o0, targetMethod); } } } return result; } // System.IAsyncResult Newtonsoft.Json.Serialization.ExtensionDataGetter::BeginInvoke(System.Object,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ExtensionDataGetter_BeginInvoke_m3744726834 (ExtensionDataGetter_t2030541412 * __this, RuntimeObject * ___o0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___o0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Collections.Generic.IEnumerable`1> Newtonsoft.Json.Serialization.ExtensionDataGetter::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ExtensionDataGetter_EndInvoke_m2379804354 (ExtensionDataGetter_t2030541412 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (RuntimeObject*)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Serialization.ExtensionDataSetter::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ExtensionDataSetter__ctor_m3950476109 (ExtensionDataSetter_t2768476772 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void Newtonsoft.Json.Serialization.ExtensionDataSetter::Invoke(System.Object,System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void ExtensionDataSetter_Invoke_m2159483649 (ExtensionDataSetter_t2768476772 * __this, RuntimeObject * ___o0, String_t* ___key1, RuntimeObject * ___value2, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { ExtensionDataSetter_Invoke_m2159483649((ExtensionDataSetter_t2768476772 *)__this->get_prev_9(), ___o0, ___key1, ___value2, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, String_t*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___o0, ___key1, ___value2, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, String_t*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___o0, ___key1, ___value2, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< RuntimeObject *, String_t*, RuntimeObject * >::Invoke(targetMethod, targetThis, ___o0, ___key1, ___value2); else GenericVirtActionInvoker3< RuntimeObject *, String_t*, RuntimeObject * >::Invoke(targetMethod, targetThis, ___o0, ___key1, ___value2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< RuntimeObject *, String_t*, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___o0, ___key1, ___value2); else VirtActionInvoker3< RuntimeObject *, String_t*, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___o0, ___key1, ___value2); } } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, String_t*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___o0, ___key1, ___value2, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< String_t*, RuntimeObject * >::Invoke(targetMethod, ___o0, ___key1, ___value2); else GenericVirtActionInvoker2< String_t*, RuntimeObject * >::Invoke(targetMethod, ___o0, ___key1, ___value2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< String_t*, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___o0, ___key1, ___value2); else VirtActionInvoker2< String_t*, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___o0, ___key1, ___value2); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, String_t*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___o0, ___key1, ___value2, targetMethod); } } } } // System.IAsyncResult Newtonsoft.Json.Serialization.ExtensionDataSetter::BeginInvoke(System.Object,System.String,System.Object,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ExtensionDataSetter_BeginInvoke_m3016873046 (ExtensionDataSetter_t2768476772 * __this, RuntimeObject * ___o0, String_t* ___key1, RuntimeObject * ___value2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { void *__d_args[4] = {0}; __d_args[0] = ___o0; __d_args[1] = ___key1; __d_args[2] = ___value2; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void Newtonsoft.Json.Serialization.ExtensionDataSetter::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void ExtensionDataSetter_EndInvoke_m3332299109 (ExtensionDataSetter_t2768476772 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Type Newtonsoft.Json.Serialization.JsonArrayContract::get_CollectionItemType() extern "C" IL2CPP_METHOD_ATTR Type_t * JsonArrayContract_get_CollectionItemType_m1740497797 (JsonArrayContract_t483691547 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_U3CCollectionItemTypeU3Ek__BackingField_27(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonArrayContract::set_CollectionItemType(System.Type) extern "C" IL2CPP_METHOD_ATTR void JsonArrayContract_set_CollectionItemType_m4110048233 (JsonArrayContract_t483691547 * __this, Type_t * ___value0, const RuntimeMethod* method) { { Type_t * L_0 = ___value0; __this->set_U3CCollectionItemTypeU3Ek__BackingField_27(L_0); return; } } // System.Boolean Newtonsoft.Json.Serialization.JsonArrayContract::get_IsMultidimensionalArray() extern "C" IL2CPP_METHOD_ATTR bool JsonArrayContract_get_IsMultidimensionalArray_m1836563063 (JsonArrayContract_t483691547 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CIsMultidimensionalArrayU3Ek__BackingField_28(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonArrayContract::set_IsMultidimensionalArray(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonArrayContract_set_IsMultidimensionalArray_m2982830040 (JsonArrayContract_t483691547 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIsMultidimensionalArrayU3Ek__BackingField_28(L_0); return; } } // System.Boolean Newtonsoft.Json.Serialization.JsonArrayContract::get_IsArray() extern "C" IL2CPP_METHOD_ATTR bool JsonArrayContract_get_IsArray_m1701348339 (JsonArrayContract_t483691547 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CIsArrayU3Ek__BackingField_33(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonArrayContract::set_IsArray(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonArrayContract_set_IsArray_m1464924282 (JsonArrayContract_t483691547 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIsArrayU3Ek__BackingField_33(L_0); return; } } // System.Boolean Newtonsoft.Json.Serialization.JsonArrayContract::get_ShouldCreateWrapper() extern "C" IL2CPP_METHOD_ATTR bool JsonArrayContract_get_ShouldCreateWrapper_m3030138700 (JsonArrayContract_t483691547 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CShouldCreateWrapperU3Ek__BackingField_34(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonArrayContract::set_ShouldCreateWrapper(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonArrayContract_set_ShouldCreateWrapper_m1146714376 (JsonArrayContract_t483691547 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CShouldCreateWrapperU3Ek__BackingField_34(L_0); return; } } // System.Boolean Newtonsoft.Json.Serialization.JsonArrayContract::get_CanDeserialize() extern "C" IL2CPP_METHOD_ATTR bool JsonArrayContract_get_CanDeserialize_m1122794221 (JsonArrayContract_t483691547 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CCanDeserializeU3Ek__BackingField_35(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonArrayContract::set_CanDeserialize(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonArrayContract_set_CanDeserialize_m57169946 (JsonArrayContract_t483691547 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CCanDeserializeU3Ek__BackingField_35(L_0); return; } } // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Serialization.JsonArrayContract::get_ParameterizedCreator() extern "C" IL2CPP_METHOD_ATTR ObjectConstructor_1_t3207922868 * JsonArrayContract_get_ParameterizedCreator_m1942332914 (JsonArrayContract_t483691547 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonArrayContract_get_ParameterizedCreator_m1942332914_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjectConstructor_1_t3207922868 * L_0 = __this->get__parameterizedCreator_37(); if (L_0) { goto IL_001e; } } { IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); ReflectionDelegateFactory_t2528576452 * L_1 = JsonTypeReflector_get_ReflectionDelegateFactory_m2937328847(NULL /*static, unused*/, /*hidden argument*/NULL); ConstructorInfo_t5769829 * L_2 = __this->get__parameterizedConstructor_36(); NullCheck(L_1); ObjectConstructor_1_t3207922868 * L_3 = VirtFuncInvoker1< ObjectConstructor_1_t3207922868 *, MethodBase_t * >::Invoke(5 /* Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Utilities.ReflectionDelegateFactory::CreateParameterizedConstructor(System.Reflection.MethodBase) */, L_1, L_2); __this->set__parameterizedCreator_37(L_3); } IL_001e: { ObjectConstructor_1_t3207922868 * L_4 = __this->get__parameterizedCreator_37(); return L_4; } } // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Serialization.JsonArrayContract::get_OverrideCreator() extern "C" IL2CPP_METHOD_ATTR ObjectConstructor_1_t3207922868 * JsonArrayContract_get_OverrideCreator_m3423986609 (JsonArrayContract_t483691547 * __this, const RuntimeMethod* method) { { ObjectConstructor_1_t3207922868 * L_0 = __this->get__overrideCreator_38(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonArrayContract::set_OverrideCreator(Newtonsoft.Json.Serialization.ObjectConstructor`1) extern "C" IL2CPP_METHOD_ATTR void JsonArrayContract_set_OverrideCreator_m2316410374 (JsonArrayContract_t483691547 * __this, ObjectConstructor_1_t3207922868 * ___value0, const RuntimeMethod* method) { { ObjectConstructor_1_t3207922868 * L_0 = ___value0; __this->set__overrideCreator_38(L_0); JsonArrayContract_set_CanDeserialize_m57169946(__this, (bool)1, /*hidden argument*/NULL); return; } } // System.Boolean Newtonsoft.Json.Serialization.JsonArrayContract::get_HasParameterizedCreator() extern "C" IL2CPP_METHOD_ATTR bool JsonArrayContract_get_HasParameterizedCreator_m3587773847 (JsonArrayContract_t483691547 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CHasParameterizedCreatorU3Ek__BackingField_39(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonArrayContract::set_HasParameterizedCreator(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonArrayContract_set_HasParameterizedCreator_m3457897119 (JsonArrayContract_t483691547 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CHasParameterizedCreatorU3Ek__BackingField_39(L_0); return; } } // System.Boolean Newtonsoft.Json.Serialization.JsonArrayContract::get_HasParameterizedCreatorInternal() extern "C" IL2CPP_METHOD_ATTR bool JsonArrayContract_get_HasParameterizedCreatorInternal_m1614430898 (JsonArrayContract_t483691547 * __this, const RuntimeMethod* method) { { bool L_0 = JsonArrayContract_get_HasParameterizedCreator_m3587773847(__this, /*hidden argument*/NULL); if (L_0) { goto IL_001a; } } { ObjectConstructor_1_t3207922868 * L_1 = __this->get__parameterizedCreator_37(); if (L_1) { goto IL_001a; } } { ConstructorInfo_t5769829 * L_2 = __this->get__parameterizedConstructor_36(); return (bool)((!(((RuntimeObject*)(ConstructorInfo_t5769829 *)L_2) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } IL_001a: { return (bool)1; } } // System.Void Newtonsoft.Json.Serialization.JsonArrayContract::.ctor(System.Type) extern "C" IL2CPP_METHOD_ATTR void JsonArrayContract__ctor_m626608147 (JsonArrayContract_t483691547 * __this, Type_t * ___underlyingType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonArrayContract__ctor_m626608147_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; Type_t * V_1 = NULL; JsonArrayContract_t483691547 * G_B3_0 = NULL; JsonArrayContract_t483691547 * G_B2_0 = NULL; int32_t G_B4_0 = 0; JsonArrayContract_t483691547 * G_B4_1 = NULL; { Type_t * L_0 = ___underlyingType0; JsonContainerContract__ctor_m10959526(__this, L_0, /*hidden argument*/NULL); ((JsonContract_t3715061318 *)__this)->set_ContractType_5(2); Type_t * L_1 = JsonContract_get_CreatedType_m1028628000(__this, /*hidden argument*/NULL); NullCheck(L_1); bool L_2 = Type_get_IsArray_m2591212821(L_1, /*hidden argument*/NULL); JsonArrayContract_set_IsArray_m1464924282(__this, L_2, /*hidden argument*/NULL); bool L_3 = JsonArrayContract_get_IsArray_m1701348339(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_0089; } } { Type_t * L_4 = JsonContract_get_UnderlyingType_m1736598392(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); Type_t * L_5 = ReflectionUtils_GetCollectionItemType_m1243555655(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); JsonArrayContract_set_CollectionItemType_m4110048233(__this, L_5, /*hidden argument*/NULL); ((JsonContract_t3715061318 *)__this)->set_IsReadOnlyOrFixedSize_6((bool)1); RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (List_1_t284568025_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); TypeU5BU5D_t3940880105* L_8 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)1)); Type_t * L_9 = JsonArrayContract_get_CollectionItemType_m1740497797(__this, /*hidden argument*/NULL); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(0), (Type_t *)L_9); NullCheck(L_7); Type_t * L_10 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t3940880105* >::Invoke(97 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_7, L_8); __this->set__genericCollectionDefinitionType_29(L_10); V_0 = (bool)1; bool L_11 = JsonArrayContract_get_IsArray_m1701348339(__this, /*hidden argument*/NULL); G_B2_0 = __this; if (!L_11) { G_B3_0 = __this; goto IL_007e; } } { Type_t * L_12 = JsonContract_get_UnderlyingType_m1736598392(__this, /*hidden argument*/NULL); NullCheck(L_12); int32_t L_13 = VirtFuncInvoker0< int32_t >::Invoke(47 /* System.Int32 System.Type::GetArrayRank() */, L_12); G_B4_0 = ((((int32_t)L_13) > ((int32_t)1))? 1 : 0); G_B4_1 = G_B2_0; goto IL_007f; } IL_007e: { G_B4_0 = 0; G_B4_1 = G_B3_0; } IL_007f: { NullCheck(G_B4_1); JsonArrayContract_set_IsMultidimensionalArray_m2982830040(G_B4_1, (bool)G_B4_0, /*hidden argument*/NULL); goto IL_02a7; } IL_0089: { RuntimeTypeHandle_t3027515415 L_14 = { reinterpret_cast (IList_t2094931216_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); Type_t * L_16 = ___underlyingType0; NullCheck(L_15); bool L_17 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_15, L_16); if (!L_17) { goto IL_012b; } } { Type_t * L_18 = ___underlyingType0; RuntimeTypeHandle_t3027515415 L_19 = { reinterpret_cast (ICollection_1_t1449021101_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_20 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); Type_t ** L_21 = __this->get_address_of__genericCollectionDefinitionType_29(); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); bool L_22 = ReflectionUtils_ImplementsGenericDefinition_m2172968317(NULL /*static, unused*/, L_18, L_20, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_00cb; } } { Type_t * L_23 = __this->get__genericCollectionDefinitionType_29(); NullCheck(L_23); TypeU5BU5D_t3940880105* L_24 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(92 /* System.Type[] System.Type::GetGenericArguments() */, L_23); NullCheck(L_24); int32_t L_25 = 0; Type_t * L_26 = (L_24)->GetAt(static_cast(L_25)); JsonArrayContract_set_CollectionItemType_m4110048233(__this, L_26, /*hidden argument*/NULL); goto IL_00d7; } IL_00cb: { Type_t * L_27 = ___underlyingType0; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); Type_t * L_28 = ReflectionUtils_GetCollectionItemType_m1243555655(NULL /*static, unused*/, L_27, /*hidden argument*/NULL); JsonArrayContract_set_CollectionItemType_m4110048233(__this, L_28, /*hidden argument*/NULL); } IL_00d7: { Type_t * L_29 = ___underlyingType0; RuntimeTypeHandle_t3027515415 L_30 = { reinterpret_cast (IList_t2094931216_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_31 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_30, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_29) == ((RuntimeObject*)(Type_t *)L_31)))) { goto IL_00f4; } } { RuntimeTypeHandle_t3027515415 L_32 = { reinterpret_cast (List_1_t257213610_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_33 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_32, /*hidden argument*/NULL); JsonContract_set_CreatedType_m1813027180(__this, L_33, /*hidden argument*/NULL); } IL_00f4: { Type_t * L_34 = JsonArrayContract_get_CollectionItemType_m1740497797(__this, /*hidden argument*/NULL); if (!L_34) { goto IL_010e; } } { Type_t * L_35 = ___underlyingType0; Type_t * L_36 = JsonArrayContract_get_CollectionItemType_m1740497797(__this, /*hidden argument*/NULL); ConstructorInfo_t5769829 * L_37 = CollectionUtils_ResolveEnumerableCollectionConstructor_m3503010540(NULL /*static, unused*/, L_35, L_36, /*hidden argument*/NULL); __this->set__parameterizedConstructor_36(L_37); } IL_010e: { Type_t * L_38 = ___underlyingType0; RuntimeTypeHandle_t3027515415 L_39 = { reinterpret_cast (ReadOnlyCollection_1_t2757184810_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_40 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_39, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); bool L_41 = ReflectionUtils_InheritsGenericDefinition_m3900283873(NULL /*static, unused*/, L_38, L_40, /*hidden argument*/NULL); ((JsonContract_t3715061318 *)__this)->set_IsReadOnlyOrFixedSize_6(L_41); V_0 = (bool)1; goto IL_02a7; } IL_012b: { Type_t * L_42 = ___underlyingType0; RuntimeTypeHandle_t3027515415 L_43 = { reinterpret_cast (ICollection_1_t1449021101_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_44 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_43, /*hidden argument*/NULL); Type_t ** L_45 = __this->get_address_of__genericCollectionDefinitionType_29(); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); bool L_46 = ReflectionUtils_ImplementsGenericDefinition_m2172968317(NULL /*static, unused*/, L_42, L_44, L_45, /*hidden argument*/NULL); if (!L_46) { goto IL_01be; } } { Type_t * L_47 = __this->get__genericCollectionDefinitionType_29(); NullCheck(L_47); TypeU5BU5D_t3940880105* L_48 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(92 /* System.Type[] System.Type::GetGenericArguments() */, L_47); NullCheck(L_48); int32_t L_49 = 0; Type_t * L_50 = (L_48)->GetAt(static_cast(L_49)); JsonArrayContract_set_CollectionItemType_m4110048233(__this, L_50, /*hidden argument*/NULL); Type_t * L_51 = ___underlyingType0; RuntimeTypeHandle_t3027515415 L_52 = { reinterpret_cast (ICollection_1_t1449021101_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_53 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_52, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); bool L_54 = ReflectionUtils_IsGenericDefinition_m4108214610(NULL /*static, unused*/, L_51, L_53, /*hidden argument*/NULL); if (L_54) { goto IL_017a; } } { Type_t * L_55 = ___underlyingType0; RuntimeTypeHandle_t3027515415 L_56 = { reinterpret_cast (IList_1_t523203890_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_57 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_56, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); bool L_58 = ReflectionUtils_IsGenericDefinition_m4108214610(NULL /*static, unused*/, L_55, L_57, /*hidden argument*/NULL); if (!L_58) { goto IL_019e; } } IL_017a: { RuntimeTypeHandle_t3027515415 L_59 = { reinterpret_cast (List_1_t284568025_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_60 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_59, /*hidden argument*/NULL); TypeU5BU5D_t3940880105* L_61 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)1)); Type_t * L_62 = JsonArrayContract_get_CollectionItemType_m1740497797(__this, /*hidden argument*/NULL); NullCheck(L_61); ArrayElementTypeCheck (L_61, L_62); (L_61)->SetAt(static_cast(0), (Type_t *)L_62); NullCheck(L_60); Type_t * L_63 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t3940880105* >::Invoke(97 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_60, L_61); JsonContract_set_CreatedType_m1813027180(__this, L_63, /*hidden argument*/NULL); } IL_019e: { Type_t * L_64 = ___underlyingType0; Type_t * L_65 = JsonArrayContract_get_CollectionItemType_m1740497797(__this, /*hidden argument*/NULL); ConstructorInfo_t5769829 * L_66 = CollectionUtils_ResolveEnumerableCollectionConstructor_m3503010540(NULL /*static, unused*/, L_64, L_65, /*hidden argument*/NULL); __this->set__parameterizedConstructor_36(L_66); V_0 = (bool)1; JsonArrayContract_set_ShouldCreateWrapper_m1146714376(__this, (bool)1, /*hidden argument*/NULL); goto IL_02a7; } IL_01be: { Type_t * L_67 = ___underlyingType0; RuntimeTypeHandle_t3027515415 L_68 = { reinterpret_cast (IEnumerable_1_t1615002100_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_69 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_68, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); bool L_70 = ReflectionUtils_ImplementsGenericDefinition_m2172968317(NULL /*static, unused*/, L_67, L_69, (&V_1), /*hidden argument*/NULL); if (!L_70) { goto IL_029e; } } { Type_t * L_71 = V_1; NullCheck(L_71); TypeU5BU5D_t3940880105* L_72 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(92 /* System.Type[] System.Type::GetGenericArguments() */, L_71); NullCheck(L_72); int32_t L_73 = 0; Type_t * L_74 = (L_72)->GetAt(static_cast(L_73)); JsonArrayContract_set_CollectionItemType_m4110048233(__this, L_74, /*hidden argument*/NULL); Type_t * L_75 = JsonContract_get_UnderlyingType_m1736598392(__this, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_76 = { reinterpret_cast (IEnumerable_1_t1615002100_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_77 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_76, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); bool L_78 = ReflectionUtils_IsGenericDefinition_m4108214610(NULL /*static, unused*/, L_75, L_77, /*hidden argument*/NULL); if (!L_78) { goto IL_021e; } } { RuntimeTypeHandle_t3027515415 L_79 = { reinterpret_cast (List_1_t284568025_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_80 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_79, /*hidden argument*/NULL); TypeU5BU5D_t3940880105* L_81 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)1)); Type_t * L_82 = JsonArrayContract_get_CollectionItemType_m1740497797(__this, /*hidden argument*/NULL); NullCheck(L_81); ArrayElementTypeCheck (L_81, L_82); (L_81)->SetAt(static_cast(0), (Type_t *)L_82); NullCheck(L_80); Type_t * L_83 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t3940880105* >::Invoke(97 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_80, L_81); JsonContract_set_CreatedType_m1813027180(__this, L_83, /*hidden argument*/NULL); } IL_021e: { Type_t * L_84 = ___underlyingType0; Type_t * L_85 = JsonArrayContract_get_CollectionItemType_m1740497797(__this, /*hidden argument*/NULL); ConstructorInfo_t5769829 * L_86 = CollectionUtils_ResolveEnumerableCollectionConstructor_m3503010540(NULL /*static, unused*/, L_84, L_85, /*hidden argument*/NULL); __this->set__parameterizedConstructor_36(L_86); Type_t * L_87 = ___underlyingType0; bool L_88 = TypeExtensions_IsGenericType_m3947308765(NULL /*static, unused*/, L_87, /*hidden argument*/NULL); if (!L_88) { goto IL_0263; } } { Type_t * L_89 = ___underlyingType0; NullCheck(L_89); Type_t * L_90 = VirtFuncInvoker0< Type_t * >::Invoke(95 /* System.Type System.Type::GetGenericTypeDefinition() */, L_89); RuntimeTypeHandle_t3027515415 L_91 = { reinterpret_cast (IEnumerable_1_t1615002100_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_92 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_91, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_90) == ((RuntimeObject*)(Type_t *)L_92)))) { goto IL_0263; } } { Type_t * L_93 = V_1; __this->set__genericCollectionDefinitionType_29(L_93); ((JsonContract_t3715061318 *)__this)->set_IsReadOnlyOrFixedSize_6((bool)0); JsonArrayContract_set_ShouldCreateWrapper_m1146714376(__this, (bool)0, /*hidden argument*/NULL); V_0 = (bool)1; goto IL_02a7; } IL_0263: { RuntimeTypeHandle_t3027515415 L_94 = { reinterpret_cast (List_1_t284568025_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_95 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_94, /*hidden argument*/NULL); TypeU5BU5D_t3940880105* L_96 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)1)); Type_t * L_97 = JsonArrayContract_get_CollectionItemType_m1740497797(__this, /*hidden argument*/NULL); NullCheck(L_96); ArrayElementTypeCheck (L_96, L_97); (L_96)->SetAt(static_cast(0), (Type_t *)L_97); NullCheck(L_95); Type_t * L_98 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t3940880105* >::Invoke(97 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_95, L_96); __this->set__genericCollectionDefinitionType_29(L_98); ((JsonContract_t3715061318 *)__this)->set_IsReadOnlyOrFixedSize_6((bool)1); JsonArrayContract_set_ShouldCreateWrapper_m1146714376(__this, (bool)1, /*hidden argument*/NULL); bool L_99 = JsonArrayContract_get_HasParameterizedCreatorInternal_m1614430898(__this, /*hidden argument*/NULL); V_0 = L_99; goto IL_02a7; } IL_029e: { V_0 = (bool)0; JsonArrayContract_set_ShouldCreateWrapper_m1146714376(__this, (bool)1, /*hidden argument*/NULL); } IL_02a7: { bool L_100 = V_0; JsonArrayContract_set_CanDeserialize_m57169946(__this, L_100, /*hidden argument*/NULL); Type_t * L_101 = JsonArrayContract_get_CollectionItemType_m1740497797(__this, /*hidden argument*/NULL); if (!L_101) { goto IL_02f3; } } { Type_t * L_102 = JsonArrayContract_get_CollectionItemType_m1740497797(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); bool L_103 = ReflectionUtils_IsNullableType_m2557784957(NULL /*static, unused*/, L_102, /*hidden argument*/NULL); if (!L_103) { goto IL_02f3; } } { Type_t * L_104 = JsonContract_get_CreatedType_m1028628000(__this, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_105 = { reinterpret_cast (List_1_t284568025_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_106 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_105, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); bool L_107 = ReflectionUtils_InheritsGenericDefinition_m626434391(NULL /*static, unused*/, L_104, L_106, (&V_1), /*hidden argument*/NULL); if (L_107) { goto IL_02ec; } } { bool L_108 = JsonArrayContract_get_IsArray_m1701348339(__this, /*hidden argument*/NULL); if (!L_108) { goto IL_02f3; } } { bool L_109 = JsonArrayContract_get_IsMultidimensionalArray_m1836563063(__this, /*hidden argument*/NULL); if (L_109) { goto IL_02f3; } } IL_02ec: { JsonArrayContract_set_ShouldCreateWrapper_m1146714376(__this, (bool)1, /*hidden argument*/NULL); } IL_02f3: { return; } } // Newtonsoft.Json.Utilities.IWrappedCollection Newtonsoft.Json.Serialization.JsonArrayContract::CreateWrapper(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonArrayContract_CreateWrapper_m867824515 (JsonArrayContract_t483691547 * __this, RuntimeObject * ___list0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonArrayContract_CreateWrapper_m867824515_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; ConstructorInfo_t5769829 * V_1 = NULL; { ObjectConstructor_1_t3207922868 * L_0 = __this->get__genericWrapperCreator_31(); if (L_0) { goto IL_00ac; } } { RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (CollectionWrapper_1_t1251501619_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); TypeU5BU5D_t3940880105* L_3 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)1)); Type_t * L_4 = JsonArrayContract_get_CollectionItemType_m1740497797(__this, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(0), (Type_t *)L_4); NullCheck(L_2); Type_t * L_5 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t3940880105* >::Invoke(97 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_2, L_3); __this->set__genericWrapperType_30(L_5); Type_t * L_6 = __this->get__genericCollectionDefinitionType_29(); RuntimeTypeHandle_t3027515415 L_7 = { reinterpret_cast (List_1_t284568025_0_0_0_var) }; Type_t * L_8 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); bool L_9 = ReflectionUtils_InheritsGenericDefinition_m3900283873(NULL /*static, unused*/, L_6, L_8, /*hidden argument*/NULL); if (L_9) { goto IL_005d; } } { Type_t * L_10 = __this->get__genericCollectionDefinitionType_29(); NullCheck(L_10); Type_t * L_11 = VirtFuncInvoker0< Type_t * >::Invoke(95 /* System.Type System.Type::GetGenericTypeDefinition() */, L_10); RuntimeTypeHandle_t3027515415 L_12 = { reinterpret_cast (IEnumerable_1_t1615002100_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_13 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_11) == ((RuntimeObject*)(Type_t *)L_13)))) { goto IL_007e; } } IL_005d: { RuntimeTypeHandle_t3027515415 L_14 = { reinterpret_cast (ICollection_1_t1449021101_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); TypeU5BU5D_t3940880105* L_16 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)1)); Type_t * L_17 = JsonArrayContract_get_CollectionItemType_m1740497797(__this, /*hidden argument*/NULL); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_17); (L_16)->SetAt(static_cast(0), (Type_t *)L_17); NullCheck(L_15); Type_t * L_18 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t3940880105* >::Invoke(97 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_15, L_16); V_0 = L_18; goto IL_0085; } IL_007e: { Type_t * L_19 = __this->get__genericCollectionDefinitionType_29(); V_0 = L_19; } IL_0085: { Type_t * L_20 = __this->get__genericWrapperType_30(); TypeU5BU5D_t3940880105* L_21 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)1)); Type_t * L_22 = V_0; NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(0), (Type_t *)L_22); NullCheck(L_20); ConstructorInfo_t5769829 * L_23 = Type_GetConstructor_m2219014380(L_20, L_21, /*hidden argument*/NULL); V_1 = L_23; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); ReflectionDelegateFactory_t2528576452 * L_24 = JsonTypeReflector_get_ReflectionDelegateFactory_m2937328847(NULL /*static, unused*/, /*hidden argument*/NULL); ConstructorInfo_t5769829 * L_25 = V_1; NullCheck(L_24); ObjectConstructor_1_t3207922868 * L_26 = VirtFuncInvoker1< ObjectConstructor_1_t3207922868 *, MethodBase_t * >::Invoke(5 /* Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Utilities.ReflectionDelegateFactory::CreateParameterizedConstructor(System.Reflection.MethodBase) */, L_24, L_25); __this->set__genericWrapperCreator_31(L_26); } IL_00ac: { ObjectConstructor_1_t3207922868 * L_27 = __this->get__genericWrapperCreator_31(); ObjectU5BU5D_t2843939325* L_28 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); RuntimeObject * L_29 = ___list0; NullCheck(L_28); ArrayElementTypeCheck (L_28, L_29); (L_28)->SetAt(static_cast(0), (RuntimeObject *)L_29); NullCheck(L_27); RuntimeObject * L_30 = ObjectConstructor_1_Invoke_m3185456453(L_27, L_28, /*hidden argument*/ObjectConstructor_1_Invoke_m3185456453_RuntimeMethod_var); return ((RuntimeObject*)Castclass((RuntimeObject*)L_30, IWrappedCollection_t533821793_il2cpp_TypeInfo_var)); } } // System.Collections.IList Newtonsoft.Json.Serialization.JsonArrayContract::CreateTemporaryCollection() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonArrayContract_CreateTemporaryCollection_m1166004817 (JsonArrayContract_t483691547 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonArrayContract_CreateTemporaryCollection_m1166004817_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; Type_t * V_1 = NULL; Type_t * G_B5_0 = NULL; { Func_1_t2509852811 * L_0 = __this->get__genericTemporaryCollectionCreator_32(); if (L_0) { goto IL_0056; } } { bool L_1 = JsonArrayContract_get_IsMultidimensionalArray_m1836563063(__this, /*hidden argument*/NULL); if (L_1) { goto IL_0020; } } { Type_t * L_2 = JsonArrayContract_get_CollectionItemType_m1740497797(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_0020; } } { Type_t * L_3 = JsonArrayContract_get_CollectionItemType_m1740497797(__this, /*hidden argument*/NULL); G_B5_0 = L_3; goto IL_002a; } IL_0020: { RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); G_B5_0 = L_5; } IL_002a: { V_0 = G_B5_0; RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (List_1_t284568025_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); TypeU5BU5D_t3940880105* L_8 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)1)); Type_t * L_9 = V_0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(0), (Type_t *)L_9); NullCheck(L_7); Type_t * L_10 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t3940880105* >::Invoke(97 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_7, L_8); V_1 = L_10; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); ReflectionDelegateFactory_t2528576452 * L_11 = JsonTypeReflector_get_ReflectionDelegateFactory_m2937328847(NULL /*static, unused*/, /*hidden argument*/NULL); Type_t * L_12 = V_1; NullCheck(L_11); Func_1_t2509852811 * L_13 = GenericVirtFuncInvoker1< Func_1_t2509852811 *, Type_t * >::Invoke(ReflectionDelegateFactory_CreateDefaultConstructor_TisRuntimeObject_m1416164154_RuntimeMethod_var, L_11, L_12); __this->set__genericTemporaryCollectionCreator_32(L_13); } IL_0056: { Func_1_t2509852811 * L_14 = __this->get__genericTemporaryCollectionCreator_32(); NullCheck(L_14); RuntimeObject * L_15 = Func_1_Invoke_m348272648(L_14, /*hidden argument*/Func_1_Invoke_m348272648_RuntimeMethod_var); return ((RuntimeObject*)Castclass((RuntimeObject*)L_15, IList_t2094931216_il2cpp_TypeInfo_var)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.JsonContract Newtonsoft.Json.Serialization.JsonContainerContract::get_ItemContract() extern "C" IL2CPP_METHOD_ATTR JsonContract_t3715061318 * JsonContainerContract_get_ItemContract_m2277297579 (JsonContainerContract_t1214283173 * __this, const RuntimeMethod* method) { { JsonContract_t3715061318 * L_0 = __this->get__itemContract_21(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonContainerContract::set_ItemContract(Newtonsoft.Json.Serialization.JsonContract) extern "C" IL2CPP_METHOD_ATTR void JsonContainerContract_set_ItemContract_m1119343036 (JsonContainerContract_t1214283173 * __this, JsonContract_t3715061318 * ___value0, const RuntimeMethod* method) { JsonContainerContract_t1214283173 * G_B3_0 = NULL; JsonContainerContract_t1214283173 * G_B2_0 = NULL; JsonContract_t3715061318 * G_B4_0 = NULL; JsonContainerContract_t1214283173 * G_B4_1 = NULL; { JsonContract_t3715061318 * L_0 = ___value0; __this->set__itemContract_21(L_0); JsonContract_t3715061318 * L_1 = __this->get__itemContract_21(); if (!L_1) { goto IL_0031; } } { JsonContract_t3715061318 * L_2 = __this->get__itemContract_21(); NullCheck(L_2); Type_t * L_3 = JsonContract_get_UnderlyingType_m1736598392(L_2, /*hidden argument*/NULL); bool L_4 = TypeExtensions_IsSealed_m1488474977(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); G_B2_0 = __this; if (L_4) { G_B3_0 = __this; goto IL_0025; } } { G_B4_0 = ((JsonContract_t3715061318 *)(NULL)); G_B4_1 = G_B2_0; goto IL_002b; } IL_0025: { JsonContract_t3715061318 * L_5 = __this->get__itemContract_21(); G_B4_0 = L_5; G_B4_1 = G_B3_0; } IL_002b: { NullCheck(G_B4_1); G_B4_1->set__finalItemContract_22(G_B4_0); return; } IL_0031: { __this->set__finalItemContract_22((JsonContract_t3715061318 *)NULL); return; } } // Newtonsoft.Json.Serialization.JsonContract Newtonsoft.Json.Serialization.JsonContainerContract::get_FinalItemContract() extern "C" IL2CPP_METHOD_ATTR JsonContract_t3715061318 * JsonContainerContract_get_FinalItemContract_m84913371 (JsonContainerContract_t1214283173 * __this, const RuntimeMethod* method) { { JsonContract_t3715061318 * L_0 = __this->get__finalItemContract_22(); return L_0; } } // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonContainerContract::get_ItemConverter() extern "C" IL2CPP_METHOD_ATTR JsonConverter_t1047106545 * JsonContainerContract_get_ItemConverter_m3539391299 (JsonContainerContract_t1214283173 * __this, const RuntimeMethod* method) { { JsonConverter_t1047106545 * L_0 = __this->get_U3CItemConverterU3Ek__BackingField_23(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonContainerContract::set_ItemConverter(Newtonsoft.Json.JsonConverter) extern "C" IL2CPP_METHOD_ATTR void JsonContainerContract_set_ItemConverter_m812610121 (JsonContainerContract_t1214283173 * __this, JsonConverter_t1047106545 * ___value0, const RuntimeMethod* method) { { JsonConverter_t1047106545 * L_0 = ___value0; __this->set_U3CItemConverterU3Ek__BackingField_23(L_0); return; } } // System.Nullable`1 Newtonsoft.Json.Serialization.JsonContainerContract::get_ItemIsReference() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t1819850047 JsonContainerContract_get_ItemIsReference_m3507285852 (JsonContainerContract_t1214283173 * __this, const RuntimeMethod* method) { { Nullable_1_t1819850047 L_0 = __this->get_U3CItemIsReferenceU3Ek__BackingField_24(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonContainerContract::set_ItemIsReference(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR void JsonContainerContract_set_ItemIsReference_m2854328738 (JsonContainerContract_t1214283173 * __this, Nullable_1_t1819850047 ___value0, const RuntimeMethod* method) { { Nullable_1_t1819850047 L_0 = ___value0; __this->set_U3CItemIsReferenceU3Ek__BackingField_24(L_0); return; } } // System.Nullable`1 Newtonsoft.Json.Serialization.JsonContainerContract::get_ItemReferenceLoopHandling() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t3051693050 JsonContainerContract_get_ItemReferenceLoopHandling_m210085839 (JsonContainerContract_t1214283173 * __this, const RuntimeMethod* method) { { Nullable_1_t3051693050 L_0 = __this->get_U3CItemReferenceLoopHandlingU3Ek__BackingField_25(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonContainerContract::set_ItemReferenceLoopHandling(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR void JsonContainerContract_set_ItemReferenceLoopHandling_m2369901974 (JsonContainerContract_t1214283173 * __this, Nullable_1_t3051693050 ___value0, const RuntimeMethod* method) { { Nullable_1_t3051693050 L_0 = ___value0; __this->set_U3CItemReferenceLoopHandlingU3Ek__BackingField_25(L_0); return; } } // System.Nullable`1 Newtonsoft.Json.Serialization.JsonContainerContract::get_ItemTypeNameHandling() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t1159582132 JsonContainerContract_get_ItemTypeNameHandling_m1839582047 (JsonContainerContract_t1214283173 * __this, const RuntimeMethod* method) { { Nullable_1_t1159582132 L_0 = __this->get_U3CItemTypeNameHandlingU3Ek__BackingField_26(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonContainerContract::set_ItemTypeNameHandling(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR void JsonContainerContract_set_ItemTypeNameHandling_m1809975236 (JsonContainerContract_t1214283173 * __this, Nullable_1_t1159582132 ___value0, const RuntimeMethod* method) { { Nullable_1_t1159582132 L_0 = ___value0; __this->set_U3CItemTypeNameHandlingU3Ek__BackingField_26(L_0); return; } } // System.Void Newtonsoft.Json.Serialization.JsonContainerContract::.ctor(System.Type) extern "C" IL2CPP_METHOD_ATTR void JsonContainerContract__ctor_m10959526 (JsonContainerContract_t1214283173 * __this, Type_t * ___underlyingType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonContainerContract__ctor_m10959526_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonContainerAttribute_t3874748064 * V_0 = NULL; { Type_t * L_0 = ___underlyingType0; JsonContract__ctor_m325732499(__this, L_0, /*hidden argument*/NULL); Type_t * L_1 = ___underlyingType0; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); JsonContainerAttribute_t3874748064 * L_2 = JsonTypeReflector_GetCachedAttribute_TisJsonContainerAttribute_t3874748064_m1643058314(NULL /*static, unused*/, L_1, /*hidden argument*/JsonTypeReflector_GetCachedAttribute_TisJsonContainerAttribute_t3874748064_m1643058314_RuntimeMethod_var); V_0 = L_2; JsonContainerAttribute_t3874748064 * L_3 = V_0; if (!L_3) { goto IL_0054; } } { JsonContainerAttribute_t3874748064 * L_4 = V_0; NullCheck(L_4); Type_t * L_5 = JsonContainerAttribute_get_ItemConverterType_m4147842986(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0030; } } { JsonContainerAttribute_t3874748064 * L_6 = V_0; NullCheck(L_6); Type_t * L_7 = JsonContainerAttribute_get_ItemConverterType_m4147842986(L_6, /*hidden argument*/NULL); JsonContainerAttribute_t3874748064 * L_8 = V_0; NullCheck(L_8); ObjectU5BU5D_t2843939325* L_9 = JsonContainerAttribute_get_ItemConverterParameters_m86743846(L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); JsonConverter_t1047106545 * L_10 = JsonTypeReflector_CreateJsonConverterInstance_m3792846650(NULL /*static, unused*/, L_7, L_9, /*hidden argument*/NULL); JsonContainerContract_set_ItemConverter_m812610121(__this, L_10, /*hidden argument*/NULL); } IL_0030: { JsonContainerAttribute_t3874748064 * L_11 = V_0; NullCheck(L_11); Nullable_1_t1819850047 L_12 = L_11->get__itemIsReference_3(); JsonContainerContract_set_ItemIsReference_m2854328738(__this, L_12, /*hidden argument*/NULL); JsonContainerAttribute_t3874748064 * L_13 = V_0; NullCheck(L_13); Nullable_1_t3051693050 L_14 = L_13->get__itemReferenceLoopHandling_4(); JsonContainerContract_set_ItemReferenceLoopHandling_m2369901974(__this, L_14, /*hidden argument*/NULL); JsonContainerAttribute_t3874748064 * L_15 = V_0; NullCheck(L_15); Nullable_1_t1159582132 L_16 = L_15->get__itemTypeNameHandling_5(); JsonContainerContract_set_ItemTypeNameHandling_m1809975236(__this, L_16, /*hidden argument*/NULL); } IL_0054: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Type Newtonsoft.Json.Serialization.JsonContract::get_UnderlyingType() extern "C" IL2CPP_METHOD_ATTR Type_t * JsonContract_get_UnderlyingType_m1736598392 (JsonContract_t3715061318 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_U3CUnderlyingTypeU3Ek__BackingField_15(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonContract::set_UnderlyingType(System.Type) extern "C" IL2CPP_METHOD_ATTR void JsonContract_set_UnderlyingType_m2190017208 (JsonContract_t3715061318 * __this, Type_t * ___value0, const RuntimeMethod* method) { { Type_t * L_0 = ___value0; __this->set_U3CUnderlyingTypeU3Ek__BackingField_15(L_0); return; } } // System.Type Newtonsoft.Json.Serialization.JsonContract::get_CreatedType() extern "C" IL2CPP_METHOD_ATTR Type_t * JsonContract_get_CreatedType_m1028628000 (JsonContract_t3715061318 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get__createdType_14(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonContract::set_CreatedType(System.Type) extern "C" IL2CPP_METHOD_ATTR void JsonContract_set_CreatedType_m1813027180 (JsonContract_t3715061318 * __this, Type_t * ___value0, const RuntimeMethod* method) { JsonContract_t3715061318 * G_B2_0 = NULL; JsonContract_t3715061318 * G_B1_0 = NULL; int32_t G_B3_0 = 0; JsonContract_t3715061318 * G_B3_1 = NULL; { Type_t * L_0 = ___value0; __this->set__createdType_14(L_0); Type_t * L_1 = __this->get__createdType_14(); bool L_2 = TypeExtensions_IsSealed_m1488474977(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); __this->set_IsSealed_7(L_2); Type_t * L_3 = __this->get__createdType_14(); bool L_4 = TypeExtensions_IsInterface_m3543394130(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); G_B1_0 = __this; if (L_4) { G_B2_0 = __this; goto IL_0036; } } { Type_t * L_5 = __this->get__createdType_14(); bool L_6 = TypeExtensions_IsAbstract_m723195064(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); G_B3_0 = ((((int32_t)L_6) == ((int32_t)0))? 1 : 0); G_B3_1 = G_B1_0; goto IL_0037; } IL_0036: { G_B3_0 = 0; G_B3_1 = G_B2_0; } IL_0037: { NullCheck(G_B3_1); G_B3_1->set_IsInstantiable_8((bool)G_B3_0); return; } } // System.Nullable`1 Newtonsoft.Json.Serialization.JsonContract::get_IsReference() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t1819850047 JsonContract_get_IsReference_m377117746 (JsonContract_t3715061318 * __this, const RuntimeMethod* method) { { Nullable_1_t1819850047 L_0 = __this->get_U3CIsReferenceU3Ek__BackingField_16(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonContract::set_IsReference(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR void JsonContract_set_IsReference_m2953537696 (JsonContract_t3715061318 * __this, Nullable_1_t1819850047 ___value0, const RuntimeMethod* method) { { Nullable_1_t1819850047 L_0 = ___value0; __this->set_U3CIsReferenceU3Ek__BackingField_16(L_0); return; } } // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonContract::get_Converter() extern "C" IL2CPP_METHOD_ATTR JsonConverter_t1047106545 * JsonContract_get_Converter_m844251387 (JsonContract_t3715061318 * __this, const RuntimeMethod* method) { { JsonConverter_t1047106545 * L_0 = __this->get_U3CConverterU3Ek__BackingField_17(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonContract::set_Converter(Newtonsoft.Json.JsonConverter) extern "C" IL2CPP_METHOD_ATTR void JsonContract_set_Converter_m1953689022 (JsonContract_t3715061318 * __this, JsonConverter_t1047106545 * ___value0, const RuntimeMethod* method) { { JsonConverter_t1047106545 * L_0 = ___value0; __this->set_U3CConverterU3Ek__BackingField_17(L_0); return; } } // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonContract::get_InternalConverter() extern "C" IL2CPP_METHOD_ATTR JsonConverter_t1047106545 * JsonContract_get_InternalConverter_m501858809 (JsonContract_t3715061318 * __this, const RuntimeMethod* method) { { JsonConverter_t1047106545 * L_0 = __this->get_U3CInternalConverterU3Ek__BackingField_18(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonContract::set_InternalConverter(Newtonsoft.Json.JsonConverter) extern "C" IL2CPP_METHOD_ATTR void JsonContract_set_InternalConverter_m2434801368 (JsonContract_t3715061318 * __this, JsonConverter_t1047106545 * ___value0, const RuntimeMethod* method) { { JsonConverter_t1047106545 * L_0 = ___value0; __this->set_U3CInternalConverterU3Ek__BackingField_18(L_0); return; } } // System.Collections.Generic.IList`1 Newtonsoft.Json.Serialization.JsonContract::get_OnDeserializedCallbacks() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonContract_get_OnDeserializedCallbacks_m814675937 (JsonContract_t3715061318 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonContract_get_OnDeserializedCallbacks_m814675937_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3780931481 * L_0 = __this->get__onDeserializedCallbacks_9(); if (L_0) { goto IL_0013; } } { List_1_t3780931481 * L_1 = (List_1_t3780931481 *)il2cpp_codegen_object_new(List_1_t3780931481_il2cpp_TypeInfo_var); List_1__ctor_m2914274212(L_1, /*hidden argument*/List_1__ctor_m2914274212_RuntimeMethod_var); __this->set__onDeserializedCallbacks_9(L_1); } IL_0013: { List_1_t3780931481 * L_2 = __this->get__onDeserializedCallbacks_9(); return L_2; } } // System.Collections.Generic.IList`1 Newtonsoft.Json.Serialization.JsonContract::get_OnDeserializingCallbacks() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonContract_get_OnDeserializingCallbacks_m450394955 (JsonContract_t3715061318 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonContract_get_OnDeserializingCallbacks_m450394955_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get__onDeserializingCallbacks_10(); if (L_0) { goto IL_0013; } } { List_1_t3780931481 * L_1 = (List_1_t3780931481 *)il2cpp_codegen_object_new(List_1_t3780931481_il2cpp_TypeInfo_var); List_1__ctor_m2914274212(L_1, /*hidden argument*/List_1__ctor_m2914274212_RuntimeMethod_var); __this->set__onDeserializingCallbacks_10(L_1); } IL_0013: { RuntimeObject* L_2 = __this->get__onDeserializingCallbacks_10(); return L_2; } } // System.Collections.Generic.IList`1 Newtonsoft.Json.Serialization.JsonContract::get_OnSerializedCallbacks() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonContract_get_OnSerializedCallbacks_m1885656765 (JsonContract_t3715061318 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonContract_get_OnSerializedCallbacks_m1885656765_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get__onSerializedCallbacks_11(); if (L_0) { goto IL_0013; } } { List_1_t3780931481 * L_1 = (List_1_t3780931481 *)il2cpp_codegen_object_new(List_1_t3780931481_il2cpp_TypeInfo_var); List_1__ctor_m2914274212(L_1, /*hidden argument*/List_1__ctor_m2914274212_RuntimeMethod_var); __this->set__onSerializedCallbacks_11(L_1); } IL_0013: { RuntimeObject* L_2 = __this->get__onSerializedCallbacks_11(); return L_2; } } // System.Collections.Generic.IList`1 Newtonsoft.Json.Serialization.JsonContract::get_OnSerializingCallbacks() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonContract_get_OnSerializingCallbacks_m2550202519 (JsonContract_t3715061318 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonContract_get_OnSerializingCallbacks_m2550202519_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get__onSerializingCallbacks_12(); if (L_0) { goto IL_0013; } } { List_1_t3780931481 * L_1 = (List_1_t3780931481 *)il2cpp_codegen_object_new(List_1_t3780931481_il2cpp_TypeInfo_var); List_1__ctor_m2914274212(L_1, /*hidden argument*/List_1__ctor_m2914274212_RuntimeMethod_var); __this->set__onSerializingCallbacks_12(L_1); } IL_0013: { RuntimeObject* L_2 = __this->get__onSerializingCallbacks_12(); return L_2; } } // System.Collections.Generic.IList`1 Newtonsoft.Json.Serialization.JsonContract::get_OnErrorCallbacks() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonContract_get_OnErrorCallbacks_m177101969 (JsonContract_t3715061318 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonContract_get_OnErrorCallbacks_m177101969_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get__onErrorCallbacks_13(); if (L_0) { goto IL_0013; } } { List_1_t1510300525 * L_1 = (List_1_t1510300525 *)il2cpp_codegen_object_new(List_1_t1510300525_il2cpp_TypeInfo_var); List_1__ctor_m2676508470(L_1, /*hidden argument*/List_1__ctor_m2676508470_RuntimeMethod_var); __this->set__onErrorCallbacks_13(L_1); } IL_0013: { RuntimeObject* L_2 = __this->get__onErrorCallbacks_13(); return L_2; } } // System.Func`1 Newtonsoft.Json.Serialization.JsonContract::get_DefaultCreator() extern "C" IL2CPP_METHOD_ATTR Func_1_t2509852811 * JsonContract_get_DefaultCreator_m2084028334 (JsonContract_t3715061318 * __this, const RuntimeMethod* method) { { Func_1_t2509852811 * L_0 = __this->get_U3CDefaultCreatorU3Ek__BackingField_19(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonContract::set_DefaultCreator(System.Func`1) extern "C" IL2CPP_METHOD_ATTR void JsonContract_set_DefaultCreator_m762936274 (JsonContract_t3715061318 * __this, Func_1_t2509852811 * ___value0, const RuntimeMethod* method) { { Func_1_t2509852811 * L_0 = ___value0; __this->set_U3CDefaultCreatorU3Ek__BackingField_19(L_0); return; } } // System.Boolean Newtonsoft.Json.Serialization.JsonContract::get_DefaultCreatorNonPublic() extern "C" IL2CPP_METHOD_ATTR bool JsonContract_get_DefaultCreatorNonPublic_m2155030915 (JsonContract_t3715061318 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CDefaultCreatorNonPublicU3Ek__BackingField_20(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonContract::set_DefaultCreatorNonPublic(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonContract_set_DefaultCreatorNonPublic_m3827357336 (JsonContract_t3715061318 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CDefaultCreatorNonPublicU3Ek__BackingField_20(L_0); return; } } // System.Void Newtonsoft.Json.Serialization.JsonContract::.ctor(System.Type) extern "C" IL2CPP_METHOD_ATTR void JsonContract__ctor_m325732499 (JsonContract_t3715061318 * __this, Type_t * ___underlyingType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonContract__ctor_m325732499_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonContract_t3715061318 * G_B2_0 = NULL; JsonContract_t3715061318 * G_B1_0 = NULL; JsonContract_t3715061318 * G_B3_0 = NULL; Type_t * G_B4_0 = NULL; JsonContract_t3715061318 * G_B4_1 = NULL; { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Type_t * L_0 = ___underlyingType0; ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, L_0, _stringLiteral1144479777, /*hidden argument*/NULL); Type_t * L_1 = ___underlyingType0; JsonContract_set_UnderlyingType_m2190017208(__this, L_1, /*hidden argument*/NULL); Type_t * L_2 = ___underlyingType0; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); bool L_3 = ReflectionUtils_IsNullable_m645225420(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); __this->set_IsNullable_0(L_3); bool L_4 = __this->get_IsNullable_0(); G_B1_0 = __this; if (!L_4) { G_B2_0 = __this; goto IL_0035; } } { Type_t * L_5 = ___underlyingType0; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); bool L_6 = ReflectionUtils_IsNullableType_m2557784957(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); G_B2_0 = G_B1_0; if (L_6) { G_B3_0 = G_B1_0; goto IL_0038; } } IL_0035: { Type_t * L_7 = ___underlyingType0; G_B4_0 = L_7; G_B4_1 = G_B2_0; goto IL_003e; } IL_0038: { Type_t * L_8 = ___underlyingType0; Type_t * L_9 = Nullable_GetUnderlyingType_m3905033790(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); G_B4_0 = L_9; G_B4_1 = G_B3_0; } IL_003e: { NullCheck(G_B4_1); G_B4_1->set_NonNullableUnderlyingType_3(G_B4_0); Type_t * L_10 = __this->get_NonNullableUnderlyingType_3(); JsonContract_set_CreatedType_m1813027180(__this, L_10, /*hidden argument*/NULL); Type_t * L_11 = __this->get_NonNullableUnderlyingType_3(); IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_t2194062972_il2cpp_TypeInfo_var); bool L_12 = ConvertUtils_IsConvertible_m2061056491(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); __this->set_IsConvertable_1(L_12); Type_t * L_13 = __this->get_NonNullableUnderlyingType_3(); bool L_14 = TypeExtensions_IsEnum_m286495740(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); __this->set_IsEnum_2(L_14); __this->set_InternalReadType_4(0); return; } } // System.Void Newtonsoft.Json.Serialization.JsonContract::InvokeOnSerializing(System.Object,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void JsonContract_InvokeOnSerializing_m319222908 (JsonContract_t3715061318 * __this, RuntimeObject * ___o0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonContract_InvokeOnSerializing_m319222908_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject* L_0 = __this->get__onSerializingCallbacks_12(); if (!L_0) { goto IL_0037; } } { RuntimeObject* L_1 = __this->get__onSerializingCallbacks_12(); NullCheck(L_1); RuntimeObject* L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t1288709628_il2cpp_TypeInfo_var, L_1); V_0 = L_2; } IL_0014: try { // begin try (depth: 1) { goto IL_0023; } IL_0016: { RuntimeObject* L_3 = V_0; NullCheck(L_3); SerializationCallback_t2308856739 * L_4 = InterfaceFuncInvoker0< SerializationCallback_t2308856739 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t2741427207_il2cpp_TypeInfo_var, L_3); RuntimeObject * L_5 = ___o0; StreamingContext_t3711869237 L_6 = ___context1; NullCheck(L_4); SerializationCallback_Invoke_m1571949548(L_4, L_5, L_6, /*hidden argument*/NULL); } IL_0023: { RuntimeObject* L_7 = V_0; NullCheck(L_7); bool L_8 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_7); if (L_8) { goto IL_0016; } } IL_002b: { IL2CPP_LEAVE(0x37, FINALLY_002d); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002d; } FINALLY_002d: { // begin finally (depth: 1) { RuntimeObject* L_9 = V_0; if (!L_9) { goto IL_0036; } } IL_0030: { RuntimeObject* L_10 = V_0; NullCheck(L_10); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_10); } IL_0036: { IL2CPP_END_FINALLY(45) } } // end finally (depth: 1) IL2CPP_CLEANUP(45) { IL2CPP_JUMP_TBL(0x37, IL_0037) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0037: { return; } } // System.Void Newtonsoft.Json.Serialization.JsonContract::InvokeOnSerialized(System.Object,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void JsonContract_InvokeOnSerialized_m2333338591 (JsonContract_t3715061318 * __this, RuntimeObject * ___o0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonContract_InvokeOnSerialized_m2333338591_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject* L_0 = __this->get__onSerializedCallbacks_11(); if (!L_0) { goto IL_0037; } } { RuntimeObject* L_1 = __this->get__onSerializedCallbacks_11(); NullCheck(L_1); RuntimeObject* L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t1288709628_il2cpp_TypeInfo_var, L_1); V_0 = L_2; } IL_0014: try { // begin try (depth: 1) { goto IL_0023; } IL_0016: { RuntimeObject* L_3 = V_0; NullCheck(L_3); SerializationCallback_t2308856739 * L_4 = InterfaceFuncInvoker0< SerializationCallback_t2308856739 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t2741427207_il2cpp_TypeInfo_var, L_3); RuntimeObject * L_5 = ___o0; StreamingContext_t3711869237 L_6 = ___context1; NullCheck(L_4); SerializationCallback_Invoke_m1571949548(L_4, L_5, L_6, /*hidden argument*/NULL); } IL_0023: { RuntimeObject* L_7 = V_0; NullCheck(L_7); bool L_8 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_7); if (L_8) { goto IL_0016; } } IL_002b: { IL2CPP_LEAVE(0x37, FINALLY_002d); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002d; } FINALLY_002d: { // begin finally (depth: 1) { RuntimeObject* L_9 = V_0; if (!L_9) { goto IL_0036; } } IL_0030: { RuntimeObject* L_10 = V_0; NullCheck(L_10); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_10); } IL_0036: { IL2CPP_END_FINALLY(45) } } // end finally (depth: 1) IL2CPP_CLEANUP(45) { IL2CPP_JUMP_TBL(0x37, IL_0037) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0037: { return; } } // System.Void Newtonsoft.Json.Serialization.JsonContract::InvokeOnDeserializing(System.Object,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void JsonContract_InvokeOnDeserializing_m1126136130 (JsonContract_t3715061318 * __this, RuntimeObject * ___o0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonContract_InvokeOnDeserializing_m1126136130_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject* L_0 = __this->get__onDeserializingCallbacks_10(); if (!L_0) { goto IL_0037; } } { RuntimeObject* L_1 = __this->get__onDeserializingCallbacks_10(); NullCheck(L_1); RuntimeObject* L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t1288709628_il2cpp_TypeInfo_var, L_1); V_0 = L_2; } IL_0014: try { // begin try (depth: 1) { goto IL_0023; } IL_0016: { RuntimeObject* L_3 = V_0; NullCheck(L_3); SerializationCallback_t2308856739 * L_4 = InterfaceFuncInvoker0< SerializationCallback_t2308856739 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t2741427207_il2cpp_TypeInfo_var, L_3); RuntimeObject * L_5 = ___o0; StreamingContext_t3711869237 L_6 = ___context1; NullCheck(L_4); SerializationCallback_Invoke_m1571949548(L_4, L_5, L_6, /*hidden argument*/NULL); } IL_0023: { RuntimeObject* L_7 = V_0; NullCheck(L_7); bool L_8 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_7); if (L_8) { goto IL_0016; } } IL_002b: { IL2CPP_LEAVE(0x37, FINALLY_002d); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002d; } FINALLY_002d: { // begin finally (depth: 1) { RuntimeObject* L_9 = V_0; if (!L_9) { goto IL_0036; } } IL_0030: { RuntimeObject* L_10 = V_0; NullCheck(L_10); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_10); } IL_0036: { IL2CPP_END_FINALLY(45) } } // end finally (depth: 1) IL2CPP_CLEANUP(45) { IL2CPP_JUMP_TBL(0x37, IL_0037) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0037: { return; } } // System.Void Newtonsoft.Json.Serialization.JsonContract::InvokeOnDeserialized(System.Object,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void JsonContract_InvokeOnDeserialized_m2400434663 (JsonContract_t3715061318 * __this, RuntimeObject * ___o0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonContract_InvokeOnDeserialized_m2400434663_MetadataUsageId); s_Il2CppMethodInitialized = true; } Enumerator_t1375208062 V_0; memset(&V_0, 0, sizeof(V_0)); Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { List_1_t3780931481 * L_0 = __this->get__onDeserializedCallbacks_9(); if (!L_0) { goto IL_003d; } } { List_1_t3780931481 * L_1 = __this->get__onDeserializedCallbacks_9(); NullCheck(L_1); Enumerator_t1375208062 L_2 = List_1_GetEnumerator_m3347607899(L_1, /*hidden argument*/List_1_GetEnumerator_m3347607899_RuntimeMethod_var); V_0 = L_2; } IL_0014: try { // begin try (depth: 1) { goto IL_0024; } IL_0016: { SerializationCallback_t2308856739 * L_3 = Enumerator_get_Current_m544481247((&V_0), /*hidden argument*/Enumerator_get_Current_m544481247_RuntimeMethod_var); RuntimeObject * L_4 = ___o0; StreamingContext_t3711869237 L_5 = ___context1; NullCheck(L_3); SerializationCallback_Invoke_m1571949548(L_3, L_4, L_5, /*hidden argument*/NULL); } IL_0024: { bool L_6 = Enumerator_MoveNext_m1405645913((&V_0), /*hidden argument*/Enumerator_MoveNext_m1405645913_RuntimeMethod_var); if (L_6) { goto IL_0016; } } IL_002d: { IL2CPP_LEAVE(0x3D, FINALLY_002f); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002f; } FINALLY_002f: { // begin finally (depth: 1) Enumerator_Dispose_m3784815159((&V_0), /*hidden argument*/Enumerator_Dispose_m3784815159_RuntimeMethod_var); IL2CPP_END_FINALLY(47) } // end finally (depth: 1) IL2CPP_CLEANUP(47) { IL2CPP_JUMP_TBL(0x3D, IL_003d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_003d: { return; } } // System.Void Newtonsoft.Json.Serialization.JsonContract::InvokeOnError(System.Object,System.Runtime.Serialization.StreamingContext,Newtonsoft.Json.Serialization.ErrorContext) extern "C" IL2CPP_METHOD_ATTR void JsonContract_InvokeOnError_m2358688078 (JsonContract_t3715061318 * __this, RuntimeObject * ___o0, StreamingContext_t3711869237 ___context1, ErrorContext_t3532118581 * ___errorContext2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonContract_InvokeOnError_m2358688078_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject* L_0 = __this->get__onErrorCallbacks_13(); if (!L_0) { goto IL_0038; } } { RuntimeObject* L_1 = __this->get__onErrorCallbacks_13(); NullCheck(L_1); RuntimeObject* L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t3313045968_il2cpp_TypeInfo_var, L_1); V_0 = L_2; } IL_0014: try { // begin try (depth: 1) { goto IL_0024; } IL_0016: { RuntimeObject* L_3 = V_0; NullCheck(L_3); SerializationErrorCallback_t38225783 * L_4 = InterfaceFuncInvoker0< SerializationErrorCallback_t38225783 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t470796251_il2cpp_TypeInfo_var, L_3); RuntimeObject * L_5 = ___o0; StreamingContext_t3711869237 L_6 = ___context1; ErrorContext_t3532118581 * L_7 = ___errorContext2; NullCheck(L_4); SerializationErrorCallback_Invoke_m4076101983(L_4, L_5, L_6, L_7, /*hidden argument*/NULL); } IL_0024: { RuntimeObject* L_8 = V_0; NullCheck(L_8); bool L_9 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_8); if (L_9) { goto IL_0016; } } IL_002c: { IL2CPP_LEAVE(0x38, FINALLY_002e); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002e; } FINALLY_002e: { // begin finally (depth: 1) { RuntimeObject* L_10 = V_0; if (!L_10) { goto IL_0037; } } IL_0031: { RuntimeObject* L_11 = V_0; NullCheck(L_11); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_11); } IL_0037: { IL2CPP_END_FINALLY(46) } } // end finally (depth: 1) IL2CPP_CLEANUP(46) { IL2CPP_JUMP_TBL(0x38, IL_0038) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0038: { return; } } // Newtonsoft.Json.Serialization.SerializationCallback Newtonsoft.Json.Serialization.JsonContract::CreateSerializationCallback(System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR SerializationCallback_t2308856739 * JsonContract_CreateSerializationCallback_m3079319900 (RuntimeObject * __this /* static, unused */, MethodInfo_t * ___callbackMethodInfo0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonContract_CreateSerializationCallback_m3079319900_MetadataUsageId); s_Il2CppMethodInitialized = true; } { U3CU3Ec__DisplayClass73_0_t231501766 * L_0 = (U3CU3Ec__DisplayClass73_0_t231501766 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass73_0_t231501766_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass73_0__ctor_m2292692135(L_0, /*hidden argument*/NULL); U3CU3Ec__DisplayClass73_0_t231501766 * L_1 = L_0; MethodInfo_t * L_2 = ___callbackMethodInfo0; NullCheck(L_1); L_1->set_callbackMethodInfo_0(L_2); intptr_t L_3 = (intptr_t)U3CU3Ec__DisplayClass73_0_U3CCreateSerializationCallbackU3Eb__0_m2014157068_RuntimeMethod_var; SerializationCallback_t2308856739 * L_4 = (SerializationCallback_t2308856739 *)il2cpp_codegen_object_new(SerializationCallback_t2308856739_il2cpp_TypeInfo_var); SerializationCallback__ctor_m4199184626(L_4, L_1, L_3, /*hidden argument*/NULL); return L_4; } } // Newtonsoft.Json.Serialization.SerializationErrorCallback Newtonsoft.Json.Serialization.JsonContract::CreateSerializationErrorCallback(System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR SerializationErrorCallback_t38225783 * JsonContract_CreateSerializationErrorCallback_m3321481927 (RuntimeObject * __this /* static, unused */, MethodInfo_t * ___callbackMethodInfo0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonContract_CreateSerializationErrorCallback_m3321481927_MetadataUsageId); s_Il2CppMethodInitialized = true; } { U3CU3Ec__DisplayClass74_0_t231698374 * L_0 = (U3CU3Ec__DisplayClass74_0_t231698374 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass74_0_t231698374_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass74_0__ctor_m3081548963(L_0, /*hidden argument*/NULL); U3CU3Ec__DisplayClass74_0_t231698374 * L_1 = L_0; MethodInfo_t * L_2 = ___callbackMethodInfo0; NullCheck(L_1); L_1->set_callbackMethodInfo_0(L_2); intptr_t L_3 = (intptr_t)U3CU3Ec__DisplayClass74_0_U3CCreateSerializationErrorCallbackU3Eb__0_m3621672111_RuntimeMethod_var; SerializationErrorCallback_t38225783 * L_4 = (SerializationErrorCallback_t38225783 *)il2cpp_codegen_object_new(SerializationErrorCallback_t38225783_il2cpp_TypeInfo_var); SerializationErrorCallback__ctor_m1199516942(L_4, L_1, 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.Serialization.JsonContract/<>c__DisplayClass73_0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass73_0__ctor_m2292692135 (U3CU3Ec__DisplayClass73_0_t231501766 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.JsonContract/<>c__DisplayClass73_0::b__0(System.Object,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass73_0_U3CCreateSerializationCallbackU3Eb__0_m2014157068 (U3CU3Ec__DisplayClass73_0_t231501766 * __this, RuntimeObject * ___o0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec__DisplayClass73_0_U3CCreateSerializationCallbackU3Eb__0_m2014157068_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MethodInfo_t * L_0 = __this->get_callbackMethodInfo_0(); RuntimeObject * L_1 = ___o0; ObjectU5BU5D_t2843939325* L_2 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); StreamingContext_t3711869237 L_3 = ___context1; StreamingContext_t3711869237 L_4 = L_3; RuntimeObject * L_5 = Box(StreamingContext_t3711869237_il2cpp_TypeInfo_var, &L_4); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_5); (L_2)->SetAt(static_cast(0), (RuntimeObject *)L_5); NullCheck(L_0); MethodBase_Invoke_m1776411915(L_0, L_1, L_2, /*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.JsonContract/<>c__DisplayClass74_0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass74_0__ctor_m3081548963 (U3CU3Ec__DisplayClass74_0_t231698374 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.JsonContract/<>c__DisplayClass74_0::b__0(System.Object,System.Runtime.Serialization.StreamingContext,Newtonsoft.Json.Serialization.ErrorContext) extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass74_0_U3CCreateSerializationErrorCallbackU3Eb__0_m3621672111 (U3CU3Ec__DisplayClass74_0_t231698374 * __this, RuntimeObject * ___o0, StreamingContext_t3711869237 ___context1, ErrorContext_t3532118581 * ___econtext2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec__DisplayClass74_0_U3CCreateSerializationErrorCallbackU3Eb__0_m3621672111_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MethodInfo_t * L_0 = __this->get_callbackMethodInfo_0(); RuntimeObject * L_1 = ___o0; ObjectU5BU5D_t2843939325* L_2 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)2)); StreamingContext_t3711869237 L_3 = ___context1; StreamingContext_t3711869237 L_4 = L_3; RuntimeObject * L_5 = Box(StreamingContext_t3711869237_il2cpp_TypeInfo_var, &L_4); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_5); (L_2)->SetAt(static_cast(0), (RuntimeObject *)L_5); ObjectU5BU5D_t2843939325* L_6 = L_2; ErrorContext_t3532118581 * L_7 = ___econtext2; NullCheck(L_6); ArrayElementTypeCheck (L_6, L_7); (L_6)->SetAt(static_cast(1), (RuntimeObject *)L_7); NullCheck(L_0); MethodBase_Invoke_m1776411915(L_0, L_1, L_6, /*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.Func`2 Newtonsoft.Json.Serialization.JsonDictionaryContract::get_DictionaryKeyResolver() extern "C" IL2CPP_METHOD_ATTR Func_2_t3947292210 * JsonDictionaryContract_get_DictionaryKeyResolver_m574573402 (JsonDictionaryContract_t4040570183 * __this, const RuntimeMethod* method) { { Func_2_t3947292210 * L_0 = __this->get_U3CDictionaryKeyResolverU3Ek__BackingField_27(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonDictionaryContract::set_DictionaryKeyResolver(System.Func`2) extern "C" IL2CPP_METHOD_ATTR void JsonDictionaryContract_set_DictionaryKeyResolver_m1439970577 (JsonDictionaryContract_t4040570183 * __this, Func_2_t3947292210 * ___value0, const RuntimeMethod* method) { { Func_2_t3947292210 * L_0 = ___value0; __this->set_U3CDictionaryKeyResolverU3Ek__BackingField_27(L_0); return; } } // System.Type Newtonsoft.Json.Serialization.JsonDictionaryContract::get_DictionaryKeyType() extern "C" IL2CPP_METHOD_ATTR Type_t * JsonDictionaryContract_get_DictionaryKeyType_m3960022144 (JsonDictionaryContract_t4040570183 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_U3CDictionaryKeyTypeU3Ek__BackingField_28(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonDictionaryContract::set_DictionaryKeyType(System.Type) extern "C" IL2CPP_METHOD_ATTR void JsonDictionaryContract_set_DictionaryKeyType_m218280699 (JsonDictionaryContract_t4040570183 * __this, Type_t * ___value0, const RuntimeMethod* method) { { Type_t * L_0 = ___value0; __this->set_U3CDictionaryKeyTypeU3Ek__BackingField_28(L_0); return; } } // System.Type Newtonsoft.Json.Serialization.JsonDictionaryContract::get_DictionaryValueType() extern "C" IL2CPP_METHOD_ATTR Type_t * JsonDictionaryContract_get_DictionaryValueType_m524191807 (JsonDictionaryContract_t4040570183 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_U3CDictionaryValueTypeU3Ek__BackingField_29(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonDictionaryContract::set_DictionaryValueType(System.Type) extern "C" IL2CPP_METHOD_ATTR void JsonDictionaryContract_set_DictionaryValueType_m1517591338 (JsonDictionaryContract_t4040570183 * __this, Type_t * ___value0, const RuntimeMethod* method) { { Type_t * L_0 = ___value0; __this->set_U3CDictionaryValueTypeU3Ek__BackingField_29(L_0); return; } } // Newtonsoft.Json.Serialization.JsonContract Newtonsoft.Json.Serialization.JsonDictionaryContract::get_KeyContract() extern "C" IL2CPP_METHOD_ATTR JsonContract_t3715061318 * JsonDictionaryContract_get_KeyContract_m1662020744 (JsonDictionaryContract_t4040570183 * __this, const RuntimeMethod* method) { { JsonContract_t3715061318 * L_0 = __this->get_U3CKeyContractU3Ek__BackingField_30(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonDictionaryContract::set_KeyContract(Newtonsoft.Json.Serialization.JsonContract) extern "C" IL2CPP_METHOD_ATTR void JsonDictionaryContract_set_KeyContract_m1550676890 (JsonDictionaryContract_t4040570183 * __this, JsonContract_t3715061318 * ___value0, const RuntimeMethod* method) { { JsonContract_t3715061318 * L_0 = ___value0; __this->set_U3CKeyContractU3Ek__BackingField_30(L_0); return; } } // System.Boolean Newtonsoft.Json.Serialization.JsonDictionaryContract::get_ShouldCreateWrapper() extern "C" IL2CPP_METHOD_ATTR bool JsonDictionaryContract_get_ShouldCreateWrapper_m4140590597 (JsonDictionaryContract_t4040570183 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CShouldCreateWrapperU3Ek__BackingField_35(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonDictionaryContract::set_ShouldCreateWrapper(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonDictionaryContract_set_ShouldCreateWrapper_m4065118902 (JsonDictionaryContract_t4040570183 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CShouldCreateWrapperU3Ek__BackingField_35(L_0); return; } } // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Serialization.JsonDictionaryContract::get_ParameterizedCreator() extern "C" IL2CPP_METHOD_ATTR ObjectConstructor_1_t3207922868 * JsonDictionaryContract_get_ParameterizedCreator_m269017847 (JsonDictionaryContract_t4040570183 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonDictionaryContract_get_ParameterizedCreator_m269017847_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjectConstructor_1_t3207922868 * L_0 = __this->get__parameterizedCreator_38(); if (L_0) { goto IL_001e; } } { IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); ReflectionDelegateFactory_t2528576452 * L_1 = JsonTypeReflector_get_ReflectionDelegateFactory_m2937328847(NULL /*static, unused*/, /*hidden argument*/NULL); ConstructorInfo_t5769829 * L_2 = __this->get__parameterizedConstructor_36(); NullCheck(L_1); ObjectConstructor_1_t3207922868 * L_3 = VirtFuncInvoker1< ObjectConstructor_1_t3207922868 *, MethodBase_t * >::Invoke(5 /* Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Utilities.ReflectionDelegateFactory::CreateParameterizedConstructor(System.Reflection.MethodBase) */, L_1, L_2); __this->set__parameterizedCreator_38(L_3); } IL_001e: { ObjectConstructor_1_t3207922868 * L_4 = __this->get__parameterizedCreator_38(); return L_4; } } // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Serialization.JsonDictionaryContract::get_OverrideCreator() extern "C" IL2CPP_METHOD_ATTR ObjectConstructor_1_t3207922868 * JsonDictionaryContract_get_OverrideCreator_m1844363331 (JsonDictionaryContract_t4040570183 * __this, const RuntimeMethod* method) { { ObjectConstructor_1_t3207922868 * L_0 = __this->get__overrideCreator_37(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonDictionaryContract::set_OverrideCreator(Newtonsoft.Json.Serialization.ObjectConstructor`1) extern "C" IL2CPP_METHOD_ATTR void JsonDictionaryContract_set_OverrideCreator_m3387884206 (JsonDictionaryContract_t4040570183 * __this, ObjectConstructor_1_t3207922868 * ___value0, const RuntimeMethod* method) { { ObjectConstructor_1_t3207922868 * L_0 = ___value0; __this->set__overrideCreator_37(L_0); return; } } // System.Boolean Newtonsoft.Json.Serialization.JsonDictionaryContract::get_HasParameterizedCreator() extern "C" IL2CPP_METHOD_ATTR bool JsonDictionaryContract_get_HasParameterizedCreator_m3461684307 (JsonDictionaryContract_t4040570183 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CHasParameterizedCreatorU3Ek__BackingField_39(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonDictionaryContract::set_HasParameterizedCreator(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonDictionaryContract_set_HasParameterizedCreator_m2566623852 (JsonDictionaryContract_t4040570183 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CHasParameterizedCreatorU3Ek__BackingField_39(L_0); return; } } // System.Boolean Newtonsoft.Json.Serialization.JsonDictionaryContract::get_HasParameterizedCreatorInternal() extern "C" IL2CPP_METHOD_ATTR bool JsonDictionaryContract_get_HasParameterizedCreatorInternal_m1737926331 (JsonDictionaryContract_t4040570183 * __this, const RuntimeMethod* method) { { bool L_0 = JsonDictionaryContract_get_HasParameterizedCreator_m3461684307(__this, /*hidden argument*/NULL); if (L_0) { goto IL_001a; } } { ObjectConstructor_1_t3207922868 * L_1 = __this->get__parameterizedCreator_38(); if (L_1) { goto IL_001a; } } { ConstructorInfo_t5769829 * L_2 = __this->get__parameterizedConstructor_36(); return (bool)((!(((RuntimeObject*)(ConstructorInfo_t5769829 *)L_2) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } IL_001a: { return (bool)1; } } // System.Void Newtonsoft.Json.Serialization.JsonDictionaryContract::.ctor(System.Type) extern "C" IL2CPP_METHOD_ATTR void JsonDictionaryContract__ctor_m3820611099 (JsonDictionaryContract_t4040570183 * __this, Type_t * ___underlyingType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonDictionaryContract__ctor_m3820611099_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; Type_t * V_1 = NULL; Type_t * V_2 = NULL; { Type_t * L_0 = ___underlyingType0; JsonContainerContract__ctor_m10959526(__this, L_0, /*hidden argument*/NULL); ((JsonContract_t3715061318 *)__this)->set_ContractType_5(5); Type_t * L_1 = ___underlyingType0; RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (IDictionary_2_t3177279192_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); Type_t ** L_4 = __this->get_address_of__genericCollectionDefinitionType_31(); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); bool L_5 = ReflectionUtils_ImplementsGenericDefinition_m2172968317(NULL /*static, unused*/, L_1, L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_007e; } } { Type_t * L_6 = __this->get__genericCollectionDefinitionType_31(); NullCheck(L_6); TypeU5BU5D_t3940880105* L_7 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(92 /* System.Type[] System.Type::GetGenericArguments() */, L_6); NullCheck(L_7); int32_t L_8 = 0; Type_t * L_9 = (L_7)->GetAt(static_cast(L_8)); V_0 = L_9; Type_t * L_10 = __this->get__genericCollectionDefinitionType_31(); NullCheck(L_10); TypeU5BU5D_t3940880105* L_11 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(92 /* System.Type[] System.Type::GetGenericArguments() */, L_10); NullCheck(L_11); int32_t L_12 = 1; Type_t * L_13 = (L_11)->GetAt(static_cast(L_12)); V_1 = L_13; Type_t * L_14 = JsonContract_get_UnderlyingType_m1736598392(__this, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_15 = { reinterpret_cast (IDictionary_2_t3177279192_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_16 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); bool L_17 = ReflectionUtils_IsGenericDefinition_m4108214610(NULL /*static, unused*/, L_14, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_00af; } } { RuntimeTypeHandle_t3027515415 L_18 = { reinterpret_cast (Dictionary_2_t3621973219_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_19 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); TypeU5BU5D_t3940880105* L_20 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)2)); Type_t * L_21 = V_0; NullCheck(L_20); ArrayElementTypeCheck (L_20, L_21); (L_20)->SetAt(static_cast(0), (Type_t *)L_21); TypeU5BU5D_t3940880105* L_22 = L_20; Type_t * L_23 = V_1; NullCheck(L_22); ArrayElementTypeCheck (L_22, L_23); (L_22)->SetAt(static_cast(1), (Type_t *)L_23); NullCheck(L_19); Type_t * L_24 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t3940880105* >::Invoke(97 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_19, L_22); JsonContract_set_CreatedType_m1813027180(__this, L_24, /*hidden argument*/NULL); goto IL_00af; } IL_007e: { Type_t * L_25 = JsonContract_get_UnderlyingType_m1736598392(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); ReflectionUtils_GetDictionaryKeyValueTypes_m3140437744(NULL /*static, unused*/, L_25, (&V_0), (&V_1), /*hidden argument*/NULL); Type_t * L_26 = JsonContract_get_UnderlyingType_m1736598392(__this, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_27 = { reinterpret_cast (IDictionary_t1363984059_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_28 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_27, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_26) == ((RuntimeObject*)(Type_t *)L_28)))) { goto IL_00af; } } { RuntimeTypeHandle_t3027515415 L_29 = { reinterpret_cast (Dictionary_2_t132545152_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_30 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_29, /*hidden argument*/NULL); JsonContract_set_CreatedType_m1813027180(__this, L_30, /*hidden argument*/NULL); } IL_00af: { Type_t * L_31 = V_0; if (!L_31) { goto IL_0100; } } { Type_t * L_32 = V_1; if (!L_32) { goto IL_0100; } } { Type_t * L_33 = JsonContract_get_CreatedType_m1028628000(__this, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_34 = { reinterpret_cast (KeyValuePair_2_t4175610960_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_35 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_34, /*hidden argument*/NULL); TypeU5BU5D_t3940880105* L_36 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)2)); Type_t * L_37 = V_0; NullCheck(L_36); ArrayElementTypeCheck (L_36, L_37); (L_36)->SetAt(static_cast(0), (Type_t *)L_37); TypeU5BU5D_t3940880105* L_38 = L_36; Type_t * L_39 = V_1; NullCheck(L_38); ArrayElementTypeCheck (L_38, L_39); (L_38)->SetAt(static_cast(1), (Type_t *)L_39); NullCheck(L_35); Type_t * L_40 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t3940880105* >::Invoke(97 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_35, L_38); RuntimeTypeHandle_t3027515415 L_41 = { reinterpret_cast (IDictionary_2_t3177279192_0_0_0_var) }; Type_t * L_42 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_41, /*hidden argument*/NULL); TypeU5BU5D_t3940880105* L_43 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)2)); Type_t * L_44 = V_0; NullCheck(L_43); ArrayElementTypeCheck (L_43, L_44); (L_43)->SetAt(static_cast(0), (Type_t *)L_44); TypeU5BU5D_t3940880105* L_45 = L_43; Type_t * L_46 = V_1; NullCheck(L_45); ArrayElementTypeCheck (L_45, L_46); (L_45)->SetAt(static_cast(1), (Type_t *)L_46); NullCheck(L_42); Type_t * L_47 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t3940880105* >::Invoke(97 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_42, L_45); ConstructorInfo_t5769829 * L_48 = CollectionUtils_ResolveEnumerableCollectionConstructor_m2494527832(NULL /*static, unused*/, L_33, L_40, L_47, /*hidden argument*/NULL); __this->set__parameterizedConstructor_36(L_48); } IL_0100: { RuntimeTypeHandle_t3027515415 L_49 = { reinterpret_cast (IDictionary_t1363984059_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_50 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_49, /*hidden argument*/NULL); Type_t * L_51 = JsonContract_get_CreatedType_m1028628000(__this, /*hidden argument*/NULL); NullCheck(L_50); bool L_52 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_50, L_51); JsonDictionaryContract_set_ShouldCreateWrapper_m4065118902(__this, (bool)((((int32_t)L_52) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); Type_t * L_53 = V_0; JsonDictionaryContract_set_DictionaryKeyType_m218280699(__this, L_53, /*hidden argument*/NULL); Type_t * L_54 = V_1; JsonDictionaryContract_set_DictionaryValueType_m1517591338(__this, L_54, /*hidden argument*/NULL); Type_t * L_55 = JsonDictionaryContract_get_DictionaryValueType_m524191807(__this, /*hidden argument*/NULL); if (!L_55) { goto IL_0161; } } { Type_t * L_56 = JsonDictionaryContract_get_DictionaryValueType_m524191807(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); bool L_57 = ReflectionUtils_IsNullableType_m2557784957(NULL /*static, unused*/, L_56, /*hidden argument*/NULL); if (!L_57) { goto IL_0161; } } { Type_t * L_58 = JsonContract_get_CreatedType_m1028628000(__this, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_59 = { reinterpret_cast (Dictionary_2_t3621973219_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_60 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_59, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); bool L_61 = ReflectionUtils_InheritsGenericDefinition_m626434391(NULL /*static, unused*/, L_58, L_60, (&V_2), /*hidden argument*/NULL); if (!L_61) { goto IL_0161; } } { JsonDictionaryContract_set_ShouldCreateWrapper_m4065118902(__this, (bool)1, /*hidden argument*/NULL); } IL_0161: { return; } } // Newtonsoft.Json.Utilities.IWrappedDictionary Newtonsoft.Json.Serialization.JsonDictionaryContract::CreateWrapper(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonDictionaryContract_CreateWrapper_m1557137919 (JsonDictionaryContract_t4040570183 * __this, RuntimeObject * ___dictionary0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonDictionaryContract_CreateWrapper_m1557137919_MetadataUsageId); s_Il2CppMethodInitialized = true; } ConstructorInfo_t5769829 * V_0 = NULL; { ObjectConstructor_1_t3207922868 * L_0 = __this->get__genericWrapperCreator_33(); if (L_0) { goto IL_0061; } } { RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (DictionaryWrapper_2_t4225142744_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); TypeU5BU5D_t3940880105* L_3 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)2)); Type_t * L_4 = JsonDictionaryContract_get_DictionaryKeyType_m3960022144(__this, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(0), (Type_t *)L_4); TypeU5BU5D_t3940880105* L_5 = L_3; Type_t * L_6 = JsonDictionaryContract_get_DictionaryValueType_m524191807(__this, /*hidden argument*/NULL); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(1), (Type_t *)L_6); NullCheck(L_2); Type_t * L_7 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t3940880105* >::Invoke(97 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_2, L_5); __this->set__genericWrapperType_32(L_7); Type_t * L_8 = __this->get__genericWrapperType_32(); TypeU5BU5D_t3940880105* L_9 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)1)); Type_t * L_10 = __this->get__genericCollectionDefinitionType_31(); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(0), (Type_t *)L_10); NullCheck(L_8); ConstructorInfo_t5769829 * L_11 = Type_GetConstructor_m2219014380(L_8, L_9, /*hidden argument*/NULL); V_0 = L_11; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); ReflectionDelegateFactory_t2528576452 * L_12 = JsonTypeReflector_get_ReflectionDelegateFactory_m2937328847(NULL /*static, unused*/, /*hidden argument*/NULL); ConstructorInfo_t5769829 * L_13 = V_0; NullCheck(L_12); ObjectConstructor_1_t3207922868 * L_14 = VirtFuncInvoker1< ObjectConstructor_1_t3207922868 *, MethodBase_t * >::Invoke(5 /* Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Utilities.ReflectionDelegateFactory::CreateParameterizedConstructor(System.Reflection.MethodBase) */, L_12, L_13); __this->set__genericWrapperCreator_33(L_14); } IL_0061: { ObjectConstructor_1_t3207922868 * L_15 = __this->get__genericWrapperCreator_33(); ObjectU5BU5D_t2843939325* L_16 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); RuntimeObject * L_17 = ___dictionary0; NullCheck(L_16); ArrayElementTypeCheck (L_16, L_17); (L_16)->SetAt(static_cast(0), (RuntimeObject *)L_17); NullCheck(L_15); RuntimeObject * L_18 = ObjectConstructor_1_Invoke_m3185456453(L_15, L_16, /*hidden argument*/ObjectConstructor_1_Invoke_m3185456453_RuntimeMethod_var); return ((RuntimeObject*)Castclass((RuntimeObject*)L_18, IWrappedDictionary_t3156963174_il2cpp_TypeInfo_var)); } } // System.Collections.IDictionary Newtonsoft.Json.Serialization.JsonDictionaryContract::CreateTemporaryDictionary() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonDictionaryContract_CreateTemporaryDictionary_m583414434 (JsonDictionaryContract_t4040570183 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonDictionaryContract_CreateTemporaryDictionary_m583414434_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; Type_t * G_B3_0 = NULL; int32_t G_B3_1 = 0; TypeU5BU5D_t3940880105* G_B3_2 = NULL; TypeU5BU5D_t3940880105* G_B3_3 = NULL; Type_t * G_B3_4 = NULL; Type_t * G_B2_0 = NULL; int32_t G_B2_1 = 0; TypeU5BU5D_t3940880105* G_B2_2 = NULL; TypeU5BU5D_t3940880105* G_B2_3 = NULL; Type_t * G_B2_4 = NULL; Type_t * G_B5_0 = NULL; int32_t G_B5_1 = 0; TypeU5BU5D_t3940880105* G_B5_2 = NULL; TypeU5BU5D_t3940880105* G_B5_3 = NULL; Type_t * G_B5_4 = NULL; Type_t * G_B4_0 = NULL; int32_t G_B4_1 = 0; TypeU5BU5D_t3940880105* G_B4_2 = NULL; TypeU5BU5D_t3940880105* G_B4_3 = NULL; Type_t * G_B4_4 = NULL; { Func_1_t2509852811 * L_0 = __this->get__genericTemporaryDictionaryCreator_34(); if (L_0) { goto IL_005d; } } { RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (Dictionary_2_t3621973219_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); TypeU5BU5D_t3940880105* L_3 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)2)); Type_t * L_4 = JsonDictionaryContract_get_DictionaryKeyType_m3960022144(__this, /*hidden argument*/NULL); Type_t * L_5 = L_4; G_B2_0 = L_5; G_B2_1 = 0; G_B2_2 = L_3; G_B2_3 = L_3; G_B2_4 = L_2; if (L_5) { G_B3_0 = L_5; G_B3_1 = 0; G_B3_2 = L_3; G_B3_3 = L_3; G_B3_4 = L_2; goto IL_002e; } } { RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); G_B3_0 = L_7; G_B3_1 = G_B2_1; G_B3_2 = G_B2_2; G_B3_3 = G_B2_3; G_B3_4 = G_B2_4; } IL_002e: { NullCheck(G_B3_2); ArrayElementTypeCheck (G_B3_2, G_B3_0); (G_B3_2)->SetAt(static_cast(G_B3_1), (Type_t *)G_B3_0); TypeU5BU5D_t3940880105* L_8 = G_B3_3; Type_t * L_9 = JsonDictionaryContract_get_DictionaryValueType_m524191807(__this, /*hidden argument*/NULL); Type_t * L_10 = L_9; G_B4_0 = L_10; G_B4_1 = 1; G_B4_2 = L_8; G_B4_3 = L_8; G_B4_4 = G_B3_4; if (L_10) { G_B5_0 = L_10; G_B5_1 = 1; G_B5_2 = L_8; G_B5_3 = L_8; G_B5_4 = G_B3_4; goto IL_0045; } } { RuntimeTypeHandle_t3027515415 L_11 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_12 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); G_B5_0 = L_12; G_B5_1 = G_B4_1; G_B5_2 = G_B4_2; G_B5_3 = G_B4_3; G_B5_4 = G_B4_4; } IL_0045: { NullCheck(G_B5_2); ArrayElementTypeCheck (G_B5_2, G_B5_0); (G_B5_2)->SetAt(static_cast(G_B5_1), (Type_t *)G_B5_0); NullCheck(G_B5_4); Type_t * L_13 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t3940880105* >::Invoke(97 /* System.Type System.Type::MakeGenericType(System.Type[]) */, G_B5_4, G_B5_3); V_0 = L_13; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); ReflectionDelegateFactory_t2528576452 * L_14 = JsonTypeReflector_get_ReflectionDelegateFactory_m2937328847(NULL /*static, unused*/, /*hidden argument*/NULL); Type_t * L_15 = V_0; NullCheck(L_14); Func_1_t2509852811 * L_16 = GenericVirtFuncInvoker1< Func_1_t2509852811 *, Type_t * >::Invoke(ReflectionDelegateFactory_CreateDefaultConstructor_TisRuntimeObject_m1416164154_RuntimeMethod_var, L_14, L_15); __this->set__genericTemporaryDictionaryCreator_34(L_16); } IL_005d: { Func_1_t2509852811 * L_17 = __this->get__genericTemporaryDictionaryCreator_34(); NullCheck(L_17); RuntimeObject * L_18 = Func_1_Invoke_m348272648(L_17, /*hidden argument*/Func_1_Invoke_m348272648_RuntimeMethod_var); return ((RuntimeObject*)Castclass((RuntimeObject*)L_18, IDictionary_t1363984059_il2cpp_TypeInfo_var)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Serialization.JsonFormatterConverter::.ctor(Newtonsoft.Json.Serialization.JsonSerializerInternalReader,Newtonsoft.Json.Serialization.JsonISerializableContract,Newtonsoft.Json.Serialization.JsonProperty) extern "C" IL2CPP_METHOD_ATTR void JsonFormatterConverter__ctor_m3560039524 (JsonFormatterConverter_t1655671892 * __this, JsonSerializerInternalReader_t927352408 * ___reader0, JsonISerializableContract_t781833466 * ___contract1, JsonProperty_t1405154176 * ___member2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonFormatterConverter__ctor_m3560039524_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); JsonSerializerInternalReader_t927352408 * L_0 = ___reader0; ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, L_0, _stringLiteral3529812268, /*hidden argument*/NULL); JsonISerializableContract_t781833466 * L_1 = ___contract1; ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, L_1, _stringLiteral4196414068, /*hidden argument*/NULL); JsonSerializerInternalReader_t927352408 * L_2 = ___reader0; __this->set__reader_0(L_2); JsonISerializableContract_t781833466 * L_3 = ___contract1; __this->set__contract_1(L_3); JsonProperty_t1405154176 * L_4 = ___member2; __this->set__member_2(L_4); return; } } // System.Object Newtonsoft.Json.Serialization.JsonFormatterConverter::Convert(System.Object,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonFormatterConverter_Convert_m426188077 (JsonFormatterConverter_t1655671892 * __this, RuntimeObject * ___value0, Type_t * ___type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonFormatterConverter_Convert_m426188077_MetadataUsageId); s_Il2CppMethodInitialized = true; } JToken_t1038539247 * V_0 = NULL; { RuntimeObject * L_0 = ___value0; ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, L_0, _stringLiteral3493618073, /*hidden argument*/NULL); RuntimeObject * L_1 = ___value0; V_0 = ((JToken_t1038539247 *)IsInstClass((RuntimeObject*)L_1, JToken_t1038539247_il2cpp_TypeInfo_var)); JToken_t1038539247 * L_2 = V_0; if (L_2) { goto IL_0025; } } { ArgumentException_t132251570 * L_3 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_3, _stringLiteral2718495379, _stringLiteral3493618073, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,JsonFormatterConverter_Convert_m426188077_RuntimeMethod_var); } IL_0025: { JsonSerializerInternalReader_t927352408 * L_4 = __this->get__reader_0(); JToken_t1038539247 * L_5 = V_0; Type_t * L_6 = ___type1; JsonISerializableContract_t781833466 * L_7 = __this->get__contract_1(); JsonProperty_t1405154176 * L_8 = __this->get__member_2(); NullCheck(L_4); RuntimeObject * L_9 = JsonSerializerInternalReader_CreateISerializableItem_m1700526544(L_4, L_5, L_6, L_7, L_8, /*hidden argument*/NULL); return L_9; } } // System.Boolean Newtonsoft.Json.Serialization.JsonFormatterConverter::ToBoolean(System.Object) extern "C" IL2CPP_METHOD_ATTR bool JsonFormatterConverter_ToBoolean_m2889638399 (JsonFormatterConverter_t1655671892 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonFormatterConverter_ToBoolean_m2889638399_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; bool L_1 = JsonFormatterConverter_GetTokenValue_TisBoolean_t97287965_m2160438893(__this, L_0, /*hidden argument*/JsonFormatterConverter_GetTokenValue_TisBoolean_t97287965_m2160438893_RuntimeMethod_var); return L_1; } } // System.Int16 Newtonsoft.Json.Serialization.JsonFormatterConverter::ToInt16(System.Object) extern "C" IL2CPP_METHOD_ATTR int16_t JsonFormatterConverter_ToInt16_m1629111559 (JsonFormatterConverter_t1655671892 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonFormatterConverter_ToInt16_m1629111559_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; int16_t L_1 = JsonFormatterConverter_GetTokenValue_TisInt16_t2552820387_m3498290763(__this, L_0, /*hidden argument*/JsonFormatterConverter_GetTokenValue_TisInt16_t2552820387_m3498290763_RuntimeMethod_var); return L_1; } } // System.Int32 Newtonsoft.Json.Serialization.JsonFormatterConverter::ToInt32(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t JsonFormatterConverter_ToInt32_m4236808306 (JsonFormatterConverter_t1655671892 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonFormatterConverter_ToInt32_m4236808306_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; int32_t L_1 = JsonFormatterConverter_GetTokenValue_TisInt32_t2950945753_m382980225(__this, L_0, /*hidden argument*/JsonFormatterConverter_GetTokenValue_TisInt32_t2950945753_m382980225_RuntimeMethod_var); return L_1; } } // System.Int64 Newtonsoft.Json.Serialization.JsonFormatterConverter::ToInt64(System.Object) extern "C" IL2CPP_METHOD_ATTR int64_t JsonFormatterConverter_ToInt64_m1654064979 (JsonFormatterConverter_t1655671892 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonFormatterConverter_ToInt64_m1654064979_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; int64_t L_1 = JsonFormatterConverter_GetTokenValue_TisInt64_t3736567304_m582652085(__this, L_0, /*hidden argument*/JsonFormatterConverter_GetTokenValue_TisInt64_t3736567304_m582652085_RuntimeMethod_var); return L_1; } } // System.String Newtonsoft.Json.Serialization.JsonFormatterConverter::ToString(System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* JsonFormatterConverter_ToString_m3802480156 (JsonFormatterConverter_t1655671892 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonFormatterConverter_ToString_m3802480156_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; String_t* L_1 = JsonFormatterConverter_GetTokenValue_TisString_t_m1876574947(__this, L_0, /*hidden argument*/JsonFormatterConverter_GetTokenValue_TisString_t_m1876574947_RuntimeMethod_var); return L_1; } } // System.UInt32 Newtonsoft.Json.Serialization.JsonFormatterConverter::ToUInt32(System.Object) extern "C" IL2CPP_METHOD_ATTR uint32_t JsonFormatterConverter_ToUInt32_m2457336508 (JsonFormatterConverter_t1655671892 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonFormatterConverter_ToUInt32_m2457336508_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; uint32_t L_1 = JsonFormatterConverter_GetTokenValue_TisUInt32_t2560061978_m3989708118(__this, L_0, /*hidden argument*/JsonFormatterConverter_GetTokenValue_TisUInt32_t2560061978_m3989708118_RuntimeMethod_var); 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 // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Serialization.JsonISerializableContract::get_ISerializableCreator() extern "C" IL2CPP_METHOD_ATTR ObjectConstructor_1_t3207922868 * JsonISerializableContract_get_ISerializableCreator_m216471585 (JsonISerializableContract_t781833466 * __this, const RuntimeMethod* method) { { ObjectConstructor_1_t3207922868 * L_0 = __this->get_U3CISerializableCreatorU3Ek__BackingField_27(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonISerializableContract::set_ISerializableCreator(Newtonsoft.Json.Serialization.ObjectConstructor`1) extern "C" IL2CPP_METHOD_ATTR void JsonISerializableContract_set_ISerializableCreator_m3465362447 (JsonISerializableContract_t781833466 * __this, ObjectConstructor_1_t3207922868 * ___value0, const RuntimeMethod* method) { { ObjectConstructor_1_t3207922868 * L_0 = ___value0; __this->set_U3CISerializableCreatorU3Ek__BackingField_27(L_0); return; } } // System.Void Newtonsoft.Json.Serialization.JsonISerializableContract::.ctor(System.Type) extern "C" IL2CPP_METHOD_ATTR void JsonISerializableContract__ctor_m2855352365 (JsonISerializableContract_t781833466 * __this, Type_t * ___underlyingType0, const RuntimeMethod* method) { { Type_t * L_0 = ___underlyingType0; JsonContainerContract__ctor_m10959526(__this, L_0, /*hidden argument*/NULL); ((JsonContract_t3715061318 *)__this)->set_ContractType_5(7); 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.JsonLinqContract::.ctor(System.Type) extern "C" IL2CPP_METHOD_ATTR void JsonLinqContract__ctor_m2245079414 (JsonLinqContract_t1088793043 * __this, Type_t * ___underlyingType0, const RuntimeMethod* method) { { Type_t * L_0 = ___underlyingType0; JsonContract__ctor_m325732499(__this, L_0, /*hidden argument*/NULL); ((JsonContract_t3715061318 *)__this)->set_ContractType_5(8); 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.MemberSerialization Newtonsoft.Json.Serialization.JsonObjectContract::get_MemberSerialization() extern "C" IL2CPP_METHOD_ATTR int32_t JsonObjectContract_get_MemberSerialization_m1043931076 (JsonObjectContract_t868533143 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CMemberSerializationU3Ek__BackingField_27(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonObjectContract::set_MemberSerialization(Newtonsoft.Json.MemberSerialization) extern "C" IL2CPP_METHOD_ATTR void JsonObjectContract_set_MemberSerialization_m1909053855 (JsonObjectContract_t868533143 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CMemberSerializationU3Ek__BackingField_27(L_0); return; } } // System.Nullable`1 Newtonsoft.Json.Serialization.JsonObjectContract::get_ItemRequired() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t3313944452 JsonObjectContract_get_ItemRequired_m2746828835 (JsonObjectContract_t868533143 * __this, const RuntimeMethod* method) { { Nullable_1_t3313944452 L_0 = __this->get_U3CItemRequiredU3Ek__BackingField_28(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonObjectContract::set_ItemRequired(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR void JsonObjectContract_set_ItemRequired_m1026677848 (JsonObjectContract_t868533143 * __this, Nullable_1_t3313944452 ___value0, const RuntimeMethod* method) { { Nullable_1_t3313944452 L_0 = ___value0; __this->set_U3CItemRequiredU3Ek__BackingField_28(L_0); return; } } // Newtonsoft.Json.Serialization.JsonPropertyCollection Newtonsoft.Json.Serialization.JsonObjectContract::get_Properties() extern "C" IL2CPP_METHOD_ATTR JsonPropertyCollection_t2691548039 * JsonObjectContract_get_Properties_m694356175 (JsonObjectContract_t868533143 * __this, const RuntimeMethod* method) { { JsonPropertyCollection_t2691548039 * L_0 = __this->get_U3CPropertiesU3Ek__BackingField_29(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonObjectContract::set_Properties(Newtonsoft.Json.Serialization.JsonPropertyCollection) extern "C" IL2CPP_METHOD_ATTR void JsonObjectContract_set_Properties_m1155798808 (JsonObjectContract_t868533143 * __this, JsonPropertyCollection_t2691548039 * ___value0, const RuntimeMethod* method) { { JsonPropertyCollection_t2691548039 * L_0 = ___value0; __this->set_U3CPropertiesU3Ek__BackingField_29(L_0); return; } } // Newtonsoft.Json.Serialization.JsonPropertyCollection Newtonsoft.Json.Serialization.JsonObjectContract::get_CreatorParameters() extern "C" IL2CPP_METHOD_ATTR JsonPropertyCollection_t2691548039 * JsonObjectContract_get_CreatorParameters_m3121334226 (JsonObjectContract_t868533143 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonObjectContract_get_CreatorParameters_m3121334226_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonPropertyCollection_t2691548039 * L_0 = __this->get__creatorParameters_38(); if (L_0) { goto IL_0019; } } { Type_t * L_1 = JsonContract_get_UnderlyingType_m1736598392(__this, /*hidden argument*/NULL); JsonPropertyCollection_t2691548039 * L_2 = (JsonPropertyCollection_t2691548039 *)il2cpp_codegen_object_new(JsonPropertyCollection_t2691548039_il2cpp_TypeInfo_var); JsonPropertyCollection__ctor_m2705261233(L_2, L_1, /*hidden argument*/NULL); __this->set__creatorParameters_38(L_2); } IL_0019: { JsonPropertyCollection_t2691548039 * L_3 = __this->get__creatorParameters_38(); return L_3; } } // System.Void Newtonsoft.Json.Serialization.JsonObjectContract::set_OverrideConstructor(System.Reflection.ConstructorInfo) extern "C" IL2CPP_METHOD_ATTR void JsonObjectContract_set_OverrideConstructor_m3963846992 (JsonObjectContract_t868533143 * __this, ConstructorInfo_t5769829 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonObjectContract_set_OverrideConstructor_m3963846992_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonObjectContract_t868533143 * G_B2_0 = NULL; JsonObjectContract_t868533143 * G_B1_0 = NULL; ObjectConstructor_1_t3207922868 * G_B3_0 = NULL; JsonObjectContract_t868533143 * G_B3_1 = NULL; { ConstructorInfo_t5769829 * L_0 = ___value0; __this->set__overrideConstructor_35(L_0); ConstructorInfo_t5769829 * L_1 = ___value0; G_B1_0 = __this; if (L_1) { G_B2_0 = __this; goto IL_000e; } } { G_B3_0 = ((ObjectConstructor_1_t3207922868 *)(NULL)); G_B3_1 = G_B1_0; goto IL_0019; } IL_000e: { IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); ReflectionDelegateFactory_t2528576452 * L_2 = JsonTypeReflector_get_ReflectionDelegateFactory_m2937328847(NULL /*static, unused*/, /*hidden argument*/NULL); ConstructorInfo_t5769829 * L_3 = ___value0; NullCheck(L_2); ObjectConstructor_1_t3207922868 * L_4 = VirtFuncInvoker1< ObjectConstructor_1_t3207922868 *, MethodBase_t * >::Invoke(5 /* Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Utilities.ReflectionDelegateFactory::CreateParameterizedConstructor(System.Reflection.MethodBase) */, L_2, L_3); G_B3_0 = L_4; G_B3_1 = G_B2_0; } IL_0019: { NullCheck(G_B3_1); G_B3_1->set__overrideCreator_36(G_B3_0); return; } } // System.Void Newtonsoft.Json.Serialization.JsonObjectContract::set_ParametrizedConstructor(System.Reflection.ConstructorInfo) extern "C" IL2CPP_METHOD_ATTR void JsonObjectContract_set_ParametrizedConstructor_m2614172284 (JsonObjectContract_t868533143 * __this, ConstructorInfo_t5769829 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonObjectContract_set_ParametrizedConstructor_m2614172284_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonObjectContract_t868533143 * G_B2_0 = NULL; JsonObjectContract_t868533143 * G_B1_0 = NULL; ObjectConstructor_1_t3207922868 * G_B3_0 = NULL; JsonObjectContract_t868533143 * G_B3_1 = NULL; { ConstructorInfo_t5769829 * L_0 = ___value0; __this->set__parametrizedConstructor_34(L_0); ConstructorInfo_t5769829 * L_1 = ___value0; G_B1_0 = __this; if (L_1) { G_B2_0 = __this; goto IL_000e; } } { G_B3_0 = ((ObjectConstructor_1_t3207922868 *)(NULL)); G_B3_1 = G_B1_0; goto IL_0019; } IL_000e: { IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); ReflectionDelegateFactory_t2528576452 * L_2 = JsonTypeReflector_get_ReflectionDelegateFactory_m2937328847(NULL /*static, unused*/, /*hidden argument*/NULL); ConstructorInfo_t5769829 * L_3 = ___value0; NullCheck(L_2); ObjectConstructor_1_t3207922868 * L_4 = VirtFuncInvoker1< ObjectConstructor_1_t3207922868 *, MethodBase_t * >::Invoke(5 /* Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Utilities.ReflectionDelegateFactory::CreateParameterizedConstructor(System.Reflection.MethodBase) */, L_2, L_3); G_B3_0 = L_4; G_B3_1 = G_B2_0; } IL_0019: { NullCheck(G_B3_1); G_B3_1->set__parameterizedCreator_37(G_B3_0); return; } } // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Serialization.JsonObjectContract::get_OverrideCreator() extern "C" IL2CPP_METHOD_ATTR ObjectConstructor_1_t3207922868 * JsonObjectContract_get_OverrideCreator_m2356564258 (JsonObjectContract_t868533143 * __this, const RuntimeMethod* method) { { ObjectConstructor_1_t3207922868 * L_0 = __this->get__overrideCreator_36(); return L_0; } } // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Serialization.JsonObjectContract::get_ParameterizedCreator() extern "C" IL2CPP_METHOD_ATTR ObjectConstructor_1_t3207922868 * JsonObjectContract_get_ParameterizedCreator_m3981227966 (JsonObjectContract_t868533143 * __this, const RuntimeMethod* method) { { ObjectConstructor_1_t3207922868 * L_0 = __this->get__parameterizedCreator_37(); return L_0; } } // Newtonsoft.Json.Serialization.ExtensionDataSetter Newtonsoft.Json.Serialization.JsonObjectContract::get_ExtensionDataSetter() extern "C" IL2CPP_METHOD_ATTR ExtensionDataSetter_t2768476772 * JsonObjectContract_get_ExtensionDataSetter_m2218012061 (JsonObjectContract_t868533143 * __this, const RuntimeMethod* method) { { ExtensionDataSetter_t2768476772 * L_0 = __this->get_U3CExtensionDataSetterU3Ek__BackingField_30(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonObjectContract::set_ExtensionDataSetter(Newtonsoft.Json.Serialization.ExtensionDataSetter) extern "C" IL2CPP_METHOD_ATTR void JsonObjectContract_set_ExtensionDataSetter_m2925658892 (JsonObjectContract_t868533143 * __this, ExtensionDataSetter_t2768476772 * ___value0, const RuntimeMethod* method) { { ExtensionDataSetter_t2768476772 * L_0 = ___value0; __this->set_U3CExtensionDataSetterU3Ek__BackingField_30(L_0); return; } } // Newtonsoft.Json.Serialization.ExtensionDataGetter Newtonsoft.Json.Serialization.JsonObjectContract::get_ExtensionDataGetter() extern "C" IL2CPP_METHOD_ATTR ExtensionDataGetter_t2030541412 * JsonObjectContract_get_ExtensionDataGetter_m3340438951 (JsonObjectContract_t868533143 * __this, const RuntimeMethod* method) { { ExtensionDataGetter_t2030541412 * L_0 = __this->get_U3CExtensionDataGetterU3Ek__BackingField_31(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonObjectContract::set_ExtensionDataGetter(Newtonsoft.Json.Serialization.ExtensionDataGetter) extern "C" IL2CPP_METHOD_ATTR void JsonObjectContract_set_ExtensionDataGetter_m1162336505 (JsonObjectContract_t868533143 * __this, ExtensionDataGetter_t2030541412 * ___value0, const RuntimeMethod* method) { { ExtensionDataGetter_t2030541412 * L_0 = ___value0; __this->set_U3CExtensionDataGetterU3Ek__BackingField_31(L_0); return; } } // System.Void Newtonsoft.Json.Serialization.JsonObjectContract::set_ExtensionDataValueType(System.Type) extern "C" IL2CPP_METHOD_ATTR void JsonObjectContract_set_ExtensionDataValueType_m2919147719 (JsonObjectContract_t868533143 * __this, Type_t * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonObjectContract_set_ExtensionDataValueType_m2919147719_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonObjectContract_t868533143 * G_B2_0 = NULL; JsonObjectContract_t868533143 * G_B1_0 = NULL; int32_t G_B3_0 = 0; JsonObjectContract_t868533143 * G_B3_1 = NULL; { Type_t * L_0 = ___value0; __this->set__extensionDataValueType_39(L_0); Type_t * L_1 = ___value0; G_B1_0 = __this; if (!L_1) { G_B2_0 = __this; goto IL_001d; } } { RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (JToken_t1038539247_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); Type_t * L_4 = ___value0; NullCheck(L_3); bool L_5 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_3, L_4); G_B3_0 = ((int32_t)(L_5)); G_B3_1 = G_B1_0; goto IL_001e; } IL_001d: { G_B3_0 = 0; G_B3_1 = G_B2_0; } IL_001e: { NullCheck(G_B3_1); G_B3_1->set_ExtensionDataIsJToken_32((bool)G_B3_0); return; } } // System.Boolean Newtonsoft.Json.Serialization.JsonObjectContract::get_HasRequiredOrDefaultValueProperties() extern "C" IL2CPP_METHOD_ATTR bool JsonObjectContract_get_HasRequiredOrDefaultValueProperties_m765073377 (JsonObjectContract_t868533143 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonObjectContract_get_HasRequiredOrDefaultValueProperties_m765073377_MetadataUsageId); s_Il2CppMethodInitialized = true; } Nullable_1_t3313944452 V_0; memset(&V_0, 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; JsonProperty_t1405154176 * V_2 = NULL; Nullable_1_t668593436 V_3; memset(&V_3, 0, sizeof(V_3)); int32_t V_4 = 0; Nullable_1_t668593436 V_5; memset(&V_5, 0, sizeof(V_5)); Nullable_1_t668593436 V_6; memset(&V_6, 0, sizeof(V_6)); Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); Nullable_1_t668593436 G_B9_0; memset(&G_B9_0, 0, sizeof(G_B9_0)); int32_t G_B12_0 = 0; { Nullable_1_t1819850047 * L_0 = __this->get_address_of__hasRequiredOrDefaultValueProperties_33(); bool L_1 = Nullable_1_get_HasValue_m3206831396(L_0, /*hidden argument*/Nullable_1_get_HasValue_m3206831396_RuntimeMethod_var); if (L_1) { goto IL_00c3; } } { Nullable_1_t1819850047 L_2; memset(&L_2, 0, sizeof(L_2)); Nullable_1__ctor_m1921378621((&L_2), (bool)0, /*hidden argument*/Nullable_1__ctor_m1921378621_RuntimeMethod_var); __this->set__hasRequiredOrDefaultValueProperties_33(L_2); Nullable_1_t3313944452 L_3 = JsonObjectContract_get_ItemRequired_m2746828835(__this, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = Nullable_1_GetValueOrDefault_m4025873748((&V_0), 0, /*hidden argument*/Nullable_1_GetValueOrDefault_m4025873748_RuntimeMethod_var); if (!L_4) { goto IL_003e; } } { Nullable_1_t1819850047 L_5; memset(&L_5, 0, sizeof(L_5)); Nullable_1__ctor_m1921378621((&L_5), (bool)1, /*hidden argument*/Nullable_1__ctor_m1921378621_RuntimeMethod_var); __this->set__hasRequiredOrDefaultValueProperties_33(L_5); goto IL_00c3; } IL_003e: { JsonPropertyCollection_t2691548039 * L_6 = JsonObjectContract_get_Properties_m694356175(__this, /*hidden argument*/NULL); NullCheck(L_6); RuntimeObject* L_7 = Collection_1_GetEnumerator_m1372022280(L_6, /*hidden argument*/Collection_1_GetEnumerator_m1372022280_RuntimeMethod_var); V_1 = L_7; } IL_004a: try { // begin try (depth: 1) { goto IL_00af; } IL_004c: { RuntimeObject* L_8 = V_1; NullCheck(L_8); JsonProperty_t1405154176 * L_9 = InterfaceFuncInvoker0< JsonProperty_t1405154176 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t1837724644_il2cpp_TypeInfo_var, L_8); V_2 = L_9; JsonProperty_t1405154176 * L_10 = V_2; NullCheck(L_10); int32_t L_11 = JsonProperty_get_Required_m3952114446(L_10, /*hidden argument*/NULL); if (L_11) { goto IL_00a1; } } IL_005b: { JsonProperty_t1405154176 * L_12 = V_2; NullCheck(L_12); Nullable_1_t668593436 L_13 = JsonProperty_get_DefaultValueHandling_m3282317265(L_12, /*hidden argument*/NULL); V_5 = L_13; bool L_14 = Nullable_1_get_HasValue_m4201331606((&V_5), /*hidden argument*/Nullable_1_get_HasValue_m4201331606_RuntimeMethod_var); if (L_14) { goto IL_0078; } } IL_006c: { il2cpp_codegen_initobj((&V_6), sizeof(Nullable_1_t668593436 )); Nullable_1_t668593436 L_15 = V_6; G_B9_0 = L_15; goto IL_0086; } IL_0078: { int32_t L_16 = Nullable_1_GetValueOrDefault_m880978787((&V_5), /*hidden argument*/Nullable_1_GetValueOrDefault_m880978787_RuntimeMethod_var); Nullable_1_t668593436 L_17; memset(&L_17, 0, sizeof(L_17)); Nullable_1__ctor_m2505653846((&L_17), ((int32_t)((int32_t)L_16&(int32_t)2)), /*hidden argument*/Nullable_1__ctor_m2505653846_RuntimeMethod_var); G_B9_0 = L_17; } IL_0086: { V_3 = G_B9_0; V_4 = 2; int32_t L_18 = Nullable_1_GetValueOrDefault_m880978787((&V_3), /*hidden argument*/Nullable_1_GetValueOrDefault_m880978787_RuntimeMethod_var); int32_t L_19 = V_4; if ((((int32_t)L_18) == ((int32_t)L_19))) { goto IL_0098; } } IL_0095: { G_B12_0 = 0; goto IL_009f; } IL_0098: { bool L_20 = Nullable_1_get_HasValue_m4201331606((&V_3), /*hidden argument*/Nullable_1_get_HasValue_m4201331606_RuntimeMethod_var); G_B12_0 = ((int32_t)(L_20)); } IL_009f: { if (!G_B12_0) { goto IL_00af; } } IL_00a1: { Nullable_1_t1819850047 L_21; memset(&L_21, 0, sizeof(L_21)); Nullable_1__ctor_m1921378621((&L_21), (bool)1, /*hidden argument*/Nullable_1__ctor_m1921378621_RuntimeMethod_var); __this->set__hasRequiredOrDefaultValueProperties_33(L_21); IL2CPP_LEAVE(0xC3, FINALLY_00b9); } IL_00af: { RuntimeObject* L_22 = V_1; NullCheck(L_22); bool L_23 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_22); if (L_23) { goto IL_004c; } } IL_00b7: { IL2CPP_LEAVE(0xC3, FINALLY_00b9); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b9; } FINALLY_00b9: { // begin finally (depth: 1) { RuntimeObject* L_24 = V_1; if (!L_24) { goto IL_00c2; } } IL_00bc: { RuntimeObject* L_25 = V_1; NullCheck(L_25); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_25); } IL_00c2: { IL2CPP_END_FINALLY(185) } } // end finally (depth: 1) IL2CPP_CLEANUP(185) { IL2CPP_JUMP_TBL(0xC3, IL_00c3) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00c3: { Nullable_1_t1819850047 * L_26 = __this->get_address_of__hasRequiredOrDefaultValueProperties_33(); bool L_27 = Nullable_1_GetValueOrDefault_m2119174086(L_26, /*hidden argument*/Nullable_1_GetValueOrDefault_m2119174086_RuntimeMethod_var); return L_27; } } // System.Void Newtonsoft.Json.Serialization.JsonObjectContract::.ctor(System.Type) extern "C" IL2CPP_METHOD_ATTR void JsonObjectContract__ctor_m2605968879 (JsonObjectContract_t868533143 * __this, Type_t * ___underlyingType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonObjectContract__ctor_m2605968879_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___underlyingType0; JsonContainerContract__ctor_m10959526(__this, L_0, /*hidden argument*/NULL); ((JsonContract_t3715061318 *)__this)->set_ContractType_5(1); Type_t * L_1 = JsonContract_get_UnderlyingType_m1736598392(__this, /*hidden argument*/NULL); JsonPropertyCollection_t2691548039 * L_2 = (JsonPropertyCollection_t2691548039 *)il2cpp_codegen_object_new(JsonPropertyCollection_t2691548039_il2cpp_TypeInfo_var); JsonPropertyCollection__ctor_m2705261233(L_2, L_1, /*hidden argument*/NULL); JsonObjectContract_set_Properties_m1155798808(__this, L_2, /*hidden argument*/NULL); return; } } // System.Object Newtonsoft.Json.Serialization.JsonObjectContract::GetUninitializedObject() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonObjectContract_GetUninitializedObject_m1547649372 (JsonObjectContract_t868533143 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonObjectContract_GetUninitializedObject_m1547649372_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); bool L_0 = JsonTypeReflector_get_FullyTrusted_m2121730692(NULL /*static, unused*/, /*hidden argument*/NULL); if (L_0) { goto IL_0022; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_1 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); Type_t * L_2 = ((JsonContract_t3715061318 *)__this)->get_NonNullableUnderlyingType_3(); String_t* L_3 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2970983095, L_1, L_2, /*hidden argument*/NULL); JsonException_t3720114400 * L_4 = (JsonException_t3720114400 *)il2cpp_codegen_object_new(JsonException_t3720114400_il2cpp_TypeInfo_var); JsonException__ctor_m1434178872(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,JsonObjectContract_GetUninitializedObject_m1547649372_RuntimeMethod_var); } IL_0022: { Type_t * L_5 = ((JsonContract_t3715061318 *)__this)->get_NonNullableUnderlyingType_3(); RuntimeObject * L_6 = FormatterServices_GetUninitializedObject_m3413592581(NULL /*static, unused*/, 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.PrimitiveTypeCode Newtonsoft.Json.Serialization.JsonPrimitiveContract::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t JsonPrimitiveContract_get_TypeCode_m1827163657 (JsonPrimitiveContract_t336098342 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CTypeCodeU3Ek__BackingField_21(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonPrimitiveContract::set_TypeCode(Newtonsoft.Json.Utilities.PrimitiveTypeCode) extern "C" IL2CPP_METHOD_ATTR void JsonPrimitiveContract_set_TypeCode_m1650291951 (JsonPrimitiveContract_t336098342 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CTypeCodeU3Ek__BackingField_21(L_0); return; } } // System.Void Newtonsoft.Json.Serialization.JsonPrimitiveContract::.ctor(System.Type) extern "C" IL2CPP_METHOD_ATTR void JsonPrimitiveContract__ctor_m2884870516 (JsonPrimitiveContract_t336098342 * __this, Type_t * ___underlyingType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonPrimitiveContract__ctor_m2884870516_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Type_t * L_0 = ___underlyingType0; JsonContract__ctor_m325732499(__this, L_0, /*hidden argument*/NULL); ((JsonContract_t3715061318 *)__this)->set_ContractType_5(3); Type_t * L_1 = ___underlyingType0; IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_t2194062972_il2cpp_TypeInfo_var); int32_t L_2 = ConvertUtils_GetTypeCode_m66075454(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); JsonPrimitiveContract_set_TypeCode_m1650291951(__this, L_2, /*hidden argument*/NULL); ((JsonContract_t3715061318 *)__this)->set_IsReadOnlyOrFixedSize_6((bool)1); IL2CPP_RUNTIME_CLASS_INIT(JsonPrimitiveContract_t336098342_il2cpp_TypeInfo_var); Dictionary_2_t2785133644 * L_3 = ((JsonPrimitiveContract_t336098342_StaticFields*)il2cpp_codegen_static_fields_for(JsonPrimitiveContract_t336098342_il2cpp_TypeInfo_var))->get_ReadTypeMap_22(); Type_t * L_4 = ((JsonContract_t3715061318 *)__this)->get_NonNullableUnderlyingType_3(); NullCheck(L_3); bool L_5 = Dictionary_2_TryGetValue_m2818467469(L_3, L_4, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m2818467469_RuntimeMethod_var); if (!L_5) { goto IL_003c; } } { int32_t L_6 = V_0; ((JsonContract_t3715061318 *)__this)->set_InternalReadType_4(L_6); } IL_003c: { return; } } // System.Void Newtonsoft.Json.Serialization.JsonPrimitiveContract::.cctor() extern "C" IL2CPP_METHOD_ATTR void JsonPrimitiveContract__cctor_m3234089087 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonPrimitiveContract__cctor_m3234089087_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; Type_t * V_1 = NULL; Type_t * V_2 = NULL; Type_t * V_3 = NULL; Type_t * V_4 = NULL; Type_t * V_5 = NULL; Type_t * V_6 = NULL; Type_t * V_7 = NULL; Type_t * V_8 = NULL; Type_t * V_9 = NULL; Type_t * V_10 = NULL; { Dictionary_2_t2785133644 * L_0 = (Dictionary_2_t2785133644 *)il2cpp_codegen_object_new(Dictionary_2_t2785133644_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3896544029(L_0, /*hidden argument*/Dictionary_2__ctor_m3896544029_RuntimeMethod_var); RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (ByteU5BU5D_t4116647657_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); V_0 = L_2; Dictionary_2_t2785133644 * L_3 = L_0; Type_t * L_4 = V_0; NullCheck(L_3); Dictionary_2_set_Item_m2410290141(L_3, L_4, 2, /*hidden argument*/Dictionary_2_set_Item_m2410290141_RuntimeMethod_var); RuntimeTypeHandle_t3027515415 L_5 = { reinterpret_cast (Byte_t1134296376_0_0_0_var) }; Type_t * L_6 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); V_1 = L_6; Dictionary_2_t2785133644 * L_7 = L_3; Type_t * L_8 = V_1; NullCheck(L_7); Dictionary_2_set_Item_m2410290141(L_7, L_8, 1, /*hidden argument*/Dictionary_2_set_Item_m2410290141_RuntimeMethod_var); RuntimeTypeHandle_t3027515415 L_9 = { reinterpret_cast (Int16_t2552820387_0_0_0_var) }; Type_t * L_10 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); V_2 = L_10; Dictionary_2_t2785133644 * L_11 = L_7; Type_t * L_12 = V_2; NullCheck(L_11); Dictionary_2_set_Item_m2410290141(L_11, L_12, 1, /*hidden argument*/Dictionary_2_set_Item_m2410290141_RuntimeMethod_var); RuntimeTypeHandle_t3027515415 L_13 = { reinterpret_cast (Int32_t2950945753_0_0_0_var) }; Type_t * L_14 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); V_3 = L_14; Dictionary_2_t2785133644 * L_15 = L_11; Type_t * L_16 = V_3; NullCheck(L_15); Dictionary_2_set_Item_m2410290141(L_15, L_16, 1, /*hidden argument*/Dictionary_2_set_Item_m2410290141_RuntimeMethod_var); RuntimeTypeHandle_t3027515415 L_17 = { reinterpret_cast (Decimal_t2948259380_0_0_0_var) }; Type_t * L_18 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); V_4 = L_18; Dictionary_2_t2785133644 * L_19 = L_15; Type_t * L_20 = V_4; NullCheck(L_19); Dictionary_2_set_Item_m2410290141(L_19, L_20, 4, /*hidden argument*/Dictionary_2_set_Item_m2410290141_RuntimeMethod_var); RuntimeTypeHandle_t3027515415 L_21 = { reinterpret_cast (Boolean_t97287965_0_0_0_var) }; Type_t * L_22 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); V_5 = L_22; Dictionary_2_t2785133644 * L_23 = L_19; Type_t * L_24 = V_5; NullCheck(L_23); Dictionary_2_set_Item_m2410290141(L_23, L_24, 8, /*hidden argument*/Dictionary_2_set_Item_m2410290141_RuntimeMethod_var); RuntimeTypeHandle_t3027515415 L_25 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_26 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_25, /*hidden argument*/NULL); V_6 = L_26; Dictionary_2_t2785133644 * L_27 = L_23; Type_t * L_28 = V_6; NullCheck(L_27); Dictionary_2_set_Item_m2410290141(L_27, L_28, 3, /*hidden argument*/Dictionary_2_set_Item_m2410290141_RuntimeMethod_var); RuntimeTypeHandle_t3027515415 L_29 = { reinterpret_cast (DateTime_t3738529785_0_0_0_var) }; Type_t * L_30 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_29, /*hidden argument*/NULL); V_7 = L_30; Dictionary_2_t2785133644 * L_31 = L_27; Type_t * L_32 = V_7; NullCheck(L_31); Dictionary_2_set_Item_m2410290141(L_31, L_32, 5, /*hidden argument*/Dictionary_2_set_Item_m2410290141_RuntimeMethod_var); RuntimeTypeHandle_t3027515415 L_33 = { reinterpret_cast (DateTimeOffset_t3229287507_0_0_0_var) }; Type_t * L_34 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_33, /*hidden argument*/NULL); V_8 = L_34; Dictionary_2_t2785133644 * L_35 = L_31; Type_t * L_36 = V_8; NullCheck(L_35); Dictionary_2_set_Item_m2410290141(L_35, L_36, 6, /*hidden argument*/Dictionary_2_set_Item_m2410290141_RuntimeMethod_var); RuntimeTypeHandle_t3027515415 L_37 = { reinterpret_cast (Single_t1397266774_0_0_0_var) }; Type_t * L_38 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_37, /*hidden argument*/NULL); V_9 = L_38; Dictionary_2_t2785133644 * L_39 = L_35; Type_t * L_40 = V_9; NullCheck(L_39); Dictionary_2_set_Item_m2410290141(L_39, L_40, 7, /*hidden argument*/Dictionary_2_set_Item_m2410290141_RuntimeMethod_var); RuntimeTypeHandle_t3027515415 L_41 = { reinterpret_cast (Double_t594665363_0_0_0_var) }; Type_t * L_42 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_41, /*hidden argument*/NULL); V_10 = L_42; Dictionary_2_t2785133644 * L_43 = L_39; Type_t * L_44 = V_10; NullCheck(L_43); Dictionary_2_set_Item_m2410290141(L_43, L_44, 7, /*hidden argument*/Dictionary_2_set_Item_m2410290141_RuntimeMethod_var); ((JsonPrimitiveContract_t336098342_StaticFields*)il2cpp_codegen_static_fields_for(JsonPrimitiveContract_t336098342_il2cpp_TypeInfo_var))->set_ReadTypeMap_22(L_43); 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.JsonContract Newtonsoft.Json.Serialization.JsonProperty::get_PropertyContract() extern "C" IL2CPP_METHOD_ATTR JsonContract_t3715061318 * JsonProperty_get_PropertyContract_m2273319397 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method) { { JsonContract_t3715061318 * L_0 = __this->get_U3CPropertyContractU3Ek__BackingField_7(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_PropertyContract(Newtonsoft.Json.Serialization.JsonContract) extern "C" IL2CPP_METHOD_ATTR void JsonProperty_set_PropertyContract_m747959608 (JsonProperty_t1405154176 * __this, JsonContract_t3715061318 * ___value0, const RuntimeMethod* method) { { JsonContract_t3715061318 * L_0 = ___value0; __this->set_U3CPropertyContractU3Ek__BackingField_7(L_0); return; } } // System.String Newtonsoft.Json.Serialization.JsonProperty::get_PropertyName() extern "C" IL2CPP_METHOD_ATTR String_t* JsonProperty_get_PropertyName_m2411132462 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__propertyName_4(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_PropertyName(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonProperty_set_PropertyName_m4267380177 (JsonProperty_t1405154176 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonProperty_set_PropertyName_m4267380177_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; __this->set__propertyName_4(L_0); String_t* L_1 = __this->get__propertyName_4(); IL2CPP_RUNTIME_CLASS_INIT(JavaScriptUtils_t1108575081_il2cpp_TypeInfo_var); BooleanU5BU5D_t2897418192* L_2 = ((JavaScriptUtils_t1108575081_StaticFields*)il2cpp_codegen_static_fields_for(JavaScriptUtils_t1108575081_il2cpp_TypeInfo_var))->get_HtmlCharEscapeFlags_2(); bool L_3 = JavaScriptUtils_ShouldEscapeJavaScriptString_m4145948594(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); __this->set__skipPropertyNameEscape_5((bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0)); return; } } // System.Type Newtonsoft.Json.Serialization.JsonProperty::get_DeclaringType() extern "C" IL2CPP_METHOD_ATTR Type_t * JsonProperty_get_DeclaringType_m2382212084 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_U3CDeclaringTypeU3Ek__BackingField_8(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_DeclaringType(System.Type) extern "C" IL2CPP_METHOD_ATTR void JsonProperty_set_DeclaringType_m681426171 (JsonProperty_t1405154176 * __this, Type_t * ___value0, const RuntimeMethod* method) { { Type_t * L_0 = ___value0; __this->set_U3CDeclaringTypeU3Ek__BackingField_8(L_0); return; } } // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::get_Order() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t378540539 JsonProperty_get_Order_m1596444142 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method) { { Nullable_1_t378540539 L_0 = __this->get_U3COrderU3Ek__BackingField_9(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_Order(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR void JsonProperty_set_Order_m1831555057 (JsonProperty_t1405154176 * __this, Nullable_1_t378540539 ___value0, const RuntimeMethod* method) { { Nullable_1_t378540539 L_0 = ___value0; __this->set_U3COrderU3Ek__BackingField_9(L_0); return; } } // System.String Newtonsoft.Json.Serialization.JsonProperty::get_UnderlyingName() extern "C" IL2CPP_METHOD_ATTR String_t* JsonProperty_get_UnderlyingName_m2664069483 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CUnderlyingNameU3Ek__BackingField_10(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_UnderlyingName(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonProperty_set_UnderlyingName_m280042001 (JsonProperty_t1405154176 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CUnderlyingNameU3Ek__BackingField_10(L_0); return; } } // Newtonsoft.Json.Serialization.IValueProvider Newtonsoft.Json.Serialization.JsonProperty::get_ValueProvider() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonProperty_get_ValueProvider_m1301583632 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_U3CValueProviderU3Ek__BackingField_11(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_ValueProvider(Newtonsoft.Json.Serialization.IValueProvider) extern "C" IL2CPP_METHOD_ATTR void JsonProperty_set_ValueProvider_m2835443583 (JsonProperty_t1405154176 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___value0; __this->set_U3CValueProviderU3Ek__BackingField_11(L_0); return; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_AttributeProvider(Newtonsoft.Json.Serialization.IAttributeProvider) extern "C" IL2CPP_METHOD_ATTR void JsonProperty_set_AttributeProvider_m2701964843 (JsonProperty_t1405154176 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___value0; __this->set_U3CAttributeProviderU3Ek__BackingField_12(L_0); return; } } // System.Type Newtonsoft.Json.Serialization.JsonProperty::get_PropertyType() extern "C" IL2CPP_METHOD_ATTR Type_t * JsonProperty_get_PropertyType_m3302554867 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get__propertyType_6(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_PropertyType(System.Type) extern "C" IL2CPP_METHOD_ATTR void JsonProperty_set_PropertyType_m125294330 (JsonProperty_t1405154176 * __this, Type_t * ___value0, const RuntimeMethod* method) { { Type_t * L_0 = __this->get__propertyType_6(); Type_t * L_1 = ___value0; if ((((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_1))) { goto IL_0017; } } { Type_t * L_2 = ___value0; __this->set__propertyType_6(L_2); __this->set__hasGeneratedDefaultValue_3((bool)0); } IL_0017: { return; } } // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonProperty::get_Converter() extern "C" IL2CPP_METHOD_ATTR JsonConverter_t1047106545 * JsonProperty_get_Converter_m2047823230 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method) { { JsonConverter_t1047106545 * L_0 = __this->get_U3CConverterU3Ek__BackingField_13(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_Converter(Newtonsoft.Json.JsonConverter) extern "C" IL2CPP_METHOD_ATTR void JsonProperty_set_Converter_m2543823272 (JsonProperty_t1405154176 * __this, JsonConverter_t1047106545 * ___value0, const RuntimeMethod* method) { { JsonConverter_t1047106545 * L_0 = ___value0; __this->set_U3CConverterU3Ek__BackingField_13(L_0); return; } } // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonProperty::get_MemberConverter() extern "C" IL2CPP_METHOD_ATTR JsonConverter_t1047106545 * JsonProperty_get_MemberConverter_m3872705062 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method) { { JsonConverter_t1047106545 * L_0 = __this->get_U3CMemberConverterU3Ek__BackingField_14(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_MemberConverter(Newtonsoft.Json.JsonConverter) extern "C" IL2CPP_METHOD_ATTR void JsonProperty_set_MemberConverter_m1681364413 (JsonProperty_t1405154176 * __this, JsonConverter_t1047106545 * ___value0, const RuntimeMethod* method) { { JsonConverter_t1047106545 * L_0 = ___value0; __this->set_U3CMemberConverterU3Ek__BackingField_14(L_0); return; } } // System.Boolean Newtonsoft.Json.Serialization.JsonProperty::get_Ignored() extern "C" IL2CPP_METHOD_ATTR bool JsonProperty_get_Ignored_m2509840579 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CIgnoredU3Ek__BackingField_15(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_Ignored(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonProperty_set_Ignored_m4160716372 (JsonProperty_t1405154176 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIgnoredU3Ek__BackingField_15(L_0); return; } } // System.Boolean Newtonsoft.Json.Serialization.JsonProperty::get_Readable() extern "C" IL2CPP_METHOD_ATTR bool JsonProperty_get_Readable_m2051566013 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CReadableU3Ek__BackingField_16(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_Readable(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonProperty_set_Readable_m2877939162 (JsonProperty_t1405154176 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CReadableU3Ek__BackingField_16(L_0); return; } } // System.Boolean Newtonsoft.Json.Serialization.JsonProperty::get_Writable() extern "C" IL2CPP_METHOD_ATTR bool JsonProperty_get_Writable_m2500354331 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CWritableU3Ek__BackingField_17(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_Writable(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonProperty_set_Writable_m1307056486 (JsonProperty_t1405154176 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CWritableU3Ek__BackingField_17(L_0); return; } } // System.Boolean Newtonsoft.Json.Serialization.JsonProperty::get_HasMemberAttribute() extern "C" IL2CPP_METHOD_ATTR bool JsonProperty_get_HasMemberAttribute_m4191798847 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CHasMemberAttributeU3Ek__BackingField_18(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_HasMemberAttribute(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonProperty_set_HasMemberAttribute_m1405605403 (JsonProperty_t1405154176 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CHasMemberAttributeU3Ek__BackingField_18(L_0); return; } } // System.Object Newtonsoft.Json.Serialization.JsonProperty::get_DefaultValue() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonProperty_get_DefaultValue_m3909611160 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__hasExplicitDefaultValue_1(); if (L_0) { goto IL_000a; } } { return NULL; } IL_000a: { RuntimeObject * L_1 = __this->get__defaultValue_2(); return L_1; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_DefaultValue(System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonProperty_set_DefaultValue_m1766389510 (JsonProperty_t1405154176 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { __this->set__hasExplicitDefaultValue_1((bool)1); RuntimeObject * L_0 = ___value0; __this->set__defaultValue_2(L_0); return; } } // System.Object Newtonsoft.Json.Serialization.JsonProperty::GetResolvedDefaultValue() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonProperty_GetResolvedDefaultValue_m1733567544 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonProperty_GetResolvedDefaultValue_m1733567544_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = __this->get__propertyType_6(); if (L_0) { goto IL_000a; } } { return NULL; } IL_000a: { bool L_1 = __this->get__hasExplicitDefaultValue_1(); if (L_1) { goto IL_0032; } } { bool L_2 = __this->get__hasGeneratedDefaultValue_3(); if (L_2) { goto IL_0032; } } { Type_t * L_3 = JsonProperty_get_PropertyType_m3302554867(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); RuntimeObject * L_4 = ReflectionUtils_GetDefaultValue_m3591065878(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); __this->set__defaultValue_2(L_4); __this->set__hasGeneratedDefaultValue_3((bool)1); } IL_0032: { RuntimeObject * L_5 = __this->get__defaultValue_2(); return L_5; } } // Newtonsoft.Json.Required Newtonsoft.Json.Serialization.JsonProperty::get_Required() extern "C" IL2CPP_METHOD_ATTR int32_t JsonProperty_get_Required_m3952114446 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonProperty_get_Required_m3952114446_MetadataUsageId); s_Il2CppMethodInitialized = true; } Nullable_1_t3313944452 V_0; memset(&V_0, 0, sizeof(V_0)); { Nullable_1_t3313944452 L_0 = __this->get__required_0(); V_0 = L_0; bool L_1 = Nullable_1_get_HasValue_m3472043244((&V_0), /*hidden argument*/Nullable_1_get_HasValue_m3472043244_RuntimeMethod_var); if (L_1) { goto IL_0012; } } { return (int32_t)(0); } IL_0012: { int32_t L_2 = Nullable_1_GetValueOrDefault_m2092791886((&V_0), /*hidden argument*/Nullable_1_GetValueOrDefault_m2092791886_RuntimeMethod_var); return L_2; } } // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::get_IsReference() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t1819850047 JsonProperty_get_IsReference_m2386873697 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method) { { Nullable_1_t1819850047 L_0 = __this->get_U3CIsReferenceU3Ek__BackingField_19(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_IsReference(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR void JsonProperty_set_IsReference_m1380399653 (JsonProperty_t1405154176 * __this, Nullable_1_t1819850047 ___value0, const RuntimeMethod* method) { { Nullable_1_t1819850047 L_0 = ___value0; __this->set_U3CIsReferenceU3Ek__BackingField_19(L_0); return; } } // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::get_NullValueHandling() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t829731231 JsonProperty_get_NullValueHandling_m3875844461 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method) { { Nullable_1_t829731231 L_0 = __this->get_U3CNullValueHandlingU3Ek__BackingField_20(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_NullValueHandling(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR void JsonProperty_set_NullValueHandling_m3614715919 (JsonProperty_t1405154176 * __this, Nullable_1_t829731231 ___value0, const RuntimeMethod* method) { { Nullable_1_t829731231 L_0 = ___value0; __this->set_U3CNullValueHandlingU3Ek__BackingField_20(L_0); return; } } // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::get_DefaultValueHandling() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t668593436 JsonProperty_get_DefaultValueHandling_m3282317265 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method) { { Nullable_1_t668593436 L_0 = __this->get_U3CDefaultValueHandlingU3Ek__BackingField_21(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_DefaultValueHandling(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR void JsonProperty_set_DefaultValueHandling_m3694206656 (JsonProperty_t1405154176 * __this, Nullable_1_t668593436 ___value0, const RuntimeMethod* method) { { Nullable_1_t668593436 L_0 = ___value0; __this->set_U3CDefaultValueHandlingU3Ek__BackingField_21(L_0); return; } } // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::get_ReferenceLoopHandling() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t3051693050 JsonProperty_get_ReferenceLoopHandling_m1171762871 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method) { { Nullable_1_t3051693050 L_0 = __this->get_U3CReferenceLoopHandlingU3Ek__BackingField_22(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_ReferenceLoopHandling(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR void JsonProperty_set_ReferenceLoopHandling_m86700665 (JsonProperty_t1405154176 * __this, Nullable_1_t3051693050 ___value0, const RuntimeMethod* method) { { Nullable_1_t3051693050 L_0 = ___value0; __this->set_U3CReferenceLoopHandlingU3Ek__BackingField_22(L_0); return; } } // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::get_ObjectCreationHandling() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t588389317 JsonProperty_get_ObjectCreationHandling_m3369727273 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method) { { Nullable_1_t588389317 L_0 = __this->get_U3CObjectCreationHandlingU3Ek__BackingField_23(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_ObjectCreationHandling(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR void JsonProperty_set_ObjectCreationHandling_m1707584163 (JsonProperty_t1405154176 * __this, Nullable_1_t588389317 ___value0, const RuntimeMethod* method) { { Nullable_1_t588389317 L_0 = ___value0; __this->set_U3CObjectCreationHandlingU3Ek__BackingField_23(L_0); return; } } // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::get_TypeNameHandling() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t1159582132 JsonProperty_get_TypeNameHandling_m4047209728 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method) { { Nullable_1_t1159582132 L_0 = __this->get_U3CTypeNameHandlingU3Ek__BackingField_24(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_TypeNameHandling(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR void JsonProperty_set_TypeNameHandling_m4092066508 (JsonProperty_t1405154176 * __this, Nullable_1_t1159582132 ___value0, const RuntimeMethod* method) { { Nullable_1_t1159582132 L_0 = ___value0; __this->set_U3CTypeNameHandlingU3Ek__BackingField_24(L_0); return; } } // System.Predicate`1 Newtonsoft.Json.Serialization.JsonProperty::get_ShouldSerialize() extern "C" IL2CPP_METHOD_ATTR Predicate_1_t3905400288 * JsonProperty_get_ShouldSerialize_m1284512760 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method) { { Predicate_1_t3905400288 * L_0 = __this->get_U3CShouldSerializeU3Ek__BackingField_25(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_ShouldSerialize(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR void JsonProperty_set_ShouldSerialize_m1824897724 (JsonProperty_t1405154176 * __this, Predicate_1_t3905400288 * ___value0, const RuntimeMethod* method) { { Predicate_1_t3905400288 * L_0 = ___value0; __this->set_U3CShouldSerializeU3Ek__BackingField_25(L_0); return; } } // System.Predicate`1 Newtonsoft.Json.Serialization.JsonProperty::get_ShouldDeserialize() extern "C" IL2CPP_METHOD_ATTR Predicate_1_t3905400288 * JsonProperty_get_ShouldDeserialize_m2315250956 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method) { { Predicate_1_t3905400288 * L_0 = __this->get_U3CShouldDeserializeU3Ek__BackingField_26(); return L_0; } } // System.Predicate`1 Newtonsoft.Json.Serialization.JsonProperty::get_GetIsSpecified() extern "C" IL2CPP_METHOD_ATTR Predicate_1_t3905400288 * JsonProperty_get_GetIsSpecified_m3016174255 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method) { { Predicate_1_t3905400288 * L_0 = __this->get_U3CGetIsSpecifiedU3Ek__BackingField_27(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_GetIsSpecified(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR void JsonProperty_set_GetIsSpecified_m2268877269 (JsonProperty_t1405154176 * __this, Predicate_1_t3905400288 * ___value0, const RuntimeMethod* method) { { Predicate_1_t3905400288 * L_0 = ___value0; __this->set_U3CGetIsSpecifiedU3Ek__BackingField_27(L_0); return; } } // System.Action`2 Newtonsoft.Json.Serialization.JsonProperty::get_SetIsSpecified() extern "C" IL2CPP_METHOD_ATTR Action_2_t2470008838 * JsonProperty_get_SetIsSpecified_m92868828 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method) { { Action_2_t2470008838 * L_0 = __this->get_U3CSetIsSpecifiedU3Ek__BackingField_28(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_SetIsSpecified(System.Action`2) extern "C" IL2CPP_METHOD_ATTR void JsonProperty_set_SetIsSpecified_m435865900 (JsonProperty_t1405154176 * __this, Action_2_t2470008838 * ___value0, const RuntimeMethod* method) { { Action_2_t2470008838 * L_0 = ___value0; __this->set_U3CSetIsSpecifiedU3Ek__BackingField_28(L_0); return; } } // System.String Newtonsoft.Json.Serialization.JsonProperty::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* JsonProperty_ToString_m253032368 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method) { { String_t* L_0 = JsonProperty_get_PropertyName_m2411132462(__this, /*hidden argument*/NULL); return L_0; } } // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonProperty::get_ItemConverter() extern "C" IL2CPP_METHOD_ATTR JsonConverter_t1047106545 * JsonProperty_get_ItemConverter_m746570266 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method) { { JsonConverter_t1047106545 * L_0 = __this->get_U3CItemConverterU3Ek__BackingField_29(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_ItemConverter(Newtonsoft.Json.JsonConverter) extern "C" IL2CPP_METHOD_ATTR void JsonProperty_set_ItemConverter_m3111406684 (JsonProperty_t1405154176 * __this, JsonConverter_t1047106545 * ___value0, const RuntimeMethod* method) { { JsonConverter_t1047106545 * L_0 = ___value0; __this->set_U3CItemConverterU3Ek__BackingField_29(L_0); return; } } // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::get_ItemIsReference() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t1819850047 JsonProperty_get_ItemIsReference_m175904732 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method) { { Nullable_1_t1819850047 L_0 = __this->get_U3CItemIsReferenceU3Ek__BackingField_30(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_ItemIsReference(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR void JsonProperty_set_ItemIsReference_m3624025839 (JsonProperty_t1405154176 * __this, Nullable_1_t1819850047 ___value0, const RuntimeMethod* method) { { Nullable_1_t1819850047 L_0 = ___value0; __this->set_U3CItemIsReferenceU3Ek__BackingField_30(L_0); return; } } // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::get_ItemTypeNameHandling() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t1159582132 JsonProperty_get_ItemTypeNameHandling_m2616553456 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method) { { Nullable_1_t1159582132 L_0 = __this->get_U3CItemTypeNameHandlingU3Ek__BackingField_31(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_ItemTypeNameHandling(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR void JsonProperty_set_ItemTypeNameHandling_m527217027 (JsonProperty_t1405154176 * __this, Nullable_1_t1159582132 ___value0, const RuntimeMethod* method) { { Nullable_1_t1159582132 L_0 = ___value0; __this->set_U3CItemTypeNameHandlingU3Ek__BackingField_31(L_0); return; } } // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::get_ItemReferenceLoopHandling() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t3051693050 JsonProperty_get_ItemReferenceLoopHandling_m1473466914 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method) { { Nullable_1_t3051693050 L_0 = __this->get_U3CItemReferenceLoopHandlingU3Ek__BackingField_32(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_ItemReferenceLoopHandling(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR void JsonProperty_set_ItemReferenceLoopHandling_m143864121 (JsonProperty_t1405154176 * __this, Nullable_1_t3051693050 ___value0, const RuntimeMethod* method) { { Nullable_1_t3051693050 L_0 = ___value0; __this->set_U3CItemReferenceLoopHandlingU3Ek__BackingField_32(L_0); return; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::WritePropertyName(Newtonsoft.Json.JsonWriter) extern "C" IL2CPP_METHOD_ATTR void JsonProperty_WritePropertyName_m2110901996 (JsonProperty_t1405154176 * __this, JsonWriter_t1467272295 * ___writer0, const RuntimeMethod* method) { { bool L_0 = __this->get__skipPropertyNameEscape_5(); if (!L_0) { goto IL_0016; } } { JsonWriter_t1467272295 * L_1 = ___writer0; String_t* L_2 = JsonProperty_get_PropertyName_m2411132462(__this, /*hidden argument*/NULL); NullCheck(L_1); VirtActionInvoker2< String_t*, bool >::Invoke(14 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String,System.Boolean) */, L_1, L_2, (bool)0); return; } IL_0016: { JsonWriter_t1467272295 * L_3 = ___writer0; String_t* L_4 = JsonProperty_get_PropertyName_m2411132462(__this, /*hidden argument*/NULL); NullCheck(L_3); VirtActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, L_3, L_4); return; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::.ctor() extern "C" IL2CPP_METHOD_ATTR void JsonProperty__ctor_m3879542503 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__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.JsonPropertyCollection::.ctor(System.Type) extern "C" IL2CPP_METHOD_ATTR void JsonPropertyCollection__ctor_m2705261233 (JsonPropertyCollection_t2691548039 * __this, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonPropertyCollection__ctor_m2705261233_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t3301955079_il2cpp_TypeInfo_var); StringComparer_t3301955079 * L_0 = StringComparer_get_Ordinal_m2103862281(NULL /*static, unused*/, /*hidden argument*/NULL); KeyedCollection_2__ctor_m787348430(__this, L_0, /*hidden argument*/KeyedCollection_2__ctor_m787348430_RuntimeMethod_var); Type_t * L_1 = ___type0; ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, L_1, _stringLiteral3243520166, /*hidden argument*/NULL); Type_t * L_2 = ___type0; __this->set__type_5(L_2); RuntimeObject* L_3 = Collection_1_get_Items_m470662808(__this, /*hidden argument*/Collection_1_get_Items_m470662808_RuntimeMethod_var); __this->set__list_6(((List_1_t2877228918 *)CastclassClass((RuntimeObject*)L_3, List_1_t2877228918_il2cpp_TypeInfo_var))); return; } } // System.String Newtonsoft.Json.Serialization.JsonPropertyCollection::GetKeyForItem(Newtonsoft.Json.Serialization.JsonProperty) extern "C" IL2CPP_METHOD_ATTR String_t* JsonPropertyCollection_GetKeyForItem_m3420906340 (JsonPropertyCollection_t2691548039 * __this, JsonProperty_t1405154176 * ___item0, const RuntimeMethod* method) { { JsonProperty_t1405154176 * L_0 = ___item0; NullCheck(L_0); String_t* L_1 = JsonProperty_get_PropertyName_m2411132462(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void Newtonsoft.Json.Serialization.JsonPropertyCollection::AddProperty(Newtonsoft.Json.Serialization.JsonProperty) extern "C" IL2CPP_METHOD_ATTR void JsonPropertyCollection_AddProperty_m934994411 (JsonPropertyCollection_t2691548039 * __this, JsonProperty_t1405154176 * ___property0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonPropertyCollection_AddProperty_m934994411_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonProperty_t1405154176 * V_0 = NULL; bool V_1 = false; { JsonProperty_t1405154176 * L_0 = ___property0; NullCheck(L_0); String_t* L_1 = JsonProperty_get_PropertyName_m2411132462(L_0, /*hidden argument*/NULL); bool L_2 = KeyedCollection_2_Contains_m2194350631(__this, L_1, /*hidden argument*/KeyedCollection_2_Contains_m2194350631_RuntimeMethod_var); if (!L_2) { goto IL_00e5; } } { JsonProperty_t1405154176 * L_3 = ___property0; NullCheck(L_3); bool L_4 = JsonProperty_get_Ignored_m2509840579(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_001a; } } { return; } IL_001a: { JsonProperty_t1405154176 * L_5 = ___property0; NullCheck(L_5); String_t* L_6 = JsonProperty_get_PropertyName_m2411132462(L_5, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_7 = KeyedCollection_2_get_Item_m3171378176(__this, L_6, /*hidden argument*/KeyedCollection_2_get_Item_m3171378176_RuntimeMethod_var); V_0 = L_7; V_1 = (bool)1; JsonProperty_t1405154176 * L_8 = V_0; NullCheck(L_8); bool L_9 = JsonProperty_get_Ignored_m2509840579(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0040; } } { JsonProperty_t1405154176 * L_10 = V_0; Collection_1_Remove_m1767096815(__this, L_10, /*hidden argument*/Collection_1_Remove_m1767096815_RuntimeMethod_var); V_1 = (bool)0; goto IL_00c1; } IL_0040: { JsonProperty_t1405154176 * L_11 = ___property0; NullCheck(L_11); Type_t * L_12 = JsonProperty_get_DeclaringType_m2382212084(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_00c1; } } { JsonProperty_t1405154176 * L_13 = V_0; NullCheck(L_13); Type_t * L_14 = JsonProperty_get_DeclaringType_m2382212084(L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_00c1; } } { JsonProperty_t1405154176 * L_15 = ___property0; NullCheck(L_15); Type_t * L_16 = JsonProperty_get_DeclaringType_m2382212084(L_15, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_17 = V_0; NullCheck(L_17); Type_t * L_18 = JsonProperty_get_DeclaringType_m2382212084(L_17, /*hidden argument*/NULL); NullCheck(L_16); bool L_19 = VirtFuncInvoker1< bool, Type_t * >::Invoke(41 /* System.Boolean System.Type::IsSubclassOf(System.Type) */, L_16, L_18); if (L_19) { goto IL_0083; } } { JsonProperty_t1405154176 * L_20 = V_0; NullCheck(L_20); Type_t * L_21 = JsonProperty_get_DeclaringType_m2382212084(L_20, /*hidden argument*/NULL); bool L_22 = TypeExtensions_IsInterface_m3543394130(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_008d; } } { JsonProperty_t1405154176 * L_23 = ___property0; NullCheck(L_23); Type_t * L_24 = JsonProperty_get_DeclaringType_m2382212084(L_23, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_25 = V_0; NullCheck(L_25); Type_t * L_26 = JsonProperty_get_DeclaringType_m2382212084(L_25, /*hidden argument*/NULL); bool L_27 = TypeExtensions_ImplementInterface_m4199275556(NULL /*static, unused*/, L_24, L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_008d; } } IL_0083: { JsonProperty_t1405154176 * L_28 = V_0; Collection_1_Remove_m1767096815(__this, L_28, /*hidden argument*/Collection_1_Remove_m1767096815_RuntimeMethod_var); V_1 = (bool)0; } IL_008d: { JsonProperty_t1405154176 * L_29 = V_0; NullCheck(L_29); Type_t * L_30 = JsonProperty_get_DeclaringType_m2382212084(L_29, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_31 = ___property0; NullCheck(L_31); Type_t * L_32 = JsonProperty_get_DeclaringType_m2382212084(L_31, /*hidden argument*/NULL); NullCheck(L_30); bool L_33 = VirtFuncInvoker1< bool, Type_t * >::Invoke(41 /* System.Boolean System.Type::IsSubclassOf(System.Type) */, L_30, L_32); if (L_33) { goto IL_00c0; } } { JsonProperty_t1405154176 * L_34 = ___property0; NullCheck(L_34); Type_t * L_35 = JsonProperty_get_DeclaringType_m2382212084(L_34, /*hidden argument*/NULL); bool L_36 = TypeExtensions_IsInterface_m3543394130(NULL /*static, unused*/, L_35, /*hidden argument*/NULL); if (!L_36) { goto IL_00c1; } } { JsonProperty_t1405154176 * L_37 = V_0; NullCheck(L_37); Type_t * L_38 = JsonProperty_get_DeclaringType_m2382212084(L_37, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_39 = ___property0; NullCheck(L_39); Type_t * L_40 = JsonProperty_get_DeclaringType_m2382212084(L_39, /*hidden argument*/NULL); bool L_41 = TypeExtensions_ImplementInterface_m4199275556(NULL /*static, unused*/, L_38, L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_00c1; } } IL_00c0: { return; } IL_00c1: { bool L_42 = V_1; if (!L_42) { goto IL_00e5; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_43 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_44 = ___property0; NullCheck(L_44); String_t* L_45 = JsonProperty_get_PropertyName_m2411132462(L_44, /*hidden argument*/NULL); Type_t * L_46 = __this->get__type_5(); String_t* L_47 = StringUtils_FormatWith_m353537829(NULL /*static, unused*/, _stringLiteral393933754, L_43, L_45, L_46, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_48 = (JsonSerializationException_t4152118729 *)il2cpp_codegen_object_new(JsonSerializationException_t4152118729_il2cpp_TypeInfo_var); JsonSerializationException__ctor_m3520895892(L_48, L_47, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_48,JsonPropertyCollection_AddProperty_m934994411_RuntimeMethod_var); } IL_00e5: { JsonProperty_t1405154176 * L_49 = ___property0; Collection_1_Add_m2352269593(__this, L_49, /*hidden argument*/Collection_1_Add_m2352269593_RuntimeMethod_var); return; } } // Newtonsoft.Json.Serialization.JsonProperty Newtonsoft.Json.Serialization.JsonPropertyCollection::GetClosestMatchProperty(System.String) extern "C" IL2CPP_METHOD_ATTR JsonProperty_t1405154176 * JsonPropertyCollection_GetClosestMatchProperty_m315130954 (JsonPropertyCollection_t2691548039 * __this, String_t* ___propertyName0, const RuntimeMethod* method) { JsonProperty_t1405154176 * V_0 = NULL; { String_t* L_0 = ___propertyName0; JsonProperty_t1405154176 * L_1 = JsonPropertyCollection_GetProperty_m4024449221(__this, L_0, 4, /*hidden argument*/NULL); V_0 = L_1; JsonProperty_t1405154176 * L_2 = V_0; if (L_2) { goto IL_0015; } } { String_t* L_3 = ___propertyName0; JsonProperty_t1405154176 * L_4 = JsonPropertyCollection_GetProperty_m4024449221(__this, L_3, 5, /*hidden argument*/NULL); V_0 = L_4; } IL_0015: { JsonProperty_t1405154176 * L_5 = V_0; return L_5; } } // System.Boolean Newtonsoft.Json.Serialization.JsonPropertyCollection::TryGetValue(System.String,Newtonsoft.Json.Serialization.JsonProperty&) extern "C" IL2CPP_METHOD_ATTR bool JsonPropertyCollection_TryGetValue_m264325042 (JsonPropertyCollection_t2691548039 * __this, String_t* ___key0, JsonProperty_t1405154176 ** ___item1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonPropertyCollection_TryGetValue_m264325042_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = KeyedCollection_2_get_Dictionary_m2115976622(__this, /*hidden argument*/KeyedCollection_2_get_Dictionary_m2115976622_RuntimeMethod_var); if (L_0) { goto IL_000d; } } { JsonProperty_t1405154176 ** L_1 = ___item1; *((RuntimeObject **)(L_1)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_1), (RuntimeObject *)NULL); return (bool)0; } IL_000d: { RuntimeObject* L_2 = KeyedCollection_2_get_Dictionary_m2115976622(__this, /*hidden argument*/KeyedCollection_2_get_Dictionary_m2115976622_RuntimeMethod_var); String_t* L_3 = ___key0; JsonProperty_t1405154176 ** L_4 = ___item1; NullCheck(L_2); bool L_5 = InterfaceFuncInvoker2< bool, String_t*, JsonProperty_t1405154176 ** >::Invoke(3 /* System.Boolean System.Collections.Generic.IDictionary`2::TryGetValue(!0,!1&) */, IDictionary_2_t3949229162_il2cpp_TypeInfo_var, L_2, L_3, L_4); return L_5; } } // Newtonsoft.Json.Serialization.JsonProperty Newtonsoft.Json.Serialization.JsonPropertyCollection::GetProperty(System.String,System.StringComparison) extern "C" IL2CPP_METHOD_ATTR JsonProperty_t1405154176 * JsonPropertyCollection_GetProperty_m4024449221 (JsonPropertyCollection_t2691548039 * __this, String_t* ___propertyName0, int32_t ___comparisonType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonPropertyCollection_GetProperty_m4024449221_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonProperty_t1405154176 * V_0 = NULL; int32_t V_1 = 0; JsonProperty_t1405154176 * V_2 = NULL; { int32_t L_0 = ___comparisonType1; if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0013; } } { String_t* L_1 = ___propertyName0; bool L_2 = JsonPropertyCollection_TryGetValue_m264325042(__this, L_1, (&V_0), /*hidden argument*/NULL); if (!L_2) { goto IL_0011; } } { JsonProperty_t1405154176 * L_3 = V_0; return L_3; } IL_0011: { return (JsonProperty_t1405154176 *)NULL; } IL_0013: { V_1 = 0; goto IL_0039; } IL_0017: { List_1_t2877228918 * L_4 = __this->get__list_6(); int32_t L_5 = V_1; NullCheck(L_4); JsonProperty_t1405154176 * L_6 = List_1_get_Item_m1509793933(L_4, L_5, /*hidden argument*/List_1_get_Item_m1509793933_RuntimeMethod_var); V_2 = L_6; String_t* L_7 = ___propertyName0; JsonProperty_t1405154176 * L_8 = V_2; NullCheck(L_8); String_t* L_9 = JsonProperty_get_PropertyName_m2411132462(L_8, /*hidden argument*/NULL); int32_t L_10 = ___comparisonType1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_11 = String_Equals_m2359609904(NULL /*static, unused*/, L_7, L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0035; } } { JsonProperty_t1405154176 * L_12 = V_2; return L_12; } IL_0035: { int32_t L_13 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0039: { int32_t L_14 = V_1; List_1_t2877228918 * L_15 = __this->get__list_6(); NullCheck(L_15); int32_t L_16 = List_1_get_Count_m3776375619(L_15, /*hidden argument*/List_1_get_Count_m3776375619_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_16))) { goto IL_0017; } } { return (JsonProperty_t1405154176 *)NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalBase::.ctor(Newtonsoft.Json.JsonSerializer) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalBase__ctor_m395961247 (JsonSerializerInternalBase_t286011480 * __this, JsonSerializer_t1424496335 * ___serializer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalBase__ctor_m395961247_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); JsonSerializer_t1424496335 * L_0 = ___serializer0; ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, L_0, _stringLiteral3975789767, /*hidden argument*/NULL); JsonSerializer_t1424496335 * L_1 = ___serializer0; __this->set_Serializer_2(L_1); JsonSerializer_t1424496335 * L_2 = ___serializer0; NullCheck(L_2); RuntimeObject* L_3 = VirtFuncInvoker0< RuntimeObject* >::Invoke(8 /* Newtonsoft.Json.Serialization.ITraceWriter Newtonsoft.Json.JsonSerializer::get_TraceWriter() */, L_2); __this->set_TraceWriter_3(L_3); return; } } // Newtonsoft.Json.Utilities.BidirectionalDictionary`2 Newtonsoft.Json.Serialization.JsonSerializerInternalBase::get_DefaultReferenceMappings() extern "C" IL2CPP_METHOD_ATTR BidirectionalDictionary_2_t2019708942 * JsonSerializerInternalBase_get_DefaultReferenceMappings_m1461364281 (JsonSerializerInternalBase_t286011480 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalBase_get_DefaultReferenceMappings_m1461364281_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BidirectionalDictionary_2_t2019708942 * L_0 = __this->get__mappings_1(); if (L_0) { goto IL_0027; } } { IL2CPP_RUNTIME_CLASS_INIT(EqualityComparer_1_t17223025_il2cpp_TypeInfo_var); EqualityComparer_1_t17223025 * L_1 = EqualityComparer_1_get_Default_m2310016383(NULL /*static, unused*/, /*hidden argument*/EqualityComparer_1_get_Default_m2310016383_RuntimeMethod_var); ReferenceEqualsEqualityComparer_t3630109021 * L_2 = (ReferenceEqualsEqualityComparer_t3630109021 *)il2cpp_codegen_object_new(ReferenceEqualsEqualityComparer_t3630109021_il2cpp_TypeInfo_var); ReferenceEqualsEqualityComparer__ctor_m3589355905(L_2, /*hidden argument*/NULL); BidirectionalDictionary_2_t2019708942 * L_3 = (BidirectionalDictionary_2_t2019708942 *)il2cpp_codegen_object_new(BidirectionalDictionary_2_t2019708942_il2cpp_TypeInfo_var); BidirectionalDictionary_2__ctor_m1135621616(L_3, L_1, L_2, _stringLiteral4035394696, _stringLiteral3793131500, /*hidden argument*/BidirectionalDictionary_2__ctor_m1135621616_RuntimeMethod_var); __this->set__mappings_1(L_3); } IL_0027: { BidirectionalDictionary_2_t2019708942 * L_4 = __this->get__mappings_1(); return L_4; } } // Newtonsoft.Json.Serialization.ErrorContext Newtonsoft.Json.Serialization.JsonSerializerInternalBase::GetErrorContext(System.Object,System.Object,System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR ErrorContext_t3532118581 * JsonSerializerInternalBase_GetErrorContext_m9875870 (JsonSerializerInternalBase_t286011480 * __this, RuntimeObject * ___currentObject0, RuntimeObject * ___member1, String_t* ___path2, Exception_t * ___error3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalBase_GetErrorContext_m9875870_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ErrorContext_t3532118581 * L_0 = __this->get__currentErrorContext_0(); if (L_0) { goto IL_0018; } } { RuntimeObject * L_1 = ___currentObject0; RuntimeObject * L_2 = ___member1; String_t* L_3 = ___path2; Exception_t * L_4 = ___error3; ErrorContext_t3532118581 * L_5 = (ErrorContext_t3532118581 *)il2cpp_codegen_object_new(ErrorContext_t3532118581_il2cpp_TypeInfo_var); ErrorContext__ctor_m1960059102(L_5, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); __this->set__currentErrorContext_0(L_5); } IL_0018: { ErrorContext_t3532118581 * L_6 = __this->get__currentErrorContext_0(); NullCheck(L_6); Exception_t * L_7 = ErrorContext_get_Error_m1228236127(L_6, /*hidden argument*/NULL); Exception_t * L_8 = ___error3; if ((((RuntimeObject*)(Exception_t *)L_7) == ((RuntimeObject*)(Exception_t *)L_8))) { goto IL_0032; } } { InvalidOperationException_t56020091 * L_9 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_9, _stringLiteral663372193, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,JsonSerializerInternalBase_GetErrorContext_m9875870_RuntimeMethod_var); } IL_0032: { ErrorContext_t3532118581 * L_10 = __this->get__currentErrorContext_0(); return L_10; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalBase::ClearErrorContext() extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalBase_ClearErrorContext_m1174047819 (JsonSerializerInternalBase_t286011480 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalBase_ClearErrorContext_m1174047819_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ErrorContext_t3532118581 * L_0 = __this->get__currentErrorContext_0(); if (L_0) { goto IL_0013; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, _stringLiteral3342420997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,JsonSerializerInternalBase_ClearErrorContext_m1174047819_RuntimeMethod_var); } IL_0013: { __this->set__currentErrorContext_0((ErrorContext_t3532118581 *)NULL); return; } } // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalBase::IsErrorHandled(System.Object,Newtonsoft.Json.Serialization.JsonContract,System.Object,Newtonsoft.Json.IJsonLineInfo,System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR bool JsonSerializerInternalBase_IsErrorHandled_m3473537157 (JsonSerializerInternalBase_t286011480 * __this, RuntimeObject * ___currentObject0, JsonContract_t3715061318 * ___contract1, RuntimeObject * ___keyValue2, RuntimeObject* ___lineInfo3, String_t* ___path4, Exception_t * ___ex5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalBase_IsErrorHandled_m3473537157_MetadataUsageId); s_Il2CppMethodInitialized = true; } ErrorContext_t3532118581 * V_0 = NULL; String_t* V_1 = NULL; String_t* G_B6_0 = NULL; { RuntimeObject * L_0 = ___currentObject0; RuntimeObject * L_1 = ___keyValue2; String_t* L_2 = ___path4; Exception_t * L_3 = ___ex5; ErrorContext_t3532118581 * L_4 = JsonSerializerInternalBase_GetErrorContext_m9875870(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; RuntimeObject* L_5 = __this->get_TraceWriter_3(); if (!L_5) { goto IL_009f; } } { RuntimeObject* L_6 = __this->get_TraceWriter_3(); NullCheck(L_6); int32_t L_7 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Diagnostics.TraceLevel Newtonsoft.Json.Serialization.ITraceWriter::get_LevelFilter() */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_6); if ((((int32_t)L_7) < ((int32_t)1))) { goto IL_009f; } } { ErrorContext_t3532118581 * L_8 = V_0; NullCheck(L_8); bool L_9 = ErrorContext_get_Traced_m2904765305(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_009f; } } { ErrorContext_t3532118581 * L_10 = V_0; NullCheck(L_10); ErrorContext_set_Traced_m3278856084(L_10, (bool)1, /*hidden argument*/NULL); Type_t * L_11 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_12 = { reinterpret_cast (JsonSerializerInternalWriter_t3588727337_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_13 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_11) == ((RuntimeObject*)(Type_t *)L_13))) { goto IL_004e; } } { G_B6_0 = _stringLiteral337796427; goto IL_0053; } IL_004e: { G_B6_0 = _stringLiteral1539705267; } IL_0053: { V_1 = G_B6_0; JsonContract_t3715061318 * L_14 = ___contract1; if (!L_14) { goto IL_0069; } } { String_t* L_15 = V_1; JsonContract_t3715061318 * L_16 = ___contract1; NullCheck(L_16); Type_t * L_17 = JsonContract_get_UnderlyingType_m1736598392(L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_18 = String_Concat_m1715369213(NULL /*static, unused*/, L_15, _stringLiteral3452614528, L_17, /*hidden argument*/NULL); V_1 = L_18; } IL_0069: { String_t* L_19 = V_1; Exception_t * L_20 = ___ex5; NullCheck(L_20); String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_20); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_22 = String_Concat_m3755062657(NULL /*static, unused*/, L_19, _stringLiteral3450517378, L_21, /*hidden argument*/NULL); V_1 = L_22; Exception_t * L_23 = ___ex5; if (((JsonException_t3720114400 *)IsInstClass((RuntimeObject*)L_23, JsonException_t3720114400_il2cpp_TypeInfo_var))) { goto IL_0090; } } { RuntimeObject* L_24 = ___lineInfo3; String_t* L_25 = ___path4; String_t* L_26 = V_1; IL2CPP_RUNTIME_CLASS_INIT(JsonPosition_t2528027714_il2cpp_TypeInfo_var); String_t* L_27 = JsonPosition_FormatMessage_m331598339(NULL /*static, unused*/, L_24, L_25, L_26, /*hidden argument*/NULL); V_1 = L_27; } IL_0090: { RuntimeObject* L_28 = __this->get_TraceWriter_3(); String_t* L_29 = V_1; Exception_t * L_30 = ___ex5; NullCheck(L_28); InterfaceActionInvoker3< int32_t, String_t*, Exception_t * >::Invoke(1 /* System.Void Newtonsoft.Json.Serialization.ITraceWriter::Trace(System.Diagnostics.TraceLevel,System.String,System.Exception) */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_28, 1, L_29, L_30); } IL_009f: { JsonContract_t3715061318 * L_31 = ___contract1; if (!L_31) { goto IL_00b8; } } { RuntimeObject * L_32 = ___currentObject0; if (!L_32) { goto IL_00b8; } } { JsonContract_t3715061318 * L_33 = ___contract1; RuntimeObject * L_34 = ___currentObject0; JsonSerializer_t1424496335 * L_35 = __this->get_Serializer_2(); NullCheck(L_35); StreamingContext_t3711869237 L_36 = VirtFuncInvoker0< StreamingContext_t3711869237 >::Invoke(26 /* System.Runtime.Serialization.StreamingContext Newtonsoft.Json.JsonSerializer::get_Context() */, L_35); ErrorContext_t3532118581 * L_37 = V_0; NullCheck(L_33); JsonContract_InvokeOnError_m2358688078(L_33, L_34, L_36, L_37, /*hidden argument*/NULL); } IL_00b8: { ErrorContext_t3532118581 * L_38 = V_0; NullCheck(L_38); bool L_39 = ErrorContext_get_Handled_m754806413(L_38, /*hidden argument*/NULL); if (L_39) { goto IL_00d2; } } { JsonSerializer_t1424496335 * L_40 = __this->get_Serializer_2(); RuntimeObject * L_41 = ___currentObject0; ErrorContext_t3532118581 * L_42 = V_0; ErrorEventArgs_t716709476 * L_43 = (ErrorEventArgs_t716709476 *)il2cpp_codegen_object_new(ErrorEventArgs_t716709476_il2cpp_TypeInfo_var); ErrorEventArgs__ctor_m402841957(L_43, L_41, L_42, /*hidden argument*/NULL); NullCheck(L_40); JsonSerializer_OnError_m1335991628(L_40, L_43, /*hidden argument*/NULL); } IL_00d2: { ErrorContext_t3532118581 * L_44 = V_0; NullCheck(L_44); bool L_45 = ErrorContext_get_Handled_m754806413(L_44, /*hidden argument*/NULL); return L_45; } } #ifdef __clang__ #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.Serialization.JsonSerializerInternalBase/ReferenceEqualsEqualityComparer::System.Collections.Generic.IEqualityComparer.Equals(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR bool ReferenceEqualsEqualityComparer_System_Collections_Generic_IEqualityComparerU3CSystem_ObjectU3E_Equals_m3258639028 (ReferenceEqualsEqualityComparer_t3630109021 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___x0; RuntimeObject * L_1 = ___y1; return (bool)((((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_1))? 1 : 0); } } // System.Int32 Newtonsoft.Json.Serialization.JsonSerializerInternalBase/ReferenceEqualsEqualityComparer::System.Collections.Generic.IEqualityComparer.GetHashCode(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t ReferenceEqualsEqualityComparer_System_Collections_Generic_IEqualityComparerU3CSystem_ObjectU3E_GetHashCode_m704091618 (ReferenceEqualsEqualityComparer_t3630109021 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___obj0; int32_t L_1 = RuntimeHelpers_GetHashCode_m1610824259(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalBase/ReferenceEqualsEqualityComparer::.ctor() extern "C" IL2CPP_METHOD_ATTR void ReferenceEqualsEqualityComparer__ctor_m3589355905 (ReferenceEqualsEqualityComparer_t3630109021 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__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.JsonSerializerInternalReader::.ctor(Newtonsoft.Json.JsonSerializer) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalReader__ctor_m778229773 (JsonSerializerInternalReader_t927352408 * __this, JsonSerializer_t1424496335 * ___serializer0, const RuntimeMethod* method) { { JsonSerializer_t1424496335 * L_0 = ___serializer0; JsonSerializerInternalBase__ctor_m395961247(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalReader::Populate(Newtonsoft.Json.JsonReader,System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalReader_Populate_m2037184199 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, RuntimeObject * ___target1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalReader_Populate_m2037184199_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; JsonContract_t3715061318 * V_1 = NULL; JsonArrayContract_t483691547 * V_2 = NULL; RuntimeObject* V_3 = NULL; String_t* V_4 = NULL; JsonDictionaryContract_t4040570183 * V_5 = NULL; RuntimeObject* V_6 = NULL; JsonSerializerInternalReader_t927352408 * G_B6_0 = NULL; JsonSerializerInternalReader_t927352408 * G_B5_0 = NULL; RuntimeObject* G_B7_0 = NULL; JsonSerializerInternalReader_t927352408 * G_B7_1 = NULL; String_t* G_B16_0 = NULL; JsonSerializerInternalReader_t927352408 * G_B20_0 = NULL; JsonSerializerInternalReader_t927352408 * G_B19_0 = NULL; RuntimeObject* G_B21_0 = NULL; JsonSerializerInternalReader_t927352408 * G_B21_1 = NULL; { RuntimeObject * L_0 = ___target1; ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, L_0, _stringLiteral2833503317, /*hidden argument*/NULL); RuntimeObject * L_1 = ___target1; NullCheck(L_1); Type_t * L_2 = Object_GetType_m88164663(L_1, /*hidden argument*/NULL); V_0 = L_2; JsonSerializer_t1424496335 * L_3 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_3); RuntimeObject* L_4 = L_3->get__contractResolver_11(); Type_t * L_5 = V_0; NullCheck(L_4); JsonContract_t3715061318 * L_6 = InterfaceFuncInvoker1< JsonContract_t3715061318 *, Type_t * >::Invoke(0 /* Newtonsoft.Json.Serialization.JsonContract Newtonsoft.Json.Serialization.IContractResolver::ResolveContract(System.Type) */, IContractResolver_t4193385603_il2cpp_TypeInfo_var, L_4, L_5); V_1 = L_6; JsonReader_t2369136700 * L_7 = ___reader0; NullCheck(L_7); bool L_8 = JsonReader_MoveToContent_m203105123(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0038; } } { JsonReader_t2369136700 * L_9 = ___reader0; JsonSerializationException_t4152118729 * L_10 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_9, _stringLiteral1494506096, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,JsonSerializerInternalReader_Populate_m2037184199_RuntimeMethod_var); } IL_0038: { JsonReader_t2369136700 * L_11 = ___reader0; NullCheck(L_11); int32_t L_12 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_11); if ((!(((uint32_t)L_12) == ((uint32_t)2)))) { goto IL_008d; } } { JsonContract_t3715061318 * L_13 = V_1; NullCheck(L_13); int32_t L_14 = L_13->get_ContractType_5(); if ((!(((uint32_t)L_14) == ((uint32_t)2)))) { goto IL_0076; } } { JsonContract_t3715061318 * L_15 = V_1; V_2 = ((JsonArrayContract_t483691547 *)CastclassClass((RuntimeObject*)L_15, JsonArrayContract_t483691547_il2cpp_TypeInfo_var)); JsonArrayContract_t483691547 * L_16 = V_2; NullCheck(L_16); bool L_17 = JsonArrayContract_get_ShouldCreateWrapper_m3030138700(L_16, /*hidden argument*/NULL); G_B5_0 = __this; if (L_17) { G_B6_0 = __this; goto IL_0062; } } { RuntimeObject * L_18 = ___target1; G_B7_0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_18, IList_t2094931216_il2cpp_TypeInfo_var)); G_B7_1 = G_B5_0; goto IL_006b; } IL_0062: { JsonArrayContract_t483691547 * L_19 = V_2; RuntimeObject * L_20 = ___target1; NullCheck(L_19); RuntimeObject* L_21 = JsonArrayContract_CreateWrapper_m867824515(L_19, L_20, /*hidden argument*/NULL); V_3 = L_21; RuntimeObject* L_22 = V_3; G_B7_0 = L_22; G_B7_1 = G_B6_0; } IL_006b: { JsonReader_t2369136700 * L_23 = ___reader0; JsonArrayContract_t483691547 * L_24 = V_2; NullCheck(G_B7_1); JsonSerializerInternalReader_PopulateList_m3816942785(G_B7_1, G_B7_0, L_23, L_24, (JsonProperty_t1405154176 *)NULL, (String_t*)NULL, /*hidden argument*/NULL); return; } IL_0076: { JsonReader_t2369136700 * L_25 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_26 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); Type_t * L_27 = V_0; String_t* L_28 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral116782727, L_26, L_27, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_29 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_25, L_28, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_29,JsonSerializerInternalReader_Populate_m2037184199_RuntimeMethod_var); } IL_008d: { JsonReader_t2369136700 * L_30 = ___reader0; NullCheck(L_30); int32_t L_31 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_30); if ((!(((uint32_t)L_31) == ((uint32_t)1)))) { goto IL_0164; } } { JsonReader_t2369136700 * L_32 = ___reader0; NullCheck(L_32); JsonReader_ReadAndAssert_m598255277(L_32, /*hidden argument*/NULL); V_4 = (String_t*)NULL; JsonSerializer_t1424496335 * L_33 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_33); int32_t L_34 = VirtFuncInvoker0< int32_t >::Invoke(21 /* Newtonsoft.Json.MetadataPropertyHandling Newtonsoft.Json.JsonSerializer::get_MetadataPropertyHandling() */, L_33); if ((((int32_t)L_34) == ((int32_t)2))) { goto IL_00f5; } } { JsonReader_t2369136700 * L_35 = ___reader0; NullCheck(L_35); int32_t L_36 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_35); if ((!(((uint32_t)L_36) == ((uint32_t)4)))) { goto IL_00f5; } } { JsonReader_t2369136700 * L_37 = ___reader0; NullCheck(L_37); RuntimeObject * L_38 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_37); NullCheck(L_38); String_t* L_39 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_38); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_40 = String_Equals_m2359609904(NULL /*static, unused*/, L_39, _stringLiteral3266464882, 4, /*hidden argument*/NULL); if (!L_40) { goto IL_00f5; } } { JsonReader_t2369136700 * L_41 = ___reader0; NullCheck(L_41); JsonReader_ReadAndAssert_m598255277(L_41, /*hidden argument*/NULL); JsonReader_t2369136700 * L_42 = ___reader0; NullCheck(L_42); RuntimeObject * L_43 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_42); if (L_43) { goto IL_00e2; } } { G_B16_0 = ((String_t*)(NULL)); goto IL_00ed; } IL_00e2: { JsonReader_t2369136700 * L_44 = ___reader0; NullCheck(L_44); RuntimeObject * L_45 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_44); NullCheck(L_45); String_t* L_46 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_45); G_B16_0 = L_46; } IL_00ed: { V_4 = G_B16_0; JsonReader_t2369136700 * L_47 = ___reader0; NullCheck(L_47); JsonReader_ReadAndAssert_m598255277(L_47, /*hidden argument*/NULL); } IL_00f5: { JsonContract_t3715061318 * L_48 = V_1; NullCheck(L_48); int32_t L_49 = L_48->get_ContractType_5(); if ((!(((uint32_t)L_49) == ((uint32_t)5)))) { goto IL_0131; } } { JsonContract_t3715061318 * L_50 = V_1; V_5 = ((JsonDictionaryContract_t4040570183 *)CastclassClass((RuntimeObject*)L_50, JsonDictionaryContract_t4040570183_il2cpp_TypeInfo_var)); JsonDictionaryContract_t4040570183 * L_51 = V_5; NullCheck(L_51); bool L_52 = JsonDictionaryContract_get_ShouldCreateWrapper_m4140590597(L_51, /*hidden argument*/NULL); G_B19_0 = __this; if (L_52) { G_B20_0 = __this; goto IL_0118; } } { RuntimeObject * L_53 = ___target1; G_B21_0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_53, IDictionary_t1363984059_il2cpp_TypeInfo_var)); G_B21_1 = G_B19_0; goto IL_0124; } IL_0118: { JsonDictionaryContract_t4040570183 * L_54 = V_5; RuntimeObject * L_55 = ___target1; NullCheck(L_54); RuntimeObject* L_56 = JsonDictionaryContract_CreateWrapper_m1557137919(L_54, L_55, /*hidden argument*/NULL); V_6 = L_56; RuntimeObject* L_57 = V_6; G_B21_0 = L_57; G_B21_1 = G_B20_0; } IL_0124: { JsonReader_t2369136700 * L_58 = ___reader0; JsonDictionaryContract_t4040570183 * L_59 = V_5; String_t* L_60 = V_4; NullCheck(G_B21_1); JsonSerializerInternalReader_PopulateDictionary_m222353086(G_B21_1, G_B21_0, L_58, L_59, (JsonProperty_t1405154176 *)NULL, L_60, /*hidden argument*/NULL); return; } IL_0131: { JsonContract_t3715061318 * L_61 = V_1; NullCheck(L_61); int32_t L_62 = L_61->get_ContractType_5(); if ((!(((uint32_t)L_62) == ((uint32_t)1)))) { goto IL_014d; } } { RuntimeObject * L_63 = ___target1; JsonReader_t2369136700 * L_64 = ___reader0; JsonContract_t3715061318 * L_65 = V_1; String_t* L_66 = V_4; JsonSerializerInternalReader_PopulateObject_m2847199184(__this, L_63, L_64, ((JsonObjectContract_t868533143 *)CastclassClass((RuntimeObject*)L_65, JsonObjectContract_t868533143_il2cpp_TypeInfo_var)), (JsonProperty_t1405154176 *)NULL, L_66, /*hidden argument*/NULL); return; } IL_014d: { JsonReader_t2369136700 * L_67 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_68 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); Type_t * L_69 = V_0; String_t* L_70 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral3794645153, L_68, L_69, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_71 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_67, L_70, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_71,JsonSerializerInternalReader_Populate_m2037184199_RuntimeMethod_var); } IL_0164: { JsonReader_t2369136700 * L_72 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_73 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonReader_t2369136700 * L_74 = ___reader0; NullCheck(L_74); int32_t L_75 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_74); int32_t L_76 = L_75; RuntimeObject * L_77 = Box(JsonToken_t1917433489_il2cpp_TypeInfo_var, &L_76); String_t* L_78 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral407886573, L_73, L_77, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_79 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_72, L_78, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_79,JsonSerializerInternalReader_Populate_m2037184199_RuntimeMethod_var); } } // Newtonsoft.Json.Serialization.JsonContract Newtonsoft.Json.Serialization.JsonSerializerInternalReader::GetContractSafe(System.Type) extern "C" IL2CPP_METHOD_ATTR JsonContract_t3715061318 * JsonSerializerInternalReader_GetContractSafe_m881561284 (JsonSerializerInternalReader_t927352408 * __this, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalReader_GetContractSafe_m881561284_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___type0; if (L_0) { goto IL_0005; } } { return (JsonContract_t3715061318 *)NULL; } IL_0005: { JsonSerializer_t1424496335 * L_1 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_1); RuntimeObject* L_2 = L_1->get__contractResolver_11(); Type_t * L_3 = ___type0; NullCheck(L_2); JsonContract_t3715061318 * L_4 = InterfaceFuncInvoker1< JsonContract_t3715061318 *, Type_t * >::Invoke(0 /* Newtonsoft.Json.Serialization.JsonContract Newtonsoft.Json.Serialization.IContractResolver::ResolveContract(System.Type) */, IContractResolver_t4193385603_il2cpp_TypeInfo_var, L_2, L_3); return L_4; } } // System.Object Newtonsoft.Json.Serialization.JsonSerializerInternalReader::Deserialize(Newtonsoft.Json.JsonReader,System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonSerializerInternalReader_Deserialize_m1834479287 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, Type_t * ___objectType1, bool ___checkAdditionalContent2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalReader_Deserialize_m1834479287_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonContract_t3715061318 * V_0 = NULL; JsonConverter_t1047106545 * V_1 = NULL; RuntimeObject * V_2 = NULL; RuntimeObject * V_3 = NULL; Exception_t * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { JsonReader_t2369136700 * L_0 = ___reader0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3529812268, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,JsonSerializerInternalReader_Deserialize_m1834479287_RuntimeMethod_var); } IL_000e: { Type_t * L_2 = ___objectType1; JsonContract_t3715061318 * L_3 = JsonSerializerInternalReader_GetContractSafe_m881561284(__this, L_2, /*hidden argument*/NULL); V_0 = L_3; } IL_0016: try { // begin try (depth: 1) { JsonContract_t3715061318 * L_4 = V_0; JsonConverter_t1047106545 * L_5 = JsonSerializerInternalReader_GetConverter_m3382278774(__this, L_4, (JsonConverter_t1047106545 *)NULL, (JsonContainerContract_t1214283173 *)NULL, (JsonProperty_t1405154176 *)NULL, /*hidden argument*/NULL); V_1 = L_5; JsonReader_t2369136700 * L_6 = ___reader0; NullCheck(L_6); int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_6); if (L_7) { goto IL_0062; } } IL_0029: { JsonReader_t2369136700 * L_8 = ___reader0; JsonContract_t3715061318 * L_9 = V_0; JsonConverter_t1047106545 * L_10 = V_1; bool L_11 = JsonSerializerInternalReader_ReadForType_m783535205(__this, L_8, L_9, (bool)((!(((RuntimeObject*)(JsonConverter_t1047106545 *)L_10) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0), /*hidden argument*/NULL); if (L_11) { goto IL_0062; } } IL_0037: { JsonContract_t3715061318 * L_12 = V_0; if (!L_12) { goto IL_005e; } } IL_003a: { JsonContract_t3715061318 * L_13 = V_0; NullCheck(L_13); bool L_14 = L_13->get_IsNullable_0(); if (L_14) { goto IL_005e; } } IL_0042: { JsonReader_t2369136700 * L_15 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_16 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonContract_t3715061318 * L_17 = V_0; NullCheck(L_17); Type_t * L_18 = JsonContract_get_UnderlyingType_m1736598392(L_17, /*hidden argument*/NULL); String_t* L_19 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral3541141754, L_16, L_18, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_20 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_15, L_19, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20,JsonSerializerInternalReader_Deserialize_m1834479287_RuntimeMethod_var); } IL_005e: { V_3 = NULL; goto IL_00db; } IL_0062: { JsonConverter_t1047106545 * L_21 = V_1; if (!L_21) { goto IL_007a; } } IL_0065: { JsonConverter_t1047106545 * L_22 = V_1; NullCheck(L_22); bool L_23 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean Newtonsoft.Json.JsonConverter::get_CanRead() */, L_22); if (!L_23) { goto IL_007a; } } IL_006d: { JsonConverter_t1047106545 * L_24 = V_1; JsonReader_t2369136700 * L_25 = ___reader0; Type_t * L_26 = ___objectType1; RuntimeObject * L_27 = JsonSerializerInternalReader_DeserializeConvertable_m12555224(__this, L_24, L_25, L_26, NULL, /*hidden argument*/NULL); V_2 = L_27; goto IL_0088; } IL_007a: { JsonReader_t2369136700 * L_28 = ___reader0; Type_t * L_29 = ___objectType1; JsonContract_t3715061318 * L_30 = V_0; RuntimeObject * L_31 = JsonSerializerInternalReader_CreateValueInternal_m728545038(__this, L_28, L_29, L_30, (JsonProperty_t1405154176 *)NULL, (JsonContainerContract_t1214283173 *)NULL, (JsonProperty_t1405154176 *)NULL, NULL, /*hidden argument*/NULL); V_2 = L_31; } IL_0088: { bool L_32 = ___checkAdditionalContent2; if (!L_32) { goto IL_00a7; } } IL_008b: { JsonReader_t2369136700 * L_33 = ___reader0; NullCheck(L_33); bool L_34 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_33); if (!L_34) { goto IL_00a7; } } IL_0093: { JsonReader_t2369136700 * L_35 = ___reader0; NullCheck(L_35); int32_t L_36 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_35); if ((((int32_t)L_36) == ((int32_t)5))) { goto IL_00a7; } } IL_009c: { JsonSerializationException_t4152118729 * L_37 = (JsonSerializationException_t4152118729 *)il2cpp_codegen_object_new(JsonSerializationException_t4152118729_il2cpp_TypeInfo_var); JsonSerializationException__ctor_m3520895892(L_37, _stringLiteral1375738783, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_37,JsonSerializerInternalReader_Deserialize_m1834479287_RuntimeMethod_var); } IL_00a7: { RuntimeObject * L_38 = V_2; V_3 = L_38; goto IL_00db; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00ab; throw e; } CATCH_00ab: { // begin catch(System.Exception) { V_4 = ((Exception_t *)__exception_local); JsonContract_t3715061318 * L_39 = V_0; JsonReader_t2369136700 * L_40 = ___reader0; JsonReader_t2369136700 * L_41 = ___reader0; NullCheck(L_41); String_t* L_42 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String Newtonsoft.Json.JsonReader::get_Path() */, L_41); Exception_t * L_43 = V_4; bool L_44 = JsonSerializerInternalBase_IsErrorHandled_m3473537157(__this, NULL, L_39, NULL, ((RuntimeObject*)IsInst((RuntimeObject*)L_40, IJsonLineInfo_t2844470104_il2cpp_TypeInfo_var)), L_42, L_43, /*hidden argument*/NULL); if (!L_44) { goto IL_00d3; } } IL_00c6: { JsonReader_t2369136700 * L_45 = ___reader0; JsonSerializerInternalReader_HandleError_m1244203443(__this, L_45, (bool)0, 0, /*hidden argument*/NULL); V_3 = NULL; goto IL_00db; } IL_00d3: { JsonSerializerInternalBase_ClearErrorContext_m1174047819(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local,NULL); } } // end catch (depth: 1) IL_00db: { RuntimeObject * L_46 = V_3; return L_46; } } // Newtonsoft.Json.Serialization.JsonSerializerProxy Newtonsoft.Json.Serialization.JsonSerializerInternalReader::GetInternalSerializer() extern "C" IL2CPP_METHOD_ATTR JsonSerializerProxy_t657065764 * JsonSerializerInternalReader_GetInternalSerializer_m4160976655 (JsonSerializerInternalReader_t927352408 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalReader_GetInternalSerializer_m4160976655_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonSerializerProxy_t657065764 * L_0 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_InternalSerializer_4(); if (L_0) { goto IL_0014; } } { JsonSerializerProxy_t657065764 * L_1 = (JsonSerializerProxy_t657065764 *)il2cpp_codegen_object_new(JsonSerializerProxy_t657065764_il2cpp_TypeInfo_var); JsonSerializerProxy__ctor_m105947954(L_1, __this, /*hidden argument*/NULL); ((JsonSerializerInternalBase_t286011480 *)__this)->set_InternalSerializer_4(L_1); } IL_0014: { JsonSerializerProxy_t657065764 * L_2 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_InternalSerializer_4(); return L_2; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Serialization.JsonSerializerInternalReader::CreateJToken(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Serialization.JsonContract) extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * JsonSerializerInternalReader_CreateJToken_m69063650 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, JsonContract_t3715061318 * ___contract1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalReader_CreateJToken_m69063650_MetadataUsageId); s_Il2CppMethodInitialized = true; } JToken_t1038539247 * V_0 = NULL; JTokenWriter_t671501819 * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { JsonReader_t2369136700 * L_0 = ___reader0; ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, L_0, _stringLiteral3529812268, /*hidden argument*/NULL); JsonContract_t3715061318 * L_1 = ___contract1; if (!L_1) { goto IL_0057; } } { JsonContract_t3715061318 * L_2 = ___contract1; NullCheck(L_2); Type_t * L_3 = JsonContract_get_UnderlyingType_m1736598392(L_2, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (JRaw_t446372596_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_3) == ((RuntimeObject*)(Type_t *)L_5)))) { goto IL_0027; } } { JsonReader_t2369136700 * L_6 = ___reader0; JRaw_t446372596 * L_7 = JRaw_Create_m174718097(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); return L_7; } IL_0027: { JsonReader_t2369136700 * L_8 = ___reader0; NullCheck(L_8); int32_t L_9 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_8); if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)11))))) { goto IL_0057; } } { JsonContract_t3715061318 * L_10 = ___contract1; NullCheck(L_10); Type_t * L_11 = JsonContract_get_UnderlyingType_m1736598392(L_10, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_12 = { reinterpret_cast (JValue_t1448862567_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_13 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_11) == ((RuntimeObject*)(Type_t *)L_13))) { goto IL_0057; } } { JsonContract_t3715061318 * L_14 = ___contract1; NullCheck(L_14); Type_t * L_15 = JsonContract_get_UnderlyingType_m1736598392(L_14, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_16 = { reinterpret_cast (JToken_t1038539247_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_17 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_15) == ((RuntimeObject*)(Type_t *)L_17))) { goto IL_0057; } } { return (JToken_t1038539247 *)NULL; } IL_0057: { JTokenWriter_t671501819 * L_18 = (JTokenWriter_t671501819 *)il2cpp_codegen_object_new(JTokenWriter_t671501819_il2cpp_TypeInfo_var); JTokenWriter__ctor_m3446415868(L_18, /*hidden argument*/NULL); V_1 = L_18; } IL_005d: try { // begin try (depth: 1) JTokenWriter_t671501819 * L_19 = V_1; JsonReader_t2369136700 * L_20 = ___reader0; NullCheck(L_19); JsonWriter_WriteToken_m3609733214(L_19, L_20, /*hidden argument*/NULL); JTokenWriter_t671501819 * L_21 = V_1; NullCheck(L_21); JToken_t1038539247 * L_22 = JTokenWriter_get_Token_m2144811498(L_21, /*hidden argument*/NULL); V_0 = L_22; IL2CPP_LEAVE(0x77, FINALLY_006d); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_006d; } FINALLY_006d: { // begin finally (depth: 1) { JTokenWriter_t671501819 * L_23 = V_1; if (!L_23) { goto IL_0076; } } IL_0070: { JTokenWriter_t671501819 * L_24 = V_1; NullCheck(L_24); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_24); } IL_0076: { IL2CPP_END_FINALLY(109) } } // end finally (depth: 1) IL2CPP_CLEANUP(109) { IL2CPP_JUMP_TBL(0x77, IL_0077) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0077: { JToken_t1038539247 * L_25 = V_0; return L_25; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Serialization.JsonSerializerInternalReader::CreateJObject(Newtonsoft.Json.JsonReader) extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * JsonSerializerInternalReader_CreateJObject_m2190401482 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalReader_CreateJObject_m2190401482_MetadataUsageId); s_Il2CppMethodInitialized = true; } JTokenWriter_t671501819 * V_0 = NULL; String_t* V_1 = NULL; JToken_t1038539247 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { JsonReader_t2369136700 * L_0 = ___reader0; ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, L_0, _stringLiteral3529812268, /*hidden argument*/NULL); JTokenWriter_t671501819 * L_1 = (JTokenWriter_t671501819 *)il2cpp_codegen_object_new(JTokenWriter_t671501819_il2cpp_TypeInfo_var); JTokenWriter__ctor_m3446415868(L_1, /*hidden argument*/NULL); V_0 = L_1; } IL_0011: try { // begin try (depth: 1) { JTokenWriter_t671501819 * L_2 = V_0; NullCheck(L_2); VirtActionInvoker0::Invoke(7 /* System.Void Newtonsoft.Json.JsonWriter::WriteStartObject() */, L_2); } IL_0017: { JsonReader_t2369136700 * L_3 = ___reader0; NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_3); if ((!(((uint32_t)L_4) == ((uint32_t)4)))) { goto IL_0051; } } IL_0020: { JsonReader_t2369136700 * L_5 = ___reader0; NullCheck(L_5); RuntimeObject * L_6 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_5); V_1 = ((String_t*)CastclassSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var)); JsonReader_t2369136700 * L_7 = ___reader0; NullCheck(L_7); bool L_8 = JsonReader_ReadAndMoveToContent_m799965404(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0071; } } IL_0034: { JsonReader_t2369136700 * L_9 = ___reader0; String_t* L_10 = V_1; bool L_11 = JsonSerializerInternalReader_CheckPropertyName_m994711711(__this, L_9, L_10, /*hidden argument*/NULL); if (L_11) { goto IL_0069; } } IL_003e: { JTokenWriter_t671501819 * L_12 = V_0; String_t* L_13 = V_1; NullCheck(L_12); VirtActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, L_12, L_13); JTokenWriter_t671501819 * L_14 = V_0; JsonReader_t2369136700 * L_15 = ___reader0; NullCheck(L_14); VirtActionInvoker4< JsonReader_t2369136700 *, bool, bool, bool >::Invoke(16 /* System.Void Newtonsoft.Json.JsonWriter::WriteToken(Newtonsoft.Json.JsonReader,System.Boolean,System.Boolean,System.Boolean) */, L_14, L_15, (bool)1, (bool)1, (bool)0); goto IL_0069; } IL_0051: { JsonReader_t2369136700 * L_16 = ___reader0; NullCheck(L_16); int32_t L_17 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_16); if ((((int32_t)L_17) == ((int32_t)5))) { goto IL_0069; } } IL_005a: { JTokenWriter_t671501819 * L_18 = V_0; NullCheck(L_18); VirtActionInvoker0::Invoke(8 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndObject() */, L_18); JTokenWriter_t671501819 * L_19 = V_0; NullCheck(L_19); JToken_t1038539247 * L_20 = JTokenWriter_get_Token_m2144811498(L_19, /*hidden argument*/NULL); V_2 = L_20; IL2CPP_LEAVE(0x87, FINALLY_007d); } IL_0069: { JsonReader_t2369136700 * L_21 = ___reader0; NullCheck(L_21); bool L_22 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_21); if (L_22) { goto IL_0017; } } IL_0071: { JsonReader_t2369136700 * L_23 = ___reader0; JsonSerializationException_t4152118729 * L_24 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_23, _stringLiteral656781926, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24,JsonSerializerInternalReader_CreateJObject_m2190401482_RuntimeMethod_var); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_007d; } FINALLY_007d: { // begin finally (depth: 1) { JTokenWriter_t671501819 * L_25 = V_0; if (!L_25) { goto IL_0086; } } IL_0080: { JTokenWriter_t671501819 * L_26 = V_0; NullCheck(L_26); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_26); } IL_0086: { IL2CPP_END_FINALLY(125) } } // end finally (depth: 1) IL2CPP_CLEANUP(125) { IL2CPP_JUMP_TBL(0x87, IL_0087) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0087: { JToken_t1038539247 * L_27 = V_2; return L_27; } } // System.Object Newtonsoft.Json.Serialization.JsonSerializerInternalReader::CreateValueInternal(Newtonsoft.Json.JsonReader,System.Type,Newtonsoft.Json.Serialization.JsonContract,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.JsonContainerContract,Newtonsoft.Json.Serialization.JsonProperty,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonSerializerInternalReader_CreateValueInternal_m728545038 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, Type_t * ___objectType1, JsonContract_t3715061318 * ___contract2, JsonProperty_t1405154176 * ___member3, JsonContainerContract_t1214283173 * ___containerContract4, JsonProperty_t1405154176 * ___containerMember5, RuntimeObject * ___existingValue6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalReader_CreateValueInternal_m728545038_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; String_t* V_2 = NULL; { JsonContract_t3715061318 * L_0 = ___contract2; if (!L_0) { goto IL_0015; } } { JsonContract_t3715061318 * L_1 = ___contract2; NullCheck(L_1); int32_t L_2 = L_1->get_ContractType_5(); if ((!(((uint32_t)L_2) == ((uint32_t)8)))) { goto IL_0015; } } { JsonReader_t2369136700 * L_3 = ___reader0; JsonContract_t3715061318 * L_4 = ___contract2; JToken_t1038539247 * L_5 = JsonSerializerInternalReader_CreateJToken_m69063650(__this, L_3, L_4, /*hidden argument*/NULL); return L_5; } IL_0015: { JsonReader_t2369136700 * L_6 = ___reader0; NullCheck(L_6); int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_6); V_0 = L_7; int32_t L_8 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1))) { case 0: { goto IL_006d; } case 1: { goto IL_007f; } case 2: { goto IL_00df; } case 3: { goto IL_0134; } case 4: { goto IL_0150; } case 5: { goto IL_0123; } case 6: { goto IL_008e; } case 7: { goto IL_008e; } case 8: { goto IL_00a3; } case 9: { goto IL_008e; } case 10: { goto IL_00fb; } case 11: { goto IL_00fb; } case 12: { goto IL_0134; } case 13: { goto IL_0134; } case 14: { goto IL_0134; } case 15: { goto IL_008e; } case 16: { goto IL_008e; } } } { goto IL_0134; } IL_006d: { JsonReader_t2369136700 * L_9 = ___reader0; Type_t * L_10 = ___objectType1; JsonContract_t3715061318 * L_11 = ___contract2; JsonProperty_t1405154176 * L_12 = ___member3; JsonContainerContract_t1214283173 * L_13 = ___containerContract4; JsonProperty_t1405154176 * L_14 = ___containerMember5; RuntimeObject * L_15 = ___existingValue6; RuntimeObject * L_16 = JsonSerializerInternalReader_CreateObject_m1890114628(__this, L_9, L_10, L_11, L_12, L_13, L_14, L_15, /*hidden argument*/NULL); return L_16; } IL_007f: { JsonReader_t2369136700 * L_17 = ___reader0; Type_t * L_18 = ___objectType1; JsonContract_t3715061318 * L_19 = ___contract2; JsonProperty_t1405154176 * L_20 = ___member3; RuntimeObject * L_21 = ___existingValue6; RuntimeObject * L_22 = JsonSerializerInternalReader_CreateList_m2512975259(__this, L_17, L_18, L_19, L_20, L_21, (String_t*)NULL, /*hidden argument*/NULL); return L_22; } IL_008e: { JsonReader_t2369136700 * L_23 = ___reader0; JsonReader_t2369136700 * L_24 = ___reader0; NullCheck(L_24); RuntimeObject * L_25 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_24); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_26 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonContract_t3715061318 * L_27 = ___contract2; Type_t * L_28 = ___objectType1; RuntimeObject * L_29 = JsonSerializerInternalReader_EnsureType_m3870732010(__this, L_23, L_25, L_26, L_27, L_28, /*hidden argument*/NULL); return L_29; } IL_00a3: { JsonReader_t2369136700 * L_30 = ___reader0; NullCheck(L_30); RuntimeObject * L_31 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_30); V_1 = ((String_t*)CastclassSealed((RuntimeObject*)L_31, String_t_il2cpp_TypeInfo_var)); Type_t * L_32 = ___objectType1; JsonContract_t3715061318 * L_33 = ___contract2; String_t* L_34 = V_1; bool L_35 = JsonSerializerInternalReader_CoerceEmptyStringToNull_m1779814820(NULL /*static, unused*/, L_32, L_33, L_34, /*hidden argument*/NULL); if (!L_35) { goto IL_00bb; } } { return NULL; } IL_00bb: { Type_t * L_36 = ___objectType1; RuntimeTypeHandle_t3027515415 L_37 = { reinterpret_cast (ByteU5BU5D_t4116647657_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_38 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_37, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_36) == ((RuntimeObject*)(Type_t *)L_38)))) { goto IL_00cf; } } { String_t* L_39 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_40 = Convert_FromBase64String_m3685135396(NULL /*static, unused*/, L_39, /*hidden argument*/NULL); return (RuntimeObject *)L_40; } IL_00cf: { JsonReader_t2369136700 * L_41 = ___reader0; String_t* L_42 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_43 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonContract_t3715061318 * L_44 = ___contract2; Type_t * L_45 = ___objectType1; RuntimeObject * L_46 = JsonSerializerInternalReader_EnsureType_m3870732010(__this, L_41, L_42, L_43, L_44, L_45, /*hidden argument*/NULL); return L_46; } IL_00df: { JsonReader_t2369136700 * L_47 = ___reader0; NullCheck(L_47); RuntimeObject * L_48 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_47); NullCheck(L_48); String_t* L_49 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_48); V_2 = L_49; JsonReader_t2369136700 * L_50 = ___reader0; String_t* L_51 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_52 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonContract_t3715061318 * L_53 = ___contract2; Type_t * L_54 = ___objectType1; RuntimeObject * L_55 = JsonSerializerInternalReader_EnsureType_m3870732010(__this, L_50, L_51, L_52, L_53, L_54, /*hidden argument*/NULL); return L_55; } IL_00fb: { Type_t * L_56 = ___objectType1; RuntimeTypeHandle_t3027515415 L_57 = { reinterpret_cast (DBNull_t3725197148_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_58 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_57, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_56) == ((RuntimeObject*)(Type_t *)L_58)))) { goto IL_010e; } } { IL2CPP_RUNTIME_CLASS_INIT(DBNull_t3725197148_il2cpp_TypeInfo_var); DBNull_t3725197148 * L_59 = ((DBNull_t3725197148_StaticFields*)il2cpp_codegen_static_fields_for(DBNull_t3725197148_il2cpp_TypeInfo_var))->get_Value_0(); return L_59; } IL_010e: { JsonReader_t2369136700 * L_60 = ___reader0; JsonReader_t2369136700 * L_61 = ___reader0; NullCheck(L_61); RuntimeObject * L_62 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_61); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_63 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonContract_t3715061318 * L_64 = ___contract2; Type_t * L_65 = ___objectType1; RuntimeObject * L_66 = JsonSerializerInternalReader_EnsureType_m3870732010(__this, L_60, L_62, L_63, L_64, L_65, /*hidden argument*/NULL); return L_66; } IL_0123: { JsonReader_t2369136700 * L_67 = ___reader0; NullCheck(L_67); RuntimeObject * L_68 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_67); JRaw_t446372596 * L_69 = (JRaw_t446372596 *)il2cpp_codegen_object_new(JRaw_t446372596_il2cpp_TypeInfo_var); JRaw__ctor_m1864301937(L_69, ((String_t*)CastclassSealed((RuntimeObject*)L_68, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_69; } IL_0134: { JsonReader_t2369136700 * L_70 = ___reader0; JsonReader_t2369136700 * L_71 = ___reader0; NullCheck(L_71); int32_t L_72 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_71); int32_t L_73 = L_72; RuntimeObject * L_74 = Box(JsonToken_t1917433489_il2cpp_TypeInfo_var, &L_73); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_75 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral258622727, L_74, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_76 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_70, L_75, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_76,JsonSerializerInternalReader_CreateValueInternal_m728545038_RuntimeMethod_var); } IL_0150: { JsonReader_t2369136700 * L_77 = ___reader0; NullCheck(L_77); bool L_78 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_77); if (L_78) { goto IL_0015; } } { JsonReader_t2369136700 * L_79 = ___reader0; JsonSerializationException_t4152118729 * L_80 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_79, _stringLiteral656781926, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_80,JsonSerializerInternalReader_CreateValueInternal_m728545038_RuntimeMethod_var); } } // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalReader::CoerceEmptyStringToNull(System.Type,Newtonsoft.Json.Serialization.JsonContract,System.String) extern "C" IL2CPP_METHOD_ATTR bool JsonSerializerInternalReader_CoerceEmptyStringToNull_m1779814820 (RuntimeObject * __this /* static, unused */, Type_t * ___objectType0, JsonContract_t3715061318 * ___contract1, String_t* ___s2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalReader_CoerceEmptyStringToNull_m1779814820_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_002f; } } { Type_t * L_2 = ___objectType0; if (!L_2) { goto IL_002f; } } { Type_t * L_3 = ___objectType0; RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_3) == ((RuntimeObject*)(Type_t *)L_5))) { goto IL_002f; } } { Type_t * L_6 = ___objectType0; RuntimeTypeHandle_t3027515415 L_7 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_6) == ((RuntimeObject*)(Type_t *)L_8))) { goto IL_002f; } } { JsonContract_t3715061318 * L_9 = ___contract1; if (!L_9) { goto IL_002f; } } { JsonContract_t3715061318 * L_10 = ___contract1; NullCheck(L_10); bool L_11 = L_10->get_IsNullable_0(); return L_11; } IL_002f: { return (bool)0; } } // System.String Newtonsoft.Json.Serialization.JsonSerializerInternalReader::GetExpectedDescription(Newtonsoft.Json.Serialization.JsonContract) extern "C" IL2CPP_METHOD_ATTR String_t* JsonSerializerInternalReader_GetExpectedDescription_m1131830291 (JsonSerializerInternalReader_t927352408 * __this, JsonContract_t3715061318 * ___contract0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalReader_GetExpectedDescription_m1131830291_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { JsonContract_t3715061318 * L_0 = ___contract0; NullCheck(L_0); int32_t L_1 = L_0->get_ContractType_5(); 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_002d; } case 1: { goto IL_0033; } case 2: { goto IL_0039; } case 3: { goto IL_003f; } case 4: { goto IL_002d; } case 5: { goto IL_0045; } case 6: { goto IL_002d; } } } { goto IL_0045; } IL_002d: { return _stringLiteral1216193615; } IL_0033: { return _stringLiteral972334081; } IL_0039: { return _stringLiteral3983647002; } IL_003f: { return _stringLiteral3020855955; } IL_0045: { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m2047740448(L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,JsonSerializerInternalReader_GetExpectedDescription_m1131830291_RuntimeMethod_var); } } // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonSerializerInternalReader::GetConverter(Newtonsoft.Json.Serialization.JsonContract,Newtonsoft.Json.JsonConverter,Newtonsoft.Json.Serialization.JsonContainerContract,Newtonsoft.Json.Serialization.JsonProperty) extern "C" IL2CPP_METHOD_ATTR JsonConverter_t1047106545 * JsonSerializerInternalReader_GetConverter_m3382278774 (JsonSerializerInternalReader_t927352408 * __this, JsonContract_t3715061318 * ___contract0, JsonConverter_t1047106545 * ___memberConverter1, JsonContainerContract_t1214283173 * ___containerContract2, JsonProperty_t1405154176 * ___containerProperty3, const RuntimeMethod* method) { JsonConverter_t1047106545 * V_0 = NULL; JsonConverter_t1047106545 * V_1 = NULL; { V_0 = (JsonConverter_t1047106545 *)NULL; JsonConverter_t1047106545 * L_0 = ___memberConverter1; if (!L_0) { goto IL_0009; } } { JsonConverter_t1047106545 * L_1 = ___memberConverter1; V_0 = L_1; goto IL_0070; } IL_0009: { JsonProperty_t1405154176 * L_2 = ___containerProperty3; if (!L_2) { goto IL_0020; } } { JsonProperty_t1405154176 * L_3 = ___containerProperty3; NullCheck(L_3); JsonConverter_t1047106545 * L_4 = JsonProperty_get_ItemConverter_m746570266(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0020; } } { JsonProperty_t1405154176 * L_5 = ___containerProperty3; NullCheck(L_5); JsonConverter_t1047106545 * L_6 = JsonProperty_get_ItemConverter_m746570266(L_5, /*hidden argument*/NULL); V_0 = L_6; goto IL_0070; } IL_0020: { JsonContainerContract_t1214283173 * L_7 = ___containerContract2; if (!L_7) { goto IL_0034; } } { JsonContainerContract_t1214283173 * L_8 = ___containerContract2; NullCheck(L_8); JsonConverter_t1047106545 * L_9 = JsonContainerContract_get_ItemConverter_m3539391299(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0034; } } { JsonContainerContract_t1214283173 * L_10 = ___containerContract2; NullCheck(L_10); JsonConverter_t1047106545 * L_11 = JsonContainerContract_get_ItemConverter_m3539391299(L_10, /*hidden argument*/NULL); V_0 = L_11; goto IL_0070; } IL_0034: { JsonContract_t3715061318 * L_12 = ___contract0; if (!L_12) { goto IL_0070; } } { JsonContract_t3715061318 * L_13 = ___contract0; NullCheck(L_13); JsonConverter_t1047106545 * L_14 = JsonContract_get_Converter_m844251387(L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0048; } } { JsonContract_t3715061318 * L_15 = ___contract0; NullCheck(L_15); JsonConverter_t1047106545 * L_16 = JsonContract_get_Converter_m844251387(L_15, /*hidden argument*/NULL); V_0 = L_16; goto IL_0070; } IL_0048: { JsonSerializer_t1424496335 * L_17 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); JsonContract_t3715061318 * L_18 = ___contract0; NullCheck(L_18); Type_t * L_19 = JsonContract_get_UnderlyingType_m1736598392(L_18, /*hidden argument*/NULL); NullCheck(L_17); JsonConverter_t1047106545 * L_20 = JsonSerializer_GetMatchingConverter_m2868001596(L_17, L_19, /*hidden argument*/NULL); JsonConverter_t1047106545 * L_21 = L_20; V_1 = L_21; if (!L_21) { goto IL_0061; } } { JsonConverter_t1047106545 * L_22 = V_1; V_0 = L_22; goto IL_0070; } IL_0061: { JsonContract_t3715061318 * L_23 = ___contract0; NullCheck(L_23); JsonConverter_t1047106545 * L_24 = JsonContract_get_InternalConverter_m501858809(L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_0070; } } { JsonContract_t3715061318 * L_25 = ___contract0; NullCheck(L_25); JsonConverter_t1047106545 * L_26 = JsonContract_get_InternalConverter_m501858809(L_25, /*hidden argument*/NULL); V_0 = L_26; } IL_0070: { JsonConverter_t1047106545 * L_27 = V_0; return L_27; } } // System.Object Newtonsoft.Json.Serialization.JsonSerializerInternalReader::CreateObject(Newtonsoft.Json.JsonReader,System.Type,Newtonsoft.Json.Serialization.JsonContract,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.JsonContainerContract,Newtonsoft.Json.Serialization.JsonProperty,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonSerializerInternalReader_CreateObject_m1890114628 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, Type_t * ___objectType1, JsonContract_t3715061318 * ___contract2, JsonProperty_t1405154176 * ___member3, JsonContainerContract_t1214283173 * ___containerContract4, JsonProperty_t1405154176 * ___containerMember5, RuntimeObject * ___existingValue6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalReader_CreateObject_m1890114628_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Type_t * V_1 = NULL; String_t* V_2 = NULL; JTokenReader_t3769275704 * V_3 = NULL; RuntimeObject * V_4 = NULL; RuntimeObject * V_5 = NULL; int32_t V_6 = 0; JsonISerializableContract_t781833466 * V_7 = NULL; bool V_8 = false; JsonObjectContract_t868533143 * V_9 = NULL; RuntimeObject * V_10 = NULL; JsonPrimitiveContract_t336098342 * V_11 = NULL; JsonDictionaryContract_t4040570183 * V_12 = NULL; RuntimeObject * V_13 = NULL; bool V_14 = false; RuntimeObject* V_15 = NULL; RuntimeObject* V_16 = NULL; ObjectConstructor_1_t3207922868 * G_B40_0 = NULL; ObjectConstructor_1_t3207922868 * G_B39_0 = NULL; JsonSerializerInternalReader_t927352408 * G_B46_0 = NULL; JsonSerializerInternalReader_t927352408 * G_B45_0 = NULL; RuntimeObject* G_B47_0 = NULL; JsonSerializerInternalReader_t927352408 * G_B47_1 = NULL; { Type_t * L_0 = ___objectType1; V_1 = L_0; JsonSerializer_t1424496335 * L_1 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(21 /* Newtonsoft.Json.MetadataPropertyHandling Newtonsoft.Json.JsonSerializer::get_MetadataPropertyHandling() */, L_1); if ((!(((uint32_t)L_2) == ((uint32_t)2)))) { goto IL_001d; } } { JsonReader_t2369136700 * L_3 = ___reader0; NullCheck(L_3); JsonReader_ReadAndAssert_m598255277(L_3, /*hidden argument*/NULL); V_0 = (String_t*)NULL; goto IL_00d8; } IL_001d: { JsonSerializer_t1424496335 * L_4 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_4); int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(21 /* Newtonsoft.Json.MetadataPropertyHandling Newtonsoft.Json.JsonSerializer::get_MetadataPropertyHandling() */, L_4); if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_00b6; } } { JsonReader_t2369136700 * L_6 = ___reader0; V_3 = ((JTokenReader_t3769275704 *)IsInstClass((RuntimeObject*)L_6, JTokenReader_t3769275704_il2cpp_TypeInfo_var)); JTokenReader_t3769275704 * L_7 = V_3; if (L_7) { goto IL_009a; } } { JsonReader_t2369136700 * L_8 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JToken_t1038539247 * L_9 = JToken_ReadFrom_m3588802466(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); NullCheck(L_9); JsonReader_t2369136700 * L_10 = JToken_CreateReader_m3510696721(L_9, /*hidden argument*/NULL); V_3 = ((JTokenReader_t3769275704 *)CastclassClass((RuntimeObject*)L_10, JTokenReader_t3769275704_il2cpp_TypeInfo_var)); JTokenReader_t3769275704 * L_11 = V_3; JsonReader_t2369136700 * L_12 = ___reader0; NullCheck(L_12); CultureInfo_t4157843068 * L_13 = JsonReader_get_Culture_m4025307219(L_12, /*hidden argument*/NULL); NullCheck(L_11); JsonReader_set_Culture_m1761646487(L_11, L_13, /*hidden argument*/NULL); JTokenReader_t3769275704 * L_14 = V_3; JsonReader_t2369136700 * L_15 = ___reader0; NullCheck(L_15); String_t* L_16 = JsonReader_get_DateFormatString_m3648577372(L_15, /*hidden argument*/NULL); NullCheck(L_14); JsonReader_set_DateFormatString_m823365658(L_14, L_16, /*hidden argument*/NULL); JTokenReader_t3769275704 * L_17 = V_3; JsonReader_t2369136700 * L_18 = ___reader0; NullCheck(L_18); int32_t L_19 = JsonReader_get_DateParseHandling_m2700870511(L_18, /*hidden argument*/NULL); NullCheck(L_17); JsonReader_set_DateParseHandling_m3807032919(L_17, L_19, /*hidden argument*/NULL); JTokenReader_t3769275704 * L_20 = V_3; JsonReader_t2369136700 * L_21 = ___reader0; NullCheck(L_21); int32_t L_22 = JsonReader_get_DateTimeZoneHandling_m3350718958(L_21, /*hidden argument*/NULL); NullCheck(L_20); JsonReader_set_DateTimeZoneHandling_m164192948(L_20, L_22, /*hidden argument*/NULL); JTokenReader_t3769275704 * L_23 = V_3; JsonReader_t2369136700 * L_24 = ___reader0; NullCheck(L_24); int32_t L_25 = JsonReader_get_FloatParseHandling_m1488578159(L_24, /*hidden argument*/NULL); NullCheck(L_23); JsonReader_set_FloatParseHandling_m4261313002(L_23, L_25, /*hidden argument*/NULL); JTokenReader_t3769275704 * L_26 = V_3; JsonReader_t2369136700 * L_27 = ___reader0; NullCheck(L_27); bool L_28 = JsonReader_get_SupportMultipleContent_m2507241234(L_27, /*hidden argument*/NULL); NullCheck(L_26); JsonReader_set_SupportMultipleContent_m2021001284(L_26, L_28, /*hidden argument*/NULL); JTokenReader_t3769275704 * L_29 = V_3; NullCheck(L_29); JsonReader_ReadAndAssert_m598255277(L_29, /*hidden argument*/NULL); JTokenReader_t3769275704 * L_30 = V_3; ___reader0 = L_30; } IL_009a: { JTokenReader_t3769275704 * L_31 = V_3; JsonProperty_t1405154176 * L_32 = ___member3; JsonContainerContract_t1214283173 * L_33 = ___containerContract4; JsonProperty_t1405154176 * L_34 = ___containerMember5; RuntimeObject * L_35 = ___existingValue6; bool L_36 = JsonSerializerInternalReader_ReadMetadataPropertiesToken_m412011121(__this, L_31, (&V_1), (&___contract2), L_32, L_33, L_34, L_35, (&V_4), (&V_0), /*hidden argument*/NULL); if (!L_36) { goto IL_00d8; } } { RuntimeObject * L_37 = V_4; return L_37; } IL_00b6: { JsonReader_t2369136700 * L_38 = ___reader0; NullCheck(L_38); JsonReader_ReadAndAssert_m598255277(L_38, /*hidden argument*/NULL); JsonReader_t2369136700 * L_39 = ___reader0; JsonProperty_t1405154176 * L_40 = ___member3; JsonContainerContract_t1214283173 * L_41 = ___containerContract4; JsonProperty_t1405154176 * L_42 = ___containerMember5; RuntimeObject * L_43 = ___existingValue6; bool L_44 = JsonSerializerInternalReader_ReadMetadataProperties_m3695691363(__this, L_39, (&V_1), (&___contract2), L_40, L_41, L_42, L_43, (&V_5), (&V_0), /*hidden argument*/NULL); if (!L_44) { goto IL_00d8; } } { RuntimeObject * L_45 = V_5; return L_45; } IL_00d8: { JsonContract_t3715061318 * L_46 = ___contract2; bool L_47 = JsonSerializerInternalReader_HasNoDefinedType_m2764828059(__this, L_46, /*hidden argument*/NULL); if (!L_47) { goto IL_00e9; } } { JsonReader_t2369136700 * L_48 = ___reader0; JToken_t1038539247 * L_49 = JsonSerializerInternalReader_CreateJObject_m2190401482(__this, L_48, /*hidden argument*/NULL); return L_49; } IL_00e9: { JsonContract_t3715061318 * L_50 = ___contract2; NullCheck(L_50); int32_t L_51 = L_50->get_ContractType_5(); V_6 = L_51; int32_t L_52 = V_6; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_52, (int32_t)1))) { case 0: { goto IL_011b; } case 1: { goto IL_033f; } case 2: { goto IL_016b; } case 3: { goto IL_033f; } case 4: { goto IL_01ed; } case 5: { goto IL_033f; } case 6: { goto IL_032a; } } } { goto IL_033f; } IL_011b: { V_8 = (bool)0; JsonContract_t3715061318 * L_53 = ___contract2; V_9 = ((JsonObjectContract_t868533143 *)CastclassClass((RuntimeObject*)L_53, JsonObjectContract_t868533143_il2cpp_TypeInfo_var)); RuntimeObject * L_54 = ___existingValue6; if (!L_54) { goto IL_0143; } } { Type_t * L_55 = V_1; Type_t * L_56 = ___objectType1; if ((((RuntimeObject*)(Type_t *)L_55) == ((RuntimeObject*)(Type_t *)L_56))) { goto IL_013d; } } { Type_t * L_57 = V_1; RuntimeObject * L_58 = ___existingValue6; NullCheck(L_58); Type_t * L_59 = Object_GetType_m88164663(L_58, /*hidden argument*/NULL); NullCheck(L_57); bool L_60 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_57, L_59); if (!L_60) { goto IL_0143; } } IL_013d: { RuntimeObject * L_61 = ___existingValue6; V_10 = L_61; goto IL_0155; } IL_0143: { JsonReader_t2369136700 * L_62 = ___reader0; JsonObjectContract_t868533143 * L_63 = V_9; JsonProperty_t1405154176 * L_64 = ___member3; JsonProperty_t1405154176 * L_65 = ___containerMember5; String_t* L_66 = V_0; RuntimeObject * L_67 = JsonSerializerInternalReader_CreateNewObject_m1140585664(__this, L_62, L_63, L_64, L_65, L_66, (&V_8), /*hidden argument*/NULL); V_10 = L_67; } IL_0155: { bool L_68 = V_8; if (!L_68) { goto IL_015c; } } { RuntimeObject * L_69 = V_10; return L_69; } IL_015c: { RuntimeObject * L_70 = V_10; JsonReader_t2369136700 * L_71 = ___reader0; JsonObjectContract_t868533143 * L_72 = V_9; JsonProperty_t1405154176 * L_73 = ___member3; String_t* L_74 = V_0; RuntimeObject * L_75 = JsonSerializerInternalReader_PopulateObject_m2847199184(__this, L_70, L_71, L_72, L_73, L_74, /*hidden argument*/NULL); return L_75; } IL_016b: { JsonContract_t3715061318 * L_76 = ___contract2; V_11 = ((JsonPrimitiveContract_t336098342 *)CastclassClass((RuntimeObject*)L_76, JsonPrimitiveContract_t336098342_il2cpp_TypeInfo_var)); JsonSerializer_t1424496335 * L_77 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_77); int32_t L_78 = VirtFuncInvoker0< int32_t >::Invoke(21 /* Newtonsoft.Json.MetadataPropertyHandling Newtonsoft.Json.JsonSerializer::get_MetadataPropertyHandling() */, L_77); if ((((int32_t)L_78) == ((int32_t)2))) { goto IL_033f; } } { JsonReader_t2369136700 * L_79 = ___reader0; NullCheck(L_79); int32_t L_80 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_79); if ((!(((uint32_t)L_80) == ((uint32_t)4)))) { goto IL_033f; } } { JsonReader_t2369136700 * L_81 = ___reader0; NullCheck(L_81); RuntimeObject * L_82 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_81); NullCheck(L_82); String_t* L_83 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_82); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_84 = String_Equals_m2359609904(NULL /*static, unused*/, L_83, _stringLiteral797875914, 4, /*hidden argument*/NULL); if (!L_84) { goto IL_033f; } } { JsonReader_t2369136700 * L_85 = ___reader0; NullCheck(L_85); JsonReader_ReadAndAssert_m598255277(L_85, /*hidden argument*/NULL); JsonReader_t2369136700 * L_86 = ___reader0; NullCheck(L_86); int32_t L_87 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_86); if ((!(((uint32_t)L_87) == ((uint32_t)1)))) { goto IL_01d6; } } { JsonReader_t2369136700 * L_88 = ___reader0; JsonReader_t2369136700 * L_89 = ___reader0; NullCheck(L_89); int32_t L_90 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_89); int32_t L_91 = L_90; RuntimeObject * L_92 = Box(JsonToken_t1917433489_il2cpp_TypeInfo_var, &L_91); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_93 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral111608916, L_92, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_94 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_88, L_93, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_94,JsonSerializerInternalReader_CreateObject_m1890114628_RuntimeMethod_var); } IL_01d6: { JsonReader_t2369136700 * L_95 = ___reader0; Type_t * L_96 = V_1; JsonPrimitiveContract_t336098342 * L_97 = V_11; JsonProperty_t1405154176 * L_98 = ___member3; RuntimeObject * L_99 = ___existingValue6; RuntimeObject * L_100 = JsonSerializerInternalReader_CreateValueInternal_m728545038(__this, L_95, L_96, L_97, L_98, (JsonContainerContract_t1214283173 *)NULL, (JsonProperty_t1405154176 *)NULL, L_99, /*hidden argument*/NULL); JsonReader_t2369136700 * L_101 = ___reader0; NullCheck(L_101); JsonReader_ReadAndAssert_m598255277(L_101, /*hidden argument*/NULL); return L_100; } IL_01ed: { JsonContract_t3715061318 * L_102 = ___contract2; V_12 = ((JsonDictionaryContract_t4040570183 *)CastclassClass((RuntimeObject*)L_102, JsonDictionaryContract_t4040570183_il2cpp_TypeInfo_var)); RuntimeObject * L_103 = ___existingValue6; if (L_103) { goto IL_02fa; } } { JsonReader_t2369136700 * L_104 = ___reader0; JsonDictionaryContract_t4040570183 * L_105 = V_12; RuntimeObject* L_106 = JsonSerializerInternalReader_CreateNewDictionary_m3485208262(__this, L_104, L_105, (&V_14), /*hidden argument*/NULL); V_15 = L_106; bool L_107 = V_14; if (!L_107) { goto IL_02a8; } } { String_t* L_108 = V_0; if (!L_108) { goto IL_022f; } } { JsonReader_t2369136700 * L_109 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_110 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonContract_t3715061318 * L_111 = ___contract2; NullCheck(L_111); Type_t * L_112 = JsonContract_get_UnderlyingType_m1736598392(L_111, /*hidden argument*/NULL); String_t* L_113 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral1009071465, L_110, L_112, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_114 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_109, L_113, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_114,JsonSerializerInternalReader_CreateObject_m1890114628_RuntimeMethod_var); } IL_022f: { JsonContract_t3715061318 * L_115 = ___contract2; NullCheck(L_115); RuntimeObject* L_116 = JsonContract_get_OnSerializingCallbacks_m2550202519(L_115, /*hidden argument*/NULL); NullCheck(L_116); int32_t L_117 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t842041677_il2cpp_TypeInfo_var, L_116); if ((((int32_t)L_117) <= ((int32_t)0))) { goto IL_0259; } } { JsonReader_t2369136700 * L_118 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_119 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonContract_t3715061318 * L_120 = ___contract2; NullCheck(L_120); Type_t * L_121 = JsonContract_get_UnderlyingType_m1736598392(L_120, /*hidden argument*/NULL); String_t* L_122 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral3105032536, L_119, L_121, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_123 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_118, L_122, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_123,JsonSerializerInternalReader_CreateObject_m1890114628_RuntimeMethod_var); } IL_0259: { JsonContract_t3715061318 * L_124 = ___contract2; NullCheck(L_124); RuntimeObject* L_125 = JsonContract_get_OnErrorCallbacks_m177101969(L_124, /*hidden argument*/NULL); NullCheck(L_125); int32_t L_126 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t2866378017_il2cpp_TypeInfo_var, L_125); if ((((int32_t)L_126) <= ((int32_t)0))) { goto IL_0283; } } { JsonReader_t2369136700 * L_127 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_128 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonContract_t3715061318 * L_129 = ___contract2; NullCheck(L_129); Type_t * L_130 = JsonContract_get_UnderlyingType_m1736598392(L_129, /*hidden argument*/NULL); String_t* L_131 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral771342327, L_128, L_130, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_132 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_127, L_131, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_132,JsonSerializerInternalReader_CreateObject_m1890114628_RuntimeMethod_var); } IL_0283: { JsonDictionaryContract_t4040570183 * L_133 = V_12; NullCheck(L_133); bool L_134 = JsonDictionaryContract_get_HasParameterizedCreatorInternal_m1737926331(L_133, /*hidden argument*/NULL); if (L_134) { goto IL_02a8; } } { JsonReader_t2369136700 * L_135 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_136 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonContract_t3715061318 * L_137 = ___contract2; NullCheck(L_137); Type_t * L_138 = JsonContract_get_UnderlyingType_m1736598392(L_137, /*hidden argument*/NULL); String_t* L_139 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral1163237055, L_136, L_138, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_140 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_135, L_139, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_140,JsonSerializerInternalReader_CreateObject_m1890114628_RuntimeMethod_var); } IL_02a8: { RuntimeObject* L_141 = V_15; JsonReader_t2369136700 * L_142 = ___reader0; JsonDictionaryContract_t4040570183 * L_143 = V_12; JsonProperty_t1405154176 * L_144 = ___member3; String_t* L_145 = V_0; JsonSerializerInternalReader_PopulateDictionary_m222353086(__this, L_141, L_142, L_143, L_144, L_145, /*hidden argument*/NULL); bool L_146 = V_14; if (!L_146) { goto IL_02de; } } { JsonDictionaryContract_t4040570183 * L_147 = V_12; NullCheck(L_147); ObjectConstructor_1_t3207922868 * L_148 = JsonDictionaryContract_get_OverrideCreator_m1844363331(L_147, /*hidden argument*/NULL); ObjectConstructor_1_t3207922868 * L_149 = L_148; G_B39_0 = L_149; if (L_149) { G_B40_0 = L_149; goto IL_02cd; } } { JsonDictionaryContract_t4040570183 * L_150 = V_12; NullCheck(L_150); ObjectConstructor_1_t3207922868 * L_151 = JsonDictionaryContract_get_ParameterizedCreator_m269017847(L_150, /*hidden argument*/NULL); G_B40_0 = L_151; } IL_02cd: { ObjectU5BU5D_t2843939325* L_152 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); RuntimeObject* L_153 = V_15; NullCheck(L_152); ArrayElementTypeCheck (L_152, L_153); (L_152)->SetAt(static_cast(0), (RuntimeObject *)L_153); NullCheck(G_B40_0); RuntimeObject * L_154 = ObjectConstructor_1_Invoke_m3185456453(G_B40_0, L_152, /*hidden argument*/ObjectConstructor_1_Invoke_m3185456453_RuntimeMethod_var); return L_154; } IL_02de: { RuntimeObject* L_155 = V_15; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_155, IWrappedDictionary_t3156963174_il2cpp_TypeInfo_var))) { goto IL_02f4; } } { RuntimeObject* L_156 = V_15; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_156, IWrappedDictionary_t3156963174_il2cpp_TypeInfo_var))); RuntimeObject * L_157 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object Newtonsoft.Json.Utilities.IWrappedDictionary::get_UnderlyingDictionary() */, IWrappedDictionary_t3156963174_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_156, IWrappedDictionary_t3156963174_il2cpp_TypeInfo_var))); return L_157; } IL_02f4: { RuntimeObject* L_158 = V_15; V_13 = L_158; goto IL_0327; } IL_02fa: { JsonDictionaryContract_t4040570183 * L_159 = V_12; NullCheck(L_159); bool L_160 = JsonDictionaryContract_get_ShouldCreateWrapper_m4140590597(L_159, /*hidden argument*/NULL); G_B45_0 = __this; if (L_160) { G_B46_0 = __this; goto IL_030d; } } { RuntimeObject * L_161 = ___existingValue6; G_B47_0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_161, IDictionary_t1363984059_il2cpp_TypeInfo_var)); G_B47_1 = G_B45_0; goto IL_031a; } IL_030d: { JsonDictionaryContract_t4040570183 * L_162 = V_12; RuntimeObject * L_163 = ___existingValue6; NullCheck(L_162); RuntimeObject* L_164 = JsonDictionaryContract_CreateWrapper_m1557137919(L_162, L_163, /*hidden argument*/NULL); V_16 = L_164; RuntimeObject* L_165 = V_16; G_B47_0 = L_165; G_B47_1 = G_B46_0; } IL_031a: { JsonReader_t2369136700 * L_166 = ___reader0; JsonDictionaryContract_t4040570183 * L_167 = V_12; JsonProperty_t1405154176 * L_168 = ___member3; String_t* L_169 = V_0; NullCheck(G_B47_1); RuntimeObject * L_170 = JsonSerializerInternalReader_PopulateDictionary_m222353086(G_B47_1, G_B47_0, L_166, L_167, L_168, L_169, /*hidden argument*/NULL); V_13 = L_170; } IL_0327: { RuntimeObject * L_171 = V_13; return L_171; } IL_032a: { JsonContract_t3715061318 * L_172 = ___contract2; V_7 = ((JsonISerializableContract_t781833466 *)CastclassClass((RuntimeObject*)L_172, JsonISerializableContract_t781833466_il2cpp_TypeInfo_var)); JsonReader_t2369136700 * L_173 = ___reader0; JsonISerializableContract_t781833466 * L_174 = V_7; JsonProperty_t1405154176 * L_175 = ___member3; String_t* L_176 = V_0; RuntimeObject * L_177 = JsonSerializerInternalReader_CreateISerializable_m1603091797(__this, L_173, L_174, L_175, L_176, /*hidden argument*/NULL); return L_177; } IL_033f: { String_t* L_178 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_179 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_180 = String_Concat_m2163913788(NULL /*static, unused*/, _stringLiteral2272698956, L_178, _stringLiteral1314639345, L_179, /*hidden argument*/NULL); V_2 = L_180; String_t* L_181 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_182 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); Type_t * L_183 = V_1; JsonContract_t3715061318 * L_184 = ___contract2; String_t* L_185 = JsonSerializerInternalReader_GetExpectedDescription_m1131830291(__this, L_184, /*hidden argument*/NULL); String_t* L_186 = StringUtils_FormatWith_m353537829(NULL /*static, unused*/, L_181, L_182, L_183, L_185, /*hidden argument*/NULL); V_2 = L_186; JsonReader_t2369136700 * L_187 = ___reader0; String_t* L_188 = V_2; JsonSerializationException_t4152118729 * L_189 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_187, L_188, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_189,JsonSerializerInternalReader_CreateObject_m1890114628_RuntimeMethod_var); } } // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalReader::ReadMetadataPropertiesToken(Newtonsoft.Json.Linq.JTokenReader,System.Type&,Newtonsoft.Json.Serialization.JsonContract&,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.JsonContainerContract,Newtonsoft.Json.Serialization.JsonProperty,System.Object,System.Object&,System.String&) extern "C" IL2CPP_METHOD_ATTR bool JsonSerializerInternalReader_ReadMetadataPropertiesToken_m412011121 (JsonSerializerInternalReader_t927352408 * __this, JTokenReader_t3769275704 * ___reader0, Type_t ** ___objectType1, JsonContract_t3715061318 ** ___contract2, JsonProperty_t1405154176 * ___member3, JsonContainerContract_t1214283173 * ___containerContract4, JsonProperty_t1405154176 * ___containerMember5, RuntimeObject * ___existingValue6, RuntimeObject ** ___newValue7, String_t** ___id8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalReader_ReadMetadataPropertiesToken_m412011121_MetadataUsageId); s_Il2CppMethodInitialized = true; } JObject_t2059125928 * V_0 = NULL; JToken_t1038539247 * V_1 = NULL; JToken_t1038539247 * V_2 = NULL; JToken_t1038539247 * V_3 = NULL; JToken_t1038539247 * V_4 = NULL; JToken_t1038539247 * V_5 = NULL; JToken_t1038539247 * V_6 = NULL; String_t* V_7 = NULL; String_t* V_8 = NULL; JsonReader_t2369136700 * V_9 = NULL; JsonReader_t2369136700 * V_10 = NULL; { String_t** L_0 = ___id8; *((RuntimeObject **)(L_0)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_0), (RuntimeObject *)NULL); RuntimeObject ** L_1 = ___newValue7; *((RuntimeObject **)(L_1)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_1), (RuntimeObject *)NULL); JTokenReader_t3769275704 * L_2 = ___reader0; NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_2); if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_0207; } } { JTokenReader_t3769275704 * L_4 = ___reader0; NullCheck(L_4); JToken_t1038539247 * L_5 = JTokenReader_get_CurrentToken_m3584890916(L_4, /*hidden argument*/NULL); V_0 = ((JObject_t2059125928 *)CastclassClass((RuntimeObject*)L_5, JObject_t2059125928_il2cpp_TypeInfo_var)); JObject_t2059125928 * L_6 = V_0; NullCheck(L_6); JToken_t1038539247 * L_7 = JObject_get_Item_m332585514(L_6, _stringLiteral2376253709, /*hidden argument*/NULL); V_1 = L_7; JToken_t1038539247 * L_8 = V_1; if (!L_8) { goto IL_0135; } } { JToken_t1038539247 * L_9 = V_1; NullCheck(L_9); int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(12 /* Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JToken::get_Type() */, L_9); if ((((int32_t)L_10) == ((int32_t)8))) { goto IL_0067; } } { JToken_t1038539247 * L_11 = V_1; NullCheck(L_11); int32_t L_12 = VirtFuncInvoker0< int32_t >::Invoke(12 /* Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JToken::get_Type() */, L_11); if ((((int32_t)L_12) == ((int32_t)((int32_t)10)))) { goto IL_0067; } } { JToken_t1038539247 * L_13 = V_1; JToken_t1038539247 * L_14 = V_1; NullCheck(L_14); String_t* L_15 = JToken_get_Path_m3609788812(L_14, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_16 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_17 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral715733314, L_16, _stringLiteral2376253709, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_18 = JsonSerializationException_Create_m2499019280(NULL /*static, unused*/, L_13, L_15, L_17, (Exception_t *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18,JsonSerializerInternalReader_ReadMetadataPropertiesToken_m412011121_RuntimeMethod_var); } IL_0067: { JToken_t1038539247 * L_19 = V_1; NullCheck(L_19); JContainer_t1023664833 * L_20 = JToken_get_Parent_m3865335600(L_19, /*hidden argument*/NULL); V_5 = L_20; V_6 = (JToken_t1038539247 *)NULL; JToken_t1038539247 * L_21 = V_5; NullCheck(L_21); JToken_t1038539247 * L_22 = JToken_get_Next_m2478272419(L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_0086; } } { JToken_t1038539247 * L_23 = V_5; NullCheck(L_23); JToken_t1038539247 * L_24 = JToken_get_Next_m2478272419(L_23, /*hidden argument*/NULL); V_6 = L_24; goto IL_0098; } IL_0086: { JToken_t1038539247 * L_25 = V_5; NullCheck(L_25); JToken_t1038539247 * L_26 = JToken_get_Previous_m2431959260(L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_0098; } } { JToken_t1038539247 * L_27 = V_5; NullCheck(L_27); JToken_t1038539247 * L_28 = JToken_get_Previous_m2431959260(L_27, /*hidden argument*/NULL); V_6 = L_28; } IL_0098: { JToken_t1038539247 * L_29 = V_1; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); String_t* L_30 = JToken_op_Explicit_m3430858053(NULL /*static, unused*/, L_29, /*hidden argument*/NULL); V_7 = L_30; String_t* L_31 = V_7; if (!L_31) { goto IL_0135; } } { JToken_t1038539247 * L_32 = V_6; if (!L_32) { goto IL_00cf; } } { JToken_t1038539247 * L_33 = V_6; JToken_t1038539247 * L_34 = V_6; NullCheck(L_34); String_t* L_35 = JToken_get_Path_m3609788812(L_34, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_36 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_37 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral454985355, L_36, _stringLiteral2376253709, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_38 = JsonSerializationException_Create_m2499019280(NULL /*static, unused*/, L_33, L_35, L_37, (Exception_t *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_38,JsonSerializerInternalReader_ReadMetadataPropertiesToken_m412011121_RuntimeMethod_var); } IL_00cf: { RuntimeObject ** L_39 = ___newValue7; JsonSerializer_t1424496335 * L_40 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_40); RuntimeObject* L_41 = JsonSerializer_GetReferenceResolver_m183251564(L_40, /*hidden argument*/NULL); String_t* L_42 = V_7; NullCheck(L_41); RuntimeObject * L_43 = InterfaceFuncInvoker2< RuntimeObject *, RuntimeObject *, String_t* >::Invoke(0 /* System.Object Newtonsoft.Json.Serialization.IReferenceResolver::ResolveReference(System.Object,System.String) */, IReferenceResolver_t2564061104_il2cpp_TypeInfo_var, L_41, __this, L_42); *((RuntimeObject **)(L_39)) = (RuntimeObject *)L_43; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_39), (RuntimeObject *)L_43); RuntimeObject* L_44 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); if (!L_44) { goto IL_012d; } } { RuntimeObject* L_45 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); NullCheck(L_45); int32_t L_46 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Diagnostics.TraceLevel Newtonsoft.Json.Serialization.ITraceWriter::get_LevelFilter() */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_45); if ((((int32_t)L_46) < ((int32_t)3))) { goto IL_012d; } } { RuntimeObject* L_47 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); JTokenReader_t3769275704 * L_48 = ___reader0; JTokenReader_t3769275704 * L_49 = ___reader0; NullCheck(L_49); String_t* L_50 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String Newtonsoft.Json.JsonReader::get_Path() */, L_49); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_51 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_52 = V_7; RuntimeObject ** L_53 = ___newValue7; RuntimeObject * L_54 = *((RuntimeObject **)L_53); NullCheck(L_54); Type_t * L_55 = Object_GetType_m88164663(L_54, /*hidden argument*/NULL); String_t* L_56 = StringUtils_FormatWith_m353537829(NULL /*static, unused*/, _stringLiteral2697735882, L_51, L_52, L_55, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonPosition_t2528027714_il2cpp_TypeInfo_var); String_t* L_57 = JsonPosition_FormatMessage_m331598339(NULL /*static, unused*/, L_48, L_50, L_56, /*hidden argument*/NULL); NullCheck(L_47); InterfaceActionInvoker3< int32_t, String_t*, Exception_t * >::Invoke(1 /* System.Void Newtonsoft.Json.Serialization.ITraceWriter::Trace(System.Diagnostics.TraceLevel,System.String,System.Exception) */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_47, 3, L_57, (Exception_t *)NULL); } IL_012d: { JTokenReader_t3769275704 * L_58 = ___reader0; NullCheck(L_58); JsonReader_Skip_m763208338(L_58, /*hidden argument*/NULL); return (bool)1; } IL_0135: { JObject_t2059125928 * L_59 = V_0; NullCheck(L_59); JToken_t1038539247 * L_60 = JObject_get_Item_m332585514(L_59, _stringLiteral2020913234, /*hidden argument*/NULL); V_2 = L_60; JToken_t1038539247 * L_61 = V_2; if (!L_61) { goto IL_01b0; } } { JToken_t1038539247 * L_62 = V_2; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); String_t* L_63 = JToken_op_Explicit_m3430858053(NULL /*static, unused*/, L_62, /*hidden argument*/NULL); V_8 = L_63; JToken_t1038539247 * L_64 = V_2; NullCheck(L_64); JsonReader_t2369136700 * L_65 = JToken_CreateReader_m3510696721(L_64, /*hidden argument*/NULL); V_9 = L_65; JsonReader_t2369136700 * L_66 = V_9; NullCheck(L_66); JsonReader_ReadAndAssert_m598255277(L_66, /*hidden argument*/NULL); JsonReader_t2369136700 * L_67 = V_9; Type_t ** L_68 = ___objectType1; JsonContract_t3715061318 ** L_69 = ___contract2; JsonProperty_t1405154176 * L_70 = ___member3; JsonContainerContract_t1214283173 * L_71 = ___containerContract4; JsonProperty_t1405154176 * L_72 = ___containerMember5; String_t* L_73 = V_8; JsonSerializerInternalReader_ResolveTypeName_m1590874222(__this, L_67, L_68, L_69, L_70, L_71, L_72, L_73, /*hidden argument*/NULL); JObject_t2059125928 * L_74 = V_0; NullCheck(L_74); JToken_t1038539247 * L_75 = JObject_get_Item_m332585514(L_74, _stringLiteral797875914, /*hidden argument*/NULL); if (!L_75) { goto IL_01b0; } } IL_017a: { JTokenReader_t3769275704 * L_76 = ___reader0; NullCheck(L_76); JsonReader_ReadAndAssert_m598255277(L_76, /*hidden argument*/NULL); JTokenReader_t3769275704 * L_77 = ___reader0; NullCheck(L_77); int32_t L_78 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_77); if ((!(((uint32_t)L_78) == ((uint32_t)4)))) { goto IL_01a2; } } { JTokenReader_t3769275704 * L_79 = ___reader0; NullCheck(L_79); RuntimeObject * L_80 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_79); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_81 = String_op_Equality_m920492651(NULL /*static, unused*/, ((String_t*)CastclassSealed((RuntimeObject*)L_80, String_t_il2cpp_TypeInfo_var)), _stringLiteral797875914, /*hidden argument*/NULL); if (!L_81) { goto IL_01a2; } } { return (bool)0; } IL_01a2: { JTokenReader_t3769275704 * L_82 = ___reader0; NullCheck(L_82); JsonReader_ReadAndAssert_m598255277(L_82, /*hidden argument*/NULL); JTokenReader_t3769275704 * L_83 = ___reader0; NullCheck(L_83); JsonReader_Skip_m763208338(L_83, /*hidden argument*/NULL); goto IL_017a; } IL_01b0: { JObject_t2059125928 * L_84 = V_0; NullCheck(L_84); JToken_t1038539247 * L_85 = JObject_get_Item_m332585514(L_84, _stringLiteral3266464882, /*hidden argument*/NULL); V_3 = L_85; JToken_t1038539247 * L_86 = V_3; if (!L_86) { goto IL_01c8; } } { String_t** L_87 = ___id8; JToken_t1038539247 * L_88 = V_3; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); String_t* L_89 = JToken_op_Explicit_m3430858053(NULL /*static, unused*/, L_88, /*hidden argument*/NULL); *((RuntimeObject **)(L_87)) = (RuntimeObject *)L_89; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_87), (RuntimeObject *)L_89); } IL_01c8: { JObject_t2059125928 * L_90 = V_0; NullCheck(L_90); JToken_t1038539247 * L_91 = JObject_get_Item_m332585514(L_90, _stringLiteral2945250967, /*hidden argument*/NULL); V_4 = L_91; JToken_t1038539247 * L_92 = V_4; if (!L_92) { goto IL_0207; } } { JToken_t1038539247 * L_93 = V_4; NullCheck(L_93); JsonReader_t2369136700 * L_94 = JToken_CreateReader_m3510696721(L_93, /*hidden argument*/NULL); V_10 = L_94; JsonReader_t2369136700 * L_95 = V_10; NullCheck(L_95); JsonReader_ReadAndAssert_m598255277(L_95, /*hidden argument*/NULL); RuntimeObject ** L_96 = ___newValue7; JsonReader_t2369136700 * L_97 = V_10; Type_t ** L_98 = ___objectType1; Type_t * L_99 = *((Type_t **)L_98); JsonContract_t3715061318 ** L_100 = ___contract2; JsonContract_t3715061318 * L_101 = *((JsonContract_t3715061318 **)L_100); JsonProperty_t1405154176 * L_102 = ___member3; RuntimeObject * L_103 = ___existingValue6; String_t** L_104 = ___id8; String_t* L_105 = *((String_t**)L_104); RuntimeObject * L_106 = JsonSerializerInternalReader_CreateList_m2512975259(__this, L_97, L_99, L_101, L_102, L_103, L_105, /*hidden argument*/NULL); *((RuntimeObject **)(L_96)) = (RuntimeObject *)L_106; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_96), (RuntimeObject *)L_106); JTokenReader_t3769275704 * L_107 = ___reader0; NullCheck(L_107); JsonReader_Skip_m763208338(L_107, /*hidden argument*/NULL); return (bool)1; } IL_0207: { JTokenReader_t3769275704 * L_108 = ___reader0; NullCheck(L_108); JsonReader_ReadAndAssert_m598255277(L_108, /*hidden argument*/NULL); return (bool)0; } } // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalReader::ReadMetadataProperties(Newtonsoft.Json.JsonReader,System.Type&,Newtonsoft.Json.Serialization.JsonContract&,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.JsonContainerContract,Newtonsoft.Json.Serialization.JsonProperty,System.Object,System.Object&,System.String&) extern "C" IL2CPP_METHOD_ATTR bool JsonSerializerInternalReader_ReadMetadataProperties_m3695691363 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, Type_t ** ___objectType1, JsonContract_t3715061318 ** ___contract2, JsonProperty_t1405154176 * ___member3, JsonContainerContract_t1214283173 * ___containerContract4, JsonProperty_t1405154176 * ___containerMember5, RuntimeObject * ___existingValue6, RuntimeObject ** ___newValue7, String_t** ___id8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalReader_ReadMetadataProperties_m3695691363_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; String_t* V_3 = NULL; RuntimeObject * V_4 = NULL; String_t* G_B10_0 = NULL; String_t** G_B23_0 = NULL; String_t** G_B22_0 = NULL; String_t* G_B24_0 = NULL; String_t** G_B24_1 = NULL; { String_t** L_0 = ___id8; *((RuntimeObject **)(L_0)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_0), (RuntimeObject *)NULL); RuntimeObject ** L_1 = ___newValue7; *((RuntimeObject **)(L_1)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_1), (RuntimeObject *)NULL); JsonReader_t2369136700 * L_2 = ___reader0; NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_2); if ((!(((uint32_t)L_3) == ((uint32_t)4)))) { goto IL_01f4; } } { JsonReader_t2369136700 * L_4 = ___reader0; NullCheck(L_4); RuntimeObject * L_5 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_4); NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_5); V_0 = L_6; String_t* L_7 = V_0; NullCheck(L_7); int32_t L_8 = String_get_Length_m3847582255(L_7, /*hidden argument*/NULL); if ((((int32_t)L_8) <= ((int32_t)0))) { goto IL_01f4; } } { String_t* L_9 = V_0; NullCheck(L_9); Il2CppChar L_10 = String_get_Chars_m2986988803(L_9, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)36))))) { goto IL_01f4; } } IL_003a: { JsonReader_t2369136700 * L_11 = ___reader0; NullCheck(L_11); RuntimeObject * L_12 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_11); NullCheck(L_12); String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_12); V_0 = L_13; String_t* L_14 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_15 = String_Equals_m2359609904(NULL /*static, unused*/, L_14, _stringLiteral2376253709, 4, /*hidden argument*/NULL); if (!L_15) { goto IL_013d; } } { JsonReader_t2369136700 * L_16 = ___reader0; NullCheck(L_16); JsonReader_ReadAndAssert_m598255277(L_16, /*hidden argument*/NULL); JsonReader_t2369136700 * L_17 = ___reader0; NullCheck(L_17); int32_t L_18 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_17); if ((((int32_t)L_18) == ((int32_t)((int32_t)9)))) { goto IL_008c; } } { JsonReader_t2369136700 * L_19 = ___reader0; NullCheck(L_19); int32_t L_20 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_19); if ((((int32_t)L_20) == ((int32_t)((int32_t)11)))) { goto IL_008c; } } { JsonReader_t2369136700 * L_21 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_22 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_23 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral715733314, L_22, _stringLiteral2376253709, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_24 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_21, L_23, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24,JsonSerializerInternalReader_ReadMetadataProperties_m3695691363_RuntimeMethod_var); } IL_008c: { JsonReader_t2369136700 * L_25 = ___reader0; NullCheck(L_25); RuntimeObject * L_26 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_25); if (L_26) { goto IL_0097; } } { G_B10_0 = ((String_t*)(NULL)); goto IL_00a2; } IL_0097: { JsonReader_t2369136700 * L_27 = ___reader0; NullCheck(L_27); RuntimeObject * L_28 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_27); NullCheck(L_28); String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_28); G_B10_0 = L_29; } IL_00a2: { V_2 = G_B10_0; JsonReader_t2369136700 * L_30 = ___reader0; NullCheck(L_30); JsonReader_ReadAndAssert_m598255277(L_30, /*hidden argument*/NULL); String_t* L_31 = V_2; if (!L_31) { goto IL_0136; } } { JsonReader_t2369136700 * L_32 = ___reader0; NullCheck(L_32); int32_t L_33 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_32); if ((!(((uint32_t)L_33) == ((uint32_t)4)))) { goto IL_00d3; } } { JsonReader_t2369136700 * L_34 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_35 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_36 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral454985355, L_35, _stringLiteral2376253709, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_37 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_34, L_36, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_37,JsonSerializerInternalReader_ReadMetadataProperties_m3695691363_RuntimeMethod_var); } IL_00d3: { RuntimeObject ** L_38 = ___newValue7; JsonSerializer_t1424496335 * L_39 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_39); RuntimeObject* L_40 = JsonSerializer_GetReferenceResolver_m183251564(L_39, /*hidden argument*/NULL); String_t* L_41 = V_2; NullCheck(L_40); RuntimeObject * L_42 = InterfaceFuncInvoker2< RuntimeObject *, RuntimeObject *, String_t* >::Invoke(0 /* System.Object Newtonsoft.Json.Serialization.IReferenceResolver::ResolveReference(System.Object,System.String) */, IReferenceResolver_t2564061104_il2cpp_TypeInfo_var, L_40, __this, L_41); *((RuntimeObject **)(L_38)) = (RuntimeObject *)L_42; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_38), (RuntimeObject *)L_42); RuntimeObject* L_43 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); if (!L_43) { goto IL_0134; } } { RuntimeObject* L_44 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); NullCheck(L_44); int32_t L_45 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Diagnostics.TraceLevel Newtonsoft.Json.Serialization.ITraceWriter::get_LevelFilter() */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_44); if ((((int32_t)L_45) < ((int32_t)3))) { goto IL_0134; } } { RuntimeObject* L_46 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); JsonReader_t2369136700 * L_47 = ___reader0; JsonReader_t2369136700 * L_48 = ___reader0; NullCheck(L_48); String_t* L_49 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String Newtonsoft.Json.JsonReader::get_Path() */, L_48); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_50 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_51 = V_2; RuntimeObject ** L_52 = ___newValue7; RuntimeObject * L_53 = *((RuntimeObject **)L_52); NullCheck(L_53); Type_t * L_54 = Object_GetType_m88164663(L_53, /*hidden argument*/NULL); String_t* L_55 = StringUtils_FormatWith_m353537829(NULL /*static, unused*/, _stringLiteral2697735882, L_50, L_51, L_54, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonPosition_t2528027714_il2cpp_TypeInfo_var); String_t* L_56 = JsonPosition_FormatMessage_m331598339(NULL /*static, unused*/, ((RuntimeObject*)IsInst((RuntimeObject*)L_47, IJsonLineInfo_t2844470104_il2cpp_TypeInfo_var)), L_49, L_55, /*hidden argument*/NULL); NullCheck(L_46); InterfaceActionInvoker3< int32_t, String_t*, Exception_t * >::Invoke(1 /* System.Void Newtonsoft.Json.Serialization.ITraceWriter::Trace(System.Diagnostics.TraceLevel,System.String,System.Exception) */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_46, 3, L_56, (Exception_t *)NULL); } IL_0134: { return (bool)1; } IL_0136: { V_1 = (bool)1; goto IL_01e5; } IL_013d: { String_t* L_57 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_58 = String_Equals_m2359609904(NULL /*static, unused*/, L_57, _stringLiteral2020913234, 4, /*hidden argument*/NULL); if (!L_58) { goto IL_0177; } } { JsonReader_t2369136700 * L_59 = ___reader0; NullCheck(L_59); JsonReader_ReadAndAssert_m598255277(L_59, /*hidden argument*/NULL); JsonReader_t2369136700 * L_60 = ___reader0; NullCheck(L_60); RuntimeObject * L_61 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_60); NullCheck(L_61); String_t* L_62 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_61); V_3 = L_62; JsonReader_t2369136700 * L_63 = ___reader0; Type_t ** L_64 = ___objectType1; JsonContract_t3715061318 ** L_65 = ___contract2; JsonProperty_t1405154176 * L_66 = ___member3; JsonContainerContract_t1214283173 * L_67 = ___containerContract4; JsonProperty_t1405154176 * L_68 = ___containerMember5; String_t* L_69 = V_3; JsonSerializerInternalReader_ResolveTypeName_m1590874222(__this, L_63, L_64, L_65, L_66, L_67, L_68, L_69, /*hidden argument*/NULL); JsonReader_t2369136700 * L_70 = ___reader0; NullCheck(L_70); JsonReader_ReadAndAssert_m598255277(L_70, /*hidden argument*/NULL); V_1 = (bool)1; goto IL_01e5; } IL_0177: { String_t* L_71 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_72 = String_Equals_m2359609904(NULL /*static, unused*/, L_71, _stringLiteral3266464882, 4, /*hidden argument*/NULL); if (!L_72) { goto IL_01ae; } } { JsonReader_t2369136700 * L_73 = ___reader0; NullCheck(L_73); JsonReader_ReadAndAssert_m598255277(L_73, /*hidden argument*/NULL); String_t** L_74 = ___id8; JsonReader_t2369136700 * L_75 = ___reader0; NullCheck(L_75); RuntimeObject * L_76 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_75); G_B22_0 = L_74; if (L_76) { G_B23_0 = L_74; goto IL_0198; } } { G_B24_0 = ((String_t*)(NULL)); G_B24_1 = G_B22_0; goto IL_01a3; } IL_0198: { JsonReader_t2369136700 * L_77 = ___reader0; NullCheck(L_77); RuntimeObject * L_78 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_77); NullCheck(L_78); String_t* L_79 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_78); G_B24_0 = L_79; G_B24_1 = G_B23_0; } IL_01a3: { *((RuntimeObject **)(G_B24_1)) = (RuntimeObject *)G_B24_0; Il2CppCodeGenWriteBarrier((RuntimeObject **)(G_B24_1), (RuntimeObject *)G_B24_0); JsonReader_t2369136700 * L_80 = ___reader0; NullCheck(L_80); JsonReader_ReadAndAssert_m598255277(L_80, /*hidden argument*/NULL); V_1 = (bool)1; goto IL_01e5; } IL_01ae: { String_t* L_81 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_82 = String_Equals_m2359609904(NULL /*static, unused*/, L_81, _stringLiteral2945250967, 4, /*hidden argument*/NULL); if (!L_82) { goto IL_01e3; } } { JsonReader_t2369136700 * L_83 = ___reader0; NullCheck(L_83); JsonReader_ReadAndAssert_m598255277(L_83, /*hidden argument*/NULL); JsonReader_t2369136700 * L_84 = ___reader0; Type_t ** L_85 = ___objectType1; Type_t * L_86 = *((Type_t **)L_85); JsonContract_t3715061318 ** L_87 = ___contract2; JsonContract_t3715061318 * L_88 = *((JsonContract_t3715061318 **)L_87); JsonProperty_t1405154176 * L_89 = ___member3; RuntimeObject * L_90 = ___existingValue6; String_t** L_91 = ___id8; String_t* L_92 = *((String_t**)L_91); RuntimeObject * L_93 = JsonSerializerInternalReader_CreateList_m2512975259(__this, L_84, L_86, L_88, L_89, L_90, L_92, /*hidden argument*/NULL); V_4 = L_93; JsonReader_t2369136700 * L_94 = ___reader0; NullCheck(L_94); JsonReader_ReadAndAssert_m598255277(L_94, /*hidden argument*/NULL); RuntimeObject ** L_95 = ___newValue7; RuntimeObject * L_96 = V_4; *((RuntimeObject **)(L_95)) = (RuntimeObject *)L_96; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_95), (RuntimeObject *)L_96); return (bool)1; } IL_01e3: { V_1 = (bool)0; } IL_01e5: { bool L_97 = V_1; if (!L_97) { goto IL_01f4; } } { JsonReader_t2369136700 * L_98 = ___reader0; NullCheck(L_98); int32_t L_99 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_98); if ((((int32_t)L_99) == ((int32_t)4))) { goto IL_003a; } } IL_01f4: { return (bool)0; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalReader::ResolveTypeName(Newtonsoft.Json.JsonReader,System.Type&,Newtonsoft.Json.Serialization.JsonContract&,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.JsonContainerContract,Newtonsoft.Json.Serialization.JsonProperty,System.String) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalReader_ResolveTypeName_m1590874222 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, Type_t ** ___objectType1, JsonContract_t3715061318 ** ___contract2, JsonProperty_t1405154176 * ___member3, JsonContainerContract_t1214283173 * ___containerContract4, JsonProperty_t1405154176 * ___containerMember5, String_t* ___qualifiedTypeName6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalReader_ResolveTypeName_m1590874222_MetadataUsageId); s_Il2CppMethodInitialized = true; } Nullable_1_t1159582132 V_0; memset(&V_0, 0, sizeof(V_0)); Nullable_1_t1159582132 V_1; memset(&V_1, 0, sizeof(V_1)); Nullable_1_t1159582132 V_2; memset(&V_2, 0, sizeof(V_2)); Nullable_1_t1159582132 V_3; memset(&V_3, 0, sizeof(V_3)); String_t* V_4 = NULL; String_t* V_5 = NULL; Type_t * V_6 = NULL; Exception_t * V_7 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); Nullable_1_t1159582132 G_B3_0; memset(&G_B3_0, 0, sizeof(G_B3_0)); Nullable_1_t1159582132 G_B7_0; memset(&G_B7_0, 0, sizeof(G_B7_0)); Nullable_1_t1159582132 G_B11_0; memset(&G_B11_0, 0, sizeof(G_B11_0)); int32_t G_B16_0 = 0; { JsonProperty_t1405154176 * L_0 = ___member3; if (L_0) { goto IL_000f; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t1159582132 )); Nullable_1_t1159582132 L_1 = V_1; G_B3_0 = L_1; goto IL_0016; } IL_000f: { JsonProperty_t1405154176 * L_2 = ___member3; NullCheck(L_2); Nullable_1_t1159582132 L_3 = JsonProperty_get_TypeNameHandling_m4047209728(L_2, /*hidden argument*/NULL); G_B3_0 = L_3; } IL_0016: { V_0 = G_B3_0; bool L_4 = Nullable_1_get_HasValue_m772260800((&V_0), /*hidden argument*/Nullable_1_get_HasValue_m772260800_RuntimeMethod_var); if (L_4) { goto IL_007f; } } { JsonContainerContract_t1214283173 * L_5 = ___containerContract4; if (L_5) { goto IL_002f; } } { il2cpp_codegen_initobj((&V_2), sizeof(Nullable_1_t1159582132 )); Nullable_1_t1159582132 L_6 = V_2; G_B7_0 = L_6; goto IL_0036; } IL_002f: { JsonContainerContract_t1214283173 * L_7 = ___containerContract4; NullCheck(L_7); Nullable_1_t1159582132 L_8 = JsonContainerContract_get_ItemTypeNameHandling_m1839582047(L_7, /*hidden argument*/NULL); G_B7_0 = L_8; } IL_0036: { V_1 = G_B7_0; bool L_9 = Nullable_1_get_HasValue_m772260800((&V_1), /*hidden argument*/Nullable_1_get_HasValue_m772260800_RuntimeMethod_var); if (L_9) { goto IL_0076; } } { JsonProperty_t1405154176 * L_10 = ___containerMember5; if (L_10) { goto IL_004f; } } { il2cpp_codegen_initobj((&V_3), sizeof(Nullable_1_t1159582132 )); Nullable_1_t1159582132 L_11 = V_3; G_B11_0 = L_11; goto IL_0056; } IL_004f: { JsonProperty_t1405154176 * L_12 = ___containerMember5; NullCheck(L_12); Nullable_1_t1159582132 L_13 = JsonProperty_get_ItemTypeNameHandling_m2616553456(L_12, /*hidden argument*/NULL); G_B11_0 = L_13; } IL_0056: { V_2 = G_B11_0; bool L_14 = Nullable_1_get_HasValue_m772260800((&V_2), /*hidden argument*/Nullable_1_get_HasValue_m772260800_RuntimeMethod_var); if (L_14) { goto IL_006d; } } { JsonSerializer_t1424496335 * L_15 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_15); int32_t L_16 = L_15->get__typeNameHandling_0(); G_B16_0 = L_16; goto IL_0086; } IL_006d: { int32_t L_17 = Nullable_1_GetValueOrDefault_m2852219950((&V_2), /*hidden argument*/Nullable_1_GetValueOrDefault_m2852219950_RuntimeMethod_var); G_B16_0 = L_17; goto IL_0086; } IL_0076: { int32_t L_18 = Nullable_1_GetValueOrDefault_m2852219950((&V_1), /*hidden argument*/Nullable_1_GetValueOrDefault_m2852219950_RuntimeMethod_var); G_B16_0 = L_18; goto IL_0086; } IL_007f: { int32_t L_19 = Nullable_1_GetValueOrDefault_m2852219950((&V_0), /*hidden argument*/Nullable_1_GetValueOrDefault_m2852219950_RuntimeMethod_var); G_B16_0 = L_19; } IL_0086: { if (!G_B16_0) { goto IL_016e; } } { String_t* L_20 = ___qualifiedTypeName6; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); ReflectionUtils_SplitFullyQualifiedTypeName_m956532210(NULL /*static, unused*/, L_20, (&V_4), (&V_5), /*hidden argument*/NULL); } IL_0096: try { // begin try (depth: 1) JsonSerializer_t1424496335 * L_21 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_21); SerializationBinder_t274213469 * L_22 = L_21->get__binder_14(); String_t* L_23 = V_5; String_t* L_24 = V_4; NullCheck(L_22); Type_t * L_25 = VirtFuncInvoker2< Type_t *, String_t*, String_t* >::Invoke(4 /* System.Type System.Runtime.Serialization.SerializationBinder::BindToType(System.String,System.String) */, L_22, L_23, L_24); V_6 = L_25; goto IL_00ca; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00ae; throw e; } CATCH_00ae: { // begin catch(System.Exception) V_7 = ((Exception_t *)__exception_local); JsonReader_t2369136700 * L_26 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_27 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_28 = ___qualifiedTypeName6; String_t* L_29 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral1260506306, L_27, L_28, /*hidden argument*/NULL); Exception_t * L_30 = V_7; JsonSerializationException_t4152118729 * L_31 = JsonSerializationException_Create_m282508658(NULL /*static, unused*/, L_26, L_29, L_30, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_31,JsonSerializerInternalReader_ResolveTypeName_m1590874222_RuntimeMethod_var); } // end catch (depth: 1) IL_00ca: { Type_t * L_32 = V_6; if (L_32) { goto IL_00e6; } } { JsonReader_t2369136700 * L_33 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_34 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_35 = ___qualifiedTypeName6; String_t* L_36 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral1320012993, L_34, L_35, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_37 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_33, L_36, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_37,JsonSerializerInternalReader_ResolveTypeName_m1590874222_RuntimeMethod_var); } IL_00e6: { RuntimeObject* L_38 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); if (!L_38) { goto IL_012d; } } { RuntimeObject* L_39 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); NullCheck(L_39); int32_t L_40 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Diagnostics.TraceLevel Newtonsoft.Json.Serialization.ITraceWriter::get_LevelFilter() */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_39); if ((((int32_t)L_40) < ((int32_t)4))) { goto IL_012d; } } { RuntimeObject* L_41 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); JsonReader_t2369136700 * L_42 = ___reader0; JsonReader_t2369136700 * L_43 = ___reader0; NullCheck(L_43); String_t* L_44 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String Newtonsoft.Json.JsonReader::get_Path() */, L_43); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_45 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_46 = ___qualifiedTypeName6; Type_t * L_47 = V_6; String_t* L_48 = StringUtils_FormatWith_m353537829(NULL /*static, unused*/, _stringLiteral3359687924, L_45, L_46, L_47, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonPosition_t2528027714_il2cpp_TypeInfo_var); String_t* L_49 = JsonPosition_FormatMessage_m331598339(NULL /*static, unused*/, ((RuntimeObject*)IsInst((RuntimeObject*)L_42, IJsonLineInfo_t2844470104_il2cpp_TypeInfo_var)), L_44, L_48, /*hidden argument*/NULL); NullCheck(L_41); InterfaceActionInvoker3< int32_t, String_t*, Exception_t * >::Invoke(1 /* System.Void Newtonsoft.Json.Serialization.ITraceWriter::Trace(System.Diagnostics.TraceLevel,System.String,System.Exception) */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_41, 4, L_49, (Exception_t *)NULL); } IL_012d: { Type_t ** L_50 = ___objectType1; Type_t * L_51 = *((Type_t **)L_50); if (!L_51) { goto IL_0160; } } { Type_t ** L_52 = ___objectType1; Type_t * L_53 = *((Type_t **)L_52); Type_t * L_54 = V_6; NullCheck(L_53); bool L_55 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_53, L_54); if (L_55) { goto IL_0160; } } { JsonReader_t2369136700 * L_56 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_57 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); Type_t * L_58 = V_6; NullCheck(L_58); String_t* L_59 = VirtFuncInvoker0< String_t* >::Invoke(16 /* System.String System.Type::get_AssemblyQualifiedName() */, L_58); Type_t ** L_60 = ___objectType1; Type_t * L_61 = *((Type_t **)L_60); NullCheck(L_61); String_t* L_62 = VirtFuncInvoker0< String_t* >::Invoke(16 /* System.String System.Type::get_AssemblyQualifiedName() */, L_61); String_t* L_63 = StringUtils_FormatWith_m353537829(NULL /*static, unused*/, _stringLiteral2730195398, L_57, L_59, L_62, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_64 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_56, L_63, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_64,JsonSerializerInternalReader_ResolveTypeName_m1590874222_RuntimeMethod_var); } IL_0160: { Type_t ** L_65 = ___objectType1; Type_t * L_66 = V_6; *((RuntimeObject **)(L_65)) = (RuntimeObject *)L_66; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_65), (RuntimeObject *)L_66); JsonContract_t3715061318 ** L_67 = ___contract2; Type_t * L_68 = V_6; JsonContract_t3715061318 * L_69 = JsonSerializerInternalReader_GetContractSafe_m881561284(__this, L_68, /*hidden argument*/NULL); *((RuntimeObject **)(L_67)) = (RuntimeObject *)L_69; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_67), (RuntimeObject *)L_69); } IL_016e: { return; } } // Newtonsoft.Json.Serialization.JsonArrayContract Newtonsoft.Json.Serialization.JsonSerializerInternalReader::EnsureArrayContract(Newtonsoft.Json.JsonReader,System.Type,Newtonsoft.Json.Serialization.JsonContract) extern "C" IL2CPP_METHOD_ATTR JsonArrayContract_t483691547 * JsonSerializerInternalReader_EnsureArrayContract_m3851014455 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, Type_t * ___objectType1, JsonContract_t3715061318 * ___contract2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalReader_EnsureArrayContract_m3851014455_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; JsonArrayContract_t483691547 * G_B4_0 = NULL; JsonArrayContract_t483691547 * G_B3_0 = NULL; { JsonContract_t3715061318 * L_0 = ___contract2; if (L_0) { goto IL_001a; } } { JsonReader_t2369136700 * L_1 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_2 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); Type_t * L_3 = ___objectType1; String_t* L_4 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2230960717, L_2, L_3, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_5 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_1, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,JsonSerializerInternalReader_EnsureArrayContract_m3851014455_RuntimeMethod_var); } IL_001a: { JsonContract_t3715061318 * L_6 = ___contract2; JsonArrayContract_t483691547 * L_7 = ((JsonArrayContract_t483691547 *)IsInstClass((RuntimeObject*)L_6, JsonArrayContract_t483691547_il2cpp_TypeInfo_var)); G_B3_0 = L_7; if (L_7) { G_B4_0 = L_7; goto IL_0059; } } { String_t* L_8 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_9 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Concat_m2163913788(NULL /*static, unused*/, _stringLiteral3720805277, L_8, _stringLiteral2283435236, L_9, /*hidden argument*/NULL); V_0 = L_10; String_t* L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_12 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); Type_t * L_13 = ___objectType1; JsonContract_t3715061318 * L_14 = ___contract2; String_t* L_15 = JsonSerializerInternalReader_GetExpectedDescription_m1131830291(__this, L_14, /*hidden argument*/NULL); String_t* L_16 = StringUtils_FormatWith_m353537829(NULL /*static, unused*/, L_11, L_12, L_13, L_15, /*hidden argument*/NULL); V_0 = L_16; JsonReader_t2369136700 * L_17 = ___reader0; String_t* L_18 = V_0; JsonSerializationException_t4152118729 * L_19 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_17, L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19,JsonSerializerInternalReader_EnsureArrayContract_m3851014455_RuntimeMethod_var); } IL_0059: { return G_B4_0; } } // System.Object Newtonsoft.Json.Serialization.JsonSerializerInternalReader::CreateList(Newtonsoft.Json.JsonReader,System.Type,Newtonsoft.Json.Serialization.JsonContract,Newtonsoft.Json.Serialization.JsonProperty,System.Object,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonSerializerInternalReader_CreateList_m2512975259 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, Type_t * ___objectType1, JsonContract_t3715061318 * ___contract2, JsonProperty_t1405154176 * ___member3, RuntimeObject * ___existingValue4, String_t* ___id5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalReader_CreateList_m2512975259_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; JsonArrayContract_t483691547 * V_1 = NULL; bool V_2 = false; RuntimeObject* V_3 = NULL; RuntimeArray * V_4 = NULL; RuntimeObject* V_5 = NULL; ObjectConstructor_1_t3207922868 * G_B23_0 = NULL; ObjectConstructor_1_t3207922868 * G_B22_0 = NULL; JsonSerializerInternalReader_t927352408 * G_B31_0 = NULL; JsonSerializerInternalReader_t927352408 * G_B30_0 = NULL; RuntimeObject* G_B32_0 = NULL; JsonSerializerInternalReader_t927352408 * G_B32_1 = NULL; { JsonContract_t3715061318 * L_0 = ___contract2; bool L_1 = JsonSerializerInternalReader_HasNoDefinedType_m2764828059(__this, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0012; } } { JsonReader_t2369136700 * L_2 = ___reader0; JsonContract_t3715061318 * L_3 = ___contract2; JToken_t1038539247 * L_4 = JsonSerializerInternalReader_CreateJToken_m69063650(__this, L_2, L_3, /*hidden argument*/NULL); return L_4; } IL_0012: { JsonReader_t2369136700 * L_5 = ___reader0; Type_t * L_6 = ___objectType1; JsonContract_t3715061318 * L_7 = ___contract2; JsonArrayContract_t483691547 * L_8 = JsonSerializerInternalReader_EnsureArrayContract_m3851014455(__this, L_5, L_6, L_7, /*hidden argument*/NULL); V_1 = L_8; RuntimeObject * L_9 = ___existingValue4; if (L_9) { goto IL_0180; } } { JsonReader_t2369136700 * L_10 = ___reader0; JsonArrayContract_t483691547 * L_11 = V_1; RuntimeObject* L_12 = JsonSerializerInternalReader_CreateNewList_m1365016258(__this, L_10, L_11, (&V_2), /*hidden argument*/NULL); V_3 = L_12; bool L_13 = V_2; if (!L_13) { goto IL_00d4; } } { String_t* L_14 = ___id5; if (!L_14) { goto IL_0054; } } { JsonReader_t2369136700 * L_15 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_16 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonContract_t3715061318 * L_17 = ___contract2; NullCheck(L_17); Type_t * L_18 = JsonContract_get_UnderlyingType_m1736598392(L_17, /*hidden argument*/NULL); String_t* L_19 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2271961801, L_16, L_18, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_20 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_15, L_19, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20,JsonSerializerInternalReader_CreateList_m2512975259_RuntimeMethod_var); } IL_0054: { JsonContract_t3715061318 * L_21 = ___contract2; NullCheck(L_21); RuntimeObject* L_22 = JsonContract_get_OnSerializingCallbacks_m2550202519(L_21, /*hidden argument*/NULL); NullCheck(L_22); int32_t L_23 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t842041677_il2cpp_TypeInfo_var, L_22); if ((((int32_t)L_23) <= ((int32_t)0))) { goto IL_007e; } } { JsonReader_t2369136700 * L_24 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_25 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonContract_t3715061318 * L_26 = ___contract2; NullCheck(L_26); Type_t * L_27 = JsonContract_get_UnderlyingType_m1736598392(L_26, /*hidden argument*/NULL); String_t* L_28 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral472429530, L_25, L_27, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_29 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_24, L_28, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_29,JsonSerializerInternalReader_CreateList_m2512975259_RuntimeMethod_var); } IL_007e: { JsonContract_t3715061318 * L_30 = ___contract2; NullCheck(L_30); RuntimeObject* L_31 = JsonContract_get_OnErrorCallbacks_m177101969(L_30, /*hidden argument*/NULL); NullCheck(L_31); int32_t L_32 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t2866378017_il2cpp_TypeInfo_var, L_31); if ((((int32_t)L_32) <= ((int32_t)0))) { goto IL_00a8; } } { JsonReader_t2369136700 * L_33 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_34 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonContract_t3715061318 * L_35 = ___contract2; NullCheck(L_35); Type_t * L_36 = JsonContract_get_UnderlyingType_m1736598392(L_35, /*hidden argument*/NULL); String_t* L_37 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2874049133, L_34, L_36, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_38 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_33, L_37, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_38,JsonSerializerInternalReader_CreateList_m2512975259_RuntimeMethod_var); } IL_00a8: { JsonArrayContract_t483691547 * L_39 = V_1; NullCheck(L_39); bool L_40 = JsonArrayContract_get_HasParameterizedCreatorInternal_m1614430898(L_39, /*hidden argument*/NULL); if (L_40) { goto IL_00d4; } } { JsonArrayContract_t483691547 * L_41 = V_1; NullCheck(L_41); bool L_42 = JsonArrayContract_get_IsArray_m1701348339(L_41, /*hidden argument*/NULL); if (L_42) { goto IL_00d4; } } { JsonReader_t2369136700 * L_43 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_44 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonContract_t3715061318 * L_45 = ___contract2; NullCheck(L_45); Type_t * L_46 = JsonContract_get_UnderlyingType_m1736598392(L_45, /*hidden argument*/NULL); String_t* L_47 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral1227763402, L_44, L_46, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_48 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_43, L_47, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_48,JsonSerializerInternalReader_CreateList_m2512975259_RuntimeMethod_var); } IL_00d4: { JsonArrayContract_t483691547 * L_49 = V_1; NullCheck(L_49); bool L_50 = JsonArrayContract_get_IsMultidimensionalArray_m1836563063(L_49, /*hidden argument*/NULL); if (L_50) { goto IL_00ec; } } { RuntimeObject* L_51 = V_3; JsonReader_t2369136700 * L_52 = ___reader0; JsonArrayContract_t483691547 * L_53 = V_1; JsonProperty_t1405154176 * L_54 = ___member3; String_t* L_55 = ___id5; JsonSerializerInternalReader_PopulateList_m3816942785(__this, L_51, L_52, L_53, L_54, L_55, /*hidden argument*/NULL); goto IL_00fa; } IL_00ec: { RuntimeObject* L_56 = V_3; JsonReader_t2369136700 * L_57 = ___reader0; JsonArrayContract_t483691547 * L_58 = V_1; JsonProperty_t1405154176 * L_59 = ___member3; String_t* L_60 = ___id5; JsonSerializerInternalReader_PopulateMultidimensionalArray_m4146362337(__this, L_56, L_57, L_58, L_59, L_60, /*hidden argument*/NULL); } IL_00fa: { bool L_61 = V_2; if (!L_61) { goto IL_0168; } } { JsonArrayContract_t483691547 * L_62 = V_1; NullCheck(L_62); bool L_63 = JsonArrayContract_get_IsMultidimensionalArray_m1836563063(L_62, /*hidden argument*/NULL); if (!L_63) { goto IL_011f; } } { RuntimeObject* L_64 = V_3; JsonArrayContract_t483691547 * L_65 = V_1; NullCheck(L_65); Type_t * L_66 = JsonArrayContract_get_CollectionItemType_m1740497797(L_65, /*hidden argument*/NULL); JsonContract_t3715061318 * L_67 = ___contract2; NullCheck(L_67); Type_t * L_68 = JsonContract_get_CreatedType_m1028628000(L_67, /*hidden argument*/NULL); NullCheck(L_68); int32_t L_69 = VirtFuncInvoker0< int32_t >::Invoke(47 /* System.Int32 System.Type::GetArrayRank() */, L_68); RuntimeArray * L_70 = CollectionUtils_ToMultidimensionalArray_m1689011102(NULL /*static, unused*/, L_64, L_66, L_69, /*hidden argument*/NULL); V_3 = L_70; goto IL_017c; } IL_011f: { JsonArrayContract_t483691547 * L_71 = V_1; NullCheck(L_71); bool L_72 = JsonArrayContract_get_IsArray_m1701348339(L_71, /*hidden argument*/NULL); if (!L_72) { goto IL_0148; } } { JsonArrayContract_t483691547 * L_73 = V_1; NullCheck(L_73); Type_t * L_74 = JsonArrayContract_get_CollectionItemType_m1740497797(L_73, /*hidden argument*/NULL); RuntimeObject* L_75 = V_3; NullCheck(L_75); int32_t L_76 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_75); RuntimeArray * L_77 = Array_CreateInstance_m2750085942(NULL /*static, unused*/, L_74, L_76, /*hidden argument*/NULL); V_4 = L_77; RuntimeObject* L_78 = V_3; RuntimeArray * L_79 = V_4; NullCheck(L_78); InterfaceActionInvoker2< RuntimeArray *, int32_t >::Invoke(3 /* System.Void System.Collections.ICollection::CopyTo(System.Array,System.Int32) */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_78, L_79, 0); RuntimeArray * L_80 = V_4; V_3 = L_80; goto IL_017c; } IL_0148: { JsonArrayContract_t483691547 * L_81 = V_1; NullCheck(L_81); ObjectConstructor_1_t3207922868 * L_82 = JsonArrayContract_get_OverrideCreator_m3423986609(L_81, /*hidden argument*/NULL); ObjectConstructor_1_t3207922868 * L_83 = L_82; G_B22_0 = L_83; if (L_83) { G_B23_0 = L_83; goto IL_0158; } } { JsonArrayContract_t483691547 * L_84 = V_1; NullCheck(L_84); ObjectConstructor_1_t3207922868 * L_85 = JsonArrayContract_get_ParameterizedCreator_m1942332914(L_84, /*hidden argument*/NULL); G_B23_0 = L_85; } IL_0158: { ObjectU5BU5D_t2843939325* L_86 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); RuntimeObject* L_87 = V_3; NullCheck(L_86); ArrayElementTypeCheck (L_86, L_87); (L_86)->SetAt(static_cast(0), (RuntimeObject *)L_87); NullCheck(G_B23_0); RuntimeObject * L_88 = ObjectConstructor_1_Invoke_m3185456453(G_B23_0, L_86, /*hidden argument*/ObjectConstructor_1_Invoke_m3185456453_RuntimeMethod_var); return L_88; } IL_0168: { RuntimeObject* L_89 = V_3; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_89, IWrappedCollection_t533821793_il2cpp_TypeInfo_var))) { goto IL_017c; } } { RuntimeObject* L_90 = V_3; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_90, IWrappedCollection_t533821793_il2cpp_TypeInfo_var))); RuntimeObject * L_91 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object Newtonsoft.Json.Utilities.IWrappedCollection::get_UnderlyingCollection() */, IWrappedCollection_t533821793_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_90, IWrappedCollection_t533821793_il2cpp_TypeInfo_var))); return L_91; } IL_017c: { RuntimeObject* L_92 = V_3; V_0 = L_92; goto IL_01ce; } IL_0180: { JsonArrayContract_t483691547 * L_93 = V_1; NullCheck(L_93); bool L_94 = JsonArrayContract_get_CanDeserialize_m1122794221(L_93, /*hidden argument*/NULL); if (L_94) { goto IL_01a4; } } { JsonReader_t2369136700 * L_95 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_96 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonContract_t3715061318 * L_97 = ___contract2; NullCheck(L_97); Type_t * L_98 = JsonContract_get_CreatedType_m1028628000(L_97, /*hidden argument*/NULL); String_t* L_99 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral834746028, L_96, L_98, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_100 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_95, L_99, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_100,JsonSerializerInternalReader_CreateList_m2512975259_RuntimeMethod_var); } IL_01a4: { JsonArrayContract_t483691547 * L_101 = V_1; NullCheck(L_101); bool L_102 = JsonArrayContract_get_ShouldCreateWrapper_m3030138700(L_101, /*hidden argument*/NULL); G_B30_0 = __this; if (L_102) { G_B31_0 = __this; goto IL_01b6; } } { RuntimeObject * L_103 = ___existingValue4; G_B32_0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_103, IList_t2094931216_il2cpp_TypeInfo_var)); G_B32_1 = G_B30_0; goto IL_01c2; } IL_01b6: { JsonArrayContract_t483691547 * L_104 = V_1; RuntimeObject * L_105 = ___existingValue4; NullCheck(L_104); RuntimeObject* L_106 = JsonArrayContract_CreateWrapper_m867824515(L_104, L_105, /*hidden argument*/NULL); V_5 = L_106; RuntimeObject* L_107 = V_5; G_B32_0 = L_107; G_B32_1 = G_B31_0; } IL_01c2: { JsonReader_t2369136700 * L_108 = ___reader0; JsonArrayContract_t483691547 * L_109 = V_1; JsonProperty_t1405154176 * L_110 = ___member3; String_t* L_111 = ___id5; NullCheck(G_B32_1); RuntimeObject * L_112 = JsonSerializerInternalReader_PopulateList_m3816942785(G_B32_1, G_B32_0, L_108, L_109, L_110, L_111, /*hidden argument*/NULL); V_0 = L_112; } IL_01ce: { RuntimeObject * L_113 = V_0; return L_113; } } // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalReader::HasNoDefinedType(Newtonsoft.Json.Serialization.JsonContract) extern "C" IL2CPP_METHOD_ATTR bool JsonSerializerInternalReader_HasNoDefinedType_m2764828059 (JsonSerializerInternalReader_t927352408 * __this, JsonContract_t3715061318 * ___contract0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalReader_HasNoDefinedType_m2764828059_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonContract_t3715061318 * L_0 = ___contract0; if (!L_0) { goto IL_001f; } } { JsonContract_t3715061318 * L_1 = ___contract0; NullCheck(L_1); Type_t * L_2 = JsonContract_get_UnderlyingType_m1736598392(L_1, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_2) == ((RuntimeObject*)(Type_t *)L_4))) { goto IL_001f; } } { JsonContract_t3715061318 * L_5 = ___contract0; NullCheck(L_5); int32_t L_6 = L_5->get_ContractType_5(); return (bool)((((int32_t)L_6) == ((int32_t)8))? 1 : 0); } IL_001f: { return (bool)1; } } // System.Object Newtonsoft.Json.Serialization.JsonSerializerInternalReader::EnsureType(Newtonsoft.Json.JsonReader,System.Object,System.Globalization.CultureInfo,Newtonsoft.Json.Serialization.JsonContract,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonSerializerInternalReader_EnsureType_m3870732010 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, RuntimeObject * ___value1, CultureInfo_t4157843068 * ___culture2, JsonContract_t3715061318 * ___contract3, Type_t * ___targetType4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalReader_EnsureType_m3870732010_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonPrimitiveContract_t336098342 * V_0 = NULL; RuntimeObject * V_1 = NULL; Exception_t * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { Type_t * L_0 = ___targetType4; if (L_0) { goto IL_0006; } } { RuntimeObject * L_1 = ___value1; return L_1; } IL_0006: { RuntimeObject * L_2 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); Type_t * L_3 = ReflectionUtils_GetObjectType_m3621750212(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); Type_t * L_4 = ___targetType4; if ((((RuntimeObject*)(Type_t *)L_3) == ((RuntimeObject*)(Type_t *)L_4))) { goto IL_00be; } } { RuntimeObject * L_5 = ___value1; if (L_5) { goto IL_0021; } } { JsonContract_t3715061318 * L_6 = ___contract3; NullCheck(L_6); bool L_7 = L_6->get_IsNullable_0(); if (!L_7) { goto IL_0021; } } { return NULL; } IL_0021: { } IL_0022: try { // begin try (depth: 1) { JsonContract_t3715061318 * L_8 = ___contract3; NullCheck(L_8); bool L_9 = L_8->get_IsConvertable_1(); if (!L_9) { goto IL_008d; } } IL_002b: { JsonContract_t3715061318 * L_10 = ___contract3; V_0 = ((JsonPrimitiveContract_t336098342 *)CastclassClass((RuntimeObject*)L_10, JsonPrimitiveContract_t336098342_il2cpp_TypeInfo_var)); JsonContract_t3715061318 * L_11 = ___contract3; NullCheck(L_11); bool L_12 = L_11->get_IsEnum_2(); if (!L_12) { goto IL_007c; } } IL_003c: { RuntimeObject * L_13 = ___value1; if (!((String_t*)IsInstSealed((RuntimeObject*)L_13, String_t_il2cpp_TypeInfo_var))) { goto IL_005a; } } IL_0044: { JsonContract_t3715061318 * L_14 = ___contract3; NullCheck(L_14); Type_t * L_15 = L_14->get_NonNullableUnderlyingType_3(); RuntimeObject * L_16 = ___value1; NullCheck(L_16); String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_16); IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_18 = Enum_Parse_m1579637477(NULL /*static, unused*/, L_15, L_17, (bool)1, /*hidden argument*/NULL); V_1 = L_18; goto IL_00c0; } IL_005a: { JsonPrimitiveContract_t336098342 * L_19 = V_0; NullCheck(L_19); int32_t L_20 = JsonPrimitiveContract_get_TypeCode_m1827163657(L_19, /*hidden argument*/NULL); int32_t L_21 = L_20; RuntimeObject * L_22 = Box(PrimitiveTypeCode_t798949904_il2cpp_TypeInfo_var, &L_21); IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_t2194062972_il2cpp_TypeInfo_var); bool L_23 = ConvertUtils_IsInteger_m1782566389(NULL /*static, unused*/, L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_007c; } } IL_006c: { JsonContract_t3715061318 * L_24 = ___contract3; NullCheck(L_24); Type_t * L_25 = L_24->get_NonNullableUnderlyingType_3(); RuntimeObject * L_26 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_27 = Enum_ToObject_m1628250250(NULL /*static, unused*/, L_25, L_26, /*hidden argument*/NULL); V_1 = L_27; goto IL_00c0; } IL_007c: { RuntimeObject * L_28 = ___value1; JsonContract_t3715061318 * L_29 = ___contract3; NullCheck(L_29); Type_t * L_30 = L_29->get_NonNullableUnderlyingType_3(); CultureInfo_t4157843068 * L_31 = ___culture2; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); RuntimeObject * L_32 = Convert_ChangeType_m827193029(NULL /*static, unused*/, L_28, L_30, L_31, /*hidden argument*/NULL); V_1 = L_32; goto IL_00c0; } IL_008d: { RuntimeObject * L_33 = ___value1; CultureInfo_t4157843068 * L_34 = ___culture2; JsonContract_t3715061318 * L_35 = ___contract3; NullCheck(L_35); Type_t * L_36 = L_35->get_NonNullableUnderlyingType_3(); IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_t2194062972_il2cpp_TypeInfo_var); RuntimeObject * L_37 = ConvertUtils_ConvertOrCast_m66164726(NULL /*static, unused*/, L_33, L_34, L_36, /*hidden argument*/NULL); V_1 = L_37; goto IL_00c0; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_009e; throw e; } CATCH_009e: { // begin catch(System.Exception) V_2 = ((Exception_t *)__exception_local); JsonReader_t2369136700 * L_38 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_39 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); RuntimeObject * L_40 = ___value1; String_t* L_41 = MiscellaneousUtils_FormatValueForPrint_m2505289556(NULL /*static, unused*/, L_40, /*hidden argument*/NULL); Type_t * L_42 = ___targetType4; String_t* L_43 = StringUtils_FormatWith_m353537829(NULL /*static, unused*/, _stringLiteral2480270007, L_39, L_41, L_42, /*hidden argument*/NULL); Exception_t * L_44 = V_2; JsonSerializationException_t4152118729 * L_45 = JsonSerializationException_Create_m282508658(NULL /*static, unused*/, L_38, L_43, L_44, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_45,JsonSerializerInternalReader_EnsureType_m3870732010_RuntimeMethod_var); } // end catch (depth: 1) IL_00be: { RuntimeObject * L_46 = ___value1; return L_46; } IL_00c0: { RuntimeObject * L_47 = V_1; return L_47; } } // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalReader::SetPropertyValue(Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.JsonConverter,Newtonsoft.Json.Serialization.JsonContainerContract,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.JsonReader,System.Object) extern "C" IL2CPP_METHOD_ATTR bool JsonSerializerInternalReader_SetPropertyValue_m2725718215 (JsonSerializerInternalReader_t927352408 * __this, JsonProperty_t1405154176 * ___property0, JsonConverter_t1047106545 * ___propertyConverter1, JsonContainerContract_t1214283173 * ___containerContract2, JsonProperty_t1405154176 * ___containerProperty3, JsonReader_t2369136700 * ___reader4, RuntimeObject * ___target5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalReader_SetPropertyValue_m2725718215_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; JsonContract_t3715061318 * V_2 = NULL; bool V_3 = false; RuntimeObject * V_4 = NULL; JsonProperty_t1405154176 * G_B11_0 = NULL; JsonContainerContract_t1214283173 * G_B11_1 = NULL; JsonProperty_t1405154176 * G_B11_2 = NULL; JsonContract_t3715061318 * G_B11_3 = NULL; Type_t * G_B11_4 = NULL; JsonReader_t2369136700 * G_B11_5 = NULL; JsonSerializerInternalReader_t927352408 * G_B11_6 = NULL; JsonProperty_t1405154176 * G_B10_0 = NULL; JsonContainerContract_t1214283173 * G_B10_1 = NULL; JsonProperty_t1405154176 * G_B10_2 = NULL; JsonContract_t3715061318 * G_B10_3 = NULL; Type_t * G_B10_4 = NULL; JsonReader_t2369136700 * G_B10_5 = NULL; JsonSerializerInternalReader_t927352408 * G_B10_6 = NULL; RuntimeObject * G_B12_0 = NULL; JsonProperty_t1405154176 * G_B12_1 = NULL; JsonContainerContract_t1214283173 * G_B12_2 = NULL; JsonProperty_t1405154176 * G_B12_3 = NULL; JsonContract_t3715061318 * G_B12_4 = NULL; Type_t * G_B12_5 = NULL; JsonReader_t2369136700 * G_B12_6 = NULL; JsonSerializerInternalReader_t927352408 * G_B12_7 = NULL; { JsonProperty_t1405154176 * L_0 = ___property0; JsonContainerContract_t1214283173 * L_1 = ___containerContract2; JsonProperty_t1405154176 * L_2 = ___containerProperty3; JsonReader_t2369136700 * L_3 = ___reader4; RuntimeObject * L_4 = ___target5; bool L_5 = JsonSerializerInternalReader_CalculatePropertyDetails_m3382262562(__this, L_0, (&___propertyConverter1), L_1, L_2, L_3, L_4, (&V_1), (&V_0), (&V_2), (&V_3), /*hidden argument*/NULL); if (!L_5) { goto IL_001c; } } { return (bool)0; } IL_001c: { JsonConverter_t1047106545 * L_6 = ___propertyConverter1; if (!L_6) { goto IL_0058; } } { JsonConverter_t1047106545 * L_7 = ___propertyConverter1; NullCheck(L_7); bool L_8 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean Newtonsoft.Json.JsonConverter::get_CanRead() */, L_7); if (!L_8) { goto IL_0058; } } { bool L_9 = V_3; if (L_9) { goto IL_0044; } } { RuntimeObject * L_10 = ___target5; if (!L_10) { goto IL_0044; } } { JsonProperty_t1405154176 * L_11 = ___property0; NullCheck(L_11); bool L_12 = JsonProperty_get_Readable_m2051566013(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0044; } } { JsonProperty_t1405154176 * L_13 = ___property0; NullCheck(L_13); RuntimeObject* L_14 = JsonProperty_get_ValueProvider_m1301583632(L_13, /*hidden argument*/NULL); RuntimeObject * L_15 = ___target5; NullCheck(L_14); RuntimeObject * L_16 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Object Newtonsoft.Json.Serialization.IValueProvider::GetValue(System.Object) */, IValueProvider_t3724824760_il2cpp_TypeInfo_var, L_14, L_15); V_0 = L_16; } IL_0044: { JsonConverter_t1047106545 * L_17 = ___propertyConverter1; JsonReader_t2369136700 * L_18 = ___reader4; JsonProperty_t1405154176 * L_19 = ___property0; NullCheck(L_19); Type_t * L_20 = JsonProperty_get_PropertyType_m3302554867(L_19, /*hidden argument*/NULL); RuntimeObject * L_21 = V_0; RuntimeObject * L_22 = JsonSerializerInternalReader_DeserializeConvertable_m12555224(__this, L_17, L_18, L_20, L_21, /*hidden argument*/NULL); V_4 = L_22; goto IL_0074; } IL_0058: { JsonReader_t2369136700 * L_23 = ___reader4; JsonProperty_t1405154176 * L_24 = ___property0; NullCheck(L_24); Type_t * L_25 = JsonProperty_get_PropertyType_m3302554867(L_24, /*hidden argument*/NULL); JsonContract_t3715061318 * L_26 = V_2; JsonProperty_t1405154176 * L_27 = ___property0; JsonContainerContract_t1214283173 * L_28 = ___containerContract2; JsonProperty_t1405154176 * L_29 = ___containerProperty3; bool L_30 = V_1; G_B10_0 = L_29; G_B10_1 = L_28; G_B10_2 = L_27; G_B10_3 = L_26; G_B10_4 = L_25; G_B10_5 = L_23; G_B10_6 = __this; if (L_30) { G_B11_0 = L_29; G_B11_1 = L_28; G_B11_2 = L_27; G_B11_3 = L_26; G_B11_4 = L_25; G_B11_5 = L_23; G_B11_6 = __this; goto IL_006c; } } { G_B12_0 = NULL; G_B12_1 = G_B10_0; G_B12_2 = G_B10_1; G_B12_3 = G_B10_2; G_B12_4 = G_B10_3; G_B12_5 = G_B10_4; G_B12_6 = G_B10_5; G_B12_7 = G_B10_6; goto IL_006d; } IL_006c: { RuntimeObject * L_31 = V_0; G_B12_0 = L_31; G_B12_1 = G_B11_0; G_B12_2 = G_B11_1; G_B12_3 = G_B11_2; G_B12_4 = G_B11_3; G_B12_5 = G_B11_4; G_B12_6 = G_B11_5; G_B12_7 = G_B11_6; } IL_006d: { NullCheck(G_B12_7); RuntimeObject * L_32 = JsonSerializerInternalReader_CreateValueInternal_m728545038(G_B12_7, G_B12_6, G_B12_5, G_B12_4, G_B12_3, G_B12_2, G_B12_1, G_B12_0, /*hidden argument*/NULL); V_4 = L_32; } IL_0074: { bool L_33 = V_1; if (!L_33) { goto IL_007f; } } { RuntimeObject * L_34 = V_4; RuntimeObject * L_35 = V_0; if ((((RuntimeObject*)(RuntimeObject *)L_34) == ((RuntimeObject*)(RuntimeObject *)L_35))) { goto IL_0107; } } IL_007f: { JsonProperty_t1405154176 * L_36 = ___property0; RuntimeObject * L_37 = V_4; bool L_38 = JsonSerializerInternalReader_ShouldSetPropertyValue_m2717624876(__this, L_36, L_37, /*hidden argument*/NULL); if (!L_38) { goto IL_0107; } } { JsonProperty_t1405154176 * L_39 = ___property0; NullCheck(L_39); RuntimeObject* L_40 = JsonProperty_get_ValueProvider_m1301583632(L_39, /*hidden argument*/NULL); RuntimeObject * L_41 = ___target5; RuntimeObject * L_42 = V_4; NullCheck(L_40); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Void Newtonsoft.Json.Serialization.IValueProvider::SetValue(System.Object,System.Object) */, IValueProvider_t3724824760_il2cpp_TypeInfo_var, L_40, L_41, L_42); JsonProperty_t1405154176 * L_43 = ___property0; NullCheck(L_43); Action_2_t2470008838 * L_44 = JsonProperty_get_SetIsSpecified_m92868828(L_43, /*hidden argument*/NULL); if (!L_44) { goto IL_0105; } } { RuntimeObject* L_45 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); if (!L_45) { goto IL_00f2; } } { RuntimeObject* L_46 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); NullCheck(L_46); int32_t L_47 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Diagnostics.TraceLevel Newtonsoft.Json.Serialization.ITraceWriter::get_LevelFilter() */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_46); if ((((int32_t)L_47) < ((int32_t)4))) { goto IL_00f2; } } { RuntimeObject* L_48 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); JsonReader_t2369136700 * L_49 = ___reader4; JsonReader_t2369136700 * L_50 = ___reader4; NullCheck(L_50); String_t* L_51 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String Newtonsoft.Json.JsonReader::get_Path() */, L_50); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_52 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_53 = ___property0; NullCheck(L_53); String_t* L_54 = JsonProperty_get_PropertyName_m2411132462(L_53, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_55 = ___property0; NullCheck(L_55); Type_t * L_56 = JsonProperty_get_DeclaringType_m2382212084(L_55, /*hidden argument*/NULL); String_t* L_57 = StringUtils_FormatWith_m353537829(NULL /*static, unused*/, _stringLiteral2372169175, L_52, L_54, L_56, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonPosition_t2528027714_il2cpp_TypeInfo_var); String_t* L_58 = JsonPosition_FormatMessage_m331598339(NULL /*static, unused*/, ((RuntimeObject*)IsInst((RuntimeObject*)L_49, IJsonLineInfo_t2844470104_il2cpp_TypeInfo_var)), L_51, L_57, /*hidden argument*/NULL); NullCheck(L_48); InterfaceActionInvoker3< int32_t, String_t*, Exception_t * >::Invoke(1 /* System.Void Newtonsoft.Json.Serialization.ITraceWriter::Trace(System.Diagnostics.TraceLevel,System.String,System.Exception) */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_48, 4, L_58, (Exception_t *)NULL); } IL_00f2: { JsonProperty_t1405154176 * L_59 = ___property0; NullCheck(L_59); Action_2_t2470008838 * L_60 = JsonProperty_get_SetIsSpecified_m92868828(L_59, /*hidden argument*/NULL); RuntimeObject * L_61 = ___target5; bool L_62 = ((bool)1); RuntimeObject * L_63 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_62); NullCheck(L_60); Action_2_Invoke_m709903032(L_60, L_61, L_63, /*hidden argument*/Action_2_Invoke_m709903032_RuntimeMethod_var); } IL_0105: { return (bool)1; } IL_0107: { bool L_64 = V_1; return L_64; } } // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalReader::CalculatePropertyDetails(Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.JsonConverter&,Newtonsoft.Json.Serialization.JsonContainerContract,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.JsonReader,System.Object,System.Boolean&,System.Object&,Newtonsoft.Json.Serialization.JsonContract&,System.Boolean&) extern "C" IL2CPP_METHOD_ATTR bool JsonSerializerInternalReader_CalculatePropertyDetails_m3382262562 (JsonSerializerInternalReader_t927352408 * __this, JsonProperty_t1405154176 * ___property0, JsonConverter_t1047106545 ** ___propertyConverter1, JsonContainerContract_t1214283173 * ___containerContract2, JsonProperty_t1405154176 * ___containerProperty3, JsonReader_t2369136700 * ___reader4, RuntimeObject * ___target5, bool* ___useExistingValue6, RuntimeObject ** ___currentValue7, JsonContract_t3715061318 ** ___propertyContract8, bool* ___gottenCurrentValue9, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalReader_CalculatePropertyDetails_m3382262562_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Nullable_1_t588389317 V_1; memset(&V_1, 0, sizeof(V_1)); Nullable_1_t829731231 V_2; memset(&V_2, 0, sizeof(V_2)); Nullable_1_t668593436 V_3; memset(&V_3, 0, sizeof(V_3)); bool* G_B11_0 = NULL; bool* G_B10_0 = NULL; int32_t G_B12_0 = 0; bool* G_B12_1 = NULL; { RuntimeObject ** L_0 = ___currentValue7; *((RuntimeObject **)(L_0)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_0), (RuntimeObject *)NULL); bool* L_1 = ___useExistingValue6; *((int8_t*)(L_1)) = (int8_t)0; JsonContract_t3715061318 ** L_2 = ___propertyContract8; *((RuntimeObject **)(L_2)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_2), (RuntimeObject *)NULL); bool* L_3 = ___gottenCurrentValue9; *((int8_t*)(L_3)) = (int8_t)0; JsonProperty_t1405154176 * L_4 = ___property0; NullCheck(L_4); bool L_5 = JsonProperty_get_Ignored_m2509840579(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_001a; } } { return (bool)1; } IL_001a: { JsonReader_t2369136700 * L_6 = ___reader4; NullCheck(L_6); int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_6); V_0 = L_7; JsonProperty_t1405154176 * L_8 = ___property0; NullCheck(L_8); JsonContract_t3715061318 * L_9 = JsonProperty_get_PropertyContract_m2273319397(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_003c; } } { JsonProperty_t1405154176 * L_10 = ___property0; JsonProperty_t1405154176 * L_11 = ___property0; NullCheck(L_11); Type_t * L_12 = JsonProperty_get_PropertyType_m3302554867(L_11, /*hidden argument*/NULL); JsonContract_t3715061318 * L_13 = JsonSerializerInternalReader_GetContractSafe_m881561284(__this, L_12, /*hidden argument*/NULL); NullCheck(L_10); JsonProperty_set_PropertyContract_m747959608(L_10, L_13, /*hidden argument*/NULL); } IL_003c: { JsonProperty_t1405154176 * L_14 = ___property0; NullCheck(L_14); Nullable_1_t588389317 L_15 = JsonProperty_get_ObjectCreationHandling_m3369727273(L_14, /*hidden argument*/NULL); V_1 = L_15; JsonSerializer_t1424496335 * L_16 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_16); int32_t L_17 = L_16->get__objectCreationHandling_5(); int32_t L_18 = Nullable_1_GetValueOrDefault_m3392026215((&V_1), L_17, /*hidden argument*/Nullable_1_GetValueOrDefault_m3392026215_RuntimeMethod_var); if ((((int32_t)L_18) == ((int32_t)2))) { goto IL_00b2; } } { int32_t L_19 = V_0; if ((((int32_t)L_19) == ((int32_t)2))) { goto IL_0060; } } { int32_t L_20 = V_0; if ((!(((uint32_t)L_20) == ((uint32_t)1)))) { goto IL_00b2; } } IL_0060: { JsonProperty_t1405154176 * L_21 = ___property0; NullCheck(L_21); bool L_22 = JsonProperty_get_Readable_m2051566013(L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_00b2; } } { RuntimeObject ** L_23 = ___currentValue7; JsonProperty_t1405154176 * L_24 = ___property0; NullCheck(L_24); RuntimeObject* L_25 = JsonProperty_get_ValueProvider_m1301583632(L_24, /*hidden argument*/NULL); RuntimeObject * L_26 = ___target5; NullCheck(L_25); RuntimeObject * L_27 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Object Newtonsoft.Json.Serialization.IValueProvider::GetValue(System.Object) */, IValueProvider_t3724824760_il2cpp_TypeInfo_var, L_25, L_26); *((RuntimeObject **)(L_23)) = (RuntimeObject *)L_27; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_23), (RuntimeObject *)L_27); bool* L_28 = ___gottenCurrentValue9; *((int8_t*)(L_28)) = (int8_t)1; RuntimeObject ** L_29 = ___currentValue7; RuntimeObject * L_30 = *((RuntimeObject **)L_29); if (!L_30) { goto IL_00b2; } } { JsonContract_t3715061318 ** L_31 = ___propertyContract8; RuntimeObject ** L_32 = ___currentValue7; RuntimeObject * L_33 = *((RuntimeObject **)L_32); NullCheck(L_33); Type_t * L_34 = Object_GetType_m88164663(L_33, /*hidden argument*/NULL); JsonContract_t3715061318 * L_35 = JsonSerializerInternalReader_GetContractSafe_m881561284(__this, L_34, /*hidden argument*/NULL); *((RuntimeObject **)(L_31)) = (RuntimeObject *)L_35; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_31), (RuntimeObject *)L_35); bool* L_36 = ___useExistingValue6; JsonContract_t3715061318 ** L_37 = ___propertyContract8; JsonContract_t3715061318 * L_38 = *((JsonContract_t3715061318 **)L_37); NullCheck(L_38); bool L_39 = L_38->get_IsReadOnlyOrFixedSize_6(); G_B10_0 = L_36; if (L_39) { G_B11_0 = L_36; goto IL_00b0; } } { JsonContract_t3715061318 ** L_40 = ___propertyContract8; JsonContract_t3715061318 * L_41 = *((JsonContract_t3715061318 **)L_40); NullCheck(L_41); Type_t * L_42 = JsonContract_get_UnderlyingType_m1736598392(L_41, /*hidden argument*/NULL); bool L_43 = TypeExtensions_IsValueType_m852671066(NULL /*static, unused*/, L_42, /*hidden argument*/NULL); G_B12_0 = ((((int32_t)L_43) == ((int32_t)0))? 1 : 0); G_B12_1 = G_B10_0; goto IL_00b1; } IL_00b0: { G_B12_0 = 0; G_B12_1 = G_B11_0; } IL_00b1: { *((int8_t*)(G_B12_1)) = (int8_t)G_B12_0; } IL_00b2: { JsonProperty_t1405154176 * L_44 = ___property0; NullCheck(L_44); bool L_45 = JsonProperty_get_Writable_m2500354331(L_44, /*hidden argument*/NULL); if (L_45) { goto IL_00c1; } } { bool* L_46 = ___useExistingValue6; if ((*((uint8_t*)L_46))) { goto IL_00c1; } } { return (bool)1; } IL_00c1: { JsonProperty_t1405154176 * L_47 = ___property0; NullCheck(L_47); Nullable_1_t829731231 L_48 = JsonProperty_get_NullValueHandling_m3875844461(L_47, /*hidden argument*/NULL); V_2 = L_48; JsonSerializer_t1424496335 * L_49 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_49); int32_t L_50 = L_49->get__nullValueHandling_6(); int32_t L_51 = Nullable_1_GetValueOrDefault_m351469856((&V_2), L_50, /*hidden argument*/Nullable_1_GetValueOrDefault_m351469856_RuntimeMethod_var); if ((!(((uint32_t)L_51) == ((uint32_t)1)))) { goto IL_00e4; } } { int32_t L_52 = V_0; if ((!(((uint32_t)L_52) == ((uint32_t)((int32_t)11))))) { goto IL_00e4; } } { return (bool)1; } IL_00e4: { JsonProperty_t1405154176 * L_53 = ___property0; NullCheck(L_53); Nullable_1_t668593436 L_54 = JsonProperty_get_DefaultValueHandling_m3282317265(L_53, /*hidden argument*/NULL); V_3 = L_54; JsonSerializer_t1424496335 * L_55 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_55); int32_t L_56 = L_55->get__defaultValueHandling_7(); int32_t L_57 = Nullable_1_GetValueOrDefault_m2726173638((&V_3), L_56, /*hidden argument*/Nullable_1_GetValueOrDefault_m2726173638_RuntimeMethod_var); bool L_58 = JsonSerializerInternalReader_HasFlag_m1858084437(__this, L_57, 1, /*hidden argument*/NULL); if (!L_58) { goto IL_0146; } } { JsonProperty_t1405154176 * L_59 = ___property0; NullCheck(L_59); Nullable_1_t668593436 L_60 = JsonProperty_get_DefaultValueHandling_m3282317265(L_59, /*hidden argument*/NULL); V_3 = L_60; JsonSerializer_t1424496335 * L_61 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_61); int32_t L_62 = L_61->get__defaultValueHandling_7(); int32_t L_63 = Nullable_1_GetValueOrDefault_m2726173638((&V_3), L_62, /*hidden argument*/Nullable_1_GetValueOrDefault_m2726173638_RuntimeMethod_var); bool L_64 = JsonSerializerInternalReader_HasFlag_m1858084437(__this, L_63, 2, /*hidden argument*/NULL); if (L_64) { goto IL_0146; } } { int32_t L_65 = V_0; bool L_66 = JsonTokenUtils_IsPrimitiveToken_m4162264142(NULL /*static, unused*/, L_65, /*hidden argument*/NULL); if (!L_66) { goto IL_0146; } } { JsonReader_t2369136700 * L_67 = ___reader4; NullCheck(L_67); RuntimeObject * L_68 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_67); JsonProperty_t1405154176 * L_69 = ___property0; NullCheck(L_69); RuntimeObject * L_70 = JsonProperty_GetResolvedDefaultValue_m1733567544(L_69, /*hidden argument*/NULL); bool L_71 = MiscellaneousUtils_ValueEquals_m795470537(NULL /*static, unused*/, L_68, L_70, /*hidden argument*/NULL); if (!L_71) { goto IL_0146; } } { return (bool)1; } IL_0146: { RuntimeObject ** L_72 = ___currentValue7; RuntimeObject * L_73 = *((RuntimeObject **)L_72); if (L_73) { goto IL_0156; } } { JsonContract_t3715061318 ** L_74 = ___propertyContract8; JsonProperty_t1405154176 * L_75 = ___property0; NullCheck(L_75); JsonContract_t3715061318 * L_76 = JsonProperty_get_PropertyContract_m2273319397(L_75, /*hidden argument*/NULL); *((RuntimeObject **)(L_74)) = (RuntimeObject *)L_76; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_74), (RuntimeObject *)L_76); goto IL_0186; } IL_0156: { JsonContract_t3715061318 ** L_77 = ___propertyContract8; RuntimeObject ** L_78 = ___currentValue7; RuntimeObject * L_79 = *((RuntimeObject **)L_78); NullCheck(L_79); Type_t * L_80 = Object_GetType_m88164663(L_79, /*hidden argument*/NULL); JsonContract_t3715061318 * L_81 = JsonSerializerInternalReader_GetContractSafe_m881561284(__this, L_80, /*hidden argument*/NULL); *((RuntimeObject **)(L_77)) = (RuntimeObject *)L_81; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_77), (RuntimeObject *)L_81); JsonContract_t3715061318 ** L_82 = ___propertyContract8; JsonContract_t3715061318 * L_83 = *((JsonContract_t3715061318 **)L_82); JsonProperty_t1405154176 * L_84 = ___property0; NullCheck(L_84); JsonContract_t3715061318 * L_85 = JsonProperty_get_PropertyContract_m2273319397(L_84, /*hidden argument*/NULL); if ((((RuntimeObject*)(JsonContract_t3715061318 *)L_83) == ((RuntimeObject*)(JsonContract_t3715061318 *)L_85))) { goto IL_0186; } } { JsonConverter_t1047106545 ** L_86 = ___propertyConverter1; JsonContract_t3715061318 ** L_87 = ___propertyContract8; JsonContract_t3715061318 * L_88 = *((JsonContract_t3715061318 **)L_87); JsonProperty_t1405154176 * L_89 = ___property0; NullCheck(L_89); JsonConverter_t1047106545 * L_90 = JsonProperty_get_MemberConverter_m3872705062(L_89, /*hidden argument*/NULL); JsonContainerContract_t1214283173 * L_91 = ___containerContract2; JsonProperty_t1405154176 * L_92 = ___containerProperty3; JsonConverter_t1047106545 * L_93 = JsonSerializerInternalReader_GetConverter_m3382278774(__this, L_88, L_90, L_91, L_92, /*hidden argument*/NULL); *((RuntimeObject **)(L_86)) = (RuntimeObject *)L_93; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_86), (RuntimeObject *)L_93); } IL_0186: { return (bool)0; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalReader::AddReference(Newtonsoft.Json.JsonReader,System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalReader_AddReference_m847285636 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, String_t* ___id1, RuntimeObject * ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalReader_AddReference_m847285636_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { RuntimeObject* L_0 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); if (!L_0) { goto IL_004a; } } IL_0008: { RuntimeObject* L_1 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); NullCheck(L_1); int32_t L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Diagnostics.TraceLevel Newtonsoft.Json.Serialization.ITraceWriter::get_LevelFilter() */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_1); if ((((int32_t)L_2) < ((int32_t)4))) { goto IL_004a; } } IL_0016: { RuntimeObject* L_3 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); JsonReader_t2369136700 * L_4 = ___reader0; JsonReader_t2369136700 * L_5 = ___reader0; NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String Newtonsoft.Json.JsonReader::get_Path() */, L_5); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_7 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_8 = ___id1; RuntimeObject * L_9 = ___value2; NullCheck(L_9); Type_t * L_10 = Object_GetType_m88164663(L_9, /*hidden argument*/NULL); String_t* L_11 = StringUtils_FormatWith_m353537829(NULL /*static, unused*/, _stringLiteral1322686207, L_7, L_8, L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonPosition_t2528027714_il2cpp_TypeInfo_var); String_t* L_12 = JsonPosition_FormatMessage_m331598339(NULL /*static, unused*/, ((RuntimeObject*)IsInst((RuntimeObject*)L_4, IJsonLineInfo_t2844470104_il2cpp_TypeInfo_var)), L_6, L_11, /*hidden argument*/NULL); NullCheck(L_3); InterfaceActionInvoker3< int32_t, String_t*, Exception_t * >::Invoke(1 /* System.Void Newtonsoft.Json.Serialization.ITraceWriter::Trace(System.Diagnostics.TraceLevel,System.String,System.Exception) */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_3, 4, L_12, (Exception_t *)NULL); } IL_004a: { JsonSerializer_t1424496335 * L_13 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_13); RuntimeObject* L_14 = JsonSerializer_GetReferenceResolver_m183251564(L_13, /*hidden argument*/NULL); String_t* L_15 = ___id1; RuntimeObject * L_16 = ___value2; NullCheck(L_14); InterfaceActionInvoker3< RuntimeObject *, String_t*, RuntimeObject * >::Invoke(3 /* System.Void Newtonsoft.Json.Serialization.IReferenceResolver::AddReference(System.Object,System.String,System.Object) */, IReferenceResolver_t2564061104_il2cpp_TypeInfo_var, L_14, __this, L_15, L_16); goto IL_0078; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_005f; throw e; } CATCH_005f: { // begin catch(System.Exception) V_0 = ((Exception_t *)__exception_local); JsonReader_t2369136700 * L_17 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_18 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_19 = ___id1; String_t* L_20 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral1565376400, L_18, L_19, /*hidden argument*/NULL); Exception_t * L_21 = V_0; JsonSerializationException_t4152118729 * L_22 = JsonSerializationException_Create_m282508658(NULL /*static, unused*/, L_17, L_20, L_21, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22,JsonSerializerInternalReader_AddReference_m847285636_RuntimeMethod_var); } // end catch (depth: 1) IL_0078: { return; } } // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalReader::HasFlag(Newtonsoft.Json.DefaultValueHandling,Newtonsoft.Json.DefaultValueHandling) extern "C" IL2CPP_METHOD_ATTR bool JsonSerializerInternalReader_HasFlag_m1858084437 (JsonSerializerInternalReader_t927352408 * __this, int32_t ___value0, int32_t ___flag1, const RuntimeMethod* method) { { int32_t L_0 = ___value0; 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.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalReader::ShouldSetPropertyValue(Newtonsoft.Json.Serialization.JsonProperty,System.Object) extern "C" IL2CPP_METHOD_ATTR bool JsonSerializerInternalReader_ShouldSetPropertyValue_m2717624876 (JsonSerializerInternalReader_t927352408 * __this, JsonProperty_t1405154176 * ___property0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalReader_ShouldSetPropertyValue_m2717624876_MetadataUsageId); s_Il2CppMethodInitialized = true; } Nullable_1_t829731231 V_0; memset(&V_0, 0, sizeof(V_0)); Nullable_1_t668593436 V_1; memset(&V_1, 0, sizeof(V_1)); { JsonProperty_t1405154176 * L_0 = ___property0; NullCheck(L_0); Nullable_1_t829731231 L_1 = JsonProperty_get_NullValueHandling_m3875844461(L_0, /*hidden argument*/NULL); V_0 = L_1; JsonSerializer_t1424496335 * L_2 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_2); int32_t L_3 = L_2->get__nullValueHandling_6(); int32_t L_4 = Nullable_1_GetValueOrDefault_m351469856((&V_0), L_3, /*hidden argument*/Nullable_1_GetValueOrDefault_m351469856_RuntimeMethod_var); if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_0021; } } { RuntimeObject * L_5 = ___value1; if (L_5) { goto IL_0021; } } { return (bool)0; } IL_0021: { JsonProperty_t1405154176 * L_6 = ___property0; NullCheck(L_6); Nullable_1_t668593436 L_7 = JsonProperty_get_DefaultValueHandling_m3282317265(L_6, /*hidden argument*/NULL); V_1 = L_7; JsonSerializer_t1424496335 * L_8 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_8); int32_t L_9 = L_8->get__defaultValueHandling_7(); int32_t L_10 = Nullable_1_GetValueOrDefault_m2726173638((&V_1), L_9, /*hidden argument*/Nullable_1_GetValueOrDefault_m2726173638_RuntimeMethod_var); bool L_11 = JsonSerializerInternalReader_HasFlag_m1858084437(__this, L_10, 1, /*hidden argument*/NULL); if (!L_11) { goto IL_0075; } } { JsonProperty_t1405154176 * L_12 = ___property0; NullCheck(L_12); Nullable_1_t668593436 L_13 = JsonProperty_get_DefaultValueHandling_m3282317265(L_12, /*hidden argument*/NULL); V_1 = L_13; JsonSerializer_t1424496335 * L_14 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_14); int32_t L_15 = L_14->get__defaultValueHandling_7(); int32_t L_16 = Nullable_1_GetValueOrDefault_m2726173638((&V_1), L_15, /*hidden argument*/Nullable_1_GetValueOrDefault_m2726173638_RuntimeMethod_var); bool L_17 = JsonSerializerInternalReader_HasFlag_m1858084437(__this, L_16, 2, /*hidden argument*/NULL); if (L_17) { goto IL_0075; } } { RuntimeObject * L_18 = ___value1; JsonProperty_t1405154176 * L_19 = ___property0; NullCheck(L_19); RuntimeObject * L_20 = JsonProperty_GetResolvedDefaultValue_m1733567544(L_19, /*hidden argument*/NULL); bool L_21 = MiscellaneousUtils_ValueEquals_m795470537(NULL /*static, unused*/, L_18, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_0075; } } { return (bool)0; } IL_0075: { JsonProperty_t1405154176 * L_22 = ___property0; NullCheck(L_22); bool L_23 = JsonProperty_get_Writable_m2500354331(L_22, /*hidden argument*/NULL); if (L_23) { goto IL_007f; } } { return (bool)0; } IL_007f: { return (bool)1; } } // System.Collections.IList Newtonsoft.Json.Serialization.JsonSerializerInternalReader::CreateNewList(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Serialization.JsonArrayContract,System.Boolean&) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializerInternalReader_CreateNewList_m1365016258 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, JsonArrayContract_t483691547 * ___contract1, bool* ___createdFromNonDefaultCreator2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalReader_CreateNewList_m1365016258_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject * V_1 = NULL; { JsonArrayContract_t483691547 * L_0 = ___contract1; NullCheck(L_0); bool L_1 = JsonArrayContract_get_CanDeserialize_m1122794221(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0024; } } { JsonReader_t2369136700 * L_2 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_3 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonArrayContract_t483691547 * L_4 = ___contract1; NullCheck(L_4); Type_t * L_5 = JsonContract_get_CreatedType_m1028628000(L_4, /*hidden argument*/NULL); String_t* L_6 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral3765758881, L_3, L_5, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_7 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_2, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,JsonSerializerInternalReader_CreateNewList_m1365016258_RuntimeMethod_var); } IL_0024: { JsonArrayContract_t483691547 * L_8 = ___contract1; NullCheck(L_8); ObjectConstructor_1_t3207922868 * L_9 = JsonArrayContract_get_OverrideCreator_m3423986609(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0058; } } { JsonArrayContract_t483691547 * L_10 = ___contract1; NullCheck(L_10); bool L_11 = JsonArrayContract_get_HasParameterizedCreator_m3587773847(L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_003e; } } { bool* L_12 = ___createdFromNonDefaultCreator2; *((int8_t*)(L_12)) = (int8_t)1; JsonArrayContract_t483691547 * L_13 = ___contract1; NullCheck(L_13); RuntimeObject* L_14 = JsonArrayContract_CreateTemporaryCollection_m1166004817(L_13, /*hidden argument*/NULL); return L_14; } IL_003e: { bool* L_15 = ___createdFromNonDefaultCreator2; *((int8_t*)(L_15)) = (int8_t)0; JsonArrayContract_t483691547 * L_16 = ___contract1; NullCheck(L_16); ObjectConstructor_1_t3207922868 * L_17 = JsonArrayContract_get_OverrideCreator_m3423986609(L_16, /*hidden argument*/NULL); NullCheck(L_17); RuntimeObject * L_18 = ObjectConstructor_1_Invoke_m3185456453(L_17, ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)0)), /*hidden argument*/ObjectConstructor_1_Invoke_m3185456453_RuntimeMethod_var); return ((RuntimeObject*)Castclass((RuntimeObject*)L_18, IList_t2094931216_il2cpp_TypeInfo_var)); } IL_0058: { JsonArrayContract_t483691547 * L_19 = ___contract1; NullCheck(L_19); bool L_20 = ((JsonContract_t3715061318 *)L_19)->get_IsReadOnlyOrFixedSize_6(); if (!L_20) { goto IL_007c; } } { bool* L_21 = ___createdFromNonDefaultCreator2; *((int8_t*)(L_21)) = (int8_t)1; JsonArrayContract_t483691547 * L_22 = ___contract1; NullCheck(L_22); RuntimeObject* L_23 = JsonArrayContract_CreateTemporaryCollection_m1166004817(L_22, /*hidden argument*/NULL); V_0 = L_23; JsonArrayContract_t483691547 * L_24 = ___contract1; NullCheck(L_24); bool L_25 = JsonArrayContract_get_ShouldCreateWrapper_m3030138700(L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_007a; } } { JsonArrayContract_t483691547 * L_26 = ___contract1; RuntimeObject* L_27 = V_0; NullCheck(L_26); RuntimeObject* L_28 = JsonArrayContract_CreateWrapper_m867824515(L_26, L_27, /*hidden argument*/NULL); V_0 = L_28; } IL_007a: { RuntimeObject* L_29 = V_0; return L_29; } IL_007c: { JsonArrayContract_t483691547 * L_30 = ___contract1; NullCheck(L_30); Func_1_t2509852811 * L_31 = JsonContract_get_DefaultCreator_m2084028334(L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_00c0; } } { JsonArrayContract_t483691547 * L_32 = ___contract1; NullCheck(L_32); bool L_33 = JsonContract_get_DefaultCreatorNonPublic_m2155030915(L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_009a; } } { JsonSerializer_t1424496335 * L_34 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_34); int32_t L_35 = L_34->get__constructorHandling_8(); if ((!(((uint32_t)L_35) == ((uint32_t)1)))) { goto IL_00c0; } } IL_009a: { JsonArrayContract_t483691547 * L_36 = ___contract1; NullCheck(L_36); Func_1_t2509852811 * L_37 = JsonContract_get_DefaultCreator_m2084028334(L_36, /*hidden argument*/NULL); NullCheck(L_37); RuntimeObject * L_38 = Func_1_Invoke_m348272648(L_37, /*hidden argument*/Func_1_Invoke_m348272648_RuntimeMethod_var); V_1 = L_38; JsonArrayContract_t483691547 * L_39 = ___contract1; NullCheck(L_39); bool L_40 = JsonArrayContract_get_ShouldCreateWrapper_m3030138700(L_39, /*hidden argument*/NULL); if (!L_40) { goto IL_00b6; } } { JsonArrayContract_t483691547 * L_41 = ___contract1; RuntimeObject * L_42 = V_1; NullCheck(L_41); RuntimeObject* L_43 = JsonArrayContract_CreateWrapper_m867824515(L_41, L_42, /*hidden argument*/NULL); V_1 = L_43; } IL_00b6: { bool* L_44 = ___createdFromNonDefaultCreator2; *((int8_t*)(L_44)) = (int8_t)0; RuntimeObject * L_45 = V_1; return ((RuntimeObject*)Castclass((RuntimeObject*)L_45, IList_t2094931216_il2cpp_TypeInfo_var)); } IL_00c0: { JsonArrayContract_t483691547 * L_46 = ___contract1; NullCheck(L_46); bool L_47 = JsonArrayContract_get_HasParameterizedCreatorInternal_m1614430898(L_46, /*hidden argument*/NULL); if (!L_47) { goto IL_00d2; } } { bool* L_48 = ___createdFromNonDefaultCreator2; *((int8_t*)(L_48)) = (int8_t)1; JsonArrayContract_t483691547 * L_49 = ___contract1; NullCheck(L_49); RuntimeObject* L_50 = JsonArrayContract_CreateTemporaryCollection_m1166004817(L_49, /*hidden argument*/NULL); return L_50; } IL_00d2: { JsonArrayContract_t483691547 * L_51 = ___contract1; NullCheck(L_51); bool L_52 = ((JsonContract_t3715061318 *)L_51)->get_IsInstantiable_8(); if (L_52) { goto IL_00f6; } } { JsonReader_t2369136700 * L_53 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_54 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonArrayContract_t483691547 * L_55 = ___contract1; NullCheck(L_55); Type_t * L_56 = JsonContract_get_UnderlyingType_m1736598392(L_55, /*hidden argument*/NULL); String_t* L_57 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral3384424156, L_54, L_56, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_58 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_53, L_57, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_58,JsonSerializerInternalReader_CreateNewList_m1365016258_RuntimeMethod_var); } IL_00f6: { JsonReader_t2369136700 * L_59 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_60 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonArrayContract_t483691547 * L_61 = ___contract1; NullCheck(L_61); Type_t * L_62 = JsonContract_get_UnderlyingType_m1736598392(L_61, /*hidden argument*/NULL); String_t* L_63 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2432957700, L_60, L_62, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_64 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_59, L_63, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_64,JsonSerializerInternalReader_CreateNewList_m1365016258_RuntimeMethod_var); } } // System.Collections.IDictionary Newtonsoft.Json.Serialization.JsonSerializerInternalReader::CreateNewDictionary(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Serialization.JsonDictionaryContract,System.Boolean&) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializerInternalReader_CreateNewDictionary_m3485208262 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, JsonDictionaryContract_t4040570183 * ___contract1, bool* ___createdFromNonDefaultCreator2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalReader_CreateNewDictionary_m3485208262_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { JsonDictionaryContract_t4040570183 * L_0 = ___contract1; NullCheck(L_0); ObjectConstructor_1_t3207922868 * L_1 = JsonDictionaryContract_get_OverrideCreator_m1844363331(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0034; } } { JsonDictionaryContract_t4040570183 * L_2 = ___contract1; NullCheck(L_2); bool L_3 = JsonDictionaryContract_get_HasParameterizedCreator_m3461684307(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_001a; } } { bool* L_4 = ___createdFromNonDefaultCreator2; *((int8_t*)(L_4)) = (int8_t)1; JsonDictionaryContract_t4040570183 * L_5 = ___contract1; NullCheck(L_5); RuntimeObject* L_6 = JsonDictionaryContract_CreateTemporaryDictionary_m583414434(L_5, /*hidden argument*/NULL); return L_6; } IL_001a: { bool* L_7 = ___createdFromNonDefaultCreator2; *((int8_t*)(L_7)) = (int8_t)0; JsonDictionaryContract_t4040570183 * L_8 = ___contract1; NullCheck(L_8); ObjectConstructor_1_t3207922868 * L_9 = JsonDictionaryContract_get_OverrideCreator_m1844363331(L_8, /*hidden argument*/NULL); NullCheck(L_9); RuntimeObject * L_10 = ObjectConstructor_1_Invoke_m3185456453(L_9, ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)0)), /*hidden argument*/ObjectConstructor_1_Invoke_m3185456453_RuntimeMethod_var); return ((RuntimeObject*)Castclass((RuntimeObject*)L_10, IDictionary_t1363984059_il2cpp_TypeInfo_var)); } IL_0034: { JsonDictionaryContract_t4040570183 * L_11 = ___contract1; NullCheck(L_11); bool L_12 = ((JsonContract_t3715061318 *)L_11)->get_IsReadOnlyOrFixedSize_6(); if (!L_12) { goto IL_0046; } } { bool* L_13 = ___createdFromNonDefaultCreator2; *((int8_t*)(L_13)) = (int8_t)1; JsonDictionaryContract_t4040570183 * L_14 = ___contract1; NullCheck(L_14); RuntimeObject* L_15 = JsonDictionaryContract_CreateTemporaryDictionary_m583414434(L_14, /*hidden argument*/NULL); return L_15; } IL_0046: { JsonDictionaryContract_t4040570183 * L_16 = ___contract1; NullCheck(L_16); Func_1_t2509852811 * L_17 = JsonContract_get_DefaultCreator_m2084028334(L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_008a; } } { JsonDictionaryContract_t4040570183 * L_18 = ___contract1; NullCheck(L_18); bool L_19 = JsonContract_get_DefaultCreatorNonPublic_m2155030915(L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_0064; } } { JsonSerializer_t1424496335 * L_20 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_20); int32_t L_21 = L_20->get__constructorHandling_8(); if ((!(((uint32_t)L_21) == ((uint32_t)1)))) { goto IL_008a; } } IL_0064: { JsonDictionaryContract_t4040570183 * L_22 = ___contract1; NullCheck(L_22); Func_1_t2509852811 * L_23 = JsonContract_get_DefaultCreator_m2084028334(L_22, /*hidden argument*/NULL); NullCheck(L_23); RuntimeObject * L_24 = Func_1_Invoke_m348272648(L_23, /*hidden argument*/Func_1_Invoke_m348272648_RuntimeMethod_var); V_0 = L_24; JsonDictionaryContract_t4040570183 * L_25 = ___contract1; NullCheck(L_25); bool L_26 = JsonDictionaryContract_get_ShouldCreateWrapper_m4140590597(L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_0080; } } { JsonDictionaryContract_t4040570183 * L_27 = ___contract1; RuntimeObject * L_28 = V_0; NullCheck(L_27); RuntimeObject* L_29 = JsonDictionaryContract_CreateWrapper_m1557137919(L_27, L_28, /*hidden argument*/NULL); V_0 = L_29; } IL_0080: { bool* L_30 = ___createdFromNonDefaultCreator2; *((int8_t*)(L_30)) = (int8_t)0; RuntimeObject * L_31 = V_0; return ((RuntimeObject*)Castclass((RuntimeObject*)L_31, IDictionary_t1363984059_il2cpp_TypeInfo_var)); } IL_008a: { JsonDictionaryContract_t4040570183 * L_32 = ___contract1; NullCheck(L_32); bool L_33 = JsonDictionaryContract_get_HasParameterizedCreatorInternal_m1737926331(L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_009c; } } { bool* L_34 = ___createdFromNonDefaultCreator2; *((int8_t*)(L_34)) = (int8_t)1; JsonDictionaryContract_t4040570183 * L_35 = ___contract1; NullCheck(L_35); RuntimeObject* L_36 = JsonDictionaryContract_CreateTemporaryDictionary_m583414434(L_35, /*hidden argument*/NULL); return L_36; } IL_009c: { JsonDictionaryContract_t4040570183 * L_37 = ___contract1; NullCheck(L_37); bool L_38 = ((JsonContract_t3715061318 *)L_37)->get_IsInstantiable_8(); if (L_38) { goto IL_00c0; } } { JsonReader_t2369136700 * L_39 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_40 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonDictionaryContract_t4040570183 * L_41 = ___contract1; NullCheck(L_41); Type_t * L_42 = JsonContract_get_UnderlyingType_m1736598392(L_41, /*hidden argument*/NULL); String_t* L_43 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral3384424156, L_40, L_42, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_44 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_39, L_43, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_44,JsonSerializerInternalReader_CreateNewDictionary_m3485208262_RuntimeMethod_var); } IL_00c0: { JsonReader_t2369136700 * L_45 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_46 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonDictionaryContract_t4040570183 * L_47 = ___contract1; NullCheck(L_47); Type_t * L_48 = JsonContract_get_UnderlyingType_m1736598392(L_47, /*hidden argument*/NULL); String_t* L_49 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral4201031090, L_46, L_48, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_50 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_45, L_49, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_50,JsonSerializerInternalReader_CreateNewDictionary_m3485208262_RuntimeMethod_var); } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalReader::OnDeserializing(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Serialization.JsonContract,System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalReader_OnDeserializing_m1908877144 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, JsonContract_t3715061318 * ___contract1, RuntimeObject * ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalReader_OnDeserializing_m1908877144_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); if (!L_0) { goto IL_0049; } } { RuntimeObject* L_1 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); NullCheck(L_1); int32_t L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Diagnostics.TraceLevel Newtonsoft.Json.Serialization.ITraceWriter::get_LevelFilter() */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_1); if ((((int32_t)L_2) < ((int32_t)3))) { goto IL_0049; } } { RuntimeObject* L_3 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); JsonReader_t2369136700 * L_4 = ___reader0; JsonReader_t2369136700 * L_5 = ___reader0; NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String Newtonsoft.Json.JsonReader::get_Path() */, L_5); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_7 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonContract_t3715061318 * L_8 = ___contract1; NullCheck(L_8); Type_t * L_9 = JsonContract_get_UnderlyingType_m1736598392(L_8, /*hidden argument*/NULL); String_t* L_10 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral3742984846, L_7, L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonPosition_t2528027714_il2cpp_TypeInfo_var); String_t* L_11 = JsonPosition_FormatMessage_m331598339(NULL /*static, unused*/, ((RuntimeObject*)IsInst((RuntimeObject*)L_4, IJsonLineInfo_t2844470104_il2cpp_TypeInfo_var)), L_6, L_10, /*hidden argument*/NULL); NullCheck(L_3); InterfaceActionInvoker3< int32_t, String_t*, Exception_t * >::Invoke(1 /* System.Void Newtonsoft.Json.Serialization.ITraceWriter::Trace(System.Diagnostics.TraceLevel,System.String,System.Exception) */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_3, 3, L_11, (Exception_t *)NULL); } IL_0049: { JsonContract_t3715061318 * L_12 = ___contract1; RuntimeObject * L_13 = ___value2; JsonSerializer_t1424496335 * L_14 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_14); StreamingContext_t3711869237 L_15 = L_14->get__context_15(); NullCheck(L_12); JsonContract_InvokeOnDeserializing_m1126136130(L_12, L_13, L_15, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalReader::OnDeserialized(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Serialization.JsonContract,System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalReader_OnDeserialized_m1347532304 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, JsonContract_t3715061318 * ___contract1, RuntimeObject * ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalReader_OnDeserialized_m1347532304_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); if (!L_0) { goto IL_0049; } } { RuntimeObject* L_1 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); NullCheck(L_1); int32_t L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Diagnostics.TraceLevel Newtonsoft.Json.Serialization.ITraceWriter::get_LevelFilter() */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_1); if ((((int32_t)L_2) < ((int32_t)3))) { goto IL_0049; } } { RuntimeObject* L_3 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); JsonReader_t2369136700 * L_4 = ___reader0; JsonReader_t2369136700 * L_5 = ___reader0; NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String Newtonsoft.Json.JsonReader::get_Path() */, L_5); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_7 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonContract_t3715061318 * L_8 = ___contract1; NullCheck(L_8); Type_t * L_9 = JsonContract_get_UnderlyingType_m1736598392(L_8, /*hidden argument*/NULL); String_t* L_10 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral1498433768, L_7, L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonPosition_t2528027714_il2cpp_TypeInfo_var); String_t* L_11 = JsonPosition_FormatMessage_m331598339(NULL /*static, unused*/, ((RuntimeObject*)IsInst((RuntimeObject*)L_4, IJsonLineInfo_t2844470104_il2cpp_TypeInfo_var)), L_6, L_10, /*hidden argument*/NULL); NullCheck(L_3); InterfaceActionInvoker3< int32_t, String_t*, Exception_t * >::Invoke(1 /* System.Void Newtonsoft.Json.Serialization.ITraceWriter::Trace(System.Diagnostics.TraceLevel,System.String,System.Exception) */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_3, 3, L_11, (Exception_t *)NULL); } IL_0049: { JsonContract_t3715061318 * L_12 = ___contract1; RuntimeObject * L_13 = ___value2; JsonSerializer_t1424496335 * L_14 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_14); StreamingContext_t3711869237 L_15 = L_14->get__context_15(); NullCheck(L_12); JsonContract_InvokeOnDeserialized_m2400434663(L_12, L_13, L_15, /*hidden argument*/NULL); return; } } // System.Object Newtonsoft.Json.Serialization.JsonSerializerInternalReader::PopulateDictionary(System.Collections.IDictionary,Newtonsoft.Json.JsonReader,Newtonsoft.Json.Serialization.JsonDictionaryContract,Newtonsoft.Json.Serialization.JsonProperty,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonSerializerInternalReader_PopulateDictionary_m222353086 (JsonSerializerInternalReader_t927352408 * __this, RuntimeObject* ___dictionary0, JsonReader_t2369136700 * ___reader1, JsonDictionaryContract_t4040570183 * ___contract2, JsonProperty_t1405154176 * ___containerProperty3, String_t* ___id4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalReader_PopulateDictionary_m222353086_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject * V_1 = NULL; int32_t V_2 = 0; JsonConverter_t1047106545 * V_3 = NULL; int32_t V_4 = 0; bool V_5 = false; int32_t V_6 = 0; RuntimeObject * V_7 = NULL; RuntimeObject * V_8 = NULL; DateTime_t3738529785 V_9; memset(&V_9, 0, sizeof(V_9)); DateTimeOffset_t3229287507 V_10; memset(&V_10, 0, sizeof(V_10)); Exception_t * V_11 = NULL; Exception_t * V_12 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); RuntimeObject* G_B3_0 = NULL; JsonConverter_t1047106545 * G_B11_0 = NULL; JsonConverter_t1047106545 * G_B10_0 = NULL; int32_t G_B14_0 = 0; { RuntimeObject* L_0 = ___dictionary0; V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_0, IWrappedDictionary_t3156963174_il2cpp_TypeInfo_var)); RuntimeObject* L_1 = V_0; if (L_1) { goto IL_000d; } } { RuntimeObject* L_2 = ___dictionary0; G_B3_0 = L_2; goto IL_0013; } IL_000d: { RuntimeObject* L_3 = V_0; NullCheck(L_3); RuntimeObject * L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object Newtonsoft.Json.Utilities.IWrappedDictionary::get_UnderlyingDictionary() */, IWrappedDictionary_t3156963174_il2cpp_TypeInfo_var, L_3); G_B3_0 = ((RuntimeObject*)(L_4)); } IL_0013: { V_1 = G_B3_0; String_t* L_5 = ___id4; if (!L_5) { goto IL_0022; } } { JsonReader_t2369136700 * L_6 = ___reader1; String_t* L_7 = ___id4; RuntimeObject * L_8 = V_1; JsonSerializerInternalReader_AddReference_m847285636(__this, L_6, L_7, L_8, /*hidden argument*/NULL); } IL_0022: { JsonReader_t2369136700 * L_9 = ___reader1; JsonDictionaryContract_t4040570183 * L_10 = ___contract2; RuntimeObject * L_11 = V_1; JsonSerializerInternalReader_OnDeserializing_m1908877144(__this, L_9, L_10, L_11, /*hidden argument*/NULL); JsonReader_t2369136700 * L_12 = ___reader1; NullCheck(L_12); int32_t L_13 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 Newtonsoft.Json.JsonReader::get_Depth() */, L_12); V_2 = L_13; JsonDictionaryContract_t4040570183 * L_14 = ___contract2; NullCheck(L_14); JsonContract_t3715061318 * L_15 = JsonDictionaryContract_get_KeyContract_m1662020744(L_14, /*hidden argument*/NULL); if (L_15) { goto IL_004c; } } { JsonDictionaryContract_t4040570183 * L_16 = ___contract2; JsonDictionaryContract_t4040570183 * L_17 = ___contract2; NullCheck(L_17); Type_t * L_18 = JsonDictionaryContract_get_DictionaryKeyType_m3960022144(L_17, /*hidden argument*/NULL); JsonContract_t3715061318 * L_19 = JsonSerializerInternalReader_GetContractSafe_m881561284(__this, L_18, /*hidden argument*/NULL); NullCheck(L_16); JsonDictionaryContract_set_KeyContract_m1550676890(L_16, L_19, /*hidden argument*/NULL); } IL_004c: { JsonDictionaryContract_t4040570183 * L_20 = ___contract2; NullCheck(L_20); JsonContract_t3715061318 * L_21 = JsonContainerContract_get_ItemContract_m2277297579(L_20, /*hidden argument*/NULL); if (L_21) { goto IL_0066; } } { JsonDictionaryContract_t4040570183 * L_22 = ___contract2; JsonDictionaryContract_t4040570183 * L_23 = ___contract2; NullCheck(L_23); Type_t * L_24 = JsonDictionaryContract_get_DictionaryValueType_m524191807(L_23, /*hidden argument*/NULL); JsonContract_t3715061318 * L_25 = JsonSerializerInternalReader_GetContractSafe_m881561284(__this, L_24, /*hidden argument*/NULL); NullCheck(L_22); JsonContainerContract_set_ItemContract_m1119343036(L_22, L_25, /*hidden argument*/NULL); } IL_0066: { JsonDictionaryContract_t4040570183 * L_26 = ___contract2; NullCheck(L_26); JsonConverter_t1047106545 * L_27 = JsonContainerContract_get_ItemConverter_m3539391299(L_26, /*hidden argument*/NULL); JsonConverter_t1047106545 * L_28 = L_27; G_B10_0 = L_28; if (L_28) { G_B11_0 = L_28; goto IL_0080; } } { JsonDictionaryContract_t4040570183 * L_29 = ___contract2; NullCheck(L_29); JsonContract_t3715061318 * L_30 = JsonContainerContract_get_ItemContract_m2277297579(L_29, /*hidden argument*/NULL); JsonDictionaryContract_t4040570183 * L_31 = ___contract2; JsonProperty_t1405154176 * L_32 = ___containerProperty3; JsonConverter_t1047106545 * L_33 = JsonSerializerInternalReader_GetConverter_m3382278774(__this, L_30, (JsonConverter_t1047106545 *)NULL, L_31, L_32, /*hidden argument*/NULL); G_B11_0 = L_33; } IL_0080: { V_3 = G_B11_0; JsonDictionaryContract_t4040570183 * L_34 = ___contract2; NullCheck(L_34); JsonContract_t3715061318 * L_35 = JsonDictionaryContract_get_KeyContract_m1662020744(L_34, /*hidden argument*/NULL); if (((JsonPrimitiveContract_t336098342 *)IsInstClass((RuntimeObject*)L_35, JsonPrimitiveContract_t336098342_il2cpp_TypeInfo_var))) { goto IL_0091; } } { G_B14_0 = 0; goto IL_00a1; } IL_0091: { JsonDictionaryContract_t4040570183 * L_36 = ___contract2; NullCheck(L_36); JsonContract_t3715061318 * L_37 = JsonDictionaryContract_get_KeyContract_m1662020744(L_36, /*hidden argument*/NULL); NullCheck(((JsonPrimitiveContract_t336098342 *)CastclassClass((RuntimeObject*)L_37, JsonPrimitiveContract_t336098342_il2cpp_TypeInfo_var))); int32_t L_38 = JsonPrimitiveContract_get_TypeCode_m1827163657(((JsonPrimitiveContract_t336098342 *)CastclassClass((RuntimeObject*)L_37, JsonPrimitiveContract_t336098342_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); G_B14_0 = ((int32_t)(L_38)); } IL_00a1: { V_4 = G_B14_0; V_5 = (bool)0; } IL_00a6: { JsonReader_t2369136700 * L_39 = ___reader1; NullCheck(L_39); int32_t L_40 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_39); V_6 = L_40; int32_t L_41 = V_6; if ((((int32_t)L_41) == ((int32_t)4))) { goto IL_00c9; } } { int32_t L_42 = V_6; if ((((int32_t)L_42) == ((int32_t)5))) { goto IL_0287; } } { int32_t L_43 = V_6; if ((((int32_t)L_43) == ((int32_t)((int32_t)13)))) { goto IL_0266; } } { goto IL_026b; } IL_00c9: { JsonReader_t2369136700 * L_44 = ___reader1; NullCheck(L_44); RuntimeObject * L_45 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_44); V_7 = L_45; JsonReader_t2369136700 * L_46 = ___reader1; RuntimeObject * L_47 = V_7; NullCheck(L_47); String_t* L_48 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_47); bool L_49 = JsonSerializerInternalReader_CheckPropertyName_m994711711(__this, L_46, L_48, /*hidden argument*/NULL); if (L_49) { goto IL_0287; } } { } IL_00e5: try { // begin try (depth: 1) try { // begin try (depth: 2) { int32_t L_50 = V_4; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_50, (int32_t)((int32_t)26)))) { case 0: { goto IL_0104; } case 1: { goto IL_0104; } case 2: { goto IL_014f; } case 3: { goto IL_014f; } } } IL_00ff: { goto IL_0194; } IL_0104: { RuntimeObject * L_51 = V_7; NullCheck(L_51); String_t* L_52 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_51); JsonReader_t2369136700 * L_53 = ___reader1; NullCheck(L_53); int32_t L_54 = JsonReader_get_DateTimeZoneHandling_m3350718958(L_53, /*hidden argument*/NULL); JsonReader_t2369136700 * L_55 = ___reader1; NullCheck(L_55); String_t* L_56 = JsonReader_get_DateFormatString_m3648577372(L_55, /*hidden argument*/NULL); JsonReader_t2369136700 * L_57 = ___reader1; NullCheck(L_57); CultureInfo_t4157843068 * L_58 = JsonReader_get_Culture_m4025307219(L_57, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_t3515429982_il2cpp_TypeInfo_var); bool L_59 = DateTimeUtils_TryParseDateTime_m1212892142(NULL /*static, unused*/, L_52, L_54, L_56, L_58, (&V_9), /*hidden argument*/NULL); if (!L_59) { goto IL_0131; } } IL_0126: { DateTime_t3738529785 L_60 = V_9; DateTime_t3738529785 L_61 = L_60; RuntimeObject * L_62 = Box(DateTime_t3738529785_il2cpp_TypeInfo_var, &L_61); V_7 = L_62; goto IL_01b0; } IL_0131: { JsonReader_t2369136700 * L_63 = ___reader1; RuntimeObject * L_64 = V_7; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_65 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonDictionaryContract_t4040570183 * L_66 = ___contract2; NullCheck(L_66); JsonContract_t3715061318 * L_67 = JsonDictionaryContract_get_KeyContract_m1662020744(L_66, /*hidden argument*/NULL); JsonDictionaryContract_t4040570183 * L_68 = ___contract2; NullCheck(L_68); Type_t * L_69 = JsonDictionaryContract_get_DictionaryKeyType_m3960022144(L_68, /*hidden argument*/NULL); RuntimeObject * L_70 = JsonSerializerInternalReader_EnsureType_m3870732010(__this, L_63, L_64, L_65, L_67, L_69, /*hidden argument*/NULL); V_7 = L_70; goto IL_01b0; } IL_014f: { RuntimeObject * L_71 = V_7; NullCheck(L_71); String_t* L_72 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_71); JsonReader_t2369136700 * L_73 = ___reader1; NullCheck(L_73); String_t* L_74 = JsonReader_get_DateFormatString_m3648577372(L_73, /*hidden argument*/NULL); JsonReader_t2369136700 * L_75 = ___reader1; NullCheck(L_75); CultureInfo_t4157843068 * L_76 = JsonReader_get_Culture_m4025307219(L_75, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_t3515429982_il2cpp_TypeInfo_var); bool L_77 = DateTimeUtils_TryParseDateTimeOffset_m1182031007(NULL /*static, unused*/, L_72, L_74, L_76, (&V_10), /*hidden argument*/NULL); if (!L_77) { goto IL_0176; } } IL_016b: { DateTimeOffset_t3229287507 L_78 = V_10; DateTimeOffset_t3229287507 L_79 = L_78; RuntimeObject * L_80 = Box(DateTimeOffset_t3229287507_il2cpp_TypeInfo_var, &L_79); V_7 = L_80; goto IL_01b0; } IL_0176: { JsonReader_t2369136700 * L_81 = ___reader1; RuntimeObject * L_82 = V_7; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_83 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonDictionaryContract_t4040570183 * L_84 = ___contract2; NullCheck(L_84); JsonContract_t3715061318 * L_85 = JsonDictionaryContract_get_KeyContract_m1662020744(L_84, /*hidden argument*/NULL); JsonDictionaryContract_t4040570183 * L_86 = ___contract2; NullCheck(L_86); Type_t * L_87 = JsonDictionaryContract_get_DictionaryKeyType_m3960022144(L_86, /*hidden argument*/NULL); RuntimeObject * L_88 = JsonSerializerInternalReader_EnsureType_m3870732010(__this, L_81, L_82, L_83, L_85, L_87, /*hidden argument*/NULL); V_7 = L_88; goto IL_01b0; } IL_0194: { JsonReader_t2369136700 * L_89 = ___reader1; RuntimeObject * L_90 = V_7; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_91 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonDictionaryContract_t4040570183 * L_92 = ___contract2; NullCheck(L_92); JsonContract_t3715061318 * L_93 = JsonDictionaryContract_get_KeyContract_m1662020744(L_92, /*hidden argument*/NULL); JsonDictionaryContract_t4040570183 * L_94 = ___contract2; NullCheck(L_94); Type_t * L_95 = JsonDictionaryContract_get_DictionaryKeyType_m3960022144(L_94, /*hidden argument*/NULL); RuntimeObject * L_96 = JsonSerializerInternalReader_EnsureType_m3870732010(__this, L_89, L_90, L_91, L_93, L_95, /*hidden argument*/NULL); V_7 = L_96; } IL_01b0: { goto IL_01d8; } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_01b2; throw e; } CATCH_01b2: { // begin catch(System.Exception) V_11 = ((Exception_t *)__exception_local); JsonReader_t2369136700 * L_97 = ___reader1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_98 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonReader_t2369136700 * L_99 = ___reader1; NullCheck(L_99); RuntimeObject * L_100 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_99); JsonDictionaryContract_t4040570183 * L_101 = ___contract2; NullCheck(L_101); Type_t * L_102 = JsonDictionaryContract_get_DictionaryKeyType_m3960022144(L_101, /*hidden argument*/NULL); String_t* L_103 = StringUtils_FormatWith_m353537829(NULL /*static, unused*/, _stringLiteral4011337234, L_98, L_100, L_102, /*hidden argument*/NULL); Exception_t * L_104 = V_11; JsonSerializationException_t4152118729 * L_105 = JsonSerializationException_Create_m282508658(NULL /*static, unused*/, L_97, L_103, L_104, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_105,JsonSerializerInternalReader_PopulateDictionary_m222353086_RuntimeMethod_var); } // end catch (depth: 2) IL_01d8: { JsonReader_t2369136700 * L_106 = ___reader1; JsonDictionaryContract_t4040570183 * L_107 = ___contract2; NullCheck(L_107); JsonContract_t3715061318 * L_108 = JsonContainerContract_get_ItemContract_m2277297579(L_107, /*hidden argument*/NULL); JsonConverter_t1047106545 * L_109 = V_3; bool L_110 = JsonSerializerInternalReader_ReadForType_m783535205(__this, L_106, L_108, (bool)((!(((RuntimeObject*)(JsonConverter_t1047106545 *)L_109) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0), /*hidden argument*/NULL); if (L_110) { goto IL_01f7; } } IL_01eb: { JsonReader_t2369136700 * L_111 = ___reader1; JsonSerializationException_t4152118729 * L_112 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_111, _stringLiteral656781926, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_112,JsonSerializerInternalReader_PopulateDictionary_m222353086_RuntimeMethod_var); } IL_01f7: { JsonConverter_t1047106545 * L_113 = V_3; if (!L_113) { goto IL_0215; } } IL_01fa: { JsonConverter_t1047106545 * L_114 = V_3; NullCheck(L_114); bool L_115 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean Newtonsoft.Json.JsonConverter::get_CanRead() */, L_114); if (!L_115) { goto IL_0215; } } IL_0202: { JsonConverter_t1047106545 * L_116 = V_3; JsonReader_t2369136700 * L_117 = ___reader1; JsonDictionaryContract_t4040570183 * L_118 = ___contract2; NullCheck(L_118); Type_t * L_119 = JsonDictionaryContract_get_DictionaryValueType_m524191807(L_118, /*hidden argument*/NULL); RuntimeObject * L_120 = JsonSerializerInternalReader_DeserializeConvertable_m12555224(__this, L_116, L_117, L_119, NULL, /*hidden argument*/NULL); V_8 = L_120; goto IL_022f; } IL_0215: { JsonReader_t2369136700 * L_121 = ___reader1; JsonDictionaryContract_t4040570183 * L_122 = ___contract2; NullCheck(L_122); Type_t * L_123 = JsonDictionaryContract_get_DictionaryValueType_m524191807(L_122, /*hidden argument*/NULL); JsonDictionaryContract_t4040570183 * L_124 = ___contract2; NullCheck(L_124); JsonContract_t3715061318 * L_125 = JsonContainerContract_get_ItemContract_m2277297579(L_124, /*hidden argument*/NULL); JsonDictionaryContract_t4040570183 * L_126 = ___contract2; JsonProperty_t1405154176 * L_127 = ___containerProperty3; RuntimeObject * L_128 = JsonSerializerInternalReader_CreateValueInternal_m728545038(__this, L_121, L_123, L_125, (JsonProperty_t1405154176 *)NULL, L_126, L_127, NULL, /*hidden argument*/NULL); V_8 = L_128; } IL_022f: { RuntimeObject* L_129 = ___dictionary0; RuntimeObject * L_130 = V_7; RuntimeObject * L_131 = V_8; NullCheck(L_129); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(3 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_129, L_130, L_131); goto IL_0287; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_023b; throw e; } CATCH_023b: { // begin catch(System.Exception) { V_12 = ((Exception_t *)__exception_local); RuntimeObject * L_132 = V_1; JsonDictionaryContract_t4040570183 * L_133 = ___contract2; RuntimeObject * L_134 = V_7; JsonReader_t2369136700 * L_135 = ___reader1; JsonReader_t2369136700 * L_136 = ___reader1; NullCheck(L_136); String_t* L_137 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String Newtonsoft.Json.JsonReader::get_Path() */, L_136); Exception_t * L_138 = V_12; bool L_139 = JsonSerializerInternalBase_IsErrorHandled_m3473537157(__this, L_132, L_133, L_134, ((RuntimeObject*)IsInst((RuntimeObject*)L_135, IJsonLineInfo_t2844470104_il2cpp_TypeInfo_var)), L_137, L_138, /*hidden argument*/NULL); if (!L_139) { goto IL_0262; } } IL_0257: { JsonReader_t2369136700 * L_140 = ___reader1; int32_t L_141 = V_2; JsonSerializerInternalReader_HandleError_m1244203443(__this, L_140, (bool)1, L_141, /*hidden argument*/NULL); goto IL_0264; } IL_0262: { IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local,NULL); } IL_0264: { goto IL_0287; } } // end catch (depth: 1) IL_0266: { V_5 = (bool)1; goto IL_0287; } IL_026b: { JsonReader_t2369136700 * L_142 = ___reader1; JsonReader_t2369136700 * L_143 = ___reader1; NullCheck(L_143); int32_t L_144 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_143); int32_t L_145 = L_144; RuntimeObject * L_146 = Box(JsonToken_t1917433489_il2cpp_TypeInfo_var, &L_145); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_147 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3165783102, L_146, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_148 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_142, L_147, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_148,JsonSerializerInternalReader_PopulateDictionary_m222353086_RuntimeMethod_var); } IL_0287: { bool L_149 = V_5; if (L_149) { goto IL_0296; } } { JsonReader_t2369136700 * L_150 = ___reader1; NullCheck(L_150); bool L_151 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_150); if (L_151) { goto IL_00a6; } } IL_0296: { bool L_152 = V_5; if (L_152) { goto IL_02a8; } } { JsonReader_t2369136700 * L_153 = ___reader1; JsonDictionaryContract_t4040570183 * L_154 = ___contract2; RuntimeObject * L_155 = V_1; JsonSerializerInternalReader_ThrowUnexpectedEndException_m152985444(__this, L_153, L_154, L_155, _stringLiteral656781926, /*hidden argument*/NULL); } IL_02a8: { JsonReader_t2369136700 * L_156 = ___reader1; JsonDictionaryContract_t4040570183 * L_157 = ___contract2; RuntimeObject * L_158 = V_1; JsonSerializerInternalReader_OnDeserialized_m1347532304(__this, L_156, L_157, L_158, /*hidden argument*/NULL); RuntimeObject * L_159 = V_1; return L_159; } } // System.Object Newtonsoft.Json.Serialization.JsonSerializerInternalReader::PopulateMultidimensionalArray(System.Collections.IList,Newtonsoft.Json.JsonReader,Newtonsoft.Json.Serialization.JsonArrayContract,Newtonsoft.Json.Serialization.JsonProperty,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonSerializerInternalReader_PopulateMultidimensionalArray_m4146362337 (JsonSerializerInternalReader_t927352408 * __this, RuntimeObject* ___list0, JsonReader_t2369136700 * ___reader1, JsonArrayContract_t483691547 * ___contract2, JsonProperty_t1405154176 * ___containerProperty3, String_t* ___id4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalReader_PopulateMultidimensionalArray_m4146362337_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; JsonContract_t3715061318 * V_1 = NULL; JsonConverter_t1047106545 * V_2 = NULL; Nullable_1_t378540539 V_3; memset(&V_3, 0, sizeof(V_3)); Stack_1_t2938320671 * V_4 = NULL; RuntimeObject* V_5 = NULL; bool V_6 = false; int32_t V_7 = 0; int32_t V_8 = 0; RuntimeObject * V_9 = NULL; Exception_t * V_10 = NULL; JsonPosition_t2528027714 V_11; memset(&V_11, 0, sizeof(V_11)); Nullable_1_t378540539 V_12; memset(&V_12, 0, sizeof(V_12)); int32_t V_13 = 0; RuntimeObject* V_14 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); int32_t G_B19_0 = 0; { JsonArrayContract_t483691547 * L_0 = ___contract2; NullCheck(L_0); Type_t * L_1 = JsonContract_get_UnderlyingType_m1736598392(L_0, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(47 /* System.Int32 System.Type::GetArrayRank() */, L_1); V_0 = L_2; String_t* L_3 = ___id4; if (!L_3) { goto IL_001a; } } { JsonReader_t2369136700 * L_4 = ___reader1; String_t* L_5 = ___id4; RuntimeObject* L_6 = ___list0; JsonSerializerInternalReader_AddReference_m847285636(__this, L_4, L_5, L_6, /*hidden argument*/NULL); } IL_001a: { JsonReader_t2369136700 * L_7 = ___reader1; JsonArrayContract_t483691547 * L_8 = ___contract2; RuntimeObject* L_9 = ___list0; JsonSerializerInternalReader_OnDeserializing_m1908877144(__this, L_7, L_8, L_9, /*hidden argument*/NULL); JsonArrayContract_t483691547 * L_10 = ___contract2; NullCheck(L_10); Type_t * L_11 = JsonArrayContract_get_CollectionItemType_m1740497797(L_10, /*hidden argument*/NULL); JsonContract_t3715061318 * L_12 = JsonSerializerInternalReader_GetContractSafe_m881561284(__this, L_11, /*hidden argument*/NULL); V_1 = L_12; JsonContract_t3715061318 * L_13 = V_1; JsonArrayContract_t483691547 * L_14 = ___contract2; JsonProperty_t1405154176 * L_15 = ___containerProperty3; JsonConverter_t1047106545 * L_16 = JsonSerializerInternalReader_GetConverter_m3382278774(__this, L_13, (JsonConverter_t1047106545 *)NULL, L_14, L_15, /*hidden argument*/NULL); V_2 = L_16; il2cpp_codegen_initobj((&V_3), sizeof(Nullable_1_t378540539 )); Stack_1_t2938320671 * L_17 = (Stack_1_t2938320671 *)il2cpp_codegen_object_new(Stack_1_t2938320671_il2cpp_TypeInfo_var); Stack_1__ctor_m410700609(L_17, /*hidden argument*/Stack_1__ctor_m410700609_RuntimeMethod_var); V_4 = L_17; Stack_1_t2938320671 * L_18 = V_4; RuntimeObject* L_19 = ___list0; NullCheck(L_18); Stack_1_Push_m3545261777(L_18, L_19, /*hidden argument*/Stack_1_Push_m3545261777_RuntimeMethod_var); RuntimeObject* L_20 = ___list0; V_5 = L_20; V_6 = (bool)0; } IL_0059: { JsonReader_t2369136700 * L_21 = ___reader1; NullCheck(L_21); int32_t L_22 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 Newtonsoft.Json.JsonReader::get_Depth() */, L_21); V_7 = L_22; Stack_1_t2938320671 * L_23 = V_4; NullCheck(L_23); int32_t L_24 = Stack_1_get_Count_m1002350007(L_23, /*hidden argument*/Stack_1_get_Count_m1002350007_RuntimeMethod_var); int32_t L_25 = V_0; if ((!(((uint32_t)L_24) == ((uint32_t)L_25)))) { goto IL_0179; } } IL_006e: try { // begin try (depth: 1) { JsonReader_t2369136700 * L_26 = ___reader1; JsonContract_t3715061318 * L_27 = V_1; JsonConverter_t1047106545 * L_28 = V_2; bool L_29 = JsonSerializerInternalReader_ReadForType_m783535205(__this, L_26, L_27, (bool)((!(((RuntimeObject*)(JsonConverter_t1047106545 *)L_28) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0), /*hidden argument*/NULL); if (!L_29) { goto IL_00e4; } } IL_007c: { JsonReader_t2369136700 * L_30 = ___reader1; NullCheck(L_30); int32_t L_31 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_30); V_8 = L_31; int32_t L_32 = V_8; if ((!(((uint32_t)L_32) == ((uint32_t)((int32_t)14))))) { goto IL_00a5; } } IL_008a: { Stack_1_t2938320671 * L_33 = V_4; NullCheck(L_33); Stack_1_Pop_m513461450(L_33, /*hidden argument*/Stack_1_Pop_m513461450_RuntimeMethod_var); Stack_1_t2938320671 * L_34 = V_4; NullCheck(L_34); RuntimeObject* L_35 = Stack_1_Peek_m3048091409(L_34, /*hidden argument*/Stack_1_Peek_m3048091409_RuntimeMethod_var); V_5 = L_35; il2cpp_codegen_initobj((&V_3), sizeof(Nullable_1_t378540539 )); goto IL_00e9; } IL_00a5: { JsonConverter_t1047106545 * L_36 = V_2; if (!L_36) { goto IL_00c3; } } IL_00a8: { JsonConverter_t1047106545 * L_37 = V_2; NullCheck(L_37); bool L_38 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean Newtonsoft.Json.JsonConverter::get_CanRead() */, L_37); if (!L_38) { goto IL_00c3; } } IL_00b0: { JsonConverter_t1047106545 * L_39 = V_2; JsonReader_t2369136700 * L_40 = ___reader1; JsonArrayContract_t483691547 * L_41 = ___contract2; NullCheck(L_41); Type_t * L_42 = JsonArrayContract_get_CollectionItemType_m1740497797(L_41, /*hidden argument*/NULL); RuntimeObject * L_43 = JsonSerializerInternalReader_DeserializeConvertable_m12555224(__this, L_39, L_40, L_42, NULL, /*hidden argument*/NULL); V_9 = L_43; goto IL_00d8; } IL_00c3: { JsonReader_t2369136700 * L_44 = ___reader1; JsonArrayContract_t483691547 * L_45 = ___contract2; NullCheck(L_45); Type_t * L_46 = JsonArrayContract_get_CollectionItemType_m1740497797(L_45, /*hidden argument*/NULL); JsonContract_t3715061318 * L_47 = V_1; JsonArrayContract_t483691547 * L_48 = ___contract2; JsonProperty_t1405154176 * L_49 = ___containerProperty3; RuntimeObject * L_50 = JsonSerializerInternalReader_CreateValueInternal_m728545038(__this, L_44, L_46, L_47, (JsonProperty_t1405154176 *)NULL, L_48, L_49, NULL, /*hidden argument*/NULL); V_9 = L_50; } IL_00d8: { RuntimeObject* L_51 = V_5; RuntimeObject * L_52 = V_9; NullCheck(L_51); InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(4 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_t2094931216_il2cpp_TypeInfo_var, L_51, L_52); goto IL_00e9; } IL_00e4: { goto IL_0200; } IL_00e9: { goto IL_01f9; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00ee; throw e; } CATCH_00ee: { // begin catch(System.Exception) { V_10 = ((Exception_t *)__exception_local); JsonReader_t2369136700 * L_53 = ___reader1; int32_t L_54 = V_7; NullCheck(L_53); JsonPosition_t2528027714 L_55 = JsonReader_GetPosition_m1743712922(L_53, L_54, /*hidden argument*/NULL); V_11 = L_55; RuntimeObject* L_56 = ___list0; JsonArrayContract_t483691547 * L_57 = ___contract2; JsonPosition_t2528027714 L_58 = V_11; int32_t L_59 = L_58.get_Position_2(); int32_t L_60 = L_59; RuntimeObject * L_61 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_60); JsonReader_t2369136700 * L_62 = ___reader1; JsonReader_t2369136700 * L_63 = ___reader1; NullCheck(L_63); String_t* L_64 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String Newtonsoft.Json.JsonReader::get_Path() */, L_63); Exception_t * L_65 = V_10; bool L_66 = JsonSerializerInternalBase_IsErrorHandled_m3473537157(__this, L_56, L_57, L_61, ((RuntimeObject*)IsInst((RuntimeObject*)L_62, IJsonLineInfo_t2844470104_il2cpp_TypeInfo_var)), L_64, L_65, /*hidden argument*/NULL); if (!L_66) { goto IL_0172; } } IL_011e: { JsonReader_t2369136700 * L_67 = ___reader1; int32_t L_68 = V_7; JsonSerializerInternalReader_HandleError_m1244203443(__this, L_67, (bool)1, L_68, /*hidden argument*/NULL); bool L_69 = Nullable_1_get_HasValue_m2648265346((&V_3), /*hidden argument*/Nullable_1_get_HasValue_m2648265346_RuntimeMethod_var); if (!L_69) { goto IL_0162; } } IL_0131: { Nullable_1_t378540539 L_70 = V_3; V_12 = L_70; JsonPosition_t2528027714 L_71 = V_11; int32_t L_72 = L_71.get_Position_2(); V_13 = L_72; int32_t L_73 = Nullable_1_GetValueOrDefault_m2296315628((&V_12), /*hidden argument*/Nullable_1_GetValueOrDefault_m2296315628_RuntimeMethod_var); int32_t L_74 = V_13; if ((((int32_t)L_73) == ((int32_t)L_74))) { goto IL_014b; } } IL_0148: { G_B19_0 = 0; goto IL_0152; } IL_014b: { bool L_75 = Nullable_1_get_HasValue_m2648265346((&V_12), /*hidden argument*/Nullable_1_get_HasValue_m2648265346_RuntimeMethod_var); G_B19_0 = ((int32_t)(L_75)); } IL_0152: { if (!G_B19_0) { goto IL_0162; } } IL_0154: { JsonReader_t2369136700 * L_76 = ___reader1; Exception_t * L_77 = V_10; JsonSerializationException_t4152118729 * L_78 = JsonSerializationException_Create_m282508658(NULL /*static, unused*/, L_76, _stringLiteral2846401833, L_77, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_78,JsonSerializerInternalReader_PopulateMultidimensionalArray_m4146362337_RuntimeMethod_var); } IL_0162: { JsonPosition_t2528027714 L_79 = V_11; int32_t L_80 = L_79.get_Position_2(); Nullable_1__ctor_m2076366551((&V_3), L_80, /*hidden argument*/Nullable_1__ctor_m2076366551_RuntimeMethod_var); goto IL_0174; } IL_0172: { IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local,NULL); } IL_0174: { goto IL_01f9; } } // end catch (depth: 1) IL_0179: { JsonReader_t2369136700 * L_81 = ___reader1; NullCheck(L_81); bool L_82 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_81); if (!L_82) { goto IL_0200; } } { JsonReader_t2369136700 * L_83 = ___reader1; NullCheck(L_83); int32_t L_84 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_83); V_8 = L_84; int32_t L_85 = V_8; if ((((int32_t)L_85) == ((int32_t)2))) { goto IL_019b; } } { int32_t L_86 = V_8; if ((((int32_t)L_86) == ((int32_t)5))) { goto IL_01f9; } } { int32_t L_87 = V_8; if ((((int32_t)L_87) == ((int32_t)((int32_t)14)))) { goto IL_01bb; } } { goto IL_01dd; } IL_019b: { List_1_t257213610 * L_88 = (List_1_t257213610 *)il2cpp_codegen_object_new(List_1_t257213610_il2cpp_TypeInfo_var); List_1__ctor_m2321703786(L_88, /*hidden argument*/List_1__ctor_m2321703786_RuntimeMethod_var); V_14 = L_88; RuntimeObject* L_89 = V_5; RuntimeObject* L_90 = V_14; NullCheck(L_89); InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(4 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_t2094931216_il2cpp_TypeInfo_var, L_89, L_90); Stack_1_t2938320671 * L_91 = V_4; RuntimeObject* L_92 = V_14; NullCheck(L_91); Stack_1_Push_m3545261777(L_91, L_92, /*hidden argument*/Stack_1_Push_m3545261777_RuntimeMethod_var); RuntimeObject* L_93 = V_14; V_5 = L_93; goto IL_01f9; } IL_01bb: { Stack_1_t2938320671 * L_94 = V_4; NullCheck(L_94); Stack_1_Pop_m513461450(L_94, /*hidden argument*/Stack_1_Pop_m513461450_RuntimeMethod_var); Stack_1_t2938320671 * L_95 = V_4; NullCheck(L_95); int32_t L_96 = Stack_1_get_Count_m1002350007(L_95, /*hidden argument*/Stack_1_get_Count_m1002350007_RuntimeMethod_var); if ((((int32_t)L_96) <= ((int32_t)0))) { goto IL_01d8; } } { Stack_1_t2938320671 * L_97 = V_4; NullCheck(L_97); RuntimeObject* L_98 = Stack_1_Peek_m3048091409(L_97, /*hidden argument*/Stack_1_Peek_m3048091409_RuntimeMethod_var); V_5 = L_98; goto IL_01f9; } IL_01d8: { V_6 = (bool)1; goto IL_01f9; } IL_01dd: { JsonReader_t2369136700 * L_99 = ___reader1; JsonReader_t2369136700 * L_100 = ___reader1; NullCheck(L_100); int32_t L_101 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_100); int32_t L_102 = L_101; RuntimeObject * L_103 = Box(JsonToken_t1917433489_il2cpp_TypeInfo_var, &L_102); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_104 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2094765783, L_103, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_105 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_99, L_104, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_105,JsonSerializerInternalReader_PopulateMultidimensionalArray_m4146362337_RuntimeMethod_var); } IL_01f9: { bool L_106 = V_6; if (!L_106) { goto IL_0059; } } IL_0200: { bool L_107 = V_6; if (L_107) { goto IL_0212; } } { JsonReader_t2369136700 * L_108 = ___reader1; JsonArrayContract_t483691547 * L_109 = ___contract2; RuntimeObject* L_110 = ___list0; JsonSerializerInternalReader_ThrowUnexpectedEndException_m152985444(__this, L_108, L_109, L_110, _stringLiteral1235077308, /*hidden argument*/NULL); } IL_0212: { JsonReader_t2369136700 * L_111 = ___reader1; JsonArrayContract_t483691547 * L_112 = ___contract2; RuntimeObject* L_113 = ___list0; JsonSerializerInternalReader_OnDeserialized_m1347532304(__this, L_111, L_112, L_113, /*hidden argument*/NULL); RuntimeObject* L_114 = ___list0; return L_114; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalReader::ThrowUnexpectedEndException(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Serialization.JsonContract,System.Object,System.String) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalReader_ThrowUnexpectedEndException_m152985444 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, JsonContract_t3715061318 * ___contract1, RuntimeObject * ___currentObject2, String_t* ___message3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalReader_ThrowUnexpectedEndException_m152985444_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) JsonReader_t2369136700 * L_0 = ___reader0; String_t* L_1 = ___message3; JsonSerializationException_t4152118729 * L_2 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,JsonSerializerInternalReader_ThrowUnexpectedEndException_m152985444_RuntimeMethod_var); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0009; throw e; } CATCH_0009: { // begin catch(System.Exception) { V_0 = ((Exception_t *)__exception_local); RuntimeObject * L_3 = ___currentObject2; JsonContract_t3715061318 * L_4 = ___contract1; JsonReader_t2369136700 * L_5 = ___reader0; JsonReader_t2369136700 * L_6 = ___reader0; NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String Newtonsoft.Json.JsonReader::get_Path() */, L_6); Exception_t * L_8 = V_0; bool L_9 = JsonSerializerInternalBase_IsErrorHandled_m3473537157(__this, L_3, L_4, NULL, ((RuntimeObject*)IsInst((RuntimeObject*)L_5, IJsonLineInfo_t2844470104_il2cpp_TypeInfo_var)), L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_002d; } } IL_0022: { JsonReader_t2369136700 * L_10 = ___reader0; JsonSerializerInternalReader_HandleError_m1244203443(__this, L_10, (bool)0, 0, /*hidden argument*/NULL); goto IL_002f; } IL_002d: { IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local,NULL); } IL_002f: { goto IL_0031; } } // end catch (depth: 1) IL_0031: { return; } } // System.Object Newtonsoft.Json.Serialization.JsonSerializerInternalReader::PopulateList(System.Collections.IList,Newtonsoft.Json.JsonReader,Newtonsoft.Json.Serialization.JsonArrayContract,Newtonsoft.Json.Serialization.JsonProperty,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonSerializerInternalReader_PopulateList_m3816942785 (JsonSerializerInternalReader_t927352408 * __this, RuntimeObject* ___list0, JsonReader_t2369136700 * ___reader1, JsonArrayContract_t483691547 * ___contract2, JsonProperty_t1405154176 * ___containerProperty3, String_t* ___id4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalReader_PopulateList_m3816942785_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject * V_1 = NULL; int32_t V_2 = 0; JsonConverter_t1047106545 * V_3 = NULL; Nullable_1_t378540539 V_4; memset(&V_4, 0, sizeof(V_4)); bool V_5 = false; int32_t V_6 = 0; RuntimeObject * V_7 = NULL; Exception_t * V_8 = NULL; JsonPosition_t2528027714 V_9; memset(&V_9, 0, sizeof(V_9)); Nullable_1_t378540539 V_10; memset(&V_10, 0, sizeof(V_10)); int32_t V_11 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); RuntimeObject* G_B3_0 = NULL; int32_t G_B26_0 = 0; { RuntimeObject* L_0 = ___list0; V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_0, IWrappedCollection_t533821793_il2cpp_TypeInfo_var)); RuntimeObject* L_1 = V_0; if (L_1) { goto IL_000d; } } { RuntimeObject* L_2 = ___list0; G_B3_0 = L_2; goto IL_0013; } IL_000d: { RuntimeObject* L_3 = V_0; NullCheck(L_3); RuntimeObject * L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object Newtonsoft.Json.Utilities.IWrappedCollection::get_UnderlyingCollection() */, IWrappedCollection_t533821793_il2cpp_TypeInfo_var, L_3); G_B3_0 = ((RuntimeObject*)(L_4)); } IL_0013: { V_1 = G_B3_0; String_t* L_5 = ___id4; if (!L_5) { goto IL_0022; } } { JsonReader_t2369136700 * L_6 = ___reader1; String_t* L_7 = ___id4; RuntimeObject * L_8 = V_1; JsonSerializerInternalReader_AddReference_m847285636(__this, L_6, L_7, L_8, /*hidden argument*/NULL); } IL_0022: { RuntimeObject* L_9 = ___list0; NullCheck(L_9); bool L_10 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IList::get_IsFixedSize() */, IList_t2094931216_il2cpp_TypeInfo_var, L_9); if (!L_10) { goto IL_0032; } } { JsonReader_t2369136700 * L_11 = ___reader1; NullCheck(L_11); JsonReader_Skip_m763208338(L_11, /*hidden argument*/NULL); RuntimeObject * L_12 = V_1; return L_12; } IL_0032: { JsonReader_t2369136700 * L_13 = ___reader1; JsonArrayContract_t483691547 * L_14 = ___contract2; RuntimeObject * L_15 = V_1; JsonSerializerInternalReader_OnDeserializing_m1908877144(__this, L_13, L_14, L_15, /*hidden argument*/NULL); JsonReader_t2369136700 * L_16 = ___reader1; NullCheck(L_16); int32_t L_17 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 Newtonsoft.Json.JsonReader::get_Depth() */, L_16); V_2 = L_17; JsonArrayContract_t483691547 * L_18 = ___contract2; NullCheck(L_18); JsonContract_t3715061318 * L_19 = JsonContainerContract_get_ItemContract_m2277297579(L_18, /*hidden argument*/NULL); if (L_19) { goto IL_005c; } } { JsonArrayContract_t483691547 * L_20 = ___contract2; JsonArrayContract_t483691547 * L_21 = ___contract2; NullCheck(L_21); Type_t * L_22 = JsonArrayContract_get_CollectionItemType_m1740497797(L_21, /*hidden argument*/NULL); JsonContract_t3715061318 * L_23 = JsonSerializerInternalReader_GetContractSafe_m881561284(__this, L_22, /*hidden argument*/NULL); NullCheck(L_20); JsonContainerContract_set_ItemContract_m1119343036(L_20, L_23, /*hidden argument*/NULL); } IL_005c: { JsonArrayContract_t483691547 * L_24 = ___contract2; NullCheck(L_24); JsonContract_t3715061318 * L_25 = JsonContainerContract_get_ItemContract_m2277297579(L_24, /*hidden argument*/NULL); JsonArrayContract_t483691547 * L_26 = ___contract2; JsonProperty_t1405154176 * L_27 = ___containerProperty3; JsonConverter_t1047106545 * L_28 = JsonSerializerInternalReader_GetConverter_m3382278774(__this, L_25, (JsonConverter_t1047106545 *)NULL, L_26, L_27, /*hidden argument*/NULL); V_3 = L_28; il2cpp_codegen_initobj((&V_4), sizeof(Nullable_1_t378540539 )); V_5 = (bool)0; } IL_0078: { } IL_0079: try { // begin try (depth: 1) { JsonReader_t2369136700 * L_29 = ___reader1; JsonArrayContract_t483691547 * L_30 = ___contract2; NullCheck(L_30); JsonContract_t3715061318 * L_31 = JsonContainerContract_get_ItemContract_m2277297579(L_30, /*hidden argument*/NULL); JsonConverter_t1047106545 * L_32 = V_3; bool L_33 = JsonSerializerInternalReader_ReadForType_m783535205(__this, L_29, L_31, (bool)((!(((RuntimeObject*)(JsonConverter_t1047106545 *)L_32) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0), /*hidden argument*/NULL); if (!L_33) { goto IL_00e2; } } IL_008c: { JsonReader_t2369136700 * L_34 = ___reader1; NullCheck(L_34); int32_t L_35 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_34); V_6 = L_35; int32_t L_36 = V_6; if ((!(((uint32_t)L_36) == ((uint32_t)((int32_t)14))))) { goto IL_009f; } } IL_009a: { V_5 = (bool)1; goto IL_00e7; } IL_009f: { JsonConverter_t1047106545 * L_37 = V_3; if (!L_37) { goto IL_00bd; } } IL_00a2: { JsonConverter_t1047106545 * L_38 = V_3; NullCheck(L_38); bool L_39 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean Newtonsoft.Json.JsonConverter::get_CanRead() */, L_38); if (!L_39) { goto IL_00bd; } } IL_00aa: { JsonConverter_t1047106545 * L_40 = V_3; JsonReader_t2369136700 * L_41 = ___reader1; JsonArrayContract_t483691547 * L_42 = ___contract2; NullCheck(L_42); Type_t * L_43 = JsonArrayContract_get_CollectionItemType_m1740497797(L_42, /*hidden argument*/NULL); RuntimeObject * L_44 = JsonSerializerInternalReader_DeserializeConvertable_m12555224(__this, L_40, L_41, L_43, NULL, /*hidden argument*/NULL); V_7 = L_44; goto IL_00d7; } IL_00bd: { JsonReader_t2369136700 * L_45 = ___reader1; JsonArrayContract_t483691547 * L_46 = ___contract2; NullCheck(L_46); Type_t * L_47 = JsonArrayContract_get_CollectionItemType_m1740497797(L_46, /*hidden argument*/NULL); JsonArrayContract_t483691547 * L_48 = ___contract2; NullCheck(L_48); JsonContract_t3715061318 * L_49 = JsonContainerContract_get_ItemContract_m2277297579(L_48, /*hidden argument*/NULL); JsonArrayContract_t483691547 * L_50 = ___contract2; JsonProperty_t1405154176 * L_51 = ___containerProperty3; RuntimeObject * L_52 = JsonSerializerInternalReader_CreateValueInternal_m728545038(__this, L_45, L_47, L_49, (JsonProperty_t1405154176 *)NULL, L_50, L_51, NULL, /*hidden argument*/NULL); V_7 = L_52; } IL_00d7: { RuntimeObject* L_53 = ___list0; RuntimeObject * L_54 = V_7; NullCheck(L_53); InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(4 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_t2094931216_il2cpp_TypeInfo_var, L_53, L_54); goto IL_00e7; } IL_00e2: { goto IL_017a; } IL_00e7: { goto IL_0173; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00ec; throw e; } CATCH_00ec: { // begin catch(System.Exception) { V_8 = ((Exception_t *)__exception_local); JsonReader_t2369136700 * L_55 = ___reader1; int32_t L_56 = V_2; NullCheck(L_55); JsonPosition_t2528027714 L_57 = JsonReader_GetPosition_m1743712922(L_55, L_56, /*hidden argument*/NULL); V_9 = L_57; RuntimeObject * L_58 = V_1; JsonArrayContract_t483691547 * L_59 = ___contract2; JsonPosition_t2528027714 L_60 = V_9; int32_t L_61 = L_60.get_Position_2(); int32_t L_62 = L_61; RuntimeObject * L_63 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_62); JsonReader_t2369136700 * L_64 = ___reader1; JsonReader_t2369136700 * L_65 = ___reader1; NullCheck(L_65); String_t* L_66 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String Newtonsoft.Json.JsonReader::get_Path() */, L_65); Exception_t * L_67 = V_8; bool L_68 = JsonSerializerInternalBase_IsErrorHandled_m3473537157(__this, L_58, L_59, L_63, ((RuntimeObject*)IsInst((RuntimeObject*)L_64, IJsonLineInfo_t2844470104_il2cpp_TypeInfo_var)), L_66, L_67, /*hidden argument*/NULL); if (!L_68) { goto IL_016f; } } IL_011b: { JsonReader_t2369136700 * L_69 = ___reader1; int32_t L_70 = V_2; JsonSerializerInternalReader_HandleError_m1244203443(__this, L_69, (bool)1, L_70, /*hidden argument*/NULL); bool L_71 = Nullable_1_get_HasValue_m2648265346((&V_4), /*hidden argument*/Nullable_1_get_HasValue_m2648265346_RuntimeMethod_var); if (!L_71) { goto IL_015f; } } IL_012d: { Nullable_1_t378540539 L_72 = V_4; V_10 = L_72; JsonPosition_t2528027714 L_73 = V_9; int32_t L_74 = L_73.get_Position_2(); V_11 = L_74; int32_t L_75 = Nullable_1_GetValueOrDefault_m2296315628((&V_10), /*hidden argument*/Nullable_1_GetValueOrDefault_m2296315628_RuntimeMethod_var); int32_t L_76 = V_11; if ((((int32_t)L_75) == ((int32_t)L_76))) { goto IL_0148; } } IL_0145: { G_B26_0 = 0; goto IL_014f; } IL_0148: { bool L_77 = Nullable_1_get_HasValue_m2648265346((&V_10), /*hidden argument*/Nullable_1_get_HasValue_m2648265346_RuntimeMethod_var); G_B26_0 = ((int32_t)(L_77)); } IL_014f: { if (!G_B26_0) { goto IL_015f; } } IL_0151: { JsonReader_t2369136700 * L_78 = ___reader1; Exception_t * L_79 = V_8; JsonSerializationException_t4152118729 * L_80 = JsonSerializationException_Create_m282508658(NULL /*static, unused*/, L_78, _stringLiteral2846401833, L_79, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_80,JsonSerializerInternalReader_PopulateList_m3816942785_RuntimeMethod_var); } IL_015f: { JsonPosition_t2528027714 L_81 = V_9; int32_t L_82 = L_81.get_Position_2(); Nullable_1__ctor_m2076366551((&V_4), L_82, /*hidden argument*/Nullable_1__ctor_m2076366551_RuntimeMethod_var); goto IL_0171; } IL_016f: { IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local,NULL); } IL_0171: { goto IL_0173; } } // end catch (depth: 1) IL_0173: { bool L_83 = V_5; if (!L_83) { goto IL_0078; } } IL_017a: { bool L_84 = V_5; if (L_84) { goto IL_018c; } } { JsonReader_t2369136700 * L_85 = ___reader1; JsonArrayContract_t483691547 * L_86 = ___contract2; RuntimeObject * L_87 = V_1; JsonSerializerInternalReader_ThrowUnexpectedEndException_m152985444(__this, L_85, L_86, L_87, _stringLiteral1235077308, /*hidden argument*/NULL); } IL_018c: { JsonReader_t2369136700 * L_88 = ___reader1; JsonArrayContract_t483691547 * L_89 = ___contract2; RuntimeObject * L_90 = V_1; JsonSerializerInternalReader_OnDeserialized_m1347532304(__this, L_88, L_89, L_90, /*hidden argument*/NULL); RuntimeObject * L_91 = V_1; return L_91; } } // System.Object Newtonsoft.Json.Serialization.JsonSerializerInternalReader::CreateISerializable(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Serialization.JsonISerializableContract,Newtonsoft.Json.Serialization.JsonProperty,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonSerializerInternalReader_CreateISerializable_m1603091797 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, JsonISerializableContract_t781833466 * ___contract1, JsonProperty_t1405154176 * ___member2, String_t* ___id3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalReader_CreateISerializable_m1603091797_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; SerializationInfo_t950877179 * V_1 = NULL; bool V_2 = false; RuntimeObject * V_3 = NULL; String_t* V_4 = NULL; int32_t V_5 = 0; String_t* V_6 = NULL; { JsonISerializableContract_t781833466 * L_0 = ___contract1; NullCheck(L_0); Type_t * L_1 = JsonContract_get_UnderlyingType_m1736598392(L_0, /*hidden argument*/NULL); V_0 = L_1; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); bool L_2 = JsonTypeReflector_get_FullyTrusted_m2121730692(NULL /*static, unused*/, /*hidden argument*/NULL); if (L_2) { goto IL_0041; } } { String_t* L_3 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_4 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Concat_m2163913788(NULL /*static, unused*/, _stringLiteral3973310624, L_3, _stringLiteral10235853, L_4, /*hidden argument*/NULL); V_4 = L_5; String_t* L_6 = V_4; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_7 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); Type_t * L_8 = V_0; String_t* L_9 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, L_6, L_7, L_8, /*hidden argument*/NULL); V_4 = L_9; JsonReader_t2369136700 * L_10 = ___reader0; String_t* L_11 = V_4; JsonSerializationException_t4152118729 * L_12 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_10, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,JsonSerializerInternalReader_CreateISerializable_m1603091797_RuntimeMethod_var); } IL_0041: { RuntimeObject* L_13 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); if (!L_13) { goto IL_008a; } } { RuntimeObject* L_14 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); NullCheck(L_14); int32_t L_15 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Diagnostics.TraceLevel Newtonsoft.Json.Serialization.ITraceWriter::get_LevelFilter() */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_14); if ((((int32_t)L_15) < ((int32_t)3))) { goto IL_008a; } } { RuntimeObject* L_16 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); JsonReader_t2369136700 * L_17 = ___reader0; JsonReader_t2369136700 * L_18 = ___reader0; NullCheck(L_18); String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String Newtonsoft.Json.JsonReader::get_Path() */, L_18); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_20 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonISerializableContract_t781833466 * L_21 = ___contract1; NullCheck(L_21); Type_t * L_22 = JsonContract_get_UnderlyingType_m1736598392(L_21, /*hidden argument*/NULL); String_t* L_23 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2592923053, L_20, L_22, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonPosition_t2528027714_il2cpp_TypeInfo_var); String_t* L_24 = JsonPosition_FormatMessage_m331598339(NULL /*static, unused*/, ((RuntimeObject*)IsInst((RuntimeObject*)L_17, IJsonLineInfo_t2844470104_il2cpp_TypeInfo_var)), L_19, L_23, /*hidden argument*/NULL); NullCheck(L_16); InterfaceActionInvoker3< int32_t, String_t*, Exception_t * >::Invoke(1 /* System.Void Newtonsoft.Json.Serialization.ITraceWriter::Trace(System.Diagnostics.TraceLevel,System.String,System.Exception) */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_16, 3, L_24, (Exception_t *)NULL); } IL_008a: { JsonISerializableContract_t781833466 * L_25 = ___contract1; NullCheck(L_25); Type_t * L_26 = JsonContract_get_UnderlyingType_m1736598392(L_25, /*hidden argument*/NULL); JsonISerializableContract_t781833466 * L_27 = ___contract1; JsonProperty_t1405154176 * L_28 = ___member2; JsonFormatterConverter_t1655671892 * L_29 = (JsonFormatterConverter_t1655671892 *)il2cpp_codegen_object_new(JsonFormatterConverter_t1655671892_il2cpp_TypeInfo_var); JsonFormatterConverter__ctor_m3560039524(L_29, __this, L_27, L_28, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_30 = (SerializationInfo_t950877179 *)il2cpp_codegen_object_new(SerializationInfo_t950877179_il2cpp_TypeInfo_var); SerializationInfo__ctor_m2923079689(L_30, L_26, L_29, /*hidden argument*/NULL); V_1 = L_30; V_2 = (bool)0; } IL_00a0: { JsonReader_t2369136700 * L_31 = ___reader0; NullCheck(L_31); int32_t L_32 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_31); V_5 = L_32; int32_t L_33 = V_5; if ((((int32_t)L_33) == ((int32_t)4))) { goto IL_00ba; } } { int32_t L_34 = V_5; if ((((int32_t)L_34) == ((int32_t)5))) { goto IL_0117; } } { int32_t L_35 = V_5; if ((((int32_t)L_35) == ((int32_t)((int32_t)13)))) { goto IL_00f7; } } { goto IL_00fb; } IL_00ba: { JsonReader_t2369136700 * L_36 = ___reader0; NullCheck(L_36); RuntimeObject * L_37 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_36); NullCheck(L_37); String_t* L_38 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_37); V_6 = L_38; JsonReader_t2369136700 * L_39 = ___reader0; NullCheck(L_39); bool L_40 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_39); if (L_40) { goto IL_00e7; } } { JsonReader_t2369136700 * L_41 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_42 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_43 = V_6; String_t* L_44 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2983505404, L_42, L_43, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_45 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_41, L_44, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_45,JsonSerializerInternalReader_CreateISerializable_m1603091797_RuntimeMethod_var); } IL_00e7: { SerializationInfo_t950877179 * L_46 = V_1; String_t* L_47 = V_6; JsonReader_t2369136700 * L_48 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JToken_t1038539247 * L_49 = JToken_ReadFrom_m3588802466(NULL /*static, unused*/, L_48, /*hidden argument*/NULL); NullCheck(L_46); SerializationInfo_AddValue_m2872281893(L_46, L_47, L_49, /*hidden argument*/NULL); goto IL_0117; } IL_00f7: { V_2 = (bool)1; goto IL_0117; } IL_00fb: { JsonReader_t2369136700 * L_50 = ___reader0; JsonReader_t2369136700 * L_51 = ___reader0; NullCheck(L_51); int32_t L_52 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_51); int32_t L_53 = L_52; RuntimeObject * L_54 = Box(JsonToken_t1917433489_il2cpp_TypeInfo_var, &L_53); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_55 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3165783102, L_54, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_56 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_50, L_55, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_56,JsonSerializerInternalReader_CreateISerializable_m1603091797_RuntimeMethod_var); } IL_0117: { bool L_57 = V_2; if (L_57) { goto IL_0125; } } { JsonReader_t2369136700 * L_58 = ___reader0; NullCheck(L_58); bool L_59 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_58); if (L_59) { goto IL_00a0; } } IL_0125: { bool L_60 = V_2; if (L_60) { goto IL_0136; } } { JsonReader_t2369136700 * L_61 = ___reader0; JsonISerializableContract_t781833466 * L_62 = ___contract1; SerializationInfo_t950877179 * L_63 = V_1; JsonSerializerInternalReader_ThrowUnexpectedEndException_m152985444(__this, L_61, L_62, L_63, _stringLiteral656781926, /*hidden argument*/NULL); } IL_0136: { JsonISerializableContract_t781833466 * L_64 = ___contract1; NullCheck(L_64); ObjectConstructor_1_t3207922868 * L_65 = JsonISerializableContract_get_ISerializableCreator_m216471585(L_64, /*hidden argument*/NULL); if (L_65) { goto IL_0155; } } { JsonReader_t2369136700 * L_66 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_67 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); Type_t * L_68 = V_0; String_t* L_69 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral56544700, L_67, L_68, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_70 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_66, L_69, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_70,JsonSerializerInternalReader_CreateISerializable_m1603091797_RuntimeMethod_var); } IL_0155: { JsonISerializableContract_t781833466 * L_71 = ___contract1; NullCheck(L_71); ObjectConstructor_1_t3207922868 * L_72 = JsonISerializableContract_get_ISerializableCreator_m216471585(L_71, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_73 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)2)); SerializationInfo_t950877179 * L_74 = V_1; NullCheck(L_73); ArrayElementTypeCheck (L_73, L_74); (L_73)->SetAt(static_cast(0), (RuntimeObject *)L_74); ObjectU5BU5D_t2843939325* L_75 = L_73; JsonSerializer_t1424496335 * L_76 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_76); StreamingContext_t3711869237 L_77 = L_76->get__context_15(); StreamingContext_t3711869237 L_78 = L_77; RuntimeObject * L_79 = Box(StreamingContext_t3711869237_il2cpp_TypeInfo_var, &L_78); NullCheck(L_75); ArrayElementTypeCheck (L_75, L_79); (L_75)->SetAt(static_cast(1), (RuntimeObject *)L_79); NullCheck(L_72); RuntimeObject * L_80 = ObjectConstructor_1_Invoke_m3185456453(L_72, L_75, /*hidden argument*/ObjectConstructor_1_Invoke_m3185456453_RuntimeMethod_var); V_3 = L_80; String_t* L_81 = ___id3; if (!L_81) { goto IL_018c; } } { JsonReader_t2369136700 * L_82 = ___reader0; String_t* L_83 = ___id3; RuntimeObject * L_84 = V_3; JsonSerializerInternalReader_AddReference_m847285636(__this, L_82, L_83, L_84, /*hidden argument*/NULL); } IL_018c: { JsonReader_t2369136700 * L_85 = ___reader0; JsonISerializableContract_t781833466 * L_86 = ___contract1; RuntimeObject * L_87 = V_3; JsonSerializerInternalReader_OnDeserializing_m1908877144(__this, L_85, L_86, L_87, /*hidden argument*/NULL); JsonReader_t2369136700 * L_88 = ___reader0; JsonISerializableContract_t781833466 * L_89 = ___contract1; RuntimeObject * L_90 = V_3; JsonSerializerInternalReader_OnDeserialized_m1347532304(__this, L_88, L_89, L_90, /*hidden argument*/NULL); RuntimeObject * L_91 = V_3; return L_91; } } // System.Object Newtonsoft.Json.Serialization.JsonSerializerInternalReader::CreateISerializableItem(Newtonsoft.Json.Linq.JToken,System.Type,Newtonsoft.Json.Serialization.JsonISerializableContract,Newtonsoft.Json.Serialization.JsonProperty) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonSerializerInternalReader_CreateISerializableItem_m1700526544 (JsonSerializerInternalReader_t927352408 * __this, JToken_t1038539247 * ___token0, Type_t * ___type1, JsonISerializableContract_t781833466 * ___contract2, JsonProperty_t1405154176 * ___member3, const RuntimeMethod* method) { JsonContract_t3715061318 * V_0 = NULL; JsonConverter_t1047106545 * V_1 = NULL; JsonReader_t2369136700 * V_2 = NULL; RuntimeObject * V_3 = NULL; { Type_t * L_0 = ___type1; JsonContract_t3715061318 * L_1 = JsonSerializerInternalReader_GetContractSafe_m881561284(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; JsonContract_t3715061318 * L_2 = V_0; JsonISerializableContract_t781833466 * L_3 = ___contract2; JsonProperty_t1405154176 * L_4 = ___member3; JsonConverter_t1047106545 * L_5 = JsonSerializerInternalReader_GetConverter_m3382278774(__this, L_2, (JsonConverter_t1047106545 *)NULL, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; JToken_t1038539247 * L_6 = ___token0; NullCheck(L_6); JsonReader_t2369136700 * L_7 = JToken_CreateReader_m3510696721(L_6, /*hidden argument*/NULL); V_2 = L_7; JsonReader_t2369136700 * L_8 = V_2; NullCheck(L_8); JsonReader_ReadAndAssert_m598255277(L_8, /*hidden argument*/NULL); JsonConverter_t1047106545 * L_9 = V_1; if (!L_9) { goto IL_0039; } } { JsonConverter_t1047106545 * L_10 = V_1; NullCheck(L_10); bool L_11 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean Newtonsoft.Json.JsonConverter::get_CanRead() */, L_10); if (!L_11) { goto IL_0039; } } { JsonConverter_t1047106545 * L_12 = V_1; JsonReader_t2369136700 * L_13 = V_2; Type_t * L_14 = ___type1; RuntimeObject * L_15 = JsonSerializerInternalReader_DeserializeConvertable_m12555224(__this, L_12, L_13, L_14, NULL, /*hidden argument*/NULL); V_3 = L_15; goto IL_0048; } IL_0039: { JsonReader_t2369136700 * L_16 = V_2; Type_t * L_17 = ___type1; JsonContract_t3715061318 * L_18 = V_0; JsonISerializableContract_t781833466 * L_19 = ___contract2; JsonProperty_t1405154176 * L_20 = ___member3; RuntimeObject * L_21 = JsonSerializerInternalReader_CreateValueInternal_m728545038(__this, L_16, L_17, L_18, (JsonProperty_t1405154176 *)NULL, L_19, L_20, NULL, /*hidden argument*/NULL); V_3 = L_21; } IL_0048: { RuntimeObject * L_22 = V_3; return L_22; } } // System.Object Newtonsoft.Json.Serialization.JsonSerializerInternalReader::CreateObjectUsingCreatorWithParameters(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Serialization.JsonObjectContract,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.ObjectConstructor`1,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonSerializerInternalReader_CreateObjectUsingCreatorWithParameters_m3981818343 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, JsonObjectContract_t868533143 * ___contract1, JsonProperty_t1405154176 * ___containerProperty2, ObjectConstructor_1_t3207922868 * ___creator3, String_t* ___id4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalReader_CreateObjectUsingCreatorWithParameters_m3981818343_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; Type_t * V_1 = NULL; List_1_t2082379599 * V_2 = NULL; ObjectU5BU5D_t2843939325* V_3 = NULL; RuntimeObject * V_4 = NULL; String_t* V_5 = NULL; RuntimeObject* V_6 = NULL; U3CU3Ec__DisplayClass36_0_t358886780 * V_7 = NULL; Enumerator_t3971623476 V_8; memset(&V_8, 0, sizeof(V_8)); CreatorPropertyContext_t610304857 * V_9 = NULL; JsonProperty_t1405154176 * V_10 = NULL; RuntimeObject * V_11 = NULL; int32_t V_12 = 0; int32_t V_13 = 0; Nullable_1_t4213156694 V_14; memset(&V_14, 0, sizeof(V_14)); int32_t V_15 = 0; Nullable_1_t668593436 V_16; memset(&V_16, 0, sizeof(V_16)); CreatorPropertyContext_t610304857 * V_17 = NULL; JsonProperty_t1405154176 * V_18 = NULL; RuntimeObject * V_19 = NULL; JsonContract_t3715061318 * V_20 = NULL; JsonArrayContract_t483691547 * V_21 = NULL; RuntimeObject * V_22 = NULL; RuntimeObject* V_23 = NULL; RuntimeObject* V_24 = NULL; RuntimeObject * V_25 = NULL; RuntimeObject* V_26 = NULL; JsonDictionaryContract_t4040570183 * V_27 = NULL; RuntimeObject * V_28 = NULL; RuntimeObject* V_29 = NULL; RuntimeObject* V_30 = NULL; RuntimeObject* V_31 = NULL; DictionaryEntry_t3123975638 V_32; memset(&V_32, 0, sizeof(V_32)); CreatorPropertyContext_t610304857 * V_33 = NULL; CreatorPropertyContext_t610304857 * V_34 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); int32_t G_B3_0 = 0; Func_2_t705144599 * G_B7_0 = NULL; JsonPropertyCollection_t2691548039 * G_B7_1 = NULL; String_t* G_B7_2 = NULL; Func_2_t705144599 * G_B6_0 = NULL; JsonPropertyCollection_t2691548039 * G_B6_1 = NULL; String_t* G_B6_2 = NULL; int32_t G_B29_0 = 0; Func_2_t705144599 * G_B36_0 = NULL; JsonPropertyCollection_t2691548039 * G_B36_1 = NULL; Func_2_t705144599 * G_B35_0 = NULL; JsonPropertyCollection_t2691548039 * G_B35_1 = NULL; int32_t G_B43_0 = 0; int32_t G_B47_0 = 0; int32_t G_B66_0 = 0; RuntimeObject* G_B86_0 = NULL; RuntimeObject* G_B89_0 = NULL; RuntimeObject* G_B96_0 = NULL; RuntimeObject* G_B95_0 = NULL; { ObjectConstructor_1_t3207922868 * L_0 = ___creator3; ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, L_0, _stringLiteral1491702720, /*hidden argument*/NULL); JsonObjectContract_t868533143 * L_1 = ___contract1; NullCheck(L_1); bool L_2 = JsonObjectContract_get_HasRequiredOrDefaultValueProperties_m765073377(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0028; } } { JsonSerializer_t1424496335 * L_3 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_3); int32_t L_4 = L_3->get__defaultValueHandling_7(); bool L_5 = JsonSerializerInternalReader_HasFlag_m1858084437(__this, L_4, 2, /*hidden argument*/NULL); G_B3_0 = ((int32_t)(L_5)); goto IL_0029; } IL_0028: { G_B3_0 = 1; } IL_0029: { V_0 = (bool)G_B3_0; JsonObjectContract_t868533143 * L_6 = ___contract1; NullCheck(L_6); Type_t * L_7 = JsonContract_get_UnderlyingType_m1736598392(L_6, /*hidden argument*/NULL); V_1 = L_7; RuntimeObject* L_8 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); if (!L_8) { goto IL_00b7; } } { RuntimeObject* L_9 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); NullCheck(L_9); int32_t L_10 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Diagnostics.TraceLevel Newtonsoft.Json.Serialization.ITraceWriter::get_LevelFilter() */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_9); if ((((int32_t)L_10) < ((int32_t)3))) { goto IL_00b7; } } { JsonObjectContract_t868533143 * L_11 = ___contract1; NullCheck(L_11); JsonPropertyCollection_t2691548039 * L_12 = JsonObjectContract_get_CreatorParameters_m3121334226(L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t4156374721_il2cpp_TypeInfo_var); Func_2_t705144599 * L_13 = ((U3CU3Ec_t4156374721_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4156374721_il2cpp_TypeInfo_var))->get_U3CU3E9__36_0_1(); Func_2_t705144599 * L_14 = L_13; G_B6_0 = L_14; G_B6_1 = L_12; G_B6_2 = _stringLiteral3450517380; if (L_14) { G_B7_0 = L_14; G_B7_1 = L_12; G_B7_2 = _stringLiteral3450517380; goto IL_0071; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t4156374721_il2cpp_TypeInfo_var); U3CU3Ec_t4156374721 * L_15 = ((U3CU3Ec_t4156374721_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4156374721_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); intptr_t L_16 = (intptr_t)U3CU3Ec_U3CCreateObjectUsingCreatorWithParametersU3Eb__36_0_m1323953136_RuntimeMethod_var; Func_2_t705144599 * L_17 = (Func_2_t705144599 *)il2cpp_codegen_object_new(Func_2_t705144599_il2cpp_TypeInfo_var); Func_2__ctor_m2237377997(L_17, L_15, L_16, /*hidden argument*/Func_2__ctor_m2237377997_RuntimeMethod_var); Func_2_t705144599 * L_18 = L_17; ((U3CU3Ec_t4156374721_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4156374721_il2cpp_TypeInfo_var))->set_U3CU3E9__36_0_1(L_18); G_B7_0 = L_18; G_B7_1 = G_B6_1; G_B7_2 = G_B6_2; } IL_0071: { RuntimeObject* L_19 = Enumerable_Select_TisJsonProperty_t1405154176_TisString_t_m3588754952(NULL /*static, unused*/, G_B7_1, G_B7_0, /*hidden argument*/Enumerable_Select_TisJsonProperty_t1405154176_TisString_t_m3588754952_RuntimeMethod_var); StringU5BU5D_t1281789340* L_20 = Enumerable_ToArray_TisString_t_m341371260(NULL /*static, unused*/, L_19, /*hidden argument*/Enumerable_ToArray_TisString_t_m341371260_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_Join_m2050845953(NULL /*static, unused*/, G_B7_2, L_20, /*hidden argument*/NULL); V_5 = L_21; RuntimeObject* L_22 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); JsonReader_t2369136700 * L_23 = ___reader0; JsonReader_t2369136700 * L_24 = ___reader0; NullCheck(L_24); String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String Newtonsoft.Json.JsonReader::get_Path() */, L_24); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_26 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonObjectContract_t868533143 * L_27 = ___contract1; NullCheck(L_27); Type_t * L_28 = JsonContract_get_UnderlyingType_m1736598392(L_27, /*hidden argument*/NULL); String_t* L_29 = V_5; String_t* L_30 = StringUtils_FormatWith_m353537829(NULL /*static, unused*/, _stringLiteral3062811518, L_26, L_28, L_29, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonPosition_t2528027714_il2cpp_TypeInfo_var); String_t* L_31 = JsonPosition_FormatMessage_m331598339(NULL /*static, unused*/, ((RuntimeObject*)IsInst((RuntimeObject*)L_23, IJsonLineInfo_t2844470104_il2cpp_TypeInfo_var)), L_25, L_30, /*hidden argument*/NULL); NullCheck(L_22); InterfaceActionInvoker3< int32_t, String_t*, Exception_t * >::Invoke(1 /* System.Void Newtonsoft.Json.Serialization.ITraceWriter::Trace(System.Diagnostics.TraceLevel,System.String,System.Exception) */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_22, 3, L_31, (Exception_t *)NULL); } IL_00b7: { JsonObjectContract_t868533143 * L_32 = ___contract1; JsonProperty_t1405154176 * L_33 = ___containerProperty2; JsonReader_t2369136700 * L_34 = ___reader0; Type_t * L_35 = V_1; List_1_t2082379599 * L_36 = JsonSerializerInternalReader_ResolvePropertyAndCreatorValues_m2579278496(__this, L_32, L_33, L_34, L_35, /*hidden argument*/NULL); V_2 = L_36; bool L_37 = V_0; if (!L_37) { goto IL_014e; } } { JsonObjectContract_t868533143 * L_38 = ___contract1; NullCheck(L_38); JsonPropertyCollection_t2691548039 * L_39 = JsonObjectContract_get_Properties_m694356175(L_38, /*hidden argument*/NULL); NullCheck(L_39); RuntimeObject* L_40 = Collection_1_GetEnumerator_m1372022280(L_39, /*hidden argument*/Collection_1_GetEnumerator_m1372022280_RuntimeMethod_var); V_6 = L_40; } IL_00d5: try { // begin try (depth: 1) { goto IL_0137; } IL_00d7: { U3CU3Ec__DisplayClass36_0_t358886780 * L_41 = (U3CU3Ec__DisplayClass36_0_t358886780 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass36_0_t358886780_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass36_0__ctor_m1254660784(L_41, /*hidden argument*/NULL); V_7 = L_41; U3CU3Ec__DisplayClass36_0_t358886780 * L_42 = V_7; RuntimeObject* L_43 = V_6; NullCheck(L_43); JsonProperty_t1405154176 * L_44 = InterfaceFuncInvoker0< JsonProperty_t1405154176 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t1837724644_il2cpp_TypeInfo_var, L_43); NullCheck(L_42); L_42->set_property_0(L_44); List_1_t2082379599 * L_45 = V_2; U3CU3Ec__DisplayClass36_0_t358886780 * L_46 = V_7; intptr_t L_47 = (intptr_t)U3CU3Ec__DisplayClass36_0_U3CCreateObjectUsingCreatorWithParametersU3Eb__1_m202617482_RuntimeMethod_var; Func_2_t1764207254 * L_48 = (Func_2_t1764207254 *)il2cpp_codegen_object_new(Func_2_t1764207254_il2cpp_TypeInfo_var); Func_2__ctor_m443524340(L_48, L_46, L_47, /*hidden argument*/Func_2__ctor_m443524340_RuntimeMethod_var); bool L_49 = Enumerable_All_TisCreatorPropertyContext_t610304857_m3055673487(NULL /*static, unused*/, L_45, L_48, /*hidden argument*/Enumerable_All_TisCreatorPropertyContext_t610304857_m3055673487_RuntimeMethod_var); if (!L_49) { goto IL_0137; } } IL_0101: { List_1_t2082379599 * L_50 = V_2; CreatorPropertyContext_t610304857 * L_51 = (CreatorPropertyContext_t610304857 *)il2cpp_codegen_object_new(CreatorPropertyContext_t610304857_il2cpp_TypeInfo_var); CreatorPropertyContext__ctor_m1973783268(L_51, /*hidden argument*/NULL); CreatorPropertyContext_t610304857 * L_52 = L_51; U3CU3Ec__DisplayClass36_0_t358886780 * L_53 = V_7; NullCheck(L_53); JsonProperty_t1405154176 * L_54 = L_53->get_property_0(); NullCheck(L_52); L_52->set_Property_1(L_54); CreatorPropertyContext_t610304857 * L_55 = L_52; U3CU3Ec__DisplayClass36_0_t358886780 * L_56 = V_7; NullCheck(L_56); JsonProperty_t1405154176 * L_57 = L_56->get_property_0(); NullCheck(L_57); String_t* L_58 = JsonProperty_get_PropertyName_m2411132462(L_57, /*hidden argument*/NULL); NullCheck(L_55); L_55->set_Name_0(L_58); CreatorPropertyContext_t610304857 * L_59 = L_55; Nullable_1_t4213156694 L_60; memset(&L_60, 0, sizeof(L_60)); Nullable_1__ctor_m4107858077((&L_60), 0, /*hidden argument*/Nullable_1__ctor_m4107858077_RuntimeMethod_var); NullCheck(L_59); L_59->set_Presence_3(L_60); NullCheck(L_50); List_1_Add_m185010749(L_50, L_59, /*hidden argument*/List_1_Add_m185010749_RuntimeMethod_var); } IL_0137: { RuntimeObject* L_61 = V_6; NullCheck(L_61); bool L_62 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_61); if (L_62) { goto IL_00d7; } } IL_0140: { IL2CPP_LEAVE(0x14E, FINALLY_0142); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0142; } FINALLY_0142: { // begin finally (depth: 1) { RuntimeObject* L_63 = V_6; if (!L_63) { goto IL_014d; } } IL_0146: { RuntimeObject* L_64 = V_6; NullCheck(L_64); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_64); } IL_014d: { IL2CPP_END_FINALLY(322) } } // end finally (depth: 1) IL2CPP_CLEANUP(322) { IL2CPP_JUMP_TBL(0x14E, IL_014e) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_014e: { JsonObjectContract_t868533143 * L_65 = ___contract1; NullCheck(L_65); JsonPropertyCollection_t2691548039 * L_66 = JsonObjectContract_get_CreatorParameters_m3121334226(L_65, /*hidden argument*/NULL); NullCheck(L_66); int32_t L_67 = Collection_1_get_Count_m3880316688(L_66, /*hidden argument*/Collection_1_get_Count_m3880316688_RuntimeMethod_var); V_3 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)L_67)); List_1_t2082379599 * L_68 = V_2; NullCheck(L_68); Enumerator_t3971623476 L_69 = List_1_GetEnumerator_m1794818689(L_68, /*hidden argument*/List_1_GetEnumerator_m1794818689_RuntimeMethod_var); V_8 = L_69; } IL_0167: try { // begin try (depth: 1) { goto IL_0321; } IL_016c: { CreatorPropertyContext_t610304857 * L_70 = Enumerator_get_Current_m3772168112((&V_8), /*hidden argument*/Enumerator_get_Current_m3772168112_RuntimeMethod_var); V_9 = L_70; bool L_71 = V_0; if (!L_71) { goto IL_01e9; } } IL_0178: { CreatorPropertyContext_t610304857 * L_72 = V_9; NullCheck(L_72); JsonProperty_t1405154176 * L_73 = L_72->get_Property_1(); if (!L_73) { goto IL_01e9; } } IL_0181: { CreatorPropertyContext_t610304857 * L_74 = V_9; NullCheck(L_74); Nullable_1_t4213156694 * L_75 = L_74->get_address_of_Presence_3(); bool L_76 = Nullable_1_get_HasValue_m4206031148(L_75, /*hidden argument*/Nullable_1_get_HasValue_m4206031148_RuntimeMethod_var); if (L_76) { goto IL_01e9; } } IL_018f: { CreatorPropertyContext_t610304857 * L_77 = V_9; NullCheck(L_77); RuntimeObject * L_78 = L_77->get_Value_4(); V_11 = L_78; RuntimeObject * L_79 = V_11; if (L_79) { goto IL_01a1; } } IL_019c: { V_12 = 1; goto IL_01db; } IL_01a1: { RuntimeObject * L_80 = V_11; if (!((String_t*)IsInstSealed((RuntimeObject*)L_80, String_t_il2cpp_TypeInfo_var))) { goto IL_01d8; } } IL_01aa: { CreatorPropertyContext_t610304857 * L_81 = V_9; NullCheck(L_81); JsonProperty_t1405154176 * L_82 = L_81->get_Property_1(); NullCheck(L_82); Type_t * L_83 = JsonProperty_get_PropertyType_m3302554867(L_82, /*hidden argument*/NULL); CreatorPropertyContext_t610304857 * L_84 = V_9; NullCheck(L_84); JsonProperty_t1405154176 * L_85 = L_84->get_Property_1(); NullCheck(L_85); JsonContract_t3715061318 * L_86 = JsonProperty_get_PropertyContract_m2273319397(L_85, /*hidden argument*/NULL); RuntimeObject * L_87 = V_11; bool L_88 = JsonSerializerInternalReader_CoerceEmptyStringToNull_m1779814820(NULL /*static, unused*/, L_83, L_86, ((String_t*)CastclassSealed((RuntimeObject*)L_87, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_88) { goto IL_01d3; } } IL_01d0: { G_B29_0 = 2; goto IL_01d4; } IL_01d3: { G_B29_0 = 1; } IL_01d4: { V_12 = G_B29_0; goto IL_01db; } IL_01d8: { V_12 = 2; } IL_01db: { CreatorPropertyContext_t610304857 * L_89 = V_9; int32_t L_90 = V_12; Nullable_1_t4213156694 L_91; memset(&L_91, 0, sizeof(L_91)); Nullable_1__ctor_m4107858077((&L_91), L_90, /*hidden argument*/Nullable_1__ctor_m4107858077_RuntimeMethod_var); NullCheck(L_89); L_89->set_Presence_3(L_91); } IL_01e9: { CreatorPropertyContext_t610304857 * L_92 = V_9; NullCheck(L_92); JsonProperty_t1405154176 * L_93 = L_92->get_ConstructorProperty_2(); V_10 = L_93; JsonProperty_t1405154176 * L_94 = V_10; if (L_94) { goto IL_0237; } } IL_01f6: { CreatorPropertyContext_t610304857 * L_95 = V_9; NullCheck(L_95); JsonProperty_t1405154176 * L_96 = L_95->get_Property_1(); if (!L_96) { goto IL_0237; } } IL_01ff: { JsonObjectContract_t868533143 * L_97 = ___contract1; NullCheck(L_97); JsonPropertyCollection_t2691548039 * L_98 = JsonObjectContract_get_CreatorParameters_m3121334226(L_97, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t4156374721_il2cpp_TypeInfo_var); Func_2_t705144599 * L_99 = ((U3CU3Ec_t4156374721_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4156374721_il2cpp_TypeInfo_var))->get_U3CU3E9__36_2_2(); Func_2_t705144599 * L_100 = L_99; G_B35_0 = L_100; G_B35_1 = L_98; if (L_100) { G_B36_0 = L_100; G_B36_1 = L_98; goto IL_0224; } } IL_020d: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t4156374721_il2cpp_TypeInfo_var); U3CU3Ec_t4156374721 * L_101 = ((U3CU3Ec_t4156374721_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4156374721_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); intptr_t L_102 = (intptr_t)U3CU3Ec_U3CCreateObjectUsingCreatorWithParametersU3Eb__36_2_m214226920_RuntimeMethod_var; Func_2_t705144599 * L_103 = (Func_2_t705144599 *)il2cpp_codegen_object_new(Func_2_t705144599_il2cpp_TypeInfo_var); Func_2__ctor_m2237377997(L_103, L_101, L_102, /*hidden argument*/Func_2__ctor_m2237377997_RuntimeMethod_var); Func_2_t705144599 * L_104 = L_103; ((U3CU3Ec_t4156374721_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4156374721_il2cpp_TypeInfo_var))->set_U3CU3E9__36_2_2(L_104); G_B36_0 = L_104; G_B36_1 = G_B35_1; } IL_0224: { CreatorPropertyContext_t610304857 * L_105 = V_9; NullCheck(L_105); JsonProperty_t1405154176 * L_106 = L_105->get_Property_1(); NullCheck(L_106); String_t* L_107 = JsonProperty_get_UnderlyingName_m2664069483(L_106, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_108 = StringUtils_ForgivingCaseSensitiveFind_TisJsonProperty_t1405154176_m175282391(NULL /*static, unused*/, G_B36_1, G_B36_0, L_107, /*hidden argument*/StringUtils_ForgivingCaseSensitiveFind_TisJsonProperty_t1405154176_m175282391_RuntimeMethod_var); V_10 = L_108; } IL_0237: { JsonProperty_t1405154176 * L_109 = V_10; if (!L_109) { goto IL_0321; } } IL_023e: { JsonProperty_t1405154176 * L_110 = V_10; NullCheck(L_110); bool L_111 = JsonProperty_get_Ignored_m2509840579(L_110, /*hidden argument*/NULL); if (L_111) { goto IL_0321; } } IL_024a: { bool L_112 = V_0; if (!L_112) { goto IL_02ff; } } IL_0250: { CreatorPropertyContext_t610304857 * L_113 = V_9; NullCheck(L_113); Nullable_1_t4213156694 L_114 = L_113->get_Presence_3(); V_14 = L_114; V_15 = 0; int32_t L_115 = Nullable_1_GetValueOrDefault_m868412217((&V_14), /*hidden argument*/Nullable_1_GetValueOrDefault_m868412217_RuntimeMethod_var); int32_t L_116 = V_15; if ((((int32_t)L_115) == ((int32_t)L_116))) { goto IL_026a; } } IL_0267: { G_B43_0 = 0; goto IL_0271; } IL_026a: { bool L_117 = Nullable_1_get_HasValue_m4206031148((&V_14), /*hidden argument*/Nullable_1_get_HasValue_m4206031148_RuntimeMethod_var); G_B43_0 = ((int32_t)(L_117)); } IL_0271: { if (G_B43_0) { goto IL_0296; } } IL_0273: { CreatorPropertyContext_t610304857 * L_118 = V_9; NullCheck(L_118); Nullable_1_t4213156694 L_119 = L_118->get_Presence_3(); V_14 = L_119; V_15 = 1; int32_t L_120 = Nullable_1_GetValueOrDefault_m868412217((&V_14), /*hidden argument*/Nullable_1_GetValueOrDefault_m868412217_RuntimeMethod_var); int32_t L_121 = V_15; if ((((int32_t)L_120) == ((int32_t)L_121))) { goto IL_028d; } } IL_028a: { G_B47_0 = 0; goto IL_0294; } IL_028d: { bool L_122 = Nullable_1_get_HasValue_m4206031148((&V_14), /*hidden argument*/Nullable_1_get_HasValue_m4206031148_RuntimeMethod_var); G_B47_0 = ((int32_t)(L_122)); } IL_0294: { if (!G_B47_0) { goto IL_02ff; } } IL_0296: { JsonProperty_t1405154176 * L_123 = V_10; NullCheck(L_123); JsonContract_t3715061318 * L_124 = JsonProperty_get_PropertyContract_m2273319397(L_123, /*hidden argument*/NULL); if (L_124) { goto IL_02b3; } } IL_029f: { JsonProperty_t1405154176 * L_125 = V_10; JsonProperty_t1405154176 * L_126 = V_10; NullCheck(L_126); Type_t * L_127 = JsonProperty_get_PropertyType_m3302554867(L_126, /*hidden argument*/NULL); JsonContract_t3715061318 * L_128 = JsonSerializerInternalReader_GetContractSafe_m881561284(__this, L_127, /*hidden argument*/NULL); NullCheck(L_125); JsonProperty_set_PropertyContract_m747959608(L_125, L_128, /*hidden argument*/NULL); } IL_02b3: { JsonProperty_t1405154176 * L_129 = V_10; NullCheck(L_129); Nullable_1_t668593436 L_130 = JsonProperty_get_DefaultValueHandling_m3282317265(L_129, /*hidden argument*/NULL); V_16 = L_130; JsonSerializer_t1424496335 * L_131 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_131); int32_t L_132 = L_131->get__defaultValueHandling_7(); int32_t L_133 = Nullable_1_GetValueOrDefault_m2726173638((&V_16), L_132, /*hidden argument*/Nullable_1_GetValueOrDefault_m2726173638_RuntimeMethod_var); bool L_134 = JsonSerializerInternalReader_HasFlag_m1858084437(__this, L_133, 2, /*hidden argument*/NULL); if (!L_134) { goto IL_02ff; } } IL_02d7: { CreatorPropertyContext_t610304857 * L_135 = V_9; JsonReader_t2369136700 * L_136 = ___reader0; JsonProperty_t1405154176 * L_137 = V_10; NullCheck(L_137); RuntimeObject * L_138 = JsonProperty_GetResolvedDefaultValue_m1733567544(L_137, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_139 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_140 = V_10; NullCheck(L_140); JsonContract_t3715061318 * L_141 = JsonProperty_get_PropertyContract_m2273319397(L_140, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_142 = V_10; NullCheck(L_142); Type_t * L_143 = JsonProperty_get_PropertyType_m3302554867(L_142, /*hidden argument*/NULL); RuntimeObject * L_144 = JsonSerializerInternalReader_EnsureType_m3870732010(__this, L_136, L_138, L_139, L_141, L_143, /*hidden argument*/NULL); NullCheck(L_135); L_135->set_Value_4(L_144); } IL_02ff: { JsonObjectContract_t868533143 * L_145 = ___contract1; NullCheck(L_145); JsonPropertyCollection_t2691548039 * L_146 = JsonObjectContract_get_CreatorParameters_m3121334226(L_145, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_147 = V_10; NullCheck(L_146); int32_t L_148 = Collection_1_IndexOf_m1864895587(L_146, L_147, /*hidden argument*/Collection_1_IndexOf_m1864895587_RuntimeMethod_var); V_13 = L_148; ObjectU5BU5D_t2843939325* L_149 = V_3; int32_t L_150 = V_13; CreatorPropertyContext_t610304857 * L_151 = V_9; NullCheck(L_151); RuntimeObject * L_152 = L_151->get_Value_4(); NullCheck(L_149); ArrayElementTypeCheck (L_149, L_152); (L_149)->SetAt(static_cast(L_150), (RuntimeObject *)L_152); CreatorPropertyContext_t610304857 * L_153 = V_9; NullCheck(L_153); L_153->set_Used_5((bool)1); } IL_0321: { bool L_154 = Enumerator_MoveNext_m2970563436((&V_8), /*hidden argument*/Enumerator_MoveNext_m2970563436_RuntimeMethod_var); if (L_154) { goto IL_016c; } } IL_032d: { IL2CPP_LEAVE(0x33D, FINALLY_032f); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_032f; } FINALLY_032f: { // begin finally (depth: 1) Enumerator_Dispose_m2486685009((&V_8), /*hidden argument*/Enumerator_Dispose_m2486685009_RuntimeMethod_var); IL2CPP_END_FINALLY(815) } // end finally (depth: 1) IL2CPP_CLEANUP(815) { IL2CPP_JUMP_TBL(0x33D, IL_033d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_033d: { ObjectConstructor_1_t3207922868 * L_155 = ___creator3; ObjectU5BU5D_t2843939325* L_156 = V_3; NullCheck(L_155); RuntimeObject * L_157 = ObjectConstructor_1_Invoke_m3185456453(L_155, L_156, /*hidden argument*/ObjectConstructor_1_Invoke_m3185456453_RuntimeMethod_var); V_4 = L_157; String_t* L_158 = ___id4; if (!L_158) { goto IL_0356; } } { JsonReader_t2369136700 * L_159 = ___reader0; String_t* L_160 = ___id4; RuntimeObject * L_161 = V_4; JsonSerializerInternalReader_AddReference_m847285636(__this, L_159, L_160, L_161, /*hidden argument*/NULL); } IL_0356: { JsonReader_t2369136700 * L_162 = ___reader0; JsonObjectContract_t868533143 * L_163 = ___contract1; RuntimeObject * L_164 = V_4; JsonSerializerInternalReader_OnDeserializing_m1908877144(__this, L_162, L_163, L_164, /*hidden argument*/NULL); List_1_t2082379599 * L_165 = V_2; NullCheck(L_165); Enumerator_t3971623476 L_166 = List_1_GetEnumerator_m1794818689(L_165, /*hidden argument*/List_1_GetEnumerator_m1794818689_RuntimeMethod_var); V_8 = L_166; } IL_0368: try { // begin try (depth: 1) { goto IL_0563; } IL_036d: { CreatorPropertyContext_t610304857 * L_167 = Enumerator_get_Current_m3772168112((&V_8), /*hidden argument*/Enumerator_get_Current_m3772168112_RuntimeMethod_var); V_17 = L_167; CreatorPropertyContext_t610304857 * L_168 = V_17; NullCheck(L_168); bool L_169 = L_168->get_Used_5(); if (L_169) { goto IL_0563; } } IL_0382: { CreatorPropertyContext_t610304857 * L_170 = V_17; NullCheck(L_170); JsonProperty_t1405154176 * L_171 = L_170->get_Property_1(); if (!L_171) { goto IL_0563; } } IL_038e: { CreatorPropertyContext_t610304857 * L_172 = V_17; NullCheck(L_172); JsonProperty_t1405154176 * L_173 = L_172->get_Property_1(); NullCheck(L_173); bool L_174 = JsonProperty_get_Ignored_m2509840579(L_173, /*hidden argument*/NULL); if (L_174) { goto IL_0563; } } IL_039f: { CreatorPropertyContext_t610304857 * L_175 = V_17; NullCheck(L_175); Nullable_1_t4213156694 L_176 = L_175->get_Presence_3(); V_14 = L_176; V_15 = 0; int32_t L_177 = Nullable_1_GetValueOrDefault_m868412217((&V_14), /*hidden argument*/Nullable_1_GetValueOrDefault_m868412217_RuntimeMethod_var); int32_t L_178 = V_15; if ((((int32_t)L_177) == ((int32_t)L_178))) { goto IL_03b9; } } IL_03b6: { G_B66_0 = 0; goto IL_03c0; } IL_03b9: { bool L_179 = Nullable_1_get_HasValue_m4206031148((&V_14), /*hidden argument*/Nullable_1_get_HasValue_m4206031148_RuntimeMethod_var); G_B66_0 = ((int32_t)(L_179)); } IL_03c0: { if (G_B66_0) { goto IL_0563; } } IL_03c5: { CreatorPropertyContext_t610304857 * L_180 = V_17; NullCheck(L_180); JsonProperty_t1405154176 * L_181 = L_180->get_Property_1(); V_18 = L_181; CreatorPropertyContext_t610304857 * L_182 = V_17; NullCheck(L_182); RuntimeObject * L_183 = L_182->get_Value_4(); V_19 = L_183; JsonProperty_t1405154176 * L_184 = V_18; RuntimeObject * L_185 = V_19; bool L_186 = JsonSerializerInternalReader_ShouldSetPropertyValue_m2717624876(__this, L_184, L_185, /*hidden argument*/NULL); if (!L_186) { goto IL_0400; } } IL_03e3: { JsonProperty_t1405154176 * L_187 = V_18; NullCheck(L_187); RuntimeObject* L_188 = JsonProperty_get_ValueProvider_m1301583632(L_187, /*hidden argument*/NULL); RuntimeObject * L_189 = V_4; RuntimeObject * L_190 = V_19; NullCheck(L_188); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Void Newtonsoft.Json.Serialization.IValueProvider::SetValue(System.Object,System.Object) */, IValueProvider_t3724824760_il2cpp_TypeInfo_var, L_188, L_189, L_190); CreatorPropertyContext_t610304857 * L_191 = V_17; NullCheck(L_191); L_191->set_Used_5((bool)1); goto IL_0563; } IL_0400: { JsonProperty_t1405154176 * L_192 = V_18; NullCheck(L_192); bool L_193 = JsonProperty_get_Writable_m2500354331(L_192, /*hidden argument*/NULL); if (L_193) { goto IL_0563; } } IL_040c: { RuntimeObject * L_194 = V_19; if (!L_194) { goto IL_0563; } } IL_0413: { JsonSerializer_t1424496335 * L_195 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_195); RuntimeObject* L_196 = L_195->get__contractResolver_11(); JsonProperty_t1405154176 * L_197 = V_18; NullCheck(L_197); Type_t * L_198 = JsonProperty_get_PropertyType_m3302554867(L_197, /*hidden argument*/NULL); NullCheck(L_196); JsonContract_t3715061318 * L_199 = InterfaceFuncInvoker1< JsonContract_t3715061318 *, Type_t * >::Invoke(0 /* Newtonsoft.Json.Serialization.JsonContract Newtonsoft.Json.Serialization.IContractResolver::ResolveContract(System.Type) */, IContractResolver_t4193385603_il2cpp_TypeInfo_var, L_196, L_198); V_20 = L_199; JsonContract_t3715061318 * L_200 = V_20; NullCheck(L_200); int32_t L_201 = L_200->get_ContractType_5(); if ((!(((uint32_t)L_201) == ((uint32_t)2)))) { goto IL_04a9; } } IL_0436: { JsonContract_t3715061318 * L_202 = V_20; V_21 = ((JsonArrayContract_t483691547 *)CastclassClass((RuntimeObject*)L_202, JsonArrayContract_t483691547_il2cpp_TypeInfo_var)); JsonProperty_t1405154176 * L_203 = V_18; NullCheck(L_203); RuntimeObject* L_204 = JsonProperty_get_ValueProvider_m1301583632(L_203, /*hidden argument*/NULL); RuntimeObject * L_205 = V_4; NullCheck(L_204); RuntimeObject * L_206 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Object Newtonsoft.Json.Serialization.IValueProvider::GetValue(System.Object) */, IValueProvider_t3724824760_il2cpp_TypeInfo_var, L_204, L_205); V_22 = L_206; RuntimeObject * L_207 = V_22; if (!L_207) { goto IL_055b; } } IL_0456: { JsonArrayContract_t483691547 * L_208 = V_21; RuntimeObject * L_209 = V_22; NullCheck(L_208); RuntimeObject* L_210 = JsonArrayContract_CreateWrapper_m867824515(L_208, L_209, /*hidden argument*/NULL); V_23 = L_210; JsonArrayContract_t483691547 * L_211 = V_21; RuntimeObject * L_212 = V_19; NullCheck(L_211); RuntimeObject* L_213 = JsonArrayContract_CreateWrapper_m867824515(L_211, L_212, /*hidden argument*/NULL); NullCheck(L_213); RuntimeObject* L_214 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_213); V_24 = L_214; } IL_0471: try { // begin try (depth: 2) { goto IL_0486; } IL_0473: { RuntimeObject* L_215 = V_24; NullCheck(L_215); RuntimeObject * L_216 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_215); V_25 = L_216; RuntimeObject* L_217 = V_23; RuntimeObject * L_218 = V_25; NullCheck(L_217); InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(4 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_t2094931216_il2cpp_TypeInfo_var, L_217, L_218); } IL_0486: { RuntimeObject* L_219 = V_24; NullCheck(L_219); bool L_220 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_219); if (L_220) { goto IL_0473; } } IL_048f: { IL2CPP_LEAVE(0x55B, FINALLY_0494); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0494; } FINALLY_0494: { // begin finally (depth: 2) { RuntimeObject* L_221 = V_24; V_26 = ((RuntimeObject*)IsInst((RuntimeObject*)L_221, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_222 = V_26; if (!L_222) { goto IL_04a8; } } IL_04a1: { RuntimeObject* L_223 = V_26; NullCheck(L_223); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_223); } IL_04a8: { IL2CPP_END_FINALLY(1172) } } // end finally (depth: 2) IL2CPP_CLEANUP(1172) { IL2CPP_JUMP_TBL(0x55B, IL_055b) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_04a9: { JsonContract_t3715061318 * L_224 = V_20; NullCheck(L_224); int32_t L_225 = L_224->get_ContractType_5(); if ((!(((uint32_t)L_225) == ((uint32_t)5)))) { goto IL_055b; } } IL_04b6: { JsonContract_t3715061318 * L_226 = V_20; V_27 = ((JsonDictionaryContract_t4040570183 *)CastclassClass((RuntimeObject*)L_226, JsonDictionaryContract_t4040570183_il2cpp_TypeInfo_var)); JsonProperty_t1405154176 * L_227 = V_18; NullCheck(L_227); RuntimeObject* L_228 = JsonProperty_get_ValueProvider_m1301583632(L_227, /*hidden argument*/NULL); RuntimeObject * L_229 = V_4; NullCheck(L_228); RuntimeObject * L_230 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Object Newtonsoft.Json.Serialization.IValueProvider::GetValue(System.Object) */, IValueProvider_t3724824760_il2cpp_TypeInfo_var, L_228, L_229); V_28 = L_230; RuntimeObject * L_231 = V_28; if (!L_231) { goto IL_055b; } } IL_04d6: { JsonDictionaryContract_t4040570183 * L_232 = V_27; NullCheck(L_232); bool L_233 = JsonDictionaryContract_get_ShouldCreateWrapper_m4140590597(L_232, /*hidden argument*/NULL); if (L_233) { goto IL_04e8; } } IL_04df: { RuntimeObject * L_234 = V_28; G_B86_0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_234, IDictionary_t1363984059_il2cpp_TypeInfo_var)); goto IL_04f5; } IL_04e8: { JsonDictionaryContract_t4040570183 * L_235 = V_27; RuntimeObject * L_236 = V_28; NullCheck(L_235); RuntimeObject* L_237 = JsonDictionaryContract_CreateWrapper_m1557137919(L_235, L_236, /*hidden argument*/NULL); V_31 = L_237; RuntimeObject* L_238 = V_31; G_B86_0 = L_238; } IL_04f5: { V_29 = G_B86_0; JsonDictionaryContract_t4040570183 * L_239 = V_27; NullCheck(L_239); bool L_240 = JsonDictionaryContract_get_ShouldCreateWrapper_m4140590597(L_239, /*hidden argument*/NULL); if (L_240) { goto IL_0509; } } IL_0500: { RuntimeObject * L_241 = V_19; G_B89_0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_241, IDictionary_t1363984059_il2cpp_TypeInfo_var)); goto IL_0516; } IL_0509: { JsonDictionaryContract_t4040570183 * L_242 = V_27; RuntimeObject * L_243 = V_19; NullCheck(L_242); RuntimeObject* L_244 = JsonDictionaryContract_CreateWrapper_m1557137919(L_242, L_243, /*hidden argument*/NULL); V_31 = L_244; RuntimeObject* L_245 = V_31; G_B89_0 = L_245; } IL_0516: { NullCheck(G_B89_0); RuntimeObject* L_246 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(9 /* System.Collections.IDictionaryEnumerator System.Collections.IDictionary::GetEnumerator() */, IDictionary_t1363984059_il2cpp_TypeInfo_var, G_B89_0); V_30 = L_246; } IL_051d: try { // begin try (depth: 2) { goto IL_053d; } IL_051f: { RuntimeObject* L_247 = V_30; NullCheck(L_247); DictionaryEntry_t3123975638 L_248 = InterfaceFuncInvoker0< DictionaryEntry_t3123975638 >::Invoke(0 /* System.Collections.DictionaryEntry System.Collections.IDictionaryEnumerator::get_Entry() */, IDictionaryEnumerator_t1693217257_il2cpp_TypeInfo_var, L_247); V_32 = L_248; RuntimeObject* L_249 = V_29; RuntimeObject * L_250 = DictionaryEntry_get_Key_m3117378551((&V_32), /*hidden argument*/NULL); RuntimeObject * L_251 = DictionaryEntry_get_Value_m618120527((&V_32), /*hidden argument*/NULL); NullCheck(L_249); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(6 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_249, L_250, L_251); } IL_053d: { RuntimeObject* L_252 = V_30; NullCheck(L_252); bool L_253 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_252); if (L_253) { goto IL_051f; } } IL_0546: { IL2CPP_LEAVE(0x55B, FINALLY_0548); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0548; } FINALLY_0548: { // begin finally (depth: 2) { RuntimeObject* L_254 = V_30; RuntimeObject* L_255 = ((RuntimeObject*)IsInst((RuntimeObject*)L_254, IDisposable_t3640265483_il2cpp_TypeInfo_var)); G_B95_0 = L_255; if (L_255) { G_B96_0 = L_255; goto IL_0555; } } IL_0552: { goto IL_055a; } IL_0555: { NullCheck(G_B96_0); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, G_B96_0); } IL_055a: { IL2CPP_END_FINALLY(1352) } } // end finally (depth: 2) IL2CPP_CLEANUP(1352) { IL2CPP_JUMP_TBL(0x55B, IL_055b) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_055b: { CreatorPropertyContext_t610304857 * L_256 = V_17; NullCheck(L_256); L_256->set_Used_5((bool)1); } IL_0563: { bool L_257 = Enumerator_MoveNext_m2970563436((&V_8), /*hidden argument*/Enumerator_MoveNext_m2970563436_RuntimeMethod_var); if (L_257) { goto IL_036d; } } IL_056f: { IL2CPP_LEAVE(0x57F, FINALLY_0571); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0571; } FINALLY_0571: { // begin finally (depth: 1) Enumerator_Dispose_m2486685009((&V_8), /*hidden argument*/Enumerator_Dispose_m2486685009_RuntimeMethod_var); IL2CPP_END_FINALLY(1393) } // end finally (depth: 1) IL2CPP_CLEANUP(1393) { IL2CPP_JUMP_TBL(0x57F, IL_057f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_057f: { JsonObjectContract_t868533143 * L_258 = ___contract1; NullCheck(L_258); ExtensionDataSetter_t2768476772 * L_259 = JsonObjectContract_get_ExtensionDataSetter_m2218012061(L_258, /*hidden argument*/NULL); if (!L_259) { goto IL_05d7; } } { List_1_t2082379599 * L_260 = V_2; NullCheck(L_260); Enumerator_t3971623476 L_261 = List_1_GetEnumerator_m1794818689(L_260, /*hidden argument*/List_1_GetEnumerator_m1794818689_RuntimeMethod_var); V_8 = L_261; } IL_058f: try { // begin try (depth: 1) { goto IL_05be; } IL_0591: { CreatorPropertyContext_t610304857 * L_262 = Enumerator_get_Current_m3772168112((&V_8), /*hidden argument*/Enumerator_get_Current_m3772168112_RuntimeMethod_var); V_33 = L_262; CreatorPropertyContext_t610304857 * L_263 = V_33; NullCheck(L_263); bool L_264 = L_263->get_Used_5(); if (L_264) { goto IL_05be; } } IL_05a3: { JsonObjectContract_t868533143 * L_265 = ___contract1; NullCheck(L_265); ExtensionDataSetter_t2768476772 * L_266 = JsonObjectContract_get_ExtensionDataSetter_m2218012061(L_265, /*hidden argument*/NULL); RuntimeObject * L_267 = V_4; CreatorPropertyContext_t610304857 * L_268 = V_33; NullCheck(L_268); String_t* L_269 = L_268->get_Name_0(); CreatorPropertyContext_t610304857 * L_270 = V_33; NullCheck(L_270); RuntimeObject * L_271 = L_270->get_Value_4(); NullCheck(L_266); ExtensionDataSetter_Invoke_m2159483649(L_266, L_267, L_269, L_271, /*hidden argument*/NULL); } IL_05be: { bool L_272 = Enumerator_MoveNext_m2970563436((&V_8), /*hidden argument*/Enumerator_MoveNext_m2970563436_RuntimeMethod_var); if (L_272) { goto IL_0591; } } IL_05c7: { IL2CPP_LEAVE(0x5D7, FINALLY_05c9); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_05c9; } FINALLY_05c9: { // begin finally (depth: 1) Enumerator_Dispose_m2486685009((&V_8), /*hidden argument*/Enumerator_Dispose_m2486685009_RuntimeMethod_var); IL2CPP_END_FINALLY(1481) } // end finally (depth: 1) IL2CPP_CLEANUP(1481) { IL2CPP_JUMP_TBL(0x5D7, IL_05d7) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_05d7: { bool L_273 = V_0; if (!L_273) { goto IL_063c; } } { List_1_t2082379599 * L_274 = V_2; NullCheck(L_274); Enumerator_t3971623476 L_275 = List_1_GetEnumerator_m1794818689(L_274, /*hidden argument*/List_1_GetEnumerator_m1794818689_RuntimeMethod_var); V_8 = L_275; } IL_05e2: try { // begin try (depth: 1) { goto IL_0623; } IL_05e4: { CreatorPropertyContext_t610304857 * L_276 = Enumerator_get_Current_m3772168112((&V_8), /*hidden argument*/Enumerator_get_Current_m3772168112_RuntimeMethod_var); V_34 = L_276; CreatorPropertyContext_t610304857 * L_277 = V_34; NullCheck(L_277); JsonProperty_t1405154176 * L_278 = L_277->get_Property_1(); if (!L_278) { goto IL_0623; } } IL_05f6: { RuntimeObject * L_279 = V_4; JsonReader_t2369136700 * L_280 = ___reader0; JsonObjectContract_t868533143 * L_281 = ___contract1; JsonReader_t2369136700 * L_282 = ___reader0; NullCheck(L_282); int32_t L_283 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 Newtonsoft.Json.JsonReader::get_Depth() */, L_282); CreatorPropertyContext_t610304857 * L_284 = V_34; NullCheck(L_284); JsonProperty_t1405154176 * L_285 = L_284->get_Property_1(); CreatorPropertyContext_t610304857 * L_286 = V_34; NullCheck(L_286); Nullable_1_t4213156694 * L_287 = L_286->get_address_of_Presence_3(); int32_t L_288 = Nullable_1_GetValueOrDefault_m868412217(L_287, /*hidden argument*/Nullable_1_GetValueOrDefault_m868412217_RuntimeMethod_var); CreatorPropertyContext_t610304857 * L_289 = V_34; NullCheck(L_289); bool L_290 = L_289->get_Used_5(); JsonSerializerInternalReader_EndProcessProperty_m494494702(__this, L_279, L_280, L_281, L_283, L_285, L_288, (bool)((((int32_t)L_290) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); } IL_0623: { bool L_291 = Enumerator_MoveNext_m2970563436((&V_8), /*hidden argument*/Enumerator_MoveNext_m2970563436_RuntimeMethod_var); if (L_291) { goto IL_05e4; } } IL_062c: { IL2CPP_LEAVE(0x63C, FINALLY_062e); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_062e; } FINALLY_062e: { // begin finally (depth: 1) Enumerator_Dispose_m2486685009((&V_8), /*hidden argument*/Enumerator_Dispose_m2486685009_RuntimeMethod_var); IL2CPP_END_FINALLY(1582) } // end finally (depth: 1) IL2CPP_CLEANUP(1582) { IL2CPP_JUMP_TBL(0x63C, IL_063c) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_063c: { JsonReader_t2369136700 * L_292 = ___reader0; JsonObjectContract_t868533143 * L_293 = ___contract1; RuntimeObject * L_294 = V_4; JsonSerializerInternalReader_OnDeserialized_m1347532304(__this, L_292, L_293, L_294, /*hidden argument*/NULL); RuntimeObject * L_295 = V_4; return L_295; } } // System.Object Newtonsoft.Json.Serialization.JsonSerializerInternalReader::DeserializeConvertable(Newtonsoft.Json.JsonConverter,Newtonsoft.Json.JsonReader,System.Type,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonSerializerInternalReader_DeserializeConvertable_m12555224 (JsonSerializerInternalReader_t927352408 * __this, JsonConverter_t1047106545 * ___converter0, JsonReader_t2369136700 * ___reader1, Type_t * ___objectType2, RuntimeObject * ___existingValue3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalReader_DeserializeConvertable_m12555224_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * G_B6_0 = NULL; RuntimeObject * G_B4_0 = NULL; RuntimeObject * G_B5_0 = NULL; { RuntimeObject* L_0 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); if (!L_0) { goto IL_004a; } } { RuntimeObject* L_1 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); NullCheck(L_1); int32_t L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Diagnostics.TraceLevel Newtonsoft.Json.Serialization.ITraceWriter::get_LevelFilter() */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_1); if ((((int32_t)L_2) < ((int32_t)3))) { goto IL_004a; } } { RuntimeObject* L_3 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); JsonReader_t2369136700 * L_4 = ___reader1; JsonReader_t2369136700 * L_5 = ___reader1; NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String Newtonsoft.Json.JsonReader::get_Path() */, L_5); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_7 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); Type_t * L_8 = ___objectType2; JsonConverter_t1047106545 * L_9 = ___converter0; NullCheck(L_9); Type_t * L_10 = Object_GetType_m88164663(L_9, /*hidden argument*/NULL); String_t* L_11 = StringUtils_FormatWith_m353537829(NULL /*static, unused*/, _stringLiteral1151270993, L_7, L_8, L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonPosition_t2528027714_il2cpp_TypeInfo_var); String_t* L_12 = JsonPosition_FormatMessage_m331598339(NULL /*static, unused*/, ((RuntimeObject*)IsInst((RuntimeObject*)L_4, IJsonLineInfo_t2844470104_il2cpp_TypeInfo_var)), L_6, L_11, /*hidden argument*/NULL); NullCheck(L_3); InterfaceActionInvoker3< int32_t, String_t*, Exception_t * >::Invoke(1 /* System.Void Newtonsoft.Json.Serialization.ITraceWriter::Trace(System.Diagnostics.TraceLevel,System.String,System.Exception) */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_3, 3, L_12, (Exception_t *)NULL); } IL_004a: { JsonConverter_t1047106545 * L_13 = ___converter0; JsonReader_t2369136700 * L_14 = ___reader1; Type_t * L_15 = ___objectType2; RuntimeObject * L_16 = ___existingValue3; JsonSerializerProxy_t657065764 * L_17 = JsonSerializerInternalReader_GetInternalSerializer_m4160976655(__this, /*hidden argument*/NULL); NullCheck(L_13); RuntimeObject * L_18 = VirtFuncInvoker4< RuntimeObject *, JsonReader_t2369136700 *, Type_t *, RuntimeObject *, JsonSerializer_t1424496335 * >::Invoke(5 /* System.Object Newtonsoft.Json.JsonConverter::ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) */, L_13, L_14, L_15, L_16, L_17); RuntimeObject* L_19 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); G_B4_0 = L_18; if (!L_19) { G_B6_0 = L_18; goto IL_00a4; } } { RuntimeObject* L_20 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); NullCheck(L_20); int32_t L_21 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Diagnostics.TraceLevel Newtonsoft.Json.Serialization.ITraceWriter::get_LevelFilter() */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_20); G_B5_0 = G_B4_0; if ((((int32_t)L_21) < ((int32_t)3))) { G_B6_0 = G_B4_0; goto IL_00a4; } } { RuntimeObject* L_22 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); JsonReader_t2369136700 * L_23 = ___reader1; JsonReader_t2369136700 * L_24 = ___reader1; NullCheck(L_24); String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String Newtonsoft.Json.JsonReader::get_Path() */, L_24); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_26 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); Type_t * L_27 = ___objectType2; JsonConverter_t1047106545 * L_28 = ___converter0; NullCheck(L_28); Type_t * L_29 = Object_GetType_m88164663(L_28, /*hidden argument*/NULL); String_t* L_30 = StringUtils_FormatWith_m353537829(NULL /*static, unused*/, _stringLiteral2407482962, L_26, L_27, L_29, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonPosition_t2528027714_il2cpp_TypeInfo_var); String_t* L_31 = JsonPosition_FormatMessage_m331598339(NULL /*static, unused*/, ((RuntimeObject*)IsInst((RuntimeObject*)L_23, IJsonLineInfo_t2844470104_il2cpp_TypeInfo_var)), L_25, L_30, /*hidden argument*/NULL); NullCheck(L_22); InterfaceActionInvoker3< int32_t, String_t*, Exception_t * >::Invoke(1 /* System.Void Newtonsoft.Json.Serialization.ITraceWriter::Trace(System.Diagnostics.TraceLevel,System.String,System.Exception) */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_22, 3, L_31, (Exception_t *)NULL); G_B6_0 = G_B5_0; } IL_00a4: { return G_B6_0; } } // System.Collections.Generic.List`1 Newtonsoft.Json.Serialization.JsonSerializerInternalReader::ResolvePropertyAndCreatorValues(Newtonsoft.Json.Serialization.JsonObjectContract,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.JsonReader,System.Type) extern "C" IL2CPP_METHOD_ATTR List_1_t2082379599 * JsonSerializerInternalReader_ResolvePropertyAndCreatorValues_m2579278496 (JsonSerializerInternalReader_t927352408 * __this, JsonObjectContract_t868533143 * ___contract0, JsonProperty_t1405154176 * ___containerProperty1, JsonReader_t2369136700 * ___reader2, Type_t * ___objectType3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalReader_ResolvePropertyAndCreatorValues_m2579278496_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t2082379599 * V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; String_t* V_3 = NULL; CreatorPropertyContext_t610304857 * V_4 = NULL; JsonProperty_t1405154176 * V_5 = NULL; JsonConverter_t1047106545 * V_6 = NULL; JsonProperty_t1405154176 * G_B7_0 = NULL; JsonProperty_t1405154176 * G_B6_0 = NULL; { List_1_t2082379599 * L_0 = (List_1_t2082379599 *)il2cpp_codegen_object_new(List_1_t2082379599_il2cpp_TypeInfo_var); List_1__ctor_m2450941113(L_0, /*hidden argument*/List_1__ctor_m2450941113_RuntimeMethod_var); V_0 = L_0; V_1 = (bool)0; } IL_0008: { JsonReader_t2369136700 * L_1 = ___reader2; NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_1); V_2 = L_2; int32_t L_3 = V_2; if ((((int32_t)L_3) == ((int32_t)4))) { goto IL_0027; } } { int32_t L_4 = V_2; if ((((int32_t)L_4) == ((int32_t)5))) { goto IL_0226; } } { int32_t L_5 = V_2; if ((((int32_t)L_5) == ((int32_t)((int32_t)13)))) { goto IL_0206; } } { goto IL_020a; } IL_0027: { JsonReader_t2369136700 * L_6 = ___reader2; NullCheck(L_6); RuntimeObject * L_7 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_6); NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_7); V_3 = L_8; CreatorPropertyContext_t610304857 * L_9 = (CreatorPropertyContext_t610304857 *)il2cpp_codegen_object_new(CreatorPropertyContext_t610304857_il2cpp_TypeInfo_var); CreatorPropertyContext__ctor_m1973783268(L_9, /*hidden argument*/NULL); CreatorPropertyContext_t610304857 * L_10 = L_9; JsonReader_t2369136700 * L_11 = ___reader2; NullCheck(L_11); RuntimeObject * L_12 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_11); NullCheck(L_12); String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_12); NullCheck(L_10); L_10->set_Name_0(L_13); CreatorPropertyContext_t610304857 * L_14 = L_10; JsonObjectContract_t868533143 * L_15 = ___contract0; NullCheck(L_15); JsonPropertyCollection_t2691548039 * L_16 = JsonObjectContract_get_CreatorParameters_m3121334226(L_15, /*hidden argument*/NULL); String_t* L_17 = V_3; NullCheck(L_16); JsonProperty_t1405154176 * L_18 = JsonPropertyCollection_GetClosestMatchProperty_m315130954(L_16, L_17, /*hidden argument*/NULL); NullCheck(L_14); L_14->set_ConstructorProperty_2(L_18); CreatorPropertyContext_t610304857 * L_19 = L_14; JsonObjectContract_t868533143 * L_20 = ___contract0; NullCheck(L_20); JsonPropertyCollection_t2691548039 * L_21 = JsonObjectContract_get_Properties_m694356175(L_20, /*hidden argument*/NULL); String_t* L_22 = V_3; NullCheck(L_21); JsonProperty_t1405154176 * L_23 = JsonPropertyCollection_GetClosestMatchProperty_m315130954(L_21, L_22, /*hidden argument*/NULL); NullCheck(L_19); L_19->set_Property_1(L_23); V_4 = L_19; List_1_t2082379599 * L_24 = V_0; CreatorPropertyContext_t610304857 * L_25 = V_4; NullCheck(L_24); List_1_Add_m185010749(L_24, L_25, /*hidden argument*/List_1_Add_m185010749_RuntimeMethod_var); CreatorPropertyContext_t610304857 * L_26 = V_4; NullCheck(L_26); JsonProperty_t1405154176 * L_27 = L_26->get_ConstructorProperty_2(); JsonProperty_t1405154176 * L_28 = L_27; G_B6_0 = L_28; if (L_28) { G_B7_0 = L_28; goto IL_0089; } } { CreatorPropertyContext_t610304857 * L_29 = V_4; NullCheck(L_29); JsonProperty_t1405154176 * L_30 = L_29->get_Property_1(); G_B7_0 = L_30; } IL_0089: { V_5 = G_B7_0; JsonProperty_t1405154176 * L_31 = V_5; if (!L_31) { goto IL_014f; } } { JsonProperty_t1405154176 * L_32 = V_5; NullCheck(L_32); bool L_33 = JsonProperty_get_Ignored_m2509840579(L_32, /*hidden argument*/NULL); if (L_33) { goto IL_014f; } } { JsonProperty_t1405154176 * L_34 = V_5; NullCheck(L_34); JsonContract_t3715061318 * L_35 = JsonProperty_get_PropertyContract_m2273319397(L_34, /*hidden argument*/NULL); if (L_35) { goto IL_00bb; } } { JsonProperty_t1405154176 * L_36 = V_5; JsonProperty_t1405154176 * L_37 = V_5; NullCheck(L_37); Type_t * L_38 = JsonProperty_get_PropertyType_m3302554867(L_37, /*hidden argument*/NULL); JsonContract_t3715061318 * L_39 = JsonSerializerInternalReader_GetContractSafe_m881561284(__this, L_38, /*hidden argument*/NULL); NullCheck(L_36); JsonProperty_set_PropertyContract_m747959608(L_36, L_39, /*hidden argument*/NULL); } IL_00bb: { JsonProperty_t1405154176 * L_40 = V_5; NullCheck(L_40); JsonContract_t3715061318 * L_41 = JsonProperty_get_PropertyContract_m2273319397(L_40, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_42 = V_5; NullCheck(L_42); JsonConverter_t1047106545 * L_43 = JsonProperty_get_MemberConverter_m3872705062(L_42, /*hidden argument*/NULL); JsonObjectContract_t868533143 * L_44 = ___contract0; JsonProperty_t1405154176 * L_45 = ___containerProperty1; JsonConverter_t1047106545 * L_46 = JsonSerializerInternalReader_GetConverter_m3382278774(__this, L_41, L_43, L_44, L_45, /*hidden argument*/NULL); V_6 = L_46; JsonReader_t2369136700 * L_47 = ___reader2; JsonProperty_t1405154176 * L_48 = V_5; NullCheck(L_48); JsonContract_t3715061318 * L_49 = JsonProperty_get_PropertyContract_m2273319397(L_48, /*hidden argument*/NULL); JsonConverter_t1047106545 * L_50 = V_6; bool L_51 = JsonSerializerInternalReader_ReadForType_m783535205(__this, L_47, L_49, (bool)((!(((RuntimeObject*)(JsonConverter_t1047106545 *)L_50) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0), /*hidden argument*/NULL); if (L_51) { goto IL_00ff; } } { JsonReader_t2369136700 * L_52 = ___reader2; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_53 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_54 = V_3; String_t* L_55 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2983505404, L_53, L_54, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_56 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_52, L_55, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_56,JsonSerializerInternalReader_ResolvePropertyAndCreatorValues_m2579278496_RuntimeMethod_var); } IL_00ff: { JsonConverter_t1047106545 * L_57 = V_6; if (!L_57) { goto IL_0129; } } { JsonConverter_t1047106545 * L_58 = V_6; NullCheck(L_58); bool L_59 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean Newtonsoft.Json.JsonConverter::get_CanRead() */, L_58); if (!L_59) { goto IL_0129; } } { CreatorPropertyContext_t610304857 * L_60 = V_4; JsonConverter_t1047106545 * L_61 = V_6; JsonReader_t2369136700 * L_62 = ___reader2; JsonProperty_t1405154176 * L_63 = V_5; NullCheck(L_63); Type_t * L_64 = JsonProperty_get_PropertyType_m3302554867(L_63, /*hidden argument*/NULL); RuntimeObject * L_65 = JsonSerializerInternalReader_DeserializeConvertable_m12555224(__this, L_61, L_62, L_64, NULL, /*hidden argument*/NULL); NullCheck(L_60); L_60->set_Value_4(L_65); goto IL_0226; } IL_0129: { CreatorPropertyContext_t610304857 * L_66 = V_4; JsonReader_t2369136700 * L_67 = ___reader2; JsonProperty_t1405154176 * L_68 = V_5; NullCheck(L_68); Type_t * L_69 = JsonProperty_get_PropertyType_m3302554867(L_68, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_70 = V_5; NullCheck(L_70); JsonContract_t3715061318 * L_71 = JsonProperty_get_PropertyContract_m2273319397(L_70, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_72 = V_5; JsonObjectContract_t868533143 * L_73 = ___contract0; JsonProperty_t1405154176 * L_74 = ___containerProperty1; RuntimeObject * L_75 = JsonSerializerInternalReader_CreateValueInternal_m728545038(__this, L_67, L_69, L_71, L_72, L_73, L_74, NULL, /*hidden argument*/NULL); NullCheck(L_66); L_66->set_Value_4(L_75); goto IL_0226; } IL_014f: { JsonReader_t2369136700 * L_76 = ___reader2; NullCheck(L_76); bool L_77 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_76); if (L_77) { goto IL_016e; } } { JsonReader_t2369136700 * L_78 = ___reader2; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_79 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_80 = V_3; String_t* L_81 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2983505404, L_79, L_80, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_82 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_78, L_81, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_82,JsonSerializerInternalReader_ResolvePropertyAndCreatorValues_m2579278496_RuntimeMethod_var); } IL_016e: { RuntimeObject* L_83 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); if (!L_83) { goto IL_01b8; } } { RuntimeObject* L_84 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); NullCheck(L_84); int32_t L_85 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Diagnostics.TraceLevel Newtonsoft.Json.Serialization.ITraceWriter::get_LevelFilter() */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_84); if ((((int32_t)L_85) < ((int32_t)4))) { goto IL_01b8; } } { RuntimeObject* L_86 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); JsonReader_t2369136700 * L_87 = ___reader2; JsonReader_t2369136700 * L_88 = ___reader2; NullCheck(L_88); String_t* L_89 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String Newtonsoft.Json.JsonReader::get_Path() */, L_88); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_90 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_91 = V_3; JsonObjectContract_t868533143 * L_92 = ___contract0; NullCheck(L_92); Type_t * L_93 = JsonContract_get_UnderlyingType_m1736598392(L_92, /*hidden argument*/NULL); String_t* L_94 = StringUtils_FormatWith_m353537829(NULL /*static, unused*/, _stringLiteral372986533, L_90, L_91, L_93, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonPosition_t2528027714_il2cpp_TypeInfo_var); String_t* L_95 = JsonPosition_FormatMessage_m331598339(NULL /*static, unused*/, ((RuntimeObject*)IsInst((RuntimeObject*)L_87, IJsonLineInfo_t2844470104_il2cpp_TypeInfo_var)), L_89, L_94, /*hidden argument*/NULL); NullCheck(L_86); InterfaceActionInvoker3< int32_t, String_t*, Exception_t * >::Invoke(1 /* System.Void Newtonsoft.Json.Serialization.ITraceWriter::Trace(System.Diagnostics.TraceLevel,System.String,System.Exception) */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_86, 4, L_95, (Exception_t *)NULL); } IL_01b8: { JsonSerializer_t1424496335 * L_96 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_96); int32_t L_97 = L_96->get__missingMemberHandling_4(); if ((!(((uint32_t)L_97) == ((uint32_t)1)))) { goto IL_01e4; } } { JsonReader_t2369136700 * L_98 = ___reader2; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_99 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_100 = V_3; Type_t * L_101 = ___objectType3; NullCheck(L_101); String_t* L_102 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_101); String_t* L_103 = StringUtils_FormatWith_m353537829(NULL /*static, unused*/, _stringLiteral2219708261, L_99, L_100, L_102, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_104 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_98, L_103, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_104,JsonSerializerInternalReader_ResolvePropertyAndCreatorValues_m2579278496_RuntimeMethod_var); } IL_01e4: { JsonObjectContract_t868533143 * L_105 = ___contract0; NullCheck(L_105); ExtensionDataSetter_t2768476772 * L_106 = JsonObjectContract_get_ExtensionDataSetter_m2218012061(L_105, /*hidden argument*/NULL); if (!L_106) { goto IL_01fe; } } { CreatorPropertyContext_t610304857 * L_107 = V_4; JsonObjectContract_t868533143 * L_108 = ___contract0; JsonProperty_t1405154176 * L_109 = ___containerProperty1; JsonReader_t2369136700 * L_110 = ___reader2; RuntimeObject * L_111 = JsonSerializerInternalReader_ReadExtensionDataValue_m53616679(__this, L_108, L_109, L_110, /*hidden argument*/NULL); NullCheck(L_107); L_107->set_Value_4(L_111); goto IL_0226; } IL_01fe: { JsonReader_t2369136700 * L_112 = ___reader2; NullCheck(L_112); JsonReader_Skip_m763208338(L_112, /*hidden argument*/NULL); goto IL_0226; } IL_0206: { V_1 = (bool)1; goto IL_0226; } IL_020a: { JsonReader_t2369136700 * L_113 = ___reader2; JsonReader_t2369136700 * L_114 = ___reader2; NullCheck(L_114); int32_t L_115 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_114); int32_t L_116 = L_115; RuntimeObject * L_117 = Box(JsonToken_t1917433489_il2cpp_TypeInfo_var, &L_116); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_118 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3165783102, L_117, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_119 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_113, L_118, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_119,JsonSerializerInternalReader_ResolvePropertyAndCreatorValues_m2579278496_RuntimeMethod_var); } IL_0226: { bool L_120 = V_1; if (L_120) { goto IL_0234; } } { JsonReader_t2369136700 * L_121 = ___reader2; NullCheck(L_121); bool L_122 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_121); if (L_122) { goto IL_0008; } } IL_0234: { List_1_t2082379599 * L_123 = V_0; return L_123; } } // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalReader::ReadForType(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Serialization.JsonContract,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool JsonSerializerInternalReader_ReadForType_m783535205 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, JsonContract_t3715061318 * ___contract1, bool ___hasConverter2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalReader_ReadForType_m783535205_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t G_B5_0 = 0; { bool L_0 = ___hasConverter2; if (!L_0) { goto IL_000a; } } { JsonReader_t2369136700 * L_1 = ___reader0; NullCheck(L_1); bool L_2 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_1); return L_2; } IL_000a: { JsonContract_t3715061318 * L_3 = ___contract1; if (L_3) { goto IL_0010; } } { G_B5_0 = 0; goto IL_0016; } IL_0010: { JsonContract_t3715061318 * L_4 = ___contract1; NullCheck(L_4); int32_t L_5 = L_4->get_InternalReadType_4(); G_B5_0 = ((int32_t)(L_5)); } IL_0016: { V_0 = G_B5_0; int32_t L_6 = V_0; switch (L_6) { case 0: { goto IL_0043; } case 1: { goto IL_004a; } case 2: { goto IL_0065; } case 3: { goto IL_0077; } case 4: { goto IL_0053; } case 5: { goto IL_0080; } case 6: { goto IL_0089; } case 7: { goto IL_005c; } case 8: { goto IL_006e; } } } { goto IL_0092; } IL_0043: { JsonReader_t2369136700 * L_7 = ___reader0; NullCheck(L_7); bool L_8 = JsonReader_ReadAndMoveToContent_m799965404(L_7, /*hidden argument*/NULL); return L_8; } IL_004a: { JsonReader_t2369136700 * L_9 = ___reader0; NullCheck(L_9); VirtFuncInvoker0< Nullable_1_t378540539 >::Invoke(11 /* System.Nullable`1 Newtonsoft.Json.JsonReader::ReadAsInt32() */, L_9); goto IL_0098; } IL_0053: { JsonReader_t2369136700 * L_10 = ___reader0; NullCheck(L_10); VirtFuncInvoker0< Nullable_1_t375854166 >::Invoke(16 /* System.Nullable`1 Newtonsoft.Json.JsonReader::ReadAsDecimal() */, L_10); goto IL_0098; } IL_005c: { JsonReader_t2369136700 * L_11 = ___reader0; NullCheck(L_11); VirtFuncInvoker0< Nullable_1_t2317227445 >::Invoke(14 /* System.Nullable`1 Newtonsoft.Json.JsonReader::ReadAsDouble() */, L_11); goto IL_0098; } IL_0065: { JsonReader_t2369136700 * L_12 = ___reader0; NullCheck(L_12); VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(13 /* System.Byte[] Newtonsoft.Json.JsonReader::ReadAsBytes() */, L_12); goto IL_0098; } IL_006e: { JsonReader_t2369136700 * L_13 = ___reader0; NullCheck(L_13); VirtFuncInvoker0< Nullable_1_t1819850047 >::Invoke(15 /* System.Nullable`1 Newtonsoft.Json.JsonReader::ReadAsBoolean() */, L_13); goto IL_0098; } IL_0077: { JsonReader_t2369136700 * L_14 = ___reader0; NullCheck(L_14); VirtFuncInvoker0< String_t* >::Invoke(12 /* System.String Newtonsoft.Json.JsonReader::ReadAsString() */, L_14); goto IL_0098; } IL_0080: { JsonReader_t2369136700 * L_15 = ___reader0; NullCheck(L_15); VirtFuncInvoker0< Nullable_1_t1166124571 >::Invoke(17 /* System.Nullable`1 Newtonsoft.Json.JsonReader::ReadAsDateTime() */, L_15); goto IL_0098; } IL_0089: { JsonReader_t2369136700 * L_16 = ___reader0; NullCheck(L_16); VirtFuncInvoker0< Nullable_1_t656882293 >::Invoke(18 /* System.Nullable`1 Newtonsoft.Json.JsonReader::ReadAsDateTimeOffset() */, L_16); goto IL_0098; } IL_0092: { ArgumentOutOfRangeException_t777629997 * L_17 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m2047740448(L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17,JsonSerializerInternalReader_ReadForType_m783535205_RuntimeMethod_var); } IL_0098: { JsonReader_t2369136700 * L_18 = ___reader0; NullCheck(L_18); int32_t L_19 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_18); return (bool)((!(((uint32_t)L_19) <= ((uint32_t)0)))? 1 : 0); } } // System.Object Newtonsoft.Json.Serialization.JsonSerializerInternalReader::CreateNewObject(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Serialization.JsonObjectContract,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.JsonProperty,System.String,System.Boolean&) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonSerializerInternalReader_CreateNewObject_m1140585664 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, JsonObjectContract_t868533143 * ___objectContract1, JsonProperty_t1405154176 * ___containerMember2, JsonProperty_t1405154176 * ___containerProperty3, String_t* ___id4, bool* ___createdFromNonDefaultCreator5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalReader_CreateNewObject_m1140585664_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { V_0 = NULL; JsonObjectContract_t868533143 * L_0 = ___objectContract1; NullCheck(L_0); ObjectConstructor_1_t3207922868 * L_1 = JsonObjectContract_get_OverrideCreator_m2356564258(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0042; } } { JsonObjectContract_t868533143 * L_2 = ___objectContract1; NullCheck(L_2); JsonPropertyCollection_t2691548039 * L_3 = JsonObjectContract_get_CreatorParameters_m3121334226(L_2, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4 = Collection_1_get_Count_m3880316688(L_3, /*hidden argument*/Collection_1_get_Count_m3880316688_RuntimeMethod_var); if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_002e; } } { bool* L_5 = ___createdFromNonDefaultCreator5; *((int8_t*)(L_5)) = (int8_t)1; JsonReader_t2369136700 * L_6 = ___reader0; JsonObjectContract_t868533143 * L_7 = ___objectContract1; JsonProperty_t1405154176 * L_8 = ___containerMember2; JsonObjectContract_t868533143 * L_9 = ___objectContract1; NullCheck(L_9); ObjectConstructor_1_t3207922868 * L_10 = JsonObjectContract_get_OverrideCreator_m2356564258(L_9, /*hidden argument*/NULL); String_t* L_11 = ___id4; RuntimeObject * L_12 = JsonSerializerInternalReader_CreateObjectUsingCreatorWithParameters_m3981818343(__this, L_6, L_7, L_8, L_10, L_11, /*hidden argument*/NULL); return L_12; } IL_002e: { JsonObjectContract_t868533143 * L_13 = ___objectContract1; NullCheck(L_13); ObjectConstructor_1_t3207922868 * L_14 = JsonObjectContract_get_OverrideCreator_m2356564258(L_13, /*hidden argument*/NULL); NullCheck(L_14); RuntimeObject * L_15 = ObjectConstructor_1_Invoke_m3185456453(L_14, ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)0)), /*hidden argument*/ObjectConstructor_1_Invoke_m3185456453_RuntimeMethod_var); V_0 = L_15; goto IL_0094; } IL_0042: { JsonObjectContract_t868533143 * L_16 = ___objectContract1; NullCheck(L_16); Func_1_t2509852811 * L_17 = JsonContract_get_DefaultCreator_m2084028334(L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_0076; } } { JsonObjectContract_t868533143 * L_18 = ___objectContract1; NullCheck(L_18); bool L_19 = JsonContract_get_DefaultCreatorNonPublic_m2155030915(L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_0068; } } { JsonSerializer_t1424496335 * L_20 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_20); int32_t L_21 = L_20->get__constructorHandling_8(); if ((((int32_t)L_21) == ((int32_t)1))) { goto IL_0068; } } { JsonObjectContract_t868533143 * L_22 = ___objectContract1; NullCheck(L_22); ObjectConstructor_1_t3207922868 * L_23 = JsonObjectContract_get_ParameterizedCreator_m3981227966(L_22, /*hidden argument*/NULL); if (L_23) { goto IL_0076; } } IL_0068: { JsonObjectContract_t868533143 * L_24 = ___objectContract1; NullCheck(L_24); Func_1_t2509852811 * L_25 = JsonContract_get_DefaultCreator_m2084028334(L_24, /*hidden argument*/NULL); NullCheck(L_25); RuntimeObject * L_26 = Func_1_Invoke_m348272648(L_25, /*hidden argument*/Func_1_Invoke_m348272648_RuntimeMethod_var); V_0 = L_26; goto IL_0094; } IL_0076: { JsonObjectContract_t868533143 * L_27 = ___objectContract1; NullCheck(L_27); ObjectConstructor_1_t3207922868 * L_28 = JsonObjectContract_get_ParameterizedCreator_m3981227966(L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_0094; } } { bool* L_29 = ___createdFromNonDefaultCreator5; *((int8_t*)(L_29)) = (int8_t)1; JsonReader_t2369136700 * L_30 = ___reader0; JsonObjectContract_t868533143 * L_31 = ___objectContract1; JsonProperty_t1405154176 * L_32 = ___containerMember2; JsonObjectContract_t868533143 * L_33 = ___objectContract1; NullCheck(L_33); ObjectConstructor_1_t3207922868 * L_34 = JsonObjectContract_get_ParameterizedCreator_m3981227966(L_33, /*hidden argument*/NULL); String_t* L_35 = ___id4; RuntimeObject * L_36 = JsonSerializerInternalReader_CreateObjectUsingCreatorWithParameters_m3981818343(__this, L_30, L_31, L_32, L_34, L_35, /*hidden argument*/NULL); return L_36; } IL_0094: { RuntimeObject * L_37 = V_0; if (L_37) { goto IL_00d7; } } { JsonObjectContract_t868533143 * L_38 = ___objectContract1; NullCheck(L_38); bool L_39 = ((JsonContract_t3715061318 *)L_38)->get_IsInstantiable_8(); if (L_39) { goto IL_00bb; } } { JsonReader_t2369136700 * L_40 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_41 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonObjectContract_t868533143 * L_42 = ___objectContract1; NullCheck(L_42); Type_t * L_43 = JsonContract_get_UnderlyingType_m1736598392(L_42, /*hidden argument*/NULL); String_t* L_44 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral3384424156, L_41, L_43, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_45 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_40, L_44, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_45,JsonSerializerInternalReader_CreateNewObject_m1140585664_RuntimeMethod_var); } IL_00bb: { JsonReader_t2369136700 * L_46 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_47 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonObjectContract_t868533143 * L_48 = ___objectContract1; NullCheck(L_48); Type_t * L_49 = JsonContract_get_UnderlyingType_m1736598392(L_48, /*hidden argument*/NULL); String_t* L_50 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral3273825981, L_47, L_49, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_51 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_46, L_50, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_51,JsonSerializerInternalReader_CreateNewObject_m1140585664_RuntimeMethod_var); } IL_00d7: { bool* L_52 = ___createdFromNonDefaultCreator5; *((int8_t*)(L_52)) = (int8_t)0; RuntimeObject * L_53 = V_0; return L_53; } } // System.Object Newtonsoft.Json.Serialization.JsonSerializerInternalReader::PopulateObject(System.Object,Newtonsoft.Json.JsonReader,Newtonsoft.Json.Serialization.JsonObjectContract,Newtonsoft.Json.Serialization.JsonProperty,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonSerializerInternalReader_PopulateObject_m2847199184 (JsonSerializerInternalReader_t927352408 * __this, RuntimeObject * ___newObject0, JsonReader_t2369136700 * ___reader1, JsonObjectContract_t868533143 * ___contract2, JsonProperty_t1405154176 * ___member3, String_t* ___id4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalReader_PopulateObject_m2847199184_MetadataUsageId); s_Il2CppMethodInitialized = true; } Dictionary_2_t3328670596 * V_0 = NULL; int32_t V_1 = 0; bool V_2 = false; int32_t V_3 = 0; String_t* V_4 = NULL; JsonProperty_t1405154176 * V_5 = NULL; JsonConverter_t1047106545 * V_6 = NULL; Exception_t * V_7 = NULL; Enumerator_t987886075 V_8; memset(&V_8, 0, sizeof(V_8)); KeyValuePair_2_t1431375467 V_9; memset(&V_9, 0, sizeof(V_9)); JsonProperty_t1405154176 * V_10 = NULL; int32_t V_11 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); Dictionary_2_t3328670596 * G_B8_0 = NULL; Func_2_t262848086 * G_B5_0 = NULL; JsonPropertyCollection_t2691548039 * G_B5_1 = NULL; Func_2_t262848086 * G_B4_0 = NULL; JsonPropertyCollection_t2691548039 * G_B4_1 = NULL; Func_2_t1348288522 * G_B7_0 = NULL; Func_2_t262848086 * G_B7_1 = NULL; JsonPropertyCollection_t2691548039 * G_B7_2 = NULL; Func_2_t1348288522 * G_B6_0 = NULL; Func_2_t262848086 * G_B6_1 = NULL; JsonPropertyCollection_t2691548039 * G_B6_2 = NULL; { JsonReader_t2369136700 * L_0 = ___reader1; JsonObjectContract_t868533143 * L_1 = ___contract2; RuntimeObject * L_2 = ___newObject0; JsonSerializerInternalReader_OnDeserializing_m1908877144(__this, L_0, L_1, L_2, /*hidden argument*/NULL); JsonObjectContract_t868533143 * L_3 = ___contract2; NullCheck(L_3); bool L_4 = JsonObjectContract_get_HasRequiredOrDefaultValueProperties_m765073377(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0028; } } { JsonSerializer_t1424496335 * L_5 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_5); int32_t L_6 = L_5->get__defaultValueHandling_7(); bool L_7 = JsonSerializerInternalReader_HasFlag_m1858084437(__this, L_6, 2, /*hidden argument*/NULL); if (L_7) { goto IL_0028; } } { G_B8_0 = ((Dictionary_2_t3328670596 *)(NULL)); goto IL_0071; } IL_0028: { JsonObjectContract_t868533143 * L_8 = ___contract2; NullCheck(L_8); JsonPropertyCollection_t2691548039 * L_9 = JsonObjectContract_get_Properties_m694356175(L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t4156374721_il2cpp_TypeInfo_var); Func_2_t262848086 * L_10 = ((U3CU3Ec_t4156374721_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4156374721_il2cpp_TypeInfo_var))->get_U3CU3E9__41_0_3(); Func_2_t262848086 * L_11 = L_10; G_B4_0 = L_11; G_B4_1 = L_9; if (L_11) { G_B5_0 = L_11; G_B5_1 = L_9; goto IL_004d; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t4156374721_il2cpp_TypeInfo_var); U3CU3Ec_t4156374721 * L_12 = ((U3CU3Ec_t4156374721_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4156374721_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); intptr_t L_13 = (intptr_t)U3CU3Ec_U3CPopulateObjectU3Eb__41_0_m1202036615_RuntimeMethod_var; Func_2_t262848086 * L_14 = (Func_2_t262848086 *)il2cpp_codegen_object_new(Func_2_t262848086_il2cpp_TypeInfo_var); Func_2__ctor_m3840583186(L_14, L_12, L_13, /*hidden argument*/Func_2__ctor_m3840583186_RuntimeMethod_var); Func_2_t262848086 * L_15 = L_14; ((U3CU3Ec_t4156374721_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4156374721_il2cpp_TypeInfo_var))->set_U3CU3E9__41_0_3(L_15); G_B5_0 = L_15; G_B5_1 = G_B4_1; } IL_004d: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t4156374721_il2cpp_TypeInfo_var); Func_2_t1348288522 * L_16 = ((U3CU3Ec_t4156374721_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4156374721_il2cpp_TypeInfo_var))->get_U3CU3E9__41_1_4(); Func_2_t1348288522 * L_17 = L_16; G_B6_0 = L_17; G_B6_1 = G_B5_0; G_B6_2 = G_B5_1; if (L_17) { G_B7_0 = L_17; G_B7_1 = G_B5_0; G_B7_2 = G_B5_1; goto IL_006c; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t4156374721_il2cpp_TypeInfo_var); U3CU3Ec_t4156374721 * L_18 = ((U3CU3Ec_t4156374721_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4156374721_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); intptr_t L_19 = (intptr_t)U3CU3Ec_U3CPopulateObjectU3Eb__41_1_m2664203892_RuntimeMethod_var; Func_2_t1348288522 * L_20 = (Func_2_t1348288522 *)il2cpp_codegen_object_new(Func_2_t1348288522_il2cpp_TypeInfo_var); Func_2__ctor_m1403813757(L_20, L_18, L_19, /*hidden argument*/Func_2__ctor_m1403813757_RuntimeMethod_var); Func_2_t1348288522 * L_21 = L_20; ((U3CU3Ec_t4156374721_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4156374721_il2cpp_TypeInfo_var))->set_U3CU3E9__41_1_4(L_21); G_B7_0 = L_21; G_B7_1 = G_B6_1; G_B7_2 = G_B6_2; } IL_006c: { Dictionary_2_t3328670596 * L_22 = Enumerable_ToDictionary_TisJsonProperty_t1405154176_TisJsonProperty_t1405154176_TisPropertyPresence_t2490594612_m1232418855(NULL /*static, unused*/, G_B7_2, G_B7_1, G_B7_0, /*hidden argument*/Enumerable_ToDictionary_TisJsonProperty_t1405154176_TisJsonProperty_t1405154176_TisPropertyPresence_t2490594612_m1232418855_RuntimeMethod_var); G_B8_0 = L_22; } IL_0071: { V_0 = G_B8_0; String_t* L_23 = ___id4; if (!L_23) { goto IL_0080; } } { JsonReader_t2369136700 * L_24 = ___reader1; String_t* L_25 = ___id4; RuntimeObject * L_26 = ___newObject0; JsonSerializerInternalReader_AddReference_m847285636(__this, L_24, L_25, L_26, /*hidden argument*/NULL); } IL_0080: { JsonReader_t2369136700 * L_27 = ___reader1; NullCheck(L_27); int32_t L_28 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 Newtonsoft.Json.JsonReader::get_Depth() */, L_27); V_1 = L_28; V_2 = (bool)0; } IL_0089: { JsonReader_t2369136700 * L_29 = ___reader1; NullCheck(L_29); int32_t L_30 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_29); V_3 = L_30; int32_t L_31 = V_3; if ((((int32_t)L_31) == ((int32_t)4))) { goto IL_00a8; } } { int32_t L_32 = V_3; if ((((int32_t)L_32) == ((int32_t)5))) { goto IL_028b; } } { int32_t L_33 = V_3; if ((((int32_t)L_33) == ((int32_t)((int32_t)13)))) { goto IL_026b; } } { goto IL_026f; } IL_00a8: { JsonReader_t2369136700 * L_34 = ___reader1; NullCheck(L_34); RuntimeObject * L_35 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_34); NullCheck(L_35); String_t* L_36 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_35); V_4 = L_36; JsonReader_t2369136700 * L_37 = ___reader1; String_t* L_38 = V_4; bool L_39 = JsonSerializerInternalReader_CheckPropertyName_m994711711(__this, L_37, L_38, /*hidden argument*/NULL); if (L_39) { goto IL_028b; } } { } IL_00c4: try { // begin try (depth: 1) { JsonObjectContract_t868533143 * L_40 = ___contract2; NullCheck(L_40); JsonPropertyCollection_t2691548039 * L_41 = JsonObjectContract_get_Properties_m694356175(L_40, /*hidden argument*/NULL); String_t* L_42 = V_4; NullCheck(L_41); JsonProperty_t1405154176 * L_43 = JsonPropertyCollection_GetClosestMatchProperty_m315130954(L_41, L_42, /*hidden argument*/NULL); V_5 = L_43; JsonProperty_t1405154176 * L_44 = V_5; if (L_44) { goto IL_0175; } } IL_00da: { RuntimeObject* L_45 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); if (!L_45) { goto IL_0125; } } IL_00e2: { RuntimeObject* L_46 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); NullCheck(L_46); int32_t L_47 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Diagnostics.TraceLevel Newtonsoft.Json.Serialization.ITraceWriter::get_LevelFilter() */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_46); if ((((int32_t)L_47) < ((int32_t)4))) { goto IL_0125; } } IL_00f0: { RuntimeObject* L_48 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); JsonReader_t2369136700 * L_49 = ___reader1; JsonReader_t2369136700 * L_50 = ___reader1; NullCheck(L_50); String_t* L_51 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String Newtonsoft.Json.JsonReader::get_Path() */, L_50); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_52 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_53 = V_4; JsonObjectContract_t868533143 * L_54 = ___contract2; NullCheck(L_54); Type_t * L_55 = JsonContract_get_UnderlyingType_m1736598392(L_54, /*hidden argument*/NULL); String_t* L_56 = StringUtils_FormatWith_m353537829(NULL /*static, unused*/, _stringLiteral3905127766, L_52, L_53, L_55, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonPosition_t2528027714_il2cpp_TypeInfo_var); String_t* L_57 = JsonPosition_FormatMessage_m331598339(NULL /*static, unused*/, ((RuntimeObject*)IsInst((RuntimeObject*)L_49, IJsonLineInfo_t2844470104_il2cpp_TypeInfo_var)), L_51, L_56, /*hidden argument*/NULL); NullCheck(L_48); InterfaceActionInvoker3< int32_t, String_t*, Exception_t * >::Invoke(1 /* System.Void Newtonsoft.Json.Serialization.ITraceWriter::Trace(System.Diagnostics.TraceLevel,System.String,System.Exception) */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_48, 4, L_57, (Exception_t *)NULL); } IL_0125: { JsonSerializer_t1424496335 * L_58 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_58); int32_t L_59 = L_58->get__missingMemberHandling_4(); if ((!(((uint32_t)L_59) == ((uint32_t)1)))) { goto IL_0156; } } IL_0133: { JsonReader_t2369136700 * L_60 = ___reader1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_61 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_62 = V_4; JsonObjectContract_t868533143 * L_63 = ___contract2; NullCheck(L_63); Type_t * L_64 = JsonContract_get_UnderlyingType_m1736598392(L_63, /*hidden argument*/NULL); NullCheck(L_64); String_t* L_65 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_64); String_t* L_66 = StringUtils_FormatWith_m353537829(NULL /*static, unused*/, _stringLiteral2219708261, L_61, L_62, L_65, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_67 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_60, L_66, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_67,JsonSerializerInternalReader_PopulateObject_m2847199184_RuntimeMethod_var); } IL_0156: { JsonReader_t2369136700 * L_68 = ___reader1; NullCheck(L_68); bool L_69 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_68); if (L_69) { goto IL_0163; } } IL_015e: { goto IL_028b; } IL_0163: { JsonObjectContract_t868533143 * L_70 = ___contract2; JsonProperty_t1405154176 * L_71 = ___member3; JsonReader_t2369136700 * L_72 = ___reader1; String_t* L_73 = V_4; RuntimeObject * L_74 = ___newObject0; JsonSerializerInternalReader_SetExtensionData_m1288065216(__this, L_70, L_71, L_72, L_73, L_74, /*hidden argument*/NULL); goto IL_028b; } IL_0175: { JsonProperty_t1405154176 * L_75 = V_5; NullCheck(L_75); bool L_76 = JsonProperty_get_Ignored_m2509840579(L_75, /*hidden argument*/NULL); if (L_76) { goto IL_018a; } } IL_017e: { JsonReader_t2369136700 * L_77 = ___reader1; JsonProperty_t1405154176 * L_78 = V_5; RuntimeObject * L_79 = ___newObject0; bool L_80 = JsonSerializerInternalReader_ShouldDeserialize_m3202789372(__this, L_77, L_78, L_79, /*hidden argument*/NULL); if (L_80) { goto IL_01b3; } } IL_018a: { JsonReader_t2369136700 * L_81 = ___reader1; NullCheck(L_81); bool L_82 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_81); if (L_82) { goto IL_0197; } } IL_0192: { goto IL_028b; } IL_0197: { JsonReader_t2369136700 * L_83 = ___reader1; JsonProperty_t1405154176 * L_84 = V_5; Dictionary_2_t3328670596 * L_85 = V_0; JsonSerializerInternalReader_SetPropertyPresence_m2825826145(__this, L_83, L_84, L_85, /*hidden argument*/NULL); JsonObjectContract_t868533143 * L_86 = ___contract2; JsonProperty_t1405154176 * L_87 = ___member3; JsonReader_t2369136700 * L_88 = ___reader1; String_t* L_89 = V_4; RuntimeObject * L_90 = ___newObject0; JsonSerializerInternalReader_SetExtensionData_m1288065216(__this, L_86, L_87, L_88, L_89, L_90, /*hidden argument*/NULL); goto IL_023e; } IL_01b3: { JsonProperty_t1405154176 * L_91 = V_5; NullCheck(L_91); JsonContract_t3715061318 * L_92 = JsonProperty_get_PropertyContract_m2273319397(L_91, /*hidden argument*/NULL); if (L_92) { goto IL_01d0; } } IL_01bc: { JsonProperty_t1405154176 * L_93 = V_5; JsonProperty_t1405154176 * L_94 = V_5; NullCheck(L_94); Type_t * L_95 = JsonProperty_get_PropertyType_m3302554867(L_94, /*hidden argument*/NULL); JsonContract_t3715061318 * L_96 = JsonSerializerInternalReader_GetContractSafe_m881561284(__this, L_95, /*hidden argument*/NULL); NullCheck(L_93); JsonProperty_set_PropertyContract_m747959608(L_93, L_96, /*hidden argument*/NULL); } IL_01d0: { JsonProperty_t1405154176 * L_97 = V_5; NullCheck(L_97); JsonContract_t3715061318 * L_98 = JsonProperty_get_PropertyContract_m2273319397(L_97, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_99 = V_5; NullCheck(L_99); JsonConverter_t1047106545 * L_100 = JsonProperty_get_MemberConverter_m3872705062(L_99, /*hidden argument*/NULL); JsonObjectContract_t868533143 * L_101 = ___contract2; JsonProperty_t1405154176 * L_102 = ___member3; JsonConverter_t1047106545 * L_103 = JsonSerializerInternalReader_GetConverter_m3382278774(__this, L_98, L_100, L_101, L_102, /*hidden argument*/NULL); V_6 = L_103; JsonReader_t2369136700 * L_104 = ___reader1; JsonProperty_t1405154176 * L_105 = V_5; NullCheck(L_105); JsonContract_t3715061318 * L_106 = JsonProperty_get_PropertyContract_m2273319397(L_105, /*hidden argument*/NULL); JsonConverter_t1047106545 * L_107 = V_6; bool L_108 = JsonSerializerInternalReader_ReadForType_m783535205(__this, L_104, L_106, (bool)((!(((RuntimeObject*)(JsonConverter_t1047106545 *)L_107) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0), /*hidden argument*/NULL); if (L_108) { goto IL_0216; } } IL_01fe: { JsonReader_t2369136700 * L_109 = ___reader1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_110 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_111 = V_4; String_t* L_112 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2983505404, L_110, L_111, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_113 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_109, L_112, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_113,JsonSerializerInternalReader_PopulateObject_m2847199184_RuntimeMethod_var); } IL_0216: { JsonReader_t2369136700 * L_114 = ___reader1; JsonProperty_t1405154176 * L_115 = V_5; Dictionary_2_t3328670596 * L_116 = V_0; JsonSerializerInternalReader_SetPropertyPresence_m2825826145(__this, L_114, L_115, L_116, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_117 = V_5; JsonConverter_t1047106545 * L_118 = V_6; JsonObjectContract_t868533143 * L_119 = ___contract2; JsonProperty_t1405154176 * L_120 = ___member3; JsonReader_t2369136700 * L_121 = ___reader1; RuntimeObject * L_122 = ___newObject0; bool L_123 = JsonSerializerInternalReader_SetPropertyValue_m2725718215(__this, L_117, L_118, L_119, L_120, L_121, L_122, /*hidden argument*/NULL); if (L_123) { goto IL_023e; } } IL_0231: { JsonObjectContract_t868533143 * L_124 = ___contract2; JsonProperty_t1405154176 * L_125 = ___member3; JsonReader_t2369136700 * L_126 = ___reader1; String_t* L_127 = V_4; RuntimeObject * L_128 = ___newObject0; JsonSerializerInternalReader_SetExtensionData_m1288065216(__this, L_124, L_125, L_126, L_127, L_128, /*hidden argument*/NULL); } IL_023e: { goto IL_028b; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0240; throw e; } CATCH_0240: { // begin catch(System.Exception) { V_7 = ((Exception_t *)__exception_local); RuntimeObject * L_129 = ___newObject0; JsonObjectContract_t868533143 * L_130 = ___contract2; String_t* L_131 = V_4; JsonReader_t2369136700 * L_132 = ___reader1; JsonReader_t2369136700 * L_133 = ___reader1; NullCheck(L_133); String_t* L_134 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String Newtonsoft.Json.JsonReader::get_Path() */, L_133); Exception_t * L_135 = V_7; bool L_136 = JsonSerializerInternalBase_IsErrorHandled_m3473537157(__this, L_129, L_130, L_131, ((RuntimeObject*)IsInst((RuntimeObject*)L_132, IJsonLineInfo_t2844470104_il2cpp_TypeInfo_var)), L_134, L_135, /*hidden argument*/NULL); if (!L_136) { goto IL_0267; } } IL_025c: { JsonReader_t2369136700 * L_137 = ___reader1; int32_t L_138 = V_1; JsonSerializerInternalReader_HandleError_m1244203443(__this, L_137, (bool)1, L_138, /*hidden argument*/NULL); goto IL_0269; } IL_0267: { IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local,NULL); } IL_0269: { goto IL_028b; } } // end catch (depth: 1) IL_026b: { V_2 = (bool)1; goto IL_028b; } IL_026f: { JsonReader_t2369136700 * L_139 = ___reader1; JsonReader_t2369136700 * L_140 = ___reader1; NullCheck(L_140); int32_t L_141 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_140); int32_t L_142 = L_141; RuntimeObject * L_143 = Box(JsonToken_t1917433489_il2cpp_TypeInfo_var, &L_142); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_144 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3165783102, L_143, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_145 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_139, L_144, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_145,JsonSerializerInternalReader_PopulateObject_m2847199184_RuntimeMethod_var); } IL_028b: { bool L_146 = V_2; if (L_146) { goto IL_0299; } } { JsonReader_t2369136700 * L_147 = ___reader1; NullCheck(L_147); bool L_148 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_147); if (L_148) { goto IL_0089; } } IL_0299: { bool L_149 = V_2; if (L_149) { goto IL_02aa; } } { JsonReader_t2369136700 * L_150 = ___reader1; JsonObjectContract_t868533143 * L_151 = ___contract2; RuntimeObject * L_152 = ___newObject0; JsonSerializerInternalReader_ThrowUnexpectedEndException_m152985444(__this, L_150, L_151, L_152, _stringLiteral656781926, /*hidden argument*/NULL); } IL_02aa: { Dictionary_2_t3328670596 * L_153 = V_0; if (!L_153) { goto IL_02fa; } } { Dictionary_2_t3328670596 * L_154 = V_0; NullCheck(L_154); Enumerator_t987886075 L_155 = Dictionary_2_GetEnumerator_m2526029475(L_154, /*hidden argument*/Dictionary_2_GetEnumerator_m2526029475_RuntimeMethod_var); V_8 = L_155; } IL_02b5: try { // begin try (depth: 1) { goto IL_02e1; } IL_02b7: { KeyValuePair_2_t1431375467 L_156 = Enumerator_get_Current_m1330535252((&V_8), /*hidden argument*/Enumerator_get_Current_m1330535252_RuntimeMethod_var); V_9 = L_156; JsonProperty_t1405154176 * L_157 = KeyValuePair_2_get_Key_m635938856((&V_9), /*hidden argument*/KeyValuePair_2_get_Key_m635938856_RuntimeMethod_var); V_10 = L_157; int32_t L_158 = KeyValuePair_2_get_Value_m4080360487((&V_9), /*hidden argument*/KeyValuePair_2_get_Value_m4080360487_RuntimeMethod_var); V_11 = L_158; RuntimeObject * L_159 = ___newObject0; JsonReader_t2369136700 * L_160 = ___reader1; JsonObjectContract_t868533143 * L_161 = ___contract2; int32_t L_162 = V_1; JsonProperty_t1405154176 * L_163 = V_10; int32_t L_164 = V_11; JsonSerializerInternalReader_EndProcessProperty_m494494702(__this, L_159, L_160, L_161, L_162, L_163, L_164, (bool)1, /*hidden argument*/NULL); } IL_02e1: { bool L_165 = Enumerator_MoveNext_m1858008946((&V_8), /*hidden argument*/Enumerator_MoveNext_m1858008946_RuntimeMethod_var); if (L_165) { goto IL_02b7; } } IL_02ea: { IL2CPP_LEAVE(0x2FA, FINALLY_02ec); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_02ec; } FINALLY_02ec: { // begin finally (depth: 1) Enumerator_Dispose_m1303205722((&V_8), /*hidden argument*/Enumerator_Dispose_m1303205722_RuntimeMethod_var); IL2CPP_END_FINALLY(748) } // end finally (depth: 1) IL2CPP_CLEANUP(748) { IL2CPP_JUMP_TBL(0x2FA, IL_02fa) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_02fa: { JsonReader_t2369136700 * L_166 = ___reader1; JsonObjectContract_t868533143 * L_167 = ___contract2; RuntimeObject * L_168 = ___newObject0; JsonSerializerInternalReader_OnDeserialized_m1347532304(__this, L_166, L_167, L_168, /*hidden argument*/NULL); RuntimeObject * L_169 = ___newObject0; return L_169; } } // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalReader::ShouldDeserialize(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Serialization.JsonProperty,System.Object) extern "C" IL2CPP_METHOD_ATTR bool JsonSerializerInternalReader_ShouldDeserialize_m3202789372 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, JsonProperty_t1405154176 * ___property1, RuntimeObject * ___target2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalReader_ShouldDeserialize_m3202789372_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { JsonProperty_t1405154176 * L_0 = ___property1; NullCheck(L_0); Predicate_1_t3905400288 * L_1 = JsonProperty_get_ShouldDeserialize_m2315250956(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000a; } } { return (bool)1; } IL_000a: { JsonProperty_t1405154176 * L_2 = ___property1; NullCheck(L_2); Predicate_1_t3905400288 * L_3 = JsonProperty_get_ShouldDeserialize_m2315250956(L_2, /*hidden argument*/NULL); RuntimeObject * L_4 = ___target2; NullCheck(L_3); bool L_5 = Predicate_1_Invoke_m3148290854(L_3, L_4, /*hidden argument*/Predicate_1_Invoke_m3148290854_RuntimeMethod_var); V_0 = L_5; RuntimeObject* L_6 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); if (!L_6) { goto IL_0067; } } { RuntimeObject* L_7 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); NullCheck(L_7); int32_t L_8 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Diagnostics.TraceLevel Newtonsoft.Json.Serialization.ITraceWriter::get_LevelFilter() */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_7); if ((((int32_t)L_8) < ((int32_t)4))) { goto IL_0067; } } { RuntimeObject* L_9 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); JsonReader_t2369136700 * L_10 = ___reader0; NullCheck(L_10); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String Newtonsoft.Json.JsonReader::get_Path() */, L_10); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_12 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_13 = ___property1; NullCheck(L_13); String_t* L_14 = JsonProperty_get_PropertyName_m2411132462(L_13, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_15 = ___property1; NullCheck(L_15); Type_t * L_16 = JsonProperty_get_DeclaringType_m2382212084(L_15, /*hidden argument*/NULL); bool L_17 = V_0; bool L_18 = L_17; RuntimeObject * L_19 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_18); String_t* L_20 = StringUtils_FormatWith_m17931563(NULL /*static, unused*/, _stringLiteral565639935, L_12, L_14, L_16, L_19, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonPosition_t2528027714_il2cpp_TypeInfo_var); String_t* L_21 = JsonPosition_FormatMessage_m331598339(NULL /*static, unused*/, (RuntimeObject*)NULL, L_11, L_20, /*hidden argument*/NULL); NullCheck(L_9); InterfaceActionInvoker3< int32_t, String_t*, Exception_t * >::Invoke(1 /* System.Void Newtonsoft.Json.Serialization.ITraceWriter::Trace(System.Diagnostics.TraceLevel,System.String,System.Exception) */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_9, 4, L_21, (Exception_t *)NULL); } IL_0067: { bool L_22 = V_0; return L_22; } } // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalReader::CheckPropertyName(Newtonsoft.Json.JsonReader,System.String) extern "C" IL2CPP_METHOD_ATTR bool JsonSerializerInternalReader_CheckPropertyName_m994711711 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, String_t* ___memberName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalReader_CheckPropertyName_m994711711_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonSerializer_t1424496335 * L_0 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(21 /* Newtonsoft.Json.MetadataPropertyHandling Newtonsoft.Json.JsonSerializer::get_MetadataPropertyHandling() */, L_0); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_004a; } } { String_t* L_2 = ___memberName1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_3 = String_op_Equality_m920492651(NULL /*static, unused*/, L_2, _stringLiteral3266464882, /*hidden argument*/NULL); if (L_3) { goto IL_0042; } } { String_t* L_4 = ___memberName1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_5 = String_op_Equality_m920492651(NULL /*static, unused*/, L_4, _stringLiteral2376253709, /*hidden argument*/NULL); if (L_5) { goto IL_0042; } } { String_t* L_6 = ___memberName1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Equality_m920492651(NULL /*static, unused*/, L_6, _stringLiteral2020913234, /*hidden argument*/NULL); if (L_7) { goto IL_0042; } } { String_t* L_8 = ___memberName1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_9 = String_op_Equality_m920492651(NULL /*static, unused*/, L_8, _stringLiteral2945250967, /*hidden argument*/NULL); if (!L_9) { goto IL_004a; } } IL_0042: { JsonReader_t2369136700 * L_10 = ___reader0; NullCheck(L_10); JsonReader_Skip_m763208338(L_10, /*hidden argument*/NULL); return (bool)1; } IL_004a: { return (bool)0; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalReader::SetExtensionData(Newtonsoft.Json.Serialization.JsonObjectContract,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.JsonReader,System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalReader_SetExtensionData_m1288065216 (JsonSerializerInternalReader_t927352408 * __this, JsonObjectContract_t868533143 * ___contract0, JsonProperty_t1405154176 * ___member1, JsonReader_t2369136700 * ___reader2, String_t* ___memberName3, RuntimeObject * ___o4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalReader_SetExtensionData_m1288065216_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; Exception_t * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { JsonObjectContract_t868533143 * L_0 = ___contract0; NullCheck(L_0); ExtensionDataSetter_t2768476772 * L_1 = JsonObjectContract_get_ExtensionDataSetter_m2218012061(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0042; } } IL_0008: try { // begin try (depth: 1) JsonObjectContract_t868533143 * L_2 = ___contract0; JsonProperty_t1405154176 * L_3 = ___member1; JsonReader_t2369136700 * L_4 = ___reader2; RuntimeObject * L_5 = JsonSerializerInternalReader_ReadExtensionDataValue_m53616679(__this, L_2, L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; JsonObjectContract_t868533143 * L_6 = ___contract0; NullCheck(L_6); ExtensionDataSetter_t2768476772 * L_7 = JsonObjectContract_get_ExtensionDataSetter_m2218012061(L_6, /*hidden argument*/NULL); RuntimeObject * L_8 = ___o4; String_t* L_9 = ___memberName3; RuntimeObject * L_10 = V_0; NullCheck(L_7); ExtensionDataSetter_Invoke_m2159483649(L_7, L_8, L_9, L_10, /*hidden argument*/NULL); goto IL_0048; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0024; throw e; } CATCH_0024: { // begin catch(System.Exception) V_1 = ((Exception_t *)__exception_local); JsonReader_t2369136700 * L_11 = ___reader2; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_12 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonObjectContract_t868533143 * L_13 = ___contract0; NullCheck(L_13); Type_t * L_14 = JsonContract_get_UnderlyingType_m1736598392(L_13, /*hidden argument*/NULL); String_t* L_15 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral286553400, L_12, L_14, /*hidden argument*/NULL); Exception_t * L_16 = V_1; JsonSerializationException_t4152118729 * L_17 = JsonSerializationException_Create_m282508658(NULL /*static, unused*/, L_11, L_15, L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17,JsonSerializerInternalReader_SetExtensionData_m1288065216_RuntimeMethod_var); } // end catch (depth: 1) IL_0042: { JsonReader_t2369136700 * L_18 = ___reader2; NullCheck(L_18); JsonReader_Skip_m763208338(L_18, /*hidden argument*/NULL); } IL_0048: { return; } } // System.Object Newtonsoft.Json.Serialization.JsonSerializerInternalReader::ReadExtensionDataValue(Newtonsoft.Json.Serialization.JsonObjectContract,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.JsonReader) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonSerializerInternalReader_ReadExtensionDataValue_m53616679 (JsonSerializerInternalReader_t927352408 * __this, JsonObjectContract_t868533143 * ___contract0, JsonProperty_t1405154176 * ___member1, JsonReader_t2369136700 * ___reader2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalReader_ReadExtensionDataValue_m53616679_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { JsonObjectContract_t868533143 * L_0 = ___contract0; NullCheck(L_0); bool L_1 = L_0->get_ExtensionDataIsJToken_32(); if (!L_1) { goto IL_0011; } } { JsonReader_t2369136700 * L_2 = ___reader2; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JToken_t1038539247 * L_3 = JToken_ReadFrom_m3588802466(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_0 = L_3; goto IL_001f; } IL_0011: { JsonReader_t2369136700 * L_4 = ___reader2; JsonObjectContract_t868533143 * L_5 = ___contract0; JsonProperty_t1405154176 * L_6 = ___member1; RuntimeObject * L_7 = JsonSerializerInternalReader_CreateValueInternal_m728545038(__this, L_4, (Type_t *)NULL, (JsonContract_t3715061318 *)NULL, (JsonProperty_t1405154176 *)NULL, L_5, L_6, NULL, /*hidden argument*/NULL); V_0 = L_7; } IL_001f: { RuntimeObject * L_8 = V_0; return L_8; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalReader::EndProcessProperty(System.Object,Newtonsoft.Json.JsonReader,Newtonsoft.Json.Serialization.JsonObjectContract,System.Int32,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.JsonSerializerInternalReader/PropertyPresence,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalReader_EndProcessProperty_m494494702 (JsonSerializerInternalReader_t927352408 * __this, RuntimeObject * ___newObject0, JsonReader_t2369136700 * ___reader1, JsonObjectContract_t868533143 * ___contract2, int32_t ___initialDepth3, JsonProperty_t1405154176 * ___property4, int32_t ___presence5, bool ___setDefaultValue6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalReader_EndProcessProperty_m494494702_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Nullable_1_t3313944452 V_1; memset(&V_1, 0, sizeof(V_1)); Nullable_1_t3313944452 V_2; memset(&V_2, 0, sizeof(V_2)); Nullable_1_t668593436 V_3; memset(&V_3, 0, sizeof(V_3)); Exception_t * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); int32_t G_B8_0 = 0; { int32_t L_0 = ___presence5; if (!L_0) { goto IL_000c; } } { int32_t L_1 = ___presence5; if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_0179; } } IL_000c: { } IL_000d: try { // begin try (depth: 1) { JsonProperty_t1405154176 * L_2 = ___property4; NullCheck(L_2); Nullable_1_t3313944452 L_3 = L_2->get__required_0(); V_1 = L_3; bool L_4 = Nullable_1_get_HasValue_m3472043244((&V_1), /*hidden argument*/Nullable_1_get_HasValue_m3472043244_RuntimeMethod_var); if (L_4) { goto IL_003a; } } IL_001e: { JsonObjectContract_t868533143 * L_5 = ___contract2; NullCheck(L_5); Nullable_1_t3313944452 L_6 = JsonObjectContract_get_ItemRequired_m2746828835(L_5, /*hidden argument*/NULL); V_2 = L_6; bool L_7 = Nullable_1_get_HasValue_m3472043244((&V_2), /*hidden argument*/Nullable_1_get_HasValue_m3472043244_RuntimeMethod_var); if (L_7) { goto IL_0031; } } IL_002e: { G_B8_0 = 0; goto IL_0041; } IL_0031: { int32_t L_8 = Nullable_1_GetValueOrDefault_m2092791886((&V_2), /*hidden argument*/Nullable_1_GetValueOrDefault_m2092791886_RuntimeMethod_var); G_B8_0 = ((int32_t)(L_8)); goto IL_0041; } IL_003a: { int32_t L_9 = Nullable_1_GetValueOrDefault_m2092791886((&V_1), /*hidden argument*/Nullable_1_GetValueOrDefault_m2092791886_RuntimeMethod_var); G_B8_0 = ((int32_t)(L_9)); } IL_0041: { V_0 = G_B8_0; int32_t L_10 = ___presence5; if (!L_10) { goto IL_0053; } } IL_0046: { int32_t L_11 = ___presence5; if ((((int32_t)L_11) == ((int32_t)1))) { goto IL_0104; } } IL_004e: { goto IL_0146; } IL_0053: { int32_t L_12 = V_0; if ((((int32_t)L_12) == ((int32_t)1))) { goto IL_005b; } } IL_0057: { int32_t L_13 = V_0; if ((!(((uint32_t)L_13) == ((uint32_t)2)))) { goto IL_0078; } } IL_005b: { JsonReader_t2369136700 * L_14 = ___reader1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_15 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_16 = ___property4; NullCheck(L_16); String_t* L_17 = JsonProperty_get_PropertyName_m2411132462(L_16, /*hidden argument*/NULL); String_t* L_18 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2057498335, L_15, L_17, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_19 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_14, L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19,JsonSerializerInternalReader_EndProcessProperty_m494494702_RuntimeMethod_var); } IL_0078: { bool L_20 = ___setDefaultValue6; if (!L_20) { goto IL_0146; } } IL_007f: { JsonProperty_t1405154176 * L_21 = ___property4; NullCheck(L_21); bool L_22 = JsonProperty_get_Ignored_m2509840579(L_21, /*hidden argument*/NULL); if (L_22) { goto IL_0146; } } IL_008b: { JsonProperty_t1405154176 * L_23 = ___property4; NullCheck(L_23); JsonContract_t3715061318 * L_24 = JsonProperty_get_PropertyContract_m2273319397(L_23, /*hidden argument*/NULL); if (L_24) { goto IL_00a8; } } IL_0094: { JsonProperty_t1405154176 * L_25 = ___property4; JsonProperty_t1405154176 * L_26 = ___property4; NullCheck(L_26); Type_t * L_27 = JsonProperty_get_PropertyType_m3302554867(L_26, /*hidden argument*/NULL); JsonContract_t3715061318 * L_28 = JsonSerializerInternalReader_GetContractSafe_m881561284(__this, L_27, /*hidden argument*/NULL); NullCheck(L_25); JsonProperty_set_PropertyContract_m747959608(L_25, L_28, /*hidden argument*/NULL); } IL_00a8: { JsonProperty_t1405154176 * L_29 = ___property4; NullCheck(L_29); Nullable_1_t668593436 L_30 = JsonProperty_get_DefaultValueHandling_m3282317265(L_29, /*hidden argument*/NULL); V_3 = L_30; JsonSerializer_t1424496335 * L_31 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_31); int32_t L_32 = L_31->get__defaultValueHandling_7(); int32_t L_33 = Nullable_1_GetValueOrDefault_m2726173638((&V_3), L_32, /*hidden argument*/Nullable_1_GetValueOrDefault_m2726173638_RuntimeMethod_var); bool L_34 = JsonSerializerInternalReader_HasFlag_m1858084437(__this, L_33, 2, /*hidden argument*/NULL); if (!L_34) { goto IL_0146; } } IL_00cb: { JsonProperty_t1405154176 * L_35 = ___property4; NullCheck(L_35); bool L_36 = JsonProperty_get_Writable_m2500354331(L_35, /*hidden argument*/NULL); if (!L_36) { goto IL_0146; } } IL_00d4: { JsonProperty_t1405154176 * L_37 = ___property4; NullCheck(L_37); RuntimeObject* L_38 = JsonProperty_get_ValueProvider_m1301583632(L_37, /*hidden argument*/NULL); RuntimeObject * L_39 = ___newObject0; JsonReader_t2369136700 * L_40 = ___reader1; JsonProperty_t1405154176 * L_41 = ___property4; NullCheck(L_41); RuntimeObject * L_42 = JsonProperty_GetResolvedDefaultValue_m1733567544(L_41, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_43 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_44 = ___property4; NullCheck(L_44); JsonContract_t3715061318 * L_45 = JsonProperty_get_PropertyContract_m2273319397(L_44, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_46 = ___property4; NullCheck(L_46); Type_t * L_47 = JsonProperty_get_PropertyType_m3302554867(L_46, /*hidden argument*/NULL); RuntimeObject * L_48 = JsonSerializerInternalReader_EnsureType_m3870732010(__this, L_40, L_42, L_43, L_45, L_47, /*hidden argument*/NULL); NullCheck(L_38); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Void Newtonsoft.Json.Serialization.IValueProvider::SetValue(System.Object,System.Object) */, IValueProvider_t3724824760_il2cpp_TypeInfo_var, L_38, L_39, L_48); goto IL_0146; } IL_0104: { int32_t L_49 = V_0; if ((!(((uint32_t)L_49) == ((uint32_t)2)))) { goto IL_0125; } } IL_0108: { JsonReader_t2369136700 * L_50 = ___reader1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_51 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_52 = ___property4; NullCheck(L_52); String_t* L_53 = JsonProperty_get_PropertyName_m2411132462(L_52, /*hidden argument*/NULL); String_t* L_54 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral3292720347, L_51, L_53, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_55 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_50, L_54, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_55,JsonSerializerInternalReader_EndProcessProperty_m494494702_RuntimeMethod_var); } IL_0125: { int32_t L_56 = V_0; if ((!(((uint32_t)L_56) == ((uint32_t)3)))) { goto IL_0146; } } IL_0129: { JsonReader_t2369136700 * L_57 = ___reader1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_58 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_59 = ___property4; NullCheck(L_59); String_t* L_60 = JsonProperty_get_PropertyName_m2411132462(L_59, /*hidden argument*/NULL); String_t* L_61 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral3452431348, L_58, L_60, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_62 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_57, L_61, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_62,JsonSerializerInternalReader_EndProcessProperty_m494494702_RuntimeMethod_var); } IL_0146: { goto IL_0179; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0148; throw e; } CATCH_0148: { // begin catch(System.Exception) { V_4 = ((Exception_t *)__exception_local); RuntimeObject * L_63 = ___newObject0; JsonObjectContract_t868533143 * L_64 = ___contract2; JsonProperty_t1405154176 * L_65 = ___property4; NullCheck(L_65); String_t* L_66 = JsonProperty_get_PropertyName_m2411132462(L_65, /*hidden argument*/NULL); JsonReader_t2369136700 * L_67 = ___reader1; JsonReader_t2369136700 * L_68 = ___reader1; NullCheck(L_68); String_t* L_69 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String Newtonsoft.Json.JsonReader::get_Path() */, L_68); Exception_t * L_70 = V_4; bool L_71 = JsonSerializerInternalBase_IsErrorHandled_m3473537157(__this, L_63, L_64, L_66, ((RuntimeObject*)IsInst((RuntimeObject*)L_67, IJsonLineInfo_t2844470104_il2cpp_TypeInfo_var)), L_69, L_70, /*hidden argument*/NULL); if (!L_71) { goto IL_0175; } } IL_0169: { JsonReader_t2369136700 * L_72 = ___reader1; int32_t L_73 = ___initialDepth3; JsonSerializerInternalReader_HandleError_m1244203443(__this, L_72, (bool)1, L_73, /*hidden argument*/NULL); goto IL_0177; } IL_0175: { IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local,NULL); } IL_0177: { goto IL_0179; } } // end catch (depth: 1) IL_0179: { return; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalReader::SetPropertyPresence(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Serialization.JsonProperty,System.Collections.Generic.Dictionary`2) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalReader_SetPropertyPresence_m2825826145 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, JsonProperty_t1405154176 * ___property1, Dictionary_2_t3328670596 * ___requiredProperties2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalReader_SetPropertyPresence_m2825826145_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t G_B7_0 = 0; { JsonProperty_t1405154176 * L_0 = ___property1; if (!L_0) { goto IL_005b; } } { Dictionary_2_t3328670596 * L_1 = ___requiredProperties2; if (!L_1) { goto IL_005b; } } { JsonReader_t2369136700 * L_2 = ___reader0; NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_2); V_1 = L_3; int32_t L_4 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)((int32_t)9)))) { case 0: { goto IL_0028; } case 1: { goto IL_0051; } case 2: { goto IL_004d; } case 3: { goto IL_004d; } } } { goto IL_0051; } IL_0028: { JsonProperty_t1405154176 * L_5 = ___property1; NullCheck(L_5); Type_t * L_6 = JsonProperty_get_PropertyType_m3302554867(L_5, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_7 = ___property1; NullCheck(L_7); JsonContract_t3715061318 * L_8 = JsonProperty_get_PropertyContract_m2273319397(L_7, /*hidden argument*/NULL); JsonReader_t2369136700 * L_9 = ___reader0; NullCheck(L_9); RuntimeObject * L_10 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_9); bool L_11 = JsonSerializerInternalReader_CoerceEmptyStringToNull_m1779814820(NULL /*static, unused*/, L_6, L_8, ((String_t*)CastclassSealed((RuntimeObject*)L_10, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_11) { goto IL_0049; } } { G_B7_0 = 2; goto IL_004a; } IL_0049: { G_B7_0 = 1; } IL_004a: { V_0 = G_B7_0; goto IL_0053; } IL_004d: { V_0 = 1; goto IL_0053; } IL_0051: { V_0 = 2; } IL_0053: { Dictionary_2_t3328670596 * L_12 = ___requiredProperties2; JsonProperty_t1405154176 * L_13 = ___property1; int32_t L_14 = V_0; NullCheck(L_12); Dictionary_2_set_Item_m2730026424(L_12, L_13, L_14, /*hidden argument*/Dictionary_2_set_Item_m2730026424_RuntimeMethod_var); } IL_005b: { return; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalReader::HandleError(Newtonsoft.Json.JsonReader,System.Boolean,System.Int32) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalReader_HandleError_m1244203443 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, bool ___readPastError1, int32_t ___initialDepth2, const RuntimeMethod* method) { { JsonSerializerInternalBase_ClearErrorContext_m1174047819(__this, /*hidden argument*/NULL); bool L_0 = ___readPastError1; if (!L_0) { goto IL_0024; } } { JsonReader_t2369136700 * L_1 = ___reader0; NullCheck(L_1); JsonReader_Skip_m763208338(L_1, /*hidden argument*/NULL); goto IL_0019; } IL_0011: { JsonReader_t2369136700 * L_2 = ___reader0; NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_2); if (!L_3) { goto IL_0024; } } IL_0019: { JsonReader_t2369136700 * L_4 = ___reader0; NullCheck(L_4); int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 Newtonsoft.Json.JsonReader::get_Depth() */, L_4); int32_t L_6 = ___initialDepth2; if ((((int32_t)L_5) > ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))))) { goto IL_0011; } } IL_0024: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalReader/<>c::.cctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m542543864 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec__cctor_m542543864_MetadataUsageId); s_Il2CppMethodInitialized = true; } { U3CU3Ec_t4156374721 * L_0 = (U3CU3Ec_t4156374721 *)il2cpp_codegen_object_new(U3CU3Ec_t4156374721_il2cpp_TypeInfo_var); U3CU3Ec__ctor_m2292298505(L_0, /*hidden argument*/NULL); ((U3CU3Ec_t4156374721_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4156374721_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalReader/<>c::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m2292298505 (U3CU3Ec_t4156374721 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.String Newtonsoft.Json.Serialization.JsonSerializerInternalReader/<>c::b__36_0(Newtonsoft.Json.Serialization.JsonProperty) extern "C" IL2CPP_METHOD_ATTR String_t* U3CU3Ec_U3CCreateObjectUsingCreatorWithParametersU3Eb__36_0_m1323953136 (U3CU3Ec_t4156374721 * __this, JsonProperty_t1405154176 * ___p0, const RuntimeMethod* method) { { JsonProperty_t1405154176 * L_0 = ___p0; NullCheck(L_0); String_t* L_1 = JsonProperty_get_PropertyName_m2411132462(L_0, /*hidden argument*/NULL); return L_1; } } // System.String Newtonsoft.Json.Serialization.JsonSerializerInternalReader/<>c::b__36_2(Newtonsoft.Json.Serialization.JsonProperty) extern "C" IL2CPP_METHOD_ATTR String_t* U3CU3Ec_U3CCreateObjectUsingCreatorWithParametersU3Eb__36_2_m214226920 (U3CU3Ec_t4156374721 * __this, JsonProperty_t1405154176 * ___p0, const RuntimeMethod* method) { { JsonProperty_t1405154176 * L_0 = ___p0; NullCheck(L_0); String_t* L_1 = JsonProperty_get_PropertyName_m2411132462(L_0, /*hidden argument*/NULL); return L_1; } } // Newtonsoft.Json.Serialization.JsonProperty Newtonsoft.Json.Serialization.JsonSerializerInternalReader/<>c::b__41_0(Newtonsoft.Json.Serialization.JsonProperty) extern "C" IL2CPP_METHOD_ATTR JsonProperty_t1405154176 * U3CU3Ec_U3CPopulateObjectU3Eb__41_0_m1202036615 (U3CU3Ec_t4156374721 * __this, JsonProperty_t1405154176 * ___m0, const RuntimeMethod* method) { { JsonProperty_t1405154176 * L_0 = ___m0; return L_0; } } // Newtonsoft.Json.Serialization.JsonSerializerInternalReader/PropertyPresence Newtonsoft.Json.Serialization.JsonSerializerInternalReader/<>c::b__41_1(Newtonsoft.Json.Serialization.JsonProperty) extern "C" IL2CPP_METHOD_ATTR int32_t U3CU3Ec_U3CPopulateObjectU3Eb__41_1_m2664203892 (U3CU3Ec_t4156374721 * __this, JsonProperty_t1405154176 * ___m0, const RuntimeMethod* method) { { return (int32_t)(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.JsonSerializerInternalReader/<>c__DisplayClass36_0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass36_0__ctor_m1254660784 (U3CU3Ec__DisplayClass36_0_t358886780 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalReader/<>c__DisplayClass36_0::b__1(Newtonsoft.Json.Serialization.JsonSerializerInternalReader/CreatorPropertyContext) extern "C" IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass36_0_U3CCreateObjectUsingCreatorWithParametersU3Eb__1_m202617482 (U3CU3Ec__DisplayClass36_0_t358886780 * __this, CreatorPropertyContext_t610304857 * ___p0, const RuntimeMethod* method) { { CreatorPropertyContext_t610304857 * L_0 = ___p0; NullCheck(L_0); JsonProperty_t1405154176 * L_1 = L_0->get_Property_1(); JsonProperty_t1405154176 * L_2 = __this->get_property_0(); return (bool)((((int32_t)((((RuntimeObject*)(JsonProperty_t1405154176 *)L_1) == ((RuntimeObject*)(JsonProperty_t1405154176 *)L_2))? 1 : 0)) == ((int32_t)0))? 1 : 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.JsonSerializerInternalReader/CreatorPropertyContext::.ctor() extern "C" IL2CPP_METHOD_ATTR void CreatorPropertyContext__ctor_m1973783268 (CreatorPropertyContext_t610304857 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__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.Serialization.JsonSerializerInternalWriter::.ctor(Newtonsoft.Json.JsonSerializer) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalWriter__ctor_m3989594872 (JsonSerializerInternalWriter_t3588727337 * __this, JsonSerializer_t1424496335 * ___serializer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalWriter__ctor_m3989594872_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t257213610 * L_0 = (List_1_t257213610 *)il2cpp_codegen_object_new(List_1_t257213610_il2cpp_TypeInfo_var); List_1__ctor_m2321703786(L_0, /*hidden argument*/List_1__ctor_m2321703786_RuntimeMethod_var); __this->set__serializeStack_7(L_0); JsonSerializer_t1424496335 * L_1 = ___serializer0; JsonSerializerInternalBase__ctor_m395961247(__this, L_1, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::Serialize(Newtonsoft.Json.JsonWriter,System.Object,System.Type) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalWriter_Serialize_m4173797228 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___jsonWriter0, RuntimeObject * ___value1, Type_t * ___objectType2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalWriter_Serialize_m4173797228_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonContract_t3715061318 * V_0 = NULL; Exception_t * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { JsonWriter_t1467272295 * L_0 = ___jsonWriter0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3644575098, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,JsonSerializerInternalWriter_Serialize_m4173797228_RuntimeMethod_var); } IL_000e: { Type_t * L_2 = ___objectType2; __this->set__rootType_5(L_2); List_1_t257213610 * L_3 = __this->get__serializeStack_7(); NullCheck(L_3); int32_t L_4 = List_1_get_Count_m2934127733(L_3, /*hidden argument*/List_1_get_Count_m2934127733_RuntimeMethod_var); __this->set__rootLevel_6(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); RuntimeObject * L_5 = ___value1; JsonContract_t3715061318 * L_6 = JsonSerializerInternalWriter_GetContractSafe_m5393793(__this, L_5, /*hidden argument*/NULL); V_0 = L_6; } IL_0030: try { // begin try (depth: 1) try { // begin try (depth: 2) { RuntimeObject * L_7 = ___value1; JsonContract_t3715061318 * L_8 = V_0; bool L_9 = JsonSerializerInternalWriter_ShouldWriteReference_m814208671(__this, L_7, (JsonProperty_t1405154176 *)NULL, L_8, (JsonContainerContract_t1214283173 *)NULL, (JsonProperty_t1405154176 *)NULL, /*hidden argument*/NULL); if (!L_9) { goto IL_0047; } } IL_003d: { JsonWriter_t1467272295 * L_10 = ___jsonWriter0; RuntimeObject * L_11 = ___value1; JsonSerializerInternalWriter_WriteReference_m1153456658(__this, L_10, L_11, /*hidden argument*/NULL); goto IL_0053; } IL_0047: { JsonWriter_t1467272295 * L_12 = ___jsonWriter0; RuntimeObject * L_13 = ___value1; JsonContract_t3715061318 * L_14 = V_0; JsonSerializerInternalWriter_SerializeValue_m4171511317(__this, L_12, L_13, L_14, (JsonProperty_t1405154176 *)NULL, (JsonContainerContract_t1214283173 *)NULL, (JsonProperty_t1405154176 *)NULL, /*hidden argument*/NULL); } IL_0053: { IL2CPP_LEAVE(0x85, FINALLY_007d); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0055; throw e; } CATCH_0055: { // begin catch(System.Exception) { V_1 = ((Exception_t *)__exception_local); JsonContract_t3715061318 * L_15 = V_0; JsonWriter_t1467272295 * L_16 = ___jsonWriter0; NullCheck(L_16); String_t* L_17 = JsonWriter_get_Path_m2431630644(L_16, /*hidden argument*/NULL); Exception_t * L_18 = V_1; bool L_19 = JsonSerializerInternalBase_IsErrorHandled_m3473537157(__this, NULL, L_15, NULL, (RuntimeObject*)NULL, L_17, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_0073; } } IL_0069: { JsonWriter_t1467272295 * L_20 = ___jsonWriter0; JsonSerializerInternalWriter_HandleError_m3142788480(__this, L_20, 0, /*hidden argument*/NULL); goto IL_007b; } IL_0073: { JsonSerializerInternalBase_ClearErrorContext_m1174047819(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local,NULL); } IL_007b: { IL2CPP_LEAVE(0x85, FINALLY_007d); } } // end catch (depth: 2) } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_007d; } FINALLY_007d: { // begin finally (depth: 1) __this->set__rootType_5((Type_t *)NULL); IL2CPP_END_FINALLY(125) } // end finally (depth: 1) IL2CPP_CLEANUP(125) { IL2CPP_JUMP_TBL(0x85, IL_0085) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0085: { return; } } // Newtonsoft.Json.Serialization.JsonSerializerProxy Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::GetInternalSerializer() extern "C" IL2CPP_METHOD_ATTR JsonSerializerProxy_t657065764 * JsonSerializerInternalWriter_GetInternalSerializer_m568683936 (JsonSerializerInternalWriter_t3588727337 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalWriter_GetInternalSerializer_m568683936_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonSerializerProxy_t657065764 * L_0 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_InternalSerializer_4(); if (L_0) { goto IL_0014; } } { JsonSerializerProxy_t657065764 * L_1 = (JsonSerializerProxy_t657065764 *)il2cpp_codegen_object_new(JsonSerializerProxy_t657065764_il2cpp_TypeInfo_var); JsonSerializerProxy__ctor_m2468412375(L_1, __this, /*hidden argument*/NULL); ((JsonSerializerInternalBase_t286011480 *)__this)->set_InternalSerializer_4(L_1); } IL_0014: { JsonSerializerProxy_t657065764 * L_2 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_InternalSerializer_4(); return L_2; } } // Newtonsoft.Json.Serialization.JsonContract Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::GetContractSafe(System.Object) extern "C" IL2CPP_METHOD_ATTR JsonContract_t3715061318 * JsonSerializerInternalWriter_GetContractSafe_m5393793 (JsonSerializerInternalWriter_t3588727337 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalWriter_GetContractSafe_m5393793_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0005; } } { return (JsonContract_t3715061318 *)NULL; } IL_0005: { JsonSerializer_t1424496335 * L_1 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_1); RuntimeObject* L_2 = L_1->get__contractResolver_11(); RuntimeObject * L_3 = ___value0; NullCheck(L_3); Type_t * L_4 = Object_GetType_m88164663(L_3, /*hidden argument*/NULL); NullCheck(L_2); JsonContract_t3715061318 * L_5 = InterfaceFuncInvoker1< JsonContract_t3715061318 *, Type_t * >::Invoke(0 /* Newtonsoft.Json.Serialization.JsonContract Newtonsoft.Json.Serialization.IContractResolver::ResolveContract(System.Type) */, IContractResolver_t4193385603_il2cpp_TypeInfo_var, L_2, L_4); return L_5; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::SerializePrimitive(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.Serialization.JsonPrimitiveContract,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.JsonContainerContract,Newtonsoft.Json.Serialization.JsonProperty) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalWriter_SerializePrimitive_m3733204728 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___writer0, RuntimeObject * ___value1, JsonPrimitiveContract_t336098342 * ___contract2, JsonProperty_t1405154176 * ___member3, JsonContainerContract_t1214283173 * ___containerContract4, JsonProperty_t1405154176 * ___containerProperty5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalWriter_SerializePrimitive_m3733204728_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonPrimitiveContract_t336098342 * L_0 = ___contract2; NullCheck(L_0); int32_t L_1 = JsonPrimitiveContract_get_TypeCode_m1827163657(L_0, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)40))))) { goto IL_004d; } } { JsonPrimitiveContract_t336098342 * L_2 = ___contract2; JsonProperty_t1405154176 * L_3 = ___member3; JsonContainerContract_t1214283173 * L_4 = ___containerContract4; JsonProperty_t1405154176 * L_5 = ___containerProperty5; bool L_6 = JsonSerializerInternalWriter_ShouldWriteType_m3011039450(__this, 1, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_004d; } } { JsonWriter_t1467272295 * L_7 = ___writer0; NullCheck(L_7); VirtActionInvoker0::Invoke(7 /* System.Void Newtonsoft.Json.JsonWriter::WriteStartObject() */, L_7); JsonWriter_t1467272295 * L_8 = ___writer0; JsonPrimitiveContract_t336098342 * L_9 = ___contract2; NullCheck(L_9); Type_t * L_10 = JsonContract_get_CreatedType_m1028628000(L_9, /*hidden argument*/NULL); JsonSerializerInternalWriter_WriteTypeProperty_m303507108(__this, L_8, L_10, /*hidden argument*/NULL); JsonWriter_t1467272295 * L_11 = ___writer0; NullCheck(L_11); VirtActionInvoker2< String_t*, bool >::Invoke(14 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String,System.Boolean) */, L_11, _stringLiteral797875914, (bool)0); JsonWriter_t1467272295 * L_12 = ___writer0; JsonPrimitiveContract_t336098342 * L_13 = ___contract2; NullCheck(L_13); int32_t L_14 = JsonPrimitiveContract_get_TypeCode_m1827163657(L_13, /*hidden argument*/NULL); RuntimeObject * L_15 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(JsonWriter_t1467272295_il2cpp_TypeInfo_var); JsonWriter_WriteValue_m3802340270(NULL /*static, unused*/, L_12, L_14, L_15, /*hidden argument*/NULL); JsonWriter_t1467272295 * L_16 = ___writer0; NullCheck(L_16); VirtActionInvoker0::Invoke(8 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndObject() */, L_16); return; } IL_004d: { JsonWriter_t1467272295 * L_17 = ___writer0; JsonPrimitiveContract_t336098342 * L_18 = ___contract2; NullCheck(L_18); int32_t L_19 = JsonPrimitiveContract_get_TypeCode_m1827163657(L_18, /*hidden argument*/NULL); RuntimeObject * L_20 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(JsonWriter_t1467272295_il2cpp_TypeInfo_var); JsonWriter_WriteValue_m3802340270(NULL /*static, unused*/, L_17, L_19, L_20, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::SerializeValue(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.Serialization.JsonContract,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.JsonContainerContract,Newtonsoft.Json.Serialization.JsonProperty) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalWriter_SerializeValue_m4171511317 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___writer0, RuntimeObject * ___value1, JsonContract_t3715061318 * ___valueContract2, JsonProperty_t1405154176 * ___member3, JsonContainerContract_t1214283173 * ___containerContract4, JsonProperty_t1405154176 * ___containerProperty5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalWriter_SerializeValue_m4171511317_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonConverter_t1047106545 * V_0 = NULL; int32_t V_1 = 0; JsonArrayContract_t483691547 * V_2 = NULL; JsonDictionaryContract_t4040570183 * V_3 = NULL; RuntimeObject* V_4 = NULL; JsonConverter_t1047106545 * G_B5_0 = NULL; JsonConverter_t1047106545 * G_B17_0 = NULL; JsonConverter_t1047106545 * G_B6_0 = NULL; JsonConverter_t1047106545 * G_B9_0 = NULL; JsonConverter_t1047106545 * G_B10_0 = NULL; JsonConverter_t1047106545 * G_B13_0 = NULL; JsonConverter_t1047106545 * G_B14_0 = NULL; JsonConverter_t1047106545 * G_B15_0 = NULL; JsonConverter_t1047106545 * G_B16_0 = NULL; JsonWriter_t1467272295 * G_B30_0 = NULL; JsonSerializerInternalWriter_t3588727337 * G_B30_1 = NULL; JsonWriter_t1467272295 * G_B29_0 = NULL; JsonSerializerInternalWriter_t3588727337 * G_B29_1 = NULL; RuntimeObject* G_B31_0 = NULL; JsonWriter_t1467272295 * G_B31_1 = NULL; JsonSerializerInternalWriter_t3588727337 * G_B31_2 = NULL; { RuntimeObject * L_0 = ___value1; if (L_0) { goto IL_000a; } } { JsonWriter_t1467272295 * L_1 = ___writer0; NullCheck(L_1); VirtActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, L_1); return; } IL_000a: { JsonProperty_t1405154176 * L_2 = ___member3; if (L_2) { goto IL_0011; } } { G_B5_0 = ((JsonConverter_t1047106545 *)(NULL)); goto IL_0018; } IL_0011: { JsonProperty_t1405154176 * L_3 = ___member3; NullCheck(L_3); JsonConverter_t1047106545 * L_4 = JsonProperty_get_Converter_m2047823230(L_3, /*hidden argument*/NULL); G_B5_0 = L_4; } IL_0018: { JsonConverter_t1047106545 * L_5 = G_B5_0; G_B6_0 = L_5; if (L_5) { G_B17_0 = L_5; goto IL_0065; } } { JsonProperty_t1405154176 * L_6 = ___containerProperty5; if (L_6) { goto IL_0023; } } { G_B9_0 = ((JsonConverter_t1047106545 *)(NULL)); goto IL_002a; } IL_0023: { JsonProperty_t1405154176 * L_7 = ___containerProperty5; NullCheck(L_7); JsonConverter_t1047106545 * L_8 = JsonProperty_get_ItemConverter_m746570266(L_7, /*hidden argument*/NULL); G_B9_0 = L_8; } IL_002a: { JsonConverter_t1047106545 * L_9 = G_B9_0; G_B10_0 = L_9; if (L_9) { G_B17_0 = L_9; goto IL_0065; } } { JsonContainerContract_t1214283173 * L_10 = ___containerContract4; if (L_10) { goto IL_0035; } } { G_B13_0 = ((JsonConverter_t1047106545 *)(NULL)); goto IL_003c; } IL_0035: { JsonContainerContract_t1214283173 * L_11 = ___containerContract4; NullCheck(L_11); JsonConverter_t1047106545 * L_12 = JsonContainerContract_get_ItemConverter_m3539391299(L_11, /*hidden argument*/NULL); G_B13_0 = L_12; } IL_003c: { JsonConverter_t1047106545 * L_13 = G_B13_0; G_B14_0 = L_13; if (L_13) { G_B17_0 = L_13; goto IL_0065; } } { JsonContract_t3715061318 * L_14 = ___valueContract2; NullCheck(L_14); JsonConverter_t1047106545 * L_15 = JsonContract_get_Converter_m844251387(L_14, /*hidden argument*/NULL); JsonConverter_t1047106545 * L_16 = L_15; G_B15_0 = L_16; if (L_16) { G_B17_0 = L_16; goto IL_0065; } } { JsonSerializer_t1424496335 * L_17 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); JsonContract_t3715061318 * L_18 = ___valueContract2; NullCheck(L_18); Type_t * L_19 = JsonContract_get_UnderlyingType_m1736598392(L_18, /*hidden argument*/NULL); NullCheck(L_17); JsonConverter_t1047106545 * L_20 = JsonSerializer_GetMatchingConverter_m2868001596(L_17, L_19, /*hidden argument*/NULL); JsonConverter_t1047106545 * L_21 = L_20; G_B16_0 = L_21; if (L_21) { G_B17_0 = L_21; goto IL_0065; } } { JsonContract_t3715061318 * L_22 = ___valueContract2; NullCheck(L_22); JsonConverter_t1047106545 * L_23 = JsonContract_get_InternalConverter_m501858809(L_22, /*hidden argument*/NULL); G_B17_0 = L_23; } IL_0065: { V_0 = G_B17_0; JsonConverter_t1047106545 * L_24 = V_0; if (!L_24) { goto IL_0080; } } { JsonConverter_t1047106545 * L_25 = V_0; NullCheck(L_25); bool L_26 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean Newtonsoft.Json.JsonConverter::get_CanWrite() */, L_25); if (!L_26) { goto IL_0080; } } { JsonWriter_t1467272295 * L_27 = ___writer0; JsonConverter_t1047106545 * L_28 = V_0; RuntimeObject * L_29 = ___value1; JsonContract_t3715061318 * L_30 = ___valueContract2; JsonContainerContract_t1214283173 * L_31 = ___containerContract4; JsonProperty_t1405154176 * L_32 = ___containerProperty5; JsonSerializerInternalWriter_SerializeConvertable_m3972578520(__this, L_27, L_28, L_29, L_30, L_31, L_32, /*hidden argument*/NULL); return; } IL_0080: { JsonContract_t3715061318 * L_33 = ___valueContract2; NullCheck(L_33); int32_t L_34 = L_33->get_ContractType_5(); V_1 = L_34; int32_t L_35 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)1))) { case 0: { goto IL_00b0; } case 1: { goto IL_00c5; } case 2: { goto IL_00fe; } case 3: { goto IL_0113; } case 4: { goto IL_0122; } case 5: { goto IL_0189; } case 6: { goto IL_0153; } case 7: { goto IL_016d; } } } { return; } IL_00b0: { JsonWriter_t1467272295 * L_36 = ___writer0; RuntimeObject * L_37 = ___value1; JsonContract_t3715061318 * L_38 = ___valueContract2; JsonProperty_t1405154176 * L_39 = ___member3; JsonContainerContract_t1214283173 * L_40 = ___containerContract4; JsonProperty_t1405154176 * L_41 = ___containerProperty5; JsonSerializerInternalWriter_SerializeObject_m3153196702(__this, L_36, L_37, ((JsonObjectContract_t868533143 *)CastclassClass((RuntimeObject*)L_38, JsonObjectContract_t868533143_il2cpp_TypeInfo_var)), L_39, L_40, L_41, /*hidden argument*/NULL); return; } IL_00c5: { JsonContract_t3715061318 * L_42 = ___valueContract2; V_2 = ((JsonArrayContract_t483691547 *)CastclassClass((RuntimeObject*)L_42, JsonArrayContract_t483691547_il2cpp_TypeInfo_var)); JsonArrayContract_t483691547 * L_43 = V_2; NullCheck(L_43); bool L_44 = JsonArrayContract_get_IsMultidimensionalArray_m1836563063(L_43, /*hidden argument*/NULL); if (L_44) { goto IL_00e9; } } { JsonWriter_t1467272295 * L_45 = ___writer0; RuntimeObject * L_46 = ___value1; JsonArrayContract_t483691547 * L_47 = V_2; JsonProperty_t1405154176 * L_48 = ___member3; JsonContainerContract_t1214283173 * L_49 = ___containerContract4; JsonProperty_t1405154176 * L_50 = ___containerProperty5; JsonSerializerInternalWriter_SerializeList_m72515633(__this, L_45, ((RuntimeObject*)Castclass((RuntimeObject*)L_46, IEnumerable_t1941168011_il2cpp_TypeInfo_var)), L_47, L_48, L_49, L_50, /*hidden argument*/NULL); return; } IL_00e9: { JsonWriter_t1467272295 * L_51 = ___writer0; RuntimeObject * L_52 = ___value1; JsonArrayContract_t483691547 * L_53 = V_2; JsonProperty_t1405154176 * L_54 = ___member3; JsonContainerContract_t1214283173 * L_55 = ___containerContract4; JsonProperty_t1405154176 * L_56 = ___containerProperty5; JsonSerializerInternalWriter_SerializeMultidimensionalArray_m2678746194(__this, L_51, ((RuntimeArray *)CastclassClass((RuntimeObject*)L_52, RuntimeArray_il2cpp_TypeInfo_var)), L_53, L_54, L_55, L_56, /*hidden argument*/NULL); return; } IL_00fe: { JsonWriter_t1467272295 * L_57 = ___writer0; RuntimeObject * L_58 = ___value1; JsonContract_t3715061318 * L_59 = ___valueContract2; JsonProperty_t1405154176 * L_60 = ___member3; JsonContainerContract_t1214283173 * L_61 = ___containerContract4; JsonProperty_t1405154176 * L_62 = ___containerProperty5; JsonSerializerInternalWriter_SerializePrimitive_m3733204728(__this, L_57, L_58, ((JsonPrimitiveContract_t336098342 *)CastclassClass((RuntimeObject*)L_59, JsonPrimitiveContract_t336098342_il2cpp_TypeInfo_var)), L_60, L_61, L_62, /*hidden argument*/NULL); return; } IL_0113: { JsonWriter_t1467272295 * L_63 = ___writer0; RuntimeObject * L_64 = ___value1; JsonContract_t3715061318 * L_65 = ___valueContract2; JsonSerializerInternalWriter_SerializeString_m2709735249(__this, L_63, L_64, ((JsonStringContract_t1298846671 *)CastclassClass((RuntimeObject*)L_65, JsonStringContract_t1298846671_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return; } IL_0122: { JsonContract_t3715061318 * L_66 = ___valueContract2; V_3 = ((JsonDictionaryContract_t4040570183 *)CastclassClass((RuntimeObject*)L_66, JsonDictionaryContract_t4040570183_il2cpp_TypeInfo_var)); JsonWriter_t1467272295 * L_67 = ___writer0; RuntimeObject * L_68 = ___value1; G_B29_0 = L_67; G_B29_1 = __this; if (((RuntimeObject*)IsInst((RuntimeObject*)L_68, IDictionary_t1363984059_il2cpp_TypeInfo_var))) { G_B30_0 = L_67; G_B30_1 = __this; goto IL_0140; } } { JsonDictionaryContract_t4040570183 * L_69 = V_3; RuntimeObject * L_70 = ___value1; NullCheck(L_69); RuntimeObject* L_71 = JsonDictionaryContract_CreateWrapper_m1557137919(L_69, L_70, /*hidden argument*/NULL); V_4 = L_71; RuntimeObject* L_72 = V_4; G_B31_0 = L_72; G_B31_1 = G_B29_0; G_B31_2 = G_B29_1; goto IL_0146; } IL_0140: { RuntimeObject * L_73 = ___value1; G_B31_0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_73, IDictionary_t1363984059_il2cpp_TypeInfo_var)); G_B31_1 = G_B30_0; G_B31_2 = G_B30_1; } IL_0146: { JsonDictionaryContract_t4040570183 * L_74 = V_3; JsonProperty_t1405154176 * L_75 = ___member3; JsonContainerContract_t1214283173 * L_76 = ___containerContract4; JsonProperty_t1405154176 * L_77 = ___containerProperty5; NullCheck(G_B31_2); JsonSerializerInternalWriter_SerializeDictionary_m3729105883(G_B31_2, G_B31_1, G_B31_0, L_74, L_75, L_76, L_77, /*hidden argument*/NULL); return; } IL_0153: { JsonWriter_t1467272295 * L_78 = ___writer0; RuntimeObject * L_79 = ___value1; JsonContract_t3715061318 * L_80 = ___valueContract2; JsonProperty_t1405154176 * L_81 = ___member3; JsonContainerContract_t1214283173 * L_82 = ___containerContract4; JsonProperty_t1405154176 * L_83 = ___containerProperty5; JsonSerializerInternalWriter_SerializeISerializable_m2606608702(__this, L_78, ((RuntimeObject*)Castclass((RuntimeObject*)L_79, ISerializable_t3375760802_il2cpp_TypeInfo_var)), ((JsonISerializableContract_t781833466 *)CastclassClass((RuntimeObject*)L_80, JsonISerializableContract_t781833466_il2cpp_TypeInfo_var)), L_81, L_82, L_83, /*hidden argument*/NULL); return; } IL_016d: { RuntimeObject * L_84 = ___value1; JsonWriter_t1467272295 * L_85 = ___writer0; JsonSerializer_t1424496335 * L_86 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_86); JsonConverterCollection_t3675964822 * L_87 = VirtFuncInvoker0< JsonConverterCollection_t3675964822 * >::Invoke(23 /* Newtonsoft.Json.JsonConverterCollection Newtonsoft.Json.JsonSerializer::get_Converters() */, L_86); JsonConverterU5BU5D_t155849004* L_88 = Enumerable_ToArray_TisJsonConverter_t1047106545_m953012284(NULL /*static, unused*/, L_87, /*hidden argument*/Enumerable_ToArray_TisJsonConverter_t1047106545_m953012284_RuntimeMethod_var); NullCheck(((JToken_t1038539247 *)CastclassClass((RuntimeObject*)L_84, JToken_t1038539247_il2cpp_TypeInfo_var))); VirtActionInvoker2< JsonWriter_t1467272295 *, JsonConverterU5BU5D_t155849004* >::Invoke(18 /* System.Void Newtonsoft.Json.Linq.JToken::WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[]) */, ((JToken_t1038539247 *)CastclassClass((RuntimeObject*)L_84, JToken_t1038539247_il2cpp_TypeInfo_var)), L_85, L_88); } IL_0189: { return; } } // System.Nullable`1 Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::ResolveIsReference(Newtonsoft.Json.Serialization.JsonContract,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.JsonContainerContract,Newtonsoft.Json.Serialization.JsonProperty) extern "C" IL2CPP_METHOD_ATTR Nullable_1_t1819850047 JsonSerializerInternalWriter_ResolveIsReference_m2967909978 (JsonSerializerInternalWriter_t3588727337 * __this, JsonContract_t3715061318 * ___contract0, JsonProperty_t1405154176 * ___property1, JsonContainerContract_t1214283173 * ___collectionContract2, JsonProperty_t1405154176 * ___containerProperty3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalWriter_ResolveIsReference_m2967909978_MetadataUsageId); s_Il2CppMethodInitialized = true; } Nullable_1_t1819850047 V_0; memset(&V_0, 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_t1819850047 )); JsonProperty_t1405154176 * L_0 = ___property1; if (!L_0) { goto IL_0012; } } { JsonProperty_t1405154176 * L_1 = ___property1; NullCheck(L_1); Nullable_1_t1819850047 L_2 = JsonProperty_get_IsReference_m2386873697(L_1, /*hidden argument*/NULL); V_0 = L_2; } IL_0012: { bool L_3 = Nullable_1_get_HasValue_m3206831396((&V_0), /*hidden argument*/Nullable_1_get_HasValue_m3206831396_RuntimeMethod_var); if (L_3) { goto IL_0027; } } { JsonProperty_t1405154176 * L_4 = ___containerProperty3; if (!L_4) { goto IL_0027; } } { JsonProperty_t1405154176 * L_5 = ___containerProperty3; NullCheck(L_5); Nullable_1_t1819850047 L_6 = JsonProperty_get_ItemIsReference_m175904732(L_5, /*hidden argument*/NULL); V_0 = L_6; } IL_0027: { bool L_7 = Nullable_1_get_HasValue_m3206831396((&V_0), /*hidden argument*/Nullable_1_get_HasValue_m3206831396_RuntimeMethod_var); if (L_7) { goto IL_003a; } } { JsonContainerContract_t1214283173 * L_8 = ___collectionContract2; if (!L_8) { goto IL_003a; } } { JsonContainerContract_t1214283173 * L_9 = ___collectionContract2; NullCheck(L_9); Nullable_1_t1819850047 L_10 = JsonContainerContract_get_ItemIsReference_m3507285852(L_9, /*hidden argument*/NULL); V_0 = L_10; } IL_003a: { bool L_11 = Nullable_1_get_HasValue_m3206831396((&V_0), /*hidden argument*/Nullable_1_get_HasValue_m3206831396_RuntimeMethod_var); if (L_11) { goto IL_004a; } } { JsonContract_t3715061318 * L_12 = ___contract0; NullCheck(L_12); Nullable_1_t1819850047 L_13 = JsonContract_get_IsReference_m377117746(L_12, /*hidden argument*/NULL); V_0 = L_13; } IL_004a: { Nullable_1_t1819850047 L_14 = V_0; return L_14; } } // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::ShouldWriteReference(System.Object,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.JsonContract,Newtonsoft.Json.Serialization.JsonContainerContract,Newtonsoft.Json.Serialization.JsonProperty) extern "C" IL2CPP_METHOD_ATTR bool JsonSerializerInternalWriter_ShouldWriteReference_m814208671 (JsonSerializerInternalWriter_t3588727337 * __this, RuntimeObject * ___value0, JsonProperty_t1405154176 * ___property1, JsonContract_t3715061318 * ___valueContract2, JsonContainerContract_t1214283173 * ___collectionContract3, JsonProperty_t1405154176 * ___containerProperty4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalWriter_ShouldWriteReference_m814208671_MetadataUsageId); s_Il2CppMethodInitialized = true; } Nullable_1_t1819850047 V_0; memset(&V_0, 0, sizeof(V_0)); { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0005; } } { return (bool)0; } IL_0005: { JsonContract_t3715061318 * L_1 = ___valueContract2; NullCheck(L_1); int32_t L_2 = L_1->get_ContractType_5(); if ((((int32_t)L_2) == ((int32_t)3))) { goto IL_0017; } } { JsonContract_t3715061318 * L_3 = ___valueContract2; NullCheck(L_3); int32_t L_4 = L_3->get_ContractType_5(); if ((!(((uint32_t)L_4) == ((uint32_t)4)))) { goto IL_0019; } } IL_0017: { return (bool)0; } IL_0019: { JsonContract_t3715061318 * L_5 = ___valueContract2; JsonProperty_t1405154176 * L_6 = ___property1; JsonContainerContract_t1214283173 * L_7 = ___collectionContract3; JsonProperty_t1405154176 * L_8 = ___containerProperty4; Nullable_1_t1819850047 L_9 = JsonSerializerInternalWriter_ResolveIsReference_m2967909978(__this, L_5, L_6, L_7, L_8, /*hidden argument*/NULL); V_0 = L_9; bool L_10 = Nullable_1_get_HasValue_m3206831396((&V_0), /*hidden argument*/Nullable_1_get_HasValue_m3206831396_RuntimeMethod_var); if (L_10) { goto IL_006c; } } { JsonContract_t3715061318 * L_11 = ___valueContract2; NullCheck(L_11); int32_t L_12 = L_11->get_ContractType_5(); if ((!(((uint32_t)L_12) == ((uint32_t)2)))) { goto IL_0053; } } { JsonSerializer_t1424496335 * L_13 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_13); int32_t L_14 = L_13->get__preserveReferencesHandling_2(); bool L_15 = JsonSerializerInternalWriter_HasFlag_m4284901959(__this, L_14, 2, /*hidden argument*/NULL); Nullable_1__ctor_m1921378621((&V_0), L_15, /*hidden argument*/Nullable_1__ctor_m1921378621_RuntimeMethod_var); goto IL_006c; } IL_0053: { JsonSerializer_t1424496335 * L_16 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_16); int32_t L_17 = L_16->get__preserveReferencesHandling_2(); bool L_18 = JsonSerializerInternalWriter_HasFlag_m4284901959(__this, L_17, 1, /*hidden argument*/NULL); Nullable_1__ctor_m1921378621((&V_0), L_18, /*hidden argument*/Nullable_1__ctor_m1921378621_RuntimeMethod_var); } IL_006c: { bool L_19 = Nullable_1_GetValueOrDefault_m2119174086((&V_0), /*hidden argument*/Nullable_1_GetValueOrDefault_m2119174086_RuntimeMethod_var); if (L_19) { goto IL_0077; } } { return (bool)0; } IL_0077: { JsonSerializer_t1424496335 * L_20 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_20); RuntimeObject* L_21 = JsonSerializer_GetReferenceResolver_m183251564(L_20, /*hidden argument*/NULL); RuntimeObject * L_22 = ___value0; NullCheck(L_21); bool L_23 = InterfaceFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(2 /* System.Boolean Newtonsoft.Json.Serialization.IReferenceResolver::IsReferenced(System.Object,System.Object) */, IReferenceResolver_t2564061104_il2cpp_TypeInfo_var, L_21, __this, L_22); return L_23; } } // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::ShouldWriteProperty(System.Object,Newtonsoft.Json.Serialization.JsonProperty) extern "C" IL2CPP_METHOD_ATTR bool JsonSerializerInternalWriter_ShouldWriteProperty_m4193592761 (JsonSerializerInternalWriter_t3588727337 * __this, RuntimeObject * ___memberValue0, JsonProperty_t1405154176 * ___property1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalWriter_ShouldWriteProperty_m4193592761_MetadataUsageId); s_Il2CppMethodInitialized = true; } Nullable_1_t829731231 V_0; memset(&V_0, 0, sizeof(V_0)); Nullable_1_t668593436 V_1; memset(&V_1, 0, sizeof(V_1)); { JsonProperty_t1405154176 * L_0 = ___property1; NullCheck(L_0); Nullable_1_t829731231 L_1 = JsonProperty_get_NullValueHandling_m3875844461(L_0, /*hidden argument*/NULL); V_0 = L_1; JsonSerializer_t1424496335 * L_2 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_2); int32_t L_3 = L_2->get__nullValueHandling_6(); int32_t L_4 = Nullable_1_GetValueOrDefault_m351469856((&V_0), L_3, /*hidden argument*/Nullable_1_GetValueOrDefault_m351469856_RuntimeMethod_var); if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_0021; } } { RuntimeObject * L_5 = ___memberValue0; if (L_5) { goto IL_0021; } } { return (bool)0; } IL_0021: { JsonProperty_t1405154176 * L_6 = ___property1; NullCheck(L_6); Nullable_1_t668593436 L_7 = JsonProperty_get_DefaultValueHandling_m3282317265(L_6, /*hidden argument*/NULL); V_1 = L_7; JsonSerializer_t1424496335 * L_8 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_8); int32_t L_9 = L_8->get__defaultValueHandling_7(); int32_t L_10 = Nullable_1_GetValueOrDefault_m2726173638((&V_1), L_9, /*hidden argument*/Nullable_1_GetValueOrDefault_m2726173638_RuntimeMethod_var); bool L_11 = JsonSerializerInternalWriter_HasFlag_m1469268508(__this, L_10, 1, /*hidden argument*/NULL); if (!L_11) { goto IL_0053; } } { RuntimeObject * L_12 = ___memberValue0; JsonProperty_t1405154176 * L_13 = ___property1; NullCheck(L_13); RuntimeObject * L_14 = JsonProperty_GetResolvedDefaultValue_m1733567544(L_13, /*hidden argument*/NULL); bool L_15 = MiscellaneousUtils_ValueEquals_m795470537(NULL /*static, unused*/, L_12, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0053; } } { return (bool)0; } IL_0053: { return (bool)1; } } // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::CheckForCircularReference(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.JsonContract,Newtonsoft.Json.Serialization.JsonContainerContract,Newtonsoft.Json.Serialization.JsonProperty) extern "C" IL2CPP_METHOD_ATTR bool JsonSerializerInternalWriter_CheckForCircularReference_m2371900515 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___writer0, RuntimeObject * ___value1, JsonProperty_t1405154176 * ___property2, JsonContract_t3715061318 * ___contract3, JsonContainerContract_t1214283173 * ___containerContract4, JsonProperty_t1405154176 * ___containerProperty5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalWriter_CheckForCircularReference_m2371900515_MetadataUsageId); s_Il2CppMethodInitialized = true; } Nullable_1_t3051693050 V_0; memset(&V_0, 0, sizeof(V_0)); String_t* V_1 = NULL; int32_t V_2 = 0; bool G_B15_0 = false; { RuntimeObject * L_0 = ___value1; if (!L_0) { goto IL_0017; } } { JsonContract_t3715061318 * L_1 = ___contract3; NullCheck(L_1); int32_t L_2 = L_1->get_ContractType_5(); if ((((int32_t)L_2) == ((int32_t)3))) { goto IL_0017; } } { JsonContract_t3715061318 * L_3 = ___contract3; NullCheck(L_3); int32_t L_4 = L_3->get_ContractType_5(); if ((!(((uint32_t)L_4) == ((uint32_t)4)))) { goto IL_0019; } } IL_0017: { return (bool)1; } IL_0019: { il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_t3051693050 )); JsonProperty_t1405154176 * L_5 = ___property2; if (!L_5) { goto IL_002b; } } { JsonProperty_t1405154176 * L_6 = ___property2; NullCheck(L_6); Nullable_1_t3051693050 L_7 = JsonProperty_get_ReferenceLoopHandling_m1171762871(L_6, /*hidden argument*/NULL); V_0 = L_7; } IL_002b: { bool L_8 = Nullable_1_get_HasValue_m3254789393((&V_0), /*hidden argument*/Nullable_1_get_HasValue_m3254789393_RuntimeMethod_var); if (L_8) { goto IL_0040; } } { JsonProperty_t1405154176 * L_9 = ___containerProperty5; if (!L_9) { goto IL_0040; } } { JsonProperty_t1405154176 * L_10 = ___containerProperty5; NullCheck(L_10); Nullable_1_t3051693050 L_11 = JsonProperty_get_ItemReferenceLoopHandling_m1473466914(L_10, /*hidden argument*/NULL); V_0 = L_11; } IL_0040: { bool L_12 = Nullable_1_get_HasValue_m3254789393((&V_0), /*hidden argument*/Nullable_1_get_HasValue_m3254789393_RuntimeMethod_var); if (L_12) { goto IL_0055; } } { JsonContainerContract_t1214283173 * L_13 = ___containerContract4; if (!L_13) { goto IL_0055; } } { JsonContainerContract_t1214283173 * L_14 = ___containerContract4; NullCheck(L_14); Nullable_1_t3051693050 L_15 = JsonContainerContract_get_ItemReferenceLoopHandling_m210085839(L_14, /*hidden argument*/NULL); V_0 = L_15; } IL_0055: { JsonSerializer_t1424496335 * L_16 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_16); RuntimeObject* L_17 = L_16->get__equalityComparer_13(); if (L_17) { goto IL_0070; } } { List_1_t257213610 * L_18 = __this->get__serializeStack_7(); RuntimeObject * L_19 = ___value1; NullCheck(L_18); bool L_20 = List_1_Contains_m2654125393(L_18, L_19, /*hidden argument*/List_1_Contains_m2654125393_RuntimeMethod_var); G_B15_0 = L_20; goto IL_0087; } IL_0070: { List_1_t257213610 * L_21 = __this->get__serializeStack_7(); RuntimeObject * L_22 = ___value1; JsonSerializer_t1424496335 * L_23 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_23); RuntimeObject* L_24 = L_23->get__equalityComparer_13(); bool L_25 = CollectionUtils_Contains_TisRuntimeObject_m3001744680(NULL /*static, unused*/, L_21, L_22, L_24, /*hidden argument*/CollectionUtils_Contains_TisRuntimeObject_m3001744680_RuntimeMethod_var); G_B15_0 = L_25; } IL_0087: { if (!G_B15_0) { goto IL_017e; } } { V_1 = _stringLiteral2526819899; JsonProperty_t1405154176 * L_26 = ___property2; if (!L_26) { goto IL_00b1; } } { String_t* L_27 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_28 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_29 = ___property2; NullCheck(L_29); String_t* L_30 = JsonProperty_get_PropertyName_m2411132462(L_29, /*hidden argument*/NULL); String_t* L_31 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral1331885602, L_28, L_30, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_32 = String_Concat_m3937257545(NULL /*static, unused*/, L_27, L_31, /*hidden argument*/NULL); V_1 = L_32; } IL_00b1: { String_t* L_33 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_34 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); RuntimeObject * L_35 = ___value1; NullCheck(L_35); Type_t * L_36 = Object_GetType_m88164663(L_35, /*hidden argument*/NULL); String_t* L_37 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral3768225199, L_34, L_36, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_38 = String_Concat_m3937257545(NULL /*static, unused*/, L_33, L_37, /*hidden argument*/NULL); V_1 = L_38; JsonSerializer_t1424496335 * L_39 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_39); int32_t L_40 = L_39->get__referenceLoopHandling_3(); int32_t L_41 = Nullable_1_GetValueOrDefault_m167166792((&V_0), L_40, /*hidden argument*/Nullable_1_GetValueOrDefault_m167166792_RuntimeMethod_var); V_2 = L_41; int32_t L_42 = V_2; switch (L_42) { case 0: { goto IL_00f7; } case 1: { goto IL_0106; } case 2: { goto IL_0142; } } } { goto IL_017e; } IL_00f7: { JsonWriter_t1467272295 * L_43 = ___writer0; NullCheck(L_43); String_t* L_44 = JsonWriter_get_ContainerPath_m457269785(L_43, /*hidden argument*/NULL); String_t* L_45 = V_1; JsonSerializationException_t4152118729 * L_46 = JsonSerializationException_Create_m2499019280(NULL /*static, unused*/, (RuntimeObject*)NULL, L_44, L_45, (Exception_t *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_46,JsonSerializerInternalWriter_CheckForCircularReference_m2371900515_RuntimeMethod_var); } IL_0106: { RuntimeObject* L_47 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); if (!L_47) { goto IL_0140; } } { RuntimeObject* L_48 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); NullCheck(L_48); int32_t L_49 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Diagnostics.TraceLevel Newtonsoft.Json.Serialization.ITraceWriter::get_LevelFilter() */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_48); if ((((int32_t)L_49) < ((int32_t)4))) { goto IL_0140; } } { RuntimeObject* L_50 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); JsonWriter_t1467272295 * L_51 = ___writer0; NullCheck(L_51); String_t* L_52 = JsonWriter_get_Path_m2431630644(L_51, /*hidden argument*/NULL); String_t* L_53 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_54 = String_Concat_m3937257545(NULL /*static, unused*/, L_53, _stringLiteral2500727300, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonPosition_t2528027714_il2cpp_TypeInfo_var); String_t* L_55 = JsonPosition_FormatMessage_m331598339(NULL /*static, unused*/, (RuntimeObject*)NULL, L_52, L_54, /*hidden argument*/NULL); NullCheck(L_50); InterfaceActionInvoker3< int32_t, String_t*, Exception_t * >::Invoke(1 /* System.Void Newtonsoft.Json.Serialization.ITraceWriter::Trace(System.Diagnostics.TraceLevel,System.String,System.Exception) */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_50, 4, L_55, (Exception_t *)NULL); } IL_0140: { return (bool)0; } IL_0142: { RuntimeObject* L_56 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); if (!L_56) { goto IL_017c; } } { RuntimeObject* L_57 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); NullCheck(L_57); int32_t L_58 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Diagnostics.TraceLevel Newtonsoft.Json.Serialization.ITraceWriter::get_LevelFilter() */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_57); if ((((int32_t)L_58) < ((int32_t)4))) { goto IL_017c; } } { RuntimeObject* L_59 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); JsonWriter_t1467272295 * L_60 = ___writer0; NullCheck(L_60); String_t* L_61 = JsonWriter_get_Path_m2431630644(L_60, /*hidden argument*/NULL); String_t* L_62 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_63 = String_Concat_m3937257545(NULL /*static, unused*/, L_62, _stringLiteral3560831791, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonPosition_t2528027714_il2cpp_TypeInfo_var); String_t* L_64 = JsonPosition_FormatMessage_m331598339(NULL /*static, unused*/, (RuntimeObject*)NULL, L_61, L_63, /*hidden argument*/NULL); NullCheck(L_59); InterfaceActionInvoker3< int32_t, String_t*, Exception_t * >::Invoke(1 /* System.Void Newtonsoft.Json.Serialization.ITraceWriter::Trace(System.Diagnostics.TraceLevel,System.String,System.Exception) */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_59, 4, L_64, (Exception_t *)NULL); } IL_017c: { return (bool)1; } IL_017e: { return (bool)1; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::WriteReference(Newtonsoft.Json.JsonWriter,System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalWriter_WriteReference_m1153456658 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___writer0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalWriter_WriteReference_m1153456658_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { JsonWriter_t1467272295 * L_0 = ___writer0; RuntimeObject * L_1 = ___value1; String_t* L_2 = JsonSerializerInternalWriter_GetReference_m227025009(__this, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; RuntimeObject* L_3 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); if (!L_3) { goto IL_004e; } } { RuntimeObject* L_4 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); NullCheck(L_4); int32_t L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Diagnostics.TraceLevel Newtonsoft.Json.Serialization.ITraceWriter::get_LevelFilter() */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_4); if ((((int32_t)L_5) < ((int32_t)3))) { goto IL_004e; } } { RuntimeObject* L_6 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); JsonWriter_t1467272295 * L_7 = ___writer0; NullCheck(L_7); String_t* L_8 = JsonWriter_get_Path_m2431630644(L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_9 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_10 = V_0; RuntimeObject * L_11 = ___value1; NullCheck(L_11); Type_t * L_12 = Object_GetType_m88164663(L_11, /*hidden argument*/NULL); String_t* L_13 = StringUtils_FormatWith_m353537829(NULL /*static, unused*/, _stringLiteral2752124283, L_9, L_10, L_12, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonPosition_t2528027714_il2cpp_TypeInfo_var); String_t* L_14 = JsonPosition_FormatMessage_m331598339(NULL /*static, unused*/, (RuntimeObject*)NULL, L_8, L_13, /*hidden argument*/NULL); NullCheck(L_6); InterfaceActionInvoker3< int32_t, String_t*, Exception_t * >::Invoke(1 /* System.Void Newtonsoft.Json.Serialization.ITraceWriter::Trace(System.Diagnostics.TraceLevel,System.String,System.Exception) */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_6, 3, L_14, (Exception_t *)NULL); } IL_004e: { JsonWriter_t1467272295 * L_15 = ___writer0; NullCheck(L_15); VirtActionInvoker0::Invoke(7 /* System.Void Newtonsoft.Json.JsonWriter::WriteStartObject() */, L_15); JsonWriter_t1467272295 * L_16 = ___writer0; NullCheck(L_16); VirtActionInvoker2< String_t*, bool >::Invoke(14 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String,System.Boolean) */, L_16, _stringLiteral2376253709, (bool)0); JsonWriter_t1467272295 * L_17 = ___writer0; String_t* L_18 = V_0; NullCheck(L_17); VirtActionInvoker1< String_t* >::Invoke(25 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.String) */, L_17, L_18); JsonWriter_t1467272295 * L_19 = ___writer0; NullCheck(L_19); VirtActionInvoker0::Invoke(8 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndObject() */, L_19); return; } } // System.String Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::GetReference(Newtonsoft.Json.JsonWriter,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* JsonSerializerInternalWriter_GetReference_m227025009 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___writer0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalWriter_GetReference_m227025009_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Exception_t * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) JsonSerializer_t1424496335 * L_0 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_0); RuntimeObject* L_1 = JsonSerializer_GetReferenceResolver_m183251564(L_0, /*hidden argument*/NULL); RuntimeObject * L_2 = ___value1; NullCheck(L_1); String_t* L_3 = InterfaceFuncInvoker2< String_t*, RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.String Newtonsoft.Json.Serialization.IReferenceResolver::GetReference(System.Object,System.Object) */, IReferenceResolver_t2564061104_il2cpp_TypeInfo_var, L_1, __this, L_2); V_0 = L_3; goto IL_0039; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0015; throw e; } CATCH_0015: { // begin catch(System.Exception) V_1 = ((Exception_t *)__exception_local); JsonWriter_t1467272295 * L_4 = ___writer0; NullCheck(L_4); String_t* L_5 = JsonWriter_get_ContainerPath_m457269785(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_6 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); RuntimeObject * L_7 = ___value1; NullCheck(L_7); Type_t * L_8 = Object_GetType_m88164663(L_7, /*hidden argument*/NULL); String_t* L_9 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2810130988, L_6, L_8, /*hidden argument*/NULL); Exception_t * L_10 = V_1; JsonSerializationException_t4152118729 * L_11 = JsonSerializationException_Create_m2499019280(NULL /*static, unused*/, (RuntimeObject*)NULL, L_5, L_9, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,JsonSerializerInternalWriter_GetReference_m227025009_RuntimeMethod_var); } // end catch (depth: 1) IL_0039: { String_t* L_12 = V_0; return L_12; } } // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::TryConvertToString(System.Object,System.Type,System.String&) extern "C" IL2CPP_METHOD_ATTR bool JsonSerializerInternalWriter_TryConvertToString_m67864119 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, Type_t * ___type1, String_t** ___s2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalWriter_TryConvertToString_m67864119_MetadataUsageId); s_Il2CppMethodInitialized = true; } TypeConverter_t2249118273 * V_0 = NULL; { Type_t * L_0 = ___type1; IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_t2194062972_il2cpp_TypeInfo_var); TypeConverter_t2249118273 * L_1 = ConvertUtils_GetConverter_m2610355888(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; TypeConverter_t2249118273 * L_2 = V_0; if (!L_2) { goto IL_0041; } } { TypeConverter_t2249118273 * L_3 = V_0; if (((ComponentConverter_t118941221 *)IsInstClass((RuntimeObject*)L_3, ComponentConverter_t118941221_il2cpp_TypeInfo_var))) { goto IL_0041; } } { TypeConverter_t2249118273 * L_4 = V_0; NullCheck(L_4); Type_t * L_5 = Object_GetType_m88164663(L_4, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (TypeConverter_t2249118273_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_5) == ((RuntimeObject*)(Type_t *)L_7))) { goto IL_0041; } } { TypeConverter_t2249118273 * L_8 = V_0; RuntimeTypeHandle_t3027515415 L_9 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_10 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); NullCheck(L_8); bool L_11 = TypeConverter_CanConvertTo_m183459680(L_8, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0041; } } { String_t** L_12 = ___s2; TypeConverter_t2249118273 * L_13 = V_0; RuntimeObject * L_14 = ___value0; NullCheck(L_13); String_t* L_15 = TypeConverter_ConvertToInvariantString_m1649016183(L_13, L_14, /*hidden argument*/NULL); *((RuntimeObject **)(L_12)) = (RuntimeObject *)L_15; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_12), (RuntimeObject *)L_15); return (bool)1; } IL_0041: { RuntimeObject * L_16 = ___value0; if (!((Type_t *)IsInstClass((RuntimeObject*)L_16, Type_t_il2cpp_TypeInfo_var))) { goto IL_0058; } } { String_t** L_17 = ___s2; RuntimeObject * L_18 = ___value0; NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_18, Type_t_il2cpp_TypeInfo_var))); String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(16 /* System.String System.Type::get_AssemblyQualifiedName() */, ((Type_t *)CastclassClass((RuntimeObject*)L_18, Type_t_il2cpp_TypeInfo_var))); *((RuntimeObject **)(L_17)) = (RuntimeObject *)L_19; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_17), (RuntimeObject *)L_19); return (bool)1; } IL_0058: { String_t** L_20 = ___s2; *((RuntimeObject **)(L_20)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_20), (RuntimeObject *)NULL); return (bool)0; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::SerializeString(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.Serialization.JsonStringContract) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalWriter_SerializeString_m2709735249 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___writer0, RuntimeObject * ___value1, JsonStringContract_t1298846671 * ___contract2, const RuntimeMethod* method) { String_t* V_0 = NULL; { JsonWriter_t1467272295 * L_0 = ___writer0; JsonStringContract_t1298846671 * L_1 = ___contract2; RuntimeObject * L_2 = ___value1; JsonSerializerInternalWriter_OnSerializing_m465934919(__this, L_0, L_1, L_2, /*hidden argument*/NULL); RuntimeObject * L_3 = ___value1; JsonStringContract_t1298846671 * L_4 = ___contract2; NullCheck(L_4); Type_t * L_5 = JsonContract_get_UnderlyingType_m1736598392(L_4, /*hidden argument*/NULL); JsonSerializerInternalWriter_TryConvertToString_m67864119(NULL /*static, unused*/, L_3, L_5, (&V_0), /*hidden argument*/NULL); JsonWriter_t1467272295 * L_6 = ___writer0; String_t* L_7 = V_0; NullCheck(L_6); VirtActionInvoker1< String_t* >::Invoke(25 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.String) */, L_6, L_7); JsonWriter_t1467272295 * L_8 = ___writer0; JsonStringContract_t1298846671 * L_9 = ___contract2; RuntimeObject * L_10 = ___value1; JsonSerializerInternalWriter_OnSerialized_m1733960821(__this, L_8, L_9, L_10, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::OnSerializing(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.Serialization.JsonContract,System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalWriter_OnSerializing_m465934919 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___writer0, JsonContract_t3715061318 * ___contract1, RuntimeObject * ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalWriter_OnSerializing_m465934919_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); if (!L_0) { goto IL_0044; } } { RuntimeObject* L_1 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); NullCheck(L_1); int32_t L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Diagnostics.TraceLevel Newtonsoft.Json.Serialization.ITraceWriter::get_LevelFilter() */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_1); if ((((int32_t)L_2) < ((int32_t)3))) { goto IL_0044; } } { RuntimeObject* L_3 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); JsonWriter_t1467272295 * L_4 = ___writer0; NullCheck(L_4); String_t* L_5 = JsonWriter_get_Path_m2431630644(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_6 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonContract_t3715061318 * L_7 = ___contract1; NullCheck(L_7); Type_t * L_8 = JsonContract_get_UnderlyingType_m1736598392(L_7, /*hidden argument*/NULL); String_t* L_9 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral845011206, L_6, L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonPosition_t2528027714_il2cpp_TypeInfo_var); String_t* L_10 = JsonPosition_FormatMessage_m331598339(NULL /*static, unused*/, (RuntimeObject*)NULL, L_5, L_9, /*hidden argument*/NULL); NullCheck(L_3); InterfaceActionInvoker3< int32_t, String_t*, Exception_t * >::Invoke(1 /* System.Void Newtonsoft.Json.Serialization.ITraceWriter::Trace(System.Diagnostics.TraceLevel,System.String,System.Exception) */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_3, 3, L_10, (Exception_t *)NULL); } IL_0044: { JsonContract_t3715061318 * L_11 = ___contract1; RuntimeObject * L_12 = ___value2; JsonSerializer_t1424496335 * L_13 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_13); StreamingContext_t3711869237 L_14 = L_13->get__context_15(); NullCheck(L_11); JsonContract_InvokeOnSerializing_m319222908(L_11, L_12, L_14, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::OnSerialized(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.Serialization.JsonContract,System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalWriter_OnSerialized_m1733960821 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___writer0, JsonContract_t3715061318 * ___contract1, RuntimeObject * ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalWriter_OnSerialized_m1733960821_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); if (!L_0) { goto IL_0044; } } { RuntimeObject* L_1 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); NullCheck(L_1); int32_t L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Diagnostics.TraceLevel Newtonsoft.Json.Serialization.ITraceWriter::get_LevelFilter() */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_1); if ((((int32_t)L_2) < ((int32_t)3))) { goto IL_0044; } } { RuntimeObject* L_3 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); JsonWriter_t1467272295 * L_4 = ___writer0; NullCheck(L_4); String_t* L_5 = JsonWriter_get_Path_m2431630644(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_6 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonContract_t3715061318 * L_7 = ___contract1; NullCheck(L_7); Type_t * L_8 = JsonContract_get_UnderlyingType_m1736598392(L_7, /*hidden argument*/NULL); String_t* L_9 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2739298404, L_6, L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonPosition_t2528027714_il2cpp_TypeInfo_var); String_t* L_10 = JsonPosition_FormatMessage_m331598339(NULL /*static, unused*/, (RuntimeObject*)NULL, L_5, L_9, /*hidden argument*/NULL); NullCheck(L_3); InterfaceActionInvoker3< int32_t, String_t*, Exception_t * >::Invoke(1 /* System.Void Newtonsoft.Json.Serialization.ITraceWriter::Trace(System.Diagnostics.TraceLevel,System.String,System.Exception) */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_3, 3, L_10, (Exception_t *)NULL); } IL_0044: { JsonContract_t3715061318 * L_11 = ___contract1; RuntimeObject * L_12 = ___value2; JsonSerializer_t1424496335 * L_13 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_13); StreamingContext_t3711869237 L_14 = L_13->get__context_15(); NullCheck(L_11); JsonContract_InvokeOnSerialized_m2333338591(L_11, L_12, L_14, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::SerializeObject(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.Serialization.JsonObjectContract,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.JsonContainerContract,Newtonsoft.Json.Serialization.JsonProperty) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalWriter_SerializeObject_m3153196702 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___writer0, RuntimeObject * ___value1, JsonObjectContract_t868533143 * ___contract2, JsonProperty_t1405154176 * ___member3, JsonContainerContract_t1214283173 * ___collectionContract4, JsonProperty_t1405154176 * ___containerProperty5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalWriter_SerializeObject_m3153196702_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; JsonProperty_t1405154176 * V_2 = NULL; RuntimeObject * V_3 = NULL; JsonContract_t3715061318 * V_4 = NULL; Exception_t * V_5 = NULL; RuntimeObject* V_6 = NULL; RuntimeObject* V_7 = NULL; KeyValuePair_2_t2530217319 V_8; memset(&V_8, 0, sizeof(V_8)); JsonContract_t3715061318 * V_9 = NULL; JsonContract_t3715061318 * V_10 = NULL; bool V_11 = false; String_t* V_12 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { JsonWriter_t1467272295 * L_0 = ___writer0; JsonObjectContract_t868533143 * L_1 = ___contract2; RuntimeObject * L_2 = ___value1; JsonSerializerInternalWriter_OnSerializing_m465934919(__this, L_0, L_1, L_2, /*hidden argument*/NULL); List_1_t257213610 * L_3 = __this->get__serializeStack_7(); RuntimeObject * L_4 = ___value1; NullCheck(L_3); List_1_Add_m3338814081(L_3, L_4, /*hidden argument*/List_1_Add_m3338814081_RuntimeMethod_var); JsonWriter_t1467272295 * L_5 = ___writer0; RuntimeObject * L_6 = ___value1; JsonObjectContract_t868533143 * L_7 = ___contract2; JsonProperty_t1405154176 * L_8 = ___member3; JsonContainerContract_t1214283173 * L_9 = ___collectionContract4; JsonProperty_t1405154176 * L_10 = ___containerProperty5; JsonSerializerInternalWriter_WriteObjectStart_m410066321(__this, L_5, L_6, L_7, L_8, L_9, L_10, /*hidden argument*/NULL); JsonWriter_t1467272295 * L_11 = ___writer0; NullCheck(L_11); int32_t L_12 = JsonWriter_get_Top_m1361217067(L_11, /*hidden argument*/NULL); V_0 = L_12; V_1 = 0; goto IL_0094; } IL_002f: { JsonObjectContract_t868533143 * L_13 = ___contract2; NullCheck(L_13); JsonPropertyCollection_t2691548039 * L_14 = JsonObjectContract_get_Properties_m694356175(L_13, /*hidden argument*/NULL); int32_t L_15 = V_1; NullCheck(L_14); JsonProperty_t1405154176 * L_16 = Collection_1_get_Item_m2375394349(L_14, L_15, /*hidden argument*/Collection_1_get_Item_m2375394349_RuntimeMethod_var); V_2 = L_16; } IL_003c: try { // begin try (depth: 1) { JsonWriter_t1467272295 * L_17 = ___writer0; RuntimeObject * L_18 = ___value1; JsonObjectContract_t868533143 * L_19 = ___contract2; JsonProperty_t1405154176 * L_20 = ___member3; JsonProperty_t1405154176 * L_21 = V_2; bool L_22 = JsonSerializerInternalWriter_CalculatePropertyValues_m4008187076(__this, L_17, L_18, L_19, L_20, L_21, (&V_4), (&V_3), /*hidden argument*/NULL); if (L_22) { goto IL_0050; } } IL_004e: { goto IL_0090; } IL_0050: { JsonProperty_t1405154176 * L_23 = V_2; JsonWriter_t1467272295 * L_24 = ___writer0; NullCheck(L_23); JsonProperty_WritePropertyName_m2110901996(L_23, L_24, /*hidden argument*/NULL); JsonWriter_t1467272295 * L_25 = ___writer0; RuntimeObject * L_26 = V_3; JsonContract_t3715061318 * L_27 = V_4; JsonProperty_t1405154176 * L_28 = V_2; JsonObjectContract_t868533143 * L_29 = ___contract2; JsonProperty_t1405154176 * L_30 = ___member3; JsonSerializerInternalWriter_SerializeValue_m4171511317(__this, L_25, L_26, L_27, L_28, L_29, L_30, /*hidden argument*/NULL); goto IL_0090; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0067; throw e; } CATCH_0067: { // begin catch(System.Exception) { V_5 = ((Exception_t *)__exception_local); RuntimeObject * L_31 = ___value1; JsonObjectContract_t868533143 * L_32 = ___contract2; JsonProperty_t1405154176 * L_33 = V_2; NullCheck(L_33); String_t* L_34 = JsonProperty_get_PropertyName_m2411132462(L_33, /*hidden argument*/NULL); JsonWriter_t1467272295 * L_35 = ___writer0; NullCheck(L_35); String_t* L_36 = JsonWriter_get_ContainerPath_m457269785(L_35, /*hidden argument*/NULL); Exception_t * L_37 = V_5; bool L_38 = JsonSerializerInternalBase_IsErrorHandled_m3473537157(__this, L_31, L_32, L_34, (RuntimeObject*)NULL, L_36, L_37, /*hidden argument*/NULL); if (!L_38) { goto IL_008c; } } IL_0082: { JsonWriter_t1467272295 * L_39 = ___writer0; int32_t L_40 = V_0; JsonSerializerInternalWriter_HandleError_m3142788480(__this, L_39, L_40, /*hidden argument*/NULL); goto IL_008e; } IL_008c: { IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local,NULL); } IL_008e: { goto IL_0090; } } // end catch (depth: 1) IL_0090: { int32_t L_41 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_0094: { int32_t L_42 = V_1; JsonObjectContract_t868533143 * L_43 = ___contract2; NullCheck(L_43); JsonPropertyCollection_t2691548039 * L_44 = JsonObjectContract_get_Properties_m694356175(L_43, /*hidden argument*/NULL); NullCheck(L_44); int32_t L_45 = Collection_1_get_Count_m3880316688(L_44, /*hidden argument*/Collection_1_get_Count_m3880316688_RuntimeMethod_var); if ((((int32_t)L_42) < ((int32_t)L_45))) { goto IL_002f; } } { JsonObjectContract_t868533143 * L_46 = ___contract2; NullCheck(L_46); ExtensionDataGetter_t2030541412 * L_47 = JsonObjectContract_get_ExtensionDataGetter_m3340438951(L_46, /*hidden argument*/NULL); if (!L_47) { goto IL_0184; } } { JsonObjectContract_t868533143 * L_48 = ___contract2; NullCheck(L_48); ExtensionDataGetter_t2030541412 * L_49 = JsonObjectContract_get_ExtensionDataGetter_m3340438951(L_48, /*hidden argument*/NULL); RuntimeObject * L_50 = ___value1; NullCheck(L_49); RuntimeObject* L_51 = ExtensionDataGetter_Invoke_m767583260(L_49, L_50, /*hidden argument*/NULL); V_6 = L_51; RuntimeObject* L_52 = V_6; if (!L_52) { goto IL_0184; } } { RuntimeObject* L_53 = V_6; NullCheck(L_53); RuntimeObject* L_54 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1>::GetEnumerator() */, IEnumerable_1_t1510070208_il2cpp_TypeInfo_var, L_53); V_7 = L_54; } IL_00cb: try { // begin try (depth: 1) { goto IL_016a; } IL_00d0: { RuntimeObject* L_55 = V_7; NullCheck(L_55); KeyValuePair_2_t2530217319 L_56 = InterfaceFuncInvoker0< KeyValuePair_2_t2530217319 >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1>::get_Current() */, IEnumerator_1_t2962787787_il2cpp_TypeInfo_var, L_55); V_8 = L_56; RuntimeObject * L_57 = KeyValuePair_2_get_Key_m1328507389((&V_8), /*hidden argument*/KeyValuePair_2_get_Key_m1328507389_RuntimeMethod_var); JsonContract_t3715061318 * L_58 = JsonSerializerInternalWriter_GetContractSafe_m5393793(__this, L_57, /*hidden argument*/NULL); V_9 = L_58; RuntimeObject * L_59 = KeyValuePair_2_get_Value_m3464904234((&V_8), /*hidden argument*/KeyValuePair_2_get_Value_m3464904234_RuntimeMethod_var); JsonContract_t3715061318 * L_60 = JsonSerializerInternalWriter_GetContractSafe_m5393793(__this, L_59, /*hidden argument*/NULL); V_10 = L_60; JsonWriter_t1467272295 * L_61 = ___writer0; RuntimeObject * L_62 = KeyValuePair_2_get_Key_m1328507389((&V_8), /*hidden argument*/KeyValuePair_2_get_Key_m1328507389_RuntimeMethod_var); JsonContract_t3715061318 * L_63 = V_9; String_t* L_64 = JsonSerializerInternalWriter_GetPropertyName_m101845556(__this, L_61, L_62, L_63, (&V_11), /*hidden argument*/NULL); V_12 = L_64; RuntimeObject * L_65 = KeyValuePair_2_get_Value_m3464904234((&V_8), /*hidden argument*/KeyValuePair_2_get_Value_m3464904234_RuntimeMethod_var); JsonContract_t3715061318 * L_66 = V_10; JsonObjectContract_t868533143 * L_67 = ___contract2; JsonProperty_t1405154176 * L_68 = ___member3; bool L_69 = JsonSerializerInternalWriter_ShouldWriteReference_m814208671(__this, L_65, (JsonProperty_t1405154176 *)NULL, L_66, L_67, L_68, /*hidden argument*/NULL); if (!L_69) { goto IL_0138; } } IL_0120: { JsonWriter_t1467272295 * L_70 = ___writer0; String_t* L_71 = V_12; NullCheck(L_70); VirtActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, L_70, L_71); JsonWriter_t1467272295 * L_72 = ___writer0; RuntimeObject * L_73 = KeyValuePair_2_get_Value_m3464904234((&V_8), /*hidden argument*/KeyValuePair_2_get_Value_m3464904234_RuntimeMethod_var); JsonSerializerInternalWriter_WriteReference_m1153456658(__this, L_72, L_73, /*hidden argument*/NULL); goto IL_016a; } IL_0138: { JsonWriter_t1467272295 * L_74 = ___writer0; RuntimeObject * L_75 = KeyValuePair_2_get_Value_m3464904234((&V_8), /*hidden argument*/KeyValuePair_2_get_Value_m3464904234_RuntimeMethod_var); JsonContract_t3715061318 * L_76 = V_10; JsonObjectContract_t868533143 * L_77 = ___contract2; JsonProperty_t1405154176 * L_78 = ___member3; bool L_79 = JsonSerializerInternalWriter_CheckForCircularReference_m2371900515(__this, L_74, L_75, (JsonProperty_t1405154176 *)NULL, L_76, L_77, L_78, /*hidden argument*/NULL); if (!L_79) { goto IL_016a; } } IL_014e: { JsonWriter_t1467272295 * L_80 = ___writer0; String_t* L_81 = V_12; NullCheck(L_80); VirtActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, L_80, L_81); JsonWriter_t1467272295 * L_82 = ___writer0; RuntimeObject * L_83 = KeyValuePair_2_get_Value_m3464904234((&V_8), /*hidden argument*/KeyValuePair_2_get_Value_m3464904234_RuntimeMethod_var); JsonContract_t3715061318 * L_84 = V_10; JsonObjectContract_t868533143 * L_85 = ___contract2; JsonProperty_t1405154176 * L_86 = ___member3; JsonSerializerInternalWriter_SerializeValue_m4171511317(__this, L_82, L_83, L_84, (JsonProperty_t1405154176 *)NULL, L_85, L_86, /*hidden argument*/NULL); } IL_016a: { RuntimeObject* L_87 = V_7; NullCheck(L_87); bool L_88 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_87); if (L_88) { goto IL_00d0; } } IL_0176: { IL2CPP_LEAVE(0x184, FINALLY_0178); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0178; } FINALLY_0178: { // begin finally (depth: 1) { RuntimeObject* L_89 = V_7; if (!L_89) { goto IL_0183; } } IL_017c: { RuntimeObject* L_90 = V_7; NullCheck(L_90); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_90); } IL_0183: { IL2CPP_END_FINALLY(376) } } // end finally (depth: 1) IL2CPP_CLEANUP(376) { IL2CPP_JUMP_TBL(0x184, IL_0184) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0184: { JsonWriter_t1467272295 * L_91 = ___writer0; NullCheck(L_91); VirtActionInvoker0::Invoke(8 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndObject() */, L_91); List_1_t257213610 * L_92 = __this->get__serializeStack_7(); List_1_t257213610 * L_93 = __this->get__serializeStack_7(); NullCheck(L_93); int32_t L_94 = List_1_get_Count_m2934127733(L_93, /*hidden argument*/List_1_get_Count_m2934127733_RuntimeMethod_var); NullCheck(L_92); List_1_RemoveAt_m2730968292(L_92, ((int32_t)il2cpp_codegen_subtract((int32_t)L_94, (int32_t)1)), /*hidden argument*/List_1_RemoveAt_m2730968292_RuntimeMethod_var); JsonWriter_t1467272295 * L_95 = ___writer0; JsonObjectContract_t868533143 * L_96 = ___contract2; RuntimeObject * L_97 = ___value1; JsonSerializerInternalWriter_OnSerialized_m1733960821(__this, L_95, L_96, L_97, /*hidden argument*/NULL); return; } } // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::CalculatePropertyValues(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.Serialization.JsonContainerContract,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.JsonContract&,System.Object&) extern "C" IL2CPP_METHOD_ATTR bool JsonSerializerInternalWriter_CalculatePropertyValues_m4008187076 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___writer0, RuntimeObject * ___value1, JsonContainerContract_t1214283173 * ___contract2, JsonProperty_t1405154176 * ___member3, JsonProperty_t1405154176 * ___property4, JsonContract_t3715061318 ** ___memberContract5, RuntimeObject ** ___memberValue6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalWriter_CalculatePropertyValues_m4008187076_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonObjectContract_t868533143 * V_0 = NULL; Nullable_1_t3313944452 V_1; memset(&V_1, 0, sizeof(V_1)); Nullable_1_t3313944452 V_2; memset(&V_2, 0, sizeof(V_2)); Nullable_1_t3313944452 V_3; memset(&V_3, 0, sizeof(V_3)); JsonContract_t3715061318 ** G_B8_0 = NULL; JsonContract_t3715061318 ** G_B7_0 = NULL; JsonContract_t3715061318 * G_B9_0 = NULL; JsonContract_t3715061318 ** G_B9_1 = NULL; Nullable_1_t3313944452 G_B19_0; memset(&G_B19_0, 0, sizeof(G_B19_0)); int32_t G_B23_0 = 0; int32_t G_B25_0 = 0; int32_t G_B24_0 = 0; { JsonProperty_t1405154176 * L_0 = ___property4; NullCheck(L_0); bool L_1 = JsonProperty_get_Ignored_m2509840579(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_017f; } } { JsonProperty_t1405154176 * L_2 = ___property4; NullCheck(L_2); bool L_3 = JsonProperty_get_Readable_m2051566013(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_017f; } } { JsonWriter_t1467272295 * L_4 = ___writer0; JsonProperty_t1405154176 * L_5 = ___property4; RuntimeObject * L_6 = ___value1; bool L_7 = JsonSerializerInternalWriter_ShouldSerialize_m3053033764(__this, L_4, L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_017f; } } { JsonWriter_t1467272295 * L_8 = ___writer0; JsonProperty_t1405154176 * L_9 = ___property4; RuntimeObject * L_10 = ___value1; bool L_11 = JsonSerializerInternalWriter_IsSpecified_m1497174440(__this, L_8, L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_017f; } } { JsonProperty_t1405154176 * L_12 = ___property4; NullCheck(L_12); JsonContract_t3715061318 * L_13 = JsonProperty_get_PropertyContract_m2273319397(L_12, /*hidden argument*/NULL); if (L_13) { goto IL_005d; } } { JsonProperty_t1405154176 * L_14 = ___property4; JsonSerializer_t1424496335 * L_15 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_15); RuntimeObject* L_16 = L_15->get__contractResolver_11(); JsonProperty_t1405154176 * L_17 = ___property4; NullCheck(L_17); Type_t * L_18 = JsonProperty_get_PropertyType_m3302554867(L_17, /*hidden argument*/NULL); NullCheck(L_16); JsonContract_t3715061318 * L_19 = InterfaceFuncInvoker1< JsonContract_t3715061318 *, Type_t * >::Invoke(0 /* Newtonsoft.Json.Serialization.JsonContract Newtonsoft.Json.Serialization.IContractResolver::ResolveContract(System.Type) */, IContractResolver_t4193385603_il2cpp_TypeInfo_var, L_16, L_18); NullCheck(L_14); JsonProperty_set_PropertyContract_m747959608(L_14, L_19, /*hidden argument*/NULL); } IL_005d: { RuntimeObject ** L_20 = ___memberValue6; JsonProperty_t1405154176 * L_21 = ___property4; NullCheck(L_21); RuntimeObject* L_22 = JsonProperty_get_ValueProvider_m1301583632(L_21, /*hidden argument*/NULL); RuntimeObject * L_23 = ___value1; NullCheck(L_22); RuntimeObject * L_24 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Object Newtonsoft.Json.Serialization.IValueProvider::GetValue(System.Object) */, IValueProvider_t3724824760_il2cpp_TypeInfo_var, L_22, L_23); *((RuntimeObject **)(L_20)) = (RuntimeObject *)L_24; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_20), (RuntimeObject *)L_24); JsonContract_t3715061318 ** L_25 = ___memberContract5; JsonProperty_t1405154176 * L_26 = ___property4; NullCheck(L_26); JsonContract_t3715061318 * L_27 = JsonProperty_get_PropertyContract_m2273319397(L_26, /*hidden argument*/NULL); NullCheck(L_27); bool L_28 = L_27->get_IsSealed_7(); G_B7_0 = L_25; if (L_28) { G_B8_0 = L_25; goto IL_0088; } } { RuntimeObject ** L_29 = ___memberValue6; RuntimeObject * L_30 = *((RuntimeObject **)L_29); JsonContract_t3715061318 * L_31 = JsonSerializerInternalWriter_GetContractSafe_m5393793(__this, L_30, /*hidden argument*/NULL); G_B9_0 = L_31; G_B9_1 = G_B7_0; goto IL_008f; } IL_0088: { JsonProperty_t1405154176 * L_32 = ___property4; NullCheck(L_32); JsonContract_t3715061318 * L_33 = JsonProperty_get_PropertyContract_m2273319397(L_32, /*hidden argument*/NULL); G_B9_0 = L_33; G_B9_1 = G_B8_0; } IL_008f: { *((RuntimeObject **)(G_B9_1)) = (RuntimeObject *)G_B9_0; Il2CppCodeGenWriteBarrier((RuntimeObject **)(G_B9_1), (RuntimeObject *)G_B9_0); RuntimeObject ** L_34 = ___memberValue6; RuntimeObject * L_35 = *((RuntimeObject **)L_34); JsonProperty_t1405154176 * L_36 = ___property4; bool L_37 = JsonSerializerInternalWriter_ShouldWriteProperty_m4193592761(__this, L_35, L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_017f; } } { RuntimeObject ** L_38 = ___memberValue6; RuntimeObject * L_39 = *((RuntimeObject **)L_38); JsonProperty_t1405154176 * L_40 = ___property4; JsonContract_t3715061318 ** L_41 = ___memberContract5; JsonContract_t3715061318 * L_42 = *((JsonContract_t3715061318 **)L_41); JsonContainerContract_t1214283173 * L_43 = ___contract2; JsonProperty_t1405154176 * L_44 = ___member3; bool L_45 = JsonSerializerInternalWriter_ShouldWriteReference_m814208671(__this, L_39, L_40, L_42, L_43, L_44, /*hidden argument*/NULL); if (!L_45) { goto IL_00c7; } } { JsonProperty_t1405154176 * L_46 = ___property4; JsonWriter_t1467272295 * L_47 = ___writer0; NullCheck(L_46); JsonProperty_WritePropertyName_m2110901996(L_46, L_47, /*hidden argument*/NULL); JsonWriter_t1467272295 * L_48 = ___writer0; RuntimeObject ** L_49 = ___memberValue6; RuntimeObject * L_50 = *((RuntimeObject **)L_49); JsonSerializerInternalWriter_WriteReference_m1153456658(__this, L_48, L_50, /*hidden argument*/NULL); return (bool)0; } IL_00c7: { JsonWriter_t1467272295 * L_51 = ___writer0; RuntimeObject ** L_52 = ___memberValue6; RuntimeObject * L_53 = *((RuntimeObject **)L_52); JsonProperty_t1405154176 * L_54 = ___property4; JsonContract_t3715061318 ** L_55 = ___memberContract5; JsonContract_t3715061318 * L_56 = *((JsonContract_t3715061318 **)L_55); JsonContainerContract_t1214283173 * L_57 = ___contract2; JsonProperty_t1405154176 * L_58 = ___member3; bool L_59 = JsonSerializerInternalWriter_CheckForCircularReference_m2371900515(__this, L_51, L_53, L_54, L_56, L_57, L_58, /*hidden argument*/NULL); if (L_59) { goto IL_00dd; } } { return (bool)0; } IL_00dd: { RuntimeObject ** L_60 = ___memberValue6; RuntimeObject * L_61 = *((RuntimeObject **)L_60); if (L_61) { goto IL_017d; } } { JsonContainerContract_t1214283173 * L_62 = ___contract2; V_0 = ((JsonObjectContract_t868533143 *)IsInstClass((RuntimeObject*)L_62, JsonObjectContract_t868533143_il2cpp_TypeInfo_var)); JsonProperty_t1405154176 * L_63 = ___property4; NullCheck(L_63); Nullable_1_t3313944452 L_64 = L_63->get__required_0(); V_1 = L_64; bool L_65 = Nullable_1_get_HasValue_m3472043244((&V_1), /*hidden argument*/Nullable_1_get_HasValue_m3472043244_RuntimeMethod_var); if (L_65) { goto IL_0127; } } { JsonObjectContract_t868533143 * L_66 = V_0; if (L_66) { goto IL_010b; } } { il2cpp_codegen_initobj((&V_3), sizeof(Nullable_1_t3313944452 )); Nullable_1_t3313944452 L_67 = V_3; G_B19_0 = L_67; goto IL_0111; } IL_010b: { JsonObjectContract_t868533143 * L_68 = V_0; NullCheck(L_68); Nullable_1_t3313944452 L_69 = JsonObjectContract_get_ItemRequired_m2746828835(L_68, /*hidden argument*/NULL); G_B19_0 = L_69; } IL_0111: { V_2 = G_B19_0; bool L_70 = Nullable_1_get_HasValue_m3472043244((&V_2), /*hidden argument*/Nullable_1_get_HasValue_m3472043244_RuntimeMethod_var); if (L_70) { goto IL_011e; } } { G_B23_0 = 0; goto IL_012e; } IL_011e: { int32_t L_71 = Nullable_1_GetValueOrDefault_m2092791886((&V_2), /*hidden argument*/Nullable_1_GetValueOrDefault_m2092791886_RuntimeMethod_var); G_B23_0 = ((int32_t)(L_71)); goto IL_012e; } IL_0127: { int32_t L_72 = Nullable_1_GetValueOrDefault_m2092791886((&V_1), /*hidden argument*/Nullable_1_GetValueOrDefault_m2092791886_RuntimeMethod_var); G_B23_0 = ((int32_t)(L_72)); } IL_012e: { int32_t L_73 = G_B23_0; G_B24_0 = L_73; if ((!(((uint32_t)L_73) == ((uint32_t)2)))) { G_B25_0 = L_73; goto IL_0156; } } { JsonWriter_t1467272295 * L_74 = ___writer0; NullCheck(L_74); String_t* L_75 = JsonWriter_get_ContainerPath_m457269785(L_74, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_76 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_77 = ___property4; NullCheck(L_77); String_t* L_78 = JsonProperty_get_PropertyName_m2411132462(L_77, /*hidden argument*/NULL); String_t* L_79 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral3172433618, L_76, L_78, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_80 = JsonSerializationException_Create_m2499019280(NULL /*static, unused*/, (RuntimeObject*)NULL, L_75, L_79, (Exception_t *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_80,JsonSerializerInternalWriter_CalculatePropertyValues_m4008187076_RuntimeMethod_var); } IL_0156: { if ((!(((uint32_t)G_B25_0) == ((uint32_t)3)))) { goto IL_017d; } } { JsonWriter_t1467272295 * L_81 = ___writer0; NullCheck(L_81); String_t* L_82 = JsonWriter_get_ContainerPath_m457269785(L_81, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_83 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_84 = ___property4; NullCheck(L_84); String_t* L_85 = JsonProperty_get_PropertyName_m2411132462(L_84, /*hidden argument*/NULL); String_t* L_86 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2695791636, L_83, L_85, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_87 = JsonSerializationException_Create_m2499019280(NULL /*static, unused*/, (RuntimeObject*)NULL, L_82, L_86, (Exception_t *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_87,JsonSerializerInternalWriter_CalculatePropertyValues_m4008187076_RuntimeMethod_var); } IL_017d: { return (bool)1; } IL_017f: { JsonContract_t3715061318 ** L_88 = ___memberContract5; *((RuntimeObject **)(L_88)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_88), (RuntimeObject *)NULL); RuntimeObject ** L_89 = ___memberValue6; *((RuntimeObject **)(L_89)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_89), (RuntimeObject *)NULL); return (bool)0; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::WriteObjectStart(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.Serialization.JsonContract,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.JsonContainerContract,Newtonsoft.Json.Serialization.JsonProperty) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalWriter_WriteObjectStart_m410066321 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___writer0, RuntimeObject * ___value1, JsonContract_t3715061318 * ___contract2, JsonProperty_t1405154176 * ___member3, JsonContainerContract_t1214283173 * ___collectionContract4, JsonProperty_t1405154176 * ___containerProperty5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalWriter_WriteObjectStart_m410066321_MetadataUsageId); s_Il2CppMethodInitialized = true; } Nullable_1_t1819850047 V_0; memset(&V_0, 0, sizeof(V_0)); bool G_B3_0 = false; { JsonWriter_t1467272295 * L_0 = ___writer0; NullCheck(L_0); VirtActionInvoker0::Invoke(7 /* System.Void Newtonsoft.Json.JsonWriter::WriteStartObject() */, L_0); JsonContract_t3715061318 * L_1 = ___contract2; JsonProperty_t1405154176 * L_2 = ___member3; JsonContainerContract_t1214283173 * L_3 = ___collectionContract4; JsonProperty_t1405154176 * L_4 = ___containerProperty5; Nullable_1_t1819850047 L_5 = JsonSerializerInternalWriter_ResolveIsReference_m2967909978(__this, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; bool L_6 = Nullable_1_get_HasValue_m3206831396((&V_0), /*hidden argument*/Nullable_1_get_HasValue_m3206831396_RuntimeMethod_var); if (L_6) { goto IL_0031; } } { JsonSerializer_t1424496335 * L_7 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_7); int32_t L_8 = L_7->get__preserveReferencesHandling_2(); bool L_9 = JsonSerializerInternalWriter_HasFlag_m4284901959(__this, L_8, 1, /*hidden argument*/NULL); G_B3_0 = L_9; goto IL_0038; } IL_0031: { bool L_10 = Nullable_1_GetValueOrDefault_m2119174086((&V_0), /*hidden argument*/Nullable_1_GetValueOrDefault_m2119174086_RuntimeMethod_var); G_B3_0 = L_10; } IL_0038: { if (!G_B3_0) { goto IL_0055; } } { JsonProperty_t1405154176 * L_11 = ___member3; if (!L_11) { goto IL_0047; } } { JsonProperty_t1405154176 * L_12 = ___member3; NullCheck(L_12); bool L_13 = JsonProperty_get_Writable_m2500354331(L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0055; } } IL_0047: { JsonWriter_t1467272295 * L_14 = ___writer0; JsonContract_t3715061318 * L_15 = ___contract2; NullCheck(L_15); Type_t * L_16 = JsonContract_get_UnderlyingType_m1736598392(L_15, /*hidden argument*/NULL); RuntimeObject * L_17 = ___value1; JsonSerializerInternalWriter_WriteReferenceIdProperty_m3325335346(__this, L_14, L_16, L_17, /*hidden argument*/NULL); } IL_0055: { JsonContract_t3715061318 * L_18 = ___contract2; JsonProperty_t1405154176 * L_19 = ___member3; JsonContainerContract_t1214283173 * L_20 = ___collectionContract4; JsonProperty_t1405154176 * L_21 = ___containerProperty5; bool L_22 = JsonSerializerInternalWriter_ShouldWriteType_m3011039450(__this, 1, L_18, L_19, L_20, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_0072; } } { JsonWriter_t1467272295 * L_23 = ___writer0; JsonContract_t3715061318 * L_24 = ___contract2; NullCheck(L_24); Type_t * L_25 = JsonContract_get_UnderlyingType_m1736598392(L_24, /*hidden argument*/NULL); JsonSerializerInternalWriter_WriteTypeProperty_m303507108(__this, L_23, L_25, /*hidden argument*/NULL); } IL_0072: { return; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::WriteReferenceIdProperty(Newtonsoft.Json.JsonWriter,System.Type,System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalWriter_WriteReferenceIdProperty_m3325335346 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___writer0, Type_t * ___type1, RuntimeObject * ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalWriter_WriteReferenceIdProperty_m3325335346_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { JsonWriter_t1467272295 * L_0 = ___writer0; RuntimeObject * L_1 = ___value2; String_t* L_2 = JsonSerializerInternalWriter_GetReference_m227025009(__this, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; RuntimeObject* L_3 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); if (!L_3) { goto IL_0049; } } { RuntimeObject* L_4 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); NullCheck(L_4); int32_t L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Diagnostics.TraceLevel Newtonsoft.Json.Serialization.ITraceWriter::get_LevelFilter() */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_4); if ((((int32_t)L_5) < ((int32_t)4))) { goto IL_0049; } } { RuntimeObject* L_6 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); JsonWriter_t1467272295 * L_7 = ___writer0; NullCheck(L_7); String_t* L_8 = JsonWriter_get_Path_m2431630644(L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_9 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_10 = V_0; Type_t * L_11 = ___type1; String_t* L_12 = StringUtils_FormatWith_m353537829(NULL /*static, unused*/, _stringLiteral3502713224, L_9, L_10, L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonPosition_t2528027714_il2cpp_TypeInfo_var); String_t* L_13 = JsonPosition_FormatMessage_m331598339(NULL /*static, unused*/, (RuntimeObject*)NULL, L_8, L_12, /*hidden argument*/NULL); NullCheck(L_6); InterfaceActionInvoker3< int32_t, String_t*, Exception_t * >::Invoke(1 /* System.Void Newtonsoft.Json.Serialization.ITraceWriter::Trace(System.Diagnostics.TraceLevel,System.String,System.Exception) */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_6, 4, L_13, (Exception_t *)NULL); } IL_0049: { JsonWriter_t1467272295 * L_14 = ___writer0; NullCheck(L_14); VirtActionInvoker2< String_t*, bool >::Invoke(14 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String,System.Boolean) */, L_14, _stringLiteral3266464882, (bool)0); JsonWriter_t1467272295 * L_15 = ___writer0; String_t* L_16 = V_0; NullCheck(L_15); VirtActionInvoker1< String_t* >::Invoke(25 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.String) */, L_15, L_16); return; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::WriteTypeProperty(Newtonsoft.Json.JsonWriter,System.Type) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalWriter_WriteTypeProperty_m303507108 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___writer0, Type_t * ___type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalWriter_WriteTypeProperty_m303507108_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { Type_t * L_0 = ___type1; JsonSerializer_t1424496335 * L_1 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_1); int32_t L_2 = L_1->get__typeNameAssemblyFormat_1(); JsonSerializer_t1424496335 * L_3 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_3); SerializationBinder_t274213469 * L_4 = L_3->get__binder_14(); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); String_t* L_5 = ReflectionUtils_GetTypeName_m1666562427(NULL /*static, unused*/, L_0, L_2, L_4, /*hidden argument*/NULL); V_0 = L_5; RuntimeObject* L_6 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); if (!L_6) { goto IL_005d; } } { RuntimeObject* L_7 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); NullCheck(L_7); int32_t L_8 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Diagnostics.TraceLevel Newtonsoft.Json.Serialization.ITraceWriter::get_LevelFilter() */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_7); if ((((int32_t)L_8) < ((int32_t)4))) { goto IL_005d; } } { RuntimeObject* L_9 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); JsonWriter_t1467272295 * L_10 = ___writer0; NullCheck(L_10); String_t* L_11 = JsonWriter_get_Path_m2431630644(L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_12 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_13 = V_0; Type_t * L_14 = ___type1; String_t* L_15 = StringUtils_FormatWith_m353537829(NULL /*static, unused*/, _stringLiteral2788739276, L_12, L_13, L_14, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonPosition_t2528027714_il2cpp_TypeInfo_var); String_t* L_16 = JsonPosition_FormatMessage_m331598339(NULL /*static, unused*/, (RuntimeObject*)NULL, L_11, L_15, /*hidden argument*/NULL); NullCheck(L_9); InterfaceActionInvoker3< int32_t, String_t*, Exception_t * >::Invoke(1 /* System.Void Newtonsoft.Json.Serialization.ITraceWriter::Trace(System.Diagnostics.TraceLevel,System.String,System.Exception) */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_9, 4, L_16, (Exception_t *)NULL); } IL_005d: { JsonWriter_t1467272295 * L_17 = ___writer0; NullCheck(L_17); VirtActionInvoker2< String_t*, bool >::Invoke(14 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String,System.Boolean) */, L_17, _stringLiteral2020913234, (bool)0); JsonWriter_t1467272295 * L_18 = ___writer0; String_t* L_19 = V_0; NullCheck(L_18); VirtActionInvoker1< String_t* >::Invoke(25 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.String) */, L_18, L_19); return; } } // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::HasFlag(Newtonsoft.Json.DefaultValueHandling,Newtonsoft.Json.DefaultValueHandling) extern "C" IL2CPP_METHOD_ATTR bool JsonSerializerInternalWriter_HasFlag_m1469268508 (JsonSerializerInternalWriter_t3588727337 * __this, int32_t ___value0, int32_t ___flag1, const RuntimeMethod* method) { { int32_t L_0 = ___value0; 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.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::HasFlag(Newtonsoft.Json.PreserveReferencesHandling,Newtonsoft.Json.PreserveReferencesHandling) extern "C" IL2CPP_METHOD_ATTR bool JsonSerializerInternalWriter_HasFlag_m4284901959 (JsonSerializerInternalWriter_t3588727337 * __this, int32_t ___value0, int32_t ___flag1, const RuntimeMethod* method) { { int32_t L_0 = ___value0; 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.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::HasFlag(Newtonsoft.Json.TypeNameHandling,Newtonsoft.Json.TypeNameHandling) extern "C" IL2CPP_METHOD_ATTR bool JsonSerializerInternalWriter_HasFlag_m152444676 (JsonSerializerInternalWriter_t3588727337 * __this, int32_t ___value0, int32_t ___flag1, const RuntimeMethod* method) { { int32_t L_0 = ___value0; 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.Serialization.JsonSerializerInternalWriter::SerializeConvertable(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter,System.Object,Newtonsoft.Json.Serialization.JsonContract,Newtonsoft.Json.Serialization.JsonContainerContract,Newtonsoft.Json.Serialization.JsonProperty) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalWriter_SerializeConvertable_m3972578520 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___writer0, JsonConverter_t1047106545 * ___converter1, RuntimeObject * ___value2, JsonContract_t3715061318 * ___contract3, JsonContainerContract_t1214283173 * ___collectionContract4, JsonProperty_t1405154176 * ___containerProperty5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalWriter_SerializeConvertable_m3972578520_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value2; JsonContract_t3715061318 * L_1 = ___contract3; JsonContainerContract_t1214283173 * L_2 = ___collectionContract4; JsonProperty_t1405154176 * L_3 = ___containerProperty5; bool L_4 = JsonSerializerInternalWriter_ShouldWriteReference_m814208671(__this, L_0, (JsonProperty_t1405154176 *)NULL, L_1, L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0019; } } { JsonWriter_t1467272295 * L_5 = ___writer0; RuntimeObject * L_6 = ___value2; JsonSerializerInternalWriter_WriteReference_m1153456658(__this, L_5, L_6, /*hidden argument*/NULL); return; } IL_0019: { JsonWriter_t1467272295 * L_7 = ___writer0; RuntimeObject * L_8 = ___value2; JsonContract_t3715061318 * L_9 = ___contract3; JsonContainerContract_t1214283173 * L_10 = ___collectionContract4; JsonProperty_t1405154176 * L_11 = ___containerProperty5; bool L_12 = JsonSerializerInternalWriter_CheckForCircularReference_m2371900515(__this, L_7, L_8, (JsonProperty_t1405154176 *)NULL, L_9, L_10, L_11, /*hidden argument*/NULL); if (L_12) { goto IL_002b; } } { return; } IL_002b: { List_1_t257213610 * L_13 = __this->get__serializeStack_7(); RuntimeObject * L_14 = ___value2; NullCheck(L_13); List_1_Add_m3338814081(L_13, L_14, /*hidden argument*/List_1_Add_m3338814081_RuntimeMethod_var); RuntimeObject* L_15 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); if (!L_15) { goto IL_0081; } } { RuntimeObject* L_16 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); NullCheck(L_16); int32_t L_17 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Diagnostics.TraceLevel Newtonsoft.Json.Serialization.ITraceWriter::get_LevelFilter() */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_16); if ((((int32_t)L_17) < ((int32_t)3))) { goto IL_0081; } } { RuntimeObject* L_18 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); JsonWriter_t1467272295 * L_19 = ___writer0; NullCheck(L_19); String_t* L_20 = JsonWriter_get_Path_m2431630644(L_19, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_21 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); RuntimeObject * L_22 = ___value2; NullCheck(L_22); Type_t * L_23 = Object_GetType_m88164663(L_22, /*hidden argument*/NULL); JsonConverter_t1047106545 * L_24 = ___converter1; NullCheck(L_24); Type_t * L_25 = Object_GetType_m88164663(L_24, /*hidden argument*/NULL); String_t* L_26 = StringUtils_FormatWith_m353537829(NULL /*static, unused*/, _stringLiteral4256378101, L_21, L_23, L_25, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonPosition_t2528027714_il2cpp_TypeInfo_var); String_t* L_27 = JsonPosition_FormatMessage_m331598339(NULL /*static, unused*/, (RuntimeObject*)NULL, L_20, L_26, /*hidden argument*/NULL); NullCheck(L_18); InterfaceActionInvoker3< int32_t, String_t*, Exception_t * >::Invoke(1 /* System.Void Newtonsoft.Json.Serialization.ITraceWriter::Trace(System.Diagnostics.TraceLevel,System.String,System.Exception) */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_18, 3, L_27, (Exception_t *)NULL); } IL_0081: { JsonConverter_t1047106545 * L_28 = ___converter1; JsonWriter_t1467272295 * L_29 = ___writer0; RuntimeObject * L_30 = ___value2; JsonSerializerProxy_t657065764 * L_31 = JsonSerializerInternalWriter_GetInternalSerializer_m568683936(__this, /*hidden argument*/NULL); NullCheck(L_28); VirtActionInvoker3< JsonWriter_t1467272295 *, RuntimeObject *, JsonSerializer_t1424496335 * >::Invoke(4 /* System.Void Newtonsoft.Json.JsonConverter::WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) */, L_28, L_29, L_30, L_31); RuntimeObject* L_32 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); if (!L_32) { goto IL_00d9; } } { RuntimeObject* L_33 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); NullCheck(L_33); int32_t L_34 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Diagnostics.TraceLevel Newtonsoft.Json.Serialization.ITraceWriter::get_LevelFilter() */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_33); if ((((int32_t)L_34) < ((int32_t)3))) { goto IL_00d9; } } { RuntimeObject* L_35 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); JsonWriter_t1467272295 * L_36 = ___writer0; NullCheck(L_36); String_t* L_37 = JsonWriter_get_Path_m2431630644(L_36, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_38 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); RuntimeObject * L_39 = ___value2; NullCheck(L_39); Type_t * L_40 = Object_GetType_m88164663(L_39, /*hidden argument*/NULL); JsonConverter_t1047106545 * L_41 = ___converter1; NullCheck(L_41); Type_t * L_42 = Object_GetType_m88164663(L_41, /*hidden argument*/NULL); String_t* L_43 = StringUtils_FormatWith_m353537829(NULL /*static, unused*/, _stringLiteral3681864068, L_38, L_40, L_42, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonPosition_t2528027714_il2cpp_TypeInfo_var); String_t* L_44 = JsonPosition_FormatMessage_m331598339(NULL /*static, unused*/, (RuntimeObject*)NULL, L_37, L_43, /*hidden argument*/NULL); NullCheck(L_35); InterfaceActionInvoker3< int32_t, String_t*, Exception_t * >::Invoke(1 /* System.Void Newtonsoft.Json.Serialization.ITraceWriter::Trace(System.Diagnostics.TraceLevel,System.String,System.Exception) */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_35, 3, L_44, (Exception_t *)NULL); } IL_00d9: { List_1_t257213610 * L_45 = __this->get__serializeStack_7(); List_1_t257213610 * L_46 = __this->get__serializeStack_7(); NullCheck(L_46); int32_t L_47 = List_1_get_Count_m2934127733(L_46, /*hidden argument*/List_1_get_Count_m2934127733_RuntimeMethod_var); NullCheck(L_45); List_1_RemoveAt_m2730968292(L_45, ((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)1)), /*hidden argument*/List_1_RemoveAt_m2730968292_RuntimeMethod_var); return; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::SerializeList(Newtonsoft.Json.JsonWriter,System.Collections.IEnumerable,Newtonsoft.Json.Serialization.JsonArrayContract,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.JsonContainerContract,Newtonsoft.Json.Serialization.JsonProperty) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalWriter_SerializeList_m72515633 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___writer0, RuntimeObject* ___values1, JsonArrayContract_t483691547 * ___contract2, JsonProperty_t1405154176 * ___member3, JsonContainerContract_t1214283173 * ___collectionContract4, JsonProperty_t1405154176 * ___containerProperty5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalWriter_SerializeList_m72515633_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject * V_1 = NULL; bool V_2 = false; int32_t V_3 = 0; int32_t V_4 = 0; RuntimeObject* V_5 = NULL; RuntimeObject * V_6 = NULL; JsonContract_t3715061318 * V_7 = NULL; Exception_t * V_8 = NULL; RuntimeObject* V_9 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); RuntimeObject* G_B3_0 = NULL; JsonContract_t3715061318 * G_B8_0 = NULL; JsonContract_t3715061318 * G_B7_0 = NULL; { RuntimeObject* L_0 = ___values1; V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_0, IWrappedCollection_t533821793_il2cpp_TypeInfo_var)); RuntimeObject* L_1 = V_0; if (L_1) { goto IL_000d; } } { RuntimeObject* L_2 = ___values1; G_B3_0 = L_2; goto IL_0013; } IL_000d: { RuntimeObject* L_3 = V_0; NullCheck(L_3); RuntimeObject * L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object Newtonsoft.Json.Utilities.IWrappedCollection::get_UnderlyingCollection() */, IWrappedCollection_t533821793_il2cpp_TypeInfo_var, L_3); G_B3_0 = ((RuntimeObject*)(L_4)); } IL_0013: { V_1 = G_B3_0; JsonWriter_t1467272295 * L_5 = ___writer0; JsonArrayContract_t483691547 * L_6 = ___contract2; RuntimeObject * L_7 = V_1; JsonSerializerInternalWriter_OnSerializing_m465934919(__this, L_5, L_6, L_7, /*hidden argument*/NULL); List_1_t257213610 * L_8 = __this->get__serializeStack_7(); RuntimeObject * L_9 = V_1; NullCheck(L_8); List_1_Add_m3338814081(L_8, L_9, /*hidden argument*/List_1_Add_m3338814081_RuntimeMethod_var); JsonWriter_t1467272295 * L_10 = ___writer0; RuntimeObject * L_11 = V_1; JsonArrayContract_t483691547 * L_12 = ___contract2; JsonProperty_t1405154176 * L_13 = ___member3; JsonContainerContract_t1214283173 * L_14 = ___collectionContract4; JsonProperty_t1405154176 * L_15 = ___containerProperty5; bool L_16 = JsonSerializerInternalWriter_WriteStartArray_m1501292422(__this, L_10, L_11, L_12, L_13, L_14, L_15, /*hidden argument*/NULL); V_2 = L_16; JsonWriter_t1467272295 * L_17 = ___writer0; NullCheck(L_17); VirtActionInvoker0::Invoke(9 /* System.Void Newtonsoft.Json.JsonWriter::WriteStartArray() */, L_17); JsonWriter_t1467272295 * L_18 = ___writer0; NullCheck(L_18); int32_t L_19 = JsonWriter_get_Top_m1361217067(L_18, /*hidden argument*/NULL); V_3 = L_19; V_4 = 0; RuntimeObject* L_20 = ___values1; NullCheck(L_20); RuntimeObject* L_21 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_20); V_5 = L_21; } IL_0051: try { // begin try (depth: 1) { goto IL_00e1; } IL_0056: { RuntimeObject* L_22 = V_5; NullCheck(L_22); RuntimeObject * L_23 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_22); V_6 = L_23; } IL_005f: try { // begin try (depth: 2) try { // begin try (depth: 3) { JsonArrayContract_t483691547 * L_24 = ___contract2; NullCheck(L_24); JsonContract_t3715061318 * L_25 = JsonContainerContract_get_FinalItemContract_m84913371(L_24, /*hidden argument*/NULL); JsonContract_t3715061318 * L_26 = L_25; G_B7_0 = L_26; if (L_26) { G_B8_0 = L_26; goto IL_0071; } } IL_0068: { RuntimeObject * L_27 = V_6; JsonContract_t3715061318 * L_28 = JsonSerializerInternalWriter_GetContractSafe_m5393793(__this, L_27, /*hidden argument*/NULL); G_B8_0 = L_28; } IL_0071: { V_7 = G_B8_0; RuntimeObject * L_29 = V_6; JsonContract_t3715061318 * L_30 = V_7; JsonArrayContract_t483691547 * L_31 = ___contract2; JsonProperty_t1405154176 * L_32 = ___member3; bool L_33 = JsonSerializerInternalWriter_ShouldWriteReference_m814208671(__this, L_29, (JsonProperty_t1405154176 *)NULL, L_30, L_31, L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_008e; } } IL_0083: { JsonWriter_t1467272295 * L_34 = ___writer0; RuntimeObject * L_35 = V_6; JsonSerializerInternalWriter_WriteReference_m1153456658(__this, L_34, L_35, /*hidden argument*/NULL); goto IL_00ae; } IL_008e: { JsonWriter_t1467272295 * L_36 = ___writer0; RuntimeObject * L_37 = V_6; JsonContract_t3715061318 * L_38 = V_7; JsonArrayContract_t483691547 * L_39 = ___contract2; JsonProperty_t1405154176 * L_40 = ___member3; bool L_41 = JsonSerializerInternalWriter_CheckForCircularReference_m2371900515(__this, L_36, L_37, (JsonProperty_t1405154176 *)NULL, L_38, L_39, L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_00ae; } } IL_009f: { JsonWriter_t1467272295 * L_42 = ___writer0; RuntimeObject * L_43 = V_6; JsonContract_t3715061318 * L_44 = V_7; JsonArrayContract_t483691547 * L_45 = ___contract2; JsonProperty_t1405154176 * L_46 = ___member3; JsonSerializerInternalWriter_SerializeValue_m4171511317(__this, L_42, L_43, L_44, (JsonProperty_t1405154176 *)NULL, L_45, L_46, /*hidden argument*/NULL); } IL_00ae: { IL2CPP_LEAVE(0xE1, FINALLY_00da); } } // end try (depth: 3) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00b0; throw e; } CATCH_00b0: { // begin catch(System.Exception) { V_8 = ((Exception_t *)__exception_local); RuntimeObject * L_47 = V_1; JsonArrayContract_t483691547 * L_48 = ___contract2; int32_t L_49 = V_4; int32_t L_50 = L_49; RuntimeObject * L_51 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_50); JsonWriter_t1467272295 * L_52 = ___writer0; NullCheck(L_52); String_t* L_53 = JsonWriter_get_ContainerPath_m457269785(L_52, /*hidden argument*/NULL); Exception_t * L_54 = V_8; bool L_55 = JsonSerializerInternalBase_IsErrorHandled_m3473537157(__this, L_47, L_48, L_51, (RuntimeObject*)NULL, L_53, L_54, /*hidden argument*/NULL); if (!L_55) { goto IL_00d6; } } IL_00cc: { JsonWriter_t1467272295 * L_56 = ___writer0; int32_t L_57 = V_3; JsonSerializerInternalWriter_HandleError_m3142788480(__this, L_56, L_57, /*hidden argument*/NULL); goto IL_00d8; } IL_00d6: { IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local,NULL); } IL_00d8: { IL2CPP_LEAVE(0xE1, FINALLY_00da); } } // end catch (depth: 3) } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00da; } FINALLY_00da: { // begin finally (depth: 2) int32_t L_58 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1)); IL2CPP_END_FINALLY(218) } // end finally (depth: 2) IL2CPP_CLEANUP(218) { IL2CPP_JUMP_TBL(0xE1, IL_00e1) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00e1: { RuntimeObject* L_59 = V_5; NullCheck(L_59); bool L_60 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_59); if (L_60) { goto IL_0056; } } IL_00ed: { IL2CPP_LEAVE(0x104, FINALLY_00ef); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00ef; } FINALLY_00ef: { // begin finally (depth: 1) { RuntimeObject* L_61 = V_5; V_9 = ((RuntimeObject*)IsInst((RuntimeObject*)L_61, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_62 = V_9; if (!L_62) { goto IL_0103; } } IL_00fc: { RuntimeObject* L_63 = V_9; NullCheck(L_63); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_63); } IL_0103: { IL2CPP_END_FINALLY(239) } } // end finally (depth: 1) IL2CPP_CLEANUP(239) { IL2CPP_JUMP_TBL(0x104, IL_0104) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0104: { JsonWriter_t1467272295 * L_64 = ___writer0; NullCheck(L_64); VirtActionInvoker0::Invoke(10 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndArray() */, L_64); bool L_65 = V_2; if (!L_65) { goto IL_0113; } } { JsonWriter_t1467272295 * L_66 = ___writer0; NullCheck(L_66); VirtActionInvoker0::Invoke(8 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndObject() */, L_66); } IL_0113: { List_1_t257213610 * L_67 = __this->get__serializeStack_7(); List_1_t257213610 * L_68 = __this->get__serializeStack_7(); NullCheck(L_68); int32_t L_69 = List_1_get_Count_m2934127733(L_68, /*hidden argument*/List_1_get_Count_m2934127733_RuntimeMethod_var); NullCheck(L_67); List_1_RemoveAt_m2730968292(L_67, ((int32_t)il2cpp_codegen_subtract((int32_t)L_69, (int32_t)1)), /*hidden argument*/List_1_RemoveAt_m2730968292_RuntimeMethod_var); JsonWriter_t1467272295 * L_70 = ___writer0; JsonArrayContract_t483691547 * L_71 = ___contract2; RuntimeObject * L_72 = V_1; JsonSerializerInternalWriter_OnSerialized_m1733960821(__this, L_70, L_71, L_72, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::SerializeMultidimensionalArray(Newtonsoft.Json.JsonWriter,System.Array,Newtonsoft.Json.Serialization.JsonArrayContract,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.JsonContainerContract,Newtonsoft.Json.Serialization.JsonProperty) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalWriter_SerializeMultidimensionalArray_m2678746194 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___writer0, RuntimeArray * ___values1, JsonArrayContract_t483691547 * ___contract2, JsonProperty_t1405154176 * ___member3, JsonContainerContract_t1214283173 * ___collectionContract4, JsonProperty_t1405154176 * ___containerProperty5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalWriter_SerializeMultidimensionalArray_m2678746194_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonWriter_t1467272295 * L_0 = ___writer0; JsonArrayContract_t483691547 * L_1 = ___contract2; RuntimeArray * L_2 = ___values1; JsonSerializerInternalWriter_OnSerializing_m465934919(__this, L_0, L_1, L_2, /*hidden argument*/NULL); List_1_t257213610 * L_3 = __this->get__serializeStack_7(); RuntimeArray * L_4 = ___values1; NullCheck(L_3); List_1_Add_m3338814081(L_3, L_4, /*hidden argument*/List_1_Add_m3338814081_RuntimeMethod_var); JsonWriter_t1467272295 * L_5 = ___writer0; RuntimeArray * L_6 = ___values1; JsonArrayContract_t483691547 * L_7 = ___contract2; JsonProperty_t1405154176 * L_8 = ___member3; JsonContainerContract_t1214283173 * L_9 = ___collectionContract4; JsonProperty_t1405154176 * L_10 = ___containerProperty5; bool L_11 = JsonSerializerInternalWriter_WriteStartArray_m1501292422(__this, L_5, L_6, L_7, L_8, L_9, L_10, /*hidden argument*/NULL); JsonWriter_t1467272295 * L_12 = ___writer0; RuntimeArray * L_13 = ___values1; JsonArrayContract_t483691547 * L_14 = ___contract2; JsonProperty_t1405154176 * L_15 = ___member3; JsonWriter_t1467272295 * L_16 = ___writer0; NullCheck(L_16); int32_t L_17 = JsonWriter_get_Top_m1361217067(L_16, /*hidden argument*/NULL); JsonSerializerInternalWriter_SerializeMultidimensionalArray_m3198279718(__this, L_12, L_13, L_14, L_15, L_17, ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)0)), /*hidden argument*/NULL); if (!L_11) { goto IL_0043; } } { JsonWriter_t1467272295 * L_18 = ___writer0; NullCheck(L_18); VirtActionInvoker0::Invoke(8 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndObject() */, L_18); } IL_0043: { List_1_t257213610 * L_19 = __this->get__serializeStack_7(); List_1_t257213610 * L_20 = __this->get__serializeStack_7(); NullCheck(L_20); int32_t L_21 = List_1_get_Count_m2934127733(L_20, /*hidden argument*/List_1_get_Count_m2934127733_RuntimeMethod_var); NullCheck(L_19); List_1_RemoveAt_m2730968292(L_19, ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1)), /*hidden argument*/List_1_RemoveAt_m2730968292_RuntimeMethod_var); JsonWriter_t1467272295 * L_22 = ___writer0; JsonArrayContract_t483691547 * L_23 = ___contract2; RuntimeArray * L_24 = ___values1; JsonSerializerInternalWriter_OnSerialized_m1733960821(__this, L_22, L_23, L_24, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::SerializeMultidimensionalArray(Newtonsoft.Json.JsonWriter,System.Array,Newtonsoft.Json.Serialization.JsonArrayContract,Newtonsoft.Json.Serialization.JsonProperty,System.Int32,System.Int32[]) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalWriter_SerializeMultidimensionalArray_m3198279718 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___writer0, RuntimeArray * ___values1, JsonArrayContract_t483691547 * ___contract2, JsonProperty_t1405154176 * ___member3, int32_t ___initialDepth4, Int32U5BU5D_t385246372* ___indices5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalWriter_SerializeMultidimensionalArray_m3198279718_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Int32U5BU5D_t385246372* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; RuntimeObject * V_4 = NULL; JsonContract_t3715061318 * V_5 = NULL; Exception_t * V_6 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); JsonContract_t3715061318 * G_B8_0 = NULL; JsonContract_t3715061318 * G_B7_0 = NULL; { Int32U5BU5D_t385246372* L_0 = ___indices5; NullCheck(L_0); V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))); int32_t L_1 = V_0; V_1 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)))); V_2 = 0; goto IL_001d; } IL_0012: { Int32U5BU5D_t385246372* L_2 = V_1; int32_t L_3 = V_2; Int32U5BU5D_t385246372* L_4 = ___indices5; int32_t L_5 = V_2; NullCheck(L_4); int32_t L_6 = L_5; int32_t L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (int32_t)L_7); int32_t L_8 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_001d: { int32_t L_9 = V_2; int32_t L_10 = V_0; if ((((int32_t)L_9) < ((int32_t)L_10))) { goto IL_0012; } } { JsonWriter_t1467272295 * L_11 = ___writer0; NullCheck(L_11); VirtActionInvoker0::Invoke(9 /* System.Void Newtonsoft.Json.JsonWriter::WriteStartArray() */, L_11); RuntimeArray * L_12 = ___values1; int32_t L_13 = V_0; NullCheck(L_12); int32_t L_14 = Array_GetLowerBound_m2045984623(L_12, L_13, /*hidden argument*/NULL); V_3 = L_14; goto IL_00e2; } IL_0034: { Int32U5BU5D_t385246372* L_15 = V_1; int32_t L_16 = V_0; int32_t L_17 = V_3; NullCheck(L_15); (L_15)->SetAt(static_cast(L_16), (int32_t)L_17); Int32U5BU5D_t385246372* L_18 = V_1; NullCheck(L_18); RuntimeArray * L_19 = ___values1; NullCheck(L_19); int32_t L_20 = Array_get_Rank_m3448755881(L_19, /*hidden argument*/NULL); if (!((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_18)->max_length))))) == ((int32_t)L_20))? 1 : 0)) { goto IL_00ce; } } { RuntimeArray * L_21 = ___values1; Int32U5BU5D_t385246372* L_22 = V_1; NullCheck(L_21); RuntimeObject * L_23 = Array_GetValue_m120423883(L_21, L_22, /*hidden argument*/NULL); V_4 = L_23; } IL_0051: try { // begin try (depth: 1) { JsonArrayContract_t483691547 * L_24 = ___contract2; NullCheck(L_24); JsonContract_t3715061318 * L_25 = JsonContainerContract_get_FinalItemContract_m84913371(L_24, /*hidden argument*/NULL); JsonContract_t3715061318 * L_26 = L_25; G_B7_0 = L_26; if (L_26) { G_B8_0 = L_26; goto IL_0063; } } IL_005a: { RuntimeObject * L_27 = V_4; JsonContract_t3715061318 * L_28 = JsonSerializerInternalWriter_GetContractSafe_m5393793(__this, L_27, /*hidden argument*/NULL); G_B8_0 = L_28; } IL_0063: { V_5 = G_B8_0; RuntimeObject * L_29 = V_4; JsonContract_t3715061318 * L_30 = V_5; JsonArrayContract_t483691547 * L_31 = ___contract2; JsonProperty_t1405154176 * L_32 = ___member3; bool L_33 = JsonSerializerInternalWriter_ShouldWriteReference_m814208671(__this, L_29, (JsonProperty_t1405154176 *)NULL, L_30, L_31, L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_0080; } } IL_0075: { JsonWriter_t1467272295 * L_34 = ___writer0; RuntimeObject * L_35 = V_4; JsonSerializerInternalWriter_WriteReference_m1153456658(__this, L_34, L_35, /*hidden argument*/NULL); goto IL_00a0; } IL_0080: { JsonWriter_t1467272295 * L_36 = ___writer0; RuntimeObject * L_37 = V_4; JsonContract_t3715061318 * L_38 = V_5; JsonArrayContract_t483691547 * L_39 = ___contract2; JsonProperty_t1405154176 * L_40 = ___member3; bool L_41 = JsonSerializerInternalWriter_CheckForCircularReference_m2371900515(__this, L_36, L_37, (JsonProperty_t1405154176 *)NULL, L_38, L_39, L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_00a0; } } IL_0091: { JsonWriter_t1467272295 * L_42 = ___writer0; RuntimeObject * L_43 = V_4; JsonContract_t3715061318 * L_44 = V_5; JsonArrayContract_t483691547 * L_45 = ___contract2; JsonProperty_t1405154176 * L_46 = ___member3; JsonSerializerInternalWriter_SerializeValue_m4171511317(__this, L_42, L_43, L_44, (JsonProperty_t1405154176 *)NULL, L_45, L_46, /*hidden argument*/NULL); } IL_00a0: { goto IL_00de; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00a2; throw e; } CATCH_00a2: { // begin catch(System.Exception) { V_6 = ((Exception_t *)__exception_local); RuntimeArray * L_47 = ___values1; JsonArrayContract_t483691547 * L_48 = ___contract2; int32_t L_49 = V_3; int32_t L_50 = L_49; RuntimeObject * L_51 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_50); JsonWriter_t1467272295 * L_52 = ___writer0; NullCheck(L_52); String_t* L_53 = JsonWriter_get_ContainerPath_m457269785(L_52, /*hidden argument*/NULL); Exception_t * L_54 = V_6; bool L_55 = JsonSerializerInternalBase_IsErrorHandled_m3473537157(__this, L_47, L_48, L_51, (RuntimeObject*)NULL, L_53, L_54, /*hidden argument*/NULL); if (!L_55) { goto IL_00ca; } } IL_00bd: { JsonWriter_t1467272295 * L_56 = ___writer0; int32_t L_57 = ___initialDepth4; JsonSerializerInternalWriter_HandleError_m3142788480(__this, L_56, ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1)), /*hidden argument*/NULL); goto IL_00cc; } IL_00ca: { IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local,NULL); } IL_00cc: { goto IL_00de; } } // end catch (depth: 1) IL_00ce: { JsonWriter_t1467272295 * L_58 = ___writer0; RuntimeArray * L_59 = ___values1; JsonArrayContract_t483691547 * L_60 = ___contract2; JsonProperty_t1405154176 * L_61 = ___member3; int32_t L_62 = ___initialDepth4; Int32U5BU5D_t385246372* L_63 = V_1; JsonSerializerInternalWriter_SerializeMultidimensionalArray_m3198279718(__this, L_58, L_59, L_60, L_61, ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1)), L_63, /*hidden argument*/NULL); } IL_00de: { int32_t L_64 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)1)); } IL_00e2: { int32_t L_65 = V_3; RuntimeArray * L_66 = ___values1; int32_t L_67 = V_0; NullCheck(L_66); int32_t L_68 = Array_GetUpperBound_m4018715963(L_66, L_67, /*hidden argument*/NULL); if ((((int32_t)L_65) <= ((int32_t)L_68))) { goto IL_0034; } } { JsonWriter_t1467272295 * L_69 = ___writer0; NullCheck(L_69); VirtActionInvoker0::Invoke(10 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndArray() */, L_69); return; } } // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::WriteStartArray(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.Serialization.JsonArrayContract,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.JsonContainerContract,Newtonsoft.Json.Serialization.JsonProperty) extern "C" IL2CPP_METHOD_ATTR bool JsonSerializerInternalWriter_WriteStartArray_m1501292422 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___writer0, RuntimeObject * ___values1, JsonArrayContract_t483691547 * ___contract2, JsonProperty_t1405154176 * ___member3, JsonContainerContract_t1214283173 * ___containerContract4, JsonProperty_t1405154176 * ___containerProperty5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalWriter_WriteStartArray_m1501292422_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; Nullable_1_t1819850047 V_2; memset(&V_2, 0, sizeof(V_2)); bool G_B3_0 = false; int32_t G_B8_0 = 0; bool G_B14_0 = false; bool G_B9_0 = false; bool G_B11_0 = false; bool G_B10_0 = false; bool G_B13_0 = false; bool G_B12_0 = false; bool G_B18_0 = false; bool G_B15_0 = false; Type_t * G_B17_0 = NULL; RuntimeObject* G_B17_1 = NULL; JsonArrayContract_t483691547 * G_B17_2 = NULL; bool G_B17_3 = false; Type_t * G_B16_0 = NULL; RuntimeObject* G_B16_1 = NULL; JsonArrayContract_t483691547 * G_B16_2 = NULL; bool G_B16_3 = false; { JsonArrayContract_t483691547 * L_0 = ___contract2; JsonProperty_t1405154176 * L_1 = ___member3; JsonContainerContract_t1214283173 * L_2 = ___containerContract4; JsonProperty_t1405154176 * L_3 = ___containerProperty5; Nullable_1_t1819850047 L_4 = JsonSerializerInternalWriter_ResolveIsReference_m2967909978(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); V_2 = L_4; bool L_5 = Nullable_1_get_HasValue_m3206831396((&V_2), /*hidden argument*/Nullable_1_get_HasValue_m3206831396_RuntimeMethod_var); if (L_5) { goto IL_002b; } } { JsonSerializer_t1424496335 * L_6 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_6); int32_t L_7 = L_6->get__preserveReferencesHandling_2(); bool L_8 = JsonSerializerInternalWriter_HasFlag_m4284901959(__this, L_7, 2, /*hidden argument*/NULL); G_B3_0 = L_8; goto IL_0032; } IL_002b: { bool L_9 = Nullable_1_GetValueOrDefault_m2119174086((&V_2), /*hidden argument*/Nullable_1_GetValueOrDefault_m2119174086_RuntimeMethod_var); G_B3_0 = L_9; } IL_0032: { V_0 = G_B3_0; bool L_10 = V_0; if (!L_10) { goto IL_0046; } } { JsonProperty_t1405154176 * L_11 = ___member3; if (!L_11) { goto IL_0043; } } { JsonProperty_t1405154176 * L_12 = ___member3; NullCheck(L_12); bool L_13 = JsonProperty_get_Writable_m2500354331(L_12, /*hidden argument*/NULL); G_B8_0 = ((int32_t)(L_13)); goto IL_0047; } IL_0043: { G_B8_0 = 1; goto IL_0047; } IL_0046: { G_B8_0 = 0; } IL_0047: { V_0 = (bool)G_B8_0; JsonArrayContract_t483691547 * L_14 = ___contract2; JsonProperty_t1405154176 * L_15 = ___member3; JsonContainerContract_t1214283173 * L_16 = ___containerContract4; JsonProperty_t1405154176 * L_17 = ___containerProperty5; bool L_18 = JsonSerializerInternalWriter_ShouldWriteType_m3011039450(__this, 2, L_14, L_15, L_16, L_17, /*hidden argument*/NULL); V_1 = L_18; bool L_19 = V_0; bool L_20 = V_1; int32_t L_21 = ((int32_t)((int32_t)L_19|(int32_t)L_20)); G_B9_0 = ((bool)(L_21)); if (!L_21) { G_B14_0 = ((bool)(L_21)); goto IL_0090; } } { JsonWriter_t1467272295 * L_22 = ___writer0; NullCheck(L_22); VirtActionInvoker0::Invoke(7 /* System.Void Newtonsoft.Json.JsonWriter::WriteStartObject() */, L_22); bool L_23 = V_0; G_B10_0 = G_B9_0; if (!L_23) { G_B11_0 = G_B9_0; goto IL_0074; } } { JsonWriter_t1467272295 * L_24 = ___writer0; JsonArrayContract_t483691547 * L_25 = ___contract2; NullCheck(L_25); Type_t * L_26 = JsonContract_get_UnderlyingType_m1736598392(L_25, /*hidden argument*/NULL); RuntimeObject * L_27 = ___values1; JsonSerializerInternalWriter_WriteReferenceIdProperty_m3325335346(__this, L_24, L_26, L_27, /*hidden argument*/NULL); G_B11_0 = G_B10_0; } IL_0074: { bool L_28 = V_1; G_B12_0 = G_B11_0; if (!L_28) { G_B13_0 = G_B11_0; goto IL_0084; } } { JsonWriter_t1467272295 * L_29 = ___writer0; RuntimeObject * L_30 = ___values1; NullCheck(L_30); Type_t * L_31 = Object_GetType_m88164663(L_30, /*hidden argument*/NULL); JsonSerializerInternalWriter_WriteTypeProperty_m303507108(__this, L_29, L_31, /*hidden argument*/NULL); G_B13_0 = G_B12_0; } IL_0084: { JsonWriter_t1467272295 * L_32 = ___writer0; NullCheck(L_32); VirtActionInvoker2< String_t*, bool >::Invoke(14 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String,System.Boolean) */, L_32, _stringLiteral2945250967, (bool)0); G_B14_0 = G_B13_0; } IL_0090: { JsonArrayContract_t483691547 * L_33 = ___contract2; NullCheck(L_33); JsonContract_t3715061318 * L_34 = JsonContainerContract_get_ItemContract_m2277297579(L_33, /*hidden argument*/NULL); G_B15_0 = G_B14_0; if (L_34) { G_B18_0 = G_B14_0; goto IL_00c2; } } { JsonArrayContract_t483691547 * L_35 = ___contract2; JsonSerializer_t1424496335 * L_36 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_36); RuntimeObject* L_37 = L_36->get__contractResolver_11(); JsonArrayContract_t483691547 * L_38 = ___contract2; NullCheck(L_38); Type_t * L_39 = JsonArrayContract_get_CollectionItemType_m1740497797(L_38, /*hidden argument*/NULL); Type_t * L_40 = L_39; G_B16_0 = L_40; G_B16_1 = L_37; G_B16_2 = L_35; G_B16_3 = G_B15_0; if (L_40) { G_B17_0 = L_40; G_B17_1 = L_37; G_B17_2 = L_35; G_B17_3 = G_B15_0; goto IL_00b8; } } { RuntimeTypeHandle_t3027515415 L_41 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_42 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_41, /*hidden argument*/NULL); G_B17_0 = L_42; G_B17_1 = G_B16_1; G_B17_2 = G_B16_2; G_B17_3 = G_B16_3; } IL_00b8: { NullCheck(G_B17_1); JsonContract_t3715061318 * L_43 = InterfaceFuncInvoker1< JsonContract_t3715061318 *, Type_t * >::Invoke(0 /* Newtonsoft.Json.Serialization.JsonContract Newtonsoft.Json.Serialization.IContractResolver::ResolveContract(System.Type) */, IContractResolver_t4193385603_il2cpp_TypeInfo_var, G_B17_1, G_B17_0); NullCheck(G_B17_2); JsonContainerContract_set_ItemContract_m1119343036(G_B17_2, L_43, /*hidden argument*/NULL); G_B18_0 = G_B17_3; } IL_00c2: { return G_B18_0; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::SerializeISerializable(Newtonsoft.Json.JsonWriter,System.Runtime.Serialization.ISerializable,Newtonsoft.Json.Serialization.JsonISerializableContract,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.JsonContainerContract,Newtonsoft.Json.Serialization.JsonProperty) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalWriter_SerializeISerializable_m2606608702 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___writer0, RuntimeObject* ___value1, JsonISerializableContract_t781833466 * ___contract2, JsonProperty_t1405154176 * ___member3, JsonContainerContract_t1214283173 * ___collectionContract4, JsonProperty_t1405154176 * ___containerProperty5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalWriter_SerializeISerializable_m2606608702_MetadataUsageId); s_Il2CppMethodInitialized = true; } SerializationInfo_t950877179 * V_0 = NULL; String_t* V_1 = NULL; SerializationInfoEnumerator_t2232395945 * V_2 = NULL; SerializationEntry_t648286436 V_3; memset(&V_3, 0, sizeof(V_3)); JsonContract_t3715061318 * V_4 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); bool L_0 = JsonTypeReflector_get_FullyTrusted_m2121730692(NULL /*static, unused*/, /*hidden argument*/NULL); if (L_0) { goto IL_0042; } } { String_t* L_1 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_2 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Concat_m2163913788(NULL /*static, unused*/, _stringLiteral2027230448, L_1, _stringLiteral10235853, L_2, /*hidden argument*/NULL); V_1 = L_3; String_t* L_4 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_5 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); RuntimeObject* L_6 = ___value1; NullCheck(L_6); Type_t * L_7 = Object_GetType_m88164663(L_6, /*hidden argument*/NULL); String_t* L_8 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, L_4, L_5, L_7, /*hidden argument*/NULL); V_1 = L_8; JsonWriter_t1467272295 * L_9 = ___writer0; NullCheck(L_9); String_t* L_10 = JsonWriter_get_ContainerPath_m457269785(L_9, /*hidden argument*/NULL); String_t* L_11 = V_1; JsonSerializationException_t4152118729 * L_12 = JsonSerializationException_Create_m2499019280(NULL /*static, unused*/, (RuntimeObject*)NULL, L_10, L_11, (Exception_t *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,JsonSerializerInternalWriter_SerializeISerializable_m2606608702_RuntimeMethod_var); } IL_0042: { JsonWriter_t1467272295 * L_13 = ___writer0; JsonISerializableContract_t781833466 * L_14 = ___contract2; RuntimeObject* L_15 = ___value1; JsonSerializerInternalWriter_OnSerializing_m465934919(__this, L_13, L_14, L_15, /*hidden argument*/NULL); List_1_t257213610 * L_16 = __this->get__serializeStack_7(); RuntimeObject* L_17 = ___value1; NullCheck(L_16); List_1_Add_m3338814081(L_16, L_17, /*hidden argument*/List_1_Add_m3338814081_RuntimeMethod_var); JsonWriter_t1467272295 * L_18 = ___writer0; RuntimeObject* L_19 = ___value1; JsonISerializableContract_t781833466 * L_20 = ___contract2; JsonProperty_t1405154176 * L_21 = ___member3; JsonContainerContract_t1214283173 * L_22 = ___collectionContract4; JsonProperty_t1405154176 * L_23 = ___containerProperty5; JsonSerializerInternalWriter_WriteObjectStart_m410066321(__this, L_18, L_19, L_20, L_21, L_22, L_23, /*hidden argument*/NULL); JsonISerializableContract_t781833466 * L_24 = ___contract2; NullCheck(L_24); Type_t * L_25 = JsonContract_get_UnderlyingType_m1736598392(L_24, /*hidden argument*/NULL); FormatterConverter_t2760117746 * L_26 = (FormatterConverter_t2760117746 *)il2cpp_codegen_object_new(FormatterConverter_t2760117746_il2cpp_TypeInfo_var); FormatterConverter__ctor_m4071877133(L_26, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_27 = (SerializationInfo_t950877179 *)il2cpp_codegen_object_new(SerializationInfo_t950877179_il2cpp_TypeInfo_var); SerializationInfo__ctor_m2923079689(L_27, L_25, L_26, /*hidden argument*/NULL); V_0 = L_27; RuntimeObject* L_28 = ___value1; SerializationInfo_t950877179 * L_29 = V_0; JsonSerializer_t1424496335 * L_30 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_30); StreamingContext_t3711869237 L_31 = L_30->get__context_15(); NullCheck(L_28); InterfaceActionInvoker2< SerializationInfo_t950877179 *, StreamingContext_t3711869237 >::Invoke(0 /* System.Void System.Runtime.Serialization.ISerializable::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */, ISerializable_t3375760802_il2cpp_TypeInfo_var, L_28, L_29, L_31); SerializationInfo_t950877179 * L_32 = V_0; NullCheck(L_32); SerializationInfoEnumerator_t2232395945 * L_33 = SerializationInfo_GetEnumerator_m1082663843(L_32, /*hidden argument*/NULL); V_2 = L_33; goto IL_0111; } IL_0092: { SerializationInfoEnumerator_t2232395945 * L_34 = V_2; NullCheck(L_34); SerializationEntry_t648286436 L_35 = SerializationInfoEnumerator_get_Current_m1365373082(L_34, /*hidden argument*/NULL); V_3 = L_35; RuntimeObject * L_36 = SerializationEntry_get_Value_m2039470570((&V_3), /*hidden argument*/NULL); JsonContract_t3715061318 * L_37 = JsonSerializerInternalWriter_GetContractSafe_m5393793(__this, L_36, /*hidden argument*/NULL); V_4 = L_37; RuntimeObject * L_38 = SerializationEntry_get_Value_m2039470570((&V_3), /*hidden argument*/NULL); JsonContract_t3715061318 * L_39 = V_4; JsonISerializableContract_t781833466 * L_40 = ___contract2; JsonProperty_t1405154176 * L_41 = ___member3; bool L_42 = JsonSerializerInternalWriter_ShouldWriteReference_m814208671(__this, L_38, (JsonProperty_t1405154176 *)NULL, L_39, L_40, L_41, /*hidden argument*/NULL); if (!L_42) { goto IL_00da; } } { JsonWriter_t1467272295 * L_43 = ___writer0; String_t* L_44 = SerializationEntry_get_Name_m1530029541((&V_3), /*hidden argument*/NULL); NullCheck(L_43); VirtActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, L_43, L_44); JsonWriter_t1467272295 * L_45 = ___writer0; RuntimeObject * L_46 = SerializationEntry_get_Value_m2039470570((&V_3), /*hidden argument*/NULL); JsonSerializerInternalWriter_WriteReference_m1153456658(__this, L_45, L_46, /*hidden argument*/NULL); goto IL_0111; } IL_00da: { JsonWriter_t1467272295 * L_47 = ___writer0; RuntimeObject * L_48 = SerializationEntry_get_Value_m2039470570((&V_3), /*hidden argument*/NULL); JsonContract_t3715061318 * L_49 = V_4; JsonISerializableContract_t781833466 * L_50 = ___contract2; JsonProperty_t1405154176 * L_51 = ___member3; bool L_52 = JsonSerializerInternalWriter_CheckForCircularReference_m2371900515(__this, L_47, L_48, (JsonProperty_t1405154176 *)NULL, L_49, L_50, L_51, /*hidden argument*/NULL); if (!L_52) { goto IL_0111; } } { JsonWriter_t1467272295 * L_53 = ___writer0; String_t* L_54 = SerializationEntry_get_Name_m1530029541((&V_3), /*hidden argument*/NULL); NullCheck(L_53); VirtActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, L_53, L_54); JsonWriter_t1467272295 * L_55 = ___writer0; RuntimeObject * L_56 = SerializationEntry_get_Value_m2039470570((&V_3), /*hidden argument*/NULL); JsonContract_t3715061318 * L_57 = V_4; JsonISerializableContract_t781833466 * L_58 = ___contract2; JsonProperty_t1405154176 * L_59 = ___member3; JsonSerializerInternalWriter_SerializeValue_m4171511317(__this, L_55, L_56, L_57, (JsonProperty_t1405154176 *)NULL, L_58, L_59, /*hidden argument*/NULL); } IL_0111: { SerializationInfoEnumerator_t2232395945 * L_60 = V_2; NullCheck(L_60); bool L_61 = SerializationInfoEnumerator_MoveNext_m2496151825(L_60, /*hidden argument*/NULL); if (L_61) { goto IL_0092; } } { JsonWriter_t1467272295 * L_62 = ___writer0; NullCheck(L_62); VirtActionInvoker0::Invoke(8 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndObject() */, L_62); List_1_t257213610 * L_63 = __this->get__serializeStack_7(); List_1_t257213610 * L_64 = __this->get__serializeStack_7(); NullCheck(L_64); int32_t L_65 = List_1_get_Count_m2934127733(L_64, /*hidden argument*/List_1_get_Count_m2934127733_RuntimeMethod_var); NullCheck(L_63); List_1_RemoveAt_m2730968292(L_63, ((int32_t)il2cpp_codegen_subtract((int32_t)L_65, (int32_t)1)), /*hidden argument*/List_1_RemoveAt_m2730968292_RuntimeMethod_var); JsonWriter_t1467272295 * L_66 = ___writer0; JsonISerializableContract_t781833466 * L_67 = ___contract2; RuntimeObject* L_68 = ___value1; JsonSerializerInternalWriter_OnSerialized_m1733960821(__this, L_66, L_67, L_68, /*hidden argument*/NULL); return; } } // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::ShouldWriteType(Newtonsoft.Json.TypeNameHandling,Newtonsoft.Json.Serialization.JsonContract,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.JsonContainerContract,Newtonsoft.Json.Serialization.JsonProperty) extern "C" IL2CPP_METHOD_ATTR bool JsonSerializerInternalWriter_ShouldWriteType_m3011039450 (JsonSerializerInternalWriter_t3588727337 * __this, int32_t ___typeNameHandlingFlag0, JsonContract_t3715061318 * ___contract1, JsonProperty_t1405154176 * ___member2, JsonContainerContract_t1214283173 * ___containerContract3, JsonProperty_t1405154176 * ___containerProperty4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalWriter_ShouldWriteType_m3011039450_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Nullable_1_t1159582132 V_1; memset(&V_1, 0, sizeof(V_1)); Nullable_1_t1159582132 V_2; memset(&V_2, 0, sizeof(V_2)); Nullable_1_t1159582132 V_3; memset(&V_3, 0, sizeof(V_3)); Nullable_1_t1159582132 V_4; memset(&V_4, 0, sizeof(V_4)); JsonContract_t3715061318 * V_5 = NULL; Nullable_1_t1159582132 G_B3_0; memset(&G_B3_0, 0, sizeof(G_B3_0)); Nullable_1_t1159582132 G_B7_0; memset(&G_B7_0, 0, sizeof(G_B7_0)); Nullable_1_t1159582132 G_B11_0; memset(&G_B11_0, 0, sizeof(G_B11_0)); int32_t G_B16_0 = 0; { JsonProperty_t1405154176 * L_0 = ___member2; if (L_0) { goto IL_000e; } } { il2cpp_codegen_initobj((&V_2), sizeof(Nullable_1_t1159582132 )); Nullable_1_t1159582132 L_1 = V_2; G_B3_0 = L_1; goto IL_0014; } IL_000e: { JsonProperty_t1405154176 * L_2 = ___member2; NullCheck(L_2); Nullable_1_t1159582132 L_3 = JsonProperty_get_TypeNameHandling_m4047209728(L_2, /*hidden argument*/NULL); G_B3_0 = L_3; } IL_0014: { V_1 = G_B3_0; bool L_4 = Nullable_1_get_HasValue_m772260800((&V_1), /*hidden argument*/Nullable_1_get_HasValue_m772260800_RuntimeMethod_var); if (L_4) { goto IL_007e; } } { JsonProperty_t1405154176 * L_5 = ___containerProperty4; if (L_5) { goto IL_002d; } } { il2cpp_codegen_initobj((&V_3), sizeof(Nullable_1_t1159582132 )); Nullable_1_t1159582132 L_6 = V_3; G_B7_0 = L_6; goto IL_0034; } IL_002d: { JsonProperty_t1405154176 * L_7 = ___containerProperty4; NullCheck(L_7); Nullable_1_t1159582132 L_8 = JsonProperty_get_ItemTypeNameHandling_m2616553456(L_7, /*hidden argument*/NULL); G_B7_0 = L_8; } IL_0034: { V_2 = G_B7_0; bool L_9 = Nullable_1_get_HasValue_m772260800((&V_2), /*hidden argument*/Nullable_1_get_HasValue_m772260800_RuntimeMethod_var); if (L_9) { goto IL_0075; } } { JsonContainerContract_t1214283173 * L_10 = ___containerContract3; if (L_10) { goto IL_004e; } } { il2cpp_codegen_initobj((&V_4), sizeof(Nullable_1_t1159582132 )); Nullable_1_t1159582132 L_11 = V_4; G_B11_0 = L_11; goto IL_0055; } IL_004e: { JsonContainerContract_t1214283173 * L_12 = ___containerContract3; NullCheck(L_12); Nullable_1_t1159582132 L_13 = JsonContainerContract_get_ItemTypeNameHandling_m1839582047(L_12, /*hidden argument*/NULL); G_B11_0 = L_13; } IL_0055: { V_3 = G_B11_0; bool L_14 = Nullable_1_get_HasValue_m772260800((&V_3), /*hidden argument*/Nullable_1_get_HasValue_m772260800_RuntimeMethod_var); if (L_14) { goto IL_006c; } } { JsonSerializer_t1424496335 * L_15 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_15); int32_t L_16 = L_15->get__typeNameHandling_0(); G_B16_0 = L_16; goto IL_0085; } IL_006c: { int32_t L_17 = Nullable_1_GetValueOrDefault_m2852219950((&V_3), /*hidden argument*/Nullable_1_GetValueOrDefault_m2852219950_RuntimeMethod_var); G_B16_0 = L_17; goto IL_0085; } IL_0075: { int32_t L_18 = Nullable_1_GetValueOrDefault_m2852219950((&V_2), /*hidden argument*/Nullable_1_GetValueOrDefault_m2852219950_RuntimeMethod_var); G_B16_0 = L_18; goto IL_0085; } IL_007e: { int32_t L_19 = Nullable_1_GetValueOrDefault_m2852219950((&V_1), /*hidden argument*/Nullable_1_GetValueOrDefault_m2852219950_RuntimeMethod_var); G_B16_0 = L_19; } IL_0085: { V_0 = G_B16_0; int32_t L_20 = V_0; int32_t L_21 = ___typeNameHandlingFlag0; bool L_22 = JsonSerializerInternalWriter_HasFlag_m152444676(__this, L_20, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_0092; } } { return (bool)1; } IL_0092: { int32_t L_23 = V_0; bool L_24 = JsonSerializerInternalWriter_HasFlag_m152444676(__this, L_23, 4, /*hidden argument*/NULL); if (!L_24) { goto IL_011b; } } { JsonProperty_t1405154176 * L_25 = ___member2; if (!L_25) { goto IL_00b4; } } { JsonContract_t3715061318 * L_26 = ___contract1; NullCheck(L_26); Type_t * L_27 = JsonContract_get_UnderlyingType_m1736598392(L_26, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_28 = ___member2; NullCheck(L_28); JsonContract_t3715061318 * L_29 = JsonProperty_get_PropertyContract_m2273319397(L_28, /*hidden argument*/NULL); NullCheck(L_29); Type_t * L_30 = JsonContract_get_CreatedType_m1028628000(L_29, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_27) == ((RuntimeObject*)(Type_t *)L_30))) { goto IL_011b; } } { return (bool)1; } IL_00b4: { JsonContainerContract_t1214283173 * L_31 = ___containerContract3; if (!L_31) { goto IL_00d7; } } { JsonContainerContract_t1214283173 * L_32 = ___containerContract3; NullCheck(L_32); JsonContract_t3715061318 * L_33 = JsonContainerContract_get_ItemContract_m2277297579(L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_00d5; } } { JsonContract_t3715061318 * L_34 = ___contract1; NullCheck(L_34); Type_t * L_35 = JsonContract_get_UnderlyingType_m1736598392(L_34, /*hidden argument*/NULL); JsonContainerContract_t1214283173 * L_36 = ___containerContract3; NullCheck(L_36); JsonContract_t3715061318 * L_37 = JsonContainerContract_get_ItemContract_m2277297579(L_36, /*hidden argument*/NULL); NullCheck(L_37); Type_t * L_38 = JsonContract_get_CreatedType_m1028628000(L_37, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_35) == ((RuntimeObject*)(Type_t *)L_38))) { goto IL_011b; } } IL_00d5: { return (bool)1; } IL_00d7: { Type_t * L_39 = __this->get__rootType_5(); if (!L_39) { goto IL_011b; } } { List_1_t257213610 * L_40 = __this->get__serializeStack_7(); NullCheck(L_40); int32_t L_41 = List_1_get_Count_m2934127733(L_40, /*hidden argument*/List_1_get_Count_m2934127733_RuntimeMethod_var); int32_t L_42 = __this->get__rootLevel_6(); if ((!(((uint32_t)L_41) == ((uint32_t)L_42)))) { goto IL_011b; } } { JsonSerializer_t1424496335 * L_43 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_43); RuntimeObject* L_44 = L_43->get__contractResolver_11(); Type_t * L_45 = __this->get__rootType_5(); NullCheck(L_44); JsonContract_t3715061318 * L_46 = InterfaceFuncInvoker1< JsonContract_t3715061318 *, Type_t * >::Invoke(0 /* Newtonsoft.Json.Serialization.JsonContract Newtonsoft.Json.Serialization.IContractResolver::ResolveContract(System.Type) */, IContractResolver_t4193385603_il2cpp_TypeInfo_var, L_44, L_45); V_5 = L_46; JsonContract_t3715061318 * L_47 = ___contract1; NullCheck(L_47); Type_t * L_48 = JsonContract_get_UnderlyingType_m1736598392(L_47, /*hidden argument*/NULL); JsonContract_t3715061318 * L_49 = V_5; NullCheck(L_49); Type_t * L_50 = JsonContract_get_CreatedType_m1028628000(L_49, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_48) == ((RuntimeObject*)(Type_t *)L_50))) { goto IL_011b; } } { return (bool)1; } IL_011b: { return (bool)0; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::SerializeDictionary(Newtonsoft.Json.JsonWriter,System.Collections.IDictionary,Newtonsoft.Json.Serialization.JsonDictionaryContract,Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.JsonContainerContract,Newtonsoft.Json.Serialization.JsonProperty) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalWriter_SerializeDictionary_m3729105883 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___writer0, RuntimeObject* ___values1, JsonDictionaryContract_t4040570183 * ___contract2, JsonProperty_t1405154176 * ___member3, JsonContainerContract_t1214283173 * ___collectionContract4, JsonProperty_t1405154176 * ___containerProperty5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalWriter_SerializeDictionary_m3729105883_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject * V_1 = NULL; int32_t V_2 = 0; RuntimeObject* V_3 = NULL; DictionaryEntry_t3123975638 V_4; memset(&V_4, 0, sizeof(V_4)); bool V_5 = false; String_t* V_6 = NULL; RuntimeObject * V_7 = NULL; JsonContract_t3715061318 * V_8 = NULL; Exception_t * V_9 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); RuntimeObject* G_B3_0 = NULL; Type_t * G_B6_0 = NULL; RuntimeObject* G_B6_1 = NULL; JsonDictionaryContract_t4040570183 * G_B6_2 = NULL; Type_t * G_B5_0 = NULL; RuntimeObject* G_B5_1 = NULL; JsonDictionaryContract_t4040570183 * G_B5_2 = NULL; Type_t * G_B10_0 = NULL; RuntimeObject* G_B10_1 = NULL; JsonDictionaryContract_t4040570183 * G_B10_2 = NULL; Type_t * G_B9_0 = NULL; RuntimeObject* G_B9_1 = NULL; JsonDictionaryContract_t4040570183 * G_B9_2 = NULL; String_t* G_B16_0 = NULL; JsonContract_t3715061318 * G_B19_0 = NULL; JsonContract_t3715061318 * G_B18_0 = NULL; RuntimeObject* G_B33_0 = NULL; RuntimeObject* G_B32_0 = NULL; { RuntimeObject* L_0 = ___values1; V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_0, IWrappedDictionary_t3156963174_il2cpp_TypeInfo_var)); RuntimeObject* L_1 = V_0; if (L_1) { goto IL_000d; } } { RuntimeObject* L_2 = ___values1; G_B3_0 = L_2; goto IL_0013; } IL_000d: { RuntimeObject* L_3 = V_0; NullCheck(L_3); RuntimeObject * L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object Newtonsoft.Json.Utilities.IWrappedDictionary::get_UnderlyingDictionary() */, IWrappedDictionary_t3156963174_il2cpp_TypeInfo_var, L_3); G_B3_0 = ((RuntimeObject*)(L_4)); } IL_0013: { V_1 = G_B3_0; JsonWriter_t1467272295 * L_5 = ___writer0; JsonDictionaryContract_t4040570183 * L_6 = ___contract2; RuntimeObject * L_7 = V_1; JsonSerializerInternalWriter_OnSerializing_m465934919(__this, L_5, L_6, L_7, /*hidden argument*/NULL); List_1_t257213610 * L_8 = __this->get__serializeStack_7(); RuntimeObject * L_9 = V_1; NullCheck(L_8); List_1_Add_m3338814081(L_8, L_9, /*hidden argument*/List_1_Add_m3338814081_RuntimeMethod_var); JsonWriter_t1467272295 * L_10 = ___writer0; RuntimeObject * L_11 = V_1; JsonDictionaryContract_t4040570183 * L_12 = ___contract2; JsonProperty_t1405154176 * L_13 = ___member3; JsonContainerContract_t1214283173 * L_14 = ___collectionContract4; JsonProperty_t1405154176 * L_15 = ___containerProperty5; JsonSerializerInternalWriter_WriteObjectStart_m410066321(__this, L_10, L_11, L_12, L_13, L_14, L_15, /*hidden argument*/NULL); JsonDictionaryContract_t4040570183 * L_16 = ___contract2; NullCheck(L_16); JsonContract_t3715061318 * L_17 = JsonContainerContract_get_ItemContract_m2277297579(L_16, /*hidden argument*/NULL); if (L_17) { goto IL_006a; } } { JsonDictionaryContract_t4040570183 * L_18 = ___contract2; JsonSerializer_t1424496335 * L_19 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_19); RuntimeObject* L_20 = L_19->get__contractResolver_11(); JsonDictionaryContract_t4040570183 * L_21 = ___contract2; NullCheck(L_21); Type_t * L_22 = JsonDictionaryContract_get_DictionaryValueType_m524191807(L_21, /*hidden argument*/NULL); Type_t * L_23 = L_22; G_B5_0 = L_23; G_B5_1 = L_20; G_B5_2 = L_18; if (L_23) { G_B6_0 = L_23; G_B6_1 = L_20; G_B6_2 = L_18; goto IL_0060; } } { RuntimeTypeHandle_t3027515415 L_24 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_25 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); G_B6_0 = L_25; G_B6_1 = G_B5_1; G_B6_2 = G_B5_2; } IL_0060: { NullCheck(G_B6_1); JsonContract_t3715061318 * L_26 = InterfaceFuncInvoker1< JsonContract_t3715061318 *, Type_t * >::Invoke(0 /* Newtonsoft.Json.Serialization.JsonContract Newtonsoft.Json.Serialization.IContractResolver::ResolveContract(System.Type) */, IContractResolver_t4193385603_il2cpp_TypeInfo_var, G_B6_1, G_B6_0); NullCheck(G_B6_2); JsonContainerContract_set_ItemContract_m1119343036(G_B6_2, L_26, /*hidden argument*/NULL); } IL_006a: { JsonDictionaryContract_t4040570183 * L_27 = ___contract2; NullCheck(L_27); JsonContract_t3715061318 * L_28 = JsonDictionaryContract_get_KeyContract_m1662020744(L_27, /*hidden argument*/NULL); if (L_28) { goto IL_009c; } } { JsonDictionaryContract_t4040570183 * L_29 = ___contract2; JsonSerializer_t1424496335 * L_30 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_Serializer_2(); NullCheck(L_30); RuntimeObject* L_31 = L_30->get__contractResolver_11(); JsonDictionaryContract_t4040570183 * L_32 = ___contract2; NullCheck(L_32); Type_t * L_33 = JsonDictionaryContract_get_DictionaryKeyType_m3960022144(L_32, /*hidden argument*/NULL); Type_t * L_34 = L_33; G_B9_0 = L_34; G_B9_1 = L_31; G_B9_2 = L_29; if (L_34) { G_B10_0 = L_34; G_B10_1 = L_31; G_B10_2 = L_29; goto IL_0092; } } { RuntimeTypeHandle_t3027515415 L_35 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_36 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_35, /*hidden argument*/NULL); G_B10_0 = L_36; G_B10_1 = G_B9_1; G_B10_2 = G_B9_2; } IL_0092: { NullCheck(G_B10_1); JsonContract_t3715061318 * L_37 = InterfaceFuncInvoker1< JsonContract_t3715061318 *, Type_t * >::Invoke(0 /* Newtonsoft.Json.Serialization.JsonContract Newtonsoft.Json.Serialization.IContractResolver::ResolveContract(System.Type) */, IContractResolver_t4193385603_il2cpp_TypeInfo_var, G_B10_1, G_B10_0); NullCheck(G_B10_2); JsonDictionaryContract_set_KeyContract_m1550676890(G_B10_2, L_37, /*hidden argument*/NULL); } IL_009c: { JsonWriter_t1467272295 * L_38 = ___writer0; NullCheck(L_38); int32_t L_39 = JsonWriter_get_Top_m1361217067(L_38, /*hidden argument*/NULL); V_2 = L_39; RuntimeObject* L_40 = ___values1; NullCheck(L_40); RuntimeObject* L_41 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(9 /* System.Collections.IDictionaryEnumerator System.Collections.IDictionary::GetEnumerator() */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_40); V_3 = L_41; } IL_00aa: try { // begin try (depth: 1) { goto IL_017f; } IL_00af: { RuntimeObject* L_42 = V_3; NullCheck(L_42); DictionaryEntry_t3123975638 L_43 = InterfaceFuncInvoker0< DictionaryEntry_t3123975638 >::Invoke(0 /* System.Collections.DictionaryEntry System.Collections.IDictionaryEnumerator::get_Entry() */, IDictionaryEnumerator_t1693217257_il2cpp_TypeInfo_var, L_42); V_4 = L_43; JsonWriter_t1467272295 * L_44 = ___writer0; RuntimeObject * L_45 = DictionaryEntry_get_Key_m3117378551((&V_4), /*hidden argument*/NULL); JsonDictionaryContract_t4040570183 * L_46 = ___contract2; NullCheck(L_46); JsonContract_t3715061318 * L_47 = JsonDictionaryContract_get_KeyContract_m1662020744(L_46, /*hidden argument*/NULL); String_t* L_48 = JsonSerializerInternalWriter_GetPropertyName_m101845556(__this, L_44, L_45, L_47, (&V_5), /*hidden argument*/NULL); V_6 = L_48; JsonDictionaryContract_t4040570183 * L_49 = ___contract2; NullCheck(L_49); Func_2_t3947292210 * L_50 = JsonDictionaryContract_get_DictionaryKeyResolver_m574573402(L_49, /*hidden argument*/NULL); if (L_50) { goto IL_00db; } } IL_00d7: { String_t* L_51 = V_6; G_B16_0 = L_51; goto IL_00e8; } IL_00db: { JsonDictionaryContract_t4040570183 * L_52 = ___contract2; NullCheck(L_52); Func_2_t3947292210 * L_53 = JsonDictionaryContract_get_DictionaryKeyResolver_m574573402(L_52, /*hidden argument*/NULL); String_t* L_54 = V_6; NullCheck(L_53); String_t* L_55 = Func_2_Invoke_m3590268240(L_53, L_54, /*hidden argument*/Func_2_Invoke_m3590268240_RuntimeMethod_var); G_B16_0 = L_55; } IL_00e8: { V_6 = G_B16_0; } IL_00ea: try { // begin try (depth: 2) { RuntimeObject * L_56 = DictionaryEntry_get_Value_m618120527((&V_4), /*hidden argument*/NULL); V_7 = L_56; JsonDictionaryContract_t4040570183 * L_57 = ___contract2; NullCheck(L_57); JsonContract_t3715061318 * L_58 = JsonContainerContract_get_FinalItemContract_m84913371(L_57, /*hidden argument*/NULL); JsonContract_t3715061318 * L_59 = L_58; G_B18_0 = L_59; if (L_59) { G_B19_0 = L_59; goto IL_0105; } } IL_00fc: { RuntimeObject * L_60 = V_7; JsonContract_t3715061318 * L_61 = JsonSerializerInternalWriter_GetContractSafe_m5393793(__this, L_60, /*hidden argument*/NULL); G_B19_0 = L_61; } IL_0105: { V_8 = G_B19_0; RuntimeObject * L_62 = V_7; JsonContract_t3715061318 * L_63 = V_8; JsonDictionaryContract_t4040570183 * L_64 = ___contract2; JsonProperty_t1405154176 * L_65 = ___member3; bool L_66 = JsonSerializerInternalWriter_ShouldWriteReference_m814208671(__this, L_62, (JsonProperty_t1405154176 *)NULL, L_63, L_64, L_65, /*hidden argument*/NULL); if (!L_66) { goto IL_012c; } } IL_0117: { JsonWriter_t1467272295 * L_67 = ___writer0; String_t* L_68 = V_6; bool L_69 = V_5; NullCheck(L_67); VirtActionInvoker2< String_t*, bool >::Invoke(14 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String,System.Boolean) */, L_67, L_68, L_69); JsonWriter_t1467272295 * L_70 = ___writer0; RuntimeObject * L_71 = V_7; JsonSerializerInternalWriter_WriteReference_m1153456658(__this, L_70, L_71, /*hidden argument*/NULL); goto IL_0158; } IL_012c: { JsonWriter_t1467272295 * L_72 = ___writer0; RuntimeObject * L_73 = V_7; JsonContract_t3715061318 * L_74 = V_8; JsonDictionaryContract_t4040570183 * L_75 = ___contract2; JsonProperty_t1405154176 * L_76 = ___member3; bool L_77 = JsonSerializerInternalWriter_CheckForCircularReference_m2371900515(__this, L_72, L_73, (JsonProperty_t1405154176 *)NULL, L_74, L_75, L_76, /*hidden argument*/NULL); if (L_77) { goto IL_013f; } } IL_013d: { goto IL_017f; } IL_013f: { JsonWriter_t1467272295 * L_78 = ___writer0; String_t* L_79 = V_6; bool L_80 = V_5; NullCheck(L_78); VirtActionInvoker2< String_t*, bool >::Invoke(14 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String,System.Boolean) */, L_78, L_79, L_80); JsonWriter_t1467272295 * L_81 = ___writer0; RuntimeObject * L_82 = V_7; JsonContract_t3715061318 * L_83 = V_8; JsonDictionaryContract_t4040570183 * L_84 = ___contract2; JsonProperty_t1405154176 * L_85 = ___member3; JsonSerializerInternalWriter_SerializeValue_m4171511317(__this, L_81, L_82, L_83, (JsonProperty_t1405154176 *)NULL, L_84, L_85, /*hidden argument*/NULL); } IL_0158: { goto IL_017f; } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_015a; throw e; } CATCH_015a: { // begin catch(System.Exception) { V_9 = ((Exception_t *)__exception_local); RuntimeObject * L_86 = V_1; JsonDictionaryContract_t4040570183 * L_87 = ___contract2; String_t* L_88 = V_6; JsonWriter_t1467272295 * L_89 = ___writer0; NullCheck(L_89); String_t* L_90 = JsonWriter_get_ContainerPath_m457269785(L_89, /*hidden argument*/NULL); Exception_t * L_91 = V_9; bool L_92 = JsonSerializerInternalBase_IsErrorHandled_m3473537157(__this, L_86, L_87, L_88, (RuntimeObject*)NULL, L_90, L_91, /*hidden argument*/NULL); if (!L_92) { goto IL_017b; } } IL_0171: { JsonWriter_t1467272295 * L_93 = ___writer0; int32_t L_94 = V_2; JsonSerializerInternalWriter_HandleError_m3142788480(__this, L_93, L_94, /*hidden argument*/NULL); goto IL_017d; } IL_017b: { IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local,NULL); } IL_017d: { goto IL_017f; } } // end catch (depth: 2) IL_017f: { RuntimeObject* L_95 = V_3; NullCheck(L_95); bool L_96 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_95); if (L_96) { goto IL_00af; } } IL_018a: { IL2CPP_LEAVE(0x19E, FINALLY_018c); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_018c; } FINALLY_018c: { // begin finally (depth: 1) { RuntimeObject* L_97 = V_3; RuntimeObject* L_98 = ((RuntimeObject*)IsInst((RuntimeObject*)L_97, IDisposable_t3640265483_il2cpp_TypeInfo_var)); G_B32_0 = L_98; if (L_98) { G_B33_0 = L_98; goto IL_0198; } } IL_0195: { goto IL_019d; } IL_0198: { NullCheck(G_B33_0); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, G_B33_0); } IL_019d: { IL2CPP_END_FINALLY(396) } } // end finally (depth: 1) IL2CPP_CLEANUP(396) { IL2CPP_JUMP_TBL(0x19E, IL_019e) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_019e: { JsonWriter_t1467272295 * L_99 = ___writer0; NullCheck(L_99); VirtActionInvoker0::Invoke(8 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndObject() */, L_99); List_1_t257213610 * L_100 = __this->get__serializeStack_7(); List_1_t257213610 * L_101 = __this->get__serializeStack_7(); NullCheck(L_101); int32_t L_102 = List_1_get_Count_m2934127733(L_101, /*hidden argument*/List_1_get_Count_m2934127733_RuntimeMethod_var); NullCheck(L_100); List_1_RemoveAt_m2730968292(L_100, ((int32_t)il2cpp_codegen_subtract((int32_t)L_102, (int32_t)1)), /*hidden argument*/List_1_RemoveAt_m2730968292_RuntimeMethod_var); JsonWriter_t1467272295 * L_103 = ___writer0; JsonDictionaryContract_t4040570183 * L_104 = ___contract2; RuntimeObject * L_105 = V_1; JsonSerializerInternalWriter_OnSerialized_m1733960821(__this, L_103, L_104, L_105, /*hidden argument*/NULL); return; } } // System.String Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::GetPropertyName(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.Serialization.JsonContract,System.Boolean&) extern "C" IL2CPP_METHOD_ATTR String_t* JsonSerializerInternalWriter_GetPropertyName_m101845556 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___writer0, RuntimeObject * ___name1, JsonContract_t3715061318 * ___contract2, bool* ___escape3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalWriter_GetPropertyName_m101845556_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; JsonPrimitiveContract_t336098342 * V_1 = NULL; DateTime_t3738529785 V_2; memset(&V_2, 0, sizeof(V_2)); { JsonContract_t3715061318 * L_0 = ___contract2; NullCheck(L_0); int32_t L_1 = L_0->get_ContractType_5(); if ((!(((uint32_t)L_1) == ((uint32_t)3)))) { goto IL_00bc; } } { JsonContract_t3715061318 * L_2 = ___contract2; V_1 = ((JsonPrimitiveContract_t336098342 *)CastclassClass((RuntimeObject*)L_2, JsonPrimitiveContract_t336098342_il2cpp_TypeInfo_var)); JsonPrimitiveContract_t336098342 * L_3 = V_1; NullCheck(L_3); int32_t L_4 = JsonPrimitiveContract_get_TypeCode_m1827163657(L_3, /*hidden argument*/NULL); if ((((int32_t)L_4) == ((int32_t)((int32_t)26)))) { goto IL_0027; } } { JsonPrimitiveContract_t336098342 * L_5 = V_1; NullCheck(L_5); int32_t L_6 = JsonPrimitiveContract_get_TypeCode_m1827163657(L_5, /*hidden argument*/NULL); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)27))))) { goto IL_0066; } } IL_0027: { RuntimeObject * L_7 = ___name1; JsonWriter_t1467272295 * L_8 = ___writer0; NullCheck(L_8); int32_t L_9 = JsonWriter_get_DateTimeZoneHandling_m1298912413(L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_t3515429982_il2cpp_TypeInfo_var); DateTime_t3738529785 L_10 = DateTimeUtils_EnsureDateTime_m2677626152(NULL /*static, unused*/, ((*(DateTime_t3738529785 *)((DateTime_t3738529785 *)UnBox(L_7, DateTime_t3738529785_il2cpp_TypeInfo_var)))), L_9, /*hidden argument*/NULL); V_2 = L_10; bool* L_11 = ___escape3; *((int8_t*)(L_11)) = (int8_t)0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_12 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); StringWriter_t802263757 * L_13 = (StringWriter_t802263757 *)il2cpp_codegen_object_new(StringWriter_t802263757_il2cpp_TypeInfo_var); StringWriter__ctor_m2474332877(L_13, L_12, /*hidden argument*/NULL); StringWriter_t802263757 * L_14 = L_13; DateTime_t3738529785 L_15 = V_2; JsonWriter_t1467272295 * L_16 = ___writer0; NullCheck(L_16); int32_t L_17 = JsonWriter_get_DateFormatHandling_m874163967(L_16, /*hidden argument*/NULL); JsonWriter_t1467272295 * L_18 = ___writer0; NullCheck(L_18); String_t* L_19 = JsonWriter_get_DateFormatString_m3232928038(L_18, /*hidden argument*/NULL); JsonWriter_t1467272295 * L_20 = ___writer0; NullCheck(L_20); CultureInfo_t4157843068 * L_21 = JsonWriter_get_Culture_m2940343858(L_20, /*hidden argument*/NULL); DateTimeUtils_WriteDateTimeString_m3387101489(NULL /*static, unused*/, L_14, L_15, L_17, L_19, L_21, /*hidden argument*/NULL); NullCheck(L_14); String_t* L_22 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_14); return L_22; } IL_0066: { JsonPrimitiveContract_t336098342 * L_23 = V_1; NullCheck(L_23); int32_t L_24 = JsonPrimitiveContract_get_TypeCode_m1827163657(L_23, /*hidden argument*/NULL); if ((((int32_t)L_24) == ((int32_t)((int32_t)28)))) { goto IL_007a; } } { JsonPrimitiveContract_t336098342 * L_25 = V_1; NullCheck(L_25); int32_t L_26 = JsonPrimitiveContract_get_TypeCode_m1827163657(L_25, /*hidden argument*/NULL); if ((!(((uint32_t)L_26) == ((uint32_t)((int32_t)29))))) { goto IL_00ac; } } IL_007a: { bool* L_27 = ___escape3; *((int8_t*)(L_27)) = (int8_t)0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_28 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); StringWriter_t802263757 * L_29 = (StringWriter_t802263757 *)il2cpp_codegen_object_new(StringWriter_t802263757_il2cpp_TypeInfo_var); StringWriter__ctor_m2474332877(L_29, L_28, /*hidden argument*/NULL); StringWriter_t802263757 * L_30 = L_29; RuntimeObject * L_31 = ___name1; JsonWriter_t1467272295 * L_32 = ___writer0; NullCheck(L_32); int32_t L_33 = JsonWriter_get_DateFormatHandling_m874163967(L_32, /*hidden argument*/NULL); JsonWriter_t1467272295 * L_34 = ___writer0; NullCheck(L_34); String_t* L_35 = JsonWriter_get_DateFormatString_m3232928038(L_34, /*hidden argument*/NULL); JsonWriter_t1467272295 * L_36 = ___writer0; NullCheck(L_36); CultureInfo_t4157843068 * L_37 = JsonWriter_get_Culture_m2940343858(L_36, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_t3515429982_il2cpp_TypeInfo_var); DateTimeUtils_WriteDateTimeOffsetString_m3161479400(NULL /*static, unused*/, L_30, ((*(DateTimeOffset_t3229287507 *)((DateTimeOffset_t3229287507 *)UnBox(L_31, DateTimeOffset_t3229287507_il2cpp_TypeInfo_var)))), L_33, L_35, L_37, /*hidden argument*/NULL); NullCheck(L_30); String_t* L_38 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_30); return L_38; } IL_00ac: { bool* L_39 = ___escape3; *((int8_t*)(L_39)) = (int8_t)1; RuntimeObject * L_40 = ___name1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_41 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); String_t* L_42 = Convert_ToString_m1854379141(NULL /*static, unused*/, L_40, L_41, /*hidden argument*/NULL); return L_42; } IL_00bc: { RuntimeObject * L_43 = ___name1; RuntimeObject * L_44 = ___name1; NullCheck(L_44); Type_t * L_45 = Object_GetType_m88164663(L_44, /*hidden argument*/NULL); bool L_46 = JsonSerializerInternalWriter_TryConvertToString_m67864119(NULL /*static, unused*/, L_43, L_45, (&V_0), /*hidden argument*/NULL); if (!L_46) { goto IL_00d2; } } { bool* L_47 = ___escape3; *((int8_t*)(L_47)) = (int8_t)1; String_t* L_48 = V_0; return L_48; } IL_00d2: { bool* L_49 = ___escape3; *((int8_t*)(L_49)) = (int8_t)1; RuntimeObject * L_50 = ___name1; NullCheck(L_50); String_t* L_51 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_50); return L_51; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::HandleError(Newtonsoft.Json.JsonWriter,System.Int32) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalWriter_HandleError_m3142788480 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___writer0, int32_t ___initialDepth1, const RuntimeMethod* method) { { JsonSerializerInternalBase_ClearErrorContext_m1174047819(__this, /*hidden argument*/NULL); JsonWriter_t1467272295 * L_0 = ___writer0; NullCheck(L_0); int32_t L_1 = JsonWriter_get_WriteState_m3142003920(L_0, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)5)))) { goto IL_001d; } } { JsonWriter_t1467272295 * L_2 = ___writer0; NullCheck(L_2); VirtActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, L_2); goto IL_001d; } IL_0017: { JsonWriter_t1467272295 * L_3 = ___writer0; NullCheck(L_3); VirtActionInvoker0::Invoke(15 /* System.Void Newtonsoft.Json.JsonWriter::WriteEnd() */, L_3); } IL_001d: { JsonWriter_t1467272295 * L_4 = ___writer0; NullCheck(L_4); int32_t L_5 = JsonWriter_get_Top_m1361217067(L_4, /*hidden argument*/NULL); int32_t L_6 = ___initialDepth1; if ((((int32_t)L_5) > ((int32_t)L_6))) { goto IL_0017; } } { return; } } // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::ShouldSerialize(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.Serialization.JsonProperty,System.Object) extern "C" IL2CPP_METHOD_ATTR bool JsonSerializerInternalWriter_ShouldSerialize_m3053033764 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___writer0, JsonProperty_t1405154176 * ___property1, RuntimeObject * ___target2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalWriter_ShouldSerialize_m3053033764_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { JsonProperty_t1405154176 * L_0 = ___property1; NullCheck(L_0); Predicate_1_t3905400288 * L_1 = JsonProperty_get_ShouldSerialize_m1284512760(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000a; } } { return (bool)1; } IL_000a: { JsonProperty_t1405154176 * L_2 = ___property1; NullCheck(L_2); Predicate_1_t3905400288 * L_3 = JsonProperty_get_ShouldSerialize_m1284512760(L_2, /*hidden argument*/NULL); RuntimeObject * L_4 = ___target2; NullCheck(L_3); bool L_5 = Predicate_1_Invoke_m3148290854(L_3, L_4, /*hidden argument*/Predicate_1_Invoke_m3148290854_RuntimeMethod_var); V_0 = L_5; RuntimeObject* L_6 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); if (!L_6) { goto IL_0067; } } { RuntimeObject* L_7 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); NullCheck(L_7); int32_t L_8 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Diagnostics.TraceLevel Newtonsoft.Json.Serialization.ITraceWriter::get_LevelFilter() */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_7); if ((((int32_t)L_8) < ((int32_t)4))) { goto IL_0067; } } { RuntimeObject* L_9 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); JsonWriter_t1467272295 * L_10 = ___writer0; NullCheck(L_10); String_t* L_11 = JsonWriter_get_Path_m2431630644(L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_12 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_13 = ___property1; NullCheck(L_13); String_t* L_14 = JsonProperty_get_PropertyName_m2411132462(L_13, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_15 = ___property1; NullCheck(L_15); Type_t * L_16 = JsonProperty_get_DeclaringType_m2382212084(L_15, /*hidden argument*/NULL); bool L_17 = V_0; bool L_18 = L_17; RuntimeObject * L_19 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_18); String_t* L_20 = StringUtils_FormatWith_m17931563(NULL /*static, unused*/, _stringLiteral310100137, L_12, L_14, L_16, L_19, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonPosition_t2528027714_il2cpp_TypeInfo_var); String_t* L_21 = JsonPosition_FormatMessage_m331598339(NULL /*static, unused*/, (RuntimeObject*)NULL, L_11, L_20, /*hidden argument*/NULL); NullCheck(L_9); InterfaceActionInvoker3< int32_t, String_t*, Exception_t * >::Invoke(1 /* System.Void Newtonsoft.Json.Serialization.ITraceWriter::Trace(System.Diagnostics.TraceLevel,System.String,System.Exception) */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_9, 4, L_21, (Exception_t *)NULL); } IL_0067: { bool L_22 = V_0; return L_22; } } // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::IsSpecified(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.Serialization.JsonProperty,System.Object) extern "C" IL2CPP_METHOD_ATTR bool JsonSerializerInternalWriter_IsSpecified_m1497174440 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___writer0, JsonProperty_t1405154176 * ___property1, RuntimeObject * ___target2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerInternalWriter_IsSpecified_m1497174440_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { JsonProperty_t1405154176 * L_0 = ___property1; NullCheck(L_0); Predicate_1_t3905400288 * L_1 = JsonProperty_get_GetIsSpecified_m3016174255(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000a; } } { return (bool)1; } IL_000a: { JsonProperty_t1405154176 * L_2 = ___property1; NullCheck(L_2); Predicate_1_t3905400288 * L_3 = JsonProperty_get_GetIsSpecified_m3016174255(L_2, /*hidden argument*/NULL); RuntimeObject * L_4 = ___target2; NullCheck(L_3); bool L_5 = Predicate_1_Invoke_m3148290854(L_3, L_4, /*hidden argument*/Predicate_1_Invoke_m3148290854_RuntimeMethod_var); V_0 = L_5; RuntimeObject* L_6 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); if (!L_6) { goto IL_0067; } } { RuntimeObject* L_7 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); NullCheck(L_7); int32_t L_8 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Diagnostics.TraceLevel Newtonsoft.Json.Serialization.ITraceWriter::get_LevelFilter() */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_7); if ((((int32_t)L_8) < ((int32_t)4))) { goto IL_0067; } } { RuntimeObject* L_9 = ((JsonSerializerInternalBase_t286011480 *)__this)->get_TraceWriter_3(); JsonWriter_t1467272295 * L_10 = ___writer0; NullCheck(L_10); String_t* L_11 = JsonWriter_get_Path_m2431630644(L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_12 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_13 = ___property1; NullCheck(L_13); String_t* L_14 = JsonProperty_get_PropertyName_m2411132462(L_13, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_15 = ___property1; NullCheck(L_15); Type_t * L_16 = JsonProperty_get_DeclaringType_m2382212084(L_15, /*hidden argument*/NULL); bool L_17 = V_0; bool L_18 = L_17; RuntimeObject * L_19 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_18); String_t* L_20 = StringUtils_FormatWith_m17931563(NULL /*static, unused*/, _stringLiteral4154310068, L_12, L_14, L_16, L_19, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonPosition_t2528027714_il2cpp_TypeInfo_var); String_t* L_21 = JsonPosition_FormatMessage_m331598339(NULL /*static, unused*/, (RuntimeObject*)NULL, L_11, L_20, /*hidden argument*/NULL); NullCheck(L_9); InterfaceActionInvoker3< int32_t, String_t*, Exception_t * >::Invoke(1 /* System.Void Newtonsoft.Json.Serialization.ITraceWriter::Trace(System.Diagnostics.TraceLevel,System.String,System.Exception) */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_9, 4, L_21, (Exception_t *)NULL); } IL_0067: { bool L_22 = V_0; return L_22; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Serialization.JsonSerializerProxy::add_Error(System.EventHandler`1) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerProxy_add_Error_m3560675677 (JsonSerializerProxy_t657065764 * __this, EventHandler_1_t2935836205 * ___value0, const RuntimeMethod* method) { { JsonSerializer_t1424496335 * L_0 = __this->get__serializer_33(); EventHandler_1_t2935836205 * L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< EventHandler_1_t2935836205 * >::Invoke(4 /* System.Void Newtonsoft.Json.JsonSerializer::add_Error(System.EventHandler`1) */, L_0, L_1); return; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerProxy::remove_Error(System.EventHandler`1) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerProxy_remove_Error_m1583726868 (JsonSerializerProxy_t657065764 * __this, EventHandler_1_t2935836205 * ___value0, const RuntimeMethod* method) { { JsonSerializer_t1424496335 * L_0 = __this->get__serializer_33(); EventHandler_1_t2935836205 * L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< EventHandler_1_t2935836205 * >::Invoke(5 /* System.Void Newtonsoft.Json.JsonSerializer::remove_Error(System.EventHandler`1) */, L_0, L_1); return; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerProxy::set_ReferenceResolver(Newtonsoft.Json.Serialization.IReferenceResolver) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerProxy_set_ReferenceResolver_m1876274286 (JsonSerializerProxy_t657065764 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { JsonSerializer_t1424496335 * L_0 = __this->get__serializer_33(); RuntimeObject* L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< RuntimeObject* >::Invoke(6 /* System.Void Newtonsoft.Json.JsonSerializer::set_ReferenceResolver(Newtonsoft.Json.Serialization.IReferenceResolver) */, L_0, L_1); return; } } // Newtonsoft.Json.Serialization.ITraceWriter Newtonsoft.Json.Serialization.JsonSerializerProxy::get_TraceWriter() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializerProxy_get_TraceWriter_m989809608 (JsonSerializerProxy_t657065764 * __this, const RuntimeMethod* method) { { JsonSerializer_t1424496335 * L_0 = __this->get__serializer_33(); NullCheck(L_0); RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(8 /* Newtonsoft.Json.Serialization.ITraceWriter Newtonsoft.Json.JsonSerializer::get_TraceWriter() */, L_0); return L_1; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerProxy::set_TraceWriter(Newtonsoft.Json.Serialization.ITraceWriter) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerProxy_set_TraceWriter_m128999655 (JsonSerializerProxy_t657065764 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { JsonSerializer_t1424496335 * L_0 = __this->get__serializer_33(); RuntimeObject* L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< RuntimeObject* >::Invoke(9 /* System.Void Newtonsoft.Json.JsonSerializer::set_TraceWriter(Newtonsoft.Json.Serialization.ITraceWriter) */, L_0, L_1); return; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerProxy::set_EqualityComparer(System.Collections.IEqualityComparer) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerProxy_set_EqualityComparer_m2067740517 (JsonSerializerProxy_t657065764 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { JsonSerializer_t1424496335 * L_0 = __this->get__serializer_33(); RuntimeObject* L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< RuntimeObject* >::Invoke(10 /* System.Void Newtonsoft.Json.JsonSerializer::set_EqualityComparer(System.Collections.IEqualityComparer) */, L_0, L_1); return; } } // Newtonsoft.Json.JsonConverterCollection Newtonsoft.Json.Serialization.JsonSerializerProxy::get_Converters() extern "C" IL2CPP_METHOD_ATTR JsonConverterCollection_t3675964822 * JsonSerializerProxy_get_Converters_m3259654222 (JsonSerializerProxy_t657065764 * __this, const RuntimeMethod* method) { { JsonSerializer_t1424496335 * L_0 = __this->get__serializer_33(); NullCheck(L_0); JsonConverterCollection_t3675964822 * L_1 = VirtFuncInvoker0< JsonConverterCollection_t3675964822 * >::Invoke(23 /* Newtonsoft.Json.JsonConverterCollection Newtonsoft.Json.JsonSerializer::get_Converters() */, L_0); return L_1; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerProxy::set_DefaultValueHandling(Newtonsoft.Json.DefaultValueHandling) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerProxy_set_DefaultValueHandling_m652399859 (JsonSerializerProxy_t657065764 * __this, int32_t ___value0, const RuntimeMethod* method) { { JsonSerializer_t1424496335 * L_0 = __this->get__serializer_33(); int32_t L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< int32_t >::Invoke(17 /* System.Void Newtonsoft.Json.JsonSerializer::set_DefaultValueHandling(Newtonsoft.Json.DefaultValueHandling) */, L_0, L_1); return; } } // Newtonsoft.Json.Serialization.IContractResolver Newtonsoft.Json.Serialization.JsonSerializerProxy::get_ContractResolver() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializerProxy_get_ContractResolver_m3783666560 (JsonSerializerProxy_t657065764 * __this, const RuntimeMethod* method) { { JsonSerializer_t1424496335 * L_0 = __this->get__serializer_33(); NullCheck(L_0); RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(24 /* Newtonsoft.Json.Serialization.IContractResolver Newtonsoft.Json.JsonSerializer::get_ContractResolver() */, L_0); return L_1; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerProxy::set_ContractResolver(Newtonsoft.Json.Serialization.IContractResolver) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerProxy_set_ContractResolver_m2459194322 (JsonSerializerProxy_t657065764 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { JsonSerializer_t1424496335 * L_0 = __this->get__serializer_33(); RuntimeObject* L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< RuntimeObject* >::Invoke(25 /* System.Void Newtonsoft.Json.JsonSerializer::set_ContractResolver(Newtonsoft.Json.Serialization.IContractResolver) */, L_0, L_1); return; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerProxy::set_MissingMemberHandling(Newtonsoft.Json.MissingMemberHandling) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerProxy_set_MissingMemberHandling_m1737264324 (JsonSerializerProxy_t657065764 * __this, int32_t ___value0, const RuntimeMethod* method) { { JsonSerializer_t1424496335 * L_0 = __this->get__serializer_33(); int32_t L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< int32_t >::Invoke(15 /* System.Void Newtonsoft.Json.JsonSerializer::set_MissingMemberHandling(Newtonsoft.Json.MissingMemberHandling) */, L_0, L_1); return; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerProxy::set_NullValueHandling(Newtonsoft.Json.NullValueHandling) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerProxy_set_NullValueHandling_m2569522909 (JsonSerializerProxy_t657065764 * __this, int32_t ___value0, const RuntimeMethod* method) { { JsonSerializer_t1424496335 * L_0 = __this->get__serializer_33(); int32_t L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< int32_t >::Invoke(16 /* System.Void Newtonsoft.Json.JsonSerializer::set_NullValueHandling(Newtonsoft.Json.NullValueHandling) */, L_0, L_1); return; } } // Newtonsoft.Json.ObjectCreationHandling Newtonsoft.Json.Serialization.JsonSerializerProxy::get_ObjectCreationHandling() extern "C" IL2CPP_METHOD_ATTR int32_t JsonSerializerProxy_get_ObjectCreationHandling_m2280591938 (JsonSerializerProxy_t657065764 * __this, const RuntimeMethod* method) { { JsonSerializer_t1424496335 * L_0 = __this->get__serializer_33(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(18 /* Newtonsoft.Json.ObjectCreationHandling Newtonsoft.Json.JsonSerializer::get_ObjectCreationHandling() */, L_0); return L_1; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerProxy::set_ObjectCreationHandling(Newtonsoft.Json.ObjectCreationHandling) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerProxy_set_ObjectCreationHandling_m1387677479 (JsonSerializerProxy_t657065764 * __this, int32_t ___value0, const RuntimeMethod* method) { { JsonSerializer_t1424496335 * L_0 = __this->get__serializer_33(); int32_t L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< int32_t >::Invoke(19 /* System.Void Newtonsoft.Json.JsonSerializer::set_ObjectCreationHandling(Newtonsoft.Json.ObjectCreationHandling) */, L_0, L_1); return; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerProxy::set_ReferenceLoopHandling(Newtonsoft.Json.ReferenceLoopHandling) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerProxy_set_ReferenceLoopHandling_m237987530 (JsonSerializerProxy_t657065764 * __this, int32_t ___value0, const RuntimeMethod* method) { { JsonSerializer_t1424496335 * L_0 = __this->get__serializer_33(); int32_t L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< int32_t >::Invoke(14 /* System.Void Newtonsoft.Json.JsonSerializer::set_ReferenceLoopHandling(Newtonsoft.Json.ReferenceLoopHandling) */, L_0, L_1); return; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerProxy::set_PreserveReferencesHandling(Newtonsoft.Json.PreserveReferencesHandling) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerProxy_set_PreserveReferencesHandling_m3624391487 (JsonSerializerProxy_t657065764 * __this, int32_t ___value0, const RuntimeMethod* method) { { JsonSerializer_t1424496335 * L_0 = __this->get__serializer_33(); int32_t L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< int32_t >::Invoke(13 /* System.Void Newtonsoft.Json.JsonSerializer::set_PreserveReferencesHandling(Newtonsoft.Json.PreserveReferencesHandling) */, L_0, L_1); return; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerProxy::set_TypeNameHandling(Newtonsoft.Json.TypeNameHandling) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerProxy_set_TypeNameHandling_m3675435715 (JsonSerializerProxy_t657065764 * __this, int32_t ___value0, const RuntimeMethod* method) { { JsonSerializer_t1424496335 * L_0 = __this->get__serializer_33(); int32_t L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< int32_t >::Invoke(11 /* System.Void Newtonsoft.Json.JsonSerializer::set_TypeNameHandling(Newtonsoft.Json.TypeNameHandling) */, L_0, L_1); return; } } // Newtonsoft.Json.MetadataPropertyHandling Newtonsoft.Json.Serialization.JsonSerializerProxy::get_MetadataPropertyHandling() extern "C" IL2CPP_METHOD_ATTR int32_t JsonSerializerProxy_get_MetadataPropertyHandling_m1277398166 (JsonSerializerProxy_t657065764 * __this, const RuntimeMethod* method) { { JsonSerializer_t1424496335 * L_0 = __this->get__serializer_33(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(21 /* Newtonsoft.Json.MetadataPropertyHandling Newtonsoft.Json.JsonSerializer::get_MetadataPropertyHandling() */, L_0); return L_1; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerProxy::set_MetadataPropertyHandling(Newtonsoft.Json.MetadataPropertyHandling) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerProxy_set_MetadataPropertyHandling_m2720628998 (JsonSerializerProxy_t657065764 * __this, int32_t ___value0, const RuntimeMethod* method) { { JsonSerializer_t1424496335 * L_0 = __this->get__serializer_33(); int32_t L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< int32_t >::Invoke(22 /* System.Void Newtonsoft.Json.JsonSerializer::set_MetadataPropertyHandling(Newtonsoft.Json.MetadataPropertyHandling) */, L_0, L_1); return; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerProxy::set_TypeNameAssemblyFormat(System.Runtime.Serialization.Formatters.FormatterAssemblyStyle) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerProxy_set_TypeNameAssemblyFormat_m1178609981 (JsonSerializerProxy_t657065764 * __this, int32_t ___value0, const RuntimeMethod* method) { { JsonSerializer_t1424496335 * L_0 = __this->get__serializer_33(); int32_t L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< int32_t >::Invoke(12 /* System.Void Newtonsoft.Json.JsonSerializer::set_TypeNameAssemblyFormat(System.Runtime.Serialization.Formatters.FormatterAssemblyStyle) */, L_0, L_1); return; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerProxy::set_ConstructorHandling(Newtonsoft.Json.ConstructorHandling) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerProxy_set_ConstructorHandling_m3937774353 (JsonSerializerProxy_t657065764 * __this, int32_t ___value0, const RuntimeMethod* method) { { JsonSerializer_t1424496335 * L_0 = __this->get__serializer_33(); int32_t L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< int32_t >::Invoke(20 /* System.Void Newtonsoft.Json.JsonSerializer::set_ConstructorHandling(Newtonsoft.Json.ConstructorHandling) */, L_0, L_1); return; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerProxy::set_Binder(System.Runtime.Serialization.SerializationBinder) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerProxy_set_Binder_m4151162857 (JsonSerializerProxy_t657065764 * __this, SerializationBinder_t274213469 * ___value0, const RuntimeMethod* method) { { JsonSerializer_t1424496335 * L_0 = __this->get__serializer_33(); SerializationBinder_t274213469 * L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< SerializationBinder_t274213469 * >::Invoke(7 /* System.Void Newtonsoft.Json.JsonSerializer::set_Binder(System.Runtime.Serialization.SerializationBinder) */, L_0, L_1); return; } } // System.Runtime.Serialization.StreamingContext Newtonsoft.Json.Serialization.JsonSerializerProxy::get_Context() extern "C" IL2CPP_METHOD_ATTR StreamingContext_t3711869237 JsonSerializerProxy_get_Context_m3327025912 (JsonSerializerProxy_t657065764 * __this, const RuntimeMethod* method) { { JsonSerializer_t1424496335 * L_0 = __this->get__serializer_33(); NullCheck(L_0); StreamingContext_t3711869237 L_1 = VirtFuncInvoker0< StreamingContext_t3711869237 >::Invoke(26 /* System.Runtime.Serialization.StreamingContext Newtonsoft.Json.JsonSerializer::get_Context() */, L_0); return L_1; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerProxy::set_Context(System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerProxy_set_Context_m2663160094 (JsonSerializerProxy_t657065764 * __this, StreamingContext_t3711869237 ___value0, const RuntimeMethod* method) { { JsonSerializer_t1424496335 * L_0 = __this->get__serializer_33(); StreamingContext_t3711869237 L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< StreamingContext_t3711869237 >::Invoke(27 /* System.Void Newtonsoft.Json.JsonSerializer::set_Context(System.Runtime.Serialization.StreamingContext) */, L_0, L_1); return; } } // System.Boolean Newtonsoft.Json.Serialization.JsonSerializerProxy::get_CheckAdditionalContent() extern "C" IL2CPP_METHOD_ATTR bool JsonSerializerProxy_get_CheckAdditionalContent_m432688675 (JsonSerializerProxy_t657065764 * __this, const RuntimeMethod* method) { { JsonSerializer_t1424496335 * L_0 = __this->get__serializer_33(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(28 /* System.Boolean Newtonsoft.Json.JsonSerializer::get_CheckAdditionalContent() */, L_0); return L_1; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerProxy::set_CheckAdditionalContent(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerProxy_set_CheckAdditionalContent_m1905500548 (JsonSerializerProxy_t657065764 * __this, bool ___value0, const RuntimeMethod* method) { { JsonSerializer_t1424496335 * L_0 = __this->get__serializer_33(); bool L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< bool >::Invoke(29 /* System.Void Newtonsoft.Json.JsonSerializer::set_CheckAdditionalContent(System.Boolean) */, L_0, L_1); return; } } // Newtonsoft.Json.Serialization.JsonSerializerInternalBase Newtonsoft.Json.Serialization.JsonSerializerProxy::GetInternalSerializer() extern "C" IL2CPP_METHOD_ATTR JsonSerializerInternalBase_t286011480 * JsonSerializerProxy_GetInternalSerializer_m2869569157 (JsonSerializerProxy_t657065764 * __this, const RuntimeMethod* method) { { JsonSerializerInternalReader_t927352408 * L_0 = __this->get__serializerReader_31(); if (!L_0) { goto IL_000f; } } { JsonSerializerInternalReader_t927352408 * L_1 = __this->get__serializerReader_31(); return L_1; } IL_000f: { JsonSerializerInternalWriter_t3588727337 * L_2 = __this->get__serializerWriter_32(); return L_2; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerProxy::.ctor(Newtonsoft.Json.Serialization.JsonSerializerInternalReader) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerProxy__ctor_m105947954 (JsonSerializerProxy_t657065764 * __this, JsonSerializerInternalReader_t927352408 * ___serializerReader0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerProxy__ctor_m105947954_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonSerializer__ctor_m961476747(__this, /*hidden argument*/NULL); JsonSerializerInternalReader_t927352408 * L_0 = ___serializerReader0; ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, L_0, _stringLiteral2539511504, /*hidden argument*/NULL); JsonSerializerInternalReader_t927352408 * L_1 = ___serializerReader0; __this->set__serializerReader_31(L_1); JsonSerializerInternalReader_t927352408 * L_2 = ___serializerReader0; NullCheck(L_2); JsonSerializer_t1424496335 * L_3 = ((JsonSerializerInternalBase_t286011480 *)L_2)->get_Serializer_2(); __this->set__serializer_33(L_3); return; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerProxy::.ctor(Newtonsoft.Json.Serialization.JsonSerializerInternalWriter) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerProxy__ctor_m2468412375 (JsonSerializerProxy_t657065764 * __this, JsonSerializerInternalWriter_t3588727337 * ___serializerWriter0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerProxy__ctor_m2468412375_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonSerializer__ctor_m961476747(__this, /*hidden argument*/NULL); JsonSerializerInternalWriter_t3588727337 * L_0 = ___serializerWriter0; ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, L_0, _stringLiteral11562509, /*hidden argument*/NULL); JsonSerializerInternalWriter_t3588727337 * L_1 = ___serializerWriter0; __this->set__serializerWriter_32(L_1); JsonSerializerInternalWriter_t3588727337 * L_2 = ___serializerWriter0; NullCheck(L_2); JsonSerializer_t1424496335 * L_3 = ((JsonSerializerInternalBase_t286011480 *)L_2)->get_Serializer_2(); __this->set__serializer_33(L_3); return; } } // System.Object Newtonsoft.Json.Serialization.JsonSerializerProxy::DeserializeInternal(Newtonsoft.Json.JsonReader,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonSerializerProxy_DeserializeInternal_m3651687877 (JsonSerializerProxy_t657065764 * __this, JsonReader_t2369136700 * ___reader0, Type_t * ___objectType1, const RuntimeMethod* method) { { JsonSerializerInternalReader_t927352408 * L_0 = __this->get__serializerReader_31(); if (!L_0) { goto IL_0017; } } { JsonSerializerInternalReader_t927352408 * L_1 = __this->get__serializerReader_31(); JsonReader_t2369136700 * L_2 = ___reader0; Type_t * L_3 = ___objectType1; NullCheck(L_1); RuntimeObject * L_4 = JsonSerializerInternalReader_Deserialize_m1834479287(L_1, L_2, L_3, (bool)0, /*hidden argument*/NULL); return L_4; } IL_0017: { JsonSerializer_t1424496335 * L_5 = __this->get__serializer_33(); JsonReader_t2369136700 * L_6 = ___reader0; Type_t * L_7 = ___objectType1; NullCheck(L_5); RuntimeObject * L_8 = JsonSerializer_Deserialize_m2944258957(L_5, L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerProxy::PopulateInternal(Newtonsoft.Json.JsonReader,System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerProxy_PopulateInternal_m1447608221 (JsonSerializerProxy_t657065764 * __this, JsonReader_t2369136700 * ___reader0, RuntimeObject * ___target1, const RuntimeMethod* method) { { JsonSerializerInternalReader_t927352408 * L_0 = __this->get__serializerReader_31(); if (!L_0) { goto IL_0016; } } { JsonSerializerInternalReader_t927352408 * L_1 = __this->get__serializerReader_31(); JsonReader_t2369136700 * L_2 = ___reader0; RuntimeObject * L_3 = ___target1; NullCheck(L_1); JsonSerializerInternalReader_Populate_m2037184199(L_1, L_2, L_3, /*hidden argument*/NULL); return; } IL_0016: { JsonSerializer_t1424496335 * L_4 = __this->get__serializer_33(); JsonReader_t2369136700 * L_5 = ___reader0; RuntimeObject * L_6 = ___target1; NullCheck(L_4); JsonSerializer_Populate_m3554373500(L_4, L_5, L_6, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.JsonSerializerProxy::SerializeInternal(Newtonsoft.Json.JsonWriter,System.Object,System.Type) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerProxy_SerializeInternal_m1977833475 (JsonSerializerProxy_t657065764 * __this, JsonWriter_t1467272295 * ___jsonWriter0, RuntimeObject * ___value1, Type_t * ___rootType2, const RuntimeMethod* method) { { JsonSerializerInternalWriter_t3588727337 * L_0 = __this->get__serializerWriter_32(); if (!L_0) { goto IL_0017; } } { JsonSerializerInternalWriter_t3588727337 * L_1 = __this->get__serializerWriter_32(); JsonWriter_t1467272295 * L_2 = ___jsonWriter0; RuntimeObject * L_3 = ___value1; Type_t * L_4 = ___rootType2; NullCheck(L_1); JsonSerializerInternalWriter_Serialize_m4173797228(L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return; } IL_0017: { JsonSerializer_t1424496335 * L_5 = __this->get__serializer_33(); JsonWriter_t1467272295 * L_6 = ___jsonWriter0; RuntimeObject * L_7 = ___value1; NullCheck(L_5); JsonSerializer_Serialize_m1889459899(L_5, L_6, L_7, /*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.JsonStringContract::.ctor(System.Type) extern "C" IL2CPP_METHOD_ATTR void JsonStringContract__ctor_m789410904 (JsonStringContract_t1298846671 * __this, Type_t * ___underlyingType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonStringContract__ctor_m789410904_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___underlyingType0; IL2CPP_RUNTIME_CLASS_INIT(JsonPrimitiveContract_t336098342_il2cpp_TypeInfo_var); JsonPrimitiveContract__ctor_m2884870516(__this, L_0, /*hidden argument*/NULL); ((JsonContract_t3715061318 *)__this)->set_ContractType_5(4); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.DataContractAttribute Newtonsoft.Json.Serialization.JsonTypeReflector::GetDataContractAttribute(System.Type) extern "C" IL2CPP_METHOD_ATTR DataContractAttribute_t412496005 * JsonTypeReflector_GetDataContractAttribute_m2907827950 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTypeReflector_GetDataContractAttribute_m2907827950_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; DataContractAttribute_t412496005 * 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_t3606826087_il2cpp_TypeInfo_var); DataContractAttribute_t412496005 * L_2 = CachedAttributeGetter_1_GetAttribute_m1167628126(NULL /*static, unused*/, L_1, /*hidden argument*/CachedAttributeGetter_1_GetAttribute_m1167628126_RuntimeMethod_var); V_1 = L_2; DataContractAttribute_t412496005 * L_3 = V_1; if (!L_3) { goto IL_0010; } } { DataContractAttribute_t412496005 * L_4 = V_1; return L_4; } IL_0010: { Type_t * L_5 = V_0; Type_t * L_6 = TypeExtensions_BaseType_m1084285535(NULL /*static, unused*/, 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_t412496005 *)NULL; } } // System.Runtime.Serialization.DataMemberAttribute Newtonsoft.Json.Serialization.JsonTypeReflector::GetDataMemberAttribute(System.Reflection.MemberInfo) extern "C" IL2CPP_METHOD_ATTR DataMemberAttribute_t1339837472 * JsonTypeReflector_GetDataMemberAttribute_m3946269853 (RuntimeObject * __this /* static, unused */, MemberInfo_t * ___memberInfo0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTypeReflector_GetDataMemberAttribute_m3946269853_MetadataUsageId); s_Il2CppMethodInitialized = true; } PropertyInfo_t * V_0 = NULL; DataMemberAttribute_t1339837472 * V_1 = NULL; Type_t * V_2 = NULL; PropertyInfo_t * V_3 = NULL; { MemberInfo_t * L_0 = ___memberInfo0; int32_t L_1 = TypeExtensions_MemberType_m2286386365(NULL /*static, unused*/, 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_t239200258_il2cpp_TypeInfo_var); DataMemberAttribute_t1339837472 * L_3 = CachedAttributeGetter_1_GetAttribute_m2790467231(NULL /*static, unused*/, L_2, /*hidden argument*/CachedAttributeGetter_1_GetAttribute_m2790467231_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_t239200258_il2cpp_TypeInfo_var); DataMemberAttribute_t1339837472 * L_6 = CachedAttributeGetter_1_GetAttribute_m2790467231(NULL /*static, unused*/, L_5, /*hidden argument*/CachedAttributeGetter_1_GetAttribute_m2790467231_RuntimeMethod_var); V_1 = L_6; DataMemberAttribute_t1339837472 * L_7 = V_1; if (L_7) { goto IL_005e; } } { PropertyInfo_t * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); bool L_9 = ReflectionUtils_IsVirtual_m3338583030(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_005e; } } { PropertyInfo_t * L_10 = V_0; NullCheck(L_10); Type_t * L_11 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* 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_t2669115404_il2cpp_TypeInfo_var); MemberInfo_t * L_14 = ReflectionUtils_GetMemberInfoFromType_m1623736994(NULL /*static, unused*/, 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_t2669115404_il2cpp_TypeInfo_var); bool L_17 = ReflectionUtils_IsVirtual_m3338583030(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_0051; } } { PropertyInfo_t * L_18 = V_3; IL2CPP_RUNTIME_CLASS_INIT(CachedAttributeGetter_1_t239200258_il2cpp_TypeInfo_var); DataMemberAttribute_t1339837472 * L_19 = CachedAttributeGetter_1_GetAttribute_m2790467231(NULL /*static, unused*/, L_18, /*hidden argument*/CachedAttributeGetter_1_GetAttribute_m2790467231_RuntimeMethod_var); V_1 = L_19; } IL_0051: { Type_t * L_20 = V_2; Type_t * L_21 = TypeExtensions_BaseType_m1084285535(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); V_2 = L_21; } IL_0058: { DataMemberAttribute_t1339837472 * 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_t1339837472 * L_24 = V_1; return L_24; } } // Newtonsoft.Json.MemberSerialization Newtonsoft.Json.Serialization.JsonTypeReflector::GetObjectMemberSerialization(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t JsonTypeReflector_GetObjectMemberSerialization_m3700962204 (RuntimeObject * __this /* static, unused */, Type_t * ___objectType0, bool ___ignoreSerializableAttribute1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTypeReflector_GetObjectMemberSerialization_m3700962204_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonObjectAttribute_t3277381142 * V_0 = NULL; { Type_t * L_0 = ___objectType0; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); JsonObjectAttribute_t3277381142 * L_1 = JsonTypeReflector_GetCachedAttribute_TisJsonObjectAttribute_t3277381142_m22066958(NULL /*static, unused*/, L_0, /*hidden argument*/JsonTypeReflector_GetCachedAttribute_TisJsonObjectAttribute_t3277381142_m22066958_RuntimeMethod_var); V_0 = L_1; JsonObjectAttribute_t3277381142 * L_2 = V_0; if (!L_2) { goto IL_0011; } } { JsonObjectAttribute_t3277381142 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = JsonObjectAttribute_get_MemberSerialization_m997981070(L_3, /*hidden argument*/NULL); return L_4; } IL_0011: { Type_t * L_5 = ___objectType0; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); DataContractAttribute_t412496005 * L_6 = JsonTypeReflector_GetDataContractAttribute_m2907827950(NULL /*static, unused*/, 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_t526591219_il2cpp_TypeInfo_var); SerializableAttribute_t1992588303 * L_9 = JsonTypeReflector_GetCachedAttribute_TisSerializableAttribute_t1992588303_m3971833361(NULL /*static, unused*/, L_8, /*hidden argument*/JsonTypeReflector_GetCachedAttribute_TisSerializableAttribute_t1992588303_m3971833361_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) extern "C" IL2CPP_METHOD_ATTR JsonConverter_t1047106545 * JsonTypeReflector_GetJsonConverter_m479558405 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___attributeProvider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTypeReflector_GetJsonConverter_m479558405_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonConverterAttribute_t3132853130 * V_0 = NULL; Func_2_t2696973750 * V_1 = NULL; { RuntimeObject * L_0 = ___attributeProvider0; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); JsonConverterAttribute_t3132853130 * L_1 = JsonTypeReflector_GetCachedAttribute_TisJsonConverterAttribute_t3132853130_m270174116(NULL /*static, unused*/, L_0, /*hidden argument*/JsonTypeReflector_GetCachedAttribute_TisJsonConverterAttribute_t3132853130_m270174116_RuntimeMethod_var); V_0 = L_1; JsonConverterAttribute_t3132853130 * L_2 = V_0; if (!L_2) { goto IL_002b; } } { IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); ThreadSafeStore_2_t1780285614 * L_3 = ((JsonTypeReflector_t526591219_StaticFields*)il2cpp_codegen_static_fields_for(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var))->get_JsonConverterCreatorCache_1(); JsonConverterAttribute_t3132853130 * L_4 = V_0; NullCheck(L_4); Type_t * L_5 = JsonConverterAttribute_get_ConverterType_m2009851784(L_4, /*hidden argument*/NULL); NullCheck(L_3); Func_2_t2696973750 * L_6 = ThreadSafeStore_2_Get_m1747888903(L_3, L_5, /*hidden argument*/ThreadSafeStore_2_Get_m1747888903_RuntimeMethod_var); V_1 = L_6; Func_2_t2696973750 * L_7 = V_1; if (!L_7) { goto IL_002b; } } { Func_2_t2696973750 * L_8 = V_1; JsonConverterAttribute_t3132853130 * L_9 = V_0; NullCheck(L_9); ObjectU5BU5D_t2843939325* L_10 = JsonConverterAttribute_get_ConverterParameters_m1764831039(L_9, /*hidden argument*/NULL); NullCheck(L_8); JsonConverter_t1047106545 * L_11 = Func_2_Invoke_m3764378986(L_8, L_10, /*hidden argument*/Func_2_Invoke_m3764378986_RuntimeMethod_var); return L_11; } IL_002b: { return (JsonConverter_t1047106545 *)NULL; } } // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonTypeReflector::CreateJsonConverterInstance(System.Type,System.Object[]) extern "C" IL2CPP_METHOD_ATTR JsonConverter_t1047106545 * JsonTypeReflector_CreateJsonConverterInstance_m3792846650 (RuntimeObject * __this /* static, unused */, Type_t * ___converterType0, ObjectU5BU5D_t2843939325* ___converterArgs1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTypeReflector_CreateJsonConverterInstance_m3792846650_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); ThreadSafeStore_2_t1780285614 * L_0 = ((JsonTypeReflector_t526591219_StaticFields*)il2cpp_codegen_static_fields_for(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var))->get_JsonConverterCreatorCache_1(); Type_t * L_1 = ___converterType0; NullCheck(L_0); Func_2_t2696973750 * L_2 = ThreadSafeStore_2_Get_m1747888903(L_0, L_1, /*hidden argument*/ThreadSafeStore_2_Get_m1747888903_RuntimeMethod_var); ObjectU5BU5D_t2843939325* L_3 = ___converterArgs1; NullCheck(L_2); JsonConverter_t1047106545 * L_4 = Func_2_Invoke_m3764378986(L_2, L_3, /*hidden argument*/Func_2_Invoke_m3764378986_RuntimeMethod_var); return L_4; } } // System.Func`2 Newtonsoft.Json.Serialization.JsonTypeReflector::GetJsonConverterCreator(System.Type) extern "C" IL2CPP_METHOD_ATTR Func_2_t2696973750 * JsonTypeReflector_GetJsonConverterCreator_m558295051 (RuntimeObject * __this /* static, unused */, Type_t * ___converterType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTypeReflector_GetJsonConverterCreator_m558295051_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass18_0_t667614246 * V_0 = NULL; U3CU3Ec__DisplayClass18_0_t667614246 * G_B2_0 = NULL; U3CU3Ec__DisplayClass18_0_t667614246 * G_B1_0 = NULL; Func_1_t2509852811 * G_B3_0 = NULL; U3CU3Ec__DisplayClass18_0_t667614246 * G_B3_1 = NULL; { U3CU3Ec__DisplayClass18_0_t667614246 * L_0 = (U3CU3Ec__DisplayClass18_0_t667614246 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass18_0_t667614246_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass18_0__ctor_m2860069510(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass18_0_t667614246 * L_1 = V_0; Type_t * L_2 = ___converterType0; NullCheck(L_1); L_1->set_converterType_0(L_2); U3CU3Ec__DisplayClass18_0_t667614246 * L_3 = V_0; U3CU3Ec__DisplayClass18_0_t667614246 * L_4 = V_0; NullCheck(L_4); Type_t * L_5 = L_4->get_converterType_0(); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); bool L_6 = ReflectionUtils_HasDefaultConstructor_m3011828166(NULL /*static, unused*/, 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_t2509852811 *)(NULL)); G_B3_1 = G_B1_0; goto IL_002f; } IL_001f: { IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); ReflectionDelegateFactory_t2528576452 * L_7 = JsonTypeReflector_get_ReflectionDelegateFactory_m2937328847(NULL /*static, unused*/, /*hidden argument*/NULL); U3CU3Ec__DisplayClass18_0_t667614246 * L_8 = V_0; NullCheck(L_8); Type_t * L_9 = L_8->get_converterType_0(); NullCheck(L_7); Func_1_t2509852811 * L_10 = GenericVirtFuncInvoker1< Func_1_t2509852811 *, Type_t * >::Invoke(ReflectionDelegateFactory_CreateDefaultConstructor_TisRuntimeObject_m1416164154_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_t667614246 * L_11 = V_0; intptr_t L_12 = (intptr_t)U3CU3Ec__DisplayClass18_0_U3CGetJsonConverterCreatorU3Eb__0_m871703074_RuntimeMethod_var; Func_2_t2696973750 * L_13 = (Func_2_t2696973750 *)il2cpp_codegen_object_new(Func_2_t2696973750_il2cpp_TypeInfo_var); Func_2__ctor_m2783269084(L_13, L_11, L_12, /*hidden argument*/Func_2__ctor_m2783269084_RuntimeMethod_var); return L_13; } } // System.ComponentModel.TypeConverter Newtonsoft.Json.Serialization.JsonTypeReflector::GetTypeConverter(System.Type) extern "C" IL2CPP_METHOD_ATTR TypeConverter_t2249118273 * JsonTypeReflector_GetTypeConverter_m3157593185 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTypeReflector_GetTypeConverter_m3157593185_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var); TypeConverter_t2249118273 * L_1 = TypeDescriptor_GetConverter_m3748618295(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.Type Newtonsoft.Json.Serialization.JsonTypeReflector::GetAssociatedMetadataType(System.Type) extern "C" IL2CPP_METHOD_ATTR Type_t * JsonTypeReflector_GetAssociatedMetadataType_m2089485515 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTypeReflector_GetAssociatedMetadataType_m2089485515_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); ThreadSafeStore_2_t1567256624 * L_0 = ((JsonTypeReflector_t526591219_StaticFields*)il2cpp_codegen_static_fields_for(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var))->get_AssociatedMetadataTypesCache_2(); Type_t * L_1 = ___type0; NullCheck(L_0); Type_t * L_2 = ThreadSafeStore_2_Get_m3892779762(L_0, L_1, /*hidden argument*/ThreadSafeStore_2_Get_m3892779762_RuntimeMethod_var); return L_2; } } // System.Type Newtonsoft.Json.Serialization.JsonTypeReflector::GetAssociateMetadataTypeFromAttribute(System.Type) extern "C" IL2CPP_METHOD_ATTR Type_t * JsonTypeReflector_GetAssociateMetadataTypeFromAttribute_m4043340792 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTypeReflector_GetAssociateMetadataTypeFromAttribute_m4043340792_MetadataUsageId); s_Il2CppMethodInitialized = true; } AttributeU5BU5D_t1575011174* V_0 = NULL; int32_t V_1 = 0; Attribute_t861562559 * V_2 = NULL; Type_t * V_3 = NULL; { Type_t * L_0 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); AttributeU5BU5D_t1575011174* L_1 = ReflectionUtils_GetAttributes_m2593182657(NULL /*static, unused*/, L_0, (Type_t *)NULL, (bool)1, /*hidden argument*/NULL); V_0 = L_1; V_1 = 0; goto IL_0065; } IL_000d: { AttributeU5BU5D_t1575011174* L_2 = V_0; int32_t L_3 = V_1; NullCheck(L_2); int32_t L_4 = L_3; Attribute_t861562559 * L_5 = (L_2)->GetAt(static_cast(L_4)); V_2 = L_5; Attribute_t861562559 * L_6 = V_2; NullCheck(L_6); Type_t * L_7 = Object_GetType_m88164663(L_6, /*hidden argument*/NULL); V_3 = L_7; Type_t * L_8 = V_3; NullCheck(L_8); String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Type::get_FullName() */, L_8); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_10 = String_Equals_m2359609904(NULL /*static, unused*/, L_9, _stringLiteral4218837261, 4, /*hidden argument*/NULL); if (!L_10) { goto IL_0061; } } { IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); ReflectionObject_t701100009 * L_11 = ((JsonTypeReflector_t526591219_StaticFields*)il2cpp_codegen_static_fields_for(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var))->get__metadataTypeAttributeReflectionObject_3(); if (L_11) { goto IL_004b; } } { Type_t * L_12 = V_3; StringU5BU5D_t1281789340* L_13 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral724943565); (L_13)->SetAt(static_cast(0), (String_t*)_stringLiteral724943565); ReflectionObject_t701100009 * L_14 = ReflectionObject_Create_m720835830(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); ((JsonTypeReflector_t526591219_StaticFields*)il2cpp_codegen_static_fields_for(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var))->set__metadataTypeAttributeReflectionObject_3(L_14); } IL_004b: { IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); ReflectionObject_t701100009 * L_15 = ((JsonTypeReflector_t526591219_StaticFields*)il2cpp_codegen_static_fields_for(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var))->get__metadataTypeAttributeReflectionObject_3(); Attribute_t861562559 * L_16 = V_2; NullCheck(L_15); RuntimeObject * L_17 = ReflectionObject_GetValue_m2531865869(L_15, L_16, _stringLiteral724943565, /*hidden argument*/NULL); return ((Type_t *)CastclassClass((RuntimeObject*)L_17, Type_t_il2cpp_TypeInfo_var)); } IL_0061: { int32_t L_18 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0065: { int32_t L_19 = V_1; AttributeU5BU5D_t1575011174* L_20 = V_0; NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_20)->max_length))))))) { goto IL_000d; } } { return (Type_t *)NULL; } } // System.Boolean Newtonsoft.Json.Serialization.JsonTypeReflector::get_FullyTrusted() extern "C" IL2CPP_METHOD_ATTR bool JsonTypeReflector_get_FullyTrusted_m2121730692 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTypeReflector_get_FullyTrusted_m2121730692_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); bool L_0 = Nullable_1_get_HasValue_m3206831396((((JsonTypeReflector_t526591219_StaticFields*)il2cpp_codegen_static_fields_for(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var))->get_address_of__fullyTrusted_0()), /*hidden argument*/Nullable_1_get_HasValue_m3206831396_RuntimeMethod_var); if (L_0) { goto IL_0032; } } IL_000c: try { // begin try (depth: 1) SecurityPermission_t2954997752 * L_1 = (SecurityPermission_t2954997752 *)il2cpp_codegen_object_new(SecurityPermission_t2954997752_il2cpp_TypeInfo_var); SecurityPermission__ctor_m885935718(L_1, 1, /*hidden argument*/NULL); NullCheck(L_1); CodeAccessPermission_Demand_m2609746972(L_1, /*hidden argument*/NULL); Nullable_1_t1819850047 L_2; memset(&L_2, 0, sizeof(L_2)); Nullable_1__ctor_m1921378621((&L_2), (bool)1, /*hidden argument*/Nullable_1__ctor_m1921378621_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); ((JsonTypeReflector_t526591219_StaticFields*)il2cpp_codegen_static_fields_for(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var))->set__fullyTrusted_0(L_2); goto IL_0032; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0024; throw e; } CATCH_0024: { // begin catch(System.Exception) Nullable_1_t1819850047 L_3; memset(&L_3, 0, sizeof(L_3)); Nullable_1__ctor_m1921378621((&L_3), (bool)0, /*hidden argument*/Nullable_1__ctor_m1921378621_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); ((JsonTypeReflector_t526591219_StaticFields*)il2cpp_codegen_static_fields_for(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var))->set__fullyTrusted_0(L_3); goto IL_0032; } // end catch (depth: 1) IL_0032: { IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); bool L_4 = Nullable_1_GetValueOrDefault_m2119174086((((JsonTypeReflector_t526591219_StaticFields*)il2cpp_codegen_static_fields_for(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var))->get_address_of__fullyTrusted_0()), /*hidden argument*/Nullable_1_GetValueOrDefault_m2119174086_RuntimeMethod_var); return L_4; } } // Newtonsoft.Json.Utilities.ReflectionDelegateFactory Newtonsoft.Json.Serialization.JsonTypeReflector::get_ReflectionDelegateFactory() extern "C" IL2CPP_METHOD_ATTR ReflectionDelegateFactory_t2528576452 * JsonTypeReflector_get_ReflectionDelegateFactory_m2937328847 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTypeReflector_get_ReflectionDelegateFactory_m2937328847_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(LateBoundReflectionDelegateFactory_t925499913_il2cpp_TypeInfo_var); ReflectionDelegateFactory_t2528576452 * L_0 = LateBoundReflectionDelegateFactory_get_Instance_m3698844514(NULL /*static, unused*/, /*hidden argument*/NULL); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonTypeReflector::.cctor() extern "C" IL2CPP_METHOD_ATTR void JsonTypeReflector__cctor_m4214750656 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTypeReflector__cctor_m4214750656_MetadataUsageId); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = (intptr_t)JsonTypeReflector_GetJsonConverterCreator_m558295051_RuntimeMethod_var; Func_2_t3160938740 * L_1 = (Func_2_t3160938740 *)il2cpp_codegen_object_new(Func_2_t3160938740_il2cpp_TypeInfo_var); Func_2__ctor_m2101884442(L_1, NULL, L_0, /*hidden argument*/Func_2__ctor_m2101884442_RuntimeMethod_var); ThreadSafeStore_2_t1780285614 * L_2 = (ThreadSafeStore_2_t1780285614 *)il2cpp_codegen_object_new(ThreadSafeStore_2_t1780285614_il2cpp_TypeInfo_var); ThreadSafeStore_2__ctor_m1661335843(L_2, L_1, /*hidden argument*/ThreadSafeStore_2__ctor_m1661335843_RuntimeMethod_var); ((JsonTypeReflector_t526591219_StaticFields*)il2cpp_codegen_static_fields_for(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var))->set_JsonConverterCreatorCache_1(L_2); intptr_t L_3 = (intptr_t)JsonTypeReflector_GetAssociateMetadataTypeFromAttribute_m4043340792_RuntimeMethod_var; Func_2_t2947909750 * L_4 = (Func_2_t2947909750 *)il2cpp_codegen_object_new(Func_2_t2947909750_il2cpp_TypeInfo_var); Func_2__ctor_m682283916(L_4, NULL, L_3, /*hidden argument*/Func_2__ctor_m682283916_RuntimeMethod_var); ThreadSafeStore_2_t1567256624 * L_5 = (ThreadSafeStore_2_t1567256624 *)il2cpp_codegen_object_new(ThreadSafeStore_2_t1567256624_il2cpp_TypeInfo_var); ThreadSafeStore_2__ctor_m901063422(L_5, L_4, /*hidden argument*/ThreadSafeStore_2__ctor_m901063422_RuntimeMethod_var); ((JsonTypeReflector_t526591219_StaticFields*)il2cpp_codegen_static_fields_for(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var))->set_AssociatedMetadataTypesCache_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.Serialization.JsonTypeReflector/<>c::.cctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m528556968 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec__cctor_m528556968_MetadataUsageId); s_Il2CppMethodInitialized = true; } { U3CU3Ec_t751952102 * L_0 = (U3CU3Ec_t751952102 *)il2cpp_codegen_object_new(U3CU3Ec_t751952102_il2cpp_TypeInfo_var); U3CU3Ec__ctor_m2114880967(L_0, /*hidden argument*/NULL); ((U3CU3Ec_t751952102_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t751952102_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void Newtonsoft.Json.Serialization.JsonTypeReflector/<>c::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m2114880967 (U3CU3Ec_t751952102 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Type Newtonsoft.Json.Serialization.JsonTypeReflector/<>c::b__18_1(System.Object) extern "C" IL2CPP_METHOD_ATTR Type_t * U3CU3Ec_U3CGetJsonConverterCreatorU3Eb__18_1_m3768802849 (U3CU3Ec_t751952102 * __this, RuntimeObject * ___param0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___param0; NullCheck(L_0); Type_t * L_1 = Object_GetType_m88164663(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.Serialization.JsonTypeReflector/<>c__DisplayClass18_0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass18_0__ctor_m2860069510 (U3CU3Ec__DisplayClass18_0_t667614246 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonTypeReflector/<>c__DisplayClass18_0::b__0(System.Object[]) extern "C" IL2CPP_METHOD_ATTR JsonConverter_t1047106545 * U3CU3Ec__DisplayClass18_0_U3CGetJsonConverterCreatorU3Eb__0_m871703074 (U3CU3Ec__DisplayClass18_0_t667614246 * __this, ObjectU5BU5D_t2843939325* ___parameters0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec__DisplayClass18_0_U3CGetJsonConverterCreatorU3Eb__0_m871703074_MetadataUsageId); s_Il2CppMethodInitialized = true; } TypeU5BU5D_t3940880105* V_0 = NULL; ConstructorInfo_t5769829 * V_1 = NULL; JsonConverter_t1047106545 * V_2 = NULL; Exception_t * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); Func_2_t1850968970 * G_B3_0 = NULL; ObjectU5BU5D_t2843939325* G_B3_1 = NULL; Func_2_t1850968970 * G_B2_0 = NULL; ObjectU5BU5D_t2843939325* G_B2_1 = NULL; IL_0000: try { // begin try (depth: 1) { ObjectU5BU5D_t2843939325* L_0 = ___parameters0; if (!L_0) { goto IL_0072; } } IL_0003: { ObjectU5BU5D_t2843939325* L_1 = ___parameters0; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t751952102_il2cpp_TypeInfo_var); Func_2_t1850968970 * L_2 = ((U3CU3Ec_t751952102_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t751952102_il2cpp_TypeInfo_var))->get_U3CU3E9__18_1_1(); Func_2_t1850968970 * L_3 = L_2; G_B2_0 = L_3; G_B2_1 = L_1; if (L_3) { G_B3_0 = L_3; G_B3_1 = L_1; goto IL_0023; } } IL_000c: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t751952102_il2cpp_TypeInfo_var); U3CU3Ec_t751952102 * L_4 = ((U3CU3Ec_t751952102_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t751952102_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); intptr_t L_5 = (intptr_t)U3CU3Ec_U3CGetJsonConverterCreatorU3Eb__18_1_m3768802849_RuntimeMethod_var; Func_2_t1850968970 * L_6 = (Func_2_t1850968970 *)il2cpp_codegen_object_new(Func_2_t1850968970_il2cpp_TypeInfo_var); Func_2__ctor_m484892587(L_6, L_4, L_5, /*hidden argument*/Func_2__ctor_m484892587_RuntimeMethod_var); Func_2_t1850968970 * L_7 = L_6; ((U3CU3Ec_t751952102_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t751952102_il2cpp_TypeInfo_var))->set_U3CU3E9__18_1_1(L_7); G_B3_0 = L_7; G_B3_1 = G_B2_1; } IL_0023: { RuntimeObject* L_8 = Enumerable_Select_TisRuntimeObject_TisType_t_m2498843382(NULL /*static, unused*/, (RuntimeObject*)(RuntimeObject*)G_B3_1, G_B3_0, /*hidden argument*/Enumerable_Select_TisRuntimeObject_TisType_t_m2498843382_RuntimeMethod_var); TypeU5BU5D_t3940880105* L_9 = Enumerable_ToArray_TisType_t_m4037995289(NULL /*static, unused*/, L_8, /*hidden argument*/Enumerable_ToArray_TisType_t_m4037995289_RuntimeMethod_var); V_0 = L_9; Type_t * L_10 = __this->get_converterType_0(); TypeU5BU5D_t3940880105* L_11 = V_0; NullCheck(L_10); ConstructorInfo_t5769829 * L_12 = Type_GetConstructor_m2219014380(L_10, L_11, /*hidden argument*/NULL); V_1 = L_12; ConstructorInfo_t5769829 * L_13 = V_1; if (!L_13) { goto IL_0057; } } IL_003e: { IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); ReflectionDelegateFactory_t2528576452 * L_14 = JsonTypeReflector_get_ReflectionDelegateFactory_m2937328847(NULL /*static, unused*/, /*hidden argument*/NULL); ConstructorInfo_t5769829 * L_15 = V_1; NullCheck(L_14); ObjectConstructor_1_t3207922868 * L_16 = VirtFuncInvoker1< ObjectConstructor_1_t3207922868 *, MethodBase_t * >::Invoke(5 /* Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Utilities.ReflectionDelegateFactory::CreateParameterizedConstructor(System.Reflection.MethodBase) */, L_14, L_15); ObjectU5BU5D_t2843939325* L_17 = ___parameters0; NullCheck(L_16); RuntimeObject * L_18 = ObjectConstructor_1_Invoke_m3185456453(L_16, L_17, /*hidden argument*/ObjectConstructor_1_Invoke_m3185456453_RuntimeMethod_var); V_2 = ((JsonConverter_t1047106545 *)CastclassClass((RuntimeObject*)L_18, JsonConverter_t1047106545_il2cpp_TypeInfo_var)); goto IL_00c5; } IL_0057: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_19 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); Type_t * L_20 = __this->get_converterType_0(); String_t* L_21 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral1098875555, L_19, L_20, /*hidden argument*/NULL); JsonException_t3720114400 * L_22 = (JsonException_t3720114400 *)il2cpp_codegen_object_new(JsonException_t3720114400_il2cpp_TypeInfo_var); JsonException__ctor_m1434178872(L_22, L_21, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22,U3CU3Ec__DisplayClass18_0_U3CGetJsonConverterCreatorU3Eb__0_m871703074_RuntimeMethod_var); } IL_0072: { Func_1_t2509852811 * L_23 = __this->get_defaultConstructor_1(); if (L_23) { goto IL_0095; } } IL_007a: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_24 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); Type_t * L_25 = __this->get_converterType_0(); String_t* L_26 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral1333520878, L_24, L_25, /*hidden argument*/NULL); JsonException_t3720114400 * L_27 = (JsonException_t3720114400 *)il2cpp_codegen_object_new(JsonException_t3720114400_il2cpp_TypeInfo_var); JsonException__ctor_m1434178872(L_27, L_26, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27,U3CU3Ec__DisplayClass18_0_U3CGetJsonConverterCreatorU3Eb__0_m871703074_RuntimeMethod_var); } IL_0095: { Func_1_t2509852811 * L_28 = __this->get_defaultConstructor_1(); NullCheck(L_28); RuntimeObject * L_29 = Func_1_Invoke_m348272648(L_28, /*hidden argument*/Func_1_Invoke_m348272648_RuntimeMethod_var); V_2 = ((JsonConverter_t1047106545 *)CastclassClass((RuntimeObject*)L_29, JsonConverter_t1047106545_il2cpp_TypeInfo_var)); goto IL_00c5; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00a8; throw e; } CATCH_00a8: { // begin catch(System.Exception) V_3 = ((Exception_t *)__exception_local); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_30 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); Type_t * L_31 = __this->get_converterType_0(); String_t* L_32 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral853661764, L_30, L_31, /*hidden argument*/NULL); Exception_t * L_33 = V_3; JsonException_t3720114400 * L_34 = (JsonException_t3720114400 *)il2cpp_codegen_object_new(JsonException_t3720114400_il2cpp_TypeInfo_var); JsonException__ctor_m1026323257(L_34, L_32, L_33, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_34,U3CU3Ec__DisplayClass18_0_U3CGetJsonConverterCreatorU3Eb__0_m871703074_RuntimeMethod_var); } // end catch (depth: 1) IL_00c5: { JsonConverter_t1047106545 * L_35 = V_2; return L_35; } } #ifdef __clang__ #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() extern "C" IL2CPP_METHOD_ATTR int32_t MemoryTraceWriter_get_LevelFilter_m900489088 (MemoryTraceWriter_t1574330611 * __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) extern "C" IL2CPP_METHOD_ATTR void MemoryTraceWriter_set_LevelFilter_m3719313437 (MemoryTraceWriter_t1574330611 * __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() extern "C" IL2CPP_METHOD_ATTR void MemoryTraceWriter__ctor_m3051349506 (MemoryTraceWriter_t1574330611 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemoryTraceWriter__ctor_m3051349506_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); MemoryTraceWriter_set_LevelFilter_m3719313437(__this, 4, /*hidden argument*/NULL); Queue_1_t1693710183 * L_0 = (Queue_1_t1693710183 *)il2cpp_codegen_object_new(Queue_1_t1693710183_il2cpp_TypeInfo_var); Queue_1__ctor_m517546824(L_0, /*hidden argument*/Queue_1__ctor_m517546824_RuntimeMethod_var); __this->set__traceMessages_0(L_0); return; } } // System.Void Newtonsoft.Json.Serialization.MemoryTraceWriter::Trace(System.Diagnostics.TraceLevel,System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void MemoryTraceWriter_Trace_m1555786003 (MemoryTraceWriter_t1574330611 * __this, int32_t ___level0, String_t* ___message1, Exception_t * ___ex2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemoryTraceWriter_Trace_m1555786003_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; DateTime_t3738529785 V_1; memset(&V_1, 0, sizeof(V_1)); { Queue_1_t1693710183 * L_0 = __this->get__traceMessages_0(); NullCheck(L_0); int32_t L_1 = Queue_1_get_Count_m3902537741(L_0, /*hidden argument*/Queue_1_get_Count_m3902537741_RuntimeMethod_var); if ((((int32_t)L_1) < ((int32_t)((int32_t)1000)))) { goto IL_001e; } } { Queue_1_t1693710183 * L_2 = __this->get__traceMessages_0(); NullCheck(L_2); Queue_1_Dequeue_m749985083(L_2, /*hidden argument*/Queue_1_Dequeue_m749985083_RuntimeMethod_var); } IL_001e: { StringBuilder_t * L_3 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_3, /*hidden argument*/NULL); V_0 = L_3; StringBuilder_t * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_5 = DateTime_get_Now_m1277138875(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = L_5; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_6 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_7 = DateTime_ToString_m2992030064((&V_1), _stringLiteral2951814068, L_6, /*hidden argument*/NULL); NullCheck(L_4); StringBuilder_Append_m1965104174(L_4, L_7, /*hidden argument*/NULL); StringBuilder_t * L_8 = V_0; NullCheck(L_8); StringBuilder_Append_m1965104174(L_8, _stringLiteral3452614528, /*hidden argument*/NULL); StringBuilder_t * L_9 = V_0; int32_t L_10 = ___level0; int32_t L_11 = L_10; RuntimeObject * L_12 = Box(TraceLevel_t1218108719_il2cpp_TypeInfo_var, &L_11); NullCheck((Enum_t4135868527 *)L_12); String_t* L_13 = Enum_ToString_m2477889358((Enum_t4135868527 *)L_12, _stringLiteral3452614585, /*hidden argument*/NULL); NullCheck(L_9); StringBuilder_Append_m1965104174(L_9, L_13, /*hidden argument*/NULL); StringBuilder_t * L_14 = V_0; NullCheck(L_14); StringBuilder_Append_m1965104174(L_14, _stringLiteral3452614528, /*hidden argument*/NULL); StringBuilder_t * L_15 = V_0; String_t* L_16 = ___message1; NullCheck(L_15); StringBuilder_Append_m1965104174(L_15, L_16, /*hidden argument*/NULL); Queue_1_t1693710183 * L_17 = __this->get__traceMessages_0(); StringBuilder_t * L_18 = V_0; NullCheck(L_18); String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_18); NullCheck(L_17); Queue_1_Enqueue_m440672958(L_17, L_19, /*hidden argument*/Queue_1_Enqueue_m440672958_RuntimeMethod_var); return; } } // System.String Newtonsoft.Json.Serialization.MemoryTraceWriter::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* MemoryTraceWriter_ToString_m92092258 (MemoryTraceWriter_t1574330611 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemoryTraceWriter_ToString_m92092258_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; Enumerator_t2355622285 V_1; memset(&V_1, 0, sizeof(V_1)); String_t* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_0, /*hidden argument*/NULL); V_0 = L_0; Queue_1_t1693710183 * L_1 = __this->get__traceMessages_0(); NullCheck(L_1); Enumerator_t2355622285 L_2 = Queue_1_GetEnumerator_m1277238442(L_1, /*hidden argument*/Queue_1_GetEnumerator_m1277238442_RuntimeMethod_var); V_1 = L_2; } IL_0012: try { // begin try (depth: 1) { goto IL_0034; } IL_0014: { String_t* L_3 = Enumerator_get_Current_m215779258((&V_1), /*hidden argument*/Enumerator_get_Current_m215779258_RuntimeMethod_var); V_2 = L_3; StringBuilder_t * L_4 = V_0; NullCheck(L_4); int32_t L_5 = StringBuilder_get_Length_m3238060835(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_AppendLine_m2783356575(L_6, /*hidden argument*/NULL); } IL_002c: { StringBuilder_t * L_7 = V_0; String_t* L_8 = V_2; NullCheck(L_7); StringBuilder_Append_m1965104174(L_7, L_8, /*hidden argument*/NULL); } IL_0034: { bool L_9 = Enumerator_MoveNext_m364292758((&V_1), /*hidden argument*/Enumerator_MoveNext_m364292758_RuntimeMethod_var); if (L_9) { 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_m4161081647((&V_1), /*hidden argument*/Enumerator_Dispose_m4161081647_RuntimeMethod_var); IL2CPP_END_FINALLY(63) } // end finally (depth: 1) IL2CPP_CLEANUP(63) { IL2CPP_JUMP_TBL(0x4D, IL_004d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_004d: { StringBuilder_t * L_10 = V_0; NullCheck(L_10); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_10); 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.Serialization.OnErrorAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void OnErrorAttribute__ctor_m1357205209 (OnErrorAttribute_t1580718334 * __this, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__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.ReflectionAttributeProvider::.ctor(System.Object) extern "C" IL2CPP_METHOD_ATTR void ReflectionAttributeProvider__ctor_m860041243 (ReflectionAttributeProvider_t4190773725 * __this, RuntimeObject * ___attributeProvider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReflectionAttributeProvider__ctor_m860041243_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___attributeProvider0; ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, L_0, _stringLiteral950559514, /*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.Serialization.ReflectionValueProvider::.ctor(System.Reflection.MemberInfo) extern "C" IL2CPP_METHOD_ATTR void ReflectionValueProvider__ctor_m4169408338 (ReflectionValueProvider_t2127813129 * __this, MemberInfo_t * ___memberInfo0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReflectionValueProvider__ctor_m4169408338_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); MemberInfo_t * L_0 = ___memberInfo0; ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, L_0, _stringLiteral1904273217, /*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) extern "C" IL2CPP_METHOD_ATTR void ReflectionValueProvider_SetValue_m2372841656 (ReflectionValueProvider_t2127813129 * __this, RuntimeObject * ___target0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReflectionValueProvider_SetValue_m2372841656_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); 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_t2669115404_il2cpp_TypeInfo_var); ReflectionUtils_SetMemberValue_m2425830593(NULL /*static, unused*/, L_0, L_1, L_2, /*hidden argument*/NULL); goto IL_0037; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_000f; throw e; } CATCH_000f: { // begin catch(System.Exception) V_0 = ((Exception_t *)__exception_local); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_3 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); MemberInfo_t * L_4 = __this->get__memberInfo_0(); NullCheck(L_4); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_4); RuntimeObject * L_6 = ___target0; NullCheck(L_6); Type_t * L_7 = Object_GetType_m88164663(L_6, /*hidden argument*/NULL); String_t* L_8 = StringUtils_FormatWith_m353537829(NULL /*static, unused*/, _stringLiteral1291656020, L_3, L_5, L_7, /*hidden argument*/NULL); Exception_t * L_9 = V_0; JsonSerializationException_t4152118729 * L_10 = (JsonSerializationException_t4152118729 *)il2cpp_codegen_object_new(JsonSerializationException_t4152118729_il2cpp_TypeInfo_var); JsonSerializationException__ctor_m29484521(L_10, L_8, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,ReflectionValueProvider_SetValue_m2372841656_RuntimeMethod_var); } // end catch (depth: 1) IL_0037: { return; } } // System.Object Newtonsoft.Json.Serialization.ReflectionValueProvider::GetValue(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ReflectionValueProvider_GetValue_m476110832 (ReflectionValueProvider_t2127813129 * __this, RuntimeObject * ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReflectionValueProvider_GetValue_m476110832_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; Exception_t * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) MemberInfo_t * L_0 = __this->get__memberInfo_0(); RuntimeObject * L_1 = ___target0; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); RuntimeObject * L_2 = ReflectionUtils_GetMemberValue_m2432599679(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; goto IL_0037; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_000f; throw e; } CATCH_000f: { // begin catch(System.Exception) V_1 = ((Exception_t *)__exception_local); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_3 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); MemberInfo_t * L_4 = __this->get__memberInfo_0(); NullCheck(L_4); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_4); RuntimeObject * L_6 = ___target0; NullCheck(L_6); Type_t * L_7 = Object_GetType_m88164663(L_6, /*hidden argument*/NULL); String_t* L_8 = StringUtils_FormatWith_m353537829(NULL /*static, unused*/, _stringLiteral1663384424, L_3, L_5, L_7, /*hidden argument*/NULL); Exception_t * L_9 = V_1; JsonSerializationException_t4152118729 * L_10 = (JsonSerializationException_t4152118729 *)il2cpp_codegen_object_new(JsonSerializationException_t4152118729_il2cpp_TypeInfo_var); JsonSerializationException__ctor_m29484521(L_10, L_8, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,ReflectionValueProvider_GetValue_m476110832_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 // Conversion methods for marshalling of: Newtonsoft.Json.Serialization.ResolverContractKey extern "C" void ResolverContractKey_t3292851287_marshal_pinvoke(const ResolverContractKey_t3292851287& unmarshaled, ResolverContractKey_t3292851287_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); } extern "C" void ResolverContractKey_t3292851287_marshal_pinvoke_back(const ResolverContractKey_t3292851287_marshaled_pinvoke& marshaled, ResolverContractKey_t3292851287& 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 extern "C" void ResolverContractKey_t3292851287_marshal_pinvoke_cleanup(ResolverContractKey_t3292851287_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: Newtonsoft.Json.Serialization.ResolverContractKey extern "C" void ResolverContractKey_t3292851287_marshal_com(const ResolverContractKey_t3292851287& unmarshaled, ResolverContractKey_t3292851287_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); } extern "C" void ResolverContractKey_t3292851287_marshal_com_back(const ResolverContractKey_t3292851287_marshaled_com& marshaled, ResolverContractKey_t3292851287& 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 extern "C" void ResolverContractKey_t3292851287_marshal_com_cleanup(ResolverContractKey_t3292851287_marshaled_com& marshaled) { } // System.Void Newtonsoft.Json.Serialization.ResolverContractKey::.ctor(System.Type,System.Type) extern "C" IL2CPP_METHOD_ATTR void ResolverContractKey__ctor_m1145440245 (ResolverContractKey_t3292851287 * __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; } } extern "C" void ResolverContractKey__ctor_m1145440245_AdjustorThunk (RuntimeObject * __this, Type_t * ___resolverType0, Type_t * ___contractType1, const RuntimeMethod* method) { ResolverContractKey_t3292851287 * _thisAdjusted = reinterpret_cast(__this + 1); ResolverContractKey__ctor_m1145440245(_thisAdjusted, ___resolverType0, ___contractType1, method); } // System.Int32 Newtonsoft.Json.Serialization.ResolverContractKey::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t ResolverContractKey_GetHashCode_m1220267610 (ResolverContractKey_t3292851287 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get__resolverType_0(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< 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 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_2); return ((int32_t)((int32_t)L_1^(int32_t)L_3)); } } extern "C" int32_t ResolverContractKey_GetHashCode_m1220267610_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ResolverContractKey_t3292851287 * _thisAdjusted = reinterpret_cast(__this + 1); return ResolverContractKey_GetHashCode_m1220267610(_thisAdjusted, method); } // System.Boolean Newtonsoft.Json.Serialization.ResolverContractKey::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool ResolverContractKey_Equals_m4037987600 (ResolverContractKey_t3292851287 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResolverContractKey_Equals_m4037987600_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, ResolverContractKey_t3292851287_il2cpp_TypeInfo_var))) { goto IL_000a; } } { return (bool)0; } IL_000a: { RuntimeObject * L_1 = ___obj0; bool L_2 = ResolverContractKey_Equals_m3555881672(__this, ((*(ResolverContractKey_t3292851287 *)((ResolverContractKey_t3292851287 *)UnBox(L_1, ResolverContractKey_t3292851287_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_2; } } extern "C" bool ResolverContractKey_Equals_m4037987600_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ResolverContractKey_t3292851287 * _thisAdjusted = reinterpret_cast(__this + 1); return ResolverContractKey_Equals_m4037987600(_thisAdjusted, ___obj0, method); } // System.Boolean Newtonsoft.Json.Serialization.ResolverContractKey::Equals(Newtonsoft.Json.Serialization.ResolverContractKey) extern "C" IL2CPP_METHOD_ATTR bool ResolverContractKey_Equals_m3555881672 (ResolverContractKey_t3292851287 * __this, ResolverContractKey_t3292851287 ___other0, const RuntimeMethod* method) { { Type_t * L_0 = __this->get__resolverType_0(); ResolverContractKey_t3292851287 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_t3292851287 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; } } extern "C" bool ResolverContractKey_Equals_m3555881672_AdjustorThunk (RuntimeObject * __this, ResolverContractKey_t3292851287 ___other0, const RuntimeMethod* method) { ResolverContractKey_t3292851287 * _thisAdjusted = reinterpret_cast(__this + 1); return ResolverContractKey_Equals_m3555881672(_thisAdjusted, ___other0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Serialization.SerializationCallback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void SerializationCallback__ctor_m4199184626 (SerializationCallback_t2308856739 * __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) extern "C" IL2CPP_METHOD_ATTR void SerializationCallback_Invoke_m1571949548 (SerializationCallback_t2308856739 * __this, RuntimeObject * ___o0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { SerializationCallback_Invoke_m1571949548((SerializationCallback_t2308856739 *)__this->get_prev_9(), ___o0, ___context1, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, StreamingContext_t3711869237 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___o0, ___context1, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, StreamingContext_t3711869237 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___o0, ___context1, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< RuntimeObject *, StreamingContext_t3711869237 >::Invoke(targetMethod, targetThis, ___o0, ___context1); else GenericVirtActionInvoker2< RuntimeObject *, StreamingContext_t3711869237 >::Invoke(targetMethod, targetThis, ___o0, ___context1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< RuntimeObject *, StreamingContext_t3711869237 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___o0, ___context1); else VirtActionInvoker2< RuntimeObject *, StreamingContext_t3711869237 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___o0, ___context1); } } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, StreamingContext_t3711869237 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___o0, ___context1, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< StreamingContext_t3711869237 >::Invoke(targetMethod, ___o0, ___context1); else GenericVirtActionInvoker1< StreamingContext_t3711869237 >::Invoke(targetMethod, ___o0, ___context1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< StreamingContext_t3711869237 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___o0, ___context1); else VirtActionInvoker1< StreamingContext_t3711869237 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___o0, ___context1); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, StreamingContext_t3711869237 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___o0, ___context1, targetMethod); } } } } // System.IAsyncResult Newtonsoft.Json.Serialization.SerializationCallback::BeginInvoke(System.Object,System.Runtime.Serialization.StreamingContext,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SerializationCallback_BeginInvoke_m3573303468 (SerializationCallback_t2308856739 * __this, RuntimeObject * ___o0, StreamingContext_t3711869237 ___context1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SerializationCallback_BeginInvoke_m3573303468_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = ___o0; __d_args[1] = Box(StreamingContext_t3711869237_il2cpp_TypeInfo_var, &___context1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void Newtonsoft.Json.Serialization.SerializationCallback::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void SerializationCallback_EndInvoke_m1186009257 (SerializationCallback_t2308856739 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Serialization.SerializationErrorCallback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void SerializationErrorCallback__ctor_m1199516942 (SerializationErrorCallback_t38225783 * __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) extern "C" IL2CPP_METHOD_ATTR void SerializationErrorCallback_Invoke_m4076101983 (SerializationErrorCallback_t38225783 * __this, RuntimeObject * ___o0, StreamingContext_t3711869237 ___context1, ErrorContext_t3532118581 * ___errorContext2, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { SerializationErrorCallback_Invoke_m4076101983((SerializationErrorCallback_t38225783 *)__this->get_prev_9(), ___o0, ___context1, ___errorContext2, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, StreamingContext_t3711869237 , ErrorContext_t3532118581 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___o0, ___context1, ___errorContext2, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, StreamingContext_t3711869237 , ErrorContext_t3532118581 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___o0, ___context1, ___errorContext2, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< RuntimeObject *, StreamingContext_t3711869237 , ErrorContext_t3532118581 * >::Invoke(targetMethod, targetThis, ___o0, ___context1, ___errorContext2); else GenericVirtActionInvoker3< RuntimeObject *, StreamingContext_t3711869237 , ErrorContext_t3532118581 * >::Invoke(targetMethod, targetThis, ___o0, ___context1, ___errorContext2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< RuntimeObject *, StreamingContext_t3711869237 , ErrorContext_t3532118581 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___o0, ___context1, ___errorContext2); else VirtActionInvoker3< RuntimeObject *, StreamingContext_t3711869237 , ErrorContext_t3532118581 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___o0, ___context1, ___errorContext2); } } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, StreamingContext_t3711869237 , ErrorContext_t3532118581 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___o0, ___context1, ___errorContext2, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< StreamingContext_t3711869237 , ErrorContext_t3532118581 * >::Invoke(targetMethod, ___o0, ___context1, ___errorContext2); else GenericVirtActionInvoker2< StreamingContext_t3711869237 , ErrorContext_t3532118581 * >::Invoke(targetMethod, ___o0, ___context1, ___errorContext2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< StreamingContext_t3711869237 , ErrorContext_t3532118581 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___o0, ___context1, ___errorContext2); else VirtActionInvoker2< StreamingContext_t3711869237 , ErrorContext_t3532118581 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___o0, ___context1, ___errorContext2); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, StreamingContext_t3711869237 , ErrorContext_t3532118581 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___o0, ___context1, ___errorContext2, targetMethod); } } } } // System.IAsyncResult Newtonsoft.Json.Serialization.SerializationErrorCallback::BeginInvoke(System.Object,System.Runtime.Serialization.StreamingContext,Newtonsoft.Json.Serialization.ErrorContext,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SerializationErrorCallback_BeginInvoke_m2750837220 (SerializationErrorCallback_t38225783 * __this, RuntimeObject * ___o0, StreamingContext_t3711869237 ___context1, ErrorContext_t3532118581 * ___errorContext2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SerializationErrorCallback_BeginInvoke_m2750837220_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___o0; __d_args[1] = Box(StreamingContext_t3711869237_il2cpp_TypeInfo_var, &___context1); __d_args[2] = ___errorContext2; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void Newtonsoft.Json.Serialization.SerializationErrorCallback::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void SerializationErrorCallback_EndInvoke_m2029660303 (SerializationErrorCallback_t38225783 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Serialization.TraceJsonReader::.ctor(Newtonsoft.Json.JsonReader) extern "C" IL2CPP_METHOD_ATTR void TraceJsonReader__ctor_m3038369515 (TraceJsonReader_t740636742 * __this, JsonReader_t2369136700 * ___innerReader0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TraceJsonReader__ctor_m3038369515_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonReader__ctor_m2619238087(__this, /*hidden argument*/NULL); JsonReader_t2369136700 * L_0 = ___innerReader0; __this->set__innerReader_15(L_0); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_1 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); StringWriter_t802263757 * L_2 = (StringWriter_t802263757 *)il2cpp_codegen_object_new(StringWriter_t802263757_il2cpp_TypeInfo_var); StringWriter__ctor_m2474332877(L_2, L_1, /*hidden argument*/NULL); __this->set__sw_17(L_2); StringWriter_t802263757 * L_3 = __this->get__sw_17(); String_t* L_4 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1414169952, L_4, /*hidden argument*/NULL); NullCheck(L_3); VirtActionInvoker1< String_t* >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.String) */, L_3, L_5); StringWriter_t802263757 * L_6 = __this->get__sw_17(); JsonTextWriter_t1095349912 * L_7 = (JsonTextWriter_t1095349912 *)il2cpp_codegen_object_new(JsonTextWriter_t1095349912_il2cpp_TypeInfo_var); JsonTextWriter__ctor_m2383081106(L_7, L_6, /*hidden argument*/NULL); __this->set__textWriter_16(L_7); JsonTextWriter_t1095349912 * L_8 = __this->get__textWriter_16(); NullCheck(L_8); JsonWriter_set_Formatting_m76464413(L_8, 1, /*hidden argument*/NULL); return; } } // System.String Newtonsoft.Json.Serialization.TraceJsonReader::GetDeserializedJsonMessage() extern "C" IL2CPP_METHOD_ATTR String_t* TraceJsonReader_GetDeserializedJsonMessage_m552219145 (TraceJsonReader_t740636742 * __this, const RuntimeMethod* method) { { StringWriter_t802263757 * L_0 = __this->get__sw_17(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_0); return L_1; } } // System.Boolean Newtonsoft.Json.Serialization.TraceJsonReader::Read() extern "C" IL2CPP_METHOD_ATTR bool TraceJsonReader_Read_m1024214175 (TraceJsonReader_t740636742 * __this, const RuntimeMethod* method) { { JsonReader_t2369136700 * L_0 = __this->get__innerReader_15(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_0); JsonTextWriter_t1095349912 * L_2 = __this->get__textWriter_16(); JsonReader_t2369136700 * L_3 = __this->get__innerReader_15(); NullCheck(L_2); VirtActionInvoker4< JsonReader_t2369136700 *, 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() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t378540539 TraceJsonReader_ReadAsInt32_m1448818150 (TraceJsonReader_t740636742 * __this, const RuntimeMethod* method) { { JsonReader_t2369136700 * L_0 = __this->get__innerReader_15(); NullCheck(L_0); Nullable_1_t378540539 L_1 = VirtFuncInvoker0< Nullable_1_t378540539 >::Invoke(11 /* System.Nullable`1 Newtonsoft.Json.JsonReader::ReadAsInt32() */, L_0); JsonTextWriter_t1095349912 * L_2 = __this->get__textWriter_16(); JsonReader_t2369136700 * L_3 = __this->get__innerReader_15(); NullCheck(L_2); VirtActionInvoker4< JsonReader_t2369136700 *, 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() extern "C" IL2CPP_METHOD_ATTR String_t* TraceJsonReader_ReadAsString_m1429489147 (TraceJsonReader_t740636742 * __this, const RuntimeMethod* method) { { JsonReader_t2369136700 * L_0 = __this->get__innerReader_15(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(12 /* System.String Newtonsoft.Json.JsonReader::ReadAsString() */, L_0); JsonTextWriter_t1095349912 * L_2 = __this->get__textWriter_16(); JsonReader_t2369136700 * L_3 = __this->get__innerReader_15(); NullCheck(L_2); VirtActionInvoker4< JsonReader_t2369136700 *, 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() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* TraceJsonReader_ReadAsBytes_m2301449734 (TraceJsonReader_t740636742 * __this, const RuntimeMethod* method) { { JsonReader_t2369136700 * L_0 = __this->get__innerReader_15(); NullCheck(L_0); ByteU5BU5D_t4116647657* L_1 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(13 /* System.Byte[] Newtonsoft.Json.JsonReader::ReadAsBytes() */, L_0); JsonTextWriter_t1095349912 * L_2 = __this->get__textWriter_16(); JsonReader_t2369136700 * L_3 = __this->get__innerReader_15(); NullCheck(L_2); VirtActionInvoker4< JsonReader_t2369136700 *, 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() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t375854166 TraceJsonReader_ReadAsDecimal_m1479709099 (TraceJsonReader_t740636742 * __this, const RuntimeMethod* method) { { JsonReader_t2369136700 * L_0 = __this->get__innerReader_15(); NullCheck(L_0); Nullable_1_t375854166 L_1 = VirtFuncInvoker0< Nullable_1_t375854166 >::Invoke(16 /* System.Nullable`1 Newtonsoft.Json.JsonReader::ReadAsDecimal() */, L_0); JsonTextWriter_t1095349912 * L_2 = __this->get__textWriter_16(); JsonReader_t2369136700 * L_3 = __this->get__innerReader_15(); NullCheck(L_2); VirtActionInvoker4< JsonReader_t2369136700 *, 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() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t2317227445 TraceJsonReader_ReadAsDouble_m3418087013 (TraceJsonReader_t740636742 * __this, const RuntimeMethod* method) { { JsonReader_t2369136700 * L_0 = __this->get__innerReader_15(); NullCheck(L_0); Nullable_1_t2317227445 L_1 = VirtFuncInvoker0< Nullable_1_t2317227445 >::Invoke(14 /* System.Nullable`1 Newtonsoft.Json.JsonReader::ReadAsDouble() */, L_0); JsonTextWriter_t1095349912 * L_2 = __this->get__textWriter_16(); JsonReader_t2369136700 * L_3 = __this->get__innerReader_15(); NullCheck(L_2); VirtActionInvoker4< JsonReader_t2369136700 *, 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() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t1819850047 TraceJsonReader_ReadAsBoolean_m185571667 (TraceJsonReader_t740636742 * __this, const RuntimeMethod* method) { { JsonReader_t2369136700 * L_0 = __this->get__innerReader_15(); NullCheck(L_0); Nullable_1_t1819850047 L_1 = VirtFuncInvoker0< Nullable_1_t1819850047 >::Invoke(15 /* System.Nullable`1 Newtonsoft.Json.JsonReader::ReadAsBoolean() */, L_0); JsonTextWriter_t1095349912 * L_2 = __this->get__textWriter_16(); JsonReader_t2369136700 * L_3 = __this->get__innerReader_15(); NullCheck(L_2); VirtActionInvoker4< JsonReader_t2369136700 *, 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() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t1166124571 TraceJsonReader_ReadAsDateTime_m3956818585 (TraceJsonReader_t740636742 * __this, const RuntimeMethod* method) { { JsonReader_t2369136700 * L_0 = __this->get__innerReader_15(); NullCheck(L_0); Nullable_1_t1166124571 L_1 = VirtFuncInvoker0< Nullable_1_t1166124571 >::Invoke(17 /* System.Nullable`1 Newtonsoft.Json.JsonReader::ReadAsDateTime() */, L_0); JsonTextWriter_t1095349912 * L_2 = __this->get__textWriter_16(); JsonReader_t2369136700 * L_3 = __this->get__innerReader_15(); NullCheck(L_2); VirtActionInvoker4< JsonReader_t2369136700 *, 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() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t656882293 TraceJsonReader_ReadAsDateTimeOffset_m4212409601 (TraceJsonReader_t740636742 * __this, const RuntimeMethod* method) { { JsonReader_t2369136700 * L_0 = __this->get__innerReader_15(); NullCheck(L_0); Nullable_1_t656882293 L_1 = VirtFuncInvoker0< Nullable_1_t656882293 >::Invoke(18 /* System.Nullable`1 Newtonsoft.Json.JsonReader::ReadAsDateTimeOffset() */, L_0); JsonTextWriter_t1095349912 * L_2 = __this->get__textWriter_16(); JsonReader_t2369136700 * L_3 = __this->get__innerReader_15(); NullCheck(L_2); VirtActionInvoker4< JsonReader_t2369136700 *, 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() extern "C" IL2CPP_METHOD_ATTR int32_t TraceJsonReader_get_Depth_m1493882070 (TraceJsonReader_t740636742 * __this, const RuntimeMethod* method) { { JsonReader_t2369136700 * L_0 = __this->get__innerReader_15(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 Newtonsoft.Json.JsonReader::get_Depth() */, L_0); return L_1; } } // System.String Newtonsoft.Json.Serialization.TraceJsonReader::get_Path() extern "C" IL2CPP_METHOD_ATTR String_t* TraceJsonReader_get_Path_m473420737 (TraceJsonReader_t740636742 * __this, const RuntimeMethod* method) { { JsonReader_t2369136700 * L_0 = __this->get__innerReader_15(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< 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() extern "C" IL2CPP_METHOD_ATTR int32_t TraceJsonReader_get_TokenType_m467225393 (TraceJsonReader_t740636742 * __this, const RuntimeMethod* method) { { JsonReader_t2369136700 * L_0 = __this->get__innerReader_15(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< 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() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * TraceJsonReader_get_Value_m3709248558 (TraceJsonReader_t740636742 * __this, const RuntimeMethod* method) { { JsonReader_t2369136700 * L_0 = __this->get__innerReader_15(); NullCheck(L_0); RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_0); return L_1; } } // System.Type Newtonsoft.Json.Serialization.TraceJsonReader::get_ValueType() extern "C" IL2CPP_METHOD_ATTR Type_t * TraceJsonReader_get_ValueType_m1404495468 (TraceJsonReader_t740636742 * __this, const RuntimeMethod* method) { { JsonReader_t2369136700 * L_0 = __this->get__innerReader_15(); NullCheck(L_0); Type_t * L_1 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type Newtonsoft.Json.JsonReader::get_ValueType() */, L_0); return L_1; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonReader::Close() extern "C" IL2CPP_METHOD_ATTR void TraceJsonReader_Close_m2808490562 (TraceJsonReader_t740636742 * __this, const RuntimeMethod* method) { { JsonReader_t2369136700 * L_0 = __this->get__innerReader_15(); NullCheck(L_0); VirtActionInvoker0::Invoke(20 /* System.Void Newtonsoft.Json.JsonReader::Close() */, L_0); return; } } // System.Boolean Newtonsoft.Json.Serialization.TraceJsonReader::Newtonsoft.Json.IJsonLineInfo.HasLineInfo() extern "C" IL2CPP_METHOD_ATTR bool TraceJsonReader_Newtonsoft_Json_IJsonLineInfo_HasLineInfo_m892727610 (TraceJsonReader_t740636742 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TraceJsonReader_Newtonsoft_Json_IJsonLineInfo_HasLineInfo_m892727610_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { JsonReader_t2369136700 * L_0 = __this->get__innerReader_15(); V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_0, IJsonLineInfo_t2844470104_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 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean Newtonsoft.Json.IJsonLineInfo::HasLineInfo() */, IJsonLineInfo_t2844470104_il2cpp_TypeInfo_var, L_2); return L_3; } IL_0016: { return (bool)0; } } // System.Int32 Newtonsoft.Json.Serialization.TraceJsonReader::Newtonsoft.Json.IJsonLineInfo.get_LineNumber() extern "C" IL2CPP_METHOD_ATTR int32_t TraceJsonReader_Newtonsoft_Json_IJsonLineInfo_get_LineNumber_m3379217153 (TraceJsonReader_t740636742 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TraceJsonReader_Newtonsoft_Json_IJsonLineInfo_get_LineNumber_m3379217153_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { JsonReader_t2369136700 * L_0 = __this->get__innerReader_15(); V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_0, IJsonLineInfo_t2844470104_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 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 Newtonsoft.Json.IJsonLineInfo::get_LineNumber() */, IJsonLineInfo_t2844470104_il2cpp_TypeInfo_var, L_2); return L_3; } } // System.Int32 Newtonsoft.Json.Serialization.TraceJsonReader::Newtonsoft.Json.IJsonLineInfo.get_LinePosition() extern "C" IL2CPP_METHOD_ATTR int32_t TraceJsonReader_Newtonsoft_Json_IJsonLineInfo_get_LinePosition_m1235704904 (TraceJsonReader_t740636742 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TraceJsonReader_Newtonsoft_Json_IJsonLineInfo_get_LinePosition_m1235704904_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { JsonReader_t2369136700 * L_0 = __this->get__innerReader_15(); V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_0, IJsonLineInfo_t2844470104_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 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 Newtonsoft.Json.IJsonLineInfo::get_LinePosition() */, IJsonLineInfo_t2844470104_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) extern "C" IL2CPP_METHOD_ATTR void TraceJsonWriter__ctor_m3725709804 (TraceJsonWriter_t1833403397 * __this, JsonWriter_t1467272295 * ___innerWriter0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TraceJsonWriter__ctor_m3725709804_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JsonWriter_t1467272295_il2cpp_TypeInfo_var); JsonWriter__ctor_m1110665009(__this, /*hidden argument*/NULL); JsonWriter_t1467272295 * L_0 = ___innerWriter0; __this->set__innerWriter_13(L_0); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_1 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); StringWriter_t802263757 * L_2 = (StringWriter_t802263757 *)il2cpp_codegen_object_new(StringWriter_t802263757_il2cpp_TypeInfo_var); StringWriter__ctor_m2474332877(L_2, L_1, /*hidden argument*/NULL); __this->set__sw_15(L_2); StringWriter_t802263757 * L_3 = __this->get__sw_15(); String_t* L_4 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2621255277, L_4, /*hidden argument*/NULL); NullCheck(L_3); VirtActionInvoker1< String_t* >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.String) */, L_3, L_5); StringWriter_t802263757 * L_6 = __this->get__sw_15(); JsonTextWriter_t1095349912 * L_7 = (JsonTextWriter_t1095349912 *)il2cpp_codegen_object_new(JsonTextWriter_t1095349912_il2cpp_TypeInfo_var); JsonTextWriter__ctor_m2383081106(L_7, L_6, /*hidden argument*/NULL); __this->set__textWriter_14(L_7); JsonTextWriter_t1095349912 * L_8 = __this->get__textWriter_14(); NullCheck(L_8); JsonWriter_set_Formatting_m76464413(L_8, 1, /*hidden argument*/NULL); JsonTextWriter_t1095349912 * L_9 = __this->get__textWriter_14(); JsonWriter_t1467272295 * L_10 = ___innerWriter0; NullCheck(L_10); CultureInfo_t4157843068 * L_11 = JsonWriter_get_Culture_m2940343858(L_10, /*hidden argument*/NULL); NullCheck(L_9); JsonWriter_set_Culture_m2361153456(L_9, L_11, /*hidden argument*/NULL); JsonTextWriter_t1095349912 * L_12 = __this->get__textWriter_14(); JsonWriter_t1467272295 * L_13 = ___innerWriter0; NullCheck(L_13); int32_t L_14 = JsonWriter_get_DateFormatHandling_m874163967(L_13, /*hidden argument*/NULL); NullCheck(L_12); JsonWriter_set_DateFormatHandling_m3318128329(L_12, L_14, /*hidden argument*/NULL); JsonTextWriter_t1095349912 * L_15 = __this->get__textWriter_14(); JsonWriter_t1467272295 * L_16 = ___innerWriter0; NullCheck(L_16); String_t* L_17 = JsonWriter_get_DateFormatString_m3232928038(L_16, /*hidden argument*/NULL); NullCheck(L_15); JsonWriter_set_DateFormatString_m1029558321(L_15, L_17, /*hidden argument*/NULL); JsonTextWriter_t1095349912 * L_18 = __this->get__textWriter_14(); JsonWriter_t1467272295 * L_19 = ___innerWriter0; NullCheck(L_19); int32_t L_20 = JsonWriter_get_DateTimeZoneHandling_m1298912413(L_19, /*hidden argument*/NULL); NullCheck(L_18); JsonWriter_set_DateTimeZoneHandling_m1324388417(L_18, L_20, /*hidden argument*/NULL); JsonTextWriter_t1095349912 * L_21 = __this->get__textWriter_14(); JsonWriter_t1467272295 * L_22 = ___innerWriter0; NullCheck(L_22); int32_t L_23 = JsonWriter_get_FloatFormatHandling_m2876749082(L_22, /*hidden argument*/NULL); NullCheck(L_21); JsonWriter_set_FloatFormatHandling_m3999801747(L_21, L_23, /*hidden argument*/NULL); return; } } // System.String Newtonsoft.Json.Serialization.TraceJsonWriter::GetSerializedJsonMessage() extern "C" IL2CPP_METHOD_ATTR String_t* TraceJsonWriter_GetSerializedJsonMessage_m3627518786 (TraceJsonWriter_t1833403397 * __this, const RuntimeMethod* method) { { StringWriter_t802263757 * L_0 = __this->get__sw_15(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_0); return L_1; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteValue(System.Decimal) extern "C" IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteValue_m45008812 (TraceJsonWriter_t1833403397 * __this, Decimal_t2948259380 ___value0, const RuntimeMethod* method) { { JsonTextWriter_t1095349912 * L_0 = __this->get__textWriter_14(); Decimal_t2948259380 L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< Decimal_t2948259380 >::Invoke(38 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Decimal) */, L_0, L_1); JsonWriter_t1467272295 * L_2 = __this->get__innerWriter_13(); Decimal_t2948259380 L_3 = ___value0; NullCheck(L_2); VirtActionInvoker1< Decimal_t2948259380 >::Invoke(38 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Decimal) */, L_2, L_3); Decimal_t2948259380 L_4 = ___value0; JsonWriter_WriteValue_m755619805(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteValue(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteValue_m1674659247 (TraceJsonWriter_t1833403397 * __this, bool ___value0, const RuntimeMethod* method) { { JsonTextWriter_t1095349912 * L_0 = __this->get__textWriter_14(); bool L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< bool >::Invoke(32 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Boolean) */, L_0, L_1); JsonWriter_t1467272295 * L_2 = __this->get__innerWriter_13(); bool L_3 = ___value0; NullCheck(L_2); VirtActionInvoker1< bool >::Invoke(32 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Boolean) */, L_2, L_3); bool L_4 = ___value0; JsonWriter_WriteValue_m3045568213(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteValue(System.Byte) extern "C" IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteValue_m490587464 (TraceJsonWriter_t1833403397 * __this, uint8_t ___value0, const RuntimeMethod* method) { { JsonTextWriter_t1095349912 * L_0 = __this->get__textWriter_14(); uint8_t L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< uint8_t >::Invoke(36 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Byte) */, L_0, L_1); JsonWriter_t1467272295 * L_2 = __this->get__innerWriter_13(); uint8_t L_3 = ___value0; NullCheck(L_2); VirtActionInvoker1< uint8_t >::Invoke(36 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Byte) */, L_2, L_3); uint8_t L_4 = ___value0; JsonWriter_WriteValue_m996277873(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteValue(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteValue_m2256730578 (TraceJsonWriter_t1833403397 * __this, Nullable_1_t2856858458 ___value0, const RuntimeMethod* method) { { JsonTextWriter_t1095349912 * L_0 = __this->get__textWriter_14(); Nullable_1_t2856858458 L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< Nullable_1_t2856858458 >::Invoke(53 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) */, L_0, L_1); JsonWriter_t1467272295 * L_2 = __this->get__innerWriter_13(); Nullable_1_t2856858458 L_3 = ___value0; NullCheck(L_2); VirtActionInvoker1< Nullable_1_t2856858458 >::Invoke(53 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) */, L_2, L_3); Nullable_1_t2856858458 L_4 = ___value0; JsonWriter_WriteValue_m3866610196(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteValue(System.Char) extern "C" IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteValue_m2846879804 (TraceJsonWriter_t1833403397 * __this, Il2CppChar ___value0, const RuntimeMethod* method) { { JsonTextWriter_t1095349912 * L_0 = __this->get__textWriter_14(); Il2CppChar L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< Il2CppChar >::Invoke(35 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Char) */, L_0, L_1); JsonWriter_t1467272295 * L_2 = __this->get__innerWriter_13(); Il2CppChar L_3 = ___value0; NullCheck(L_2); VirtActionInvoker1< Il2CppChar >::Invoke(35 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Char) */, L_2, L_3); Il2CppChar L_4 = ___value0; JsonWriter_WriteValue_m534922249(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteValue(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteValue_m1303414738 (TraceJsonWriter_t1833403397 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method) { { JsonTextWriter_t1095349912 * L_0 = __this->get__textWriter_14(); ByteU5BU5D_t4116647657* L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< ByteU5BU5D_t4116647657* >::Invoke(60 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Byte[]) */, L_0, L_1); JsonWriter_t1467272295 * L_2 = __this->get__innerWriter_13(); ByteU5BU5D_t4116647657* L_3 = ___value0; NullCheck(L_2); VirtActionInvoker1< ByteU5BU5D_t4116647657* >::Invoke(60 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Byte[]) */, L_2, L_3); ByteU5BU5D_t4116647657* L_4 = ___value0; JsonWriter_WriteValue_m3107219797(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteValue(System.DateTime) extern "C" IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteValue_m663553208 (TraceJsonWriter_t1833403397 * __this, DateTime_t3738529785 ___value0, const RuntimeMethod* method) { { JsonTextWriter_t1095349912 * L_0 = __this->get__textWriter_14(); DateTime_t3738529785 L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< DateTime_t3738529785 >::Invoke(39 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.DateTime) */, L_0, L_1); JsonWriter_t1467272295 * L_2 = __this->get__innerWriter_13(); DateTime_t3738529785 L_3 = ___value0; NullCheck(L_2); VirtActionInvoker1< DateTime_t3738529785 >::Invoke(39 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.DateTime) */, L_2, L_3); DateTime_t3738529785 L_4 = ___value0; JsonWriter_WriteValue_m3793256645(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteValue(System.DateTimeOffset) extern "C" IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteValue_m299400991 (TraceJsonWriter_t1833403397 * __this, DateTimeOffset_t3229287507 ___value0, const RuntimeMethod* method) { { JsonTextWriter_t1095349912 * L_0 = __this->get__textWriter_14(); DateTimeOffset_t3229287507 L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< DateTimeOffset_t3229287507 >::Invoke(40 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.DateTimeOffset) */, L_0, L_1); JsonWriter_t1467272295 * L_2 = __this->get__innerWriter_13(); DateTimeOffset_t3229287507 L_3 = ___value0; NullCheck(L_2); VirtActionInvoker1< DateTimeOffset_t3229287507 >::Invoke(40 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.DateTimeOffset) */, L_2, L_3); DateTimeOffset_t3229287507 L_4 = ___value0; JsonWriter_WriteValue_m72889891(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteValue(System.Double) extern "C" IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteValue_m336726633 (TraceJsonWriter_t1833403397 * __this, double ___value0, const RuntimeMethod* method) { { JsonTextWriter_t1095349912 * L_0 = __this->get__textWriter_14(); double L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< double >::Invoke(31 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Double) */, L_0, L_1); JsonWriter_t1467272295 * L_2 = __this->get__innerWriter_13(); double L_3 = ___value0; NullCheck(L_2); VirtActionInvoker1< double >::Invoke(31 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Double) */, L_2, L_3); double L_4 = ___value0; JsonWriter_WriteValue_m869556315(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteUndefined() extern "C" IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteUndefined_m1994339138 (TraceJsonWriter_t1833403397 * __this, const RuntimeMethod* method) { { JsonTextWriter_t1095349912 * L_0 = __this->get__textWriter_14(); NullCheck(L_0); VirtActionInvoker0::Invoke(22 /* System.Void Newtonsoft.Json.JsonWriter::WriteUndefined() */, L_0); JsonWriter_t1467272295 * L_1 = __this->get__innerWriter_13(); NullCheck(L_1); VirtActionInvoker0::Invoke(22 /* System.Void Newtonsoft.Json.JsonWriter::WriteUndefined() */, L_1); JsonWriter_WriteUndefined_m3012783893(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteNull() extern "C" IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteNull_m699029385 (TraceJsonWriter_t1833403397 * __this, const RuntimeMethod* method) { { JsonTextWriter_t1095349912 * L_0 = __this->get__textWriter_14(); NullCheck(L_0); VirtActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, L_0); JsonWriter_t1467272295 * L_1 = __this->get__innerWriter_13(); NullCheck(L_1); VirtActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, L_1); JsonWriter_WriteUndefined_m3012783893(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteValue(System.Single) extern "C" IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteValue_m2814094584 (TraceJsonWriter_t1833403397 * __this, float ___value0, const RuntimeMethod* method) { { JsonTextWriter_t1095349912 * L_0 = __this->get__textWriter_14(); float L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< float >::Invoke(30 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Single) */, L_0, L_1); JsonWriter_t1467272295 * L_2 = __this->get__innerWriter_13(); float L_3 = ___value0; NullCheck(L_2); VirtActionInvoker1< float >::Invoke(30 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Single) */, L_2, L_3); float L_4 = ___value0; JsonWriter_WriteValue_m3774019217(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteValue(System.Guid) extern "C" IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteValue_m25555675 (TraceJsonWriter_t1833403397 * __this, Guid_t ___value0, const RuntimeMethod* method) { { JsonTextWriter_t1095349912 * L_0 = __this->get__textWriter_14(); Guid_t L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< Guid_t >::Invoke(41 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Guid) */, L_0, L_1); JsonWriter_t1467272295 * L_2 = __this->get__innerWriter_13(); Guid_t L_3 = ___value0; NullCheck(L_2); VirtActionInvoker1< Guid_t >::Invoke(41 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Guid) */, L_2, L_3); Guid_t L_4 = ___value0; JsonWriter_WriteValue_m2212523461(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteValue(System.Int32) extern "C" IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteValue_m3703430015 (TraceJsonWriter_t1833403397 * __this, int32_t ___value0, const RuntimeMethod* method) { { JsonTextWriter_t1095349912 * L_0 = __this->get__textWriter_14(); int32_t L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< int32_t >::Invoke(26 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Int32) */, L_0, L_1); JsonWriter_t1467272295 * L_2 = __this->get__innerWriter_13(); int32_t L_3 = ___value0; NullCheck(L_2); VirtActionInvoker1< int32_t >::Invoke(26 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Int32) */, L_2, L_3); int32_t L_4 = ___value0; JsonWriter_WriteValue_m1761958501(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteValue(System.Int64) extern "C" IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteValue_m3703036802 (TraceJsonWriter_t1833403397 * __this, int64_t ___value0, const RuntimeMethod* method) { { JsonTextWriter_t1095349912 * L_0 = __this->get__textWriter_14(); int64_t L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< int64_t >::Invoke(28 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Int64) */, L_0, L_1); JsonWriter_t1467272295 * L_2 = __this->get__innerWriter_13(); int64_t L_3 = ___value0; NullCheck(L_2); VirtActionInvoker1< int64_t >::Invoke(28 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Int64) */, L_2, L_3); int64_t L_4 = ___value0; JsonWriter_WriteValue_m598831407(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteValue(System.Object) extern "C" IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteValue_m4216080946 (TraceJsonWriter_t1833403397 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { JsonTextWriter_t1095349912 * L_0 = __this->get__textWriter_14(); RuntimeObject * L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< RuntimeObject * >::Invoke(62 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Object) */, L_0, L_1); JsonWriter_t1467272295 * L_2 = __this->get__innerWriter_13(); RuntimeObject * L_3 = ___value0; NullCheck(L_2); VirtActionInvoker1< RuntimeObject * >::Invoke(62 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Object) */, L_2, L_3); RuntimeObject * L_4 = ___value0; JsonWriter_WriteValue_m57335208(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteValue(System.SByte) extern "C" IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteValue_m3496977248 (TraceJsonWriter_t1833403397 * __this, int8_t ___value0, const RuntimeMethod* method) { { JsonTextWriter_t1095349912 * L_0 = __this->get__textWriter_14(); int8_t L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< int8_t >::Invoke(37 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.SByte) */, L_0, L_1); JsonWriter_t1467272295 * L_2 = __this->get__innerWriter_13(); int8_t L_3 = ___value0; NullCheck(L_2); VirtActionInvoker1< int8_t >::Invoke(37 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.SByte) */, L_2, L_3); int8_t L_4 = ___value0; JsonWriter_WriteValue_m3525383365(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteValue(System.Int16) extern "C" IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteValue_m3703167873 (TraceJsonWriter_t1833403397 * __this, int16_t ___value0, const RuntimeMethod* method) { { JsonTextWriter_t1095349912 * L_0 = __this->get__textWriter_14(); int16_t L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< int16_t >::Invoke(33 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Int16) */, L_0, L_1); JsonWriter_t1467272295 * L_2 = __this->get__innerWriter_13(); int16_t L_3 = ___value0; NullCheck(L_2); VirtActionInvoker1< int16_t >::Invoke(33 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Int16) */, L_2, L_3); int16_t L_4 = ___value0; JsonWriter_WriteValue_m3731458041(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteValue(System.String) extern "C" IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteValue_m2843870981 (TraceJsonWriter_t1833403397 * __this, String_t* ___value0, const RuntimeMethod* method) { { JsonTextWriter_t1095349912 * L_0 = __this->get__textWriter_14(); String_t* L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< String_t* >::Invoke(25 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.String) */, L_0, L_1); JsonWriter_t1467272295 * L_2 = __this->get__innerWriter_13(); String_t* L_3 = ___value0; NullCheck(L_2); VirtActionInvoker1< String_t* >::Invoke(25 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.String) */, L_2, L_3); String_t* L_4 = ___value0; JsonWriter_WriteValue_m1762582339(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteValue(System.TimeSpan) extern "C" IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteValue_m4084143196 (TraceJsonWriter_t1833403397 * __this, TimeSpan_t881159249 ___value0, const RuntimeMethod* method) { { JsonTextWriter_t1095349912 * L_0 = __this->get__textWriter_14(); TimeSpan_t881159249 L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< TimeSpan_t881159249 >::Invoke(42 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.TimeSpan) */, L_0, L_1); JsonWriter_t1467272295 * L_2 = __this->get__innerWriter_13(); TimeSpan_t881159249 L_3 = ___value0; NullCheck(L_2); VirtActionInvoker1< TimeSpan_t881159249 >::Invoke(42 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.TimeSpan) */, L_2, L_3); TimeSpan_t881159249 L_4 = ___value0; JsonWriter_WriteValue_m3976123313(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteValue(System.UInt32) extern "C" IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteValue_m4227896374 (TraceJsonWriter_t1833403397 * __this, uint32_t ___value0, const RuntimeMethod* method) { { JsonTextWriter_t1095349912 * L_0 = __this->get__textWriter_14(); uint32_t L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< uint32_t >::Invoke(27 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.UInt32) */, L_0, L_1); JsonWriter_t1467272295 * L_2 = __this->get__innerWriter_13(); uint32_t L_3 = ___value0; NullCheck(L_2); VirtActionInvoker1< uint32_t >::Invoke(27 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.UInt32) */, L_2, L_3); uint32_t L_4 = ___value0; JsonWriter_WriteValue_m1399368634(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteValue(System.UInt64) extern "C" IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteValue_m739694740 (TraceJsonWriter_t1833403397 * __this, uint64_t ___value0, const RuntimeMethod* method) { { JsonTextWriter_t1095349912 * L_0 = __this->get__textWriter_14(); uint64_t L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< uint64_t >::Invoke(29 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.UInt64) */, L_0, L_1); JsonWriter_t1467272295 * L_2 = __this->get__innerWriter_13(); uint64_t L_3 = ___value0; NullCheck(L_2); VirtActionInvoker1< uint64_t >::Invoke(29 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.UInt64) */, L_2, L_3); uint64_t L_4 = ___value0; JsonWriter_WriteValue_m3305894593(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteValue(System.Uri) extern "C" IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteValue_m3519392649 (TraceJsonWriter_t1833403397 * __this, Uri_t100236324 * ___value0, const RuntimeMethod* method) { { JsonTextWriter_t1095349912 * L_0 = __this->get__textWriter_14(); Uri_t100236324 * L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< Uri_t100236324 * >::Invoke(61 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Uri) */, L_0, L_1); JsonWriter_t1467272295 * L_2 = __this->get__innerWriter_13(); Uri_t100236324 * L_3 = ___value0; NullCheck(L_2); VirtActionInvoker1< Uri_t100236324 * >::Invoke(61 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Uri) */, L_2, L_3); Uri_t100236324 * L_4 = ___value0; JsonWriter_WriteValue_m3636458124(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteValue(System.UInt16) extern "C" IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteValue_m1902166474 (TraceJsonWriter_t1833403397 * __this, uint16_t ___value0, const RuntimeMethod* method) { { JsonTextWriter_t1095349912 * L_0 = __this->get__textWriter_14(); uint16_t L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< uint16_t >::Invoke(34 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.UInt16) */, L_0, L_1); JsonWriter_t1467272295 * L_2 = __this->get__innerWriter_13(); uint16_t L_3 = ___value0; NullCheck(L_2); VirtActionInvoker1< uint16_t >::Invoke(34 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.UInt16) */, L_2, L_3); uint16_t L_4 = ___value0; JsonWriter_WriteValue_m3326842096(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteComment(System.String) extern "C" IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteComment_m3254019488 (TraceJsonWriter_t1833403397 * __this, String_t* ___text0, const RuntimeMethod* method) { { JsonTextWriter_t1095349912 * L_0 = __this->get__textWriter_14(); String_t* L_1 = ___text0; NullCheck(L_0); VirtActionInvoker1< String_t* >::Invoke(63 /* System.Void Newtonsoft.Json.JsonWriter::WriteComment(System.String) */, L_0, L_1); JsonWriter_t1467272295 * L_2 = __this->get__innerWriter_13(); String_t* L_3 = ___text0; NullCheck(L_2); VirtActionInvoker1< String_t* >::Invoke(63 /* System.Void Newtonsoft.Json.JsonWriter::WriteComment(System.String) */, L_2, L_3); String_t* L_4 = ___text0; JsonWriter_WriteComment_m2597385057(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteStartArray() extern "C" IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteStartArray_m2815053233 (TraceJsonWriter_t1833403397 * __this, const RuntimeMethod* method) { { JsonTextWriter_t1095349912 * L_0 = __this->get__textWriter_14(); NullCheck(L_0); VirtActionInvoker0::Invoke(9 /* System.Void Newtonsoft.Json.JsonWriter::WriteStartArray() */, L_0); JsonWriter_t1467272295 * L_1 = __this->get__innerWriter_13(); NullCheck(L_1); VirtActionInvoker0::Invoke(9 /* System.Void Newtonsoft.Json.JsonWriter::WriteStartArray() */, L_1); JsonWriter_WriteStartArray_m1802468309(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteEndArray() extern "C" IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteEndArray_m2946384712 (TraceJsonWriter_t1833403397 * __this, const RuntimeMethod* method) { { JsonTextWriter_t1095349912 * L_0 = __this->get__textWriter_14(); NullCheck(L_0); VirtActionInvoker0::Invoke(10 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndArray() */, L_0); JsonWriter_t1467272295 * L_1 = __this->get__innerWriter_13(); NullCheck(L_1); VirtActionInvoker0::Invoke(10 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndArray() */, L_1); JsonWriter_WriteEndArray_m3402066055(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteStartConstructor(System.String) extern "C" IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteStartConstructor_m4238103518 (TraceJsonWriter_t1833403397 * __this, String_t* ___name0, const RuntimeMethod* method) { { JsonTextWriter_t1095349912 * L_0 = __this->get__textWriter_14(); String_t* L_1 = ___name0; NullCheck(L_0); VirtActionInvoker1< String_t* >::Invoke(11 /* System.Void Newtonsoft.Json.JsonWriter::WriteStartConstructor(System.String) */, L_0, L_1); JsonWriter_t1467272295 * L_2 = __this->get__innerWriter_13(); String_t* L_3 = ___name0; NullCheck(L_2); VirtActionInvoker1< String_t* >::Invoke(11 /* System.Void Newtonsoft.Json.JsonWriter::WriteStartConstructor(System.String) */, L_2, L_3); String_t* L_4 = ___name0; JsonWriter_WriteStartConstructor_m3873626772(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteEndConstructor() extern "C" IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteEndConstructor_m3480366761 (TraceJsonWriter_t1833403397 * __this, const RuntimeMethod* method) { { JsonTextWriter_t1095349912 * L_0 = __this->get__textWriter_14(); NullCheck(L_0); VirtActionInvoker0::Invoke(12 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndConstructor() */, L_0); JsonWriter_t1467272295 * L_1 = __this->get__innerWriter_13(); NullCheck(L_1); VirtActionInvoker0::Invoke(12 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndConstructor() */, L_1); JsonWriter_WriteEndConstructor_m3437097751(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WritePropertyName(System.String) extern "C" IL2CPP_METHOD_ATTR void TraceJsonWriter_WritePropertyName_m3867057999 (TraceJsonWriter_t1833403397 * __this, String_t* ___name0, const RuntimeMethod* method) { { JsonTextWriter_t1095349912 * L_0 = __this->get__textWriter_14(); String_t* L_1 = ___name0; NullCheck(L_0); VirtActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, L_0, L_1); JsonWriter_t1467272295 * L_2 = __this->get__innerWriter_13(); String_t* L_3 = ___name0; NullCheck(L_2); VirtActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, L_2, L_3); String_t* L_4 = ___name0; JsonWriter_WritePropertyName_m1400365370(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WritePropertyName(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void TraceJsonWriter_WritePropertyName_m508024203 (TraceJsonWriter_t1833403397 * __this, String_t* ___name0, bool ___escape1, const RuntimeMethod* method) { { JsonTextWriter_t1095349912 * L_0 = __this->get__textWriter_14(); String_t* L_1 = ___name0; bool L_2 = ___escape1; NullCheck(L_0); VirtActionInvoker2< String_t*, bool >::Invoke(14 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String,System.Boolean) */, L_0, L_1, L_2); JsonWriter_t1467272295 * L_3 = __this->get__innerWriter_13(); String_t* L_4 = ___name0; bool L_5 = ___escape1; NullCheck(L_3); VirtActionInvoker2< 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_m1400365370(__this, L_6, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteStartObject() extern "C" IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteStartObject_m1215521668 (TraceJsonWriter_t1833403397 * __this, const RuntimeMethod* method) { { JsonTextWriter_t1095349912 * L_0 = __this->get__textWriter_14(); NullCheck(L_0); VirtActionInvoker0::Invoke(7 /* System.Void Newtonsoft.Json.JsonWriter::WriteStartObject() */, L_0); JsonWriter_t1467272295 * L_1 = __this->get__innerWriter_13(); NullCheck(L_1); VirtActionInvoker0::Invoke(7 /* System.Void Newtonsoft.Json.JsonWriter::WriteStartObject() */, L_1); JsonWriter_WriteStartObject_m116870646(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteEndObject() extern "C" IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteEndObject_m2674319572 (TraceJsonWriter_t1833403397 * __this, const RuntimeMethod* method) { { JsonTextWriter_t1095349912 * L_0 = __this->get__textWriter_14(); NullCheck(L_0); VirtActionInvoker0::Invoke(8 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndObject() */, L_0); JsonWriter_t1467272295 * L_1 = __this->get__innerWriter_13(); NullCheck(L_1); VirtActionInvoker0::Invoke(8 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndObject() */, L_1); JsonWriter_WriteEndObject_m899541852(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteRawValue(System.String) extern "C" IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteRawValue_m2707440190 (TraceJsonWriter_t1833403397 * __this, String_t* ___json0, const RuntimeMethod* method) { { JsonTextWriter_t1095349912 * L_0 = __this->get__textWriter_14(); String_t* L_1 = ___json0; NullCheck(L_0); VirtActionInvoker1< String_t* >::Invoke(24 /* System.Void Newtonsoft.Json.JsonWriter::WriteRawValue(System.String) */, L_0, L_1); JsonWriter_t1467272295 * L_2 = __this->get__innerWriter_13(); String_t* L_3 = ___json0; NullCheck(L_2); VirtActionInvoker1< String_t* >::Invoke(24 /* System.Void Newtonsoft.Json.JsonWriter::WriteRawValue(System.String) */, L_2, L_3); JsonWriter_InternalWriteValue_m193962530(__this, ((int32_t)12), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::WriteRaw(System.String) extern "C" IL2CPP_METHOD_ATTR void TraceJsonWriter_WriteRaw_m4046389980 (TraceJsonWriter_t1833403397 * __this, String_t* ___json0, const RuntimeMethod* method) { { JsonTextWriter_t1095349912 * L_0 = __this->get__textWriter_14(); String_t* L_1 = ___json0; NullCheck(L_0); VirtActionInvoker1< String_t* >::Invoke(23 /* System.Void Newtonsoft.Json.JsonWriter::WriteRaw(System.String) */, L_0, L_1); JsonWriter_t1467272295 * L_2 = __this->get__innerWriter_13(); String_t* L_3 = ___json0; NullCheck(L_2); VirtActionInvoker1< String_t* >::Invoke(23 /* System.Void Newtonsoft.Json.JsonWriter::WriteRaw(System.String) */, L_2, L_3); String_t* L_4 = ___json0; JsonWriter_WriteRaw_m1183082873(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::Close() extern "C" IL2CPP_METHOD_ATTR void TraceJsonWriter_Close_m2004371264 (TraceJsonWriter_t1833403397 * __this, const RuntimeMethod* method) { { JsonTextWriter_t1095349912 * L_0 = __this->get__textWriter_14(); NullCheck(L_0); VirtActionInvoker0::Invoke(6 /* System.Void Newtonsoft.Json.JsonWriter::Close() */, L_0); JsonWriter_t1467272295 * L_1 = __this->get__innerWriter_13(); NullCheck(L_1); VirtActionInvoker0::Invoke(6 /* System.Void Newtonsoft.Json.JsonWriter::Close() */, L_1); JsonWriter_Close_m3584185124(__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() extern "C" IL2CPP_METHOD_ATTR void PreserveAttribute__ctor_m3990516972 (PreserveAttribute_t2412949961 * __this, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__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.Utilities.Base64Encoder::.ctor(System.IO.TextWriter) extern "C" IL2CPP_METHOD_ATTR void Base64Encoder__ctor_m895256504 (Base64Encoder_t3724986751 * __this, TextWriter_t3478189236 * ___writer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Base64Encoder__ctor_m895256504_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set__charsLine_0(((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)((int32_t)76)))); Object__ctor_m297566312(__this, /*hidden argument*/NULL); TextWriter_t3478189236 * L_0 = ___writer0; ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, L_0, _stringLiteral1980498921, /*hidden argument*/NULL); TextWriter_t3478189236 * L_1 = ___writer0; __this->set__writer_1(L_1); return; } } // System.Void Newtonsoft.Json.Utilities.Base64Encoder::Encode(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Base64Encoder_Encode_m529978134 (Base64Encoder_t3724986751 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Base64Encoder_Encode_m529978134_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; { ByteU5BU5D_t4116647657* L_0 = ___buffer0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3939495523, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Base64Encoder_Encode_m529978134_RuntimeMethod_var); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_001d; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_3, _stringLiteral797640427, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Base64Encoder_Encode_m529978134_RuntimeMethod_var); } IL_001d: { int32_t L_4 = ___count2; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_002c; } } { ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_5, _stringLiteral2002595880, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,Base64Encoder_Encode_m529978134_RuntimeMethod_var); } IL_002c: { int32_t L_6 = ___count2; ByteU5BU5D_t4116647657* L_7 = ___buffer0; NullCheck(L_7); int32_t L_8 = ___index1; if ((((int32_t)L_6) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))), (int32_t)L_8))))) { goto IL_003f; } } { ArgumentOutOfRangeException_t777629997 * L_9 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_9, _stringLiteral2002595880, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,Base64Encoder_Encode_m529978134_RuntimeMethod_var); } IL_003f: { int32_t L_10 = __this->get__leftOverBytesCount_3(); if ((((int32_t)L_10) <= ((int32_t)0))) { goto IL_00a4; } } { int32_t L_11 = __this->get__leftOverBytesCount_3(); V_2 = L_11; goto IL_006a; } IL_0051: { ByteU5BU5D_t4116647657* L_12 = __this->get__leftOverBytes_2(); int32_t L_13 = V_2; int32_t L_14 = L_13; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); ByteU5BU5D_t4116647657* L_15 = ___buffer0; int32_t L_16 = ___index1; int32_t L_17 = L_16; ___index1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); NullCheck(L_15); int32_t L_18 = L_17; uint8_t L_19 = (L_15)->GetAt(static_cast(L_18)); NullCheck(L_12); (L_12)->SetAt(static_cast(L_14), (uint8_t)L_19); int32_t L_20 = ___count2; ___count2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)1)); } IL_006a: { int32_t L_21 = V_2; if ((((int32_t)L_21) >= ((int32_t)3))) { goto IL_0072; } } { int32_t L_22 = ___count2; if ((((int32_t)L_22) > ((int32_t)0))) { goto IL_0051; } } IL_0072: { int32_t L_23 = ___count2; if (L_23) { goto IL_0081; } } { int32_t L_24 = V_2; if ((((int32_t)L_24) >= ((int32_t)3))) { goto IL_0081; } } { int32_t L_25 = V_2; __this->set__leftOverBytesCount_3(L_25); return; } IL_0081: { ByteU5BU5D_t4116647657* L_26 = __this->get__leftOverBytes_2(); CharU5BU5D_t3528271667* L_27 = __this->get__charsLine_0(); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_28 = Convert_ToBase64CharArray_m1259198255(NULL /*static, unused*/, L_26, 0, 3, L_27, 0, /*hidden argument*/NULL); V_3 = L_28; CharU5BU5D_t3528271667* L_29 = __this->get__charsLine_0(); int32_t L_30 = V_3; Base64Encoder_WriteChars_m3020201355(__this, L_29, 0, L_30, /*hidden argument*/NULL); } IL_00a4: { int32_t L_31 = ___count2; __this->set__leftOverBytesCount_3(((int32_t)((int32_t)L_31%(int32_t)3))); int32_t L_32 = __this->get__leftOverBytesCount_3(); if ((((int32_t)L_32) <= ((int32_t)0))) { goto IL_00fa; } } { int32_t L_33 = ___count2; int32_t L_34 = __this->get__leftOverBytesCount_3(); ___count2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)L_34)); ByteU5BU5D_t4116647657* L_35 = __this->get__leftOverBytes_2(); if (L_35) { goto IL_00d4; } } { __this->set__leftOverBytes_2(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)3))); } IL_00d4: { V_4 = 0; goto IL_00f0; } IL_00d9: { ByteU5BU5D_t4116647657* L_36 = __this->get__leftOverBytes_2(); int32_t L_37 = V_4; ByteU5BU5D_t4116647657* L_38 = ___buffer0; int32_t L_39 = ___index1; int32_t L_40 = ___count2; int32_t L_41 = V_4; NullCheck(L_38); int32_t L_42 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40)), (int32_t)L_41)); uint8_t L_43 = (L_38)->GetAt(static_cast(L_42)); NullCheck(L_36); (L_36)->SetAt(static_cast(L_37), (uint8_t)L_43); int32_t L_44 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); } IL_00f0: { int32_t L_45 = V_4; int32_t L_46 = __this->get__leftOverBytesCount_3(); if ((((int32_t)L_45) < ((int32_t)L_46))) { goto IL_00d9; } } IL_00fa: { int32_t L_47 = ___index1; int32_t L_48 = ___count2; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)L_48)); V_1 = ((int32_t)57); goto IL_0132; } IL_0103: { int32_t L_49 = ___index1; int32_t L_50 = V_1; int32_t L_51 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)L_50))) <= ((int32_t)L_51))) { goto IL_010d; } } { int32_t L_52 = V_0; int32_t L_53 = ___index1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_52, (int32_t)L_53)); } IL_010d: { ByteU5BU5D_t4116647657* L_54 = ___buffer0; int32_t L_55 = ___index1; int32_t L_56 = V_1; CharU5BU5D_t3528271667* L_57 = __this->get__charsLine_0(); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_58 = Convert_ToBase64CharArray_m1259198255(NULL /*static, unused*/, L_54, L_55, L_56, L_57, 0, /*hidden argument*/NULL); V_5 = L_58; CharU5BU5D_t3528271667* L_59 = __this->get__charsLine_0(); int32_t L_60 = V_5; Base64Encoder_WriteChars_m3020201355(__this, L_59, 0, L_60, /*hidden argument*/NULL); int32_t L_61 = ___index1; int32_t L_62 = V_1; ___index1 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)L_62)); } IL_0132: { int32_t L_63 = ___index1; int32_t L_64 = V_0; if ((((int32_t)L_63) < ((int32_t)L_64))) { goto IL_0103; } } { return; } } // System.Void Newtonsoft.Json.Utilities.Base64Encoder::Flush() extern "C" IL2CPP_METHOD_ATTR void Base64Encoder_Flush_m2747375597 (Base64Encoder_t3724986751 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Base64Encoder_Flush_m2747375597_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get__leftOverBytesCount_3(); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0038; } } { ByteU5BU5D_t4116647657* L_1 = __this->get__leftOverBytes_2(); int32_t L_2 = __this->get__leftOverBytesCount_3(); CharU5BU5D_t3528271667* L_3 = __this->get__charsLine_0(); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_4 = Convert_ToBase64CharArray_m1259198255(NULL /*static, unused*/, L_1, 0, L_2, L_3, 0, /*hidden argument*/NULL); V_0 = L_4; CharU5BU5D_t3528271667* L_5 = __this->get__charsLine_0(); int32_t L_6 = V_0; Base64Encoder_WriteChars_m3020201355(__this, L_5, 0, L_6, /*hidden argument*/NULL); __this->set__leftOverBytesCount_3(0); } IL_0038: { return; } } // System.Void Newtonsoft.Json.Utilities.Base64Encoder::WriteChars(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Base64Encoder_WriteChars_m3020201355 (Base64Encoder_t3724986751 * __this, CharU5BU5D_t3528271667* ___chars0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { { TextWriter_t3478189236 * L_0 = __this->get__writer_1(); CharU5BU5D_t3528271667* L_1 = ___chars0; int32_t L_2 = ___index1; int32_t L_3 = ___count2; NullCheck(L_0); VirtActionInvoker3< CharU5BU5D_t3528271667*, int32_t, int32_t >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.Char[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Char[] Newtonsoft.Json.Utilities.BufferUtils::RentBuffer(Newtonsoft.Json.IArrayPool`1,System.Int32) extern "C" IL2CPP_METHOD_ATTR CharU5BU5D_t3528271667* BufferUtils_RentBuffer_m2229979349 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___bufferPool0, int32_t ___minSize1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BufferUtils_RentBuffer_m2229979349_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___bufferPool0; if (L_0) { goto IL_000a; } } { int32_t L_1 = ___minSize1; return ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)L_1)); } IL_000a: { RuntimeObject* L_2 = ___bufferPool0; int32_t L_3 = ___minSize1; NullCheck(L_2); CharU5BU5D_t3528271667* L_4 = InterfaceFuncInvoker1< CharU5BU5D_t3528271667*, int32_t >::Invoke(0 /* T[] Newtonsoft.Json.IArrayPool`1::Rent(System.Int32) */, IArrayPool_1_t3621664784_il2cpp_TypeInfo_var, L_2, L_3); return L_4; } } // System.Void Newtonsoft.Json.Utilities.BufferUtils::ReturnBuffer(Newtonsoft.Json.IArrayPool`1,System.Char[]) extern "C" IL2CPP_METHOD_ATTR void BufferUtils_ReturnBuffer_m1757235126 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___bufferPool0, CharU5BU5D_t3528271667* ___buffer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BufferUtils_ReturnBuffer_m1757235126_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___bufferPool0; if (L_0) { goto IL_0004; } } { return; } IL_0004: { RuntimeObject* L_1 = ___bufferPool0; CharU5BU5D_t3528271667* L_2 = ___buffer1; NullCheck(L_1); InterfaceActionInvoker1< CharU5BU5D_t3528271667* >::Invoke(1 /* System.Void Newtonsoft.Json.IArrayPool`1::Return(T[]) */, IArrayPool_1_t3621664784_il2cpp_TypeInfo_var, L_1, L_2); return; } } // System.Char[] Newtonsoft.Json.Utilities.BufferUtils::EnsureBufferSize(Newtonsoft.Json.IArrayPool`1,System.Int32,System.Char[]) extern "C" IL2CPP_METHOD_ATTR CharU5BU5D_t3528271667* BufferUtils_EnsureBufferSize_m2563135377 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___bufferPool0, int32_t ___size1, CharU5BU5D_t3528271667* ___buffer2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BufferUtils_EnsureBufferSize_m2563135377_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___bufferPool0; if (L_0) { goto IL_000a; } } { int32_t L_1 = ___size1; return ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)L_1)); } IL_000a: { CharU5BU5D_t3528271667* L_2 = ___buffer2; if (!L_2) { goto IL_0014; } } { RuntimeObject* L_3 = ___bufferPool0; CharU5BU5D_t3528271667* L_4 = ___buffer2; NullCheck(L_3); InterfaceActionInvoker1< CharU5BU5D_t3528271667* >::Invoke(1 /* System.Void Newtonsoft.Json.IArrayPool`1::Return(T[]) */, IArrayPool_1_t3621664784_il2cpp_TypeInfo_var, L_3, L_4); } IL_0014: { RuntimeObject* L_5 = ___bufferPool0; int32_t L_6 = ___size1; NullCheck(L_5); CharU5BU5D_t3528271667* L_7 = InterfaceFuncInvoker1< CharU5BU5D_t3528271667*, int32_t >::Invoke(0 /* T[] Newtonsoft.Json.IArrayPool`1::Rent(System.Int32) */, IArrayPool_1_t3621664784_il2cpp_TypeInfo_var, L_5, L_6); return L_7; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean Newtonsoft.Json.Utilities.CollectionUtils::IsDictionaryType(System.Type) extern "C" IL2CPP_METHOD_ATTR bool CollectionUtils_IsDictionaryType_m3703162077 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CollectionUtils_IsDictionaryType_m3703162077_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___type0; ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, L_0, _stringLiteral3243520166, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (IDictionary_t1363984059_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); Type_t * L_3 = ___type0; NullCheck(L_2); bool L_4 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_2, L_3); if (!L_4) { goto IL_001f; } } { return (bool)1; } IL_001f: { Type_t * L_5 = ___type0; RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (IDictionary_2_t3177279192_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); bool L_8 = ReflectionUtils_ImplementsGenericDefinition_m1481186786(NULL /*static, unused*/, L_5, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0033; } } { return (bool)1; } IL_0033: { return (bool)0; } } // System.Reflection.ConstructorInfo Newtonsoft.Json.Utilities.CollectionUtils::ResolveEnumerableCollectionConstructor(System.Type,System.Type) extern "C" IL2CPP_METHOD_ATTR ConstructorInfo_t5769829 * CollectionUtils_ResolveEnumerableCollectionConstructor_m3503010540 (RuntimeObject * __this /* static, unused */, Type_t * ___collectionType0, Type_t * ___collectionItemType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CollectionUtils_ResolveEnumerableCollectionConstructor_m3503010540_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (IList_1_t523203890_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); TypeU5BU5D_t3940880105* L_2 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)1)); Type_t * L_3 = ___collectionItemType1; NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (Type_t *)L_3); NullCheck(L_1); Type_t * L_4 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t3940880105* >::Invoke(97 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_1, L_2); V_0 = L_4; Type_t * L_5 = ___collectionType0; Type_t * L_6 = ___collectionItemType1; Type_t * L_7 = V_0; ConstructorInfo_t5769829 * L_8 = CollectionUtils_ResolveEnumerableCollectionConstructor_m2494527832(NULL /*static, unused*/, L_5, L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.Reflection.ConstructorInfo Newtonsoft.Json.Utilities.CollectionUtils::ResolveEnumerableCollectionConstructor(System.Type,System.Type,System.Type) extern "C" IL2CPP_METHOD_ATTR ConstructorInfo_t5769829 * CollectionUtils_ResolveEnumerableCollectionConstructor_m2494527832 (RuntimeObject * __this /* static, unused */, Type_t * ___collectionType0, Type_t * ___collectionItemType1, Type_t * ___constructorArgumentType2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CollectionUtils_ResolveEnumerableCollectionConstructor_m2494527832_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; ConstructorInfo_t5769829 * V_1 = NULL; ConstructorInfoU5BU5D_t881249896* V_2 = NULL; int32_t V_3 = 0; ConstructorInfo_t5769829 * V_4 = NULL; RuntimeObject* V_5 = NULL; Type_t * V_6 = NULL; { RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (IEnumerable_1_t1615002100_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); TypeU5BU5D_t3940880105* L_2 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)1)); Type_t * L_3 = ___collectionItemType1; NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (Type_t *)L_3); NullCheck(L_1); Type_t * L_4 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t3940880105* >::Invoke(97 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_1, L_2); V_0 = L_4; V_1 = (ConstructorInfo_t5769829 *)NULL; Type_t * L_5 = ___collectionType0; NullCheck(L_5); ConstructorInfoU5BU5D_t881249896* L_6 = VirtFuncInvoker1< ConstructorInfoU5BU5D_t881249896*, int32_t >::Invoke(89 /* System.Reflection.ConstructorInfo[] System.Type::GetConstructors(System.Reflection.BindingFlags) */, L_5, ((int32_t)20)); V_2 = L_6; V_3 = 0; goto IL_006e; } IL_0029: { ConstructorInfoU5BU5D_t881249896* L_7 = V_2; int32_t L_8 = V_3; NullCheck(L_7); int32_t L_9 = L_8; ConstructorInfo_t5769829 * L_10 = (L_7)->GetAt(static_cast(L_9)); V_4 = L_10; ConstructorInfo_t5769829 * L_11 = V_4; NullCheck(L_11); ParameterInfoU5BU5D_t390618515* L_12 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_11); V_5 = (RuntimeObject*)L_12; RuntimeObject* L_13 = V_5; NullCheck(L_13); int32_t L_14 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t394241536_il2cpp_TypeInfo_var, L_13); if ((!(((uint32_t)L_14) == ((uint32_t)1)))) { goto IL_006a; } } { RuntimeObject* L_15 = V_5; NullCheck(L_15); ParameterInfo_t1861056598 * L_16 = InterfaceFuncInvoker1< ParameterInfo_t1861056598 *, int32_t >::Invoke(3 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t3676376381_il2cpp_TypeInfo_var, L_15, 0); NullCheck(L_16); Type_t * L_17 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_16); V_6 = L_17; Type_t * L_18 = V_0; Type_t * L_19 = V_6; if ((!(((RuntimeObject*)(Type_t *)L_18) == ((RuntimeObject*)(Type_t *)L_19)))) { goto IL_005a; } } { ConstructorInfo_t5769829 * L_20 = V_4; V_1 = L_20; goto IL_0074; } IL_005a: { ConstructorInfo_t5769829 * L_21 = V_1; if (L_21) { goto IL_006a; } } { Type_t * L_22 = V_6; Type_t * L_23 = ___constructorArgumentType2; NullCheck(L_22); bool L_24 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_22, L_23); if (!L_24) { goto IL_006a; } } { ConstructorInfo_t5769829 * L_25 = V_4; V_1 = L_25; } IL_006a: { int32_t L_26 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_006e: { int32_t L_27 = V_3; ConstructorInfoU5BU5D_t881249896* L_28 = V_2; NullCheck(L_28); if ((((int32_t)L_27) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_28)->max_length))))))) { goto IL_0029; } } IL_0074: { ConstructorInfo_t5769829 * L_29 = V_1; return L_29; } } // System.Collections.Generic.IList`1 Newtonsoft.Json.Utilities.CollectionUtils::GetDimensions(System.Collections.IList,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CollectionUtils_GetDimensions_m1989187353 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___values0, int32_t ___dimensionsCount1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CollectionUtils_GetDimensions_m1989187353_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject * V_2 = NULL; { List_1_t128053199 * L_0 = (List_1_t128053199 *)il2cpp_codegen_object_new(List_1_t128053199_il2cpp_TypeInfo_var); List_1__ctor_m1628857705(L_0, /*hidden argument*/List_1__ctor_m1628857705_RuntimeMethod_var); V_0 = (RuntimeObject*)L_0; RuntimeObject* L_1 = ___values0; V_1 = L_1; } IL_0008: { RuntimeObject* L_2 = V_0; RuntimeObject* L_3 = V_1; NullCheck(L_3); int32_t L_4 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_3); NullCheck(L_2); InterfaceActionInvoker1< int32_t >::Invoke(2 /* System.Void System.Collections.Generic.ICollection`1::Add(!0) */, ICollection_1_t1484130691_il2cpp_TypeInfo_var, L_2, L_4); RuntimeObject* L_5 = V_0; NullCheck(L_5); int32_t L_6 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t1484130691_il2cpp_TypeInfo_var, L_5); int32_t L_7 = ___dimensionsCount1; if ((((int32_t)L_6) == ((int32_t)L_7))) { goto IL_003e; } } { RuntimeObject* L_8 = V_1; NullCheck(L_8); int32_t L_9 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_8); if (!L_9) { goto IL_003e; } } { RuntimeObject* L_10 = V_1; NullCheck(L_10); RuntimeObject * L_11 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(2 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_t2094931216_il2cpp_TypeInfo_var, L_10, 0); V_2 = L_11; RuntimeObject * L_12 = V_2; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_12, IList_t2094931216_il2cpp_TypeInfo_var))) { goto IL_003e; } } { RuntimeObject * L_13 = V_2; V_1 = ((RuntimeObject*)Castclass((RuntimeObject*)L_13, IList_t2094931216_il2cpp_TypeInfo_var)); goto IL_0008; } IL_003e: { RuntimeObject* L_14 = V_0; return L_14; } } // System.Void Newtonsoft.Json.Utilities.CollectionUtils::CopyFromJaggedToMultidimensionalArray(System.Collections.IList,System.Array,System.Int32[]) extern "C" IL2CPP_METHOD_ATTR void CollectionUtils_CopyFromJaggedToMultidimensionalArray_m2906431338 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___values0, RuntimeArray * ___multidimensionalArray1, Int32U5BU5D_t385246372* ___indices2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CollectionUtils_CopyFromJaggedToMultidimensionalArray_m2906431338_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Int32U5BU5D_t385246372* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; { Int32U5BU5D_t385246372* L_0 = ___indices2; NullCheck(L_0); V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))); int32_t L_1 = V_0; RuntimeArray * L_2 = ___multidimensionalArray1; NullCheck(L_2); int32_t L_3 = Array_get_Rank_m3448755881(L_2, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)L_3)))) { goto IL_001c; } } { RuntimeArray * L_4 = ___multidimensionalArray1; RuntimeObject* L_5 = ___values0; Int32U5BU5D_t385246372* L_6 = ___indices2; RuntimeObject * L_7 = CollectionUtils_JaggedArrayGetValue_m2563080823(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); Int32U5BU5D_t385246372* L_8 = ___indices2; NullCheck(L_4); Array_SetValue_m1804138688(L_4, L_7, L_8, /*hidden argument*/NULL); return; } IL_001c: { RuntimeArray * L_9 = ___multidimensionalArray1; int32_t L_10 = V_0; NullCheck(L_9); int32_t L_11 = Array_GetLength_m2178203778(L_9, L_10, /*hidden argument*/NULL); V_1 = L_11; RuntimeObject* L_12 = ___values0; Int32U5BU5D_t385246372* L_13 = ___indices2; RuntimeObject * L_14 = CollectionUtils_JaggedArrayGetValue_m2563080823(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_14, IList_t2094931216_il2cpp_TypeInfo_var))); int32_t L_15 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t3904884886_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_14, IList_t2094931216_il2cpp_TypeInfo_var))); int32_t L_16 = V_1; if ((((int32_t)L_15) == ((int32_t)L_16))) { goto IL_0043; } } { Exception_t * L_17 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_17, _stringLiteral4061484786, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17,CollectionUtils_CopyFromJaggedToMultidimensionalArray_m2906431338_RuntimeMethod_var); } IL_0043: { int32_t L_18 = V_0; V_2 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)))); V_3 = 0; goto IL_005a; } IL_0050: { Int32U5BU5D_t385246372* L_19 = V_2; int32_t L_20 = V_3; Int32U5BU5D_t385246372* L_21 = ___indices2; int32_t L_22 = V_3; NullCheck(L_21); int32_t L_23 = L_22; int32_t L_24 = (L_21)->GetAt(static_cast(L_23)); NullCheck(L_19); (L_19)->SetAt(static_cast(L_20), (int32_t)L_24); int32_t L_25 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_005a: { int32_t L_26 = V_3; int32_t L_27 = V_0; if ((((int32_t)L_26) < ((int32_t)L_27))) { goto IL_0050; } } { V_4 = 0; goto IL_0076; } IL_0063: { Int32U5BU5D_t385246372* L_28 = V_2; int32_t L_29 = V_0; int32_t L_30 = V_4; NullCheck(L_28); (L_28)->SetAt(static_cast(L_29), (int32_t)L_30); RuntimeObject* L_31 = ___values0; RuntimeArray * L_32 = ___multidimensionalArray1; Int32U5BU5D_t385246372* L_33 = V_2; CollectionUtils_CopyFromJaggedToMultidimensionalArray_m2906431338(NULL /*static, unused*/, L_31, L_32, L_33, /*hidden argument*/NULL); int32_t L_34 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_0076: { int32_t L_35 = V_4; RuntimeArray * L_36 = ___multidimensionalArray1; int32_t L_37 = V_0; NullCheck(L_36); int32_t L_38 = Array_GetLength_m2178203778(L_36, L_37, /*hidden argument*/NULL); if ((((int32_t)L_35) < ((int32_t)L_38))) { goto IL_0063; } } { return; } } // System.Object Newtonsoft.Json.Utilities.CollectionUtils::JaggedArrayGetValue(System.Collections.IList,System.Int32[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CollectionUtils_JaggedArrayGetValue_m2563080823 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___values0, Int32U5BU5D_t385246372* ___indices1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CollectionUtils_JaggedArrayGetValue_m2563080823_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { RuntimeObject* L_0 = ___values0; V_0 = L_0; V_1 = 0; goto IL_002b; } IL_0006: { Int32U5BU5D_t385246372* L_1 = ___indices1; int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = L_2; int32_t L_4 = (L_1)->GetAt(static_cast(L_3)); V_2 = L_4; int32_t L_5 = V_1; Int32U5BU5D_t385246372* L_6 = ___indices1; NullCheck(L_6); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))), (int32_t)1)))))) { goto IL_001a; } } { RuntimeObject* L_7 = V_0; int32_t L_8 = V_2; NullCheck(L_7); RuntimeObject * L_9 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(2 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_t2094931216_il2cpp_TypeInfo_var, L_7, L_8); return L_9; } IL_001a: { RuntimeObject* L_10 = V_0; int32_t L_11 = V_2; NullCheck(L_10); RuntimeObject * L_12 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(2 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_t2094931216_il2cpp_TypeInfo_var, L_10, L_11); V_0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_12, IList_t2094931216_il2cpp_TypeInfo_var)); int32_t L_13 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_002b: { int32_t L_14 = V_1; Int32U5BU5D_t385246372* L_15 = ___indices1; NullCheck(L_15); if ((((int32_t)L_14) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length))))))) { goto IL_0006; } } { RuntimeObject* L_16 = V_0; return L_16; } } // System.Array Newtonsoft.Json.Utilities.CollectionUtils::ToMultidimensionalArray(System.Collections.IList,System.Type,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeArray * CollectionUtils_ToMultidimensionalArray_m1689011102 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___values0, Type_t * ___type1, int32_t ___rank2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CollectionUtils_ToMultidimensionalArray_m1689011102_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeArray * V_1 = NULL; { RuntimeObject* L_0 = ___values0; int32_t L_1 = ___rank2; RuntimeObject* L_2 = CollectionUtils_GetDimensions_m1989187353(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; goto IL_0011; } IL_000a: { RuntimeObject* L_3 = V_0; NullCheck(L_3); InterfaceActionInvoker1< int32_t >::Invoke(2 /* System.Void System.Collections.Generic.ICollection`1::Add(!0) */, ICollection_1_t1484130691_il2cpp_TypeInfo_var, L_3, 0); } IL_0011: { RuntimeObject* L_4 = V_0; NullCheck(L_4); int32_t L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t1484130691_il2cpp_TypeInfo_var, L_4); int32_t L_6 = ___rank2; if ((((int32_t)L_5) < ((int32_t)L_6))) { goto IL_000a; } } { Type_t * L_7 = ___type1; RuntimeObject* L_8 = V_0; Int32U5BU5D_t385246372* L_9 = Enumerable_ToArray_TisInt32_t2950945753_m647562198(NULL /*static, unused*/, L_8, /*hidden argument*/Enumerable_ToArray_TisInt32_t2950945753_m647562198_RuntimeMethod_var); RuntimeArray * L_10 = Array_CreateInstance_m2175520447(NULL /*static, unused*/, L_7, L_9, /*hidden argument*/NULL); V_1 = L_10; RuntimeObject* L_11 = ___values0; RuntimeArray * L_12 = V_1; CollectionUtils_CopyFromJaggedToMultidimensionalArray_m2906431338(NULL /*static, unused*/, L_11, L_12, ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)0)), /*hidden argument*/NULL); RuntimeArray * L_13 = V_1; 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 // Newtonsoft.Json.Utilities.PrimitiveTypeCode Newtonsoft.Json.Utilities.ConvertUtils::GetTypeCode(System.Type) extern "C" IL2CPP_METHOD_ATTR int32_t ConvertUtils_GetTypeCode_m66075454 (RuntimeObject * __this /* static, unused */, Type_t * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConvertUtils_GetTypeCode_m66075454_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { Type_t * L_0 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_t2194062972_il2cpp_TypeInfo_var); int32_t L_1 = ConvertUtils_GetTypeCode_m537513080(NULL /*static, unused*/, L_0, (&V_0), /*hidden argument*/NULL); return L_1; } } // Newtonsoft.Json.Utilities.PrimitiveTypeCode Newtonsoft.Json.Utilities.ConvertUtils::GetTypeCode(System.Type,System.Boolean&) extern "C" IL2CPP_METHOD_ATTR int32_t ConvertUtils_GetTypeCode_m537513080 (RuntimeObject * __this /* static, unused */, Type_t * ___t0, bool* ___isEnum1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConvertUtils_GetTypeCode_m537513080_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Type_t * V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_t2194062972_il2cpp_TypeInfo_var); Dictionary_2_t3243296968 * L_0 = ((ConvertUtils_t2194062972_StaticFields*)il2cpp_codegen_static_fields_for(ConvertUtils_t2194062972_il2cpp_TypeInfo_var))->get_TypeCodeMap_0(); Type_t * L_1 = ___t0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m1611307801(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m1611307801_RuntimeMethod_var); if (!L_2) { goto IL_0014; } } { bool* L_3 = ___isEnum1; *((int8_t*)(L_3)) = (int8_t)0; int32_t L_4 = V_0; return L_4; } IL_0014: { Type_t * L_5 = ___t0; bool L_6 = TypeExtensions_IsEnum_m286495740(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_002b; } } { bool* L_7 = ___isEnum1; *((int8_t*)(L_7)) = (int8_t)1; Type_t * L_8 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); Type_t * L_9 = Enum_GetUnderlyingType_m2480312097(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_t2194062972_il2cpp_TypeInfo_var); int32_t L_10 = ConvertUtils_GetTypeCode_m66075454(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return L_10; } IL_002b: { Type_t * L_11 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); bool L_12 = ReflectionUtils_IsNullableType_m2557784957(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0069; } } { Type_t * L_13 = ___t0; Type_t * L_14 = Nullable_GetUnderlyingType_m3905033790(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); V_1 = L_14; Type_t * L_15 = V_1; bool L_16 = TypeExtensions_IsEnum_m286495740(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_0069; } } { RuntimeTypeHandle_t3027515415 L_17 = { reinterpret_cast (Nullable_1_t3772285925_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_18 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); TypeU5BU5D_t3940880105* L_19 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)1)); Type_t * L_20 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); Type_t * L_21 = Enum_GetUnderlyingType_m2480312097(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_21); (L_19)->SetAt(static_cast(0), (Type_t *)L_21); NullCheck(L_18); Type_t * L_22 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t3940880105* >::Invoke(97 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_18, L_19); bool* L_23 = ___isEnum1; *((int8_t*)(L_23)) = (int8_t)1; IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_t2194062972_il2cpp_TypeInfo_var); int32_t L_24 = ConvertUtils_GetTypeCode_m66075454(NULL /*static, unused*/, L_22, /*hidden argument*/NULL); return L_24; } IL_0069: { bool* L_25 = ___isEnum1; *((int8_t*)(L_25)) = (int8_t)0; return (int32_t)(1); } } // Newtonsoft.Json.Utilities.TypeInformation Newtonsoft.Json.Utilities.ConvertUtils::GetTypeInformation(System.IConvertible) extern "C" IL2CPP_METHOD_ATTR TypeInformation_t1210244291 * ConvertUtils_GetTypeInformation_m2205180117 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___convertable0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConvertUtils_GetTypeInformation_m2205180117_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_t2194062972_il2cpp_TypeInfo_var); TypeInformationU5BU5D_t2952020178* L_0 = ((ConvertUtils_t2194062972_StaticFields*)il2cpp_codegen_static_fields_for(ConvertUtils_t2194062972_il2cpp_TypeInfo_var))->get_PrimitiveTypeCodes_1(); RuntimeObject* L_1 = ___convertable0; NullCheck(L_1); int32_t L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.TypeCode System.IConvertible::GetTypeCode() */, IConvertible_t2977365677_il2cpp_TypeInfo_var, L_1); NullCheck(L_0); int32_t L_3 = L_2; TypeInformation_t1210244291 * L_4 = (L_0)->GetAt(static_cast(L_3)); return L_4; } } // System.Boolean Newtonsoft.Json.Utilities.ConvertUtils::IsConvertible(System.Type) extern "C" IL2CPP_METHOD_ATTR bool ConvertUtils_IsConvertible_m2061056491 (RuntimeObject * __this /* static, unused */, Type_t * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConvertUtils_IsConvertible_m2061056491_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (IConvertible_t2977365677_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); Type_t * L_2 = ___t0; NullCheck(L_1); bool L_3 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_1, L_2); return L_3; } } // System.TimeSpan Newtonsoft.Json.Utilities.ConvertUtils::ParseTimeSpan(System.String) extern "C" IL2CPP_METHOD_ATTR TimeSpan_t881159249 ConvertUtils_ParseTimeSpan_m1572991556 (RuntimeObject * __this /* static, unused */, String_t* ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConvertUtils_ParseTimeSpan_m1572991556_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t881159249_il2cpp_TypeInfo_var); TimeSpan_t881159249 L_1 = TimeSpan_Parse_m4107860700(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.Func`2 Newtonsoft.Json.Utilities.ConvertUtils::CreateCastConverter(Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey) extern "C" IL2CPP_METHOD_ATTR Func_2_t2447130374 * ConvertUtils_CreateCastConverter_m107459859 (RuntimeObject * __this /* static, unused */, TypeConvertKey_t285306760 ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConvertUtils_CreateCastConverter_m107459859_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass9_0_t1591754542 * V_0 = NULL; MethodInfo_t * V_1 = NULL; { U3CU3Ec__DisplayClass9_0_t1591754542 * L_0 = (U3CU3Ec__DisplayClass9_0_t1591754542 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass9_0_t1591754542_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass9_0__ctor_m1379164318(L_0, /*hidden argument*/NULL); V_0 = L_0; Type_t * L_1 = TypeConvertKey_get_TargetType_m1323123860((&___t0), /*hidden argument*/NULL); TypeU5BU5D_t3940880105* L_2 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)1)); Type_t * L_3 = TypeConvertKey_get_InitialType_m1948938866((&___t0), /*hidden argument*/NULL); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (Type_t *)L_3); NullCheck(L_1); MethodInfo_t * L_4 = Type_GetMethod_m1479779718(L_1, _stringLiteral3306367446, L_2, /*hidden argument*/NULL); V_1 = L_4; MethodInfo_t * L_5 = V_1; if (L_5) { goto IL_004d; } } { Type_t * L_6 = TypeConvertKey_get_TargetType_m1323123860((&___t0), /*hidden argument*/NULL); TypeU5BU5D_t3940880105* L_7 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)1)); Type_t * L_8 = TypeConvertKey_get_InitialType_m1948938866((&___t0), /*hidden argument*/NULL); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(0), (Type_t *)L_8); NullCheck(L_6); MethodInfo_t * L_9 = Type_GetMethod_m1479779718(L_6, _stringLiteral2655463595, L_7, /*hidden argument*/NULL); V_1 = L_9; } IL_004d: { MethodInfo_t * L_10 = V_1; if (L_10) { goto IL_0052; } } { return (Func_2_t2447130374 *)NULL; } IL_0052: { U3CU3Ec__DisplayClass9_0_t1591754542 * L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); ReflectionDelegateFactory_t2528576452 * L_12 = JsonTypeReflector_get_ReflectionDelegateFactory_m2937328847(NULL /*static, unused*/, /*hidden argument*/NULL); MethodInfo_t * L_13 = V_1; NullCheck(L_12); MethodCall_2_t2845904993 * L_14 = GenericVirtFuncInvoker1< MethodCall_2_t2845904993 *, MethodBase_t * >::Invoke(ReflectionDelegateFactory_CreateMethodCall_TisRuntimeObject_m2397225021_RuntimeMethod_var, L_12, L_13); NullCheck(L_11); L_11->set_call_0(L_14); U3CU3Ec__DisplayClass9_0_t1591754542 * L_15 = V_0; intptr_t L_16 = (intptr_t)U3CU3Ec__DisplayClass9_0_U3CCreateCastConverterU3Eb__0_m1204656933_RuntimeMethod_var; Func_2_t2447130374 * L_17 = (Func_2_t2447130374 *)il2cpp_codegen_object_new(Func_2_t2447130374_il2cpp_TypeInfo_var); Func_2__ctor_m406556452(L_17, L_15, L_16, /*hidden argument*/Func_2__ctor_m406556452_RuntimeMethod_var); return L_17; } } // System.Boolean Newtonsoft.Json.Utilities.ConvertUtils::TryConvert(System.Object,System.Globalization.CultureInfo,System.Type,System.Object&) extern "C" IL2CPP_METHOD_ATTR bool ConvertUtils_TryConvert_m917593776 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___initialValue0, CultureInfo_t4157843068 * ___culture1, Type_t * ___targetType2, RuntimeObject ** ___value3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConvertUtils_TryConvert_m917593776_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { RuntimeObject * L_0 = ___initialValue0; CultureInfo_t4157843068 * L_1 = ___culture1; Type_t * L_2 = ___targetType2; RuntimeObject ** L_3 = ___value3; IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_t2194062972_il2cpp_TypeInfo_var); int32_t L_4 = ConvertUtils_TryConvertInternal_m3198121260(NULL /*static, unused*/, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); if (L_4) { goto IL_000f; } } IL_000b: { V_0 = (bool)1; goto IL_001e; } IL_000f: { RuntimeObject ** L_5 = ___value3; *((RuntimeObject **)(L_5)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_5), (RuntimeObject *)NULL); V_0 = (bool)0; goto IL_001e; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0016; throw e; } CATCH_0016: { // begin catch(System.Object) RuntimeObject ** L_6 = ___value3; *((RuntimeObject **)(L_6)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_6), (RuntimeObject *)NULL); V_0 = (bool)0; goto IL_001e; } // end catch (depth: 1) IL_001e: { bool L_7 = V_0; return L_7; } } // Newtonsoft.Json.Utilities.ConvertUtils/ConvertResult Newtonsoft.Json.Utilities.ConvertUtils::TryConvertInternal(System.Object,System.Globalization.CultureInfo,System.Type,System.Object&) extern "C" IL2CPP_METHOD_ATTR int32_t ConvertUtils_TryConvertInternal_m3198121260 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___initialValue0, CultureInfo_t4157843068 * ___culture1, Type_t * ___targetType2, RuntimeObject ** ___value3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConvertUtils_TryConvertInternal_m3198121260_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; String_t* V_1 = NULL; TypeConverter_t2249118273 * V_2 = NULL; TypeConverter_t2249118273 * V_3 = NULL; Guid_t V_4; memset(&V_4, 0, sizeof(V_4)); Version_t3456873960 * V_5 = NULL; { RuntimeObject * L_0 = ___initialValue0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2427215530, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ConvertUtils_TryConvertInternal_m3198121260_RuntimeMethod_var); } IL_000e: { Type_t * L_2 = ___targetType2; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); bool L_3 = ReflectionUtils_IsNullableType_m2557784957(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_001e; } } { Type_t * L_4 = ___targetType2; Type_t * L_5 = Nullable_GetUnderlyingType_m3905033790(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); ___targetType2 = L_5; } IL_001e: { RuntimeObject * L_6 = ___initialValue0; NullCheck(L_6); Type_t * L_7 = Object_GetType_m88164663(L_6, /*hidden argument*/NULL); V_0 = L_7; Type_t * L_8 = ___targetType2; Type_t * L_9 = V_0; if ((!(((RuntimeObject*)(Type_t *)L_8) == ((RuntimeObject*)(Type_t *)L_9)))) { goto IL_002e; } } { RuntimeObject ** L_10 = ___value3; RuntimeObject * L_11 = ___initialValue0; *((RuntimeObject **)(L_10)) = (RuntimeObject *)L_11; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_10), (RuntimeObject *)L_11); return (int32_t)(0); } IL_002e: { RuntimeObject * L_12 = ___initialValue0; NullCheck(L_12); Type_t * L_13 = Object_GetType_m88164663(L_12, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_t2194062972_il2cpp_TypeInfo_var); bool L_14 = ConvertUtils_IsConvertible_m2061056491(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0083; } } { Type_t * L_15 = ___targetType2; IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_t2194062972_il2cpp_TypeInfo_var); bool L_16 = ConvertUtils_IsConvertible_m2061056491(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_0083; } } { Type_t * L_17 = ___targetType2; bool L_18 = TypeExtensions_IsEnum_m286495740(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_0077; } } { RuntimeObject * L_19 = ___initialValue0; if (!((String_t*)IsInstSealed((RuntimeObject*)L_19, String_t_il2cpp_TypeInfo_var))) { goto IL_0064; } } { RuntimeObject ** L_20 = ___value3; Type_t * L_21 = ___targetType2; RuntimeObject * L_22 = ___initialValue0; NullCheck(L_22); String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_22); IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_24 = Enum_Parse_m1579637477(NULL /*static, unused*/, L_21, L_23, (bool)1, /*hidden argument*/NULL); *((RuntimeObject **)(L_20)) = (RuntimeObject *)L_24; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_20), (RuntimeObject *)L_24); return (int32_t)(0); } IL_0064: { RuntimeObject * L_25 = ___initialValue0; IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_t2194062972_il2cpp_TypeInfo_var); bool L_26 = ConvertUtils_IsInteger_m1782566389(NULL /*static, unused*/, L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_0077; } } { RuntimeObject ** L_27 = ___value3; Type_t * L_28 = ___targetType2; RuntimeObject * L_29 = ___initialValue0; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_30 = Enum_ToObject_m1628250250(NULL /*static, unused*/, L_28, L_29, /*hidden argument*/NULL); *((RuntimeObject **)(L_27)) = (RuntimeObject *)L_30; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_27), (RuntimeObject *)L_30); return (int32_t)(0); } IL_0077: { RuntimeObject ** L_31 = ___value3; RuntimeObject * L_32 = ___initialValue0; Type_t * L_33 = ___targetType2; CultureInfo_t4157843068 * L_34 = ___culture1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); RuntimeObject * L_35 = Convert_ChangeType_m827193029(NULL /*static, unused*/, L_32, L_33, L_34, /*hidden argument*/NULL); *((RuntimeObject **)(L_31)) = (RuntimeObject *)L_35; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_31), (RuntimeObject *)L_35); return (int32_t)(0); } IL_0083: { RuntimeObject * L_36 = ___initialValue0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_36, DateTime_t3738529785_il2cpp_TypeInfo_var))) { goto IL_00ac; } } { Type_t * L_37 = ___targetType2; RuntimeTypeHandle_t3027515415 L_38 = { reinterpret_cast (DateTimeOffset_t3229287507_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_39 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_38, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_37) == ((RuntimeObject*)(Type_t *)L_39)))) { goto IL_00ac; } } { RuntimeObject ** L_40 = ___value3; RuntimeObject * L_41 = ___initialValue0; DateTimeOffset_t3229287507 L_42; memset(&L_42, 0, sizeof(L_42)); DateTimeOffset__ctor_m2084804982((&L_42), ((*(DateTime_t3738529785 *)((DateTime_t3738529785 *)UnBox(L_41, DateTime_t3738529785_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); DateTimeOffset_t3229287507 L_43 = L_42; RuntimeObject * L_44 = Box(DateTimeOffset_t3229287507_il2cpp_TypeInfo_var, &L_43); *((RuntimeObject **)(L_40)) = (RuntimeObject *)L_44; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_40), (RuntimeObject *)L_44); return (int32_t)(0); } IL_00ac: { RuntimeObject * L_45 = ___initialValue0; if (!((ByteU5BU5D_t4116647657*)IsInst((RuntimeObject*)L_45, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var))) { goto IL_00d5; } } { Type_t * L_46 = ___targetType2; RuntimeTypeHandle_t3027515415 L_47 = { reinterpret_cast (Guid_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_48 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_47, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_46) == ((RuntimeObject*)(Type_t *)L_48)))) { goto IL_00d5; } } { RuntimeObject ** L_49 = ___value3; RuntimeObject * L_50 = ___initialValue0; Guid_t L_51; memset(&L_51, 0, sizeof(L_51)); Guid__ctor_m3421080095((&L_51), ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_50, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); Guid_t L_52 = L_51; RuntimeObject * L_53 = Box(Guid_t_il2cpp_TypeInfo_var, &L_52); *((RuntimeObject **)(L_49)) = (RuntimeObject *)L_53; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_49), (RuntimeObject *)L_53); return (int32_t)(0); } IL_00d5: { RuntimeObject * L_54 = ___initialValue0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_54, Guid_t_il2cpp_TypeInfo_var))) { goto IL_00fd; } } { Type_t * L_55 = ___targetType2; RuntimeTypeHandle_t3027515415 L_56 = { reinterpret_cast (ByteU5BU5D_t4116647657_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_57 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_56, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_55) == ((RuntimeObject*)(Type_t *)L_57)))) { goto IL_00fd; } } { RuntimeObject ** L_58 = ___value3; RuntimeObject * L_59 = ___initialValue0; V_4 = ((*(Guid_t *)((Guid_t *)UnBox(L_59, Guid_t_il2cpp_TypeInfo_var)))); ByteU5BU5D_t4116647657* L_60 = Guid_ToByteArray_m1059098555((&V_4), /*hidden argument*/NULL); *((RuntimeObject **)(L_58)) = (RuntimeObject *)L_60; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_58), (RuntimeObject *)L_60); return (int32_t)(0); } IL_00fd: { RuntimeObject * L_61 = ___initialValue0; V_1 = ((String_t*)IsInstSealed((RuntimeObject*)L_61, String_t_il2cpp_TypeInfo_var)); String_t* L_62 = V_1; if (!L_62) { goto IL_01b0; } } { Type_t * L_63 = ___targetType2; RuntimeTypeHandle_t3027515415 L_64 = { reinterpret_cast (Guid_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_65 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_64, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_63) == ((RuntimeObject*)(Type_t *)L_65)))) { goto IL_0126; } } { RuntimeObject ** L_66 = ___value3; String_t* L_67 = V_1; Guid_t L_68; memset(&L_68, 0, sizeof(L_68)); Guid__ctor_m2423264394((&L_68), L_67, /*hidden argument*/NULL); Guid_t L_69 = L_68; RuntimeObject * L_70 = Box(Guid_t_il2cpp_TypeInfo_var, &L_69); *((RuntimeObject **)(L_66)) = (RuntimeObject *)L_70; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_66), (RuntimeObject *)L_70); return (int32_t)(0); } IL_0126: { Type_t * L_71 = ___targetType2; RuntimeTypeHandle_t3027515415 L_72 = { reinterpret_cast (Uri_t100236324_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_73 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_72, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_71) == ((RuntimeObject*)(Type_t *)L_73)))) { goto IL_013e; } } { RuntimeObject ** L_74 = ___value3; String_t* L_75 = V_1; Uri_t100236324 * L_76 = (Uri_t100236324 *)il2cpp_codegen_object_new(Uri_t100236324_il2cpp_TypeInfo_var); Uri__ctor_m3040793867(L_76, L_75, 0, /*hidden argument*/NULL); *((RuntimeObject **)(L_74)) = (RuntimeObject *)L_76; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_74), (RuntimeObject *)L_76); return (int32_t)(0); } IL_013e: { Type_t * L_77 = ___targetType2; RuntimeTypeHandle_t3027515415 L_78 = { reinterpret_cast (TimeSpan_t881159249_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_79 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_78, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_77) == ((RuntimeObject*)(Type_t *)L_79)))) { goto IL_015a; } } { RuntimeObject ** L_80 = ___value3; String_t* L_81 = V_1; IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_t2194062972_il2cpp_TypeInfo_var); TimeSpan_t881159249 L_82 = ConvertUtils_ParseTimeSpan_m1572991556(NULL /*static, unused*/, L_81, /*hidden argument*/NULL); TimeSpan_t881159249 L_83 = L_82; RuntimeObject * L_84 = Box(TimeSpan_t881159249_il2cpp_TypeInfo_var, &L_83); *((RuntimeObject **)(L_80)) = (RuntimeObject *)L_84; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_80), (RuntimeObject *)L_84); return (int32_t)(0); } IL_015a: { Type_t * L_85 = ___targetType2; RuntimeTypeHandle_t3027515415 L_86 = { reinterpret_cast (ByteU5BU5D_t4116647657_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_87 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_86, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_85) == ((RuntimeObject*)(Type_t *)L_87)))) { goto IL_0171; } } { RuntimeObject ** L_88 = ___value3; String_t* L_89 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_90 = Convert_FromBase64String_m3685135396(NULL /*static, unused*/, L_89, /*hidden argument*/NULL); *((RuntimeObject **)(L_88)) = (RuntimeObject *)L_90; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_88), (RuntimeObject *)L_90); return (int32_t)(0); } IL_0171: { Type_t * L_91 = ___targetType2; RuntimeTypeHandle_t3027515415 L_92 = { reinterpret_cast (Version_t3456873960_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_93 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_92, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_91) == ((RuntimeObject*)(Type_t *)L_93)))) { goto IL_0193; } } { String_t* L_94 = V_1; IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_t2194062972_il2cpp_TypeInfo_var); bool L_95 = ConvertUtils_VersionTryParse_m503562826(NULL /*static, unused*/, L_94, (&V_5), /*hidden argument*/NULL); if (!L_95) { goto IL_018e; } } { RuntimeObject ** L_96 = ___value3; Version_t3456873960 * L_97 = V_5; *((RuntimeObject **)(L_96)) = (RuntimeObject *)L_97; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_96), (RuntimeObject *)L_97); return (int32_t)(0); } IL_018e: { RuntimeObject ** L_98 = ___value3; *((RuntimeObject **)(L_98)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_98), (RuntimeObject *)NULL); return (int32_t)(3); } IL_0193: { RuntimeTypeHandle_t3027515415 L_99 = { reinterpret_cast (Type_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_100 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_99, /*hidden argument*/NULL); Type_t * L_101 = ___targetType2; NullCheck(L_100); bool L_102 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_100, L_101); if (!L_102) { goto IL_01b0; } } { RuntimeObject ** L_103 = ___value3; String_t* L_104 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_105 = il2cpp_codegen_get_type((Il2CppMethodPointer)&Type_GetType_m3605423543, L_104, (bool)1, "Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null"); *((RuntimeObject **)(L_103)) = (RuntimeObject *)L_105; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_103), (RuntimeObject *)L_105); return (int32_t)(0); } IL_01b0: { Type_t * L_106 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_t2194062972_il2cpp_TypeInfo_var); TypeConverter_t2249118273 * L_107 = ConvertUtils_GetConverter_m2610355888(NULL /*static, unused*/, L_106, /*hidden argument*/NULL); V_2 = L_107; TypeConverter_t2249118273 * L_108 = V_2; if (!L_108) { goto IL_01d1; } } { TypeConverter_t2249118273 * L_109 = V_2; Type_t * L_110 = ___targetType2; NullCheck(L_109); bool L_111 = TypeConverter_CanConvertTo_m183459680(L_109, L_110, /*hidden argument*/NULL); if (!L_111) { goto IL_01d1; } } { RuntimeObject ** L_112 = ___value3; TypeConverter_t2249118273 * L_113 = V_2; CultureInfo_t4157843068 * L_114 = ___culture1; RuntimeObject * L_115 = ___initialValue0; Type_t * L_116 = ___targetType2; NullCheck(L_113); RuntimeObject * L_117 = VirtFuncInvoker4< RuntimeObject *, RuntimeObject*, CultureInfo_t4157843068 *, RuntimeObject *, Type_t * >::Invoke(7 /* System.Object System.ComponentModel.TypeConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) */, L_113, (RuntimeObject*)NULL, L_114, L_115, L_116); *((RuntimeObject **)(L_112)) = (RuntimeObject *)L_117; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_112), (RuntimeObject *)L_117); return (int32_t)(0); } IL_01d1: { Type_t * L_118 = ___targetType2; IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_t2194062972_il2cpp_TypeInfo_var); TypeConverter_t2249118273 * L_119 = ConvertUtils_GetConverter_m2610355888(NULL /*static, unused*/, L_118, /*hidden argument*/NULL); V_3 = L_119; TypeConverter_t2249118273 * L_120 = V_3; if (!L_120) { goto IL_01f1; } } { TypeConverter_t2249118273 * L_121 = V_3; Type_t * L_122 = V_0; NullCheck(L_121); bool L_123 = TypeConverter_CanConvertFrom_m322337685(L_121, L_122, /*hidden argument*/NULL); if (!L_123) { goto IL_01f1; } } { RuntimeObject ** L_124 = ___value3; TypeConverter_t2249118273 * L_125 = V_3; CultureInfo_t4157843068 * L_126 = ___culture1; RuntimeObject * L_127 = ___initialValue0; NullCheck(L_125); RuntimeObject * L_128 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject*, CultureInfo_t4157843068 *, RuntimeObject * >::Invoke(6 /* System.Object System.ComponentModel.TypeConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) */, L_125, (RuntimeObject*)NULL, L_126, L_127); *((RuntimeObject **)(L_124)) = (RuntimeObject *)L_128; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_124), (RuntimeObject *)L_128); return (int32_t)(0); } IL_01f1: { RuntimeObject * L_129 = ___initialValue0; IL2CPP_RUNTIME_CLASS_INIT(DBNull_t3725197148_il2cpp_TypeInfo_var); DBNull_t3725197148 * L_130 = ((DBNull_t3725197148_StaticFields*)il2cpp_codegen_static_fields_for(DBNull_t3725197148_il2cpp_TypeInfo_var))->get_Value_0(); if ((!(((RuntimeObject*)(RuntimeObject *)L_129) == ((RuntimeObject*)(DBNull_t3725197148 *)L_130)))) { goto IL_0212; } } { Type_t * L_131 = ___targetType2; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); bool L_132 = ReflectionUtils_IsNullable_m645225420(NULL /*static, unused*/, L_131, /*hidden argument*/NULL); if (!L_132) { goto IL_020d; } } { RuntimeObject ** L_133 = ___value3; Type_t * L_134 = V_0; Type_t * L_135 = ___targetType2; IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_t2194062972_il2cpp_TypeInfo_var); RuntimeObject * L_136 = ConvertUtils_EnsureTypeAssignable_m2666306822(NULL /*static, unused*/, NULL, L_134, L_135, /*hidden argument*/NULL); *((RuntimeObject **)(L_133)) = (RuntimeObject *)L_136; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_133), (RuntimeObject *)L_136); return (int32_t)(0); } IL_020d: { RuntimeObject ** L_137 = ___value3; *((RuntimeObject **)(L_137)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_137), (RuntimeObject *)NULL); return (int32_t)(1); } IL_0212: { Type_t * L_138 = ___targetType2; bool L_139 = TypeExtensions_IsInterface_m3543394130(NULL /*static, unused*/, L_138, /*hidden argument*/NULL); if (L_139) { goto IL_022a; } } { Type_t * L_140 = ___targetType2; bool L_141 = TypeExtensions_IsGenericTypeDefinition_m2160044791(NULL /*static, unused*/, L_140, /*hidden argument*/NULL); if (L_141) { goto IL_022a; } } { Type_t * L_142 = ___targetType2; bool L_143 = TypeExtensions_IsAbstract_m723195064(NULL /*static, unused*/, L_142, /*hidden argument*/NULL); if (!L_143) { goto IL_022f; } } IL_022a: { RuntimeObject ** L_144 = ___value3; *((RuntimeObject **)(L_144)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_144), (RuntimeObject *)NULL); return (int32_t)(2); } IL_022f: { RuntimeObject ** L_145 = ___value3; *((RuntimeObject **)(L_145)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_145), (RuntimeObject *)NULL); return (int32_t)(3); } } // System.Object Newtonsoft.Json.Utilities.ConvertUtils::ConvertOrCast(System.Object,System.Globalization.CultureInfo,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ConvertUtils_ConvertOrCast_m66164726 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___initialValue0, CultureInfo_t4157843068 * ___culture1, Type_t * ___targetType2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConvertUtils_ConvertOrCast_m66164726_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { Type_t * L_0 = ___targetType2; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2)))) { goto IL_000f; } } { RuntimeObject * L_3 = ___initialValue0; return L_3; } IL_000f: { RuntimeObject * L_4 = ___initialValue0; if (L_4) { goto IL_001c; } } { Type_t * L_5 = ___targetType2; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); bool L_6 = ReflectionUtils_IsNullable_m645225420(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_001c; } } { return NULL; } IL_001c: { RuntimeObject * L_7 = ___initialValue0; CultureInfo_t4157843068 * L_8 = ___culture1; Type_t * L_9 = ___targetType2; IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_t2194062972_il2cpp_TypeInfo_var); bool L_10 = ConvertUtils_TryConvert_m917593776(NULL /*static, unused*/, L_7, L_8, L_9, (&V_0), /*hidden argument*/NULL); if (!L_10) { goto IL_002a; } } { RuntimeObject * L_11 = V_0; return L_11; } IL_002a: { RuntimeObject * L_12 = ___initialValue0; RuntimeObject * L_13 = ___initialValue0; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); Type_t * L_14 = ReflectionUtils_GetObjectType_m3621750212(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); Type_t * L_15 = ___targetType2; IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_t2194062972_il2cpp_TypeInfo_var); RuntimeObject * L_16 = ConvertUtils_EnsureTypeAssignable_m2666306822(NULL /*static, unused*/, L_12, L_14, L_15, /*hidden argument*/NULL); return L_16; } } // System.Object Newtonsoft.Json.Utilities.ConvertUtils::EnsureTypeAssignable(System.Object,System.Type,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ConvertUtils_EnsureTypeAssignable_m2666306822 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, Type_t * ___initialType1, Type_t * ___targetType2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConvertUtils_EnsureTypeAssignable_m2666306822_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; Func_2_t2447130374 * V_1 = NULL; Type_t * G_B3_0 = NULL; CultureInfo_t4157843068 * G_B12_0 = NULL; String_t* G_B12_1 = NULL; CultureInfo_t4157843068 * G_B11_0 = NULL; String_t* G_B11_1 = NULL; String_t* G_B13_0 = NULL; CultureInfo_t4157843068 * G_B13_1 = NULL; String_t* G_B13_2 = NULL; { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0006; } } { G_B3_0 = ((Type_t *)(NULL)); goto IL_000c; } IL_0006: { RuntimeObject * L_1 = ___value0; NullCheck(L_1); Type_t * L_2 = Object_GetType_m88164663(L_1, /*hidden argument*/NULL); G_B3_0 = L_2; } IL_000c: { V_0 = G_B3_0; RuntimeObject * L_3 = ___value0; if (!L_3) { goto IL_0038; } } { Type_t * L_4 = ___targetType2; Type_t * L_5 = V_0; NullCheck(L_4); bool L_6 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_4, L_5); if (!L_6) { goto IL_001b; } } { RuntimeObject * L_7 = ___value0; return L_7; } IL_001b: { IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_t2194062972_il2cpp_TypeInfo_var); ThreadSafeStore_2_t2951879790 * L_8 = ((ConvertUtils_t2194062972_StaticFields*)il2cpp_codegen_static_fields_for(ConvertUtils_t2194062972_il2cpp_TypeInfo_var))->get_CastConverters_2(); Type_t * L_9 = V_0; Type_t * L_10 = ___targetType2; TypeConvertKey_t285306760 L_11; memset(&L_11, 0, sizeof(L_11)); TypeConvertKey__ctor_m1484742788((&L_11), L_9, L_10, /*hidden argument*/NULL); NullCheck(L_8); Func_2_t2447130374 * L_12 = ThreadSafeStore_2_Get_m245502352(L_8, L_11, /*hidden argument*/ThreadSafeStore_2_Get_m245502352_RuntimeMethod_var); V_1 = L_12; Func_2_t2447130374 * L_13 = V_1; if (!L_13) { goto IL_0042; } } { Func_2_t2447130374 * L_14 = V_1; RuntimeObject * L_15 = ___value0; NullCheck(L_14); RuntimeObject * L_16 = Func_2_Invoke_m3285901618(L_14, L_15, /*hidden argument*/Func_2_Invoke_m3285901618_RuntimeMethod_var); return L_16; } IL_0038: { Type_t * L_17 = ___targetType2; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); bool L_18 = ReflectionUtils_IsNullable_m645225420(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_0042; } } { return NULL; } IL_0042: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_19 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); Type_t * L_20 = ___initialType1; G_B11_0 = L_19; G_B11_1 = _stringLiteral1789237702; if (L_20) { G_B12_0 = L_19; G_B12_1 = _stringLiteral1789237702; goto IL_0056; } } { G_B13_0 = _stringLiteral2395288344; G_B13_1 = G_B11_0; G_B13_2 = G_B11_1; goto IL_005c; } IL_0056: { Type_t * L_21 = ___initialType1; NullCheck(L_21); String_t* L_22 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_21); G_B13_0 = L_22; G_B13_1 = G_B12_0; G_B13_2 = G_B12_1; } IL_005c: { Type_t * L_23 = ___targetType2; String_t* L_24 = StringUtils_FormatWith_m353537829(NULL /*static, unused*/, G_B13_2, G_B13_1, G_B13_0, L_23, /*hidden argument*/NULL); ArgumentException_t132251570 * L_25 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_25, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25,ConvertUtils_EnsureTypeAssignable_m2666306822_RuntimeMethod_var); } } // System.ComponentModel.TypeConverter Newtonsoft.Json.Utilities.ConvertUtils::GetConverter(System.Type) extern "C" IL2CPP_METHOD_ATTR TypeConverter_t2249118273 * ConvertUtils_GetConverter_m2610355888 (RuntimeObject * __this /* static, unused */, Type_t * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConvertUtils_GetConverter_m2610355888_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); TypeConverter_t2249118273 * L_1 = JsonTypeReflector_GetTypeConverter_m3157593185(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean Newtonsoft.Json.Utilities.ConvertUtils::VersionTryParse(System.String,System.Version&) extern "C" IL2CPP_METHOD_ATTR bool ConvertUtils_VersionTryParse_m503562826 (RuntimeObject * __this /* static, unused */, String_t* ___input0, Version_t3456873960 ** ___result1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConvertUtils_VersionTryParse_m503562826_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) Version_t3456873960 ** L_0 = ___result1; String_t* L_1 = ___input0; Version_t3456873960 * L_2 = (Version_t3456873960 *)il2cpp_codegen_object_new(Version_t3456873960_il2cpp_TypeInfo_var); Version__ctor_m1394137037(L_2, L_1, /*hidden argument*/NULL); *((RuntimeObject **)(L_0)) = (RuntimeObject *)L_2; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_0), (RuntimeObject *)L_2); V_0 = (bool)1; goto IL_0014; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_000c; throw e; } CATCH_000c: { // begin catch(System.Object) Version_t3456873960 ** L_3 = ___result1; *((RuntimeObject **)(L_3)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_3), (RuntimeObject *)NULL); V_0 = (bool)0; goto IL_0014; } // end catch (depth: 1) IL_0014: { bool L_4 = V_0; return L_4; } } // System.Boolean Newtonsoft.Json.Utilities.ConvertUtils::IsInteger(System.Object) extern "C" IL2CPP_METHOD_ATTR bool ConvertUtils_IsInteger_m1782566389 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConvertUtils_IsInteger_m1782566389_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { RuntimeObject * L_0 = ___value0; NullCheck(L_0); Type_t * L_1 = Object_GetType_m88164663(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_t2194062972_il2cpp_TypeInfo_var); int32_t L_2 = ConvertUtils_GetTypeCode_m66075454(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)6))) { case 0: { goto IL_0052; } case 1: { goto IL_0054; } case 2: { goto IL_0052; } case 3: { goto IL_0054; } case 4: { goto IL_0052; } case 5: { goto IL_0054; } case 6: { goto IL_0052; } case 7: { goto IL_0054; } case 8: { goto IL_0052; } case 9: { goto IL_0054; } case 10: { goto IL_0052; } case 11: { goto IL_0054; } case 12: { goto IL_0052; } case 13: { goto IL_0054; } case 14: { goto IL_0052; } } } { goto IL_0054; } IL_0052: { return (bool)1; } IL_0054: { return (bool)0; } } // Newtonsoft.Json.Utilities.ParseResult Newtonsoft.Json.Utilities.ConvertUtils::Int32TryParse(System.Char[],System.Int32,System.Int32,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t ConvertUtils_Int32TryParse_m2513116180 (RuntimeObject * __this /* static, unused */, CharU5BU5D_t3528271667* ___chars0, int32_t ___start1, int32_t ___length2, int32_t* ___value3, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; { int32_t* L_0 = ___value3; *((int32_t*)(L_0)) = (int32_t)0; int32_t L_1 = ___length2; if (L_1) { goto IL_0008; } } { return (int32_t)(3); } IL_0008: { CharU5BU5D_t3528271667* L_2 = ___chars0; int32_t L_3 = ___start1; NullCheck(L_2); int32_t L_4 = L_3; uint16_t L_5 = (L_2)->GetAt(static_cast(L_4)); V_0 = (bool)((((int32_t)L_5) == ((int32_t)((int32_t)45)))? 1 : 0); bool L_6 = V_0; if (!L_6) { goto IL_0023; } } { int32_t L_7 = ___length2; if ((!(((uint32_t)L_7) == ((uint32_t)1)))) { goto IL_0019; } } { return (int32_t)(3); } IL_0019: { int32_t L_8 = ___start1; ___start1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); int32_t L_9 = ___length2; ___length2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); } IL_0023: { int32_t L_10 = ___start1; int32_t L_11 = ___length2; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)); int32_t L_12 = ___length2; if ((((int32_t)L_12) > ((int32_t)((int32_t)10)))) { goto IL_003a; } } { int32_t L_13 = ___length2; if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)10))))) { goto IL_005a; } } { CharU5BU5D_t3528271667* L_14 = ___chars0; int32_t L_15 = ___start1; NullCheck(L_14); int32_t L_16 = L_15; uint16_t L_17 = (L_14)->GetAt(static_cast(L_16)); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)((int32_t)48)))) <= ((int32_t)2))) { goto IL_005a; } } IL_003a: { int32_t L_18 = ___start1; V_2 = L_18; goto IL_0054; } IL_003e: { CharU5BU5D_t3528271667* L_19 = ___chars0; int32_t L_20 = V_2; NullCheck(L_19); int32_t L_21 = L_20; uint16_t L_22 = (L_19)->GetAt(static_cast(L_21)); V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)((int32_t)48))); int32_t L_23 = V_3; if ((((int32_t)L_23) < ((int32_t)0))) { goto IL_004e; } } { int32_t L_24 = V_3; if ((((int32_t)L_24) <= ((int32_t)((int32_t)9)))) { goto IL_0050; } } IL_004e: { return (int32_t)(3); } IL_0050: { int32_t L_25 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_0054: { int32_t L_26 = V_2; int32_t L_27 = V_1; if ((((int32_t)L_26) < ((int32_t)L_27))) { goto IL_003e; } } { return (int32_t)(2); } IL_005a: { int32_t L_28 = ___start1; V_4 = L_28; goto IL_00ba; } IL_005f: { CharU5BU5D_t3528271667* L_29 = ___chars0; int32_t L_30 = V_4; NullCheck(L_29); int32_t L_31 = L_30; uint16_t L_32 = (L_29)->GetAt(static_cast(L_31)); V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)((int32_t)48))); int32_t L_33 = V_5; if ((((int32_t)L_33) < ((int32_t)0))) { goto IL_0073; } } { int32_t L_34 = V_5; if ((((int32_t)L_34) <= ((int32_t)((int32_t)9)))) { goto IL_0075; } } IL_0073: { return (int32_t)(3); } IL_0075: { int32_t* L_35 = ___value3; int32_t L_36 = V_5; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)10), (int32_t)(*((int32_t*)L_35)))), (int32_t)L_36)); int32_t L_37 = V_6; int32_t* L_38 = ___value3; if ((((int32_t)L_37) <= ((int32_t)(*((int32_t*)L_38))))) { goto IL_00b0; } } { int32_t L_39 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); goto IL_00a9; } IL_008d: { CharU5BU5D_t3528271667* L_40 = ___chars0; int32_t L_41 = V_4; NullCheck(L_40); int32_t L_42 = L_41; uint16_t L_43 = (L_40)->GetAt(static_cast(L_42)); V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)((int32_t)48))); int32_t L_44 = V_5; if ((((int32_t)L_44) < ((int32_t)0))) { goto IL_00a1; } } { int32_t L_45 = V_5; if ((((int32_t)L_45) <= ((int32_t)((int32_t)9)))) { goto IL_00a3; } } IL_00a1: { return (int32_t)(3); } IL_00a3: { int32_t L_46 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)); } IL_00a9: { int32_t L_47 = V_4; int32_t L_48 = V_1; if ((((int32_t)L_47) < ((int32_t)L_48))) { goto IL_008d; } } { return (int32_t)(2); } IL_00b0: { int32_t* L_49 = ___value3; int32_t L_50 = V_6; *((int32_t*)(L_49)) = (int32_t)L_50; int32_t L_51 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1)); } IL_00ba: { int32_t L_52 = V_4; int32_t L_53 = V_1; if ((((int32_t)L_52) < ((int32_t)L_53))) { goto IL_005f; } } { bool L_54 = V_0; if (L_54) { goto IL_00d2; } } { int32_t* L_55 = ___value3; if ((!(((uint32_t)(*((int32_t*)L_55))) == ((uint32_t)((int32_t)-2147483648LL))))) { goto IL_00cd; } } { return (int32_t)(2); } IL_00cd: { int32_t* L_56 = ___value3; int32_t* L_57 = ___value3; *((int32_t*)(L_56)) = (int32_t)((-(*((int32_t*)L_57)))); } IL_00d2: { return (int32_t)(1); } } // Newtonsoft.Json.Utilities.ParseResult Newtonsoft.Json.Utilities.ConvertUtils::Int64TryParse(System.Char[],System.Int32,System.Int32,System.Int64&) extern "C" IL2CPP_METHOD_ATTR int32_t ConvertUtils_Int64TryParse_m4091387998 (RuntimeObject * __this /* static, unused */, CharU5BU5D_t3528271667* ___chars0, int32_t ___start1, int32_t ___length2, int64_t* ___value3, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int64_t V_6 = 0; { int64_t* L_0 = ___value3; *((int64_t*)(L_0)) = (int64_t)(((int64_t)((int64_t)0))); int32_t L_1 = ___length2; if (L_1) { goto IL_0009; } } { return (int32_t)(3); } IL_0009: { CharU5BU5D_t3528271667* L_2 = ___chars0; int32_t L_3 = ___start1; NullCheck(L_2); int32_t L_4 = L_3; uint16_t L_5 = (L_2)->GetAt(static_cast(L_4)); V_0 = (bool)((((int32_t)L_5) == ((int32_t)((int32_t)45)))? 1 : 0); bool L_6 = V_0; if (!L_6) { goto IL_0024; } } { int32_t L_7 = ___length2; if ((!(((uint32_t)L_7) == ((uint32_t)1)))) { goto IL_001a; } } { return (int32_t)(3); } IL_001a: { int32_t L_8 = ___start1; ___start1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); int32_t L_9 = ___length2; ___length2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); } IL_0024: { int32_t L_10 = ___start1; int32_t L_11 = ___length2; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)); int32_t L_12 = ___length2; if ((((int32_t)L_12) <= ((int32_t)((int32_t)19)))) { goto IL_004d; } } { int32_t L_13 = ___start1; V_2 = L_13; goto IL_0047; } IL_0031: { CharU5BU5D_t3528271667* L_14 = ___chars0; int32_t L_15 = V_2; NullCheck(L_14); int32_t L_16 = L_15; uint16_t L_17 = (L_14)->GetAt(static_cast(L_16)); V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)((int32_t)48))); int32_t L_18 = V_3; if ((((int32_t)L_18) < ((int32_t)0))) { goto IL_0041; } } { int32_t L_19 = V_3; if ((((int32_t)L_19) <= ((int32_t)((int32_t)9)))) { goto IL_0043; } } IL_0041: { return (int32_t)(3); } IL_0043: { int32_t L_20 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0047: { int32_t L_21 = V_2; int32_t L_22 = V_1; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_0031; } } { return (int32_t)(2); } IL_004d: { int32_t L_23 = ___start1; V_4 = L_23; goto IL_00af; } IL_0052: { CharU5BU5D_t3528271667* L_24 = ___chars0; int32_t L_25 = V_4; NullCheck(L_24); int32_t L_26 = L_25; uint16_t L_27 = (L_24)->GetAt(static_cast(L_26)); V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)((int32_t)48))); int32_t L_28 = V_5; if ((((int32_t)L_28) < ((int32_t)0))) { goto IL_0066; } } { int32_t L_29 = V_5; if ((((int32_t)L_29) <= ((int32_t)((int32_t)9)))) { goto IL_0068; } } IL_0066: { return (int32_t)(3); } IL_0068: { int64_t* L_30 = ___value3; int32_t L_31 = V_5; V_6 = ((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)((int32_t)10)))), (int64_t)(*((int64_t*)L_30)))), (int64_t)(((int64_t)((int64_t)L_31))))); int64_t L_32 = V_6; int64_t* L_33 = ___value3; if ((((int64_t)L_32) <= ((int64_t)(*((int64_t*)L_33))))) { goto IL_00a5; } } { int32_t L_34 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); goto IL_009e; } IL_0082: { CharU5BU5D_t3528271667* L_35 = ___chars0; int32_t L_36 = V_4; NullCheck(L_35); int32_t L_37 = L_36; uint16_t L_38 = (L_35)->GetAt(static_cast(L_37)); V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)((int32_t)48))); int32_t L_39 = V_5; if ((((int32_t)L_39) < ((int32_t)0))) { goto IL_0096; } } { int32_t L_40 = V_5; if ((((int32_t)L_40) <= ((int32_t)((int32_t)9)))) { goto IL_0098; } } IL_0096: { return (int32_t)(3); } IL_0098: { int32_t L_41 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_009e: { int32_t L_42 = V_4; int32_t L_43 = V_1; if ((((int32_t)L_42) < ((int32_t)L_43))) { goto IL_0082; } } { return (int32_t)(2); } IL_00a5: { int64_t* L_44 = ___value3; int64_t L_45 = V_6; *((int64_t*)(L_44)) = (int64_t)L_45; int32_t L_46 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)); } IL_00af: { int32_t L_47 = V_4; int32_t L_48 = V_1; if ((((int32_t)L_47) < ((int32_t)L_48))) { goto IL_0052; } } { bool L_49 = V_0; if (L_49) { goto IL_00cb; } } { int64_t* L_50 = ___value3; if ((!(((uint64_t)(*((int64_t*)L_50))) == ((uint64_t)((int64_t)std::numeric_limits::min()))))) { goto IL_00c6; } } { return (int32_t)(2); } IL_00c6: { int64_t* L_51 = ___value3; int64_t* L_52 = ___value3; *((int64_t*)(L_51)) = (int64_t)((-(*((int64_t*)L_52)))); } IL_00cb: { return (int32_t)(1); } } // System.Boolean Newtonsoft.Json.Utilities.ConvertUtils::TryConvertGuid(System.String,System.Guid&) extern "C" IL2CPP_METHOD_ATTR bool ConvertUtils_TryConvertGuid_m1432766850 (RuntimeObject * __this /* static, unused */, String_t* ___s0, Guid_t * ___g1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConvertUtils_TryConvertGuid_m1432766850_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3452614605, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ConvertUtils_TryConvertGuid_m1432766850_RuntimeMethod_var); } IL_000e: { Regex_t3657309853 * L_2 = (Regex_t3657309853 *)il2cpp_codegen_object_new(Regex_t3657309853_il2cpp_TypeInfo_var); Regex__ctor_m897876424(L_2, _stringLiteral3200311927, /*hidden argument*/NULL); String_t* L_3 = ___s0; NullCheck(L_2); Match_t3408321083 * L_4 = Regex_Match_m2255756165(L_2, L_3, /*hidden argument*/NULL); NullCheck(L_4); bool L_5 = Group_get_Success_m1492300455(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0033; } } { Guid_t * L_6 = ___g1; String_t* L_7 = ___s0; Guid_t L_8; memset(&L_8, 0, sizeof(L_8)); Guid__ctor_m2423264394((&L_8), L_7, /*hidden argument*/NULL); *(Guid_t *)L_6 = L_8; return (bool)1; } IL_0033: { Guid_t * L_9 = ___g1; IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); Guid_t L_10 = ((Guid_t_StaticFields*)il2cpp_codegen_static_fields_for(Guid_t_il2cpp_TypeInfo_var))->get_Empty_11(); *(Guid_t *)L_9 = L_10; return (bool)0; } } // System.Int32 Newtonsoft.Json.Utilities.ConvertUtils::HexTextToInt(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ConvertUtils_HexTextToInt_m2758812283 (RuntimeObject * __this /* static, unused */, CharU5BU5D_t3528271667* ___text0, int32_t ___start1, int32_t ___end2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConvertUtils_HexTextToInt_m2758812283_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; int32_t L_0 = ___start1; V_1 = L_0; goto IL_0020; } IL_0006: { int32_t L_1 = V_0; CharU5BU5D_t3528271667* L_2 = ___text0; int32_t L_3 = V_1; NullCheck(L_2); int32_t L_4 = L_3; uint16_t L_5 = (L_2)->GetAt(static_cast(L_4)); IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_t2194062972_il2cpp_TypeInfo_var); int32_t L_6 = ConvertUtils_HexCharToInt_m1502012178(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); int32_t L_7 = ___end2; int32_t L_8 = V_1; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)((int32_t)((int32_t)L_6<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)), (int32_t)L_8)), (int32_t)4))&(int32_t)((int32_t)31))))))); int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0020: { int32_t L_10 = V_1; int32_t L_11 = ___end2; if ((((int32_t)L_10) < ((int32_t)L_11))) { goto IL_0006; } } { int32_t L_12 = V_0; return L_12; } } // System.Int32 Newtonsoft.Json.Utilities.ConvertUtils::HexCharToInt(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t ConvertUtils_HexCharToInt_m1502012178 (RuntimeObject * __this /* static, unused */, Il2CppChar ___ch0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConvertUtils_HexCharToInt_m1502012178_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___ch0; if ((((int32_t)L_0) > ((int32_t)((int32_t)57)))) { goto IL_000f; } } { Il2CppChar L_1 = ___ch0; if ((((int32_t)L_1) < ((int32_t)((int32_t)48)))) { goto IL_000f; } } { Il2CppChar L_2 = ___ch0; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)48))); } IL_000f: { Il2CppChar L_3 = ___ch0; if ((((int32_t)L_3) > ((int32_t)((int32_t)70)))) { goto IL_001e; } } { Il2CppChar L_4 = ___ch0; if ((((int32_t)L_4) < ((int32_t)((int32_t)65)))) { goto IL_001e; } } { Il2CppChar L_5 = ___ch0; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)((int32_t)55))); } IL_001e: { Il2CppChar L_6 = ___ch0; if ((((int32_t)L_6) > ((int32_t)((int32_t)102)))) { goto IL_002d; } } { Il2CppChar L_7 = ___ch0; if ((((int32_t)L_7) < ((int32_t)((int32_t)97)))) { goto IL_002d; } } { Il2CppChar L_8 = ___ch0; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)((int32_t)87))); } IL_002d: { String_t* L_9 = Char_ToString_m3588025615((&___ch0), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2123153864, L_9, /*hidden argument*/NULL); FormatException_t154580423 * L_11 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,ConvertUtils_HexCharToInt_m1502012178_RuntimeMethod_var); } } // System.Void Newtonsoft.Json.Utilities.ConvertUtils::.cctor() extern "C" IL2CPP_METHOD_ATTR void ConvertUtils__cctor_m4121674950 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConvertUtils__cctor_m4121674950_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t3243296968 * L_0 = (Dictionary_2_t3243296968 *)il2cpp_codegen_object_new(Dictionary_2_t3243296968_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3410592953(L_0, /*hidden argument*/Dictionary_2__ctor_m3410592953_RuntimeMethod_var); Dictionary_2_t3243296968 * L_1 = L_0; RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (Char_t3634460470_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); Dictionary_2_Add_m841187638(L_1, L_3, 2, /*hidden argument*/Dictionary_2_Add_m841187638_RuntimeMethod_var); Dictionary_2_t3243296968 * L_4 = L_1; RuntimeTypeHandle_t3027515415 L_5 = { reinterpret_cast (Nullable_1_t1062055256_0_0_0_var) }; Type_t * L_6 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); Dictionary_2_Add_m841187638(L_4, L_6, 3, /*hidden argument*/Dictionary_2_Add_m841187638_RuntimeMethod_var); Dictionary_2_t3243296968 * L_7 = L_4; RuntimeTypeHandle_t3027515415 L_8 = { reinterpret_cast (Boolean_t97287965_0_0_0_var) }; Type_t * L_9 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); NullCheck(L_7); Dictionary_2_Add_m841187638(L_7, L_9, 4, /*hidden argument*/Dictionary_2_Add_m841187638_RuntimeMethod_var); Dictionary_2_t3243296968 * L_10 = L_7; RuntimeTypeHandle_t3027515415 L_11 = { reinterpret_cast (Nullable_1_t1819850047_0_0_0_var) }; Type_t * L_12 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); NullCheck(L_10); Dictionary_2_Add_m841187638(L_10, L_12, 5, /*hidden argument*/Dictionary_2_Add_m841187638_RuntimeMethod_var); Dictionary_2_t3243296968 * L_13 = L_10; RuntimeTypeHandle_t3027515415 L_14 = { reinterpret_cast (SByte_t1669577662_0_0_0_var) }; Type_t * L_15 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); NullCheck(L_13); Dictionary_2_Add_m841187638(L_13, L_15, 6, /*hidden argument*/Dictionary_2_Add_m841187638_RuntimeMethod_var); Dictionary_2_t3243296968 * L_16 = L_13; RuntimeTypeHandle_t3027515415 L_17 = { reinterpret_cast (Nullable_1_t3392139744_0_0_0_var) }; Type_t * L_18 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); NullCheck(L_16); Dictionary_2_Add_m841187638(L_16, L_18, 7, /*hidden argument*/Dictionary_2_Add_m841187638_RuntimeMethod_var); Dictionary_2_t3243296968 * L_19 = L_16; RuntimeTypeHandle_t3027515415 L_20 = { reinterpret_cast (Int16_t2552820387_0_0_0_var) }; Type_t * L_21 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); NullCheck(L_19); Dictionary_2_Add_m841187638(L_19, L_21, 8, /*hidden argument*/Dictionary_2_Add_m841187638_RuntimeMethod_var); Dictionary_2_t3243296968 * L_22 = L_19; RuntimeTypeHandle_t3027515415 L_23 = { reinterpret_cast (Nullable_1_t4275382469_0_0_0_var) }; Type_t * L_24 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); NullCheck(L_22); Dictionary_2_Add_m841187638(L_22, L_24, ((int32_t)9), /*hidden argument*/Dictionary_2_Add_m841187638_RuntimeMethod_var); Dictionary_2_t3243296968 * L_25 = L_22; RuntimeTypeHandle_t3027515415 L_26 = { reinterpret_cast (UInt16_t2177724958_0_0_0_var) }; Type_t * L_27 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_26, /*hidden argument*/NULL); NullCheck(L_25); Dictionary_2_Add_m841187638(L_25, L_27, ((int32_t)10), /*hidden argument*/Dictionary_2_Add_m841187638_RuntimeMethod_var); Dictionary_2_t3243296968 * L_28 = L_25; RuntimeTypeHandle_t3027515415 L_29 = { reinterpret_cast (Nullable_1_t3900287040_0_0_0_var) }; Type_t * L_30 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_29, /*hidden argument*/NULL); NullCheck(L_28); Dictionary_2_Add_m841187638(L_28, L_30, ((int32_t)11), /*hidden argument*/Dictionary_2_Add_m841187638_RuntimeMethod_var); Dictionary_2_t3243296968 * L_31 = L_28; RuntimeTypeHandle_t3027515415 L_32 = { reinterpret_cast (Int32_t2950945753_0_0_0_var) }; Type_t * L_33 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_32, /*hidden argument*/NULL); NullCheck(L_31); Dictionary_2_Add_m841187638(L_31, L_33, ((int32_t)12), /*hidden argument*/Dictionary_2_Add_m841187638_RuntimeMethod_var); Dictionary_2_t3243296968 * L_34 = L_31; RuntimeTypeHandle_t3027515415 L_35 = { reinterpret_cast (Nullable_1_t378540539_0_0_0_var) }; Type_t * L_36 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_35, /*hidden argument*/NULL); NullCheck(L_34); Dictionary_2_Add_m841187638(L_34, L_36, ((int32_t)13), /*hidden argument*/Dictionary_2_Add_m841187638_RuntimeMethod_var); Dictionary_2_t3243296968 * L_37 = L_34; RuntimeTypeHandle_t3027515415 L_38 = { reinterpret_cast (Byte_t1134296376_0_0_0_var) }; Type_t * L_39 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_38, /*hidden argument*/NULL); NullCheck(L_37); Dictionary_2_Add_m841187638(L_37, L_39, ((int32_t)14), /*hidden argument*/Dictionary_2_Add_m841187638_RuntimeMethod_var); Dictionary_2_t3243296968 * L_40 = L_37; RuntimeTypeHandle_t3027515415 L_41 = { reinterpret_cast (Nullable_1_t2856858458_0_0_0_var) }; Type_t * L_42 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_41, /*hidden argument*/NULL); NullCheck(L_40); Dictionary_2_Add_m841187638(L_40, L_42, ((int32_t)15), /*hidden argument*/Dictionary_2_Add_m841187638_RuntimeMethod_var); Dictionary_2_t3243296968 * L_43 = L_40; RuntimeTypeHandle_t3027515415 L_44 = { reinterpret_cast (UInt32_t2560061978_0_0_0_var) }; Type_t * L_45 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_44, /*hidden argument*/NULL); NullCheck(L_43); Dictionary_2_Add_m841187638(L_43, L_45, ((int32_t)16), /*hidden argument*/Dictionary_2_Add_m841187638_RuntimeMethod_var); Dictionary_2_t3243296968 * L_46 = L_43; RuntimeTypeHandle_t3027515415 L_47 = { reinterpret_cast (Nullable_1_t4282624060_0_0_0_var) }; Type_t * L_48 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_47, /*hidden argument*/NULL); NullCheck(L_46); Dictionary_2_Add_m841187638(L_46, L_48, ((int32_t)17), /*hidden argument*/Dictionary_2_Add_m841187638_RuntimeMethod_var); Dictionary_2_t3243296968 * L_49 = L_46; RuntimeTypeHandle_t3027515415 L_50 = { reinterpret_cast (Int64_t3736567304_0_0_0_var) }; Type_t * L_51 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_50, /*hidden argument*/NULL); NullCheck(L_49); Dictionary_2_Add_m841187638(L_49, L_51, ((int32_t)18), /*hidden argument*/Dictionary_2_Add_m841187638_RuntimeMethod_var); Dictionary_2_t3243296968 * L_52 = L_49; RuntimeTypeHandle_t3027515415 L_53 = { reinterpret_cast (Nullable_1_t1164162090_0_0_0_var) }; Type_t * L_54 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_53, /*hidden argument*/NULL); NullCheck(L_52); Dictionary_2_Add_m841187638(L_52, L_54, ((int32_t)19), /*hidden argument*/Dictionary_2_Add_m841187638_RuntimeMethod_var); Dictionary_2_t3243296968 * L_55 = L_52; RuntimeTypeHandle_t3027515415 L_56 = { reinterpret_cast (UInt64_t4134040092_0_0_0_var) }; Type_t * L_57 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_56, /*hidden argument*/NULL); NullCheck(L_55); Dictionary_2_Add_m841187638(L_55, L_57, ((int32_t)20), /*hidden argument*/Dictionary_2_Add_m841187638_RuntimeMethod_var); Dictionary_2_t3243296968 * L_58 = L_55; RuntimeTypeHandle_t3027515415 L_59 = { reinterpret_cast (Nullable_1_t1561634878_0_0_0_var) }; Type_t * L_60 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_59, /*hidden argument*/NULL); NullCheck(L_58); Dictionary_2_Add_m841187638(L_58, L_60, ((int32_t)21), /*hidden argument*/Dictionary_2_Add_m841187638_RuntimeMethod_var); Dictionary_2_t3243296968 * L_61 = L_58; RuntimeTypeHandle_t3027515415 L_62 = { reinterpret_cast (Single_t1397266774_0_0_0_var) }; Type_t * L_63 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_62, /*hidden argument*/NULL); NullCheck(L_61); Dictionary_2_Add_m841187638(L_61, L_63, ((int32_t)22), /*hidden argument*/Dictionary_2_Add_m841187638_RuntimeMethod_var); Dictionary_2_t3243296968 * L_64 = L_61; RuntimeTypeHandle_t3027515415 L_65 = { reinterpret_cast (Nullable_1_t3119828856_0_0_0_var) }; Type_t * L_66 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_65, /*hidden argument*/NULL); NullCheck(L_64); Dictionary_2_Add_m841187638(L_64, L_66, ((int32_t)23), /*hidden argument*/Dictionary_2_Add_m841187638_RuntimeMethod_var); Dictionary_2_t3243296968 * L_67 = L_64; RuntimeTypeHandle_t3027515415 L_68 = { reinterpret_cast (Double_t594665363_0_0_0_var) }; Type_t * L_69 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_68, /*hidden argument*/NULL); NullCheck(L_67); Dictionary_2_Add_m841187638(L_67, L_69, ((int32_t)24), /*hidden argument*/Dictionary_2_Add_m841187638_RuntimeMethod_var); Dictionary_2_t3243296968 * L_70 = L_67; RuntimeTypeHandle_t3027515415 L_71 = { reinterpret_cast (Nullable_1_t2317227445_0_0_0_var) }; Type_t * L_72 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_71, /*hidden argument*/NULL); NullCheck(L_70); Dictionary_2_Add_m841187638(L_70, L_72, ((int32_t)25), /*hidden argument*/Dictionary_2_Add_m841187638_RuntimeMethod_var); Dictionary_2_t3243296968 * L_73 = L_70; RuntimeTypeHandle_t3027515415 L_74 = { reinterpret_cast (DateTime_t3738529785_0_0_0_var) }; Type_t * L_75 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_74, /*hidden argument*/NULL); NullCheck(L_73); Dictionary_2_Add_m841187638(L_73, L_75, ((int32_t)26), /*hidden argument*/Dictionary_2_Add_m841187638_RuntimeMethod_var); Dictionary_2_t3243296968 * L_76 = L_73; RuntimeTypeHandle_t3027515415 L_77 = { reinterpret_cast (Nullable_1_t1166124571_0_0_0_var) }; Type_t * L_78 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_77, /*hidden argument*/NULL); NullCheck(L_76); Dictionary_2_Add_m841187638(L_76, L_78, ((int32_t)27), /*hidden argument*/Dictionary_2_Add_m841187638_RuntimeMethod_var); Dictionary_2_t3243296968 * L_79 = L_76; RuntimeTypeHandle_t3027515415 L_80 = { reinterpret_cast (DateTimeOffset_t3229287507_0_0_0_var) }; Type_t * L_81 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_80, /*hidden argument*/NULL); NullCheck(L_79); Dictionary_2_Add_m841187638(L_79, L_81, ((int32_t)28), /*hidden argument*/Dictionary_2_Add_m841187638_RuntimeMethod_var); Dictionary_2_t3243296968 * L_82 = L_79; RuntimeTypeHandle_t3027515415 L_83 = { reinterpret_cast (Nullable_1_t656882293_0_0_0_var) }; Type_t * L_84 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_83, /*hidden argument*/NULL); NullCheck(L_82); Dictionary_2_Add_m841187638(L_82, L_84, ((int32_t)29), /*hidden argument*/Dictionary_2_Add_m841187638_RuntimeMethod_var); Dictionary_2_t3243296968 * L_85 = L_82; RuntimeTypeHandle_t3027515415 L_86 = { reinterpret_cast (Decimal_t2948259380_0_0_0_var) }; Type_t * L_87 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_86, /*hidden argument*/NULL); NullCheck(L_85); Dictionary_2_Add_m841187638(L_85, L_87, ((int32_t)30), /*hidden argument*/Dictionary_2_Add_m841187638_RuntimeMethod_var); Dictionary_2_t3243296968 * L_88 = L_85; RuntimeTypeHandle_t3027515415 L_89 = { reinterpret_cast (Nullable_1_t375854166_0_0_0_var) }; Type_t * L_90 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_89, /*hidden argument*/NULL); NullCheck(L_88); Dictionary_2_Add_m841187638(L_88, L_90, ((int32_t)31), /*hidden argument*/Dictionary_2_Add_m841187638_RuntimeMethod_var); Dictionary_2_t3243296968 * L_91 = L_88; RuntimeTypeHandle_t3027515415 L_92 = { reinterpret_cast (Guid_t_0_0_0_var) }; Type_t * L_93 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_92, /*hidden argument*/NULL); NullCheck(L_91); Dictionary_2_Add_m841187638(L_91, L_93, ((int32_t)32), /*hidden argument*/Dictionary_2_Add_m841187638_RuntimeMethod_var); Dictionary_2_t3243296968 * L_94 = L_91; RuntimeTypeHandle_t3027515415 L_95 = { reinterpret_cast (Nullable_1_t621127673_0_0_0_var) }; Type_t * L_96 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_95, /*hidden argument*/NULL); NullCheck(L_94); Dictionary_2_Add_m841187638(L_94, L_96, ((int32_t)33), /*hidden argument*/Dictionary_2_Add_m841187638_RuntimeMethod_var); Dictionary_2_t3243296968 * L_97 = L_94; RuntimeTypeHandle_t3027515415 L_98 = { reinterpret_cast (TimeSpan_t881159249_0_0_0_var) }; Type_t * L_99 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_98, /*hidden argument*/NULL); NullCheck(L_97); Dictionary_2_Add_m841187638(L_97, L_99, ((int32_t)34), /*hidden argument*/Dictionary_2_Add_m841187638_RuntimeMethod_var); Dictionary_2_t3243296968 * L_100 = L_97; RuntimeTypeHandle_t3027515415 L_101 = { reinterpret_cast (Nullable_1_t2603721331_0_0_0_var) }; Type_t * L_102 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_101, /*hidden argument*/NULL); NullCheck(L_100); Dictionary_2_Add_m841187638(L_100, L_102, ((int32_t)35), /*hidden argument*/Dictionary_2_Add_m841187638_RuntimeMethod_var); Dictionary_2_t3243296968 * L_103 = L_100; RuntimeTypeHandle_t3027515415 L_104 = { reinterpret_cast (Uri_t100236324_0_0_0_var) }; Type_t * L_105 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_104, /*hidden argument*/NULL); NullCheck(L_103); Dictionary_2_Add_m841187638(L_103, L_105, ((int32_t)38), /*hidden argument*/Dictionary_2_Add_m841187638_RuntimeMethod_var); Dictionary_2_t3243296968 * L_106 = L_103; RuntimeTypeHandle_t3027515415 L_107 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_108 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_107, /*hidden argument*/NULL); NullCheck(L_106); Dictionary_2_Add_m841187638(L_106, L_108, ((int32_t)39), /*hidden argument*/Dictionary_2_Add_m841187638_RuntimeMethod_var); Dictionary_2_t3243296968 * L_109 = L_106; RuntimeTypeHandle_t3027515415 L_110 = { reinterpret_cast (ByteU5BU5D_t4116647657_0_0_0_var) }; Type_t * L_111 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_110, /*hidden argument*/NULL); NullCheck(L_109); Dictionary_2_Add_m841187638(L_109, L_111, ((int32_t)40), /*hidden argument*/Dictionary_2_Add_m841187638_RuntimeMethod_var); Dictionary_2_t3243296968 * L_112 = L_109; RuntimeTypeHandle_t3027515415 L_113 = { reinterpret_cast (DBNull_t3725197148_0_0_0_var) }; Type_t * L_114 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_113, /*hidden argument*/NULL); NullCheck(L_112); Dictionary_2_Add_m841187638(L_112, L_114, ((int32_t)41), /*hidden argument*/Dictionary_2_Add_m841187638_RuntimeMethod_var); ((ConvertUtils_t2194062972_StaticFields*)il2cpp_codegen_static_fields_for(ConvertUtils_t2194062972_il2cpp_TypeInfo_var))->set_TypeCodeMap_0(L_112); TypeInformationU5BU5D_t2952020178* L_115 = ((TypeInformationU5BU5D_t2952020178*)SZArrayNew(TypeInformationU5BU5D_t2952020178_il2cpp_TypeInfo_var, (uint32_t)((int32_t)19))); TypeInformation_t1210244291 * L_116 = (TypeInformation_t1210244291 *)il2cpp_codegen_object_new(TypeInformation_t1210244291_il2cpp_TypeInfo_var); TypeInformation__ctor_m68716513(L_116, /*hidden argument*/NULL); TypeInformation_t1210244291 * L_117 = L_116; RuntimeTypeHandle_t3027515415 L_118 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; Type_t * L_119 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_118, /*hidden argument*/NULL); NullCheck(L_117); TypeInformation_set_Type_m330316443(L_117, L_119, /*hidden argument*/NULL); TypeInformation_t1210244291 * L_120 = L_117; NullCheck(L_120); TypeInformation_set_TypeCode_m3433219535(L_120, 0, /*hidden argument*/NULL); NullCheck(L_115); ArrayElementTypeCheck (L_115, L_120); (L_115)->SetAt(static_cast(0), (TypeInformation_t1210244291 *)L_120); TypeInformationU5BU5D_t2952020178* L_121 = L_115; TypeInformation_t1210244291 * L_122 = (TypeInformation_t1210244291 *)il2cpp_codegen_object_new(TypeInformation_t1210244291_il2cpp_TypeInfo_var); TypeInformation__ctor_m68716513(L_122, /*hidden argument*/NULL); TypeInformation_t1210244291 * L_123 = L_122; RuntimeTypeHandle_t3027515415 L_124 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; Type_t * L_125 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_124, /*hidden argument*/NULL); NullCheck(L_123); TypeInformation_set_Type_m330316443(L_123, L_125, /*hidden argument*/NULL); TypeInformation_t1210244291 * L_126 = L_123; NullCheck(L_126); TypeInformation_set_TypeCode_m3433219535(L_126, 1, /*hidden argument*/NULL); NullCheck(L_121); ArrayElementTypeCheck (L_121, L_126); (L_121)->SetAt(static_cast(1), (TypeInformation_t1210244291 *)L_126); TypeInformationU5BU5D_t2952020178* L_127 = L_121; TypeInformation_t1210244291 * L_128 = (TypeInformation_t1210244291 *)il2cpp_codegen_object_new(TypeInformation_t1210244291_il2cpp_TypeInfo_var); TypeInformation__ctor_m68716513(L_128, /*hidden argument*/NULL); TypeInformation_t1210244291 * L_129 = L_128; RuntimeTypeHandle_t3027515415 L_130 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; Type_t * L_131 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_130, /*hidden argument*/NULL); NullCheck(L_129); TypeInformation_set_Type_m330316443(L_129, L_131, /*hidden argument*/NULL); TypeInformation_t1210244291 * L_132 = L_129; NullCheck(L_132); TypeInformation_set_TypeCode_m3433219535(L_132, ((int32_t)41), /*hidden argument*/NULL); NullCheck(L_127); ArrayElementTypeCheck (L_127, L_132); (L_127)->SetAt(static_cast(2), (TypeInformation_t1210244291 *)L_132); TypeInformationU5BU5D_t2952020178* L_133 = L_127; TypeInformation_t1210244291 * L_134 = (TypeInformation_t1210244291 *)il2cpp_codegen_object_new(TypeInformation_t1210244291_il2cpp_TypeInfo_var); TypeInformation__ctor_m68716513(L_134, /*hidden argument*/NULL); TypeInformation_t1210244291 * L_135 = L_134; RuntimeTypeHandle_t3027515415 L_136 = { reinterpret_cast (Boolean_t97287965_0_0_0_var) }; Type_t * L_137 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_136, /*hidden argument*/NULL); NullCheck(L_135); TypeInformation_set_Type_m330316443(L_135, L_137, /*hidden argument*/NULL); TypeInformation_t1210244291 * L_138 = L_135; NullCheck(L_138); TypeInformation_set_TypeCode_m3433219535(L_138, 4, /*hidden argument*/NULL); NullCheck(L_133); ArrayElementTypeCheck (L_133, L_138); (L_133)->SetAt(static_cast(3), (TypeInformation_t1210244291 *)L_138); TypeInformationU5BU5D_t2952020178* L_139 = L_133; TypeInformation_t1210244291 * L_140 = (TypeInformation_t1210244291 *)il2cpp_codegen_object_new(TypeInformation_t1210244291_il2cpp_TypeInfo_var); TypeInformation__ctor_m68716513(L_140, /*hidden argument*/NULL); TypeInformation_t1210244291 * L_141 = L_140; RuntimeTypeHandle_t3027515415 L_142 = { reinterpret_cast (Char_t3634460470_0_0_0_var) }; Type_t * L_143 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_142, /*hidden argument*/NULL); NullCheck(L_141); TypeInformation_set_Type_m330316443(L_141, L_143, /*hidden argument*/NULL); TypeInformation_t1210244291 * L_144 = L_141; NullCheck(L_144); TypeInformation_set_TypeCode_m3433219535(L_144, 2, /*hidden argument*/NULL); NullCheck(L_139); ArrayElementTypeCheck (L_139, L_144); (L_139)->SetAt(static_cast(4), (TypeInformation_t1210244291 *)L_144); TypeInformationU5BU5D_t2952020178* L_145 = L_139; TypeInformation_t1210244291 * L_146 = (TypeInformation_t1210244291 *)il2cpp_codegen_object_new(TypeInformation_t1210244291_il2cpp_TypeInfo_var); TypeInformation__ctor_m68716513(L_146, /*hidden argument*/NULL); TypeInformation_t1210244291 * L_147 = L_146; RuntimeTypeHandle_t3027515415 L_148 = { reinterpret_cast (SByte_t1669577662_0_0_0_var) }; Type_t * L_149 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_148, /*hidden argument*/NULL); NullCheck(L_147); TypeInformation_set_Type_m330316443(L_147, L_149, /*hidden argument*/NULL); TypeInformation_t1210244291 * L_150 = L_147; NullCheck(L_150); TypeInformation_set_TypeCode_m3433219535(L_150, 6, /*hidden argument*/NULL); NullCheck(L_145); ArrayElementTypeCheck (L_145, L_150); (L_145)->SetAt(static_cast(5), (TypeInformation_t1210244291 *)L_150); TypeInformationU5BU5D_t2952020178* L_151 = L_145; TypeInformation_t1210244291 * L_152 = (TypeInformation_t1210244291 *)il2cpp_codegen_object_new(TypeInformation_t1210244291_il2cpp_TypeInfo_var); TypeInformation__ctor_m68716513(L_152, /*hidden argument*/NULL); TypeInformation_t1210244291 * L_153 = L_152; RuntimeTypeHandle_t3027515415 L_154 = { reinterpret_cast (Byte_t1134296376_0_0_0_var) }; Type_t * L_155 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_154, /*hidden argument*/NULL); NullCheck(L_153); TypeInformation_set_Type_m330316443(L_153, L_155, /*hidden argument*/NULL); TypeInformation_t1210244291 * L_156 = L_153; NullCheck(L_156); TypeInformation_set_TypeCode_m3433219535(L_156, ((int32_t)14), /*hidden argument*/NULL); NullCheck(L_151); ArrayElementTypeCheck (L_151, L_156); (L_151)->SetAt(static_cast(6), (TypeInformation_t1210244291 *)L_156); TypeInformationU5BU5D_t2952020178* L_157 = L_151; TypeInformation_t1210244291 * L_158 = (TypeInformation_t1210244291 *)il2cpp_codegen_object_new(TypeInformation_t1210244291_il2cpp_TypeInfo_var); TypeInformation__ctor_m68716513(L_158, /*hidden argument*/NULL); TypeInformation_t1210244291 * L_159 = L_158; RuntimeTypeHandle_t3027515415 L_160 = { reinterpret_cast (Int16_t2552820387_0_0_0_var) }; Type_t * L_161 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_160, /*hidden argument*/NULL); NullCheck(L_159); TypeInformation_set_Type_m330316443(L_159, L_161, /*hidden argument*/NULL); TypeInformation_t1210244291 * L_162 = L_159; NullCheck(L_162); TypeInformation_set_TypeCode_m3433219535(L_162, 8, /*hidden argument*/NULL); NullCheck(L_157); ArrayElementTypeCheck (L_157, L_162); (L_157)->SetAt(static_cast(7), (TypeInformation_t1210244291 *)L_162); TypeInformationU5BU5D_t2952020178* L_163 = L_157; TypeInformation_t1210244291 * L_164 = (TypeInformation_t1210244291 *)il2cpp_codegen_object_new(TypeInformation_t1210244291_il2cpp_TypeInfo_var); TypeInformation__ctor_m68716513(L_164, /*hidden argument*/NULL); TypeInformation_t1210244291 * L_165 = L_164; RuntimeTypeHandle_t3027515415 L_166 = { reinterpret_cast (UInt16_t2177724958_0_0_0_var) }; Type_t * L_167 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_166, /*hidden argument*/NULL); NullCheck(L_165); TypeInformation_set_Type_m330316443(L_165, L_167, /*hidden argument*/NULL); TypeInformation_t1210244291 * L_168 = L_165; NullCheck(L_168); TypeInformation_set_TypeCode_m3433219535(L_168, ((int32_t)10), /*hidden argument*/NULL); NullCheck(L_163); ArrayElementTypeCheck (L_163, L_168); (L_163)->SetAt(static_cast(8), (TypeInformation_t1210244291 *)L_168); TypeInformationU5BU5D_t2952020178* L_169 = L_163; TypeInformation_t1210244291 * L_170 = (TypeInformation_t1210244291 *)il2cpp_codegen_object_new(TypeInformation_t1210244291_il2cpp_TypeInfo_var); TypeInformation__ctor_m68716513(L_170, /*hidden argument*/NULL); TypeInformation_t1210244291 * L_171 = L_170; RuntimeTypeHandle_t3027515415 L_172 = { reinterpret_cast (Int32_t2950945753_0_0_0_var) }; Type_t * L_173 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_172, /*hidden argument*/NULL); NullCheck(L_171); TypeInformation_set_Type_m330316443(L_171, L_173, /*hidden argument*/NULL); TypeInformation_t1210244291 * L_174 = L_171; NullCheck(L_174); TypeInformation_set_TypeCode_m3433219535(L_174, ((int32_t)12), /*hidden argument*/NULL); NullCheck(L_169); ArrayElementTypeCheck (L_169, L_174); (L_169)->SetAt(static_cast(((int32_t)9)), (TypeInformation_t1210244291 *)L_174); TypeInformationU5BU5D_t2952020178* L_175 = L_169; TypeInformation_t1210244291 * L_176 = (TypeInformation_t1210244291 *)il2cpp_codegen_object_new(TypeInformation_t1210244291_il2cpp_TypeInfo_var); TypeInformation__ctor_m68716513(L_176, /*hidden argument*/NULL); TypeInformation_t1210244291 * L_177 = L_176; RuntimeTypeHandle_t3027515415 L_178 = { reinterpret_cast (UInt32_t2560061978_0_0_0_var) }; Type_t * L_179 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_178, /*hidden argument*/NULL); NullCheck(L_177); TypeInformation_set_Type_m330316443(L_177, L_179, /*hidden argument*/NULL); TypeInformation_t1210244291 * L_180 = L_177; NullCheck(L_180); TypeInformation_set_TypeCode_m3433219535(L_180, ((int32_t)16), /*hidden argument*/NULL); NullCheck(L_175); ArrayElementTypeCheck (L_175, L_180); (L_175)->SetAt(static_cast(((int32_t)10)), (TypeInformation_t1210244291 *)L_180); TypeInformationU5BU5D_t2952020178* L_181 = L_175; TypeInformation_t1210244291 * L_182 = (TypeInformation_t1210244291 *)il2cpp_codegen_object_new(TypeInformation_t1210244291_il2cpp_TypeInfo_var); TypeInformation__ctor_m68716513(L_182, /*hidden argument*/NULL); TypeInformation_t1210244291 * L_183 = L_182; RuntimeTypeHandle_t3027515415 L_184 = { reinterpret_cast (Int64_t3736567304_0_0_0_var) }; Type_t * L_185 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_184, /*hidden argument*/NULL); NullCheck(L_183); TypeInformation_set_Type_m330316443(L_183, L_185, /*hidden argument*/NULL); TypeInformation_t1210244291 * L_186 = L_183; NullCheck(L_186); TypeInformation_set_TypeCode_m3433219535(L_186, ((int32_t)18), /*hidden argument*/NULL); NullCheck(L_181); ArrayElementTypeCheck (L_181, L_186); (L_181)->SetAt(static_cast(((int32_t)11)), (TypeInformation_t1210244291 *)L_186); TypeInformationU5BU5D_t2952020178* L_187 = L_181; TypeInformation_t1210244291 * L_188 = (TypeInformation_t1210244291 *)il2cpp_codegen_object_new(TypeInformation_t1210244291_il2cpp_TypeInfo_var); TypeInformation__ctor_m68716513(L_188, /*hidden argument*/NULL); TypeInformation_t1210244291 * L_189 = L_188; RuntimeTypeHandle_t3027515415 L_190 = { reinterpret_cast (UInt64_t4134040092_0_0_0_var) }; Type_t * L_191 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_190, /*hidden argument*/NULL); NullCheck(L_189); TypeInformation_set_Type_m330316443(L_189, L_191, /*hidden argument*/NULL); TypeInformation_t1210244291 * L_192 = L_189; NullCheck(L_192); TypeInformation_set_TypeCode_m3433219535(L_192, ((int32_t)20), /*hidden argument*/NULL); NullCheck(L_187); ArrayElementTypeCheck (L_187, L_192); (L_187)->SetAt(static_cast(((int32_t)12)), (TypeInformation_t1210244291 *)L_192); TypeInformationU5BU5D_t2952020178* L_193 = L_187; TypeInformation_t1210244291 * L_194 = (TypeInformation_t1210244291 *)il2cpp_codegen_object_new(TypeInformation_t1210244291_il2cpp_TypeInfo_var); TypeInformation__ctor_m68716513(L_194, /*hidden argument*/NULL); TypeInformation_t1210244291 * L_195 = L_194; RuntimeTypeHandle_t3027515415 L_196 = { reinterpret_cast (Single_t1397266774_0_0_0_var) }; Type_t * L_197 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_196, /*hidden argument*/NULL); NullCheck(L_195); TypeInformation_set_Type_m330316443(L_195, L_197, /*hidden argument*/NULL); TypeInformation_t1210244291 * L_198 = L_195; NullCheck(L_198); TypeInformation_set_TypeCode_m3433219535(L_198, ((int32_t)22), /*hidden argument*/NULL); NullCheck(L_193); ArrayElementTypeCheck (L_193, L_198); (L_193)->SetAt(static_cast(((int32_t)13)), (TypeInformation_t1210244291 *)L_198); TypeInformationU5BU5D_t2952020178* L_199 = L_193; TypeInformation_t1210244291 * L_200 = (TypeInformation_t1210244291 *)il2cpp_codegen_object_new(TypeInformation_t1210244291_il2cpp_TypeInfo_var); TypeInformation__ctor_m68716513(L_200, /*hidden argument*/NULL); TypeInformation_t1210244291 * L_201 = L_200; RuntimeTypeHandle_t3027515415 L_202 = { reinterpret_cast (Double_t594665363_0_0_0_var) }; Type_t * L_203 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_202, /*hidden argument*/NULL); NullCheck(L_201); TypeInformation_set_Type_m330316443(L_201, L_203, /*hidden argument*/NULL); TypeInformation_t1210244291 * L_204 = L_201; NullCheck(L_204); TypeInformation_set_TypeCode_m3433219535(L_204, ((int32_t)24), /*hidden argument*/NULL); NullCheck(L_199); ArrayElementTypeCheck (L_199, L_204); (L_199)->SetAt(static_cast(((int32_t)14)), (TypeInformation_t1210244291 *)L_204); TypeInformationU5BU5D_t2952020178* L_205 = L_199; TypeInformation_t1210244291 * L_206 = (TypeInformation_t1210244291 *)il2cpp_codegen_object_new(TypeInformation_t1210244291_il2cpp_TypeInfo_var); TypeInformation__ctor_m68716513(L_206, /*hidden argument*/NULL); TypeInformation_t1210244291 * L_207 = L_206; RuntimeTypeHandle_t3027515415 L_208 = { reinterpret_cast (Decimal_t2948259380_0_0_0_var) }; Type_t * L_209 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_208, /*hidden argument*/NULL); NullCheck(L_207); TypeInformation_set_Type_m330316443(L_207, L_209, /*hidden argument*/NULL); TypeInformation_t1210244291 * L_210 = L_207; NullCheck(L_210); TypeInformation_set_TypeCode_m3433219535(L_210, ((int32_t)30), /*hidden argument*/NULL); NullCheck(L_205); ArrayElementTypeCheck (L_205, L_210); (L_205)->SetAt(static_cast(((int32_t)15)), (TypeInformation_t1210244291 *)L_210); TypeInformationU5BU5D_t2952020178* L_211 = L_205; TypeInformation_t1210244291 * L_212 = (TypeInformation_t1210244291 *)il2cpp_codegen_object_new(TypeInformation_t1210244291_il2cpp_TypeInfo_var); TypeInformation__ctor_m68716513(L_212, /*hidden argument*/NULL); TypeInformation_t1210244291 * L_213 = L_212; RuntimeTypeHandle_t3027515415 L_214 = { reinterpret_cast (DateTime_t3738529785_0_0_0_var) }; Type_t * L_215 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_214, /*hidden argument*/NULL); NullCheck(L_213); TypeInformation_set_Type_m330316443(L_213, L_215, /*hidden argument*/NULL); TypeInformation_t1210244291 * L_216 = L_213; NullCheck(L_216); TypeInformation_set_TypeCode_m3433219535(L_216, ((int32_t)26), /*hidden argument*/NULL); NullCheck(L_211); ArrayElementTypeCheck (L_211, L_216); (L_211)->SetAt(static_cast(((int32_t)16)), (TypeInformation_t1210244291 *)L_216); TypeInformationU5BU5D_t2952020178* L_217 = L_211; TypeInformation_t1210244291 * L_218 = (TypeInformation_t1210244291 *)il2cpp_codegen_object_new(TypeInformation_t1210244291_il2cpp_TypeInfo_var); TypeInformation__ctor_m68716513(L_218, /*hidden argument*/NULL); TypeInformation_t1210244291 * L_219 = L_218; RuntimeTypeHandle_t3027515415 L_220 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; Type_t * L_221 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_220, /*hidden argument*/NULL); NullCheck(L_219); TypeInformation_set_Type_m330316443(L_219, L_221, /*hidden argument*/NULL); TypeInformation_t1210244291 * L_222 = L_219; NullCheck(L_222); TypeInformation_set_TypeCode_m3433219535(L_222, 0, /*hidden argument*/NULL); NullCheck(L_217); ArrayElementTypeCheck (L_217, L_222); (L_217)->SetAt(static_cast(((int32_t)17)), (TypeInformation_t1210244291 *)L_222); TypeInformationU5BU5D_t2952020178* L_223 = L_217; TypeInformation_t1210244291 * L_224 = (TypeInformation_t1210244291 *)il2cpp_codegen_object_new(TypeInformation_t1210244291_il2cpp_TypeInfo_var); TypeInformation__ctor_m68716513(L_224, /*hidden argument*/NULL); TypeInformation_t1210244291 * L_225 = L_224; RuntimeTypeHandle_t3027515415 L_226 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_227 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_226, /*hidden argument*/NULL); NullCheck(L_225); TypeInformation_set_Type_m330316443(L_225, L_227, /*hidden argument*/NULL); TypeInformation_t1210244291 * L_228 = L_225; NullCheck(L_228); TypeInformation_set_TypeCode_m3433219535(L_228, ((int32_t)39), /*hidden argument*/NULL); NullCheck(L_223); ArrayElementTypeCheck (L_223, L_228); (L_223)->SetAt(static_cast(((int32_t)18)), (TypeInformation_t1210244291 *)L_228); ((ConvertUtils_t2194062972_StaticFields*)il2cpp_codegen_static_fields_for(ConvertUtils_t2194062972_il2cpp_TypeInfo_var))->set_PrimitiveTypeCodes_1(L_223); intptr_t L_229 = (intptr_t)ConvertUtils_CreateCastConverter_m107459859_RuntimeMethod_var; Func_2_t37565620 * L_230 = (Func_2_t37565620 *)il2cpp_codegen_object_new(Func_2_t37565620_il2cpp_TypeInfo_var); Func_2__ctor_m2297659642(L_230, NULL, L_229, /*hidden argument*/Func_2__ctor_m2297659642_RuntimeMethod_var); ThreadSafeStore_2_t2951879790 * L_231 = (ThreadSafeStore_2_t2951879790 *)il2cpp_codegen_object_new(ThreadSafeStore_2_t2951879790_il2cpp_TypeInfo_var); ThreadSafeStore_2__ctor_m2681314549(L_231, L_230, /*hidden argument*/ThreadSafeStore_2__ctor_m2681314549_RuntimeMethod_var); ((ConvertUtils_t2194062972_StaticFields*)il2cpp_codegen_static_fields_for(ConvertUtils_t2194062972_il2cpp_TypeInfo_var))->set_CastConverters_2(L_231); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif