#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" 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 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 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 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 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 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 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 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 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 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 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 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 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); } }; // Newtonsoft.Json.JsonTextWriter struct JsonTextWriter_t1095349912; // Newtonsoft.Json.Utilities.Base64Encoder struct Base64Encoder_t3724986751; // System.IO.TextWriter struct TextWriter_t3478189236; // Newtonsoft.Json.JsonWriter struct JsonWriter_t1467272295; // System.ArgumentNullException struct ArgumentNullException_t1615371798; // System.String struct String_t; // Newtonsoft.Json.IArrayPool`1 struct IArrayPool_1_t3621664784; // System.Char[] struct CharU5BU5D_t3528271667; // Newtonsoft.Json.JsonWriterException struct JsonWriterException_t1282940098; // System.Exception struct Exception_t; // System.Boolean[] struct BooleanU5BU5D_t2897418192; // System.Globalization.CultureInfo struct CultureInfo_t4157843068; // System.IFormatProvider struct IFormatProvider_t2518567562; // System.Byte[] struct ByteU5BU5D_t4116647657; // System.Uri struct Uri_t100236324; // Newtonsoft.Json.JsonWriter/State[][] struct StateU5BU5DU5BU5D_t3190318925; // Newtonsoft.Json.JsonWriter/State[] struct StateU5BU5D_t813246884; // System.Collections.Generic.List`1 struct List_1_t2285321626; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t4088067069; // System.Collections.Generic.List`1 struct List_1_t257213610; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t2059959053; // System.Type struct Type_t; // System.Collections.Generic.IList`1 struct IList_1_t600458651; // System.Object[] struct ObjectU5BU5D_t2843939325; // System.Collections.Generic.List`1 struct List_1_t4000102456; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t777629997; // Newtonsoft.Json.JsonReader struct JsonReader_t2369136700; // Newtonsoft.Json.Utilities.TypeInformation struct TypeInformation_t1210244291; // System.IConvertible struct IConvertible_t2977365677; // Newtonsoft.Json.JsonException struct JsonException_t3720114400; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // Newtonsoft.Json.IJsonLineInfo struct IJsonLineInfo_t2844470104; // Newtonsoft.Json.Linq.Extensions/<>c struct U3CU3Ec_t1720245494; // Newtonsoft.Json.Linq.JArray struct JArray_t2963978544; // System.Collections.Generic.IList`1 struct IList_1_t2853859030; // System.Collections.Generic.List`1 struct List_1_t2510613989; // Newtonsoft.Json.Linq.JContainer struct JContainer_t1023664833; // Newtonsoft.Json.Linq.JToken struct JToken_t1038539247; // Newtonsoft.Json.Linq.JsonLoadSettings struct JsonLoadSettings_t878621609; // Newtonsoft.Json.JsonReaderException struct JsonReaderException_t3553144781; // Newtonsoft.Json.JsonConverter[] struct JsonConverterU5BU5D_t155849004; // Newtonsoft.Json.JsonConverter struct JsonConverter_t1047106545; // System.ArgumentException struct ArgumentException_t132251570; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t1471109715; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t3512676632; // Newtonsoft.Json.Linq.JToken[] struct JTokenU5BU5D_t30125430; // Newtonsoft.Json.Linq.JConstructor struct JConstructor_t3659803310; // System.InvalidOperationException struct InvalidOperationException_t56020091; // System.ComponentModel.ListChangedEventArgs struct ListChangedEventArgs_t1328006001; // System.ComponentModel.ListChangedEventHandler struct ListChangedEventHandler_t1703970447; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t18392136; // Newtonsoft.Json.Linq.JContainer/d__29 struct U3CGetDescendantsU3Ed__29_t2717699431; // Newtonsoft.Json.Linq.JValue struct JValue_t1448862567; // Newtonsoft.Json.Linq.JProperty struct JProperty_t3803048347; // Newtonsoft.Json.Linq.JObject struct JObject_t2059125928; // System.Threading.Thread struct Thread_t2300836069; // System.NotSupportedException struct NotSupportedException_t1314879016; // System.Collections.IEnumerator struct IEnumerator_t1853284238; // Newtonsoft.Json.Linq.JPropertyKeyedCollection struct JPropertyKeyedCollection_t1521123921; // System.Collections.ObjectModel.Collection`1 struct Collection_1_t4277862461; // System.Collections.ObjectModel.Collection`1 struct Collection_1_t2024462082; // System.Collections.Generic.ICollection`1 struct ICollection_1_t380635627; // System.Collections.Generic.ICollection`1 struct ICollection_1_t3866691481; // System.NotImplementedException struct NotImplementedException_t3489357830; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_t3379601308; // System.Collections.Generic.IEnumerator`1> struct IEnumerator_1_t3654038181; // Newtonsoft.Json.Linq.JObject/d__58 struct U3CGetEnumeratorU3Ed__58_t2686635841; // System.ComponentModel.PropertyChangedEventArgs struct PropertyChangedEventArgs_t3313059048; // System.ComponentModel.PropertyChangedEventHandler struct PropertyChangedEventHandler_t3836340606; // System.ComponentModel.PropertyChangingEventArgs struct PropertyChangingEventArgs_t2067745136; // System.ComponentModel.PropertyChangingEventHandler struct PropertyChangingEventHandler_t2830353497; // System.ComponentModel.PropertyDescriptorCollection struct PropertyDescriptorCollection_t4164928659; // System.Attribute[] struct AttributeU5BU5D_t1575011174; // System.Attribute struct Attribute_t861562559; // System.ComponentModel.PropertyDescriptor[] struct PropertyDescriptorU5BU5D_t2649761905; // Newtonsoft.Json.Linq.JPropertyDescriptor struct JPropertyDescriptor_t1462014386; // System.ComponentModel.PropertyDescriptor struct PropertyDescriptor_t3244362832; // Newtonsoft.Json.Linq.JObject/<>c struct U3CU3Ec_t3140449829; // Newtonsoft.Json.Linq.JProperty/JPropertyList struct JPropertyList_t1362261004; // Newtonsoft.Json.Linq.JProperty/JPropertyList/d__1 struct U3CGetEnumeratorU3Ed__1_t1232179978; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t823795546; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t132545152; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t3954782707; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t892470886; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t1013471017; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t322220623; // System.StringComparer struct StringComparer_t3301955079; // Newtonsoft.Json.Linq.JRaw struct JRaw_t446372596; // System.IO.StringWriter struct StringWriter_t802263757; // Newtonsoft.Json.Linq.JsonMergeSettings struct JsonMergeSettings_t3341555814; // Newtonsoft.Json.Linq.JsonPath.ArrayIndexFilter struct ArrayIndexFilter_t2739218971; // Newtonsoft.Json.Linq.JsonPath.ArrayIndexFilter/d__4 struct U3CExecuteFilterU3Ed__4_t508957393; // Newtonsoft.Json.Linq.JsonPath.PathFilter struct PathFilter_t3862968645; // Newtonsoft.Json.Linq.JsonPath.ArrayMultipleIndexFilter struct ArrayMultipleIndexFilter_t2913121614; // System.Collections.Generic.List`1 struct List_1_t128053199; // Newtonsoft.Json.Linq.JsonPath.ArrayMultipleIndexFilter/d__4 struct U3CExecuteFilterU3Ed__4_t1113823742; // Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter struct ArraySliceFilter_t662461599; // Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter/d__12 struct U3CExecuteFilterU3Ed__12_t222072922; // Newtonsoft.Json.Linq.JsonPath.BooleanQueryExpression struct BooleanQueryExpression_t4249992578; // System.Collections.Generic.List`1 struct List_1_t1040076091; // Newtonsoft.Json.Linq.JsonPath.QueryExpression struct QueryExpression_t3171385195; // Newtonsoft.Json.Linq.JsonPath.CompositeExpression struct CompositeExpression_t1516235144; // System.Collections.Generic.List`1 struct List_1_t348492641; // Newtonsoft.Json.Linq.JsonPath.FieldFilter struct FieldFilter_t3654920868; // Newtonsoft.Json.Linq.JsonPath.FieldFilter/d__4 struct U3CExecuteFilterU3Ed__4_t2686066276; // Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter struct FieldMultipleFilter_t3452751328; // System.Collections.Generic.List`1 struct List_1_t3319525431; // Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter/d__4 struct U3CExecuteFilterU3Ed__4_t32591816; // Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter/<>c struct U3CU3Ec_t266907836; // System.Func`2 struct Func_2_t3947292210; // System.Func`2 struct Func_2_t2447130374; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t827303578; // System.String[] struct StringU5BU5D_t1281789340; // Newtonsoft.Json.Linq.JsonPath.QueryFilter struct QueryFilter_t1584032927; // Newtonsoft.Json.Linq.JsonPath.QueryFilter/d__4 struct U3CExecuteFilterU3Ed__4_t2672090193; // Newtonsoft.Json.Linq.JsonPath.ScanFilter struct ScanFilter_t1566003751; // Newtonsoft.Json.Linq.JsonPath.ScanFilter/d__4 struct U3CExecuteFilterU3Ed__4_t3421602345; // Newtonsoft.Json.Linq.JTokenType[] struct JTokenTypeU5BU5D_t1887505675; // Newtonsoft.Json.Linq.JTokenReader struct JTokenReader_t3769275704; // System.Func`1 struct Func_1_t1569001961; // Newtonsoft.Json.JsonSerializer struct JsonSerializer_t1424496335; // Newtonsoft.Json.Linq.JToken/LineInfoAnnotation struct LineInfoAnnotation_t2730592426; // Newtonsoft.Json.Linq.JToken/d__42 struct U3CAfterSelfU3Ed__42_t883970034; // Newtonsoft.Json.Linq.JToken/d__172 struct U3CAnnotationsU3Ed__172_t3494334042; // Newtonsoft.Json.Linq.JToken/d__43 struct U3CBeforeSelfU3Ed__43_t2375137862; // Newtonsoft.Json.Linq.JToken/d__41 struct U3CGetAncestorsU3Ed__41_t2485884922; // Newtonsoft.Json.Linq.JTokenEqualityComparer struct JTokenEqualityComparer_t2051491032; // Newtonsoft.Json.Linq.JTokenWriter struct JTokenWriter_t671501819; // System.Collections.Generic.Comparer`1 struct Comparer_1_t3347205571; // System.Collections.Generic.Comparer`1 struct Comparer_1_t284893750; // System.Collections.Generic.IList`1 struct IList_1_t2862426328; // Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver struct CamelCasePropertyNamesContractResolver_t212511564; // Newtonsoft.Json.Serialization.DefaultContractResolver struct DefaultContractResolver_t270250618; // Newtonsoft.Json.Serialization.IContractResolver struct IContractResolver_t4193385603; // Newtonsoft.Json.Serialization.DefaultContractResolverState struct DefaultContractResolverState_t3045992855; // Newtonsoft.Json.Serialization.JsonContract struct JsonContract_t3715061318; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1505184387; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t870229233; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_t4264003074; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_t3629047920; // System.Collections.Generic.List`1 struct List_1_t557109187; // System.Func`2 struct Func_2_t2217434578; // System.Func`2 struct Func_2_t3759279471; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t2359854630; // System.Runtime.Serialization.DataContractAttribute struct DataContractAttribute_t412496005; // System.Reflection.MemberInfo struct MemberInfo_t; // Newtonsoft.Json.JsonPropertyAttribute struct JsonPropertyAttribute_t2223277056; // Newtonsoft.Json.JsonRequiredAttribute struct JsonRequiredAttribute_t2327646188; // System.Runtime.Serialization.DataMemberAttribute struct DataMemberAttribute_t1339837472; // System.Reflection.FieldInfo struct FieldInfo_t; // Newtonsoft.Json.Serialization.JsonObjectContract struct JsonObjectContract_t868533143; // Newtonsoft.Json.Serialization.JsonPropertyCollection struct JsonPropertyCollection_t2691548039; // System.Collections.Generic.IList`1 struct IList_1_t3220473959; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t385007065; // Newtonsoft.Json.JsonObjectAttribute struct JsonObjectAttribute_t3277381142; // System.Reflection.ConstructorInfo struct ConstructorInfo_t5769829; // System.Func`1 struct Func_1_t2509852811; // System.Collections.Generic.List`1 struct List_1_t3956019502; // System.Func`2> struct Func_2_t2823819620; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t1463797649; // System.Func`2> struct Func_2_t1426983263; // Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_0 struct U3CU3Ec__DisplayClass34_0_t2309445613; // Newtonsoft.Json.JsonExtensionDataAttribute struct JsonExtensionDataAttribute_t1775849281; // Newtonsoft.Json.Utilities.ReflectionDelegateFactory struct ReflectionDelegateFactory_t2528576452; // Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_1 struct U3CU3Ec__DisplayClass34_1_t3875529554; // System.Action`2 struct Action_2_t2470008838; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Type[] struct TypeU5BU5D_t3940880105; // Newtonsoft.Json.Serialization.ExtensionDataSetter struct ExtensionDataSetter_t2768476772; // Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass34_2 struct U3CU3Ec__DisplayClass34_2_t1146646199; // System.Reflection.ConstructorInfo[] struct ConstructorInfoU5BU5D_t881249896; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t3280590014; // Newtonsoft.Json.Serialization.ExtensionDataGetter struct ExtensionDataGetter_t2030541412; // System.Func`2 struct Func_2_t1796590042; // System.Collections.Generic.List`1 struct List_1_t1477844571; // Newtonsoft.Json.Serialization.JsonProperty struct JsonProperty_t1405154176; // System.Reflection.ParameterInfo struct ParameterInfo_t1861056598; // Newtonsoft.Json.Serialization.ReflectionAttributeProvider struct ReflectionAttributeProvider_t4190773725; // Newtonsoft.Json.Serialization.IAttributeProvider struct IAttributeProvider_t1325889354; // Newtonsoft.Json.JsonContainerAttribute struct JsonContainerAttribute_t3874748064; // System.Collections.Generic.List`1 struct List_1_t3780931481; // System.Collections.Generic.List`1 struct List_1_t1510300525; // System.Collections.Generic.IList`1 struct IList_1_t4124176522; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t1288709628; // System.Collections.Generic.IList`1 struct IList_1_t1853545566; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t3313045968; // System.Reflection.ParameterInfo[] struct ParameterInfoU5BU5D_t390618515; // Newtonsoft.Json.Serialization.SerializationCallback struct SerializationCallback_t2308856739; // Newtonsoft.Json.Serialization.SerializationErrorCallback struct SerializationErrorCallback_t38225783; // Newtonsoft.Json.Serialization.JsonDictionaryContract struct JsonDictionaryContract_t4040570183; // Newtonsoft.Json.Serialization.ObjectConstructor`1 struct ObjectConstructor_1_t3207922868; // Newtonsoft.Json.Serialization.JsonArrayContract struct JsonArrayContract_t483691547; // Newtonsoft.Json.Serialization.JsonPrimitiveContract struct JsonPrimitiveContract_t336098342; // Newtonsoft.Json.Serialization.JsonLinqContract struct JsonLinqContract_t1088793043; // Newtonsoft.Json.Serialization.JsonISerializableContract struct JsonISerializableContract_t781833466; // System.Reflection.Binder struct Binder_t2999457153; // System.Reflection.ParameterModifier[] struct ParameterModifierU5BU5D_t2943407543; // Newtonsoft.Json.Serialization.JsonStringContract struct JsonStringContract_t1298846671; // System.ComponentModel.TypeConverter struct TypeConverter_t2249118273; // System.Reflection.MethodBase struct MethodBase_t; // Newtonsoft.Json.JsonSerializationException struct JsonSerializationException_t4152118729; // Newtonsoft.Json.Utilities.PropertyNameTable struct PropertyNameTable_t4130830590; // System.Func`2 struct Func_2_t1808639663; // System.Func`2 struct Func_2_t2317969963; // System.Linq.IOrderedEnumerable`1 struct IOrderedEnumerable_1_t2060918476; // System.Linq.IOrderedEnumerable`1 struct IOrderedEnumerable_1_t3735870464; // System.Collections.Generic.List`1 struct List_1_t2877228918; // Newtonsoft.Json.Serialization.IValueProvider struct IValueProvider_t3724824760; // Newtonsoft.Json.Serialization.ReflectionValueProvider struct ReflectionValueProvider_t2127813129; // System.Predicate`1 struct Predicate_1_t3905400288; // Newtonsoft.Json.JsonIgnoreAttribute struct JsonIgnoreAttribute_t836745302; // System.NonSerializedAttribute struct NonSerializedAttribute_t2945079482; // System.ComponentModel.DefaultValueAttribute struct DefaultValueAttribute_t587583663; // Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass64_0 struct U3CU3Ec__DisplayClass64_0_t1907775469; // Newtonsoft.Json.Serialization.DefaultContractResolver/<>c__DisplayClass65_0 struct U3CU3Ec__DisplayClass65_0_t1907775468; // System.Reflection.PropertyInfo struct PropertyInfo_t; // Newtonsoft.Json.Converters.XmlNodeConverter struct XmlNodeConverter_t181348760; // Newtonsoft.Json.Converters.KeyValuePairConverter struct KeyValuePairConverter_t2108458033; // Newtonsoft.Json.Converters.BsonObjectIdConverter struct BsonObjectIdConverter_t1190033754; // Newtonsoft.Json.Converters.RegexConverter struct RegexConverter_t2517515405; // System.Int32[] struct Int32U5BU5D_t385246372; // Newtonsoft.Json.Linq.JsonPath.PathFilter[] struct PathFilterU5BU5D_t378578952; // Newtonsoft.Json.Linq.JsonPath.QueryExpression[] struct QueryExpressionU5BU5D_t2525607562; // System.Collections.Hashtable struct Hashtable_t1853889766; // System.Collections.ArrayList struct ArrayList_t2718874744; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_t2171992254; // System.Collections.Generic.Link[] struct LinkU5BU5D_t964245573; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3175504442; // Newtonsoft.Json.Serialization.JsonProperty[] struct JsonPropertyU5BU5D_t2334609025; // Newtonsoft.Json.Utilities.PropertyNameTable/Entry[] struct EntryU5BU5D_t1995962374; // Newtonsoft.Json.Serialization.SerializationErrorCallback[] struct SerializationErrorCallbackU5BU5D_t3697897678; // Newtonsoft.Json.Serialization.SerializationCallback[] struct SerializationCallbackU5BU5D_t1101236850; // System.ComponentModel.AttributeCollection struct AttributeCollection_t4221220734; // System.Collections.IComparer struct IComparer_t1540313114; // Newtonsoft.Json.Utilities.MethodCall`2 struct MethodCall_2_t2845904993; // System.Reflection.MemberInfo[] struct MemberInfoU5BU5D_t1302094432; // Newtonsoft.Json.Serialization.ResolverContractKey[] struct ResolverContractKeyU5BU5D_t3581623406; // Newtonsoft.Json.Serialization.JsonContract[] struct JsonContractU5BU5D_t3409123811; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t1105216009; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t2467575885; // Newtonsoft.Json.JsonPosition[] struct JsonPositionU5BU5D_t197937271; // System.Uri/UriScheme[] struct UriSchemeU5BU5D_t2082808316; // System.UriParser struct UriParser_t3890150400; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052; // 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.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Collections.IDictionary struct IDictionary_t1363984059; // Newtonsoft.Json.JsonSerializerSettings struct JsonSerializerSettings_t2139255314; // System.Text.StringBuilder struct StringBuilder_t; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t386037858; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1190410475; // Newtonsoft.Json.Utilities.ThreadSafeStore`2 struct ThreadSafeStore_2_t4079379169; // System.Byte struct Byte_t1134296376; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // System.DelegateData struct DelegateData_t1677132599; // System.Reflection.MemberFilter struct MemberFilter_t426314064; // System.Threading.ExecutionContext struct ExecutionContext_t1748372627; // System.MulticastDelegate struct MulticastDelegate_t; // System.Security.Principal.IPrincipal struct IPrincipal_t2343618843; // System.Reflection.Emit.UnmanagedMarshal struct UnmanagedMarshal_t984015687; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t1510070208; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2785133644; // Newtonsoft.Json.Serialization.ErrorContext struct ErrorContext_t3532118581; // Newtonsoft.Json.JsonConverterCollection struct JsonConverterCollection_t3675964822; // Newtonsoft.Json.Serialization.ITraceWriter struct ITraceWriter_t2623073143; // System.Collections.IEqualityComparer struct IEqualityComparer_t1493878338; // System.Runtime.Serialization.SerializationBinder struct SerializationBinder_t274213469; // Newtonsoft.Json.Serialization.IReferenceResolver struct IReferenceResolver_t2564061104; // System.EventHandler`1 struct EventHandler_1_t2935836205; extern RuntimeClass* Base64Encoder_t3724986751_il2cpp_TypeInfo_var; extern const uint32_t JsonTextWriter_get_Base64Encoder_m313962527_MetadataUsageId; extern RuntimeClass* JsonWriter_t1467272295_il2cpp_TypeInfo_var; extern RuntimeClass* ArgumentNullException_t1615371798_il2cpp_TypeInfo_var; extern const RuntimeMethod* JsonTextWriter__ctor_m2383081106_RuntimeMethod_var; extern String_t* _stringLiteral2076237818; extern const uint32_t JsonTextWriter__ctor_m2383081106_MetadataUsageId; extern String_t* _stringLiteral327508185; extern const uint32_t JsonTextWriter_WriteStartConstructor_m2045305534_MetadataUsageId; extern RuntimeClass* JsonToken_t1917433489_il2cpp_TypeInfo_var; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern const RuntimeMethod* JsonTextWriter_WriteEnd_m474108634_RuntimeMethod_var; extern String_t* _stringLiteral735343599; extern const uint32_t JsonTextWriter_WriteEnd_m474108634_MetadataUsageId; extern RuntimeClass* JavaScriptUtils_t1108575081_il2cpp_TypeInfo_var; extern const uint32_t JsonTextWriter_UpdateCharEscapeFlags_m3181234250_MetadataUsageId; extern RuntimeClass* JsonConvert_t3077351166_il2cpp_TypeInfo_var; extern const uint32_t JsonTextWriter_WriteNull_m1960471348_MetadataUsageId; extern const uint32_t JsonTextWriter_WriteUndefined_m2377374577_MetadataUsageId; extern const uint32_t JsonTextWriter_WriteValue_m4063438348_MetadataUsageId; extern const uint32_t JsonTextWriter_WriteEscapedString_m3155028728_MetadataUsageId; extern const uint32_t JsonTextWriter_WriteValue_m4247731002_MetadataUsageId; extern const RuntimeMethod* Nullable_1_get_HasValue_m147051412_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m4129375130_RuntimeMethod_var; extern const uint32_t JsonTextWriter_WriteValue_m2432521784_MetadataUsageId; extern const uint32_t JsonTextWriter_WriteValue_m1947259218_MetadataUsageId; extern const RuntimeMethod* Nullable_1_get_HasValue_m3020079244_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m221723129_RuntimeMethod_var; extern const uint32_t JsonTextWriter_WriteValue_m2353146516_MetadataUsageId; extern const uint32_t JsonTextWriter_WriteValue_m2231305934_MetadataUsageId; extern const uint32_t JsonTextWriter_WriteValue_m2132132265_MetadataUsageId; extern const uint32_t JsonTextWriter_WriteValue_m2470593498_MetadataUsageId; extern RuntimeClass* DateTimeUtils_t3515429982_il2cpp_TypeInfo_var; extern const uint32_t JsonTextWriter_WriteValue_m3227405165_MetadataUsageId; extern const RuntimeMethod* Nullable_1__ctor_m3314784284_RuntimeMethod_var; extern const uint32_t JsonTextWriter_WriteValue_m280472258_MetadataUsageId; extern RuntimeClass* CultureInfo_t4157843068_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3452614620; extern const uint32_t JsonTextWriter_WriteValue_m3038831005_MetadataUsageId; extern RuntimeClass* Uri_t100236324_il2cpp_TypeInfo_var; extern const uint32_t JsonTextWriter_WriteValue_m1973324451_MetadataUsageId; extern String_t* _stringLiteral3450910593; extern String_t* _stringLiteral3450582918; extern const uint32_t JsonTextWriter_WriteComment_m1936868165_MetadataUsageId; extern const RuntimeType* JsonToken_t1917433489_0_0_0_var; extern RuntimeClass* Type_t_il2cpp_TypeInfo_var; extern RuntimeClass* EnumUtils_t2002471470_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerable_1_t2059959053_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_1_t3512676632_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_t1853284238_il2cpp_TypeInfo_var; extern RuntimeClass* IDisposable_t3640265483_il2cpp_TypeInfo_var; extern const RuntimeMethod* Enumerable_ToList_TisStateU5BU5D_t813246884_m2447809622_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m3492106600_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m213487292_RuntimeMethod_var; extern const RuntimeMethod* List_1_ToArray_m218164678_RuntimeMethod_var; extern const uint32_t JsonWriter_BuildStateArray_m57064020_MetadataUsageId; extern RuntimeClass* StateU5BU5DU5BU5D_t3190318925_il2cpp_TypeInfo_var; extern RuntimeClass* StateU5BU5D_t813246884_il2cpp_TypeInfo_var; extern const uint32_t JsonWriter__cctor_m322162894_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m4240163880_RuntimeMethod_var; extern const uint32_t JsonWriter_get_Top_m1361217067_MetadataUsageId; extern RuntimeClass* State_t2595666649_il2cpp_TypeInfo_var; extern const RuntimeMethod* JsonWriter_get_WriteState_m3142003920_RuntimeMethod_var; extern String_t* _stringLiteral3065562481; extern const uint32_t JsonWriter_get_WriteState_m3142003920_MetadataUsageId; extern RuntimeClass* JsonPosition_t2528027714_il2cpp_TypeInfo_var; extern const uint32_t JsonWriter_get_ContainerPath_m457269785_MetadataUsageId; extern const RuntimeMethod* Nullable_1__ctor_m291166727_RuntimeMethod_var; extern const uint32_t JsonWriter_get_Path_m2431630644_MetadataUsageId; extern RuntimeClass* ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var; extern const RuntimeMethod* JsonWriter_set_Formatting_m76464413_RuntimeMethod_var; extern String_t* _stringLiteral3493618073; extern const uint32_t JsonWriter_set_Formatting_m76464413_MetadataUsageId; extern const RuntimeMethod* JsonWriter_set_DateFormatHandling_m3318128329_RuntimeMethod_var; extern const uint32_t JsonWriter_set_DateFormatHandling_m3318128329_MetadataUsageId; extern const RuntimeMethod* JsonWriter_set_DateTimeZoneHandling_m1324388417_RuntimeMethod_var; extern const uint32_t JsonWriter_set_DateTimeZoneHandling_m1324388417_MetadataUsageId; extern const RuntimeMethod* JsonWriter_set_StringEscapeHandling_m1737825118_RuntimeMethod_var; extern const uint32_t JsonWriter_set_StringEscapeHandling_m1737825118_MetadataUsageId; extern const RuntimeMethod* JsonWriter_set_FloatFormatHandling_m3999801747_RuntimeMethod_var; extern const uint32_t JsonWriter_set_FloatFormatHandling_m3999801747_MetadataUsageId; extern const uint32_t JsonWriter_get_Culture_m2940343858_MetadataUsageId; extern RuntimeClass* List_1_t4000102456_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m1378328547_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m2564458925_RuntimeMethod_var; extern const uint32_t JsonWriter_Push_m970901340_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m592205178_RuntimeMethod_var; extern const RuntimeMethod* List_1_RemoveAt_m3351128372_RuntimeMethod_var; extern const uint32_t JsonWriter_Pop_m3959742463_MetadataUsageId; extern String_t* _stringLiteral3529812268; extern const uint32_t JsonWriter_WriteToken_m2639846460_MetadataUsageId; extern RuntimeClass* Convert_t2465617642_il2cpp_TypeInfo_var; extern RuntimeClass* Decimal_t2948259380_il2cpp_TypeInfo_var; extern RuntimeClass* Double_t594665363_il2cpp_TypeInfo_var; extern RuntimeClass* Single_t1397266774_il2cpp_TypeInfo_var; extern RuntimeClass* DateTimeOffset_t3229287507_il2cpp_TypeInfo_var; extern RuntimeClass* Guid_t_il2cpp_TypeInfo_var; extern RuntimeClass* ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var; extern const RuntimeMethod* JsonWriter_WriteToken_m3524849723_RuntimeMethod_var; extern String_t* _stringLiteral2005331395; extern String_t* _stringLiteral1801169974; extern const uint32_t JsonWriter_WriteToken_m3524849723_MetadataUsageId; extern String_t* _stringLiteral1272578850; extern const uint32_t JsonWriter_WriteToken_m1325265813_MetadataUsageId; extern RuntimeClass* Int64_t3736567304_il2cpp_TypeInfo_var; extern const RuntimeMethod* JsonWriter_WriteConstructorDate_m3143936787_RuntimeMethod_var; extern String_t* _stringLiteral3445500196; extern String_t* _stringLiteral3156105382; extern String_t* _stringLiteral3130331896; extern const uint32_t JsonWriter_WriteConstructorDate_m3143936787_MetadataUsageId; extern RuntimeClass* JsonContainerType_t3191599701_il2cpp_TypeInfo_var; extern const RuntimeMethod* JsonWriter_WriteEnd_m1732108614_RuntimeMethod_var; extern String_t* _stringLiteral2015895987; extern const uint32_t JsonWriter_WriteEnd_m1732108614_MetadataUsageId; extern const RuntimeMethod* JsonWriter_GetCloseTokenForType_m127412571_RuntimeMethod_var; extern String_t* _stringLiteral1677980408; extern const uint32_t JsonWriter_GetCloseTokenForType_m127412571_MetadataUsageId; extern const RuntimeMethod* JsonWriter_AutoCompleteClose_m3257876443_RuntimeMethod_var; extern String_t* _stringLiteral693187774; extern String_t* _stringLiteral323280395; extern const uint32_t JsonWriter_AutoCompleteClose_m3257876443_MetadataUsageId; extern const RuntimeMethod* JsonWriter_AutoComplete_m1414726084_RuntimeMethod_var; extern String_t* _stringLiteral122282219; extern const uint32_t JsonWriter_AutoComplete_m1414726084_MetadataUsageId; extern const RuntimeMethod* Nullable_1_get_HasValue_m2648265346_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m2296315628_RuntimeMethod_var; extern const uint32_t JsonWriter_WriteValue_m550266935_MetadataUsageId; extern const RuntimeMethod* Nullable_1_get_HasValue_m1094388134_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m874061072_RuntimeMethod_var; extern const uint32_t JsonWriter_WriteValue_m2026696795_MetadataUsageId; extern const RuntimeMethod* Nullable_1_get_HasValue_m102045064_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m3015207040_RuntimeMethod_var; extern const uint32_t JsonWriter_WriteValue_m148596793_MetadataUsageId; extern const RuntimeMethod* Nullable_1_get_HasValue_m1015089092_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m2003770913_RuntimeMethod_var; extern const uint32_t JsonWriter_WriteValue_m2026303576_MetadataUsageId; extern const uint32_t JsonWriter_WriteValue_m466415700_MetadataUsageId; extern const uint32_t JsonWriter_WriteValue_m966268704_MetadataUsageId; extern const RuntimeMethod* Nullable_1_get_HasValue_m3206831396_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m2119174086_RuntimeMethod_var; extern const uint32_t JsonWriter_WriteValue_m587924892_MetadataUsageId; extern const RuntimeMethod* Nullable_1_get_HasValue_m2655267714_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m3921181120_RuntimeMethod_var; extern const uint32_t JsonWriter_WriteValue_m282486843_MetadataUsageId; extern const RuntimeMethod* Nullable_1_get_HasValue_m1079455772_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m3113842210_RuntimeMethod_var; extern const uint32_t JsonWriter_WriteValue_m2026434649_MetadataUsageId; extern const RuntimeMethod* Nullable_1_get_HasValue_m784624018_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m2320521946_RuntimeMethod_var; extern const uint32_t JsonWriter_WriteValue_m1930901822_MetadataUsageId; extern const RuntimeMethod* Nullable_1_get_HasValue_m4056261378_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m1324277619_RuntimeMethod_var; extern const uint32_t JsonWriter_WriteValue_m3866610196_MetadataUsageId; extern const RuntimeMethod* Nullable_1_get_HasValue_m1166690213_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m2917913770_RuntimeMethod_var; extern const uint32_t JsonWriter_WriteValue_m1067563821_MetadataUsageId; extern const RuntimeMethod* Nullable_1_get_HasValue_m722401406_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m1041199192_RuntimeMethod_var; extern const uint32_t JsonWriter_WriteValue_m583234920_MetadataUsageId; extern const RuntimeMethod* Nullable_1_get_HasValue_m3821813822_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m4024272999_RuntimeMethod_var; extern const uint32_t JsonWriter_WriteValue_m3015856334_MetadataUsageId; extern const RuntimeMethod* Nullable_1_get_HasValue_m3569253076_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m645067753_RuntimeMethod_var; extern const uint32_t JsonWriter_WriteValue_m1938367634_MetadataUsageId; extern const RuntimeMethod* Nullable_1_get_HasValue_m2698986649_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m2820351392_RuntimeMethod_var; extern const uint32_t JsonWriter_WriteValue_m403562130_MetadataUsageId; extern const RuntimeMethod* Nullable_1_get_HasValue_m1210311128_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m3497035374_RuntimeMethod_var; extern const uint32_t JsonWriter_WriteValue_m317839740_MetadataUsageId; extern const uint32_t JsonWriter_WriteValue_m3636458124_MetadataUsageId; extern RuntimeClass* ConvertUtils_t2194062972_il2cpp_TypeInfo_var; extern const uint32_t JsonWriter_WriteValue_m57335208_MetadataUsageId; extern const RuntimeType* String_t_0_0_0_var; extern RuntimeClass* Char_t3634460470_il2cpp_TypeInfo_var; extern RuntimeClass* Boolean_t97287965_il2cpp_TypeInfo_var; extern RuntimeClass* SByte_t1669577662_il2cpp_TypeInfo_var; extern RuntimeClass* Int16_t2552820387_il2cpp_TypeInfo_var; extern RuntimeClass* UInt16_t2177724958_il2cpp_TypeInfo_var; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern RuntimeClass* Byte_t1134296376_il2cpp_TypeInfo_var; extern RuntimeClass* UInt32_t2560061978_il2cpp_TypeInfo_var; extern RuntimeClass* UInt64_t4134040092_il2cpp_TypeInfo_var; extern RuntimeClass* DateTime_t3738529785_il2cpp_TypeInfo_var; extern RuntimeClass* TimeSpan_t881159249_il2cpp_TypeInfo_var; extern RuntimeClass* IConvertible_t2977365677_il2cpp_TypeInfo_var; extern const RuntimeMethod* Nullable_1__ctor_m2069847974_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1__ctor_m1921378621_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1__ctor_m1228074469_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1__ctor_m2296905519_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1__ctor_m2986034422_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1__ctor_m2076366551_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1__ctor_m1793861881_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1__ctor_m3079654719_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1__ctor_m2435415719_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1__ctor_m1540175555_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1__ctor_m3169166495_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1__ctor_m3137306314_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1__ctor_m614513477_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1__ctor_m444749240_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1__ctor_m3508690032_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1__ctor_m426225879_RuntimeMethod_var; extern const RuntimeMethod* JsonWriter_WriteValue_m3802340270_RuntimeMethod_var; extern const uint32_t JsonWriter_WriteValue_m3802340270_MetadataUsageId; extern String_t* _stringLiteral416398764; extern const uint32_t JsonWriter_CreateUnsupportedTypeException_m644471138_MetadataUsageId; extern RuntimeClass* JsonWriterException_t1282940098_il2cpp_TypeInfo_var; extern const uint32_t JsonWriterException_Create_m2096555994_MetadataUsageId; extern RuntimeClass* U3CU3Ec_t1720245494_il2cpp_TypeInfo_var; extern const uint32_t U3CU3Ec__cctor_m3181968338_MetadataUsageId; extern RuntimeClass* List_1_t2510613989_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m1725792518_RuntimeMethod_var; extern const uint32_t JArray__ctor_m1968324959_MetadataUsageId; extern const uint32_t JArray__ctor_m4250417644_MetadataUsageId; extern const uint32_t JArray__ctor_m2313463052_MetadataUsageId; extern RuntimeClass* JArray_t2963978544_il2cpp_TypeInfo_var; extern const uint32_t JArray_DeepEquals_m2921339392_MetadataUsageId; extern const uint32_t JArray_CloneToken_m462032562_MetadataUsageId; extern RuntimeClass* IJsonLineInfo_t2844470104_il2cpp_TypeInfo_var; extern const RuntimeMethod* JArray_Load_m454891215_RuntimeMethod_var; extern String_t* _stringLiteral620355656; extern String_t* _stringLiteral2495728311; extern const uint32_t JArray_Load_m454891215_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m1670299694_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m3303129812_RuntimeMethod_var; extern const uint32_t JArray_WriteTo_m3472909198_MetadataUsageId; extern RuntimeClass* ArgumentException_t132251570_il2cpp_TypeInfo_var; extern const RuntimeMethod* JArray_get_Item_m1585712015_RuntimeMethod_var; extern String_t* _stringLiteral2600271970; extern String_t* _stringLiteral3595004266; extern const uint32_t JArray_get_Item_m1585712015_MetadataUsageId; extern const RuntimeMethod* CollectionUtils_IndexOfReference_TisJToken_t1038539247_m1539937755_RuntimeMethod_var; extern const uint32_t JArray_IndexOfItem_m2257855762_MetadataUsageId; extern const RuntimeMethod* JEnumerable_1_GetEnumerator_m3956591064_RuntimeMethod_var; extern const uint32_t JArray_GetEnumerator_m3980519334_MetadataUsageId; extern const uint32_t JConstructor_IndexOfItem_m874097494_MetadataUsageId; extern const uint32_t JConstructor__ctor_m1655277598_MetadataUsageId; extern const uint32_t JConstructor__ctor_m2521035048_MetadataUsageId; extern const RuntimeMethod* JConstructor__ctor_m1825179104_RuntimeMethod_var; extern String_t* _stringLiteral62725243; extern String_t* _stringLiteral2276649629; extern const uint32_t JConstructor__ctor_m1825179104_MetadataUsageId; extern RuntimeClass* JConstructor_t3659803310_il2cpp_TypeInfo_var; extern const uint32_t JConstructor_DeepEquals_m2432968982_MetadataUsageId; extern const uint32_t JConstructor_CloneToken_m355860036_MetadataUsageId; extern RuntimeClass* IEnumerator_1_t1471109715_il2cpp_TypeInfo_var; extern const uint32_t JConstructor_WriteTo_m1395001503_MetadataUsageId; extern const RuntimeMethod* JConstructor_get_Item_m2017428393_RuntimeMethod_var; extern String_t* _stringLiteral1482592408; extern const uint32_t JConstructor_get_Item_m2017428393_MetadataUsageId; extern const RuntimeMethod* JConstructor_Load_m3453687055_RuntimeMethod_var; extern String_t* _stringLiteral3478353910; extern String_t* _stringLiteral1385980524; extern const uint32_t JConstructor_Load_m3453687055_MetadataUsageId; extern RuntimeClass* JToken_t1038539247_il2cpp_TypeInfo_var; extern const uint32_t JContainer__ctor_m2143055612_MetadataUsageId; extern RuntimeClass* IEnumerable_1_t18392136_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2432405111; extern const uint32_t JContainer__ctor_m1372198551_MetadataUsageId; extern RuntimeClass* InvalidOperationException_t56020091_il2cpp_TypeInfo_var; extern const RuntimeMethod* JContainer_CheckReentrancy_m3570870381_RuntimeMethod_var; extern String_t* _stringLiteral1995312661; extern const uint32_t JContainer_CheckReentrancy_m3570870381_MetadataUsageId; extern RuntimeClass* ICollection_1_t3866691481_il2cpp_TypeInfo_var; extern const uint32_t JContainer_get_HasValues_m2491965803_MetadataUsageId; extern RuntimeClass* IList_1_t2853859030_il2cpp_TypeInfo_var; extern const uint32_t JContainer_ContentsEqual_m294229382_MetadataUsageId; extern const uint32_t JContainer_get_First_m3532338374_MetadataUsageId; extern const uint32_t JContainer_get_Last_m1369677706_MetadataUsageId; extern const RuntimeMethod* JEnumerable_1__ctor_m2122612675_RuntimeMethod_var; extern const uint32_t JContainer_Children_m978806762_MetadataUsageId; extern RuntimeClass* U3CGetDescendantsU3Ed__29_t2717699431_il2cpp_TypeInfo_var; extern const uint32_t JContainer_GetDescendants_m4232233353_MetadataUsageId; extern RuntimeClass* IEnumerable_t1941168011_il2cpp_TypeInfo_var; extern const uint32_t JContainer_IsMultiContent_m2621534740_MetadataUsageId; extern RuntimeClass* ListChangedEventArgs_t1328006001_il2cpp_TypeInfo_var; extern const RuntimeMethod* JContainer_InsertItem_m3405222001_RuntimeMethod_var; extern String_t* _stringLiteral797640427; extern String_t* _stringLiteral2450405484; extern const uint32_t JContainer_InsertItem_m3405222001_MetadataUsageId; extern const RuntimeMethod* JContainer_RemoveItemAt_m1726778755_RuntimeMethod_var; extern String_t* _stringLiteral3698666042; extern String_t* _stringLiteral1903837449; extern const uint32_t JContainer_RemoveItemAt_m1726778755_MetadataUsageId; extern const uint32_t JContainer_GetItem_m1729125249_MetadataUsageId; extern const RuntimeMethod* JContainer_SetItem_m1551553532_RuntimeMethod_var; extern const uint32_t JContainer_SetItem_m1551553532_MetadataUsageId; extern const uint32_t JContainer_ClearItems_m1537911972_MetadataUsageId; extern const RuntimeMethod* JContainer_CopyItemsTo_m2386917283_RuntimeMethod_var; extern String_t* _stringLiteral4007973390; extern String_t* _stringLiteral335484879; extern String_t* _stringLiteral2468112862; extern String_t* _stringLiteral2942413055; extern String_t* _stringLiteral264865733; extern const uint32_t JContainer_CopyItemsTo_m2386917283_MetadataUsageId; extern RuntimeClass* JValue_t1448862567_il2cpp_TypeInfo_var; extern const uint32_t JContainer_IsTokenUnchanged_m596112421_MetadataUsageId; extern const RuntimeMethod* JContainer_ValidateToken_m1808101267_RuntimeMethod_var; extern String_t* _stringLiteral3452614593; extern String_t* _stringLiteral3090854430; extern const uint32_t JContainer_ValidateToken_m1808101267_MetadataUsageId; extern const uint32_t JContainer_Add_m2422092162_MetadataUsageId; extern const uint32_t JContainer_AddAndSkipParentCheck_m1289394679_MetadataUsageId; extern const uint32_t JContainer_AddInternal_m2943879957_MetadataUsageId; extern const uint32_t JContainer_CreateFromContent_m349117345_MetadataUsageId; extern const RuntimeMethod* JContainer_ReadTokenFrom_m192763178_RuntimeMethod_var; extern String_t* _stringLiteral1056291130; extern String_t* _stringLiteral1757659799; extern const uint32_t JContainer_ReadTokenFrom_m192763178_MetadataUsageId; extern RuntimeClass* JProperty_t3803048347_il2cpp_TypeInfo_var; extern RuntimeClass* JObject_t2059125928_il2cpp_TypeInfo_var; extern const RuntimeMethod* JContainer_ReadContentFrom_m1905149918_RuntimeMethod_var; extern String_t* _stringLiteral3452614606; extern String_t* _stringLiteral3919739242; extern const uint32_t JContainer_ReadContentFrom_m1905149918_MetadataUsageId; extern const uint32_t JContainer_ContentsHashCode_m4179099099_MetadataUsageId; extern const RuntimeMethod* JContainer_EnsureValue_m3035905786_RuntimeMethod_var; extern String_t* _stringLiteral1666318030; extern const uint32_t JContainer_EnsureValue_m3035905786_MetadataUsageId; extern const uint32_t JContainer_get_Count_m3989743323_MetadataUsageId; extern RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; extern const uint32_t JContainer_System_Collections_ICollection_get_SyncRoot_m3890795232_MetadataUsageId; extern RuntimeClass* Thread_t2300836069_il2cpp_TypeInfo_var; extern const uint32_t U3CGetDescendantsU3Ed__29__ctor_m3965725557_MetadataUsageId; extern RuntimeClass* JContainer_t1023664833_il2cpp_TypeInfo_var; extern const uint32_t U3CGetDescendantsU3Ed__29_MoveNext_m4228351459_MetadataUsageId; extern const uint32_t U3CGetDescendantsU3Ed__29_U3CU3Em__Finally1_m3892234668_MetadataUsageId; extern const uint32_t U3CGetDescendantsU3Ed__29_U3CU3Em__Finally2_m1171245484_MetadataUsageId; extern RuntimeClass* NotSupportedException_t1314879016_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CGetDescendantsU3Ed__29_System_Collections_IEnumerator_Reset_m1995953511_RuntimeMethod_var; extern const uint32_t U3CGetDescendantsU3Ed__29_System_Collections_IEnumerator_Reset_m1995953511_MetadataUsageId; extern const uint32_t U3CGetDescendantsU3Ed__29_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m2461251757_MetadataUsageId; extern RuntimeClass* JPropertyKeyedCollection_t1521123921_il2cpp_TypeInfo_var; extern const uint32_t JObject__ctor_m1738103074_MetadataUsageId; extern const uint32_t JObject__ctor_m1786244122_MetadataUsageId; extern const uint32_t JObject_DeepEquals_m448590170_MetadataUsageId; extern const RuntimeMethod* JObject_ValidateToken_m442365875_RuntimeMethod_var; extern String_t* _stringLiteral2895832339; extern const uint32_t JObject_ValidateToken_m442365875_MetadataUsageId; extern const uint32_t JObject_InternalPropertyChanged_m2237070080_MetadataUsageId; extern const uint32_t JObject_CloneToken_m1614095735_MetadataUsageId; extern const uint32_t JObject_Property_m2056844643_MetadataUsageId; extern const RuntimeMethod* JObject_get_Item_m4138477941_RuntimeMethod_var; extern String_t* _stringLiteral3018773953; extern const uint32_t JObject_get_Item_m4138477941_MetadataUsageId; extern String_t* _stringLiteral4028212929; extern const uint32_t JObject_get_Item_m332585514_MetadataUsageId; extern const uint32_t JObject_set_Item_m3337384077_MetadataUsageId; extern const RuntimeMethod* JObject_Load_m2350887230_RuntimeMethod_var; extern String_t* _stringLiteral2304482816; extern String_t* _stringLiteral2884359983; extern const uint32_t JObject_Load_m2350887230_MetadataUsageId; extern const RuntimeMethod* Collection_1_get_Item_m1515393814_RuntimeMethod_var; extern const RuntimeMethod* Collection_1_get_Count_m2147611238_RuntimeMethod_var; extern const uint32_t JObject_WriteTo_m677161859_MetadataUsageId; extern const uint32_t JObject_Add_m3470733353_MetadataUsageId; extern RuntimeClass* NotImplementedException_t3489357830_il2cpp_TypeInfo_var; extern const RuntimeMethod* JObject_System_Collections_Generic_IDictionaryU3CSystem_StringU2CNewtonsoft_Json_Linq_JTokenU3E_get_Values_m2842847036_RuntimeMethod_var; extern const uint32_t JObject_System_Collections_Generic_IDictionaryU3CSystem_StringU2CNewtonsoft_Json_Linq_JTokenU3E_get_Values_m2842847036_MetadataUsageId; extern const RuntimeMethod* KeyValuePair_2_get_Key_m2194022623_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m1247118081_RuntimeMethod_var; extern const uint32_t JObject_System_Collections_Generic_ICollectionU3CSystem_Collections_Generic_KeyValuePairU3CSystem_StringU2CNewtonsoft_Json_Linq_JTokenU3EU3E_Add_m2747598676_MetadataUsageId; extern const uint32_t JObject_System_Collections_Generic_ICollectionU3CSystem_Collections_Generic_KeyValuePairU3CSystem_StringU2CNewtonsoft_Json_Linq_JTokenU3EU3E_Contains_m3833440824_MetadataUsageId; extern const RuntimeMethod* JObject_System_Collections_Generic_ICollectionU3CSystem_Collections_Generic_KeyValuePairU3CSystem_StringU2CNewtonsoft_Json_Linq_JTokenU3EU3E_CopyTo_m1949056519_RuntimeMethod_var; extern const RuntimeMethod* Collection_1_GetEnumerator_m217286108_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2__ctor_m2603949249_RuntimeMethod_var; extern const uint32_t JObject_System_Collections_Generic_ICollectionU3CSystem_Collections_Generic_KeyValuePairU3CSystem_StringU2CNewtonsoft_Json_Linq_JTokenU3EU3E_CopyTo_m1949056519_MetadataUsageId; extern RuntimeClass* ICollection_1_t1754652651_il2cpp_TypeInfo_var; extern RuntimeClass* IDictionary_2_t3582614233_il2cpp_TypeInfo_var; extern const uint32_t JObject_System_Collections_Generic_ICollectionU3CSystem_Collections_Generic_KeyValuePairU3CSystem_StringU2CNewtonsoft_Json_Linq_JTokenU3EU3E_Remove_m1310682920_MetadataUsageId; extern RuntimeClass* U3CGetEnumeratorU3Ed__58_t2686635841_il2cpp_TypeInfo_var; extern const uint32_t JObject_GetEnumerator_m3979926960_MetadataUsageId; extern RuntimeClass* PropertyChangedEventArgs_t3313059048_il2cpp_TypeInfo_var; extern const uint32_t JObject_OnPropertyChanged_m3870847302_MetadataUsageId; extern RuntimeClass* PropertyChangingEventArgs_t2067745136_il2cpp_TypeInfo_var; extern const uint32_t JObject_OnPropertyChanging_m2696477458_MetadataUsageId; extern RuntimeClass* PropertyDescriptorCollection_t4164928659_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_1_t3654038181_il2cpp_TypeInfo_var; extern RuntimeClass* JPropertyDescriptor_t1462014386_il2cpp_TypeInfo_var; extern const uint32_t JObject_System_ComponentModel_ICustomTypeDescriptor_GetProperties_m504033104_MetadataUsageId; extern RuntimeClass* U3CU3Ec_t3140449829_il2cpp_TypeInfo_var; extern const uint32_t U3CU3Ec__cctor_m406046183_MetadataUsageId; extern const uint32_t U3CGetEnumeratorU3Ed__58_MoveNext_m887845031_MetadataUsageId; extern const uint32_t U3CGetEnumeratorU3Ed__58_U3CU3Em__Finally1_m2202976945_MetadataUsageId; extern const RuntimeMethod* U3CGetEnumeratorU3Ed__58_System_Collections_IEnumerator_Reset_m4162075632_RuntimeMethod_var; extern const uint32_t U3CGetEnumeratorU3Ed__58_System_Collections_IEnumerator_Reset_m4162075632_MetadataUsageId; extern RuntimeClass* KeyValuePair_2_t3221467713_il2cpp_TypeInfo_var; extern const uint32_t U3CGetEnumeratorU3Ed__58_System_Collections_IEnumerator_get_Current_m1988405986_MetadataUsageId; extern RuntimeClass* JPropertyList_t1362261004_il2cpp_TypeInfo_var; extern const uint32_t JProperty__ctor_m1132687042_MetadataUsageId; extern const RuntimeMethod* JProperty_GetItem_m1335626970_RuntimeMethod_var; extern const uint32_t JProperty_GetItem_m1335626970_MetadataUsageId; extern const RuntimeMethod* JProperty_SetItem_m4290336386_RuntimeMethod_var; extern const uint32_t JProperty_SetItem_m4290336386_MetadataUsageId; extern const RuntimeType* JProperty_t3803048347_0_0_0_var; extern RuntimeClass* JsonException_t3720114400_il2cpp_TypeInfo_var; extern const RuntimeMethod* JProperty_RemoveItem_m514554383_RuntimeMethod_var; extern String_t* _stringLiteral2760182613; extern const uint32_t JProperty_RemoveItem_m514554383_MetadataUsageId; extern const RuntimeMethod* JProperty_RemoveItemAt_m2550854538_RuntimeMethod_var; extern const uint32_t JProperty_RemoveItemAt_m2550854538_MetadataUsageId; extern const RuntimeMethod* JProperty_InsertItem_m1682590035_RuntimeMethod_var; extern String_t* _stringLiteral3384773292; extern const uint32_t JProperty_InsertItem_m1682590035_MetadataUsageId; extern const RuntimeMethod* JProperty_ClearItems_m2490186576_RuntimeMethod_var; extern const uint32_t JProperty_ClearItems_m2490186576_MetadataUsageId; extern const uint32_t JProperty_DeepEquals_m211836523_MetadataUsageId; extern const uint32_t JProperty_CloneToken_m436315238_MetadataUsageId; extern const uint32_t JProperty__ctor_m604795661_MetadataUsageId; extern const uint32_t JProperty__ctor_m1540364149_MetadataUsageId; extern const RuntimeMethod* JProperty_Load_m3737161055_RuntimeMethod_var; extern String_t* _stringLiteral4024849099; extern String_t* _stringLiteral3793689164; extern const uint32_t JProperty_Load_m3737161055_MetadataUsageId; extern RuntimeClass* U3CGetEnumeratorU3Ed__1_t1232179978_il2cpp_TypeInfo_var; extern const uint32_t JPropertyList_GetEnumerator_m3754748875_MetadataUsageId; extern const RuntimeMethod* U3CGetEnumeratorU3Ed__1_System_Collections_IEnumerator_Reset_m162626886_RuntimeMethod_var; extern const uint32_t U3CGetEnumeratorU3Ed__1_System_Collections_IEnumerator_Reset_m162626886_MetadataUsageId; extern const RuntimeType* JObject_t2059125928_0_0_0_var; extern const uint32_t JPropertyDescriptor_get_ComponentType_m310976197_MetadataUsageId; extern const RuntimeType* RuntimeObject_0_0_0_var; extern const uint32_t JPropertyDescriptor_get_PropertyType_m733026594_MetadataUsageId; extern const RuntimeMethod* Collection_1__ctor_m186561013_RuntimeMethod_var; extern const uint32_t JPropertyKeyedCollection__ctor_m3285489270_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_set_Item_m2769435420_RuntimeMethod_var; extern const uint32_t JPropertyKeyedCollection_AddKey_m3874722867_MetadataUsageId; extern const RuntimeMethod* Collection_1_ClearItems_m2404202208_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Clear_m2726615428_RuntimeMethod_var; extern const uint32_t JPropertyKeyedCollection_ClearItems_m3748887567_MetadataUsageId; extern const RuntimeMethod* JPropertyKeyedCollection_Contains_m113520722_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_ContainsKey_m3610357220_RuntimeMethod_var; extern const uint32_t JPropertyKeyedCollection_Contains_m113520722_MetadataUsageId; extern RuntimeClass* Dictionary_2_t823795546_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m434974741_RuntimeMethod_var; extern const uint32_t JPropertyKeyedCollection_EnsureDictionary_m3267440746_MetadataUsageId; extern const uint32_t JPropertyKeyedCollection_GetKeyForItem_m3190707260_MetadataUsageId; extern const RuntimeMethod* Collection_1_InsertItem_m3980886000_RuntimeMethod_var; extern const uint32_t JPropertyKeyedCollection_InsertItem_m1115004916_MetadataUsageId; extern const RuntimeMethod* Collection_1_get_Items_m2078379085_RuntimeMethod_var; extern const RuntimeMethod* Collection_1_RemoveItem_m4019053026_RuntimeMethod_var; extern const uint32_t JPropertyKeyedCollection_RemoveItem_m827792624_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Remove_m2401529158_RuntimeMethod_var; extern const uint32_t JPropertyKeyedCollection_RemoveKey_m1026993833_MetadataUsageId; extern RuntimeClass* IEqualityComparer_1_t3954782707_il2cpp_TypeInfo_var; extern const RuntimeMethod* Collection_1_SetItem_m3089682554_RuntimeMethod_var; extern const uint32_t JPropertyKeyedCollection_SetItem_m123108958_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m3280692254_RuntimeMethod_var; extern const uint32_t JPropertyKeyedCollection_TryGetValue_m2321108377_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_get_Keys_m1992526641_RuntimeMethod_var; extern const uint32_t JPropertyKeyedCollection_get_Keys_m2446193307_MetadataUsageId; extern const uint32_t JPropertyKeyedCollection_IndexOfReference_m1048578616_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_get_Count_m2028444847_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m4193321936_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m1269191533_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m540488004_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m2519947865_RuntimeMethod_var; extern const uint32_t JPropertyKeyedCollection_Compare_m1461185507_MetadataUsageId; extern RuntimeClass* StringComparer_t3301955079_il2cpp_TypeInfo_var; extern const uint32_t JPropertyKeyedCollection__cctor_m2251713952_MetadataUsageId; extern RuntimeClass* StringWriter_t802263757_il2cpp_TypeInfo_var; extern RuntimeClass* JsonTextWriter_t1095349912_il2cpp_TypeInfo_var; extern RuntimeClass* JRaw_t446372596_il2cpp_TypeInfo_var; extern const uint32_t JRaw_Create_m174718097_MetadataUsageId; extern const uint32_t JRaw_CloneToken_m3453540041_MetadataUsageId; extern RuntimeClass* U3CExecuteFilterU3Ed__4_t508957393_il2cpp_TypeInfo_var; extern const uint32_t ArrayIndexFilter_ExecuteFilter_m2756557015_MetadataUsageId; extern const uint32_t U3CExecuteFilterU3Ed__4__ctor_m502830417_MetadataUsageId; extern const RuntimeMethod* U3CExecuteFilterU3Ed__4_MoveNext_m3821824332_RuntimeMethod_var; extern String_t* _stringLiteral1803058300; extern const uint32_t U3CExecuteFilterU3Ed__4_MoveNext_m3821824332_MetadataUsageId; extern const uint32_t U3CExecuteFilterU3Ed__4_U3CU3Em__Finally1_m2142894334_MetadataUsageId; extern const uint32_t U3CExecuteFilterU3Ed__4_U3CU3Em__Finally2_m2142894333_MetadataUsageId; extern const RuntimeMethod* U3CExecuteFilterU3Ed__4_System_Collections_IEnumerator_Reset_m1016315243_RuntimeMethod_var; extern const uint32_t U3CExecuteFilterU3Ed__4_System_Collections_IEnumerator_Reset_m1016315243_MetadataUsageId; extern const uint32_t U3CExecuteFilterU3Ed__4_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m3122359051_MetadataUsageId; extern RuntimeClass* U3CExecuteFilterU3Ed__4_t1113823742_il2cpp_TypeInfo_var; extern const uint32_t ArrayMultipleIndexFilter_ExecuteFilter_m3328470938_MetadataUsageId; extern const uint32_t U3CExecuteFilterU3Ed__4__ctor_m1267829177_MetadataUsageId; extern const RuntimeMethod* List_1_GetEnumerator_m2050286038_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m765460575_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m3689483608_RuntimeMethod_var; extern const uint32_t U3CExecuteFilterU3Ed__4_MoveNext_m312225642_MetadataUsageId; extern const uint32_t U3CExecuteFilterU3Ed__4_U3CU3Em__Finally1_m3786980266_MetadataUsageId; extern const RuntimeMethod* Enumerator_Dispose_m222348240_RuntimeMethod_var; extern const uint32_t U3CExecuteFilterU3Ed__4_U3CU3Em__Finally2_m3786980263_MetadataUsageId; extern const RuntimeMethod* U3CExecuteFilterU3Ed__4_System_Collections_IEnumerator_Reset_m728476917_RuntimeMethod_var; extern const uint32_t U3CExecuteFilterU3Ed__4_System_Collections_IEnumerator_Reset_m728476917_MetadataUsageId; extern const uint32_t U3CExecuteFilterU3Ed__4_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m1694227198_MetadataUsageId; extern RuntimeClass* U3CExecuteFilterU3Ed__12_t222072922_il2cpp_TypeInfo_var; extern const uint32_t ArraySliceFilter_ExecuteFilter_m3032668021_MetadataUsageId; extern const uint32_t U3CExecuteFilterU3Ed__12__ctor_m891732062_MetadataUsageId; extern const RuntimeMethod* U3CExecuteFilterU3Ed__12_MoveNext_m4126225761_RuntimeMethod_var; extern String_t* _stringLiteral1066361438; extern String_t* _stringLiteral1612645083; extern String_t* _stringLiteral3452614534; extern String_t* _stringLiteral245260127; extern const uint32_t U3CExecuteFilterU3Ed__12_MoveNext_m4126225761_MetadataUsageId; extern const uint32_t U3CExecuteFilterU3Ed__12_U3CU3Em__Finally1_m3199772740_MetadataUsageId; extern const RuntimeMethod* U3CExecuteFilterU3Ed__12_System_Collections_IEnumerator_Reset_m2716265023_RuntimeMethod_var; extern const uint32_t U3CExecuteFilterU3Ed__12_System_Collections_IEnumerator_Reset_m2716265023_MetadataUsageId; extern const uint32_t U3CExecuteFilterU3Ed__12_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m2745840317_MetadataUsageId; extern const uint32_t BooleanQueryExpression_IsMatch_m1514107236_MetadataUsageId; extern const uint32_t BooleanQueryExpression_EqualsWithStringCoercion_m2537002637_MetadataUsageId; extern RuntimeClass* List_1_t348492641_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m4288795597_RuntimeMethod_var; extern const uint32_t CompositeExpression__ctor_m1285165332_MetadataUsageId; extern const RuntimeMethod* List_1_GetEnumerator_m3941346383_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m2584270375_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m2600717696_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m2094655451_RuntimeMethod_var; extern const RuntimeMethod* CompositeExpression_IsMatch_m1482427386_RuntimeMethod_var; extern const uint32_t CompositeExpression_IsMatch_m1482427386_MetadataUsageId; extern RuntimeClass* U3CExecuteFilterU3Ed__4_t2686066276_il2cpp_TypeInfo_var; extern const uint32_t FieldFilter_ExecuteFilter_m395068624_MetadataUsageId; extern const uint32_t U3CExecuteFilterU3Ed__4__ctor_m320882261_MetadataUsageId; extern const RuntimeMethod* U3CExecuteFilterU3Ed__4_MoveNext_m2463973765_RuntimeMethod_var; extern String_t* _stringLiteral1772212159; extern String_t* _stringLiteral310151344; extern const uint32_t U3CExecuteFilterU3Ed__4_MoveNext_m2463973765_MetadataUsageId; extern const uint32_t U3CExecuteFilterU3Ed__4_U3CU3Em__Finally1_m3391892288_MetadataUsageId; extern const uint32_t U3CExecuteFilterU3Ed__4_U3CU3Em__Finally2_m1053240128_MetadataUsageId; extern const RuntimeMethod* U3CExecuteFilterU3Ed__4_System_Collections_IEnumerator_Reset_m1125994441_RuntimeMethod_var; extern const uint32_t U3CExecuteFilterU3Ed__4_System_Collections_IEnumerator_Reset_m1125994441_MetadataUsageId; extern const uint32_t U3CExecuteFilterU3Ed__4_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m1565049767_MetadataUsageId; extern RuntimeClass* U3CExecuteFilterU3Ed__4_t32591816_il2cpp_TypeInfo_var; extern const uint32_t FieldMultipleFilter_ExecuteFilter_m3809560948_MetadataUsageId; extern RuntimeClass* U3CU3Ec_t266907836_il2cpp_TypeInfo_var; extern const uint32_t U3CU3Ec__cctor_m2912082053_MetadataUsageId; extern String_t* _stringLiteral3452614521; extern const uint32_t U3CU3Ec_U3CExecuteFilterU3Eb__4_0_m3990062775_MetadataUsageId; extern const uint32_t U3CExecuteFilterU3Ed__4__ctor_m2961344642_MetadataUsageId; extern RuntimeClass* Func_2_t3947292210_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_GetEnumerator_m144489546_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m4220703840_RuntimeMethod_var; extern const RuntimeMethod* U3CExecuteFilterU3Ed__4_MoveNext_m289153023_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m3024952464_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec_U3CExecuteFilterU3Eb__4_0_m3990062775_RuntimeMethod_var; extern const RuntimeMethod* Func_2__ctor_m1878178629_RuntimeMethod_var; extern const RuntimeMethod* Enumerable_Select_TisString_t_TisString_t_m4016662353_RuntimeMethod_var; extern const RuntimeMethod* Enumerable_ToArray_TisString_t_m341371260_RuntimeMethod_var; extern String_t* _stringLiteral2962535416; extern String_t* _stringLiteral3450517380; extern const uint32_t U3CExecuteFilterU3Ed__4_MoveNext_m289153023_MetadataUsageId; extern const uint32_t U3CExecuteFilterU3Ed__4_U3CU3Em__Finally1_m3168787100_MetadataUsageId; extern const RuntimeMethod* Enumerator_Dispose_m2026665411_RuntimeMethod_var; extern const uint32_t U3CExecuteFilterU3Ed__4_U3CU3Em__Finally2_m447797916_MetadataUsageId; extern const RuntimeMethod* U3CExecuteFilterU3Ed__4_System_Collections_IEnumerator_Reset_m449547920_RuntimeMethod_var; extern const uint32_t U3CExecuteFilterU3Ed__4_System_Collections_IEnumerator_Reset_m449547920_MetadataUsageId; extern const uint32_t U3CExecuteFilterU3Ed__4_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m3395602769_MetadataUsageId; extern RuntimeClass* JTokenU5BU5D_t30125430_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_GetEnumerator_m2339707365_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m4041783440_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m2736312092_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m1105080623_RuntimeMethod_var; extern const uint32_t JPath_Evaluate_m2351141606_MetadataUsageId; extern const RuntimeMethod* PathFilter_GetTokenIndex_m3674131035_RuntimeMethod_var; extern String_t* _stringLiteral3159549002; extern String_t* _stringLiteral3422769214; extern String_t* _stringLiteral3575295397; extern const uint32_t PathFilter_GetTokenIndex_m3674131035_MetadataUsageId; extern RuntimeClass* U3CExecuteFilterU3Ed__4_t2672090193_il2cpp_TypeInfo_var; extern const uint32_t QueryFilter_ExecuteFilter_m1779346983_MetadataUsageId; extern const uint32_t U3CExecuteFilterU3Ed__4__ctor_m3119473636_MetadataUsageId; extern const uint32_t U3CExecuteFilterU3Ed__4_MoveNext_m2843240549_MetadataUsageId; extern const uint32_t U3CExecuteFilterU3Ed__4_U3CU3Em__Finally1_m1973015623_MetadataUsageId; extern const uint32_t U3CExecuteFilterU3Ed__4_U3CU3Em__Finally2_m3929330759_MetadataUsageId; extern const RuntimeMethod* U3CExecuteFilterU3Ed__4_System_Collections_IEnumerator_Reset_m224820991_RuntimeMethod_var; extern const uint32_t U3CExecuteFilterU3Ed__4_System_Collections_IEnumerator_Reset_m224820991_MetadataUsageId; extern const uint32_t U3CExecuteFilterU3Ed__4_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m1276847466_MetadataUsageId; extern RuntimeClass* U3CExecuteFilterU3Ed__4_t3421602345_il2cpp_TypeInfo_var; extern const uint32_t ScanFilter_ExecuteFilter_m2852972134_MetadataUsageId; extern const uint32_t U3CExecuteFilterU3Ed__4__ctor_m2666126986_MetadataUsageId; extern const uint32_t U3CExecuteFilterU3Ed__4_MoveNext_m2861980498_MetadataUsageId; extern const uint32_t U3CExecuteFilterU3Ed__4_U3CU3Em__Finally1_m3156286336_MetadataUsageId; extern const RuntimeMethod* U3CExecuteFilterU3Ed__4_System_Collections_IEnumerator_Reset_m753033723_RuntimeMethod_var; extern const uint32_t U3CExecuteFilterU3Ed__4_System_Collections_IEnumerator_Reset_m753033723_MetadataUsageId; extern const uint32_t U3CExecuteFilterU3Ed__4_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m494736481_MetadataUsageId; extern const RuntimeMethod* List_1_Reverse_m1881709749_RuntimeMethod_var; extern const uint32_t JToken_get_Path_m3609788812_MetadataUsageId; extern const RuntimeMethod* JToken_get_Item_m2735499821_RuntimeMethod_var; extern String_t* _stringLiteral1888696744; extern const uint32_t JToken_get_Item_m2735499821_MetadataUsageId; extern const RuntimeMethod* JToken_get_First_m787573437_RuntimeMethod_var; extern const uint32_t JToken_get_First_m787573437_MetadataUsageId; extern const RuntimeMethod* JToken_get_Last_m2659123199_RuntimeMethod_var; extern const uint32_t JToken_get_Last_m2659123199_MetadataUsageId; extern RuntimeClass* JEnumerable_1_t20407348_il2cpp_TypeInfo_var; extern const uint32_t JToken_Children_m2124442804_MetadataUsageId; extern const RuntimeMethod* JToken_Remove_m412720584_RuntimeMethod_var; extern String_t* _stringLiteral2230202614; extern const uint32_t JToken_Remove_m412720584_MetadataUsageId; extern const RuntimeMethod* JToken_Replace_m4229392018_RuntimeMethod_var; extern const uint32_t JToken_Replace_m4229392018_MetadataUsageId; extern RuntimeClass* JsonConverterU5BU5D_t155849004_il2cpp_TypeInfo_var; extern const uint32_t JToken_ToString_m1339996328_MetadataUsageId; extern const uint32_t JToken_ToString_m3671747145_MetadataUsageId; extern const RuntimeMethod* JToken_EnsureValue_m3253015465_RuntimeMethod_var; extern const uint32_t JToken_EnsureValue_m3253015465_MetadataUsageId; extern RuntimeClass* JTokenType_t3022361662_il2cpp_TypeInfo_var; extern const uint32_t JToken_GetType_m1873657362_MetadataUsageId; extern const RuntimeMethod* Array_IndexOf_TisJTokenType_t3022361662_m4285954353_RuntimeMethod_var; extern const uint32_t JToken_ValidateToken_m2870953203_MetadataUsageId; extern const RuntimeMethod* JToken_op_Explicit_m4028514089_RuntimeMethod_var; extern String_t* _stringLiteral3207138533; extern const uint32_t JToken_op_Explicit_m4028514089_MetadataUsageId; extern const RuntimeMethod* JToken_op_Explicit_m1747708802_RuntimeMethod_var; extern String_t* _stringLiteral2531720842; extern const uint32_t JToken_op_Explicit_m1747708802_MetadataUsageId; extern const RuntimeMethod* JToken_op_Explicit_m3185340203_RuntimeMethod_var; extern const uint32_t JToken_op_Explicit_m3185340203_MetadataUsageId; extern const RuntimeMethod* JToken_op_Explicit_m611112651_RuntimeMethod_var; extern String_t* _stringLiteral134461962; extern const uint32_t JToken_op_Explicit_m611112651_MetadataUsageId; extern const RuntimeMethod* JToken_op_Explicit_m1780998417_RuntimeMethod_var; extern String_t* _stringLiteral1028383519; extern const uint32_t JToken_op_Explicit_m1780998417_MetadataUsageId; extern const RuntimeMethod* JToken_op_Explicit_m2498523493_RuntimeMethod_var; extern const uint32_t JToken_op_Explicit_m2498523493_MetadataUsageId; extern const RuntimeMethod* JToken_op_Explicit_m4004946053_RuntimeMethod_var; extern String_t* _stringLiteral739960206; extern const uint32_t JToken_op_Explicit_m4004946053_MetadataUsageId; extern const RuntimeMethod* JToken_op_Explicit_m1420589941_RuntimeMethod_var; extern String_t* _stringLiteral3613765436; extern const uint32_t JToken_op_Explicit_m1420589941_MetadataUsageId; extern const RuntimeMethod* JToken_op_Explicit_m938686776_RuntimeMethod_var; extern String_t* _stringLiteral1251563224; extern const uint32_t JToken_op_Explicit_m938686776_MetadataUsageId; extern const RuntimeMethod* JToken_op_Explicit_m3473930110_RuntimeMethod_var; extern String_t* _stringLiteral2040987921; extern const uint32_t JToken_op_Explicit_m3473930110_MetadataUsageId; extern const RuntimeMethod* JToken_op_Explicit_m365915847_RuntimeMethod_var; extern String_t* _stringLiteral2439113287; extern const uint32_t JToken_op_Explicit_m365915847_MetadataUsageId; extern const RuntimeMethod* JToken_op_Explicit_m2868982107_RuntimeMethod_var; extern String_t* _stringLiteral1760589725; extern const uint32_t JToken_op_Explicit_m2868982107_MetadataUsageId; extern const RuntimeMethod* JToken_op_Explicit_m2962730139_RuntimeMethod_var; extern const uint32_t JToken_op_Explicit_m2962730139_MetadataUsageId; extern const RuntimeMethod* JToken_op_Explicit_m2311737702_RuntimeMethod_var; extern String_t* _stringLiteral1982802908; extern const uint32_t JToken_op_Explicit_m2311737702_MetadataUsageId; extern const RuntimeMethod* JToken_op_Explicit_m3383912527_RuntimeMethod_var; extern String_t* _stringLiteral2860087580; extern const uint32_t JToken_op_Explicit_m3383912527_MetadataUsageId; extern const RuntimeMethod* JToken_op_Explicit_m1594151585_RuntimeMethod_var; extern const uint32_t JToken_op_Explicit_m1594151585_MetadataUsageId; extern const RuntimeMethod* JToken_op_Explicit_m885835109_RuntimeMethod_var; extern const uint32_t JToken_op_Explicit_m885835109_MetadataUsageId; extern const RuntimeMethod* JToken_op_Explicit_m1539098768_RuntimeMethod_var; extern const uint32_t JToken_op_Explicit_m1539098768_MetadataUsageId; extern const RuntimeMethod* JToken_op_Explicit_m2945574301_RuntimeMethod_var; extern const uint32_t JToken_op_Explicit_m2945574301_MetadataUsageId; extern const RuntimeMethod* JToken_op_Explicit_m3577139076_RuntimeMethod_var; extern const uint32_t JToken_op_Explicit_m3577139076_MetadataUsageId; extern const RuntimeMethod* JToken_op_Explicit_m3558176749_RuntimeMethod_var; extern const uint32_t JToken_op_Explicit_m3558176749_MetadataUsageId; extern const RuntimeMethod* JToken_op_Explicit_m2468271921_RuntimeMethod_var; extern const uint32_t JToken_op_Explicit_m2468271921_MetadataUsageId; extern const RuntimeMethod* JToken_op_Explicit_m1524800641_RuntimeMethod_var; extern String_t* _stringLiteral400248933; extern const uint32_t JToken_op_Explicit_m1524800641_MetadataUsageId; extern const RuntimeMethod* JToken_op_Explicit_m1672853504_RuntimeMethod_var; extern const uint32_t JToken_op_Explicit_m1672853504_MetadataUsageId; extern const RuntimeMethod* JToken_op_Explicit_m1000881973_RuntimeMethod_var; extern String_t* _stringLiteral2142926745; extern const uint32_t JToken_op_Explicit_m1000881973_MetadataUsageId; extern const RuntimeMethod* JToken_op_Explicit_m706218889_RuntimeMethod_var; extern String_t* _stringLiteral951285663; extern const uint32_t JToken_op_Explicit_m706218889_MetadataUsageId; extern const RuntimeMethod* JToken_op_Explicit_m3386647839_RuntimeMethod_var; extern const uint32_t JToken_op_Explicit_m3386647839_MetadataUsageId; extern const RuntimeMethod* JToken_op_Explicit_m3425055959_RuntimeMethod_var; extern const uint32_t JToken_op_Explicit_m3425055959_MetadataUsageId; extern const RuntimeMethod* JToken_op_Explicit_m3430858053_RuntimeMethod_var; extern String_t* _stringLiteral3905270064; extern const uint32_t JToken_op_Explicit_m3430858053_MetadataUsageId; extern const RuntimeMethod* JToken_op_Explicit_m1915874635_RuntimeMethod_var; extern const uint32_t JToken_op_Explicit_m1915874635_MetadataUsageId; extern const RuntimeMethod* JToken_op_Explicit_m22010335_RuntimeMethod_var; extern const uint32_t JToken_op_Explicit_m22010335_MetadataUsageId; extern const RuntimeMethod* JToken_op_Explicit_m363182177_RuntimeMethod_var; extern String_t* _stringLiteral1043183437; extern const uint32_t JToken_op_Explicit_m363182177_MetadataUsageId; extern const RuntimeMethod* JToken_op_Explicit_m3327616186_RuntimeMethod_var; extern const uint32_t JToken_op_Explicit_m3327616186_MetadataUsageId; extern const RuntimeMethod* JToken_op_Explicit_m1375917617_RuntimeMethod_var; extern String_t* _stringLiteral1264443029; extern const uint32_t JToken_op_Explicit_m1375917617_MetadataUsageId; extern const RuntimeMethod* JToken_op_Explicit_m3189873055_RuntimeMethod_var; extern const uint32_t JToken_op_Explicit_m3189873055_MetadataUsageId; extern const RuntimeMethod* JToken_op_Explicit_m4290298389_RuntimeMethod_var; extern String_t* _stringLiteral880253358; extern const uint32_t JToken_op_Explicit_m4290298389_MetadataUsageId; extern const uint32_t JToken_System_Collections_IEnumerable_GetEnumerator_m1116583369_MetadataUsageId; extern const uint32_t JToken_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m3416273315_MetadataUsageId; extern RuntimeClass* JTokenReader_t3769275704_il2cpp_TypeInfo_var; extern const uint32_t JToken_CreateReader_m3510696721_MetadataUsageId; extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var; extern RuntimeClass* Enum_t4135868527_il2cpp_TypeInfo_var; extern RuntimeClass* Nullable_1_t1819850047_il2cpp_TypeInfo_var; extern RuntimeClass* Nullable_1_t1062055256_il2cpp_TypeInfo_var; extern RuntimeClass* Nullable_1_t3392139744_il2cpp_TypeInfo_var; extern RuntimeClass* Nullable_1_t2856858458_il2cpp_TypeInfo_var; extern RuntimeClass* Nullable_1_t4275382469_il2cpp_TypeInfo_var; extern RuntimeClass* Nullable_1_t3900287040_il2cpp_TypeInfo_var; extern RuntimeClass* Nullable_1_t378540539_il2cpp_TypeInfo_var; extern RuntimeClass* Nullable_1_t4282624060_il2cpp_TypeInfo_var; extern RuntimeClass* Nullable_1_t1164162090_il2cpp_TypeInfo_var; extern RuntimeClass* Nullable_1_t1561634878_il2cpp_TypeInfo_var; extern RuntimeClass* Nullable_1_t3119828856_il2cpp_TypeInfo_var; extern RuntimeClass* Nullable_1_t2317227445_il2cpp_TypeInfo_var; extern RuntimeClass* Nullable_1_t375854166_il2cpp_TypeInfo_var; extern RuntimeClass* Nullable_1_t1166124571_il2cpp_TypeInfo_var; extern RuntimeClass* Nullable_1_t656882293_il2cpp_TypeInfo_var; extern RuntimeClass* Nullable_1_t621127673_il2cpp_TypeInfo_var; extern RuntimeClass* Nullable_1_t2603721331_il2cpp_TypeInfo_var; extern const RuntimeMethod* JToken_ToObject_m3253179817_RuntimeMethod_var; extern String_t* _stringLiteral1715260114; extern const uint32_t JToken_ToObject_m3253179817_MetadataUsageId; extern String_t* _stringLiteral1746439192; extern const uint32_t JToken_ToObject_m1717874774_MetadataUsageId; extern const uint32_t JToken_ReadFrom_m3588802466_MetadataUsageId; extern const RuntimeMethod* JToken_ReadFrom_m3508044624_RuntimeMethod_var; extern String_t* _stringLiteral3739632462; extern String_t* _stringLiteral347500621; extern const uint32_t JToken_ReadFrom_m3508044624_MetadataUsageId; extern const uint32_t JToken_SetLineInfo_m1616462453_MetadataUsageId; extern RuntimeClass* LineInfoAnnotation_t2730592426_il2cpp_TypeInfo_var; extern const uint32_t JToken_SetLineInfo_m2093961618_MetadataUsageId; extern const RuntimeMethod* JToken_Annotation_TisLineInfoAnnotation_t2730592426_m2777815084_RuntimeMethod_var; extern const uint32_t JToken_Newtonsoft_Json_IJsonLineInfo_HasLineInfo_m3703618407_MetadataUsageId; extern const uint32_t JToken_Newtonsoft_Json_IJsonLineInfo_get_LineNumber_m4224563067_MetadataUsageId; extern const uint32_t JToken_Newtonsoft_Json_IJsonLineInfo_get_LinePosition_m2174840749_MetadataUsageId; extern RuntimeClass* ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var; extern const RuntimeMethod* JToken_AddAnnotation_m294500228_RuntimeMethod_var; extern const RuntimeMethod* Array_Resize_TisRuntimeObject_m1542437191_RuntimeMethod_var; extern String_t* _stringLiteral1102688753; extern const uint32_t JToken_AddAnnotation_m294500228_MetadataUsageId; extern RuntimeClass* JTokenTypeU5BU5D_t1887505675_il2cpp_TypeInfo_var; extern const uint32_t JToken__cctor_m1535529526_MetadataUsageId; extern const uint32_t U3CAfterSelfU3Ed__42__ctor_m2038835881_MetadataUsageId; extern const RuntimeMethod* U3CAfterSelfU3Ed__42_System_Collections_IEnumerator_Reset_m3893246622_RuntimeMethod_var; extern const uint32_t U3CAfterSelfU3Ed__42_System_Collections_IEnumerator_Reset_m3893246622_MetadataUsageId; extern RuntimeClass* U3CAfterSelfU3Ed__42_t883970034_il2cpp_TypeInfo_var; extern const uint32_t U3CAfterSelfU3Ed__42_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m3880010611_MetadataUsageId; extern const uint32_t U3CAnnotationsU3Ed__172__ctor_m4201153902_MetadataUsageId; extern const RuntimeMethod* U3CAnnotationsU3Ed__172_MoveNext_m3585723496_RuntimeMethod_var; extern String_t* _stringLiteral3243520166; extern const uint32_t U3CAnnotationsU3Ed__172_MoveNext_m3585723496_MetadataUsageId; extern const RuntimeMethod* U3CAnnotationsU3Ed__172_System_Collections_IEnumerator_Reset_m3006693327_RuntimeMethod_var; extern const uint32_t U3CAnnotationsU3Ed__172_System_Collections_IEnumerator_Reset_m3006693327_MetadataUsageId; extern RuntimeClass* U3CAnnotationsU3Ed__172_t3494334042_il2cpp_TypeInfo_var; extern const uint32_t U3CAnnotationsU3Ed__172_System_Collections_Generic_IEnumerableU3CSystem_ObjectU3E_GetEnumerator_m2838842539_MetadataUsageId; extern const uint32_t U3CBeforeSelfU3Ed__43__ctor_m2979663269_MetadataUsageId; extern const RuntimeMethod* U3CBeforeSelfU3Ed__43_System_Collections_IEnumerator_Reset_m933401608_RuntimeMethod_var; extern const uint32_t U3CBeforeSelfU3Ed__43_System_Collections_IEnumerator_Reset_m933401608_MetadataUsageId; extern RuntimeClass* U3CBeforeSelfU3Ed__43_t2375137862_il2cpp_TypeInfo_var; extern const uint32_t U3CBeforeSelfU3Ed__43_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m1706987596_MetadataUsageId; extern const uint32_t U3CGetAncestorsU3Ed__41__ctor_m1728265758_MetadataUsageId; extern const RuntimeMethod* U3CGetAncestorsU3Ed__41_System_Collections_IEnumerator_Reset_m1761607464_RuntimeMethod_var; extern const uint32_t U3CGetAncestorsU3Ed__41_System_Collections_IEnumerator_Reset_m1761607464_MetadataUsageId; extern RuntimeClass* U3CGetAncestorsU3Ed__41_t2485884922_il2cpp_TypeInfo_var; extern const uint32_t U3CGetAncestorsU3Ed__41_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m102324729_MetadataUsageId; extern const uint32_t JTokenEqualityComparer_Equals_m830318414_MetadataUsageId; extern const uint32_t JTokenReader__ctor_m3289697887_MetadataUsageId; extern const uint32_t JTokenReader_Read_m3618778602_MetadataUsageId; extern const RuntimeMethod* Nullable_1__ctor_m804345635_RuntimeMethod_var; extern const RuntimeMethod* JTokenReader_GetEndToken_m3461044860_RuntimeMethod_var; extern String_t* _stringLiteral3243520198; extern String_t* _stringLiteral2855594049; extern const uint32_t JTokenReader_GetEndToken_m3461044860_MetadataUsageId; extern const RuntimeMethod* Nullable_1_get_HasValue_m512162396_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m3285554968_RuntimeMethod_var; extern const uint32_t JTokenReader_SetEnd_m3848814254_MetadataUsageId; extern const RuntimeMethod* JTokenReader_SetToken_m603499541_RuntimeMethod_var; extern String_t* _stringLiteral3955873206; extern const uint32_t JTokenReader_SetToken_m603499541_MetadataUsageId; extern const uint32_t JTokenReader_Newtonsoft_Json_IJsonLineInfo_HasLineInfo_m4015958740_MetadataUsageId; extern const uint32_t JTokenReader_Newtonsoft_Json_IJsonLineInfo_get_LineNumber_m2633546818_MetadataUsageId; extern const uint32_t JTokenReader_Newtonsoft_Json_IJsonLineInfo_get_LinePosition_m3585630029_MetadataUsageId; extern String_t* _stringLiteral3452614530; extern const uint32_t JTokenReader_get_Path_m1765514814_MetadataUsageId; extern const uint32_t JTokenWriter__ctor_m3446415868_MetadataUsageId; extern const uint32_t JTokenWriter_WriteStartObject_m757982097_MetadataUsageId; extern const uint32_t JTokenWriter_WriteStartArray_m3691523701_MetadataUsageId; extern const uint32_t JTokenWriter_WriteStartConstructor_m3499788532_MetadataUsageId; extern const uint32_t JTokenWriter_WritePropertyName_m3382116642_MetadataUsageId; extern const uint32_t JTokenWriter_AddValue_m2511346418_MetadataUsageId; extern const uint32_t JTokenWriter_WriteRaw_m4170178743_MetadataUsageId; extern const uint32_t JTokenWriter_WriteValue_m541939374_MetadataUsageId; extern const uint32_t JTokenWriter_WriteValue_m1774688813_MetadataUsageId; extern const uint32_t JTokenWriter_WriteValue_m541546161_MetadataUsageId; extern const uint32_t JTokenWriter_WriteValue_m2937815907_MetadataUsageId; extern const uint32_t JTokenWriter_WriteValue_m864726753_MetadataUsageId; extern const uint32_t JTokenWriter_WriteValue_m1341026642_MetadataUsageId; extern const uint32_t JTokenWriter_WriteValue_m2679366753_MetadataUsageId; extern const uint32_t JTokenWriter_WriteValue_m541677228_MetadataUsageId; extern const uint32_t JTokenWriter_WriteValue_m4100156569_MetadataUsageId; extern const uint32_t JTokenWriter_WriteValue_m435778955_MetadataUsageId; extern const uint32_t JTokenWriter_WriteValue_m578920553_MetadataUsageId; extern const uint32_t JTokenWriter_WriteValue_m2455631371_MetadataUsageId; extern const uint32_t JTokenWriter_WriteValue_m3232891354_MetadataUsageId; extern const uint32_t JTokenWriter_WriteValue_m2570290678_MetadataUsageId; extern const uint32_t JTokenWriter_WriteValue_m175410736_MetadataUsageId; extern const uint32_t JTokenWriter_WriteValue_m4265342467_MetadataUsageId; extern const uint32_t JTokenWriter_WriteValue_m2900872700_MetadataUsageId; extern const uint32_t JTokenWriter_WriteToken_m146674553_MetadataUsageId; extern const uint32_t JValue__ctor_m2458222621_MetadataUsageId; extern const uint32_t JValue__ctor_m992286939_MetadataUsageId; extern const uint32_t JValue_DeepEquals_m3016615274_MetadataUsageId; extern RuntimeClass* Comparer_1_t3347205571_il2cpp_TypeInfo_var; extern const RuntimeMethod* JValue_Compare_m2583422632_RuntimeMethod_var; extern const RuntimeMethod* Comparer_1_get_Default_m2933844913_RuntimeMethod_var; extern String_t* _stringLiteral3506924716; extern String_t* _stringLiteral374932097; extern String_t* _stringLiteral66678178; extern String_t* _stringLiteral1757458678; extern String_t* _stringLiteral1760892258; extern String_t* _stringLiteral3914662448; extern const uint32_t JValue_Compare_m2583422632_MetadataUsageId; extern const uint32_t JValue_CompareFloat_m3984240916_MetadataUsageId; extern const uint32_t JValue_CloneToken_m727666570_MetadataUsageId; extern const uint32_t JValue_CreateComment_m2766888673_MetadataUsageId; extern const uint32_t JValue_CreateNull_m1873583286_MetadataUsageId; extern const uint32_t JValue_CreateUndefined_m481882203_MetadataUsageId; extern RuntimeClass* DBNull_t3725197148_il2cpp_TypeInfo_var; extern const RuntimeMethod* JValue_GetValueType_m502214134_RuntimeMethod_var; extern String_t* _stringLiteral4235015580; extern const uint32_t JValue_GetValueType_m502214134_MetadataUsageId; extern const RuntimeMethod* Nullable_1_get_HasValue_m3740018445_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m449716682_RuntimeMethod_var; extern const uint32_t JValue_GetStringValueType_m2273648158_MetadataUsageId; extern const RuntimeMethod* JValue_WriteTo_m2097766495_RuntimeMethod_var; extern String_t* _stringLiteral3124749496; extern const uint32_t JValue_WriteTo_m2097766495_MetadataUsageId; extern const uint32_t JValue_Equals_m1869354243_MetadataUsageId; extern const uint32_t JValue_ToString_m1332490000_MetadataUsageId; extern RuntimeClass* IFormattable_t1450744796_il2cpp_TypeInfo_var; extern const uint32_t JValue_ToString_m3683347190_MetadataUsageId; extern const uint32_t JValue_System_IComparable_CompareTo_m2939302832_MetadataUsageId; extern const uint32_t JValue_System_IConvertible_GetTypeCode_m1644596373_MetadataUsageId; extern const uint32_t JValue_System_IConvertible_ToBoolean_m2667930684_MetadataUsageId; extern const uint32_t JValue_System_IConvertible_ToChar_m1334442428_MetadataUsageId; extern const uint32_t JValue_System_IConvertible_ToSByte_m3173983623_MetadataUsageId; extern const uint32_t JValue_System_IConvertible_ToByte_m2182085808_MetadataUsageId; extern const uint32_t JValue_System_IConvertible_ToInt16_m351413686_MetadataUsageId; extern const uint32_t JValue_System_IConvertible_ToUInt16_m3415124054_MetadataUsageId; extern const uint32_t JValue_System_IConvertible_ToInt32_m3987773348_MetadataUsageId; extern const uint32_t JValue_System_IConvertible_ToUInt32_m2274141198_MetadataUsageId; extern const uint32_t JValue_System_IConvertible_ToInt64_m1338111995_MetadataUsageId; extern const uint32_t JValue_System_IConvertible_ToUInt64_m1767244003_MetadataUsageId; extern const uint32_t JValue_System_IConvertible_ToSingle_m2965169466_MetadataUsageId; extern const uint32_t JValue_System_IConvertible_ToDouble_m1288109615_MetadataUsageId; extern const uint32_t JValue_System_IConvertible_ToDecimal_m614194704_MetadataUsageId; extern const uint32_t JValue_System_IConvertible_ToDateTime_m41972779_MetadataUsageId; extern RuntimeClass* DefaultContractResolver_t270250618_il2cpp_TypeInfo_var; extern const uint32_t CamelCasePropertyNamesContractResolver__ctor_m634838905_MetadataUsageId; extern const uint32_t DefaultContractResolver_get_Instance_m2957973855_MetadataUsageId; extern RuntimeClass* DefaultContractResolverState_t3045992855_il2cpp_TypeInfo_var; extern const uint32_t DefaultContractResolver__ctor_m1445255198_MetadataUsageId; extern const uint32_t DefaultContractResolver_GetState_m2274805795_MetadataUsageId; extern RuntimeClass* Dictionary_2_t1505184387_il2cpp_TypeInfo_var; extern const RuntimeMethod* DefaultContractResolver_ResolveContract_m681006950_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m3045574645_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m4258872270_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m151482617_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m1131828577_RuntimeMethod_var; extern const uint32_t DefaultContractResolver_ResolveContract_m681006950_MetadataUsageId; extern const RuntimeType* CompilerGeneratedAttribute_t23527886_0_0_0_var; extern RuntimeClass* JsonTypeReflector_t526591219_il2cpp_TypeInfo_var; extern RuntimeClass* ReflectionUtils_t2669115404_il2cpp_TypeInfo_var; extern RuntimeClass* U3CU3Ec_t2089815845_il2cpp_TypeInfo_var; extern RuntimeClass* Func_2_t2217434578_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t557109187_il2cpp_TypeInfo_var; extern RuntimeClass* FieldInfo_t_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CU3Ec_U3CGetSerializableMembersU3Eb__30_0_m307911413_RuntimeMethod_var; extern const RuntimeMethod* Func_2__ctor_m290757398_RuntimeMethod_var; extern const RuntimeMethod* Enumerable_Where_TisMemberInfo_t_m2024036589_RuntimeMethod_var; extern const RuntimeMethod* Enumerable_ToList_TisMemberInfo_t_m3180374575_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m2845631487_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec_U3CGetSerializableMembersU3Eb__30_1_m3345246525_RuntimeMethod_var; extern const RuntimeMethod* List_1_GetEnumerator_m1052294188_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m168666109_RuntimeMethod_var; extern const RuntimeMethod* List_1_Contains_m1910635180_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m304598357_RuntimeMethod_var; extern const RuntimeMethod* JsonTypeReflector_GetAttribute_TisJsonPropertyAttribute_t2223277056_m3901771140_RuntimeMethod_var; extern const RuntimeMethod* JsonTypeReflector_GetAttribute_TisJsonRequiredAttribute_t2327646188_m3278401384_RuntimeMethod_var; extern const RuntimeMethod* JsonTypeReflector_GetAttribute_TisDataMemberAttribute_t1339837472_m1015734517_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m2008934334_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m2841537219_RuntimeMethod_var; extern const RuntimeMethod* DefaultContractResolver_ShouldSerializeEntityMember_m833037392_RuntimeMethod_var; extern String_t* _stringLiteral564764393; extern const uint32_t DefaultContractResolver_GetSerializableMembers_m598318371_MetadataUsageId; extern RuntimeClass* PropertyInfo_t_il2cpp_TypeInfo_var; extern String_t* _stringLiteral4003172820; extern const uint32_t DefaultContractResolver_ShouldSerializeEntityMember_m833037392_MetadataUsageId; extern RuntimeClass* JsonObjectContract_t868533143_il2cpp_TypeInfo_var; extern RuntimeClass* Func_1_t2509852811_il2cpp_TypeInfo_var; extern const RuntimeMethod* CollectionUtils_AddRange_TisJsonProperty_t1405154176_m3903756976_RuntimeMethod_var; extern const RuntimeMethod* JsonTypeReflector_GetCachedAttribute_TisJsonObjectAttribute_t3277381142_m22066958_RuntimeMethod_var; extern const RuntimeMethod* JsonObjectContract_GetUninitializedObject_m1547649372_RuntimeMethod_var; extern const RuntimeMethod* Func_1__ctor_m626403339_RuntimeMethod_var; extern const uint32_t DefaultContractResolver_CreateObjectContract_m544543196_MetadataUsageId; extern RuntimeClass* Func_2_t2823819620_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CU3Ec_U3CGetExtensionDataMemberForTypeU3Eb__33_0_m3953233715_RuntimeMethod_var; extern const RuntimeMethod* Func_2__ctor_m270668762_RuntimeMethod_var; extern const RuntimeMethod* Enumerable_SelectMany_TisType_t_TisMemberInfo_t_m876686129_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec_U3CGetExtensionDataMemberForTypeU3Eb__33_1_m2686405749_RuntimeMethod_var; extern const RuntimeMethod* Enumerable_LastOrDefault_TisMemberInfo_t_m2492911416_RuntimeMethod_var; extern const uint32_t DefaultContractResolver_GetExtensionDataMemberForType_m1332482044_MetadataUsageId; extern const RuntimeType* IDictionary_2_t3177279192_0_0_0_var; extern const RuntimeType* Dictionary_2_t3621973219_0_0_0_var; extern const RuntimeType* EnumerableDictionaryWrapper_2_t489898437_0_0_0_var; extern RuntimeClass* U3CU3Ec__DisplayClass34_0_t2309445613_il2cpp_TypeInfo_var; extern RuntimeClass* TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var; extern RuntimeClass* U3CU3Ec__DisplayClass34_1_t3875529554_il2cpp_TypeInfo_var; extern RuntimeClass* ExtensionDataSetter_t2768476772_il2cpp_TypeInfo_var; extern RuntimeClass* U3CU3Ec__DisplayClass34_2_t1146646199_il2cpp_TypeInfo_var; extern RuntimeClass* ExtensionDataGetter_t2030541412_il2cpp_TypeInfo_var; extern const RuntimeMethod* ReflectionUtils_GetAttribute_TisJsonExtensionDataAttribute_t1775849281_m4176509212_RuntimeMethod_var; extern const RuntimeMethod* ReflectionDelegateFactory_CreateGet_TisRuntimeObject_m2506523516_RuntimeMethod_var; extern const RuntimeMethod* ReflectionDelegateFactory_CreateSet_TisRuntimeObject_m2440090338_RuntimeMethod_var; extern const RuntimeMethod* ReflectionDelegateFactory_CreateDefaultConstructor_TisRuntimeObject_m1416164154_RuntimeMethod_var; extern const RuntimeMethod* ReflectionDelegateFactory_CreateMethodCall_TisRuntimeObject_m2397225021_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec__DisplayClass34_1_U3CSetExtensionDataDelegatesU3Eb__0_m564469053_RuntimeMethod_var; extern const RuntimeMethod* Enumerable_First_TisConstructorInfo_t5769829_m2348694134_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec__DisplayClass34_2_U3CSetExtensionDataDelegatesU3Eb__1_m2695677966_RuntimeMethod_var; extern String_t* _stringLiteral3265744085; extern const uint32_t DefaultContractResolver_SetExtensionDataDelegates_m725954094_MetadataUsageId; extern const RuntimeType* Version_t3456873960_0_0_0_var; extern const RuntimeType* Int32_t2950945753_0_0_0_var; extern RuntimeClass* Func_2_t1796590042_il2cpp_TypeInfo_var; extern RuntimeClass* ICollection_1_t2833922063_il2cpp_TypeInfo_var; extern RuntimeClass* IList_1_t1821089612_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CU3Ec_U3CGetAttributeConstructorU3Eb__36_0_m3562937678_RuntimeMethod_var; extern const RuntimeMethod* Func_2__ctor_m1559270925_RuntimeMethod_var; extern const RuntimeMethod* Enumerable_Where_TisConstructorInfo_t5769829_m3502358349_RuntimeMethod_var; extern const RuntimeMethod* Enumerable_ToList_TisConstructorInfo_t5769829_m751781180_RuntimeMethod_var; extern const RuntimeMethod* DefaultContractResolver_GetAttributeConstructor_m3726356735_RuntimeMethod_var; extern String_t* _stringLiteral1111669417; extern const uint32_t DefaultContractResolver_GetAttributeConstructor_m3726356735_MetadataUsageId; extern const uint32_t DefaultContractResolver_GetParameterizedConstructor_m1732846620_MetadataUsageId; extern RuntimeClass* JsonPropertyCollection_t2691548039_il2cpp_TypeInfo_var; extern const uint32_t DefaultContractResolver_CreateConstructorParameters_m1585801420_MetadataUsageId; extern RuntimeClass* JsonProperty_t1405154176_il2cpp_TypeInfo_var; extern RuntimeClass* ReflectionAttributeProvider_t4190773725_il2cpp_TypeInfo_var; extern const RuntimeMethod* Nullable_1_get_HasValue_m3472043244_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_get_HasValue_m4114458644_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_get_HasValue_m4201331606_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_get_HasValue_m3254789393_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_get_HasValue_m2699568762_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_get_HasValue_m772260800_RuntimeMethod_var; extern const uint32_t DefaultContractResolver_CreatePropertyFromConstructorParameter_m3545563175_MetadataUsageId; extern const uint32_t DefaultContractResolver_ResolveContractConverter_m694015519_MetadataUsageId; extern const uint32_t DefaultContractResolver_GetDefaultCreator_m493820785_MetadataUsageId; extern const RuntimeMethod* JsonTypeReflector_GetCachedAttribute_TisJsonContainerAttribute_t3874748064_m1643058314_RuntimeMethod_var; extern const uint32_t DefaultContractResolver_InitializeContract_m2699834288_MetadataUsageId; extern const RuntimeMethod* CollectionUtils_AddRange_TisSerializationCallback_t2308856739_m3817144721_RuntimeMethod_var; extern const RuntimeMethod* CollectionUtils_AddRange_TisSerializationErrorCallback_t38225783_m3169566612_RuntimeMethod_var; extern const uint32_t DefaultContractResolver_ResolveCallbackMethods_m1272420817_MetadataUsageId; extern const RuntimeType* OnSerializingAttribute_t2580696919_0_0_0_var; extern const RuntimeType* OnSerializedAttribute_t2595932830_0_0_0_var; extern const RuntimeType* OnDeserializingAttribute_t338753086_0_0_0_var; extern const RuntimeType* OnDeserializedAttribute_t1335880599_0_0_0_var; extern const RuntimeType* OnErrorAttribute_t1580718334_0_0_0_var; extern RuntimeClass* List_1_t3780931481_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t1510300525_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_GetEnumerator_m469156762_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m3931857711_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m2914274212_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m4276930598_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m2676508470_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m199502390_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m2091439480_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m1963910613_RuntimeMethod_var; extern const uint32_t DefaultContractResolver_GetCallbackMethodsForType_m950314023_MetadataUsageId; extern RuntimeClass* List_1_t3956019502_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m3073166008_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m576010208_RuntimeMethod_var; extern const RuntimeMethod* List_1_Reverse_m3419333220_RuntimeMethod_var; extern const uint32_t DefaultContractResolver_GetClassHierarchyForType_m3944309456_MetadataUsageId; extern const RuntimeType* IDictionary_t1363984059_0_0_0_var; extern const RuntimeType* IEnumerable_1_t1615002100_0_0_0_var; extern const RuntimeType* KeyValuePair_2_t4175610960_0_0_0_var; extern RuntimeClass* JsonDictionaryContract_t4040570183_il2cpp_TypeInfo_var; extern const RuntimeMethod* DefaultContractResolver_CreateDictionaryContract_m1082815948_RuntimeMethod_var; extern String_t* _stringLiteral2020353358; extern const uint32_t DefaultContractResolver_CreateDictionaryContract_m1082815948_MetadataUsageId; extern const RuntimeType* IEnumerable_t1941168011_0_0_0_var; extern RuntimeClass* JsonArrayContract_t483691547_il2cpp_TypeInfo_var; extern const RuntimeMethod* DefaultContractResolver_CreateArrayContract_m810425316_RuntimeMethod_var; extern const uint32_t DefaultContractResolver_CreateArrayContract_m810425316_MetadataUsageId; extern RuntimeClass* JsonPrimitiveContract_t336098342_il2cpp_TypeInfo_var; extern const uint32_t DefaultContractResolver_CreatePrimitiveContract_m3911927297_MetadataUsageId; extern RuntimeClass* JsonLinqContract_t1088793043_il2cpp_TypeInfo_var; extern const uint32_t DefaultContractResolver_CreateLinqContract_m3590739706_MetadataUsageId; extern const RuntimeType* SerializationInfo_t950877179_0_0_0_var; extern const RuntimeType* StreamingContext_t3711869237_0_0_0_var; extern RuntimeClass* JsonISerializableContract_t781833466_il2cpp_TypeInfo_var; extern const uint32_t DefaultContractResolver_CreateISerializableContract_m1549667735_MetadataUsageId; extern RuntimeClass* JsonStringContract_t1298846671_il2cpp_TypeInfo_var; extern const uint32_t DefaultContractResolver_CreateStringContract_m3040644535_MetadataUsageId; extern const RuntimeType* JToken_t1038539247_0_0_0_var; extern const RuntimeType* ISerializable_t3375760802_0_0_0_var; extern RuntimeClass* JsonObjectAttribute_t3277381142_il2cpp_TypeInfo_var; extern RuntimeClass* JsonArrayAttribute_t3155801748_il2cpp_TypeInfo_var; extern RuntimeClass* JsonDictionaryAttribute_t3890173510_il2cpp_TypeInfo_var; extern const uint32_t DefaultContractResolver_CreateContract_m1622535221_MetadataUsageId; extern const uint32_t DefaultContractResolver_IsJsonPrimitiveType_m1042571514_MetadataUsageId; extern const RuntimeType* IConvertible_t2977365677_0_0_0_var; extern const uint32_t DefaultContractResolver_IsIConvertible_m2386267330_MetadataUsageId; extern const RuntimeType* TypeConverter_t2249118273_0_0_0_var; extern const RuntimeType* Type_t_0_0_0_var; extern RuntimeClass* ComponentConverter_t118941221_il2cpp_TypeInfo_var; extern RuntimeClass* ReferenceConverter_t1811933861_il2cpp_TypeInfo_var; extern const uint32_t DefaultContractResolver_CanConvertToString_m1537508402_MetadataUsageId; extern const RuntimeType* Void_t1185182177_0_0_0_var; extern const RuntimeType* ErrorContext_t3532118581_0_0_0_var; extern const RuntimeMethod* DefaultContractResolver_IsValidCallback_m3945815643_RuntimeMethod_var; extern String_t* _stringLiteral4000461618; extern String_t* _stringLiteral5129169; extern String_t* _stringLiteral2838075562; extern String_t* _stringLiteral3742473430; extern String_t* _stringLiteral2001812082; extern String_t* _stringLiteral298734530; extern const uint32_t DefaultContractResolver_IsValidCallback_m3945815643_MetadataUsageId; extern String_t* _stringLiteral112877610; extern const uint32_t DefaultContractResolver_GetClrTypeFullName_m2513818317_MetadataUsageId; extern RuntimeClass* JsonSerializationException_t4152118729_il2cpp_TypeInfo_var; extern RuntimeClass* Func_2_t1808639663_il2cpp_TypeInfo_var; extern const RuntimeMethod* DefaultContractResolver_CreateProperties_m799726879_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec_U3CCreatePropertiesU3Eb__60_0_m3629147218_RuntimeMethod_var; extern const RuntimeMethod* Func_2__ctor_m3421340864_RuntimeMethod_var; extern const RuntimeMethod* Enumerable_OrderBy_TisJsonProperty_t1405154176_TisInt32_t2950945753_m507963171_RuntimeMethod_var; extern const RuntimeMethod* Enumerable_ToList_TisJsonProperty_t1405154176_m3621178888_RuntimeMethod_var; extern String_t* _stringLiteral424560399; extern const uint32_t DefaultContractResolver_CreateProperties_m799726879_MetadataUsageId; extern RuntimeClass* ReflectionValueProvider_t2127813129_il2cpp_TypeInfo_var; extern const uint32_t DefaultContractResolver_CreateMemberValueProvider_m2556520987_MetadataUsageId; extern const uint32_t DefaultContractResolver_CreateProperty_m3175998234_MetadataUsageId; extern RuntimeClass* MemberInfo_t_il2cpp_TypeInfo_var; extern const RuntimeMethod* Nullable_1__ctor_m1040762645_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1__ctor_m2505653846_RuntimeMethod_var; extern const RuntimeMethod* JsonTypeReflector_GetAttribute_TisJsonIgnoreAttribute_t836745302_m2572512085_RuntimeMethod_var; extern const RuntimeMethod* JsonTypeReflector_GetAttribute_TisJsonExtensionDataAttribute_t1775849281_m2974701822_RuntimeMethod_var; extern const RuntimeMethod* JsonTypeReflector_GetAttribute_TisNonSerializedAttribute_t2945079482_m682929421_RuntimeMethod_var; extern const RuntimeMethod* JsonTypeReflector_GetAttribute_TisDefaultValueAttribute_t587583663_m2303635855_RuntimeMethod_var; extern const uint32_t DefaultContractResolver_SetPropertySettingsFromAttributes_m502397598_MetadataUsageId; extern const RuntimeType* Boolean_t97287965_0_0_0_var; extern RuntimeClass* U3CU3Ec__DisplayClass64_0_t1907775469_il2cpp_TypeInfo_var; extern RuntimeClass* Predicate_1_t3905400288_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CU3Ec__DisplayClass64_0_U3CCreateShouldSerializeTestU3Eb__0_m3729960672_RuntimeMethod_var; extern const RuntimeMethod* Predicate_1__ctor_m327447107_RuntimeMethod_var; extern String_t* _stringLiteral427203072; extern const uint32_t DefaultContractResolver_CreateShouldSerializeTest_m2917110277_MetadataUsageId; extern RuntimeClass* U3CU3Ec__DisplayClass65_0_t1907775468_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CU3Ec__DisplayClass65_0_U3CSetIsSpecifiedActionsU3Eb__0_m3268405728_RuntimeMethod_var; extern String_t* _stringLiteral1085139274; extern const uint32_t DefaultContractResolver_SetIsSpecifiedActions_m3215449324_MetadataUsageId; extern RuntimeClass* XmlNodeConverter_t181348760_il2cpp_TypeInfo_var; extern RuntimeClass* KeyValuePairConverter_t2108458033_il2cpp_TypeInfo_var; extern RuntimeClass* BsonObjectIdConverter_t1190033754_il2cpp_TypeInfo_var; extern RuntimeClass* RegexConverter_t2517515405_il2cpp_TypeInfo_var; extern const uint32_t DefaultContractResolver__cctor_m4157165859_MetadataUsageId; struct CharU5BU5D_t3528271667; struct BooleanU5BU5D_t2897418192; struct ByteU5BU5D_t4116647657; struct StateU5BU5D_t813246884; struct StateU5BU5DU5BU5D_t3190318925; struct JsonConverterU5BU5D_t155849004; struct JTokenU5BU5D_t30125430; struct KeyValuePair_2U5BU5D_t3379601308; struct AttributeU5BU5D_t1575011174; struct PropertyDescriptorU5BU5D_t2649761905; struct StringU5BU5D_t1281789340; struct JTokenTypeU5BU5D_t1887505675; struct ObjectU5BU5D_t2843939325; struct TypeU5BU5D_t3940880105; struct ConstructorInfoU5BU5D_t881249896; struct ParameterInfoU5BU5D_t390618515; struct MethodInfoU5BU5D_t2572182361; struct ParameterModifierU5BU5D_t2943407543; #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 U3CEXECUTEFILTERU3ED__12_T222072922_H #define U3CEXECUTEFILTERU3ED__12_T222072922_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter/d__12 struct U3CExecuteFilterU3Ed__12_t222072922 : public RuntimeObject { public: // System.Int32 Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter/d__12::<>1__state int32_t ___U3CU3E1__state_0; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter/d__12::<>2__current JToken_t1038539247 * ___U3CU3E2__current_1; // System.Int32 Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter/d__12::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter/d__12::<>4__this ArraySliceFilter_t662461599 * ___U3CU3E4__this_3; // System.Collections.Generic.IEnumerable`1 Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter/d__12::current RuntimeObject* ___current_4; // System.Collections.Generic.IEnumerable`1 Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter/d__12::<>3__current RuntimeObject* ___U3CU3E3__current_5; // Newtonsoft.Json.Linq.JArray Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter/d__12::5__1 JArray_t2963978544 * ___U3CaU3E5__1_6; // System.Int32 Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter/d__12::5__2 int32_t ___U3CiU3E5__2_7; // System.Int32 Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter/d__12::5__3 int32_t ___U3CstepCountU3E5__3_8; // System.Int32 Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter/d__12::5__4 int32_t ___U3CstopIndexU3E5__4_9; // System.Boolean Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter/d__12::5__5 bool ___U3CpositiveStepU3E5__5_10; // System.Boolean Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter/d__12::errorWhenNoMatch bool ___errorWhenNoMatch_11; // System.Boolean Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter/d__12::<>3__errorWhenNoMatch bool ___U3CU3E3__errorWhenNoMatch_12; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter/d__12::5__6 JToken_t1038539247 * ___U3CtU3E5__6_13; // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter/d__12::<>7__wrap1 RuntimeObject* ___U3CU3E7__wrap1_14; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CExecuteFilterU3Ed__12_t222072922, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CExecuteFilterU3Ed__12_t222072922, ___U3CU3E2__current_1)); } inline JToken_t1038539247 * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline JToken_t1038539247 ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(JToken_t1038539247 * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E2__current_1), value); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CExecuteFilterU3Ed__12_t222072922, ___U3CU3El__initialThreadId_2)); } inline int32_t get_U3CU3El__initialThreadId_2() const { return ___U3CU3El__initialThreadId_2; } inline int32_t* get_address_of_U3CU3El__initialThreadId_2() { return &___U3CU3El__initialThreadId_2; } inline void set_U3CU3El__initialThreadId_2(int32_t value) { ___U3CU3El__initialThreadId_2 = value; } inline static int32_t get_offset_of_U3CU3E4__this_3() { return static_cast(offsetof(U3CExecuteFilterU3Ed__12_t222072922, ___U3CU3E4__this_3)); } inline ArraySliceFilter_t662461599 * get_U3CU3E4__this_3() const { return ___U3CU3E4__this_3; } inline ArraySliceFilter_t662461599 ** get_address_of_U3CU3E4__this_3() { return &___U3CU3E4__this_3; } inline void set_U3CU3E4__this_3(ArraySliceFilter_t662461599 * value) { ___U3CU3E4__this_3 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E4__this_3), value); } inline static int32_t get_offset_of_current_4() { return static_cast(offsetof(U3CExecuteFilterU3Ed__12_t222072922, ___current_4)); } inline RuntimeObject* get_current_4() const { return ___current_4; } inline RuntimeObject** get_address_of_current_4() { return &___current_4; } inline void set_current_4(RuntimeObject* value) { ___current_4 = value; Il2CppCodeGenWriteBarrier((&___current_4), value); } inline static int32_t get_offset_of_U3CU3E3__current_5() { return static_cast(offsetof(U3CExecuteFilterU3Ed__12_t222072922, ___U3CU3E3__current_5)); } inline RuntimeObject* get_U3CU3E3__current_5() const { return ___U3CU3E3__current_5; } inline RuntimeObject** get_address_of_U3CU3E3__current_5() { return &___U3CU3E3__current_5; } inline void set_U3CU3E3__current_5(RuntimeObject* value) { ___U3CU3E3__current_5 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E3__current_5), value); } inline static int32_t get_offset_of_U3CaU3E5__1_6() { return static_cast(offsetof(U3CExecuteFilterU3Ed__12_t222072922, ___U3CaU3E5__1_6)); } inline JArray_t2963978544 * get_U3CaU3E5__1_6() const { return ___U3CaU3E5__1_6; } inline JArray_t2963978544 ** get_address_of_U3CaU3E5__1_6() { return &___U3CaU3E5__1_6; } inline void set_U3CaU3E5__1_6(JArray_t2963978544 * value) { ___U3CaU3E5__1_6 = value; Il2CppCodeGenWriteBarrier((&___U3CaU3E5__1_6), value); } inline static int32_t get_offset_of_U3CiU3E5__2_7() { return static_cast(offsetof(U3CExecuteFilterU3Ed__12_t222072922, ___U3CiU3E5__2_7)); } inline int32_t get_U3CiU3E5__2_7() const { return ___U3CiU3E5__2_7; } inline int32_t* get_address_of_U3CiU3E5__2_7() { return &___U3CiU3E5__2_7; } inline void set_U3CiU3E5__2_7(int32_t value) { ___U3CiU3E5__2_7 = value; } inline static int32_t get_offset_of_U3CstepCountU3E5__3_8() { return static_cast(offsetof(U3CExecuteFilterU3Ed__12_t222072922, ___U3CstepCountU3E5__3_8)); } inline int32_t get_U3CstepCountU3E5__3_8() const { return ___U3CstepCountU3E5__3_8; } inline int32_t* get_address_of_U3CstepCountU3E5__3_8() { return &___U3CstepCountU3E5__3_8; } inline void set_U3CstepCountU3E5__3_8(int32_t value) { ___U3CstepCountU3E5__3_8 = value; } inline static int32_t get_offset_of_U3CstopIndexU3E5__4_9() { return static_cast(offsetof(U3CExecuteFilterU3Ed__12_t222072922, ___U3CstopIndexU3E5__4_9)); } inline int32_t get_U3CstopIndexU3E5__4_9() const { return ___U3CstopIndexU3E5__4_9; } inline int32_t* get_address_of_U3CstopIndexU3E5__4_9() { return &___U3CstopIndexU3E5__4_9; } inline void set_U3CstopIndexU3E5__4_9(int32_t value) { ___U3CstopIndexU3E5__4_9 = value; } inline static int32_t get_offset_of_U3CpositiveStepU3E5__5_10() { return static_cast(offsetof(U3CExecuteFilterU3Ed__12_t222072922, ___U3CpositiveStepU3E5__5_10)); } inline bool get_U3CpositiveStepU3E5__5_10() const { return ___U3CpositiveStepU3E5__5_10; } inline bool* get_address_of_U3CpositiveStepU3E5__5_10() { return &___U3CpositiveStepU3E5__5_10; } inline void set_U3CpositiveStepU3E5__5_10(bool value) { ___U3CpositiveStepU3E5__5_10 = value; } inline static int32_t get_offset_of_errorWhenNoMatch_11() { return static_cast(offsetof(U3CExecuteFilterU3Ed__12_t222072922, ___errorWhenNoMatch_11)); } inline bool get_errorWhenNoMatch_11() const { return ___errorWhenNoMatch_11; } inline bool* get_address_of_errorWhenNoMatch_11() { return &___errorWhenNoMatch_11; } inline void set_errorWhenNoMatch_11(bool value) { ___errorWhenNoMatch_11 = value; } inline static int32_t get_offset_of_U3CU3E3__errorWhenNoMatch_12() { return static_cast(offsetof(U3CExecuteFilterU3Ed__12_t222072922, ___U3CU3E3__errorWhenNoMatch_12)); } inline bool get_U3CU3E3__errorWhenNoMatch_12() const { return ___U3CU3E3__errorWhenNoMatch_12; } inline bool* get_address_of_U3CU3E3__errorWhenNoMatch_12() { return &___U3CU3E3__errorWhenNoMatch_12; } inline void set_U3CU3E3__errorWhenNoMatch_12(bool value) { ___U3CU3E3__errorWhenNoMatch_12 = value; } inline static int32_t get_offset_of_U3CtU3E5__6_13() { return static_cast(offsetof(U3CExecuteFilterU3Ed__12_t222072922, ___U3CtU3E5__6_13)); } inline JToken_t1038539247 * get_U3CtU3E5__6_13() const { return ___U3CtU3E5__6_13; } inline JToken_t1038539247 ** get_address_of_U3CtU3E5__6_13() { return &___U3CtU3E5__6_13; } inline void set_U3CtU3E5__6_13(JToken_t1038539247 * value) { ___U3CtU3E5__6_13 = value; Il2CppCodeGenWriteBarrier((&___U3CtU3E5__6_13), value); } inline static int32_t get_offset_of_U3CU3E7__wrap1_14() { return static_cast(offsetof(U3CExecuteFilterU3Ed__12_t222072922, ___U3CU3E7__wrap1_14)); } inline RuntimeObject* get_U3CU3E7__wrap1_14() const { return ___U3CU3E7__wrap1_14; } inline RuntimeObject** get_address_of_U3CU3E7__wrap1_14() { return &___U3CU3E7__wrap1_14; } inline void set_U3CU3E7__wrap1_14(RuntimeObject* value) { ___U3CU3E7__wrap1_14 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E7__wrap1_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CEXECUTEFILTERU3ED__12_T222072922_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 PATHFILTER_T3862968645_H #define PATHFILTER_T3862968645_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JsonPath.PathFilter struct PathFilter_t3862968645 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PATHFILTER_T3862968645_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 U3CEXECUTEFILTERU3ED__4_T508957393_H #define U3CEXECUTEFILTERU3ED__4_T508957393_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JsonPath.ArrayIndexFilter/d__4 struct U3CExecuteFilterU3Ed__4_t508957393 : public RuntimeObject { public: // System.Int32 Newtonsoft.Json.Linq.JsonPath.ArrayIndexFilter/d__4::<>1__state int32_t ___U3CU3E1__state_0; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JsonPath.ArrayIndexFilter/d__4::<>2__current JToken_t1038539247 * ___U3CU3E2__current_1; // System.Int32 Newtonsoft.Json.Linq.JsonPath.ArrayIndexFilter/d__4::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // System.Collections.Generic.IEnumerable`1 Newtonsoft.Json.Linq.JsonPath.ArrayIndexFilter/d__4::current RuntimeObject* ___current_3; // System.Collections.Generic.IEnumerable`1 Newtonsoft.Json.Linq.JsonPath.ArrayIndexFilter/d__4::<>3__current RuntimeObject* ___U3CU3E3__current_4; // Newtonsoft.Json.Linq.JsonPath.ArrayIndexFilter Newtonsoft.Json.Linq.JsonPath.ArrayIndexFilter/d__4::<>4__this ArrayIndexFilter_t2739218971 * ___U3CU3E4__this_5; // System.Boolean Newtonsoft.Json.Linq.JsonPath.ArrayIndexFilter/d__4::errorWhenNoMatch bool ___errorWhenNoMatch_6; // System.Boolean Newtonsoft.Json.Linq.JsonPath.ArrayIndexFilter/d__4::<>3__errorWhenNoMatch bool ___U3CU3E3__errorWhenNoMatch_7; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JsonPath.ArrayIndexFilter/d__4::5__1 JToken_t1038539247 * ___U3CtU3E5__1_8; // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JsonPath.ArrayIndexFilter/d__4::<>7__wrap1 RuntimeObject* ___U3CU3E7__wrap1_9; // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JsonPath.ArrayIndexFilter/d__4::<>7__wrap2 RuntimeObject* ___U3CU3E7__wrap2_10; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t508957393, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t508957393, ___U3CU3E2__current_1)); } inline JToken_t1038539247 * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline JToken_t1038539247 ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(JToken_t1038539247 * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E2__current_1), value); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t508957393, ___U3CU3El__initialThreadId_2)); } inline int32_t get_U3CU3El__initialThreadId_2() const { return ___U3CU3El__initialThreadId_2; } inline int32_t* get_address_of_U3CU3El__initialThreadId_2() { return &___U3CU3El__initialThreadId_2; } inline void set_U3CU3El__initialThreadId_2(int32_t value) { ___U3CU3El__initialThreadId_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t508957393, ___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); } inline static int32_t get_offset_of_U3CU3E3__current_4() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t508957393, ___U3CU3E3__current_4)); } inline RuntimeObject* get_U3CU3E3__current_4() const { return ___U3CU3E3__current_4; } inline RuntimeObject** get_address_of_U3CU3E3__current_4() { return &___U3CU3E3__current_4; } inline void set_U3CU3E3__current_4(RuntimeObject* value) { ___U3CU3E3__current_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E3__current_4), value); } inline static int32_t get_offset_of_U3CU3E4__this_5() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t508957393, ___U3CU3E4__this_5)); } inline ArrayIndexFilter_t2739218971 * get_U3CU3E4__this_5() const { return ___U3CU3E4__this_5; } inline ArrayIndexFilter_t2739218971 ** get_address_of_U3CU3E4__this_5() { return &___U3CU3E4__this_5; } inline void set_U3CU3E4__this_5(ArrayIndexFilter_t2739218971 * value) { ___U3CU3E4__this_5 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E4__this_5), value); } inline static int32_t get_offset_of_errorWhenNoMatch_6() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t508957393, ___errorWhenNoMatch_6)); } inline bool get_errorWhenNoMatch_6() const { return ___errorWhenNoMatch_6; } inline bool* get_address_of_errorWhenNoMatch_6() { return &___errorWhenNoMatch_6; } inline void set_errorWhenNoMatch_6(bool value) { ___errorWhenNoMatch_6 = value; } inline static int32_t get_offset_of_U3CU3E3__errorWhenNoMatch_7() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t508957393, ___U3CU3E3__errorWhenNoMatch_7)); } inline bool get_U3CU3E3__errorWhenNoMatch_7() const { return ___U3CU3E3__errorWhenNoMatch_7; } inline bool* get_address_of_U3CU3E3__errorWhenNoMatch_7() { return &___U3CU3E3__errorWhenNoMatch_7; } inline void set_U3CU3E3__errorWhenNoMatch_7(bool value) { ___U3CU3E3__errorWhenNoMatch_7 = value; } inline static int32_t get_offset_of_U3CtU3E5__1_8() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t508957393, ___U3CtU3E5__1_8)); } inline JToken_t1038539247 * get_U3CtU3E5__1_8() const { return ___U3CtU3E5__1_8; } inline JToken_t1038539247 ** get_address_of_U3CtU3E5__1_8() { return &___U3CtU3E5__1_8; } inline void set_U3CtU3E5__1_8(JToken_t1038539247 * value) { ___U3CtU3E5__1_8 = value; Il2CppCodeGenWriteBarrier((&___U3CtU3E5__1_8), value); } inline static int32_t get_offset_of_U3CU3E7__wrap1_9() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t508957393, ___U3CU3E7__wrap1_9)); } inline RuntimeObject* get_U3CU3E7__wrap1_9() const { return ___U3CU3E7__wrap1_9; } inline RuntimeObject** get_address_of_U3CU3E7__wrap1_9() { return &___U3CU3E7__wrap1_9; } inline void set_U3CU3E7__wrap1_9(RuntimeObject* value) { ___U3CU3E7__wrap1_9 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E7__wrap1_9), value); } inline static int32_t get_offset_of_U3CU3E7__wrap2_10() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t508957393, ___U3CU3E7__wrap2_10)); } inline RuntimeObject* get_U3CU3E7__wrap2_10() const { return ___U3CU3E7__wrap2_10; } inline RuntimeObject** get_address_of_U3CU3E7__wrap2_10() { return &___U3CU3E7__wrap2_10; } inline void set_U3CU3E7__wrap2_10(RuntimeObject* value) { ___U3CU3E7__wrap2_10 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E7__wrap2_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CEXECUTEFILTERU3ED__4_T508957393_H #ifndef JSONMERGESETTINGS_T3341555814_H #define JSONMERGESETTINGS_T3341555814_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JsonMergeSettings struct JsonMergeSettings_t3341555814 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONMERGESETTINGS_T3341555814_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_T1040076091_H #define LIST_1_T1040076091_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_t1040076091 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items PathFilterU5BU5D_t378578952* ____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_t1040076091, ____items_1)); } inline PathFilterU5BU5D_t378578952* get__items_1() const { return ____items_1; } inline PathFilterU5BU5D_t378578952** get_address_of__items_1() { return &____items_1; } inline void set__items_1(PathFilterU5BU5D_t378578952* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1040076091, ____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_t1040076091, ____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_t1040076091_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray PathFilterU5BU5D_t378578952* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1040076091_StaticFields, ___EmptyArray_4)); } inline PathFilterU5BU5D_t378578952* get_EmptyArray_4() const { return ___EmptyArray_4; } inline PathFilterU5BU5D_t378578952** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(PathFilterU5BU5D_t378578952* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1040076091_H #ifndef U3CEXECUTEFILTERU3ED__4_T3421602345_H #define U3CEXECUTEFILTERU3ED__4_T3421602345_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JsonPath.ScanFilter/d__4 struct U3CExecuteFilterU3Ed__4_t3421602345 : public RuntimeObject { public: // System.Int32 Newtonsoft.Json.Linq.JsonPath.ScanFilter/d__4::<>1__state int32_t ___U3CU3E1__state_0; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JsonPath.ScanFilter/d__4::<>2__current JToken_t1038539247 * ___U3CU3E2__current_1; // System.Int32 Newtonsoft.Json.Linq.JsonPath.ScanFilter/d__4::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // System.Collections.Generic.IEnumerable`1 Newtonsoft.Json.Linq.JsonPath.ScanFilter/d__4::current RuntimeObject* ___current_3; // System.Collections.Generic.IEnumerable`1 Newtonsoft.Json.Linq.JsonPath.ScanFilter/d__4::<>3__current RuntimeObject* ___U3CU3E3__current_4; // Newtonsoft.Json.Linq.JsonPath.ScanFilter Newtonsoft.Json.Linq.JsonPath.ScanFilter/d__4::<>4__this ScanFilter_t1566003751 * ___U3CU3E4__this_5; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JsonPath.ScanFilter/d__4::5__1 JToken_t1038539247 * ___U3CrootU3E5__1_6; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JsonPath.ScanFilter/d__4::5__2 JToken_t1038539247 * ___U3CvalueU3E5__2_7; // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JsonPath.ScanFilter/d__4::<>7__wrap1 RuntimeObject* ___U3CU3E7__wrap1_8; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t3421602345, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t3421602345, ___U3CU3E2__current_1)); } inline JToken_t1038539247 * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline JToken_t1038539247 ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(JToken_t1038539247 * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E2__current_1), value); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t3421602345, ___U3CU3El__initialThreadId_2)); } inline int32_t get_U3CU3El__initialThreadId_2() const { return ___U3CU3El__initialThreadId_2; } inline int32_t* get_address_of_U3CU3El__initialThreadId_2() { return &___U3CU3El__initialThreadId_2; } inline void set_U3CU3El__initialThreadId_2(int32_t value) { ___U3CU3El__initialThreadId_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t3421602345, ___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); } inline static int32_t get_offset_of_U3CU3E3__current_4() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t3421602345, ___U3CU3E3__current_4)); } inline RuntimeObject* get_U3CU3E3__current_4() const { return ___U3CU3E3__current_4; } inline RuntimeObject** get_address_of_U3CU3E3__current_4() { return &___U3CU3E3__current_4; } inline void set_U3CU3E3__current_4(RuntimeObject* value) { ___U3CU3E3__current_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E3__current_4), value); } inline static int32_t get_offset_of_U3CU3E4__this_5() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t3421602345, ___U3CU3E4__this_5)); } inline ScanFilter_t1566003751 * get_U3CU3E4__this_5() const { return ___U3CU3E4__this_5; } inline ScanFilter_t1566003751 ** get_address_of_U3CU3E4__this_5() { return &___U3CU3E4__this_5; } inline void set_U3CU3E4__this_5(ScanFilter_t1566003751 * value) { ___U3CU3E4__this_5 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E4__this_5), value); } inline static int32_t get_offset_of_U3CrootU3E5__1_6() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t3421602345, ___U3CrootU3E5__1_6)); } inline JToken_t1038539247 * get_U3CrootU3E5__1_6() const { return ___U3CrootU3E5__1_6; } inline JToken_t1038539247 ** get_address_of_U3CrootU3E5__1_6() { return &___U3CrootU3E5__1_6; } inline void set_U3CrootU3E5__1_6(JToken_t1038539247 * value) { ___U3CrootU3E5__1_6 = value; Il2CppCodeGenWriteBarrier((&___U3CrootU3E5__1_6), value); } inline static int32_t get_offset_of_U3CvalueU3E5__2_7() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t3421602345, ___U3CvalueU3E5__2_7)); } inline JToken_t1038539247 * get_U3CvalueU3E5__2_7() const { return ___U3CvalueU3E5__2_7; } inline JToken_t1038539247 ** get_address_of_U3CvalueU3E5__2_7() { return &___U3CvalueU3E5__2_7; } inline void set_U3CvalueU3E5__2_7(JToken_t1038539247 * value) { ___U3CvalueU3E5__2_7 = value; Il2CppCodeGenWriteBarrier((&___U3CvalueU3E5__2_7), value); } inline static int32_t get_offset_of_U3CU3E7__wrap1_8() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t3421602345, ___U3CU3E7__wrap1_8)); } inline RuntimeObject* get_U3CU3E7__wrap1_8() const { return ___U3CU3E7__wrap1_8; } inline RuntimeObject** get_address_of_U3CU3E7__wrap1_8() { return &___U3CU3E7__wrap1_8; } inline void set_U3CU3E7__wrap1_8(RuntimeObject* value) { ___U3CU3E7__wrap1_8 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E7__wrap1_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CEXECUTEFILTERU3ED__4_T3421602345_H #ifndef U3CEXECUTEFILTERU3ED__4_T2672090193_H #define U3CEXECUTEFILTERU3ED__4_T2672090193_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JsonPath.QueryFilter/d__4 struct U3CExecuteFilterU3Ed__4_t2672090193 : public RuntimeObject { public: // System.Int32 Newtonsoft.Json.Linq.JsonPath.QueryFilter/d__4::<>1__state int32_t ___U3CU3E1__state_0; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JsonPath.QueryFilter/d__4::<>2__current JToken_t1038539247 * ___U3CU3E2__current_1; // System.Int32 Newtonsoft.Json.Linq.JsonPath.QueryFilter/d__4::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // System.Collections.Generic.IEnumerable`1 Newtonsoft.Json.Linq.JsonPath.QueryFilter/d__4::current RuntimeObject* ___current_3; // System.Collections.Generic.IEnumerable`1 Newtonsoft.Json.Linq.JsonPath.QueryFilter/d__4::<>3__current RuntimeObject* ___U3CU3E3__current_4; // Newtonsoft.Json.Linq.JsonPath.QueryFilter Newtonsoft.Json.Linq.JsonPath.QueryFilter/d__4::<>4__this QueryFilter_t1584032927 * ___U3CU3E4__this_5; // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JsonPath.QueryFilter/d__4::<>7__wrap1 RuntimeObject* ___U3CU3E7__wrap1_6; // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JsonPath.QueryFilter/d__4::<>7__wrap2 RuntimeObject* ___U3CU3E7__wrap2_7; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t2672090193, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t2672090193, ___U3CU3E2__current_1)); } inline JToken_t1038539247 * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline JToken_t1038539247 ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(JToken_t1038539247 * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E2__current_1), value); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t2672090193, ___U3CU3El__initialThreadId_2)); } inline int32_t get_U3CU3El__initialThreadId_2() const { return ___U3CU3El__initialThreadId_2; } inline int32_t* get_address_of_U3CU3El__initialThreadId_2() { return &___U3CU3El__initialThreadId_2; } inline void set_U3CU3El__initialThreadId_2(int32_t value) { ___U3CU3El__initialThreadId_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t2672090193, ___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); } inline static int32_t get_offset_of_U3CU3E3__current_4() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t2672090193, ___U3CU3E3__current_4)); } inline RuntimeObject* get_U3CU3E3__current_4() const { return ___U3CU3E3__current_4; } inline RuntimeObject** get_address_of_U3CU3E3__current_4() { return &___U3CU3E3__current_4; } inline void set_U3CU3E3__current_4(RuntimeObject* value) { ___U3CU3E3__current_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E3__current_4), value); } inline static int32_t get_offset_of_U3CU3E4__this_5() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t2672090193, ___U3CU3E4__this_5)); } inline QueryFilter_t1584032927 * get_U3CU3E4__this_5() const { return ___U3CU3E4__this_5; } inline QueryFilter_t1584032927 ** get_address_of_U3CU3E4__this_5() { return &___U3CU3E4__this_5; } inline void set_U3CU3E4__this_5(QueryFilter_t1584032927 * value) { ___U3CU3E4__this_5 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E4__this_5), value); } inline static int32_t get_offset_of_U3CU3E7__wrap1_6() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t2672090193, ___U3CU3E7__wrap1_6)); } inline RuntimeObject* get_U3CU3E7__wrap1_6() const { return ___U3CU3E7__wrap1_6; } inline RuntimeObject** get_address_of_U3CU3E7__wrap1_6() { return &___U3CU3E7__wrap1_6; } inline void set_U3CU3E7__wrap1_6(RuntimeObject* value) { ___U3CU3E7__wrap1_6 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E7__wrap1_6), value); } inline static int32_t get_offset_of_U3CU3E7__wrap2_7() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t2672090193, ___U3CU3E7__wrap2_7)); } inline RuntimeObject* get_U3CU3E7__wrap2_7() const { return ___U3CU3E7__wrap2_7; } inline RuntimeObject** get_address_of_U3CU3E7__wrap2_7() { return &___U3CU3E7__wrap2_7; } inline void set_U3CU3E7__wrap2_7(RuntimeObject* value) { ___U3CU3E7__wrap2_7 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E7__wrap2_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CEXECUTEFILTERU3ED__4_T2672090193_H #ifndef JPATH_T4294290739_H #define JPATH_T4294290739_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JsonPath.JPath struct JPath_t4294290739 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JPATH_T4294290739_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 U3CU3EC_T266907836_H #define U3CU3EC_T266907836_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter/<>c struct U3CU3Ec_t266907836 : public RuntimeObject { public: public: }; struct U3CU3Ec_t266907836_StaticFields { public: // Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter/<>c Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter/<>c::<>9 U3CU3Ec_t266907836 * ___U3CU3E9_0; // System.Func`2 Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter/<>c::<>9__4_0 Func_2_t3947292210 * ___U3CU3E9__4_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t266907836_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t266907836 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t266907836 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t266907836 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9_0), value); } inline static int32_t get_offset_of_U3CU3E9__4_0_1() { return static_cast(offsetof(U3CU3Ec_t266907836_StaticFields, ___U3CU3E9__4_0_1)); } inline Func_2_t3947292210 * get_U3CU3E9__4_0_1() const { return ___U3CU3E9__4_0_1; } inline Func_2_t3947292210 ** get_address_of_U3CU3E9__4_0_1() { return &___U3CU3E9__4_0_1; } inline void set_U3CU3E9__4_0_1(Func_2_t3947292210 * value) { ___U3CU3E9__4_0_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9__4_0_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CU3EC_T266907836_H #ifndef LIST_1_T3319525431_H #define LIST_1_T3319525431_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_t3319525431 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items StringU5BU5D_t1281789340* ____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_t3319525431, ____items_1)); } inline StringU5BU5D_t1281789340* get__items_1() const { return ____items_1; } inline StringU5BU5D_t1281789340** get_address_of__items_1() { return &____items_1; } inline void set__items_1(StringU5BU5D_t1281789340* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3319525431, ____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_t3319525431, ____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_t3319525431_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray StringU5BU5D_t1281789340* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3319525431_StaticFields, ___EmptyArray_4)); } inline StringU5BU5D_t1281789340* get_EmptyArray_4() const { return ___EmptyArray_4; } inline StringU5BU5D_t1281789340** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(StringU5BU5D_t1281789340* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3319525431_H #ifndef U3CEXECUTEFILTERU3ED__4_T2686066276_H #define U3CEXECUTEFILTERU3ED__4_T2686066276_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JsonPath.FieldFilter/d__4 struct U3CExecuteFilterU3Ed__4_t2686066276 : public RuntimeObject { public: // System.Int32 Newtonsoft.Json.Linq.JsonPath.FieldFilter/d__4::<>1__state int32_t ___U3CU3E1__state_0; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JsonPath.FieldFilter/d__4::<>2__current JToken_t1038539247 * ___U3CU3E2__current_1; // System.Int32 Newtonsoft.Json.Linq.JsonPath.FieldFilter/d__4::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // System.Collections.Generic.IEnumerable`1 Newtonsoft.Json.Linq.JsonPath.FieldFilter/d__4::current RuntimeObject* ___current_3; // System.Collections.Generic.IEnumerable`1 Newtonsoft.Json.Linq.JsonPath.FieldFilter/d__4::<>3__current RuntimeObject* ___U3CU3E3__current_4; // Newtonsoft.Json.Linq.JsonPath.FieldFilter Newtonsoft.Json.Linq.JsonPath.FieldFilter/d__4::<>4__this FieldFilter_t3654920868 * ___U3CU3E4__this_5; // System.Boolean Newtonsoft.Json.Linq.JsonPath.FieldFilter/d__4::errorWhenNoMatch bool ___errorWhenNoMatch_6; // System.Boolean Newtonsoft.Json.Linq.JsonPath.FieldFilter/d__4::<>3__errorWhenNoMatch bool ___U3CU3E3__errorWhenNoMatch_7; // Newtonsoft.Json.Linq.JObject Newtonsoft.Json.Linq.JsonPath.FieldFilter/d__4::5__1 JObject_t2059125928 * ___U3CoU3E5__1_8; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JsonPath.FieldFilter/d__4::5__2 JToken_t1038539247 * ___U3CtU3E5__2_9; // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JsonPath.FieldFilter/d__4::<>7__wrap1 RuntimeObject* ___U3CU3E7__wrap1_10; // System.Collections.Generic.IEnumerator`1> Newtonsoft.Json.Linq.JsonPath.FieldFilter/d__4::<>7__wrap2 RuntimeObject* ___U3CU3E7__wrap2_11; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t2686066276, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t2686066276, ___U3CU3E2__current_1)); } inline JToken_t1038539247 * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline JToken_t1038539247 ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(JToken_t1038539247 * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E2__current_1), value); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t2686066276, ___U3CU3El__initialThreadId_2)); } inline int32_t get_U3CU3El__initialThreadId_2() const { return ___U3CU3El__initialThreadId_2; } inline int32_t* get_address_of_U3CU3El__initialThreadId_2() { return &___U3CU3El__initialThreadId_2; } inline void set_U3CU3El__initialThreadId_2(int32_t value) { ___U3CU3El__initialThreadId_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t2686066276, ___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); } inline static int32_t get_offset_of_U3CU3E3__current_4() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t2686066276, ___U3CU3E3__current_4)); } inline RuntimeObject* get_U3CU3E3__current_4() const { return ___U3CU3E3__current_4; } inline RuntimeObject** get_address_of_U3CU3E3__current_4() { return &___U3CU3E3__current_4; } inline void set_U3CU3E3__current_4(RuntimeObject* value) { ___U3CU3E3__current_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E3__current_4), value); } inline static int32_t get_offset_of_U3CU3E4__this_5() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t2686066276, ___U3CU3E4__this_5)); } inline FieldFilter_t3654920868 * get_U3CU3E4__this_5() const { return ___U3CU3E4__this_5; } inline FieldFilter_t3654920868 ** get_address_of_U3CU3E4__this_5() { return &___U3CU3E4__this_5; } inline void set_U3CU3E4__this_5(FieldFilter_t3654920868 * value) { ___U3CU3E4__this_5 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E4__this_5), value); } inline static int32_t get_offset_of_errorWhenNoMatch_6() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t2686066276, ___errorWhenNoMatch_6)); } inline bool get_errorWhenNoMatch_6() const { return ___errorWhenNoMatch_6; } inline bool* get_address_of_errorWhenNoMatch_6() { return &___errorWhenNoMatch_6; } inline void set_errorWhenNoMatch_6(bool value) { ___errorWhenNoMatch_6 = value; } inline static int32_t get_offset_of_U3CU3E3__errorWhenNoMatch_7() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t2686066276, ___U3CU3E3__errorWhenNoMatch_7)); } inline bool get_U3CU3E3__errorWhenNoMatch_7() const { return ___U3CU3E3__errorWhenNoMatch_7; } inline bool* get_address_of_U3CU3E3__errorWhenNoMatch_7() { return &___U3CU3E3__errorWhenNoMatch_7; } inline void set_U3CU3E3__errorWhenNoMatch_7(bool value) { ___U3CU3E3__errorWhenNoMatch_7 = value; } inline static int32_t get_offset_of_U3CoU3E5__1_8() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t2686066276, ___U3CoU3E5__1_8)); } inline JObject_t2059125928 * get_U3CoU3E5__1_8() const { return ___U3CoU3E5__1_8; } inline JObject_t2059125928 ** get_address_of_U3CoU3E5__1_8() { return &___U3CoU3E5__1_8; } inline void set_U3CoU3E5__1_8(JObject_t2059125928 * value) { ___U3CoU3E5__1_8 = value; Il2CppCodeGenWriteBarrier((&___U3CoU3E5__1_8), value); } inline static int32_t get_offset_of_U3CtU3E5__2_9() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t2686066276, ___U3CtU3E5__2_9)); } inline JToken_t1038539247 * get_U3CtU3E5__2_9() const { return ___U3CtU3E5__2_9; } inline JToken_t1038539247 ** get_address_of_U3CtU3E5__2_9() { return &___U3CtU3E5__2_9; } inline void set_U3CtU3E5__2_9(JToken_t1038539247 * value) { ___U3CtU3E5__2_9 = value; Il2CppCodeGenWriteBarrier((&___U3CtU3E5__2_9), value); } inline static int32_t get_offset_of_U3CU3E7__wrap1_10() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t2686066276, ___U3CU3E7__wrap1_10)); } inline RuntimeObject* get_U3CU3E7__wrap1_10() const { return ___U3CU3E7__wrap1_10; } inline RuntimeObject** get_address_of_U3CU3E7__wrap1_10() { return &___U3CU3E7__wrap1_10; } inline void set_U3CU3E7__wrap1_10(RuntimeObject* value) { ___U3CU3E7__wrap1_10 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E7__wrap1_10), value); } inline static int32_t get_offset_of_U3CU3E7__wrap2_11() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t2686066276, ___U3CU3E7__wrap2_11)); } inline RuntimeObject* get_U3CU3E7__wrap2_11() const { return ___U3CU3E7__wrap2_11; } inline RuntimeObject** get_address_of_U3CU3E7__wrap2_11() { return &___U3CU3E7__wrap2_11; } inline void set_U3CU3E7__wrap2_11(RuntimeObject* value) { ___U3CU3E7__wrap2_11 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E7__wrap2_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CEXECUTEFILTERU3ED__4_T2686066276_H #ifndef LIST_1_T348492641_H #define LIST_1_T348492641_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_t348492641 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items QueryExpressionU5BU5D_t2525607562* ____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_t348492641, ____items_1)); } inline QueryExpressionU5BU5D_t2525607562* get__items_1() const { return ____items_1; } inline QueryExpressionU5BU5D_t2525607562** get_address_of__items_1() { return &____items_1; } inline void set__items_1(QueryExpressionU5BU5D_t2525607562* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t348492641, ____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_t348492641, ____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_t348492641_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray QueryExpressionU5BU5D_t2525607562* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t348492641_StaticFields, ___EmptyArray_4)); } inline QueryExpressionU5BU5D_t2525607562* get_EmptyArray_4() const { return ___EmptyArray_4; } inline QueryExpressionU5BU5D_t2525607562** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(QueryExpressionU5BU5D_t2525607562* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T348492641_H #ifndef KEYCOLLECTION_T1013471017_H #define KEYCOLLECTION_T1013471017_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/KeyCollection struct KeyCollection_t1013471017 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/KeyCollection::dictionary Dictionary_2_t823795546 * ___dictionary_0; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(KeyCollection_t1013471017, ___dictionary_0)); } inline Dictionary_2_t823795546 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t823795546 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t823795546 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYCOLLECTION_T1013471017_H #ifndef U3CGETDESCENDANTSU3ED__29_T2717699431_H #define U3CGETDESCENDANTSU3ED__29_T2717699431_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JContainer/d__29 struct U3CGetDescendantsU3Ed__29_t2717699431 : public RuntimeObject { public: // System.Int32 Newtonsoft.Json.Linq.JContainer/d__29::<>1__state int32_t ___U3CU3E1__state_0; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JContainer/d__29::<>2__current JToken_t1038539247 * ___U3CU3E2__current_1; // System.Int32 Newtonsoft.Json.Linq.JContainer/d__29::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // System.Boolean Newtonsoft.Json.Linq.JContainer/d__29::self bool ___self_3; // System.Boolean Newtonsoft.Json.Linq.JContainer/d__29::<>3__self bool ___U3CU3E3__self_4; // Newtonsoft.Json.Linq.JContainer Newtonsoft.Json.Linq.JContainer/d__29::<>4__this JContainer_t1023664833 * ___U3CU3E4__this_5; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JContainer/d__29::5__1 JToken_t1038539247 * ___U3CoU3E5__1_6; // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JContainer/d__29::<>7__wrap1 RuntimeObject* ___U3CU3E7__wrap1_7; // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JContainer/d__29::<>7__wrap2 RuntimeObject* ___U3CU3E7__wrap2_8; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CGetDescendantsU3Ed__29_t2717699431, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CGetDescendantsU3Ed__29_t2717699431, ___U3CU3E2__current_1)); } inline JToken_t1038539247 * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline JToken_t1038539247 ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(JToken_t1038539247 * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E2__current_1), value); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CGetDescendantsU3Ed__29_t2717699431, ___U3CU3El__initialThreadId_2)); } inline int32_t get_U3CU3El__initialThreadId_2() const { return ___U3CU3El__initialThreadId_2; } inline int32_t* get_address_of_U3CU3El__initialThreadId_2() { return &___U3CU3El__initialThreadId_2; } inline void set_U3CU3El__initialThreadId_2(int32_t value) { ___U3CU3El__initialThreadId_2 = value; } inline static int32_t get_offset_of_self_3() { return static_cast(offsetof(U3CGetDescendantsU3Ed__29_t2717699431, ___self_3)); } inline bool get_self_3() const { return ___self_3; } inline bool* get_address_of_self_3() { return &___self_3; } inline void set_self_3(bool value) { ___self_3 = value; } inline static int32_t get_offset_of_U3CU3E3__self_4() { return static_cast(offsetof(U3CGetDescendantsU3Ed__29_t2717699431, ___U3CU3E3__self_4)); } inline bool get_U3CU3E3__self_4() const { return ___U3CU3E3__self_4; } inline bool* get_address_of_U3CU3E3__self_4() { return &___U3CU3E3__self_4; } inline void set_U3CU3E3__self_4(bool value) { ___U3CU3E3__self_4 = value; } inline static int32_t get_offset_of_U3CU3E4__this_5() { return static_cast(offsetof(U3CGetDescendantsU3Ed__29_t2717699431, ___U3CU3E4__this_5)); } inline JContainer_t1023664833 * get_U3CU3E4__this_5() const { return ___U3CU3E4__this_5; } inline JContainer_t1023664833 ** get_address_of_U3CU3E4__this_5() { return &___U3CU3E4__this_5; } inline void set_U3CU3E4__this_5(JContainer_t1023664833 * value) { ___U3CU3E4__this_5 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E4__this_5), value); } inline static int32_t get_offset_of_U3CoU3E5__1_6() { return static_cast(offsetof(U3CGetDescendantsU3Ed__29_t2717699431, ___U3CoU3E5__1_6)); } inline JToken_t1038539247 * get_U3CoU3E5__1_6() const { return ___U3CoU3E5__1_6; } inline JToken_t1038539247 ** get_address_of_U3CoU3E5__1_6() { return &___U3CoU3E5__1_6; } inline void set_U3CoU3E5__1_6(JToken_t1038539247 * value) { ___U3CoU3E5__1_6 = value; Il2CppCodeGenWriteBarrier((&___U3CoU3E5__1_6), value); } inline static int32_t get_offset_of_U3CU3E7__wrap1_7() { return static_cast(offsetof(U3CGetDescendantsU3Ed__29_t2717699431, ___U3CU3E7__wrap1_7)); } inline RuntimeObject* get_U3CU3E7__wrap1_7() const { return ___U3CU3E7__wrap1_7; } inline RuntimeObject** get_address_of_U3CU3E7__wrap1_7() { return &___U3CU3E7__wrap1_7; } inline void set_U3CU3E7__wrap1_7(RuntimeObject* value) { ___U3CU3E7__wrap1_7 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E7__wrap1_7), value); } inline static int32_t get_offset_of_U3CU3E7__wrap2_8() { return static_cast(offsetof(U3CGetDescendantsU3Ed__29_t2717699431, ___U3CU3E7__wrap2_8)); } inline RuntimeObject* get_U3CU3E7__wrap2_8() const { return ___U3CU3E7__wrap2_8; } inline RuntimeObject** get_address_of_U3CU3E7__wrap2_8() { return &___U3CU3E7__wrap2_8; } inline void set_U3CU3E7__wrap2_8(RuntimeObject* value) { ___U3CU3E7__wrap2_8 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E7__wrap2_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETDESCENDANTSU3ED__29_T2717699431_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 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 LIST_1_T2510613989_H #define LIST_1_T2510613989_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_t2510613989 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items JTokenU5BU5D_t30125430* ____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_t2510613989, ____items_1)); } inline JTokenU5BU5D_t30125430* get__items_1() const { return ____items_1; } inline JTokenU5BU5D_t30125430** get_address_of__items_1() { return &____items_1; } inline void set__items_1(JTokenU5BU5D_t30125430* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2510613989, ____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_t2510613989, ____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_t2510613989_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray JTokenU5BU5D_t30125430* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2510613989_StaticFields, ___EmptyArray_4)); } inline JTokenU5BU5D_t30125430* get_EmptyArray_4() const { return ___EmptyArray_4; } inline JTokenU5BU5D_t30125430** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(JTokenU5BU5D_t30125430* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2510613989_H #ifndef U3CU3EC_T1720245494_H #define U3CU3EC_T1720245494_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.Extensions/<>c struct U3CU3Ec_t1720245494 : public RuntimeObject { public: public: }; struct U3CU3Ec_t1720245494_StaticFields { public: // Newtonsoft.Json.Linq.Extensions/<>c Newtonsoft.Json.Linq.Extensions/<>c::<>9 U3CU3Ec_t1720245494 * ___U3CU3E9_0; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t1720245494_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t1720245494 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t1720245494 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t1720245494 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CU3EC_T1720245494_H #ifndef EXTENSIONS_T2945510795_H #define EXTENSIONS_T2945510795_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.Extensions struct Extensions_t2945510795 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXTENSIONS_T2945510795_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 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 DICTIONARY_2_T823795546_H #define DICTIONARY_2_T823795546_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_t823795546 : 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 StringU5BU5D_t1281789340* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots JTokenU5BU5D_t30125430* ___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_t823795546, ___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_t823795546, ___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_t823795546, ___keySlots_6)); } inline StringU5BU5D_t1281789340* get_keySlots_6() const { return ___keySlots_6; } inline StringU5BU5D_t1281789340** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(StringU5BU5D_t1281789340* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t823795546, ___valueSlots_7)); } inline JTokenU5BU5D_t30125430* get_valueSlots_7() const { return ___valueSlots_7; } inline JTokenU5BU5D_t30125430** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(JTokenU5BU5D_t30125430* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t823795546, ___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_t823795546, ___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_t823795546, ___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_t823795546, ___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_t823795546, ___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_t823795546, ___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_t823795546, ___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_t823795546_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3175504442 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t823795546_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3175504442 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3175504442 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3175504442 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T823795546_H #ifndef U3CGETENUMERATORU3ED__1_T1232179978_H #define U3CGETENUMERATORU3ED__1_T1232179978_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JProperty/JPropertyList/d__1 struct U3CGetEnumeratorU3Ed__1_t1232179978 : public RuntimeObject { public: // System.Int32 Newtonsoft.Json.Linq.JProperty/JPropertyList/d__1::<>1__state int32_t ___U3CU3E1__state_0; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JProperty/JPropertyList/d__1::<>2__current JToken_t1038539247 * ___U3CU3E2__current_1; // Newtonsoft.Json.Linq.JProperty/JPropertyList Newtonsoft.Json.Linq.JProperty/JPropertyList/d__1::<>4__this JPropertyList_t1362261004 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CGetEnumeratorU3Ed__1_t1232179978, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CGetEnumeratorU3Ed__1_t1232179978, ___U3CU3E2__current_1)); } inline JToken_t1038539247 * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline JToken_t1038539247 ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(JToken_t1038539247 * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E2__current_1), value); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CGetEnumeratorU3Ed__1_t1232179978, ___U3CU3E4__this_2)); } inline JPropertyList_t1362261004 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline JPropertyList_t1362261004 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(JPropertyList_t1362261004 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E4__this_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETENUMERATORU3ED__1_T1232179978_H #ifndef JPROPERTYLIST_T1362261004_H #define JPROPERTYLIST_T1362261004_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JProperty/JPropertyList struct JPropertyList_t1362261004 : public RuntimeObject { public: // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JProperty/JPropertyList::_token JToken_t1038539247 * ____token_0; public: inline static int32_t get_offset_of__token_0() { return static_cast(offsetof(JPropertyList_t1362261004, ____token_0)); } inline JToken_t1038539247 * get__token_0() const { return ____token_0; } inline JToken_t1038539247 ** get_address_of__token_0() { return &____token_0; } inline void set__token_0(JToken_t1038539247 * value) { ____token_0 = value; Il2CppCodeGenWriteBarrier((&____token_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JPROPERTYLIST_T1362261004_H #ifndef U3CU3EC_T3140449829_H #define U3CU3EC_T3140449829_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JObject/<>c struct U3CU3Ec_t3140449829 : public RuntimeObject { public: public: }; struct U3CU3Ec_t3140449829_StaticFields { public: // Newtonsoft.Json.Linq.JObject/<>c Newtonsoft.Json.Linq.JObject/<>c::<>9 U3CU3Ec_t3140449829 * ___U3CU3E9_0; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t3140449829_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t3140449829 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t3140449829 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t3140449829 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CU3EC_T3140449829_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 PROPERTYDESCRIPTORCOLLECTION_T4164928659_H #define PROPERTYDESCRIPTORCOLLECTION_T4164928659_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.PropertyDescriptorCollection struct PropertyDescriptorCollection_t4164928659 : public RuntimeObject { public: // System.Collections.ArrayList System.ComponentModel.PropertyDescriptorCollection::properties ArrayList_t2718874744 * ___properties_1; // System.Boolean System.ComponentModel.PropertyDescriptorCollection::readOnly bool ___readOnly_2; public: inline static int32_t get_offset_of_properties_1() { return static_cast(offsetof(PropertyDescriptorCollection_t4164928659, ___properties_1)); } inline ArrayList_t2718874744 * get_properties_1() const { return ___properties_1; } inline ArrayList_t2718874744 ** get_address_of_properties_1() { return &___properties_1; } inline void set_properties_1(ArrayList_t2718874744 * value) { ___properties_1 = value; Il2CppCodeGenWriteBarrier((&___properties_1), value); } inline static int32_t get_offset_of_readOnly_2() { return static_cast(offsetof(PropertyDescriptorCollection_t4164928659, ___readOnly_2)); } inline bool get_readOnly_2() const { return ___readOnly_2; } inline bool* get_address_of_readOnly_2() { return &___readOnly_2; } inline void set_readOnly_2(bool value) { ___readOnly_2 = value; } }; struct PropertyDescriptorCollection_t4164928659_StaticFields { public: // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.PropertyDescriptorCollection::Empty PropertyDescriptorCollection_t4164928659 * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(PropertyDescriptorCollection_t4164928659_StaticFields, ___Empty_0)); } inline PropertyDescriptorCollection_t4164928659 * get_Empty_0() const { return ___Empty_0; } inline PropertyDescriptorCollection_t4164928659 ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(PropertyDescriptorCollection_t4164928659 * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((&___Empty_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROPERTYDESCRIPTORCOLLECTION_T4164928659_H #ifndef COLLECTION_1_T4277862461_H #define COLLECTION_1_T4277862461_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_t4277862461 : 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_t4277862461, ___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_t4277862461, ___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_T4277862461_H #ifndef LINEINFOANNOTATION_T2730592426_H #define LINEINFOANNOTATION_T2730592426_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JToken/LineInfoAnnotation struct LineInfoAnnotation_t2730592426 : public RuntimeObject { public: // System.Int32 Newtonsoft.Json.Linq.JToken/LineInfoAnnotation::LineNumber int32_t ___LineNumber_0; // System.Int32 Newtonsoft.Json.Linq.JToken/LineInfoAnnotation::LinePosition int32_t ___LinePosition_1; public: inline static int32_t get_offset_of_LineNumber_0() { return static_cast(offsetof(LineInfoAnnotation_t2730592426, ___LineNumber_0)); } inline int32_t get_LineNumber_0() const { return ___LineNumber_0; } inline int32_t* get_address_of_LineNumber_0() { return &___LineNumber_0; } inline void set_LineNumber_0(int32_t value) { ___LineNumber_0 = value; } inline static int32_t get_offset_of_LinePosition_1() { return static_cast(offsetof(LineInfoAnnotation_t2730592426, ___LinePosition_1)); } inline int32_t get_LinePosition_1() const { return ___LinePosition_1; } inline int32_t* get_address_of_LinePosition_1() { return &___LinePosition_1; } inline void set_LinePosition_1(int32_t value) { ___LinePosition_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LINEINFOANNOTATION_T2730592426_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 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 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 BINDER_T2999457153_H #define BINDER_T2999457153_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Binder struct Binder_t2999457153 : public RuntimeObject { public: public: }; struct Binder_t2999457153_StaticFields { public: // System.Reflection.Binder System.Reflection.Binder::default_binder Binder_t2999457153 * ___default_binder_0; public: inline static int32_t get_offset_of_default_binder_0() { return static_cast(offsetof(Binder_t2999457153_StaticFields, ___default_binder_0)); } inline Binder_t2999457153 * get_default_binder_0() const { return ___default_binder_0; } inline Binder_t2999457153 ** get_address_of_default_binder_0() { return &___default_binder_0; } inline void set_default_binder_0(Binder_t2999457153 * value) { ___default_binder_0 = value; Il2CppCodeGenWriteBarrier((&___default_binder_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BINDER_T2999457153_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 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 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 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 MEMBERDESCRIPTOR_T3815403747_H #define MEMBERDESCRIPTOR_T3815403747_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.MemberDescriptor struct MemberDescriptor_t3815403747 : public RuntimeObject { public: // System.String System.ComponentModel.MemberDescriptor::name String_t* ___name_0; // System.Attribute[] System.ComponentModel.MemberDescriptor::attrs AttributeU5BU5D_t1575011174* ___attrs_1; // System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::attrCollection AttributeCollection_t4221220734 * ___attrCollection_2; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(MemberDescriptor_t3815403747, ___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_attrs_1() { return static_cast(offsetof(MemberDescriptor_t3815403747, ___attrs_1)); } inline AttributeU5BU5D_t1575011174* get_attrs_1() const { return ___attrs_1; } inline AttributeU5BU5D_t1575011174** get_address_of_attrs_1() { return &___attrs_1; } inline void set_attrs_1(AttributeU5BU5D_t1575011174* value) { ___attrs_1 = value; Il2CppCodeGenWriteBarrier((&___attrs_1), value); } inline static int32_t get_offset_of_attrCollection_2() { return static_cast(offsetof(MemberDescriptor_t3815403747, ___attrCollection_2)); } inline AttributeCollection_t4221220734 * get_attrCollection_2() const { return ___attrCollection_2; } inline AttributeCollection_t4221220734 ** get_address_of_attrCollection_2() { return &___attrCollection_2; } inline void set_attrCollection_2(AttributeCollection_t4221220734 * value) { ___attrCollection_2 = value; Il2CppCodeGenWriteBarrier((&___attrCollection_2), value); } }; struct MemberDescriptor_t3815403747_StaticFields { public: // System.Collections.IComparer System.ComponentModel.MemberDescriptor::default_comparer RuntimeObject* ___default_comparer_3; public: inline static int32_t get_offset_of_default_comparer_3() { return static_cast(offsetof(MemberDescriptor_t3815403747_StaticFields, ___default_comparer_3)); } inline RuntimeObject* get_default_comparer_3() const { return ___default_comparer_3; } inline RuntimeObject** get_address_of_default_comparer_3() { return &___default_comparer_3; } inline void set_default_comparer_3(RuntimeObject* value) { ___default_comparer_3 = value; Il2CppCodeGenWriteBarrier((&___default_comparer_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMBERDESCRIPTOR_T3815403747_H #ifndef CRITICALFINALIZEROBJECT_T701527852_H #define CRITICALFINALIZEROBJECT_T701527852_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.ConstrainedExecution.CriticalFinalizerObject struct CriticalFinalizerObject_t701527852 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRITICALFINALIZEROBJECT_T701527852_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 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 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 REFLECTIONUTILS_T2669115404_H #define REFLECTIONUTILS_T2669115404_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.ReflectionUtils struct ReflectionUtils_t2669115404 : public RuntimeObject { public: public: }; struct ReflectionUtils_t2669115404_StaticFields { public: // System.Type[] Newtonsoft.Json.Utilities.ReflectionUtils::EmptyTypes TypeU5BU5D_t3940880105* ___EmptyTypes_0; public: inline static int32_t get_offset_of_EmptyTypes_0() { return static_cast(offsetof(ReflectionUtils_t2669115404_StaticFields, ___EmptyTypes_0)); } inline TypeU5BU5D_t3940880105* get_EmptyTypes_0() const { return ___EmptyTypes_0; } inline TypeU5BU5D_t3940880105** get_address_of_EmptyTypes_0() { return &___EmptyTypes_0; } inline void set_EmptyTypes_0(TypeU5BU5D_t3940880105* value) { ___EmptyTypes_0 = value; Il2CppCodeGenWriteBarrier((&___EmptyTypes_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REFLECTIONUTILS_T2669115404_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 LIST_1_T1477844571_H #define LIST_1_T1477844571_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_t1477844571 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ConstructorInfoU5BU5D_t881249896* ____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_t1477844571, ____items_1)); } inline ConstructorInfoU5BU5D_t881249896* get__items_1() const { return ____items_1; } inline ConstructorInfoU5BU5D_t881249896** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ConstructorInfoU5BU5D_t881249896* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1477844571, ____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_t1477844571, ____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_t1477844571_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray ConstructorInfoU5BU5D_t881249896* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1477844571_StaticFields, ___EmptyArray_4)); } inline ConstructorInfoU5BU5D_t881249896* get_EmptyArray_4() const { return ___EmptyArray_4; } inline ConstructorInfoU5BU5D_t881249896** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(ConstructorInfoU5BU5D_t881249896* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1477844571_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 COMPARER_1_T3347205571_H #define COMPARER_1_T3347205571_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Comparer`1 struct Comparer_1_t3347205571 : public RuntimeObject { public: public: }; struct Comparer_1_t3347205571_StaticFields { public: // System.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1::_default Comparer_1_t3347205571 * ____default_0; public: inline static int32_t get_offset_of__default_0() { return static_cast(offsetof(Comparer_1_t3347205571_StaticFields, ____default_0)); } inline Comparer_1_t3347205571 * get__default_0() const { return ____default_0; } inline Comparer_1_t3347205571 ** get_address_of__default_0() { return &____default_0; } inline void set__default_0(Comparer_1_t3347205571 * value) { ____default_0 = value; Il2CppCodeGenWriteBarrier((&____default_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARER_1_T3347205571_H #ifndef JTOKENEQUALITYCOMPARER_T2051491032_H #define JTOKENEQUALITYCOMPARER_T2051491032_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JTokenEqualityComparer struct JTokenEqualityComparer_t2051491032 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JTOKENEQUALITYCOMPARER_T2051491032_H #ifndef U3CGETANCESTORSU3ED__41_T2485884922_H #define U3CGETANCESTORSU3ED__41_T2485884922_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JToken/d__41 struct U3CGetAncestorsU3Ed__41_t2485884922 : public RuntimeObject { public: // System.Int32 Newtonsoft.Json.Linq.JToken/d__41::<>1__state int32_t ___U3CU3E1__state_0; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken/d__41::<>2__current JToken_t1038539247 * ___U3CU3E2__current_1; // System.Int32 Newtonsoft.Json.Linq.JToken/d__41::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // System.Boolean Newtonsoft.Json.Linq.JToken/d__41::self bool ___self_3; // System.Boolean Newtonsoft.Json.Linq.JToken/d__41::<>3__self bool ___U3CU3E3__self_4; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken/d__41::<>4__this JToken_t1038539247 * ___U3CU3E4__this_5; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken/d__41::5__1 JToken_t1038539247 * ___U3CcurrentU3E5__1_6; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CGetAncestorsU3Ed__41_t2485884922, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CGetAncestorsU3Ed__41_t2485884922, ___U3CU3E2__current_1)); } inline JToken_t1038539247 * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline JToken_t1038539247 ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(JToken_t1038539247 * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E2__current_1), value); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CGetAncestorsU3Ed__41_t2485884922, ___U3CU3El__initialThreadId_2)); } inline int32_t get_U3CU3El__initialThreadId_2() const { return ___U3CU3El__initialThreadId_2; } inline int32_t* get_address_of_U3CU3El__initialThreadId_2() { return &___U3CU3El__initialThreadId_2; } inline void set_U3CU3El__initialThreadId_2(int32_t value) { ___U3CU3El__initialThreadId_2 = value; } inline static int32_t get_offset_of_self_3() { return static_cast(offsetof(U3CGetAncestorsU3Ed__41_t2485884922, ___self_3)); } inline bool get_self_3() const { return ___self_3; } inline bool* get_address_of_self_3() { return &___self_3; } inline void set_self_3(bool value) { ___self_3 = value; } inline static int32_t get_offset_of_U3CU3E3__self_4() { return static_cast(offsetof(U3CGetAncestorsU3Ed__41_t2485884922, ___U3CU3E3__self_4)); } inline bool get_U3CU3E3__self_4() const { return ___U3CU3E3__self_4; } inline bool* get_address_of_U3CU3E3__self_4() { return &___U3CU3E3__self_4; } inline void set_U3CU3E3__self_4(bool value) { ___U3CU3E3__self_4 = value; } inline static int32_t get_offset_of_U3CU3E4__this_5() { return static_cast(offsetof(U3CGetAncestorsU3Ed__41_t2485884922, ___U3CU3E4__this_5)); } inline JToken_t1038539247 * get_U3CU3E4__this_5() const { return ___U3CU3E4__this_5; } inline JToken_t1038539247 ** get_address_of_U3CU3E4__this_5() { return &___U3CU3E4__this_5; } inline void set_U3CU3E4__this_5(JToken_t1038539247 * value) { ___U3CU3E4__this_5 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E4__this_5), value); } inline static int32_t get_offset_of_U3CcurrentU3E5__1_6() { return static_cast(offsetof(U3CGetAncestorsU3Ed__41_t2485884922, ___U3CcurrentU3E5__1_6)); } inline JToken_t1038539247 * get_U3CcurrentU3E5__1_6() const { return ___U3CcurrentU3E5__1_6; } inline JToken_t1038539247 ** get_address_of_U3CcurrentU3E5__1_6() { return &___U3CcurrentU3E5__1_6; } inline void set_U3CcurrentU3E5__1_6(JToken_t1038539247 * value) { ___U3CcurrentU3E5__1_6 = value; Il2CppCodeGenWriteBarrier((&___U3CcurrentU3E5__1_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETANCESTORSU3ED__41_T2485884922_H #ifndef U3CBEFORESELFU3ED__43_T2375137862_H #define U3CBEFORESELFU3ED__43_T2375137862_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JToken/d__43 struct U3CBeforeSelfU3Ed__43_t2375137862 : public RuntimeObject { public: // System.Int32 Newtonsoft.Json.Linq.JToken/d__43::<>1__state int32_t ___U3CU3E1__state_0; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken/d__43::<>2__current JToken_t1038539247 * ___U3CU3E2__current_1; // System.Int32 Newtonsoft.Json.Linq.JToken/d__43::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken/d__43::<>4__this JToken_t1038539247 * ___U3CU3E4__this_3; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken/d__43::5__1 JToken_t1038539247 * ___U3CoU3E5__1_4; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CBeforeSelfU3Ed__43_t2375137862, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CBeforeSelfU3Ed__43_t2375137862, ___U3CU3E2__current_1)); } inline JToken_t1038539247 * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline JToken_t1038539247 ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(JToken_t1038539247 * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E2__current_1), value); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CBeforeSelfU3Ed__43_t2375137862, ___U3CU3El__initialThreadId_2)); } inline int32_t get_U3CU3El__initialThreadId_2() const { return ___U3CU3El__initialThreadId_2; } inline int32_t* get_address_of_U3CU3El__initialThreadId_2() { return &___U3CU3El__initialThreadId_2; } inline void set_U3CU3El__initialThreadId_2(int32_t value) { ___U3CU3El__initialThreadId_2 = value; } inline static int32_t get_offset_of_U3CU3E4__this_3() { return static_cast(offsetof(U3CBeforeSelfU3Ed__43_t2375137862, ___U3CU3E4__this_3)); } inline JToken_t1038539247 * get_U3CU3E4__this_3() const { return ___U3CU3E4__this_3; } inline JToken_t1038539247 ** get_address_of_U3CU3E4__this_3() { return &___U3CU3E4__this_3; } inline void set_U3CU3E4__this_3(JToken_t1038539247 * value) { ___U3CU3E4__this_3 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E4__this_3), value); } inline static int32_t get_offset_of_U3CoU3E5__1_4() { return static_cast(offsetof(U3CBeforeSelfU3Ed__43_t2375137862, ___U3CoU3E5__1_4)); } inline JToken_t1038539247 * get_U3CoU3E5__1_4() const { return ___U3CoU3E5__1_4; } inline JToken_t1038539247 ** get_address_of_U3CoU3E5__1_4() { return &___U3CoU3E5__1_4; } inline void set_U3CoU3E5__1_4(JToken_t1038539247 * value) { ___U3CoU3E5__1_4 = value; Il2CppCodeGenWriteBarrier((&___U3CoU3E5__1_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CBEFORESELFU3ED__43_T2375137862_H #ifndef U3CANNOTATIONSU3ED__172_T3494334042_H #define U3CANNOTATIONSU3ED__172_T3494334042_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JToken/d__172 struct U3CAnnotationsU3Ed__172_t3494334042 : public RuntimeObject { public: // System.Int32 Newtonsoft.Json.Linq.JToken/d__172::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Newtonsoft.Json.Linq.JToken/d__172::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.Int32 Newtonsoft.Json.Linq.JToken/d__172::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // System.Type Newtonsoft.Json.Linq.JToken/d__172::type Type_t * ___type_3; // System.Type Newtonsoft.Json.Linq.JToken/d__172::<>3__type Type_t * ___U3CU3E3__type_4; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken/d__172::<>4__this JToken_t1038539247 * ___U3CU3E4__this_5; // System.Object[] Newtonsoft.Json.Linq.JToken/d__172::5__1 ObjectU5BU5D_t2843939325* ___U3CannotationsU3E5__1_6; // System.Int32 Newtonsoft.Json.Linq.JToken/d__172::5__2 int32_t ___U3CiU3E5__2_7; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CAnnotationsU3Ed__172_t3494334042, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CAnnotationsU3Ed__172_t3494334042, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E2__current_1), value); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CAnnotationsU3Ed__172_t3494334042, ___U3CU3El__initialThreadId_2)); } inline int32_t get_U3CU3El__initialThreadId_2() const { return ___U3CU3El__initialThreadId_2; } inline int32_t* get_address_of_U3CU3El__initialThreadId_2() { return &___U3CU3El__initialThreadId_2; } inline void set_U3CU3El__initialThreadId_2(int32_t value) { ___U3CU3El__initialThreadId_2 = value; } inline static int32_t get_offset_of_type_3() { return static_cast(offsetof(U3CAnnotationsU3Ed__172_t3494334042, ___type_3)); } inline Type_t * get_type_3() const { return ___type_3; } inline Type_t ** get_address_of_type_3() { return &___type_3; } inline void set_type_3(Type_t * value) { ___type_3 = value; Il2CppCodeGenWriteBarrier((&___type_3), value); } inline static int32_t get_offset_of_U3CU3E3__type_4() { return static_cast(offsetof(U3CAnnotationsU3Ed__172_t3494334042, ___U3CU3E3__type_4)); } inline Type_t * get_U3CU3E3__type_4() const { return ___U3CU3E3__type_4; } inline Type_t ** get_address_of_U3CU3E3__type_4() { return &___U3CU3E3__type_4; } inline void set_U3CU3E3__type_4(Type_t * value) { ___U3CU3E3__type_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E3__type_4), value); } inline static int32_t get_offset_of_U3CU3E4__this_5() { return static_cast(offsetof(U3CAnnotationsU3Ed__172_t3494334042, ___U3CU3E4__this_5)); } inline JToken_t1038539247 * get_U3CU3E4__this_5() const { return ___U3CU3E4__this_5; } inline JToken_t1038539247 ** get_address_of_U3CU3E4__this_5() { return &___U3CU3E4__this_5; } inline void set_U3CU3E4__this_5(JToken_t1038539247 * value) { ___U3CU3E4__this_5 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E4__this_5), value); } inline static int32_t get_offset_of_U3CannotationsU3E5__1_6() { return static_cast(offsetof(U3CAnnotationsU3Ed__172_t3494334042, ___U3CannotationsU3E5__1_6)); } inline ObjectU5BU5D_t2843939325* get_U3CannotationsU3E5__1_6() const { return ___U3CannotationsU3E5__1_6; } inline ObjectU5BU5D_t2843939325** get_address_of_U3CannotationsU3E5__1_6() { return &___U3CannotationsU3E5__1_6; } inline void set_U3CannotationsU3E5__1_6(ObjectU5BU5D_t2843939325* value) { ___U3CannotationsU3E5__1_6 = value; Il2CppCodeGenWriteBarrier((&___U3CannotationsU3E5__1_6), value); } inline static int32_t get_offset_of_U3CiU3E5__2_7() { return static_cast(offsetof(U3CAnnotationsU3Ed__172_t3494334042, ___U3CiU3E5__2_7)); } inline int32_t get_U3CiU3E5__2_7() const { return ___U3CiU3E5__2_7; } inline int32_t* get_address_of_U3CiU3E5__2_7() { return &___U3CiU3E5__2_7; } inline void set_U3CiU3E5__2_7(int32_t value) { ___U3CiU3E5__2_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CANNOTATIONSU3ED__172_T3494334042_H #ifndef U3CAFTERSELFU3ED__42_T883970034_H #define U3CAFTERSELFU3ED__42_T883970034_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JToken/d__42 struct U3CAfterSelfU3Ed__42_t883970034 : public RuntimeObject { public: // System.Int32 Newtonsoft.Json.Linq.JToken/d__42::<>1__state int32_t ___U3CU3E1__state_0; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken/d__42::<>2__current JToken_t1038539247 * ___U3CU3E2__current_1; // System.Int32 Newtonsoft.Json.Linq.JToken/d__42::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken/d__42::<>4__this JToken_t1038539247 * ___U3CU3E4__this_3; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken/d__42::5__1 JToken_t1038539247 * ___U3CoU3E5__1_4; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CAfterSelfU3Ed__42_t883970034, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CAfterSelfU3Ed__42_t883970034, ___U3CU3E2__current_1)); } inline JToken_t1038539247 * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline JToken_t1038539247 ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(JToken_t1038539247 * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E2__current_1), value); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CAfterSelfU3Ed__42_t883970034, ___U3CU3El__initialThreadId_2)); } inline int32_t get_U3CU3El__initialThreadId_2() const { return ___U3CU3El__initialThreadId_2; } inline int32_t* get_address_of_U3CU3El__initialThreadId_2() { return &___U3CU3El__initialThreadId_2; } inline void set_U3CU3El__initialThreadId_2(int32_t value) { ___U3CU3El__initialThreadId_2 = value; } inline static int32_t get_offset_of_U3CU3E4__this_3() { return static_cast(offsetof(U3CAfterSelfU3Ed__42_t883970034, ___U3CU3E4__this_3)); } inline JToken_t1038539247 * get_U3CU3E4__this_3() const { return ___U3CU3E4__this_3; } inline JToken_t1038539247 ** get_address_of_U3CU3E4__this_3() { return &___U3CU3E4__this_3; } inline void set_U3CU3E4__this_3(JToken_t1038539247 * value) { ___U3CU3E4__this_3 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E4__this_3), value); } inline static int32_t get_offset_of_U3CoU3E5__1_4() { return static_cast(offsetof(U3CAfterSelfU3Ed__42_t883970034, ___U3CoU3E5__1_4)); } inline JToken_t1038539247 * get_U3CoU3E5__1_4() const { return ___U3CoU3E5__1_4; } inline JToken_t1038539247 ** get_address_of_U3CoU3E5__1_4() { return &___U3CoU3E5__1_4; } inline void set_U3CoU3E5__1_4(JToken_t1038539247 * value) { ___U3CoU3E5__1_4 = value; Il2CppCodeGenWriteBarrier((&___U3CoU3E5__1_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CAFTERSELFU3ED__42_T883970034_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 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 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__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__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 LIST_1_T3956019502_H #define LIST_1_T3956019502_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_t3956019502 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items TypeU5BU5D_t3940880105* ____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_t3956019502, ____items_1)); } inline TypeU5BU5D_t3940880105* get__items_1() const { return ____items_1; } inline TypeU5BU5D_t3940880105** get_address_of__items_1() { return &____items_1; } inline void set__items_1(TypeU5BU5D_t3940880105* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3956019502, ____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_t3956019502, ____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_t3956019502_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray TypeU5BU5D_t3940880105* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3956019502_StaticFields, ___EmptyArray_4)); } inline TypeU5BU5D_t3940880105* get_EmptyArray_4() const { return ___EmptyArray_4; } inline TypeU5BU5D_t3940880105** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(TypeU5BU5D_t3940880105* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3956019502_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 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 DICTIONARY_2_T1505184387_H #define DICTIONARY_2_T1505184387_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_t1505184387 : 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 ResolverContractKeyU5BU5D_t3581623406* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots JsonContractU5BU5D_t3409123811* ___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_t1505184387, ___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_t1505184387, ___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_t1505184387, ___keySlots_6)); } inline ResolverContractKeyU5BU5D_t3581623406* get_keySlots_6() const { return ___keySlots_6; } inline ResolverContractKeyU5BU5D_t3581623406** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(ResolverContractKeyU5BU5D_t3581623406* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t1505184387, ___valueSlots_7)); } inline JsonContractU5BU5D_t3409123811* get_valueSlots_7() const { return ___valueSlots_7; } inline JsonContractU5BU5D_t3409123811** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(JsonContractU5BU5D_t3409123811* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t1505184387, ___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_t1505184387, ___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_t1505184387, ___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_t1505184387, ___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_t1505184387, ___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_t1505184387, ___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_t1505184387, ___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_t1505184387_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2467575885 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t1505184387_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2467575885 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2467575885 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2467575885 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T1505184387_H #ifndef LIST_1_T2285321626_H #define LIST_1_T2285321626_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_t2285321626 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items StateU5BU5DU5BU5D_t3190318925* ____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_t2285321626, ____items_1)); } inline StateU5BU5DU5BU5D_t3190318925* get__items_1() const { return ____items_1; } inline StateU5BU5DU5BU5D_t3190318925** get_address_of__items_1() { return &____items_1; } inline void set__items_1(StateU5BU5DU5BU5D_t3190318925* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2285321626, ____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_t2285321626, ____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_t2285321626_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray StateU5BU5DU5BU5D_t3190318925* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2285321626_StaticFields, ___EmptyArray_4)); } inline StateU5BU5DU5BU5D_t3190318925* get_EmptyArray_4() const { return ___EmptyArray_4; } inline StateU5BU5DU5BU5D_t3190318925** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(StateU5BU5DU5BU5D_t3190318925* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2285321626_H #ifndef LIST_1_T4000102456_H #define LIST_1_T4000102456_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_t4000102456 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items JsonPositionU5BU5D_t197937271* ____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_t4000102456, ____items_1)); } inline JsonPositionU5BU5D_t197937271* get__items_1() const { return ____items_1; } inline JsonPositionU5BU5D_t197937271** get_address_of__items_1() { return &____items_1; } inline void set__items_1(JsonPositionU5BU5D_t197937271* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t4000102456, ____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_t4000102456, ____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_t4000102456_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray JsonPositionU5BU5D_t197937271* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t4000102456_StaticFields, ___EmptyArray_4)); } inline JsonPositionU5BU5D_t197937271* get_EmptyArray_4() const { return ___EmptyArray_4; } inline JsonPositionU5BU5D_t197937271** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(JsonPositionU5BU5D_t197937271* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T4000102456_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 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 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 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 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 JSONCONVERT_T3077351166_H #define JSONCONVERT_T3077351166_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonConvert struct JsonConvert_t3077351166 : public RuntimeObject { public: public: }; struct JsonConvert_t3077351166_StaticFields { public: // System.Func`1 Newtonsoft.Json.JsonConvert::k__BackingField Func_1_t1569001961 * ___U3CDefaultSettingsU3Ek__BackingField_0; // System.String Newtonsoft.Json.JsonConvert::True String_t* ___True_1; // System.String Newtonsoft.Json.JsonConvert::False String_t* ___False_2; // System.String Newtonsoft.Json.JsonConvert::Null String_t* ___Null_3; // System.String Newtonsoft.Json.JsonConvert::Undefined String_t* ___Undefined_4; // System.String Newtonsoft.Json.JsonConvert::PositiveInfinity String_t* ___PositiveInfinity_5; // System.String Newtonsoft.Json.JsonConvert::NegativeInfinity String_t* ___NegativeInfinity_6; // System.String Newtonsoft.Json.JsonConvert::NaN String_t* ___NaN_7; // Newtonsoft.Json.JsonSerializerSettings Newtonsoft.Json.JsonConvert::InitialSerializerSettings JsonSerializerSettings_t2139255314 * ___InitialSerializerSettings_8; public: inline static int32_t get_offset_of_U3CDefaultSettingsU3Ek__BackingField_0() { return static_cast(offsetof(JsonConvert_t3077351166_StaticFields, ___U3CDefaultSettingsU3Ek__BackingField_0)); } inline Func_1_t1569001961 * get_U3CDefaultSettingsU3Ek__BackingField_0() const { return ___U3CDefaultSettingsU3Ek__BackingField_0; } inline Func_1_t1569001961 ** get_address_of_U3CDefaultSettingsU3Ek__BackingField_0() { return &___U3CDefaultSettingsU3Ek__BackingField_0; } inline void set_U3CDefaultSettingsU3Ek__BackingField_0(Func_1_t1569001961 * value) { ___U3CDefaultSettingsU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CDefaultSettingsU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_True_1() { return static_cast(offsetof(JsonConvert_t3077351166_StaticFields, ___True_1)); } inline String_t* get_True_1() const { return ___True_1; } inline String_t** get_address_of_True_1() { return &___True_1; } inline void set_True_1(String_t* value) { ___True_1 = value; Il2CppCodeGenWriteBarrier((&___True_1), value); } inline static int32_t get_offset_of_False_2() { return static_cast(offsetof(JsonConvert_t3077351166_StaticFields, ___False_2)); } inline String_t* get_False_2() const { return ___False_2; } inline String_t** get_address_of_False_2() { return &___False_2; } inline void set_False_2(String_t* value) { ___False_2 = value; Il2CppCodeGenWriteBarrier((&___False_2), value); } inline static int32_t get_offset_of_Null_3() { return static_cast(offsetof(JsonConvert_t3077351166_StaticFields, ___Null_3)); } inline String_t* get_Null_3() const { return ___Null_3; } inline String_t** get_address_of_Null_3() { return &___Null_3; } inline void set_Null_3(String_t* value) { ___Null_3 = value; Il2CppCodeGenWriteBarrier((&___Null_3), value); } inline static int32_t get_offset_of_Undefined_4() { return static_cast(offsetof(JsonConvert_t3077351166_StaticFields, ___Undefined_4)); } inline String_t* get_Undefined_4() const { return ___Undefined_4; } inline String_t** get_address_of_Undefined_4() { return &___Undefined_4; } inline void set_Undefined_4(String_t* value) { ___Undefined_4 = value; Il2CppCodeGenWriteBarrier((&___Undefined_4), value); } inline static int32_t get_offset_of_PositiveInfinity_5() { return static_cast(offsetof(JsonConvert_t3077351166_StaticFields, ___PositiveInfinity_5)); } inline String_t* get_PositiveInfinity_5() const { return ___PositiveInfinity_5; } inline String_t** get_address_of_PositiveInfinity_5() { return &___PositiveInfinity_5; } inline void set_PositiveInfinity_5(String_t* value) { ___PositiveInfinity_5 = value; Il2CppCodeGenWriteBarrier((&___PositiveInfinity_5), value); } inline static int32_t get_offset_of_NegativeInfinity_6() { return static_cast(offsetof(JsonConvert_t3077351166_StaticFields, ___NegativeInfinity_6)); } inline String_t* get_NegativeInfinity_6() const { return ___NegativeInfinity_6; } inline String_t** get_address_of_NegativeInfinity_6() { return &___NegativeInfinity_6; } inline void set_NegativeInfinity_6(String_t* value) { ___NegativeInfinity_6 = value; Il2CppCodeGenWriteBarrier((&___NegativeInfinity_6), value); } inline static int32_t get_offset_of_NaN_7() { return static_cast(offsetof(JsonConvert_t3077351166_StaticFields, ___NaN_7)); } inline String_t* get_NaN_7() const { return ___NaN_7; } inline String_t** get_address_of_NaN_7() { return &___NaN_7; } inline void set_NaN_7(String_t* value) { ___NaN_7 = value; Il2CppCodeGenWriteBarrier((&___NaN_7), value); } inline static int32_t get_offset_of_InitialSerializerSettings_8() { return static_cast(offsetof(JsonConvert_t3077351166_StaticFields, ___InitialSerializerSettings_8)); } inline JsonSerializerSettings_t2139255314 * get_InitialSerializerSettings_8() const { return ___InitialSerializerSettings_8; } inline JsonSerializerSettings_t2139255314 ** get_address_of_InitialSerializerSettings_8() { return &___InitialSerializerSettings_8; } inline void set_InitialSerializerSettings_8(JsonSerializerSettings_t2139255314 * value) { ___InitialSerializerSettings_8 = value; Il2CppCodeGenWriteBarrier((&___InitialSerializerSettings_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONCONVERT_T3077351166_H #ifndef PARAMETERMODIFIER_T1461694466_H #define PARAMETERMODIFIER_T1461694466_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.ParameterModifier struct ParameterModifier_t1461694466 { public: // System.Boolean[] System.Reflection.ParameterModifier::_byref BooleanU5BU5D_t2897418192* ____byref_0; public: inline static int32_t get_offset_of__byref_0() { return static_cast(offsetof(ParameterModifier_t1461694466, ____byref_0)); } inline BooleanU5BU5D_t2897418192* get__byref_0() const { return ____byref_0; } inline BooleanU5BU5D_t2897418192** get_address_of__byref_0() { return &____byref_0; } inline void set__byref_0(BooleanU5BU5D_t2897418192* value) { ____byref_0 = value; Il2CppCodeGenWriteBarrier((&____byref_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Reflection.ParameterModifier struct ParameterModifier_t1461694466_marshaled_pinvoke { int32_t* ____byref_0; }; // Native definition for COM marshalling of System.Reflection.ParameterModifier struct ParameterModifier_t1461694466_marshaled_com { int32_t* ____byref_0; }; #endif // PARAMETERMODIFIER_T1461694466_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 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 ENUMERATOR_T2237736518_H #define ENUMERATOR_T2237736518_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_t2237736518 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::l List_1_t348492641 * ___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 QueryExpression_t3171385195 * ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t2237736518, ___l_0)); } inline List_1_t348492641 * get_l_0() const { return ___l_0; } inline List_1_t348492641 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(List_1_t348492641 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t2237736518, ___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_t2237736518, ___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_t2237736518, ___current_3)); } inline QueryExpression_t3171385195 * get_current_3() const { return ___current_3; } inline QueryExpression_t3171385195 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(QueryExpression_t3171385195 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((&___current_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2237736518_H #ifndef ARRAYMULTIPLEINDEXFILTER_T2913121614_H #define ARRAYMULTIPLEINDEXFILTER_T2913121614_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JsonPath.ArrayMultipleIndexFilter struct ArrayMultipleIndexFilter_t2913121614 : public PathFilter_t3862968645 { public: // System.Collections.Generic.List`1 Newtonsoft.Json.Linq.JsonPath.ArrayMultipleIndexFilter::k__BackingField List_1_t128053199 * ___U3CIndexesU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CIndexesU3Ek__BackingField_0() { return static_cast(offsetof(ArrayMultipleIndexFilter_t2913121614, ___U3CIndexesU3Ek__BackingField_0)); } inline List_1_t128053199 * get_U3CIndexesU3Ek__BackingField_0() const { return ___U3CIndexesU3Ek__BackingField_0; } inline List_1_t128053199 ** get_address_of_U3CIndexesU3Ek__BackingField_0() { return &___U3CIndexesU3Ek__BackingField_0; } inline void set_U3CIndexesU3Ek__BackingField_0(List_1_t128053199 * value) { ___U3CIndexesU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CIndexesU3Ek__BackingField_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARRAYMULTIPLEINDEXFILTER_T2913121614_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 FIELDFILTER_T3654920868_H #define FIELDFILTER_T3654920868_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JsonPath.FieldFilter struct FieldFilter_t3654920868 : public PathFilter_t3862968645 { public: // System.String Newtonsoft.Json.Linq.JsonPath.FieldFilter::k__BackingField String_t* ___U3CNameU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CNameU3Ek__BackingField_0() { return static_cast(offsetof(FieldFilter_t3654920868, ___U3CNameU3Ek__BackingField_0)); } inline String_t* get_U3CNameU3Ek__BackingField_0() const { return ___U3CNameU3Ek__BackingField_0; } inline String_t** get_address_of_U3CNameU3Ek__BackingField_0() { return &___U3CNameU3Ek__BackingField_0; } inline void set_U3CNameU3Ek__BackingField_0(String_t* value) { ___U3CNameU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CNameU3Ek__BackingField_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FIELDFILTER_T3654920868_H #ifndef FIELDMULTIPLEFILTER_T3452751328_H #define FIELDMULTIPLEFILTER_T3452751328_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter struct FieldMultipleFilter_t3452751328 : public PathFilter_t3862968645 { public: // System.Collections.Generic.List`1 Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter::k__BackingField List_1_t3319525431 * ___U3CNamesU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CNamesU3Ek__BackingField_0() { return static_cast(offsetof(FieldMultipleFilter_t3452751328, ___U3CNamesU3Ek__BackingField_0)); } inline List_1_t3319525431 * get_U3CNamesU3Ek__BackingField_0() const { return ___U3CNamesU3Ek__BackingField_0; } inline List_1_t3319525431 ** get_address_of_U3CNamesU3Ek__BackingField_0() { return &___U3CNamesU3Ek__BackingField_0; } inline void set_U3CNamesU3Ek__BackingField_0(List_1_t3319525431 * value) { ___U3CNamesU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CNamesU3Ek__BackingField_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FIELDMULTIPLEFILTER_T3452751328_H #ifndef JSONEXTENSIONDATAATTRIBUTE_T1775849281_H #define JSONEXTENSIONDATAATTRIBUTE_T1775849281_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonExtensionDataAttribute struct JsonExtensionDataAttribute_t1775849281 : public Attribute_t861562559 { public: // System.Boolean Newtonsoft.Json.JsonExtensionDataAttribute::k__BackingField bool ___U3CWriteDataU3Ek__BackingField_0; // System.Boolean Newtonsoft.Json.JsonExtensionDataAttribute::k__BackingField bool ___U3CReadDataU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CWriteDataU3Ek__BackingField_0() { return static_cast(offsetof(JsonExtensionDataAttribute_t1775849281, ___U3CWriteDataU3Ek__BackingField_0)); } inline bool get_U3CWriteDataU3Ek__BackingField_0() const { return ___U3CWriteDataU3Ek__BackingField_0; } inline bool* get_address_of_U3CWriteDataU3Ek__BackingField_0() { return &___U3CWriteDataU3Ek__BackingField_0; } inline void set_U3CWriteDataU3Ek__BackingField_0(bool value) { ___U3CWriteDataU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CReadDataU3Ek__BackingField_1() { return static_cast(offsetof(JsonExtensionDataAttribute_t1775849281, ___U3CReadDataU3Ek__BackingField_1)); } inline bool get_U3CReadDataU3Ek__BackingField_1() const { return ___U3CReadDataU3Ek__BackingField_1; } inline bool* get_address_of_U3CReadDataU3Ek__BackingField_1() { return &___U3CReadDataU3Ek__BackingField_1; } inline void set_U3CReadDataU3Ek__BackingField_1(bool value) { ___U3CReadDataU3Ek__BackingField_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONEXTENSIONDATAATTRIBUTE_T1775849281_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 ENUMERATOR_T2017297076_H #define ENUMERATOR_T2017297076_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_t2017297076 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::l List_1_t128053199 * ___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 int32_t ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t2017297076, ___l_0)); } inline List_1_t128053199 * get_l_0() const { return ___l_0; } inline List_1_t128053199 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(List_1_t128053199 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t2017297076, ___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_t2017297076, ___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_t2017297076, ___current_3)); } inline int32_t get_current_3() const { return ___current_3; } inline int32_t* get_address_of_current_3() { return &___current_3; } inline void set_current_3(int32_t value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2017297076_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 ENUMERATOR_T1550296083_H #define ENUMERATOR_T1550296083_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_t1550296083 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::l List_1_t3956019502 * ___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 Type_t * ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t1550296083, ___l_0)); } inline List_1_t3956019502 * get_l_0() const { return ___l_0; } inline List_1_t3956019502 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(List_1_t3956019502 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t1550296083, ___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_t1550296083, ___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_t1550296083, ___current_3)); } inline Type_t * get_current_3() const { return ___current_3; } inline Type_t ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(Type_t * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((&___current_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T1550296083_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 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_T913802012_H #define ENUMERATOR_T913802012_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_t913802012 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::l List_1_t3319525431 * ___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 String_t* ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t913802012, ___l_0)); } inline List_1_t3319525431 * get_l_0() const { return ___l_0; } inline List_1_t3319525431 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(List_1_t3319525431 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t913802012, ___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_t913802012, ___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_t913802012, ___current_3)); } inline String_t* get_current_3() const { return ___current_3; } inline String_t** get_address_of_current_3() { return &___current_3; } inline void set_current_3(String_t* value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((&___current_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T913802012_H #ifndef ENUMERATOR_T2446353064_H #define ENUMERATOR_T2446353064_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_t2446353064 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::l List_1_t557109187 * ___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 MemberInfo_t * ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t2446353064, ___l_0)); } inline List_1_t557109187 * get_l_0() const { return ___l_0; } inline List_1_t557109187 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(List_1_t557109187 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t2446353064, ___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_t2446353064, ___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_t2446353064, ___current_3)); } inline MemberInfo_t * get_current_3() const { return ___current_3; } inline MemberInfo_t ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(MemberInfo_t * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((&___current_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2446353064_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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 ENUMERATOR_T2929319968_H #define ENUMERATOR_T2929319968_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_t2929319968 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::l List_1_t1040076091 * ___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 PathFilter_t3862968645 * ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t2929319968, ___l_0)); } inline List_1_t1040076091 * get_l_0() const { return ___l_0; } inline List_1_t1040076091 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(List_1_t1040076091 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t2929319968, ___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_t2929319968, ___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_t2929319968, ___current_3)); } inline PathFilter_t3862968645 * get_current_3() const { return ___current_3; } inline PathFilter_t3862968645 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(PathFilter_t3862968645 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((&___current_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2929319968_H #ifndef QUERYFILTER_T1584032927_H #define QUERYFILTER_T1584032927_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JsonPath.QueryFilter struct QueryFilter_t1584032927 : public PathFilter_t3862968645 { public: // Newtonsoft.Json.Linq.JsonPath.QueryExpression Newtonsoft.Json.Linq.JsonPath.QueryFilter::k__BackingField QueryExpression_t3171385195 * ___U3CExpressionU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CExpressionU3Ek__BackingField_0() { return static_cast(offsetof(QueryFilter_t1584032927, ___U3CExpressionU3Ek__BackingField_0)); } inline QueryExpression_t3171385195 * get_U3CExpressionU3Ek__BackingField_0() const { return ___U3CExpressionU3Ek__BackingField_0; } inline QueryExpression_t3171385195 ** get_address_of_U3CExpressionU3Ek__BackingField_0() { return &___U3CExpressionU3Ek__BackingField_0; } inline void set_U3CExpressionU3Ek__BackingField_0(QueryExpression_t3171385195 * value) { ___U3CExpressionU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CExpressionU3Ek__BackingField_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // QUERYFILTER_T1584032927_H #ifndef SCANFILTER_T1566003751_H #define SCANFILTER_T1566003751_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JsonPath.ScanFilter struct ScanFilter_t1566003751 : public PathFilter_t3862968645 { public: // System.String Newtonsoft.Json.Linq.JsonPath.ScanFilter::k__BackingField String_t* ___U3CNameU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CNameU3Ek__BackingField_0() { return static_cast(offsetof(ScanFilter_t1566003751, ___U3CNameU3Ek__BackingField_0)); } inline String_t* get_U3CNameU3Ek__BackingField_0() const { return ___U3CNameU3Ek__BackingField_0; } inline String_t** get_address_of_U3CNameU3Ek__BackingField_0() { return &___U3CNameU3Ek__BackingField_0; } inline void set_U3CNameU3Ek__BackingField_0(String_t* value) { ___U3CNameU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CNameU3Ek__BackingField_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCANFILTER_T1566003751_H #ifndef JSONREQUIREDATTRIBUTE_T2327646188_H #define JSONREQUIREDATTRIBUTE_T2327646188_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonRequiredAttribute struct JsonRequiredAttribute_t2327646188 : public Attribute_t861562559 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONREQUIREDATTRIBUTE_T2327646188_H #ifndef NULLABLE_1_T3119828856_H #define NULLABLE_1_T3119828856_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_t3119828856 { public: // T System.Nullable`1::value float ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t3119828856, ___value_0)); } inline float get_value_0() const { return ___value_0; } inline float* get_address_of_value_0() { return &___value_0; } inline void set_value_0(float value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t3119828856, ___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_T3119828856_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 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 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 BSONOBJECTIDCONVERTER_T1190033754_H #define BSONOBJECTIDCONVERTER_T1190033754_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Converters.BsonObjectIdConverter struct BsonObjectIdConverter_t1190033754 : public JsonConverter_t1047106545 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BSONOBJECTIDCONVERTER_T1190033754_H #ifndef NULLABLE_1_T4275382469_H #define NULLABLE_1_T4275382469_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_t4275382469 { public: // T System.Nullable`1::value int16_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t4275382469, ___value_0)); } inline int16_t get_value_0() const { return ___value_0; } inline int16_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int16_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t4275382469, ___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_T4275382469_H #ifndef KEYVALUEPAIRCONVERTER_T2108458033_H #define KEYVALUEPAIRCONVERTER_T2108458033_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Converters.KeyValuePairConverter struct KeyValuePairConverter_t2108458033 : public JsonConverter_t1047106545 { public: public: }; struct KeyValuePairConverter_t2108458033_StaticFields { public: // Newtonsoft.Json.Utilities.ThreadSafeStore`2 Newtonsoft.Json.Converters.KeyValuePairConverter::ReflectionObjectPerType ThreadSafeStore_2_t4079379169 * ___ReflectionObjectPerType_0; public: inline static int32_t get_offset_of_ReflectionObjectPerType_0() { return static_cast(offsetof(KeyValuePairConverter_t2108458033_StaticFields, ___ReflectionObjectPerType_0)); } inline ThreadSafeStore_2_t4079379169 * get_ReflectionObjectPerType_0() const { return ___ReflectionObjectPerType_0; } inline ThreadSafeStore_2_t4079379169 ** get_address_of_ReflectionObjectPerType_0() { return &___ReflectionObjectPerType_0; } inline void set_ReflectionObjectPerType_0(ThreadSafeStore_2_t4079379169 * value) { ___ReflectionObjectPerType_0 = value; Il2CppCodeGenWriteBarrier((&___ReflectionObjectPerType_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIRCONVERTER_T2108458033_H #ifndef XMLNODECONVERTER_T181348760_H #define XMLNODECONVERTER_T181348760_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Converters.XmlNodeConverter struct XmlNodeConverter_t181348760 : public JsonConverter_t1047106545 { public: // System.String Newtonsoft.Json.Converters.XmlNodeConverter::k__BackingField String_t* ___U3CDeserializeRootElementNameU3Ek__BackingField_0; // System.Boolean Newtonsoft.Json.Converters.XmlNodeConverter::k__BackingField bool ___U3CWriteArrayAttributeU3Ek__BackingField_1; // System.Boolean Newtonsoft.Json.Converters.XmlNodeConverter::k__BackingField bool ___U3COmitRootObjectU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CDeserializeRootElementNameU3Ek__BackingField_0() { return static_cast(offsetof(XmlNodeConverter_t181348760, ___U3CDeserializeRootElementNameU3Ek__BackingField_0)); } inline String_t* get_U3CDeserializeRootElementNameU3Ek__BackingField_0() const { return ___U3CDeserializeRootElementNameU3Ek__BackingField_0; } inline String_t** get_address_of_U3CDeserializeRootElementNameU3Ek__BackingField_0() { return &___U3CDeserializeRootElementNameU3Ek__BackingField_0; } inline void set_U3CDeserializeRootElementNameU3Ek__BackingField_0(String_t* value) { ___U3CDeserializeRootElementNameU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CDeserializeRootElementNameU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_U3CWriteArrayAttributeU3Ek__BackingField_1() { return static_cast(offsetof(XmlNodeConverter_t181348760, ___U3CWriteArrayAttributeU3Ek__BackingField_1)); } inline bool get_U3CWriteArrayAttributeU3Ek__BackingField_1() const { return ___U3CWriteArrayAttributeU3Ek__BackingField_1; } inline bool* get_address_of_U3CWriteArrayAttributeU3Ek__BackingField_1() { return &___U3CWriteArrayAttributeU3Ek__BackingField_1; } inline void set_U3CWriteArrayAttributeU3Ek__BackingField_1(bool value) { ___U3CWriteArrayAttributeU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3COmitRootObjectU3Ek__BackingField_2() { return static_cast(offsetof(XmlNodeConverter_t181348760, ___U3COmitRootObjectU3Ek__BackingField_2)); } inline bool get_U3COmitRootObjectU3Ek__BackingField_2() const { return ___U3COmitRootObjectU3Ek__BackingField_2; } inline bool* get_address_of_U3COmitRootObjectU3Ek__BackingField_2() { return &___U3COmitRootObjectU3Ek__BackingField_2; } inline void set_U3COmitRootObjectU3Ek__BackingField_2(bool value) { ___U3COmitRootObjectU3Ek__BackingField_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNODECONVERTER_T181348760_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 JPROPERTYKEYEDCOLLECTION_T1521123921_H #define JPROPERTYKEYEDCOLLECTION_T1521123921_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JPropertyKeyedCollection struct JPropertyKeyedCollection_t1521123921 : public Collection_1_t4277862461 { public: // System.Collections.Generic.Dictionary`2 Newtonsoft.Json.Linq.JPropertyKeyedCollection::_dictionary Dictionary_2_t823795546 * ____dictionary_3; public: inline static int32_t get_offset_of__dictionary_3() { return static_cast(offsetof(JPropertyKeyedCollection_t1521123921, ____dictionary_3)); } inline Dictionary_2_t823795546 * get__dictionary_3() const { return ____dictionary_3; } inline Dictionary_2_t823795546 ** get_address_of__dictionary_3() { return &____dictionary_3; } inline void set__dictionary_3(Dictionary_2_t823795546 * value) { ____dictionary_3 = value; Il2CppCodeGenWriteBarrier((&____dictionary_3), value); } }; struct JPropertyKeyedCollection_t1521123921_StaticFields { public: // System.Collections.Generic.IEqualityComparer`1 Newtonsoft.Json.Linq.JPropertyKeyedCollection::Comparer RuntimeObject* ___Comparer_2; public: inline static int32_t get_offset_of_Comparer_2() { return static_cast(offsetof(JPropertyKeyedCollection_t1521123921_StaticFields, ___Comparer_2)); } inline RuntimeObject* get_Comparer_2() const { return ___Comparer_2; } inline RuntimeObject** get_address_of_Comparer_2() { return &___Comparer_2; } inline void set_Comparer_2(RuntimeObject* value) { ___Comparer_2 = value; Il2CppCodeGenWriteBarrier((&___Comparer_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JPROPERTYKEYEDCOLLECTION_T1521123921_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 NONSERIALIZEDATTRIBUTE_T2945079482_H #define NONSERIALIZEDATTRIBUTE_T2945079482_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.NonSerializedAttribute struct NonSerializedAttribute_t2945079482 : public Attribute_t861562559 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NONSERIALIZEDATTRIBUTE_T2945079482_H #ifndef REGEXCONVERTER_T2517515405_H #define REGEXCONVERTER_T2517515405_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Converters.RegexConverter struct RegexConverter_t2517515405 : public JsonConverter_t1047106545 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REGEXCONVERTER_T2517515405_H #ifndef UINTPTR_T_H #define UINTPTR_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UIntPtr struct UIntPtr_t { public: // System.Void* System.UIntPtr::_pointer void* ____pointer_1; public: inline static int32_t get_offset_of__pointer_1() { return static_cast(offsetof(UIntPtr_t, ____pointer_1)); } inline void* get__pointer_1() const { return ____pointer_1; } inline void** get_address_of__pointer_1() { return &____pointer_1; } inline void set__pointer_1(void* value) { ____pointer_1 = value; } }; struct UIntPtr_t_StaticFields { public: // System.UIntPtr System.UIntPtr::Zero uintptr_t ___Zero_0; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(UIntPtr_t_StaticFields, ___Zero_0)); } inline uintptr_t get_Zero_0() const { return ___Zero_0; } inline uintptr_t* get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(uintptr_t value) { ___Zero_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINTPTR_T_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 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 NULLABLE_1_T1062055256_H #define NULLABLE_1_T1062055256_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_t1062055256 { public: // T System.Nullable`1::value Il2CppChar ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t1062055256, ___value_0)); } inline Il2CppChar get_value_0() const { return ___value_0; } inline Il2CppChar* get_address_of_value_0() { return &___value_0; } inline void set_value_0(Il2CppChar value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t1062055256, ___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_T1062055256_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 JENUMERABLE_1_T20407348_H #define JENUMERABLE_1_T20407348_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JEnumerable`1 struct JEnumerable_1_t20407348 { public: // System.Collections.Generic.IEnumerable`1 Newtonsoft.Json.Linq.JEnumerable`1::_enumerable RuntimeObject* ____enumerable_1; public: inline static int32_t get_offset_of__enumerable_1() { return static_cast(offsetof(JEnumerable_1_t20407348, ____enumerable_1)); } inline RuntimeObject* get__enumerable_1() const { return ____enumerable_1; } inline RuntimeObject** get_address_of__enumerable_1() { return &____enumerable_1; } inline void set__enumerable_1(RuntimeObject* value) { ____enumerable_1 = value; Il2CppCodeGenWriteBarrier((&____enumerable_1), value); } }; struct JEnumerable_1_t20407348_StaticFields { public: // Newtonsoft.Json.Linq.JEnumerable`1 Newtonsoft.Json.Linq.JEnumerable`1::Empty JEnumerable_1_t20407348 ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(JEnumerable_1_t20407348_StaticFields, ___Empty_0)); } inline JEnumerable_1_t20407348 get_Empty_0() const { return ___Empty_0; } inline JEnumerable_1_t20407348 * get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(JEnumerable_1_t20407348 value) { ___Empty_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JENUMERABLE_1_T20407348_H #ifndef JENUMERABLE_1_T2061974265_H #define JENUMERABLE_1_T2061974265_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JEnumerable`1 struct JEnumerable_1_t2061974265 { public: // System.Collections.Generic.IEnumerable`1 Newtonsoft.Json.Linq.JEnumerable`1::_enumerable RuntimeObject* ____enumerable_1; public: inline static int32_t get_offset_of__enumerable_1() { return static_cast(offsetof(JEnumerable_1_t2061974265, ____enumerable_1)); } inline RuntimeObject* get__enumerable_1() const { return ____enumerable_1; } inline RuntimeObject** get_address_of__enumerable_1() { return &____enumerable_1; } inline void set__enumerable_1(RuntimeObject* value) { ____enumerable_1 = value; Il2CppCodeGenWriteBarrier((&____enumerable_1), value); } }; struct JEnumerable_1_t2061974265_StaticFields { public: // Newtonsoft.Json.Linq.JEnumerable`1 Newtonsoft.Json.Linq.JEnumerable`1::Empty JEnumerable_1_t2061974265 ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(JEnumerable_1_t2061974265_StaticFields, ___Empty_0)); } inline JEnumerable_1_t2061974265 get_Empty_0() const { return ___Empty_0; } inline JEnumerable_1_t2061974265 * get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(JEnumerable_1_t2061974265 value) { ___Empty_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JENUMERABLE_1_T2061974265_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 NULLABLE_1_T3900287040_H #define NULLABLE_1_T3900287040_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_t3900287040 { public: // T System.Nullable`1::value uint16_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t3900287040, ___value_0)); } inline uint16_t get_value_0() const { return ___value_0; } inline uint16_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(uint16_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t3900287040, ___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_T3900287040_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 NULLABLE_1_T1561634878_H #define NULLABLE_1_T1561634878_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_t1561634878 { public: // T System.Nullable`1::value uint64_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t1561634878, ___value_0)); } inline uint64_t get_value_0() const { return ___value_0; } inline uint64_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(uint64_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t1561634878, ___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_T1561634878_H #ifndef NULLABLE_1_T1164162090_H #define NULLABLE_1_T1164162090_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_t1164162090 { public: // T System.Nullable`1::value int64_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t1164162090, ___value_0)); } inline int64_t get_value_0() const { return ___value_0; } inline int64_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int64_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t1164162090, ___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_T1164162090_H #ifndef PROPERTYDESCRIPTOR_T3244362832_H #define PROPERTYDESCRIPTOR_T3244362832_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.PropertyDescriptor struct PropertyDescriptor_t3244362832 : public MemberDescriptor_t3815403747 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROPERTYDESCRIPTOR_T3244362832_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 NULLABLE_1_T4282624060_H #define NULLABLE_1_T4282624060_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_t4282624060 { public: // T System.Nullable`1::value uint32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t4282624060, ___value_0)); } inline uint32_t get_value_0() const { return ___value_0; } inline uint32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(uint32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t4282624060, ___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_T4282624060_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 PROPERTYCHANGINGEVENTARGS_T2067745136_H #define PROPERTYCHANGINGEVENTARGS_T2067745136_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.PropertyChangingEventArgs struct PropertyChangingEventArgs_t2067745136 : public EventArgs_t3591816995 { public: // System.String System.ComponentModel.PropertyChangingEventArgs::k__BackingField String_t* ___U3CPropertyNameU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CPropertyNameU3Ek__BackingField_1() { return static_cast(offsetof(PropertyChangingEventArgs_t2067745136, ___U3CPropertyNameU3Ek__BackingField_1)); } inline String_t* get_U3CPropertyNameU3Ek__BackingField_1() const { return ___U3CPropertyNameU3Ek__BackingField_1; } inline String_t** get_address_of_U3CPropertyNameU3Ek__BackingField_1() { return &___U3CPropertyNameU3Ek__BackingField_1; } inline void set_U3CPropertyNameU3Ek__BackingField_1(String_t* value) { ___U3CPropertyNameU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CPropertyNameU3Ek__BackingField_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROPERTYCHANGINGEVENTARGS_T2067745136_H #ifndef KEYVALUEPAIR_2_T3221467713_H #define KEYVALUEPAIR_2_T3221467713_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_t3221467713 { public: // TKey System.Collections.Generic.KeyValuePair`2::key String_t* ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value JToken_t1038539247 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t3221467713, ___key_0)); } inline String_t* get_key_0() const { return ___key_0; } inline String_t** get_address_of_key_0() { return &___key_0; } inline void set_key_0(String_t* value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((&___key_0), value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t3221467713, ___value_1)); } inline JToken_t1038539247 * get_value_1() const { return ___value_1; } inline JToken_t1038539247 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(JToken_t1038539247 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T3221467713_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 JSONIGNOREATTRIBUTE_T836745302_H #define JSONIGNOREATTRIBUTE_T836745302_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonIgnoreAttribute struct JsonIgnoreAttribute_t836745302 : public Attribute_t861562559 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONIGNOREATTRIBUTE_T836745302_H #ifndef NULLABLE_1_T3392139744_H #define NULLABLE_1_T3392139744_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_t3392139744 { public: // T System.Nullable`1::value int8_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t3392139744, ___value_0)); } inline int8_t get_value_0() const { return ___value_0; } inline int8_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int8_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t3392139744, ___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_T3392139744_H #ifndef PROPERTYCHANGEDEVENTARGS_T3313059048_H #define PROPERTYCHANGEDEVENTARGS_T3313059048_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.PropertyChangedEventArgs struct PropertyChangedEventArgs_t3313059048 : public EventArgs_t3591816995 { public: // System.String System.ComponentModel.PropertyChangedEventArgs::propertyName String_t* ___propertyName_1; public: inline static int32_t get_offset_of_propertyName_1() { return static_cast(offsetof(PropertyChangedEventArgs_t3313059048, ___propertyName_1)); } inline String_t* get_propertyName_1() const { return ___propertyName_1; } inline String_t** get_address_of_propertyName_1() { return &___propertyName_1; } inline void set_propertyName_1(String_t* value) { ___propertyName_1 = value; Il2CppCodeGenWriteBarrier((&___propertyName_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROPERTYCHANGEDEVENTARGS_T3313059048_H #ifndef DEFAULTVALUEATTRIBUTE_T587583663_H #define DEFAULTVALUEATTRIBUTE_T587583663_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.DefaultValueAttribute struct DefaultValueAttribute_t587583663 : public Attribute_t861562559 { public: // System.Object System.ComponentModel.DefaultValueAttribute::DefaultValue RuntimeObject * ___DefaultValue_0; public: inline static int32_t get_offset_of_DefaultValue_0() { return static_cast(offsetof(DefaultValueAttribute_t587583663, ___DefaultValue_0)); } inline RuntimeObject * get_DefaultValue_0() const { return ___DefaultValue_0; } inline RuntimeObject ** get_address_of_DefaultValue_0() { return &___DefaultValue_0; } inline void set_DefaultValue_0(RuntimeObject * value) { ___DefaultValue_0 = value; Il2CppCodeGenWriteBarrier((&___DefaultValue_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEFAULTVALUEATTRIBUTE_T587583663_H #ifndef NULLABLE_1_T621127673_H #define NULLABLE_1_T621127673_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_t621127673 { public: // T System.Nullable`1::value Guid_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t621127673, ___value_0)); } inline Guid_t get_value_0() const { return ___value_0; } inline Guid_t * get_address_of_value_0() { return &___value_0; } inline void set_value_0(Guid_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t621127673, ___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_T621127673_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 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 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 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 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 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 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 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 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 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 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 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 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 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 JSONWRITEREXCEPTION_T1282940098_H #define JSONWRITEREXCEPTION_T1282940098_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonWriterException struct JsonWriterException_t1282940098 : public JsonException_t3720114400 { public: // System.String Newtonsoft.Json.JsonWriterException::k__BackingField String_t* ___U3CPathU3Ek__BackingField_11; public: inline static int32_t get_offset_of_U3CPathU3Ek__BackingField_11() { return static_cast(offsetof(JsonWriterException_t1282940098, ___U3CPathU3Ek__BackingField_11)); } inline String_t* get_U3CPathU3Ek__BackingField_11() const { return ___U3CPathU3Ek__BackingField_11; } inline String_t** get_address_of_U3CPathU3Ek__BackingField_11() { return &___U3CPathU3Ek__BackingField_11; } inline void set_U3CPathU3Ek__BackingField_11(String_t* value) { ___U3CPathU3Ek__BackingField_11 = value; Il2CppCodeGenWriteBarrier((&___U3CPathU3Ek__BackingField_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONWRITEREXCEPTION_T1282940098_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 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 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 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 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 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 THREADSTATE_T2533302383_H #define THREADSTATE_T2533302383_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.ThreadState struct ThreadState_t2533302383 { public: // System.Int32 System.Threading.ThreadState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ThreadState_t2533302383, ___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 // THREADSTATE_T2533302383_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 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 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 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 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 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 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 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 ENUMERATOR_T2086727927_H #define ENUMERATOR_T2086727927_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_t2086727927 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t132545152 * ___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_t2530217319 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t2086727927, ___dictionary_0)); } inline Dictionary_2_t132545152 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t132545152 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t132545152 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t2086727927, ___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_t2086727927, ___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_t2086727927, ___current_3)); } inline KeyValuePair_2_t2530217319 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t2530217319 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t2530217319 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2086727927_H #ifndef ENUMERATOR_T2777978321_H #define ENUMERATOR_T2777978321_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_t2777978321 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t823795546 * ___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_t3221467713 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t2777978321, ___dictionary_0)); } inline Dictionary_2_t823795546 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t823795546 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t823795546 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t2777978321, ___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_t2777978321, ___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_t2777978321, ___current_3)); } inline KeyValuePair_2_t3221467713 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t3221467713 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t3221467713 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2777978321_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 JPROPERTYDESCRIPTOR_T1462014386_H #define JPROPERTYDESCRIPTOR_T1462014386_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JPropertyDescriptor struct JPropertyDescriptor_t1462014386 : public PropertyDescriptor_t3244362832 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JPROPERTYDESCRIPTOR_T1462014386_H #ifndef U3CGETENUMERATORU3ED__58_T2686635841_H #define U3CGETENUMERATORU3ED__58_T2686635841_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JObject/d__58 struct U3CGetEnumeratorU3Ed__58_t2686635841 : public RuntimeObject { public: // System.Int32 Newtonsoft.Json.Linq.JObject/d__58::<>1__state int32_t ___U3CU3E1__state_0; // System.Collections.Generic.KeyValuePair`2 Newtonsoft.Json.Linq.JObject/d__58::<>2__current KeyValuePair_2_t3221467713 ___U3CU3E2__current_1; // Newtonsoft.Json.Linq.JObject Newtonsoft.Json.Linq.JObject/d__58::<>4__this JObject_t2059125928 * ___U3CU3E4__this_2; // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JObject/d__58::<>7__wrap1 RuntimeObject* ___U3CU3E7__wrap1_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CGetEnumeratorU3Ed__58_t2686635841, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CGetEnumeratorU3Ed__58_t2686635841, ___U3CU3E2__current_1)); } inline KeyValuePair_2_t3221467713 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline KeyValuePair_2_t3221467713 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(KeyValuePair_2_t3221467713 value) { ___U3CU3E2__current_1 = value; } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CGetEnumeratorU3Ed__58_t2686635841, ___U3CU3E4__this_2)); } inline JObject_t2059125928 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline JObject_t2059125928 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(JObject_t2059125928 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E4__this_2), value); } inline static int32_t get_offset_of_U3CU3E7__wrap1_3() { return static_cast(offsetof(U3CGetEnumeratorU3Ed__58_t2686635841, ___U3CU3E7__wrap1_3)); } inline RuntimeObject* get_U3CU3E7__wrap1_3() const { return ___U3CU3E7__wrap1_3; } inline RuntimeObject** get_address_of_U3CU3E7__wrap1_3() { return &___U3CU3E7__wrap1_3; } inline void set_U3CU3E7__wrap1_3(RuntimeObject* value) { ___U3CU3E7__wrap1_3 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E7__wrap1_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETENUMERATORU3ED__58_T2686635841_H #ifndef LINEINFOHANDLING_T588682358_H #define LINEINFOHANDLING_T588682358_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.LineInfoHandling struct LineInfoHandling_t588682358 { public: // System.Int32 Newtonsoft.Json.Linq.LineInfoHandling::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(LineInfoHandling_t588682358, ___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 // LINEINFOHANDLING_T588682358_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 QUERYOPERATOR_T2966169422_H #define QUERYOPERATOR_T2966169422_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JsonPath.QueryOperator struct QueryOperator_t2966169422 { public: // System.Int32 Newtonsoft.Json.Linq.JsonPath.QueryOperator::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(QueryOperator_t2966169422, ___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 // QUERYOPERATOR_T2966169422_H #ifndef ARRAYSLICEFILTER_T662461599_H #define ARRAYSLICEFILTER_T662461599_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter struct ArraySliceFilter_t662461599 : public PathFilter_t3862968645 { public: // System.Nullable`1 Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter::k__BackingField Nullable_1_t378540539 ___U3CStartU3Ek__BackingField_0; // System.Nullable`1 Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter::k__BackingField Nullable_1_t378540539 ___U3CEndU3Ek__BackingField_1; // System.Nullable`1 Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter::k__BackingField Nullable_1_t378540539 ___U3CStepU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CStartU3Ek__BackingField_0() { return static_cast(offsetof(ArraySliceFilter_t662461599, ___U3CStartU3Ek__BackingField_0)); } inline Nullable_1_t378540539 get_U3CStartU3Ek__BackingField_0() const { return ___U3CStartU3Ek__BackingField_0; } inline Nullable_1_t378540539 * get_address_of_U3CStartU3Ek__BackingField_0() { return &___U3CStartU3Ek__BackingField_0; } inline void set_U3CStartU3Ek__BackingField_0(Nullable_1_t378540539 value) { ___U3CStartU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CEndU3Ek__BackingField_1() { return static_cast(offsetof(ArraySliceFilter_t662461599, ___U3CEndU3Ek__BackingField_1)); } inline Nullable_1_t378540539 get_U3CEndU3Ek__BackingField_1() const { return ___U3CEndU3Ek__BackingField_1; } inline Nullable_1_t378540539 * get_address_of_U3CEndU3Ek__BackingField_1() { return &___U3CEndU3Ek__BackingField_1; } inline void set_U3CEndU3Ek__BackingField_1(Nullable_1_t378540539 value) { ___U3CEndU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CStepU3Ek__BackingField_2() { return static_cast(offsetof(ArraySliceFilter_t662461599, ___U3CStepU3Ek__BackingField_2)); } inline Nullable_1_t378540539 get_U3CStepU3Ek__BackingField_2() const { return ___U3CStepU3Ek__BackingField_2; } inline Nullable_1_t378540539 * get_address_of_U3CStepU3Ek__BackingField_2() { return &___U3CStepU3Ek__BackingField_2; } inline void set_U3CStepU3Ek__BackingField_2(Nullable_1_t378540539 value) { ___U3CStepU3Ek__BackingField_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARRAYSLICEFILTER_T662461599_H #ifndef U3CEXECUTEFILTERU3ED__4_T1113823742_H #define U3CEXECUTEFILTERU3ED__4_T1113823742_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JsonPath.ArrayMultipleIndexFilter/d__4 struct U3CExecuteFilterU3Ed__4_t1113823742 : public RuntimeObject { public: // System.Int32 Newtonsoft.Json.Linq.JsonPath.ArrayMultipleIndexFilter/d__4::<>1__state int32_t ___U3CU3E1__state_0; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JsonPath.ArrayMultipleIndexFilter/d__4::<>2__current JToken_t1038539247 * ___U3CU3E2__current_1; // System.Int32 Newtonsoft.Json.Linq.JsonPath.ArrayMultipleIndexFilter/d__4::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // System.Collections.Generic.IEnumerable`1 Newtonsoft.Json.Linq.JsonPath.ArrayMultipleIndexFilter/d__4::current RuntimeObject* ___current_3; // System.Collections.Generic.IEnumerable`1 Newtonsoft.Json.Linq.JsonPath.ArrayMultipleIndexFilter/d__4::<>3__current RuntimeObject* ___U3CU3E3__current_4; // Newtonsoft.Json.Linq.JsonPath.ArrayMultipleIndexFilter Newtonsoft.Json.Linq.JsonPath.ArrayMultipleIndexFilter/d__4::<>4__this ArrayMultipleIndexFilter_t2913121614 * ___U3CU3E4__this_5; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JsonPath.ArrayMultipleIndexFilter/d__4::5__1 JToken_t1038539247 * ___U3CtU3E5__1_6; // System.Boolean Newtonsoft.Json.Linq.JsonPath.ArrayMultipleIndexFilter/d__4::errorWhenNoMatch bool ___errorWhenNoMatch_7; // System.Boolean Newtonsoft.Json.Linq.JsonPath.ArrayMultipleIndexFilter/d__4::<>3__errorWhenNoMatch bool ___U3CU3E3__errorWhenNoMatch_8; // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JsonPath.ArrayMultipleIndexFilter/d__4::<>7__wrap1 RuntimeObject* ___U3CU3E7__wrap1_9; // System.Collections.Generic.List`1/Enumerator Newtonsoft.Json.Linq.JsonPath.ArrayMultipleIndexFilter/d__4::<>7__wrap2 Enumerator_t2017297076 ___U3CU3E7__wrap2_10; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t1113823742, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t1113823742, ___U3CU3E2__current_1)); } inline JToken_t1038539247 * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline JToken_t1038539247 ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(JToken_t1038539247 * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E2__current_1), value); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t1113823742, ___U3CU3El__initialThreadId_2)); } inline int32_t get_U3CU3El__initialThreadId_2() const { return ___U3CU3El__initialThreadId_2; } inline int32_t* get_address_of_U3CU3El__initialThreadId_2() { return &___U3CU3El__initialThreadId_2; } inline void set_U3CU3El__initialThreadId_2(int32_t value) { ___U3CU3El__initialThreadId_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t1113823742, ___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); } inline static int32_t get_offset_of_U3CU3E3__current_4() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t1113823742, ___U3CU3E3__current_4)); } inline RuntimeObject* get_U3CU3E3__current_4() const { return ___U3CU3E3__current_4; } inline RuntimeObject** get_address_of_U3CU3E3__current_4() { return &___U3CU3E3__current_4; } inline void set_U3CU3E3__current_4(RuntimeObject* value) { ___U3CU3E3__current_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E3__current_4), value); } inline static int32_t get_offset_of_U3CU3E4__this_5() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t1113823742, ___U3CU3E4__this_5)); } inline ArrayMultipleIndexFilter_t2913121614 * get_U3CU3E4__this_5() const { return ___U3CU3E4__this_5; } inline ArrayMultipleIndexFilter_t2913121614 ** get_address_of_U3CU3E4__this_5() { return &___U3CU3E4__this_5; } inline void set_U3CU3E4__this_5(ArrayMultipleIndexFilter_t2913121614 * value) { ___U3CU3E4__this_5 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E4__this_5), value); } inline static int32_t get_offset_of_U3CtU3E5__1_6() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t1113823742, ___U3CtU3E5__1_6)); } inline JToken_t1038539247 * get_U3CtU3E5__1_6() const { return ___U3CtU3E5__1_6; } inline JToken_t1038539247 ** get_address_of_U3CtU3E5__1_6() { return &___U3CtU3E5__1_6; } inline void set_U3CtU3E5__1_6(JToken_t1038539247 * value) { ___U3CtU3E5__1_6 = value; Il2CppCodeGenWriteBarrier((&___U3CtU3E5__1_6), value); } inline static int32_t get_offset_of_errorWhenNoMatch_7() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t1113823742, ___errorWhenNoMatch_7)); } inline bool get_errorWhenNoMatch_7() const { return ___errorWhenNoMatch_7; } inline bool* get_address_of_errorWhenNoMatch_7() { return &___errorWhenNoMatch_7; } inline void set_errorWhenNoMatch_7(bool value) { ___errorWhenNoMatch_7 = value; } inline static int32_t get_offset_of_U3CU3E3__errorWhenNoMatch_8() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t1113823742, ___U3CU3E3__errorWhenNoMatch_8)); } inline bool get_U3CU3E3__errorWhenNoMatch_8() const { return ___U3CU3E3__errorWhenNoMatch_8; } inline bool* get_address_of_U3CU3E3__errorWhenNoMatch_8() { return &___U3CU3E3__errorWhenNoMatch_8; } inline void set_U3CU3E3__errorWhenNoMatch_8(bool value) { ___U3CU3E3__errorWhenNoMatch_8 = value; } inline static int32_t get_offset_of_U3CU3E7__wrap1_9() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t1113823742, ___U3CU3E7__wrap1_9)); } inline RuntimeObject* get_U3CU3E7__wrap1_9() const { return ___U3CU3E7__wrap1_9; } inline RuntimeObject** get_address_of_U3CU3E7__wrap1_9() { return &___U3CU3E7__wrap1_9; } inline void set_U3CU3E7__wrap1_9(RuntimeObject* value) { ___U3CU3E7__wrap1_9 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E7__wrap1_9), value); } inline static int32_t get_offset_of_U3CU3E7__wrap2_10() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t1113823742, ___U3CU3E7__wrap2_10)); } inline Enumerator_t2017297076 get_U3CU3E7__wrap2_10() const { return ___U3CU3E7__wrap2_10; } inline Enumerator_t2017297076 * get_address_of_U3CU3E7__wrap2_10() { return &___U3CU3E7__wrap2_10; } inline void set_U3CU3E7__wrap2_10(Enumerator_t2017297076 value) { ___U3CU3E7__wrap2_10 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CEXECUTEFILTERU3ED__4_T1113823742_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 ARRAYINDEXFILTER_T2739218971_H #define ARRAYINDEXFILTER_T2739218971_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JsonPath.ArrayIndexFilter struct ArrayIndexFilter_t2739218971 : public PathFilter_t3862968645 { public: // System.Nullable`1 Newtonsoft.Json.Linq.JsonPath.ArrayIndexFilter::k__BackingField Nullable_1_t378540539 ___U3CIndexU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CIndexU3Ek__BackingField_0() { return static_cast(offsetof(ArrayIndexFilter_t2739218971, ___U3CIndexU3Ek__BackingField_0)); } inline Nullable_1_t378540539 get_U3CIndexU3Ek__BackingField_0() const { return ___U3CIndexU3Ek__BackingField_0; } inline Nullable_1_t378540539 * get_address_of_U3CIndexU3Ek__BackingField_0() { return &___U3CIndexU3Ek__BackingField_0; } inline void set_U3CIndexU3Ek__BackingField_0(Nullable_1_t378540539 value) { ___U3CIndexU3Ek__BackingField_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARRAYINDEXFILTER_T2739218971_H #ifndef NOTIMPLEMENTEDEXCEPTION_T3489357830_H #define NOTIMPLEMENTEDEXCEPTION_T3489357830_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.NotImplementedException struct NotImplementedException_t3489357830 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NOTIMPLEMENTEDEXCEPTION_T3489357830_H #ifndef JSONREADEREXCEPTION_T3553144781_H #define JSONREADEREXCEPTION_T3553144781_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonReaderException struct JsonReaderException_t3553144781 : public JsonException_t3720114400 { public: // System.Int32 Newtonsoft.Json.JsonReaderException::k__BackingField int32_t ___U3CLineNumberU3Ek__BackingField_11; // System.Int32 Newtonsoft.Json.JsonReaderException::k__BackingField int32_t ___U3CLinePositionU3Ek__BackingField_12; // System.String Newtonsoft.Json.JsonReaderException::k__BackingField String_t* ___U3CPathU3Ek__BackingField_13; public: inline static int32_t get_offset_of_U3CLineNumberU3Ek__BackingField_11() { return static_cast(offsetof(JsonReaderException_t3553144781, ___U3CLineNumberU3Ek__BackingField_11)); } inline int32_t get_U3CLineNumberU3Ek__BackingField_11() const { return ___U3CLineNumberU3Ek__BackingField_11; } inline int32_t* get_address_of_U3CLineNumberU3Ek__BackingField_11() { return &___U3CLineNumberU3Ek__BackingField_11; } inline void set_U3CLineNumberU3Ek__BackingField_11(int32_t value) { ___U3CLineNumberU3Ek__BackingField_11 = value; } inline static int32_t get_offset_of_U3CLinePositionU3Ek__BackingField_12() { return static_cast(offsetof(JsonReaderException_t3553144781, ___U3CLinePositionU3Ek__BackingField_12)); } inline int32_t get_U3CLinePositionU3Ek__BackingField_12() const { return ___U3CLinePositionU3Ek__BackingField_12; } inline int32_t* get_address_of_U3CLinePositionU3Ek__BackingField_12() { return &___U3CLinePositionU3Ek__BackingField_12; } inline void set_U3CLinePositionU3Ek__BackingField_12(int32_t value) { ___U3CLinePositionU3Ek__BackingField_12 = value; } inline static int32_t get_offset_of_U3CPathU3Ek__BackingField_13() { return static_cast(offsetof(JsonReaderException_t3553144781, ___U3CPathU3Ek__BackingField_13)); } inline String_t* get_U3CPathU3Ek__BackingField_13() const { return ___U3CPathU3Ek__BackingField_13; } inline String_t** get_address_of_U3CPathU3Ek__BackingField_13() { return &___U3CPathU3Ek__BackingField_13; } inline void set_U3CPathU3Ek__BackingField_13(String_t* value) { ___U3CPathU3Ek__BackingField_13 = value; Il2CppCodeGenWriteBarrier((&___U3CPathU3Ek__BackingField_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONREADEREXCEPTION_T3553144781_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 JARRAY_T2963978544_H #define JARRAY_T2963978544_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JArray struct JArray_t2963978544 : public JContainer_t1023664833 { public: // System.Collections.Generic.List`1 Newtonsoft.Json.Linq.JArray::_values List_1_t2510613989 * ____values_16; public: inline static int32_t get_offset_of__values_16() { return static_cast(offsetof(JArray_t2963978544, ____values_16)); } inline List_1_t2510613989 * get__values_16() const { return ____values_16; } inline List_1_t2510613989 ** get_address_of__values_16() { return &____values_16; } inline void set__values_16(List_1_t2510613989 * value) { ____values_16 = value; Il2CppCodeGenWriteBarrier((&____values_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JARRAY_T2963978544_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 COMMENTHANDLING_T2931237307_H #define COMMENTHANDLING_T2931237307_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.CommentHandling struct CommentHandling_t2931237307 { public: // System.Int32 Newtonsoft.Json.Linq.CommentHandling::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CommentHandling_t2931237307, ___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 // COMMENTHANDLING_T2931237307_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 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 NOTSUPPORTEDEXCEPTION_T1314879016_H #define NOTSUPPORTEDEXCEPTION_T1314879016_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.NotSupportedException struct NotSupportedException_t1314879016 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NOTSUPPORTEDEXCEPTION_T1314879016_H #ifndef JPROPERTY_T3803048347_H #define JPROPERTY_T3803048347_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JProperty struct JProperty_t3803048347 : public JContainer_t1023664833 { public: // Newtonsoft.Json.Linq.JProperty/JPropertyList Newtonsoft.Json.Linq.JProperty::_content JPropertyList_t1362261004 * ____content_16; // System.String Newtonsoft.Json.Linq.JProperty::_name String_t* ____name_17; public: inline static int32_t get_offset_of__content_16() { return static_cast(offsetof(JProperty_t3803048347, ____content_16)); } inline JPropertyList_t1362261004 * get__content_16() const { return ____content_16; } inline JPropertyList_t1362261004 ** get_address_of__content_16() { return &____content_16; } inline void set__content_16(JPropertyList_t1362261004 * value) { ____content_16 = value; Il2CppCodeGenWriteBarrier((&____content_16), value); } inline static int32_t get_offset_of__name_17() { return static_cast(offsetof(JProperty_t3803048347, ____name_17)); } inline String_t* get__name_17() const { return ____name_17; } inline String_t** get_address_of__name_17() { return &____name_17; } inline void set__name_17(String_t* value) { ____name_17 = value; Il2CppCodeGenWriteBarrier((&____name_17), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JPROPERTY_T3803048347_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 LISTCHANGEDTYPE_T2971046703_H #define LISTCHANGEDTYPE_T2971046703_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.ListChangedType struct ListChangedType_t2971046703 { public: // System.Int32 System.ComponentModel.ListChangedType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ListChangedType_t2971046703, ___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 // LISTCHANGEDTYPE_T2971046703_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 JCONSTRUCTOR_T3659803310_H #define JCONSTRUCTOR_T3659803310_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JConstructor struct JConstructor_t3659803310 : public JContainer_t1023664833 { public: // System.String Newtonsoft.Json.Linq.JConstructor::_name String_t* ____name_16; // System.Collections.Generic.List`1 Newtonsoft.Json.Linq.JConstructor::_values List_1_t2510613989 * ____values_17; public: inline static int32_t get_offset_of__name_16() { return static_cast(offsetof(JConstructor_t3659803310, ____name_16)); } inline String_t* get__name_16() const { return ____name_16; } inline String_t** get_address_of__name_16() { return &____name_16; } inline void set__name_16(String_t* value) { ____name_16 = value; Il2CppCodeGenWriteBarrier((&____name_16), value); } inline static int32_t get_offset_of__values_17() { return static_cast(offsetof(JConstructor_t3659803310, ____values_17)); } inline List_1_t2510613989 * get__values_17() const { return ____values_17; } inline List_1_t2510613989 ** get_address_of__values_17() { return &____values_17; } inline void set__values_17(List_1_t2510613989 * value) { ____values_17 = value; Il2CppCodeGenWriteBarrier((&____values_17), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JCONSTRUCTOR_T3659803310_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 NULLABLE_1_T2603721331_H #define NULLABLE_1_T2603721331_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_t2603721331 { public: // T System.Nullable`1::value TimeSpan_t881159249 ___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_t2603721331, ___value_0)); } inline TimeSpan_t881159249 get_value_0() const { return ___value_0; } inline TimeSpan_t881159249 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(TimeSpan_t881159249 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t2603721331, ___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_T2603721331_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 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 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 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 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 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 MERGEARRAYHANDLING_T691603146_H #define MERGEARRAYHANDLING_T691603146_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.MergeArrayHandling struct MergeArrayHandling_t691603146 { public: // System.Int32 Newtonsoft.Json.Linq.MergeArrayHandling::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(MergeArrayHandling_t691603146, ___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 // MERGEARRAYHANDLING_T691603146_H #ifndef MERGENULLVALUEHANDLING_T2760645705_H #define MERGENULLVALUEHANDLING_T2760645705_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.MergeNullValueHandling struct MergeNullValueHandling_t2760645705 { public: // System.Int32 Newtonsoft.Json.Linq.MergeNullValueHandling::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(MergeNullValueHandling_t2760645705, ___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 // MERGENULLVALUEHANDLING_T2760645705_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 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 U3CEXECUTEFILTERU3ED__4_T32591816_H #define U3CEXECUTEFILTERU3ED__4_T32591816_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter/d__4 struct U3CExecuteFilterU3Ed__4_t32591816 : public RuntimeObject { public: // System.Int32 Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter/d__4::<>1__state int32_t ___U3CU3E1__state_0; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter/d__4::<>2__current JToken_t1038539247 * ___U3CU3E2__current_1; // System.Int32 Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter/d__4::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // System.Collections.Generic.IEnumerable`1 Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter/d__4::current RuntimeObject* ___current_3; // System.Collections.Generic.IEnumerable`1 Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter/d__4::<>3__current RuntimeObject* ___U3CU3E3__current_4; // Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter/d__4::<>4__this FieldMultipleFilter_t3452751328 * ___U3CU3E4__this_5; // Newtonsoft.Json.Linq.JObject Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter/d__4::5__1 JObject_t2059125928 * ___U3CoU3E5__1_6; // System.Boolean Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter/d__4::errorWhenNoMatch bool ___errorWhenNoMatch_7; // System.Boolean Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter/d__4::<>3__errorWhenNoMatch bool ___U3CU3E3__errorWhenNoMatch_8; // System.String Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter/d__4::5__2 String_t* ___U3CnameU3E5__2_9; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter/d__4::5__3 JToken_t1038539247 * ___U3CtU3E5__3_10; // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter/d__4::<>7__wrap1 RuntimeObject* ___U3CU3E7__wrap1_11; // System.Collections.Generic.List`1/Enumerator Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter/d__4::<>7__wrap2 Enumerator_t913802012 ___U3CU3E7__wrap2_12; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t32591816, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t32591816, ___U3CU3E2__current_1)); } inline JToken_t1038539247 * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline JToken_t1038539247 ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(JToken_t1038539247 * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E2__current_1), value); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t32591816, ___U3CU3El__initialThreadId_2)); } inline int32_t get_U3CU3El__initialThreadId_2() const { return ___U3CU3El__initialThreadId_2; } inline int32_t* get_address_of_U3CU3El__initialThreadId_2() { return &___U3CU3El__initialThreadId_2; } inline void set_U3CU3El__initialThreadId_2(int32_t value) { ___U3CU3El__initialThreadId_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t32591816, ___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); } inline static int32_t get_offset_of_U3CU3E3__current_4() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t32591816, ___U3CU3E3__current_4)); } inline RuntimeObject* get_U3CU3E3__current_4() const { return ___U3CU3E3__current_4; } inline RuntimeObject** get_address_of_U3CU3E3__current_4() { return &___U3CU3E3__current_4; } inline void set_U3CU3E3__current_4(RuntimeObject* value) { ___U3CU3E3__current_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E3__current_4), value); } inline static int32_t get_offset_of_U3CU3E4__this_5() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t32591816, ___U3CU3E4__this_5)); } inline FieldMultipleFilter_t3452751328 * get_U3CU3E4__this_5() const { return ___U3CU3E4__this_5; } inline FieldMultipleFilter_t3452751328 ** get_address_of_U3CU3E4__this_5() { return &___U3CU3E4__this_5; } inline void set_U3CU3E4__this_5(FieldMultipleFilter_t3452751328 * value) { ___U3CU3E4__this_5 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E4__this_5), value); } inline static int32_t get_offset_of_U3CoU3E5__1_6() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t32591816, ___U3CoU3E5__1_6)); } inline JObject_t2059125928 * get_U3CoU3E5__1_6() const { return ___U3CoU3E5__1_6; } inline JObject_t2059125928 ** get_address_of_U3CoU3E5__1_6() { return &___U3CoU3E5__1_6; } inline void set_U3CoU3E5__1_6(JObject_t2059125928 * value) { ___U3CoU3E5__1_6 = value; Il2CppCodeGenWriteBarrier((&___U3CoU3E5__1_6), value); } inline static int32_t get_offset_of_errorWhenNoMatch_7() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t32591816, ___errorWhenNoMatch_7)); } inline bool get_errorWhenNoMatch_7() const { return ___errorWhenNoMatch_7; } inline bool* get_address_of_errorWhenNoMatch_7() { return &___errorWhenNoMatch_7; } inline void set_errorWhenNoMatch_7(bool value) { ___errorWhenNoMatch_7 = value; } inline static int32_t get_offset_of_U3CU3E3__errorWhenNoMatch_8() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t32591816, ___U3CU3E3__errorWhenNoMatch_8)); } inline bool get_U3CU3E3__errorWhenNoMatch_8() const { return ___U3CU3E3__errorWhenNoMatch_8; } inline bool* get_address_of_U3CU3E3__errorWhenNoMatch_8() { return &___U3CU3E3__errorWhenNoMatch_8; } inline void set_U3CU3E3__errorWhenNoMatch_8(bool value) { ___U3CU3E3__errorWhenNoMatch_8 = value; } inline static int32_t get_offset_of_U3CnameU3E5__2_9() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t32591816, ___U3CnameU3E5__2_9)); } inline String_t* get_U3CnameU3E5__2_9() const { return ___U3CnameU3E5__2_9; } inline String_t** get_address_of_U3CnameU3E5__2_9() { return &___U3CnameU3E5__2_9; } inline void set_U3CnameU3E5__2_9(String_t* value) { ___U3CnameU3E5__2_9 = value; Il2CppCodeGenWriteBarrier((&___U3CnameU3E5__2_9), value); } inline static int32_t get_offset_of_U3CtU3E5__3_10() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t32591816, ___U3CtU3E5__3_10)); } inline JToken_t1038539247 * get_U3CtU3E5__3_10() const { return ___U3CtU3E5__3_10; } inline JToken_t1038539247 ** get_address_of_U3CtU3E5__3_10() { return &___U3CtU3E5__3_10; } inline void set_U3CtU3E5__3_10(JToken_t1038539247 * value) { ___U3CtU3E5__3_10 = value; Il2CppCodeGenWriteBarrier((&___U3CtU3E5__3_10), value); } inline static int32_t get_offset_of_U3CU3E7__wrap1_11() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t32591816, ___U3CU3E7__wrap1_11)); } inline RuntimeObject* get_U3CU3E7__wrap1_11() const { return ___U3CU3E7__wrap1_11; } inline RuntimeObject** get_address_of_U3CU3E7__wrap1_11() { return &___U3CU3E7__wrap1_11; } inline void set_U3CU3E7__wrap1_11(RuntimeObject* value) { ___U3CU3E7__wrap1_11 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E7__wrap1_11), value); } inline static int32_t get_offset_of_U3CU3E7__wrap2_12() { return static_cast(offsetof(U3CExecuteFilterU3Ed__4_t32591816, ___U3CU3E7__wrap2_12)); } inline Enumerator_t913802012 get_U3CU3E7__wrap2_12() const { return ___U3CU3E7__wrap2_12; } inline Enumerator_t913802012 * get_address_of_U3CU3E7__wrap2_12() { return &___U3CU3E7__wrap2_12; } inline void set_U3CU3E7__wrap2_12(Enumerator_t913802012 value) { ___U3CU3E7__wrap2_12 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CEXECUTEFILTERU3ED__4_T32591816_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 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 JSONLOADSETTINGS_T878621609_H #define JSONLOADSETTINGS_T878621609_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JsonLoadSettings struct JsonLoadSettings_t878621609 : public RuntimeObject { public: // Newtonsoft.Json.Linq.CommentHandling Newtonsoft.Json.Linq.JsonLoadSettings::_commentHandling int32_t ____commentHandling_0; // Newtonsoft.Json.Linq.LineInfoHandling Newtonsoft.Json.Linq.JsonLoadSettings::_lineInfoHandling int32_t ____lineInfoHandling_1; public: inline static int32_t get_offset_of__commentHandling_0() { return static_cast(offsetof(JsonLoadSettings_t878621609, ____commentHandling_0)); } inline int32_t get__commentHandling_0() const { return ____commentHandling_0; } inline int32_t* get_address_of__commentHandling_0() { return &____commentHandling_0; } inline void set__commentHandling_0(int32_t value) { ____commentHandling_0 = value; } inline static int32_t get_offset_of__lineInfoHandling_1() { return static_cast(offsetof(JsonLoadSettings_t878621609, ____lineInfoHandling_1)); } inline int32_t get__lineInfoHandling_1() const { return ____lineInfoHandling_1; } inline int32_t* get_address_of__lineInfoHandling_1() { return &____lineInfoHandling_1; } inline void set__lineInfoHandling_1(int32_t value) { ____lineInfoHandling_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONLOADSETTINGS_T878621609_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 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 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 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 NULLABLE_1_T449956448_H #define NULLABLE_1_T449956448_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_t449956448 { 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_t449956448, ___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_t449956448, ___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_T449956448_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 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_T3639995571_H #define NULLABLE_1_T3639995571_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_t3639995571 { 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_t3639995571, ___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_t3639995571, ___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_T3639995571_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 LISTCHANGEDEVENTARGS_T1328006001_H #define LISTCHANGEDEVENTARGS_T1328006001_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.ListChangedEventArgs struct ListChangedEventArgs_t1328006001 : public EventArgs_t3591816995 { public: // System.ComponentModel.ListChangedType System.ComponentModel.ListChangedEventArgs::changedType int32_t ___changedType_1; // System.Int32 System.ComponentModel.ListChangedEventArgs::oldIndex int32_t ___oldIndex_2; // System.Int32 System.ComponentModel.ListChangedEventArgs::newIndex int32_t ___newIndex_3; public: inline static int32_t get_offset_of_changedType_1() { return static_cast(offsetof(ListChangedEventArgs_t1328006001, ___changedType_1)); } inline int32_t get_changedType_1() const { return ___changedType_1; } inline int32_t* get_address_of_changedType_1() { return &___changedType_1; } inline void set_changedType_1(int32_t value) { ___changedType_1 = value; } inline static int32_t get_offset_of_oldIndex_2() { return static_cast(offsetof(ListChangedEventArgs_t1328006001, ___oldIndex_2)); } inline int32_t get_oldIndex_2() const { return ___oldIndex_2; } inline int32_t* get_address_of_oldIndex_2() { return &___oldIndex_2; } inline void set_oldIndex_2(int32_t value) { ___oldIndex_2 = value; } inline static int32_t get_offset_of_newIndex_3() { return static_cast(offsetof(ListChangedEventArgs_t1328006001, ___newIndex_3)); } inline int32_t get_newIndex_3() const { return ___newIndex_3; } inline int32_t* get_address_of_newIndex_3() { return &___newIndex_3; } inline void set_newIndex_3(int32_t value) { ___newIndex_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LISTCHANGEDEVENTARGS_T1328006001_H #ifndef DEFAULTCONTRACTRESOLVER_T270250618_H #define DEFAULTCONTRACTRESOLVER_T270250618_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.DefaultContractResolver struct DefaultContractResolver_t270250618 : public RuntimeObject { public: // Newtonsoft.Json.Serialization.DefaultContractResolverState Newtonsoft.Json.Serialization.DefaultContractResolver::_instanceState DefaultContractResolverState_t3045992855 * ____instanceState_4; // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::_sharedCache bool ____sharedCache_5; // System.Reflection.BindingFlags Newtonsoft.Json.Serialization.DefaultContractResolver::k__BackingField int32_t ___U3CDefaultMembersSearchFlagsU3Ek__BackingField_6; // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::k__BackingField bool ___U3CSerializeCompilerGeneratedMembersU3Ek__BackingField_7; // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::k__BackingField bool ___U3CIgnoreSerializableInterfaceU3Ek__BackingField_8; // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::k__BackingField bool ___U3CIgnoreSerializableAttributeU3Ek__BackingField_9; public: inline static int32_t get_offset_of__instanceState_4() { return static_cast(offsetof(DefaultContractResolver_t270250618, ____instanceState_4)); } inline DefaultContractResolverState_t3045992855 * get__instanceState_4() const { return ____instanceState_4; } inline DefaultContractResolverState_t3045992855 ** get_address_of__instanceState_4() { return &____instanceState_4; } inline void set__instanceState_4(DefaultContractResolverState_t3045992855 * value) { ____instanceState_4 = value; Il2CppCodeGenWriteBarrier((&____instanceState_4), value); } inline static int32_t get_offset_of__sharedCache_5() { return static_cast(offsetof(DefaultContractResolver_t270250618, ____sharedCache_5)); } inline bool get__sharedCache_5() const { return ____sharedCache_5; } inline bool* get_address_of__sharedCache_5() { return &____sharedCache_5; } inline void set__sharedCache_5(bool value) { ____sharedCache_5 = value; } inline static int32_t get_offset_of_U3CDefaultMembersSearchFlagsU3Ek__BackingField_6() { return static_cast(offsetof(DefaultContractResolver_t270250618, ___U3CDefaultMembersSearchFlagsU3Ek__BackingField_6)); } inline int32_t get_U3CDefaultMembersSearchFlagsU3Ek__BackingField_6() const { return ___U3CDefaultMembersSearchFlagsU3Ek__BackingField_6; } inline int32_t* get_address_of_U3CDefaultMembersSearchFlagsU3Ek__BackingField_6() { return &___U3CDefaultMembersSearchFlagsU3Ek__BackingField_6; } inline void set_U3CDefaultMembersSearchFlagsU3Ek__BackingField_6(int32_t value) { ___U3CDefaultMembersSearchFlagsU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CSerializeCompilerGeneratedMembersU3Ek__BackingField_7() { return static_cast(offsetof(DefaultContractResolver_t270250618, ___U3CSerializeCompilerGeneratedMembersU3Ek__BackingField_7)); } inline bool get_U3CSerializeCompilerGeneratedMembersU3Ek__BackingField_7() const { return ___U3CSerializeCompilerGeneratedMembersU3Ek__BackingField_7; } inline bool* get_address_of_U3CSerializeCompilerGeneratedMembersU3Ek__BackingField_7() { return &___U3CSerializeCompilerGeneratedMembersU3Ek__BackingField_7; } inline void set_U3CSerializeCompilerGeneratedMembersU3Ek__BackingField_7(bool value) { ___U3CSerializeCompilerGeneratedMembersU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CIgnoreSerializableInterfaceU3Ek__BackingField_8() { return static_cast(offsetof(DefaultContractResolver_t270250618, ___U3CIgnoreSerializableInterfaceU3Ek__BackingField_8)); } inline bool get_U3CIgnoreSerializableInterfaceU3Ek__BackingField_8() const { return ___U3CIgnoreSerializableInterfaceU3Ek__BackingField_8; } inline bool* get_address_of_U3CIgnoreSerializableInterfaceU3Ek__BackingField_8() { return &___U3CIgnoreSerializableInterfaceU3Ek__BackingField_8; } inline void set_U3CIgnoreSerializableInterfaceU3Ek__BackingField_8(bool value) { ___U3CIgnoreSerializableInterfaceU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CIgnoreSerializableAttributeU3Ek__BackingField_9() { return static_cast(offsetof(DefaultContractResolver_t270250618, ___U3CIgnoreSerializableAttributeU3Ek__BackingField_9)); } inline bool get_U3CIgnoreSerializableAttributeU3Ek__BackingField_9() const { return ___U3CIgnoreSerializableAttributeU3Ek__BackingField_9; } inline bool* get_address_of_U3CIgnoreSerializableAttributeU3Ek__BackingField_9() { return &___U3CIgnoreSerializableAttributeU3Ek__BackingField_9; } inline void set_U3CIgnoreSerializableAttributeU3Ek__BackingField_9(bool value) { ___U3CIgnoreSerializableAttributeU3Ek__BackingField_9 = value; } }; struct DefaultContractResolver_t270250618_StaticFields { public: // Newtonsoft.Json.Serialization.IContractResolver Newtonsoft.Json.Serialization.DefaultContractResolver::_instance RuntimeObject* ____instance_0; // Newtonsoft.Json.JsonConverter[] Newtonsoft.Json.Serialization.DefaultContractResolver::BuiltInConverters JsonConverterU5BU5D_t155849004* ___BuiltInConverters_1; // System.Object Newtonsoft.Json.Serialization.DefaultContractResolver::TypeContractCacheLock RuntimeObject * ___TypeContractCacheLock_2; // Newtonsoft.Json.Serialization.DefaultContractResolverState Newtonsoft.Json.Serialization.DefaultContractResolver::_sharedState DefaultContractResolverState_t3045992855 * ____sharedState_3; public: inline static int32_t get_offset_of__instance_0() { return static_cast(offsetof(DefaultContractResolver_t270250618_StaticFields, ____instance_0)); } inline RuntimeObject* get__instance_0() const { return ____instance_0; } inline RuntimeObject** get_address_of__instance_0() { return &____instance_0; } inline void set__instance_0(RuntimeObject* value) { ____instance_0 = value; Il2CppCodeGenWriteBarrier((&____instance_0), value); } inline static int32_t get_offset_of_BuiltInConverters_1() { return static_cast(offsetof(DefaultContractResolver_t270250618_StaticFields, ___BuiltInConverters_1)); } inline JsonConverterU5BU5D_t155849004* get_BuiltInConverters_1() const { return ___BuiltInConverters_1; } inline JsonConverterU5BU5D_t155849004** get_address_of_BuiltInConverters_1() { return &___BuiltInConverters_1; } inline void set_BuiltInConverters_1(JsonConverterU5BU5D_t155849004* value) { ___BuiltInConverters_1 = value; Il2CppCodeGenWriteBarrier((&___BuiltInConverters_1), value); } inline static int32_t get_offset_of_TypeContractCacheLock_2() { return static_cast(offsetof(DefaultContractResolver_t270250618_StaticFields, ___TypeContractCacheLock_2)); } inline RuntimeObject * get_TypeContractCacheLock_2() const { return ___TypeContractCacheLock_2; } inline RuntimeObject ** get_address_of_TypeContractCacheLock_2() { return &___TypeContractCacheLock_2; } inline void set_TypeContractCacheLock_2(RuntimeObject * value) { ___TypeContractCacheLock_2 = value; Il2CppCodeGenWriteBarrier((&___TypeContractCacheLock_2), value); } inline static int32_t get_offset_of__sharedState_3() { return static_cast(offsetof(DefaultContractResolver_t270250618_StaticFields, ____sharedState_3)); } inline DefaultContractResolverState_t3045992855 * get__sharedState_3() const { return ____sharedState_3; } inline DefaultContractResolverState_t3045992855 ** get_address_of__sharedState_3() { return &____sharedState_3; } inline void set__sharedState_3(DefaultContractResolverState_t3045992855 * value) { ____sharedState_3 = value; Il2CppCodeGenWriteBarrier((&____sharedState_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEFAULTCONTRACTRESOLVER_T270250618_H #ifndef THREAD_T2300836069_H #define THREAD_T2300836069_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.Thread struct Thread_t2300836069 : public CriticalFinalizerObject_t701527852 { public: // System.Int32 System.Threading.Thread::lock_thread_id int32_t ___lock_thread_id_0; // System.IntPtr System.Threading.Thread::system_thread_handle intptr_t ___system_thread_handle_1; // System.Object System.Threading.Thread::cached_culture_info RuntimeObject * ___cached_culture_info_2; // System.IntPtr System.Threading.Thread::unused0 intptr_t ___unused0_3; // System.Boolean System.Threading.Thread::threadpool_thread bool ___threadpool_thread_4; // System.IntPtr System.Threading.Thread::name intptr_t ___name_5; // System.Int32 System.Threading.Thread::name_len int32_t ___name_len_6; // System.Threading.ThreadState System.Threading.Thread::state int32_t ___state_7; // System.Object System.Threading.Thread::abort_exc RuntimeObject * ___abort_exc_8; // System.Int32 System.Threading.Thread::abort_state_handle int32_t ___abort_state_handle_9; // System.Int64 System.Threading.Thread::thread_id int64_t ___thread_id_10; // System.IntPtr System.Threading.Thread::start_notify intptr_t ___start_notify_11; // System.IntPtr System.Threading.Thread::stack_ptr intptr_t ___stack_ptr_12; // System.UIntPtr System.Threading.Thread::static_data uintptr_t ___static_data_13; // System.IntPtr System.Threading.Thread::jit_data intptr_t ___jit_data_14; // System.IntPtr System.Threading.Thread::lock_data intptr_t ___lock_data_15; // System.Object System.Threading.Thread::current_appcontext RuntimeObject * ___current_appcontext_16; // System.Int32 System.Threading.Thread::stack_size int32_t ___stack_size_17; // System.Object System.Threading.Thread::start_obj RuntimeObject * ___start_obj_18; // System.IntPtr System.Threading.Thread::appdomain_refs intptr_t ___appdomain_refs_19; // System.Int32 System.Threading.Thread::interruption_requested int32_t ___interruption_requested_20; // System.IntPtr System.Threading.Thread::suspend_event intptr_t ___suspend_event_21; // System.IntPtr System.Threading.Thread::suspended_event intptr_t ___suspended_event_22; // System.IntPtr System.Threading.Thread::resume_event intptr_t ___resume_event_23; // System.IntPtr System.Threading.Thread::synch_cs intptr_t ___synch_cs_24; // System.IntPtr System.Threading.Thread::serialized_culture_info intptr_t ___serialized_culture_info_25; // System.Int32 System.Threading.Thread::serialized_culture_info_len int32_t ___serialized_culture_info_len_26; // System.IntPtr System.Threading.Thread::serialized_ui_culture_info intptr_t ___serialized_ui_culture_info_27; // System.Int32 System.Threading.Thread::serialized_ui_culture_info_len int32_t ___serialized_ui_culture_info_len_28; // System.Boolean System.Threading.Thread::thread_dump_requested bool ___thread_dump_requested_29; // System.IntPtr System.Threading.Thread::end_stack intptr_t ___end_stack_30; // System.Boolean System.Threading.Thread::thread_interrupt_requested bool ___thread_interrupt_requested_31; // System.Byte System.Threading.Thread::apartment_state uint8_t ___apartment_state_32; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Thread::critical_region_level int32_t ___critical_region_level_33; // System.Int32 System.Threading.Thread::small_id int32_t ___small_id_34; // System.IntPtr System.Threading.Thread::manage_callback intptr_t ___manage_callback_35; // System.Object System.Threading.Thread::pending_exception RuntimeObject * ___pending_exception_36; // System.Threading.ExecutionContext System.Threading.Thread::ec_to_set ExecutionContext_t1748372627 * ___ec_to_set_37; // System.IntPtr System.Threading.Thread::interrupt_on_stop intptr_t ___interrupt_on_stop_38; // System.IntPtr System.Threading.Thread::unused3 intptr_t ___unused3_39; // System.IntPtr System.Threading.Thread::unused4 intptr_t ___unused4_40; // System.IntPtr System.Threading.Thread::unused5 intptr_t ___unused5_41; // System.IntPtr System.Threading.Thread::unused6 intptr_t ___unused6_42; // System.MulticastDelegate System.Threading.Thread::threadstart MulticastDelegate_t * ___threadstart_45; // System.Int32 System.Threading.Thread::managed_id int32_t ___managed_id_46; // System.Security.Principal.IPrincipal System.Threading.Thread::_principal RuntimeObject* ____principal_47; // System.Boolean System.Threading.Thread::in_currentculture bool ___in_currentculture_50; public: inline static int32_t get_offset_of_lock_thread_id_0() { return static_cast(offsetof(Thread_t2300836069, ___lock_thread_id_0)); } inline int32_t get_lock_thread_id_0() const { return ___lock_thread_id_0; } inline int32_t* get_address_of_lock_thread_id_0() { return &___lock_thread_id_0; } inline void set_lock_thread_id_0(int32_t value) { ___lock_thread_id_0 = value; } inline static int32_t get_offset_of_system_thread_handle_1() { return static_cast(offsetof(Thread_t2300836069, ___system_thread_handle_1)); } inline intptr_t get_system_thread_handle_1() const { return ___system_thread_handle_1; } inline intptr_t* get_address_of_system_thread_handle_1() { return &___system_thread_handle_1; } inline void set_system_thread_handle_1(intptr_t value) { ___system_thread_handle_1 = value; } inline static int32_t get_offset_of_cached_culture_info_2() { return static_cast(offsetof(Thread_t2300836069, ___cached_culture_info_2)); } inline RuntimeObject * get_cached_culture_info_2() const { return ___cached_culture_info_2; } inline RuntimeObject ** get_address_of_cached_culture_info_2() { return &___cached_culture_info_2; } inline void set_cached_culture_info_2(RuntimeObject * value) { ___cached_culture_info_2 = value; Il2CppCodeGenWriteBarrier((&___cached_culture_info_2), value); } inline static int32_t get_offset_of_unused0_3() { return static_cast(offsetof(Thread_t2300836069, ___unused0_3)); } inline intptr_t get_unused0_3() const { return ___unused0_3; } inline intptr_t* get_address_of_unused0_3() { return &___unused0_3; } inline void set_unused0_3(intptr_t value) { ___unused0_3 = value; } inline static int32_t get_offset_of_threadpool_thread_4() { return static_cast(offsetof(Thread_t2300836069, ___threadpool_thread_4)); } inline bool get_threadpool_thread_4() const { return ___threadpool_thread_4; } inline bool* get_address_of_threadpool_thread_4() { return &___threadpool_thread_4; } inline void set_threadpool_thread_4(bool value) { ___threadpool_thread_4 = value; } inline static int32_t get_offset_of_name_5() { return static_cast(offsetof(Thread_t2300836069, ___name_5)); } inline intptr_t get_name_5() const { return ___name_5; } inline intptr_t* get_address_of_name_5() { return &___name_5; } inline void set_name_5(intptr_t value) { ___name_5 = value; } inline static int32_t get_offset_of_name_len_6() { return static_cast(offsetof(Thread_t2300836069, ___name_len_6)); } inline int32_t get_name_len_6() const { return ___name_len_6; } inline int32_t* get_address_of_name_len_6() { return &___name_len_6; } inline void set_name_len_6(int32_t value) { ___name_len_6 = value; } inline static int32_t get_offset_of_state_7() { return static_cast(offsetof(Thread_t2300836069, ___state_7)); } inline int32_t get_state_7() const { return ___state_7; } inline int32_t* get_address_of_state_7() { return &___state_7; } inline void set_state_7(int32_t value) { ___state_7 = value; } inline static int32_t get_offset_of_abort_exc_8() { return static_cast(offsetof(Thread_t2300836069, ___abort_exc_8)); } inline RuntimeObject * get_abort_exc_8() const { return ___abort_exc_8; } inline RuntimeObject ** get_address_of_abort_exc_8() { return &___abort_exc_8; } inline void set_abort_exc_8(RuntimeObject * value) { ___abort_exc_8 = value; Il2CppCodeGenWriteBarrier((&___abort_exc_8), value); } inline static int32_t get_offset_of_abort_state_handle_9() { return static_cast(offsetof(Thread_t2300836069, ___abort_state_handle_9)); } inline int32_t get_abort_state_handle_9() const { return ___abort_state_handle_9; } inline int32_t* get_address_of_abort_state_handle_9() { return &___abort_state_handle_9; } inline void set_abort_state_handle_9(int32_t value) { ___abort_state_handle_9 = value; } inline static int32_t get_offset_of_thread_id_10() { return static_cast(offsetof(Thread_t2300836069, ___thread_id_10)); } inline int64_t get_thread_id_10() const { return ___thread_id_10; } inline int64_t* get_address_of_thread_id_10() { return &___thread_id_10; } inline void set_thread_id_10(int64_t value) { ___thread_id_10 = value; } inline static int32_t get_offset_of_start_notify_11() { return static_cast(offsetof(Thread_t2300836069, ___start_notify_11)); } inline intptr_t get_start_notify_11() const { return ___start_notify_11; } inline intptr_t* get_address_of_start_notify_11() { return &___start_notify_11; } inline void set_start_notify_11(intptr_t value) { ___start_notify_11 = value; } inline static int32_t get_offset_of_stack_ptr_12() { return static_cast(offsetof(Thread_t2300836069, ___stack_ptr_12)); } inline intptr_t get_stack_ptr_12() const { return ___stack_ptr_12; } inline intptr_t* get_address_of_stack_ptr_12() { return &___stack_ptr_12; } inline void set_stack_ptr_12(intptr_t value) { ___stack_ptr_12 = value; } inline static int32_t get_offset_of_static_data_13() { return static_cast(offsetof(Thread_t2300836069, ___static_data_13)); } inline uintptr_t get_static_data_13() const { return ___static_data_13; } inline uintptr_t* get_address_of_static_data_13() { return &___static_data_13; } inline void set_static_data_13(uintptr_t value) { ___static_data_13 = value; } inline static int32_t get_offset_of_jit_data_14() { return static_cast(offsetof(Thread_t2300836069, ___jit_data_14)); } inline intptr_t get_jit_data_14() const { return ___jit_data_14; } inline intptr_t* get_address_of_jit_data_14() { return &___jit_data_14; } inline void set_jit_data_14(intptr_t value) { ___jit_data_14 = value; } inline static int32_t get_offset_of_lock_data_15() { return static_cast(offsetof(Thread_t2300836069, ___lock_data_15)); } inline intptr_t get_lock_data_15() const { return ___lock_data_15; } inline intptr_t* get_address_of_lock_data_15() { return &___lock_data_15; } inline void set_lock_data_15(intptr_t value) { ___lock_data_15 = value; } inline static int32_t get_offset_of_current_appcontext_16() { return static_cast(offsetof(Thread_t2300836069, ___current_appcontext_16)); } inline RuntimeObject * get_current_appcontext_16() const { return ___current_appcontext_16; } inline RuntimeObject ** get_address_of_current_appcontext_16() { return &___current_appcontext_16; } inline void set_current_appcontext_16(RuntimeObject * value) { ___current_appcontext_16 = value; Il2CppCodeGenWriteBarrier((&___current_appcontext_16), value); } inline static int32_t get_offset_of_stack_size_17() { return static_cast(offsetof(Thread_t2300836069, ___stack_size_17)); } inline int32_t get_stack_size_17() const { return ___stack_size_17; } inline int32_t* get_address_of_stack_size_17() { return &___stack_size_17; } inline void set_stack_size_17(int32_t value) { ___stack_size_17 = value; } inline static int32_t get_offset_of_start_obj_18() { return static_cast(offsetof(Thread_t2300836069, ___start_obj_18)); } inline RuntimeObject * get_start_obj_18() const { return ___start_obj_18; } inline RuntimeObject ** get_address_of_start_obj_18() { return &___start_obj_18; } inline void set_start_obj_18(RuntimeObject * value) { ___start_obj_18 = value; Il2CppCodeGenWriteBarrier((&___start_obj_18), value); } inline static int32_t get_offset_of_appdomain_refs_19() { return static_cast(offsetof(Thread_t2300836069, ___appdomain_refs_19)); } inline intptr_t get_appdomain_refs_19() const { return ___appdomain_refs_19; } inline intptr_t* get_address_of_appdomain_refs_19() { return &___appdomain_refs_19; } inline void set_appdomain_refs_19(intptr_t value) { ___appdomain_refs_19 = value; } inline static int32_t get_offset_of_interruption_requested_20() { return static_cast(offsetof(Thread_t2300836069, ___interruption_requested_20)); } inline int32_t get_interruption_requested_20() const { return ___interruption_requested_20; } inline int32_t* get_address_of_interruption_requested_20() { return &___interruption_requested_20; } inline void set_interruption_requested_20(int32_t value) { ___interruption_requested_20 = value; } inline static int32_t get_offset_of_suspend_event_21() { return static_cast(offsetof(Thread_t2300836069, ___suspend_event_21)); } inline intptr_t get_suspend_event_21() const { return ___suspend_event_21; } inline intptr_t* get_address_of_suspend_event_21() { return &___suspend_event_21; } inline void set_suspend_event_21(intptr_t value) { ___suspend_event_21 = value; } inline static int32_t get_offset_of_suspended_event_22() { return static_cast(offsetof(Thread_t2300836069, ___suspended_event_22)); } inline intptr_t get_suspended_event_22() const { return ___suspended_event_22; } inline intptr_t* get_address_of_suspended_event_22() { return &___suspended_event_22; } inline void set_suspended_event_22(intptr_t value) { ___suspended_event_22 = value; } inline static int32_t get_offset_of_resume_event_23() { return static_cast(offsetof(Thread_t2300836069, ___resume_event_23)); } inline intptr_t get_resume_event_23() const { return ___resume_event_23; } inline intptr_t* get_address_of_resume_event_23() { return &___resume_event_23; } inline void set_resume_event_23(intptr_t value) { ___resume_event_23 = value; } inline static int32_t get_offset_of_synch_cs_24() { return static_cast(offsetof(Thread_t2300836069, ___synch_cs_24)); } inline intptr_t get_synch_cs_24() const { return ___synch_cs_24; } inline intptr_t* get_address_of_synch_cs_24() { return &___synch_cs_24; } inline void set_synch_cs_24(intptr_t value) { ___synch_cs_24 = value; } inline static int32_t get_offset_of_serialized_culture_info_25() { return static_cast(offsetof(Thread_t2300836069, ___serialized_culture_info_25)); } inline intptr_t get_serialized_culture_info_25() const { return ___serialized_culture_info_25; } inline intptr_t* get_address_of_serialized_culture_info_25() { return &___serialized_culture_info_25; } inline void set_serialized_culture_info_25(intptr_t value) { ___serialized_culture_info_25 = value; } inline static int32_t get_offset_of_serialized_culture_info_len_26() { return static_cast(offsetof(Thread_t2300836069, ___serialized_culture_info_len_26)); } inline int32_t get_serialized_culture_info_len_26() const { return ___serialized_culture_info_len_26; } inline int32_t* get_address_of_serialized_culture_info_len_26() { return &___serialized_culture_info_len_26; } inline void set_serialized_culture_info_len_26(int32_t value) { ___serialized_culture_info_len_26 = value; } inline static int32_t get_offset_of_serialized_ui_culture_info_27() { return static_cast(offsetof(Thread_t2300836069, ___serialized_ui_culture_info_27)); } inline intptr_t get_serialized_ui_culture_info_27() const { return ___serialized_ui_culture_info_27; } inline intptr_t* get_address_of_serialized_ui_culture_info_27() { return &___serialized_ui_culture_info_27; } inline void set_serialized_ui_culture_info_27(intptr_t value) { ___serialized_ui_culture_info_27 = value; } inline static int32_t get_offset_of_serialized_ui_culture_info_len_28() { return static_cast(offsetof(Thread_t2300836069, ___serialized_ui_culture_info_len_28)); } inline int32_t get_serialized_ui_culture_info_len_28() const { return ___serialized_ui_culture_info_len_28; } inline int32_t* get_address_of_serialized_ui_culture_info_len_28() { return &___serialized_ui_culture_info_len_28; } inline void set_serialized_ui_culture_info_len_28(int32_t value) { ___serialized_ui_culture_info_len_28 = value; } inline static int32_t get_offset_of_thread_dump_requested_29() { return static_cast(offsetof(Thread_t2300836069, ___thread_dump_requested_29)); } inline bool get_thread_dump_requested_29() const { return ___thread_dump_requested_29; } inline bool* get_address_of_thread_dump_requested_29() { return &___thread_dump_requested_29; } inline void set_thread_dump_requested_29(bool value) { ___thread_dump_requested_29 = value; } inline static int32_t get_offset_of_end_stack_30() { return static_cast(offsetof(Thread_t2300836069, ___end_stack_30)); } inline intptr_t get_end_stack_30() const { return ___end_stack_30; } inline intptr_t* get_address_of_end_stack_30() { return &___end_stack_30; } inline void set_end_stack_30(intptr_t value) { ___end_stack_30 = value; } inline static int32_t get_offset_of_thread_interrupt_requested_31() { return static_cast(offsetof(Thread_t2300836069, ___thread_interrupt_requested_31)); } inline bool get_thread_interrupt_requested_31() const { return ___thread_interrupt_requested_31; } inline bool* get_address_of_thread_interrupt_requested_31() { return &___thread_interrupt_requested_31; } inline void set_thread_interrupt_requested_31(bool value) { ___thread_interrupt_requested_31 = value; } inline static int32_t get_offset_of_apartment_state_32() { return static_cast(offsetof(Thread_t2300836069, ___apartment_state_32)); } inline uint8_t get_apartment_state_32() const { return ___apartment_state_32; } inline uint8_t* get_address_of_apartment_state_32() { return &___apartment_state_32; } inline void set_apartment_state_32(uint8_t value) { ___apartment_state_32 = value; } inline static int32_t get_offset_of_critical_region_level_33() { return static_cast(offsetof(Thread_t2300836069, ___critical_region_level_33)); } inline int32_t get_critical_region_level_33() const { return ___critical_region_level_33; } inline int32_t* get_address_of_critical_region_level_33() { return &___critical_region_level_33; } inline void set_critical_region_level_33(int32_t value) { ___critical_region_level_33 = value; } inline static int32_t get_offset_of_small_id_34() { return static_cast(offsetof(Thread_t2300836069, ___small_id_34)); } inline int32_t get_small_id_34() const { return ___small_id_34; } inline int32_t* get_address_of_small_id_34() { return &___small_id_34; } inline void set_small_id_34(int32_t value) { ___small_id_34 = value; } inline static int32_t get_offset_of_manage_callback_35() { return static_cast(offsetof(Thread_t2300836069, ___manage_callback_35)); } inline intptr_t get_manage_callback_35() const { return ___manage_callback_35; } inline intptr_t* get_address_of_manage_callback_35() { return &___manage_callback_35; } inline void set_manage_callback_35(intptr_t value) { ___manage_callback_35 = value; } inline static int32_t get_offset_of_pending_exception_36() { return static_cast(offsetof(Thread_t2300836069, ___pending_exception_36)); } inline RuntimeObject * get_pending_exception_36() const { return ___pending_exception_36; } inline RuntimeObject ** get_address_of_pending_exception_36() { return &___pending_exception_36; } inline void set_pending_exception_36(RuntimeObject * value) { ___pending_exception_36 = value; Il2CppCodeGenWriteBarrier((&___pending_exception_36), value); } inline static int32_t get_offset_of_ec_to_set_37() { return static_cast(offsetof(Thread_t2300836069, ___ec_to_set_37)); } inline ExecutionContext_t1748372627 * get_ec_to_set_37() const { return ___ec_to_set_37; } inline ExecutionContext_t1748372627 ** get_address_of_ec_to_set_37() { return &___ec_to_set_37; } inline void set_ec_to_set_37(ExecutionContext_t1748372627 * value) { ___ec_to_set_37 = value; Il2CppCodeGenWriteBarrier((&___ec_to_set_37), value); } inline static int32_t get_offset_of_interrupt_on_stop_38() { return static_cast(offsetof(Thread_t2300836069, ___interrupt_on_stop_38)); } inline intptr_t get_interrupt_on_stop_38() const { return ___interrupt_on_stop_38; } inline intptr_t* get_address_of_interrupt_on_stop_38() { return &___interrupt_on_stop_38; } inline void set_interrupt_on_stop_38(intptr_t value) { ___interrupt_on_stop_38 = value; } inline static int32_t get_offset_of_unused3_39() { return static_cast(offsetof(Thread_t2300836069, ___unused3_39)); } inline intptr_t get_unused3_39() const { return ___unused3_39; } inline intptr_t* get_address_of_unused3_39() { return &___unused3_39; } inline void set_unused3_39(intptr_t value) { ___unused3_39 = value; } inline static int32_t get_offset_of_unused4_40() { return static_cast(offsetof(Thread_t2300836069, ___unused4_40)); } inline intptr_t get_unused4_40() const { return ___unused4_40; } inline intptr_t* get_address_of_unused4_40() { return &___unused4_40; } inline void set_unused4_40(intptr_t value) { ___unused4_40 = value; } inline static int32_t get_offset_of_unused5_41() { return static_cast(offsetof(Thread_t2300836069, ___unused5_41)); } inline intptr_t get_unused5_41() const { return ___unused5_41; } inline intptr_t* get_address_of_unused5_41() { return &___unused5_41; } inline void set_unused5_41(intptr_t value) { ___unused5_41 = value; } inline static int32_t get_offset_of_unused6_42() { return static_cast(offsetof(Thread_t2300836069, ___unused6_42)); } inline intptr_t get_unused6_42() const { return ___unused6_42; } inline intptr_t* get_address_of_unused6_42() { return &___unused6_42; } inline void set_unused6_42(intptr_t value) { ___unused6_42 = value; } inline static int32_t get_offset_of_threadstart_45() { return static_cast(offsetof(Thread_t2300836069, ___threadstart_45)); } inline MulticastDelegate_t * get_threadstart_45() const { return ___threadstart_45; } inline MulticastDelegate_t ** get_address_of_threadstart_45() { return &___threadstart_45; } inline void set_threadstart_45(MulticastDelegate_t * value) { ___threadstart_45 = value; Il2CppCodeGenWriteBarrier((&___threadstart_45), value); } inline static int32_t get_offset_of_managed_id_46() { return static_cast(offsetof(Thread_t2300836069, ___managed_id_46)); } inline int32_t get_managed_id_46() const { return ___managed_id_46; } inline int32_t* get_address_of_managed_id_46() { return &___managed_id_46; } inline void set_managed_id_46(int32_t value) { ___managed_id_46 = value; } inline static int32_t get_offset_of__principal_47() { return static_cast(offsetof(Thread_t2300836069, ____principal_47)); } inline RuntimeObject* get__principal_47() const { return ____principal_47; } inline RuntimeObject** get_address_of__principal_47() { return &____principal_47; } inline void set__principal_47(RuntimeObject* value) { ____principal_47 = value; Il2CppCodeGenWriteBarrier((&____principal_47), value); } inline static int32_t get_offset_of_in_currentculture_50() { return static_cast(offsetof(Thread_t2300836069, ___in_currentculture_50)); } inline bool get_in_currentculture_50() const { return ___in_currentculture_50; } inline bool* get_address_of_in_currentculture_50() { return &___in_currentculture_50; } inline void set_in_currentculture_50(bool value) { ___in_currentculture_50 = value; } }; struct Thread_t2300836069_StaticFields { public: // System.Collections.Hashtable System.Threading.Thread::datastorehash Hashtable_t1853889766 * ___datastorehash_48; // System.Object System.Threading.Thread::datastore_lock RuntimeObject * ___datastore_lock_49; // System.Object System.Threading.Thread::culture_lock RuntimeObject * ___culture_lock_51; public: inline static int32_t get_offset_of_datastorehash_48() { return static_cast(offsetof(Thread_t2300836069_StaticFields, ___datastorehash_48)); } inline Hashtable_t1853889766 * get_datastorehash_48() const { return ___datastorehash_48; } inline Hashtable_t1853889766 ** get_address_of_datastorehash_48() { return &___datastorehash_48; } inline void set_datastorehash_48(Hashtable_t1853889766 * value) { ___datastorehash_48 = value; Il2CppCodeGenWriteBarrier((&___datastorehash_48), value); } inline static int32_t get_offset_of_datastore_lock_49() { return static_cast(offsetof(Thread_t2300836069_StaticFields, ___datastore_lock_49)); } inline RuntimeObject * get_datastore_lock_49() const { return ___datastore_lock_49; } inline RuntimeObject ** get_address_of_datastore_lock_49() { return &___datastore_lock_49; } inline void set_datastore_lock_49(RuntimeObject * value) { ___datastore_lock_49 = value; Il2CppCodeGenWriteBarrier((&___datastore_lock_49), value); } inline static int32_t get_offset_of_culture_lock_51() { return static_cast(offsetof(Thread_t2300836069_StaticFields, ___culture_lock_51)); } inline RuntimeObject * get_culture_lock_51() const { return ___culture_lock_51; } inline RuntimeObject ** get_address_of_culture_lock_51() { return &___culture_lock_51; } inline void set_culture_lock_51(RuntimeObject * value) { ___culture_lock_51 = value; Il2CppCodeGenWriteBarrier((&___culture_lock_51), value); } }; struct Thread_t2300836069_ThreadStaticFields { public: // System.Object[] System.Threading.Thread::local_slots ObjectU5BU5D_t2843939325* ___local_slots_43; // System.Threading.ExecutionContext System.Threading.Thread::_ec ExecutionContext_t1748372627 * ____ec_44; public: inline static int32_t get_offset_of_local_slots_43() { return static_cast(offsetof(Thread_t2300836069_ThreadStaticFields, ___local_slots_43)); } inline ObjectU5BU5D_t2843939325* get_local_slots_43() const { return ___local_slots_43; } inline ObjectU5BU5D_t2843939325** get_address_of_local_slots_43() { return &___local_slots_43; } inline void set_local_slots_43(ObjectU5BU5D_t2843939325* value) { ___local_slots_43 = value; Il2CppCodeGenWriteBarrier((&___local_slots_43), value); } inline static int32_t get_offset_of__ec_44() { return static_cast(offsetof(Thread_t2300836069_ThreadStaticFields, ____ec_44)); } inline ExecutionContext_t1748372627 * get__ec_44() const { return ____ec_44; } inline ExecutionContext_t1748372627 ** get_address_of__ec_44() { return &____ec_44; } inline void set__ec_44(ExecutionContext_t1748372627 * value) { ____ec_44 = value; Il2CppCodeGenWriteBarrier((&____ec_44), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // THREAD_T2300836069_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 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 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 QUERYEXPRESSION_T3171385195_H #define QUERYEXPRESSION_T3171385195_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JsonPath.QueryExpression struct QueryExpression_t3171385195 : public RuntimeObject { public: // Newtonsoft.Json.Linq.JsonPath.QueryOperator Newtonsoft.Json.Linq.JsonPath.QueryExpression::k__BackingField int32_t ___U3COperatorU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3COperatorU3Ek__BackingField_0() { return static_cast(offsetof(QueryExpression_t3171385195, ___U3COperatorU3Ek__BackingField_0)); } inline int32_t get_U3COperatorU3Ek__BackingField_0() const { return ___U3COperatorU3Ek__BackingField_0; } inline int32_t* get_address_of_U3COperatorU3Ek__BackingField_0() { return &___U3COperatorU3Ek__BackingField_0; } inline void set_U3COperatorU3Ek__BackingField_0(int32_t value) { ___U3COperatorU3Ek__BackingField_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // QUERYEXPRESSION_T3171385195_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 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_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_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 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 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 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 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_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 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 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 COMPOSITEEXPRESSION_T1516235144_H #define COMPOSITEEXPRESSION_T1516235144_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JsonPath.CompositeExpression struct CompositeExpression_t1516235144 : public QueryExpression_t3171385195 { public: // System.Collections.Generic.List`1 Newtonsoft.Json.Linq.JsonPath.CompositeExpression::k__BackingField List_1_t348492641 * ___U3CExpressionsU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CExpressionsU3Ek__BackingField_1() { return static_cast(offsetof(CompositeExpression_t1516235144, ___U3CExpressionsU3Ek__BackingField_1)); } inline List_1_t348492641 * get_U3CExpressionsU3Ek__BackingField_1() const { return ___U3CExpressionsU3Ek__BackingField_1; } inline List_1_t348492641 ** get_address_of_U3CExpressionsU3Ek__BackingField_1() { return &___U3CExpressionsU3Ek__BackingField_1; } inline void set_U3CExpressionsU3Ek__BackingField_1(List_1_t348492641 * value) { ___U3CExpressionsU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CExpressionsU3Ek__BackingField_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPOSITEEXPRESSION_T1516235144_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_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 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_T2823819620_H #define FUNC_2_T2823819620_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_t2823819620 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_2_T2823819620_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 CAMELCASEPROPERTYNAMESCONTRACTRESOLVER_T212511564_H #define CAMELCASEPROPERTYNAMESCONTRACTRESOLVER_T212511564_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver struct CamelCasePropertyNamesContractResolver_t212511564 : public DefaultContractResolver_t270250618 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CAMELCASEPROPERTYNAMESCONTRACTRESOLVER_T212511564_H #ifndef LISTCHANGEDEVENTHANDLER_T1703970447_H #define LISTCHANGEDEVENTHANDLER_T1703970447_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.ListChangedEventHandler struct ListChangedEventHandler_t1703970447 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LISTCHANGEDEVENTHANDLER_T1703970447_H #ifndef PROPERTYCHANGEDEVENTHANDLER_T3836340606_H #define PROPERTYCHANGEDEVENTHANDLER_T3836340606_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.PropertyChangedEventHandler struct PropertyChangedEventHandler_t3836340606 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROPERTYCHANGEDEVENTHANDLER_T3836340606_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 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 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 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 FUNC_2_T1796590042_H #define FUNC_2_T1796590042_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_t1796590042 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_2_T1796590042_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_T4250589796_H #define NULLABLE_1_T4250589796_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_t4250589796 { public: // T System.Nullable`1::value JsonPosition_t2528027714 ___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_t4250589796, ___value_0)); } inline JsonPosition_t2528027714 get_value_0() const { return ___value_0; } inline JsonPosition_t2528027714 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(JsonPosition_t2528027714 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t4250589796, ___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_T4250589796_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 BOOLEANQUERYEXPRESSION_T4249992578_H #define BOOLEANQUERYEXPRESSION_T4249992578_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JsonPath.BooleanQueryExpression struct BooleanQueryExpression_t4249992578 : public QueryExpression_t3171385195 { public: // System.Collections.Generic.List`1 Newtonsoft.Json.Linq.JsonPath.BooleanQueryExpression::k__BackingField List_1_t1040076091 * ___U3CPathU3Ek__BackingField_1; // Newtonsoft.Json.Linq.JValue Newtonsoft.Json.Linq.JsonPath.BooleanQueryExpression::k__BackingField JValue_t1448862567 * ___U3CValueU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CPathU3Ek__BackingField_1() { return static_cast(offsetof(BooleanQueryExpression_t4249992578, ___U3CPathU3Ek__BackingField_1)); } inline List_1_t1040076091 * get_U3CPathU3Ek__BackingField_1() const { return ___U3CPathU3Ek__BackingField_1; } inline List_1_t1040076091 ** get_address_of_U3CPathU3Ek__BackingField_1() { return &___U3CPathU3Ek__BackingField_1; } inline void set_U3CPathU3Ek__BackingField_1(List_1_t1040076091 * value) { ___U3CPathU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CPathU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_U3CValueU3Ek__BackingField_2() { return static_cast(offsetof(BooleanQueryExpression_t4249992578, ___U3CValueU3Ek__BackingField_2)); } inline JValue_t1448862567 * get_U3CValueU3Ek__BackingField_2() const { return ___U3CValueU3Ek__BackingField_2; } inline JValue_t1448862567 ** get_address_of_U3CValueU3Ek__BackingField_2() { return &___U3CValueU3Ek__BackingField_2; } inline void set_U3CValueU3Ek__BackingField_2(JValue_t1448862567 * value) { ___U3CValueU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((&___U3CValueU3Ek__BackingField_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BOOLEANQUERYEXPRESSION_T4249992578_H #ifndef JSONPROPERTYATTRIBUTE_T2223277056_H #define JSONPROPERTYATTRIBUTE_T2223277056_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonPropertyAttribute struct JsonPropertyAttribute_t2223277056 : public Attribute_t861562559 { public: // System.Nullable`1 Newtonsoft.Json.JsonPropertyAttribute::_nullValueHandling Nullable_1_t829731231 ____nullValueHandling_0; // System.Nullable`1 Newtonsoft.Json.JsonPropertyAttribute::_defaultValueHandling Nullable_1_t668593436 ____defaultValueHandling_1; // System.Nullable`1 Newtonsoft.Json.JsonPropertyAttribute::_referenceLoopHandling Nullable_1_t3051693050 ____referenceLoopHandling_2; // System.Nullable`1 Newtonsoft.Json.JsonPropertyAttribute::_objectCreationHandling Nullable_1_t588389317 ____objectCreationHandling_3; // System.Nullable`1 Newtonsoft.Json.JsonPropertyAttribute::_typeNameHandling Nullable_1_t1159582132 ____typeNameHandling_4; // System.Nullable`1 Newtonsoft.Json.JsonPropertyAttribute::_isReference Nullable_1_t1819850047 ____isReference_5; // System.Nullable`1 Newtonsoft.Json.JsonPropertyAttribute::_order Nullable_1_t378540539 ____order_6; // System.Nullable`1 Newtonsoft.Json.JsonPropertyAttribute::_required Nullable_1_t3313944452 ____required_7; // System.Nullable`1 Newtonsoft.Json.JsonPropertyAttribute::_itemIsReference Nullable_1_t1819850047 ____itemIsReference_8; // System.Nullable`1 Newtonsoft.Json.JsonPropertyAttribute::_itemReferenceLoopHandling Nullable_1_t3051693050 ____itemReferenceLoopHandling_9; // System.Nullable`1 Newtonsoft.Json.JsonPropertyAttribute::_itemTypeNameHandling Nullable_1_t1159582132 ____itemTypeNameHandling_10; // System.Type Newtonsoft.Json.JsonPropertyAttribute::k__BackingField Type_t * ___U3CItemConverterTypeU3Ek__BackingField_11; // System.Object[] Newtonsoft.Json.JsonPropertyAttribute::k__BackingField ObjectU5BU5D_t2843939325* ___U3CItemConverterParametersU3Ek__BackingField_12; // System.String Newtonsoft.Json.JsonPropertyAttribute::k__BackingField String_t* ___U3CPropertyNameU3Ek__BackingField_13; public: inline static int32_t get_offset_of__nullValueHandling_0() { return static_cast(offsetof(JsonPropertyAttribute_t2223277056, ____nullValueHandling_0)); } inline Nullable_1_t829731231 get__nullValueHandling_0() const { return ____nullValueHandling_0; } inline Nullable_1_t829731231 * get_address_of__nullValueHandling_0() { return &____nullValueHandling_0; } inline void set__nullValueHandling_0(Nullable_1_t829731231 value) { ____nullValueHandling_0 = value; } inline static int32_t get_offset_of__defaultValueHandling_1() { return static_cast(offsetof(JsonPropertyAttribute_t2223277056, ____defaultValueHandling_1)); } inline Nullable_1_t668593436 get__defaultValueHandling_1() const { return ____defaultValueHandling_1; } inline Nullable_1_t668593436 * get_address_of__defaultValueHandling_1() { return &____defaultValueHandling_1; } inline void set__defaultValueHandling_1(Nullable_1_t668593436 value) { ____defaultValueHandling_1 = value; } inline static int32_t get_offset_of__referenceLoopHandling_2() { return static_cast(offsetof(JsonPropertyAttribute_t2223277056, ____referenceLoopHandling_2)); } inline Nullable_1_t3051693050 get__referenceLoopHandling_2() const { return ____referenceLoopHandling_2; } inline Nullable_1_t3051693050 * get_address_of__referenceLoopHandling_2() { return &____referenceLoopHandling_2; } inline void set__referenceLoopHandling_2(Nullable_1_t3051693050 value) { ____referenceLoopHandling_2 = value; } inline static int32_t get_offset_of__objectCreationHandling_3() { return static_cast(offsetof(JsonPropertyAttribute_t2223277056, ____objectCreationHandling_3)); } inline Nullable_1_t588389317 get__objectCreationHandling_3() const { return ____objectCreationHandling_3; } inline Nullable_1_t588389317 * get_address_of__objectCreationHandling_3() { return &____objectCreationHandling_3; } inline void set__objectCreationHandling_3(Nullable_1_t588389317 value) { ____objectCreationHandling_3 = value; } inline static int32_t get_offset_of__typeNameHandling_4() { return static_cast(offsetof(JsonPropertyAttribute_t2223277056, ____typeNameHandling_4)); } inline Nullable_1_t1159582132 get__typeNameHandling_4() const { return ____typeNameHandling_4; } inline Nullable_1_t1159582132 * get_address_of__typeNameHandling_4() { return &____typeNameHandling_4; } inline void set__typeNameHandling_4(Nullable_1_t1159582132 value) { ____typeNameHandling_4 = value; } inline static int32_t get_offset_of__isReference_5() { return static_cast(offsetof(JsonPropertyAttribute_t2223277056, ____isReference_5)); } inline Nullable_1_t1819850047 get__isReference_5() const { return ____isReference_5; } inline Nullable_1_t1819850047 * get_address_of__isReference_5() { return &____isReference_5; } inline void set__isReference_5(Nullable_1_t1819850047 value) { ____isReference_5 = value; } inline static int32_t get_offset_of__order_6() { return static_cast(offsetof(JsonPropertyAttribute_t2223277056, ____order_6)); } inline Nullable_1_t378540539 get__order_6() const { return ____order_6; } inline Nullable_1_t378540539 * get_address_of__order_6() { return &____order_6; } inline void set__order_6(Nullable_1_t378540539 value) { ____order_6 = value; } inline static int32_t get_offset_of__required_7() { return static_cast(offsetof(JsonPropertyAttribute_t2223277056, ____required_7)); } inline Nullable_1_t3313944452 get__required_7() const { return ____required_7; } inline Nullable_1_t3313944452 * get_address_of__required_7() { return &____required_7; } inline void set__required_7(Nullable_1_t3313944452 value) { ____required_7 = value; } inline static int32_t get_offset_of__itemIsReference_8() { return static_cast(offsetof(JsonPropertyAttribute_t2223277056, ____itemIsReference_8)); } inline Nullable_1_t1819850047 get__itemIsReference_8() const { return ____itemIsReference_8; } inline Nullable_1_t1819850047 * get_address_of__itemIsReference_8() { return &____itemIsReference_8; } inline void set__itemIsReference_8(Nullable_1_t1819850047 value) { ____itemIsReference_8 = value; } inline static int32_t get_offset_of__itemReferenceLoopHandling_9() { return static_cast(offsetof(JsonPropertyAttribute_t2223277056, ____itemReferenceLoopHandling_9)); } inline Nullable_1_t3051693050 get__itemReferenceLoopHandling_9() const { return ____itemReferenceLoopHandling_9; } inline Nullable_1_t3051693050 * get_address_of__itemReferenceLoopHandling_9() { return &____itemReferenceLoopHandling_9; } inline void set__itemReferenceLoopHandling_9(Nullable_1_t3051693050 value) { ____itemReferenceLoopHandling_9 = value; } inline static int32_t get_offset_of__itemTypeNameHandling_10() { return static_cast(offsetof(JsonPropertyAttribute_t2223277056, ____itemTypeNameHandling_10)); } inline Nullable_1_t1159582132 get__itemTypeNameHandling_10() const { return ____itemTypeNameHandling_10; } inline Nullable_1_t1159582132 * get_address_of__itemTypeNameHandling_10() { return &____itemTypeNameHandling_10; } inline void set__itemTypeNameHandling_10(Nullable_1_t1159582132 value) { ____itemTypeNameHandling_10 = value; } inline static int32_t get_offset_of_U3CItemConverterTypeU3Ek__BackingField_11() { return static_cast(offsetof(JsonPropertyAttribute_t2223277056, ___U3CItemConverterTypeU3Ek__BackingField_11)); } inline Type_t * get_U3CItemConverterTypeU3Ek__BackingField_11() const { return ___U3CItemConverterTypeU3Ek__BackingField_11; } inline Type_t ** get_address_of_U3CItemConverterTypeU3Ek__BackingField_11() { return &___U3CItemConverterTypeU3Ek__BackingField_11; } inline void set_U3CItemConverterTypeU3Ek__BackingField_11(Type_t * value) { ___U3CItemConverterTypeU3Ek__BackingField_11 = value; Il2CppCodeGenWriteBarrier((&___U3CItemConverterTypeU3Ek__BackingField_11), value); } inline static int32_t get_offset_of_U3CItemConverterParametersU3Ek__BackingField_12() { return static_cast(offsetof(JsonPropertyAttribute_t2223277056, ___U3CItemConverterParametersU3Ek__BackingField_12)); } inline ObjectU5BU5D_t2843939325* get_U3CItemConverterParametersU3Ek__BackingField_12() const { return ___U3CItemConverterParametersU3Ek__BackingField_12; } inline ObjectU5BU5D_t2843939325** get_address_of_U3CItemConverterParametersU3Ek__BackingField_12() { return &___U3CItemConverterParametersU3Ek__BackingField_12; } inline void set_U3CItemConverterParametersU3Ek__BackingField_12(ObjectU5BU5D_t2843939325* value) { ___U3CItemConverterParametersU3Ek__BackingField_12 = value; Il2CppCodeGenWriteBarrier((&___U3CItemConverterParametersU3Ek__BackingField_12), value); } inline static int32_t get_offset_of_U3CPropertyNameU3Ek__BackingField_13() { return static_cast(offsetof(JsonPropertyAttribute_t2223277056, ___U3CPropertyNameU3Ek__BackingField_13)); } inline String_t* get_U3CPropertyNameU3Ek__BackingField_13() const { return ___U3CPropertyNameU3Ek__BackingField_13; } inline String_t** get_address_of_U3CPropertyNameU3Ek__BackingField_13() { return &___U3CPropertyNameU3Ek__BackingField_13; } inline void set_U3CPropertyNameU3Ek__BackingField_13(String_t* value) { ___U3CPropertyNameU3Ek__BackingField_13 = value; Il2CppCodeGenWriteBarrier((&___U3CPropertyNameU3Ek__BackingField_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONPROPERTYATTRIBUTE_T2223277056_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 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 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 PROPERTYCHANGINGEVENTHANDLER_T2830353497_H #define PROPERTYCHANGINGEVENTHANDLER_T2830353497_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.PropertyChangingEventHandler struct PropertyChangingEventHandler_t2830353497 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROPERTYCHANGINGEVENTHANDLER_T2830353497_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 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_T1808639663_H #define FUNC_2_T1808639663_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_t1808639663 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_2_T1808639663_H #ifndef FUNC_1_T1569001961_H #define FUNC_1_T1569001961_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_t1569001961 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_1_T1569001961_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 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 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 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 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_T2217434578_H #define FUNC_2_T2217434578_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_t2217434578 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_2_T2217434578_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 #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 JSONDICTIONARYATTRIBUTE_T3890173510_H #define JSONDICTIONARYATTRIBUTE_T3890173510_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonDictionaryAttribute struct JsonDictionaryAttribute_t3890173510 : public JsonContainerAttribute_t3874748064 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONDICTIONARYATTRIBUTE_T3890173510_H #ifndef JSONARRAYATTRIBUTE_T3155801748_H #define JSONARRAYATTRIBUTE_T3155801748_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonArrayAttribute struct JsonArrayAttribute_t3155801748 : public JsonContainerAttribute_t3874748064 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONARRAYATTRIBUTE_T3155801748_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 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 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 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 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 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 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 // 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.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; } }; // Newtonsoft.Json.JsonWriter/State[] struct StateU5BU5D_t813246884 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // Newtonsoft.Json.JsonWriter/State[][] struct StateU5BU5DU5BU5D_t3190318925 : public RuntimeArray { public: ALIGN_FIELD (8) StateU5BU5D_t813246884* m_Items[1]; public: inline StateU5BU5D_t813246884* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline StateU5BU5D_t813246884** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, StateU5BU5D_t813246884* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline StateU5BU5D_t813246884* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline StateU5BU5D_t813246884** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, StateU5BU5D_t813246884* 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); } }; // Newtonsoft.Json.Linq.JToken[] struct JTokenU5BU5D_t30125430 : public RuntimeArray { public: ALIGN_FIELD (8) JToken_t1038539247 * m_Items[1]; public: inline JToken_t1038539247 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline JToken_t1038539247 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, JToken_t1038539247 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline JToken_t1038539247 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline JToken_t1038539247 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, JToken_t1038539247 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_t3379601308 : public RuntimeArray { public: ALIGN_FIELD (8) KeyValuePair_2_t3221467713 m_Items[1]; public: inline KeyValuePair_2_t3221467713 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline KeyValuePair_2_t3221467713 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, KeyValuePair_2_t3221467713 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline KeyValuePair_2_t3221467713 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline KeyValuePair_2_t3221467713 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, KeyValuePair_2_t3221467713 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.ComponentModel.PropertyDescriptor[] struct PropertyDescriptorU5BU5D_t2649761905 : public RuntimeArray { public: ALIGN_FIELD (8) PropertyDescriptor_t3244362832 * m_Items[1]; public: inline PropertyDescriptor_t3244362832 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline PropertyDescriptor_t3244362832 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, PropertyDescriptor_t3244362832 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline PropertyDescriptor_t3244362832 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline PropertyDescriptor_t3244362832 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, PropertyDescriptor_t3244362832 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(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.Linq.JTokenType[] struct JTokenTypeU5BU5D_t1887505675 : 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.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.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.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); } }; // System.Reflection.MethodInfo[] struct MethodInfoU5BU5D_t2572182361 : public RuntimeArray { public: ALIGN_FIELD (8) MethodInfo_t * m_Items[1]; public: inline MethodInfo_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MethodInfo_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, MethodInfo_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline MethodInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MethodInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MethodInfo_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Reflection.ParameterModifier[] struct ParameterModifierU5BU5D_t2943407543 : public RuntimeArray { public: ALIGN_FIELD (8) ParameterModifier_t1461694466 m_Items[1]; public: inline ParameterModifier_t1461694466 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ParameterModifier_t1461694466 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, ParameterModifier_t1461694466 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline ParameterModifier_t1461694466 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ParameterModifier_t1461694466 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterModifier_t1461694466 value) { m_Items[index] = value; } }; // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m147051412_gshared (Nullable_1_t3119828856 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR float Nullable_1_GetValueOrDefault_m4129375130_gshared (Nullable_1_t3119828856 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m3020079244_gshared (Nullable_1_t2317227445 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR double Nullable_1_GetValueOrDefault_m221723129_gshared (Nullable_1_t2317227445 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m3314784284_gshared (Nullable_1_t2603721331 * __this, TimeSpan_t881159249 p0, const RuntimeMethod* method); // System.Collections.Generic.List`1 System.Linq.Enumerable::ToList(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR List_1_t257213610 * Enumerable_ToList_TisRuntimeObject_m1484080463_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject* 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.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); // !0[] System.Collections.Generic.List`1::ToArray() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* List_1_ToArray_m4168020446_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m4240163880_gshared (List_1_t4000102456 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m291166727_gshared (Nullable_1_t4250589796 * __this, JsonPosition_t2528027714 p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m1378328547_gshared (List_1_t4000102456 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m2564458925_gshared (List_1_t4000102456 * __this, JsonPosition_t2528027714 p0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR JsonPosition_t2528027714 List_1_get_Item_m592205178_gshared (List_1_t4000102456 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void List_1_RemoveAt_m3351128372_gshared (List_1_t4000102456 * __this, int32_t p0, 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); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m1094388134_gshared (Nullable_1_t4282624060 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR uint32_t Nullable_1_GetValueOrDefault_m874061072_gshared (Nullable_1_t4282624060 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m102045064_gshared (Nullable_1_t1164162090 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR int64_t Nullable_1_GetValueOrDefault_m3015207040_gshared (Nullable_1_t1164162090 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m1015089092_gshared (Nullable_1_t1561634878 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR uint64_t Nullable_1_GetValueOrDefault_m2003770913_gshared (Nullable_1_t1561634878 * __this, 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); // !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.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m2655267714_gshared (Nullable_1_t4275382469 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR int16_t Nullable_1_GetValueOrDefault_m3921181120_gshared (Nullable_1_t4275382469 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m1079455772_gshared (Nullable_1_t3900287040 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR uint16_t Nullable_1_GetValueOrDefault_m3113842210_gshared (Nullable_1_t3900287040 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m784624018_gshared (Nullable_1_t1062055256 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR Il2CppChar Nullable_1_GetValueOrDefault_m2320521946_gshared (Nullable_1_t1062055256 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m4056261378_gshared (Nullable_1_t2856858458 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR uint8_t Nullable_1_GetValueOrDefault_m1324277619_gshared (Nullable_1_t2856858458 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m1166690213_gshared (Nullable_1_t3392139744 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR int8_t Nullable_1_GetValueOrDefault_m2917913770_gshared (Nullable_1_t3392139744 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m722401406_gshared (Nullable_1_t375854166 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Nullable_1_GetValueOrDefault_m1041199192_gshared (Nullable_1_t375854166 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m3821813822_gshared (Nullable_1_t1166124571 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Nullable_1_GetValueOrDefault_m4024272999_gshared (Nullable_1_t1166124571 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m3569253076_gshared (Nullable_1_t656882293 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR DateTimeOffset_t3229287507 Nullable_1_GetValueOrDefault_m645067753_gshared (Nullable_1_t656882293 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m2698986649_gshared (Nullable_1_t621127673 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR Guid_t Nullable_1_GetValueOrDefault_m2820351392_gshared (Nullable_1_t621127673 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m1210311128_gshared (Nullable_1_t2603721331 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR TimeSpan_t881159249 Nullable_1_GetValueOrDefault_m3497035374_gshared (Nullable_1_t2603721331 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m2069847974_gshared (Nullable_1_t1062055256 * __this, Il2CppChar p0, 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); // System.Void System.Nullable`1::.ctor(!0) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m1228074469_gshared (Nullable_1_t3392139744 * __this, int8_t p0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m2296905519_gshared (Nullable_1_t4275382469 * __this, int16_t p0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m2986034422_gshared (Nullable_1_t3900287040 * __this, uint16_t p0, 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.Nullable`1::.ctor(!0) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m1793861881_gshared (Nullable_1_t2856858458 * __this, uint8_t p0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m3079654719_gshared (Nullable_1_t4282624060 * __this, uint32_t p0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m2435415719_gshared (Nullable_1_t1164162090 * __this, int64_t p0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m1540175555_gshared (Nullable_1_t1561634878 * __this, uint64_t p0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m3169166495_gshared (Nullable_1_t3119828856 * __this, float p0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m3137306314_gshared (Nullable_1_t2317227445 * __this, double p0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m614513477_gshared (Nullable_1_t1166124571 * __this, DateTime_t3738529785 p0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m444749240_gshared (Nullable_1_t656882293 * __this, DateTimeOffset_t3229287507 p0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m3508690032_gshared (Nullable_1_t375854166 * __this, Decimal_t2948259380 p0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m426225879_gshared (Nullable_1_t621127673 * __this, Guid_t p0, const RuntimeMethod* method); // 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); // !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 Newtonsoft.Json.Utilities.CollectionUtils::IndexOfReference(System.Collections.Generic.List`1,T) extern "C" IL2CPP_METHOD_ATTR int32_t CollectionUtils_IndexOfReference_TisRuntimeObject_m53633288_gshared (RuntimeObject * __this /* static, unused */, List_1_t257213610 * ___list0, RuntimeObject * ___item1, const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JEnumerable`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JEnumerable_1_GetEnumerator_m2783602549_gshared (JEnumerable_1_t2061974265 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JEnumerable`1::.ctor(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void JEnumerable_1__ctor_m1584927905_gshared (JEnumerable_1_t2061974265 * __this, RuntimeObject* 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); // 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); // !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.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.Void System.Collections.Generic.KeyValuePair`2::.ctor(!0,!1) extern "C" IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m727165395_gshared (KeyValuePair_2_t2530217319 * __this, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.Collections.ObjectModel.Collection`1::.ctor(System.Collections.Generic.IList`1) extern "C" IL2CPP_METHOD_ATTR void Collection_1__ctor_m842589204_gshared (Collection_1_t2024462082 * __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_m3474379962_gshared (Dictionary_2_t132545152 * __this, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.Collections.ObjectModel.Collection`1::ClearItems() extern "C" IL2CPP_METHOD_ATTR void Collection_1_ClearItems_m1096166028_gshared (Collection_1_t2024462082 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m1938428402_gshared (Dictionary_2_t132545152 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m2278349286_gshared (Dictionary_2_t132545152 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Collections.Generic.IEqualityComparer`1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m3072481003_gshared (Dictionary_2_t132545152 * __this, RuntimeObject* p0, const RuntimeMethod* method); // System.Void System.Collections.ObjectModel.Collection`1::InsertItem(System.Int32,!0) extern "C" IL2CPP_METHOD_ATTR void Collection_1_InsertItem_m1376751357_gshared (Collection_1_t2024462082 * __this, int32_t p0, RuntimeObject * p1, 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.Void System.Collections.ObjectModel.Collection`1::RemoveItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Collection_1_RemoveItem_m4079307753_gshared (Collection_1_t2024462082 * __this, int32_t p0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m1786738978_gshared (Dictionary_2_t132545152 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Collections.ObjectModel.Collection`1::SetItem(System.Int32,!0) extern "C" IL2CPP_METHOD_ATTR void Collection_1_SetItem_m2073338893_gshared (Collection_1_t2024462082 * __this, int32_t p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3280774074_gshared (Dictionary_2_t132545152 * __this, RuntimeObject * p0, RuntimeObject ** p1, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::get_Keys() extern "C" IL2CPP_METHOD_ATTR KeyCollection_t322220623 * Dictionary_2_get_Keys_m2217135091_gshared (Dictionary_2_t132545152 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Count_m3919933788_gshared (Dictionary_2_t132545152 * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t2086727927 Dictionary_2_GetEnumerator_m3278257048_gshared (Dictionary_2_t132545152 * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR KeyValuePair_2_t2530217319 Enumerator_get_Current_m2655181939_gshared (Enumerator_t2086727927 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m1107569389_gshared (Enumerator_t2086727927 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() extern "C" IL2CPP_METHOD_ATTR void Enumerator_Dispose_m3885012575_gshared (Enumerator_t2086727927 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t2017297076 List_1_GetEnumerator_m2050286038_gshared (List_1_t128053199 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t Enumerator_get_Current_m765460575_gshared (Enumerator_t2017297076 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m3689483608_gshared (Enumerator_t2017297076 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() extern "C" IL2CPP_METHOD_ATTR void Enumerator_Dispose_m222348240_gshared (Enumerator_t2017297076 * __this, 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); // 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.Collections.Generic.List`1::Reverse() extern "C" IL2CPP_METHOD_ATTR void List_1_Reverse_m1881709749_gshared (List_1_t4000102456 * __this, const RuntimeMethod* method); // System.Int32 System.Array::IndexOf(!!0[],!!0) extern "C" IL2CPP_METHOD_ATTR int32_t Array_IndexOf_TisJTokenType_t3022361662_m4285954353_gshared (RuntimeObject * __this /* static, unused */, JTokenTypeU5BU5D_t1887505675* p0, int32_t p1, const RuntimeMethod* method); // T Newtonsoft.Json.Linq.JToken::Annotation() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JToken_Annotation_TisRuntimeObject_m2700106765_gshared (JToken_t1038539247 * __this, const RuntimeMethod* method); // System.Void System.Array::Resize(!!0[]&,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Resize_TisRuntimeObject_m1542437191_gshared (RuntimeObject * __this /* static, unused */, ObjectU5BU5D_t2843939325** p0, int32_t p1, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m804345635_gshared (Nullable_1_t3639995571 * __this, int32_t p0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m512162396_gshared (Nullable_1_t3639995571 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m3285554968_gshared (Nullable_1_t3639995571 * __this, const RuntimeMethod* method); // System.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1::get_Default() extern "C" IL2CPP_METHOD_ATTR Comparer_1_t284893750 * Comparer_1_get_Default_m1160312227_gshared (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m3740018445_gshared (Nullable_1_t449956448 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m449716682_gshared (Nullable_1_t449956448 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m4246723493_gshared (Dictionary_2_t870229233 * __this, ResolverContractKey_t3292851287 p0, RuntimeObject ** p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m4264799459_gshared (Dictionary_2_t870229233 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Collections.Generic.IDictionary`2) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m700421304_gshared (Dictionary_2_t870229233 * __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_m1148465007_gshared (Dictionary_2_t870229233 * __this, ResolverContractKey_t3292851287 p0, RuntimeObject * p1, 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.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Where(System.Collections.Generic.IEnumerable`1,System.Func`2) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Where_TisRuntimeObject_m3454096398_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject* p0, Func_2_t3759279471 * p1, 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); // T Newtonsoft.Json.Serialization.JsonTypeReflector::GetAttribute(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonTypeReflector_GetAttribute_TisRuntimeObject_m3059626250_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject * ___provider0, 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); // 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.Void System.Func`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Func_1__ctor_m626403339_gshared (Func_1_t2509852811 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::SelectMany(System.Collections.Generic.IEnumerable`1,System.Func`2>) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_SelectMany_TisRuntimeObject_TisRuntimeObject_m1636538339_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject* p0, Func_2_t1426983263 * p1, const RuntimeMethod* method); // !!0 System.Linq.Enumerable::LastOrDefault(System.Collections.Generic.IEnumerable`1,System.Func`2) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enumerable_LastOrDefault_TisRuntimeObject_m669341590_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject* p0, Func_2_t3759279471 * p1, const RuntimeMethod* method); // T Newtonsoft.Json.Utilities.ReflectionUtils::GetAttribute(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ReflectionUtils_GetAttribute_TisRuntimeObject_m321509955_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject * ___attributeProvider0, const RuntimeMethod* method); // System.Func`2 Newtonsoft.Json.Utilities.ReflectionDelegateFactory::CreateGet(System.Reflection.MemberInfo) extern "C" IL2CPP_METHOD_ATTR Func_2_t2447130374 * ReflectionDelegateFactory_CreateGet_TisRuntimeObject_m2506523516_gshared (ReflectionDelegateFactory_t2528576452 * __this, MemberInfo_t * ___memberInfo0, const RuntimeMethod* method); // System.Action`2 Newtonsoft.Json.Utilities.ReflectionDelegateFactory::CreateSet(System.Reflection.MemberInfo) extern "C" IL2CPP_METHOD_ATTR Action_2_t2470008838 * ReflectionDelegateFactory_CreateSet_TisRuntimeObject_m2440090338_gshared (ReflectionDelegateFactory_t2528576452 * __this, MemberInfo_t * ___memberInfo0, const RuntimeMethod* method); // !!0 System.Linq.Enumerable::First(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enumerable_First_TisRuntimeObject_m2853249616_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject* p0, 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); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m4114458644_gshared (Nullable_1_t829731231 * __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); // 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.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m2699568762_gshared (Nullable_1_t588389317 * __this, 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); // System.Void System.Collections.Generic.List`1::Reverse() extern "C" IL2CPP_METHOD_ATTR void List_1_Reverse_m3108420294_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Func_2__ctor_m1645301223_gshared (Func_2_t2317969963 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Linq.IOrderedEnumerable`1 System.Linq.Enumerable::OrderBy(System.Collections.Generic.IEnumerable`1,System.Func`2) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_OrderBy_TisRuntimeObject_TisInt32_t2950945753_m886958096_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject* p0, Func_2_t2317969963 * p1, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m1040762645_gshared (Nullable_1_t3313944452 * __this, int32_t p0, 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); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_m327447107_gshared (Predicate_1_t3905400288 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // 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); // System.Void Newtonsoft.Json.JsonWriter::.ctor() extern "C" IL2CPP_METHOD_ATTR void JsonWriter__ctor_m1110665009 (JsonWriter_t1467272295 * __this, 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); // System.Void Newtonsoft.Json.JsonTextWriter::UpdateCharEscapeFlags() extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter_UpdateCharEscapeFlags_m3181234250 (JsonTextWriter_t1095349912 * __this, 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.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); // System.Boolean Newtonsoft.Json.JsonWriter::get_CloseOutput() extern "C" IL2CPP_METHOD_ATTR bool JsonWriter_get_CloseOutput_m3225392997 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::InternalWriteStart(Newtonsoft.Json.JsonToken,Newtonsoft.Json.JsonContainerType) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_InternalWriteStart_m2782789514 (JsonWriter_t1467272295 * __this, int32_t ___token0, int32_t ___container1, 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); // Newtonsoft.Json.JsonWriterException Newtonsoft.Json.JsonWriterException::Create(Newtonsoft.Json.JsonWriter,System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR JsonWriterException_t1282940098 * JsonWriterException_Create_m902284538 (RuntimeObject * __this /* static, unused */, JsonWriter_t1467272295 * ___writer0, String_t* ___message1, Exception_t * ___ex2, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::InternalWritePropertyName(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_InternalWritePropertyName_m1762272533 (JsonWriter_t1467272295 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonTextWriter::WriteEscapedString(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter_WriteEscapedString_m3155028728 (JsonTextWriter_t1095349912 * __this, String_t* ___value0, bool ___quote1, const RuntimeMethod* method); // Newtonsoft.Json.StringEscapeHandling Newtonsoft.Json.JsonWriter::get_StringEscapeHandling() extern "C" IL2CPP_METHOD_ATTR int32_t JsonWriter_get_StringEscapeHandling_m1924816288 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method); // System.Boolean[] Newtonsoft.Json.Utilities.JavaScriptUtils::GetCharEscapeFlags(Newtonsoft.Json.StringEscapeHandling,System.Char) extern "C" IL2CPP_METHOD_ATTR BooleanU5BU5D_t2897418192* JavaScriptUtils_GetCharEscapeFlags_m2215130569 (RuntimeObject * __this /* static, unused */, int32_t ___stringEscapeHandling0, Il2CppChar ___quoteChar1, 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); // System.String System.String::CreateString(System.Char,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_CreateString_m1262864254 (String_t* __this, Il2CppChar ___c0, int32_t ___count1, const RuntimeMethod* method); // System.Char[] System.String::ToCharArray() extern "C" IL2CPP_METHOD_ATTR CharU5BU5D_t3528271667* String_ToCharArray_m1492846834 (String_t* __this, const RuntimeMethod* method); // System.Int32 System.Math::Min(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Math_Min_m3468062251 (RuntimeObject * __this /* static, unused */, int32_t p0, int32_t p1, 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::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.JsonTextWriter::WriteValueInternal(System.String,Newtonsoft.Json.JsonToken) extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValueInternal_m1234675766 (JsonTextWriter_t1095349912 * __this, String_t* ___value0, int32_t ___token1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::InternalWriteRaw() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_InternalWriteRaw_m2830881673 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonTextWriter::EnsureWriteBuffer() extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter_EnsureWriteBuffer_m3741951443 (JsonTextWriter_t1095349912 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.JavaScriptUtils::WriteEscapedJavaScriptString(System.IO.TextWriter,System.String,System.Char,System.Boolean,System.Boolean[],Newtonsoft.Json.StringEscapeHandling,Newtonsoft.Json.IArrayPool`1,System.Char[]&) extern "C" IL2CPP_METHOD_ATTR void JavaScriptUtils_WriteEscapedJavaScriptString_m1556362848 (RuntimeObject * __this /* static, unused */, TextWriter_t3478189236 * ___writer0, String_t* ___s1, Il2CppChar ___delimiter2, bool ___appendDelimiters3, BooleanU5BU5D_t2897418192* ___charEscapeFlags4, int32_t ___stringEscapeHandling5, RuntimeObject* ___bufferPool6, CharU5BU5D_t3528271667** ___writeBuffer7, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonTextWriter::WriteIntegerValue(System.Int64) extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter_WriteIntegerValue_m970477972 (JsonTextWriter_t1095349912 * __this, int64_t ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonTextWriter::WriteIntegerValue(System.UInt64) extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter_WriteIntegerValue_m1064901838 (JsonTextWriter_t1095349912 * __this, uint64_t ___uvalue0, 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.Char Newtonsoft.Json.JsonTextWriter::get_QuoteChar() extern "C" IL2CPP_METHOD_ATTR Il2CppChar JsonTextWriter_get_QuoteChar_m568500091 (JsonTextWriter_t1095349912 * __this, const RuntimeMethod* method); // System.String Newtonsoft.Json.JsonConvert::ToString(System.Single,Newtonsoft.Json.FloatFormatHandling,System.Char,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m3857511928 (RuntimeObject * __this /* static, unused */, float ___value0, int32_t ___floatFormatHandling1, Il2CppChar ___quoteChar2, bool ___nullable3, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m147051412(__this, method) (( bool (*) (Nullable_1_t3119828856 *, const RuntimeMethod*))Nullable_1_get_HasValue_m147051412_gshared)(__this, method) // !0 System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m4129375130(__this, method) (( float (*) (Nullable_1_t3119828856 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m4129375130_gshared)(__this, method) // System.String Newtonsoft.Json.JsonConvert::ToString(System.Double,Newtonsoft.Json.FloatFormatHandling,System.Char,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m1711181805 (RuntimeObject * __this /* static, unused */, double ___value0, int32_t ___floatFormatHandling1, Il2CppChar ___quoteChar2, bool ___nullable3, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m3020079244(__this, method) (( bool (*) (Nullable_1_t2317227445 *, const RuntimeMethod*))Nullable_1_get_HasValue_m3020079244_gshared)(__this, method) // !0 System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m221723129(__this, method) (( double (*) (Nullable_1_t2317227445 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m221723129_gshared)(__this, method) // System.String Newtonsoft.Json.JsonConvert::ToString(System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m3460234951 (RuntimeObject * __this /* static, unused */, bool ___value0, const RuntimeMethod* method); // System.String Newtonsoft.Json.JsonConvert::ToString(System.Char) extern "C" IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m454975570 (RuntimeObject * __this /* static, unused */, Il2CppChar ___value0, const RuntimeMethod* method); // System.String Newtonsoft.Json.JsonConvert::ToString(System.Decimal) extern "C" IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m2135690332 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___value0, const RuntimeMethod* 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.String Newtonsoft.Json.JsonWriter::get_DateFormatString() extern "C" IL2CPP_METHOD_ATTR String_t* JsonWriter_get_DateFormatString_m3232928038 (JsonWriter_t1467272295 * __this, 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.DateTimeKind System.DateTime::get_Kind() extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_get_Kind_m2154871796 (DateTime_t3738529785 * __this, 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.Int32 Newtonsoft.Json.Utilities.DateTimeUtils::WriteDateTimeString(System.Char[],System.Int32,System.DateTime,System.Nullable`1,System.DateTimeKind,Newtonsoft.Json.DateFormatHandling) extern "C" IL2CPP_METHOD_ATTR int32_t DateTimeUtils_WriteDateTimeString_m108143888 (RuntimeObject * __this /* static, unused */, CharU5BU5D_t3528271667* ___chars0, int32_t ___start1, DateTime_t3738529785 ___value2, Nullable_1_t2603721331 ___offset3, int32_t ___kind4, int32_t ___format5, 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.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); // Newtonsoft.Json.Utilities.Base64Encoder Newtonsoft.Json.JsonTextWriter::get_Base64Encoder() extern "C" IL2CPP_METHOD_ATTR Base64Encoder_t3724986751 * JsonTextWriter_get_Base64Encoder_m313962527 (JsonTextWriter_t1095349912 * __this, const RuntimeMethod* method); // 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); // System.Void Newtonsoft.Json.Utilities.Base64Encoder::Flush() extern "C" IL2CPP_METHOD_ATTR void Base64Encoder_Flush_m2747375597 (Base64Encoder_t3724986751 * __this, const RuntimeMethod* method); // System.DateTime System.DateTimeOffset::get_UtcDateTime() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTimeOffset_get_UtcDateTime_m1021718282 (DateTimeOffset_t3229287507 * __this, const RuntimeMethod* method); // System.DateTime System.DateTimeOffset::get_DateTime() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTimeOffset_get_DateTime_m620985777 (DateTimeOffset_t3229287507 * __this, const RuntimeMethod* method); // System.TimeSpan System.DateTimeOffset::get_Offset() extern "C" IL2CPP_METHOD_ATTR TimeSpan_t881159249 DateTimeOffset_get_Offset_m2040541042 (DateTimeOffset_t3229287507 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) #define Nullable_1__ctor_m3314784284(__this, p0, method) (( void (*) (Nullable_1_t2603721331 *, TimeSpan_t881159249 , const RuntimeMethod*))Nullable_1__ctor_m3314784284_gshared)(__this, p0, method) // System.String System.DateTimeOffset::ToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeOffset_ToString_m3985341516 (DateTimeOffset_t3229287507 * __this, String_t* p0, RuntimeObject* p1, 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 System.Guid::ToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Guid_ToString_m2120285561 (Guid_t * __this, String_t* p0, RuntimeObject* p1, const RuntimeMethod* method); // System.String System.TimeSpan::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* TimeSpan_ToString_m1128692466 (TimeSpan_t881159249 * __this, const RuntimeMethod* method); // System.Boolean System.Uri::op_Equality(System.Uri,System.Uri) extern "C" IL2CPP_METHOD_ATTR bool Uri_op_Equality_m685520154 (RuntimeObject * __this /* static, unused */, Uri_t100236324 * p0, Uri_t100236324 * p1, const RuntimeMethod* method); // System.String System.Uri::get_OriginalString() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_OriginalString_m3715995233 (Uri_t100236324 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::InternalWriteComment() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_InternalWriteComment_m1930883894 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method); // 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); // System.Int32 Newtonsoft.Json.Utilities.MathUtils::IntLength(System.UInt64) extern "C" IL2CPP_METHOD_ATTR int32_t MathUtils_IntLength_m3543442926 (RuntimeObject * __this /* static, unused */, uint64_t ___i0, const RuntimeMethod* method); // System.Collections.Generic.List`1 System.Linq.Enumerable::ToList(System.Collections.Generic.IEnumerable`1) #define Enumerable_ToList_TisStateU5BU5D_t813246884_m2447809622(__this /* static, unused */, p0, method) (( List_1_t2285321626 * (*) (RuntimeObject * /* static, unused */, RuntimeObject*, const RuntimeMethod*))Enumerable_ToList_TisRuntimeObject_m1484080463_gshared)(__this /* static, unused */, p0, 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.Collections.Generic.IList`1 Newtonsoft.Json.Utilities.EnumUtils::GetValues(System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* EnumUtils_GetValues_m1997494740 (RuntimeObject * __this /* static, unused */, Type_t * ___enumType0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m3492106600(__this, method) (( int32_t (*) (List_1_t2285321626 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m213487292(__this, p0, method) (( void (*) (List_1_t2285321626 *, StateU5BU5D_t813246884*, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // !0[] System.Collections.Generic.List`1::ToArray() #define List_1_ToArray_m218164678(__this, method) (( StateU5BU5DU5BU5D_t3190318925* (*) (List_1_t2285321626 *, const RuntimeMethod*))List_1_ToArray_m4168020446_gshared)(__this, method) // Newtonsoft.Json.JsonWriter/State[][] Newtonsoft.Json.JsonWriter::BuildStateArray() extern "C" IL2CPP_METHOD_ATTR StateU5BU5DU5BU5D_t3190318925* JsonWriter_BuildStateArray_m57064020 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m4240163880(__this, method) (( int32_t (*) (List_1_t4000102456 *, const RuntimeMethod*))List_1_get_Count_m4240163880_gshared)(__this, method) // Newtonsoft.Json.JsonContainerType Newtonsoft.Json.JsonWriter::Peek() extern "C" IL2CPP_METHOD_ATTR int32_t JsonWriter_Peek_m366570327 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method); // System.String Newtonsoft.Json.JsonPosition::BuildPath(System.Collections.Generic.List`1,System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR String_t* JsonPosition_BuildPath_m2776750612 (RuntimeObject * __this /* static, unused */, List_1_t4000102456 * ___positions0, Nullable_1_t4250589796 ___currentPosition1, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) #define Nullable_1__ctor_m291166727(__this, p0, method) (( void (*) (Nullable_1_t4250589796 *, JsonPosition_t2528027714 , const RuntimeMethod*))Nullable_1__ctor_m291166727_gshared)(__this, p0, 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.Object::.ctor() extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m297566312 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::set_CloseOutput(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_set_CloseOutput_m2708207514 (JsonWriter_t1467272295 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m1378328547(__this, method) (( void (*) (List_1_t4000102456 *, const RuntimeMethod*))List_1__ctor_m1378328547_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m2564458925(__this, p0, method) (( void (*) (List_1_t4000102456 *, JsonPosition_t2528027714 , const RuntimeMethod*))List_1_Add_m2564458925_gshared)(__this, p0, method) // System.Void Newtonsoft.Json.JsonPosition::.ctor(Newtonsoft.Json.JsonContainerType) extern "C" IL2CPP_METHOD_ATTR void JsonPosition__ctor_m1215355640 (JsonPosition_t2528027714 * __this, int32_t ___type0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m592205178(__this, p0, method) (( JsonPosition_t2528027714 (*) (List_1_t4000102456 *, int32_t, const RuntimeMethod*))List_1_get_Item_m592205178_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) #define List_1_RemoveAt_m3351128372(__this, p0, method) (( void (*) (List_1_t4000102456 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m3351128372_gshared)(__this, p0, method) // System.Void Newtonsoft.Json.JsonWriter::AutoCompleteAll() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_AutoCompleteAll_m3999597399 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::InternalWriteEnd(Newtonsoft.Json.JsonContainerType) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_InternalWriteEnd_m1102822287 (JsonWriter_t1467272295 * __this, int32_t ___container0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteEnd(Newtonsoft.Json.JsonContainerType) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteEnd_m1732108614 (JsonWriter_t1467272295 * __this, int32_t ___type0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteToken(Newtonsoft.Json.JsonReader,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteToken_m2639846460 (JsonWriter_t1467272295 * __this, JsonReader_t2369136700 * ___reader0, bool ___writeChildren1, const RuntimeMethod* 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.Int64 System.Convert::ToInt64(System.Object,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m2643251823 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject* p1, const RuntimeMethod* method); // System.Double System.Convert::ToDouble(System.Object,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR double Convert_ToDouble_m4017511472 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject* p1, const RuntimeMethod* method); // System.Boolean System.Convert::ToBoolean(System.Object,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR bool Convert_ToBoolean_m4120735400 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject* p1, const RuntimeMethod* method); // System.DateTime System.Convert::ToDateTime(System.Object,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Convert_ToDateTime_m1567637286 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject* p1, const RuntimeMethod* method); // System.ArgumentOutOfRangeException Newtonsoft.Json.Utilities.MiscellaneousUtils::CreateArgumentOutOfRangeException(System.String,System.Object,System.String) extern "C" IL2CPP_METHOD_ATTR ArgumentOutOfRangeException_t777629997 * MiscellaneousUtils_CreateArgumentOutOfRangeException_m1064925786 (RuntimeObject * __this /* static, unused */, String_t* ___paramName0, RuntimeObject * ___actualValue1, String_t* ___message2, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.JsonTokenUtils::IsStartToken(Newtonsoft.Json.JsonToken) extern "C" IL2CPP_METHOD_ATTR bool JsonTokenUtils_IsStartToken_m2983268978 (RuntimeObject * __this /* static, unused */, int32_t ___token0, const RuntimeMethod* 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.Void Newtonsoft.Json.JsonWriter::WriteConstructorDate(Newtonsoft.Json.JsonReader) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteConstructorDate_m3143936787 (JsonWriter_t1467272295 * __this, JsonReader_t2369136700 * ___reader0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteToken(Newtonsoft.Json.JsonToken,System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteToken_m3524849723 (JsonWriter_t1467272295 * __this, int32_t ___token0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.JsonTokenUtils::IsEndToken(Newtonsoft.Json.JsonToken) extern "C" IL2CPP_METHOD_ATTR bool JsonTokenUtils_IsEndToken_m2314115259 (RuntimeObject * __this /* static, unused */, int32_t ___token0, const RuntimeMethod* method); // System.DateTime Newtonsoft.Json.Utilities.DateTimeUtils::ConvertJavaScriptTicksToDateTime(System.Int64) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTimeUtils_ConvertJavaScriptTicksToDateTime_m2220449017 (RuntimeObject * __this /* static, unused */, int64_t ___javaScriptTicks0, const RuntimeMethod* method); // Newtonsoft.Json.JsonContainerType Newtonsoft.Json.JsonWriter::Pop() extern "C" IL2CPP_METHOD_ATTR int32_t JsonWriter_Pop_m3959742463 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method); // Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonWriter::GetCloseTokenForType(Newtonsoft.Json.JsonContainerType) extern "C" IL2CPP_METHOD_ATTR int32_t JsonWriter_GetCloseTokenForType_m127412571 (JsonWriter_t1467272295 * __this, int32_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.JsonWriter::UpdateScopeWithFinishedValue() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_UpdateScopeWithFinishedValue_m2741790470 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::AutoComplete(Newtonsoft.Json.JsonToken) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_AutoComplete_m1414726084 (JsonWriter_t1467272295 * __this, int32_t ___tokenBeingWritten0, 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) // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m1094388134(__this, method) (( bool (*) (Nullable_1_t4282624060 *, const RuntimeMethod*))Nullable_1_get_HasValue_m1094388134_gshared)(__this, method) // !0 System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m874061072(__this, method) (( uint32_t (*) (Nullable_1_t4282624060 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m874061072_gshared)(__this, method) // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m102045064(__this, method) (( bool (*) (Nullable_1_t1164162090 *, const RuntimeMethod*))Nullable_1_get_HasValue_m102045064_gshared)(__this, method) // !0 System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m3015207040(__this, method) (( int64_t (*) (Nullable_1_t1164162090 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m3015207040_gshared)(__this, method) // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m1015089092(__this, method) (( bool (*) (Nullable_1_t1561634878 *, const RuntimeMethod*))Nullable_1_get_HasValue_m1015089092_gshared)(__this, method) // !0 System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m2003770913(__this, method) (( uint64_t (*) (Nullable_1_t1561634878 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m2003770913_gshared)(__this, 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) // !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.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m2655267714(__this, method) (( bool (*) (Nullable_1_t4275382469 *, const RuntimeMethod*))Nullable_1_get_HasValue_m2655267714_gshared)(__this, method) // !0 System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m3921181120(__this, method) (( int16_t (*) (Nullable_1_t4275382469 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m3921181120_gshared)(__this, method) // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m1079455772(__this, method) (( bool (*) (Nullable_1_t3900287040 *, const RuntimeMethod*))Nullable_1_get_HasValue_m1079455772_gshared)(__this, method) // !0 System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m3113842210(__this, method) (( uint16_t (*) (Nullable_1_t3900287040 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m3113842210_gshared)(__this, method) // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m784624018(__this, method) (( bool (*) (Nullable_1_t1062055256 *, const RuntimeMethod*))Nullable_1_get_HasValue_m784624018_gshared)(__this, method) // !0 System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m2320521946(__this, method) (( Il2CppChar (*) (Nullable_1_t1062055256 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m2320521946_gshared)(__this, method) // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m4056261378(__this, method) (( bool (*) (Nullable_1_t2856858458 *, const RuntimeMethod*))Nullable_1_get_HasValue_m4056261378_gshared)(__this, method) // !0 System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m1324277619(__this, method) (( uint8_t (*) (Nullable_1_t2856858458 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m1324277619_gshared)(__this, method) // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m1166690213(__this, method) (( bool (*) (Nullable_1_t3392139744 *, const RuntimeMethod*))Nullable_1_get_HasValue_m1166690213_gshared)(__this, method) // !0 System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m2917913770(__this, method) (( int8_t (*) (Nullable_1_t3392139744 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m2917913770_gshared)(__this, method) // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m722401406(__this, method) (( bool (*) (Nullable_1_t375854166 *, const RuntimeMethod*))Nullable_1_get_HasValue_m722401406_gshared)(__this, method) // !0 System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m1041199192(__this, method) (( Decimal_t2948259380 (*) (Nullable_1_t375854166 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m1041199192_gshared)(__this, method) // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m3821813822(__this, method) (( bool (*) (Nullable_1_t1166124571 *, const RuntimeMethod*))Nullable_1_get_HasValue_m3821813822_gshared)(__this, method) // !0 System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m4024272999(__this, method) (( DateTime_t3738529785 (*) (Nullable_1_t1166124571 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m4024272999_gshared)(__this, method) // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m3569253076(__this, method) (( bool (*) (Nullable_1_t656882293 *, const RuntimeMethod*))Nullable_1_get_HasValue_m3569253076_gshared)(__this, method) // !0 System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m645067753(__this, method) (( DateTimeOffset_t3229287507 (*) (Nullable_1_t656882293 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m645067753_gshared)(__this, method) // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m2698986649(__this, method) (( bool (*) (Nullable_1_t621127673 *, const RuntimeMethod*))Nullable_1_get_HasValue_m2698986649_gshared)(__this, method) // !0 System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m2820351392(__this, method) (( Guid_t (*) (Nullable_1_t621127673 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m2820351392_gshared)(__this, method) // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m1210311128(__this, method) (( bool (*) (Nullable_1_t2603721331 *, const RuntimeMethod*))Nullable_1_get_HasValue_m1210311128_gshared)(__this, method) // !0 System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m3497035374(__this, method) (( TimeSpan_t881159249 (*) (Nullable_1_t2603721331 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m3497035374_gshared)(__this, method) // System.Type System.Object::GetType() extern "C" IL2CPP_METHOD_ATTR Type_t * Object_GetType_m88164663 (RuntimeObject * __this, 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.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); // System.Void System.GC::SuppressFinalize(System.Object) extern "C" IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m1177400158 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) #define Nullable_1__ctor_m2069847974(__this, p0, method) (( void (*) (Nullable_1_t1062055256 *, Il2CppChar, const RuntimeMethod*))Nullable_1__ctor_m2069847974_gshared)(__this, p0, 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.Void System.Nullable`1::.ctor(!0) #define Nullable_1__ctor_m1228074469(__this, p0, method) (( void (*) (Nullable_1_t3392139744 *, int8_t, const RuntimeMethod*))Nullable_1__ctor_m1228074469_gshared)(__this, p0, method) // System.Void System.Nullable`1::.ctor(!0) #define Nullable_1__ctor_m2296905519(__this, p0, method) (( void (*) (Nullable_1_t4275382469 *, int16_t, const RuntimeMethod*))Nullable_1__ctor_m2296905519_gshared)(__this, p0, method) // System.Void System.Nullable`1::.ctor(!0) #define Nullable_1__ctor_m2986034422(__this, p0, method) (( void (*) (Nullable_1_t3900287040 *, uint16_t, const RuntimeMethod*))Nullable_1__ctor_m2986034422_gshared)(__this, p0, 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.Nullable`1::.ctor(!0) #define Nullable_1__ctor_m1793861881(__this, p0, method) (( void (*) (Nullable_1_t2856858458 *, uint8_t, const RuntimeMethod*))Nullable_1__ctor_m1793861881_gshared)(__this, p0, method) // System.Void System.Nullable`1::.ctor(!0) #define Nullable_1__ctor_m3079654719(__this, p0, method) (( void (*) (Nullable_1_t4282624060 *, uint32_t, const RuntimeMethod*))Nullable_1__ctor_m3079654719_gshared)(__this, p0, method) // System.Void System.Nullable`1::.ctor(!0) #define Nullable_1__ctor_m2435415719(__this, p0, method) (( void (*) (Nullable_1_t1164162090 *, int64_t, const RuntimeMethod*))Nullable_1__ctor_m2435415719_gshared)(__this, p0, method) // System.Void System.Nullable`1::.ctor(!0) #define Nullable_1__ctor_m1540175555(__this, p0, method) (( void (*) (Nullable_1_t1561634878 *, uint64_t, const RuntimeMethod*))Nullable_1__ctor_m1540175555_gshared)(__this, p0, method) // System.Void System.Nullable`1::.ctor(!0) #define Nullable_1__ctor_m3169166495(__this, p0, method) (( void (*) (Nullable_1_t3119828856 *, float, const RuntimeMethod*))Nullable_1__ctor_m3169166495_gshared)(__this, p0, method) // System.Void System.Nullable`1::.ctor(!0) #define Nullable_1__ctor_m3137306314(__this, p0, method) (( void (*) (Nullable_1_t2317227445 *, double, const RuntimeMethod*))Nullable_1__ctor_m3137306314_gshared)(__this, p0, method) // System.Void System.Nullable`1::.ctor(!0) #define Nullable_1__ctor_m614513477(__this, p0, method) (( void (*) (Nullable_1_t1166124571 *, DateTime_t3738529785 , const RuntimeMethod*))Nullable_1__ctor_m614513477_gshared)(__this, p0, method) // System.Void System.Nullable`1::.ctor(!0) #define Nullable_1__ctor_m444749240(__this, p0, method) (( void (*) (Nullable_1_t656882293 *, DateTimeOffset_t3229287507 , const RuntimeMethod*))Nullable_1__ctor_m444749240_gshared)(__this, p0, method) // System.Void System.Nullable`1::.ctor(!0) #define Nullable_1__ctor_m3508690032(__this, p0, method) (( void (*) (Nullable_1_t375854166 *, Decimal_t2948259380 , const RuntimeMethod*))Nullable_1__ctor_m3508690032_gshared)(__this, p0, method) // System.Void System.Nullable`1::.ctor(!0) #define Nullable_1__ctor_m426225879(__this, p0, method) (( void (*) (Nullable_1_t621127673 *, Guid_t , const RuntimeMethod*))Nullable_1__ctor_m426225879_gshared)(__this, p0, method) // 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); // Newtonsoft.Json.Utilities.PrimitiveTypeCode Newtonsoft.Json.Utilities.TypeInformation::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t TypeInformation_get_TypeCode_m1934773876 (TypeInformation_t1210244291 * __this, const RuntimeMethod* method); // System.Type Newtonsoft.Json.Utilities.TypeInformation::get_Type() extern "C" IL2CPP_METHOD_ATTR Type_t * TypeInformation_get_Type_m784892987 (TypeInformation_t1210244291 * __this, const RuntimeMethod* method); // Newtonsoft.Json.JsonWriterException Newtonsoft.Json.JsonWriter::CreateUnsupportedTypeException(Newtonsoft.Json.JsonWriter,System.Object) extern "C" IL2CPP_METHOD_ATTR JsonWriterException_t1282940098 * JsonWriter_CreateUnsupportedTypeException_m644471138 (RuntimeObject * __this /* static, unused */, JsonWriter_t1467272295 * ___writer0, RuntimeObject * ___value1, const RuntimeMethod* 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.JsonWriter::AutoCompleteClose(Newtonsoft.Json.JsonContainerType) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_AutoCompleteClose_m3257876443 (JsonWriter_t1467272295 * __this, int32_t ___type0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::Push(Newtonsoft.Json.JsonContainerType) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_Push_m970901340 (JsonWriter_t1467272295 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonException::.ctor() extern "C" IL2CPP_METHOD_ATTR void JsonException__ctor_m2704487205 (JsonException_t3720114400 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void JsonException__ctor_m3778315858 (JsonException_t3720114400 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* 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.JsonWriterException::set_Path(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonWriterException_set_Path_m115083998 (JsonWriterException_t1282940098 * __this, String_t* ___value0, const RuntimeMethod* 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); // Newtonsoft.Json.JsonWriterException Newtonsoft.Json.JsonWriterException::Create(System.String,System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR JsonWriterException_t1282940098 * JsonWriterException_Create_m2096555994 (RuntimeObject * __this /* static, unused */, String_t* ___path0, String_t* ___message1, Exception_t * ___ex2, const RuntimeMethod* method); // System.String Newtonsoft.Json.JsonPosition::FormatMessage(Newtonsoft.Json.IJsonLineInfo,System.String,System.String) 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.JsonWriterException::.ctor(System.String,System.Exception,System.String) extern "C" IL2CPP_METHOD_ATTR void JsonWriterException__ctor_m2970861199 (JsonWriterException_t1282940098 * __this, String_t* ___message0, Exception_t * ___innerException1, String_t* ___path2, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.Extensions/<>c::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m2409410025 (U3CU3Ec_t1720245494 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m1725792518(__this, method) (( void (*) (List_1_t2510613989 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void Newtonsoft.Json.Linq.JContainer::.ctor() extern "C" IL2CPP_METHOD_ATTR void JContainer__ctor_m2143055612 (JContainer_t1023664833 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JContainer::.ctor(Newtonsoft.Json.Linq.JContainer) extern "C" IL2CPP_METHOD_ATTR void JContainer__ctor_m1372198551 (JContainer_t1023664833 * __this, JContainer_t1023664833 * ___other0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Linq.JContainer::ContentsEqual(Newtonsoft.Json.Linq.JContainer) extern "C" IL2CPP_METHOD_ATTR bool JContainer_ContentsEqual_m294229382 (JContainer_t1023664833 * __this, JContainer_t1023664833 * ___container0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JArray::.ctor(Newtonsoft.Json.Linq.JArray) extern "C" IL2CPP_METHOD_ATTR void JArray__ctor_m4250417644 (JArray_t2963978544 * __this, JArray_t2963978544 * ___other0, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JArray Newtonsoft.Json.Linq.JArray::Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings) extern "C" IL2CPP_METHOD_ATTR JArray_t2963978544 * JArray_Load_m454891215 (RuntimeObject * __this /* static, unused */, JsonReader_t2369136700 * ___reader0, JsonLoadSettings_t878621609 * ___settings1, const RuntimeMethod* method); // Newtonsoft.Json.JsonReaderException Newtonsoft.Json.JsonReaderException::Create(Newtonsoft.Json.JsonReader,System.String) extern "C" IL2CPP_METHOD_ATTR JsonReaderException_t3553144781 * JsonReaderException_Create_m462917555 (RuntimeObject * __this /* static, unused */, JsonReader_t2369136700 * ___reader0, String_t* ___message1, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.JsonReader::MoveToContent() extern "C" IL2CPP_METHOD_ATTR bool JsonReader_MoveToContent_m203105123 (JsonReader_t2369136700 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JArray::.ctor() extern "C" IL2CPP_METHOD_ATTR void JArray__ctor_m1968324959 (JArray_t2963978544 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JToken::SetLineInfo(Newtonsoft.Json.IJsonLineInfo,Newtonsoft.Json.Linq.JsonLoadSettings) extern "C" IL2CPP_METHOD_ATTR void JToken_SetLineInfo_m1616462453 (JToken_t1038539247 * __this, RuntimeObject* ___lineInfo0, JsonLoadSettings_t878621609 * ___settings1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JContainer::ReadTokenFrom(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings) extern "C" IL2CPP_METHOD_ATTR void JContainer_ReadTokenFrom_m192763178 (JContainer_t1023664833 * __this, JsonReader_t2369136700 * ___reader0, JsonLoadSettings_t878621609 * ___options1, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m1670299694(__this, p0, method) (( JToken_t1038539247 * (*) (List_1_t2510613989 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m3303129812(__this, method) (( int32_t (*) (List_1_t2510613989 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.String Newtonsoft.Json.Utilities.MiscellaneousUtils::ToString(System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* MiscellaneousUtils_ToString_m4213282389 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, const RuntimeMethod* 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.Int32 Newtonsoft.Json.Utilities.CollectionUtils::IndexOfReference(System.Collections.Generic.List`1,T) #define CollectionUtils_IndexOfReference_TisJToken_t1038539247_m1539937755(__this /* static, unused */, ___list0, ___item1, method) (( int32_t (*) (RuntimeObject * /* static, unused */, List_1_t2510613989 *, JToken_t1038539247 *, const RuntimeMethod*))CollectionUtils_IndexOfReference_TisRuntimeObject_m53633288_gshared)(__this /* static, unused */, ___list0, ___item1, method) // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JEnumerable`1::GetEnumerator() #define JEnumerable_1_GetEnumerator_m3956591064(__this, method) (( RuntimeObject* (*) (JEnumerable_1_t20407348 *, const RuntimeMethod*))JEnumerable_1_GetEnumerator_m2783602549_gshared)(__this, method) // System.Int32 Newtonsoft.Json.Linq.JContainer::ContentsHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t JContainer_ContentsHashCode_m4179099099 (JContainer_t1023664833 * __this, const RuntimeMethod* method); // System.String Newtonsoft.Json.Linq.JConstructor::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* JConstructor_get_Name_m2062532048 (JConstructor_t3659803310 * __this, 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.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.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.Void Newtonsoft.Json.Linq.JConstructor::.ctor(Newtonsoft.Json.Linq.JConstructor) extern "C" IL2CPP_METHOD_ATTR void JConstructor__ctor_m2521035048 (JConstructor_t3659803310 * __this, JConstructor_t3659803310 * ___other0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JConstructor::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void JConstructor__ctor_m1825179104 (JConstructor_t3659803310 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JToken::.ctor() extern "C" IL2CPP_METHOD_ATTR void JToken__ctor_m1906622579 (JToken_t1038539247 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JContainer::AddInternal(System.Int32,System.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JContainer_AddInternal_m2943879957 (JContainer_t1023664833 * __this, int32_t ___index0, RuntimeObject * ___content1, bool ___skipParentCheck2, 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); // System.Void System.ComponentModel.ListChangedEventHandler::Invoke(System.Object,System.ComponentModel.ListChangedEventArgs) extern "C" IL2CPP_METHOD_ATTR void ListChangedEventHandler_Invoke_m1723015268 (ListChangedEventHandler_t1703970447 * __this, RuntimeObject * p0, ListChangedEventArgs_t1328006001 * p1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JEnumerable`1::.ctor(System.Collections.Generic.IEnumerable`1) #define JEnumerable_1__ctor_m2122612675(__this, p0, method) (( void (*) (JEnumerable_1_t20407348 *, RuntimeObject*, const RuntimeMethod*))JEnumerable_1__ctor_m1584927905_gshared)(__this, p0, method) // System.Collections.Generic.IEnumerable`1 Newtonsoft.Json.Linq.JContainer::GetDescendants(System.Boolean) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JContainer_GetDescendants_m4232233353 (JContainer_t1023664833 * __this, bool ___self0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JContainer/d__29::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void U3CGetDescendantsU3Ed__29__ctor_m3965725557 (U3CGetDescendantsU3Ed__29_t2717699431 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JValue Newtonsoft.Json.Linq.JValue::CreateNull() extern "C" IL2CPP_METHOD_ATTR JValue_t1448862567 * JValue_CreateNull_m1873583286 (RuntimeObject * __this /* static, unused */, 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_Root() extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * JToken_get_Root_m1621222961 (JToken_t1038539247 * __this, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m282481429 (ArgumentOutOfRangeException_t777629997 * __this, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JContainer::CheckReentrancy() extern "C" IL2CPP_METHOD_ATTR void JContainer_CheckReentrancy_m3570870381 (JContainer_t1023664833 * __this, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JContainer::EnsureParentToken(Newtonsoft.Json.Linq.JToken,System.Boolean) extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * JContainer_EnsureParentToken_m1350774183 (JContainer_t1023664833 * __this, JToken_t1038539247 * ___item0, bool ___skipParentCheck1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JToken::set_Parent(Newtonsoft.Json.Linq.JContainer) extern "C" IL2CPP_METHOD_ATTR void JToken_set_Parent_m545664813 (JToken_t1038539247 * __this, JContainer_t1023664833 * ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JToken::set_Previous(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR void JToken_set_Previous_m4097729148 (JToken_t1038539247 * __this, JToken_t1038539247 * ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JToken::set_Next(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR void JToken_set_Next_m2807458976 (JToken_t1038539247 * __this, JToken_t1038539247 * ___value0, const RuntimeMethod* method); // System.Void System.ComponentModel.ListChangedEventArgs::.ctor(System.ComponentModel.ListChangedType,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ListChangedEventArgs__ctor_m2776068830 (ListChangedEventArgs_t1328006001 * __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Linq.JContainer::IsTokenUnchanged(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR bool JContainer_IsTokenUnchanged_m596112421 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___currentValue0, JToken_t1038539247 * ___newValue1, const RuntimeMethod* method); // System.Int32 System.Array::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t Array_get_Length_m21610649 (RuntimeArray * __this, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.Linq.JContainer::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t JContainer_get_Count_m3989743323 (JContainer_t1023664833 * __this, const RuntimeMethod* method); // System.Void System.Array::SetValue(System.Object,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_SetValue_m3412255035 (RuntimeArray * __this, RuntimeObject * p0, int32_t p1, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Linq.JContainer::IsMultiContent(System.Object) extern "C" IL2CPP_METHOD_ATTR bool JContainer_IsMultiContent_m2621534740 (JContainer_t1023664833 * __this, RuntimeObject * ___content0, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JContainer::CreateFromContent(System.Object) extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * JContainer_CreateFromContent_m349117345 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___content0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JValue::.ctor(System.Object) extern "C" IL2CPP_METHOD_ATTR void JValue__ctor_m3253317968 (JValue_t1448862567 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JContainer::ReadContentFrom(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings) extern "C" IL2CPP_METHOD_ATTR void JContainer_ReadContentFrom_m1905149918 (JContainer_t1023664833 * __this, JsonReader_t2369136700 * ___r0, JsonLoadSettings_t878621609 * ___settings1, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JProperty::get_Value() extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * JProperty_get_Value_m853684465 (JProperty_t3803048347 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JObject::.ctor() extern "C" IL2CPP_METHOD_ATTR void JObject__ctor_m1738103074 (JObject_t2059125928 * __this, const RuntimeMethod* method); // Newtonsoft.Json.Linq.CommentHandling Newtonsoft.Json.Linq.JsonLoadSettings::get_CommentHandling() extern "C" IL2CPP_METHOD_ATTR int32_t JsonLoadSettings_get_CommentHandling_m2256880008 (JsonLoadSettings_t878621609 * __this, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JValue Newtonsoft.Json.Linq.JValue::CreateComment(System.String) extern "C" IL2CPP_METHOD_ATTR JValue_t1448862567 * JValue_CreateComment_m2766888673 (RuntimeObject * __this /* static, unused */, String_t* ___value0, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JValue Newtonsoft.Json.Linq.JValue::CreateUndefined() extern "C" IL2CPP_METHOD_ATTR JValue_t1448862567 * JValue_CreateUndefined_m481882203 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JProperty::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void JProperty__ctor_m604795661 (JProperty_t3803048347 * __this, String_t* ___name0, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JProperty Newtonsoft.Json.Linq.JObject::Property(System.String) extern "C" IL2CPP_METHOD_ATTR JProperty_t3803048347 * JObject_Property_m2056844643 (JObject_t2059125928 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JToken::Replace(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR void JToken_Replace_m4229392018 (JToken_t1038539247 * __this, JToken_t1038539247 * ___value0, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JContainer::EnsureValue(System.Object) extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * JContainer_EnsureValue_m3035905786 (JContainer_t1023664833 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Object System.Threading.Interlocked::CompareExchange(System.Object&,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Interlocked_CompareExchange_m1590826108 (RuntimeObject * __this /* static, unused */, RuntimeObject ** p0, RuntimeObject * p1, RuntimeObject * p2, const RuntimeMethod* method); // System.Threading.Thread System.Threading.Thread::get_CurrentThread() extern "C" IL2CPP_METHOD_ATTR Thread_t2300836069 * Thread_get_CurrentThread_m4142136012 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 System.Threading.Thread::get_ManagedThreadId() extern "C" IL2CPP_METHOD_ATTR int32_t Thread_get_ManagedThreadId_m1068113671 (Thread_t2300836069 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JContainer/d__29::<>m__Finally2() extern "C" IL2CPP_METHOD_ATTR void U3CGetDescendantsU3Ed__29_U3CU3Em__Finally2_m1171245484 (U3CGetDescendantsU3Ed__29_t2717699431 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JContainer/d__29::<>m__Finally1() extern "C" IL2CPP_METHOD_ATTR void U3CGetDescendantsU3Ed__29_U3CU3Em__Finally1_m3892234668 (U3CGetDescendantsU3Ed__29_t2717699431 * __this, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 Newtonsoft.Json.Linq.JContainer::Descendants() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JContainer_Descendants_m2510697787 (JContainer_t1023664833 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JContainer/d__29::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CGetDescendantsU3Ed__29_System_IDisposable_Dispose_m438464634 (U3CGetDescendantsU3Ed__29_t2717699431 * __this, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m2730133172 (NotSupportedException_t1314879016 * __this, const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JContainer/d__29::System.Collections.Generic.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CGetDescendantsU3Ed__29_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m2461251757 (U3CGetDescendantsU3Ed__29_t2717699431 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JPropertyKeyedCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void JPropertyKeyedCollection__ctor_m3285489270 (JPropertyKeyedCollection_t1521123921 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Linq.JPropertyKeyedCollection::Compare(Newtonsoft.Json.Linq.JPropertyKeyedCollection) extern "C" IL2CPP_METHOD_ATTR bool JPropertyKeyedCollection_Compare_m1461185507 (JPropertyKeyedCollection_t1521123921 * __this, JPropertyKeyedCollection_t1521123921 * ___other0, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.Linq.JPropertyKeyedCollection::IndexOfReference(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR int32_t JPropertyKeyedCollection_IndexOfReference_m1048578616 (JPropertyKeyedCollection_t1521123921 * __this, JToken_t1038539247 * ___t0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JContainer::InsertItem(System.Int32,Newtonsoft.Json.Linq.JToken,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JContainer_InsertItem_m3405222001 (JContainer_t1023664833 * __this, int32_t ___index0, JToken_t1038539247 * ___item1, bool ___skipParentCheck2, const RuntimeMethod* method); // System.String Newtonsoft.Json.Linq.JProperty::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* JProperty_get_Name_m1638548167 (JProperty_t3803048347 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Linq.JPropertyKeyedCollection::TryGetValue(System.String,Newtonsoft.Json.Linq.JToken&) extern "C" IL2CPP_METHOD_ATTR bool JPropertyKeyedCollection_TryGetValue_m2321108377 (JPropertyKeyedCollection_t1521123921 * __this, String_t* ___key0, JToken_t1038539247 ** ___value1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JObject::.ctor(Newtonsoft.Json.Linq.JObject) extern "C" IL2CPP_METHOD_ATTR void JObject__ctor_m1786244122 (JObject_t2059125928 * __this, JObject_t2059125928 * ___other0, 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.Void Newtonsoft.Json.Linq.JProperty::set_Value(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR void JProperty_set_Value_m3771315901 (JProperty_t3803048347 * __this, JToken_t1038539247 * ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JProperty::.ctor(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void JProperty__ctor_m1540364149 (JProperty_t3803048347 * __this, String_t* ___name0, RuntimeObject * ___content1, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JObject Newtonsoft.Json.Linq.JObject::Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings) extern "C" IL2CPP_METHOD_ATTR JObject_t2059125928 * JObject_Load_m2350887230 (RuntimeObject * __this /* static, unused */, JsonReader_t2369136700 * ___reader0, JsonLoadSettings_t878621609 * ___settings1, const RuntimeMethod* method); // !0 System.Collections.ObjectModel.Collection`1::get_Item(System.Int32) #define Collection_1_get_Item_m1515393814(__this, p0, method) (( JToken_t1038539247 * (*) (Collection_1_t4277862461 *, int32_t, const RuntimeMethod*))Collection_1_get_Item_m1632627053_gshared)(__this, p0, method) // System.Int32 System.Collections.ObjectModel.Collection`1::get_Count() #define Collection_1_get_Count_m2147611238(__this, method) (( int32_t (*) (Collection_1_t4277862461 *, const RuntimeMethod*))Collection_1_get_Count_m2853642267_gshared)(__this, method) // System.Boolean Newtonsoft.Json.Linq.JPropertyKeyedCollection::Contains(System.String) extern "C" IL2CPP_METHOD_ATTR bool JPropertyKeyedCollection_Contains_m113520722 (JPropertyKeyedCollection_t1521123921 * __this, String_t* ___key0, const RuntimeMethod* method); // System.Collections.Generic.ICollection`1 Newtonsoft.Json.Linq.JPropertyKeyedCollection::get_Keys() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JPropertyKeyedCollection_get_Keys_m2446193307 (JPropertyKeyedCollection_t1521123921 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JToken::Remove() extern "C" IL2CPP_METHOD_ATTR void JToken_Remove_m412720584 (JToken_t1038539247 * __this, const RuntimeMethod* method); // System.Void System.NotImplementedException::.ctor() extern "C" IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m3058704252 (NotImplementedException_t3489357830 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.KeyValuePair`2::get_Key() #define KeyValuePair_2_get_Key_m2194022623(__this, method) (( String_t* (*) (KeyValuePair_2_t3221467713 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m1328507389_gshared)(__this, method) // !1 System.Collections.Generic.KeyValuePair`2::get_Value() #define KeyValuePair_2_get_Value_m1247118081(__this, method) (( JToken_t1038539247 * (*) (KeyValuePair_2_t3221467713 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m3464904234_gshared)(__this, method) // System.Void Newtonsoft.Json.Linq.JContainer::RemoveAll() extern "C" IL2CPP_METHOD_ATTR void JContainer_RemoveAll_m4273261103 (JContainer_t1023664833 * __this, const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1 System.Collections.ObjectModel.Collection`1::GetEnumerator() #define Collection_1_GetEnumerator_m217286108(__this, method) (( RuntimeObject* (*) (Collection_1_t4277862461 *, const RuntimeMethod*))Collection_1_GetEnumerator_m3456018579_gshared)(__this, method) // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(!0,!1) #define KeyValuePair_2__ctor_m2603949249(__this, p0, p1, method) (( void (*) (KeyValuePair_2_t3221467713 *, String_t*, JToken_t1038539247 *, const RuntimeMethod*))KeyValuePair_2__ctor_m727165395_gshared)(__this, p0, p1, method) // System.Void Newtonsoft.Json.Linq.JObject/d__58::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ed__58__ctor_m1678715696 (U3CGetEnumeratorU3Ed__58_t2686635841 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void System.ComponentModel.PropertyChangedEventArgs::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void PropertyChangedEventArgs__ctor_m603088912 (PropertyChangedEventArgs_t3313059048 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.ComponentModel.PropertyChangedEventHandler::Invoke(System.Object,System.ComponentModel.PropertyChangedEventArgs) extern "C" IL2CPP_METHOD_ATTR void PropertyChangedEventHandler_Invoke_m3658316064 (PropertyChangedEventHandler_t3836340606 * __this, RuntimeObject * p0, PropertyChangedEventArgs_t3313059048 * p1, const RuntimeMethod* method); // System.Void System.ComponentModel.PropertyChangingEventArgs::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void PropertyChangingEventArgs__ctor_m458964423 (PropertyChangingEventArgs_t2067745136 * __this, String_t* ___propertyName0, const RuntimeMethod* method); // System.Void System.ComponentModel.PropertyChangingEventHandler::Invoke(System.Object,System.ComponentModel.PropertyChangingEventArgs) extern "C" IL2CPP_METHOD_ATTR void PropertyChangingEventHandler_Invoke_m4194376157 (PropertyChangingEventHandler_t2830353497 * __this, RuntimeObject * ___sender0, PropertyChangingEventArgs_t2067745136 * ___e1, const RuntimeMethod* method); // System.Void System.ComponentModel.PropertyDescriptorCollection::.ctor(System.ComponentModel.PropertyDescriptor[]) extern "C" IL2CPP_METHOD_ATTR void PropertyDescriptorCollection__ctor_m798034609 (PropertyDescriptorCollection_t4164928659 * __this, PropertyDescriptorU5BU5D_t2649761905* p0, const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1> Newtonsoft.Json.Linq.JObject::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JObject_GetEnumerator_m3979926960 (JObject_t2059125928 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JPropertyDescriptor::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void JPropertyDescriptor__ctor_m4247111979 (JPropertyDescriptor_t1462014386 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Int32 System.ComponentModel.PropertyDescriptorCollection::Add(System.ComponentModel.PropertyDescriptor) extern "C" IL2CPP_METHOD_ATTR int32_t PropertyDescriptorCollection_Add_m3340053766 (PropertyDescriptorCollection_t4164928659 * __this, PropertyDescriptor_t3244362832 * p0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JObject/<>c::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m576855092 (U3CU3Ec_t3140449829 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JObject/d__58::<>m__Finally1() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ed__58_U3CU3Em__Finally1_m2202976945 (U3CGetEnumeratorU3Ed__58_t2686635841 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JObject/d__58::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ed__58_System_IDisposable_Dispose_m3115612663 (U3CGetEnumeratorU3Ed__58_t2686635841 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JProperty/JPropertyList::.ctor() extern "C" IL2CPP_METHOD_ATTR void JPropertyList__ctor_m421727954 (JPropertyList_t1362261004 * __this, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m2047740448 (ArgumentOutOfRangeException_t777629997 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JObject::InternalPropertyChanging(Newtonsoft.Json.Linq.JProperty) extern "C" IL2CPP_METHOD_ATTR void JObject_InternalPropertyChanging_m1904603856 (JObject_t2059125928 * __this, JProperty_t3803048347 * ___childProperty0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JContainer::SetItem(System.Int32,Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR void JContainer_SetItem_m1551553532 (JContainer_t1023664833 * __this, int32_t ___index0, JToken_t1038539247 * ___item1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JObject::InternalPropertyChanged(Newtonsoft.Json.Linq.JProperty) extern "C" IL2CPP_METHOD_ATTR void JObject_InternalPropertyChanged_m2237070080 (JObject_t2059125928 * __this, JProperty_t3803048347 * ___childProperty0, 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.Int32 Newtonsoft.Json.Linq.JProperty/JPropertyList::IndexOf(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR int32_t JPropertyList_IndexOf_m2137007710 (JPropertyList_t1362261004 * __this, JToken_t1038539247 * ___item0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JProperty::.ctor(Newtonsoft.Json.Linq.JProperty) extern "C" IL2CPP_METHOD_ATTR void JProperty__ctor_m1132687042 (JProperty_t3803048347 * __this, JProperty_t3803048347 * ___other0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JArray::.ctor(System.Object) extern "C" IL2CPP_METHOD_ATTR void JArray__ctor_m2313463052 (JArray_t2963978544 * __this, RuntimeObject * ___content0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JProperty/JPropertyList/d__1::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ed__1__ctor_m706020891 (U3CGetEnumeratorU3Ed__1_t1232179978 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JProperty/JPropertyList::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JPropertyList_GetEnumerator_m3754748875 (JPropertyList_t1362261004 * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.PropertyDescriptor::.ctor(System.String,System.Attribute[]) extern "C" IL2CPP_METHOD_ATTR void PropertyDescriptor__ctor_m4092411741 (PropertyDescriptor_t3244362832 * __this, String_t* p0, AttributeU5BU5D_t1575011174* p1, const RuntimeMethod* method); // System.Void System.Collections.ObjectModel.Collection`1::.ctor(System.Collections.Generic.IList`1) #define Collection_1__ctor_m186561013(__this, p0, method) (( void (*) (Collection_1_t4277862461 *, RuntimeObject*, const RuntimeMethod*))Collection_1__ctor_m842589204_gshared)(__this, p0, method) // System.Void Newtonsoft.Json.Linq.JPropertyKeyedCollection::EnsureDictionary() extern "C" IL2CPP_METHOD_ATTR void JPropertyKeyedCollection_EnsureDictionary_m3267440746 (JPropertyKeyedCollection_t1521123921 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m2769435420(__this, p0, p1, method) (( void (*) (Dictionary_2_t823795546 *, String_t*, JToken_t1038539247 *, const RuntimeMethod*))Dictionary_2_set_Item_m3474379962_gshared)(__this, p0, p1, method) // System.Void System.Collections.ObjectModel.Collection`1::ClearItems() #define Collection_1_ClearItems_m2404202208(__this, method) (( void (*) (Collection_1_t4277862461 *, const RuntimeMethod*))Collection_1_ClearItems_m1096166028_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m2726615428(__this, method) (( void (*) (Dictionary_2_t823795546 *, const RuntimeMethod*))Dictionary_2_Clear_m1938428402_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m3610357220(__this, p0, method) (( bool (*) (Dictionary_2_t823795546 *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_m2278349286_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Collections.Generic.IEqualityComparer`1) #define Dictionary_2__ctor_m434974741(__this, p0, method) (( void (*) (Dictionary_2_t823795546 *, RuntimeObject*, const RuntimeMethod*))Dictionary_2__ctor_m3072481003_gshared)(__this, p0, method) // System.String Newtonsoft.Json.Linq.JPropertyKeyedCollection::GetKeyForItem(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR String_t* JPropertyKeyedCollection_GetKeyForItem_m3190707260 (JPropertyKeyedCollection_t1521123921 * __this, JToken_t1038539247 * ___item0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JPropertyKeyedCollection::AddKey(System.String,Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR void JPropertyKeyedCollection_AddKey_m3874722867 (JPropertyKeyedCollection_t1521123921 * __this, String_t* ___key0, JToken_t1038539247 * ___item1, const RuntimeMethod* method); // System.Void System.Collections.ObjectModel.Collection`1::InsertItem(System.Int32,!0) #define Collection_1_InsertItem_m3980886000(__this, p0, p1, method) (( void (*) (Collection_1_t4277862461 *, int32_t, JToken_t1038539247 *, const RuntimeMethod*))Collection_1_InsertItem_m1376751357_gshared)(__this, p0, p1, method) // System.Collections.Generic.IList`1 System.Collections.ObjectModel.Collection`1::get_Items() #define Collection_1_get_Items_m2078379085(__this, method) (( RuntimeObject* (*) (Collection_1_t4277862461 *, const RuntimeMethod*))Collection_1_get_Items_m3947578793_gshared)(__this, method) // System.Void Newtonsoft.Json.Linq.JPropertyKeyedCollection::RemoveKey(System.String) extern "C" IL2CPP_METHOD_ATTR void JPropertyKeyedCollection_RemoveKey_m1026993833 (JPropertyKeyedCollection_t1521123921 * __this, String_t* ___key0, const RuntimeMethod* method); // System.Void System.Collections.ObjectModel.Collection`1::RemoveItem(System.Int32) #define Collection_1_RemoveItem_m4019053026(__this, p0, method) (( void (*) (Collection_1_t4277862461 *, int32_t, const RuntimeMethod*))Collection_1_RemoveItem_m4079307753_gshared)(__this, p0, method) // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) #define Dictionary_2_Remove_m2401529158(__this, p0, method) (( bool (*) (Dictionary_2_t823795546 *, String_t*, const RuntimeMethod*))Dictionary_2_Remove_m1786738978_gshared)(__this, p0, method) // System.Void System.Collections.ObjectModel.Collection`1::SetItem(System.Int32,!0) #define Collection_1_SetItem_m3089682554(__this, p0, p1, method) (( void (*) (Collection_1_t4277862461 *, int32_t, JToken_t1038539247 *, const RuntimeMethod*))Collection_1_SetItem_m2073338893_gshared)(__this, p0, p1, method) // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m3280692254(__this, p0, p1, method) (( bool (*) (Dictionary_2_t823795546 *, String_t*, JToken_t1038539247 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3280774074_gshared)(__this, p0, p1, method) // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::get_Keys() #define Dictionary_2_get_Keys_m1992526641(__this, method) (( KeyCollection_t1013471017 * (*) (Dictionary_2_t823795546 *, const RuntimeMethod*))Dictionary_2_get_Keys_m2217135091_gshared)(__this, method) // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() #define Dictionary_2_get_Count_m2028444847(__this, method) (( int32_t (*) (Dictionary_2_t823795546 *, const RuntimeMethod*))Dictionary_2_get_Count_m3919933788_gshared)(__this, method) // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() #define Dictionary_2_GetEnumerator_m4193321936(__this, method) (( Enumerator_t2777978321 (*) (Dictionary_2_t823795546 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_m3278257048_gshared)(__this, method) // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() #define Enumerator_get_Current_m1269191533(__this, method) (( KeyValuePair_2_t3221467713 (*) (Enumerator_t2777978321 *, const RuntimeMethod*))Enumerator_get_Current_m2655181939_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() #define Enumerator_MoveNext_m540488004(__this, method) (( bool (*) (Enumerator_t2777978321 *, const RuntimeMethod*))Enumerator_MoveNext_m1107569389_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() #define Enumerator_Dispose_m2519947865(__this, method) (( void (*) (Enumerator_t2777978321 *, const RuntimeMethod*))Enumerator_Dispose_m3885012575_gshared)(__this, 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 Newtonsoft.Json.Linq.JValue::.ctor(Newtonsoft.Json.Linq.JValue) extern "C" IL2CPP_METHOD_ATTR void JValue__ctor_m992286939 (JValue_t1448862567 * __this, JValue_t1448862567 * ___other0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JValue::.ctor(System.Object,Newtonsoft.Json.Linq.JTokenType) extern "C" IL2CPP_METHOD_ATTR void JValue__ctor_m2458222621 (JValue_t1448862567 * __this, RuntimeObject * ___value0, int32_t ___type1, 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); // 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::WriteToken(Newtonsoft.Json.JsonReader) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteToken_m3609733214 (JsonWriter_t1467272295 * __this, JsonReader_t2369136700 * ___reader0, 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.Void Newtonsoft.Json.Linq.JRaw::.ctor(Newtonsoft.Json.Linq.JRaw) extern "C" IL2CPP_METHOD_ATTR void JRaw__ctor_m2479439653 (JRaw_t446372596 * __this, JRaw_t446372596 * ___other0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JsonPath.ArrayIndexFilter/d__4::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4__ctor_m502830417 (U3CExecuteFilterU3Ed__4_t508957393 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JsonPath.PathFilter::.ctor() extern "C" IL2CPP_METHOD_ATTR void PathFilter__ctor_m535205824 (PathFilter_t3862968645 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JsonPath.ArrayIndexFilter/d__4::<>m__Finally2() extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4_U3CU3Em__Finally2_m2142894333 (U3CExecuteFilterU3Ed__4_t508957393 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JsonPath.ArrayIndexFilter/d__4::<>m__Finally1() extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4_U3CU3Em__Finally1_m2142894334 (U3CExecuteFilterU3Ed__4_t508957393 * __this, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Linq.JsonPath.ArrayIndexFilter::get_Index() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t378540539 ArrayIndexFilter_get_Index_m3438763962 (ArrayIndexFilter_t2739218971 * __this, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JsonPath.PathFilter::GetTokenIndex(Newtonsoft.Json.Linq.JToken,System.Boolean,System.Int32) extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * PathFilter_GetTokenIndex_m3674131035 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___t0, bool ___errorWhenNoMatch1, int32_t ___index2, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JsonPath.ArrayIndexFilter/d__4::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4_System_IDisposable_Dispose_m4074516448 (U3CExecuteFilterU3Ed__4_t508957393 * __this, const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JsonPath.ArrayIndexFilter/d__4::System.Collections.Generic.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CExecuteFilterU3Ed__4_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m3122359051 (U3CExecuteFilterU3Ed__4_t508957393 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JsonPath.ArrayMultipleIndexFilter/d__4::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4__ctor_m1267829177 (U3CExecuteFilterU3Ed__4_t1113823742 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JsonPath.ArrayMultipleIndexFilter/d__4::<>m__Finally2() extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4_U3CU3Em__Finally2_m3786980263 (U3CExecuteFilterU3Ed__4_t1113823742 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JsonPath.ArrayMultipleIndexFilter/d__4::<>m__Finally1() extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4_U3CU3Em__Finally1_m3786980266 (U3CExecuteFilterU3Ed__4_t1113823742 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1 Newtonsoft.Json.Linq.JsonPath.ArrayMultipleIndexFilter::get_Indexes() extern "C" IL2CPP_METHOD_ATTR List_1_t128053199 * ArrayMultipleIndexFilter_get_Indexes_m783246026 (ArrayMultipleIndexFilter_t2913121614 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() #define List_1_GetEnumerator_m2050286038(__this, method) (( Enumerator_t2017297076 (*) (List_1_t128053199 *, const RuntimeMethod*))List_1_GetEnumerator_m2050286038_gshared)(__this, method) // !0 System.Collections.Generic.List`1/Enumerator::get_Current() #define Enumerator_get_Current_m765460575(__this, method) (( int32_t (*) (Enumerator_t2017297076 *, const RuntimeMethod*))Enumerator_get_Current_m765460575_gshared)(__this, method) // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() #define Enumerator_MoveNext_m3689483608(__this, method) (( bool (*) (Enumerator_t2017297076 *, const RuntimeMethod*))Enumerator_MoveNext_m3689483608_gshared)(__this, method) // System.Void Newtonsoft.Json.Linq.JsonPath.ArrayMultipleIndexFilter/d__4::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4_System_IDisposable_Dispose_m830905511 (U3CExecuteFilterU3Ed__4_t1113823742 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() #define Enumerator_Dispose_m222348240(__this, method) (( void (*) (Enumerator_t2017297076 *, const RuntimeMethod*))Enumerator_Dispose_m222348240_gshared)(__this, method) // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JsonPath.ArrayMultipleIndexFilter/d__4::System.Collections.Generic.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CExecuteFilterU3Ed__4_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m1694227198 (U3CExecuteFilterU3Ed__4_t1113823742 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter/d__12::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__12__ctor_m891732062 (U3CExecuteFilterU3Ed__12_t222072922 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter/d__12::<>m__Finally1() extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__12_U3CU3Em__Finally1_m3199772740 (U3CExecuteFilterU3Ed__12_t222072922 * __this, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter::get_Step() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t378540539 ArraySliceFilter_get_Step_m2557251291 (ArraySliceFilter_t662461599 * __this, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter::get_Start() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t378540539 ArraySliceFilter_get_Start_m1355993078 (ArraySliceFilter_t662461599 * __this, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter::get_End() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t378540539 ArraySliceFilter_get_End_m3164538525 (ArraySliceFilter_t662461599 * __this, const RuntimeMethod* method); // System.Int32 System.Math::Max(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Math_Max_m1873195862 (RuntimeObject * __this /* static, unused */, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter::IsValid(System.Int32,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool ArraySliceFilter_IsValid_m2163162732 (ArraySliceFilter_t662461599 * __this, int32_t ___index0, int32_t ___stopIndex1, bool ___positiveStep2, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JArray::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * JArray_get_Item_m3241673954 (JArray_t2963978544 * __this, int32_t ___index0, const RuntimeMethod* 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.Linq.JsonPath.ArraySliceFilter/d__12::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__12_System_IDisposable_Dispose_m2373917499 (U3CExecuteFilterU3Ed__12_t222072922 * __this, const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter/d__12::System.Collections.Generic.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CExecuteFilterU3Ed__12_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m2745840317 (U3CExecuteFilterU3Ed__12_t222072922 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1 Newtonsoft.Json.Linq.JsonPath.BooleanQueryExpression::get_Path() extern "C" IL2CPP_METHOD_ATTR List_1_t1040076091 * BooleanQueryExpression_get_Path_m1216376172 (BooleanQueryExpression_t4249992578 * __this, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 Newtonsoft.Json.Linq.JsonPath.JPath::Evaluate(System.Collections.Generic.List`1,Newtonsoft.Json.Linq.JToken,System.Boolean) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JPath_Evaluate_m2351141606 (RuntimeObject * __this /* static, unused */, List_1_t1040076091 * ___filters0, JToken_t1038539247 * ___t1, bool ___errorWhenNoMatch2, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JsonPath.QueryOperator Newtonsoft.Json.Linq.JsonPath.QueryExpression::get_Operator() extern "C" IL2CPP_METHOD_ATTR int32_t QueryExpression_get_Operator_m3882399686 (QueryExpression_t3171385195 * __this, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JValue Newtonsoft.Json.Linq.JsonPath.BooleanQueryExpression::get_Value() extern "C" IL2CPP_METHOD_ATTR JValue_t1448862567 * BooleanQueryExpression_get_Value_m2305899767 (BooleanQueryExpression_t4249992578 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Linq.JsonPath.BooleanQueryExpression::EqualsWithStringCoercion(Newtonsoft.Json.Linq.JValue,Newtonsoft.Json.Linq.JValue) extern "C" IL2CPP_METHOD_ATTR bool BooleanQueryExpression_EqualsWithStringCoercion_m2537002637 (BooleanQueryExpression_t4249992578 * __this, JValue_t1448862567 * ___value0, JValue_t1448862567 * ___queryValue1, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.Linq.JValue::CompareTo(Newtonsoft.Json.Linq.JValue) extern "C" IL2CPP_METHOD_ATTR int32_t JValue_CompareTo_m1829058264 (JValue_t1448862567 * __this, JValue_t1448862567 * ___obj0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Linq.JValue::Equals(Newtonsoft.Json.Linq.JValue) extern "C" IL2CPP_METHOD_ATTR bool JValue_Equals_m2971426568 (JValue_t1448862567 * __this, JValue_t1448862567 * ___other0, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Linq.JValue::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JValue_get_Value_m3866091653 (JValue_t1448862567 * __this, const RuntimeMethod* method); // System.IO.StringWriter Newtonsoft.Json.Utilities.StringUtils::CreateStringWriter(System.Int32) extern "C" IL2CPP_METHOD_ATTR StringWriter_t802263757 * StringUtils_CreateStringWriter_m3876739792 (RuntimeObject * __this /* static, unused */, int32_t ___capacity0, 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.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.String System.Convert::ToBase64String(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR String_t* Convert_ToBase64String_m3839334935 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* p0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JsonPath.QueryExpression::.ctor() extern "C" IL2CPP_METHOD_ATTR void QueryExpression__ctor_m2470999713 (QueryExpression_t3171385195 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m4288795597(__this, method) (( void (*) (List_1_t348492641 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void Newtonsoft.Json.Linq.JsonPath.CompositeExpression::set_Expressions(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void CompositeExpression_set_Expressions_m2458872621 (CompositeExpression_t1516235144 * __this, List_1_t348492641 * ___value0, const RuntimeMethod* method); // System.Collections.Generic.List`1 Newtonsoft.Json.Linq.JsonPath.CompositeExpression::get_Expressions() extern "C" IL2CPP_METHOD_ATTR List_1_t348492641 * CompositeExpression_get_Expressions_m1761248162 (CompositeExpression_t1516235144 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() #define List_1_GetEnumerator_m3941346383(__this, method) (( Enumerator_t2237736518 (*) (List_1_t348492641 *, const RuntimeMethod*))List_1_GetEnumerator_m2930774921_gshared)(__this, method) // !0 System.Collections.Generic.List`1/Enumerator::get_Current() #define Enumerator_get_Current_m2584270375(__this, method) (( QueryExpression_t3171385195 * (*) (Enumerator_t2237736518 *, const RuntimeMethod*))Enumerator_get_Current_m470245444_gshared)(__this, method) // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() #define Enumerator_MoveNext_m2600717696(__this, method) (( bool (*) (Enumerator_t2237736518 *, const RuntimeMethod*))Enumerator_MoveNext_m2142368520_gshared)(__this, method) // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() #define Enumerator_Dispose_m2094655451(__this, method) (( void (*) (Enumerator_t2237736518 *, const RuntimeMethod*))Enumerator_Dispose_m3007748546_gshared)(__this, method) // System.Void Newtonsoft.Json.Linq.JsonPath.FieldFilter/d__4::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4__ctor_m320882261 (U3CExecuteFilterU3Ed__4_t2686066276 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JsonPath.FieldFilter/d__4::<>m__Finally2() extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4_U3CU3Em__Finally2_m1053240128 (U3CExecuteFilterU3Ed__4_t2686066276 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JsonPath.FieldFilter/d__4::<>m__Finally1() extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4_U3CU3Em__Finally1_m3391892288 (U3CExecuteFilterU3Ed__4_t2686066276 * __this, const RuntimeMethod* method); // System.String Newtonsoft.Json.Linq.JsonPath.FieldFilter::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* FieldFilter_get_Name_m1568348314 (FieldFilter_t3654920868 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JsonPath.FieldFilter/d__4::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4_System_IDisposable_Dispose_m2516909281 (U3CExecuteFilterU3Ed__4_t2686066276 * __this, const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JsonPath.FieldFilter/d__4::System.Collections.Generic.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CExecuteFilterU3Ed__4_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m1565049767 (U3CExecuteFilterU3Ed__4_t2686066276 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter/d__4::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4__ctor_m2961344642 (U3CExecuteFilterU3Ed__4_t32591816 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter/<>c::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m1074911856 (U3CU3Ec_t266907836 * __this, 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.Void Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter/d__4::<>m__Finally2() extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4_U3CU3Em__Finally2_m447797916 (U3CExecuteFilterU3Ed__4_t32591816 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter/d__4::<>m__Finally1() extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4_U3CU3Em__Finally1_m3168787100 (U3CExecuteFilterU3Ed__4_t32591816 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1 Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter::get_Names() extern "C" IL2CPP_METHOD_ATTR List_1_t3319525431 * FieldMultipleFilter_get_Names_m286252877 (FieldMultipleFilter_t3452751328 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() #define List_1_GetEnumerator_m144489546(__this, method) (( Enumerator_t913802012 (*) (List_1_t3319525431 *, const RuntimeMethod*))List_1_GetEnumerator_m2930774921_gshared)(__this, method) // !0 System.Collections.Generic.List`1/Enumerator::get_Current() #define Enumerator_get_Current_m4220703840(__this, method) (( String_t* (*) (Enumerator_t913802012 *, const RuntimeMethod*))Enumerator_get_Current_m470245444_gshared)(__this, method) // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() #define Enumerator_MoveNext_m3024952464(__this, method) (( bool (*) (Enumerator_t913802012 *, const RuntimeMethod*))Enumerator_MoveNext_m2142368520_gshared)(__this, method) // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) #define Func_2__ctor_m1878178629(__this, p0, p1, method) (( void (*) (Func_2_t3947292210 *, 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_TisString_t_TisString_t_m4016662353(__this /* static, unused */, p0, p1, method) (( RuntimeObject* (*) (RuntimeObject * /* static, unused */, RuntimeObject*, Func_2_t3947292210 *, 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.Void Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter/d__4::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4_System_IDisposable_Dispose_m1583311183 (U3CExecuteFilterU3Ed__4_t32591816 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() #define Enumerator_Dispose_m2026665411(__this, method) (( void (*) (Enumerator_t913802012 *, const RuntimeMethod*))Enumerator_Dispose_m3007748546_gshared)(__this, method) // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter/d__4::System.Collections.Generic.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CExecuteFilterU3Ed__4_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m3395602769 (U3CExecuteFilterU3Ed__4_t32591816 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() #define List_1_GetEnumerator_m2339707365(__this, method) (( Enumerator_t2929319968 (*) (List_1_t1040076091 *, const RuntimeMethod*))List_1_GetEnumerator_m2930774921_gshared)(__this, method) // !0 System.Collections.Generic.List`1/Enumerator::get_Current() #define Enumerator_get_Current_m4041783440(__this, method) (( PathFilter_t3862968645 * (*) (Enumerator_t2929319968 *, const RuntimeMethod*))Enumerator_get_Current_m470245444_gshared)(__this, method) // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() #define Enumerator_MoveNext_m2736312092(__this, method) (( bool (*) (Enumerator_t2929319968 *, const RuntimeMethod*))Enumerator_MoveNext_m2142368520_gshared)(__this, method) // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() #define Enumerator_Dispose_m1105080623(__this, method) (( void (*) (Enumerator_t2929319968 *, const RuntimeMethod*))Enumerator_Dispose_m3007748546_gshared)(__this, method) // System.Void Newtonsoft.Json.Linq.JsonPath.QueryFilter/d__4::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4__ctor_m3119473636 (U3CExecuteFilterU3Ed__4_t2672090193 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JsonPath.QueryFilter/d__4::<>m__Finally2() extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4_U3CU3Em__Finally2_m3929330759 (U3CExecuteFilterU3Ed__4_t2672090193 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JsonPath.QueryFilter/d__4::<>m__Finally1() extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4_U3CU3Em__Finally1_m1973015623 (U3CExecuteFilterU3Ed__4_t2672090193 * __this, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JsonPath.QueryExpression Newtonsoft.Json.Linq.JsonPath.QueryFilter::get_Expression() extern "C" IL2CPP_METHOD_ATTR QueryExpression_t3171385195 * QueryFilter_get_Expression_m2065980363 (QueryFilter_t1584032927 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JsonPath.QueryFilter/d__4::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4_System_IDisposable_Dispose_m1145319702 (U3CExecuteFilterU3Ed__4_t2672090193 * __this, const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JsonPath.QueryFilter/d__4::System.Collections.Generic.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CExecuteFilterU3Ed__4_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m1276847466 (U3CExecuteFilterU3Ed__4_t2672090193 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JsonPath.ScanFilter/d__4::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4__ctor_m2666126986 (U3CExecuteFilterU3Ed__4_t3421602345 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JsonPath.ScanFilter/d__4::<>m__Finally1() extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4_U3CU3Em__Finally1_m3156286336 (U3CExecuteFilterU3Ed__4_t3421602345 * __this, const RuntimeMethod* method); // System.String Newtonsoft.Json.Linq.JsonPath.ScanFilter::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* ScanFilter_get_Name_m247399396 (ScanFilter_t1566003751 * __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); // System.Void Newtonsoft.Json.Linq.JsonPath.ScanFilter/d__4::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4_System_IDisposable_Dispose_m3885599887 (U3CExecuteFilterU3Ed__4_t3421602345 * __this, const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JsonPath.ScanFilter/d__4::System.Collections.Generic.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CExecuteFilterU3Ed__4_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m494736481 (U3CExecuteFilterU3Ed__4_t3421602345 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Reverse() #define List_1_Reverse_m1881709749(__this, method) (( void (*) (List_1_t4000102456 *, const RuntimeMethod*))List_1_Reverse_m1881709749_gshared)(__this, method) // System.String Newtonsoft.Json.Linq.JToken::ToString(Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonConverter[]) extern "C" IL2CPP_METHOD_ATTR String_t* JToken_ToString_m3671747145 (JToken_t1038539247 * __this, int32_t ___formatting0, JsonConverterU5BU5D_t155849004* ___converters1, 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.Int32 System.Array::IndexOf(!!0[],!!0) #define Array_IndexOf_TisJTokenType_t3022361662_m4285954353(__this /* static, unused */, p0, p1, method) (( int32_t (*) (RuntimeObject * /* static, unused */, JTokenTypeU5BU5D_t1887505675*, int32_t, const RuntimeMethod*))Array_IndexOf_TisJTokenType_t3022361662_m4285954353_gshared)(__this /* static, unused */, p0, p1, method) // Newtonsoft.Json.Linq.JValue Newtonsoft.Json.Linq.JToken::EnsureValue(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR JValue_t1448862567 * JToken_EnsureValue_m3253015465 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Linq.JToken::ValidateToken(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JTokenType[],System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool JToken_ValidateToken_m2870953203 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___o0, JTokenTypeU5BU5D_t1887505675* ___validTypes1, bool ___nullable2, const RuntimeMethod* method); // System.String Newtonsoft.Json.Linq.JToken::GetType(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR String_t* JToken_GetType_m1873657362 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___token0, const RuntimeMethod* method); // System.DateTimeOffset System.DateTimeOffset::Parse(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR DateTimeOffset_t3229287507 DateTimeOffset_Parse_m376617186 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject* p1, 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.Decimal System.Convert::ToDecimal(System.Object,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Convert_ToDecimal_m3815908452 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject* p1, const RuntimeMethod* method); // System.Char System.Convert::ToChar(System.Object,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_m3757390865 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject* p1, const RuntimeMethod* method); // System.Int32 System.Convert::ToInt32(System.Object,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m3211312035 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject* p1, const RuntimeMethod* method); // System.Int16 System.Convert::ToInt16(System.Object,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m1223489986 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject* p1, const RuntimeMethod* method); // System.UInt16 System.Convert::ToUInt16(System.Object,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m4211508274 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject* p1, const RuntimeMethod* method); // System.Byte System.Convert::ToByte(System.Object,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m3527805587 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject* p1, const RuntimeMethod* method); // System.SByte System.Convert::ToSByte(System.Object,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m4061885981 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject* p1, const RuntimeMethod* method); // System.Single System.Convert::ToSingle(System.Object,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR float Convert_ToSingle_m3605848385 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject* p1, const RuntimeMethod* method); // System.UInt32 System.Convert::ToUInt32(System.Object,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_m2061619287 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject* p1, const RuntimeMethod* method); // System.UInt64 System.Convert::ToUInt64(System.Object,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m3170916409 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject* p1, 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); // 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.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.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.Void System.Uri::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Uri__ctor_m800430703 (Uri_t100236324 * __this, String_t* p0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JTokenReader::.ctor(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR void JTokenReader__ctor_m3289697887 (JTokenReader_t3769275704 * __this, JToken_t1038539247 * ___token0, const RuntimeMethod* method); // System.Func`1 Newtonsoft.Json.JsonConvert::get_DefaultSettings() extern "C" IL2CPP_METHOD_ATTR Func_1_t1569001961 * JsonConvert_get_DefaultSettings_m2352210284 (RuntimeObject * __this /* static, unused */, 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); // Newtonsoft.Json.JsonSerializer Newtonsoft.Json.JsonSerializer::CreateDefault() extern "C" IL2CPP_METHOD_ATTR JsonSerializer_t1424496335 * JsonSerializer_CreateDefault_m1062012334 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Linq.JToken::ToObject(System.Type,Newtonsoft.Json.JsonSerializer) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JToken_ToObject_m1717874774 (JToken_t1038539247 * __this, Type_t * ___objectType0, JsonSerializer_t1424496335 * ___jsonSerializer1, 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.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.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); // System.Void System.ArgumentException::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m1535060261 (ArgumentException_t132251570 * __this, String_t* p0, Exception_t * p1, 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.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR Nullable_1_t1819850047 JToken_op_Explicit_m3185340203 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR bool JToken_op_Explicit_m4028514089 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR Nullable_1_t1062055256 JToken_op_Explicit_m938686776 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method); // System.Char Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR Il2CppChar JToken_op_Explicit_m2962730139 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR Nullable_1_t3392139744 JToken_op_Explicit_m3577139076 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method); // System.SByte Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR int8_t JToken_op_Explicit_m3383912527 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR Nullable_1_t2856858458 JToken_op_Explicit_m2945574301 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method); // System.Byte Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR uint8_t JToken_op_Explicit_m2311737702 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR Nullable_1_t4275382469 JToken_op_Explicit_m885835109 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method); // System.Int16 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR int16_t JToken_op_Explicit_m365915847 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR Nullable_1_t3900287040 JToken_op_Explicit_m1539098768 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method); // System.UInt16 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR uint16_t JToken_op_Explicit_m2868982107 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR Nullable_1_t378540539 JToken_op_Explicit_m1594151585 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR int32_t JToken_op_Explicit_m3473930110 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR Nullable_1_t4282624060 JToken_op_Explicit_m1000881973 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method); // System.UInt32 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR uint32_t JToken_op_Explicit_m1915874635 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR Nullable_1_t1164162090 JToken_op_Explicit_m2468271921 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method); // System.Int64 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR int64_t JToken_op_Explicit_m611112651 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR Nullable_1_t1561634878 JToken_op_Explicit_m706218889 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method); // System.UInt64 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR uint64_t JToken_op_Explicit_m22010335 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR Nullable_1_t3119828856 JToken_op_Explicit_m1524800641 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method); // System.Single Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR float JToken_op_Explicit_m3425055959 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR Nullable_1_t2317227445 JToken_op_Explicit_m1420589941 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method); // System.Double Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR double JToken_op_Explicit_m3386647839 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR Nullable_1_t375854166 JToken_op_Explicit_m4004946053 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method); // System.Decimal Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 JToken_op_Explicit_m1672853504 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR Nullable_1_t1166124571 JToken_op_Explicit_m1780998417 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method); // System.DateTime Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 JToken_op_Explicit_m3558176749 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR Nullable_1_t656882293 JToken_op_Explicit_m2498523493 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method); // System.DateTimeOffset Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR DateTimeOffset_t3229287507 JToken_op_Explicit_m1747708802 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR Nullable_1_t621127673 JToken_op_Explicit_m3327616186 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method); // System.Guid Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR Guid_t JToken_op_Explicit_m363182177 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method); // System.Uri Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR Uri_t100236324 * JToken_op_Explicit_m4290298389 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR Nullable_1_t2603721331 JToken_op_Explicit_m3189873055 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method); // System.TimeSpan Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR TimeSpan_t881159249 JToken_op_Explicit_m1375917617 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, 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); // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::ReadFrom(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings) extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * JToken_ReadFrom_m3508044624 (RuntimeObject * __this /* static, unused */, JsonReader_t2369136700 * ___reader0, JsonLoadSettings_t878621609 * ___settings1, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.JsonReader::ReadAndMoveToContent() extern "C" IL2CPP_METHOD_ATTR bool JsonReader_ReadAndMoveToContent_m799965404 (JsonReader_t2369136700 * __this, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JConstructor Newtonsoft.Json.Linq.JConstructor::Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings) extern "C" IL2CPP_METHOD_ATTR JConstructor_t3659803310 * JConstructor_Load_m3453687055 (RuntimeObject * __this /* static, unused */, JsonReader_t2369136700 * ___reader0, JsonLoadSettings_t878621609 * ___settings1, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JProperty Newtonsoft.Json.Linq.JProperty::Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings) extern "C" IL2CPP_METHOD_ATTR JProperty_t3803048347 * JProperty_Load_m3737161055 (RuntimeObject * __this /* static, unused */, JsonReader_t2369136700 * ___reader0, JsonLoadSettings_t878621609 * ___settings1, const RuntimeMethod* method); // Newtonsoft.Json.Linq.LineInfoHandling Newtonsoft.Json.Linq.JsonLoadSettings::get_LineInfoHandling() extern "C" IL2CPP_METHOD_ATTR int32_t JsonLoadSettings_get_LineInfoHandling_m2745089505 (JsonLoadSettings_t878621609 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JToken::SetLineInfo(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void JToken_SetLineInfo_m2093961618 (JToken_t1038539247 * __this, int32_t ___lineNumber0, int32_t ___linePosition1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JToken/LineInfoAnnotation::.ctor(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void LineInfoAnnotation__ctor_m245517795 (LineInfoAnnotation_t2730592426 * __this, int32_t ___lineNumber0, int32_t ___linePosition1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JToken::AddAnnotation(System.Object) extern "C" IL2CPP_METHOD_ATTR void JToken_AddAnnotation_m294500228 (JToken_t1038539247 * __this, RuntimeObject * ___annotation0, const RuntimeMethod* method); // T Newtonsoft.Json.Linq.JToken::Annotation() #define JToken_Annotation_TisLineInfoAnnotation_t2730592426_m2777815084(__this, method) (( LineInfoAnnotation_t2730592426 * (*) (JToken_t1038539247 *, const RuntimeMethod*))JToken_Annotation_TisRuntimeObject_m2700106765_gshared)(__this, method) // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::DeepClone() extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * JToken_DeepClone_m3556059202 (JToken_t1038539247 * __this, const RuntimeMethod* method); // System.Void System.Array::Resize(!!0[]&,System.Int32) #define Array_Resize_TisRuntimeObject_m1542437191(__this /* static, unused */, p0, p1, method) (( void (*) (RuntimeObject * /* static, unused */, ObjectU5BU5D_t2843939325**, int32_t, const RuntimeMethod*))Array_Resize_TisRuntimeObject_m1542437191_gshared)(__this /* static, unused */, p0, p1, method) // System.Void Newtonsoft.Json.Linq.JToken/d__42::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void U3CAfterSelfU3Ed__42__ctor_m2038835881 (U3CAfterSelfU3Ed__42_t883970034 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JToken/d__42::System.Collections.Generic.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CAfterSelfU3Ed__42_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m3880010611 (U3CAfterSelfU3Ed__42_t883970034 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JToken/d__172::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void U3CAnnotationsU3Ed__172__ctor_m4201153902 (U3CAnnotationsU3Ed__172_t3494334042 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JToken/d__172::System.Collections.Generic.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CAnnotationsU3Ed__172_System_Collections_Generic_IEnumerableU3CSystem_ObjectU3E_GetEnumerator_m2838842539 (U3CAnnotationsU3Ed__172_t3494334042 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JToken/d__43::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void U3CBeforeSelfU3Ed__43__ctor_m2979663269 (U3CBeforeSelfU3Ed__43_t2375137862 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JToken/d__43::System.Collections.Generic.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CBeforeSelfU3Ed__43_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m1706987596 (U3CBeforeSelfU3Ed__43_t2375137862 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JToken/d__41::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void U3CGetAncestorsU3Ed__41__ctor_m1728265758 (U3CGetAncestorsU3Ed__41_t2485884922 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JToken/d__41::System.Collections.Generic.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CGetAncestorsU3Ed__41_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m102324729 (U3CGetAncestorsU3Ed__41_t2485884922 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Linq.JToken::DeepEquals(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR bool JToken_DeepEquals_m1458184876 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___t10, JToken_t1038539247 * ___t21, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonReader::.ctor() extern "C" IL2CPP_METHOD_ATTR void JsonReader__ctor_m2619238087 (JsonReader_t2369136700 * __this, const RuntimeMethod* method); // Newtonsoft.Json.JsonReader/State Newtonsoft.Json.JsonReader::get_CurrentState() extern "C" IL2CPP_METHOD_ATTR int32_t JsonReader_get_CurrentState_m2615533740 (JsonReader_t2369136700 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Linq.JTokenReader::ReadInto(Newtonsoft.Json.Linq.JContainer) extern "C" IL2CPP_METHOD_ATTR bool JTokenReader_ReadInto_m1428871438 (JTokenReader_t3769275704 * __this, JContainer_t1023664833 * ___c0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Linq.JTokenReader::ReadOver(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR bool JTokenReader_ReadOver_m1091464334 (JTokenReader_t3769275704 * __this, JToken_t1038539247 * ___t0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JTokenReader::SetToken(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR void JTokenReader_SetToken_m603499541 (JTokenReader_t3769275704 * __this, JToken_t1038539247 * ___token0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Linq.JTokenReader::ReadToEnd() extern "C" IL2CPP_METHOD_ATTR bool JTokenReader_ReadToEnd_m3484374833 (JTokenReader_t3769275704 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Linq.JTokenReader::SetEnd(Newtonsoft.Json.Linq.JContainer) extern "C" IL2CPP_METHOD_ATTR bool JTokenReader_SetEnd_m3848814254 (JTokenReader_t3769275704 * __this, JContainer_t1023664833 * ___c0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonReader::SetToken(Newtonsoft.Json.JsonToken) extern "C" IL2CPP_METHOD_ATTR void JsonReader_SetToken_m3474373430 (JsonReader_t2369136700 * __this, int32_t ___newToken0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) #define Nullable_1__ctor_m804345635(__this, p0, method) (( void (*) (Nullable_1_t3639995571 *, int32_t, const RuntimeMethod*))Nullable_1__ctor_m804345635_gshared)(__this, p0, method) // System.Nullable`1 Newtonsoft.Json.Linq.JTokenReader::GetEndToken(Newtonsoft.Json.Linq.JContainer) extern "C" IL2CPP_METHOD_ATTR Nullable_1_t3639995571 JTokenReader_GetEndToken_m3461044860 (JTokenReader_t3769275704 * __this, JContainer_t1023664833 * ___c0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m512162396(__this, method) (( bool (*) (Nullable_1_t3639995571 *, const RuntimeMethod*))Nullable_1_get_HasValue_m512162396_gshared)(__this, method) // !0 System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m3285554968(__this, method) (( int32_t (*) (Nullable_1_t3639995571 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m3285554968_gshared)(__this, method) // System.Void Newtonsoft.Json.JsonReader::SetToken(Newtonsoft.Json.JsonToken,System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonReader_SetToken_m1070955544 (JsonReader_t2369136700 * __this, int32_t ___newToken0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.String Newtonsoft.Json.Linq.JTokenReader::SafeToString(System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* JTokenReader_SafeToString_m1507626772 (JTokenReader_t3769275704 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.String Newtonsoft.Json.JsonReader::get_Path() extern "C" IL2CPP_METHOD_ATTR String_t* JsonReader_get_Path_m2893483569 (JsonReader_t2369136700 * __this, 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); // System.Boolean Newtonsoft.Json.Utilities.StringUtils::StartsWith(System.String,System.Char) extern "C" IL2CPP_METHOD_ATTR bool StringUtils_StartsWith_m3114937475 (RuntimeObject * __this /* static, unused */, String_t* ___source0, Il2CppChar ___value1, const RuntimeMethod* 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); // 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.Linq.JTokenWriter::AddParent(Newtonsoft.Json.Linq.JContainer) extern "C" IL2CPP_METHOD_ATTR void JTokenWriter_AddParent_m3264141975 (JTokenWriter_t671501819 * __this, JContainer_t1023664833 * ___container0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JContainer::AddAndSkipParentCheck(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR void JContainer_AddAndSkipParentCheck_m1289394679 (JContainer_t1023664833 * __this, JToken_t1038539247 * ___token0, 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::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.Linq.JTokenWriter::RemoveParent() extern "C" IL2CPP_METHOD_ATTR void JTokenWriter_RemoveParent_m846279091 (JTokenWriter_t671501819 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Linq.JObject::Remove(System.String) extern "C" IL2CPP_METHOD_ATTR bool JObject_Remove_m2451358060 (JObject_t2059125928 * __this, String_t* ___propertyName0, 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.Linq.JTokenWriter::AddValue(Newtonsoft.Json.Linq.JValue,Newtonsoft.Json.JsonToken) extern "C" IL2CPP_METHOD_ATTR void JTokenWriter_AddValue_m825628322 (JTokenWriter_t671501819 * __this, JValue_t1448862567 * ___value0, int32_t ___token1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteNull() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteNull_m2108953018 (JsonWriter_t1467272295 * __this, 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::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::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::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.Linq.JTokenWriter::AddValue(System.Object,Newtonsoft.Json.JsonToken) extern "C" IL2CPP_METHOD_ATTR void JTokenWriter_AddValue_m2511346418 (JTokenWriter_t671501819 * __this, RuntimeObject * ___value0, int32_t ___token1, 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.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.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.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.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.Double) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m869556315 (JsonWriter_t1467272295 * __this, double ___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.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.UInt16) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m3326842096 (JsonWriter_t1467272295 * __this, uint16_t ___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.String System.Char::ToString(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Char_ToString_m278452217 (Il2CppChar* __this, RuntimeObject* p0, 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.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.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.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.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.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.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.Uri) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m3636458124 (JsonWriter_t1467272295 * __this, Uri_t100236324 * ___value0, 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); // 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.JsonWriter::WriteToken(Newtonsoft.Json.JsonReader,System.Boolean,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteToken_m1325265813 (JsonWriter_t1467272295 * __this, JsonReader_t2369136700 * ___reader0, bool ___writeChildren1, bool ___writeDateConstructorAsDate2, bool ___writeComments3, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JValue::GetValueType(System.Nullable`1,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t JValue_GetValueType_m502214134 (RuntimeObject * __this /* static, unused */, Nullable_1_t449956448 ___current0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Linq.JValue::ValuesEquals(Newtonsoft.Json.Linq.JValue,Newtonsoft.Json.Linq.JValue) extern "C" IL2CPP_METHOD_ATTR bool JValue_ValuesEquals_m1092059895 (RuntimeObject * __this /* static, unused */, JValue_t1448862567 * ___v10, JValue_t1448862567 * ___v21, const RuntimeMethod* method); // System.Int32 System.Decimal::CompareTo(System.Decimal) extern "C" IL2CPP_METHOD_ATTR int32_t Decimal_CompareTo_m3502307243 (Decimal_t2948259380 * __this, Decimal_t2948259380 p0, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.Linq.JValue::CompareFloat(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t JValue_CompareFloat_m3984240916 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___objA0, RuntimeObject * ___objB1, const RuntimeMethod* method); // System.Int32 System.Int64::CompareTo(System.Int64) extern "C" IL2CPP_METHOD_ATTR int32_t Int64_CompareTo_m3345789408 (int64_t* __this, int64_t p0, const RuntimeMethod* method); // System.Int32 System.String::CompareOrdinal(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t String_CompareOrdinal_m786132908 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Int32 System.Boolean::CompareTo(System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t Boolean_CompareTo_m3774767002 (bool* __this, bool p0, const RuntimeMethod* method); // System.Int32 System.DateTime::CompareTo(System.DateTime) extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_CompareTo_m3889078633 (DateTime_t3738529785 * __this, DateTime_t3738529785 p0, const RuntimeMethod* method); // System.Int32 System.DateTimeOffset::CompareTo(System.DateTimeOffset) extern "C" IL2CPP_METHOD_ATTR int32_t DateTimeOffset_CompareTo_m1350732322 (DateTimeOffset_t3229287507 * __this, DateTimeOffset_t3229287507 p0, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.Utilities.MiscellaneousUtils::ByteArrayCompare(System.Byte[],System.Byte[]) extern "C" IL2CPP_METHOD_ATTR int32_t MiscellaneousUtils_ByteArrayCompare_m2553453521 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___a10, ByteU5BU5D_t4116647657* ___a21, const RuntimeMethod* method); // System.Int32 System.Guid::CompareTo(System.Guid) extern "C" IL2CPP_METHOD_ATTR int32_t Guid_CompareTo_m2129361928 (Guid_t * __this, Guid_t p0, const RuntimeMethod* method); // System.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1::get_Default() #define Comparer_1_get_Default_m2933844913(__this /* static, unused */, method) (( Comparer_1_t3347205571 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))Comparer_1_get_Default_m1160312227_gshared)(__this /* static, unused */, method) // System.Int32 System.TimeSpan::CompareTo(System.TimeSpan) extern "C" IL2CPP_METHOD_ATTR int32_t TimeSpan_CompareTo_m3633415627 (TimeSpan_t881159249 * __this, TimeSpan_t881159249 p0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.MathUtils::ApproxEquals(System.Double,System.Double) extern "C" IL2CPP_METHOD_ATTR bool MathUtils_ApproxEquals_m663204704 (RuntimeObject * __this /* static, unused */, double ___d10, double ___d21, const RuntimeMethod* method); // System.Int32 System.Double::CompareTo(System.Double) extern "C" IL2CPP_METHOD_ATTR int32_t Double_CompareTo_m3151899116 (double* __this, double p0, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JValue::GetStringValueType(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR int32_t JValue_GetStringValueType_m2273648158 (RuntimeObject * __this /* static, unused */, Nullable_1_t449956448 ___current0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m3740018445(__this, method) (( bool (*) (Nullable_1_t449956448 *, const RuntimeMethod*))Nullable_1_get_HasValue_m3740018445_gshared)(__this, method) // !0 System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m449716682(__this, method) (( int32_t (*) (Nullable_1_t449956448 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m449716682_gshared)(__this, method) // Newtonsoft.Json.JsonConverter Newtonsoft.Json.JsonSerializer::GetMatchingConverter(System.Collections.Generic.IList`1,System.Type) extern "C" IL2CPP_METHOD_ATTR JsonConverter_t1047106545 * JsonSerializer_GetMatchingConverter_m3146147673 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___converters0, Type_t * ___objectType1, const RuntimeMethod* method); // System.Int32 System.Int32::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Int32_GetHashCode_m1876651407 (int32_t* __this, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.Linq.JValue::Compare(Newtonsoft.Json.Linq.JTokenType,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t JValue_Compare_m2583422632 (RuntimeObject * __this /* static, unused */, int32_t ___valueType0, RuntimeObject * ___objA1, RuntimeObject * ___objB2, const RuntimeMethod* method); // System.Boolean System.Object::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_Equals_m2439880830 (RuntimeObject * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.String Newtonsoft.Json.Linq.JValue::ToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* JValue_ToString_m3683347190 (JValue_t1448862567 * __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Linq.JToken::ToObject(System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JToken_ToObject_m3253179817 (JToken_t1038539247 * __this, Type_t * ___objectType0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver::.ctor(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DefaultContractResolver__ctor_m4134528712 (DefaultContractResolver_t270250618 * __this, bool ___shareCache0, const RuntimeMethod* method); // System.String Newtonsoft.Json.Utilities.StringUtils::ToCamelCase(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* StringUtils_ToCamelCase_m614090145 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.DefaultContractResolverState::.ctor() extern "C" IL2CPP_METHOD_ATTR void DefaultContractResolverState__ctor_m3019925212 (DefaultContractResolverState_t3045992855 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver::set_IgnoreSerializableAttribute(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DefaultContractResolver_set_IgnoreSerializableAttribute_m1889418888 (DefaultContractResolver_t270250618 * __this, bool ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver::set_DefaultMembersSearchFlags(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR void DefaultContractResolver_set_DefaultMembersSearchFlags_m911127978 (DefaultContractResolver_t270250618 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver::.ctor() extern "C" IL2CPP_METHOD_ATTR void DefaultContractResolver__ctor_m1445255198 (DefaultContractResolver_t270250618 * __this, const RuntimeMethod* method); // Newtonsoft.Json.Serialization.DefaultContractResolverState Newtonsoft.Json.Serialization.DefaultContractResolver::GetState() extern "C" IL2CPP_METHOD_ATTR DefaultContractResolverState_t3045992855 * DefaultContractResolver_GetState_m2274805795 (DefaultContractResolver_t270250618 * __this, 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.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m3045574645(__this, p0, p1, method) (( bool (*) (Dictionary_2_t1505184387 *, ResolverContractKey_t3292851287 , JsonContract_t3715061318 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m4246723493_gshared)(__this, p0, p1, 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.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m4258872270(__this, method) (( void (*) (Dictionary_2_t1505184387 *, const RuntimeMethod*))Dictionary_2__ctor_m4264799459_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Collections.Generic.IDictionary`2) #define Dictionary_2__ctor_m151482617(__this, p0, method) (( void (*) (Dictionary_2_t1505184387 *, RuntimeObject*, const RuntimeMethod*))Dictionary_2__ctor_m700421304_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m1131828577(__this, p0, p1, method) (( void (*) (Dictionary_2_t1505184387 *, ResolverContractKey_t3292851287 , JsonContract_t3715061318 *, const RuntimeMethod*))Dictionary_2_set_Item_m1148465007_gshared)(__this, p0, p1, 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 Newtonsoft.Json.Serialization.DefaultContractResolver::get_IgnoreSerializableAttribute() extern "C" IL2CPP_METHOD_ATTR bool DefaultContractResolver_get_IgnoreSerializableAttribute_m3210660665 (DefaultContractResolver_t270250618 * __this, const RuntimeMethod* method); // 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); // System.Collections.Generic.List`1 Newtonsoft.Json.Utilities.ReflectionUtils::GetFieldsAndProperties(System.Type,System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR List_1_t557109187 * ReflectionUtils_GetFieldsAndProperties_m297325423 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, int32_t ___bindingAttr1, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) #define Func_2__ctor_m290757398(__this, p0, p1, method) (( void (*) (Func_2_t2217434578 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m3104565095_gshared)(__this, p0, p1, method) // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Where(System.Collections.Generic.IEnumerable`1,System.Func`2) #define Enumerable_Where_TisMemberInfo_t_m2024036589(__this /* static, unused */, p0, p1, method) (( RuntimeObject* (*) (RuntimeObject * /* static, unused */, RuntimeObject*, Func_2_t2217434578 *, const RuntimeMethod*))Enumerable_Where_TisRuntimeObject_m3454096398_gshared)(__this /* static, unused */, p0, p1, method) // System.Collections.Generic.List`1 System.Linq.Enumerable::ToList(System.Collections.Generic.IEnumerable`1) #define Enumerable_ToList_TisMemberInfo_t_m3180374575(__this /* static, unused */, p0, method) (( List_1_t557109187 * (*) (RuntimeObject * /* static, unused */, RuntimeObject*, const RuntimeMethod*))Enumerable_ToList_TisRuntimeObject_m1484080463_gshared)(__this /* static, unused */, p0, 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.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); // System.Reflection.BindingFlags Newtonsoft.Json.Serialization.DefaultContractResolver::get_DefaultMembersSearchFlags() extern "C" IL2CPP_METHOD_ATTR int32_t DefaultContractResolver_get_DefaultMembersSearchFlags_m825149751 (DefaultContractResolver_t270250618 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() #define List_1_GetEnumerator_m1052294188(__this, method) (( Enumerator_t2446353064 (*) (List_1_t557109187 *, const RuntimeMethod*))List_1_GetEnumerator_m2930774921_gshared)(__this, method) // !0 System.Collections.Generic.List`1/Enumerator::get_Current() #define Enumerator_get_Current_m168666109(__this, method) (( MemberInfo_t * (*) (Enumerator_t2446353064 *, const RuntimeMethod*))Enumerator_get_Current_m470245444_gshared)(__this, method) // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::get_SerializeCompilerGeneratedMembers() extern "C" IL2CPP_METHOD_ATTR bool DefaultContractResolver_get_SerializeCompilerGeneratedMembers_m2597870536 (DefaultContractResolver_t270250618 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Contains(!0) #define List_1_Contains_m1910635180(__this, p0, method) (( bool (*) (List_1_t557109187 *, MemberInfo_t *, const RuntimeMethod*))List_1_Contains_m2654125393_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m304598357(__this, p0, method) (( void (*) (List_1_t557109187 *, MemberInfo_t *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // T Newtonsoft.Json.Serialization.JsonTypeReflector::GetAttribute(System.Object) #define JsonTypeReflector_GetAttribute_TisJsonPropertyAttribute_t2223277056_m3901771140(__this /* static, unused */, ___provider0, method) (( JsonPropertyAttribute_t2223277056 * (*) (RuntimeObject * /* static, unused */, RuntimeObject *, const RuntimeMethod*))JsonTypeReflector_GetAttribute_TisRuntimeObject_m3059626250_gshared)(__this /* static, unused */, ___provider0, method) // T Newtonsoft.Json.Serialization.JsonTypeReflector::GetAttribute(System.Object) #define JsonTypeReflector_GetAttribute_TisJsonRequiredAttribute_t2327646188_m3278401384(__this /* static, unused */, ___provider0, method) (( JsonRequiredAttribute_t2327646188 * (*) (RuntimeObject * /* static, unused */, RuntimeObject *, const RuntimeMethod*))JsonTypeReflector_GetAttribute_TisRuntimeObject_m3059626250_gshared)(__this /* static, unused */, ___provider0, method) // T Newtonsoft.Json.Serialization.JsonTypeReflector::GetAttribute(System.Object) #define JsonTypeReflector_GetAttribute_TisDataMemberAttribute_t1339837472_m1015734517(__this /* static, unused */, ___provider0, method) (( DataMemberAttribute_t1339837472 * (*) (RuntimeObject * /* static, unused */, RuntimeObject *, const RuntimeMethod*))JsonTypeReflector_GetAttribute_TisRuntimeObject_m3059626250_gshared)(__this /* static, unused */, ___provider0, 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.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() #define Enumerator_MoveNext_m2008934334(__this, method) (( bool (*) (Enumerator_t2446353064 *, const RuntimeMethod*))Enumerator_MoveNext_m2142368520_gshared)(__this, method) // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() #define Enumerator_Dispose_m2841537219(__this, method) (( void (*) (Enumerator_t2446353064 *, const RuntimeMethod*))Enumerator_Dispose_m3007748546_gshared)(__this, method) // System.Boolean Newtonsoft.Json.Utilities.TypeExtensions::AssignableToTypeName(System.Type,System.String,System.Type&) extern "C" IL2CPP_METHOD_ATTR bool TypeExtensions_AssignableToTypeName_m503478083 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, String_t* ___fullTypeName1, Type_t ** ___match2, const RuntimeMethod* method); // System.Boolean System.Reflection.FieldInfo::get_IsStatic() extern "C" IL2CPP_METHOD_ATTR bool FieldInfo_get_IsStatic_m3482711189 (FieldInfo_t * __this, 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.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); // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver::InitializeContract(Newtonsoft.Json.Serialization.JsonContract) extern "C" IL2CPP_METHOD_ATTR void DefaultContractResolver_InitializeContract_m2699834288 (DefaultContractResolver_t270250618 * __this, JsonContract_t3715061318 * ___contract0, const RuntimeMethod* method); // 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); // 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); // 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); // System.Void Newtonsoft.Json.Utilities.CollectionUtils::AddRange(System.Collections.Generic.IList`1,System.Collections.Generic.IEnumerable`1) #define CollectionUtils_AddRange_TisJsonProperty_t1405154176_m3903756976(__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) // 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) // 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); // System.Reflection.ConstructorInfo Newtonsoft.Json.Serialization.DefaultContractResolver::GetAttributeConstructor(System.Type) extern "C" IL2CPP_METHOD_ATTR ConstructorInfo_t5769829 * DefaultContractResolver_GetAttributeConstructor_m3726356735 (DefaultContractResolver_t270250618 * __this, Type_t * ___objectType0, const RuntimeMethod* method); // 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); // 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.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.Void System.Func`1::.ctor(System.Object,System.IntPtr) #define Func_1__ctor_m626403339(__this, p0, p1, method) (( void (*) (Func_1_t2509852811 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_1__ctor_m626403339_gshared)(__this, p0, p1, method) // 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); // 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.Reflection.ConstructorInfo Newtonsoft.Json.Serialization.DefaultContractResolver::GetParameterizedConstructor(System.Type) extern "C" IL2CPP_METHOD_ATTR ConstructorInfo_t5769829 * DefaultContractResolver_GetParameterizedConstructor_m1732846620 (DefaultContractResolver_t270250618 * __this, Type_t * ___objectType0, const RuntimeMethod* method); // 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); // System.Reflection.MemberInfo Newtonsoft.Json.Serialization.DefaultContractResolver::GetExtensionDataMemberForType(System.Type) extern "C" IL2CPP_METHOD_ATTR MemberInfo_t * DefaultContractResolver_GetExtensionDataMemberForType_m1332482044 (DefaultContractResolver_t270250618 * __this, Type_t * ___type0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver::SetExtensionDataDelegates(Newtonsoft.Json.Serialization.JsonObjectContract,System.Reflection.MemberInfo) extern "C" IL2CPP_METHOD_ATTR void DefaultContractResolver_SetExtensionDataDelegates_m725954094 (RuntimeObject * __this /* static, unused */, JsonObjectContract_t868533143 * ___contract0, MemberInfo_t * ___member1, const RuntimeMethod* method); // System.Collections.Generic.List`1 Newtonsoft.Json.Serialization.DefaultContractResolver::GetClassHierarchyForType(System.Type) extern "C" IL2CPP_METHOD_ATTR List_1_t3956019502 * DefaultContractResolver_GetClassHierarchyForType_m3944309456 (DefaultContractResolver_t270250618 * __this, Type_t * ___type0, const RuntimeMethod* method); // System.Void System.Func`2>::.ctor(System.Object,System.IntPtr) #define Func_2__ctor_m270668762(__this, p0, p1, method) (( void (*) (Func_2_t2823819620 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m406556452_gshared)(__this, p0, p1, method) // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::SelectMany(System.Collections.Generic.IEnumerable`1,System.Func`2>) #define Enumerable_SelectMany_TisType_t_TisMemberInfo_t_m876686129(__this /* static, unused */, p0, p1, method) (( RuntimeObject* (*) (RuntimeObject * /* static, unused */, RuntimeObject*, Func_2_t2823819620 *, const RuntimeMethod*))Enumerable_SelectMany_TisRuntimeObject_TisRuntimeObject_m1636538339_gshared)(__this /* static, unused */, p0, p1, method) // !!0 System.Linq.Enumerable::LastOrDefault(System.Collections.Generic.IEnumerable`1,System.Func`2) #define Enumerable_LastOrDefault_TisMemberInfo_t_m2492911416(__this /* static, unused */, p0, p1, method) (( MemberInfo_t * (*) (RuntimeObject * /* static, unused */, RuntimeObject*, Func_2_t2217434578 *, const RuntimeMethod*))Enumerable_LastOrDefault_TisRuntimeObject_m669341590_gshared)(__this /* static, unused */, p0, p1, method) // 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); // T Newtonsoft.Json.Utilities.ReflectionUtils::GetAttribute(System.Object) #define ReflectionUtils_GetAttribute_TisJsonExtensionDataAttribute_t1775849281_m4176509212(__this /* static, unused */, ___attributeProvider0, method) (( JsonExtensionDataAttribute_t1775849281 * (*) (RuntimeObject * /* static, unused */, RuntimeObject *, const RuntimeMethod*))ReflectionUtils_GetAttribute_TisRuntimeObject_m321509955_gshared)(__this /* static, unused */, ___attributeProvider0, 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.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); // 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.Func`2 Newtonsoft.Json.Utilities.ReflectionDelegateFactory::CreateGet(System.Reflection.MemberInfo) #define ReflectionDelegateFactory_CreateGet_TisRuntimeObject_m2506523516(__this, ___memberInfo0, method) (( Func_2_t2447130374 * (*) (ReflectionDelegateFactory_t2528576452 *, MemberInfo_t *, const RuntimeMethod*))ReflectionDelegateFactory_CreateGet_TisRuntimeObject_m2506523516_gshared)(__this, ___memberInfo0, method) // System.Boolean Newtonsoft.Json.JsonExtensionDataAttribute::get_ReadData() extern "C" IL2CPP_METHOD_ATTR bool JsonExtensionDataAttribute_get_ReadData_m2359128195 (JsonExtensionDataAttribute_t1775849281 * __this, const RuntimeMethod* method); // 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); // System.Boolean Newtonsoft.Json.Utilities.ReflectionUtils::CanSetMemberValue(System.Reflection.MemberInfo,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool ReflectionUtils_CanSetMemberValue_m1263216356 (RuntimeObject * __this /* static, unused */, MemberInfo_t * ___member0, bool ___nonPublic1, bool ___canSetReadOnly2, const RuntimeMethod* method); // System.Action`2 Newtonsoft.Json.Utilities.ReflectionDelegateFactory::CreateSet(System.Reflection.MemberInfo) #define ReflectionDelegateFactory_CreateSet_TisRuntimeObject_m2440090338(__this, ___memberInfo0, method) (( Action_2_t2470008838 * (*) (ReflectionDelegateFactory_t2528576452 *, MemberInfo_t *, const RuntimeMethod*))ReflectionDelegateFactory_CreateSet_TisRuntimeObject_m2440090338_gshared)(__this, ___memberInfo0, 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 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); // 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); // System.Boolean Newtonsoft.Json.JsonExtensionDataAttribute::get_WriteData() extern "C" IL2CPP_METHOD_ATTR bool JsonExtensionDataAttribute_get_WriteData_m3068379070 (JsonExtensionDataAttribute_t1775849281 * __this, const RuntimeMethod* method); // 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); // System.Reflection.ConstructorInfo[] System.Type::GetConstructors() extern "C" IL2CPP_METHOD_ATTR ConstructorInfoU5BU5D_t881249896* Type_GetConstructors_m1172352582 (Type_t * __this, const RuntimeMethod* method); // !!0 System.Linq.Enumerable::First(System.Collections.Generic.IEnumerable`1) #define Enumerable_First_TisConstructorInfo_t5769829_m2348694134(__this /* static, unused */, p0, method) (( ConstructorInfo_t5769829 * (*) (RuntimeObject * /* static, unused */, RuntimeObject*, const RuntimeMethod*))Enumerable_First_TisRuntimeObject_m2853249616_gshared)(__this /* static, unused */, p0, method) // 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); // 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); // 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); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) #define Func_2__ctor_m1559270925(__this, p0, p1, method) (( void (*) (Func_2_t1796590042 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m3104565095_gshared)(__this, p0, p1, method) // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Where(System.Collections.Generic.IEnumerable`1,System.Func`2) #define Enumerable_Where_TisConstructorInfo_t5769829_m3502358349(__this /* static, unused */, p0, p1, method) (( RuntimeObject* (*) (RuntimeObject * /* static, unused */, RuntimeObject*, Func_2_t1796590042 *, const RuntimeMethod*))Enumerable_Where_TisRuntimeObject_m3454096398_gshared)(__this /* static, unused */, p0, p1, method) // System.Collections.Generic.List`1 System.Linq.Enumerable::ToList(System.Collections.Generic.IEnumerable`1) #define Enumerable_ToList_TisConstructorInfo_t5769829_m751781180(__this /* static, unused */, p0, method) (( List_1_t1477844571 * (*) (RuntimeObject * /* static, unused */, RuntimeObject*, const RuntimeMethod*))Enumerable_ToList_TisRuntimeObject_m1484080463_gshared)(__this /* static, unused */, p0, 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.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); // 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.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.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); // System.Void Newtonsoft.Json.Serialization.JsonProperty::.ctor() extern "C" IL2CPP_METHOD_ATTR void JsonProperty__ctor_m3879542503 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method); // 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); // 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); // 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); // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver::SetPropertySettingsFromAttributes(Newtonsoft.Json.Serialization.JsonProperty,System.Object,System.String,System.Type,Newtonsoft.Json.MemberSerialization,System.Boolean&) extern "C" IL2CPP_METHOD_ATTR void DefaultContractResolver_SetPropertySettingsFromAttributes_m502397598 (DefaultContractResolver_t270250618 * __this, JsonProperty_t1405154176 * ___property0, RuntimeObject * ___attributeProvider1, String_t* ___name2, Type_t * ___declaringType3, int32_t ___memberSerialization4, bool* ___allowNonPublicAccess5, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_Readable(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonProperty_set_Readable_m2877939162 (JsonProperty_t1405154176 * __this, bool ___value0, const RuntimeMethod* method); // 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); // 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.Boolean System.String::op_Inequality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Inequality_m215368492 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // 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); // 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.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); // 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.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); // System.Object Newtonsoft.Json.Serialization.JsonProperty::get_DefaultValue() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonProperty_get_DefaultValue_m3909611160 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method); // 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); // 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) // 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.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); // 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); // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m4114458644(__this, method) (( bool (*) (Nullable_1_t829731231 *, const RuntimeMethod*))Nullable_1_get_HasValue_m4114458644_gshared)(__this, method) // 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); // 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) // 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); // 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.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); // 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); // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m2699568762(__this, method) (( bool (*) (Nullable_1_t588389317 *, const RuntimeMethod*))Nullable_1_get_HasValue_m2699568762_gshared)(__this, method) // 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); // 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.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); // 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); // 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.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); // System.Boolean System.Runtime.Serialization.DataContractAttribute::get_IsReference() extern "C" IL2CPP_METHOD_ATTR bool DataContractAttribute_get_IsReference_m3839282120 (DataContractAttribute_t412496005 * __this, const RuntimeMethod* method); // 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); // 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); // 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 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.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.Func`1 Newtonsoft.Json.Serialization.DefaultContractResolver::GetDefaultCreator(System.Type) extern "C" IL2CPP_METHOD_ATTR Func_1_t2509852811 * DefaultContractResolver_GetDefaultCreator_m493820785 (DefaultContractResolver_t270250618 * __this, Type_t * ___createdType0, const RuntimeMethod* method); // System.Reflection.ConstructorInfo Newtonsoft.Json.Utilities.ReflectionUtils::GetDefaultConstructor(System.Type) extern "C" IL2CPP_METHOD_ATTR ConstructorInfo_t5769829 * ReflectionUtils_GetDefaultConstructor_m4213349706 (RuntimeObject * __this /* static, unused */, Type_t * ___t0, const RuntimeMethod* method); // 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); // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver::ResolveCallbackMethods(Newtonsoft.Json.Serialization.JsonContract,System.Type) extern "C" IL2CPP_METHOD_ATTR void DefaultContractResolver_ResolveCallbackMethods_m1272420817 (DefaultContractResolver_t270250618 * __this, JsonContract_t3715061318 * ___contract0, Type_t * ___t1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver::GetCallbackMethodsForType(System.Type,System.Collections.Generic.List`1&,System.Collections.Generic.List`1&,System.Collections.Generic.List`1&,System.Collections.Generic.List`1&,System.Collections.Generic.List`1&) extern "C" IL2CPP_METHOD_ATTR void DefaultContractResolver_GetCallbackMethodsForType_m950314023 (DefaultContractResolver_t270250618 * __this, Type_t * ___type0, List_1_t3780931481 ** ___onSerializing1, List_1_t3780931481 ** ___onSerialized2, List_1_t3780931481 ** ___onDeserializing3, List_1_t3780931481 ** ___onDeserialized4, List_1_t1510300525 ** ___onError5, 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.Void Newtonsoft.Json.Utilities.CollectionUtils::AddRange(System.Collections.Generic.IList`1,System.Collections.Generic.IEnumerable`1) #define CollectionUtils_AddRange_TisSerializationCallback_t2308856739_m3817144721(__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.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); // 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); // 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); // 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.Void Newtonsoft.Json.Utilities.CollectionUtils::AddRange(System.Collections.Generic.IList`1,System.Collections.Generic.IEnumerable`1) #define CollectionUtils_AddRange_TisSerializationErrorCallback_t38225783_m3169566612(__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.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() #define List_1_GetEnumerator_m469156762(__this, method) (( Enumerator_t1550296083 (*) (List_1_t3956019502 *, const RuntimeMethod*))List_1_GetEnumerator_m2930774921_gshared)(__this, method) // !0 System.Collections.Generic.List`1/Enumerator::get_Current() #define Enumerator_get_Current_m3931857711(__this, method) (( Type_t * (*) (Enumerator_t1550296083 *, const RuntimeMethod*))Enumerator_get_Current_m470245444_gshared)(__this, method) // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::ShouldSkipSerializing(System.Type) extern "C" IL2CPP_METHOD_ATTR bool DefaultContractResolver_ShouldSkipSerializing_m3454392810 (RuntimeObject * __this /* static, unused */, Type_t * ___t0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::ShouldSkipDeserialized(System.Type) extern "C" IL2CPP_METHOD_ATTR bool DefaultContractResolver_ShouldSkipDeserialized_m621433652 (RuntimeObject * __this /* static, unused */, Type_t * ___t0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::IsValidCallback(System.Reflection.MethodInfo,System.Reflection.ParameterInfo[],System.Type,System.Reflection.MethodInfo,System.Type&) extern "C" IL2CPP_METHOD_ATTR bool DefaultContractResolver_IsValidCallback_m3945815643 (RuntimeObject * __this /* static, unused */, MethodInfo_t * ___method0, ParameterInfoU5BU5D_t390618515* ___parameters1, Type_t * ___attributeType2, MethodInfo_t * ___currentCallback3, Type_t ** ___prevAttributeType4, 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) // 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); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m4276930598(__this, p0, method) (( void (*) (List_1_t3780931481 *, SerializationCallback_t2308856739 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, 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) // 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); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m199502390(__this, p0, method) (( void (*) (List_1_t1510300525 *, SerializationErrorCallback_t38225783 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() #define Enumerator_MoveNext_m2091439480(__this, method) (( bool (*) (Enumerator_t1550296083 *, const RuntimeMethod*))Enumerator_MoveNext_m2142368520_gshared)(__this, method) // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() #define Enumerator_Dispose_m1963910613(__this, method) (( void (*) (Enumerator_t1550296083 *, const RuntimeMethod*))Enumerator_Dispose_m3007748546_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m3073166008(__this, method) (( void (*) (List_1_t3956019502 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m576010208(__this, p0, method) (( void (*) (List_1_t3956019502 *, Type_t *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, 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); // System.Void System.Collections.Generic.List`1::Reverse() #define List_1_Reverse_m3419333220(__this, method) (( void (*) (List_1_t3956019502 *, const RuntimeMethod*))List_1_Reverse_m3108420294_gshared)(__this, method) // 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); // 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); // 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.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.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); // 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.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); // 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); // 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_HasParameterizedCreator(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonArrayContract_set_HasParameterizedCreator_m3457897119 (JsonArrayContract_t483691547 * __this, bool ___value0, const RuntimeMethod* method); // 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); // 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); // 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); // 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); // System.Reflection.ConstructorInfo System.Type::GetConstructor(System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]) extern "C" IL2CPP_METHOD_ATTR ConstructorInfo_t5769829 * Type_GetConstructor_m950313272 (Type_t * __this, int32_t p0, Binder_t2999457153 * p1, TypeU5BU5D_t3940880105* p2, ParameterModifierU5BU5D_t2943407543* p3, const RuntimeMethod* method); // 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); // 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); // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::IsJsonPrimitiveType(System.Type) extern "C" IL2CPP_METHOD_ATTR bool DefaultContractResolver_IsJsonPrimitiveType_m1042571514 (RuntimeObject * __this /* static, unused */, Type_t * ___t0, const RuntimeMethod* method); // System.Type Newtonsoft.Json.Utilities.ReflectionUtils::EnsureNotNullableType(System.Type) extern "C" IL2CPP_METHOD_ATTR Type_t * ReflectionUtils_EnsureNotNullableType_m3060298386 (RuntimeObject * __this /* static, unused */, Type_t * ___t0, const RuntimeMethod* method); // 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); // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::CanConvertToString(System.Type) extern "C" IL2CPP_METHOD_ATTR bool DefaultContractResolver_CanConvertToString_m1537508402 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::get_IgnoreSerializableInterface() extern "C" IL2CPP_METHOD_ATTR bool DefaultContractResolver_get_IgnoreSerializableInterface_m119128778 (DefaultContractResolver_t270250618 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::IsIConvertible(System.Type) extern "C" IL2CPP_METHOD_ATTR bool DefaultContractResolver_IsIConvertible_m2386267330 (RuntimeObject * __this /* static, unused */, Type_t * ___t0, 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.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 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,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* StringUtils_FormatWith_m2539955297 (RuntimeObject * __this /* static, unused */, String_t* ___format0, RuntimeObject* ___provider1, RuntimeObject * ___arg02, RuntimeObject * ___arg13, RuntimeObject * ___arg24, RuntimeObject * ___arg35, const RuntimeMethod* method); // System.Boolean System.Reflection.MethodBase::get_IsVirtual() extern "C" IL2CPP_METHOD_ATTR bool MethodBase_get_IsVirtual_m2008546636 (MethodBase_t * __this, const RuntimeMethod* 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.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.TypeExtensions::ContainsGenericParameters(System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeExtensions_ContainsGenericParameters_m2408384511 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.String System.String::Format(System.IFormatProvider,System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m1881875187 (RuntimeObject * __this /* static, unused */, RuntimeObject* p0, String_t* p1, ObjectU5BU5D_t2843939325* p2, 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); // System.String Newtonsoft.Json.Utilities.PropertyNameTable::Add(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* PropertyNameTable_Add_m2811283804 (PropertyNameTable_t4130830590 * __this, String_t* ___key0, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) #define Func_2__ctor_m3421340864(__this, p0, p1, method) (( void (*) (Func_2_t1808639663 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m1645301223_gshared)(__this, p0, p1, method) // System.Linq.IOrderedEnumerable`1 System.Linq.Enumerable::OrderBy(System.Collections.Generic.IEnumerable`1,System.Func`2) #define Enumerable_OrderBy_TisJsonProperty_t1405154176_TisInt32_t2950945753_m507963171(__this /* static, unused */, p0, p1, method) (( RuntimeObject* (*) (RuntimeObject * /* static, unused */, RuntimeObject*, Func_2_t1808639663 *, const RuntimeMethod*))Enumerable_OrderBy_TisRuntimeObject_TisInt32_t2950945753_m886958096_gshared)(__this /* static, unused */, p0, p1, method) // System.Collections.Generic.List`1 System.Linq.Enumerable::ToList(System.Collections.Generic.IEnumerable`1) #define Enumerable_ToList_TisJsonProperty_t1405154176_m3621178888(__this /* static, unused */, p0, method) (( List_1_t2877228918 * (*) (RuntimeObject * /* static, unused */, RuntimeObject*, const RuntimeMethod*))Enumerable_ToList_TisRuntimeObject_m1484080463_gshared)(__this /* static, unused */, p0, method) // 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); // 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); // 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); // 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.Boolean Newtonsoft.Json.Serialization.JsonProperty::get_HasMemberAttribute() extern "C" IL2CPP_METHOD_ATTR bool JsonProperty_get_HasMemberAttribute_m4191798847 (JsonProperty_t1405154176 * __this, const RuntimeMethod* method); // System.Predicate`1 Newtonsoft.Json.Serialization.DefaultContractResolver::CreateShouldSerializeTest(System.Reflection.MemberInfo) extern "C" IL2CPP_METHOD_ATTR Predicate_1_t3905400288 * DefaultContractResolver_CreateShouldSerializeTest_m2917110277 (DefaultContractResolver_t270250618 * __this, MemberInfo_t * ___member0, const RuntimeMethod* method); // 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); // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver::SetIsSpecifiedActions(Newtonsoft.Json.Serialization.JsonProperty,System.Reflection.MemberInfo,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DefaultContractResolver_SetIsSpecifiedActions_m3215449324 (DefaultContractResolver_t270250618 * __this, JsonProperty_t1405154176 * ___property0, MemberInfo_t * ___member1, bool ___allowNonPublicAccess2, const RuntimeMethod* method); // 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); // System.String Newtonsoft.Json.JsonPropertyAttribute::get_PropertyName() extern "C" IL2CPP_METHOD_ATTR String_t* JsonPropertyAttribute_get_PropertyName_m3777306309 (JsonPropertyAttribute_t2223277056 * __this, const RuntimeMethod* method); // System.String System.Runtime.Serialization.DataMemberAttribute::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* DataMemberAttribute_get_Name_m4184456524 (DataMemberAttribute_t1339837472 * __this, const RuntimeMethod* method); // 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); // 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); // System.Boolean System.Runtime.Serialization.DataMemberAttribute::get_IsRequired() extern "C" IL2CPP_METHOD_ATTR bool DataMemberAttribute_get_IsRequired_m4045505283 (DataMemberAttribute_t1339837472 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) #define Nullable_1__ctor_m1040762645(__this, p0, method) (( void (*) (Nullable_1_t3313944452 *, int32_t, const RuntimeMethod*))Nullable_1__ctor_m1040762645_gshared)(__this, p0, method) // System.Int32 System.Runtime.Serialization.DataMemberAttribute::get_Order() extern "C" IL2CPP_METHOD_ATTR int32_t DataMemberAttribute_get_Order_m3753346419 (DataMemberAttribute_t1339837472 * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.Serialization.DataMemberAttribute::get_EmitDefaultValue() extern "C" IL2CPP_METHOD_ATTR bool DataMemberAttribute_get_EmitDefaultValue_m3473790697 (DataMemberAttribute_t1339837472 * __this, const RuntimeMethod* 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) // 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); // T Newtonsoft.Json.Serialization.JsonTypeReflector::GetAttribute(System.Object) #define JsonTypeReflector_GetAttribute_TisJsonIgnoreAttribute_t836745302_m2572512085(__this /* static, unused */, ___provider0, method) (( JsonIgnoreAttribute_t836745302 * (*) (RuntimeObject * /* static, unused */, RuntimeObject *, const RuntimeMethod*))JsonTypeReflector_GetAttribute_TisRuntimeObject_m3059626250_gshared)(__this /* static, unused */, ___provider0, method) // T Newtonsoft.Json.Serialization.JsonTypeReflector::GetAttribute(System.Object) #define JsonTypeReflector_GetAttribute_TisJsonExtensionDataAttribute_t1775849281_m2974701822(__this /* static, unused */, ___provider0, method) (( JsonExtensionDataAttribute_t1775849281 * (*) (RuntimeObject * /* static, unused */, RuntimeObject *, const RuntimeMethod*))JsonTypeReflector_GetAttribute_TisRuntimeObject_m3059626250_gshared)(__this /* static, unused */, ___provider0, method) // T Newtonsoft.Json.Serialization.JsonTypeReflector::GetAttribute(System.Object) #define JsonTypeReflector_GetAttribute_TisNonSerializedAttribute_t2945079482_m682929421(__this /* static, unused */, ___provider0, method) (( NonSerializedAttribute_t2945079482 * (*) (RuntimeObject * /* static, unused */, RuntimeObject *, const RuntimeMethod*))JsonTypeReflector_GetAttribute_TisRuntimeObject_m3059626250_gshared)(__this /* static, unused */, ___provider0, method) // 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); // T Newtonsoft.Json.Serialization.JsonTypeReflector::GetAttribute(System.Object) #define JsonTypeReflector_GetAttribute_TisDefaultValueAttribute_t587583663_m2303635855(__this /* static, unused */, ___provider0, method) (( DefaultValueAttribute_t587583663 * (*) (RuntimeObject * /* static, unused */, RuntimeObject *, const RuntimeMethod*))JsonTypeReflector_GetAttribute_TisRuntimeObject_m3059626250_gshared)(__this /* static, unused */, ___provider0, method) // 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); // System.Type Newtonsoft.Json.JsonPropertyAttribute::get_ItemConverterType() extern "C" IL2CPP_METHOD_ATTR Type_t * JsonPropertyAttribute_get_ItemConverterType_m2358059448 (JsonPropertyAttribute_t2223277056 * __this, const RuntimeMethod* method); // System.Object[] Newtonsoft.Json.JsonPropertyAttribute::get_ItemConverterParameters() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* JsonPropertyAttribute_get_ItemConverterParameters_m4023038973 (JsonPropertyAttribute_t2223277056 * __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.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); // 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); // 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); // 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); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) #define Predicate_1__ctor_m327447107(__this, p0, p1, method) (( void (*) (Predicate_1_t3905400288 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m327447107_gshared)(__this, p0, p1, method) // 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); // System.Reflection.PropertyInfo System.Type::GetProperty(System.String) extern "C" IL2CPP_METHOD_ATTR PropertyInfo_t * Type_GetProperty_m3414567179 (Type_t * __this, String_t* p0, const RuntimeMethod* method); // System.Reflection.FieldInfo System.Type::GetField(System.String) extern "C" IL2CPP_METHOD_ATTR FieldInfo_t * Type_GetField_m2961003358 (Type_t * __this, String_t* p0, const RuntimeMethod* method); // 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); // 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); // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlNodeConverter__ctor_m2994813967 (XmlNodeConverter_t181348760 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.KeyValuePairConverter::.ctor() extern "C" IL2CPP_METHOD_ATTR void KeyValuePairConverter__ctor_m4000973340 (KeyValuePairConverter_t2108458033 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.BsonObjectIdConverter::.ctor() extern "C" IL2CPP_METHOD_ATTR void BsonObjectIdConverter__ctor_m3976717226 (BsonObjectIdConverter_t1190033754 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.RegexConverter::.ctor() extern "C" IL2CPP_METHOD_ATTR void RegexConverter__ctor_m1639077962 (RegexConverter_t2517515405 * __this, const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.Base64Encoder Newtonsoft.Json.JsonTextWriter::get_Base64Encoder() extern "C" IL2CPP_METHOD_ATTR Base64Encoder_t3724986751 * JsonTextWriter_get_Base64Encoder_m313962527 (JsonTextWriter_t1095349912 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextWriter_get_Base64Encoder_m313962527_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Base64Encoder_t3724986751 * L_0 = __this->get__base64Encoder_14(); if (L_0) { goto IL_0019; } } { TextWriter_t3478189236 * L_1 = __this->get__writer_13(); Base64Encoder_t3724986751 * L_2 = (Base64Encoder_t3724986751 *)il2cpp_codegen_object_new(Base64Encoder_t3724986751_il2cpp_TypeInfo_var); Base64Encoder__ctor_m895256504(L_2, L_1, /*hidden argument*/NULL); __this->set__base64Encoder_14(L_2); } IL_0019: { Base64Encoder_t3724986751 * L_3 = __this->get__base64Encoder_14(); return L_3; } } // System.Char Newtonsoft.Json.JsonTextWriter::get_QuoteChar() extern "C" IL2CPP_METHOD_ATTR Il2CppChar JsonTextWriter_get_QuoteChar_m568500091 (JsonTextWriter_t1095349912 * __this, const RuntimeMethod* method) { { Il2CppChar L_0 = __this->get__quoteChar_17(); return L_0; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextWriter__ctor_m2383081106_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JsonWriter_t1467272295_il2cpp_TypeInfo_var); JsonWriter__ctor_m1110665009(__this, /*hidden argument*/NULL); TextWriter_t3478189236 * L_0 = ___textWriter0; if (L_0) { goto IL_0014; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2076237818, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,JsonTextWriter__ctor_m2383081106_RuntimeMethod_var); } IL_0014: { TextWriter_t3478189236 * L_2 = ___textWriter0; __this->set__writer_13(L_2); __this->set__quoteChar_17(((int32_t)34)); __this->set__quoteName_18((bool)1); __this->set__indentChar_15(((int32_t)32)); __this->set__indentation_16(2); JsonTextWriter_UpdateCharEscapeFlags_m3181234250(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::Close() extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter_Close_m194974331 (JsonTextWriter_t1095349912 * __this, const RuntimeMethod* method) { { JsonWriter_Close_m3584185124(__this, /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_0 = __this->get__writeBuffer_20(); if (!L_0) { goto IL_0026; } } { RuntimeObject* L_1 = __this->get__arrayPool_21(); CharU5BU5D_t3528271667* L_2 = __this->get__writeBuffer_20(); BufferUtils_ReturnBuffer_m1757235126(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); __this->set__writeBuffer_20((CharU5BU5D_t3528271667*)NULL); } IL_0026: { bool L_3 = JsonWriter_get_CloseOutput_m3225392997(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_0041; } } { TextWriter_t3478189236 * L_4 = __this->get__writer_13(); if (!L_4) { goto IL_0041; } } { TextWriter_t3478189236 * L_5 = __this->get__writer_13(); NullCheck(L_5); VirtActionInvoker0::Invoke(7 /* System.Void System.IO.TextWriter::Close() */, L_5); } IL_0041: { return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteStartObject() extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter_WriteStartObject_m2789807386 (JsonTextWriter_t1095349912 * __this, const RuntimeMethod* method) { { JsonWriter_InternalWriteStart_m2782789514(__this, 1, 1, /*hidden argument*/NULL); TextWriter_t3478189236 * L_0 = __this->get__writer_13(); NullCheck(L_0); VirtActionInvoker1< Il2CppChar >::Invoke(10 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_0, ((int32_t)123)); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteStartArray() extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter_WriteStartArray_m2735223317 (JsonTextWriter_t1095349912 * __this, const RuntimeMethod* method) { { JsonWriter_InternalWriteStart_m2782789514(__this, 2, 2, /*hidden argument*/NULL); TextWriter_t3478189236 * L_0 = __this->get__writer_13(); NullCheck(L_0); VirtActionInvoker1< Il2CppChar >::Invoke(10 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_0, ((int32_t)91)); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteStartConstructor(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter_WriteStartConstructor_m2045305534 (JsonTextWriter_t1095349912 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextWriter_WriteStartConstructor_m2045305534_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonWriter_InternalWriteStart_m2782789514(__this, 3, 3, /*hidden argument*/NULL); TextWriter_t3478189236 * L_0 = __this->get__writer_13(); NullCheck(L_0); VirtActionInvoker1< String_t* >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.String) */, L_0, _stringLiteral327508185); TextWriter_t3478189236 * L_1 = __this->get__writer_13(); String_t* L_2 = ___name0; NullCheck(L_1); VirtActionInvoker1< String_t* >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.String) */, L_1, L_2); TextWriter_t3478189236 * L_3 = __this->get__writer_13(); NullCheck(L_3); VirtActionInvoker1< Il2CppChar >::Invoke(10 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_3, ((int32_t)40)); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteEnd(Newtonsoft.Json.JsonToken) extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter_WriteEnd_m474108634 (JsonTextWriter_t1095349912 * __this, int32_t ___token0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextWriter_WriteEnd_m474108634_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___token0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)((int32_t)13)))) { case 0: { goto IL_0017; } case 1: { goto IL_0025; } case 2: { goto IL_0033; } } } { goto IL_0041; } IL_0017: { TextWriter_t3478189236 * L_1 = __this->get__writer_13(); NullCheck(L_1); VirtActionInvoker1< Il2CppChar >::Invoke(10 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_1, ((int32_t)125)); return; } IL_0025: { TextWriter_t3478189236 * L_2 = __this->get__writer_13(); NullCheck(L_2); VirtActionInvoker1< Il2CppChar >::Invoke(10 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_2, ((int32_t)93)); return; } IL_0033: { TextWriter_t3478189236 * L_3 = __this->get__writer_13(); NullCheck(L_3); VirtActionInvoker1< Il2CppChar >::Invoke(10 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_3, ((int32_t)41)); return; } IL_0041: { int32_t L_4 = ___token0; int32_t L_5 = L_4; RuntimeObject * L_6 = Box(JsonToken_t1917433489_il2cpp_TypeInfo_var, &L_5); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral735343599, L_6, /*hidden argument*/NULL); JsonWriterException_t1282940098 * L_8 = JsonWriterException_Create_m902284538(NULL /*static, unused*/, __this, L_7, (Exception_t *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,JsonTextWriter_WriteEnd_m474108634_RuntimeMethod_var); } } // System.Void Newtonsoft.Json.JsonTextWriter::WritePropertyName(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter_WritePropertyName_m503127724 (JsonTextWriter_t1095349912 * __this, String_t* ___name0, const RuntimeMethod* method) { { String_t* L_0 = ___name0; JsonWriter_InternalWritePropertyName_m1762272533(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___name0; bool L_2 = __this->get__quoteName_18(); JsonTextWriter_WriteEscapedString_m3155028728(__this, L_1, L_2, /*hidden argument*/NULL); TextWriter_t3478189236 * L_3 = __this->get__writer_13(); NullCheck(L_3); VirtActionInvoker1< Il2CppChar >::Invoke(10 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_3, ((int32_t)58)); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WritePropertyName(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter_WritePropertyName_m2658712443 (JsonTextWriter_t1095349912 * __this, String_t* ___name0, bool ___escape1, const RuntimeMethod* method) { { String_t* L_0 = ___name0; JsonWriter_InternalWritePropertyName_m1762272533(__this, L_0, /*hidden argument*/NULL); bool L_1 = ___escape1; if (!L_1) { goto IL_0019; } } { String_t* L_2 = ___name0; bool L_3 = __this->get__quoteName_18(); JsonTextWriter_WriteEscapedString_m3155028728(__this, L_2, L_3, /*hidden argument*/NULL); goto IL_0057; } IL_0019: { bool L_4 = __this->get__quoteName_18(); if (!L_4) { goto IL_0032; } } { TextWriter_t3478189236 * L_5 = __this->get__writer_13(); Il2CppChar L_6 = __this->get__quoteChar_17(); NullCheck(L_5); VirtActionInvoker1< Il2CppChar >::Invoke(10 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_5, L_6); } IL_0032: { TextWriter_t3478189236 * L_7 = __this->get__writer_13(); String_t* L_8 = ___name0; NullCheck(L_7); VirtActionInvoker1< String_t* >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.String) */, L_7, L_8); bool L_9 = __this->get__quoteName_18(); if (!L_9) { goto IL_0057; } } { TextWriter_t3478189236 * L_10 = __this->get__writer_13(); Il2CppChar L_11 = __this->get__quoteChar_17(); NullCheck(L_10); VirtActionInvoker1< Il2CppChar >::Invoke(10 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_10, L_11); } IL_0057: { TextWriter_t3478189236 * L_12 = __this->get__writer_13(); NullCheck(L_12); VirtActionInvoker1< Il2CppChar >::Invoke(10 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_12, ((int32_t)58)); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::OnStringEscapeHandlingChanged() extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter_OnStringEscapeHandlingChanged_m326838779 (JsonTextWriter_t1095349912 * __this, const RuntimeMethod* method) { { JsonTextWriter_UpdateCharEscapeFlags_m3181234250(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::UpdateCharEscapeFlags() extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter_UpdateCharEscapeFlags_m3181234250 (JsonTextWriter_t1095349912 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextWriter_UpdateCharEscapeFlags_m3181234250_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = JsonWriter_get_StringEscapeHandling_m1924816288(__this, /*hidden argument*/NULL); Il2CppChar L_1 = __this->get__quoteChar_17(); IL2CPP_RUNTIME_CLASS_INIT(JavaScriptUtils_t1108575081_il2cpp_TypeInfo_var); BooleanU5BU5D_t2897418192* L_2 = JavaScriptUtils_GetCharEscapeFlags_m2215130569(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); __this->set__charEscapeFlags_19(L_2); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteIndent() extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter_WriteIndent_m1522693782 (JsonTextWriter_t1095349912 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { TextWriter_t3478189236 * L_0 = __this->get__writer_13(); NullCheck(L_0); VirtActionInvoker0::Invoke(15 /* System.Void System.IO.TextWriter::WriteLine() */, L_0); int32_t L_1 = JsonWriter_get_Top_m1361217067(__this, /*hidden argument*/NULL); int32_t L_2 = __this->get__indentation_16(); V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)); int32_t L_3 = V_0; if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_0063; } } { CharU5BU5D_t3528271667* L_4 = __this->get__indentChars_22(); if (L_4) { goto IL_005f; } } { Il2CppChar L_5 = __this->get__indentChar_15(); String_t* L_6 = String_CreateString_m1262864254(NULL, L_5, ((int32_t)10), /*hidden argument*/NULL); NullCheck(L_6); CharU5BU5D_t3528271667* L_7 = String_ToCharArray_m1492846834(L_6, /*hidden argument*/NULL); __this->set__indentChars_22(L_7); goto IL_005f; } IL_003f: { int32_t L_8 = V_0; int32_t L_9 = Math_Min_m3468062251(NULL /*static, unused*/, L_8, ((int32_t)10), /*hidden argument*/NULL); V_1 = L_9; TextWriter_t3478189236 * L_10 = __this->get__writer_13(); CharU5BU5D_t3528271667* L_11 = __this->get__indentChars_22(); int32_t L_12 = V_1; NullCheck(L_10); VirtActionInvoker3< CharU5BU5D_t3528271667*, int32_t, int32_t >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.Char[],System.Int32,System.Int32) */, L_10, L_11, 0, L_12); int32_t L_13 = V_0; int32_t L_14 = V_1; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)L_14)); } IL_005f: { int32_t L_15 = V_0; if ((((int32_t)L_15) > ((int32_t)0))) { goto IL_003f; } } IL_0063: { return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteValueDelimiter() extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValueDelimiter_m1028164111 (JsonTextWriter_t1095349912 * __this, const RuntimeMethod* method) { { TextWriter_t3478189236 * L_0 = __this->get__writer_13(); NullCheck(L_0); VirtActionInvoker1< Il2CppChar >::Invoke(10 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_0, ((int32_t)44)); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteIndentSpace() extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter_WriteIndentSpace_m3485559215 (JsonTextWriter_t1095349912 * __this, const RuntimeMethod* method) { { TextWriter_t3478189236 * L_0 = __this->get__writer_13(); NullCheck(L_0); VirtActionInvoker1< Il2CppChar >::Invoke(10 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_0, ((int32_t)32)); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteValueInternal(System.String,Newtonsoft.Json.JsonToken) extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValueInternal_m1234675766 (JsonTextWriter_t1095349912 * __this, String_t* ___value0, int32_t ___token1, const RuntimeMethod* method) { { TextWriter_t3478189236 * L_0 = __this->get__writer_13(); String_t* L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< String_t* >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.String) */, L_0, L_1); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteValue(System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValue_m3411777753 (JsonTextWriter_t1095349912 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; JsonWriter_WriteValue_m57335208(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteNull() extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter_WriteNull_m1960471348 (JsonTextWriter_t1095349912 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextWriter_WriteNull_m1960471348_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonWriter_InternalWriteValue_m193962530(__this, ((int32_t)11), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_t3077351166_il2cpp_TypeInfo_var); String_t* L_0 = ((JsonConvert_t3077351166_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t3077351166_il2cpp_TypeInfo_var))->get_Null_3(); JsonTextWriter_WriteValueInternal_m1234675766(__this, L_0, ((int32_t)11), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteUndefined() extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter_WriteUndefined_m2377374577 (JsonTextWriter_t1095349912 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextWriter_WriteUndefined_m2377374577_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonWriter_InternalWriteValue_m193962530(__this, ((int32_t)12), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_t3077351166_il2cpp_TypeInfo_var); String_t* L_0 = ((JsonConvert_t3077351166_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t3077351166_il2cpp_TypeInfo_var))->get_Undefined_4(); JsonTextWriter_WriteValueInternal_m1234675766(__this, L_0, ((int32_t)12), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteRaw(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter_WriteRaw_m1820293786 (JsonTextWriter_t1095349912 * __this, String_t* ___json0, const RuntimeMethod* method) { { JsonWriter_InternalWriteRaw_m2830881673(__this, /*hidden argument*/NULL); TextWriter_t3478189236 * L_0 = __this->get__writer_13(); String_t* L_1 = ___json0; NullCheck(L_0); VirtActionInvoker1< String_t* >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.String) */, L_0, L_1); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteValue(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValue_m4063438348 (JsonTextWriter_t1095349912 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextWriter_WriteValue_m4063438348_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonWriter_InternalWriteValue_m193962530(__this, ((int32_t)9), /*hidden argument*/NULL); String_t* L_0 = ___value0; if (L_0) { goto IL_0019; } } { IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_t3077351166_il2cpp_TypeInfo_var); String_t* L_1 = ((JsonConvert_t3077351166_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t3077351166_il2cpp_TypeInfo_var))->get_Null_3(); JsonTextWriter_WriteValueInternal_m1234675766(__this, L_1, ((int32_t)11), /*hidden argument*/NULL); return; } IL_0019: { String_t* L_2 = ___value0; JsonTextWriter_WriteEscapedString_m3155028728(__this, L_2, (bool)1, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteEscapedString(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter_WriteEscapedString_m3155028728 (JsonTextWriter_t1095349912 * __this, String_t* ___value0, bool ___quote1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextWriter_WriteEscapedString_m3155028728_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonTextWriter_EnsureWriteBuffer_m3741951443(__this, /*hidden argument*/NULL); TextWriter_t3478189236 * L_0 = __this->get__writer_13(); String_t* L_1 = ___value0; Il2CppChar L_2 = __this->get__quoteChar_17(); bool L_3 = ___quote1; BooleanU5BU5D_t2897418192* L_4 = __this->get__charEscapeFlags_19(); int32_t L_5 = JsonWriter_get_StringEscapeHandling_m1924816288(__this, /*hidden argument*/NULL); RuntimeObject* L_6 = __this->get__arrayPool_21(); CharU5BU5D_t3528271667** L_7 = __this->get_address_of__writeBuffer_20(); IL2CPP_RUNTIME_CLASS_INIT(JavaScriptUtils_t1108575081_il2cpp_TypeInfo_var); JavaScriptUtils_WriteEscapedJavaScriptString_m1556362848(NULL /*static, unused*/, L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteValue(System.Int32) extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValue_m3769614865 (JsonTextWriter_t1095349912 * __this, int32_t ___value0, const RuntimeMethod* method) { { JsonWriter_InternalWriteValue_m193962530(__this, 7, /*hidden argument*/NULL); int32_t L_0 = ___value0; JsonTextWriter_WriteIntegerValue_m970477972(__this, (((int64_t)((int64_t)L_0))), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteValue(System.UInt32) extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValue_m1752041079 (JsonTextWriter_t1095349912 * __this, uint32_t ___value0, const RuntimeMethod* method) { { JsonWriter_InternalWriteValue_m193962530(__this, 7, /*hidden argument*/NULL); uint32_t L_0 = ___value0; JsonTextWriter_WriteIntegerValue_m970477972(__this, (((int64_t)((uint64_t)L_0))), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteValue(System.Int64) extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValue_m2962718131 (JsonTextWriter_t1095349912 * __this, int64_t ___value0, const RuntimeMethod* method) { { JsonWriter_InternalWriteValue_m193962530(__this, 7, /*hidden argument*/NULL); int64_t L_0 = ___value0; JsonTextWriter_WriteIntegerValue_m970477972(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteValue(System.UInt64) extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValue_m1008314534 (JsonTextWriter_t1095349912 * __this, uint64_t ___value0, const RuntimeMethod* method) { { JsonWriter_InternalWriteValue_m193962530(__this, 7, /*hidden argument*/NULL); uint64_t L_0 = ___value0; JsonTextWriter_WriteIntegerValue_m1064901838(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteValue(System.Single) extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValue_m4247731002 (JsonTextWriter_t1095349912 * __this, float ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextWriter_WriteValue_m4247731002_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonWriter_InternalWriteValue_m193962530(__this, 8, /*hidden argument*/NULL); float L_0 = ___value0; int32_t L_1 = JsonWriter_get_FloatFormatHandling_m2876749082(__this, /*hidden argument*/NULL); Il2CppChar L_2 = JsonTextWriter_get_QuoteChar_m568500091(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_t3077351166_il2cpp_TypeInfo_var); String_t* L_3 = JsonConvert_ToString_m3857511928(NULL /*static, unused*/, L_0, L_1, L_2, (bool)0, /*hidden argument*/NULL); JsonTextWriter_WriteValueInternal_m1234675766(__this, L_3, 8, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteValue(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValue_m2432521784 (JsonTextWriter_t1095349912 * __this, Nullable_1_t3119828856 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextWriter_WriteValue_m2432521784_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = Nullable_1_get_HasValue_m147051412((&___value0), /*hidden argument*/Nullable_1_get_HasValue_m147051412_RuntimeMethod_var); if (L_0) { goto IL_0010; } } { VirtActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); return; } IL_0010: { JsonWriter_InternalWriteValue_m193962530(__this, 8, /*hidden argument*/NULL); float L_1 = Nullable_1_GetValueOrDefault_m4129375130((&___value0), /*hidden argument*/Nullable_1_GetValueOrDefault_m4129375130_RuntimeMethod_var); int32_t L_2 = JsonWriter_get_FloatFormatHandling_m2876749082(__this, /*hidden argument*/NULL); Il2CppChar L_3 = JsonTextWriter_get_QuoteChar_m568500091(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_t3077351166_il2cpp_TypeInfo_var); String_t* L_4 = JsonConvert_ToString_m3857511928(NULL /*static, unused*/, L_1, L_2, L_3, (bool)1, /*hidden argument*/NULL); JsonTextWriter_WriteValueInternal_m1234675766(__this, L_4, 8, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteValue(System.Double) extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValue_m1947259218 (JsonTextWriter_t1095349912 * __this, double ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextWriter_WriteValue_m1947259218_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonWriter_InternalWriteValue_m193962530(__this, 8, /*hidden argument*/NULL); double L_0 = ___value0; int32_t L_1 = JsonWriter_get_FloatFormatHandling_m2876749082(__this, /*hidden argument*/NULL); Il2CppChar L_2 = JsonTextWriter_get_QuoteChar_m568500091(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_t3077351166_il2cpp_TypeInfo_var); String_t* L_3 = JsonConvert_ToString_m1711181805(NULL /*static, unused*/, L_0, L_1, L_2, (bool)0, /*hidden argument*/NULL); JsonTextWriter_WriteValueInternal_m1234675766(__this, L_3, 8, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteValue(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValue_m2353146516 (JsonTextWriter_t1095349912 * __this, Nullable_1_t2317227445 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextWriter_WriteValue_m2353146516_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = Nullable_1_get_HasValue_m3020079244((&___value0), /*hidden argument*/Nullable_1_get_HasValue_m3020079244_RuntimeMethod_var); if (L_0) { goto IL_0010; } } { VirtActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); return; } IL_0010: { JsonWriter_InternalWriteValue_m193962530(__this, 8, /*hidden argument*/NULL); double L_1 = Nullable_1_GetValueOrDefault_m221723129((&___value0), /*hidden argument*/Nullable_1_GetValueOrDefault_m221723129_RuntimeMethod_var); int32_t L_2 = JsonWriter_get_FloatFormatHandling_m2876749082(__this, /*hidden argument*/NULL); Il2CppChar L_3 = JsonTextWriter_get_QuoteChar_m568500091(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_t3077351166_il2cpp_TypeInfo_var); String_t* L_4 = JsonConvert_ToString_m1711181805(NULL /*static, unused*/, L_1, L_2, L_3, (bool)1, /*hidden argument*/NULL); JsonTextWriter_WriteValueInternal_m1234675766(__this, L_4, 8, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteValue(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValue_m2231305934 (JsonTextWriter_t1095349912 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextWriter_WriteValue_m2231305934_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonWriter_InternalWriteValue_m193962530(__this, ((int32_t)10), /*hidden argument*/NULL); bool L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_t3077351166_il2cpp_TypeInfo_var); String_t* L_1 = JsonConvert_ToString_m3460234951(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); JsonTextWriter_WriteValueInternal_m1234675766(__this, L_1, ((int32_t)10), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteValue(System.Int16) extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValue_m1800115325 (JsonTextWriter_t1095349912 * __this, int16_t ___value0, const RuntimeMethod* method) { { JsonWriter_InternalWriteValue_m193962530(__this, 7, /*hidden argument*/NULL); int16_t L_0 = ___value0; JsonTextWriter_WriteIntegerValue_m970477972(__this, (((int64_t)((int64_t)L_0))), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteValue(System.UInt16) extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValue_m2150166445 (JsonTextWriter_t1095349912 * __this, uint16_t ___value0, const RuntimeMethod* method) { { JsonWriter_InternalWriteValue_m193962530(__this, 7, /*hidden argument*/NULL); uint16_t L_0 = ___value0; JsonTextWriter_WriteIntegerValue_m970477972(__this, (((int64_t)((uint64_t)L_0))), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteValue(System.Char) extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValue_m2132132265 (JsonTextWriter_t1095349912 * __this, Il2CppChar ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextWriter_WriteValue_m2132132265_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonWriter_InternalWriteValue_m193962530(__this, ((int32_t)9), /*hidden argument*/NULL); Il2CppChar L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_t3077351166_il2cpp_TypeInfo_var); String_t* L_1 = JsonConvert_ToString_m454975570(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); JsonTextWriter_WriteValueInternal_m1234675766(__this, L_1, ((int32_t)9), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteValue(System.Byte) extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValue_m3715619239 (JsonTextWriter_t1095349912 * __this, uint8_t ___value0, const RuntimeMethod* method) { { JsonWriter_InternalWriteValue_m193962530(__this, 7, /*hidden argument*/NULL); uint8_t L_0 = ___value0; JsonTextWriter_WriteIntegerValue_m970477972(__this, (((int64_t)((uint64_t)L_0))), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteValue(System.SByte) extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValue_m3823716581 (JsonTextWriter_t1095349912 * __this, int8_t ___value0, const RuntimeMethod* method) { { JsonWriter_InternalWriteValue_m193962530(__this, 7, /*hidden argument*/NULL); int8_t L_0 = ___value0; JsonTextWriter_WriteIntegerValue_m970477972(__this, (((int64_t)((int64_t)L_0))), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteValue(System.Decimal) extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValue_m2470593498 (JsonTextWriter_t1095349912 * __this, Decimal_t2948259380 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextWriter_WriteValue_m2470593498_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonWriter_InternalWriteValue_m193962530(__this, 8, /*hidden argument*/NULL); Decimal_t2948259380 L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_t3077351166_il2cpp_TypeInfo_var); String_t* L_1 = JsonConvert_ToString_m2135690332(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); JsonTextWriter_WriteValueInternal_m1234675766(__this, L_1, 8, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteValue(System.DateTime) extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValue_m3227405165 (JsonTextWriter_t1095349912 * __this, DateTime_t3738529785 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextWriter_WriteValue_m3227405165_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Nullable_1_t2603721331 V_1; memset(&V_1, 0, sizeof(V_1)); { JsonWriter_InternalWriteValue_m193962530(__this, ((int32_t)16), /*hidden argument*/NULL); DateTime_t3738529785 L_0 = ___value0; int32_t L_1 = JsonWriter_get_DateTimeZoneHandling_m1298912413(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_t3515429982_il2cpp_TypeInfo_var); DateTime_t3738529785 L_2 = DateTimeUtils_EnsureDateTime_m2677626152(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); ___value0 = L_2; String_t* L_3 = JsonWriter_get_DateFormatString_m3232928038(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0087; } } { JsonTextWriter_EnsureWriteBuffer_m3741951443(__this, /*hidden argument*/NULL); V_0 = 0; CharU5BU5D_t3528271667* L_5 = __this->get__writeBuffer_20(); int32_t L_6 = V_0; int32_t L_7 = L_6; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); Il2CppChar L_8 = __this->get__quoteChar_17(); NullCheck(L_5); (L_5)->SetAt(static_cast(L_7), (Il2CppChar)L_8); CharU5BU5D_t3528271667* L_9 = __this->get__writeBuffer_20(); int32_t L_10 = V_0; DateTime_t3738529785 L_11 = ___value0; il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t2603721331 )); Nullable_1_t2603721331 L_12 = V_1; int32_t L_13 = DateTime_get_Kind_m2154871796((&___value0), /*hidden argument*/NULL); int32_t L_14 = JsonWriter_get_DateFormatHandling_m874163967(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_t3515429982_il2cpp_TypeInfo_var); int32_t L_15 = DateTimeUtils_WriteDateTimeString_m108143888(NULL /*static, unused*/, L_9, L_10, L_11, L_12, L_13, L_14, /*hidden argument*/NULL); V_0 = L_15; CharU5BU5D_t3528271667* L_16 = __this->get__writeBuffer_20(); int32_t L_17 = V_0; int32_t L_18 = L_17; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); Il2CppChar L_19 = __this->get__quoteChar_17(); NullCheck(L_16); (L_16)->SetAt(static_cast(L_18), (Il2CppChar)L_19); TextWriter_t3478189236 * L_20 = __this->get__writer_13(); CharU5BU5D_t3528271667* L_21 = __this->get__writeBuffer_20(); int32_t L_22 = V_0; NullCheck(L_20); VirtActionInvoker3< CharU5BU5D_t3528271667*, int32_t, int32_t >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.Char[],System.Int32,System.Int32) */, L_20, L_21, 0, L_22); return; } IL_0087: { TextWriter_t3478189236 * L_23 = __this->get__writer_13(); Il2CppChar L_24 = __this->get__quoteChar_17(); NullCheck(L_23); VirtActionInvoker1< Il2CppChar >::Invoke(10 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_23, L_24); TextWriter_t3478189236 * L_25 = __this->get__writer_13(); String_t* L_26 = JsonWriter_get_DateFormatString_m3232928038(__this, /*hidden argument*/NULL); CultureInfo_t4157843068 * L_27 = JsonWriter_get_Culture_m2940343858(__this, /*hidden argument*/NULL); String_t* L_28 = DateTime_ToString_m2992030064((&___value0), L_26, L_27, /*hidden argument*/NULL); NullCheck(L_25); VirtActionInvoker1< String_t* >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.String) */, L_25, L_28); TextWriter_t3478189236 * L_29 = __this->get__writer_13(); Il2CppChar L_30 = __this->get__quoteChar_17(); NullCheck(L_29); VirtActionInvoker1< Il2CppChar >::Invoke(10 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_29, L_30); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteValue(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValue_m755504232 (JsonTextWriter_t1095349912 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = ___value0; if (L_0) { goto IL_000a; } } { VirtActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); return; } IL_000a: { JsonWriter_InternalWriteValue_m193962530(__this, ((int32_t)17), /*hidden argument*/NULL); TextWriter_t3478189236 * L_1 = __this->get__writer_13(); Il2CppChar L_2 = __this->get__quoteChar_17(); NullCheck(L_1); VirtActionInvoker1< Il2CppChar >::Invoke(10 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_1, L_2); Base64Encoder_t3724986751 * L_3 = JsonTextWriter_get_Base64Encoder_m313962527(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_4 = ___value0; ByteU5BU5D_t4116647657* L_5 = ___value0; NullCheck(L_5); NullCheck(L_3); Base64Encoder_Encode_m529978134(L_3, L_4, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length)))), /*hidden argument*/NULL); Base64Encoder_t3724986751 * L_6 = JsonTextWriter_get_Base64Encoder_m313962527(__this, /*hidden argument*/NULL); NullCheck(L_6); Base64Encoder_Flush_m2747375597(L_6, /*hidden argument*/NULL); TextWriter_t3478189236 * L_7 = __this->get__writer_13(); Il2CppChar L_8 = __this->get__quoteChar_17(); NullCheck(L_7); VirtActionInvoker1< Il2CppChar >::Invoke(10 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_7, L_8); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteValue(System.DateTimeOffset) extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValue_m280472258 (JsonTextWriter_t1095349912 * __this, DateTimeOffset_t3229287507 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextWriter_WriteValue_m280472258_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t G_B3_0 = 0; CharU5BU5D_t3528271667* G_B3_1 = NULL; int32_t G_B2_0 = 0; CharU5BU5D_t3528271667* G_B2_1 = NULL; DateTime_t3738529785 G_B4_0; memset(&G_B4_0, 0, sizeof(G_B4_0)); int32_t G_B4_1 = 0; CharU5BU5D_t3528271667* G_B4_2 = NULL; { JsonWriter_InternalWriteValue_m193962530(__this, ((int32_t)16), /*hidden argument*/NULL); String_t* L_0 = JsonWriter_get_DateFormatString_m3232928038(__this, /*hidden argument*/NULL); 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_008d; } } { JsonTextWriter_EnsureWriteBuffer_m3741951443(__this, /*hidden argument*/NULL); V_0 = 0; CharU5BU5D_t3528271667* L_2 = __this->get__writeBuffer_20(); int32_t L_3 = V_0; int32_t L_4 = L_3; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); Il2CppChar L_5 = __this->get__quoteChar_17(); NullCheck(L_2); (L_2)->SetAt(static_cast(L_4), (Il2CppChar)L_5); CharU5BU5D_t3528271667* L_6 = __this->get__writeBuffer_20(); int32_t L_7 = V_0; int32_t L_8 = JsonWriter_get_DateFormatHandling_m874163967(__this, /*hidden argument*/NULL); G_B2_0 = L_7; G_B2_1 = L_6; if (!L_8) { G_B3_0 = L_7; G_B3_1 = L_6; goto IL_0047; } } { DateTime_t3738529785 L_9 = DateTimeOffset_get_UtcDateTime_m1021718282((&___value0), /*hidden argument*/NULL); G_B4_0 = L_9; G_B4_1 = G_B2_0; G_B4_2 = G_B2_1; goto IL_004e; } IL_0047: { DateTime_t3738529785 L_10 = DateTimeOffset_get_DateTime_m620985777((&___value0), /*hidden argument*/NULL); G_B4_0 = L_10; G_B4_1 = G_B3_0; G_B4_2 = G_B3_1; } IL_004e: { TimeSpan_t881159249 L_11 = DateTimeOffset_get_Offset_m2040541042((&___value0), /*hidden argument*/NULL); Nullable_1_t2603721331 L_12; memset(&L_12, 0, sizeof(L_12)); Nullable_1__ctor_m3314784284((&L_12), L_11, /*hidden argument*/Nullable_1__ctor_m3314784284_RuntimeMethod_var); int32_t L_13 = JsonWriter_get_DateFormatHandling_m874163967(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_t3515429982_il2cpp_TypeInfo_var); int32_t L_14 = DateTimeUtils_WriteDateTimeString_m108143888(NULL /*static, unused*/, G_B4_2, G_B4_1, G_B4_0, L_12, 2, L_13, /*hidden argument*/NULL); V_0 = L_14; CharU5BU5D_t3528271667* L_15 = __this->get__writeBuffer_20(); int32_t L_16 = V_0; int32_t L_17 = L_16; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); Il2CppChar L_18 = __this->get__quoteChar_17(); NullCheck(L_15); (L_15)->SetAt(static_cast(L_17), (Il2CppChar)L_18); TextWriter_t3478189236 * L_19 = __this->get__writer_13(); CharU5BU5D_t3528271667* L_20 = __this->get__writeBuffer_20(); int32_t L_21 = V_0; NullCheck(L_19); VirtActionInvoker3< CharU5BU5D_t3528271667*, int32_t, int32_t >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.Char[],System.Int32,System.Int32) */, L_19, L_20, 0, L_21); return; } IL_008d: { TextWriter_t3478189236 * L_22 = __this->get__writer_13(); Il2CppChar L_23 = __this->get__quoteChar_17(); NullCheck(L_22); VirtActionInvoker1< Il2CppChar >::Invoke(10 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_22, L_23); TextWriter_t3478189236 * L_24 = __this->get__writer_13(); String_t* L_25 = JsonWriter_get_DateFormatString_m3232928038(__this, /*hidden argument*/NULL); CultureInfo_t4157843068 * L_26 = JsonWriter_get_Culture_m2940343858(__this, /*hidden argument*/NULL); String_t* L_27 = DateTimeOffset_ToString_m3985341516((&___value0), L_25, L_26, /*hidden argument*/NULL); NullCheck(L_24); VirtActionInvoker1< String_t* >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.String) */, L_24, L_27); TextWriter_t3478189236 * L_28 = __this->get__writer_13(); Il2CppChar L_29 = __this->get__quoteChar_17(); NullCheck(L_28); VirtActionInvoker1< Il2CppChar >::Invoke(10 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_28, L_29); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteValue(System.Guid) extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValue_m3038831005 (JsonTextWriter_t1095349912 * __this, Guid_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextWriter_WriteValue_m3038831005_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { JsonWriter_InternalWriteValue_m193962530(__this, ((int32_t)9), /*hidden argument*/NULL); V_0 = (String_t*)NULL; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_0 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_1 = Guid_ToString_m2120285561((&___value0), _stringLiteral3452614620, L_0, /*hidden argument*/NULL); V_0 = L_1; TextWriter_t3478189236 * L_2 = __this->get__writer_13(); Il2CppChar L_3 = __this->get__quoteChar_17(); NullCheck(L_2); VirtActionInvoker1< Il2CppChar >::Invoke(10 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_2, L_3); TextWriter_t3478189236 * L_4 = __this->get__writer_13(); String_t* L_5 = V_0; NullCheck(L_4); VirtActionInvoker1< String_t* >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.String) */, L_4, L_5); TextWriter_t3478189236 * L_6 = __this->get__writer_13(); Il2CppChar L_7 = __this->get__quoteChar_17(); NullCheck(L_6); VirtActionInvoker1< Il2CppChar >::Invoke(10 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_6, L_7); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteValue(System.TimeSpan) extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValue_m1594602853 (JsonTextWriter_t1095349912 * __this, TimeSpan_t881159249 ___value0, const RuntimeMethod* method) { String_t* V_0 = NULL; { JsonWriter_InternalWriteValue_m193962530(__this, ((int32_t)9), /*hidden argument*/NULL); String_t* L_0 = TimeSpan_ToString_m1128692466((&___value0), /*hidden argument*/NULL); V_0 = L_0; TextWriter_t3478189236 * L_1 = __this->get__writer_13(); Il2CppChar L_2 = __this->get__quoteChar_17(); NullCheck(L_1); VirtActionInvoker1< Il2CppChar >::Invoke(10 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_1, L_2); TextWriter_t3478189236 * L_3 = __this->get__writer_13(); String_t* L_4 = V_0; NullCheck(L_3); VirtActionInvoker1< String_t* >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.String) */, L_3, L_4); TextWriter_t3478189236 * L_5 = __this->get__writer_13(); Il2CppChar L_6 = __this->get__quoteChar_17(); NullCheck(L_5); VirtActionInvoker1< Il2CppChar >::Invoke(10 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_5, L_6); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteValue(System.Uri) extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter_WriteValue_m1973324451 (JsonTextWriter_t1095349912 * __this, Uri_t100236324 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextWriter_WriteValue_m1973324451_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Uri_t100236324 * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); bool L_1 = Uri_op_Equality_m685520154(NULL /*static, unused*/, L_0, (Uri_t100236324 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0010; } } { VirtActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); return; } IL_0010: { JsonWriter_InternalWriteValue_m193962530(__this, ((int32_t)9), /*hidden argument*/NULL); Uri_t100236324 * L_2 = ___value0; NullCheck(L_2); String_t* L_3 = Uri_get_OriginalString_m3715995233(L_2, /*hidden argument*/NULL); JsonTextWriter_WriteEscapedString_m3155028728(__this, L_3, (bool)1, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteComment(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter_WriteComment_m1936868165 (JsonTextWriter_t1095349912 * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextWriter_WriteComment_m1936868165_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonWriter_InternalWriteComment_m1930883894(__this, /*hidden argument*/NULL); TextWriter_t3478189236 * L_0 = __this->get__writer_13(); NullCheck(L_0); VirtActionInvoker1< String_t* >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.String) */, L_0, _stringLiteral3450910593); TextWriter_t3478189236 * L_1 = __this->get__writer_13(); String_t* L_2 = ___text0; NullCheck(L_1); VirtActionInvoker1< String_t* >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.String) */, L_1, L_2); TextWriter_t3478189236 * L_3 = __this->get__writer_13(); NullCheck(L_3); VirtActionInvoker1< String_t* >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.String) */, L_3, _stringLiteral3450582918); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::EnsureWriteBuffer() extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter_EnsureWriteBuffer_m3741951443 (JsonTextWriter_t1095349912 * __this, const RuntimeMethod* method) { { CharU5BU5D_t3528271667* L_0 = __this->get__writeBuffer_20(); if (L_0) { goto IL_001b; } } { RuntimeObject* L_1 = __this->get__arrayPool_21(); CharU5BU5D_t3528271667* L_2 = BufferUtils_RentBuffer_m2229979349(NULL /*static, unused*/, L_1, ((int32_t)35), /*hidden argument*/NULL); __this->set__writeBuffer_20(L_2); } IL_001b: { return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteIntegerValue(System.Int64) extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter_WriteIntegerValue_m970477972 (JsonTextWriter_t1095349912 * __this, int64_t ___value0, const RuntimeMethod* method) { uint64_t V_0 = 0; int64_t G_B6_0 = 0; { int64_t L_0 = ___value0; if ((((int64_t)L_0) < ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_001d; } } { int64_t L_1 = ___value0; if ((((int64_t)L_1) > ((int64_t)(((int64_t)((int64_t)((int32_t)9))))))) { goto IL_001d; } } { TextWriter_t3478189236 * L_2 = __this->get__writer_13(); int64_t L_3 = ___value0; NullCheck(L_2); VirtActionInvoker1< Il2CppChar >::Invoke(10 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_2, (((int32_t)((uint16_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((int64_t)((int32_t)48)))), (int64_t)L_3)))))); return; } IL_001d: { int64_t L_4 = ___value0; if ((((int64_t)L_4) < ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0025; } } { int64_t L_5 = ___value0; G_B6_0 = L_5; goto IL_0027; } IL_0025: { int64_t L_6 = ___value0; G_B6_0 = ((-L_6)); } IL_0027: { V_0 = G_B6_0; int64_t L_7 = ___value0; if ((((int64_t)L_7) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_003a; } } { TextWriter_t3478189236 * L_8 = __this->get__writer_13(); NullCheck(L_8); VirtActionInvoker1< Il2CppChar >::Invoke(10 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_8, ((int32_t)45)); } IL_003a: { uint64_t L_9 = V_0; JsonTextWriter_WriteIntegerValue_m1064901838(__this, L_9, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextWriter::WriteIntegerValue(System.UInt64) extern "C" IL2CPP_METHOD_ATTR void JsonTextWriter_WriteIntegerValue_m1064901838 (JsonTextWriter_t1095349912 * __this, uint64_t ___uvalue0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { uint64_t L_0 = ___uvalue0; if ((!(((uint64_t)L_0) <= ((uint64_t)(((int64_t)((int64_t)((int32_t)9)))))))) { goto IL_0018; } } { TextWriter_t3478189236 * L_1 = __this->get__writer_13(); uint64_t L_2 = ___uvalue0; NullCheck(L_1); VirtActionInvoker1< Il2CppChar >::Invoke(10 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_1, (((int32_t)((uint16_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((int64_t)((int32_t)48)))), (int64_t)L_2)))))); return; } IL_0018: { JsonTextWriter_EnsureWriteBuffer_m3741951443(__this, /*hidden argument*/NULL); uint64_t L_3 = ___uvalue0; int32_t L_4 = MathUtils_IntLength_m3543442926(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); V_0 = L_4; V_1 = 0; } IL_0027: { CharU5BU5D_t3528271667* L_5 = __this->get__writeBuffer_20(); int32_t L_6 = V_0; int32_t L_7 = V_1; int32_t L_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); V_1 = L_8; uint64_t L_9 = ___uvalue0; NullCheck(L_5); (L_5)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_8))), (Il2CppChar)(((int32_t)((uint16_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((int64_t)((int32_t)48)))), (int64_t)((int64_t)((uint64_t)(int64_t)L_9%(uint64_t)(int64_t)(((int64_t)((int64_t)((int32_t)10)))))))))))); uint64_t L_10 = ___uvalue0; ___uvalue0 = ((int64_t)((uint64_t)(int64_t)L_10/(uint64_t)(int64_t)(((int64_t)((int64_t)((int32_t)10)))))); uint64_t L_11 = ___uvalue0; if (L_11) { goto IL_0027; } } { TextWriter_t3478189236 * L_12 = __this->get__writer_13(); CharU5BU5D_t3528271667* L_13 = __this->get__writeBuffer_20(); int32_t L_14 = V_1; NullCheck(L_12); VirtActionInvoker3< CharU5BU5D_t3528271667*, int32_t, int32_t >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.Char[],System.Int32,System.Int32) */, L_12, L_13, 0, L_14); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonWriter/State[][] Newtonsoft.Json.JsonWriter::BuildStateArray() extern "C" IL2CPP_METHOD_ATTR StateU5BU5DU5BU5D_t3190318925* JsonWriter_BuildStateArray_m57064020 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_BuildStateArray_m57064020_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t2285321626 * V_0 = NULL; StateU5BU5D_t813246884* V_1 = NULL; StateU5BU5D_t813246884* V_2 = NULL; RuntimeObject* V_3 = NULL; int32_t V_4 = 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); { IL2CPP_RUNTIME_CLASS_INIT(JsonWriter_t1467272295_il2cpp_TypeInfo_var); StateU5BU5DU5BU5D_t3190318925* L_0 = ((JsonWriter_t1467272295_StaticFields*)il2cpp_codegen_static_fields_for(JsonWriter_t1467272295_il2cpp_TypeInfo_var))->get_StateArrayTempate_1(); List_1_t2285321626 * L_1 = Enumerable_ToList_TisStateU5BU5D_t813246884_m2447809622(NULL /*static, unused*/, (RuntimeObject*)(RuntimeObject*)L_0, /*hidden argument*/Enumerable_ToList_TisStateU5BU5D_t813246884_m2447809622_RuntimeMethod_var); V_0 = L_1; StateU5BU5DU5BU5D_t3190318925* L_2 = ((JsonWriter_t1467272295_StaticFields*)il2cpp_codegen_static_fields_for(JsonWriter_t1467272295_il2cpp_TypeInfo_var))->get_StateArrayTempate_1(); NullCheck(L_2); int32_t L_3 = 0; StateU5BU5D_t813246884* L_4 = (L_2)->GetAt(static_cast(L_3)); V_1 = L_4; StateU5BU5DU5BU5D_t3190318925* L_5 = ((JsonWriter_t1467272295_StaticFields*)il2cpp_codegen_static_fields_for(JsonWriter_t1467272295_il2cpp_TypeInfo_var))->get_StateArrayTempate_1(); NullCheck(L_5); int32_t L_6 = 7; StateU5BU5D_t813246884* L_7 = (L_5)->GetAt(static_cast(L_6)); V_2 = L_7; RuntimeTypeHandle_t3027515415 L_8 = { reinterpret_cast (JsonToken_t1917433489_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_9 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(EnumUtils_t2002471470_il2cpp_TypeInfo_var); RuntimeObject* L_10 = EnumUtils_GetValues_m1997494740(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); NullCheck(L_10); RuntimeObject* L_11 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t2059959053_il2cpp_TypeInfo_var, L_10); V_3 = L_11; } IL_0030: try { // begin try (depth: 1) { goto IL_0090; } IL_0032: { RuntimeObject* L_12 = V_3; NullCheck(L_12); RuntimeObject * L_13 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t3512676632_il2cpp_TypeInfo_var, L_12); V_4 = ((*(int32_t*)((int32_t*)UnBox(L_13, JsonToken_t1917433489_il2cpp_TypeInfo_var)))); List_1_t2285321626 * L_14 = V_0; NullCheck(L_14); int32_t L_15 = List_1_get_Count_m3492106600(L_14, /*hidden argument*/List_1_get_Count_m3492106600_RuntimeMethod_var); int32_t L_16 = V_4; if ((((int32_t)L_15) > ((int32_t)L_16))) { goto IL_0090; } } IL_0049: { int32_t L_17 = V_4; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)7))) { case 0: { goto IL_0080; } case 1: { goto IL_0080; } case 2: { goto IL_0080; } case 3: { goto IL_0080; } case 4: { goto IL_0080; } case 5: { goto IL_0080; } case 6: { goto IL_0089; } case 7: { goto IL_0089; } case 8: { goto IL_0089; } case 9: { goto IL_0080; } case 10: { goto IL_0080; } } } IL_007e: { goto IL_0089; } IL_0080: { List_1_t2285321626 * L_18 = V_0; StateU5BU5D_t813246884* L_19 = V_2; NullCheck(L_18); List_1_Add_m213487292(L_18, L_19, /*hidden argument*/List_1_Add_m213487292_RuntimeMethod_var); goto IL_0090; } IL_0089: { List_1_t2285321626 * L_20 = V_0; StateU5BU5D_t813246884* L_21 = V_1; NullCheck(L_20); List_1_Add_m213487292(L_20, L_21, /*hidden argument*/List_1_Add_m213487292_RuntimeMethod_var); } IL_0090: { RuntimeObject* L_22 = V_3; 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_0032; } } IL_0098: { IL2CPP_LEAVE(0xA4, FINALLY_009a); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_009a; } FINALLY_009a: { // begin finally (depth: 1) { RuntimeObject* L_24 = V_3; if (!L_24) { goto IL_00a3; } } IL_009d: { RuntimeObject* L_25 = V_3; NullCheck(L_25); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_25); } IL_00a3: { IL2CPP_END_FINALLY(154) } } // end finally (depth: 1) IL2CPP_CLEANUP(154) { IL2CPP_JUMP_TBL(0xA4, IL_00a4) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00a4: { List_1_t2285321626 * L_26 = V_0; NullCheck(L_26); StateU5BU5DU5BU5D_t3190318925* L_27 = List_1_ToArray_m218164678(L_26, /*hidden argument*/List_1_ToArray_m218164678_RuntimeMethod_var); return L_27; } } // System.Void Newtonsoft.Json.JsonWriter::.cctor() extern "C" IL2CPP_METHOD_ATTR void JsonWriter__cctor_m322162894 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter__cctor_m322162894_MetadataUsageId); s_Il2CppMethodInitialized = true; } { StateU5BU5DU5BU5D_t3190318925* L_0 = ((StateU5BU5DU5BU5D_t3190318925*)SZArrayNew(StateU5BU5DU5BU5D_t3190318925_il2cpp_TypeInfo_var, (uint32_t)8)); StateU5BU5D_t813246884* L_1 = ((StateU5BU5D_t813246884*)SZArrayNew(StateU5BU5D_t813246884_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10))); NullCheck(L_1); (L_1)->SetAt(static_cast(0), (int32_t)((int32_t)9)); StateU5BU5D_t813246884* L_2 = L_1; NullCheck(L_2); (L_2)->SetAt(static_cast(1), (int32_t)((int32_t)9)); StateU5BU5D_t813246884* L_3 = L_2; NullCheck(L_3); (L_3)->SetAt(static_cast(2), (int32_t)((int32_t)9)); StateU5BU5D_t813246884* L_4 = L_3; NullCheck(L_4); (L_4)->SetAt(static_cast(3), (int32_t)((int32_t)9)); StateU5BU5D_t813246884* L_5 = L_4; NullCheck(L_5); (L_5)->SetAt(static_cast(4), (int32_t)((int32_t)9)); StateU5BU5D_t813246884* L_6 = L_5; NullCheck(L_6); (L_6)->SetAt(static_cast(5), (int32_t)((int32_t)9)); StateU5BU5D_t813246884* L_7 = L_6; NullCheck(L_7); (L_7)->SetAt(static_cast(6), (int32_t)((int32_t)9)); StateU5BU5D_t813246884* L_8 = L_7; NullCheck(L_8); (L_8)->SetAt(static_cast(7), (int32_t)((int32_t)9)); StateU5BU5D_t813246884* L_9 = L_8; NullCheck(L_9); (L_9)->SetAt(static_cast(8), (int32_t)((int32_t)9)); StateU5BU5D_t813246884* L_10 = L_9; NullCheck(L_10); (L_10)->SetAt(static_cast(((int32_t)9)), (int32_t)((int32_t)9)); NullCheck(L_0); ArrayElementTypeCheck (L_0, L_10); (L_0)->SetAt(static_cast(0), (StateU5BU5D_t813246884*)L_10); StateU5BU5DU5BU5D_t3190318925* L_11 = L_0; StateU5BU5D_t813246884* L_12 = ((StateU5BU5D_t813246884*)SZArrayNew(StateU5BU5D_t813246884_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10))); NullCheck(L_12); (L_12)->SetAt(static_cast(0), (int32_t)2); StateU5BU5D_t813246884* L_13 = L_12; NullCheck(L_13); (L_13)->SetAt(static_cast(1), (int32_t)2); StateU5BU5D_t813246884* L_14 = L_13; NullCheck(L_14); (L_14)->SetAt(static_cast(2), (int32_t)((int32_t)9)); StateU5BU5D_t813246884* L_15 = L_14; NullCheck(L_15); (L_15)->SetAt(static_cast(3), (int32_t)((int32_t)9)); StateU5BU5D_t813246884* L_16 = L_15; NullCheck(L_16); (L_16)->SetAt(static_cast(4), (int32_t)2); StateU5BU5D_t813246884* L_17 = L_16; NullCheck(L_17); (L_17)->SetAt(static_cast(5), (int32_t)2); StateU5BU5D_t813246884* L_18 = L_17; NullCheck(L_18); (L_18)->SetAt(static_cast(6), (int32_t)2); StateU5BU5D_t813246884* L_19 = L_18; NullCheck(L_19); (L_19)->SetAt(static_cast(7), (int32_t)2); StateU5BU5D_t813246884* L_20 = L_19; NullCheck(L_20); (L_20)->SetAt(static_cast(8), (int32_t)((int32_t)9)); StateU5BU5D_t813246884* L_21 = L_20; NullCheck(L_21); (L_21)->SetAt(static_cast(((int32_t)9)), (int32_t)((int32_t)9)); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_21); (L_11)->SetAt(static_cast(1), (StateU5BU5D_t813246884*)L_21); StateU5BU5DU5BU5D_t3190318925* L_22 = L_11; StateU5BU5D_t813246884* L_23 = ((StateU5BU5D_t813246884*)SZArrayNew(StateU5BU5D_t813246884_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10))); NullCheck(L_23); (L_23)->SetAt(static_cast(0), (int32_t)4); StateU5BU5D_t813246884* L_24 = L_23; NullCheck(L_24); (L_24)->SetAt(static_cast(1), (int32_t)4); StateU5BU5D_t813246884* L_25 = L_24; NullCheck(L_25); (L_25)->SetAt(static_cast(2), (int32_t)((int32_t)9)); StateU5BU5D_t813246884* L_26 = L_25; NullCheck(L_26); (L_26)->SetAt(static_cast(3), (int32_t)((int32_t)9)); StateU5BU5D_t813246884* L_27 = L_26; NullCheck(L_27); (L_27)->SetAt(static_cast(4), (int32_t)4); StateU5BU5D_t813246884* L_28 = L_27; NullCheck(L_28); (L_28)->SetAt(static_cast(5), (int32_t)4); StateU5BU5D_t813246884* L_29 = L_28; NullCheck(L_29); (L_29)->SetAt(static_cast(6), (int32_t)4); StateU5BU5D_t813246884* L_30 = L_29; NullCheck(L_30); (L_30)->SetAt(static_cast(7), (int32_t)4); StateU5BU5D_t813246884* L_31 = L_30; NullCheck(L_31); (L_31)->SetAt(static_cast(8), (int32_t)((int32_t)9)); StateU5BU5D_t813246884* L_32 = L_31; NullCheck(L_32); (L_32)->SetAt(static_cast(((int32_t)9)), (int32_t)((int32_t)9)); NullCheck(L_22); ArrayElementTypeCheck (L_22, L_32); (L_22)->SetAt(static_cast(2), (StateU5BU5D_t813246884*)L_32); StateU5BU5DU5BU5D_t3190318925* L_33 = L_22; StateU5BU5D_t813246884* L_34 = ((StateU5BU5D_t813246884*)SZArrayNew(StateU5BU5D_t813246884_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10))); NullCheck(L_34); (L_34)->SetAt(static_cast(0), (int32_t)6); StateU5BU5D_t813246884* L_35 = L_34; NullCheck(L_35); (L_35)->SetAt(static_cast(1), (int32_t)6); StateU5BU5D_t813246884* L_36 = L_35; NullCheck(L_36); (L_36)->SetAt(static_cast(2), (int32_t)((int32_t)9)); StateU5BU5D_t813246884* L_37 = L_36; NullCheck(L_37); (L_37)->SetAt(static_cast(3), (int32_t)((int32_t)9)); StateU5BU5D_t813246884* L_38 = L_37; NullCheck(L_38); (L_38)->SetAt(static_cast(4), (int32_t)6); StateU5BU5D_t813246884* L_39 = L_38; NullCheck(L_39); (L_39)->SetAt(static_cast(5), (int32_t)6); StateU5BU5D_t813246884* L_40 = L_39; NullCheck(L_40); (L_40)->SetAt(static_cast(6), (int32_t)6); StateU5BU5D_t813246884* L_41 = L_40; NullCheck(L_41); (L_41)->SetAt(static_cast(7), (int32_t)6); StateU5BU5D_t813246884* L_42 = L_41; NullCheck(L_42); (L_42)->SetAt(static_cast(8), (int32_t)((int32_t)9)); StateU5BU5D_t813246884* L_43 = L_42; NullCheck(L_43); (L_43)->SetAt(static_cast(((int32_t)9)), (int32_t)((int32_t)9)); NullCheck(L_33); ArrayElementTypeCheck (L_33, L_43); (L_33)->SetAt(static_cast(3), (StateU5BU5D_t813246884*)L_43); StateU5BU5DU5BU5D_t3190318925* L_44 = L_33; StateU5BU5D_t813246884* L_45 = ((StateU5BU5D_t813246884*)SZArrayNew(StateU5BU5D_t813246884_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10))); NullCheck(L_45); (L_45)->SetAt(static_cast(0), (int32_t)1); StateU5BU5D_t813246884* L_46 = L_45; NullCheck(L_46); (L_46)->SetAt(static_cast(1), (int32_t)((int32_t)9)); StateU5BU5D_t813246884* L_47 = L_46; NullCheck(L_47); (L_47)->SetAt(static_cast(2), (int32_t)1); StateU5BU5D_t813246884* L_48 = L_47; NullCheck(L_48); (L_48)->SetAt(static_cast(3), (int32_t)1); StateU5BU5D_t813246884* L_49 = L_48; NullCheck(L_49); (L_49)->SetAt(static_cast(4), (int32_t)((int32_t)9)); StateU5BU5D_t813246884* L_50 = L_49; NullCheck(L_50); (L_50)->SetAt(static_cast(5), (int32_t)((int32_t)9)); StateU5BU5D_t813246884* L_51 = L_50; NullCheck(L_51); (L_51)->SetAt(static_cast(6), (int32_t)((int32_t)9)); StateU5BU5D_t813246884* L_52 = L_51; NullCheck(L_52); (L_52)->SetAt(static_cast(7), (int32_t)((int32_t)9)); StateU5BU5D_t813246884* L_53 = L_52; NullCheck(L_53); (L_53)->SetAt(static_cast(8), (int32_t)((int32_t)9)); StateU5BU5D_t813246884* L_54 = L_53; NullCheck(L_54); (L_54)->SetAt(static_cast(((int32_t)9)), (int32_t)((int32_t)9)); NullCheck(L_44); ArrayElementTypeCheck (L_44, L_54); (L_44)->SetAt(static_cast(4), (StateU5BU5D_t813246884*)L_54); StateU5BU5DU5BU5D_t3190318925* L_55 = L_44; StateU5BU5D_t813246884* L_56 = ((StateU5BU5D_t813246884*)SZArrayNew(StateU5BU5D_t813246884_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10))); NullCheck(L_56); (L_56)->SetAt(static_cast(1), (int32_t)1); StateU5BU5D_t813246884* L_57 = L_56; NullCheck(L_57); (L_57)->SetAt(static_cast(2), (int32_t)2); StateU5BU5D_t813246884* L_58 = L_57; NullCheck(L_58); (L_58)->SetAt(static_cast(3), (int32_t)3); StateU5BU5D_t813246884* L_59 = L_58; NullCheck(L_59); (L_59)->SetAt(static_cast(4), (int32_t)4); StateU5BU5D_t813246884* L_60 = L_59; NullCheck(L_60); (L_60)->SetAt(static_cast(5), (int32_t)5); StateU5BU5D_t813246884* L_61 = L_60; NullCheck(L_61); (L_61)->SetAt(static_cast(6), (int32_t)7); StateU5BU5D_t813246884* L_62 = L_61; NullCheck(L_62); (L_62)->SetAt(static_cast(7), (int32_t)7); StateU5BU5D_t813246884* L_63 = L_62; NullCheck(L_63); (L_63)->SetAt(static_cast(8), (int32_t)((int32_t)9)); StateU5BU5D_t813246884* L_64 = L_63; NullCheck(L_64); (L_64)->SetAt(static_cast(((int32_t)9)), (int32_t)((int32_t)9)); NullCheck(L_55); ArrayElementTypeCheck (L_55, L_64); (L_55)->SetAt(static_cast(5), (StateU5BU5D_t813246884*)L_64); StateU5BU5DU5BU5D_t3190318925* L_65 = L_55; StateU5BU5D_t813246884* L_66 = ((StateU5BU5D_t813246884*)SZArrayNew(StateU5BU5D_t813246884_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10))); NullCheck(L_66); (L_66)->SetAt(static_cast(1), (int32_t)1); StateU5BU5D_t813246884* L_67 = L_66; NullCheck(L_67); (L_67)->SetAt(static_cast(2), (int32_t)2); StateU5BU5D_t813246884* L_68 = L_67; NullCheck(L_68); (L_68)->SetAt(static_cast(3), (int32_t)3); StateU5BU5D_t813246884* L_69 = L_68; NullCheck(L_69); (L_69)->SetAt(static_cast(4), (int32_t)4); StateU5BU5D_t813246884* L_70 = L_69; NullCheck(L_70); (L_70)->SetAt(static_cast(5), (int32_t)5); StateU5BU5D_t813246884* L_71 = L_70; NullCheck(L_71); (L_71)->SetAt(static_cast(6), (int32_t)7); StateU5BU5D_t813246884* L_72 = L_71; NullCheck(L_72); (L_72)->SetAt(static_cast(7), (int32_t)7); StateU5BU5D_t813246884* L_73 = L_72; NullCheck(L_73); (L_73)->SetAt(static_cast(8), (int32_t)((int32_t)9)); StateU5BU5D_t813246884* L_74 = L_73; NullCheck(L_74); (L_74)->SetAt(static_cast(((int32_t)9)), (int32_t)((int32_t)9)); NullCheck(L_65); ArrayElementTypeCheck (L_65, L_74); (L_65)->SetAt(static_cast(6), (StateU5BU5D_t813246884*)L_74); StateU5BU5DU5BU5D_t3190318925* L_75 = L_65; StateU5BU5D_t813246884* L_76 = ((StateU5BU5D_t813246884*)SZArrayNew(StateU5BU5D_t813246884_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10))); NullCheck(L_76); (L_76)->SetAt(static_cast(1), (int32_t)3); StateU5BU5D_t813246884* L_77 = L_76; NullCheck(L_77); (L_77)->SetAt(static_cast(2), (int32_t)((int32_t)9)); StateU5BU5D_t813246884* L_78 = L_77; NullCheck(L_78); (L_78)->SetAt(static_cast(3), (int32_t)((int32_t)9)); StateU5BU5D_t813246884* L_79 = L_78; NullCheck(L_79); (L_79)->SetAt(static_cast(4), (int32_t)5); StateU5BU5D_t813246884* L_80 = L_79; NullCheck(L_80); (L_80)->SetAt(static_cast(5), (int32_t)5); StateU5BU5D_t813246884* L_81 = L_80; NullCheck(L_81); (L_81)->SetAt(static_cast(6), (int32_t)7); StateU5BU5D_t813246884* L_82 = L_81; NullCheck(L_82); (L_82)->SetAt(static_cast(7), (int32_t)7); StateU5BU5D_t813246884* L_83 = L_82; NullCheck(L_83); (L_83)->SetAt(static_cast(8), (int32_t)((int32_t)9)); StateU5BU5D_t813246884* L_84 = L_83; NullCheck(L_84); (L_84)->SetAt(static_cast(((int32_t)9)), (int32_t)((int32_t)9)); NullCheck(L_75); ArrayElementTypeCheck (L_75, L_84); (L_75)->SetAt(static_cast(7), (StateU5BU5D_t813246884*)L_84); ((JsonWriter_t1467272295_StaticFields*)il2cpp_codegen_static_fields_for(JsonWriter_t1467272295_il2cpp_TypeInfo_var))->set_StateArrayTempate_1(L_75); StateU5BU5DU5BU5D_t3190318925* L_85 = JsonWriter_BuildStateArray_m57064020(NULL /*static, unused*/, /*hidden argument*/NULL); ((JsonWriter_t1467272295_StaticFields*)il2cpp_codegen_static_fields_for(JsonWriter_t1467272295_il2cpp_TypeInfo_var))->set_StateArray_0(L_85); return; } } // System.Boolean Newtonsoft.Json.JsonWriter::get_CloseOutput() extern "C" IL2CPP_METHOD_ATTR bool JsonWriter_get_CloseOutput_m3225392997 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CCloseOutputU3Ek__BackingField_6(); return L_0; } } // System.Void Newtonsoft.Json.JsonWriter::set_CloseOutput(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_set_CloseOutput_m2708207514 (JsonWriter_t1467272295 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CCloseOutputU3Ek__BackingField_6(L_0); return; } } // System.Int32 Newtonsoft.Json.JsonWriter::get_Top() extern "C" IL2CPP_METHOD_ATTR int32_t JsonWriter_get_Top_m1361217067 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_get_Top_m1361217067_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t G_B3_0 = 0; { List_1_t4000102456 * L_0 = __this->get__stack_2(); if (L_0) { goto IL_000b; } } { G_B3_0 = 0; goto IL_0016; } IL_000b: { List_1_t4000102456 * L_1 = __this->get__stack_2(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m4240163880(L_1, /*hidden argument*/List_1_get_Count_m4240163880_RuntimeMethod_var); G_B3_0 = L_2; } IL_0016: { V_0 = G_B3_0; int32_t L_3 = JsonWriter_Peek_m366570327(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_0023; } } { int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_0023: { int32_t L_5 = V_0; return L_5; } } // Newtonsoft.Json.WriteState Newtonsoft.Json.JsonWriter::get_WriteState() extern "C" IL2CPP_METHOD_ATTR int32_t JsonWriter_get_WriteState_m3142003920 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_get_WriteState_m3142003920_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get__currentState_4(); V_0 = L_0; int32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0043; } case 1: { goto IL_0041; } case 2: { goto IL_003b; } case 3: { goto IL_003b; } case 4: { goto IL_003d; } case 5: { goto IL_003d; } case 6: { goto IL_003f; } case 7: { goto IL_003f; } case 8: { goto IL_0039; } case 9: { goto IL_0037; } } } { goto IL_0045; } IL_0037: { return (int32_t)(0); } IL_0039: { return (int32_t)(1); } IL_003b: { return (int32_t)(2); } IL_003d: { return (int32_t)(3); } IL_003f: { return (int32_t)(4); } IL_0041: { return (int32_t)(5); } IL_0043: { return (int32_t)(6); } IL_0045: { int32_t L_2 = __this->get__currentState_4(); int32_t L_3 = L_2; RuntimeObject * L_4 = Box(State_t2595666649_il2cpp_TypeInfo_var, &L_3); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3065562481, L_4, /*hidden argument*/NULL); JsonWriterException_t1282940098 * L_6 = JsonWriterException_Create_m902284538(NULL /*static, unused*/, __this, L_5, (Exception_t *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,JsonWriter_get_WriteState_m3142003920_RuntimeMethod_var); } } // System.String Newtonsoft.Json.JsonWriter::get_ContainerPath() extern "C" IL2CPP_METHOD_ATTR String_t* JsonWriter_get_ContainerPath_m457269785 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_get_ContainerPath_m457269785_MetadataUsageId); s_Il2CppMethodInitialized = true; } Nullable_1_t4250589796 V_0; memset(&V_0, 0, sizeof(V_0)); { JsonPosition_t2528027714 * L_0 = __this->get_address_of__currentPosition_3(); int32_t L_1 = L_0->get_Type_1(); if (!L_1) { goto IL_0015; } } { List_1_t4000102456 * L_2 = __this->get__stack_2(); if (L_2) { goto IL_001b; } } IL_0015: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_3; } IL_001b: { List_1_t4000102456 * L_4 = __this->get__stack_2(); il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_t4250589796 )); Nullable_1_t4250589796 L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JsonPosition_t2528027714_il2cpp_TypeInfo_var); String_t* L_6 = JsonPosition_BuildPath_m2776750612(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.String Newtonsoft.Json.JsonWriter::get_Path() extern "C" IL2CPP_METHOD_ATTR String_t* JsonWriter_get_Path_m2431630644 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_get_Path_m2431630644_MetadataUsageId); s_Il2CppMethodInitialized = true; } Nullable_1_t4250589796 V_0; memset(&V_0, 0, sizeof(V_0)); Nullable_1_t4250589796 V_1; memset(&V_1, 0, sizeof(V_1)); int32_t G_B6_0 = 0; Nullable_1_t4250589796 G_B9_0; memset(&G_B9_0, 0, sizeof(G_B9_0)); { JsonPosition_t2528027714 * L_0 = __this->get_address_of__currentPosition_3(); int32_t L_1 = L_0->get_Type_1(); if (L_1) { goto IL_0013; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_2; } IL_0013: { int32_t L_3 = __this->get__currentState_4(); if ((((int32_t)L_3) == ((int32_t)4))) { goto IL_0033; } } { int32_t L_4 = __this->get__currentState_4(); if ((((int32_t)L_4) == ((int32_t)6))) { goto IL_0033; } } { int32_t L_5 = __this->get__currentState_4(); G_B6_0 = ((((int32_t)((((int32_t)L_5) == ((int32_t)2))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0034; } IL_0033: { G_B6_0 = 0; } IL_0034: { if (G_B6_0) { goto IL_0041; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t4250589796 )); Nullable_1_t4250589796 L_6 = V_1; G_B9_0 = L_6; goto IL_004c; } IL_0041: { JsonPosition_t2528027714 L_7 = __this->get__currentPosition_3(); Nullable_1_t4250589796 L_8; memset(&L_8, 0, sizeof(L_8)); Nullable_1__ctor_m291166727((&L_8), L_7, /*hidden argument*/Nullable_1__ctor_m291166727_RuntimeMethod_var); G_B9_0 = L_8; } IL_004c: { V_0 = G_B9_0; List_1_t4000102456 * L_9 = __this->get__stack_2(); Nullable_1_t4250589796 L_10 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JsonPosition_t2528027714_il2cpp_TypeInfo_var); String_t* L_11 = JsonPosition_BuildPath_m2776750612(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); return L_11; } } // Newtonsoft.Json.Formatting Newtonsoft.Json.JsonWriter::get_Formatting() extern "C" IL2CPP_METHOD_ATTR int32_t JsonWriter_get_Formatting_m3607185966 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__formatting_5(); return L_0; } } // System.Void Newtonsoft.Json.JsonWriter::set_Formatting(Newtonsoft.Json.Formatting) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_set_Formatting_m76464413 (JsonWriter_t1467272295 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_set_Formatting_m76464413_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0008; } } { int32_t L_1 = ___value0; if ((((int32_t)L_1) <= ((int32_t)1))) { goto IL_0013; } } IL_0008: { ArgumentOutOfRangeException_t777629997 * L_2 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_2, _stringLiteral3493618073, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,JsonWriter_set_Formatting_m76464413_RuntimeMethod_var); } IL_0013: { int32_t L_3 = ___value0; __this->set__formatting_5(L_3); return; } } // 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) { { int32_t L_0 = __this->get__dateFormatHandling_7(); return L_0; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_set_DateFormatHandling_m3318128329_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0008; } } { int32_t L_1 = ___value0; if ((((int32_t)L_1) <= ((int32_t)1))) { goto IL_0013; } } IL_0008: { ArgumentOutOfRangeException_t777629997 * L_2 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_2, _stringLiteral3493618073, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,JsonWriter_set_DateFormatHandling_m3318128329_RuntimeMethod_var); } IL_0013: { int32_t L_3 = ___value0; __this->set__dateFormatHandling_7(L_3); return; } } // 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) { { int32_t L_0 = __this->get__dateTimeZoneHandling_8(); return L_0; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_set_DateTimeZoneHandling_m1324388417_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0008; } } { int32_t L_1 = ___value0; if ((((int32_t)L_1) <= ((int32_t)3))) { goto IL_0013; } } IL_0008: { ArgumentOutOfRangeException_t777629997 * L_2 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_2, _stringLiteral3493618073, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,JsonWriter_set_DateTimeZoneHandling_m1324388417_RuntimeMethod_var); } IL_0013: { int32_t L_3 = ___value0; __this->set__dateTimeZoneHandling_8(L_3); return; } } // Newtonsoft.Json.StringEscapeHandling Newtonsoft.Json.JsonWriter::get_StringEscapeHandling() extern "C" IL2CPP_METHOD_ATTR int32_t JsonWriter_get_StringEscapeHandling_m1924816288 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__stringEscapeHandling_9(); return L_0; } } // System.Void Newtonsoft.Json.JsonWriter::set_StringEscapeHandling(Newtonsoft.Json.StringEscapeHandling) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_set_StringEscapeHandling_m1737825118 (JsonWriter_t1467272295 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_set_StringEscapeHandling_m1737825118_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0008; } } { int32_t L_1 = ___value0; if ((((int32_t)L_1) <= ((int32_t)2))) { goto IL_0013; } } IL_0008: { ArgumentOutOfRangeException_t777629997 * L_2 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_2, _stringLiteral3493618073, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,JsonWriter_set_StringEscapeHandling_m1737825118_RuntimeMethod_var); } IL_0013: { int32_t L_3 = ___value0; __this->set__stringEscapeHandling_9(L_3); VirtActionInvoker0::Invoke(5 /* System.Void Newtonsoft.Json.JsonWriter::OnStringEscapeHandlingChanged() */, __this); return; } } // System.Void Newtonsoft.Json.JsonWriter::OnStringEscapeHandlingChanged() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_OnStringEscapeHandlingChanged_m3764168384 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method) { { return; } } // 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) { { int32_t L_0 = __this->get__floatFormatHandling_10(); return L_0; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_set_FloatFormatHandling_m3999801747_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0008; } } { int32_t L_1 = ___value0; if ((((int32_t)L_1) <= ((int32_t)2))) { goto IL_0013; } } IL_0008: { ArgumentOutOfRangeException_t777629997 * L_2 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_2, _stringLiteral3493618073, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,JsonWriter_set_FloatFormatHandling_m3999801747_RuntimeMethod_var); } IL_0013: { int32_t L_3 = ___value0; __this->set__floatFormatHandling_10(L_3); return; } } // System.String Newtonsoft.Json.JsonWriter::get_DateFormatString() extern "C" IL2CPP_METHOD_ATTR String_t* JsonWriter_get_DateFormatString_m3232928038 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__dateFormatString_11(); return L_0; } } // 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) { { String_t* L_0 = ___value0; __this->set__dateFormatString_11(L_0); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_get_Culture_m2940343858_MetadataUsageId); s_Il2CppMethodInitialized = true; } CultureInfo_t4157843068 * G_B2_0 = NULL; CultureInfo_t4157843068 * G_B1_0 = NULL; { CultureInfo_t4157843068 * L_0 = __this->get__culture_12(); CultureInfo_t4157843068 * L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_000f; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_2 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); G_B2_0 = L_2; } IL_000f: { return G_B2_0; } } // 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) { { CultureInfo_t4157843068 * L_0 = ___value0; __this->set__culture_12(L_0); return; } } // System.Void Newtonsoft.Json.JsonWriter::.ctor() extern "C" IL2CPP_METHOD_ATTR void JsonWriter__ctor_m1110665009 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set__currentState_4(0); __this->set__formatting_5(0); __this->set__dateTimeZoneHandling_8(3); JsonWriter_set_CloseOutput_m2708207514(__this, (bool)1, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::UpdateScopeWithFinishedValue() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_UpdateScopeWithFinishedValue_m2741790470 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method) { { JsonPosition_t2528027714 * L_0 = __this->get_address_of__currentPosition_3(); bool L_1 = L_0->get_HasIndex_4(); if (!L_1) { goto IL_001d; } } { JsonPosition_t2528027714 * L_2 = __this->get_address_of__currentPosition_3(); int32_t* L_3 = L_2->get_address_of_Position_2(); int32_t* L_4 = L_3; *((int32_t*)(L_4)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_4)), (int32_t)1)); } IL_001d: { return; } } // System.Void Newtonsoft.Json.JsonWriter::Push(Newtonsoft.Json.JsonContainerType) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_Push_m970901340 (JsonWriter_t1467272295 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_Push_m970901340_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonPosition_t2528027714 * L_0 = __this->get_address_of__currentPosition_3(); int32_t L_1 = L_0->get_Type_1(); if (!L_1) { goto IL_0031; } } { List_1_t4000102456 * L_2 = __this->get__stack_2(); if (L_2) { goto IL_0020; } } { List_1_t4000102456 * L_3 = (List_1_t4000102456 *)il2cpp_codegen_object_new(List_1_t4000102456_il2cpp_TypeInfo_var); List_1__ctor_m1378328547(L_3, /*hidden argument*/List_1__ctor_m1378328547_RuntimeMethod_var); __this->set__stack_2(L_3); } IL_0020: { List_1_t4000102456 * L_4 = __this->get__stack_2(); JsonPosition_t2528027714 L_5 = __this->get__currentPosition_3(); NullCheck(L_4); List_1_Add_m2564458925(L_4, L_5, /*hidden argument*/List_1_Add_m2564458925_RuntimeMethod_var); } IL_0031: { int32_t L_6 = ___value0; JsonPosition_t2528027714 L_7; memset(&L_7, 0, sizeof(L_7)); JsonPosition__ctor_m1215355640((&L_7), L_6, /*hidden argument*/NULL); __this->set__currentPosition_3(L_7); return; } } // Newtonsoft.Json.JsonContainerType Newtonsoft.Json.JsonWriter::Pop() extern "C" IL2CPP_METHOD_ATTR int32_t JsonWriter_Pop_m3959742463 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_Pop_m3959742463_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonPosition_t2528027714 G_B3_0; memset(&G_B3_0, 0, sizeof(G_B3_0)); JsonPosition_t2528027714 G_B1_0; memset(&G_B1_0, 0, sizeof(G_B1_0)); JsonPosition_t2528027714 G_B2_0; memset(&G_B2_0, 0, sizeof(G_B2_0)); JsonPosition_t2528027714 G_B4_0; memset(&G_B4_0, 0, sizeof(G_B4_0)); { JsonPosition_t2528027714 L_0 = __this->get__currentPosition_3(); List_1_t4000102456 * L_1 = __this->get__stack_2(); G_B1_0 = L_0; if (!L_1) { G_B3_0 = L_0; goto IL_0054; } } { List_1_t4000102456 * L_2 = __this->get__stack_2(); NullCheck(L_2); int32_t L_3 = List_1_get_Count_m4240163880(L_2, /*hidden argument*/List_1_get_Count_m4240163880_RuntimeMethod_var); G_B2_0 = G_B1_0; if ((((int32_t)L_3) <= ((int32_t)0))) { G_B3_0 = G_B1_0; goto IL_0054; } } { List_1_t4000102456 * L_4 = __this->get__stack_2(); List_1_t4000102456 * L_5 = __this->get__stack_2(); NullCheck(L_5); int32_t L_6 = List_1_get_Count_m4240163880(L_5, /*hidden argument*/List_1_get_Count_m4240163880_RuntimeMethod_var); NullCheck(L_4); JsonPosition_t2528027714 L_7 = List_1_get_Item_m592205178(L_4, ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), /*hidden argument*/List_1_get_Item_m592205178_RuntimeMethod_var); __this->set__currentPosition_3(L_7); List_1_t4000102456 * L_8 = __this->get__stack_2(); List_1_t4000102456 * L_9 = __this->get__stack_2(); NullCheck(L_9); int32_t L_10 = List_1_get_Count_m4240163880(L_9, /*hidden argument*/List_1_get_Count_m4240163880_RuntimeMethod_var); NullCheck(L_8); List_1_RemoveAt_m3351128372(L_8, ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1)), /*hidden argument*/List_1_RemoveAt_m3351128372_RuntimeMethod_var); G_B4_0 = G_B2_0; goto IL_0060; } IL_0054: { JsonPosition_t2528027714 * L_11 = __this->get_address_of__currentPosition_3(); il2cpp_codegen_initobj(L_11, sizeof(JsonPosition_t2528027714 )); G_B4_0 = G_B3_0; } IL_0060: { int32_t L_12 = G_B4_0.get_Type_1(); return L_12; } } // Newtonsoft.Json.JsonContainerType Newtonsoft.Json.JsonWriter::Peek() extern "C" IL2CPP_METHOD_ATTR int32_t JsonWriter_Peek_m366570327 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method) { { JsonPosition_t2528027714 * L_0 = __this->get_address_of__currentPosition_3(); int32_t L_1 = L_0->get_Type_1(); return L_1; } } // System.Void Newtonsoft.Json.JsonWriter::Close() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_Close_m3584185124 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method) { { JsonWriter_AutoCompleteAll_m3999597399(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteStartObject() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteStartObject_m116870646 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method) { { JsonWriter_InternalWriteStart_m2782789514(__this, 1, 1, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteEndObject() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteEndObject_m899541852 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method) { { JsonWriter_InternalWriteEnd_m1102822287(__this, 1, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteStartArray() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteStartArray_m1802468309 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method) { { JsonWriter_InternalWriteStart_m2782789514(__this, 2, 2, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteEndArray() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteEndArray_m3402066055 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method) { { JsonWriter_InternalWriteEnd_m1102822287(__this, 2, /*hidden argument*/NULL); return; } } // 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) { { JsonWriter_InternalWriteStart_m2782789514(__this, 3, 3, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteEndConstructor() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteEndConstructor_m3437097751 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method) { { JsonWriter_InternalWriteEnd_m1102822287(__this, 3, /*hidden argument*/NULL); return; } } // 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) { { String_t* L_0 = ___name0; JsonWriter_InternalWritePropertyName_m1762272533(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WritePropertyName_m3087202222 (JsonWriter_t1467272295 * __this, String_t* ___name0, bool ___escape1, const RuntimeMethod* method) { { String_t* L_0 = ___name0; VirtActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, __this, L_0); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteEnd() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteEnd_m1543510109 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method) { { int32_t L_0 = JsonWriter_Peek_m366570327(__this, /*hidden argument*/NULL); JsonWriter_WriteEnd_m1732108614(__this, L_0, /*hidden argument*/NULL); return; } } // 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) { { JsonReader_t2369136700 * L_0 = ___reader0; JsonWriter_WriteToken_m2639846460(__this, L_0, (bool)1, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteToken(Newtonsoft.Json.JsonReader,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteToken_m2639846460 (JsonWriter_t1467272295 * __this, JsonReader_t2369136700 * ___reader0, bool ___writeChildren1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_WriteToken_m2639846460_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonReader_t2369136700 * L_0 = ___reader0; ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, L_0, _stringLiteral3529812268, /*hidden argument*/NULL); JsonReader_t2369136700 * L_1 = ___reader0; bool L_2 = ___writeChildren1; VirtActionInvoker4< JsonReader_t2369136700 *, bool, bool, bool >::Invoke(16 /* System.Void Newtonsoft.Json.JsonWriter::WriteToken(Newtonsoft.Json.JsonReader,System.Boolean,System.Boolean,System.Boolean) */, __this, L_1, L_2, (bool)1, (bool)1); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteToken(Newtonsoft.Json.JsonToken,System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteToken_m3524849723 (JsonWriter_t1467272295 * __this, int32_t ___token0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_WriteToken_m3524849723_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonWriter_t1467272295 * G_B8_0 = NULL; JsonWriter_t1467272295 * G_B7_0 = NULL; String_t* G_B9_0 = NULL; JsonWriter_t1467272295 * G_B9_1 = NULL; JsonWriter_t1467272295 * G_B30_0 = NULL; JsonWriter_t1467272295 * G_B29_0 = NULL; String_t* G_B31_0 = NULL; JsonWriter_t1467272295 * G_B31_1 = NULL; { int32_t L_0 = ___token0; switch (L_0) { case 0: { goto IL_01fd; } case 1: { goto IL_0053; } case 2: { goto IL_005a; } case 3: { goto IL_0061; } case 4: { goto IL_0079; } case 5: { goto IL_0091; } case 6: { goto IL_01a7; } case 7: { goto IL_00a4; } case 8: { goto IL_00c1; } case 9: { goto IL_011d; } case 10: { goto IL_0135; } case 11: { goto IL_0152; } case 12: { goto IL_0159; } case 13: { goto IL_0160; } case 14: { goto IL_0167; } case 15: { goto IL_016e; } case 16: { goto IL_0175; } case 17: { goto IL_01ba; } } } { goto IL_01e7; } IL_0053: { VirtActionInvoker0::Invoke(7 /* System.Void Newtonsoft.Json.JsonWriter::WriteStartObject() */, __this); return; } IL_005a: { VirtActionInvoker0::Invoke(9 /* System.Void Newtonsoft.Json.JsonWriter::WriteStartArray() */, __this); return; } IL_0061: { RuntimeObject * L_1 = ___value1; ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, L_1, _stringLiteral3493618073, /*hidden argument*/NULL); RuntimeObject * L_2 = ___value1; NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2); VirtActionInvoker1< String_t* >::Invoke(11 /* System.Void Newtonsoft.Json.JsonWriter::WriteStartConstructor(System.String) */, __this, L_3); return; } IL_0079: { RuntimeObject * L_4 = ___value1; ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, L_4, _stringLiteral3493618073, /*hidden argument*/NULL); RuntimeObject * L_5 = ___value1; NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_5); VirtActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, __this, L_6); return; } IL_0091: { RuntimeObject * L_7 = ___value1; G_B7_0 = __this; if (L_7) { G_B8_0 = __this; goto IL_0098; } } { G_B9_0 = ((String_t*)(NULL)); G_B9_1 = G_B7_0; goto IL_009e; } IL_0098: { RuntimeObject * L_8 = ___value1; NullCheck(L_8); String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_8); G_B9_0 = L_9; G_B9_1 = G_B8_0; } IL_009e: { NullCheck(G_B9_1); VirtActionInvoker1< String_t* >::Invoke(63 /* System.Void Newtonsoft.Json.JsonWriter::WriteComment(System.String) */, G_B9_1, G_B9_0); return; } IL_00a4: { RuntimeObject * L_10 = ___value1; ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, L_10, _stringLiteral3493618073, /*hidden argument*/NULL); RuntimeObject * L_11 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_12 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int64_t L_13 = Convert_ToInt64_m2643251823(NULL /*static, unused*/, L_11, L_12, /*hidden argument*/NULL); VirtActionInvoker1< int64_t >::Invoke(28 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Int64) */, __this, L_13); return; } IL_00c1: { RuntimeObject * L_14 = ___value1; ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, L_14, _stringLiteral3493618073, /*hidden argument*/NULL); RuntimeObject * L_15 = ___value1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_15, Decimal_t2948259380_il2cpp_TypeInfo_var))) { goto IL_00e1; } } { RuntimeObject * L_16 = ___value1; VirtActionInvoker1< Decimal_t2948259380 >::Invoke(38 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Decimal) */, __this, ((*(Decimal_t2948259380 *)((Decimal_t2948259380 *)UnBox(L_16, Decimal_t2948259380_il2cpp_TypeInfo_var))))); return; } IL_00e1: { RuntimeObject * L_17 = ___value1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_17, Double_t594665363_il2cpp_TypeInfo_var))) { goto IL_00f6; } } { RuntimeObject * L_18 = ___value1; VirtActionInvoker1< double >::Invoke(31 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Double) */, __this, ((*(double*)((double*)UnBox(L_18, Double_t594665363_il2cpp_TypeInfo_var))))); return; } IL_00f6: { RuntimeObject * L_19 = ___value1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_19, Single_t1397266774_il2cpp_TypeInfo_var))) { goto IL_010b; } } { RuntimeObject * L_20 = ___value1; VirtActionInvoker1< float >::Invoke(30 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Single) */, __this, ((*(float*)((float*)UnBox(L_20, Single_t1397266774_il2cpp_TypeInfo_var))))); return; } IL_010b: { RuntimeObject * L_21 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_22 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); double L_23 = Convert_ToDouble_m4017511472(NULL /*static, unused*/, L_21, L_22, /*hidden argument*/NULL); VirtActionInvoker1< double >::Invoke(31 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Double) */, __this, L_23); return; } IL_011d: { RuntimeObject * L_24 = ___value1; ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, L_24, _stringLiteral3493618073, /*hidden argument*/NULL); RuntimeObject * L_25 = ___value1; NullCheck(L_25); String_t* L_26 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_25); VirtActionInvoker1< String_t* >::Invoke(25 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.String) */, __this, L_26); return; } IL_0135: { RuntimeObject * L_27 = ___value1; ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, L_27, _stringLiteral3493618073, /*hidden argument*/NULL); RuntimeObject * L_28 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_29 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); bool L_30 = Convert_ToBoolean_m4120735400(NULL /*static, unused*/, L_28, L_29, /*hidden argument*/NULL); VirtActionInvoker1< bool >::Invoke(32 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Boolean) */, __this, L_30); return; } IL_0152: { VirtActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); return; } IL_0159: { VirtActionInvoker0::Invoke(22 /* System.Void Newtonsoft.Json.JsonWriter::WriteUndefined() */, __this); return; } IL_0160: { VirtActionInvoker0::Invoke(8 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndObject() */, __this); return; } IL_0167: { VirtActionInvoker0::Invoke(10 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndArray() */, __this); return; } IL_016e: { VirtActionInvoker0::Invoke(12 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndConstructor() */, __this); return; } IL_0175: { RuntimeObject * L_31 = ___value1; ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, L_31, _stringLiteral3493618073, /*hidden argument*/NULL); RuntimeObject * L_32 = ___value1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_32, DateTimeOffset_t3229287507_il2cpp_TypeInfo_var))) { goto IL_0195; } } { RuntimeObject * L_33 = ___value1; VirtActionInvoker1< DateTimeOffset_t3229287507 >::Invoke(40 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.DateTimeOffset) */, __this, ((*(DateTimeOffset_t3229287507 *)((DateTimeOffset_t3229287507 *)UnBox(L_33, DateTimeOffset_t3229287507_il2cpp_TypeInfo_var))))); return; } IL_0195: { RuntimeObject * L_34 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_35 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); DateTime_t3738529785 L_36 = Convert_ToDateTime_m1567637286(NULL /*static, unused*/, L_34, L_35, /*hidden argument*/NULL); VirtActionInvoker1< DateTime_t3738529785 >::Invoke(39 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.DateTime) */, __this, L_36); return; } IL_01a7: { RuntimeObject * L_37 = ___value1; G_B29_0 = __this; if (L_37) { G_B30_0 = __this; goto IL_01ae; } } { G_B31_0 = ((String_t*)(NULL)); G_B31_1 = G_B29_0; goto IL_01b4; } IL_01ae: { RuntimeObject * L_38 = ___value1; NullCheck(L_38); String_t* L_39 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_38); G_B31_0 = L_39; G_B31_1 = G_B30_0; } IL_01b4: { NullCheck(G_B31_1); VirtActionInvoker1< String_t* >::Invoke(24 /* System.Void Newtonsoft.Json.JsonWriter::WriteRawValue(System.String) */, G_B31_1, G_B31_0); return; } IL_01ba: { RuntimeObject * L_40 = ___value1; ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, L_40, _stringLiteral3493618073, /*hidden argument*/NULL); RuntimeObject * L_41 = ___value1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_41, Guid_t_il2cpp_TypeInfo_var))) { goto IL_01da; } } { RuntimeObject * L_42 = ___value1; VirtActionInvoker1< Guid_t >::Invoke(41 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Guid) */, __this, ((*(Guid_t *)((Guid_t *)UnBox(L_42, Guid_t_il2cpp_TypeInfo_var))))); return; } IL_01da: { RuntimeObject * L_43 = ___value1; VirtActionInvoker1< ByteU5BU5D_t4116647657* >::Invoke(60 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Byte[]) */, __this, ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_43, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var))); return; } IL_01e7: { int32_t L_44 = ___token0; int32_t L_45 = L_44; RuntimeObject * L_46 = Box(JsonToken_t1917433489_il2cpp_TypeInfo_var, &L_45); ArgumentOutOfRangeException_t777629997 * L_47 = MiscellaneousUtils_CreateArgumentOutOfRangeException_m1064925786(NULL /*static, unused*/, _stringLiteral2005331395, L_46, _stringLiteral1801169974, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_47,JsonWriter_WriteToken_m3524849723_RuntimeMethod_var); } IL_01fd: { return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteToken(Newtonsoft.Json.JsonReader,System.Boolean,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteToken_m1325265813 (JsonWriter_t1467272295 * __this, JsonReader_t2369136700 * ___reader0, bool ___writeChildren1, bool ___writeDateConstructorAsDate2, bool ___writeComments3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_WriteToken_m1325265813_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t G_B14_0 = 0; int32_t G_B14_1 = 0; int32_t G_B13_0 = 0; int32_t G_B13_1 = 0; int32_t G_B15_0 = 0; int32_t G_B15_1 = 0; int32_t G_B15_2 = 0; { JsonReader_t2369136700 * L_0 = ___reader0; NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_0); if (L_1) { goto IL_000c; } } { V_0 = (-1); goto IL_002b; } IL_000c: { JsonReader_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); bool L_4 = JsonTokenUtils_IsStartToken_m2983268978(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0024; } } { JsonReader_t2369136700 * L_5 = ___reader0; NullCheck(L_5); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 Newtonsoft.Json.JsonReader::get_Depth() */, L_5); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); goto IL_002b; } IL_0024: { JsonReader_t2369136700 * L_7 = ___reader0; NullCheck(L_7); int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 Newtonsoft.Json.JsonReader::get_Depth() */, L_7); V_0 = L_8; } IL_002b: { bool L_9 = ___writeDateConstructorAsDate2; if (!L_9) { goto IL_0058; } } { JsonReader_t2369136700 * L_10 = ___reader0; NullCheck(L_10); int32_t L_11 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_10); if ((!(((uint32_t)L_11) == ((uint32_t)3)))) { goto IL_0058; } } { JsonReader_t2369136700 * L_12 = ___reader0; NullCheck(L_12); RuntimeObject * L_13 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_12); NullCheck(L_13); String_t* L_14 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_13); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_15 = String_Equals_m2359609904(NULL /*static, unused*/, L_14, _stringLiteral1272578850, 4, /*hidden argument*/NULL); if (!L_15) { goto IL_0058; } } { JsonReader_t2369136700 * L_16 = ___reader0; JsonWriter_WriteConstructorDate_m3143936787(__this, L_16, /*hidden argument*/NULL); goto IL_0077; } IL_0058: { bool L_17 = ___writeComments3; if (L_17) { goto IL_0065; } } { 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); if ((((int32_t)L_19) == ((int32_t)5))) { goto IL_0077; } } IL_0065: { JsonReader_t2369136700 * L_20 = ___reader0; NullCheck(L_20); int32_t L_21 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_20); JsonReader_t2369136700 * L_22 = ___reader0; NullCheck(L_22); RuntimeObject * L_23 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_22); JsonWriter_WriteToken_m3524849723(__this, L_21, L_23, /*hidden argument*/NULL); } IL_0077: { int32_t L_24 = V_0; JsonReader_t2369136700 * L_25 = ___reader0; NullCheck(L_25); int32_t L_26 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 Newtonsoft.Json.JsonReader::get_Depth() */, L_25); JsonReader_t2369136700 * L_27 = ___reader0; NullCheck(L_27); int32_t L_28 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_27); bool L_29 = JsonTokenUtils_IsEndToken_m2314115259(NULL /*static, unused*/, L_28, /*hidden argument*/NULL); G_B13_0 = L_26; G_B13_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1)); if (L_29) { G_B14_0 = L_26; G_B14_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1)); goto IL_0090; } } { G_B15_0 = 0; G_B15_1 = G_B13_0; G_B15_2 = G_B13_1; goto IL_0091; } IL_0090: { G_B15_0 = 1; G_B15_1 = G_B14_0; G_B15_2 = G_B14_1; } IL_0091: { bool L_30 = ___writeChildren1; if (!((int32_t)((int32_t)((((int32_t)G_B15_2) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)G_B15_1, (int32_t)G_B15_0))))? 1 : 0)&(int32_t)L_30))) { goto IL_00a0; } } { JsonReader_t2369136700 * L_31 = ___reader0; NullCheck(L_31); bool L_32 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_31); if (L_32) { goto IL_002b; } } IL_00a0: { return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteConstructorDate(Newtonsoft.Json.JsonReader) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteConstructorDate_m3143936787 (JsonWriter_t1467272295 * __this, JsonReader_t2369136700 * ___reader0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_WriteConstructorDate_m3143936787_MetadataUsageId); s_Il2CppMethodInitialized = true; } DateTime_t3738529785 V_0; memset(&V_0, 0, sizeof(V_0)); { JsonReader_t2369136700 * L_0 = ___reader0; NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_0); if (L_1) { goto IL_0015; } } { JsonWriterException_t1282940098 * L_2 = JsonWriterException_Create_m902284538(NULL /*static, unused*/, __this, _stringLiteral3445500196, (Exception_t *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,JsonWriter_WriteConstructorDate_m3143936787_RuntimeMethod_var); } IL_0015: { 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 ((((int32_t)L_4) == ((int32_t)7))) { goto IL_003b; } } { JsonReader_t2369136700 * L_5 = ___reader0; NullCheck(L_5); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_5); int32_t L_7 = L_6; RuntimeObject * L_8 = Box(JsonToken_t1917433489_il2cpp_TypeInfo_var, &L_7); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_9 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3156105382, L_8, /*hidden argument*/NULL); JsonWriterException_t1282940098 * L_10 = JsonWriterException_Create_m902284538(NULL /*static, unused*/, __this, L_9, (Exception_t *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,JsonWriter_WriteConstructorDate_m3143936787_RuntimeMethod_var); } IL_003b: { JsonReader_t2369136700 * L_11 = ___reader0; NullCheck(L_11); RuntimeObject * L_12 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_11); IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_t3515429982_il2cpp_TypeInfo_var); DateTime_t3738529785 L_13 = DateTimeUtils_ConvertJavaScriptTicksToDateTime_m2220449017(NULL /*static, unused*/, ((*(int64_t*)((int64_t*)UnBox(L_12, Int64_t3736567304_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); V_0 = L_13; JsonReader_t2369136700 * L_14 = ___reader0; NullCheck(L_14); bool L_15 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_14); if (L_15) { goto IL_0061; } } { JsonWriterException_t1282940098 * L_16 = JsonWriterException_Create_m902284538(NULL /*static, unused*/, __this, _stringLiteral3445500196, (Exception_t *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16,JsonWriter_WriteConstructorDate_m3143936787_RuntimeMethod_var); } IL_0061: { 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)15)))) { goto IL_0088; } } { 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); int32_t L_21 = L_20; RuntimeObject * L_22 = Box(JsonToken_t1917433489_il2cpp_TypeInfo_var, &L_21); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_23 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3130331896, L_22, /*hidden argument*/NULL); JsonWriterException_t1282940098 * L_24 = JsonWriterException_Create_m902284538(NULL /*static, unused*/, __this, L_23, (Exception_t *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24,JsonWriter_WriteConstructorDate_m3143936787_RuntimeMethod_var); } IL_0088: { DateTime_t3738529785 L_25 = V_0; VirtActionInvoker1< DateTime_t3738529785 >::Invoke(39 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.DateTime) */, __this, L_25); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteEnd(Newtonsoft.Json.JsonContainerType) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteEnd_m1732108614 (JsonWriter_t1467272295 * __this, int32_t ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_WriteEnd_m1732108614_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___type0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1))) { case 0: { goto IL_0016; } case 1: { goto IL_001d; } case 2: { goto IL_0024; } } } { goto IL_002b; } IL_0016: { VirtActionInvoker0::Invoke(8 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndObject() */, __this); return; } IL_001d: { VirtActionInvoker0::Invoke(10 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndArray() */, __this); return; } IL_0024: { VirtActionInvoker0::Invoke(12 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndConstructor() */, __this); return; } IL_002b: { int32_t L_1 = ___type0; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(JsonContainerType_t3191599701_il2cpp_TypeInfo_var, &L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2015895987, L_3, /*hidden argument*/NULL); JsonWriterException_t1282940098 * L_5 = JsonWriterException_Create_m902284538(NULL /*static, unused*/, __this, L_4, (Exception_t *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,JsonWriter_WriteEnd_m1732108614_RuntimeMethod_var); } } // System.Void Newtonsoft.Json.JsonWriter::AutoCompleteAll() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_AutoCompleteAll_m3999597399 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method) { { goto IL_0008; } IL_0002: { VirtActionInvoker0::Invoke(15 /* System.Void Newtonsoft.Json.JsonWriter::WriteEnd() */, __this); } IL_0008: { int32_t L_0 = JsonWriter_get_Top_m1361217067(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_0002; } } { return; } } // Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonWriter::GetCloseTokenForType(Newtonsoft.Json.JsonContainerType) extern "C" IL2CPP_METHOD_ATTR int32_t JsonWriter_GetCloseTokenForType_m127412571 (JsonWriter_t1467272295 * __this, int32_t ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_GetCloseTokenForType_m127412571_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___type0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1))) { case 0: { goto IL_0016; } case 1: { goto IL_0019; } case 2: { goto IL_001c; } } } { goto IL_001f; } IL_0016: { return (int32_t)(((int32_t)13)); } IL_0019: { return (int32_t)(((int32_t)14)); } IL_001c: { return (int32_t)(((int32_t)15)); } IL_001f: { int32_t L_1 = ___type0; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(JsonContainerType_t3191599701_il2cpp_TypeInfo_var, &L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1677980408, L_3, /*hidden argument*/NULL); JsonWriterException_t1282940098 * L_5 = JsonWriterException_Create_m902284538(NULL /*static, unused*/, __this, L_4, (Exception_t *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,JsonWriter_GetCloseTokenForType_m127412571_RuntimeMethod_var); } } // System.Void Newtonsoft.Json.JsonWriter::AutoCompleteClose(Newtonsoft.Json.JsonContainerType) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_AutoCompleteClose_m3257876443 (JsonWriter_t1467272295 * __this, int32_t ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_AutoCompleteClose_m3257876443_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; int32_t V_6 = 0; { V_0 = 0; JsonPosition_t2528027714 * L_0 = __this->get_address_of__currentPosition_3(); int32_t L_1 = L_0->get_Type_1(); int32_t L_2 = ___type0; if ((!(((uint32_t)L_1) == ((uint32_t)L_2)))) { goto IL_0014; } } { V_0 = 1; goto IL_0047; } IL_0014: { int32_t L_3 = JsonWriter_get_Top_m1361217067(__this, /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)2)); int32_t L_4 = V_1; V_2 = L_4; goto IL_0043; } IL_0021: { int32_t L_5 = V_1; int32_t L_6 = V_2; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)L_6)); List_1_t4000102456 * L_7 = __this->get__stack_2(); int32_t L_8 = V_3; NullCheck(L_7); JsonPosition_t2528027714 L_9 = List_1_get_Item_m592205178(L_7, L_8, /*hidden argument*/List_1_get_Item_m592205178_RuntimeMethod_var); int32_t L_10 = L_9.get_Type_1(); int32_t L_11 = ___type0; if ((!(((uint32_t)L_10) == ((uint32_t)L_11)))) { goto IL_003f; } } { int32_t L_12 = V_2; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)2)); goto IL_0047; } IL_003f: { int32_t L_13 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)); } IL_0043: { int32_t L_14 = V_2; if ((((int32_t)L_14) >= ((int32_t)0))) { goto IL_0021; } } IL_0047: { int32_t L_15 = V_0; if (L_15) { goto IL_0057; } } { JsonWriterException_t1282940098 * L_16 = JsonWriterException_Create_m902284538(NULL /*static, unused*/, __this, _stringLiteral693187774, (Exception_t *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16,JsonWriter_AutoCompleteClose_m3257876443_RuntimeMethod_var); } IL_0057: { V_4 = 0; goto IL_0109; } IL_005f: { int32_t L_17 = JsonWriter_Pop_m3959742463(__this, /*hidden argument*/NULL); int32_t L_18 = JsonWriter_GetCloseTokenForType_m127412571(__this, L_17, /*hidden argument*/NULL); V_5 = L_18; int32_t L_19 = __this->get__currentState_4(); if ((!(((uint32_t)L_19) == ((uint32_t)1)))) { goto IL_007c; } } { VirtActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); } IL_007c: { int32_t L_20 = __this->get__formatting_5(); if ((!(((uint32_t)L_20) == ((uint32_t)1)))) { goto IL_009d; } } { int32_t L_21 = __this->get__currentState_4(); if ((((int32_t)L_21) == ((int32_t)2))) { goto IL_009d; } } { int32_t L_22 = __this->get__currentState_4(); if ((((int32_t)L_22) == ((int32_t)4))) { goto IL_009d; } } { VirtActionInvoker0::Invoke(18 /* System.Void Newtonsoft.Json.JsonWriter::WriteIndent() */, __this); } IL_009d: { int32_t L_23 = V_5; VirtActionInvoker1< int32_t >::Invoke(17 /* System.Void Newtonsoft.Json.JsonWriter::WriteEnd(Newtonsoft.Json.JsonToken) */, __this, L_23); int32_t L_24 = JsonWriter_Peek_m366570327(__this, /*hidden argument*/NULL); V_6 = L_24; int32_t L_25 = V_6; switch (L_25) { case 0: { goto IL_00e1; } case 1: { goto IL_00c6; } case 2: { goto IL_00cf; } case 3: { goto IL_00d8; } } } { goto IL_00ea; } IL_00c6: { __this->set__currentState_4(3); goto IL_0103; } IL_00cf: { __this->set__currentState_4(5); goto IL_0103; } IL_00d8: { __this->set__currentState_4(5); goto IL_0103; } IL_00e1: { __this->set__currentState_4(0); goto IL_0103; } IL_00ea: { int32_t L_26 = V_6; int32_t L_27 = L_26; RuntimeObject * L_28 = Box(JsonContainerType_t3191599701_il2cpp_TypeInfo_var, &L_27); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_29 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral323280395, L_28, /*hidden argument*/NULL); JsonWriterException_t1282940098 * L_30 = JsonWriterException_Create_m902284538(NULL /*static, unused*/, __this, L_29, (Exception_t *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30,JsonWriter_AutoCompleteClose_m3257876443_RuntimeMethod_var); } IL_0103: { int32_t L_31 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_0109: { int32_t L_32 = V_4; int32_t L_33 = V_0; if ((((int32_t)L_32) < ((int32_t)L_33))) { goto IL_005f; } } { return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteEnd(Newtonsoft.Json.JsonToken) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteEnd_m2456810107 (JsonWriter_t1467272295 * __this, int32_t ___token0, const RuntimeMethod* method) { { return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteIndent() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteIndent_m1066366288 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method) { { return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValueDelimiter() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteValueDelimiter_m2494089242 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method) { { return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteIndentSpace() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteIndentSpace_m3937394414 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method) { { return; } } // System.Void Newtonsoft.Json.JsonWriter::AutoComplete(Newtonsoft.Json.JsonToken) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_AutoComplete_m1414726084 (JsonWriter_t1467272295 * __this, int32_t ___tokenBeingWritten0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_AutoComplete_m1414726084_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(JsonWriter_t1467272295_il2cpp_TypeInfo_var); StateU5BU5DU5BU5D_t3190318925* L_0 = ((JsonWriter_t1467272295_StaticFields*)il2cpp_codegen_static_fields_for(JsonWriter_t1467272295_il2cpp_TypeInfo_var))->get_StateArray_0(); int32_t L_1 = ___tokenBeingWritten0; NullCheck(L_0); int32_t L_2 = L_1; StateU5BU5D_t813246884* L_3 = (L_0)->GetAt(static_cast(L_2)); int32_t L_4 = __this->get__currentState_4(); NullCheck(L_3); int32_t L_5 = L_4; int32_t L_6 = (L_3)->GetAt(static_cast(L_5)); V_0 = L_6; int32_t L_7 = V_0; if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)9))))) { goto IL_0049; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_8 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); RuntimeObject * L_9 = Box(JsonToken_t1917433489_il2cpp_TypeInfo_var, (&___tokenBeingWritten0)); NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_9); ___tokenBeingWritten0 = *(int32_t*)UnBox(L_9); int32_t* L_11 = __this->get_address_of__currentState_4(); RuntimeObject * L_12 = Box(State_t2595666649_il2cpp_TypeInfo_var, L_11); NullCheck(L_12); String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_12); *L_11 = *(int32_t*)UnBox(L_12); String_t* L_14 = StringUtils_FormatWith_m353537829(NULL /*static, unused*/, _stringLiteral122282219, L_8, L_10, L_13, /*hidden argument*/NULL); JsonWriterException_t1282940098 * L_15 = JsonWriterException_Create_m902284538(NULL /*static, unused*/, __this, L_14, (Exception_t *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,JsonWriter_AutoComplete_m1414726084_RuntimeMethod_var); } IL_0049: { int32_t L_16 = __this->get__currentState_4(); if ((((int32_t)L_16) == ((int32_t)3))) { goto IL_0064; } } { int32_t L_17 = __this->get__currentState_4(); if ((((int32_t)L_17) == ((int32_t)5))) { goto IL_0064; } } { int32_t L_18 = __this->get__currentState_4(); if ((!(((uint32_t)L_18) == ((uint32_t)7)))) { goto IL_006e; } } IL_0064: { int32_t L_19 = ___tokenBeingWritten0; if ((((int32_t)L_19) == ((int32_t)5))) { goto IL_006e; } } { VirtActionInvoker0::Invoke(19 /* System.Void Newtonsoft.Json.JsonWriter::WriteValueDelimiter() */, __this); } IL_006e: { int32_t L_20 = __this->get__formatting_5(); if ((!(((uint32_t)L_20) == ((uint32_t)1)))) { goto IL_00bc; } } { int32_t L_21 = __this->get__currentState_4(); if ((!(((uint32_t)L_21) == ((uint32_t)1)))) { goto IL_0086; } } { VirtActionInvoker0::Invoke(20 /* System.Void Newtonsoft.Json.JsonWriter::WriteIndentSpace() */, __this); } IL_0086: { int32_t L_22 = __this->get__currentState_4(); if ((((int32_t)L_22) == ((int32_t)5))) { goto IL_00b6; } } { int32_t L_23 = __this->get__currentState_4(); if ((((int32_t)L_23) == ((int32_t)4))) { goto IL_00b6; } } { int32_t L_24 = __this->get__currentState_4(); if ((((int32_t)L_24) == ((int32_t)7))) { goto IL_00b6; } } { int32_t L_25 = __this->get__currentState_4(); if ((((int32_t)L_25) == ((int32_t)6))) { goto IL_00b6; } } { int32_t L_26 = ___tokenBeingWritten0; if ((!(((uint32_t)L_26) == ((uint32_t)4)))) { goto IL_00bc; } } { int32_t L_27 = __this->get__currentState_4(); if (!L_27) { goto IL_00bc; } } IL_00b6: { VirtActionInvoker0::Invoke(18 /* System.Void Newtonsoft.Json.JsonWriter::WriteIndent() */, __this); } IL_00bc: { int32_t L_28 = V_0; __this->set__currentState_4(L_28); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteNull() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteNull_m2108953018 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method) { { JsonWriter_InternalWriteValue_m193962530(__this, ((int32_t)11), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteUndefined() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteUndefined_m3012783893 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method) { { JsonWriter_InternalWriteValue_m193962530(__this, ((int32_t)12), /*hidden argument*/NULL); return; } } // 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) { { JsonWriter_InternalWriteRaw_m2830881673(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteRawValue(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteRawValue_m743081586 (JsonWriter_t1467272295 * __this, String_t* ___json0, const RuntimeMethod* method) { { JsonWriter_UpdateScopeWithFinishedValue_m2741790470(__this, /*hidden argument*/NULL); JsonWriter_AutoComplete_m1414726084(__this, ((int32_t)12), /*hidden argument*/NULL); String_t* L_0 = ___json0; VirtActionInvoker1< String_t* >::Invoke(23 /* System.Void Newtonsoft.Json.JsonWriter::WriteRaw(System.String) */, __this, L_0); return; } } // 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) { { JsonWriter_InternalWriteValue_m193962530(__this, ((int32_t)9), /*hidden argument*/NULL); return; } } // 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) { { JsonWriter_InternalWriteValue_m193962530(__this, 7, /*hidden argument*/NULL); return; } } // 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) { { JsonWriter_InternalWriteValue_m193962530(__this, 7, /*hidden argument*/NULL); return; } } // 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) { { JsonWriter_InternalWriteValue_m193962530(__this, 7, /*hidden argument*/NULL); return; } } // 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) { { JsonWriter_InternalWriteValue_m193962530(__this, 7, /*hidden argument*/NULL); return; } } // 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) { { JsonWriter_InternalWriteValue_m193962530(__this, 8, /*hidden argument*/NULL); return; } } // 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) { { JsonWriter_InternalWriteValue_m193962530(__this, 8, /*hidden argument*/NULL); return; } } // 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) { { JsonWriter_InternalWriteValue_m193962530(__this, ((int32_t)10), /*hidden argument*/NULL); return; } } // 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) { { JsonWriter_InternalWriteValue_m193962530(__this, 7, /*hidden argument*/NULL); return; } } // 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) { { JsonWriter_InternalWriteValue_m193962530(__this, 7, /*hidden argument*/NULL); return; } } // 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) { { JsonWriter_InternalWriteValue_m193962530(__this, ((int32_t)9), /*hidden argument*/NULL); return; } } // 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) { { JsonWriter_InternalWriteValue_m193962530(__this, 7, /*hidden argument*/NULL); return; } } // 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) { { JsonWriter_InternalWriteValue_m193962530(__this, 7, /*hidden argument*/NULL); return; } } // 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) { { JsonWriter_InternalWriteValue_m193962530(__this, 8, /*hidden argument*/NULL); return; } } // 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) { { JsonWriter_InternalWriteValue_m193962530(__this, ((int32_t)16), /*hidden argument*/NULL); return; } } // 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) { { JsonWriter_InternalWriteValue_m193962530(__this, ((int32_t)16), /*hidden argument*/NULL); return; } } // 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) { { JsonWriter_InternalWriteValue_m193962530(__this, ((int32_t)9), /*hidden argument*/NULL); return; } } // 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) { { JsonWriter_InternalWriteValue_m193962530(__this, ((int32_t)9), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m550266935 (JsonWriter_t1467272295 * __this, Nullable_1_t378540539 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_WriteValue_m550266935_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = Nullable_1_get_HasValue_m2648265346((&___value0), /*hidden argument*/Nullable_1_get_HasValue_m2648265346_RuntimeMethod_var); if (L_0) { goto IL_0010; } } { VirtActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); return; } IL_0010: { int32_t L_1 = Nullable_1_GetValueOrDefault_m2296315628((&___value0), /*hidden argument*/Nullable_1_GetValueOrDefault_m2296315628_RuntimeMethod_var); VirtActionInvoker1< int32_t >::Invoke(26 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Int32) */, __this, L_1); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m2026696795 (JsonWriter_t1467272295 * __this, Nullable_1_t4282624060 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_WriteValue_m2026696795_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = Nullable_1_get_HasValue_m1094388134((&___value0), /*hidden argument*/Nullable_1_get_HasValue_m1094388134_RuntimeMethod_var); if (L_0) { goto IL_0010; } } { VirtActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); return; } IL_0010: { uint32_t L_1 = Nullable_1_GetValueOrDefault_m874061072((&___value0), /*hidden argument*/Nullable_1_GetValueOrDefault_m874061072_RuntimeMethod_var); VirtActionInvoker1< uint32_t >::Invoke(27 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.UInt32) */, __this, L_1); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m148596793 (JsonWriter_t1467272295 * __this, Nullable_1_t1164162090 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_WriteValue_m148596793_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = Nullable_1_get_HasValue_m102045064((&___value0), /*hidden argument*/Nullable_1_get_HasValue_m102045064_RuntimeMethod_var); if (L_0) { goto IL_0010; } } { VirtActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); return; } IL_0010: { int64_t L_1 = Nullable_1_GetValueOrDefault_m3015207040((&___value0), /*hidden argument*/Nullable_1_GetValueOrDefault_m3015207040_RuntimeMethod_var); VirtActionInvoker1< int64_t >::Invoke(28 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Int64) */, __this, L_1); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m2026303576 (JsonWriter_t1467272295 * __this, Nullable_1_t1561634878 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_WriteValue_m2026303576_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = Nullable_1_get_HasValue_m1015089092((&___value0), /*hidden argument*/Nullable_1_get_HasValue_m1015089092_RuntimeMethod_var); if (L_0) { goto IL_0010; } } { VirtActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); return; } IL_0010: { uint64_t L_1 = Nullable_1_GetValueOrDefault_m2003770913((&___value0), /*hidden argument*/Nullable_1_GetValueOrDefault_m2003770913_RuntimeMethod_var); VirtActionInvoker1< uint64_t >::Invoke(29 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.UInt64) */, __this, L_1); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m466415700 (JsonWriter_t1467272295 * __this, Nullable_1_t3119828856 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_WriteValue_m466415700_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = Nullable_1_get_HasValue_m147051412((&___value0), /*hidden argument*/Nullable_1_get_HasValue_m147051412_RuntimeMethod_var); if (L_0) { goto IL_0010; } } { VirtActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); return; } IL_0010: { float L_1 = Nullable_1_GetValueOrDefault_m4129375130((&___value0), /*hidden argument*/Nullable_1_GetValueOrDefault_m4129375130_RuntimeMethod_var); VirtActionInvoker1< float >::Invoke(30 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Single) */, __this, L_1); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m966268704 (JsonWriter_t1467272295 * __this, Nullable_1_t2317227445 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_WriteValue_m966268704_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = Nullable_1_get_HasValue_m3020079244((&___value0), /*hidden argument*/Nullable_1_get_HasValue_m3020079244_RuntimeMethod_var); if (L_0) { goto IL_0010; } } { VirtActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); return; } IL_0010: { double L_1 = Nullable_1_GetValueOrDefault_m221723129((&___value0), /*hidden argument*/Nullable_1_GetValueOrDefault_m221723129_RuntimeMethod_var); VirtActionInvoker1< double >::Invoke(31 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Double) */, __this, L_1); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m587924892 (JsonWriter_t1467272295 * __this, Nullable_1_t1819850047 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_WriteValue_m587924892_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = Nullable_1_get_HasValue_m3206831396((&___value0), /*hidden argument*/Nullable_1_get_HasValue_m3206831396_RuntimeMethod_var); if (L_0) { goto IL_0010; } } { VirtActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); return; } IL_0010: { bool L_1 = Nullable_1_GetValueOrDefault_m2119174086((&___value0), /*hidden argument*/Nullable_1_GetValueOrDefault_m2119174086_RuntimeMethod_var); VirtActionInvoker1< bool >::Invoke(32 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Boolean) */, __this, L_1); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m282486843 (JsonWriter_t1467272295 * __this, Nullable_1_t4275382469 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_WriteValue_m282486843_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = Nullable_1_get_HasValue_m2655267714((&___value0), /*hidden argument*/Nullable_1_get_HasValue_m2655267714_RuntimeMethod_var); if (L_0) { goto IL_0010; } } { VirtActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); return; } IL_0010: { int16_t L_1 = Nullable_1_GetValueOrDefault_m3921181120((&___value0), /*hidden argument*/Nullable_1_GetValueOrDefault_m3921181120_RuntimeMethod_var); VirtActionInvoker1< int16_t >::Invoke(33 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Int16) */, __this, L_1); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m2026434649 (JsonWriter_t1467272295 * __this, Nullable_1_t3900287040 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_WriteValue_m2026434649_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = Nullable_1_get_HasValue_m1079455772((&___value0), /*hidden argument*/Nullable_1_get_HasValue_m1079455772_RuntimeMethod_var); if (L_0) { goto IL_0010; } } { VirtActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); return; } IL_0010: { uint16_t L_1 = Nullable_1_GetValueOrDefault_m3113842210((&___value0), /*hidden argument*/Nullable_1_GetValueOrDefault_m3113842210_RuntimeMethod_var); VirtActionInvoker1< uint16_t >::Invoke(34 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.UInt16) */, __this, L_1); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m1930901822 (JsonWriter_t1467272295 * __this, Nullable_1_t1062055256 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_WriteValue_m1930901822_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = Nullable_1_get_HasValue_m784624018((&___value0), /*hidden argument*/Nullable_1_get_HasValue_m784624018_RuntimeMethod_var); if (L_0) { goto IL_0010; } } { VirtActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); return; } IL_0010: { Il2CppChar L_1 = Nullable_1_GetValueOrDefault_m2320521946((&___value0), /*hidden argument*/Nullable_1_GetValueOrDefault_m2320521946_RuntimeMethod_var); VirtActionInvoker1< Il2CppChar >::Invoke(35 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Char) */, __this, L_1); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_WriteValue_m3866610196_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = Nullable_1_get_HasValue_m4056261378((&___value0), /*hidden argument*/Nullable_1_get_HasValue_m4056261378_RuntimeMethod_var); if (L_0) { goto IL_0010; } } { VirtActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); return; } IL_0010: { uint8_t L_1 = Nullable_1_GetValueOrDefault_m1324277619((&___value0), /*hidden argument*/Nullable_1_GetValueOrDefault_m1324277619_RuntimeMethod_var); VirtActionInvoker1< uint8_t >::Invoke(36 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Byte) */, __this, L_1); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m1067563821 (JsonWriter_t1467272295 * __this, Nullable_1_t3392139744 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_WriteValue_m1067563821_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = Nullable_1_get_HasValue_m1166690213((&___value0), /*hidden argument*/Nullable_1_get_HasValue_m1166690213_RuntimeMethod_var); if (L_0) { goto IL_0010; } } { VirtActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); return; } IL_0010: { int8_t L_1 = Nullable_1_GetValueOrDefault_m2917913770((&___value0), /*hidden argument*/Nullable_1_GetValueOrDefault_m2917913770_RuntimeMethod_var); VirtActionInvoker1< int8_t >::Invoke(37 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.SByte) */, __this, L_1); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m583234920 (JsonWriter_t1467272295 * __this, Nullable_1_t375854166 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_WriteValue_m583234920_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = Nullable_1_get_HasValue_m722401406((&___value0), /*hidden argument*/Nullable_1_get_HasValue_m722401406_RuntimeMethod_var); if (L_0) { goto IL_0010; } } { VirtActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); return; } IL_0010: { Decimal_t2948259380 L_1 = Nullable_1_GetValueOrDefault_m1041199192((&___value0), /*hidden argument*/Nullable_1_GetValueOrDefault_m1041199192_RuntimeMethod_var); VirtActionInvoker1< Decimal_t2948259380 >::Invoke(38 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Decimal) */, __this, L_1); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m3015856334 (JsonWriter_t1467272295 * __this, Nullable_1_t1166124571 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_WriteValue_m3015856334_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = Nullable_1_get_HasValue_m3821813822((&___value0), /*hidden argument*/Nullable_1_get_HasValue_m3821813822_RuntimeMethod_var); if (L_0) { goto IL_0010; } } { VirtActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); return; } IL_0010: { DateTime_t3738529785 L_1 = Nullable_1_GetValueOrDefault_m4024272999((&___value0), /*hidden argument*/Nullable_1_GetValueOrDefault_m4024272999_RuntimeMethod_var); VirtActionInvoker1< DateTime_t3738529785 >::Invoke(39 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.DateTime) */, __this, L_1); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m1938367634 (JsonWriter_t1467272295 * __this, Nullable_1_t656882293 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_WriteValue_m1938367634_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = Nullable_1_get_HasValue_m3569253076((&___value0), /*hidden argument*/Nullable_1_get_HasValue_m3569253076_RuntimeMethod_var); if (L_0) { goto IL_0010; } } { VirtActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); return; } IL_0010: { DateTimeOffset_t3229287507 L_1 = Nullable_1_GetValueOrDefault_m645067753((&___value0), /*hidden argument*/Nullable_1_GetValueOrDefault_m645067753_RuntimeMethod_var); VirtActionInvoker1< DateTimeOffset_t3229287507 >::Invoke(40 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.DateTimeOffset) */, __this, L_1); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m403562130 (JsonWriter_t1467272295 * __this, Nullable_1_t621127673 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_WriteValue_m403562130_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = Nullable_1_get_HasValue_m2698986649((&___value0), /*hidden argument*/Nullable_1_get_HasValue_m2698986649_RuntimeMethod_var); if (L_0) { goto IL_0010; } } { VirtActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); return; } IL_0010: { Guid_t L_1 = Nullable_1_GetValueOrDefault_m2820351392((&___value0), /*hidden argument*/Nullable_1_GetValueOrDefault_m2820351392_RuntimeMethod_var); VirtActionInvoker1< Guid_t >::Invoke(41 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Guid) */, __this, L_1); return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m317839740 (JsonWriter_t1467272295 * __this, Nullable_1_t2603721331 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_WriteValue_m317839740_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = Nullable_1_get_HasValue_m1210311128((&___value0), /*hidden argument*/Nullable_1_get_HasValue_m1210311128_RuntimeMethod_var); if (L_0) { goto IL_0010; } } { VirtActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); return; } IL_0010: { TimeSpan_t881159249 L_1 = Nullable_1_GetValueOrDefault_m3497035374((&___value0), /*hidden argument*/Nullable_1_GetValueOrDefault_m3497035374_RuntimeMethod_var); VirtActionInvoker1< TimeSpan_t881159249 >::Invoke(42 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.TimeSpan) */, __this, L_1); return; } } // 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) { { ByteU5BU5D_t4116647657* L_0 = ___value0; if (L_0) { goto IL_000a; } } { VirtActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); return; } IL_000a: { JsonWriter_InternalWriteValue_m193962530(__this, ((int32_t)17), /*hidden argument*/NULL); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_WriteValue_m3636458124_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Uri_t100236324 * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); bool L_1 = Uri_op_Equality_m685520154(NULL /*static, unused*/, L_0, (Uri_t100236324 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0010; } } { VirtActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); return; } IL_0010: { JsonWriter_InternalWriteValue_m193962530(__this, ((int32_t)9), /*hidden argument*/NULL); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_WriteValue_m57335208_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_000a; } } { VirtActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, __this); return; } IL_000a: { RuntimeObject * L_1 = ___value0; NullCheck(L_1); Type_t * L_2 = Object_GetType_m88164663(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_t2194062972_il2cpp_TypeInfo_var); int32_t L_3 = ConvertUtils_GetTypeCode_m66075454(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); RuntimeObject * L_4 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JsonWriter_t1467272295_il2cpp_TypeInfo_var); JsonWriter_WriteValue_m3802340270(NULL /*static, unused*/, __this, L_3, L_4, /*hidden argument*/NULL); return; } } // 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) { { JsonWriter_InternalWriteComment_m1930883894(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_System_IDisposable_Dispose_m3292727635 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method) { { VirtActionInvoker1< bool >::Invoke(64 /* System.Void Newtonsoft.Json.JsonWriter::Dispose(System.Boolean) */, __this, (bool)1); GC_SuppressFinalize_m1177400158(NULL /*static, unused*/, __this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_Dispose_m182711926 (JsonWriter_t1467272295 * __this, bool ___disposing0, const RuntimeMethod* method) { { int32_t L_0 = __this->get__currentState_4(); bool L_1 = ___disposing0; if (!((int32_t)((int32_t)((((int32_t)((((int32_t)L_0) == ((int32_t)8))? 1 : 0)) == ((int32_t)0))? 1 : 0)&(int32_t)L_1))) { goto IL_0016; } } { VirtActionInvoker0::Invoke(6 /* System.Void Newtonsoft.Json.JsonWriter::Close() */, __this); } IL_0016: { return; } } // System.Void Newtonsoft.Json.JsonWriter::WriteValue(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.Utilities.PrimitiveTypeCode,System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m3802340270 (RuntimeObject * __this /* static, unused */, JsonWriter_t1467272295 * ___writer0, int32_t ___typeCode1, RuntimeObject * ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_WriteValue_m3802340270_MetadataUsageId); s_Il2CppMethodInitialized = true; } Nullable_1_t1062055256 V_0; memset(&V_0, 0, sizeof(V_0)); Nullable_1_t1819850047 V_1; memset(&V_1, 0, sizeof(V_1)); Nullable_1_t3392139744 V_2; memset(&V_2, 0, sizeof(V_2)); Nullable_1_t4275382469 V_3; memset(&V_3, 0, sizeof(V_3)); Nullable_1_t3900287040 V_4; memset(&V_4, 0, sizeof(V_4)); Nullable_1_t378540539 V_5; memset(&V_5, 0, sizeof(V_5)); Nullable_1_t2856858458 V_6; memset(&V_6, 0, sizeof(V_6)); Nullable_1_t4282624060 V_7; memset(&V_7, 0, sizeof(V_7)); Nullable_1_t1164162090 V_8; memset(&V_8, 0, sizeof(V_8)); Nullable_1_t1561634878 V_9; memset(&V_9, 0, sizeof(V_9)); Nullable_1_t3119828856 V_10; memset(&V_10, 0, sizeof(V_10)); Nullable_1_t2317227445 V_11; memset(&V_11, 0, sizeof(V_11)); Nullable_1_t1166124571 V_12; memset(&V_12, 0, sizeof(V_12)); Nullable_1_t656882293 V_13; memset(&V_13, 0, sizeof(V_13)); Nullable_1_t375854166 V_14; memset(&V_14, 0, sizeof(V_14)); Nullable_1_t621127673 V_15; memset(&V_15, 0, sizeof(V_15)); Nullable_1_t2603721331 V_16; memset(&V_16, 0, sizeof(V_16)); TypeInformation_t1210244291 * V_17 = NULL; int32_t V_18 = 0; Type_t * V_19 = NULL; RuntimeObject * V_20 = NULL; JsonWriter_t1467272295 * G_B5_0 = NULL; JsonWriter_t1467272295 * G_B4_0 = NULL; Nullable_1_t1062055256 G_B6_0; memset(&G_B6_0, 0, sizeof(G_B6_0)); JsonWriter_t1467272295 * G_B6_1 = NULL; JsonWriter_t1467272295 * G_B10_0 = NULL; JsonWriter_t1467272295 * G_B9_0 = NULL; Nullable_1_t1819850047 G_B11_0; memset(&G_B11_0, 0, sizeof(G_B11_0)); JsonWriter_t1467272295 * G_B11_1 = NULL; JsonWriter_t1467272295 * G_B15_0 = NULL; JsonWriter_t1467272295 * G_B14_0 = NULL; Nullable_1_t3392139744 G_B16_0; memset(&G_B16_0, 0, sizeof(G_B16_0)); JsonWriter_t1467272295 * G_B16_1 = NULL; JsonWriter_t1467272295 * G_B20_0 = NULL; JsonWriter_t1467272295 * G_B19_0 = NULL; Nullable_1_t4275382469 G_B21_0; memset(&G_B21_0, 0, sizeof(G_B21_0)); JsonWriter_t1467272295 * G_B21_1 = NULL; JsonWriter_t1467272295 * G_B25_0 = NULL; JsonWriter_t1467272295 * G_B24_0 = NULL; Nullable_1_t3900287040 G_B26_0; memset(&G_B26_0, 0, sizeof(G_B26_0)); JsonWriter_t1467272295 * G_B26_1 = NULL; JsonWriter_t1467272295 * G_B30_0 = NULL; JsonWriter_t1467272295 * G_B29_0 = NULL; Nullable_1_t378540539 G_B31_0; memset(&G_B31_0, 0, sizeof(G_B31_0)); JsonWriter_t1467272295 * G_B31_1 = NULL; JsonWriter_t1467272295 * G_B35_0 = NULL; JsonWriter_t1467272295 * G_B34_0 = NULL; Nullable_1_t2856858458 G_B36_0; memset(&G_B36_0, 0, sizeof(G_B36_0)); JsonWriter_t1467272295 * G_B36_1 = NULL; JsonWriter_t1467272295 * G_B40_0 = NULL; JsonWriter_t1467272295 * G_B39_0 = NULL; Nullable_1_t4282624060 G_B41_0; memset(&G_B41_0, 0, sizeof(G_B41_0)); JsonWriter_t1467272295 * G_B41_1 = NULL; JsonWriter_t1467272295 * G_B45_0 = NULL; JsonWriter_t1467272295 * G_B44_0 = NULL; Nullable_1_t1164162090 G_B46_0; memset(&G_B46_0, 0, sizeof(G_B46_0)); JsonWriter_t1467272295 * G_B46_1 = NULL; JsonWriter_t1467272295 * G_B50_0 = NULL; JsonWriter_t1467272295 * G_B49_0 = NULL; Nullable_1_t1561634878 G_B51_0; memset(&G_B51_0, 0, sizeof(G_B51_0)); JsonWriter_t1467272295 * G_B51_1 = NULL; JsonWriter_t1467272295 * G_B55_0 = NULL; JsonWriter_t1467272295 * G_B54_0 = NULL; Nullable_1_t3119828856 G_B56_0; memset(&G_B56_0, 0, sizeof(G_B56_0)); JsonWriter_t1467272295 * G_B56_1 = NULL; JsonWriter_t1467272295 * G_B60_0 = NULL; JsonWriter_t1467272295 * G_B59_0 = NULL; Nullable_1_t2317227445 G_B61_0; memset(&G_B61_0, 0, sizeof(G_B61_0)); JsonWriter_t1467272295 * G_B61_1 = NULL; JsonWriter_t1467272295 * G_B65_0 = NULL; JsonWriter_t1467272295 * G_B64_0 = NULL; Nullable_1_t1166124571 G_B66_0; memset(&G_B66_0, 0, sizeof(G_B66_0)); JsonWriter_t1467272295 * G_B66_1 = NULL; JsonWriter_t1467272295 * G_B70_0 = NULL; JsonWriter_t1467272295 * G_B69_0 = NULL; Nullable_1_t656882293 G_B71_0; memset(&G_B71_0, 0, sizeof(G_B71_0)); JsonWriter_t1467272295 * G_B71_1 = NULL; JsonWriter_t1467272295 * G_B75_0 = NULL; JsonWriter_t1467272295 * G_B74_0 = NULL; Nullable_1_t375854166 G_B76_0; memset(&G_B76_0, 0, sizeof(G_B76_0)); JsonWriter_t1467272295 * G_B76_1 = NULL; JsonWriter_t1467272295 * G_B80_0 = NULL; JsonWriter_t1467272295 * G_B79_0 = NULL; Nullable_1_t621127673 G_B81_0; memset(&G_B81_0, 0, sizeof(G_B81_0)); JsonWriter_t1467272295 * G_B81_1 = NULL; JsonWriter_t1467272295 * G_B85_0 = NULL; JsonWriter_t1467272295 * G_B84_0 = NULL; Nullable_1_t2603721331 G_B86_0; memset(&G_B86_0, 0, sizeof(G_B86_0)); JsonWriter_t1467272295 * G_B86_1 = NULL; RuntimeObject* G_B94_0 = NULL; RuntimeObject* G_B93_0 = NULL; int32_t G_B95_0 = 0; RuntimeObject* G_B95_1 = NULL; RuntimeObject* G_B97_0 = NULL; RuntimeObject* G_B96_0 = NULL; Type_t * G_B98_0 = NULL; RuntimeObject* G_B98_1 = NULL; { int32_t L_0 = ___typeCode1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)2))) { case 0: { goto IL_00ad; } case 1: { goto IL_00ba; } case 2: { goto IL_00da; } case 3: { goto IL_00e7; } case 4: { goto IL_0107; } case 5: { goto IL_0114; } case 6: { goto IL_0134; } case 7: { goto IL_0141; } case 8: { goto IL_0161; } case 9: { goto IL_016e; } case 10: { goto IL_018f; } case 11: { goto IL_019c; } case 12: { goto IL_01bd; } case 13: { goto IL_01ca; } case 14: { goto IL_01eb; } case 15: { goto IL_01f8; } case 16: { goto IL_0219; } case 17: { goto IL_0226; } case 18: { goto IL_0247; } case 19: { goto IL_0254; } case 20: { goto IL_0275; } case 21: { goto IL_0282; } case 22: { goto IL_02a3; } case 23: { goto IL_02b0; } case 24: { goto IL_02d1; } case 25: { goto IL_02de; } case 26: { goto IL_02ff; } case 27: { goto IL_030c; } case 28: { goto IL_032d; } case 29: { goto IL_033a; } case 30: { goto IL_035b; } case 31: { goto IL_0368; } case 32: { goto IL_0389; } case 33: { goto IL_0396; } case 34: { goto IL_03e5; } case 35: { goto IL_03e5; } case 36: { goto IL_03b7; } case 37: { goto IL_03c4; } case 38: { goto IL_03d1; } case 39: { goto IL_03de; } } } { goto IL_03e5; } IL_00ad: { JsonWriter_t1467272295 * L_1 = ___writer0; RuntimeObject * L_2 = ___value2; NullCheck(L_1); VirtActionInvoker1< Il2CppChar >::Invoke(35 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Char) */, L_1, ((*(Il2CppChar*)((Il2CppChar*)UnBox(L_2, Char_t3634460470_il2cpp_TypeInfo_var))))); return; } IL_00ba: { JsonWriter_t1467272295 * L_3 = ___writer0; RuntimeObject * L_4 = ___value2; G_B4_0 = L_3; if (!L_4) { G_B5_0 = L_3; goto IL_00cb; } } { RuntimeObject * L_5 = ___value2; Nullable_1_t1062055256 L_6; memset(&L_6, 0, sizeof(L_6)); Nullable_1__ctor_m2069847974((&L_6), ((*(Il2CppChar*)((Il2CppChar*)UnBox(L_5, Char_t3634460470_il2cpp_TypeInfo_var)))), /*hidden argument*/Nullable_1__ctor_m2069847974_RuntimeMethod_var); G_B6_0 = L_6; G_B6_1 = G_B4_0; goto IL_00d4; } IL_00cb: { il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_t1062055256 )); Nullable_1_t1062055256 L_7 = V_0; G_B6_0 = L_7; G_B6_1 = G_B5_0; } IL_00d4: { NullCheck(G_B6_1); VirtActionInvoker1< Nullable_1_t1062055256 >::Invoke(52 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) */, G_B6_1, G_B6_0); return; } IL_00da: { JsonWriter_t1467272295 * L_8 = ___writer0; RuntimeObject * L_9 = ___value2; NullCheck(L_8); VirtActionInvoker1< bool >::Invoke(32 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Boolean) */, L_8, ((*(bool*)((bool*)UnBox(L_9, Boolean_t97287965_il2cpp_TypeInfo_var))))); return; } IL_00e7: { JsonWriter_t1467272295 * L_10 = ___writer0; RuntimeObject * L_11 = ___value2; G_B9_0 = L_10; if (!L_11) { G_B10_0 = L_10; goto IL_00f8; } } { RuntimeObject * L_12 = ___value2; Nullable_1_t1819850047 L_13; memset(&L_13, 0, sizeof(L_13)); Nullable_1__ctor_m1921378621((&L_13), ((*(bool*)((bool*)UnBox(L_12, Boolean_t97287965_il2cpp_TypeInfo_var)))), /*hidden argument*/Nullable_1__ctor_m1921378621_RuntimeMethod_var); G_B11_0 = L_13; G_B11_1 = G_B9_0; goto IL_0101; } IL_00f8: { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t1819850047 )); Nullable_1_t1819850047 L_14 = V_1; G_B11_0 = L_14; G_B11_1 = G_B10_0; } IL_0101: { NullCheck(G_B11_1); VirtActionInvoker1< Nullable_1_t1819850047 >::Invoke(49 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) */, G_B11_1, G_B11_0); return; } IL_0107: { JsonWriter_t1467272295 * L_15 = ___writer0; RuntimeObject * L_16 = ___value2; NullCheck(L_15); VirtActionInvoker1< int8_t >::Invoke(37 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.SByte) */, L_15, ((*(int8_t*)((int8_t*)UnBox(L_16, SByte_t1669577662_il2cpp_TypeInfo_var))))); return; } IL_0114: { JsonWriter_t1467272295 * L_17 = ___writer0; RuntimeObject * L_18 = ___value2; G_B14_0 = L_17; if (!L_18) { G_B15_0 = L_17; goto IL_0125; } } { RuntimeObject * L_19 = ___value2; Nullable_1_t3392139744 L_20; memset(&L_20, 0, sizeof(L_20)); Nullable_1__ctor_m1228074469((&L_20), ((*(int8_t*)((int8_t*)UnBox(L_19, SByte_t1669577662_il2cpp_TypeInfo_var)))), /*hidden argument*/Nullable_1__ctor_m1228074469_RuntimeMethod_var); G_B16_0 = L_20; G_B16_1 = G_B14_0; goto IL_012e; } IL_0125: { il2cpp_codegen_initobj((&V_2), sizeof(Nullable_1_t3392139744 )); Nullable_1_t3392139744 L_21 = V_2; G_B16_0 = L_21; G_B16_1 = G_B15_0; } IL_012e: { NullCheck(G_B16_1); VirtActionInvoker1< Nullable_1_t3392139744 >::Invoke(54 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) */, G_B16_1, G_B16_0); return; } IL_0134: { JsonWriter_t1467272295 * L_22 = ___writer0; RuntimeObject * L_23 = ___value2; NullCheck(L_22); VirtActionInvoker1< int16_t >::Invoke(33 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Int16) */, L_22, ((*(int16_t*)((int16_t*)UnBox(L_23, Int16_t2552820387_il2cpp_TypeInfo_var))))); return; } IL_0141: { JsonWriter_t1467272295 * L_24 = ___writer0; RuntimeObject * L_25 = ___value2; G_B19_0 = L_24; if (!L_25) { G_B20_0 = L_24; goto IL_0152; } } { RuntimeObject * L_26 = ___value2; Nullable_1_t4275382469 L_27; memset(&L_27, 0, sizeof(L_27)); Nullable_1__ctor_m2296905519((&L_27), ((*(int16_t*)((int16_t*)UnBox(L_26, Int16_t2552820387_il2cpp_TypeInfo_var)))), /*hidden argument*/Nullable_1__ctor_m2296905519_RuntimeMethod_var); G_B21_0 = L_27; G_B21_1 = G_B19_0; goto IL_015b; } IL_0152: { il2cpp_codegen_initobj((&V_3), sizeof(Nullable_1_t4275382469 )); Nullable_1_t4275382469 L_28 = V_3; G_B21_0 = L_28; G_B21_1 = G_B20_0; } IL_015b: { NullCheck(G_B21_1); VirtActionInvoker1< Nullable_1_t4275382469 >::Invoke(50 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) */, G_B21_1, G_B21_0); return; } IL_0161: { JsonWriter_t1467272295 * L_29 = ___writer0; RuntimeObject * L_30 = ___value2; NullCheck(L_29); VirtActionInvoker1< uint16_t >::Invoke(34 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.UInt16) */, L_29, ((*(uint16_t*)((uint16_t*)UnBox(L_30, UInt16_t2177724958_il2cpp_TypeInfo_var))))); return; } IL_016e: { JsonWriter_t1467272295 * L_31 = ___writer0; RuntimeObject * L_32 = ___value2; G_B24_0 = L_31; if (!L_32) { G_B25_0 = L_31; goto IL_017f; } } { RuntimeObject * L_33 = ___value2; Nullable_1_t3900287040 L_34; memset(&L_34, 0, sizeof(L_34)); Nullable_1__ctor_m2986034422((&L_34), ((*(uint16_t*)((uint16_t*)UnBox(L_33, UInt16_t2177724958_il2cpp_TypeInfo_var)))), /*hidden argument*/Nullable_1__ctor_m2986034422_RuntimeMethod_var); G_B26_0 = L_34; G_B26_1 = G_B24_0; goto IL_0189; } IL_017f: { il2cpp_codegen_initobj((&V_4), sizeof(Nullable_1_t3900287040 )); Nullable_1_t3900287040 L_35 = V_4; G_B26_0 = L_35; G_B26_1 = G_B25_0; } IL_0189: { NullCheck(G_B26_1); VirtActionInvoker1< Nullable_1_t3900287040 >::Invoke(51 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) */, G_B26_1, G_B26_0); return; } IL_018f: { JsonWriter_t1467272295 * L_36 = ___writer0; RuntimeObject * L_37 = ___value2; NullCheck(L_36); VirtActionInvoker1< int32_t >::Invoke(26 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Int32) */, L_36, ((*(int32_t*)((int32_t*)UnBox(L_37, Int32_t2950945753_il2cpp_TypeInfo_var))))); return; } IL_019c: { JsonWriter_t1467272295 * L_38 = ___writer0; RuntimeObject * L_39 = ___value2; G_B29_0 = L_38; if (!L_39) { G_B30_0 = L_38; goto IL_01ad; } } { RuntimeObject * L_40 = ___value2; Nullable_1_t378540539 L_41; memset(&L_41, 0, sizeof(L_41)); Nullable_1__ctor_m2076366551((&L_41), ((*(int32_t*)((int32_t*)UnBox(L_40, Int32_t2950945753_il2cpp_TypeInfo_var)))), /*hidden argument*/Nullable_1__ctor_m2076366551_RuntimeMethod_var); G_B31_0 = L_41; G_B31_1 = G_B29_0; goto IL_01b7; } IL_01ad: { il2cpp_codegen_initobj((&V_5), sizeof(Nullable_1_t378540539 )); Nullable_1_t378540539 L_42 = V_5; G_B31_0 = L_42; G_B31_1 = G_B30_0; } IL_01b7: { NullCheck(G_B31_1); VirtActionInvoker1< Nullable_1_t378540539 >::Invoke(43 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) */, G_B31_1, G_B31_0); return; } IL_01bd: { JsonWriter_t1467272295 * L_43 = ___writer0; RuntimeObject * L_44 = ___value2; NullCheck(L_43); VirtActionInvoker1< uint8_t >::Invoke(36 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Byte) */, L_43, ((*(uint8_t*)((uint8_t*)UnBox(L_44, Byte_t1134296376_il2cpp_TypeInfo_var))))); return; } IL_01ca: { JsonWriter_t1467272295 * L_45 = ___writer0; RuntimeObject * L_46 = ___value2; G_B34_0 = L_45; if (!L_46) { G_B35_0 = L_45; goto IL_01db; } } { RuntimeObject * L_47 = ___value2; Nullable_1_t2856858458 L_48; memset(&L_48, 0, sizeof(L_48)); Nullable_1__ctor_m1793861881((&L_48), ((*(uint8_t*)((uint8_t*)UnBox(L_47, Byte_t1134296376_il2cpp_TypeInfo_var)))), /*hidden argument*/Nullable_1__ctor_m1793861881_RuntimeMethod_var); G_B36_0 = L_48; G_B36_1 = G_B34_0; goto IL_01e5; } IL_01db: { il2cpp_codegen_initobj((&V_6), sizeof(Nullable_1_t2856858458 )); Nullable_1_t2856858458 L_49 = V_6; G_B36_0 = L_49; G_B36_1 = G_B35_0; } IL_01e5: { NullCheck(G_B36_1); VirtActionInvoker1< Nullable_1_t2856858458 >::Invoke(53 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) */, G_B36_1, G_B36_0); return; } IL_01eb: { JsonWriter_t1467272295 * L_50 = ___writer0; RuntimeObject * L_51 = ___value2; NullCheck(L_50); VirtActionInvoker1< uint32_t >::Invoke(27 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.UInt32) */, L_50, ((*(uint32_t*)((uint32_t*)UnBox(L_51, UInt32_t2560061978_il2cpp_TypeInfo_var))))); return; } IL_01f8: { JsonWriter_t1467272295 * L_52 = ___writer0; RuntimeObject * L_53 = ___value2; G_B39_0 = L_52; if (!L_53) { G_B40_0 = L_52; goto IL_0209; } } { RuntimeObject * L_54 = ___value2; Nullable_1_t4282624060 L_55; memset(&L_55, 0, sizeof(L_55)); Nullable_1__ctor_m3079654719((&L_55), ((*(uint32_t*)((uint32_t*)UnBox(L_54, UInt32_t2560061978_il2cpp_TypeInfo_var)))), /*hidden argument*/Nullable_1__ctor_m3079654719_RuntimeMethod_var); G_B41_0 = L_55; G_B41_1 = G_B39_0; goto IL_0213; } IL_0209: { il2cpp_codegen_initobj((&V_7), sizeof(Nullable_1_t4282624060 )); Nullable_1_t4282624060 L_56 = V_7; G_B41_0 = L_56; G_B41_1 = G_B40_0; } IL_0213: { NullCheck(G_B41_1); VirtActionInvoker1< Nullable_1_t4282624060 >::Invoke(44 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) */, G_B41_1, G_B41_0); return; } IL_0219: { JsonWriter_t1467272295 * L_57 = ___writer0; RuntimeObject * L_58 = ___value2; NullCheck(L_57); VirtActionInvoker1< int64_t >::Invoke(28 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Int64) */, L_57, ((*(int64_t*)((int64_t*)UnBox(L_58, Int64_t3736567304_il2cpp_TypeInfo_var))))); return; } IL_0226: { JsonWriter_t1467272295 * L_59 = ___writer0; RuntimeObject * L_60 = ___value2; G_B44_0 = L_59; if (!L_60) { G_B45_0 = L_59; goto IL_0237; } } { RuntimeObject * L_61 = ___value2; Nullable_1_t1164162090 L_62; memset(&L_62, 0, sizeof(L_62)); Nullable_1__ctor_m2435415719((&L_62), ((*(int64_t*)((int64_t*)UnBox(L_61, Int64_t3736567304_il2cpp_TypeInfo_var)))), /*hidden argument*/Nullable_1__ctor_m2435415719_RuntimeMethod_var); G_B46_0 = L_62; G_B46_1 = G_B44_0; goto IL_0241; } IL_0237: { il2cpp_codegen_initobj((&V_8), sizeof(Nullable_1_t1164162090 )); Nullable_1_t1164162090 L_63 = V_8; G_B46_0 = L_63; G_B46_1 = G_B45_0; } IL_0241: { NullCheck(G_B46_1); VirtActionInvoker1< Nullable_1_t1164162090 >::Invoke(45 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) */, G_B46_1, G_B46_0); return; } IL_0247: { JsonWriter_t1467272295 * L_64 = ___writer0; RuntimeObject * L_65 = ___value2; NullCheck(L_64); VirtActionInvoker1< uint64_t >::Invoke(29 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.UInt64) */, L_64, ((*(uint64_t*)((uint64_t*)UnBox(L_65, UInt64_t4134040092_il2cpp_TypeInfo_var))))); return; } IL_0254: { JsonWriter_t1467272295 * L_66 = ___writer0; RuntimeObject * L_67 = ___value2; G_B49_0 = L_66; if (!L_67) { G_B50_0 = L_66; goto IL_0265; } } { RuntimeObject * L_68 = ___value2; Nullable_1_t1561634878 L_69; memset(&L_69, 0, sizeof(L_69)); Nullable_1__ctor_m1540175555((&L_69), ((*(uint64_t*)((uint64_t*)UnBox(L_68, UInt64_t4134040092_il2cpp_TypeInfo_var)))), /*hidden argument*/Nullable_1__ctor_m1540175555_RuntimeMethod_var); G_B51_0 = L_69; G_B51_1 = G_B49_0; goto IL_026f; } IL_0265: { il2cpp_codegen_initobj((&V_9), sizeof(Nullable_1_t1561634878 )); Nullable_1_t1561634878 L_70 = V_9; G_B51_0 = L_70; G_B51_1 = G_B50_0; } IL_026f: { NullCheck(G_B51_1); VirtActionInvoker1< Nullable_1_t1561634878 >::Invoke(46 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) */, G_B51_1, G_B51_0); return; } IL_0275: { JsonWriter_t1467272295 * L_71 = ___writer0; RuntimeObject * L_72 = ___value2; NullCheck(L_71); VirtActionInvoker1< float >::Invoke(30 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Single) */, L_71, ((*(float*)((float*)UnBox(L_72, Single_t1397266774_il2cpp_TypeInfo_var))))); return; } IL_0282: { JsonWriter_t1467272295 * L_73 = ___writer0; RuntimeObject * L_74 = ___value2; G_B54_0 = L_73; if (!L_74) { G_B55_0 = L_73; goto IL_0293; } } { RuntimeObject * L_75 = ___value2; Nullable_1_t3119828856 L_76; memset(&L_76, 0, sizeof(L_76)); Nullable_1__ctor_m3169166495((&L_76), ((*(float*)((float*)UnBox(L_75, Single_t1397266774_il2cpp_TypeInfo_var)))), /*hidden argument*/Nullable_1__ctor_m3169166495_RuntimeMethod_var); G_B56_0 = L_76; G_B56_1 = G_B54_0; goto IL_029d; } IL_0293: { il2cpp_codegen_initobj((&V_10), sizeof(Nullable_1_t3119828856 )); Nullable_1_t3119828856 L_77 = V_10; G_B56_0 = L_77; G_B56_1 = G_B55_0; } IL_029d: { NullCheck(G_B56_1); VirtActionInvoker1< Nullable_1_t3119828856 >::Invoke(47 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) */, G_B56_1, G_B56_0); return; } IL_02a3: { JsonWriter_t1467272295 * L_78 = ___writer0; RuntimeObject * L_79 = ___value2; NullCheck(L_78); VirtActionInvoker1< double >::Invoke(31 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Double) */, L_78, ((*(double*)((double*)UnBox(L_79, Double_t594665363_il2cpp_TypeInfo_var))))); return; } IL_02b0: { JsonWriter_t1467272295 * L_80 = ___writer0; RuntimeObject * L_81 = ___value2; G_B59_0 = L_80; if (!L_81) { G_B60_0 = L_80; goto IL_02c1; } } { RuntimeObject * L_82 = ___value2; Nullable_1_t2317227445 L_83; memset(&L_83, 0, sizeof(L_83)); Nullable_1__ctor_m3137306314((&L_83), ((*(double*)((double*)UnBox(L_82, Double_t594665363_il2cpp_TypeInfo_var)))), /*hidden argument*/Nullable_1__ctor_m3137306314_RuntimeMethod_var); G_B61_0 = L_83; G_B61_1 = G_B59_0; goto IL_02cb; } IL_02c1: { il2cpp_codegen_initobj((&V_11), sizeof(Nullable_1_t2317227445 )); Nullable_1_t2317227445 L_84 = V_11; G_B61_0 = L_84; G_B61_1 = G_B60_0; } IL_02cb: { NullCheck(G_B61_1); VirtActionInvoker1< Nullable_1_t2317227445 >::Invoke(48 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) */, G_B61_1, G_B61_0); return; } IL_02d1: { JsonWriter_t1467272295 * L_85 = ___writer0; RuntimeObject * L_86 = ___value2; NullCheck(L_85); VirtActionInvoker1< DateTime_t3738529785 >::Invoke(39 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.DateTime) */, L_85, ((*(DateTime_t3738529785 *)((DateTime_t3738529785 *)UnBox(L_86, DateTime_t3738529785_il2cpp_TypeInfo_var))))); return; } IL_02de: { JsonWriter_t1467272295 * L_87 = ___writer0; RuntimeObject * L_88 = ___value2; G_B64_0 = L_87; if (!L_88) { G_B65_0 = L_87; goto IL_02ef; } } { RuntimeObject * L_89 = ___value2; Nullable_1_t1166124571 L_90; memset(&L_90, 0, sizeof(L_90)); Nullable_1__ctor_m614513477((&L_90), ((*(DateTime_t3738529785 *)((DateTime_t3738529785 *)UnBox(L_89, DateTime_t3738529785_il2cpp_TypeInfo_var)))), /*hidden argument*/Nullable_1__ctor_m614513477_RuntimeMethod_var); G_B66_0 = L_90; G_B66_1 = G_B64_0; goto IL_02f9; } IL_02ef: { il2cpp_codegen_initobj((&V_12), sizeof(Nullable_1_t1166124571 )); Nullable_1_t1166124571 L_91 = V_12; G_B66_0 = L_91; G_B66_1 = G_B65_0; } IL_02f9: { NullCheck(G_B66_1); VirtActionInvoker1< Nullable_1_t1166124571 >::Invoke(56 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) */, G_B66_1, G_B66_0); return; } IL_02ff: { JsonWriter_t1467272295 * L_92 = ___writer0; RuntimeObject * L_93 = ___value2; NullCheck(L_92); VirtActionInvoker1< DateTimeOffset_t3229287507 >::Invoke(40 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.DateTimeOffset) */, L_92, ((*(DateTimeOffset_t3229287507 *)((DateTimeOffset_t3229287507 *)UnBox(L_93, DateTimeOffset_t3229287507_il2cpp_TypeInfo_var))))); return; } IL_030c: { JsonWriter_t1467272295 * L_94 = ___writer0; RuntimeObject * L_95 = ___value2; G_B69_0 = L_94; if (!L_95) { G_B70_0 = L_94; goto IL_031d; } } { RuntimeObject * L_96 = ___value2; Nullable_1_t656882293 L_97; memset(&L_97, 0, sizeof(L_97)); Nullable_1__ctor_m444749240((&L_97), ((*(DateTimeOffset_t3229287507 *)((DateTimeOffset_t3229287507 *)UnBox(L_96, DateTimeOffset_t3229287507_il2cpp_TypeInfo_var)))), /*hidden argument*/Nullable_1__ctor_m444749240_RuntimeMethod_var); G_B71_0 = L_97; G_B71_1 = G_B69_0; goto IL_0327; } IL_031d: { il2cpp_codegen_initobj((&V_13), sizeof(Nullable_1_t656882293 )); Nullable_1_t656882293 L_98 = V_13; G_B71_0 = L_98; G_B71_1 = G_B70_0; } IL_0327: { NullCheck(G_B71_1); VirtActionInvoker1< Nullable_1_t656882293 >::Invoke(57 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) */, G_B71_1, G_B71_0); return; } IL_032d: { JsonWriter_t1467272295 * L_99 = ___writer0; RuntimeObject * L_100 = ___value2; NullCheck(L_99); VirtActionInvoker1< Decimal_t2948259380 >::Invoke(38 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Decimal) */, L_99, ((*(Decimal_t2948259380 *)((Decimal_t2948259380 *)UnBox(L_100, Decimal_t2948259380_il2cpp_TypeInfo_var))))); return; } IL_033a: { JsonWriter_t1467272295 * L_101 = ___writer0; RuntimeObject * L_102 = ___value2; G_B74_0 = L_101; if (!L_102) { G_B75_0 = L_101; goto IL_034b; } } { RuntimeObject * L_103 = ___value2; Nullable_1_t375854166 L_104; memset(&L_104, 0, sizeof(L_104)); Nullable_1__ctor_m3508690032((&L_104), ((*(Decimal_t2948259380 *)((Decimal_t2948259380 *)UnBox(L_103, Decimal_t2948259380_il2cpp_TypeInfo_var)))), /*hidden argument*/Nullable_1__ctor_m3508690032_RuntimeMethod_var); G_B76_0 = L_104; G_B76_1 = G_B74_0; goto IL_0355; } IL_034b: { il2cpp_codegen_initobj((&V_14), sizeof(Nullable_1_t375854166 )); Nullable_1_t375854166 L_105 = V_14; G_B76_0 = L_105; G_B76_1 = G_B75_0; } IL_0355: { NullCheck(G_B76_1); VirtActionInvoker1< Nullable_1_t375854166 >::Invoke(55 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) */, G_B76_1, G_B76_0); return; } IL_035b: { JsonWriter_t1467272295 * L_106 = ___writer0; RuntimeObject * L_107 = ___value2; NullCheck(L_106); VirtActionInvoker1< Guid_t >::Invoke(41 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Guid) */, L_106, ((*(Guid_t *)((Guid_t *)UnBox(L_107, Guid_t_il2cpp_TypeInfo_var))))); return; } IL_0368: { JsonWriter_t1467272295 * L_108 = ___writer0; RuntimeObject * L_109 = ___value2; G_B79_0 = L_108; if (!L_109) { G_B80_0 = L_108; goto IL_0379; } } { RuntimeObject * L_110 = ___value2; Nullable_1_t621127673 L_111; memset(&L_111, 0, sizeof(L_111)); Nullable_1__ctor_m426225879((&L_111), ((*(Guid_t *)((Guid_t *)UnBox(L_110, Guid_t_il2cpp_TypeInfo_var)))), /*hidden argument*/Nullable_1__ctor_m426225879_RuntimeMethod_var); G_B81_0 = L_111; G_B81_1 = G_B79_0; goto IL_0383; } IL_0379: { il2cpp_codegen_initobj((&V_15), sizeof(Nullable_1_t621127673 )); Nullable_1_t621127673 L_112 = V_15; G_B81_0 = L_112; G_B81_1 = G_B80_0; } IL_0383: { NullCheck(G_B81_1); VirtActionInvoker1< Nullable_1_t621127673 >::Invoke(58 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) */, G_B81_1, G_B81_0); return; } IL_0389: { JsonWriter_t1467272295 * L_113 = ___writer0; RuntimeObject * L_114 = ___value2; NullCheck(L_113); VirtActionInvoker1< TimeSpan_t881159249 >::Invoke(42 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.TimeSpan) */, L_113, ((*(TimeSpan_t881159249 *)((TimeSpan_t881159249 *)UnBox(L_114, TimeSpan_t881159249_il2cpp_TypeInfo_var))))); return; } IL_0396: { JsonWriter_t1467272295 * L_115 = ___writer0; RuntimeObject * L_116 = ___value2; G_B84_0 = L_115; if (!L_116) { G_B85_0 = L_115; goto IL_03a7; } } { RuntimeObject * L_117 = ___value2; Nullable_1_t2603721331 L_118; memset(&L_118, 0, sizeof(L_118)); Nullable_1__ctor_m3314784284((&L_118), ((*(TimeSpan_t881159249 *)((TimeSpan_t881159249 *)UnBox(L_117, TimeSpan_t881159249_il2cpp_TypeInfo_var)))), /*hidden argument*/Nullable_1__ctor_m3314784284_RuntimeMethod_var); G_B86_0 = L_118; G_B86_1 = G_B84_0; goto IL_03b1; } IL_03a7: { il2cpp_codegen_initobj((&V_16), sizeof(Nullable_1_t2603721331 )); Nullable_1_t2603721331 L_119 = V_16; G_B86_0 = L_119; G_B86_1 = G_B85_0; } IL_03b1: { NullCheck(G_B86_1); VirtActionInvoker1< Nullable_1_t2603721331 >::Invoke(59 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) */, G_B86_1, G_B86_0); return; } IL_03b7: { JsonWriter_t1467272295 * L_120 = ___writer0; RuntimeObject * L_121 = ___value2; NullCheck(L_120); VirtActionInvoker1< Uri_t100236324 * >::Invoke(61 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Uri) */, L_120, ((Uri_t100236324 *)CastclassClass((RuntimeObject*)L_121, Uri_t100236324_il2cpp_TypeInfo_var))); return; } IL_03c4: { JsonWriter_t1467272295 * L_122 = ___writer0; RuntimeObject * L_123 = ___value2; NullCheck(L_122); VirtActionInvoker1< String_t* >::Invoke(25 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.String) */, L_122, ((String_t*)CastclassSealed((RuntimeObject*)L_123, String_t_il2cpp_TypeInfo_var))); return; } IL_03d1: { JsonWriter_t1467272295 * L_124 = ___writer0; RuntimeObject * L_125 = ___value2; NullCheck(L_124); VirtActionInvoker1< ByteU5BU5D_t4116647657* >::Invoke(60 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Byte[]) */, L_124, ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_125, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var))); return; } IL_03de: { JsonWriter_t1467272295 * L_126 = ___writer0; NullCheck(L_126); VirtActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, L_126); return; } IL_03e5: { RuntimeObject * L_127 = ___value2; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_127, IConvertible_t2977365677_il2cpp_TypeInfo_var))) { goto IL_044a; } } { RuntimeObject * L_128 = ___value2; RuntimeObject* L_129 = ((RuntimeObject*)Castclass((RuntimeObject*)L_128, IConvertible_t2977365677_il2cpp_TypeInfo_var)); IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_t2194062972_il2cpp_TypeInfo_var); TypeInformation_t1210244291 * L_130 = ConvertUtils_GetTypeInformation_m2205180117(NULL /*static, unused*/, L_129, /*hidden argument*/NULL); V_17 = L_130; TypeInformation_t1210244291 * L_131 = V_17; NullCheck(L_131); int32_t L_132 = TypeInformation_get_TypeCode_m1934773876(L_131, /*hidden argument*/NULL); G_B93_0 = L_129; if ((((int32_t)L_132) == ((int32_t)1))) { G_B94_0 = L_129; goto IL_040e; } } { TypeInformation_t1210244291 * L_133 = V_17; NullCheck(L_133); int32_t L_134 = TypeInformation_get_TypeCode_m1934773876(L_133, /*hidden argument*/NULL); G_B95_0 = ((int32_t)(L_134)); G_B95_1 = G_B93_0; goto IL_0410; } IL_040e: { G_B95_0 = ((int32_t)39); G_B95_1 = G_B94_0; } IL_0410: { V_18 = G_B95_0; TypeInformation_t1210244291 * L_135 = V_17; NullCheck(L_135); int32_t L_136 = TypeInformation_get_TypeCode_m1934773876(L_135, /*hidden argument*/NULL); G_B96_0 = G_B95_1; if ((((int32_t)L_136) == ((int32_t)1))) { G_B97_0 = G_B95_1; goto IL_0425; } } { TypeInformation_t1210244291 * L_137 = V_17; NullCheck(L_137); Type_t * L_138 = TypeInformation_get_Type_m784892987(L_137, /*hidden argument*/NULL); G_B98_0 = L_138; G_B98_1 = G_B96_0; goto IL_042f; } IL_0425: { RuntimeTypeHandle_t3027515415 L_139 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_140 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_139, /*hidden argument*/NULL); G_B98_0 = L_140; G_B98_1 = G_B97_0; } IL_042f: { V_19 = G_B98_0; Type_t * L_141 = V_19; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_142 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(G_B98_1); RuntimeObject * L_143 = InterfaceFuncInvoker2< RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(13 /* System.Object System.IConvertible::ToType(System.Type,System.IFormatProvider) */, IConvertible_t2977365677_il2cpp_TypeInfo_var, G_B98_1, L_141, L_142); V_20 = L_143; JsonWriter_t1467272295 * L_144 = ___writer0; int32_t L_145 = V_18; RuntimeObject * L_146 = V_20; IL2CPP_RUNTIME_CLASS_INIT(JsonWriter_t1467272295_il2cpp_TypeInfo_var); JsonWriter_WriteValue_m3802340270(NULL /*static, unused*/, L_144, L_145, L_146, /*hidden argument*/NULL); return; } IL_044a: { JsonWriter_t1467272295 * L_147 = ___writer0; RuntimeObject * L_148 = ___value2; IL2CPP_RUNTIME_CLASS_INIT(JsonWriter_t1467272295_il2cpp_TypeInfo_var); JsonWriterException_t1282940098 * L_149 = JsonWriter_CreateUnsupportedTypeException_m644471138(NULL /*static, unused*/, L_147, L_148, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_149,JsonWriter_WriteValue_m3802340270_RuntimeMethod_var); } } // Newtonsoft.Json.JsonWriterException Newtonsoft.Json.JsonWriter::CreateUnsupportedTypeException(Newtonsoft.Json.JsonWriter,System.Object) extern "C" IL2CPP_METHOD_ATTR JsonWriterException_t1282940098 * JsonWriter_CreateUnsupportedTypeException_m644471138 (RuntimeObject * __this /* static, unused */, JsonWriter_t1467272295 * ___writer0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriter_CreateUnsupportedTypeException_m644471138_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonWriter_t1467272295 * L_0 = ___writer0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_1 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); RuntimeObject * L_2 = ___value1; NullCheck(L_2); Type_t * L_3 = Object_GetType_m88164663(L_2, /*hidden argument*/NULL); String_t* L_4 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral416398764, L_1, L_3, /*hidden argument*/NULL); JsonWriterException_t1282940098 * L_5 = JsonWriterException_Create_m902284538(NULL /*static, unused*/, L_0, L_4, (Exception_t *)NULL, /*hidden argument*/NULL); return L_5; } } // System.Void Newtonsoft.Json.JsonWriter::InternalWriteEnd(Newtonsoft.Json.JsonContainerType) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_InternalWriteEnd_m1102822287 (JsonWriter_t1467272295 * __this, int32_t ___container0, const RuntimeMethod* method) { { int32_t L_0 = ___container0; JsonWriter_AutoCompleteClose_m3257876443(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::InternalWritePropertyName(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_InternalWritePropertyName_m1762272533 (JsonWriter_t1467272295 * __this, String_t* ___name0, const RuntimeMethod* method) { { JsonPosition_t2528027714 * L_0 = __this->get_address_of__currentPosition_3(); String_t* L_1 = ___name0; L_0->set_PropertyName_3(L_1); JsonWriter_AutoComplete_m1414726084(__this, 4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::InternalWriteRaw() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_InternalWriteRaw_m2830881673 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method) { { return; } } // System.Void Newtonsoft.Json.JsonWriter::InternalWriteStart(Newtonsoft.Json.JsonToken,Newtonsoft.Json.JsonContainerType) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_InternalWriteStart_m2782789514 (JsonWriter_t1467272295 * __this, int32_t ___token0, int32_t ___container1, const RuntimeMethod* method) { { JsonWriter_UpdateScopeWithFinishedValue_m2741790470(__this, /*hidden argument*/NULL); int32_t L_0 = ___token0; JsonWriter_AutoComplete_m1414726084(__this, L_0, /*hidden argument*/NULL); int32_t L_1 = ___container1; JsonWriter_Push_m970901340(__this, L_1, /*hidden argument*/NULL); return; } } // 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) { { JsonWriter_UpdateScopeWithFinishedValue_m2741790470(__this, /*hidden argument*/NULL); int32_t L_0 = ___token0; JsonWriter_AutoComplete_m1414726084(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriter::InternalWriteComment() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_InternalWriteComment_m1930883894 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method) { { JsonWriter_AutoComplete_m1414726084(__this, 5, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.JsonWriterException::set_Path(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonWriterException_set_Path_m115083998 (JsonWriterException_t1282940098 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CPathU3Ek__BackingField_11(L_0); return; } } // System.Void Newtonsoft.Json.JsonWriterException::.ctor() extern "C" IL2CPP_METHOD_ATTR void JsonWriterException__ctor_m3344178305 (JsonWriterException_t1282940098 * __this, const RuntimeMethod* method) { { JsonException__ctor_m2704487205(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriterException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void JsonWriterException__ctor_m2607679837 (JsonWriterException_t1282940098 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; JsonException__ctor_m3778315858(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonWriterException::.ctor(System.String,System.Exception,System.String) extern "C" IL2CPP_METHOD_ATTR void JsonWriterException__ctor_m2970861199 (JsonWriterException_t1282940098 * __this, String_t* ___message0, Exception_t * ___innerException1, String_t* ___path2, const RuntimeMethod* method) { { String_t* L_0 = ___message0; Exception_t * L_1 = ___innerException1; JsonException__ctor_m1026323257(__this, L_0, L_1, /*hidden argument*/NULL); String_t* L_2 = ___path2; JsonWriterException_set_Path_m115083998(__this, L_2, /*hidden argument*/NULL); return; } } // Newtonsoft.Json.JsonWriterException Newtonsoft.Json.JsonWriterException::Create(Newtonsoft.Json.JsonWriter,System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR JsonWriterException_t1282940098 * JsonWriterException_Create_m902284538 (RuntimeObject * __this /* static, unused */, JsonWriter_t1467272295 * ___writer0, String_t* ___message1, Exception_t * ___ex2, const RuntimeMethod* method) { { JsonWriter_t1467272295 * L_0 = ___writer0; NullCheck(L_0); String_t* L_1 = JsonWriter_get_ContainerPath_m457269785(L_0, /*hidden argument*/NULL); String_t* L_2 = ___message1; Exception_t * L_3 = ___ex2; JsonWriterException_t1282940098 * L_4 = JsonWriterException_Create_m2096555994(NULL /*static, unused*/, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // Newtonsoft.Json.JsonWriterException Newtonsoft.Json.JsonWriterException::Create(System.String,System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR JsonWriterException_t1282940098 * JsonWriterException_Create_m2096555994 (RuntimeObject * __this /* static, unused */, String_t* ___path0, String_t* ___message1, Exception_t * ___ex2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonWriterException_Create_m2096555994_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___path0; String_t* L_1 = ___message1; IL2CPP_RUNTIME_CLASS_INIT(JsonPosition_t2528027714_il2cpp_TypeInfo_var); String_t* L_2 = JsonPosition_FormatMessage_m331598339(NULL /*static, unused*/, (RuntimeObject*)NULL, L_0, L_1, /*hidden argument*/NULL); ___message1 = L_2; String_t* L_3 = ___message1; Exception_t * L_4 = ___ex2; String_t* L_5 = ___path0; JsonWriterException_t1282940098 * L_6 = (JsonWriterException_t1282940098 *)il2cpp_codegen_object_new(JsonWriterException_t1282940098_il2cpp_TypeInfo_var); JsonWriterException__ctor_m2970861199(L_6, L_3, L_4, L_5, /*hidden argument*/NULL); return L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Linq.Extensions/<>c::.cctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m3181968338 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec__cctor_m3181968338_MetadataUsageId); s_Il2CppMethodInitialized = true; } { U3CU3Ec_t1720245494 * L_0 = (U3CU3Ec_t1720245494 *)il2cpp_codegen_object_new(U3CU3Ec_t1720245494_il2cpp_TypeInfo_var); U3CU3Ec__ctor_m2409410025(L_0, /*hidden argument*/NULL); ((U3CU3Ec_t1720245494_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1720245494_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void Newtonsoft.Json.Linq.Extensions/<>c::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m2409410025 (U3CU3Ec_t1720245494 * __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.Collections.Generic.IList`1 Newtonsoft.Json.Linq.JArray::get_ChildrenTokens() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JArray_get_ChildrenTokens_m2890801582 (JArray_t2963978544 * __this, const RuntimeMethod* method) { { List_1_t2510613989 * L_0 = __this->get__values_16(); return L_0; } } // Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JArray::get_Type() extern "C" IL2CPP_METHOD_ATTR int32_t JArray_get_Type_m743302890 (JArray_t2963978544 * __this, const RuntimeMethod* method) { { return (int32_t)(2); } } // System.Void Newtonsoft.Json.Linq.JArray::.ctor() extern "C" IL2CPP_METHOD_ATTR void JArray__ctor_m1968324959 (JArray_t2963978544 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JArray__ctor_m1968324959_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t2510613989 * L_0 = (List_1_t2510613989 *)il2cpp_codegen_object_new(List_1_t2510613989_il2cpp_TypeInfo_var); List_1__ctor_m1725792518(L_0, /*hidden argument*/List_1__ctor_m1725792518_RuntimeMethod_var); __this->set__values_16(L_0); JContainer__ctor_m2143055612(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JArray::.ctor(Newtonsoft.Json.Linq.JArray) extern "C" IL2CPP_METHOD_ATTR void JArray__ctor_m4250417644 (JArray_t2963978544 * __this, JArray_t2963978544 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JArray__ctor_m4250417644_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t2510613989 * L_0 = (List_1_t2510613989 *)il2cpp_codegen_object_new(List_1_t2510613989_il2cpp_TypeInfo_var); List_1__ctor_m1725792518(L_0, /*hidden argument*/List_1__ctor_m1725792518_RuntimeMethod_var); __this->set__values_16(L_0); JArray_t2963978544 * L_1 = ___other0; JContainer__ctor_m1372198551(__this, L_1, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JArray::.ctor(System.Object) extern "C" IL2CPP_METHOD_ATTR void JArray__ctor_m2313463052 (JArray_t2963978544 * __this, RuntimeObject * ___content0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JArray__ctor_m2313463052_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t2510613989 * L_0 = (List_1_t2510613989 *)il2cpp_codegen_object_new(List_1_t2510613989_il2cpp_TypeInfo_var); List_1__ctor_m1725792518(L_0, /*hidden argument*/List_1__ctor_m1725792518_RuntimeMethod_var); __this->set__values_16(L_0); JContainer__ctor_m2143055612(__this, /*hidden argument*/NULL); RuntimeObject * L_1 = ___content0; VirtActionInvoker1< RuntimeObject * >::Invoke(60 /* System.Void Newtonsoft.Json.Linq.JContainer::Add(System.Object) */, __this, L_1); return; } } // System.Boolean Newtonsoft.Json.Linq.JArray::DeepEquals(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR bool JArray_DeepEquals_m2921339392 (JArray_t2963978544 * __this, JToken_t1038539247 * ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JArray_DeepEquals_m2921339392_MetadataUsageId); s_Il2CppMethodInitialized = true; } JArray_t2963978544 * V_0 = NULL; { JToken_t1038539247 * L_0 = ___node0; V_0 = ((JArray_t2963978544 *)IsInstClass((RuntimeObject*)L_0, JArray_t2963978544_il2cpp_TypeInfo_var)); JArray_t2963978544 * L_1 = V_0; if (!L_1) { goto IL_0012; } } { JArray_t2963978544 * L_2 = V_0; bool L_3 = JContainer_ContentsEqual_m294229382(__this, L_2, /*hidden argument*/NULL); return L_3; } IL_0012: { return (bool)0; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JArray::CloneToken() extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * JArray_CloneToken_m462032562 (JArray_t2963978544 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JArray_CloneToken_m462032562_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JArray_t2963978544 * L_0 = (JArray_t2963978544 *)il2cpp_codegen_object_new(JArray_t2963978544_il2cpp_TypeInfo_var); JArray__ctor_m4250417644(L_0, __this, /*hidden argument*/NULL); return L_0; } } // Newtonsoft.Json.Linq.JArray Newtonsoft.Json.Linq.JArray::Load(Newtonsoft.Json.JsonReader) extern "C" IL2CPP_METHOD_ATTR JArray_t2963978544 * JArray_Load_m1621262242 (RuntimeObject * __this /* static, unused */, JsonReader_t2369136700 * ___reader0, const RuntimeMethod* method) { { JsonReader_t2369136700 * L_0 = ___reader0; JArray_t2963978544 * L_1 = JArray_Load_m454891215(NULL /*static, unused*/, L_0, (JsonLoadSettings_t878621609 *)NULL, /*hidden argument*/NULL); return L_1; } } // Newtonsoft.Json.Linq.JArray Newtonsoft.Json.Linq.JArray::Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings) extern "C" IL2CPP_METHOD_ATTR JArray_t2963978544 * JArray_Load_m454891215 (RuntimeObject * __this /* static, unused */, JsonReader_t2369136700 * ___reader0, JsonLoadSettings_t878621609 * ___settings1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JArray_Load_m454891215_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonReader_t2369136700 * L_0 = ___reader0; NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_0); if (L_1) { goto IL_001c; } } { 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_001c; } } { JsonReader_t2369136700 * L_4 = ___reader0; JsonReaderException_t3553144781 * L_5 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, L_4, _stringLiteral620355656, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,JArray_Load_m454891215_RuntimeMethod_var); } IL_001c: { JsonReader_t2369136700 * L_6 = ___reader0; NullCheck(L_6); JsonReader_MoveToContent_m203105123(L_6, /*hidden argument*/NULL); JsonReader_t2369136700 * L_7 = ___reader0; NullCheck(L_7); int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_7); if ((((int32_t)L_8) == ((int32_t)2))) { goto IL_004d; } } { JsonReader_t2369136700 * L_9 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_10 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); 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); int32_t L_13 = L_12; RuntimeObject * L_14 = Box(JsonToken_t1917433489_il2cpp_TypeInfo_var, &L_13); String_t* L_15 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2495728311, L_10, L_14, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_16 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, L_9, L_15, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16,JArray_Load_m454891215_RuntimeMethod_var); } IL_004d: { JArray_t2963978544 * L_17 = (JArray_t2963978544 *)il2cpp_codegen_object_new(JArray_t2963978544_il2cpp_TypeInfo_var); JArray__ctor_m1968324959(L_17, /*hidden argument*/NULL); JArray_t2963978544 * L_18 = L_17; JsonReader_t2369136700 * L_19 = ___reader0; JsonLoadSettings_t878621609 * L_20 = ___settings1; NullCheck(L_18); JToken_SetLineInfo_m1616462453(L_18, ((RuntimeObject*)IsInst((RuntimeObject*)L_19, IJsonLineInfo_t2844470104_il2cpp_TypeInfo_var)), L_20, /*hidden argument*/NULL); JArray_t2963978544 * L_21 = L_18; JsonReader_t2369136700 * L_22 = ___reader0; JsonLoadSettings_t878621609 * L_23 = ___settings1; NullCheck(L_21); JContainer_ReadTokenFrom_m192763178(L_21, L_22, L_23, /*hidden argument*/NULL); return L_21; } } // System.Void Newtonsoft.Json.Linq.JArray::WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[]) extern "C" IL2CPP_METHOD_ATTR void JArray_WriteTo_m3472909198 (JArray_t2963978544 * __this, JsonWriter_t1467272295 * ___writer0, JsonConverterU5BU5D_t155849004* ___converters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JArray_WriteTo_m3472909198_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { JsonWriter_t1467272295 * L_0 = ___writer0; NullCheck(L_0); VirtActionInvoker0::Invoke(9 /* System.Void Newtonsoft.Json.JsonWriter::WriteStartArray() */, L_0); V_0 = 0; goto IL_0021; } IL_000a: { List_1_t2510613989 * L_1 = __this->get__values_16(); int32_t L_2 = V_0; NullCheck(L_1); JToken_t1038539247 * L_3 = List_1_get_Item_m1670299694(L_1, L_2, /*hidden argument*/List_1_get_Item_m1670299694_RuntimeMethod_var); JsonWriter_t1467272295 * L_4 = ___writer0; JsonConverterU5BU5D_t155849004* L_5 = ___converters1; NullCheck(L_3); VirtActionInvoker2< JsonWriter_t1467272295 *, JsonConverterU5BU5D_t155849004* >::Invoke(18 /* System.Void Newtonsoft.Json.Linq.JToken::WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[]) */, L_3, L_4, L_5); int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0021: { int32_t L_7 = V_0; List_1_t2510613989 * L_8 = __this->get__values_16(); NullCheck(L_8); int32_t L_9 = List_1_get_Count_m3303129812(L_8, /*hidden argument*/List_1_get_Count_m3303129812_RuntimeMethod_var); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_000a; } } { JsonWriter_t1467272295 * L_10 = ___writer0; NullCheck(L_10); VirtActionInvoker0::Invoke(10 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndArray() */, L_10); return; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JArray::get_Item(System.Object) extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * JArray_get_Item_m1585712015 (JArray_t2963978544 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JArray_get_Item_m1585712015_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___key0; ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, L_0, _stringLiteral2600271970, /*hidden argument*/NULL); RuntimeObject * L_1 = ___key0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, Int32_t2950945753_il2cpp_TypeInfo_var))) { goto IL_002e; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_2 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); RuntimeObject * L_3 = ___key0; String_t* L_4 = MiscellaneousUtils_ToString_m4213282389(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); String_t* L_5 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral3595004266, L_2, L_4, /*hidden argument*/NULL); ArgumentException_t132251570 * L_6 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,JArray_get_Item_m1585712015_RuntimeMethod_var); } IL_002e: { RuntimeObject * L_7 = ___key0; JToken_t1038539247 * L_8 = VirtFuncInvoker1< JToken_t1038539247 *, int32_t >::Invoke(53 /* Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JContainer::GetItem(System.Int32) */, __this, ((*(int32_t*)((int32_t*)UnBox(L_7, Int32_t2950945753_il2cpp_TypeInfo_var))))); return L_8; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JArray::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * JArray_get_Item_m3241673954 (JArray_t2963978544 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; JToken_t1038539247 * L_1 = VirtFuncInvoker1< JToken_t1038539247 *, int32_t >::Invoke(53 /* Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JContainer::GetItem(System.Int32) */, __this, L_0); return L_1; } } // System.Void Newtonsoft.Json.Linq.JArray::set_Item(System.Int32,Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR void JArray_set_Item_m2051106985 (JArray_t2963978544 * __this, int32_t ___index0, JToken_t1038539247 * ___value1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; JToken_t1038539247 * L_1 = ___value1; VirtActionInvoker2< int32_t, JToken_t1038539247 * >::Invoke(54 /* System.Void Newtonsoft.Json.Linq.JContainer::SetItem(System.Int32,Newtonsoft.Json.Linq.JToken) */, __this, L_0, L_1); return; } } // System.Int32 Newtonsoft.Json.Linq.JArray::IndexOfItem(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR int32_t JArray_IndexOfItem_m2257855762 (JArray_t2963978544 * __this, JToken_t1038539247 * ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JArray_IndexOfItem_m2257855762_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t2510613989 * L_0 = __this->get__values_16(); JToken_t1038539247 * L_1 = ___item0; int32_t L_2 = CollectionUtils_IndexOfReference_TisJToken_t1038539247_m1539937755(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/CollectionUtils_IndexOfReference_TisJToken_t1038539247_m1539937755_RuntimeMethod_var); return L_2; } } // System.Int32 Newtonsoft.Json.Linq.JArray::IndexOf(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR int32_t JArray_IndexOf_m1289821767 (JArray_t2963978544 * __this, JToken_t1038539247 * ___item0, const RuntimeMethod* method) { { JToken_t1038539247 * L_0 = ___item0; int32_t L_1 = VirtFuncInvoker1< int32_t, JToken_t1038539247 * >::Invoke(49 /* System.Int32 Newtonsoft.Json.Linq.JContainer::IndexOfItem(Newtonsoft.Json.Linq.JToken) */, __this, L_0); return L_1; } } // System.Void Newtonsoft.Json.Linq.JArray::Insert(System.Int32,Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR void JArray_Insert_m3749610750 (JArray_t2963978544 * __this, int32_t ___index0, JToken_t1038539247 * ___item1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; JToken_t1038539247 * L_1 = ___item1; VirtActionInvoker3< int32_t, JToken_t1038539247 *, bool >::Invoke(50 /* System.Void Newtonsoft.Json.Linq.JContainer::InsertItem(System.Int32,Newtonsoft.Json.Linq.JToken,System.Boolean) */, __this, L_0, L_1, (bool)0); return; } } // System.Void Newtonsoft.Json.Linq.JArray::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void JArray_RemoveAt_m1448296799 (JArray_t2963978544 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; VirtActionInvoker1< int32_t >::Invoke(51 /* System.Void Newtonsoft.Json.Linq.JContainer::RemoveItemAt(System.Int32) */, __this, L_0); return; } } // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JArray::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JArray_GetEnumerator_m3980519334 (JArray_t2963978544 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JArray_GetEnumerator_m3980519334_MetadataUsageId); s_Il2CppMethodInitialized = true; } JEnumerable_1_t20407348 V_0; memset(&V_0, 0, sizeof(V_0)); { JEnumerable_1_t20407348 L_0 = VirtFuncInvoker0< JEnumerable_1_t20407348 >::Invoke(17 /* Newtonsoft.Json.Linq.JEnumerable`1 Newtonsoft.Json.Linq.JToken::Children() */, __this); V_0 = L_0; RuntimeObject* L_1 = JEnumerable_1_GetEnumerator_m3956591064((&V_0), /*hidden argument*/JEnumerable_1_GetEnumerator_m3956591064_RuntimeMethod_var); return L_1; } } // System.Void Newtonsoft.Json.Linq.JArray::Add(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR void JArray_Add_m941302550 (JArray_t2963978544 * __this, JToken_t1038539247 * ___item0, const RuntimeMethod* method) { { JToken_t1038539247 * L_0 = ___item0; VirtActionInvoker1< RuntimeObject * >::Invoke(60 /* System.Void Newtonsoft.Json.Linq.JContainer::Add(System.Object) */, __this, L_0); return; } } // System.Void Newtonsoft.Json.Linq.JArray::Clear() extern "C" IL2CPP_METHOD_ATTR void JArray_Clear_m4158134460 (JArray_t2963978544 * __this, const RuntimeMethod* method) { { VirtActionInvoker0::Invoke(55 /* System.Void Newtonsoft.Json.Linq.JContainer::ClearItems() */, __this); return; } } // System.Boolean Newtonsoft.Json.Linq.JArray::Contains(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR bool JArray_Contains_m3900209301 (JArray_t2963978544 * __this, JToken_t1038539247 * ___item0, const RuntimeMethod* method) { { JToken_t1038539247 * L_0 = ___item0; bool L_1 = VirtFuncInvoker1< bool, JToken_t1038539247 * >::Invoke(57 /* System.Boolean Newtonsoft.Json.Linq.JContainer::ContainsItem(Newtonsoft.Json.Linq.JToken) */, __this, L_0); return L_1; } } // System.Void Newtonsoft.Json.Linq.JArray::CopyTo(Newtonsoft.Json.Linq.JToken[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void JArray_CopyTo_m1395384543 (JArray_t2963978544 * __this, JTokenU5BU5D_t30125430* ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method) { { JTokenU5BU5D_t30125430* L_0 = ___array0; int32_t L_1 = ___arrayIndex1; VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(58 /* System.Void Newtonsoft.Json.Linq.JContainer::CopyItemsTo(System.Array,System.Int32) */, __this, (RuntimeArray *)(RuntimeArray *)L_0, L_1); return; } } // System.Boolean Newtonsoft.Json.Linq.JArray::get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool JArray_get_IsReadOnly_m4285963646 (JArray_t2963978544 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean Newtonsoft.Json.Linq.JArray::Remove(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR bool JArray_Remove_m3339810839 (JArray_t2963978544 * __this, JToken_t1038539247 * ___item0, const RuntimeMethod* method) { { JToken_t1038539247 * L_0 = ___item0; bool L_1 = VirtFuncInvoker1< bool, JToken_t1038539247 * >::Invoke(52 /* System.Boolean Newtonsoft.Json.Linq.JContainer::RemoveItem(Newtonsoft.Json.Linq.JToken) */, __this, L_0); return L_1; } } // System.Int32 Newtonsoft.Json.Linq.JArray::GetDeepHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t JArray_GetDeepHashCode_m3645866556 (JArray_t2963978544 * __this, const RuntimeMethod* method) { { int32_t L_0 = JContainer_ContentsHashCode_m4179099099(__this, /*hidden argument*/NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.IList`1 Newtonsoft.Json.Linq.JConstructor::get_ChildrenTokens() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JConstructor_get_ChildrenTokens_m2175361862 (JConstructor_t3659803310 * __this, const RuntimeMethod* method) { { List_1_t2510613989 * L_0 = __this->get__values_17(); return L_0; } } // System.Int32 Newtonsoft.Json.Linq.JConstructor::IndexOfItem(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR int32_t JConstructor_IndexOfItem_m874097494 (JConstructor_t3659803310 * __this, JToken_t1038539247 * ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JConstructor_IndexOfItem_m874097494_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t2510613989 * L_0 = __this->get__values_17(); JToken_t1038539247 * L_1 = ___item0; int32_t L_2 = CollectionUtils_IndexOfReference_TisJToken_t1038539247_m1539937755(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/CollectionUtils_IndexOfReference_TisJToken_t1038539247_m1539937755_RuntimeMethod_var); return L_2; } } // System.String Newtonsoft.Json.Linq.JConstructor::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* JConstructor_get_Name_m2062532048 (JConstructor_t3659803310 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__name_16(); return L_0; } } // Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JConstructor::get_Type() extern "C" IL2CPP_METHOD_ATTR int32_t JConstructor_get_Type_m1903547691 (JConstructor_t3659803310 * __this, const RuntimeMethod* method) { { return (int32_t)(3); } } // System.Void Newtonsoft.Json.Linq.JConstructor::.ctor() extern "C" IL2CPP_METHOD_ATTR void JConstructor__ctor_m1655277598 (JConstructor_t3659803310 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JConstructor__ctor_m1655277598_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t2510613989 * L_0 = (List_1_t2510613989 *)il2cpp_codegen_object_new(List_1_t2510613989_il2cpp_TypeInfo_var); List_1__ctor_m1725792518(L_0, /*hidden argument*/List_1__ctor_m1725792518_RuntimeMethod_var); __this->set__values_17(L_0); JContainer__ctor_m2143055612(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JConstructor::.ctor(Newtonsoft.Json.Linq.JConstructor) extern "C" IL2CPP_METHOD_ATTR void JConstructor__ctor_m2521035048 (JConstructor_t3659803310 * __this, JConstructor_t3659803310 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JConstructor__ctor_m2521035048_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t2510613989 * L_0 = (List_1_t2510613989 *)il2cpp_codegen_object_new(List_1_t2510613989_il2cpp_TypeInfo_var); List_1__ctor_m1725792518(L_0, /*hidden argument*/List_1__ctor_m1725792518_RuntimeMethod_var); __this->set__values_17(L_0); JConstructor_t3659803310 * L_1 = ___other0; JContainer__ctor_m1372198551(__this, L_1, /*hidden argument*/NULL); JConstructor_t3659803310 * L_2 = ___other0; NullCheck(L_2); String_t* L_3 = JConstructor_get_Name_m2062532048(L_2, /*hidden argument*/NULL); __this->set__name_16(L_3); return; } } // System.Void Newtonsoft.Json.Linq.JConstructor::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void JConstructor__ctor_m1825179104 (JConstructor_t3659803310 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JConstructor__ctor_m1825179104_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t2510613989 * L_0 = (List_1_t2510613989 *)il2cpp_codegen_object_new(List_1_t2510613989_il2cpp_TypeInfo_var); List_1__ctor_m1725792518(L_0, /*hidden argument*/List_1__ctor_m1725792518_RuntimeMethod_var); __this->set__values_17(L_0); JContainer__ctor_m2143055612(__this, /*hidden argument*/NULL); String_t* L_1 = ___name0; if (L_1) { goto IL_001f; } } { ArgumentNullException_t1615371798 * L_2 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_2, _stringLiteral62725243, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,JConstructor__ctor_m1825179104_RuntimeMethod_var); } IL_001f: { String_t* L_3 = ___name0; NullCheck(L_3); int32_t L_4 = String_get_Length_m3847582255(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0037; } } { ArgumentException_t132251570 * L_5 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_5, _stringLiteral2276649629, _stringLiteral62725243, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,JConstructor__ctor_m1825179104_RuntimeMethod_var); } IL_0037: { String_t* L_6 = ___name0; __this->set__name_16(L_6); return; } } // System.Boolean Newtonsoft.Json.Linq.JConstructor::DeepEquals(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR bool JConstructor_DeepEquals_m2432968982 (JConstructor_t3659803310 * __this, JToken_t1038539247 * ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JConstructor_DeepEquals_m2432968982_MetadataUsageId); s_Il2CppMethodInitialized = true; } JConstructor_t3659803310 * V_0 = NULL; { JToken_t1038539247 * L_0 = ___node0; V_0 = ((JConstructor_t3659803310 *)IsInstClass((RuntimeObject*)L_0, JConstructor_t3659803310_il2cpp_TypeInfo_var)); JConstructor_t3659803310 * L_1 = V_0; if (!L_1) { goto IL_0025; } } { String_t* L_2 = __this->get__name_16(); JConstructor_t3659803310 * L_3 = V_0; NullCheck(L_3); String_t* L_4 = JConstructor_get_Name_m2062532048(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_5 = String_op_Equality_m920492651(NULL /*static, unused*/, L_2, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0025; } } { JConstructor_t3659803310 * L_6 = V_0; bool L_7 = JContainer_ContentsEqual_m294229382(__this, L_6, /*hidden argument*/NULL); return L_7; } IL_0025: { return (bool)0; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JConstructor::CloneToken() extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * JConstructor_CloneToken_m355860036 (JConstructor_t3659803310 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JConstructor_CloneToken_m355860036_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JConstructor_t3659803310 * L_0 = (JConstructor_t3659803310 *)il2cpp_codegen_object_new(JConstructor_t3659803310_il2cpp_TypeInfo_var); JConstructor__ctor_m2521035048(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Void Newtonsoft.Json.Linq.JConstructor::WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[]) extern "C" IL2CPP_METHOD_ATTR void JConstructor_WriteTo_m1395001503 (JConstructor_t3659803310 * __this, JsonWriter_t1467272295 * ___writer0, JsonConverterU5BU5D_t155849004* ___converters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JConstructor_WriteTo_m1395001503_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; JEnumerable_1_t20407348 V_1; memset(&V_1, 0, sizeof(V_1)); 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; String_t* L_1 = __this->get__name_16(); NullCheck(L_0); VirtActionInvoker1< String_t* >::Invoke(11 /* System.Void Newtonsoft.Json.JsonWriter::WriteStartConstructor(System.String) */, L_0, L_1); JEnumerable_1_t20407348 L_2 = VirtFuncInvoker0< JEnumerable_1_t20407348 >::Invoke(17 /* Newtonsoft.Json.Linq.JEnumerable`1 Newtonsoft.Json.Linq.JToken::Children() */, __this); V_1 = L_2; RuntimeObject* L_3 = JEnumerable_1_GetEnumerator_m3956591064((&V_1), /*hidden argument*/JEnumerable_1_GetEnumerator_m3956591064_RuntimeMethod_var); V_0 = L_3; } IL_001b: try { // begin try (depth: 1) { goto IL_002a; } IL_001d: { RuntimeObject* L_4 = V_0; NullCheck(L_4); JToken_t1038539247 * L_5 = InterfaceFuncInvoker0< JToken_t1038539247 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t1471109715_il2cpp_TypeInfo_var, L_4); JsonWriter_t1467272295 * L_6 = ___writer0; JsonConverterU5BU5D_t155849004* L_7 = ___converters1; NullCheck(L_5); VirtActionInvoker2< JsonWriter_t1467272295 *, JsonConverterU5BU5D_t155849004* >::Invoke(18 /* System.Void Newtonsoft.Json.Linq.JToken::WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[]) */, L_5, L_6, L_7); } IL_002a: { RuntimeObject* L_8 = V_0; NullCheck(L_8); bool L_9 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_8); if (L_9) { goto IL_001d; } } IL_0032: { IL2CPP_LEAVE(0x3E, FINALLY_0034); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0034; } FINALLY_0034: { // begin finally (depth: 1) { RuntimeObject* L_10 = V_0; if (!L_10) { goto IL_003d; } } IL_0037: { RuntimeObject* L_11 = V_0; NullCheck(L_11); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_11); } IL_003d: { IL2CPP_END_FINALLY(52) } } // end finally (depth: 1) IL2CPP_CLEANUP(52) { IL2CPP_JUMP_TBL(0x3E, IL_003e) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_003e: { JsonWriter_t1467272295 * L_12 = ___writer0; NullCheck(L_12); VirtActionInvoker0::Invoke(12 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndConstructor() */, L_12); return; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JConstructor::get_Item(System.Object) extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * JConstructor_get_Item_m2017428393 (JConstructor_t3659803310 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JConstructor_get_Item_m2017428393_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___key0; ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, L_0, _stringLiteral2600271970, /*hidden argument*/NULL); RuntimeObject * L_1 = ___key0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, Int32_t2950945753_il2cpp_TypeInfo_var))) { goto IL_002e; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_2 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); RuntimeObject * L_3 = ___key0; String_t* L_4 = MiscellaneousUtils_ToString_m4213282389(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); String_t* L_5 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral1482592408, L_2, L_4, /*hidden argument*/NULL); ArgumentException_t132251570 * L_6 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,JConstructor_get_Item_m2017428393_RuntimeMethod_var); } IL_002e: { RuntimeObject * L_7 = ___key0; JToken_t1038539247 * L_8 = VirtFuncInvoker1< JToken_t1038539247 *, int32_t >::Invoke(53 /* Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JContainer::GetItem(System.Int32) */, __this, ((*(int32_t*)((int32_t*)UnBox(L_7, Int32_t2950945753_il2cpp_TypeInfo_var))))); return L_8; } } // System.Int32 Newtonsoft.Json.Linq.JConstructor::GetDeepHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t JConstructor_GetDeepHashCode_m3206980172 (JConstructor_t3659803310 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__name_16(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); int32_t L_2 = JContainer_ContentsHashCode_m4179099099(__this, /*hidden argument*/NULL); return ((int32_t)((int32_t)L_1^(int32_t)L_2)); } } // Newtonsoft.Json.Linq.JConstructor Newtonsoft.Json.Linq.JConstructor::Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings) extern "C" IL2CPP_METHOD_ATTR JConstructor_t3659803310 * JConstructor_Load_m3453687055 (RuntimeObject * __this /* static, unused */, JsonReader_t2369136700 * ___reader0, JsonLoadSettings_t878621609 * ___settings1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JConstructor_Load_m3453687055_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonReader_t2369136700 * L_0 = ___reader0; NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_0); if (L_1) { goto IL_001c; } } { 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_001c; } } { JsonReader_t2369136700 * L_4 = ___reader0; JsonReaderException_t3553144781 * L_5 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, L_4, _stringLiteral3478353910, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,JConstructor_Load_m3453687055_RuntimeMethod_var); } IL_001c: { JsonReader_t2369136700 * L_6 = ___reader0; NullCheck(L_6); JsonReader_MoveToContent_m203105123(L_6, /*hidden argument*/NULL); JsonReader_t2369136700 * L_7 = ___reader0; NullCheck(L_7); int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_7); if ((((int32_t)L_8) == ((int32_t)3))) { goto IL_004d; } } { JsonReader_t2369136700 * L_9 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_10 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); 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); int32_t L_13 = L_12; RuntimeObject * L_14 = Box(JsonToken_t1917433489_il2cpp_TypeInfo_var, &L_13); String_t* L_15 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral1385980524, L_10, L_14, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_16 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, L_9, L_15, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16,JConstructor_Load_m3453687055_RuntimeMethod_var); } IL_004d: { JsonReader_t2369136700 * L_17 = ___reader0; NullCheck(L_17); RuntimeObject * L_18 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_17); JConstructor_t3659803310 * L_19 = (JConstructor_t3659803310 *)il2cpp_codegen_object_new(JConstructor_t3659803310_il2cpp_TypeInfo_var); JConstructor__ctor_m1825179104(L_19, ((String_t*)CastclassSealed((RuntimeObject*)L_18, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); JConstructor_t3659803310 * L_20 = L_19; JsonReader_t2369136700 * L_21 = ___reader0; JsonLoadSettings_t878621609 * L_22 = ___settings1; NullCheck(L_20); JToken_SetLineInfo_m1616462453(L_20, ((RuntimeObject*)IsInst((RuntimeObject*)L_21, IJsonLineInfo_t2844470104_il2cpp_TypeInfo_var)), L_22, /*hidden argument*/NULL); JConstructor_t3659803310 * L_23 = L_20; JsonReader_t2369136700 * L_24 = ___reader0; JsonLoadSettings_t878621609 * L_25 = ___settings1; NullCheck(L_23); JContainer_ReadTokenFrom_m192763178(L_23, L_24, L_25, /*hidden argument*/NULL); return L_23; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Linq.JContainer::.ctor() extern "C" IL2CPP_METHOD_ATTR void JContainer__ctor_m2143055612 (JContainer_t1023664833 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JContainer__ctor_m2143055612_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JToken__ctor_m1906622579(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JContainer::.ctor(Newtonsoft.Json.Linq.JContainer) extern "C" IL2CPP_METHOD_ATTR void JContainer__ctor_m1372198551 (JContainer_t1023664833 * __this, JContainer_t1023664833 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JContainer__ctor_m1372198551_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject* 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); { JContainer__ctor_m2143055612(__this, /*hidden argument*/NULL); JContainer_t1023664833 * L_0 = ___other0; ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, L_0, _stringLiteral2432405111, /*hidden argument*/NULL); V_0 = 0; JContainer_t1023664833 * L_1 = ___other0; NullCheck(L_1); RuntimeObject* L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t18392136_il2cpp_TypeInfo_var, L_1); V_1 = L_2; } IL_001a: try { // begin try (depth: 1) { goto IL_0030; } IL_001c: { RuntimeObject* L_3 = V_1; NullCheck(L_3); JToken_t1038539247 * L_4 = InterfaceFuncInvoker0< JToken_t1038539247 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t1471109715_il2cpp_TypeInfo_var, L_3); V_2 = L_4; int32_t L_5 = V_0; JToken_t1038539247 * L_6 = V_2; JContainer_AddInternal_m2943879957(__this, L_5, L_6, (bool)0, /*hidden argument*/NULL); int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0030: { RuntimeObject* L_8 = V_1; NullCheck(L_8); bool L_9 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_8); if (L_9) { goto IL_001c; } } IL_0038: { IL2CPP_LEAVE(0x44, FINALLY_003a); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003a; } FINALLY_003a: { // begin finally (depth: 1) { RuntimeObject* L_10 = V_1; if (!L_10) { goto IL_0043; } } IL_003d: { RuntimeObject* L_11 = V_1; NullCheck(L_11); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_11); } IL_0043: { IL2CPP_END_FINALLY(58) } } // end finally (depth: 1) IL2CPP_CLEANUP(58) { IL2CPP_JUMP_TBL(0x44, IL_0044) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0044: { return; } } // System.Void Newtonsoft.Json.Linq.JContainer::CheckReentrancy() extern "C" IL2CPP_METHOD_ATTR void JContainer_CheckReentrancy_m3570870381 (JContainer_t1023664833 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JContainer_CheckReentrancy_m3570870381_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get__busy_15(); if (!L_0) { goto IL_0023; } } { 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 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); String_t* L_3 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral1995312661, L_1, L_2, /*hidden argument*/NULL); InvalidOperationException_t56020091 * L_4 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,JContainer_CheckReentrancy_m3570870381_RuntimeMethod_var); } IL_0023: { return; } } // System.Void Newtonsoft.Json.Linq.JContainer::OnListChanged(System.ComponentModel.ListChangedEventArgs) extern "C" IL2CPP_METHOD_ATTR void JContainer_OnListChanged_m4083882828 (JContainer_t1023664833 * __this, ListChangedEventArgs_t1328006001 * ___e0, const RuntimeMethod* method) { ListChangedEventHandler_t1703970447 * 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); { ListChangedEventHandler_t1703970447 * L_0 = __this->get__listChanged_13(); V_0 = L_0; ListChangedEventHandler_t1703970447 * L_1 = V_0; if (!L_1) { goto IL_0023; } } { __this->set__busy_15((bool)1); } IL_0011: try { // begin try (depth: 1) ListChangedEventHandler_t1703970447 * L_2 = V_0; ListChangedEventArgs_t1328006001 * L_3 = ___e0; NullCheck(L_2); ListChangedEventHandler_Invoke_m1723015268(L_2, __this, L_3, /*hidden argument*/NULL); IL2CPP_LEAVE(0x23, FINALLY_001b); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001b; } FINALLY_001b: { // begin finally (depth: 1) __this->set__busy_15((bool)0); IL2CPP_END_FINALLY(27) } // end finally (depth: 1) IL2CPP_CLEANUP(27) { IL2CPP_JUMP_TBL(0x23, IL_0023) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0023: { return; } } // System.Boolean Newtonsoft.Json.Linq.JContainer::get_HasValues() extern "C" IL2CPP_METHOD_ATTR bool JContainer_get_HasValues_m2491965803 (JContainer_t1023664833 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JContainer_get_HasValues_m2491965803_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = VirtFuncInvoker0< RuntimeObject* >::Invoke(47 /* System.Collections.Generic.IList`1 Newtonsoft.Json.Linq.JContainer::get_ChildrenTokens() */, __this); NullCheck(L_0); int32_t L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t3866691481_il2cpp_TypeInfo_var, L_0); return (bool)((((int32_t)L_1) > ((int32_t)0))? 1 : 0); } } // System.Boolean Newtonsoft.Json.Linq.JContainer::ContentsEqual(Newtonsoft.Json.Linq.JContainer) extern "C" IL2CPP_METHOD_ATTR bool JContainer_ContentsEqual_m294229382 (JContainer_t1023664833 * __this, JContainer_t1023664833 * ___container0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JContainer_ContentsEqual_m294229382_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; int32_t V_2 = 0; { JContainer_t1023664833 * L_0 = ___container0; if ((!(((RuntimeObject*)(JContainer_t1023664833 *)L_0) == ((RuntimeObject*)(JContainer_t1023664833 *)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(47 /* System.Collections.Generic.IList`1 Newtonsoft.Json.Linq.JContainer::get_ChildrenTokens() */, __this); V_0 = L_1; JContainer_t1023664833 * L_2 = ___container0; NullCheck(L_2); RuntimeObject* L_3 = VirtFuncInvoker0< RuntimeObject* >::Invoke(47 /* System.Collections.Generic.IList`1 Newtonsoft.Json.Linq.JContainer::get_ChildrenTokens() */, L_2); V_1 = L_3; RuntimeObject* L_4 = V_0; NullCheck(L_4); int32_t L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t3866691481_il2cpp_TypeInfo_var, L_4); RuntimeObject* L_6 = V_1; NullCheck(L_6); int32_t L_7 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t3866691481_il2cpp_TypeInfo_var, L_6); if ((((int32_t)L_5) == ((int32_t)L_7))) { goto IL_0024; } } { return (bool)0; } IL_0024: { V_2 = 0; goto IL_0043; } IL_0028: { RuntimeObject* L_8 = V_0; int32_t L_9 = V_2; NullCheck(L_8); JToken_t1038539247 * L_10 = InterfaceFuncInvoker1< JToken_t1038539247 *, int32_t >::Invoke(3 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t2853859030_il2cpp_TypeInfo_var, L_8, L_9); RuntimeObject* L_11 = V_1; int32_t L_12 = V_2; NullCheck(L_11); JToken_t1038539247 * L_13 = InterfaceFuncInvoker1< JToken_t1038539247 *, int32_t >::Invoke(3 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t2853859030_il2cpp_TypeInfo_var, L_11, L_12); NullCheck(L_10); bool L_14 = VirtFuncInvoker1< bool, JToken_t1038539247 * >::Invoke(11 /* System.Boolean Newtonsoft.Json.Linq.JToken::DeepEquals(Newtonsoft.Json.Linq.JToken) */, L_10, L_13); if (L_14) { goto IL_003f; } } { return (bool)0; } IL_003f: { int32_t L_15 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0043: { int32_t L_16 = V_2; RuntimeObject* L_17 = V_0; NullCheck(L_17); int32_t L_18 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t3866691481_il2cpp_TypeInfo_var, L_17); if ((((int32_t)L_16) < ((int32_t)L_18))) { goto IL_0028; } } { return (bool)1; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JContainer::get_First() extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * JContainer_get_First_m3532338374 (JContainer_t1023664833 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JContainer_get_First_m3532338374_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { RuntimeObject* L_0 = VirtFuncInvoker0< RuntimeObject* >::Invoke(47 /* System.Collections.Generic.IList`1 Newtonsoft.Json.Linq.JContainer::get_ChildrenTokens() */, __this); V_0 = L_0; RuntimeObject* L_1 = V_0; NullCheck(L_1); int32_t L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t3866691481_il2cpp_TypeInfo_var, L_1); if ((((int32_t)L_2) > ((int32_t)0))) { goto IL_0012; } } { return (JToken_t1038539247 *)NULL; } IL_0012: { RuntimeObject* L_3 = V_0; NullCheck(L_3); JToken_t1038539247 * L_4 = InterfaceFuncInvoker1< JToken_t1038539247 *, int32_t >::Invoke(3 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t2853859030_il2cpp_TypeInfo_var, L_3, 0); return L_4; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JContainer::get_Last() extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * JContainer_get_Last_m1369677706 (JContainer_t1023664833 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JContainer_get_Last_m1369677706_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; int32_t V_1 = 0; { RuntimeObject* L_0 = VirtFuncInvoker0< RuntimeObject* >::Invoke(47 /* System.Collections.Generic.IList`1 Newtonsoft.Json.Linq.JContainer::get_ChildrenTokens() */, __this); V_0 = L_0; RuntimeObject* L_1 = V_0; NullCheck(L_1); int32_t L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t3866691481_il2cpp_TypeInfo_var, L_1); V_1 = L_2; int32_t L_3 = V_1; if ((((int32_t)L_3) > ((int32_t)0))) { goto IL_0014; } } { return (JToken_t1038539247 *)NULL; } IL_0014: { RuntimeObject* L_4 = V_0; int32_t L_5 = V_1; NullCheck(L_4); JToken_t1038539247 * L_6 = InterfaceFuncInvoker1< JToken_t1038539247 *, int32_t >::Invoke(3 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t2853859030_il2cpp_TypeInfo_var, L_4, ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1))); return L_6; } } // Newtonsoft.Json.Linq.JEnumerable`1 Newtonsoft.Json.Linq.JContainer::Children() extern "C" IL2CPP_METHOD_ATTR JEnumerable_1_t20407348 JContainer_Children_m978806762 (JContainer_t1023664833 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JContainer_Children_m978806762_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = VirtFuncInvoker0< RuntimeObject* >::Invoke(47 /* System.Collections.Generic.IList`1 Newtonsoft.Json.Linq.JContainer::get_ChildrenTokens() */, __this); JEnumerable_1_t20407348 L_1; memset(&L_1, 0, sizeof(L_1)); JEnumerable_1__ctor_m2122612675((&L_1), L_0, /*hidden argument*/JEnumerable_1__ctor_m2122612675_RuntimeMethod_var); return L_1; } } // System.Collections.Generic.IEnumerable`1 Newtonsoft.Json.Linq.JContainer::Descendants() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JContainer_Descendants_m2510697787 (JContainer_t1023664833 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = JContainer_GetDescendants_m4232233353(__this, (bool)0, /*hidden argument*/NULL); return L_0; } } // System.Collections.Generic.IEnumerable`1 Newtonsoft.Json.Linq.JContainer::GetDescendants(System.Boolean) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JContainer_GetDescendants_m4232233353 (JContainer_t1023664833 * __this, bool ___self0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JContainer_GetDescendants_m4232233353_MetadataUsageId); s_Il2CppMethodInitialized = true; } { U3CGetDescendantsU3Ed__29_t2717699431 * L_0 = (U3CGetDescendantsU3Ed__29_t2717699431 *)il2cpp_codegen_object_new(U3CGetDescendantsU3Ed__29_t2717699431_il2cpp_TypeInfo_var); U3CGetDescendantsU3Ed__29__ctor_m3965725557(L_0, ((int32_t)-2), /*hidden argument*/NULL); U3CGetDescendantsU3Ed__29_t2717699431 * L_1 = L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_5(__this); U3CGetDescendantsU3Ed__29_t2717699431 * L_2 = L_1; bool L_3 = ___self0; NullCheck(L_2); L_2->set_U3CU3E3__self_4(L_3); return L_2; } } // System.Boolean Newtonsoft.Json.Linq.JContainer::IsMultiContent(System.Object) extern "C" IL2CPP_METHOD_ATTR bool JContainer_IsMultiContent_m2621534740 (JContainer_t1023664833 * __this, RuntimeObject * ___content0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JContainer_IsMultiContent_m2621534740_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___content0; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_0, IEnumerable_t1941168011_il2cpp_TypeInfo_var))) { goto IL_0025; } } { RuntimeObject * L_1 = ___content0; if (((String_t*)IsInstSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var))) { goto IL_0025; } } { RuntimeObject * L_2 = ___content0; if (((JToken_t1038539247 *)IsInstClass((RuntimeObject*)L_2, JToken_t1038539247_il2cpp_TypeInfo_var))) { goto IL_0025; } } { RuntimeObject * L_3 = ___content0; return (bool)((((int32_t)((!(((RuntimeObject*)(ByteU5BU5D_t4116647657*)((ByteU5BU5D_t4116647657*)IsInst((RuntimeObject*)L_3, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_0025: { return (bool)0; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JContainer::EnsureParentToken(Newtonsoft.Json.Linq.JToken,System.Boolean) extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * JContainer_EnsureParentToken_m1350774183 (JContainer_t1023664833 * __this, JToken_t1038539247 * ___item0, bool ___skipParentCheck1, const RuntimeMethod* method) { { JToken_t1038539247 * L_0 = ___item0; if (L_0) { goto IL_0009; } } { JValue_t1448862567 * L_1 = JValue_CreateNull_m1873583286(NULL /*static, unused*/, /*hidden argument*/NULL); return L_1; } IL_0009: { bool L_2 = ___skipParentCheck1; if (!L_2) { goto IL_000e; } } { JToken_t1038539247 * L_3 = ___item0; return L_3; } IL_000e: { JToken_t1038539247 * L_4 = ___item0; NullCheck(L_4); JContainer_t1023664833 * L_5 = JToken_get_Parent_m3865335600(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_002b; } } { JToken_t1038539247 * L_6 = ___item0; if ((((RuntimeObject*)(JToken_t1038539247 *)L_6) == ((RuntimeObject*)(JContainer_t1023664833 *)__this))) { goto IL_002b; } } { JToken_t1038539247 * L_7 = ___item0; NullCheck(L_7); bool L_8 = VirtFuncInvoker0< bool >::Invoke(13 /* System.Boolean Newtonsoft.Json.Linq.JToken::get_HasValues() */, L_7); if (!L_8) { goto IL_0033; } } { JToken_t1038539247 * L_9 = JToken_get_Root_m1621222961(__this, /*hidden argument*/NULL); JToken_t1038539247 * L_10 = ___item0; if ((!(((RuntimeObject*)(JToken_t1038539247 *)L_9) == ((RuntimeObject*)(JToken_t1038539247 *)L_10)))) { goto IL_0033; } } IL_002b: { JToken_t1038539247 * L_11 = ___item0; NullCheck(L_11); JToken_t1038539247 * L_12 = VirtFuncInvoker0< JToken_t1038539247 * >::Invoke(10 /* Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::CloneToken() */, L_11); ___item0 = L_12; } IL_0033: { JToken_t1038539247 * L_13 = ___item0; return L_13; } } // System.Void Newtonsoft.Json.Linq.JContainer::InsertItem(System.Int32,Newtonsoft.Json.Linq.JToken,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JContainer_InsertItem_m3405222001 (JContainer_t1023664833 * __this, int32_t ___index0, JToken_t1038539247 * ___item1, bool ___skipParentCheck2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JContainer_InsertItem_m3405222001_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; JToken_t1038539247 * V_1 = NULL; JToken_t1038539247 * V_2 = NULL; JToken_t1038539247 * G_B5_0 = NULL; JToken_t1038539247 * G_B8_0 = NULL; { RuntimeObject* L_0 = VirtFuncInvoker0< RuntimeObject* >::Invoke(47 /* System.Collections.Generic.IList`1 Newtonsoft.Json.Linq.JContainer::get_ChildrenTokens() */, __this); V_0 = L_0; int32_t L_1 = ___index0; RuntimeObject* L_2 = V_0; NullCheck(L_2); int32_t L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t3866691481_il2cpp_TypeInfo_var, L_2); if ((((int32_t)L_1) <= ((int32_t)L_3))) { goto IL_0020; } } { ArgumentOutOfRangeException_t777629997 * L_4 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_4, _stringLiteral797640427, _stringLiteral2450405484, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,JContainer_InsertItem_m3405222001_RuntimeMethod_var); } IL_0020: { JContainer_CheckReentrancy_m3570870381(__this, /*hidden argument*/NULL); JToken_t1038539247 * L_5 = ___item1; bool L_6 = ___skipParentCheck2; JToken_t1038539247 * L_7 = JContainer_EnsureParentToken_m1350774183(__this, L_5, L_6, /*hidden argument*/NULL); ___item1 = L_7; int32_t L_8 = ___index0; if (!L_8) { goto IL_003e; } } { RuntimeObject* L_9 = V_0; int32_t L_10 = ___index0; NullCheck(L_9); JToken_t1038539247 * L_11 = InterfaceFuncInvoker1< JToken_t1038539247 *, int32_t >::Invoke(3 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t2853859030_il2cpp_TypeInfo_var, L_9, ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1))); G_B5_0 = L_11; goto IL_003f; } IL_003e: { G_B5_0 = ((JToken_t1038539247 *)(NULL)); } IL_003f: { V_1 = G_B5_0; int32_t L_12 = ___index0; RuntimeObject* L_13 = V_0; NullCheck(L_13); int32_t L_14 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t3866691481_il2cpp_TypeInfo_var, L_13); if ((((int32_t)L_12) == ((int32_t)L_14))) { goto IL_0052; } } { RuntimeObject* L_15 = V_0; int32_t L_16 = ___index0; NullCheck(L_15); JToken_t1038539247 * L_17 = InterfaceFuncInvoker1< JToken_t1038539247 *, int32_t >::Invoke(3 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t2853859030_il2cpp_TypeInfo_var, L_15, L_16); G_B8_0 = L_17; goto IL_0053; } IL_0052: { G_B8_0 = ((JToken_t1038539247 *)(NULL)); } IL_0053: { V_2 = G_B8_0; JToken_t1038539247 * L_18 = ___item1; VirtActionInvoker2< JToken_t1038539247 *, JToken_t1038539247 * >::Invoke(59 /* System.Void Newtonsoft.Json.Linq.JContainer::ValidateToken(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken) */, __this, L_18, (JToken_t1038539247 *)NULL); JToken_t1038539247 * L_19 = ___item1; NullCheck(L_19); JToken_set_Parent_m545664813(L_19, __this, /*hidden argument*/NULL); JToken_t1038539247 * L_20 = ___item1; JToken_t1038539247 * L_21 = V_1; NullCheck(L_20); JToken_set_Previous_m4097729148(L_20, L_21, /*hidden argument*/NULL); JToken_t1038539247 * L_22 = V_1; if (!L_22) { goto IL_0074; } } { JToken_t1038539247 * L_23 = V_1; JToken_t1038539247 * L_24 = ___item1; NullCheck(L_23); JToken_set_Next_m2807458976(L_23, L_24, /*hidden argument*/NULL); } IL_0074: { JToken_t1038539247 * L_25 = ___item1; JToken_t1038539247 * L_26 = V_2; NullCheck(L_25); JToken_set_Next_m2807458976(L_25, L_26, /*hidden argument*/NULL); JToken_t1038539247 * L_27 = V_2; if (!L_27) { goto IL_0085; } } { JToken_t1038539247 * L_28 = V_2; JToken_t1038539247 * L_29 = ___item1; NullCheck(L_28); JToken_set_Previous_m4097729148(L_28, L_29, /*hidden argument*/NULL); } IL_0085: { RuntimeObject* L_30 = V_0; int32_t L_31 = ___index0; JToken_t1038539247 * L_32 = ___item1; NullCheck(L_30); InterfaceActionInvoker2< int32_t, JToken_t1038539247 * >::Invoke(1 /* System.Void System.Collections.Generic.IList`1::Insert(System.Int32,!0) */, IList_1_t2853859030_il2cpp_TypeInfo_var, L_30, L_31, L_32); ListChangedEventHandler_t1703970447 * L_33 = __this->get__listChanged_13(); if (!L_33) { goto IL_00a2; } } { int32_t L_34 = ___index0; ListChangedEventArgs_t1328006001 * L_35 = (ListChangedEventArgs_t1328006001 *)il2cpp_codegen_object_new(ListChangedEventArgs_t1328006001_il2cpp_TypeInfo_var); ListChangedEventArgs__ctor_m2776068830(L_35, 1, L_34, /*hidden argument*/NULL); VirtActionInvoker1< ListChangedEventArgs_t1328006001 * >::Invoke(48 /* System.Void Newtonsoft.Json.Linq.JContainer::OnListChanged(System.ComponentModel.ListChangedEventArgs) */, __this, L_35); } IL_00a2: { return; } } // System.Void Newtonsoft.Json.Linq.JContainer::RemoveItemAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void JContainer_RemoveItemAt_m1726778755 (JContainer_t1023664833 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JContainer_RemoveItemAt_m1726778755_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; JToken_t1038539247 * V_1 = NULL; JToken_t1038539247 * V_2 = NULL; JToken_t1038539247 * G_B6_0 = NULL; JToken_t1038539247 * G_B5_0 = NULL; JToken_t1038539247 * G_B7_0 = NULL; JToken_t1038539247 * G_B7_1 = NULL; JToken_t1038539247 * G_B9_0 = NULL; JToken_t1038539247 * G_B8_0 = NULL; JToken_t1038539247 * G_B10_0 = NULL; JToken_t1038539247 * G_B10_1 = NULL; JToken_t1038539247 * G_B12_0 = NULL; JToken_t1038539247 * G_B11_0 = NULL; JToken_t1038539247 * G_B14_0 = NULL; JToken_t1038539247 * G_B13_0 = NULL; { RuntimeObject* L_0 = VirtFuncInvoker0< RuntimeObject* >::Invoke(47 /* System.Collections.Generic.IList`1 Newtonsoft.Json.Linq.JContainer::get_ChildrenTokens() */, __this); V_0 = L_0; int32_t L_1 = ___index0; if ((((int32_t)L_1) >= ((int32_t)0))) { goto IL_001b; } } { ArgumentOutOfRangeException_t777629997 * L_2 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_2, _stringLiteral797640427, _stringLiteral3698666042, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,JContainer_RemoveItemAt_m1726778755_RuntimeMethod_var); } IL_001b: { int32_t L_3 = ___index0; 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_t3866691481_il2cpp_TypeInfo_var, L_4); if ((((int32_t)L_3) < ((int32_t)L_5))) { goto IL_0034; } } { ArgumentOutOfRangeException_t777629997 * L_6 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_6, _stringLiteral797640427, _stringLiteral1903837449, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,JContainer_RemoveItemAt_m1726778755_RuntimeMethod_var); } IL_0034: { JContainer_CheckReentrancy_m3570870381(__this, /*hidden argument*/NULL); RuntimeObject* L_7 = V_0; int32_t L_8 = ___index0; NullCheck(L_7); JToken_t1038539247 * L_9 = InterfaceFuncInvoker1< JToken_t1038539247 *, int32_t >::Invoke(3 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t2853859030_il2cpp_TypeInfo_var, L_7, L_8); int32_t L_10 = ___index0; G_B5_0 = L_9; if (!L_10) { G_B6_0 = L_9; goto IL_004f; } } { RuntimeObject* L_11 = V_0; int32_t L_12 = ___index0; NullCheck(L_11); JToken_t1038539247 * L_13 = InterfaceFuncInvoker1< JToken_t1038539247 *, int32_t >::Invoke(3 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t2853859030_il2cpp_TypeInfo_var, L_11, ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1))); G_B7_0 = L_13; G_B7_1 = G_B5_0; goto IL_0050; } IL_004f: { G_B7_0 = ((JToken_t1038539247 *)(NULL)); G_B7_1 = G_B6_0; } IL_0050: { V_1 = G_B7_0; int32_t L_14 = ___index0; RuntimeObject* L_15 = V_0; NullCheck(L_15); int32_t L_16 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t3866691481_il2cpp_TypeInfo_var, L_15); G_B8_0 = G_B7_1; if ((((int32_t)L_14) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1))))) { G_B9_0 = G_B7_1; goto IL_0067; } } { RuntimeObject* L_17 = V_0; int32_t L_18 = ___index0; NullCheck(L_17); JToken_t1038539247 * L_19 = InterfaceFuncInvoker1< JToken_t1038539247 *, int32_t >::Invoke(3 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t2853859030_il2cpp_TypeInfo_var, L_17, ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); G_B10_0 = L_19; G_B10_1 = G_B8_0; goto IL_0068; } IL_0067: { G_B10_0 = ((JToken_t1038539247 *)(NULL)); G_B10_1 = G_B9_0; } IL_0068: { V_2 = G_B10_0; JToken_t1038539247 * L_20 = V_1; G_B11_0 = G_B10_1; if (!L_20) { G_B12_0 = G_B10_1; goto IL_0073; } } { JToken_t1038539247 * L_21 = V_1; JToken_t1038539247 * L_22 = V_2; NullCheck(L_21); JToken_set_Next_m2807458976(L_21, L_22, /*hidden argument*/NULL); G_B12_0 = G_B11_0; } IL_0073: { JToken_t1038539247 * L_23 = V_2; G_B13_0 = G_B12_0; if (!L_23) { G_B14_0 = G_B12_0; goto IL_007d; } } { JToken_t1038539247 * L_24 = V_2; JToken_t1038539247 * L_25 = V_1; NullCheck(L_24); JToken_set_Previous_m4097729148(L_24, L_25, /*hidden argument*/NULL); G_B14_0 = G_B13_0; } IL_007d: { JToken_t1038539247 * L_26 = G_B14_0; NullCheck(L_26); JToken_set_Parent_m545664813(L_26, (JContainer_t1023664833 *)NULL, /*hidden argument*/NULL); JToken_t1038539247 * L_27 = L_26; NullCheck(L_27); JToken_set_Previous_m4097729148(L_27, (JToken_t1038539247 *)NULL, /*hidden argument*/NULL); NullCheck(L_27); JToken_set_Next_m2807458976(L_27, (JToken_t1038539247 *)NULL, /*hidden argument*/NULL); RuntimeObject* L_28 = V_0; int32_t L_29 = ___index0; NullCheck(L_28); InterfaceActionInvoker1< int32_t >::Invoke(2 /* System.Void System.Collections.Generic.IList`1::RemoveAt(System.Int32) */, IList_1_t2853859030_il2cpp_TypeInfo_var, L_28, L_29); ListChangedEventHandler_t1703970447 * L_30 = __this->get__listChanged_13(); if (!L_30) { goto IL_00ad; } } { int32_t L_31 = ___index0; ListChangedEventArgs_t1328006001 * L_32 = (ListChangedEventArgs_t1328006001 *)il2cpp_codegen_object_new(ListChangedEventArgs_t1328006001_il2cpp_TypeInfo_var); ListChangedEventArgs__ctor_m2776068830(L_32, 2, L_31, /*hidden argument*/NULL); VirtActionInvoker1< ListChangedEventArgs_t1328006001 * >::Invoke(48 /* System.Void Newtonsoft.Json.Linq.JContainer::OnListChanged(System.ComponentModel.ListChangedEventArgs) */, __this, L_32); } IL_00ad: { return; } } // System.Boolean Newtonsoft.Json.Linq.JContainer::RemoveItem(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR bool JContainer_RemoveItem_m965038247 (JContainer_t1023664833 * __this, JToken_t1038539247 * ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { JToken_t1038539247 * L_0 = ___item0; int32_t L_1 = VirtFuncInvoker1< int32_t, JToken_t1038539247 * >::Invoke(49 /* System.Int32 Newtonsoft.Json.Linq.JContainer::IndexOfItem(Newtonsoft.Json.Linq.JToken) */, __this, L_0); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0015; } } { int32_t L_3 = V_0; VirtActionInvoker1< int32_t >::Invoke(51 /* System.Void Newtonsoft.Json.Linq.JContainer::RemoveItemAt(System.Int32) */, __this, L_3); return (bool)1; } IL_0015: { return (bool)0; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JContainer::GetItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * JContainer_GetItem_m1729125249 (JContainer_t1023664833 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JContainer_GetItem_m1729125249_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = VirtFuncInvoker0< RuntimeObject* >::Invoke(47 /* System.Collections.Generic.IList`1 Newtonsoft.Json.Linq.JContainer::get_ChildrenTokens() */, __this); int32_t L_1 = ___index0; NullCheck(L_0); JToken_t1038539247 * L_2 = InterfaceFuncInvoker1< JToken_t1038539247 *, int32_t >::Invoke(3 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t2853859030_il2cpp_TypeInfo_var, L_0, L_1); return L_2; } } // System.Void Newtonsoft.Json.Linq.JContainer::SetItem(System.Int32,Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR void JContainer_SetItem_m1551553532 (JContainer_t1023664833 * __this, int32_t ___index0, JToken_t1038539247 * ___item1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JContainer_SetItem_m1551553532_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; JToken_t1038539247 * V_1 = NULL; JToken_t1038539247 * V_2 = NULL; JToken_t1038539247 * V_3 = NULL; JToken_t1038539247 * G_B9_0 = NULL; JToken_t1038539247 * G_B12_0 = NULL; { RuntimeObject* L_0 = VirtFuncInvoker0< RuntimeObject* >::Invoke(47 /* System.Collections.Generic.IList`1 Newtonsoft.Json.Linq.JContainer::get_ChildrenTokens() */, __this); V_0 = L_0; int32_t L_1 = ___index0; if ((((int32_t)L_1) >= ((int32_t)0))) { goto IL_001b; } } { ArgumentOutOfRangeException_t777629997 * L_2 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_2, _stringLiteral797640427, _stringLiteral3698666042, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,JContainer_SetItem_m1551553532_RuntimeMethod_var); } IL_001b: { int32_t L_3 = ___index0; 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_t3866691481_il2cpp_TypeInfo_var, L_4); if ((((int32_t)L_3) < ((int32_t)L_5))) { goto IL_0034; } } { ArgumentOutOfRangeException_t777629997 * L_6 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_6, _stringLiteral797640427, _stringLiteral1903837449, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,JContainer_SetItem_m1551553532_RuntimeMethod_var); } IL_0034: { RuntimeObject* L_7 = V_0; int32_t L_8 = ___index0; NullCheck(L_7); JToken_t1038539247 * L_9 = InterfaceFuncInvoker1< JToken_t1038539247 *, int32_t >::Invoke(3 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t2853859030_il2cpp_TypeInfo_var, L_7, L_8); V_1 = L_9; JToken_t1038539247 * L_10 = V_1; JToken_t1038539247 * L_11 = ___item1; bool L_12 = JContainer_IsTokenUnchanged_m596112421(NULL /*static, unused*/, L_10, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0046; } } { return; } IL_0046: { JContainer_CheckReentrancy_m3570870381(__this, /*hidden argument*/NULL); JToken_t1038539247 * L_13 = ___item1; JToken_t1038539247 * L_14 = JContainer_EnsureParentToken_m1350774183(__this, L_13, (bool)0, /*hidden argument*/NULL); ___item1 = L_14; JToken_t1038539247 * L_15 = ___item1; JToken_t1038539247 * L_16 = V_1; VirtActionInvoker2< JToken_t1038539247 *, JToken_t1038539247 * >::Invoke(59 /* System.Void Newtonsoft.Json.Linq.JContainer::ValidateToken(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken) */, __this, L_15, L_16); int32_t L_17 = ___index0; if (!L_17) { goto IL_006c; } } { RuntimeObject* L_18 = V_0; int32_t L_19 = ___index0; NullCheck(L_18); JToken_t1038539247 * L_20 = InterfaceFuncInvoker1< JToken_t1038539247 *, int32_t >::Invoke(3 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t2853859030_il2cpp_TypeInfo_var, L_18, ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1))); G_B9_0 = L_20; goto IL_006d; } IL_006c: { G_B9_0 = ((JToken_t1038539247 *)(NULL)); } IL_006d: { V_2 = G_B9_0; int32_t L_21 = ___index0; RuntimeObject* L_22 = V_0; NullCheck(L_22); int32_t L_23 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t3866691481_il2cpp_TypeInfo_var, L_22); if ((((int32_t)L_21) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1))))) { goto IL_0084; } } { RuntimeObject* L_24 = V_0; int32_t L_25 = ___index0; NullCheck(L_24); JToken_t1038539247 * L_26 = InterfaceFuncInvoker1< JToken_t1038539247 *, int32_t >::Invoke(3 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t2853859030_il2cpp_TypeInfo_var, L_24, ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1))); G_B12_0 = L_26; goto IL_0085; } IL_0084: { G_B12_0 = ((JToken_t1038539247 *)(NULL)); } IL_0085: { V_3 = G_B12_0; JToken_t1038539247 * L_27 = ___item1; NullCheck(L_27); JToken_set_Parent_m545664813(L_27, __this, /*hidden argument*/NULL); JToken_t1038539247 * L_28 = ___item1; JToken_t1038539247 * L_29 = V_2; NullCheck(L_28); JToken_set_Previous_m4097729148(L_28, L_29, /*hidden argument*/NULL); JToken_t1038539247 * L_30 = V_2; if (!L_30) { goto IL_009e; } } { JToken_t1038539247 * L_31 = V_2; JToken_t1038539247 * L_32 = ___item1; NullCheck(L_31); JToken_set_Next_m2807458976(L_31, L_32, /*hidden argument*/NULL); } IL_009e: { JToken_t1038539247 * L_33 = ___item1; JToken_t1038539247 * L_34 = V_3; NullCheck(L_33); JToken_set_Next_m2807458976(L_33, L_34, /*hidden argument*/NULL); JToken_t1038539247 * L_35 = V_3; if (!L_35) { goto IL_00af; } } { JToken_t1038539247 * L_36 = V_3; JToken_t1038539247 * L_37 = ___item1; NullCheck(L_36); JToken_set_Previous_m4097729148(L_36, L_37, /*hidden argument*/NULL); } IL_00af: { RuntimeObject* L_38 = V_0; int32_t L_39 = ___index0; JToken_t1038539247 * L_40 = ___item1; NullCheck(L_38); InterfaceActionInvoker2< int32_t, JToken_t1038539247 * >::Invoke(4 /* System.Void System.Collections.Generic.IList`1::set_Item(System.Int32,!0) */, IList_1_t2853859030_il2cpp_TypeInfo_var, L_38, L_39, L_40); JToken_t1038539247 * L_41 = V_1; NullCheck(L_41); JToken_set_Parent_m545664813(L_41, (JContainer_t1023664833 *)NULL, /*hidden argument*/NULL); JToken_t1038539247 * L_42 = V_1; NullCheck(L_42); JToken_set_Previous_m4097729148(L_42, (JToken_t1038539247 *)NULL, /*hidden argument*/NULL); JToken_t1038539247 * L_43 = V_1; NullCheck(L_43); JToken_set_Next_m2807458976(L_43, (JToken_t1038539247 *)NULL, /*hidden argument*/NULL); ListChangedEventHandler_t1703970447 * L_44 = __this->get__listChanged_13(); if (!L_44) { goto IL_00e1; } } { int32_t L_45 = ___index0; ListChangedEventArgs_t1328006001 * L_46 = (ListChangedEventArgs_t1328006001 *)il2cpp_codegen_object_new(ListChangedEventArgs_t1328006001_il2cpp_TypeInfo_var); ListChangedEventArgs__ctor_m2776068830(L_46, 4, L_45, /*hidden argument*/NULL); VirtActionInvoker1< ListChangedEventArgs_t1328006001 * >::Invoke(48 /* System.Void Newtonsoft.Json.Linq.JContainer::OnListChanged(System.ComponentModel.ListChangedEventArgs) */, __this, L_46); } IL_00e1: { return; } } // System.Void Newtonsoft.Json.Linq.JContainer::ClearItems() extern "C" IL2CPP_METHOD_ATTR void JContainer_ClearItems_m1537911972 (JContainer_t1023664833 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JContainer_ClearItems_m1537911972_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* 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); { JContainer_CheckReentrancy_m3570870381(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = VirtFuncInvoker0< RuntimeObject* >::Invoke(47 /* System.Collections.Generic.IList`1 Newtonsoft.Json.Linq.JContainer::get_ChildrenTokens() */, __this); V_0 = L_0; RuntimeObject* L_1 = V_0; NullCheck(L_1); RuntimeObject* L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t18392136_il2cpp_TypeInfo_var, L_1); V_1 = L_2; } IL_0014: try { // begin try (depth: 1) { goto IL_0030; } IL_0016: { RuntimeObject* L_3 = V_1; NullCheck(L_3); JToken_t1038539247 * L_4 = InterfaceFuncInvoker0< JToken_t1038539247 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t1471109715_il2cpp_TypeInfo_var, L_3); JToken_t1038539247 * L_5 = L_4; NullCheck(L_5); JToken_set_Parent_m545664813(L_5, (JContainer_t1023664833 *)NULL, /*hidden argument*/NULL); JToken_t1038539247 * L_6 = L_5; NullCheck(L_6); JToken_set_Previous_m4097729148(L_6, (JToken_t1038539247 *)NULL, /*hidden argument*/NULL); NullCheck(L_6); JToken_set_Next_m2807458976(L_6, (JToken_t1038539247 *)NULL, /*hidden argument*/NULL); } IL_0030: { RuntimeObject* L_7 = V_1; 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_0038: { IL2CPP_LEAVE(0x44, FINALLY_003a); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003a; } FINALLY_003a: { // begin finally (depth: 1) { RuntimeObject* L_9 = V_1; if (!L_9) { goto IL_0043; } } IL_003d: { RuntimeObject* L_10 = V_1; NullCheck(L_10); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_10); } IL_0043: { IL2CPP_END_FINALLY(58) } } // end finally (depth: 1) IL2CPP_CLEANUP(58) { IL2CPP_JUMP_TBL(0x44, IL_0044) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0044: { RuntimeObject* L_11 = V_0; NullCheck(L_11); InterfaceActionInvoker0::Invoke(3 /* System.Void System.Collections.Generic.ICollection`1::Clear() */, ICollection_1_t3866691481_il2cpp_TypeInfo_var, L_11); ListChangedEventHandler_t1703970447 * L_12 = __this->get__listChanged_13(); if (!L_12) { goto IL_005f; } } { ListChangedEventArgs_t1328006001 * L_13 = (ListChangedEventArgs_t1328006001 *)il2cpp_codegen_object_new(ListChangedEventArgs_t1328006001_il2cpp_TypeInfo_var); ListChangedEventArgs__ctor_m2776068830(L_13, 0, (-1), /*hidden argument*/NULL); VirtActionInvoker1< ListChangedEventArgs_t1328006001 * >::Invoke(48 /* System.Void Newtonsoft.Json.Linq.JContainer::OnListChanged(System.ComponentModel.ListChangedEventArgs) */, __this, L_13); } IL_005f: { return; } } // System.Void Newtonsoft.Json.Linq.JContainer::ReplaceItem(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR void JContainer_ReplaceItem_m1876067522 (JContainer_t1023664833 * __this, JToken_t1038539247 * ___existing0, JToken_t1038539247 * ___replacement1, const RuntimeMethod* method) { int32_t V_0 = 0; { JToken_t1038539247 * L_0 = ___existing0; if (!L_0) { goto IL_000c; } } { JToken_t1038539247 * L_1 = ___existing0; NullCheck(L_1); JContainer_t1023664833 * L_2 = JToken_get_Parent_m3865335600(L_1, /*hidden argument*/NULL); if ((((RuntimeObject*)(JContainer_t1023664833 *)L_2) == ((RuntimeObject*)(JContainer_t1023664833 *)__this))) { goto IL_000d; } } IL_000c: { return; } IL_000d: { JToken_t1038539247 * L_3 = ___existing0; int32_t L_4 = VirtFuncInvoker1< int32_t, JToken_t1038539247 * >::Invoke(49 /* System.Int32 Newtonsoft.Json.Linq.JContainer::IndexOfItem(Newtonsoft.Json.Linq.JToken) */, __this, L_3); V_0 = L_4; int32_t L_5 = V_0; JToken_t1038539247 * L_6 = ___replacement1; VirtActionInvoker2< int32_t, JToken_t1038539247 * >::Invoke(54 /* System.Void Newtonsoft.Json.Linq.JContainer::SetItem(System.Int32,Newtonsoft.Json.Linq.JToken) */, __this, L_5, L_6); return; } } // System.Boolean Newtonsoft.Json.Linq.JContainer::ContainsItem(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR bool JContainer_ContainsItem_m1222795505 (JContainer_t1023664833 * __this, JToken_t1038539247 * ___item0, const RuntimeMethod* method) { { JToken_t1038539247 * L_0 = ___item0; int32_t L_1 = VirtFuncInvoker1< int32_t, JToken_t1038539247 * >::Invoke(49 /* System.Int32 Newtonsoft.Json.Linq.JContainer::IndexOfItem(Newtonsoft.Json.Linq.JToken) */, __this, L_0); return (bool)((((int32_t)((((int32_t)L_1) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Void Newtonsoft.Json.Linq.JContainer::CopyItemsTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void JContainer_CopyItemsTo_m2386917283 (JContainer_t1023664833 * __this, RuntimeArray * ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JContainer_CopyItemsTo_m2386917283_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject* 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); { RuntimeArray * L_0 = ___array0; 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, _stringLiteral4007973390, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,JContainer_CopyItemsTo_m2386917283_RuntimeMethod_var); } IL_000e: { int32_t L_2 = ___arrayIndex1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0022; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_3, _stringLiteral335484879, _stringLiteral2468112862, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,JContainer_CopyItemsTo_m2386917283_RuntimeMethod_var); } IL_0022: { int32_t L_4 = ___arrayIndex1; RuntimeArray * L_5 = ___array0; NullCheck(L_5); int32_t L_6 = Array_get_Length_m21610649(L_5, /*hidden argument*/NULL); if ((((int32_t)L_4) < ((int32_t)L_6))) { goto IL_0039; } } { int32_t L_7 = ___arrayIndex1; if (!L_7) { goto IL_0039; } } { ArgumentException_t132251570 * L_8 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_8, _stringLiteral2942413055, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,JContainer_CopyItemsTo_m2386917283_RuntimeMethod_var); } IL_0039: { int32_t L_9 = JContainer_get_Count_m3989743323(__this, /*hidden argument*/NULL); RuntimeArray * L_10 = ___array0; NullCheck(L_10); int32_t L_11 = Array_get_Length_m21610649(L_10, /*hidden argument*/NULL); int32_t L_12 = ___arrayIndex1; if ((((int32_t)L_9) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12))))) { goto IL_0054; } } { ArgumentException_t132251570 * L_13 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_13, _stringLiteral264865733, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,JContainer_CopyItemsTo_m2386917283_RuntimeMethod_var); } IL_0054: { V_0 = 0; RuntimeObject* L_14 = VirtFuncInvoker0< RuntimeObject* >::Invoke(47 /* System.Collections.Generic.IList`1 Newtonsoft.Json.Linq.JContainer::get_ChildrenTokens() */, __this); NullCheck(L_14); RuntimeObject* L_15 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t18392136_il2cpp_TypeInfo_var, L_14); V_1 = L_15; } IL_0062: try { // begin try (depth: 1) { goto IL_0079; } IL_0064: { RuntimeObject* L_16 = V_1; NullCheck(L_16); JToken_t1038539247 * L_17 = InterfaceFuncInvoker0< JToken_t1038539247 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t1471109715_il2cpp_TypeInfo_var, L_16); V_2 = L_17; RuntimeArray * L_18 = ___array0; JToken_t1038539247 * L_19 = V_2; int32_t L_20 = ___arrayIndex1; int32_t L_21 = V_0; NullCheck(L_18); Array_SetValue_m3412255035(L_18, L_19, ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)L_21)), /*hidden argument*/NULL); int32_t L_22 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0079: { RuntimeObject* L_23 = V_1; NullCheck(L_23); bool L_24 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_23); if (L_24) { goto IL_0064; } } IL_0081: { IL2CPP_LEAVE(0x8D, FINALLY_0083); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0083; } FINALLY_0083: { // begin finally (depth: 1) { RuntimeObject* L_25 = V_1; if (!L_25) { goto IL_008c; } } IL_0086: { RuntimeObject* L_26 = V_1; NullCheck(L_26); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_26); } IL_008c: { IL2CPP_END_FINALLY(131) } } // end finally (depth: 1) IL2CPP_CLEANUP(131) { IL2CPP_JUMP_TBL(0x8D, IL_008d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_008d: { return; } } // System.Boolean Newtonsoft.Json.Linq.JContainer::IsTokenUnchanged(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR bool JContainer_IsTokenUnchanged_m596112421 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___currentValue0, JToken_t1038539247 * ___newValue1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JContainer_IsTokenUnchanged_m596112421_MetadataUsageId); s_Il2CppMethodInitialized = true; } JValue_t1448862567 * V_0 = NULL; { JToken_t1038539247 * L_0 = ___currentValue0; V_0 = ((JValue_t1448862567 *)IsInstClass((RuntimeObject*)L_0, JValue_t1448862567_il2cpp_TypeInfo_var)); JValue_t1448862567 * L_1 = V_0; if (!L_1) { goto IL_0021; } } { JValue_t1448862567 * L_2 = V_0; NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(12 /* Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JToken::get_Type() */, L_2); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)10))))) { goto IL_0019; } } { JToken_t1038539247 * L_4 = ___newValue1; if (L_4) { goto IL_0019; } } { return (bool)1; } IL_0019: { JValue_t1448862567 * L_5 = V_0; JToken_t1038539247 * L_6 = ___newValue1; NullCheck(L_5); bool L_7 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_5, L_6); return L_7; } IL_0021: { return (bool)0; } } // System.Void Newtonsoft.Json.Linq.JContainer::ValidateToken(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR void JContainer_ValidateToken_m1808101267 (JContainer_t1023664833 * __this, JToken_t1038539247 * ___o0, JToken_t1038539247 * ___existing1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JContainer_ValidateToken_m1808101267_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JToken_t1038539247 * L_0 = ___o0; ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, L_0, _stringLiteral3452614593, /*hidden argument*/NULL); JToken_t1038539247 * L_1 = ___o0; NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(12 /* Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JToken::get_Type() */, L_1); if ((!(((uint32_t)L_2) == ((uint32_t)4)))) { goto IL_0035; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_3 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JToken_t1038539247 * L_4 = ___o0; NullCheck(L_4); Type_t * L_5 = Object_GetType_m88164663(L_4, /*hidden argument*/NULL); Type_t * L_6 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); String_t* L_7 = StringUtils_FormatWith_m353537829(NULL /*static, unused*/, _stringLiteral3090854430, L_3, L_5, L_6, /*hidden argument*/NULL); ArgumentException_t132251570 * L_8 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,JContainer_ValidateToken_m1808101267_RuntimeMethod_var); } IL_0035: { return; } } // System.Void Newtonsoft.Json.Linq.JContainer::Add(System.Object) extern "C" IL2CPP_METHOD_ATTR void JContainer_Add_m2422092162 (JContainer_t1023664833 * __this, RuntimeObject * ___content0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JContainer_Add_m2422092162_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = VirtFuncInvoker0< RuntimeObject* >::Invoke(47 /* System.Collections.Generic.IList`1 Newtonsoft.Json.Linq.JContainer::get_ChildrenTokens() */, __this); NullCheck(L_0); int32_t L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t3866691481_il2cpp_TypeInfo_var, L_0); RuntimeObject * L_2 = ___content0; JContainer_AddInternal_m2943879957(__this, L_1, L_2, (bool)0, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JContainer::AddAndSkipParentCheck(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR void JContainer_AddAndSkipParentCheck_m1289394679 (JContainer_t1023664833 * __this, JToken_t1038539247 * ___token0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JContainer_AddAndSkipParentCheck_m1289394679_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = VirtFuncInvoker0< RuntimeObject* >::Invoke(47 /* System.Collections.Generic.IList`1 Newtonsoft.Json.Linq.JContainer::get_ChildrenTokens() */, __this); NullCheck(L_0); int32_t L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t3866691481_il2cpp_TypeInfo_var, L_0); JToken_t1038539247 * L_2 = ___token0; JContainer_AddInternal_m2943879957(__this, L_1, L_2, (bool)1, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JContainer::AddInternal(System.Int32,System.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JContainer_AddInternal_m2943879957 (JContainer_t1023664833 * __this, int32_t ___index0, RuntimeObject * ___content1, bool ___skipParentCheck2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JContainer_AddInternal_m2943879957_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject* V_1 = NULL; RuntimeObject * V_2 = NULL; RuntimeObject* V_3 = NULL; JToken_t1038539247 * 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); { RuntimeObject * L_0 = ___content1; bool L_1 = JContainer_IsMultiContent_m2621534740(__this, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0048; } } { RuntimeObject * L_2 = ___content1; int32_t L_3 = ___index0; V_0 = L_3; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_2, IEnumerable_t1941168011_il2cpp_TypeInfo_var))); RuntimeObject* L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_2, IEnumerable_t1941168011_il2cpp_TypeInfo_var))); V_1 = L_4; } IL_0017: try { // begin try (depth: 1) { goto IL_002d; } IL_0019: { RuntimeObject* L_5 = V_1; NullCheck(L_5); RuntimeObject * L_6 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_5); V_2 = L_6; int32_t L_7 = V_0; RuntimeObject * L_8 = V_2; bool L_9 = ___skipParentCheck2; JContainer_AddInternal_m2943879957(__this, L_7, L_8, L_9, /*hidden argument*/NULL); int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_002d: { RuntimeObject* L_11 = V_1; NullCheck(L_11); bool L_12 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_11); if (L_12) { goto IL_0019; } } IL_0035: { IL2CPP_LEAVE(0x5A, FINALLY_0037); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0037; } FINALLY_0037: { // begin finally (depth: 1) { RuntimeObject* L_13 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_13, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_14 = V_3; if (!L_14) { goto IL_0047; } } IL_0041: { RuntimeObject* L_15 = V_3; NullCheck(L_15); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_15); } IL_0047: { IL2CPP_END_FINALLY(55) } } // end finally (depth: 1) IL2CPP_CLEANUP(55) { IL2CPP_JUMP_TBL(0x5A, IL_005a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0048: { RuntimeObject * L_16 = ___content1; JToken_t1038539247 * L_17 = JContainer_CreateFromContent_m349117345(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); V_4 = L_17; int32_t L_18 = ___index0; JToken_t1038539247 * L_19 = V_4; bool L_20 = ___skipParentCheck2; VirtActionInvoker3< int32_t, JToken_t1038539247 *, bool >::Invoke(50 /* System.Void Newtonsoft.Json.Linq.JContainer::InsertItem(System.Int32,Newtonsoft.Json.Linq.JToken,System.Boolean) */, __this, L_18, L_19, L_20); } IL_005a: { return; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JContainer::CreateFromContent(System.Object) extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * JContainer_CreateFromContent_m349117345 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___content0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JContainer_CreateFromContent_m349117345_MetadataUsageId); s_Il2CppMethodInitialized = true; } JToken_t1038539247 * V_0 = NULL; { RuntimeObject * L_0 = ___content0; V_0 = ((JToken_t1038539247 *)IsInstClass((RuntimeObject*)L_0, JToken_t1038539247_il2cpp_TypeInfo_var)); JToken_t1038539247 * L_1 = V_0; if (!L_1) { goto IL_000c; } } { JToken_t1038539247 * L_2 = V_0; return L_2; } IL_000c: { RuntimeObject * L_3 = ___content0; JValue_t1448862567 * L_4 = (JValue_t1448862567 *)il2cpp_codegen_object_new(JValue_t1448862567_il2cpp_TypeInfo_var); JValue__ctor_m3253317968(L_4, L_3, /*hidden argument*/NULL); return L_4; } } // System.Void Newtonsoft.Json.Linq.JContainer::RemoveAll() extern "C" IL2CPP_METHOD_ATTR void JContainer_RemoveAll_m4273261103 (JContainer_t1023664833 * __this, const RuntimeMethod* method) { { VirtActionInvoker0::Invoke(55 /* System.Void Newtonsoft.Json.Linq.JContainer::ClearItems() */, __this); return; } } // System.Void Newtonsoft.Json.Linq.JContainer::ReadTokenFrom(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings) extern "C" IL2CPP_METHOD_ATTR void JContainer_ReadTokenFrom_m192763178 (JContainer_t1023664833 * __this, JsonReader_t2369136700 * ___reader0, JsonLoadSettings_t878621609 * ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JContainer_ReadTokenFrom_m192763178_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { JsonReader_t2369136700 * L_0 = ___reader0; NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 Newtonsoft.Json.JsonReader::get_Depth() */, L_0); V_0 = L_1; 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_0030; } } { JsonReader_t2369136700 * L_4 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_5 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); Type_t * L_6 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_6); String_t* L_8 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral1056291130, L_5, L_7, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_9 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, L_4, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,JContainer_ReadTokenFrom_m192763178_RuntimeMethod_var); } IL_0030: { JsonReader_t2369136700 * L_10 = ___reader0; JsonLoadSettings_t878621609 * L_11 = ___options1; JContainer_ReadContentFrom_m1905149918(__this, L_10, L_11, /*hidden argument*/NULL); JsonReader_t2369136700 * L_12 = ___reader0; NullCheck(L_12); int32_t L_13 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 Newtonsoft.Json.JsonReader::get_Depth() */, L_12); int32_t L_14 = V_0; if ((((int32_t)L_13) <= ((int32_t)L_14))) { goto IL_0062; } } { JsonReader_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); Type_t * L_17 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_17); String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_17); String_t* L_19 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral1757659799, L_16, L_18, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_20 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, L_15, L_19, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20,JContainer_ReadTokenFrom_m192763178_RuntimeMethod_var); } IL_0062: { return; } } // System.Void Newtonsoft.Json.Linq.JContainer::ReadContentFrom(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings) extern "C" IL2CPP_METHOD_ATTR void JContainer_ReadContentFrom_m1905149918 (JContainer_t1023664833 * __this, JsonReader_t2369136700 * ___r0, JsonLoadSettings_t878621609 * ___settings1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JContainer_ReadContentFrom_m1905149918_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; JContainer_t1023664833 * V_1 = NULL; int32_t V_2 = 0; JArray_t2963978544 * V_3 = NULL; JObject_t2059125928 * V_4 = NULL; JConstructor_t3659803310 * V_5 = NULL; JValue_t1448862567 * V_6 = NULL; String_t* V_7 = NULL; JProperty_t3803048347 * V_8 = NULL; JProperty_t3803048347 * V_9 = NULL; JProperty_t3803048347 * G_B3_0 = NULL; JProperty_t3803048347 * G_B2_0 = NULL; JToken_t1038539247 * G_B4_0 = NULL; { JsonReader_t2369136700 * L_0 = ___r0; ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, L_0, _stringLiteral3452614606, /*hidden argument*/NULL); JsonReader_t2369136700 * L_1 = ___r0; V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_1, IJsonLineInfo_t2844470104_il2cpp_TypeInfo_var)); V_1 = __this; } IL_0014: { JContainer_t1023664833 * L_2 = V_1; JProperty_t3803048347 * L_3 = ((JProperty_t3803048347 *)IsInstClass((RuntimeObject*)L_2, JProperty_t3803048347_il2cpp_TypeInfo_var)); G_B2_0 = L_3; if (L_3) { G_B3_0 = L_3; goto IL_0021; } } { G_B4_0 = ((JToken_t1038539247 *)(NULL)); goto IL_0026; } IL_0021: { NullCheck(G_B3_0); JToken_t1038539247 * L_4 = JProperty_get_Value_m853684465(G_B3_0, /*hidden argument*/NULL); G_B4_0 = L_4; } IL_0026: { if (!G_B4_0) { goto IL_0034; } } { JContainer_t1023664833 * L_5 = V_1; if ((!(((RuntimeObject*)(JContainer_t1023664833 *)L_5) == ((RuntimeObject*)(JContainer_t1023664833 *)__this)))) { goto IL_002d; } } { return; } IL_002d: { JContainer_t1023664833 * L_6 = V_1; NullCheck(L_6); JContainer_t1023664833 * L_7 = JToken_get_Parent_m3865335600(L_6, /*hidden argument*/NULL); V_1 = L_7; } IL_0034: { JsonReader_t2369136700 * L_8 = ___r0; NullCheck(L_8); int32_t L_9 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_8); V_2 = L_9; int32_t L_10 = V_2; switch (L_10) { case 0: { goto IL_0226; } case 1: { goto IL_00bb; } case 2: { goto IL_008e; } case 3: { goto IL_00ec; } case 4: { goto IL_01bc; } case 5: { goto IL_014b; } case 6: { goto IL_0206; } case 7: { goto IL_0128; } case 8: { goto IL_0128; } case 9: { goto IL_0128; } case 10: { goto IL_0128; } case 11: { goto IL_0185; } case 12: { goto IL_01a2; } case 13: { goto IL_00db; } case 14: { goto IL_00aa; } case 15: { goto IL_0117; } case 16: { goto IL_0128; } case 17: { goto IL_0128; } } } { goto IL_0206; } IL_008e: { JArray_t2963978544 * L_11 = (JArray_t2963978544 *)il2cpp_codegen_object_new(JArray_t2963978544_il2cpp_TypeInfo_var); JArray__ctor_m1968324959(L_11, /*hidden argument*/NULL); V_3 = L_11; JArray_t2963978544 * L_12 = V_3; RuntimeObject* L_13 = V_0; JsonLoadSettings_t878621609 * L_14 = ___settings1; NullCheck(L_12); JToken_SetLineInfo_m1616462453(L_12, L_13, L_14, /*hidden argument*/NULL); JContainer_t1023664833 * L_15 = V_1; JArray_t2963978544 * L_16 = V_3; NullCheck(L_15); VirtActionInvoker1< RuntimeObject * >::Invoke(60 /* System.Void Newtonsoft.Json.Linq.JContainer::Add(System.Object) */, L_15, L_16); JArray_t2963978544 * L_17 = V_3; V_1 = L_17; goto IL_0226; } IL_00aa: { JContainer_t1023664833 * L_18 = V_1; if ((!(((RuntimeObject*)(JContainer_t1023664833 *)L_18) == ((RuntimeObject*)(JContainer_t1023664833 *)__this)))) { goto IL_00af; } } { return; } IL_00af: { JContainer_t1023664833 * L_19 = V_1; NullCheck(L_19); JContainer_t1023664833 * L_20 = JToken_get_Parent_m3865335600(L_19, /*hidden argument*/NULL); V_1 = L_20; goto IL_0226; } IL_00bb: { JObject_t2059125928 * L_21 = (JObject_t2059125928 *)il2cpp_codegen_object_new(JObject_t2059125928_il2cpp_TypeInfo_var); JObject__ctor_m1738103074(L_21, /*hidden argument*/NULL); V_4 = L_21; JObject_t2059125928 * L_22 = V_4; RuntimeObject* L_23 = V_0; JsonLoadSettings_t878621609 * L_24 = ___settings1; NullCheck(L_22); JToken_SetLineInfo_m1616462453(L_22, L_23, L_24, /*hidden argument*/NULL); JContainer_t1023664833 * L_25 = V_1; JObject_t2059125928 * L_26 = V_4; NullCheck(L_25); VirtActionInvoker1< RuntimeObject * >::Invoke(60 /* System.Void Newtonsoft.Json.Linq.JContainer::Add(System.Object) */, L_25, L_26); JObject_t2059125928 * L_27 = V_4; V_1 = L_27; goto IL_0226; } IL_00db: { JContainer_t1023664833 * L_28 = V_1; if ((!(((RuntimeObject*)(JContainer_t1023664833 *)L_28) == ((RuntimeObject*)(JContainer_t1023664833 *)__this)))) { goto IL_00e0; } } { return; } IL_00e0: { JContainer_t1023664833 * L_29 = V_1; NullCheck(L_29); JContainer_t1023664833 * L_30 = JToken_get_Parent_m3865335600(L_29, /*hidden argument*/NULL); V_1 = L_30; goto IL_0226; } IL_00ec: { JsonReader_t2369136700 * L_31 = ___r0; NullCheck(L_31); RuntimeObject * L_32 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_31); NullCheck(L_32); String_t* L_33 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_32); JConstructor_t3659803310 * L_34 = (JConstructor_t3659803310 *)il2cpp_codegen_object_new(JConstructor_t3659803310_il2cpp_TypeInfo_var); JConstructor__ctor_m1825179104(L_34, L_33, /*hidden argument*/NULL); V_5 = L_34; JConstructor_t3659803310 * L_35 = V_5; RuntimeObject* L_36 = V_0; JsonLoadSettings_t878621609 * L_37 = ___settings1; NullCheck(L_35); JToken_SetLineInfo_m1616462453(L_35, L_36, L_37, /*hidden argument*/NULL); JContainer_t1023664833 * L_38 = V_1; JConstructor_t3659803310 * L_39 = V_5; NullCheck(L_38); VirtActionInvoker1< RuntimeObject * >::Invoke(60 /* System.Void Newtonsoft.Json.Linq.JContainer::Add(System.Object) */, L_38, L_39); JConstructor_t3659803310 * L_40 = V_5; V_1 = L_40; goto IL_0226; } IL_0117: { JContainer_t1023664833 * L_41 = V_1; if ((!(((RuntimeObject*)(JContainer_t1023664833 *)L_41) == ((RuntimeObject*)(JContainer_t1023664833 *)__this)))) { goto IL_011c; } } { return; } IL_011c: { JContainer_t1023664833 * L_42 = V_1; NullCheck(L_42); JContainer_t1023664833 * L_43 = JToken_get_Parent_m3865335600(L_42, /*hidden argument*/NULL); V_1 = L_43; goto IL_0226; } IL_0128: { JsonReader_t2369136700 * L_44 = ___r0; NullCheck(L_44); RuntimeObject * L_45 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_44); JValue_t1448862567 * L_46 = (JValue_t1448862567 *)il2cpp_codegen_object_new(JValue_t1448862567_il2cpp_TypeInfo_var); JValue__ctor_m3253317968(L_46, L_45, /*hidden argument*/NULL); V_6 = L_46; JValue_t1448862567 * L_47 = V_6; RuntimeObject* L_48 = V_0; JsonLoadSettings_t878621609 * L_49 = ___settings1; NullCheck(L_47); JToken_SetLineInfo_m1616462453(L_47, L_48, L_49, /*hidden argument*/NULL); JContainer_t1023664833 * L_50 = V_1; JValue_t1448862567 * L_51 = V_6; NullCheck(L_50); VirtActionInvoker1< RuntimeObject * >::Invoke(60 /* System.Void Newtonsoft.Json.Linq.JContainer::Add(System.Object) */, L_50, L_51); goto IL_0226; } IL_014b: { JsonLoadSettings_t878621609 * L_52 = ___settings1; if (!L_52) { goto IL_0226; } } { JsonLoadSettings_t878621609 * L_53 = ___settings1; NullCheck(L_53); int32_t L_54 = JsonLoadSettings_get_CommentHandling_m2256880008(L_53, /*hidden argument*/NULL); if ((!(((uint32_t)L_54) == ((uint32_t)1)))) { goto IL_0226; } } { JsonReader_t2369136700 * L_55 = ___r0; NullCheck(L_55); RuntimeObject * L_56 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_55); NullCheck(L_56); String_t* L_57 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_56); JValue_t1448862567 * L_58 = JValue_CreateComment_m2766888673(NULL /*static, unused*/, L_57, /*hidden argument*/NULL); V_6 = L_58; JValue_t1448862567 * L_59 = V_6; RuntimeObject* L_60 = V_0; JsonLoadSettings_t878621609 * L_61 = ___settings1; NullCheck(L_59); JToken_SetLineInfo_m1616462453(L_59, L_60, L_61, /*hidden argument*/NULL); JContainer_t1023664833 * L_62 = V_1; JValue_t1448862567 * L_63 = V_6; NullCheck(L_62); VirtActionInvoker1< RuntimeObject * >::Invoke(60 /* System.Void Newtonsoft.Json.Linq.JContainer::Add(System.Object) */, L_62, L_63); goto IL_0226; } IL_0185: { JValue_t1448862567 * L_64 = JValue_CreateNull_m1873583286(NULL /*static, unused*/, /*hidden argument*/NULL); V_6 = L_64; JValue_t1448862567 * L_65 = V_6; RuntimeObject* L_66 = V_0; JsonLoadSettings_t878621609 * L_67 = ___settings1; NullCheck(L_65); JToken_SetLineInfo_m1616462453(L_65, L_66, L_67, /*hidden argument*/NULL); JContainer_t1023664833 * L_68 = V_1; JValue_t1448862567 * L_69 = V_6; NullCheck(L_68); VirtActionInvoker1< RuntimeObject * >::Invoke(60 /* System.Void Newtonsoft.Json.Linq.JContainer::Add(System.Object) */, L_68, L_69); goto IL_0226; } IL_01a2: { JValue_t1448862567 * L_70 = JValue_CreateUndefined_m481882203(NULL /*static, unused*/, /*hidden argument*/NULL); V_6 = L_70; JValue_t1448862567 * L_71 = V_6; RuntimeObject* L_72 = V_0; JsonLoadSettings_t878621609 * L_73 = ___settings1; NullCheck(L_71); JToken_SetLineInfo_m1616462453(L_71, L_72, L_73, /*hidden argument*/NULL); JContainer_t1023664833 * L_74 = V_1; JValue_t1448862567 * L_75 = V_6; NullCheck(L_74); VirtActionInvoker1< RuntimeObject * >::Invoke(60 /* System.Void Newtonsoft.Json.Linq.JContainer::Add(System.Object) */, L_74, L_75); goto IL_0226; } IL_01bc: { JsonReader_t2369136700 * L_76 = ___r0; NullCheck(L_76); RuntimeObject * L_77 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_76); NullCheck(L_77); String_t* L_78 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_77); V_7 = L_78; String_t* L_79 = V_7; JProperty_t3803048347 * L_80 = (JProperty_t3803048347 *)il2cpp_codegen_object_new(JProperty_t3803048347_il2cpp_TypeInfo_var); JProperty__ctor_m604795661(L_80, L_79, /*hidden argument*/NULL); V_8 = L_80; JProperty_t3803048347 * L_81 = V_8; RuntimeObject* L_82 = V_0; JsonLoadSettings_t878621609 * L_83 = ___settings1; NullCheck(L_81); JToken_SetLineInfo_m1616462453(L_81, L_82, L_83, /*hidden argument*/NULL); JContainer_t1023664833 * L_84 = V_1; String_t* L_85 = V_7; NullCheck(((JObject_t2059125928 *)CastclassClass((RuntimeObject*)L_84, JObject_t2059125928_il2cpp_TypeInfo_var))); JProperty_t3803048347 * L_86 = JObject_Property_m2056844643(((JObject_t2059125928 *)CastclassClass((RuntimeObject*)L_84, JObject_t2059125928_il2cpp_TypeInfo_var)), L_85, /*hidden argument*/NULL); V_9 = L_86; JProperty_t3803048347 * L_87 = V_9; if (L_87) { goto IL_01f8; } } { JContainer_t1023664833 * L_88 = V_1; JProperty_t3803048347 * L_89 = V_8; NullCheck(L_88); VirtActionInvoker1< RuntimeObject * >::Invoke(60 /* System.Void Newtonsoft.Json.Linq.JContainer::Add(System.Object) */, L_88, L_89); goto IL_0201; } IL_01f8: { JProperty_t3803048347 * L_90 = V_9; JProperty_t3803048347 * L_91 = V_8; NullCheck(L_90); JToken_Replace_m4229392018(L_90, L_91, /*hidden argument*/NULL); } IL_0201: { JProperty_t3803048347 * L_92 = V_8; V_1 = L_92; goto IL_0226; } IL_0206: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_93 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonReader_t2369136700 * L_94 = ___r0; NullCheck(L_94); int32_t L_95 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_94); int32_t L_96 = L_95; RuntimeObject * L_97 = Box(JsonToken_t1917433489_il2cpp_TypeInfo_var, &L_96); String_t* L_98 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral3919739242, L_93, L_97, /*hidden argument*/NULL); InvalidOperationException_t56020091 * L_99 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_99, L_98, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_99,JContainer_ReadContentFrom_m1905149918_RuntimeMethod_var); } IL_0226: { JsonReader_t2369136700 * L_100 = ___r0; NullCheck(L_100); bool L_101 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_100); if (L_101) { goto IL_0014; } } { return; } } // System.Int32 Newtonsoft.Json.Linq.JContainer::ContentsHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t JContainer_ContentsHashCode_m4179099099 (JContainer_t1023664833 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JContainer_ContentsHashCode_m4179099099_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject* 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); { V_0 = 0; RuntimeObject* L_0 = VirtFuncInvoker0< RuntimeObject* >::Invoke(47 /* System.Collections.Generic.IList`1 Newtonsoft.Json.Linq.JContainer::get_ChildrenTokens() */, __this); NullCheck(L_0); RuntimeObject* L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t18392136_il2cpp_TypeInfo_var, L_0); V_1 = L_1; } IL_000e: try { // begin try (depth: 1) { goto IL_0020; } IL_0010: { RuntimeObject* L_2 = V_1; NullCheck(L_2); JToken_t1038539247 * L_3 = InterfaceFuncInvoker0< JToken_t1038539247 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t1471109715_il2cpp_TypeInfo_var, L_2); V_2 = L_3; int32_t L_4 = V_0; JToken_t1038539247 * L_5 = V_2; NullCheck(L_5); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 Newtonsoft.Json.Linq.JToken::GetDeepHashCode() */, L_5); V_0 = ((int32_t)((int32_t)L_4^(int32_t)L_6)); } IL_0020: { RuntimeObject* L_7 = V_1; NullCheck(L_7); bool L_8 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_7); if (L_8) { goto IL_0010; } } IL_0028: { IL2CPP_LEAVE(0x34, FINALLY_002a); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002a; } FINALLY_002a: { // begin finally (depth: 1) { RuntimeObject* L_9 = V_1; if (!L_9) { goto IL_0033; } } IL_002d: { RuntimeObject* L_10 = V_1; NullCheck(L_10); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_10); } IL_0033: { IL2CPP_END_FINALLY(42) } } // end finally (depth: 1) IL2CPP_CLEANUP(42) { IL2CPP_JUMP_TBL(0x34, IL_0034) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0034: { int32_t L_11 = V_0; return L_11; } } // System.Int32 Newtonsoft.Json.Linq.JContainer::System.Collections.Generic.IList.IndexOf(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR int32_t JContainer_System_Collections_Generic_IListU3CNewtonsoft_Json_Linq_JTokenU3E_IndexOf_m64710963 (JContainer_t1023664833 * __this, JToken_t1038539247 * ___item0, const RuntimeMethod* method) { { JToken_t1038539247 * L_0 = ___item0; int32_t L_1 = VirtFuncInvoker1< int32_t, JToken_t1038539247 * >::Invoke(49 /* System.Int32 Newtonsoft.Json.Linq.JContainer::IndexOfItem(Newtonsoft.Json.Linq.JToken) */, __this, L_0); return L_1; } } // System.Void Newtonsoft.Json.Linq.JContainer::System.Collections.Generic.IList.Insert(System.Int32,Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR void JContainer_System_Collections_Generic_IListU3CNewtonsoft_Json_Linq_JTokenU3E_Insert_m797855815 (JContainer_t1023664833 * __this, int32_t ___index0, JToken_t1038539247 * ___item1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; JToken_t1038539247 * L_1 = ___item1; VirtActionInvoker3< int32_t, JToken_t1038539247 *, bool >::Invoke(50 /* System.Void Newtonsoft.Json.Linq.JContainer::InsertItem(System.Int32,Newtonsoft.Json.Linq.JToken,System.Boolean) */, __this, L_0, L_1, (bool)0); return; } } // System.Void Newtonsoft.Json.Linq.JContainer::System.Collections.Generic.IList.RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void JContainer_System_Collections_Generic_IListU3CNewtonsoft_Json_Linq_JTokenU3E_RemoveAt_m3399009970 (JContainer_t1023664833 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; VirtActionInvoker1< int32_t >::Invoke(51 /* System.Void Newtonsoft.Json.Linq.JContainer::RemoveItemAt(System.Int32) */, __this, L_0); return; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JContainer::System.Collections.Generic.IList.get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * JContainer_System_Collections_Generic_IListU3CNewtonsoft_Json_Linq_JTokenU3E_get_Item_m208893072 (JContainer_t1023664833 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; JToken_t1038539247 * L_1 = VirtFuncInvoker1< JToken_t1038539247 *, int32_t >::Invoke(53 /* Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JContainer::GetItem(System.Int32) */, __this, L_0); return L_1; } } // System.Void Newtonsoft.Json.Linq.JContainer::System.Collections.Generic.IList.set_Item(System.Int32,Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR void JContainer_System_Collections_Generic_IListU3CNewtonsoft_Json_Linq_JTokenU3E_set_Item_m169866313 (JContainer_t1023664833 * __this, int32_t ___index0, JToken_t1038539247 * ___value1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; JToken_t1038539247 * L_1 = ___value1; VirtActionInvoker2< int32_t, JToken_t1038539247 * >::Invoke(54 /* System.Void Newtonsoft.Json.Linq.JContainer::SetItem(System.Int32,Newtonsoft.Json.Linq.JToken) */, __this, L_0, L_1); return; } } // System.Void Newtonsoft.Json.Linq.JContainer::System.Collections.Generic.ICollection.Add(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR void JContainer_System_Collections_Generic_ICollectionU3CNewtonsoft_Json_Linq_JTokenU3E_Add_m2911871917 (JContainer_t1023664833 * __this, JToken_t1038539247 * ___item0, const RuntimeMethod* method) { { JToken_t1038539247 * L_0 = ___item0; VirtActionInvoker1< RuntimeObject * >::Invoke(60 /* System.Void Newtonsoft.Json.Linq.JContainer::Add(System.Object) */, __this, L_0); return; } } // System.Void Newtonsoft.Json.Linq.JContainer::System.Collections.Generic.ICollection.Clear() extern "C" IL2CPP_METHOD_ATTR void JContainer_System_Collections_Generic_ICollectionU3CNewtonsoft_Json_Linq_JTokenU3E_Clear_m2950853009 (JContainer_t1023664833 * __this, const RuntimeMethod* method) { { VirtActionInvoker0::Invoke(55 /* System.Void Newtonsoft.Json.Linq.JContainer::ClearItems() */, __this); return; } } // System.Boolean Newtonsoft.Json.Linq.JContainer::System.Collections.Generic.ICollection.Contains(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR bool JContainer_System_Collections_Generic_ICollectionU3CNewtonsoft_Json_Linq_JTokenU3E_Contains_m108087888 (JContainer_t1023664833 * __this, JToken_t1038539247 * ___item0, const RuntimeMethod* method) { { JToken_t1038539247 * L_0 = ___item0; bool L_1 = VirtFuncInvoker1< bool, JToken_t1038539247 * >::Invoke(57 /* System.Boolean Newtonsoft.Json.Linq.JContainer::ContainsItem(Newtonsoft.Json.Linq.JToken) */, __this, L_0); return L_1; } } // System.Void Newtonsoft.Json.Linq.JContainer::System.Collections.Generic.ICollection.CopyTo(Newtonsoft.Json.Linq.JToken[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void JContainer_System_Collections_Generic_ICollectionU3CNewtonsoft_Json_Linq_JTokenU3E_CopyTo_m3525617793 (JContainer_t1023664833 * __this, JTokenU5BU5D_t30125430* ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method) { { JTokenU5BU5D_t30125430* L_0 = ___array0; int32_t L_1 = ___arrayIndex1; VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(58 /* System.Void Newtonsoft.Json.Linq.JContainer::CopyItemsTo(System.Array,System.Int32) */, __this, (RuntimeArray *)(RuntimeArray *)L_0, L_1); return; } } // System.Boolean Newtonsoft.Json.Linq.JContainer::System.Collections.Generic.ICollection.get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool JContainer_System_Collections_Generic_ICollectionU3CNewtonsoft_Json_Linq_JTokenU3E_get_IsReadOnly_m4062404929 (JContainer_t1023664833 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean Newtonsoft.Json.Linq.JContainer::System.Collections.Generic.ICollection.Remove(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR bool JContainer_System_Collections_Generic_ICollectionU3CNewtonsoft_Json_Linq_JTokenU3E_Remove_m550010682 (JContainer_t1023664833 * __this, JToken_t1038539247 * ___item0, const RuntimeMethod* method) { { JToken_t1038539247 * L_0 = ___item0; bool L_1 = VirtFuncInvoker1< bool, JToken_t1038539247 * >::Invoke(52 /* System.Boolean Newtonsoft.Json.Linq.JContainer::RemoveItem(Newtonsoft.Json.Linq.JToken) */, __this, L_0); return L_1; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JContainer::EnsureValue(System.Object) extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * JContainer_EnsureValue_m3035905786 (JContainer_t1023664833 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JContainer_EnsureValue_m3035905786_MetadataUsageId); s_Il2CppMethodInitialized = true; } JToken_t1038539247 * V_0 = NULL; { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0005; } } { return (JToken_t1038539247 *)NULL; } IL_0005: { 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_0011; } } { JToken_t1038539247 * L_3 = V_0; return L_3; } IL_0011: { ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_4, _stringLiteral1666318030, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,JContainer_EnsureValue_m3035905786_RuntimeMethod_var); } } // System.Int32 Newtonsoft.Json.Linq.JContainer::System.Collections.IList.Add(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t JContainer_System_Collections_IList_Add_m124371332 (JContainer_t1023664833 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; JToken_t1038539247 * L_1 = JContainer_EnsureValue_m3035905786(__this, L_0, /*hidden argument*/NULL); VirtActionInvoker1< RuntimeObject * >::Invoke(60 /* System.Void Newtonsoft.Json.Linq.JContainer::Add(System.Object) */, __this, L_1); int32_t L_2 = JContainer_get_Count_m3989743323(__this, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); } } // System.Void Newtonsoft.Json.Linq.JContainer::System.Collections.IList.Clear() extern "C" IL2CPP_METHOD_ATTR void JContainer_System_Collections_IList_Clear_m1136733490 (JContainer_t1023664833 * __this, const RuntimeMethod* method) { { VirtActionInvoker0::Invoke(55 /* System.Void Newtonsoft.Json.Linq.JContainer::ClearItems() */, __this); return; } } // System.Boolean Newtonsoft.Json.Linq.JContainer::System.Collections.IList.Contains(System.Object) extern "C" IL2CPP_METHOD_ATTR bool JContainer_System_Collections_IList_Contains_m3694380188 (JContainer_t1023664833 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; JToken_t1038539247 * L_1 = JContainer_EnsureValue_m3035905786(__this, L_0, /*hidden argument*/NULL); bool L_2 = VirtFuncInvoker1< bool, JToken_t1038539247 * >::Invoke(57 /* System.Boolean Newtonsoft.Json.Linq.JContainer::ContainsItem(Newtonsoft.Json.Linq.JToken) */, __this, L_1); return L_2; } } // System.Int32 Newtonsoft.Json.Linq.JContainer::System.Collections.IList.IndexOf(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t JContainer_System_Collections_IList_IndexOf_m2162744006 (JContainer_t1023664833 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; JToken_t1038539247 * L_1 = JContainer_EnsureValue_m3035905786(__this, L_0, /*hidden argument*/NULL); int32_t L_2 = VirtFuncInvoker1< int32_t, JToken_t1038539247 * >::Invoke(49 /* System.Int32 Newtonsoft.Json.Linq.JContainer::IndexOfItem(Newtonsoft.Json.Linq.JToken) */, __this, L_1); return L_2; } } // System.Void Newtonsoft.Json.Linq.JContainer::System.Collections.IList.Insert(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void JContainer_System_Collections_IList_Insert_m448471112 (JContainer_t1023664833 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; RuntimeObject * L_1 = ___value1; JToken_t1038539247 * L_2 = JContainer_EnsureValue_m3035905786(__this, L_1, /*hidden argument*/NULL); VirtActionInvoker3< int32_t, JToken_t1038539247 *, bool >::Invoke(50 /* System.Void Newtonsoft.Json.Linq.JContainer::InsertItem(System.Int32,Newtonsoft.Json.Linq.JToken,System.Boolean) */, __this, L_0, L_2, (bool)0); return; } } // System.Boolean Newtonsoft.Json.Linq.JContainer::System.Collections.IList.get_IsFixedSize() extern "C" IL2CPP_METHOD_ATTR bool JContainer_System_Collections_IList_get_IsFixedSize_m4093234929 (JContainer_t1023664833 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean Newtonsoft.Json.Linq.JContainer::System.Collections.IList.get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool JContainer_System_Collections_IList_get_IsReadOnly_m997311828 (JContainer_t1023664833 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Void Newtonsoft.Json.Linq.JContainer::System.Collections.IList.Remove(System.Object) extern "C" IL2CPP_METHOD_ATTR void JContainer_System_Collections_IList_Remove_m3849131056 (JContainer_t1023664833 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; JToken_t1038539247 * L_1 = JContainer_EnsureValue_m3035905786(__this, L_0, /*hidden argument*/NULL); VirtFuncInvoker1< bool, JToken_t1038539247 * >::Invoke(52 /* System.Boolean Newtonsoft.Json.Linq.JContainer::RemoveItem(Newtonsoft.Json.Linq.JToken) */, __this, L_1); return; } } // System.Void Newtonsoft.Json.Linq.JContainer::System.Collections.IList.RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void JContainer_System_Collections_IList_RemoveAt_m1655493195 (JContainer_t1023664833 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; VirtActionInvoker1< int32_t >::Invoke(51 /* System.Void Newtonsoft.Json.Linq.JContainer::RemoveItemAt(System.Int32) */, __this, L_0); return; } } // System.Object Newtonsoft.Json.Linq.JContainer::System.Collections.IList.get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JContainer_System_Collections_IList_get_Item_m1034523401 (JContainer_t1023664833 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; JToken_t1038539247 * L_1 = VirtFuncInvoker1< JToken_t1038539247 *, int32_t >::Invoke(53 /* Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JContainer::GetItem(System.Int32) */, __this, L_0); return L_1; } } // System.Void Newtonsoft.Json.Linq.JContainer::System.Collections.IList.set_Item(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void JContainer_System_Collections_IList_set_Item_m2174240066 (JContainer_t1023664833 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; RuntimeObject * L_1 = ___value1; JToken_t1038539247 * L_2 = JContainer_EnsureValue_m3035905786(__this, L_1, /*hidden argument*/NULL); VirtActionInvoker2< int32_t, JToken_t1038539247 * >::Invoke(54 /* System.Void Newtonsoft.Json.Linq.JContainer::SetItem(System.Int32,Newtonsoft.Json.Linq.JToken) */, __this, L_0, L_2); return; } } // System.Void Newtonsoft.Json.Linq.JContainer::System.Collections.ICollection.CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void JContainer_System_Collections_ICollection_CopyTo_m2975853471 (JContainer_t1023664833 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { { RuntimeArray * L_0 = ___array0; int32_t L_1 = ___index1; VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(58 /* System.Void Newtonsoft.Json.Linq.JContainer::CopyItemsTo(System.Array,System.Int32) */, __this, L_0, L_1); return; } } // System.Int32 Newtonsoft.Json.Linq.JContainer::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t JContainer_get_Count_m3989743323 (JContainer_t1023664833 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JContainer_get_Count_m3989743323_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = VirtFuncInvoker0< RuntimeObject* >::Invoke(47 /* System.Collections.Generic.IList`1 Newtonsoft.Json.Linq.JContainer::get_ChildrenTokens() */, __this); NullCheck(L_0); int32_t L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t3866691481_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Boolean Newtonsoft.Json.Linq.JContainer::System.Collections.ICollection.get_IsSynchronized() extern "C" IL2CPP_METHOD_ATTR bool JContainer_System_Collections_ICollection_get_IsSynchronized_m427186046 (JContainer_t1023664833 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object Newtonsoft.Json.Linq.JContainer::System.Collections.ICollection.get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JContainer_System_Collections_ICollection_get_SyncRoot_m3890795232 (JContainer_t1023664833 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JContainer_System_Collections_ICollection_get_SyncRoot_m3890795232_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = __this->get__syncRoot_14(); if (L_0) { goto IL_001a; } } { RuntimeObject ** L_1 = __this->get_address_of__syncRoot_14(); RuntimeObject * L_2 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_2, /*hidden argument*/NULL); Interlocked_CompareExchange_m1590826108(NULL /*static, unused*/, L_1, L_2, NULL, /*hidden argument*/NULL); } IL_001a: { RuntimeObject * L_3 = __this->get__syncRoot_14(); 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.Linq.JContainer/d__29::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void U3CGetDescendantsU3Ed__29__ctor_m3965725557 (U3CGetDescendantsU3Ed__29_t2717699431 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetDescendantsU3Ed__29__ctor_m3965725557_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_t2300836069 * L_1 = Thread_get_CurrentThread_m4142136012(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = Thread_get_ManagedThreadId_m1068113671(L_1, /*hidden argument*/NULL); __this->set_U3CU3El__initialThreadId_2(L_2); return; } } // System.Void Newtonsoft.Json.Linq.JContainer/d__29::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CGetDescendantsU3Ed__29_System_IDisposable_Dispose_m438464634 (U3CGetDescendantsU3Ed__29_t2717699431 * __this, const RuntimeMethod* method) { int32_t V_0 = 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); { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) > ((int32_t)((int32_t)-3)))) { goto IL_0017; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)((int32_t)-4)))) { goto IL_001f; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)((int32_t)-3)))) { goto IL_001f; } } { return; } IL_0017: { int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)2))) { goto IL_001f; } } { int32_t L_5 = V_0; if ((!(((uint32_t)L_5) == ((uint32_t)3)))) { goto IL_003c; } } IL_001f: { } IL_0020: try { // begin try (depth: 1) { int32_t L_6 = V_0; if ((((int32_t)L_6) == ((int32_t)((int32_t)-4)))) { goto IL_002b; } } IL_0025: { int32_t L_7 = V_0; if ((((int32_t)L_7) == ((int32_t)3))) { goto IL_002b; } } IL_0029: { IL2CPP_LEAVE(0x3C, FINALLY_0035); } IL_002b: { } IL_002c: try { // begin try (depth: 2) IL2CPP_LEAVE(0x3C, FINALLY_002e); } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002e; } FINALLY_002e: { // begin finally (depth: 2) U3CGetDescendantsU3Ed__29_U3CU3Em__Finally2_m1171245484(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(46) } // end finally (depth: 2) IL2CPP_CLEANUP(46) { IL2CPP_END_CLEANUP(0x3C, FINALLY_0035); IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0035; } FINALLY_0035: { // begin finally (depth: 1) U3CGetDescendantsU3Ed__29_U3CU3Em__Finally1_m3892234668(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(53) } // end finally (depth: 1) IL2CPP_CLEANUP(53) { IL2CPP_JUMP_TBL(0x3C, IL_003c) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_003c: { return; } } // System.Boolean Newtonsoft.Json.Linq.JContainer/d__29::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CGetDescendantsU3Ed__29_MoveNext_m4228351459 (U3CGetDescendantsU3Ed__29_t2717699431 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetDescendantsU3Ed__29_MoveNext_m4228351459_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; JContainer_t1023664833 * V_2 = NULL; JToken_t1038539247 * 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); IL_0000: try { // begin try (depth: 1) { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_1 = L_0; int32_t L_1 = V_1; switch (L_1) { case 0: { goto IL_0024; } case 1: { goto IL_004d; } case 2: { goto IL_00a2; } case 3: { goto IL_00f2; } } } IL_001d: { V_0 = (bool)0; goto IL_0143; } IL_0024: { __this->set_U3CU3E1__state_0((-1)); bool L_2 = __this->get_self_3(); if (!L_2) { goto IL_0054; } } IL_0033: { JContainer_t1023664833 * L_3 = __this->get_U3CU3E4__this_5(); __this->set_U3CU3E2__current_1(L_3); __this->set_U3CU3E1__state_0(1); V_0 = (bool)1; goto IL_0143; } IL_004d: { __this->set_U3CU3E1__state_0((-1)); } IL_0054: { JContainer_t1023664833 * L_4 = __this->get_U3CU3E4__this_5(); NullCheck(L_4); RuntimeObject* L_5 = VirtFuncInvoker0< RuntimeObject* >::Invoke(47 /* System.Collections.Generic.IList`1 Newtonsoft.Json.Linq.JContainer::get_ChildrenTokens() */, L_4); NullCheck(L_5); RuntimeObject* L_6 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t18392136_il2cpp_TypeInfo_var, L_5); __this->set_U3CU3E7__wrap1_7(L_6); __this->set_U3CU3E1__state_0(((int32_t)-3)); goto IL_011b; } IL_0077: { RuntimeObject* L_7 = __this->get_U3CU3E7__wrap1_7(); NullCheck(L_7); JToken_t1038539247 * L_8 = InterfaceFuncInvoker0< JToken_t1038539247 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t1471109715_il2cpp_TypeInfo_var, L_7); __this->set_U3CoU3E5__1_6(L_8); JToken_t1038539247 * L_9 = __this->get_U3CoU3E5__1_6(); __this->set_U3CU3E2__current_1(L_9); __this->set_U3CU3E1__state_0(2); V_0 = (bool)1; goto IL_0143; } IL_00a2: { __this->set_U3CU3E1__state_0(((int32_t)-3)); JToken_t1038539247 * L_10 = __this->get_U3CoU3E5__1_6(); V_2 = ((JContainer_t1023664833 *)IsInstClass((RuntimeObject*)L_10, JContainer_t1023664833_il2cpp_TypeInfo_var)); JContainer_t1023664833 * L_11 = V_2; if (!L_11) { goto IL_0114; } } IL_00b9: { JContainer_t1023664833 * L_12 = V_2; NullCheck(L_12); RuntimeObject* L_13 = JContainer_Descendants_m2510697787(L_12, /*hidden argument*/NULL); NullCheck(L_13); RuntimeObject* L_14 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t18392136_il2cpp_TypeInfo_var, L_13); __this->set_U3CU3E7__wrap2_8(L_14); __this->set_U3CU3E1__state_0(((int32_t)-4)); goto IL_00fa; } IL_00d4: { RuntimeObject* L_15 = __this->get_U3CU3E7__wrap2_8(); NullCheck(L_15); JToken_t1038539247 * L_16 = InterfaceFuncInvoker0< JToken_t1038539247 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t1471109715_il2cpp_TypeInfo_var, L_15); V_3 = L_16; JToken_t1038539247 * L_17 = V_3; __this->set_U3CU3E2__current_1(L_17); __this->set_U3CU3E1__state_0(3); V_0 = (bool)1; goto IL_0143; } IL_00f2: { __this->set_U3CU3E1__state_0(((int32_t)-4)); } IL_00fa: { RuntimeObject* L_18 = __this->get_U3CU3E7__wrap2_8(); NullCheck(L_18); bool L_19 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_18); if (L_19) { goto IL_00d4; } } IL_0107: { U3CGetDescendantsU3Ed__29_U3CU3Em__Finally2_m1171245484(__this, /*hidden argument*/NULL); __this->set_U3CU3E7__wrap2_8((RuntimeObject*)NULL); } IL_0114: { __this->set_U3CoU3E5__1_6((JToken_t1038539247 *)NULL); } IL_011b: { RuntimeObject* L_20 = __this->get_U3CU3E7__wrap1_7(); NullCheck(L_20); bool L_21 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_20); if (L_21) { goto IL_0077; } } IL_012b: { U3CGetDescendantsU3Ed__29_U3CU3Em__Finally1_m3892234668(__this, /*hidden argument*/NULL); __this->set_U3CU3E7__wrap1_7((RuntimeObject*)NULL); V_0 = (bool)0; goto IL_0143; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FAULT_013c; } FAULT_013c: { // begin fault (depth: 1) U3CGetDescendantsU3Ed__29_System_IDisposable_Dispose_m438464634(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(316) } // end fault IL2CPP_CLEANUP(316) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0143: { bool L_22 = V_0; return L_22; } } // System.Void Newtonsoft.Json.Linq.JContainer/d__29::<>m__Finally1() extern "C" IL2CPP_METHOD_ATTR void U3CGetDescendantsU3Ed__29_U3CU3Em__Finally1_m3892234668 (U3CGetDescendantsU3Ed__29_t2717699431 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetDescendantsU3Ed__29_U3CU3Em__Finally1_m3892234668_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_U3CU3E1__state_0((-1)); RuntimeObject* L_0 = __this->get_U3CU3E7__wrap1_7(); if (!L_0) { goto IL_001a; } } { RuntimeObject* L_1 = __this->get_U3CU3E7__wrap1_7(); NullCheck(L_1); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_1); } IL_001a: { return; } } // System.Void Newtonsoft.Json.Linq.JContainer/d__29::<>m__Finally2() extern "C" IL2CPP_METHOD_ATTR void U3CGetDescendantsU3Ed__29_U3CU3Em__Finally2_m1171245484 (U3CGetDescendantsU3Ed__29_t2717699431 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetDescendantsU3Ed__29_U3CU3Em__Finally2_m1171245484_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_U3CU3E1__state_0(((int32_t)-3)); RuntimeObject* L_0 = __this->get_U3CU3E7__wrap2_8(); if (!L_0) { goto IL_001b; } } { RuntimeObject* L_1 = __this->get_U3CU3E7__wrap2_8(); NullCheck(L_1); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_1); } IL_001b: { return; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JContainer/d__29::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * U3CGetDescendantsU3Ed__29_System_Collections_Generic_IEnumeratorU3CNewtonsoft_Json_Linq_JTokenU3E_get_Current_m40037436 (U3CGetDescendantsU3Ed__29_t2717699431 * __this, const RuntimeMethod* method) { { JToken_t1038539247 * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Newtonsoft.Json.Linq.JContainer/d__29::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void U3CGetDescendantsU3Ed__29_System_Collections_IEnumerator_Reset_m1995953511 (U3CGetDescendantsU3Ed__29_t2717699431 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetDescendantsU3Ed__29_System_Collections_IEnumerator_Reset_m1995953511_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,U3CGetDescendantsU3Ed__29_System_Collections_IEnumerator_Reset_m1995953511_RuntimeMethod_var); } } // System.Object Newtonsoft.Json.Linq.JContainer/d__29::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CGetDescendantsU3Ed__29_System_Collections_IEnumerator_get_Current_m3581633550 (U3CGetDescendantsU3Ed__29_t2717699431 * __this, const RuntimeMethod* method) { { JToken_t1038539247 * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JContainer/d__29::System.Collections.Generic.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CGetDescendantsU3Ed__29_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m2461251757 (U3CGetDescendantsU3Ed__29_t2717699431 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetDescendantsU3Ed__29_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m2461251757_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CGetDescendantsU3Ed__29_t2717699431 * V_0 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_0027; } } { int32_t L_1 = __this->get_U3CU3El__initialThreadId_2(); IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_t2300836069 * L_2 = Thread_get_CurrentThread_m4142136012(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = Thread_get_ManagedThreadId_m1068113671(L_2, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)L_3)))) { goto IL_0027; } } { __this->set_U3CU3E1__state_0(0); V_0 = __this; goto IL_003a; } IL_0027: { U3CGetDescendantsU3Ed__29_t2717699431 * L_4 = (U3CGetDescendantsU3Ed__29_t2717699431 *)il2cpp_codegen_object_new(U3CGetDescendantsU3Ed__29_t2717699431_il2cpp_TypeInfo_var); U3CGetDescendantsU3Ed__29__ctor_m3965725557(L_4, 0, /*hidden argument*/NULL); V_0 = L_4; U3CGetDescendantsU3Ed__29_t2717699431 * L_5 = V_0; JContainer_t1023664833 * L_6 = __this->get_U3CU3E4__this_5(); NullCheck(L_5); L_5->set_U3CU3E4__this_5(L_6); } IL_003a: { U3CGetDescendantsU3Ed__29_t2717699431 * L_7 = V_0; bool L_8 = __this->get_U3CU3E3__self_4(); NullCheck(L_7); L_7->set_self_3(L_8); U3CGetDescendantsU3Ed__29_t2717699431 * L_9 = V_0; return L_9; } } // System.Collections.IEnumerator Newtonsoft.Json.Linq.JContainer/d__29::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CGetDescendantsU3Ed__29_System_Collections_IEnumerable_GetEnumerator_m1496290248 (U3CGetDescendantsU3Ed__29_t2717699431 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = U3CGetDescendantsU3Ed__29_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m2461251757(__this, /*hidden argument*/NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.IList`1 Newtonsoft.Json.Linq.JObject::get_ChildrenTokens() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JObject_get_ChildrenTokens_m2882047820 (JObject_t2059125928 * __this, const RuntimeMethod* method) { { JPropertyKeyedCollection_t1521123921 * L_0 = __this->get__properties_16(); return L_0; } } // System.Void Newtonsoft.Json.Linq.JObject::.ctor() extern "C" IL2CPP_METHOD_ATTR void JObject__ctor_m1738103074 (JObject_t2059125928 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JObject__ctor_m1738103074_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JPropertyKeyedCollection_t1521123921 * L_0 = (JPropertyKeyedCollection_t1521123921 *)il2cpp_codegen_object_new(JPropertyKeyedCollection_t1521123921_il2cpp_TypeInfo_var); JPropertyKeyedCollection__ctor_m3285489270(L_0, /*hidden argument*/NULL); __this->set__properties_16(L_0); JContainer__ctor_m2143055612(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JObject::.ctor(Newtonsoft.Json.Linq.JObject) extern "C" IL2CPP_METHOD_ATTR void JObject__ctor_m1786244122 (JObject_t2059125928 * __this, JObject_t2059125928 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JObject__ctor_m1786244122_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JPropertyKeyedCollection_t1521123921 * L_0 = (JPropertyKeyedCollection_t1521123921 *)il2cpp_codegen_object_new(JPropertyKeyedCollection_t1521123921_il2cpp_TypeInfo_var); JPropertyKeyedCollection__ctor_m3285489270(L_0, /*hidden argument*/NULL); __this->set__properties_16(L_0); JObject_t2059125928 * L_1 = ___other0; JContainer__ctor_m1372198551(__this, L_1, /*hidden argument*/NULL); return; } } // System.Boolean Newtonsoft.Json.Linq.JObject::DeepEquals(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR bool JObject_DeepEquals_m448590170 (JObject_t2059125928 * __this, JToken_t1038539247 * ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JObject_DeepEquals_m448590170_MetadataUsageId); s_Il2CppMethodInitialized = true; } JObject_t2059125928 * V_0 = NULL; { JToken_t1038539247 * L_0 = ___node0; V_0 = ((JObject_t2059125928 *)IsInstClass((RuntimeObject*)L_0, JObject_t2059125928_il2cpp_TypeInfo_var)); JObject_t2059125928 * L_1 = V_0; if (L_1) { goto IL_000c; } } { return (bool)0; } IL_000c: { JPropertyKeyedCollection_t1521123921 * L_2 = __this->get__properties_16(); JObject_t2059125928 * L_3 = V_0; NullCheck(L_3); JPropertyKeyedCollection_t1521123921 * L_4 = L_3->get__properties_16(); NullCheck(L_2); bool L_5 = JPropertyKeyedCollection_Compare_m1461185507(L_2, L_4, /*hidden argument*/NULL); return L_5; } } // System.Int32 Newtonsoft.Json.Linq.JObject::IndexOfItem(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR int32_t JObject_IndexOfItem_m1616573047 (JObject_t2059125928 * __this, JToken_t1038539247 * ___item0, const RuntimeMethod* method) { { JPropertyKeyedCollection_t1521123921 * L_0 = __this->get__properties_16(); JToken_t1038539247 * L_1 = ___item0; NullCheck(L_0); int32_t L_2 = JPropertyKeyedCollection_IndexOfReference_m1048578616(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void Newtonsoft.Json.Linq.JObject::InsertItem(System.Int32,Newtonsoft.Json.Linq.JToken,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JObject_InsertItem_m493404496 (JObject_t2059125928 * __this, int32_t ___index0, JToken_t1038539247 * ___item1, bool ___skipParentCheck2, const RuntimeMethod* method) { { JToken_t1038539247 * L_0 = ___item1; if (!L_0) { goto IL_000d; } } { JToken_t1038539247 * L_1 = ___item1; NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(12 /* Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JToken::get_Type() */, L_1); if ((!(((uint32_t)L_2) == ((uint32_t)5)))) { goto IL_000d; } } { return; } IL_000d: { int32_t L_3 = ___index0; JToken_t1038539247 * L_4 = ___item1; bool L_5 = ___skipParentCheck2; JContainer_InsertItem_m3405222001(__this, L_3, L_4, L_5, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JObject::ValidateToken(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR void JObject_ValidateToken_m442365875 (JObject_t2059125928 * __this, JToken_t1038539247 * ___o0, JToken_t1038539247 * ___existing1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JObject_ValidateToken_m442365875_MetadataUsageId); s_Il2CppMethodInitialized = true; } JProperty_t3803048347 * V_0 = NULL; JProperty_t3803048347 * V_1 = NULL; { JToken_t1038539247 * L_0 = ___o0; ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, L_0, _stringLiteral3452614593, /*hidden argument*/NULL); JToken_t1038539247 * L_1 = ___o0; NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(12 /* Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JToken::get_Type() */, L_1); if ((((int32_t)L_2) == ((int32_t)4))) { goto IL_0035; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_3 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JToken_t1038539247 * L_4 = ___o0; NullCheck(L_4); Type_t * L_5 = Object_GetType_m88164663(L_4, /*hidden argument*/NULL); Type_t * L_6 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); String_t* L_7 = StringUtils_FormatWith_m353537829(NULL /*static, unused*/, _stringLiteral3090854430, L_3, L_5, L_6, /*hidden argument*/NULL); ArgumentException_t132251570 * L_8 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,JObject_ValidateToken_m442365875_RuntimeMethod_var); } IL_0035: { JToken_t1038539247 * L_9 = ___o0; V_0 = ((JProperty_t3803048347 *)CastclassClass((RuntimeObject*)L_9, JProperty_t3803048347_il2cpp_TypeInfo_var)); JToken_t1038539247 * L_10 = ___existing1; if (!L_10) { goto IL_005a; } } { JToken_t1038539247 * L_11 = ___existing1; V_1 = ((JProperty_t3803048347 *)CastclassClass((RuntimeObject*)L_11, JProperty_t3803048347_il2cpp_TypeInfo_var)); JProperty_t3803048347 * L_12 = V_0; NullCheck(L_12); String_t* L_13 = JProperty_get_Name_m1638548167(L_12, /*hidden argument*/NULL); JProperty_t3803048347 * L_14 = V_1; NullCheck(L_14); String_t* L_15 = JProperty_get_Name_m1638548167(L_14, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_16 = String_op_Equality_m920492651(NULL /*static, unused*/, L_13, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_005a; } } { return; } IL_005a: { JPropertyKeyedCollection_t1521123921 * L_17 = __this->get__properties_16(); JProperty_t3803048347 * L_18 = V_0; NullCheck(L_18); String_t* L_19 = JProperty_get_Name_m1638548167(L_18, /*hidden argument*/NULL); NullCheck(L_17); bool L_20 = JPropertyKeyedCollection_TryGetValue_m2321108377(L_17, L_19, (&___existing1), /*hidden argument*/NULL); if (!L_20) { goto IL_0090; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_21 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JProperty_t3803048347 * L_22 = V_0; NullCheck(L_22); String_t* L_23 = JProperty_get_Name_m1638548167(L_22, /*hidden argument*/NULL); Type_t * L_24 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); String_t* L_25 = StringUtils_FormatWith_m353537829(NULL /*static, unused*/, _stringLiteral2895832339, L_21, L_23, L_24, /*hidden argument*/NULL); ArgumentException_t132251570 * L_26 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_26, L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26,JObject_ValidateToken_m442365875_RuntimeMethod_var); } IL_0090: { return; } } // System.Void Newtonsoft.Json.Linq.JObject::InternalPropertyChanged(Newtonsoft.Json.Linq.JProperty) extern "C" IL2CPP_METHOD_ATTR void JObject_InternalPropertyChanged_m2237070080 (JObject_t2059125928 * __this, JProperty_t3803048347 * ___childProperty0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JObject_InternalPropertyChanged_m2237070080_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JProperty_t3803048347 * L_0 = ___childProperty0; NullCheck(L_0); String_t* L_1 = JProperty_get_Name_m1638548167(L_0, /*hidden argument*/NULL); VirtActionInvoker1< String_t* >::Invoke(78 /* System.Void Newtonsoft.Json.Linq.JObject::OnPropertyChanged(System.String) */, __this, L_1); ListChangedEventHandler_t1703970447 * L_2 = ((JContainer_t1023664833 *)__this)->get__listChanged_13(); if (!L_2) { goto IL_0027; } } { JProperty_t3803048347 * L_3 = ___childProperty0; int32_t L_4 = VirtFuncInvoker1< int32_t, JToken_t1038539247 * >::Invoke(49 /* System.Int32 Newtonsoft.Json.Linq.JContainer::IndexOfItem(Newtonsoft.Json.Linq.JToken) */, __this, L_3); ListChangedEventArgs_t1328006001 * L_5 = (ListChangedEventArgs_t1328006001 *)il2cpp_codegen_object_new(ListChangedEventArgs_t1328006001_il2cpp_TypeInfo_var); ListChangedEventArgs__ctor_m2776068830(L_5, 4, L_4, /*hidden argument*/NULL); VirtActionInvoker1< ListChangedEventArgs_t1328006001 * >::Invoke(48 /* System.Void Newtonsoft.Json.Linq.JContainer::OnListChanged(System.ComponentModel.ListChangedEventArgs) */, __this, L_5); } IL_0027: { return; } } // System.Void Newtonsoft.Json.Linq.JObject::InternalPropertyChanging(Newtonsoft.Json.Linq.JProperty) extern "C" IL2CPP_METHOD_ATTR void JObject_InternalPropertyChanging_m1904603856 (JObject_t2059125928 * __this, JProperty_t3803048347 * ___childProperty0, const RuntimeMethod* method) { { JProperty_t3803048347 * L_0 = ___childProperty0; NullCheck(L_0); String_t* L_1 = JProperty_get_Name_m1638548167(L_0, /*hidden argument*/NULL); VirtActionInvoker1< String_t* >::Invoke(79 /* System.Void Newtonsoft.Json.Linq.JObject::OnPropertyChanging(System.String) */, __this, L_1); return; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JObject::CloneToken() extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * JObject_CloneToken_m1614095735 (JObject_t2059125928 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JObject_CloneToken_m1614095735_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JObject_t2059125928 * L_0 = (JObject_t2059125928 *)il2cpp_codegen_object_new(JObject_t2059125928_il2cpp_TypeInfo_var); JObject__ctor_m1786244122(L_0, __this, /*hidden argument*/NULL); return L_0; } } // Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JObject::get_Type() extern "C" IL2CPP_METHOD_ATTR int32_t JObject_get_Type_m1445386471 (JObject_t2059125928 * __this, const RuntimeMethod* method) { { return (int32_t)(1); } } // Newtonsoft.Json.Linq.JProperty Newtonsoft.Json.Linq.JObject::Property(System.String) extern "C" IL2CPP_METHOD_ATTR JProperty_t3803048347 * JObject_Property_m2056844643 (JObject_t2059125928 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JObject_Property_m2056844643_MetadataUsageId); s_Il2CppMethodInitialized = true; } JToken_t1038539247 * V_0 = NULL; { String_t* L_0 = ___name0; if (L_0) { goto IL_0005; } } { return (JProperty_t3803048347 *)NULL; } IL_0005: { JPropertyKeyedCollection_t1521123921 * L_1 = __this->get__properties_16(); String_t* L_2 = ___name0; NullCheck(L_1); JPropertyKeyedCollection_TryGetValue_m2321108377(L_1, L_2, (&V_0), /*hidden argument*/NULL); JToken_t1038539247 * L_3 = V_0; return ((JProperty_t3803048347 *)CastclassClass((RuntimeObject*)L_3, JProperty_t3803048347_il2cpp_TypeInfo_var)); } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JObject::get_Item(System.Object) extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * JObject_get_Item_m4138477941 (JObject_t2059125928 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JObject_get_Item_m4138477941_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { RuntimeObject * L_0 = ___key0; ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, L_0, _stringLiteral2600271970, /*hidden argument*/NULL); RuntimeObject * L_1 = ___key0; V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)); String_t* L_2 = V_0; if (L_2) { goto IL_0030; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_3 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); RuntimeObject * L_4 = ___key0; String_t* L_5 = MiscellaneousUtils_ToString_m4213282389(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); String_t* L_6 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral3018773953, L_3, L_5, /*hidden argument*/NULL); ArgumentException_t132251570 * L_7 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,JObject_get_Item_m4138477941_RuntimeMethod_var); } IL_0030: { String_t* L_8 = V_0; JToken_t1038539247 * L_9 = JObject_get_Item_m332585514(__this, L_8, /*hidden argument*/NULL); return L_9; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JObject_get_Item_m332585514_MetadataUsageId); s_Il2CppMethodInitialized = true; } JProperty_t3803048347 * V_0 = NULL; { String_t* L_0 = ___propertyName0; ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, L_0, _stringLiteral4028212929, /*hidden argument*/NULL); String_t* L_1 = ___propertyName0; JProperty_t3803048347 * L_2 = JObject_Property_m2056844643(__this, L_1, /*hidden argument*/NULL); V_0 = L_2; JProperty_t3803048347 * L_3 = V_0; if (L_3) { goto IL_0018; } } { return (JToken_t1038539247 *)NULL; } IL_0018: { JProperty_t3803048347 * L_4 = V_0; NullCheck(L_4); JToken_t1038539247 * L_5 = JProperty_get_Value_m853684465(L_4, /*hidden argument*/NULL); return L_5; } } // System.Void Newtonsoft.Json.Linq.JObject::set_Item(System.String,Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR void JObject_set_Item_m3337384077 (JObject_t2059125928 * __this, String_t* ___propertyName0, JToken_t1038539247 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JObject_set_Item_m3337384077_MetadataUsageId); s_Il2CppMethodInitialized = true; } JProperty_t3803048347 * V_0 = NULL; { String_t* L_0 = ___propertyName0; JProperty_t3803048347 * L_1 = JObject_Property_m2056844643(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; JProperty_t3803048347 * L_2 = V_0; if (!L_2) { goto IL_0013; } } { JProperty_t3803048347 * L_3 = V_0; JToken_t1038539247 * L_4 = ___value1; NullCheck(L_3); JProperty_set_Value_m3771315901(L_3, L_4, /*hidden argument*/NULL); return; } IL_0013: { String_t* L_5 = ___propertyName0; VirtActionInvoker1< String_t* >::Invoke(79 /* System.Void Newtonsoft.Json.Linq.JObject::OnPropertyChanging(System.String) */, __this, L_5); String_t* L_6 = ___propertyName0; JToken_t1038539247 * L_7 = ___value1; JProperty_t3803048347 * L_8 = (JProperty_t3803048347 *)il2cpp_codegen_object_new(JProperty_t3803048347_il2cpp_TypeInfo_var); JProperty__ctor_m1540364149(L_8, L_6, L_7, /*hidden argument*/NULL); VirtActionInvoker1< RuntimeObject * >::Invoke(60 /* System.Void Newtonsoft.Json.Linq.JContainer::Add(System.Object) */, __this, L_8); String_t* L_9 = ___propertyName0; VirtActionInvoker1< String_t* >::Invoke(78 /* System.Void Newtonsoft.Json.Linq.JObject::OnPropertyChanged(System.String) */, __this, L_9); return; } } // Newtonsoft.Json.Linq.JObject Newtonsoft.Json.Linq.JObject::Load(Newtonsoft.Json.JsonReader) extern "C" IL2CPP_METHOD_ATTR JObject_t2059125928 * JObject_Load_m3922106929 (RuntimeObject * __this /* static, unused */, JsonReader_t2369136700 * ___reader0, const RuntimeMethod* method) { { JsonReader_t2369136700 * L_0 = ___reader0; JObject_t2059125928 * L_1 = JObject_Load_m2350887230(NULL /*static, unused*/, L_0, (JsonLoadSettings_t878621609 *)NULL, /*hidden argument*/NULL); return L_1; } } // Newtonsoft.Json.Linq.JObject Newtonsoft.Json.Linq.JObject::Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings) extern "C" IL2CPP_METHOD_ATTR JObject_t2059125928 * JObject_Load_m2350887230 (RuntimeObject * __this /* static, unused */, JsonReader_t2369136700 * ___reader0, JsonLoadSettings_t878621609 * ___settings1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JObject_Load_m2350887230_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonReader_t2369136700 * L_0 = ___reader0; ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, L_0, _stringLiteral3529812268, /*hidden argument*/NULL); JsonReader_t2369136700 * L_1 = ___reader0; NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_1); if (L_2) { goto IL_0027; } } { JsonReader_t2369136700 * L_3 = ___reader0; NullCheck(L_3); bool L_4 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_3); if (L_4) { goto IL_0027; } } { JsonReader_t2369136700 * L_5 = ___reader0; JsonReaderException_t3553144781 * L_6 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, L_5, _stringLiteral2304482816, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,JObject_Load_m2350887230_RuntimeMethod_var); } IL_0027: { JsonReader_t2369136700 * L_7 = ___reader0; NullCheck(L_7); JsonReader_MoveToContent_m203105123(L_7, /*hidden argument*/NULL); 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 ((((int32_t)L_9) == ((int32_t)1))) { goto IL_0058; } } { JsonReader_t2369136700 * L_10 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_11 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonReader_t2369136700 * L_12 = ___reader0; NullCheck(L_12); int32_t L_13 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_12); int32_t L_14 = L_13; RuntimeObject * L_15 = Box(JsonToken_t1917433489_il2cpp_TypeInfo_var, &L_14); String_t* L_16 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2884359983, L_11, L_15, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_17 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, L_10, L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17,JObject_Load_m2350887230_RuntimeMethod_var); } IL_0058: { JObject_t2059125928 * L_18 = (JObject_t2059125928 *)il2cpp_codegen_object_new(JObject_t2059125928_il2cpp_TypeInfo_var); JObject__ctor_m1738103074(L_18, /*hidden argument*/NULL); JObject_t2059125928 * L_19 = L_18; JsonReader_t2369136700 * L_20 = ___reader0; JsonLoadSettings_t878621609 * L_21 = ___settings1; NullCheck(L_19); JToken_SetLineInfo_m1616462453(L_19, ((RuntimeObject*)IsInst((RuntimeObject*)L_20, IJsonLineInfo_t2844470104_il2cpp_TypeInfo_var)), L_21, /*hidden argument*/NULL); JObject_t2059125928 * L_22 = L_19; JsonReader_t2369136700 * L_23 = ___reader0; JsonLoadSettings_t878621609 * L_24 = ___settings1; NullCheck(L_22); JContainer_ReadTokenFrom_m192763178(L_22, L_23, L_24, /*hidden argument*/NULL); return L_22; } } // System.Void Newtonsoft.Json.Linq.JObject::WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[]) extern "C" IL2CPP_METHOD_ATTR void JObject_WriteTo_m677161859 (JObject_t2059125928 * __this, JsonWriter_t1467272295 * ___writer0, JsonConverterU5BU5D_t155849004* ___converters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JObject_WriteTo_m677161859_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { JsonWriter_t1467272295 * L_0 = ___writer0; NullCheck(L_0); VirtActionInvoker0::Invoke(7 /* System.Void Newtonsoft.Json.JsonWriter::WriteStartObject() */, L_0); V_0 = 0; goto IL_0021; } IL_000a: { JPropertyKeyedCollection_t1521123921 * L_1 = __this->get__properties_16(); int32_t L_2 = V_0; NullCheck(L_1); JToken_t1038539247 * L_3 = Collection_1_get_Item_m1515393814(L_1, L_2, /*hidden argument*/Collection_1_get_Item_m1515393814_RuntimeMethod_var); JsonWriter_t1467272295 * L_4 = ___writer0; JsonConverterU5BU5D_t155849004* L_5 = ___converters1; NullCheck(L_3); VirtActionInvoker2< JsonWriter_t1467272295 *, JsonConverterU5BU5D_t155849004* >::Invoke(18 /* System.Void Newtonsoft.Json.Linq.JToken::WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[]) */, L_3, L_4, L_5); int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0021: { int32_t L_7 = V_0; JPropertyKeyedCollection_t1521123921 * L_8 = __this->get__properties_16(); NullCheck(L_8); int32_t L_9 = Collection_1_get_Count_m2147611238(L_8, /*hidden argument*/Collection_1_get_Count_m2147611238_RuntimeMethod_var); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_000a; } } { JsonWriter_t1467272295 * L_10 = ___writer0; NullCheck(L_10); VirtActionInvoker0::Invoke(8 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndObject() */, L_10); return; } } // System.Void Newtonsoft.Json.Linq.JObject::Add(System.String,Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR void JObject_Add_m3470733353 (JObject_t2059125928 * __this, String_t* ___propertyName0, JToken_t1038539247 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JObject_Add_m3470733353_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___propertyName0; JToken_t1038539247 * L_1 = ___value1; JProperty_t3803048347 * L_2 = (JProperty_t3803048347 *)il2cpp_codegen_object_new(JProperty_t3803048347_il2cpp_TypeInfo_var); JProperty__ctor_m1540364149(L_2, L_0, L_1, /*hidden argument*/NULL); VirtActionInvoker1< RuntimeObject * >::Invoke(60 /* System.Void Newtonsoft.Json.Linq.JContainer::Add(System.Object) */, __this, L_2); return; } } // System.Boolean Newtonsoft.Json.Linq.JObject::System.Collections.Generic.IDictionary.ContainsKey(System.String) extern "C" IL2CPP_METHOD_ATTR bool JObject_System_Collections_Generic_IDictionaryU3CSystem_StringU2CNewtonsoft_Json_Linq_JTokenU3E_ContainsKey_m2238949266 (JObject_t2059125928 * __this, String_t* ___key0, const RuntimeMethod* method) { { JPropertyKeyedCollection_t1521123921 * L_0 = __this->get__properties_16(); String_t* L_1 = ___key0; NullCheck(L_0); bool L_2 = JPropertyKeyedCollection_Contains_m113520722(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Collections.Generic.ICollection`1 Newtonsoft.Json.Linq.JObject::System.Collections.Generic.IDictionary.get_Keys() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JObject_System_Collections_Generic_IDictionaryU3CSystem_StringU2CNewtonsoft_Json_Linq_JTokenU3E_get_Keys_m2004971831 (JObject_t2059125928 * __this, const RuntimeMethod* method) { { JPropertyKeyedCollection_t1521123921 * L_0 = __this->get__properties_16(); NullCheck(L_0); RuntimeObject* L_1 = JPropertyKeyedCollection_get_Keys_m2446193307(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean Newtonsoft.Json.Linq.JObject::Remove(System.String) extern "C" IL2CPP_METHOD_ATTR bool JObject_Remove_m2451358060 (JObject_t2059125928 * __this, String_t* ___propertyName0, const RuntimeMethod* method) { JProperty_t3803048347 * V_0 = NULL; { String_t* L_0 = ___propertyName0; JProperty_t3803048347 * L_1 = JObject_Property_m2056844643(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; JProperty_t3803048347 * L_2 = V_0; if (L_2) { goto IL_000d; } } { return (bool)0; } IL_000d: { JProperty_t3803048347 * L_3 = V_0; NullCheck(L_3); JToken_Remove_m412720584(L_3, /*hidden argument*/NULL); return (bool)1; } } // System.Boolean Newtonsoft.Json.Linq.JObject::TryGetValue(System.String,Newtonsoft.Json.Linq.JToken&) extern "C" IL2CPP_METHOD_ATTR bool JObject_TryGetValue_m3312317239 (JObject_t2059125928 * __this, String_t* ___propertyName0, JToken_t1038539247 ** ___value1, const RuntimeMethod* method) { JProperty_t3803048347 * V_0 = NULL; { String_t* L_0 = ___propertyName0; JProperty_t3803048347 * L_1 = JObject_Property_m2056844643(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; JProperty_t3803048347 * L_2 = V_0; if (L_2) { goto IL_0010; } } { JToken_t1038539247 ** L_3 = ___value1; *((RuntimeObject **)(L_3)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_3), (RuntimeObject *)NULL); return (bool)0; } IL_0010: { JToken_t1038539247 ** L_4 = ___value1; JProperty_t3803048347 * L_5 = V_0; NullCheck(L_5); JToken_t1038539247 * L_6 = JProperty_get_Value_m853684465(L_5, /*hidden argument*/NULL); *((RuntimeObject **)(L_4)) = (RuntimeObject *)L_6; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_4), (RuntimeObject *)L_6); return (bool)1; } } // System.Collections.Generic.ICollection`1 Newtonsoft.Json.Linq.JObject::System.Collections.Generic.IDictionary.get_Values() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JObject_System_Collections_Generic_IDictionaryU3CSystem_StringU2CNewtonsoft_Json_Linq_JTokenU3E_get_Values_m2842847036 (JObject_t2059125928 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JObject_System_Collections_Generic_IDictionaryU3CSystem_StringU2CNewtonsoft_Json_Linq_JTokenU3E_get_Values_m2842847036_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotImplementedException_t3489357830 * L_0 = (NotImplementedException_t3489357830 *)il2cpp_codegen_object_new(NotImplementedException_t3489357830_il2cpp_TypeInfo_var); NotImplementedException__ctor_m3058704252(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,JObject_System_Collections_Generic_IDictionaryU3CSystem_StringU2CNewtonsoft_Json_Linq_JTokenU3E_get_Values_m2842847036_RuntimeMethod_var); } } // System.Void Newtonsoft.Json.Linq.JObject::System.Collections.Generic.ICollection>.Add(System.Collections.Generic.KeyValuePair`2) extern "C" IL2CPP_METHOD_ATTR void JObject_System_Collections_Generic_ICollectionU3CSystem_Collections_Generic_KeyValuePairU3CSystem_StringU2CNewtonsoft_Json_Linq_JTokenU3EU3E_Add_m2747598676 (JObject_t2059125928 * __this, KeyValuePair_2_t3221467713 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JObject_System_Collections_Generic_ICollectionU3CSystem_Collections_Generic_KeyValuePairU3CSystem_StringU2CNewtonsoft_Json_Linq_JTokenU3EU3E_Add_m2747598676_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = KeyValuePair_2_get_Key_m2194022623((&___item0), /*hidden argument*/KeyValuePair_2_get_Key_m2194022623_RuntimeMethod_var); JToken_t1038539247 * L_1 = KeyValuePair_2_get_Value_m1247118081((&___item0), /*hidden argument*/KeyValuePair_2_get_Value_m1247118081_RuntimeMethod_var); JProperty_t3803048347 * L_2 = (JProperty_t3803048347 *)il2cpp_codegen_object_new(JProperty_t3803048347_il2cpp_TypeInfo_var); JProperty__ctor_m1540364149(L_2, L_0, L_1, /*hidden argument*/NULL); VirtActionInvoker1< RuntimeObject * >::Invoke(60 /* System.Void Newtonsoft.Json.Linq.JContainer::Add(System.Object) */, __this, L_2); return; } } // System.Void Newtonsoft.Json.Linq.JObject::System.Collections.Generic.ICollection>.Clear() extern "C" IL2CPP_METHOD_ATTR void JObject_System_Collections_Generic_ICollectionU3CSystem_Collections_Generic_KeyValuePairU3CSystem_StringU2CNewtonsoft_Json_Linq_JTokenU3EU3E_Clear_m836275470 (JObject_t2059125928 * __this, const RuntimeMethod* method) { { JContainer_RemoveAll_m4273261103(__this, /*hidden argument*/NULL); return; } } // System.Boolean Newtonsoft.Json.Linq.JObject::System.Collections.Generic.ICollection>.Contains(System.Collections.Generic.KeyValuePair`2) extern "C" IL2CPP_METHOD_ATTR bool JObject_System_Collections_Generic_ICollectionU3CSystem_Collections_Generic_KeyValuePairU3CSystem_StringU2CNewtonsoft_Json_Linq_JTokenU3EU3E_Contains_m3833440824 (JObject_t2059125928 * __this, KeyValuePair_2_t3221467713 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JObject_System_Collections_Generic_ICollectionU3CSystem_Collections_Generic_KeyValuePairU3CSystem_StringU2CNewtonsoft_Json_Linq_JTokenU3EU3E_Contains_m3833440824_MetadataUsageId); s_Il2CppMethodInitialized = true; } JProperty_t3803048347 * V_0 = NULL; { String_t* L_0 = KeyValuePair_2_get_Key_m2194022623((&___item0), /*hidden argument*/KeyValuePair_2_get_Key_m2194022623_RuntimeMethod_var); JProperty_t3803048347 * L_1 = JObject_Property_m2056844643(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; JProperty_t3803048347 * L_2 = V_0; if (L_2) { goto IL_0013; } } { return (bool)0; } IL_0013: { JProperty_t3803048347 * L_3 = V_0; NullCheck(L_3); JToken_t1038539247 * L_4 = JProperty_get_Value_m853684465(L_3, /*hidden argument*/NULL); JToken_t1038539247 * L_5 = KeyValuePair_2_get_Value_m1247118081((&___item0), /*hidden argument*/KeyValuePair_2_get_Value_m1247118081_RuntimeMethod_var); return (bool)((((RuntimeObject*)(JToken_t1038539247 *)L_4) == ((RuntimeObject*)(JToken_t1038539247 *)L_5))? 1 : 0); } } // System.Void Newtonsoft.Json.Linq.JObject::System.Collections.Generic.ICollection>.CopyTo(System.Collections.Generic.KeyValuePair`2[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void JObject_System_Collections_Generic_ICollectionU3CSystem_Collections_Generic_KeyValuePairU3CSystem_StringU2CNewtonsoft_Json_Linq_JTokenU3EU3E_CopyTo_m1949056519 (JObject_t2059125928 * __this, KeyValuePair_2U5BU5D_t3379601308* ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JObject_System_Collections_Generic_ICollectionU3CSystem_Collections_Generic_KeyValuePairU3CSystem_StringU2CNewtonsoft_Json_Linq_JTokenU3EU3E_CopyTo_m1949056519_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject* V_1 = NULL; JProperty_t3803048347 * 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); { KeyValuePair_2U5BU5D_t3379601308* L_0 = ___array0; 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, _stringLiteral4007973390, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,JObject_System_Collections_Generic_ICollectionU3CSystem_Collections_Generic_KeyValuePairU3CSystem_StringU2CNewtonsoft_Json_Linq_JTokenU3EU3E_CopyTo_m1949056519_RuntimeMethod_var); } IL_000e: { int32_t L_2 = ___arrayIndex1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0022; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_3, _stringLiteral335484879, _stringLiteral2468112862, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,JObject_System_Collections_Generic_ICollectionU3CSystem_Collections_Generic_KeyValuePairU3CSystem_StringU2CNewtonsoft_Json_Linq_JTokenU3EU3E_CopyTo_m1949056519_RuntimeMethod_var); } IL_0022: { int32_t L_4 = ___arrayIndex1; KeyValuePair_2U5BU5D_t3379601308* L_5 = ___array0; NullCheck(L_5); if ((((int32_t)L_4) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length))))))) { goto IL_0036; } } { int32_t L_6 = ___arrayIndex1; if (!L_6) { goto IL_0036; } } { ArgumentException_t132251570 * L_7 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_7, _stringLiteral2942413055, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,JObject_System_Collections_Generic_ICollectionU3CSystem_Collections_Generic_KeyValuePairU3CSystem_StringU2CNewtonsoft_Json_Linq_JTokenU3EU3E_CopyTo_m1949056519_RuntimeMethod_var); } IL_0036: { int32_t L_8 = JContainer_get_Count_m3989743323(__this, /*hidden argument*/NULL); KeyValuePair_2U5BU5D_t3379601308* L_9 = ___array0; NullCheck(L_9); int32_t L_10 = ___arrayIndex1; if ((((int32_t)L_8) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length)))), (int32_t)L_10))))) { goto IL_004e; } } { ArgumentException_t132251570 * L_11 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_11, _stringLiteral264865733, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,JObject_System_Collections_Generic_ICollectionU3CSystem_Collections_Generic_KeyValuePairU3CSystem_StringU2CNewtonsoft_Json_Linq_JTokenU3EU3E_CopyTo_m1949056519_RuntimeMethod_var); } IL_004e: { V_0 = 0; JPropertyKeyedCollection_t1521123921 * L_12 = __this->get__properties_16(); NullCheck(L_12); RuntimeObject* L_13 = Collection_1_GetEnumerator_m217286108(L_12, /*hidden argument*/Collection_1_GetEnumerator_m217286108_RuntimeMethod_var); V_1 = L_13; } IL_005c: try { // begin try (depth: 1) { goto IL_0088; } IL_005e: { RuntimeObject* L_14 = V_1; NullCheck(L_14); JToken_t1038539247 * L_15 = InterfaceFuncInvoker0< JToken_t1038539247 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t1471109715_il2cpp_TypeInfo_var, L_14); V_2 = ((JProperty_t3803048347 *)CastclassClass((RuntimeObject*)L_15, JProperty_t3803048347_il2cpp_TypeInfo_var)); KeyValuePair_2U5BU5D_t3379601308* L_16 = ___array0; int32_t L_17 = ___arrayIndex1; int32_t L_18 = V_0; JProperty_t3803048347 * L_19 = V_2; NullCheck(L_19); String_t* L_20 = JProperty_get_Name_m1638548167(L_19, /*hidden argument*/NULL); JProperty_t3803048347 * L_21 = V_2; NullCheck(L_21); JToken_t1038539247 * L_22 = JProperty_get_Value_m853684465(L_21, /*hidden argument*/NULL); KeyValuePair_2_t3221467713 L_23; memset(&L_23, 0, sizeof(L_23)); KeyValuePair_2__ctor_m2603949249((&L_23), L_20, L_22, /*hidden argument*/KeyValuePair_2__ctor_m2603949249_RuntimeMethod_var); NullCheck(L_16); (L_16)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_18))), (KeyValuePair_2_t3221467713 )L_23); int32_t L_24 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_0088: { RuntimeObject* L_25 = V_1; NullCheck(L_25); bool L_26 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_25); if (L_26) { goto IL_005e; } } IL_0090: { IL2CPP_LEAVE(0x9C, FINALLY_0092); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0092; } FINALLY_0092: { // begin finally (depth: 1) { RuntimeObject* L_27 = V_1; if (!L_27) { goto IL_009b; } } IL_0095: { RuntimeObject* L_28 = V_1; NullCheck(L_28); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_28); } IL_009b: { IL2CPP_END_FINALLY(146) } } // end finally (depth: 1) IL2CPP_CLEANUP(146) { IL2CPP_JUMP_TBL(0x9C, IL_009c) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_009c: { return; } } // System.Boolean Newtonsoft.Json.Linq.JObject::System.Collections.Generic.ICollection>.get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool JObject_System_Collections_Generic_ICollectionU3CSystem_Collections_Generic_KeyValuePairU3CSystem_StringU2CNewtonsoft_Json_Linq_JTokenU3EU3E_get_IsReadOnly_m177133070 (JObject_t2059125928 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean Newtonsoft.Json.Linq.JObject::System.Collections.Generic.ICollection>.Remove(System.Collections.Generic.KeyValuePair`2) extern "C" IL2CPP_METHOD_ATTR bool JObject_System_Collections_Generic_ICollectionU3CSystem_Collections_Generic_KeyValuePairU3CSystem_StringU2CNewtonsoft_Json_Linq_JTokenU3EU3E_Remove_m1310682920 (JObject_t2059125928 * __this, KeyValuePair_2_t3221467713 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JObject_System_Collections_Generic_ICollectionU3CSystem_Collections_Generic_KeyValuePairU3CSystem_StringU2CNewtonsoft_Json_Linq_JTokenU3EU3E_Remove_m1310682920_MetadataUsageId); s_Il2CppMethodInitialized = true; } { KeyValuePair_2_t3221467713 L_0 = ___item0; bool L_1 = InterfaceFuncInvoker1< bool, KeyValuePair_2_t3221467713 >::Invoke(4 /* System.Boolean System.Collections.Generic.ICollection`1>::Contains(!0) */, ICollection_1_t1754652651_il2cpp_TypeInfo_var, __this, L_0); if (L_1) { goto IL_000b; } } { return (bool)0; } IL_000b: { String_t* L_2 = KeyValuePair_2_get_Key_m2194022623((&___item0), /*hidden argument*/KeyValuePair_2_get_Key_m2194022623_RuntimeMethod_var); InterfaceFuncInvoker1< bool, String_t* >::Invoke(2 /* System.Boolean System.Collections.Generic.IDictionary`2::Remove(!0) */, IDictionary_2_t3582614233_il2cpp_TypeInfo_var, __this, L_2); return (bool)1; } } // System.Int32 Newtonsoft.Json.Linq.JObject::GetDeepHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t JObject_GetDeepHashCode_m2948833919 (JObject_t2059125928 * __this, const RuntimeMethod* method) { { int32_t L_0 = JContainer_ContentsHashCode_m4179099099(__this, /*hidden argument*/NULL); return L_0; } } // System.Collections.Generic.IEnumerator`1> Newtonsoft.Json.Linq.JObject::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JObject_GetEnumerator_m3979926960 (JObject_t2059125928 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JObject_GetEnumerator_m3979926960_MetadataUsageId); s_Il2CppMethodInitialized = true; } { U3CGetEnumeratorU3Ed__58_t2686635841 * L_0 = (U3CGetEnumeratorU3Ed__58_t2686635841 *)il2cpp_codegen_object_new(U3CGetEnumeratorU3Ed__58_t2686635841_il2cpp_TypeInfo_var); U3CGetEnumeratorU3Ed__58__ctor_m1678715696(L_0, 0, /*hidden argument*/NULL); U3CGetEnumeratorU3Ed__58_t2686635841 * L_1 = L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_2(__this); return L_1; } } // System.Void Newtonsoft.Json.Linq.JObject::OnPropertyChanged(System.String) extern "C" IL2CPP_METHOD_ATTR void JObject_OnPropertyChanged_m3870847302 (JObject_t2059125928 * __this, String_t* ___propertyName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JObject_OnPropertyChanged_m3870847302_MetadataUsageId); s_Il2CppMethodInitialized = true; } { PropertyChangedEventHandler_t3836340606 * L_0 = __this->get_PropertyChanged_17(); if (!L_0) { goto IL_001a; } } { PropertyChangedEventHandler_t3836340606 * L_1 = __this->get_PropertyChanged_17(); String_t* L_2 = ___propertyName0; PropertyChangedEventArgs_t3313059048 * L_3 = (PropertyChangedEventArgs_t3313059048 *)il2cpp_codegen_object_new(PropertyChangedEventArgs_t3313059048_il2cpp_TypeInfo_var); PropertyChangedEventArgs__ctor_m603088912(L_3, L_2, /*hidden argument*/NULL); NullCheck(L_1); PropertyChangedEventHandler_Invoke_m3658316064(L_1, __this, L_3, /*hidden argument*/NULL); } IL_001a: { return; } } // System.Void Newtonsoft.Json.Linq.JObject::OnPropertyChanging(System.String) extern "C" IL2CPP_METHOD_ATTR void JObject_OnPropertyChanging_m2696477458 (JObject_t2059125928 * __this, String_t* ___propertyName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JObject_OnPropertyChanging_m2696477458_MetadataUsageId); s_Il2CppMethodInitialized = true; } { PropertyChangingEventHandler_t2830353497 * L_0 = __this->get_PropertyChanging_18(); if (!L_0) { goto IL_001a; } } { PropertyChangingEventHandler_t2830353497 * L_1 = __this->get_PropertyChanging_18(); String_t* L_2 = ___propertyName0; PropertyChangingEventArgs_t2067745136 * L_3 = (PropertyChangingEventArgs_t2067745136 *)il2cpp_codegen_object_new(PropertyChangingEventArgs_t2067745136_il2cpp_TypeInfo_var); PropertyChangingEventArgs__ctor_m458964423(L_3, L_2, /*hidden argument*/NULL); NullCheck(L_1); PropertyChangingEventHandler_Invoke_m4194376157(L_1, __this, L_3, /*hidden argument*/NULL); } IL_001a: { return; } } // System.ComponentModel.PropertyDescriptorCollection Newtonsoft.Json.Linq.JObject::System.ComponentModel.ICustomTypeDescriptor.GetProperties(System.Attribute[]) extern "C" IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t4164928659 * JObject_System_ComponentModel_ICustomTypeDescriptor_GetProperties_m504033104 (JObject_t2059125928 * __this, AttributeU5BU5D_t1575011174* ___attributes0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JObject_System_ComponentModel_ICustomTypeDescriptor_GetProperties_m504033104_MetadataUsageId); s_Il2CppMethodInitialized = true; } PropertyDescriptorCollection_t4164928659 * V_0 = NULL; RuntimeObject* V_1 = NULL; KeyValuePair_2_t3221467713 V_2; memset(&V_2, 0, sizeof(V_2)); 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); { PropertyDescriptorCollection_t4164928659 * L_0 = (PropertyDescriptorCollection_t4164928659 *)il2cpp_codegen_object_new(PropertyDescriptorCollection_t4164928659_il2cpp_TypeInfo_var); PropertyDescriptorCollection__ctor_m798034609(L_0, (PropertyDescriptorU5BU5D_t2649761905*)(PropertyDescriptorU5BU5D_t2649761905*)NULL, /*hidden argument*/NULL); V_0 = L_0; RuntimeObject* L_1 = JObject_GetEnumerator_m3979926960(__this, /*hidden argument*/NULL); V_1 = L_1; } IL_000e: try { // begin try (depth: 1) { goto IL_002a; } IL_0010: { RuntimeObject* L_2 = V_1; NullCheck(L_2); KeyValuePair_2_t3221467713 L_3 = InterfaceFuncInvoker0< KeyValuePair_2_t3221467713 >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1>::get_Current() */, IEnumerator_1_t3654038181_il2cpp_TypeInfo_var, L_2); V_2 = L_3; PropertyDescriptorCollection_t4164928659 * L_4 = V_0; String_t* L_5 = KeyValuePair_2_get_Key_m2194022623((&V_2), /*hidden argument*/KeyValuePair_2_get_Key_m2194022623_RuntimeMethod_var); JPropertyDescriptor_t1462014386 * L_6 = (JPropertyDescriptor_t1462014386 *)il2cpp_codegen_object_new(JPropertyDescriptor_t1462014386_il2cpp_TypeInfo_var); JPropertyDescriptor__ctor_m4247111979(L_6, L_5, /*hidden argument*/NULL); NullCheck(L_4); PropertyDescriptorCollection_Add_m3340053766(L_4, L_6, /*hidden argument*/NULL); } IL_002a: { RuntimeObject* L_7 = V_1; 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_0010; } } IL_0032: { IL2CPP_LEAVE(0x3E, FINALLY_0034); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0034; } FINALLY_0034: { // begin finally (depth: 1) { RuntimeObject* L_9 = V_1; if (!L_9) { goto IL_003d; } } IL_0037: { RuntimeObject* L_10 = V_1; NullCheck(L_10); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_10); } IL_003d: { IL2CPP_END_FINALLY(52) } } // end finally (depth: 1) IL2CPP_CLEANUP(52) { IL2CPP_JUMP_TBL(0x3E, IL_003e) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_003e: { PropertyDescriptorCollection_t4164928659 * L_11 = V_0; return L_11; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Linq.JObject/<>c::.cctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m406046183 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec__cctor_m406046183_MetadataUsageId); s_Il2CppMethodInitialized = true; } { U3CU3Ec_t3140449829 * L_0 = (U3CU3Ec_t3140449829 *)il2cpp_codegen_object_new(U3CU3Ec_t3140449829_il2cpp_TypeInfo_var); U3CU3Ec__ctor_m576855092(L_0, /*hidden argument*/NULL); ((U3CU3Ec_t3140449829_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t3140449829_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void Newtonsoft.Json.Linq.JObject/<>c::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m576855092 (U3CU3Ec_t3140449829 * __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.Linq.JObject/d__58::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ed__58__ctor_m1678715696 (U3CGetEnumeratorU3Ed__58_t2686635841 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void Newtonsoft.Json.Linq.JObject/d__58::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ed__58_System_IDisposable_Dispose_m3115612663 (U3CGetEnumeratorU3Ed__58_t2686635841 * __this, const RuntimeMethod* method) { int32_t V_0 = 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); { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)((int32_t)-3)))) { goto IL_0010; } } { int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_001a; } } IL_0010: { } IL_0011: try { // begin try (depth: 1) IL2CPP_LEAVE(0x1A, FINALLY_0013); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0013; } FINALLY_0013: { // begin finally (depth: 1) U3CGetEnumeratorU3Ed__58_U3CU3Em__Finally1_m2202976945(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(19) } // end finally (depth: 1) IL2CPP_CLEANUP(19) { IL2CPP_JUMP_TBL(0x1A, IL_001a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_001a: { return; } } // System.Boolean Newtonsoft.Json.Linq.JObject/d__58::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CGetEnumeratorU3Ed__58_MoveNext_m887845031 (U3CGetEnumeratorU3Ed__58_t2686635841 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetEnumeratorU3Ed__58_MoveNext_m887845031_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; JProperty_t3803048347 * 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); IL_0000: try { // begin try (depth: 1) { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_1 = L_0; int32_t L_1 = V_1; if (!L_1) { goto IL_0015; } } IL_000a: { int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_006f; } } IL_000e: { V_0 = (bool)0; goto IL_009c; } IL_0015: { __this->set_U3CU3E1__state_0((-1)); JObject_t2059125928 * L_3 = __this->get_U3CU3E4__this_2(); NullCheck(L_3); JPropertyKeyedCollection_t1521123921 * L_4 = L_3->get__properties_16(); NullCheck(L_4); RuntimeObject* L_5 = Collection_1_GetEnumerator_m217286108(L_4, /*hidden argument*/Collection_1_GetEnumerator_m217286108_RuntimeMethod_var); __this->set_U3CU3E7__wrap1_3(L_5); __this->set_U3CU3E1__state_0(((int32_t)-3)); goto IL_0077; } IL_003c: { RuntimeObject* L_6 = __this->get_U3CU3E7__wrap1_3(); NullCheck(L_6); JToken_t1038539247 * L_7 = InterfaceFuncInvoker0< JToken_t1038539247 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t1471109715_il2cpp_TypeInfo_var, L_6); V_2 = ((JProperty_t3803048347 *)CastclassClass((RuntimeObject*)L_7, JProperty_t3803048347_il2cpp_TypeInfo_var)); JProperty_t3803048347 * L_8 = V_2; NullCheck(L_8); String_t* L_9 = JProperty_get_Name_m1638548167(L_8, /*hidden argument*/NULL); JProperty_t3803048347 * L_10 = V_2; NullCheck(L_10); JToken_t1038539247 * L_11 = JProperty_get_Value_m853684465(L_10, /*hidden argument*/NULL); KeyValuePair_2_t3221467713 L_12; memset(&L_12, 0, sizeof(L_12)); KeyValuePair_2__ctor_m2603949249((&L_12), L_9, L_11, /*hidden argument*/KeyValuePair_2__ctor_m2603949249_RuntimeMethod_var); __this->set_U3CU3E2__current_1(L_12); __this->set_U3CU3E1__state_0(1); V_0 = (bool)1; goto IL_009c; } IL_006f: { __this->set_U3CU3E1__state_0(((int32_t)-3)); } IL_0077: { RuntimeObject* L_13 = __this->get_U3CU3E7__wrap1_3(); NullCheck(L_13); bool L_14 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_13); if (L_14) { goto IL_003c; } } IL_0084: { U3CGetEnumeratorU3Ed__58_U3CU3Em__Finally1_m2202976945(__this, /*hidden argument*/NULL); __this->set_U3CU3E7__wrap1_3((RuntimeObject*)NULL); V_0 = (bool)0; goto IL_009c; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FAULT_0095; } FAULT_0095: { // begin fault (depth: 1) U3CGetEnumeratorU3Ed__58_System_IDisposable_Dispose_m3115612663(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(149) } // end fault IL2CPP_CLEANUP(149) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_009c: { bool L_15 = V_0; return L_15; } } // System.Void Newtonsoft.Json.Linq.JObject/d__58::<>m__Finally1() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ed__58_U3CU3Em__Finally1_m2202976945 (U3CGetEnumeratorU3Ed__58_t2686635841 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetEnumeratorU3Ed__58_U3CU3Em__Finally1_m2202976945_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_U3CU3E1__state_0((-1)); RuntimeObject* L_0 = __this->get_U3CU3E7__wrap1_3(); if (!L_0) { goto IL_001a; } } { RuntimeObject* L_1 = __this->get_U3CU3E7__wrap1_3(); NullCheck(L_1); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_1); } IL_001a: { return; } } // System.Collections.Generic.KeyValuePair`2 Newtonsoft.Json.Linq.JObject/d__58::System.Collections.Generic.IEnumerator>.get_Current() extern "C" IL2CPP_METHOD_ATTR KeyValuePair_2_t3221467713 U3CGetEnumeratorU3Ed__58_System_Collections_Generic_IEnumeratorU3CSystem_Collections_Generic_KeyValuePairU3CSystem_StringU2CNewtonsoft_Json_Linq_JTokenU3EU3E_get_Current_m4236327799 (U3CGetEnumeratorU3Ed__58_t2686635841 * __this, const RuntimeMethod* method) { { KeyValuePair_2_t3221467713 L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Newtonsoft.Json.Linq.JObject/d__58::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ed__58_System_Collections_IEnumerator_Reset_m4162075632 (U3CGetEnumeratorU3Ed__58_t2686635841 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetEnumeratorU3Ed__58_System_Collections_IEnumerator_Reset_m4162075632_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,U3CGetEnumeratorU3Ed__58_System_Collections_IEnumerator_Reset_m4162075632_RuntimeMethod_var); } } // System.Object Newtonsoft.Json.Linq.JObject/d__58::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CGetEnumeratorU3Ed__58_System_Collections_IEnumerator_get_Current_m1988405986 (U3CGetEnumeratorU3Ed__58_t2686635841 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetEnumeratorU3Ed__58_System_Collections_IEnumerator_get_Current_m1988405986_MetadataUsageId); s_Il2CppMethodInitialized = true; } { KeyValuePair_2_t3221467713 L_0 = __this->get_U3CU3E2__current_1(); KeyValuePair_2_t3221467713 L_1 = L_0; RuntimeObject * L_2 = Box(KeyValuePair_2_t3221467713_il2cpp_TypeInfo_var, &L_1); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.IList`1 Newtonsoft.Json.Linq.JProperty::get_ChildrenTokens() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JProperty_get_ChildrenTokens_m1720919278 (JProperty_t3803048347 * __this, const RuntimeMethod* method) { { JPropertyList_t1362261004 * L_0 = __this->get__content_16(); return L_0; } } // System.String Newtonsoft.Json.Linq.JProperty::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* JProperty_get_Name_m1638548167 (JProperty_t3803048347 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__name_17(); return L_0; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JProperty::get_Value() extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * JProperty_get_Value_m853684465 (JProperty_t3803048347 * __this, const RuntimeMethod* method) { { JPropertyList_t1362261004 * L_0 = __this->get__content_16(); NullCheck(L_0); JToken_t1038539247 * L_1 = L_0->get__token_0(); return L_1; } } // System.Void Newtonsoft.Json.Linq.JProperty::set_Value(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR void JProperty_set_Value_m3771315901 (JProperty_t3803048347 * __this, JToken_t1038539247 * ___value0, const RuntimeMethod* method) { JToken_t1038539247 * V_0 = NULL; JToken_t1038539247 * G_B2_0 = NULL; JToken_t1038539247 * G_B1_0 = NULL; { JContainer_CheckReentrancy_m3570870381(__this, /*hidden argument*/NULL); JToken_t1038539247 * L_0 = ___value0; JToken_t1038539247 * L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_0010; } } { JValue_t1448862567 * L_2 = JValue_CreateNull_m1873583286(NULL /*static, unused*/, /*hidden argument*/NULL); G_B2_0 = ((JToken_t1038539247 *)(L_2)); } IL_0010: { V_0 = G_B2_0; JPropertyList_t1362261004 * L_3 = __this->get__content_16(); NullCheck(L_3); JToken_t1038539247 * L_4 = L_3->get__token_0(); if (L_4) { goto IL_0028; } } { JToken_t1038539247 * L_5 = V_0; VirtActionInvoker3< int32_t, JToken_t1038539247 *, bool >::Invoke(50 /* System.Void Newtonsoft.Json.Linq.JContainer::InsertItem(System.Int32,Newtonsoft.Json.Linq.JToken,System.Boolean) */, __this, 0, L_5, (bool)0); return; } IL_0028: { JToken_t1038539247 * L_6 = V_0; VirtActionInvoker2< int32_t, JToken_t1038539247 * >::Invoke(54 /* System.Void Newtonsoft.Json.Linq.JContainer::SetItem(System.Int32,Newtonsoft.Json.Linq.JToken) */, __this, 0, L_6); return; } } // System.Void Newtonsoft.Json.Linq.JProperty::.ctor(Newtonsoft.Json.Linq.JProperty) extern "C" IL2CPP_METHOD_ATTR void JProperty__ctor_m1132687042 (JProperty_t3803048347 * __this, JProperty_t3803048347 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JProperty__ctor_m1132687042_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JPropertyList_t1362261004 * L_0 = (JPropertyList_t1362261004 *)il2cpp_codegen_object_new(JPropertyList_t1362261004_il2cpp_TypeInfo_var); JPropertyList__ctor_m421727954(L_0, /*hidden argument*/NULL); __this->set__content_16(L_0); JProperty_t3803048347 * L_1 = ___other0; JContainer__ctor_m1372198551(__this, L_1, /*hidden argument*/NULL); JProperty_t3803048347 * L_2 = ___other0; NullCheck(L_2); String_t* L_3 = JProperty_get_Name_m1638548167(L_2, /*hidden argument*/NULL); __this->set__name_17(L_3); return; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JProperty::GetItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * JProperty_GetItem_m1335626970 (JProperty_t3803048347 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JProperty_GetItem_m1335626970_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if (!L_0) { goto IL_0009; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m2047740448(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,JProperty_GetItem_m1335626970_RuntimeMethod_var); } IL_0009: { JToken_t1038539247 * L_2 = JProperty_get_Value_m853684465(__this, /*hidden argument*/NULL); return L_2; } } // System.Void Newtonsoft.Json.Linq.JProperty::SetItem(System.Int32,Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR void JProperty_SetItem_m4290336386 (JProperty_t3803048347 * __this, int32_t ___index0, JToken_t1038539247 * ___item1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JProperty_SetItem_m4290336386_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if (!L_0) { goto IL_0009; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m2047740448(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,JProperty_SetItem_m4290336386_RuntimeMethod_var); } IL_0009: { JToken_t1038539247 * L_2 = JProperty_get_Value_m853684465(__this, /*hidden argument*/NULL); JToken_t1038539247 * L_3 = ___item1; bool L_4 = JContainer_IsTokenUnchanged_m596112421(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0018; } } { return; } IL_0018: { JContainer_t1023664833 * L_5 = JToken_get_Parent_m3865335600(__this, /*hidden argument*/NULL); if (!L_5) { goto IL_0031; } } { JContainer_t1023664833 * L_6 = JToken_get_Parent_m3865335600(__this, /*hidden argument*/NULL); NullCheck(((JObject_t2059125928 *)CastclassClass((RuntimeObject*)L_6, JObject_t2059125928_il2cpp_TypeInfo_var))); JObject_InternalPropertyChanging_m1904603856(((JObject_t2059125928 *)CastclassClass((RuntimeObject*)L_6, JObject_t2059125928_il2cpp_TypeInfo_var)), __this, /*hidden argument*/NULL); } IL_0031: { JToken_t1038539247 * L_7 = ___item1; JContainer_SetItem_m1551553532(__this, 0, L_7, /*hidden argument*/NULL); JContainer_t1023664833 * L_8 = JToken_get_Parent_m3865335600(__this, /*hidden argument*/NULL); if (!L_8) { goto IL_0052; } } { JContainer_t1023664833 * L_9 = JToken_get_Parent_m3865335600(__this, /*hidden argument*/NULL); NullCheck(((JObject_t2059125928 *)CastclassClass((RuntimeObject*)L_9, JObject_t2059125928_il2cpp_TypeInfo_var))); JObject_InternalPropertyChanged_m2237070080(((JObject_t2059125928 *)CastclassClass((RuntimeObject*)L_9, JObject_t2059125928_il2cpp_TypeInfo_var)), __this, /*hidden argument*/NULL); } IL_0052: { return; } } // System.Boolean Newtonsoft.Json.Linq.JProperty::RemoveItem(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR bool JProperty_RemoveItem_m514554383 (JProperty_t3803048347 * __this, JToken_t1038539247 * ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JProperty_RemoveItem_m514554383_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_0 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (JProperty_t3803048347_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); String_t* L_3 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2760182613, L_0, 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,JProperty_RemoveItem_m514554383_RuntimeMethod_var); } } // System.Void Newtonsoft.Json.Linq.JProperty::RemoveItemAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void JProperty_RemoveItemAt_m2550854538 (JProperty_t3803048347 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JProperty_RemoveItemAt_m2550854538_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_0 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (JProperty_t3803048347_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); String_t* L_3 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2760182613, L_0, 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,JProperty_RemoveItemAt_m2550854538_RuntimeMethod_var); } } // System.Int32 Newtonsoft.Json.Linq.JProperty::IndexOfItem(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR int32_t JProperty_IndexOfItem_m1743275852 (JProperty_t3803048347 * __this, JToken_t1038539247 * ___item0, const RuntimeMethod* method) { { JPropertyList_t1362261004 * L_0 = __this->get__content_16(); JToken_t1038539247 * L_1 = ___item0; NullCheck(L_0); int32_t L_2 = JPropertyList_IndexOf_m2137007710(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void Newtonsoft.Json.Linq.JProperty::InsertItem(System.Int32,Newtonsoft.Json.Linq.JToken,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JProperty_InsertItem_m1682590035 (JProperty_t3803048347 * __this, int32_t ___index0, JToken_t1038539247 * ___item1, bool ___skipParentCheck2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JProperty_InsertItem_m1682590035_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JToken_t1038539247 * L_0 = ___item1; if (!L_0) { goto IL_000d; } } { JToken_t1038539247 * L_1 = ___item1; NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(12 /* Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JToken::get_Type() */, L_1); if ((!(((uint32_t)L_2) == ((uint32_t)5)))) { goto IL_000d; } } { return; } IL_000d: { JToken_t1038539247 * L_3 = JProperty_get_Value_m853684465(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_0034; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_4 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_5 = { reinterpret_cast (JProperty_t3803048347_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); String_t* L_7 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral3384773292, L_4, L_6, /*hidden argument*/NULL); JsonException_t3720114400 * L_8 = (JsonException_t3720114400 *)il2cpp_codegen_object_new(JsonException_t3720114400_il2cpp_TypeInfo_var); JsonException__ctor_m1434178872(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,JProperty_InsertItem_m1682590035_RuntimeMethod_var); } IL_0034: { JToken_t1038539247 * L_9 = ___item1; JContainer_InsertItem_m3405222001(__this, 0, L_9, (bool)0, /*hidden argument*/NULL); return; } } // System.Boolean Newtonsoft.Json.Linq.JProperty::ContainsItem(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR bool JProperty_ContainsItem_m3522699263 (JProperty_t3803048347 * __this, JToken_t1038539247 * ___item0, const RuntimeMethod* method) { { JToken_t1038539247 * L_0 = JProperty_get_Value_m853684465(__this, /*hidden argument*/NULL); JToken_t1038539247 * L_1 = ___item0; return (bool)((((RuntimeObject*)(JToken_t1038539247 *)L_0) == ((RuntimeObject*)(JToken_t1038539247 *)L_1))? 1 : 0); } } // System.Void Newtonsoft.Json.Linq.JProperty::ClearItems() extern "C" IL2CPP_METHOD_ATTR void JProperty_ClearItems_m2490186576 (JProperty_t3803048347 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JProperty_ClearItems_m2490186576_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_0 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (JProperty_t3803048347_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); String_t* L_3 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2760182613, L_0, 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,JProperty_ClearItems_m2490186576_RuntimeMethod_var); } } // System.Boolean Newtonsoft.Json.Linq.JProperty::DeepEquals(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR bool JProperty_DeepEquals_m211836523 (JProperty_t3803048347 * __this, JToken_t1038539247 * ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JProperty_DeepEquals_m211836523_MetadataUsageId); s_Il2CppMethodInitialized = true; } JProperty_t3803048347 * V_0 = NULL; { JToken_t1038539247 * L_0 = ___node0; V_0 = ((JProperty_t3803048347 *)IsInstClass((RuntimeObject*)L_0, JProperty_t3803048347_il2cpp_TypeInfo_var)); JProperty_t3803048347 * L_1 = V_0; if (!L_1) { goto IL_0025; } } { String_t* L_2 = __this->get__name_17(); JProperty_t3803048347 * L_3 = V_0; NullCheck(L_3); String_t* L_4 = JProperty_get_Name_m1638548167(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_5 = String_op_Equality_m920492651(NULL /*static, unused*/, L_2, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0025; } } { JProperty_t3803048347 * L_6 = V_0; bool L_7 = JContainer_ContentsEqual_m294229382(__this, L_6, /*hidden argument*/NULL); return L_7; } IL_0025: { return (bool)0; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JProperty::CloneToken() extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * JProperty_CloneToken_m436315238 (JProperty_t3803048347 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JProperty_CloneToken_m436315238_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JProperty_t3803048347 * L_0 = (JProperty_t3803048347 *)il2cpp_codegen_object_new(JProperty_t3803048347_il2cpp_TypeInfo_var); JProperty__ctor_m1132687042(L_0, __this, /*hidden argument*/NULL); return L_0; } } // Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JProperty::get_Type() extern "C" IL2CPP_METHOD_ATTR int32_t JProperty_get_Type_m3244968834 (JProperty_t3803048347 * __this, const RuntimeMethod* method) { { return (int32_t)(4); } } // System.Void Newtonsoft.Json.Linq.JProperty::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void JProperty__ctor_m604795661 (JProperty_t3803048347 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JProperty__ctor_m604795661_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JPropertyList_t1362261004 * L_0 = (JPropertyList_t1362261004 *)il2cpp_codegen_object_new(JPropertyList_t1362261004_il2cpp_TypeInfo_var); JPropertyList__ctor_m421727954(L_0, /*hidden argument*/NULL); __this->set__content_16(L_0); JContainer__ctor_m2143055612(__this, /*hidden argument*/NULL); String_t* L_1 = ___name0; ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, L_1, _stringLiteral62725243, /*hidden argument*/NULL); String_t* L_2 = ___name0; __this->set__name_17(L_2); return; } } // System.Void Newtonsoft.Json.Linq.JProperty::.ctor(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void JProperty__ctor_m1540364149 (JProperty_t3803048347 * __this, String_t* ___name0, RuntimeObject * ___content1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JProperty__ctor_m1540364149_MetadataUsageId); s_Il2CppMethodInitialized = true; } JProperty_t3803048347 * G_B2_0 = NULL; JProperty_t3803048347 * G_B1_0 = NULL; JToken_t1038539247 * G_B3_0 = NULL; JProperty_t3803048347 * G_B3_1 = NULL; { JPropertyList_t1362261004 * L_0 = (JPropertyList_t1362261004 *)il2cpp_codegen_object_new(JPropertyList_t1362261004_il2cpp_TypeInfo_var); JPropertyList__ctor_m421727954(L_0, /*hidden argument*/NULL); __this->set__content_16(L_0); JContainer__ctor_m2143055612(__this, /*hidden argument*/NULL); String_t* L_1 = ___name0; ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, L_1, _stringLiteral62725243, /*hidden argument*/NULL); String_t* L_2 = ___name0; __this->set__name_17(L_2); RuntimeObject * L_3 = ___content1; bool L_4 = JContainer_IsMultiContent_m2621534740(__this, L_3, /*hidden argument*/NULL); G_B1_0 = __this; if (L_4) { G_B2_0 = __this; goto IL_0035; } } { RuntimeObject * L_5 = ___content1; JToken_t1038539247 * L_6 = JContainer_CreateFromContent_m349117345(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); G_B3_0 = L_6; G_B3_1 = G_B1_0; goto IL_003b; } IL_0035: { RuntimeObject * L_7 = ___content1; JArray_t2963978544 * L_8 = (JArray_t2963978544 *)il2cpp_codegen_object_new(JArray_t2963978544_il2cpp_TypeInfo_var); JArray__ctor_m2313463052(L_8, L_7, /*hidden argument*/NULL); G_B3_0 = ((JToken_t1038539247 *)(L_8)); G_B3_1 = G_B2_0; } IL_003b: { NullCheck(G_B3_1); JProperty_set_Value_m3771315901(G_B3_1, G_B3_0, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JProperty::WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[]) extern "C" IL2CPP_METHOD_ATTR void JProperty_WriteTo_m2564210899 (JProperty_t3803048347 * __this, JsonWriter_t1467272295 * ___writer0, JsonConverterU5BU5D_t155849004* ___converters1, const RuntimeMethod* method) { JToken_t1038539247 * V_0 = NULL; { JsonWriter_t1467272295 * L_0 = ___writer0; String_t* L_1 = __this->get__name_17(); NullCheck(L_0); VirtActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, L_0, L_1); JToken_t1038539247 * L_2 = JProperty_get_Value_m853684465(__this, /*hidden argument*/NULL); V_0 = L_2; JToken_t1038539247 * L_3 = V_0; if (!L_3) { goto IL_001f; } } { JToken_t1038539247 * L_4 = V_0; JsonWriter_t1467272295 * L_5 = ___writer0; JsonConverterU5BU5D_t155849004* L_6 = ___converters1; NullCheck(L_4); VirtActionInvoker2< JsonWriter_t1467272295 *, JsonConverterU5BU5D_t155849004* >::Invoke(18 /* System.Void Newtonsoft.Json.Linq.JToken::WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[]) */, L_4, L_5, L_6); return; } IL_001f: { JsonWriter_t1467272295 * L_7 = ___writer0; NullCheck(L_7); VirtActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, L_7); return; } } // System.Int32 Newtonsoft.Json.Linq.JProperty::GetDeepHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t JProperty_GetDeepHashCode_m1620433208 (JProperty_t3803048347 * __this, const RuntimeMethod* method) { int32_t G_B2_0 = 0; int32_t G_B1_0 = 0; int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; { String_t* L_0 = __this->get__name_17(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); JToken_t1038539247 * L_2 = JProperty_get_Value_m853684465(__this, /*hidden argument*/NULL); G_B1_0 = L_1; if (L_2) { G_B2_0 = L_1; goto IL_0016; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; goto IL_0021; } IL_0016: { JToken_t1038539247 * L_3 = JProperty_get_Value_m853684465(__this, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 Newtonsoft.Json.Linq.JToken::GetDeepHashCode() */, L_3); G_B3_0 = L_4; G_B3_1 = G_B2_0; } IL_0021: { return ((int32_t)((int32_t)G_B3_1^(int32_t)G_B3_0)); } } // Newtonsoft.Json.Linq.JProperty Newtonsoft.Json.Linq.JProperty::Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings) extern "C" IL2CPP_METHOD_ATTR JProperty_t3803048347 * JProperty_Load_m3737161055 (RuntimeObject * __this /* static, unused */, JsonReader_t2369136700 * ___reader0, JsonLoadSettings_t878621609 * ___settings1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JProperty_Load_m3737161055_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonReader_t2369136700 * L_0 = ___reader0; NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_0); if (L_1) { goto IL_001c; } } { 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_001c; } } { JsonReader_t2369136700 * L_4 = ___reader0; JsonReaderException_t3553144781 * L_5 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, L_4, _stringLiteral4024849099, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,JProperty_Load_m3737161055_RuntimeMethod_var); } IL_001c: { JsonReader_t2369136700 * L_6 = ___reader0; NullCheck(L_6); JsonReader_MoveToContent_m203105123(L_6, /*hidden argument*/NULL); JsonReader_t2369136700 * L_7 = ___reader0; NullCheck(L_7); int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_7); if ((((int32_t)L_8) == ((int32_t)4))) { goto IL_004d; } } { JsonReader_t2369136700 * L_9 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_10 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); 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); int32_t L_13 = L_12; RuntimeObject * L_14 = Box(JsonToken_t1917433489_il2cpp_TypeInfo_var, &L_13); String_t* L_15 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral3793689164, L_10, L_14, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_16 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, L_9, L_15, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16,JProperty_Load_m3737161055_RuntimeMethod_var); } IL_004d: { JsonReader_t2369136700 * L_17 = ___reader0; NullCheck(L_17); RuntimeObject * L_18 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_17); JProperty_t3803048347 * L_19 = (JProperty_t3803048347 *)il2cpp_codegen_object_new(JProperty_t3803048347_il2cpp_TypeInfo_var); JProperty__ctor_m604795661(L_19, ((String_t*)CastclassSealed((RuntimeObject*)L_18, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); JProperty_t3803048347 * L_20 = L_19; JsonReader_t2369136700 * L_21 = ___reader0; JsonLoadSettings_t878621609 * L_22 = ___settings1; NullCheck(L_20); JToken_SetLineInfo_m1616462453(L_20, ((RuntimeObject*)IsInst((RuntimeObject*)L_21, IJsonLineInfo_t2844470104_il2cpp_TypeInfo_var)), L_22, /*hidden argument*/NULL); JProperty_t3803048347 * L_23 = L_20; JsonReader_t2369136700 * L_24 = ___reader0; JsonLoadSettings_t878621609 * L_25 = ___settings1; NullCheck(L_23); JContainer_ReadTokenFrom_m192763178(L_23, L_24, L_25, /*hidden argument*/NULL); return L_23; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JProperty/JPropertyList::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JPropertyList_GetEnumerator_m3754748875 (JPropertyList_t1362261004 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JPropertyList_GetEnumerator_m3754748875_MetadataUsageId); s_Il2CppMethodInitialized = true; } { U3CGetEnumeratorU3Ed__1_t1232179978 * L_0 = (U3CGetEnumeratorU3Ed__1_t1232179978 *)il2cpp_codegen_object_new(U3CGetEnumeratorU3Ed__1_t1232179978_il2cpp_TypeInfo_var); U3CGetEnumeratorU3Ed__1__ctor_m706020891(L_0, 0, /*hidden argument*/NULL); U3CGetEnumeratorU3Ed__1_t1232179978 * L_1 = L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_2(__this); return L_1; } } // System.Collections.IEnumerator Newtonsoft.Json.Linq.JProperty/JPropertyList::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JPropertyList_System_Collections_IEnumerable_GetEnumerator_m3196642445 (JPropertyList_t1362261004 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = JPropertyList_GetEnumerator_m3754748875(__this, /*hidden argument*/NULL); return L_0; } } // System.Void Newtonsoft.Json.Linq.JProperty/JPropertyList::Add(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR void JPropertyList_Add_m4123779396 (JPropertyList_t1362261004 * __this, JToken_t1038539247 * ___item0, const RuntimeMethod* method) { { JToken_t1038539247 * L_0 = ___item0; __this->set__token_0(L_0); return; } } // System.Void Newtonsoft.Json.Linq.JProperty/JPropertyList::Clear() extern "C" IL2CPP_METHOD_ATTR void JPropertyList_Clear_m3595389374 (JPropertyList_t1362261004 * __this, const RuntimeMethod* method) { { __this->set__token_0((JToken_t1038539247 *)NULL); return; } } // System.Boolean Newtonsoft.Json.Linq.JProperty/JPropertyList::Contains(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR bool JPropertyList_Contains_m1853437522 (JPropertyList_t1362261004 * __this, JToken_t1038539247 * ___item0, const RuntimeMethod* method) { { JToken_t1038539247 * L_0 = __this->get__token_0(); JToken_t1038539247 * L_1 = ___item0; return (bool)((((RuntimeObject*)(JToken_t1038539247 *)L_0) == ((RuntimeObject*)(JToken_t1038539247 *)L_1))? 1 : 0); } } // System.Void Newtonsoft.Json.Linq.JProperty/JPropertyList::CopyTo(Newtonsoft.Json.Linq.JToken[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void JPropertyList_CopyTo_m1534029843 (JPropertyList_t1362261004 * __this, JTokenU5BU5D_t30125430* ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method) { { JToken_t1038539247 * L_0 = __this->get__token_0(); if (!L_0) { goto IL_0011; } } { JTokenU5BU5D_t30125430* L_1 = ___array0; int32_t L_2 = ___arrayIndex1; JToken_t1038539247 * L_3 = __this->get__token_0(); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_3); (L_1)->SetAt(static_cast(L_2), (JToken_t1038539247 *)L_3); } IL_0011: { return; } } // System.Boolean Newtonsoft.Json.Linq.JProperty/JPropertyList::Remove(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR bool JPropertyList_Remove_m1978608072 (JPropertyList_t1362261004 * __this, JToken_t1038539247 * ___item0, const RuntimeMethod* method) { { JToken_t1038539247 * L_0 = __this->get__token_0(); JToken_t1038539247 * L_1 = ___item0; if ((!(((RuntimeObject*)(JToken_t1038539247 *)L_0) == ((RuntimeObject*)(JToken_t1038539247 *)L_1)))) { goto IL_0012; } } { __this->set__token_0((JToken_t1038539247 *)NULL); return (bool)1; } IL_0012: { return (bool)0; } } // System.Int32 Newtonsoft.Json.Linq.JProperty/JPropertyList::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t JPropertyList_get_Count_m2595308026 (JPropertyList_t1362261004 * __this, const RuntimeMethod* method) { { JToken_t1038539247 * L_0 = __this->get__token_0(); if (L_0) { goto IL_000a; } } { return 0; } IL_000a: { return 1; } } // System.Boolean Newtonsoft.Json.Linq.JProperty/JPropertyList::get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool JPropertyList_get_IsReadOnly_m906735176 (JPropertyList_t1362261004 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Int32 Newtonsoft.Json.Linq.JProperty/JPropertyList::IndexOf(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR int32_t JPropertyList_IndexOf_m2137007710 (JPropertyList_t1362261004 * __this, JToken_t1038539247 * ___item0, const RuntimeMethod* method) { { JToken_t1038539247 * L_0 = __this->get__token_0(); JToken_t1038539247 * L_1 = ___item0; if ((((RuntimeObject*)(JToken_t1038539247 *)L_0) == ((RuntimeObject*)(JToken_t1038539247 *)L_1))) { goto IL_000b; } } { return (-1); } IL_000b: { return 0; } } // System.Void Newtonsoft.Json.Linq.JProperty/JPropertyList::Insert(System.Int32,Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR void JPropertyList_Insert_m1915049108 (JPropertyList_t1362261004 * __this, int32_t ___index0, JToken_t1038539247 * ___item1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; if (L_0) { goto IL_000a; } } { JToken_t1038539247 * L_1 = ___item1; __this->set__token_0(L_1); } IL_000a: { return; } } // System.Void Newtonsoft.Json.Linq.JProperty/JPropertyList::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void JPropertyList_RemoveAt_m3735166229 (JPropertyList_t1362261004 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; if (L_0) { goto IL_000a; } } { __this->set__token_0((JToken_t1038539247 *)NULL); } IL_000a: { return; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JProperty/JPropertyList::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * JPropertyList_get_Item_m4196311187 (JPropertyList_t1362261004 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; if (!L_0) { goto IL_0005; } } { return (JToken_t1038539247 *)NULL; } IL_0005: { JToken_t1038539247 * L_1 = __this->get__token_0(); return L_1; } } // System.Void Newtonsoft.Json.Linq.JProperty/JPropertyList::set_Item(System.Int32,Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR void JPropertyList_set_Item_m836175145 (JPropertyList_t1362261004 * __this, int32_t ___index0, JToken_t1038539247 * ___value1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; if (L_0) { goto IL_000a; } } { JToken_t1038539247 * L_1 = ___value1; __this->set__token_0(L_1); } IL_000a: { return; } } // System.Void Newtonsoft.Json.Linq.JProperty/JPropertyList::.ctor() extern "C" IL2CPP_METHOD_ATTR void JPropertyList__ctor_m421727954 (JPropertyList_t1362261004 * __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.Linq.JProperty/JPropertyList/d__1::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ed__1__ctor_m706020891 (U3CGetEnumeratorU3Ed__1_t1232179978 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void Newtonsoft.Json.Linq.JProperty/JPropertyList/d__1::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ed__1_System_IDisposable_Dispose_m916701293 (U3CGetEnumeratorU3Ed__1_t1232179978 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean Newtonsoft.Json.Linq.JProperty/JPropertyList/d__1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CGetEnumeratorU3Ed__1_MoveNext_m896868352 (U3CGetEnumeratorU3Ed__1_t1232179978 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; int32_t L_1 = V_0; if (!L_1) { goto IL_0010; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_003e; } } { return (bool)0; } IL_0010: { __this->set_U3CU3E1__state_0((-1)); JPropertyList_t1362261004 * L_3 = __this->get_U3CU3E4__this_2(); NullCheck(L_3); JToken_t1038539247 * L_4 = L_3->get__token_0(); if (!L_4) { goto IL_0045; } } { JPropertyList_t1362261004 * L_5 = __this->get_U3CU3E4__this_2(); NullCheck(L_5); JToken_t1038539247 * L_6 = L_5->get__token_0(); __this->set_U3CU3E2__current_1(L_6); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_003e: { __this->set_U3CU3E1__state_0((-1)); } IL_0045: { return (bool)0; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JProperty/JPropertyList/d__1::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * U3CGetEnumeratorU3Ed__1_System_Collections_Generic_IEnumeratorU3CNewtonsoft_Json_Linq_JTokenU3E_get_Current_m2701975534 (U3CGetEnumeratorU3Ed__1_t1232179978 * __this, const RuntimeMethod* method) { { JToken_t1038539247 * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Newtonsoft.Json.Linq.JProperty/JPropertyList/d__1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ed__1_System_Collections_IEnumerator_Reset_m162626886 (U3CGetEnumeratorU3Ed__1_t1232179978 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetEnumeratorU3Ed__1_System_Collections_IEnumerator_Reset_m162626886_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,U3CGetEnumeratorU3Ed__1_System_Collections_IEnumerator_Reset_m162626886_RuntimeMethod_var); } } // System.Object Newtonsoft.Json.Linq.JProperty/JPropertyList/d__1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CGetEnumeratorU3Ed__1_System_Collections_IEnumerator_get_Current_m689960279 (U3CGetEnumeratorU3Ed__1_t1232179978 * __this, const RuntimeMethod* method) { { JToken_t1038539247 * L_0 = __this->get_U3CU3E2__current_1(); 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.Linq.JPropertyDescriptor::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void JPropertyDescriptor__ctor_m4247111979 (JPropertyDescriptor_t1462014386 * __this, String_t* ___name0, const RuntimeMethod* method) { { String_t* L_0 = ___name0; PropertyDescriptor__ctor_m4092411741(__this, L_0, (AttributeU5BU5D_t1575011174*)(AttributeU5BU5D_t1575011174*)NULL, /*hidden argument*/NULL); return; } } // System.Type Newtonsoft.Json.Linq.JPropertyDescriptor::get_ComponentType() extern "C" IL2CPP_METHOD_ATTR Type_t * JPropertyDescriptor_get_ComponentType_m310976197 (JPropertyDescriptor_t1462014386 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JPropertyDescriptor_get_ComponentType_m310976197_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (JObject_t2059125928_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); return L_1; } } // System.Type Newtonsoft.Json.Linq.JPropertyDescriptor::get_PropertyType() extern "C" IL2CPP_METHOD_ATTR Type_t * JPropertyDescriptor_get_PropertyType_m733026594 (JPropertyDescriptor_t1462014386 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JPropertyDescriptor_get_PropertyType_m733026594_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (RuntimeObject_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); 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.Linq.JPropertyKeyedCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void JPropertyKeyedCollection__ctor_m3285489270 (JPropertyKeyedCollection_t1521123921 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JPropertyKeyedCollection__ctor_m3285489270_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t2510613989 * L_0 = (List_1_t2510613989 *)il2cpp_codegen_object_new(List_1_t2510613989_il2cpp_TypeInfo_var); List_1__ctor_m1725792518(L_0, /*hidden argument*/List_1__ctor_m1725792518_RuntimeMethod_var); Collection_1__ctor_m186561013(__this, L_0, /*hidden argument*/Collection_1__ctor_m186561013_RuntimeMethod_var); return; } } // System.Void Newtonsoft.Json.Linq.JPropertyKeyedCollection::AddKey(System.String,Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR void JPropertyKeyedCollection_AddKey_m3874722867 (JPropertyKeyedCollection_t1521123921 * __this, String_t* ___key0, JToken_t1038539247 * ___item1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JPropertyKeyedCollection_AddKey_m3874722867_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JPropertyKeyedCollection_EnsureDictionary_m3267440746(__this, /*hidden argument*/NULL); Dictionary_2_t823795546 * L_0 = __this->get__dictionary_3(); String_t* L_1 = ___key0; JToken_t1038539247 * L_2 = ___item1; NullCheck(L_0); Dictionary_2_set_Item_m2769435420(L_0, L_1, L_2, /*hidden argument*/Dictionary_2_set_Item_m2769435420_RuntimeMethod_var); return; } } // System.Void Newtonsoft.Json.Linq.JPropertyKeyedCollection::ClearItems() extern "C" IL2CPP_METHOD_ATTR void JPropertyKeyedCollection_ClearItems_m3748887567 (JPropertyKeyedCollection_t1521123921 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JPropertyKeyedCollection_ClearItems_m3748887567_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Collection_1_ClearItems_m2404202208(__this, /*hidden argument*/Collection_1_ClearItems_m2404202208_RuntimeMethod_var); Dictionary_2_t823795546 * L_0 = __this->get__dictionary_3(); if (!L_0) { goto IL_0019; } } { Dictionary_2_t823795546 * L_1 = __this->get__dictionary_3(); NullCheck(L_1); Dictionary_2_Clear_m2726615428(L_1, /*hidden argument*/Dictionary_2_Clear_m2726615428_RuntimeMethod_var); } IL_0019: { return; } } // System.Boolean Newtonsoft.Json.Linq.JPropertyKeyedCollection::Contains(System.String) extern "C" IL2CPP_METHOD_ATTR bool JPropertyKeyedCollection_Contains_m113520722 (JPropertyKeyedCollection_t1521123921 * __this, String_t* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JPropertyKeyedCollection_Contains_m113520722_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___key0; 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, _stringLiteral2600271970, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,JPropertyKeyedCollection_Contains_m113520722_RuntimeMethod_var); } IL_000e: { Dictionary_2_t823795546 * L_2 = __this->get__dictionary_3(); if (!L_2) { goto IL_0023; } } { Dictionary_2_t823795546 * L_3 = __this->get__dictionary_3(); String_t* L_4 = ___key0; NullCheck(L_3); bool L_5 = Dictionary_2_ContainsKey_m3610357220(L_3, L_4, /*hidden argument*/Dictionary_2_ContainsKey_m3610357220_RuntimeMethod_var); return L_5; } IL_0023: { return (bool)0; } } // System.Void Newtonsoft.Json.Linq.JPropertyKeyedCollection::EnsureDictionary() extern "C" IL2CPP_METHOD_ATTR void JPropertyKeyedCollection_EnsureDictionary_m3267440746 (JPropertyKeyedCollection_t1521123921 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JPropertyKeyedCollection_EnsureDictionary_m3267440746_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t823795546 * L_0 = __this->get__dictionary_3(); if (L_0) { goto IL_0018; } } { IL2CPP_RUNTIME_CLASS_INIT(JPropertyKeyedCollection_t1521123921_il2cpp_TypeInfo_var); RuntimeObject* L_1 = ((JPropertyKeyedCollection_t1521123921_StaticFields*)il2cpp_codegen_static_fields_for(JPropertyKeyedCollection_t1521123921_il2cpp_TypeInfo_var))->get_Comparer_2(); Dictionary_2_t823795546 * L_2 = (Dictionary_2_t823795546 *)il2cpp_codegen_object_new(Dictionary_2_t823795546_il2cpp_TypeInfo_var); Dictionary_2__ctor_m434974741(L_2, L_1, /*hidden argument*/Dictionary_2__ctor_m434974741_RuntimeMethod_var); __this->set__dictionary_3(L_2); } IL_0018: { return; } } // System.String Newtonsoft.Json.Linq.JPropertyKeyedCollection::GetKeyForItem(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR String_t* JPropertyKeyedCollection_GetKeyForItem_m3190707260 (JPropertyKeyedCollection_t1521123921 * __this, JToken_t1038539247 * ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JPropertyKeyedCollection_GetKeyForItem_m3190707260_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JToken_t1038539247 * L_0 = ___item0; NullCheck(((JProperty_t3803048347 *)CastclassClass((RuntimeObject*)L_0, JProperty_t3803048347_il2cpp_TypeInfo_var))); String_t* L_1 = JProperty_get_Name_m1638548167(((JProperty_t3803048347 *)CastclassClass((RuntimeObject*)L_0, JProperty_t3803048347_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_1; } } // System.Void Newtonsoft.Json.Linq.JPropertyKeyedCollection::InsertItem(System.Int32,Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR void JPropertyKeyedCollection_InsertItem_m1115004916 (JPropertyKeyedCollection_t1521123921 * __this, int32_t ___index0, JToken_t1038539247 * ___item1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JPropertyKeyedCollection_InsertItem_m1115004916_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JToken_t1038539247 * L_0 = ___item1; String_t* L_1 = JPropertyKeyedCollection_GetKeyForItem_m3190707260(__this, L_0, /*hidden argument*/NULL); JToken_t1038539247 * L_2 = ___item1; JPropertyKeyedCollection_AddKey_m3874722867(__this, L_1, L_2, /*hidden argument*/NULL); int32_t L_3 = ___index0; JToken_t1038539247 * L_4 = ___item1; Collection_1_InsertItem_m3980886000(__this, L_3, L_4, /*hidden argument*/Collection_1_InsertItem_m3980886000_RuntimeMethod_var); return; } } // System.Void Newtonsoft.Json.Linq.JPropertyKeyedCollection::RemoveItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR void JPropertyKeyedCollection_RemoveItem_m827792624 (JPropertyKeyedCollection_t1521123921 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JPropertyKeyedCollection_RemoveItem_m827792624_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { RuntimeObject* L_0 = Collection_1_get_Items_m2078379085(__this, /*hidden argument*/Collection_1_get_Items_m2078379085_RuntimeMethod_var); int32_t L_1 = ___index0; NullCheck(L_0); JToken_t1038539247 * L_2 = InterfaceFuncInvoker1< JToken_t1038539247 *, int32_t >::Invoke(3 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t2853859030_il2cpp_TypeInfo_var, L_0, L_1); String_t* L_3 = JPropertyKeyedCollection_GetKeyForItem_m3190707260(__this, L_2, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = V_0; JPropertyKeyedCollection_RemoveKey_m1026993833(__this, L_4, /*hidden argument*/NULL); int32_t L_5 = ___index0; Collection_1_RemoveItem_m4019053026(__this, L_5, /*hidden argument*/Collection_1_RemoveItem_m4019053026_RuntimeMethod_var); return; } } // System.Void Newtonsoft.Json.Linq.JPropertyKeyedCollection::RemoveKey(System.String) extern "C" IL2CPP_METHOD_ATTR void JPropertyKeyedCollection_RemoveKey_m1026993833 (JPropertyKeyedCollection_t1521123921 * __this, String_t* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JPropertyKeyedCollection_RemoveKey_m1026993833_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t823795546 * L_0 = __this->get__dictionary_3(); if (!L_0) { goto IL_0015; } } { Dictionary_2_t823795546 * L_1 = __this->get__dictionary_3(); String_t* L_2 = ___key0; NullCheck(L_1); Dictionary_2_Remove_m2401529158(L_1, L_2, /*hidden argument*/Dictionary_2_Remove_m2401529158_RuntimeMethod_var); } IL_0015: { return; } } // System.Void Newtonsoft.Json.Linq.JPropertyKeyedCollection::SetItem(System.Int32,Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR void JPropertyKeyedCollection_SetItem_m123108958 (JPropertyKeyedCollection_t1521123921 * __this, int32_t ___index0, JToken_t1038539247 * ___item1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JPropertyKeyedCollection_SetItem_m123108958_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { JToken_t1038539247 * L_0 = ___item1; String_t* L_1 = JPropertyKeyedCollection_GetKeyForItem_m3190707260(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject* L_2 = Collection_1_get_Items_m2078379085(__this, /*hidden argument*/Collection_1_get_Items_m2078379085_RuntimeMethod_var); int32_t L_3 = ___index0; NullCheck(L_2); JToken_t1038539247 * L_4 = InterfaceFuncInvoker1< JToken_t1038539247 *, int32_t >::Invoke(3 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t2853859030_il2cpp_TypeInfo_var, L_2, L_3); String_t* L_5 = JPropertyKeyedCollection_GetKeyForItem_m3190707260(__this, L_4, /*hidden argument*/NULL); V_1 = L_5; IL2CPP_RUNTIME_CLASS_INIT(JPropertyKeyedCollection_t1521123921_il2cpp_TypeInfo_var); RuntimeObject* L_6 = ((JPropertyKeyedCollection_t1521123921_StaticFields*)il2cpp_codegen_static_fields_for(JPropertyKeyedCollection_t1521123921_il2cpp_TypeInfo_var))->get_Comparer_2(); String_t* L_7 = V_1; String_t* L_8 = V_0; NullCheck(L_6); bool L_9 = InterfaceFuncInvoker2< bool, String_t*, String_t* >::Invoke(0 /* System.Boolean System.Collections.Generic.IEqualityComparer`1::Equals(!0,!0) */, IEqualityComparer_1_t3954782707_il2cpp_TypeInfo_var, L_6, L_7, L_8); if (!L_9) { goto IL_0040; } } { Dictionary_2_t823795546 * L_10 = __this->get__dictionary_3(); if (!L_10) { goto IL_0052; } } { Dictionary_2_t823795546 * L_11 = __this->get__dictionary_3(); String_t* L_12 = V_0; JToken_t1038539247 * L_13 = ___item1; NullCheck(L_11); Dictionary_2_set_Item_m2769435420(L_11, L_12, L_13, /*hidden argument*/Dictionary_2_set_Item_m2769435420_RuntimeMethod_var); goto IL_0052; } IL_0040: { String_t* L_14 = V_0; JToken_t1038539247 * L_15 = ___item1; JPropertyKeyedCollection_AddKey_m3874722867(__this, L_14, L_15, /*hidden argument*/NULL); String_t* L_16 = V_1; if (!L_16) { goto IL_0052; } } { String_t* L_17 = V_1; JPropertyKeyedCollection_RemoveKey_m1026993833(__this, L_17, /*hidden argument*/NULL); } IL_0052: { int32_t L_18 = ___index0; JToken_t1038539247 * L_19 = ___item1; Collection_1_SetItem_m3089682554(__this, L_18, L_19, /*hidden argument*/Collection_1_SetItem_m3089682554_RuntimeMethod_var); return; } } // System.Boolean Newtonsoft.Json.Linq.JPropertyKeyedCollection::TryGetValue(System.String,Newtonsoft.Json.Linq.JToken&) extern "C" IL2CPP_METHOD_ATTR bool JPropertyKeyedCollection_TryGetValue_m2321108377 (JPropertyKeyedCollection_t1521123921 * __this, String_t* ___key0, JToken_t1038539247 ** ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JPropertyKeyedCollection_TryGetValue_m2321108377_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t823795546 * L_0 = __this->get__dictionary_3(); if (L_0) { goto IL_000d; } } { JToken_t1038539247 ** L_1 = ___value1; *((RuntimeObject **)(L_1)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_1), (RuntimeObject *)NULL); return (bool)0; } IL_000d: { Dictionary_2_t823795546 * L_2 = __this->get__dictionary_3(); String_t* L_3 = ___key0; JToken_t1038539247 ** L_4 = ___value1; NullCheck(L_2); bool L_5 = Dictionary_2_TryGetValue_m3280692254(L_2, L_3, L_4, /*hidden argument*/Dictionary_2_TryGetValue_m3280692254_RuntimeMethod_var); return L_5; } } // System.Collections.Generic.ICollection`1 Newtonsoft.Json.Linq.JPropertyKeyedCollection::get_Keys() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JPropertyKeyedCollection_get_Keys_m2446193307 (JPropertyKeyedCollection_t1521123921 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JPropertyKeyedCollection_get_Keys_m2446193307_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JPropertyKeyedCollection_EnsureDictionary_m3267440746(__this, /*hidden argument*/NULL); Dictionary_2_t823795546 * L_0 = __this->get__dictionary_3(); NullCheck(L_0); KeyCollection_t1013471017 * L_1 = Dictionary_2_get_Keys_m1992526641(L_0, /*hidden argument*/Dictionary_2_get_Keys_m1992526641_RuntimeMethod_var); return L_1; } } // System.Int32 Newtonsoft.Json.Linq.JPropertyKeyedCollection::IndexOfReference(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR int32_t JPropertyKeyedCollection_IndexOfReference_m1048578616 (JPropertyKeyedCollection_t1521123921 * __this, JToken_t1038539247 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JPropertyKeyedCollection_IndexOfReference_m1048578616_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = Collection_1_get_Items_m2078379085(__this, /*hidden argument*/Collection_1_get_Items_m2078379085_RuntimeMethod_var); JToken_t1038539247 * L_1 = ___t0; int32_t L_2 = CollectionUtils_IndexOfReference_TisJToken_t1038539247_m1539937755(NULL /*static, unused*/, ((List_1_t2510613989 *)CastclassClass((RuntimeObject*)L_0, List_1_t2510613989_il2cpp_TypeInfo_var)), L_1, /*hidden argument*/CollectionUtils_IndexOfReference_TisJToken_t1038539247_m1539937755_RuntimeMethod_var); return L_2; } } // System.Boolean Newtonsoft.Json.Linq.JPropertyKeyedCollection::Compare(Newtonsoft.Json.Linq.JPropertyKeyedCollection) extern "C" IL2CPP_METHOD_ATTR bool JPropertyKeyedCollection_Compare_m1461185507 (JPropertyKeyedCollection_t1521123921 * __this, JPropertyKeyedCollection_t1521123921 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JPropertyKeyedCollection_Compare_m1461185507_MetadataUsageId); s_Il2CppMethodInitialized = true; } Dictionary_2_t823795546 * V_0 = NULL; Dictionary_2_t823795546 * V_1 = NULL; Enumerator_t2777978321 V_2; memset(&V_2, 0, sizeof(V_2)); KeyValuePair_2_t3221467713 V_3; memset(&V_3, 0, sizeof(V_3)); JToken_t1038539247 * V_4 = NULL; JProperty_t3803048347 * V_5 = NULL; JProperty_t3803048347 * V_6 = NULL; bool V_7 = 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); { JPropertyKeyedCollection_t1521123921 * L_0 = ___other0; if ((!(((RuntimeObject*)(JPropertyKeyedCollection_t1521123921 *)__this) == ((RuntimeObject*)(JPropertyKeyedCollection_t1521123921 *)L_0)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { Dictionary_2_t823795546 * L_1 = __this->get__dictionary_3(); V_0 = L_1; JPropertyKeyedCollection_t1521123921 * L_2 = ___other0; NullCheck(L_2); Dictionary_2_t823795546 * L_3 = L_2->get__dictionary_3(); V_1 = L_3; Dictionary_2_t823795546 * L_4 = V_0; if (L_4) { goto IL_001c; } } { Dictionary_2_t823795546 * L_5 = V_1; if (L_5) { goto IL_001c; } } { return (bool)1; } IL_001c: { Dictionary_2_t823795546 * L_6 = V_0; if (L_6) { goto IL_0029; } } { Dictionary_2_t823795546 * L_7 = V_1; NullCheck(L_7); int32_t L_8 = Dictionary_2_get_Count_m2028444847(L_7, /*hidden argument*/Dictionary_2_get_Count_m2028444847_RuntimeMethod_var); return (bool)((((int32_t)L_8) == ((int32_t)0))? 1 : 0); } IL_0029: { Dictionary_2_t823795546 * L_9 = V_1; if (L_9) { goto IL_0036; } } { Dictionary_2_t823795546 * L_10 = V_0; NullCheck(L_10); int32_t L_11 = Dictionary_2_get_Count_m2028444847(L_10, /*hidden argument*/Dictionary_2_get_Count_m2028444847_RuntimeMethod_var); return (bool)((((int32_t)L_11) == ((int32_t)0))? 1 : 0); } IL_0036: { Dictionary_2_t823795546 * L_12 = V_0; NullCheck(L_12); int32_t L_13 = Dictionary_2_get_Count_m2028444847(L_12, /*hidden argument*/Dictionary_2_get_Count_m2028444847_RuntimeMethod_var); Dictionary_2_t823795546 * L_14 = V_1; NullCheck(L_14); int32_t L_15 = Dictionary_2_get_Count_m2028444847(L_14, /*hidden argument*/Dictionary_2_get_Count_m2028444847_RuntimeMethod_var); if ((((int32_t)L_13) == ((int32_t)L_15))) { goto IL_0046; } } { return (bool)0; } IL_0046: { Dictionary_2_t823795546 * L_16 = V_0; NullCheck(L_16); Enumerator_t2777978321 L_17 = Dictionary_2_GetEnumerator_m4193321936(L_16, /*hidden argument*/Dictionary_2_GetEnumerator_m4193321936_RuntimeMethod_var); V_2 = L_17; } IL_004d: try { // begin try (depth: 1) { goto IL_00b5; } IL_004f: { KeyValuePair_2_t3221467713 L_18 = Enumerator_get_Current_m1269191533((&V_2), /*hidden argument*/Enumerator_get_Current_m1269191533_RuntimeMethod_var); V_3 = L_18; Dictionary_2_t823795546 * L_19 = V_1; String_t* L_20 = KeyValuePair_2_get_Key_m2194022623((&V_3), /*hidden argument*/KeyValuePair_2_get_Key_m2194022623_RuntimeMethod_var); NullCheck(L_19); bool L_21 = Dictionary_2_TryGetValue_m3280692254(L_19, L_20, (&V_4), /*hidden argument*/Dictionary_2_TryGetValue_m3280692254_RuntimeMethod_var); if (L_21) { goto IL_006d; } } IL_0068: { V_7 = (bool)0; IL2CPP_LEAVE(0xD0, FINALLY_00c0); } IL_006d: { JToken_t1038539247 * L_22 = KeyValuePair_2_get_Value_m1247118081((&V_3), /*hidden argument*/KeyValuePair_2_get_Value_m1247118081_RuntimeMethod_var); V_5 = ((JProperty_t3803048347 *)CastclassClass((RuntimeObject*)L_22, JProperty_t3803048347_il2cpp_TypeInfo_var)); JToken_t1038539247 * L_23 = V_4; V_6 = ((JProperty_t3803048347 *)CastclassClass((RuntimeObject*)L_23, JProperty_t3803048347_il2cpp_TypeInfo_var)); JProperty_t3803048347 * L_24 = V_5; NullCheck(L_24); JToken_t1038539247 * L_25 = JProperty_get_Value_m853684465(L_24, /*hidden argument*/NULL); if (L_25) { goto IL_009b; } } IL_008d: { JProperty_t3803048347 * L_26 = V_6; NullCheck(L_26); JToken_t1038539247 * L_27 = JProperty_get_Value_m853684465(L_26, /*hidden argument*/NULL); V_7 = (bool)((((RuntimeObject*)(JToken_t1038539247 *)L_27) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); IL2CPP_LEAVE(0xD0, FINALLY_00c0); } IL_009b: { JProperty_t3803048347 * L_28 = V_5; NullCheck(L_28); JToken_t1038539247 * L_29 = JProperty_get_Value_m853684465(L_28, /*hidden argument*/NULL); JProperty_t3803048347 * L_30 = V_6; NullCheck(L_30); JToken_t1038539247 * L_31 = JProperty_get_Value_m853684465(L_30, /*hidden argument*/NULL); NullCheck(L_29); bool L_32 = VirtFuncInvoker1< bool, JToken_t1038539247 * >::Invoke(11 /* System.Boolean Newtonsoft.Json.Linq.JToken::DeepEquals(Newtonsoft.Json.Linq.JToken) */, L_29, L_31); if (L_32) { goto IL_00b5; } } IL_00b0: { V_7 = (bool)0; IL2CPP_LEAVE(0xD0, FINALLY_00c0); } IL_00b5: { bool L_33 = Enumerator_MoveNext_m540488004((&V_2), /*hidden argument*/Enumerator_MoveNext_m540488004_RuntimeMethod_var); if (L_33) { goto IL_004f; } } IL_00be: { IL2CPP_LEAVE(0xCE, FINALLY_00c0); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c0; } FINALLY_00c0: { // begin finally (depth: 1) Enumerator_Dispose_m2519947865((&V_2), /*hidden argument*/Enumerator_Dispose_m2519947865_RuntimeMethod_var); IL2CPP_END_FINALLY(192) } // end finally (depth: 1) IL2CPP_CLEANUP(192) { IL2CPP_JUMP_TBL(0xD0, IL_00d0) IL2CPP_JUMP_TBL(0xCE, IL_00ce) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00ce: { return (bool)1; } IL_00d0: { bool L_34 = V_7; return L_34; } } // System.Void Newtonsoft.Json.Linq.JPropertyKeyedCollection::.cctor() extern "C" IL2CPP_METHOD_ATTR void JPropertyKeyedCollection__cctor_m2251713952 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JPropertyKeyedCollection__cctor_m2251713952_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); ((JPropertyKeyedCollection_t1521123921_StaticFields*)il2cpp_codegen_static_fields_for(JPropertyKeyedCollection_t1521123921_il2cpp_TypeInfo_var))->set_Comparer_2(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Linq.JRaw::.ctor(Newtonsoft.Json.Linq.JRaw) extern "C" IL2CPP_METHOD_ATTR void JRaw__ctor_m2479439653 (JRaw_t446372596 * __this, JRaw_t446372596 * ___other0, const RuntimeMethod* method) { { JRaw_t446372596 * L_0 = ___other0; JValue__ctor_m992286939(__this, L_0, /*hidden argument*/NULL); return; } } // 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) { { RuntimeObject * L_0 = ___rawJson0; JValue__ctor_m2458222621(__this, L_0, ((int32_t)13), /*hidden argument*/NULL); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JRaw_Create_m174718097_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringWriter_t802263757 * V_0 = NULL; JsonTextWriter_t1095349912 * V_1 = NULL; JRaw_t446372596 * 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); { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_0 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); StringWriter_t802263757 * L_1 = (StringWriter_t802263757 *)il2cpp_codegen_object_new(StringWriter_t802263757_il2cpp_TypeInfo_var); StringWriter__ctor_m2474332877(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; } IL_000b: try { // begin try (depth: 1) { StringWriter_t802263757 * L_2 = V_0; JsonTextWriter_t1095349912 * L_3 = (JsonTextWriter_t1095349912 *)il2cpp_codegen_object_new(JsonTextWriter_t1095349912_il2cpp_TypeInfo_var); JsonTextWriter__ctor_m2383081106(L_3, L_2, /*hidden argument*/NULL); V_1 = L_3; } IL_0012: try { // begin try (depth: 2) JsonTextWriter_t1095349912 * L_4 = V_1; JsonReader_t2369136700 * L_5 = ___reader0; NullCheck(L_4); JsonWriter_WriteToken_m3609733214(L_4, L_5, /*hidden argument*/NULL); StringWriter_t802263757 * L_6 = V_0; NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_6); JRaw_t446372596 * L_8 = (JRaw_t446372596 *)il2cpp_codegen_object_new(JRaw_t446372596_il2cpp_TypeInfo_var); JRaw__ctor_m1864301937(L_8, L_7, /*hidden argument*/NULL); V_2 = L_8; IL2CPP_LEAVE(0x3B, FINALLY_0027); } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0027; } FINALLY_0027: { // begin finally (depth: 2) { JsonTextWriter_t1095349912 * L_9 = V_1; if (!L_9) { goto IL_0030; } } IL_002a: { JsonTextWriter_t1095349912 * L_10 = V_1; NullCheck(L_10); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_10); } IL_0030: { IL2CPP_END_FINALLY(39) } } // end finally (depth: 2) IL2CPP_CLEANUP(39) { IL2CPP_END_CLEANUP(0x3B, FINALLY_0031); IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0031; } FINALLY_0031: { // begin finally (depth: 1) { StringWriter_t802263757 * L_11 = V_0; if (!L_11) { goto IL_003a; } } IL_0034: { StringWriter_t802263757 * L_12 = V_0; NullCheck(L_12); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_12); } IL_003a: { IL2CPP_END_FINALLY(49) } } // end finally (depth: 1) IL2CPP_CLEANUP(49) { IL2CPP_JUMP_TBL(0x3B, IL_003b) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_003b: { JRaw_t446372596 * L_13 = V_2; return L_13; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JRaw::CloneToken() extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * JRaw_CloneToken_m3453540041 (JRaw_t446372596 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JRaw_CloneToken_m3453540041_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JRaw_t446372596 * L_0 = (JRaw_t446372596 *)il2cpp_codegen_object_new(JRaw_t446372596_il2cpp_TypeInfo_var); JRaw__ctor_m2479439653(L_0, __this, /*hidden argument*/NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.CommentHandling Newtonsoft.Json.Linq.JsonLoadSettings::get_CommentHandling() extern "C" IL2CPP_METHOD_ATTR int32_t JsonLoadSettings_get_CommentHandling_m2256880008 (JsonLoadSettings_t878621609 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__commentHandling_0(); return L_0; } } // Newtonsoft.Json.Linq.LineInfoHandling Newtonsoft.Json.Linq.JsonLoadSettings::get_LineInfoHandling() extern "C" IL2CPP_METHOD_ATTR int32_t JsonLoadSettings_get_LineInfoHandling_m2745089505 (JsonLoadSettings_t878621609 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__lineInfoHandling_1(); return L_0; } } // System.Void Newtonsoft.Json.Linq.JsonLoadSettings::.ctor() extern "C" IL2CPP_METHOD_ATTR void JsonLoadSettings__ctor_m2740923490 (JsonLoadSettings_t878621609 * __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.Linq.JsonMergeSettings::.ctor() extern "C" IL2CPP_METHOD_ATTR void JsonMergeSettings__ctor_m519547919 (JsonMergeSettings_t3341555814 * __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.Nullable`1 Newtonsoft.Json.Linq.JsonPath.ArrayIndexFilter::get_Index() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t378540539 ArrayIndexFilter_get_Index_m3438763962 (ArrayIndexFilter_t2739218971 * __this, const RuntimeMethod* method) { { Nullable_1_t378540539 L_0 = __this->get_U3CIndexU3Ek__BackingField_0(); return L_0; } } // System.Collections.Generic.IEnumerable`1 Newtonsoft.Json.Linq.JsonPath.ArrayIndexFilter::ExecuteFilter(System.Collections.Generic.IEnumerable`1,System.Boolean) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ArrayIndexFilter_ExecuteFilter_m2756557015 (ArrayIndexFilter_t2739218971 * __this, RuntimeObject* ___current0, bool ___errorWhenNoMatch1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayIndexFilter_ExecuteFilter_m2756557015_MetadataUsageId); s_Il2CppMethodInitialized = true; } { U3CExecuteFilterU3Ed__4_t508957393 * L_0 = (U3CExecuteFilterU3Ed__4_t508957393 *)il2cpp_codegen_object_new(U3CExecuteFilterU3Ed__4_t508957393_il2cpp_TypeInfo_var); U3CExecuteFilterU3Ed__4__ctor_m502830417(L_0, ((int32_t)-2), /*hidden argument*/NULL); U3CExecuteFilterU3Ed__4_t508957393 * L_1 = L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_5(__this); U3CExecuteFilterU3Ed__4_t508957393 * L_2 = L_1; RuntimeObject* L_3 = ___current0; NullCheck(L_2); L_2->set_U3CU3E3__current_4(L_3); U3CExecuteFilterU3Ed__4_t508957393 * L_4 = L_2; bool L_5 = ___errorWhenNoMatch1; NullCheck(L_4); L_4->set_U3CU3E3__errorWhenNoMatch_7(L_5); return L_4; } } // System.Void Newtonsoft.Json.Linq.JsonPath.ArrayIndexFilter::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArrayIndexFilter__ctor_m3360164187 (ArrayIndexFilter_t2739218971 * __this, const RuntimeMethod* method) { { PathFilter__ctor_m535205824(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Linq.JsonPath.ArrayIndexFilter/d__4::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4__ctor_m502830417 (U3CExecuteFilterU3Ed__4_t508957393 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CExecuteFilterU3Ed__4__ctor_m502830417_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_t2300836069 * L_1 = Thread_get_CurrentThread_m4142136012(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = Thread_get_ManagedThreadId_m1068113671(L_1, /*hidden argument*/NULL); __this->set_U3CU3El__initialThreadId_2(L_2); return; } } // System.Void Newtonsoft.Json.Linq.JsonPath.ArrayIndexFilter/d__4::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4_System_IDisposable_Dispose_m4074516448 (U3CExecuteFilterU3Ed__4_t508957393 * __this, const RuntimeMethod* method) { int32_t V_0 = 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); { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; int32_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)-4)))) { case 0: { goto IL_002d; } case 1: { goto IL_002d; } case 2: { goto IL_004a; } case 3: { goto IL_004a; } case 4: { goto IL_004a; } case 5: { goto IL_002d; } case 6: { goto IL_002d; } } } { return; } IL_002d: { } IL_002e: try { // begin try (depth: 1) { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)((int32_t)-4)))) { goto IL_0039; } } IL_0033: { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)2))) { goto IL_0039; } } IL_0037: { IL2CPP_LEAVE(0x4A, FINALLY_0043); } IL_0039: { } IL_003a: try { // begin try (depth: 2) IL2CPP_LEAVE(0x4A, FINALLY_003c); } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003c; } FINALLY_003c: { // begin finally (depth: 2) U3CExecuteFilterU3Ed__4_U3CU3Em__Finally2_m2142894333(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(60) } // end finally (depth: 2) IL2CPP_CLEANUP(60) { IL2CPP_END_CLEANUP(0x4A, FINALLY_0043); IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0043; } FINALLY_0043: { // begin finally (depth: 1) U3CExecuteFilterU3Ed__4_U3CU3Em__Finally1_m2142894334(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(67) } // end finally (depth: 1) IL2CPP_CLEANUP(67) { IL2CPP_JUMP_TBL(0x4A, IL_004a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_004a: { return; } } // System.Boolean Newtonsoft.Json.Linq.JsonPath.ArrayIndexFilter/d__4::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CExecuteFilterU3Ed__4_MoveNext_m3821824332 (U3CExecuteFilterU3Ed__4_t508957393 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CExecuteFilterU3Ed__4_MoveNext_m3821824332_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; Nullable_1_t378540539 V_2; memset(&V_2, 0, sizeof(V_2)); JToken_t1038539247 * V_3 = NULL; JToken_t1038539247 * 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); IL_0000: try { // begin try (depth: 1) { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_1 = L_0; int32_t L_1 = V_1; switch (L_1) { case 0: { goto IL_0020; } case 1: { goto IL_00ab; } case 2: { goto IL_0110; } } } IL_0019: { V_0 = (bool)0; goto IL_0190; } IL_0020: { __this->set_U3CU3E1__state_0((-1)); RuntimeObject* L_2 = __this->get_current_3(); NullCheck(L_2); RuntimeObject* L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t18392136_il2cpp_TypeInfo_var, L_2); __this->set_U3CU3E7__wrap1_9(L_3); __this->set_U3CU3E1__state_0(((int32_t)-3)); goto IL_0168; } IL_0045: { RuntimeObject* L_4 = __this->get_U3CU3E7__wrap1_9(); NullCheck(L_4); JToken_t1038539247 * L_5 = InterfaceFuncInvoker0< JToken_t1038539247 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t1471109715_il2cpp_TypeInfo_var, L_4); __this->set_U3CtU3E5__1_8(L_5); ArrayIndexFilter_t2739218971 * L_6 = __this->get_U3CU3E4__this_5(); NullCheck(L_6); Nullable_1_t378540539 L_7 = ArrayIndexFilter_get_Index_m3438763962(L_6, /*hidden argument*/NULL); V_2 = L_7; bool L_8 = Nullable_1_get_HasValue_m2648265346((&V_2), /*hidden argument*/Nullable_1_get_HasValue_m2648265346_RuntimeMethod_var); if (!L_8) { goto IL_00b8; } } IL_006b: { JToken_t1038539247 * L_9 = __this->get_U3CtU3E5__1_8(); bool L_10 = __this->get_errorWhenNoMatch_6(); ArrayIndexFilter_t2739218971 * L_11 = __this->get_U3CU3E4__this_5(); NullCheck(L_11); Nullable_1_t378540539 L_12 = ArrayIndexFilter_get_Index_m3438763962(L_11, /*hidden argument*/NULL); V_2 = L_12; int32_t L_13 = Nullable_1_GetValueOrDefault_m2296315628((&V_2), /*hidden argument*/Nullable_1_GetValueOrDefault_m2296315628_RuntimeMethod_var); JToken_t1038539247 * L_14 = PathFilter_GetTokenIndex_m3674131035(NULL /*static, unused*/, L_9, L_10, L_13, /*hidden argument*/NULL); V_3 = L_14; JToken_t1038539247 * L_15 = V_3; if (!L_15) { goto IL_0161; } } IL_0096: { JToken_t1038539247 * L_16 = V_3; __this->set_U3CU3E2__current_1(L_16); __this->set_U3CU3E1__state_0(1); V_0 = (bool)1; goto IL_0190; } IL_00ab: { __this->set_U3CU3E1__state_0(((int32_t)-3)); goto IL_0161; } IL_00b8: { JToken_t1038539247 * L_17 = __this->get_U3CtU3E5__1_8(); if (((JArray_t2963978544 *)IsInstClass((RuntimeObject*)L_17, JArray_t2963978544_il2cpp_TypeInfo_var))) { goto IL_00d2; } } IL_00c5: { JToken_t1038539247 * L_18 = __this->get_U3CtU3E5__1_8(); if (!((JConstructor_t3659803310 *)IsInstClass((RuntimeObject*)L_18, JConstructor_t3659803310_il2cpp_TypeInfo_var))) { goto IL_0134; } } IL_00d2: { JToken_t1038539247 * L_19 = __this->get_U3CtU3E5__1_8(); NullCheck(L_19); RuntimeObject* L_20 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t18392136_il2cpp_TypeInfo_var, L_19); __this->set_U3CU3E7__wrap2_10(L_20); __this->set_U3CU3E1__state_0(((int32_t)-4)); goto IL_0118; } IL_00ed: { RuntimeObject* L_21 = __this->get_U3CU3E7__wrap2_10(); NullCheck(L_21); JToken_t1038539247 * L_22 = InterfaceFuncInvoker0< JToken_t1038539247 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t1471109715_il2cpp_TypeInfo_var, L_21); V_4 = L_22; JToken_t1038539247 * L_23 = V_4; __this->set_U3CU3E2__current_1(L_23); __this->set_U3CU3E1__state_0(2); V_0 = (bool)1; goto IL_0190; } IL_0110: { __this->set_U3CU3E1__state_0(((int32_t)-4)); } IL_0118: { RuntimeObject* L_24 = __this->get_U3CU3E7__wrap2_10(); NullCheck(L_24); bool L_25 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_24); if (L_25) { goto IL_00ed; } } IL_0125: { U3CExecuteFilterU3Ed__4_U3CU3Em__Finally2_m2142894333(__this, /*hidden argument*/NULL); __this->set_U3CU3E7__wrap2_10((RuntimeObject*)NULL); goto IL_0161; } IL_0134: { bool L_26 = __this->get_errorWhenNoMatch_6(); if (!L_26) { goto IL_0161; } } IL_013c: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_27 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JToken_t1038539247 * L_28 = __this->get_U3CtU3E5__1_8(); NullCheck(L_28); Type_t * L_29 = Object_GetType_m88164663(L_28, /*hidden argument*/NULL); NullCheck(L_29); String_t* L_30 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_29); String_t* L_31 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral1803058300, L_27, L_30, /*hidden argument*/NULL); JsonException_t3720114400 * L_32 = (JsonException_t3720114400 *)il2cpp_codegen_object_new(JsonException_t3720114400_il2cpp_TypeInfo_var); JsonException__ctor_m1434178872(L_32, L_31, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_32,U3CExecuteFilterU3Ed__4_MoveNext_m3821824332_RuntimeMethod_var); } IL_0161: { __this->set_U3CtU3E5__1_8((JToken_t1038539247 *)NULL); } IL_0168: { RuntimeObject* L_33 = __this->get_U3CU3E7__wrap1_9(); NullCheck(L_33); bool L_34 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_33); if (L_34) { goto IL_0045; } } IL_0178: { U3CExecuteFilterU3Ed__4_U3CU3Em__Finally1_m2142894334(__this, /*hidden argument*/NULL); __this->set_U3CU3E7__wrap1_9((RuntimeObject*)NULL); V_0 = (bool)0; goto IL_0190; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FAULT_0189; } FAULT_0189: { // begin fault (depth: 1) U3CExecuteFilterU3Ed__4_System_IDisposable_Dispose_m4074516448(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(393) } // end fault IL2CPP_CLEANUP(393) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0190: { bool L_35 = V_0; return L_35; } } // System.Void Newtonsoft.Json.Linq.JsonPath.ArrayIndexFilter/d__4::<>m__Finally1() extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4_U3CU3Em__Finally1_m2142894334 (U3CExecuteFilterU3Ed__4_t508957393 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CExecuteFilterU3Ed__4_U3CU3Em__Finally1_m2142894334_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_U3CU3E1__state_0((-1)); RuntimeObject* L_0 = __this->get_U3CU3E7__wrap1_9(); if (!L_0) { goto IL_001a; } } { RuntimeObject* L_1 = __this->get_U3CU3E7__wrap1_9(); NullCheck(L_1); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_1); } IL_001a: { return; } } // System.Void Newtonsoft.Json.Linq.JsonPath.ArrayIndexFilter/d__4::<>m__Finally2() extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4_U3CU3Em__Finally2_m2142894333 (U3CExecuteFilterU3Ed__4_t508957393 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CExecuteFilterU3Ed__4_U3CU3Em__Finally2_m2142894333_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_U3CU3E1__state_0(((int32_t)-3)); RuntimeObject* L_0 = __this->get_U3CU3E7__wrap2_10(); if (!L_0) { goto IL_001b; } } { RuntimeObject* L_1 = __this->get_U3CU3E7__wrap2_10(); NullCheck(L_1); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_1); } IL_001b: { return; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JsonPath.ArrayIndexFilter/d__4::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * U3CExecuteFilterU3Ed__4_System_Collections_Generic_IEnumeratorU3CNewtonsoft_Json_Linq_JTokenU3E_get_Current_m3936892535 (U3CExecuteFilterU3Ed__4_t508957393 * __this, const RuntimeMethod* method) { { JToken_t1038539247 * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Newtonsoft.Json.Linq.JsonPath.ArrayIndexFilter/d__4::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4_System_Collections_IEnumerator_Reset_m1016315243 (U3CExecuteFilterU3Ed__4_t508957393 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CExecuteFilterU3Ed__4_System_Collections_IEnumerator_Reset_m1016315243_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,U3CExecuteFilterU3Ed__4_System_Collections_IEnumerator_Reset_m1016315243_RuntimeMethod_var); } } // System.Object Newtonsoft.Json.Linq.JsonPath.ArrayIndexFilter/d__4::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CExecuteFilterU3Ed__4_System_Collections_IEnumerator_get_Current_m3034753994 (U3CExecuteFilterU3Ed__4_t508957393 * __this, const RuntimeMethod* method) { { JToken_t1038539247 * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JsonPath.ArrayIndexFilter/d__4::System.Collections.Generic.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CExecuteFilterU3Ed__4_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m3122359051 (U3CExecuteFilterU3Ed__4_t508957393 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CExecuteFilterU3Ed__4_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m3122359051_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CExecuteFilterU3Ed__4_t508957393 * V_0 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_0027; } } { int32_t L_1 = __this->get_U3CU3El__initialThreadId_2(); IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_t2300836069 * L_2 = Thread_get_CurrentThread_m4142136012(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = Thread_get_ManagedThreadId_m1068113671(L_2, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)L_3)))) { goto IL_0027; } } { __this->set_U3CU3E1__state_0(0); V_0 = __this; goto IL_003a; } IL_0027: { U3CExecuteFilterU3Ed__4_t508957393 * L_4 = (U3CExecuteFilterU3Ed__4_t508957393 *)il2cpp_codegen_object_new(U3CExecuteFilterU3Ed__4_t508957393_il2cpp_TypeInfo_var); U3CExecuteFilterU3Ed__4__ctor_m502830417(L_4, 0, /*hidden argument*/NULL); V_0 = L_4; U3CExecuteFilterU3Ed__4_t508957393 * L_5 = V_0; ArrayIndexFilter_t2739218971 * L_6 = __this->get_U3CU3E4__this_5(); NullCheck(L_5); L_5->set_U3CU3E4__this_5(L_6); } IL_003a: { U3CExecuteFilterU3Ed__4_t508957393 * L_7 = V_0; RuntimeObject* L_8 = __this->get_U3CU3E3__current_4(); NullCheck(L_7); L_7->set_current_3(L_8); U3CExecuteFilterU3Ed__4_t508957393 * L_9 = V_0; bool L_10 = __this->get_U3CU3E3__errorWhenNoMatch_7(); NullCheck(L_9); L_9->set_errorWhenNoMatch_6(L_10); U3CExecuteFilterU3Ed__4_t508957393 * L_11 = V_0; return L_11; } } // System.Collections.IEnumerator Newtonsoft.Json.Linq.JsonPath.ArrayIndexFilter/d__4::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CExecuteFilterU3Ed__4_System_Collections_IEnumerable_GetEnumerator_m1659269483 (U3CExecuteFilterU3Ed__4_t508957393 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = U3CExecuteFilterU3Ed__4_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m3122359051(__this, /*hidden argument*/NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 Newtonsoft.Json.Linq.JsonPath.ArrayMultipleIndexFilter::get_Indexes() extern "C" IL2CPP_METHOD_ATTR List_1_t128053199 * ArrayMultipleIndexFilter_get_Indexes_m783246026 (ArrayMultipleIndexFilter_t2913121614 * __this, const RuntimeMethod* method) { { List_1_t128053199 * L_0 = __this->get_U3CIndexesU3Ek__BackingField_0(); return L_0; } } // System.Collections.Generic.IEnumerable`1 Newtonsoft.Json.Linq.JsonPath.ArrayMultipleIndexFilter::ExecuteFilter(System.Collections.Generic.IEnumerable`1,System.Boolean) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ArrayMultipleIndexFilter_ExecuteFilter_m3328470938 (ArrayMultipleIndexFilter_t2913121614 * __this, RuntimeObject* ___current0, bool ___errorWhenNoMatch1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayMultipleIndexFilter_ExecuteFilter_m3328470938_MetadataUsageId); s_Il2CppMethodInitialized = true; } { U3CExecuteFilterU3Ed__4_t1113823742 * L_0 = (U3CExecuteFilterU3Ed__4_t1113823742 *)il2cpp_codegen_object_new(U3CExecuteFilterU3Ed__4_t1113823742_il2cpp_TypeInfo_var); U3CExecuteFilterU3Ed__4__ctor_m1267829177(L_0, ((int32_t)-2), /*hidden argument*/NULL); U3CExecuteFilterU3Ed__4_t1113823742 * L_1 = L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_5(__this); U3CExecuteFilterU3Ed__4_t1113823742 * L_2 = L_1; RuntimeObject* L_3 = ___current0; NullCheck(L_2); L_2->set_U3CU3E3__current_4(L_3); U3CExecuteFilterU3Ed__4_t1113823742 * L_4 = L_2; bool L_5 = ___errorWhenNoMatch1; NullCheck(L_4); L_4->set_U3CU3E3__errorWhenNoMatch_8(L_5); return L_4; } } // System.Void Newtonsoft.Json.Linq.JsonPath.ArrayMultipleIndexFilter::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArrayMultipleIndexFilter__ctor_m2735558416 (ArrayMultipleIndexFilter_t2913121614 * __this, const RuntimeMethod* method) { { PathFilter__ctor_m535205824(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Linq.JsonPath.ArrayMultipleIndexFilter/d__4::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4__ctor_m1267829177 (U3CExecuteFilterU3Ed__4_t1113823742 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CExecuteFilterU3Ed__4__ctor_m1267829177_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_t2300836069 * L_1 = Thread_get_CurrentThread_m4142136012(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = Thread_get_ManagedThreadId_m1068113671(L_1, /*hidden argument*/NULL); __this->set_U3CU3El__initialThreadId_2(L_2); return; } } // System.Void Newtonsoft.Json.Linq.JsonPath.ArrayMultipleIndexFilter/d__4::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4_System_IDisposable_Dispose_m830905511 (U3CExecuteFilterU3Ed__4_t1113823742 * __this, const RuntimeMethod* method) { int32_t V_0 = 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); { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)((int32_t)-4)))) { goto IL_0015; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)((int32_t)-3)))) { goto IL_0015; } } { int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_0032; } } IL_0015: { } IL_0016: try { // begin try (depth: 1) { int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)((int32_t)-4)))) { goto IL_0021; } } IL_001b: { int32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)1))) { goto IL_0021; } } IL_001f: { IL2CPP_LEAVE(0x32, FINALLY_002b); } IL_0021: { } IL_0022: try { // begin try (depth: 2) IL2CPP_LEAVE(0x32, FINALLY_0024); } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0024; } FINALLY_0024: { // begin finally (depth: 2) U3CExecuteFilterU3Ed__4_U3CU3Em__Finally2_m3786980263(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(36) } // end finally (depth: 2) IL2CPP_CLEANUP(36) { IL2CPP_END_CLEANUP(0x32, FINALLY_002b); IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002b; } FINALLY_002b: { // begin finally (depth: 1) U3CExecuteFilterU3Ed__4_U3CU3Em__Finally1_m3786980266(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(43) } // end finally (depth: 1) IL2CPP_CLEANUP(43) { IL2CPP_JUMP_TBL(0x32, IL_0032) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0032: { return; } } // System.Boolean Newtonsoft.Json.Linq.JsonPath.ArrayMultipleIndexFilter/d__4::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CExecuteFilterU3Ed__4_MoveNext_m312225642 (U3CExecuteFilterU3Ed__4_t1113823742 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CExecuteFilterU3Ed__4_MoveNext_m312225642_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; int32_t V_2 = 0; JToken_t1038539247 * 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); IL_0000: try { // begin try (depth: 1) { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_1 = L_0; int32_t L_1 = V_1; if (!L_1) { goto IL_0018; } } IL_000a: { int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_00a2; } } IL_0011: { V_0 = (bool)0; goto IL_00f8; } IL_0018: { __this->set_U3CU3E1__state_0((-1)); RuntimeObject* L_3 = __this->get_current_3(); NullCheck(L_3); RuntimeObject* L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t18392136_il2cpp_TypeInfo_var, L_3); __this->set_U3CU3E7__wrap1_9(L_4); __this->set_U3CU3E1__state_0(((int32_t)-3)); goto IL_00d0; } IL_003d: { RuntimeObject* L_5 = __this->get_U3CU3E7__wrap1_9(); NullCheck(L_5); JToken_t1038539247 * L_6 = InterfaceFuncInvoker0< JToken_t1038539247 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t1471109715_il2cpp_TypeInfo_var, L_5); __this->set_U3CtU3E5__1_6(L_6); ArrayMultipleIndexFilter_t2913121614 * L_7 = __this->get_U3CU3E4__this_5(); NullCheck(L_7); List_1_t128053199 * L_8 = ArrayMultipleIndexFilter_get_Indexes_m783246026(L_7, /*hidden argument*/NULL); NullCheck(L_8); Enumerator_t2017297076 L_9 = List_1_GetEnumerator_m2050286038(L_8, /*hidden argument*/List_1_GetEnumerator_m2050286038_RuntimeMethod_var); __this->set_U3CU3E7__wrap2_10(L_9); __this->set_U3CU3E1__state_0(((int32_t)-4)); goto IL_00aa; } IL_006e: { Enumerator_t2017297076 * L_10 = __this->get_address_of_U3CU3E7__wrap2_10(); int32_t L_11 = Enumerator_get_Current_m765460575(L_10, /*hidden argument*/Enumerator_get_Current_m765460575_RuntimeMethod_var); V_2 = L_11; JToken_t1038539247 * L_12 = __this->get_U3CtU3E5__1_6(); bool L_13 = __this->get_errorWhenNoMatch_7(); int32_t L_14 = V_2; JToken_t1038539247 * L_15 = PathFilter_GetTokenIndex_m3674131035(NULL /*static, unused*/, L_12, L_13, L_14, /*hidden argument*/NULL); V_3 = L_15; JToken_t1038539247 * L_16 = V_3; if (!L_16) { goto IL_00aa; } } IL_0090: { JToken_t1038539247 * L_17 = V_3; __this->set_U3CU3E2__current_1(L_17); __this->set_U3CU3E1__state_0(1); V_0 = (bool)1; goto IL_00f8; } IL_00a2: { __this->set_U3CU3E1__state_0(((int32_t)-4)); } IL_00aa: { Enumerator_t2017297076 * L_18 = __this->get_address_of_U3CU3E7__wrap2_10(); bool L_19 = Enumerator_MoveNext_m3689483608(L_18, /*hidden argument*/Enumerator_MoveNext_m3689483608_RuntimeMethod_var); if (L_19) { goto IL_006e; } } IL_00b7: { U3CExecuteFilterU3Ed__4_U3CU3Em__Finally2_m3786980263(__this, /*hidden argument*/NULL); Enumerator_t2017297076 * L_20 = __this->get_address_of_U3CU3E7__wrap2_10(); il2cpp_codegen_initobj(L_20, sizeof(Enumerator_t2017297076 )); __this->set_U3CtU3E5__1_6((JToken_t1038539247 *)NULL); } IL_00d0: { RuntimeObject* L_21 = __this->get_U3CU3E7__wrap1_9(); NullCheck(L_21); bool L_22 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_21); if (L_22) { goto IL_003d; } } IL_00e0: { U3CExecuteFilterU3Ed__4_U3CU3Em__Finally1_m3786980266(__this, /*hidden argument*/NULL); __this->set_U3CU3E7__wrap1_9((RuntimeObject*)NULL); V_0 = (bool)0; goto IL_00f8; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FAULT_00f1; } FAULT_00f1: { // begin fault (depth: 1) U3CExecuteFilterU3Ed__4_System_IDisposable_Dispose_m830905511(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(241) } // end fault IL2CPP_CLEANUP(241) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00f8: { bool L_23 = V_0; return L_23; } } // System.Void Newtonsoft.Json.Linq.JsonPath.ArrayMultipleIndexFilter/d__4::<>m__Finally1() extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4_U3CU3Em__Finally1_m3786980266 (U3CExecuteFilterU3Ed__4_t1113823742 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CExecuteFilterU3Ed__4_U3CU3Em__Finally1_m3786980266_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_U3CU3E1__state_0((-1)); RuntimeObject* L_0 = __this->get_U3CU3E7__wrap1_9(); if (!L_0) { goto IL_001a; } } { RuntimeObject* L_1 = __this->get_U3CU3E7__wrap1_9(); NullCheck(L_1); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_1); } IL_001a: { return; } } // System.Void Newtonsoft.Json.Linq.JsonPath.ArrayMultipleIndexFilter/d__4::<>m__Finally2() extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4_U3CU3Em__Finally2_m3786980263 (U3CExecuteFilterU3Ed__4_t1113823742 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CExecuteFilterU3Ed__4_U3CU3Em__Finally2_m3786980263_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_U3CU3E1__state_0(((int32_t)-3)); Enumerator_t2017297076 * L_0 = __this->get_address_of_U3CU3E7__wrap2_10(); Enumerator_Dispose_m222348240(L_0, /*hidden argument*/Enumerator_Dispose_m222348240_RuntimeMethod_var); return; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JsonPath.ArrayMultipleIndexFilter/d__4::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * U3CExecuteFilterU3Ed__4_System_Collections_Generic_IEnumeratorU3CNewtonsoft_Json_Linq_JTokenU3E_get_Current_m3044167372 (U3CExecuteFilterU3Ed__4_t1113823742 * __this, const RuntimeMethod* method) { { JToken_t1038539247 * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Newtonsoft.Json.Linq.JsonPath.ArrayMultipleIndexFilter/d__4::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4_System_Collections_IEnumerator_Reset_m728476917 (U3CExecuteFilterU3Ed__4_t1113823742 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CExecuteFilterU3Ed__4_System_Collections_IEnumerator_Reset_m728476917_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,U3CExecuteFilterU3Ed__4_System_Collections_IEnumerator_Reset_m728476917_RuntimeMethod_var); } } // System.Object Newtonsoft.Json.Linq.JsonPath.ArrayMultipleIndexFilter/d__4::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CExecuteFilterU3Ed__4_System_Collections_IEnumerator_get_Current_m420069136 (U3CExecuteFilterU3Ed__4_t1113823742 * __this, const RuntimeMethod* method) { { JToken_t1038539247 * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JsonPath.ArrayMultipleIndexFilter/d__4::System.Collections.Generic.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CExecuteFilterU3Ed__4_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m1694227198 (U3CExecuteFilterU3Ed__4_t1113823742 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CExecuteFilterU3Ed__4_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m1694227198_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CExecuteFilterU3Ed__4_t1113823742 * V_0 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_0027; } } { int32_t L_1 = __this->get_U3CU3El__initialThreadId_2(); IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_t2300836069 * L_2 = Thread_get_CurrentThread_m4142136012(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = Thread_get_ManagedThreadId_m1068113671(L_2, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)L_3)))) { goto IL_0027; } } { __this->set_U3CU3E1__state_0(0); V_0 = __this; goto IL_003a; } IL_0027: { U3CExecuteFilterU3Ed__4_t1113823742 * L_4 = (U3CExecuteFilterU3Ed__4_t1113823742 *)il2cpp_codegen_object_new(U3CExecuteFilterU3Ed__4_t1113823742_il2cpp_TypeInfo_var); U3CExecuteFilterU3Ed__4__ctor_m1267829177(L_4, 0, /*hidden argument*/NULL); V_0 = L_4; U3CExecuteFilterU3Ed__4_t1113823742 * L_5 = V_0; ArrayMultipleIndexFilter_t2913121614 * L_6 = __this->get_U3CU3E4__this_5(); NullCheck(L_5); L_5->set_U3CU3E4__this_5(L_6); } IL_003a: { U3CExecuteFilterU3Ed__4_t1113823742 * L_7 = V_0; RuntimeObject* L_8 = __this->get_U3CU3E3__current_4(); NullCheck(L_7); L_7->set_current_3(L_8); U3CExecuteFilterU3Ed__4_t1113823742 * L_9 = V_0; bool L_10 = __this->get_U3CU3E3__errorWhenNoMatch_8(); NullCheck(L_9); L_9->set_errorWhenNoMatch_7(L_10); U3CExecuteFilterU3Ed__4_t1113823742 * L_11 = V_0; return L_11; } } // System.Collections.IEnumerator Newtonsoft.Json.Linq.JsonPath.ArrayMultipleIndexFilter/d__4::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CExecuteFilterU3Ed__4_System_Collections_IEnumerable_GetEnumerator_m2391864116 (U3CExecuteFilterU3Ed__4_t1113823742 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = U3CExecuteFilterU3Ed__4_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m1694227198(__this, /*hidden argument*/NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter::get_Start() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t378540539 ArraySliceFilter_get_Start_m1355993078 (ArraySliceFilter_t662461599 * __this, const RuntimeMethod* method) { { Nullable_1_t378540539 L_0 = __this->get_U3CStartU3Ek__BackingField_0(); return L_0; } } // System.Nullable`1 Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter::get_End() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t378540539 ArraySliceFilter_get_End_m3164538525 (ArraySliceFilter_t662461599 * __this, const RuntimeMethod* method) { { Nullable_1_t378540539 L_0 = __this->get_U3CEndU3Ek__BackingField_1(); return L_0; } } // System.Nullable`1 Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter::get_Step() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t378540539 ArraySliceFilter_get_Step_m2557251291 (ArraySliceFilter_t662461599 * __this, const RuntimeMethod* method) { { Nullable_1_t378540539 L_0 = __this->get_U3CStepU3Ek__BackingField_2(); return L_0; } } // System.Collections.Generic.IEnumerable`1 Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter::ExecuteFilter(System.Collections.Generic.IEnumerable`1,System.Boolean) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ArraySliceFilter_ExecuteFilter_m3032668021 (ArraySliceFilter_t662461599 * __this, RuntimeObject* ___current0, bool ___errorWhenNoMatch1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArraySliceFilter_ExecuteFilter_m3032668021_MetadataUsageId); s_Il2CppMethodInitialized = true; } { U3CExecuteFilterU3Ed__12_t222072922 * L_0 = (U3CExecuteFilterU3Ed__12_t222072922 *)il2cpp_codegen_object_new(U3CExecuteFilterU3Ed__12_t222072922_il2cpp_TypeInfo_var); U3CExecuteFilterU3Ed__12__ctor_m891732062(L_0, ((int32_t)-2), /*hidden argument*/NULL); U3CExecuteFilterU3Ed__12_t222072922 * L_1 = L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_3(__this); U3CExecuteFilterU3Ed__12_t222072922 * L_2 = L_1; RuntimeObject* L_3 = ___current0; NullCheck(L_2); L_2->set_U3CU3E3__current_5(L_3); U3CExecuteFilterU3Ed__12_t222072922 * L_4 = L_2; bool L_5 = ___errorWhenNoMatch1; NullCheck(L_4); L_4->set_U3CU3E3__errorWhenNoMatch_12(L_5); return L_4; } } // System.Boolean Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter::IsValid(System.Int32,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool ArraySliceFilter_IsValid_m2163162732 (ArraySliceFilter_t662461599 * __this, int32_t ___index0, int32_t ___stopIndex1, bool ___positiveStep2, const RuntimeMethod* method) { { bool L_0 = ___positiveStep2; if (!L_0) { goto IL_0008; } } { int32_t L_1 = ___index0; int32_t L_2 = ___stopIndex1; return (bool)((((int32_t)L_1) < ((int32_t)L_2))? 1 : 0); } IL_0008: { int32_t L_3 = ___index0; int32_t L_4 = ___stopIndex1; return (bool)((((int32_t)L_3) > ((int32_t)L_4))? 1 : 0); } } // System.Void Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArraySliceFilter__ctor_m2097322764 (ArraySliceFilter_t662461599 * __this, const RuntimeMethod* method) { { PathFilter__ctor_m535205824(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter/d__12::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__12__ctor_m891732062 (U3CExecuteFilterU3Ed__12_t222072922 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CExecuteFilterU3Ed__12__ctor_m891732062_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_t2300836069 * L_1 = Thread_get_CurrentThread_m4142136012(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = Thread_get_ManagedThreadId_m1068113671(L_1, /*hidden argument*/NULL); __this->set_U3CU3El__initialThreadId_2(L_2); return; } } // System.Void Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter/d__12::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__12_System_IDisposable_Dispose_m2373917499 (U3CExecuteFilterU3Ed__12_t222072922 * __this, const RuntimeMethod* method) { int32_t V_0 = 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); { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)((int32_t)-3)))) { goto IL_0010; } } { int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_001a; } } IL_0010: { } IL_0011: try { // begin try (depth: 1) IL2CPP_LEAVE(0x1A, FINALLY_0013); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0013; } FINALLY_0013: { // begin finally (depth: 1) U3CExecuteFilterU3Ed__12_U3CU3Em__Finally1_m3199772740(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(19) } // end finally (depth: 1) IL2CPP_CLEANUP(19) { IL2CPP_JUMP_TBL(0x1A, IL_001a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_001a: { return; } } // System.Boolean Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter/d__12::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CExecuteFilterU3Ed__12_MoveNext_m4126225761 (U3CExecuteFilterU3Ed__12_t222072922 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CExecuteFilterU3Ed__12_MoveNext_m4126225761_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; Nullable_1_t378540539 V_2; memset(&V_2, 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 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); int32_t G_B6_0 = 0; U3CExecuteFilterU3Ed__12_t222072922 * G_B12_0 = NULL; U3CExecuteFilterU3Ed__12_t222072922 * G_B11_0 = NULL; int32_t G_B13_0 = 0; U3CExecuteFilterU3Ed__12_t222072922 * G_B13_1 = NULL; int32_t G_B18_0 = 0; U3CExecuteFilterU3Ed__12_t222072922 * G_B22_0 = NULL; U3CExecuteFilterU3Ed__12_t222072922 * G_B19_0 = NULL; U3CExecuteFilterU3Ed__12_t222072922 * G_B21_0 = NULL; U3CExecuteFilterU3Ed__12_t222072922 * G_B20_0 = NULL; int32_t G_B23_0 = 0; U3CExecuteFilterU3Ed__12_t222072922 * G_B23_1 = NULL; int32_t G_B26_0 = 0; int32_t G_B31_0 = 0; int32_t G_B35_0 = 0; int32_t G_B34_0 = 0; int32_t G_B36_0 = 0; int32_t G_B36_1 = 0; int32_t G_B38_0 = 0; int32_t G_B37_0 = 0; int32_t G_B39_0 = 0; int32_t G_B39_1 = 0; CultureInfo_t4157843068 * G_B48_0 = NULL; String_t* G_B48_1 = NULL; CultureInfo_t4157843068 * G_B47_0 = NULL; String_t* G_B47_1 = NULL; String_t* G_B49_0 = NULL; CultureInfo_t4157843068 * G_B49_1 = NULL; String_t* G_B49_2 = NULL; String_t* G_B51_0 = NULL; CultureInfo_t4157843068 * G_B51_1 = NULL; String_t* G_B51_2 = NULL; String_t* G_B50_0 = NULL; CultureInfo_t4157843068 * G_B50_1 = NULL; String_t* G_B50_2 = NULL; String_t* G_B52_0 = NULL; String_t* G_B52_1 = NULL; CultureInfo_t4157843068 * G_B52_2 = NULL; String_t* G_B52_3 = NULL; IL_0000: try { // begin try (depth: 1) { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_1 = L_0; int32_t L_1 = V_1; if (!L_1) { goto IL_0018; } } IL_000a: { int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_026f; } } IL_0011: { V_0 = (bool)0; goto IL_03a9; } IL_0018: { __this->set_U3CU3E1__state_0((-1)); ArraySliceFilter_t662461599 * L_3 = __this->get_U3CU3E4__this_3(); NullCheck(L_3); Nullable_1_t378540539 L_4 = ArraySliceFilter_get_Step_m2557251291(L_3, /*hidden argument*/NULL); V_2 = L_4; V_3 = 0; int32_t L_5 = Nullable_1_GetValueOrDefault_m2296315628((&V_2), /*hidden argument*/Nullable_1_GetValueOrDefault_m2296315628_RuntimeMethod_var); int32_t L_6 = V_3; if ((((int32_t)L_5) == ((int32_t)L_6))) { goto IL_003a; } } IL_0037: { G_B6_0 = 0; goto IL_0041; } IL_003a: { bool L_7 = Nullable_1_get_HasValue_m2648265346((&V_2), /*hidden argument*/Nullable_1_get_HasValue_m2648265346_RuntimeMethod_var); G_B6_0 = ((int32_t)(L_7)); } IL_0041: { if (!G_B6_0) { goto IL_004e; } } IL_0043: { JsonException_t3720114400 * L_8 = (JsonException_t3720114400 *)il2cpp_codegen_object_new(JsonException_t3720114400_il2cpp_TypeInfo_var); JsonException__ctor_m1434178872(L_8, _stringLiteral1066361438, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,U3CExecuteFilterU3Ed__12_MoveNext_m4126225761_RuntimeMethod_var); } IL_004e: { RuntimeObject* L_9 = __this->get_current_4(); NullCheck(L_9); RuntimeObject* L_10 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t18392136_il2cpp_TypeInfo_var, L_9); __this->set_U3CU3E7__wrap1_14(L_10); __this->set_U3CU3E1__state_0(((int32_t)-3)); goto IL_0381; } IL_006c: { RuntimeObject* L_11 = __this->get_U3CU3E7__wrap1_14(); NullCheck(L_11); JToken_t1038539247 * L_12 = InterfaceFuncInvoker0< JToken_t1038539247 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t1471109715_il2cpp_TypeInfo_var, L_11); __this->set_U3CtU3E5__6_13(L_12); JToken_t1038539247 * L_13 = __this->get_U3CtU3E5__6_13(); __this->set_U3CaU3E5__1_6(((JArray_t2963978544 *)IsInstClass((RuntimeObject*)L_13, JArray_t2963978544_il2cpp_TypeInfo_var))); JArray_t2963978544 * L_14 = __this->get_U3CaU3E5__1_6(); if (!L_14) { goto IL_0346; } } IL_0099: { ArraySliceFilter_t662461599 * L_15 = __this->get_U3CU3E4__this_3(); NullCheck(L_15); Nullable_1_t378540539 L_16 = ArraySliceFilter_get_Step_m2557251291(L_15, /*hidden argument*/NULL); V_2 = L_16; bool L_17 = Nullable_1_get_HasValue_m2648265346((&V_2), /*hidden argument*/Nullable_1_get_HasValue_m2648265346_RuntimeMethod_var); G_B11_0 = __this; if (L_17) { G_B12_0 = __this; goto IL_00b2; } } IL_00af: { G_B13_0 = 1; G_B13_1 = G_B11_0; goto IL_00b9; } IL_00b2: { int32_t L_18 = Nullable_1_GetValueOrDefault_m2296315628((&V_2), /*hidden argument*/Nullable_1_GetValueOrDefault_m2296315628_RuntimeMethod_var); G_B13_0 = L_18; G_B13_1 = G_B12_0; } IL_00b9: { NullCheck(G_B13_1); G_B13_1->set_U3CstepCountU3E5__3_8(G_B13_0); ArraySliceFilter_t662461599 * L_19 = __this->get_U3CU3E4__this_3(); NullCheck(L_19); Nullable_1_t378540539 L_20 = ArraySliceFilter_get_Start_m1355993078(L_19, /*hidden argument*/NULL); V_2 = L_20; bool L_21 = Nullable_1_get_HasValue_m2648265346((&V_2), /*hidden argument*/Nullable_1_get_HasValue_m2648265346_RuntimeMethod_var); if (L_21) { goto IL_00ee; } } IL_00d3: { int32_t L_22 = __this->get_U3CstepCountU3E5__3_8(); if ((((int32_t)L_22) > ((int32_t)0))) { goto IL_00eb; } } IL_00dc: { JArray_t2963978544 * L_23 = __this->get_U3CaU3E5__1_6(); NullCheck(L_23); int32_t L_24 = JContainer_get_Count_m3989743323(L_23, /*hidden argument*/NULL); G_B18_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1)); goto IL_00f5; } IL_00eb: { G_B18_0 = 0; goto IL_00f5; } IL_00ee: { int32_t L_25 = Nullable_1_GetValueOrDefault_m2296315628((&V_2), /*hidden argument*/Nullable_1_GetValueOrDefault_m2296315628_RuntimeMethod_var); G_B18_0 = L_25; } IL_00f5: { V_4 = G_B18_0; ArraySliceFilter_t662461599 * L_26 = __this->get_U3CU3E4__this_3(); NullCheck(L_26); Nullable_1_t378540539 L_27 = ArraySliceFilter_get_End_m3164538525(L_26, /*hidden argument*/NULL); V_2 = L_27; bool L_28 = Nullable_1_get_HasValue_m2648265346((&V_2), /*hidden argument*/Nullable_1_get_HasValue_m2648265346_RuntimeMethod_var); G_B19_0 = __this; if (L_28) { G_B22_0 = __this; goto IL_0126; } } IL_010d: { int32_t L_29 = __this->get_U3CstepCountU3E5__3_8(); G_B20_0 = G_B19_0; if ((((int32_t)L_29) > ((int32_t)0))) { G_B21_0 = G_B19_0; goto IL_0119; } } IL_0116: { G_B23_0 = (-1); G_B23_1 = G_B20_0; goto IL_012d; } IL_0119: { JArray_t2963978544 * L_30 = __this->get_U3CaU3E5__1_6(); NullCheck(L_30); int32_t L_31 = JContainer_get_Count_m3989743323(L_30, /*hidden argument*/NULL); G_B23_0 = L_31; G_B23_1 = G_B21_0; goto IL_012d; } IL_0126: { int32_t L_32 = Nullable_1_GetValueOrDefault_m2296315628((&V_2), /*hidden argument*/Nullable_1_GetValueOrDefault_m2296315628_RuntimeMethod_var); G_B23_0 = L_32; G_B23_1 = G_B22_0; } IL_012d: { NullCheck(G_B23_1); G_B23_1->set_U3CstopIndexU3E5__4_9(G_B23_0); ArraySliceFilter_t662461599 * L_33 = __this->get_U3CU3E4__this_3(); NullCheck(L_33); Nullable_1_t378540539 L_34 = ArraySliceFilter_get_Start_m1355993078(L_33, /*hidden argument*/NULL); V_2 = L_34; V_3 = 0; int32_t L_35 = Nullable_1_GetValueOrDefault_m2296315628((&V_2), /*hidden argument*/Nullable_1_GetValueOrDefault_m2296315628_RuntimeMethod_var); int32_t L_36 = V_3; if ((((int32_t)L_35) < ((int32_t)L_36))) { goto IL_014d; } } IL_014a: { G_B26_0 = 0; goto IL_0154; } IL_014d: { bool L_37 = Nullable_1_get_HasValue_m2648265346((&V_2), /*hidden argument*/Nullable_1_get_HasValue_m2648265346_RuntimeMethod_var); G_B26_0 = ((int32_t)(L_37)); } IL_0154: { if (!G_B26_0) { goto IL_0166; } } IL_0156: { JArray_t2963978544 * L_38 = __this->get_U3CaU3E5__1_6(); NullCheck(L_38); int32_t L_39 = JContainer_get_Count_m3989743323(L_38, /*hidden argument*/NULL); int32_t L_40 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40)); } IL_0166: { ArraySliceFilter_t662461599 * L_41 = __this->get_U3CU3E4__this_3(); NullCheck(L_41); Nullable_1_t378540539 L_42 = ArraySliceFilter_get_End_m3164538525(L_41, /*hidden argument*/NULL); V_2 = L_42; V_3 = 0; int32_t L_43 = Nullable_1_GetValueOrDefault_m2296315628((&V_2), /*hidden argument*/Nullable_1_GetValueOrDefault_m2296315628_RuntimeMethod_var); int32_t L_44 = V_3; if ((((int32_t)L_43) < ((int32_t)L_44))) { goto IL_0181; } } IL_017e: { G_B31_0 = 0; goto IL_0188; } IL_0181: { bool L_45 = Nullable_1_get_HasValue_m2648265346((&V_2), /*hidden argument*/Nullable_1_get_HasValue_m2648265346_RuntimeMethod_var); G_B31_0 = ((int32_t)(L_45)); } IL_0188: { if (!G_B31_0) { goto IL_01a2; } } IL_018a: { JArray_t2963978544 * L_46 = __this->get_U3CaU3E5__1_6(); NullCheck(L_46); int32_t L_47 = JContainer_get_Count_m3989743323(L_46, /*hidden argument*/NULL); int32_t L_48 = __this->get_U3CstopIndexU3E5__4_9(); __this->set_U3CstopIndexU3E5__4_9(((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)L_48))); } IL_01a2: { int32_t L_49 = V_4; int32_t L_50 = __this->get_U3CstepCountU3E5__3_8(); G_B34_0 = L_49; if ((((int32_t)L_50) > ((int32_t)0))) { G_B35_0 = L_49; goto IL_01b4; } } IL_01ad: { G_B36_0 = ((int32_t)-2147483648LL); G_B36_1 = G_B34_0; goto IL_01b5; } IL_01b4: { G_B36_0 = 0; G_B36_1 = G_B35_0; } IL_01b5: { int32_t L_51 = Math_Max_m1873195862(NULL /*static, unused*/, G_B36_1, G_B36_0, /*hidden argument*/NULL); V_4 = L_51; int32_t L_52 = V_4; int32_t L_53 = __this->get_U3CstepCountU3E5__3_8(); G_B37_0 = L_52; if ((((int32_t)L_53) > ((int32_t)0))) { G_B38_0 = L_52; goto IL_01d6; } } IL_01c7: { JArray_t2963978544 * L_54 = __this->get_U3CaU3E5__1_6(); NullCheck(L_54); int32_t L_55 = JContainer_get_Count_m3989743323(L_54, /*hidden argument*/NULL); G_B39_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_55, (int32_t)1)); G_B39_1 = G_B37_0; goto IL_01e1; } IL_01d6: { JArray_t2963978544 * L_56 = __this->get_U3CaU3E5__1_6(); NullCheck(L_56); int32_t L_57 = JContainer_get_Count_m3989743323(L_56, /*hidden argument*/NULL); G_B39_0 = L_57; G_B39_1 = G_B38_0; } IL_01e1: { int32_t L_58 = Math_Min_m3468062251(NULL /*static, unused*/, G_B39_1, G_B39_0, /*hidden argument*/NULL); V_4 = L_58; int32_t L_59 = __this->get_U3CstopIndexU3E5__4_9(); int32_t L_60 = Math_Max_m1873195862(NULL /*static, unused*/, L_59, (-1), /*hidden argument*/NULL); __this->set_U3CstopIndexU3E5__4_9(L_60); int32_t L_61 = __this->get_U3CstopIndexU3E5__4_9(); JArray_t2963978544 * L_62 = __this->get_U3CaU3E5__1_6(); NullCheck(L_62); int32_t L_63 = JContainer_get_Count_m3989743323(L_62, /*hidden argument*/NULL); int32_t L_64 = Math_Min_m3468062251(NULL /*static, unused*/, L_61, L_63, /*hidden argument*/NULL); __this->set_U3CstopIndexU3E5__4_9(L_64); int32_t L_65 = __this->get_U3CstepCountU3E5__3_8(); __this->set_U3CpositiveStepU3E5__5_10((bool)((((int32_t)L_65) > ((int32_t)0))? 1 : 0)); ArraySliceFilter_t662461599 * L_66 = __this->get_U3CU3E4__this_3(); int32_t L_67 = V_4; int32_t L_68 = __this->get_U3CstopIndexU3E5__4_9(); bool L_69 = __this->get_U3CpositiveStepU3E5__5_10(); NullCheck(L_66); bool L_70 = ArraySliceFilter_IsValid_m2163162732(L_66, L_67, L_68, L_69, /*hidden argument*/NULL); if (!L_70) { goto IL_02ae; } } IL_0240: { int32_t L_71 = V_4; __this->set_U3CiU3E5__2_7(L_71); goto IL_028a; } IL_024a: { JArray_t2963978544 * L_72 = __this->get_U3CaU3E5__1_6(); int32_t L_73 = __this->get_U3CiU3E5__2_7(); NullCheck(L_72); JToken_t1038539247 * L_74 = JArray_get_Item_m3241673954(L_72, L_73, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_74); __this->set_U3CU3E1__state_0(1); V_0 = (bool)1; goto IL_03a9; } IL_026f: { __this->set_U3CU3E1__state_0(((int32_t)-3)); int32_t L_75 = __this->get_U3CiU3E5__2_7(); int32_t L_76 = __this->get_U3CstepCountU3E5__3_8(); __this->set_U3CiU3E5__2_7(((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)L_76))); } IL_028a: { ArraySliceFilter_t662461599 * L_77 = __this->get_U3CU3E4__this_3(); int32_t L_78 = __this->get_U3CiU3E5__2_7(); int32_t L_79 = __this->get_U3CstopIndexU3E5__4_9(); bool L_80 = __this->get_U3CpositiveStepU3E5__5_10(); NullCheck(L_77); bool L_81 = ArraySliceFilter_IsValid_m2163162732(L_77, L_78, L_79, L_80, /*hidden argument*/NULL); if (L_81) { goto IL_024a; } } IL_02a9: { goto IL_0373; } IL_02ae: { bool L_82 = __this->get_errorWhenNoMatch_11(); if (!L_82) { goto IL_0373; } } IL_02b9: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_83 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); ArraySliceFilter_t662461599 * L_84 = __this->get_U3CU3E4__this_3(); NullCheck(L_84); Nullable_1_t378540539 L_85 = ArraySliceFilter_get_Start_m1355993078(L_84, /*hidden argument*/NULL); V_2 = L_85; bool L_86 = Nullable_1_get_HasValue_m2648265346((&V_2), /*hidden argument*/Nullable_1_get_HasValue_m2648265346_RuntimeMethod_var); G_B47_0 = L_83; G_B47_1 = _stringLiteral1612645083; if (L_86) { G_B48_0 = L_83; G_B48_1 = _stringLiteral1612645083; goto IL_02df; } } IL_02d8: { G_B49_0 = _stringLiteral3452614534; G_B49_1 = G_B47_0; G_B49_2 = G_B47_1; goto IL_02ff; } IL_02df: { ArraySliceFilter_t662461599 * L_87 = __this->get_U3CU3E4__this_3(); NullCheck(L_87); Nullable_1_t378540539 L_88 = ArraySliceFilter_get_Start_m1355993078(L_87, /*hidden argument*/NULL); V_2 = L_88; int32_t L_89 = Nullable_1_GetValueOrDefault_m2296315628((&V_2), /*hidden argument*/Nullable_1_GetValueOrDefault_m2296315628_RuntimeMethod_var); V_3 = L_89; 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 = Int32_ToString_m1760361794((&V_3), L_90, /*hidden argument*/NULL); G_B49_0 = L_91; G_B49_1 = G_B48_0; G_B49_2 = G_B48_1; } IL_02ff: { ArraySliceFilter_t662461599 * L_92 = __this->get_U3CU3E4__this_3(); NullCheck(L_92); Nullable_1_t378540539 L_93 = ArraySliceFilter_get_End_m3164538525(L_92, /*hidden argument*/NULL); V_2 = L_93; bool L_94 = Nullable_1_get_HasValue_m2648265346((&V_2), /*hidden argument*/Nullable_1_get_HasValue_m2648265346_RuntimeMethod_var); G_B50_0 = G_B49_0; G_B50_1 = G_B49_1; G_B50_2 = G_B49_2; if (L_94) { G_B51_0 = G_B49_0; G_B51_1 = G_B49_1; G_B51_2 = G_B49_2; goto IL_031b; } } IL_0314: { G_B52_0 = _stringLiteral3452614534; G_B52_1 = G_B50_0; G_B52_2 = G_B50_1; G_B52_3 = G_B50_2; goto IL_033b; } IL_031b: { ArraySliceFilter_t662461599 * L_95 = __this->get_U3CU3E4__this_3(); NullCheck(L_95); Nullable_1_t378540539 L_96 = ArraySliceFilter_get_End_m3164538525(L_95, /*hidden argument*/NULL); V_2 = L_96; int32_t L_97 = Nullable_1_GetValueOrDefault_m2296315628((&V_2), /*hidden argument*/Nullable_1_GetValueOrDefault_m2296315628_RuntimeMethod_var); V_3 = L_97; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_98 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_99 = Int32_ToString_m1760361794((&V_3), L_98, /*hidden argument*/NULL); G_B52_0 = L_99; G_B52_1 = G_B51_0; G_B52_2 = G_B51_1; G_B52_3 = G_B51_2; } IL_033b: { String_t* L_100 = StringUtils_FormatWith_m353537829(NULL /*static, unused*/, G_B52_3, G_B52_2, G_B52_1, G_B52_0, /*hidden argument*/NULL); JsonException_t3720114400 * L_101 = (JsonException_t3720114400 *)il2cpp_codegen_object_new(JsonException_t3720114400_il2cpp_TypeInfo_var); JsonException__ctor_m1434178872(L_101, L_100, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_101,U3CExecuteFilterU3Ed__12_MoveNext_m4126225761_RuntimeMethod_var); } IL_0346: { bool L_102 = __this->get_errorWhenNoMatch_11(); if (!L_102) { goto IL_0373; } } IL_034e: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_103 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JToken_t1038539247 * L_104 = __this->get_U3CtU3E5__6_13(); NullCheck(L_104); Type_t * L_105 = Object_GetType_m88164663(L_104, /*hidden argument*/NULL); NullCheck(L_105); String_t* L_106 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_105); String_t* L_107 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral245260127, L_103, L_106, /*hidden argument*/NULL); JsonException_t3720114400 * L_108 = (JsonException_t3720114400 *)il2cpp_codegen_object_new(JsonException_t3720114400_il2cpp_TypeInfo_var); JsonException__ctor_m1434178872(L_108, L_107, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_108,U3CExecuteFilterU3Ed__12_MoveNext_m4126225761_RuntimeMethod_var); } IL_0373: { __this->set_U3CaU3E5__1_6((JArray_t2963978544 *)NULL); __this->set_U3CtU3E5__6_13((JToken_t1038539247 *)NULL); } IL_0381: { RuntimeObject* L_109 = __this->get_U3CU3E7__wrap1_14(); NullCheck(L_109); bool L_110 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_109); if (L_110) { goto IL_006c; } } IL_0391: { U3CExecuteFilterU3Ed__12_U3CU3Em__Finally1_m3199772740(__this, /*hidden argument*/NULL); __this->set_U3CU3E7__wrap1_14((RuntimeObject*)NULL); V_0 = (bool)0; goto IL_03a9; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FAULT_03a2; } FAULT_03a2: { // begin fault (depth: 1) U3CExecuteFilterU3Ed__12_System_IDisposable_Dispose_m2373917499(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(930) } // end fault IL2CPP_CLEANUP(930) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_03a9: { bool L_111 = V_0; return L_111; } } // System.Void Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter/d__12::<>m__Finally1() extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__12_U3CU3Em__Finally1_m3199772740 (U3CExecuteFilterU3Ed__12_t222072922 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CExecuteFilterU3Ed__12_U3CU3Em__Finally1_m3199772740_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_U3CU3E1__state_0((-1)); RuntimeObject* L_0 = __this->get_U3CU3E7__wrap1_14(); if (!L_0) { goto IL_001a; } } { RuntimeObject* L_1 = __this->get_U3CU3E7__wrap1_14(); NullCheck(L_1); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_1); } IL_001a: { return; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter/d__12::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * U3CExecuteFilterU3Ed__12_System_Collections_Generic_IEnumeratorU3CNewtonsoft_Json_Linq_JTokenU3E_get_Current_m2186504918 (U3CExecuteFilterU3Ed__12_t222072922 * __this, const RuntimeMethod* method) { { JToken_t1038539247 * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter/d__12::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__12_System_Collections_IEnumerator_Reset_m2716265023 (U3CExecuteFilterU3Ed__12_t222072922 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CExecuteFilterU3Ed__12_System_Collections_IEnumerator_Reset_m2716265023_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,U3CExecuteFilterU3Ed__12_System_Collections_IEnumerator_Reset_m2716265023_RuntimeMethod_var); } } // System.Object Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter/d__12::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CExecuteFilterU3Ed__12_System_Collections_IEnumerator_get_Current_m1196842004 (U3CExecuteFilterU3Ed__12_t222072922 * __this, const RuntimeMethod* method) { { JToken_t1038539247 * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter/d__12::System.Collections.Generic.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CExecuteFilterU3Ed__12_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m2745840317 (U3CExecuteFilterU3Ed__12_t222072922 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CExecuteFilterU3Ed__12_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m2745840317_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CExecuteFilterU3Ed__12_t222072922 * V_0 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_0027; } } { int32_t L_1 = __this->get_U3CU3El__initialThreadId_2(); IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_t2300836069 * L_2 = Thread_get_CurrentThread_m4142136012(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = Thread_get_ManagedThreadId_m1068113671(L_2, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)L_3)))) { goto IL_0027; } } { __this->set_U3CU3E1__state_0(0); V_0 = __this; goto IL_003a; } IL_0027: { U3CExecuteFilterU3Ed__12_t222072922 * L_4 = (U3CExecuteFilterU3Ed__12_t222072922 *)il2cpp_codegen_object_new(U3CExecuteFilterU3Ed__12_t222072922_il2cpp_TypeInfo_var); U3CExecuteFilterU3Ed__12__ctor_m891732062(L_4, 0, /*hidden argument*/NULL); V_0 = L_4; U3CExecuteFilterU3Ed__12_t222072922 * L_5 = V_0; ArraySliceFilter_t662461599 * L_6 = __this->get_U3CU3E4__this_3(); NullCheck(L_5); L_5->set_U3CU3E4__this_3(L_6); } IL_003a: { U3CExecuteFilterU3Ed__12_t222072922 * L_7 = V_0; RuntimeObject* L_8 = __this->get_U3CU3E3__current_5(); NullCheck(L_7); L_7->set_current_4(L_8); U3CExecuteFilterU3Ed__12_t222072922 * L_9 = V_0; bool L_10 = __this->get_U3CU3E3__errorWhenNoMatch_12(); NullCheck(L_9); L_9->set_errorWhenNoMatch_11(L_10); U3CExecuteFilterU3Ed__12_t222072922 * L_11 = V_0; return L_11; } } // System.Collections.IEnumerator Newtonsoft.Json.Linq.JsonPath.ArraySliceFilter/d__12::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CExecuteFilterU3Ed__12_System_Collections_IEnumerable_GetEnumerator_m1163952723 (U3CExecuteFilterU3Ed__12_t222072922 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = U3CExecuteFilterU3Ed__12_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m2745840317(__this, /*hidden argument*/NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 Newtonsoft.Json.Linq.JsonPath.BooleanQueryExpression::get_Path() extern "C" IL2CPP_METHOD_ATTR List_1_t1040076091 * BooleanQueryExpression_get_Path_m1216376172 (BooleanQueryExpression_t4249992578 * __this, const RuntimeMethod* method) { { List_1_t1040076091 * L_0 = __this->get_U3CPathU3Ek__BackingField_1(); return L_0; } } // Newtonsoft.Json.Linq.JValue Newtonsoft.Json.Linq.JsonPath.BooleanQueryExpression::get_Value() extern "C" IL2CPP_METHOD_ATTR JValue_t1448862567 * BooleanQueryExpression_get_Value_m2305899767 (BooleanQueryExpression_t4249992578 * __this, const RuntimeMethod* method) { { JValue_t1448862567 * L_0 = __this->get_U3CValueU3Ek__BackingField_2(); return L_0; } } // System.Boolean Newtonsoft.Json.Linq.JsonPath.BooleanQueryExpression::IsMatch(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR bool BooleanQueryExpression_IsMatch_m1514107236 (BooleanQueryExpression_t4249992578 * __this, JToken_t1038539247 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BooleanQueryExpression_IsMatch_m1514107236_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; JValue_t1448862567 * V_1 = NULL; int32_t V_2 = 0; bool V_3 = 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); { List_1_t1040076091 * L_0 = BooleanQueryExpression_get_Path_m1216376172(__this, /*hidden argument*/NULL); JToken_t1038539247 * L_1 = ___t0; RuntimeObject* L_2 = JPath_Evaluate_m2351141606(NULL /*static, unused*/, L_0, L_1, (bool)0, /*hidden argument*/NULL); NullCheck(L_2); RuntimeObject* L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t18392136_il2cpp_TypeInfo_var, L_2); V_0 = L_3; } IL_0013: try { // begin try (depth: 1) { goto IL_00e6; } IL_0018: { RuntimeObject* L_4 = V_0; NullCheck(L_4); JToken_t1038539247 * L_5 = InterfaceFuncInvoker0< JToken_t1038539247 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t1471109715_il2cpp_TypeInfo_var, L_4); V_1 = ((JValue_t1448862567 *)IsInstClass((RuntimeObject*)L_5, JValue_t1448862567_il2cpp_TypeInfo_var)); JValue_t1448862567 * L_6 = V_1; if (!L_6) { goto IL_00d3; } } IL_002a: { int32_t L_7 = QueryExpression_get_Operator_m3882399686(__this, /*hidden argument*/NULL); V_2 = L_7; int32_t L_8 = V_2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1))) { case 0: { goto IL_005a; } case 1: { goto IL_0070; } case 2: { goto IL_00cf; } case 3: { goto IL_00a9; } case 4: { goto IL_00bc; } case 5: { goto IL_0083; } case 6: { goto IL_0096; } } } IL_0055: { goto IL_00e6; } IL_005a: { JValue_t1448862567 * L_9 = V_1; JValue_t1448862567 * L_10 = BooleanQueryExpression_get_Value_m2305899767(__this, /*hidden argument*/NULL); bool L_11 = BooleanQueryExpression_EqualsWithStringCoercion_m2537002637(__this, L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_00e6; } } IL_0069: { V_3 = (bool)1; IL2CPP_LEAVE(0xFF, FINALLY_00f3); } IL_0070: { JValue_t1448862567 * L_12 = V_1; JValue_t1448862567 * L_13 = BooleanQueryExpression_get_Value_m2305899767(__this, /*hidden argument*/NULL); bool L_14 = BooleanQueryExpression_EqualsWithStringCoercion_m2537002637(__this, L_12, L_13, /*hidden argument*/NULL); if (L_14) { goto IL_00e6; } } IL_007f: { V_3 = (bool)1; IL2CPP_LEAVE(0xFF, FINALLY_00f3); } IL_0083: { JValue_t1448862567 * L_15 = V_1; JValue_t1448862567 * L_16 = BooleanQueryExpression_get_Value_m2305899767(__this, /*hidden argument*/NULL); NullCheck(L_15); int32_t L_17 = JValue_CompareTo_m1829058264(L_15, L_16, /*hidden argument*/NULL); if ((((int32_t)L_17) <= ((int32_t)0))) { goto IL_00e6; } } IL_0092: { V_3 = (bool)1; IL2CPP_LEAVE(0xFF, FINALLY_00f3); } IL_0096: { JValue_t1448862567 * L_18 = V_1; JValue_t1448862567 * L_19 = BooleanQueryExpression_get_Value_m2305899767(__this, /*hidden argument*/NULL); NullCheck(L_18); int32_t L_20 = JValue_CompareTo_m1829058264(L_18, L_19, /*hidden argument*/NULL); if ((((int32_t)L_20) < ((int32_t)0))) { goto IL_00e6; } } IL_00a5: { V_3 = (bool)1; IL2CPP_LEAVE(0xFF, FINALLY_00f3); } IL_00a9: { JValue_t1448862567 * L_21 = V_1; JValue_t1448862567 * L_22 = BooleanQueryExpression_get_Value_m2305899767(__this, /*hidden argument*/NULL); NullCheck(L_21); int32_t L_23 = JValue_CompareTo_m1829058264(L_21, L_22, /*hidden argument*/NULL); if ((((int32_t)L_23) >= ((int32_t)0))) { goto IL_00e6; } } IL_00b8: { V_3 = (bool)1; IL2CPP_LEAVE(0xFF, FINALLY_00f3); } IL_00bc: { JValue_t1448862567 * L_24 = V_1; JValue_t1448862567 * L_25 = BooleanQueryExpression_get_Value_m2305899767(__this, /*hidden argument*/NULL); NullCheck(L_24); int32_t L_26 = JValue_CompareTo_m1829058264(L_24, L_25, /*hidden argument*/NULL); if ((((int32_t)L_26) > ((int32_t)0))) { goto IL_00e6; } } IL_00cb: { V_3 = (bool)1; IL2CPP_LEAVE(0xFF, FINALLY_00f3); } IL_00cf: { V_3 = (bool)1; IL2CPP_LEAVE(0xFF, FINALLY_00f3); } IL_00d3: { int32_t L_27 = QueryExpression_get_Operator_m3882399686(__this, /*hidden argument*/NULL); V_2 = L_27; int32_t L_28 = V_2; if ((((int32_t)L_28) == ((int32_t)2))) { goto IL_00e2; } } IL_00de: { int32_t L_29 = V_2; if ((!(((uint32_t)L_29) == ((uint32_t)3)))) { goto IL_00e6; } } IL_00e2: { V_3 = (bool)1; IL2CPP_LEAVE(0xFF, FINALLY_00f3); } IL_00e6: { RuntimeObject* L_30 = V_0; NullCheck(L_30); bool L_31 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_30); if (L_31) { goto IL_0018; } } IL_00f1: { IL2CPP_LEAVE(0xFD, FINALLY_00f3); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00f3; } FINALLY_00f3: { // begin finally (depth: 1) { RuntimeObject* L_32 = V_0; if (!L_32) { goto IL_00fc; } } IL_00f6: { RuntimeObject* L_33 = V_0; NullCheck(L_33); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_33); } IL_00fc: { IL2CPP_END_FINALLY(243) } } // end finally (depth: 1) IL2CPP_CLEANUP(243) { IL2CPP_JUMP_TBL(0xFF, IL_00ff) IL2CPP_JUMP_TBL(0xFD, IL_00fd) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00fd: { return (bool)0; } IL_00ff: { bool L_34 = V_3; return L_34; } } // System.Boolean Newtonsoft.Json.Linq.JsonPath.BooleanQueryExpression::EqualsWithStringCoercion(Newtonsoft.Json.Linq.JValue,Newtonsoft.Json.Linq.JValue) extern "C" IL2CPP_METHOD_ATTR bool BooleanQueryExpression_EqualsWithStringCoercion_m2537002637 (BooleanQueryExpression_t4249992578 * __this, JValue_t1448862567 * ___value0, JValue_t1448862567 * ___queryValue1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BooleanQueryExpression_EqualsWithStringCoercion_m2537002637_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; StringWriter_t802263757 * 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); { JValue_t1448862567 * L_0 = ___value0; JValue_t1448862567 * L_1 = ___queryValue1; NullCheck(L_0); bool L_2 = JValue_Equals_m2971426568(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_000b; } } { return (bool)1; } IL_000b: { JValue_t1448862567 * L_3 = ___queryValue1; NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(12 /* Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JToken::get_Type() */, L_3); if ((((int32_t)L_4) == ((int32_t)8))) { goto IL_0016; } } { return (bool)0; } IL_0016: { JValue_t1448862567 * L_5 = ___queryValue1; NullCheck(L_5); RuntimeObject * L_6 = JValue_get_Value_m3866091653(L_5, /*hidden argument*/NULL); V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var)); JValue_t1448862567 * L_7 = ___value0; NullCheck(L_7); int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(12 /* Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JToken::get_Type() */, L_7); V_2 = L_8; int32_t L_9 = V_2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)((int32_t)12)))) { case 0: { goto IL_004f; } case 1: { goto IL_00dd; } case 2: { goto IL_00a9; } case 3: { goto IL_00bc; } case 4: { goto IL_00ca; } case 5: { goto IL_00bc; } } } { goto IL_00dd; } IL_004f: { StringWriter_t802263757 * L_10 = StringUtils_CreateStringWriter_m3876739792(NULL /*static, unused*/, ((int32_t)64), /*hidden argument*/NULL); V_3 = L_10; } IL_0057: try { // begin try (depth: 1) { JValue_t1448862567 * L_11 = ___value0; NullCheck(L_11); RuntimeObject * L_12 = JValue_get_Value_m3866091653(L_11, /*hidden argument*/NULL); if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_12, DateTimeOffset_t3229287507_il2cpp_TypeInfo_var))) { goto IL_007e; } } IL_0064: { StringWriter_t802263757 * L_13 = V_3; JValue_t1448862567 * L_14 = ___value0; NullCheck(L_14); RuntimeObject * L_15 = JValue_get_Value_m3866091653(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); IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_t3515429982_il2cpp_TypeInfo_var); DateTimeUtils_WriteDateTimeOffsetString_m3161479400(NULL /*static, unused*/, L_13, ((*(DateTimeOffset_t3229287507 *)((DateTimeOffset_t3229287507 *)UnBox(L_15, DateTimeOffset_t3229287507_il2cpp_TypeInfo_var)))), 0, (String_t*)NULL, L_16, /*hidden argument*/NULL); goto IL_0096; } IL_007e: { StringWriter_t802263757 * L_17 = V_3; JValue_t1448862567 * L_18 = ___value0; NullCheck(L_18); RuntimeObject * L_19 = JValue_get_Value_m3866091653(L_18, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_20 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_t3515429982_il2cpp_TypeInfo_var); DateTimeUtils_WriteDateTimeString_m3387101489(NULL /*static, unused*/, L_17, ((*(DateTime_t3738529785 *)((DateTime_t3738529785 *)UnBox(L_19, DateTime_t3738529785_il2cpp_TypeInfo_var)))), 0, (String_t*)NULL, L_20, /*hidden argument*/NULL); } IL_0096: { StringWriter_t802263757 * L_21 = V_3; NullCheck(L_21); String_t* L_22 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_21); V_1 = L_22; IL2CPP_LEAVE(0xDF, FINALLY_009f); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_009f; } FINALLY_009f: { // begin finally (depth: 1) { StringWriter_t802263757 * L_23 = V_3; if (!L_23) { goto IL_00a8; } } IL_00a2: { StringWriter_t802263757 * L_24 = V_3; NullCheck(L_24); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_24); } IL_00a8: { IL2CPP_END_FINALLY(159) } } // end finally (depth: 1) IL2CPP_CLEANUP(159) { IL2CPP_JUMP_TBL(0xDF, IL_00df) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00a9: { JValue_t1448862567 * L_25 = ___value0; NullCheck(L_25); RuntimeObject * L_26 = JValue_get_Value_m3866091653(L_25, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); String_t* L_27 = Convert_ToBase64String_m3839334935(NULL /*static, unused*/, ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_26, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_1 = L_27; goto IL_00df; } IL_00bc: { JValue_t1448862567 * L_28 = ___value0; NullCheck(L_28); RuntimeObject * L_29 = JValue_get_Value_m3866091653(L_28, /*hidden argument*/NULL); NullCheck(L_29); String_t* L_30 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_29); V_1 = L_30; goto IL_00df; } IL_00ca: { JValue_t1448862567 * L_31 = ___value0; NullCheck(L_31); RuntimeObject * L_32 = JValue_get_Value_m3866091653(L_31, /*hidden argument*/NULL); NullCheck(((Uri_t100236324 *)CastclassClass((RuntimeObject*)L_32, Uri_t100236324_il2cpp_TypeInfo_var))); String_t* L_33 = Uri_get_OriginalString_m3715995233(((Uri_t100236324 *)CastclassClass((RuntimeObject*)L_32, Uri_t100236324_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_1 = L_33; goto IL_00df; } IL_00dd: { return (bool)0; } IL_00df: { String_t* L_34 = V_1; String_t* L_35 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_36 = String_Equals_m2359609904(NULL /*static, unused*/, L_34, L_35, 4, /*hidden argument*/NULL); return L_36; } } // System.Void Newtonsoft.Json.Linq.JsonPath.BooleanQueryExpression::.ctor() extern "C" IL2CPP_METHOD_ATTR void BooleanQueryExpression__ctor_m3499415726 (BooleanQueryExpression_t4249992578 * __this, const RuntimeMethod* method) { { QueryExpression__ctor_m2470999713(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 Newtonsoft.Json.Linq.JsonPath.CompositeExpression::get_Expressions() extern "C" IL2CPP_METHOD_ATTR List_1_t348492641 * CompositeExpression_get_Expressions_m1761248162 (CompositeExpression_t1516235144 * __this, const RuntimeMethod* method) { { List_1_t348492641 * L_0 = __this->get_U3CExpressionsU3Ek__BackingField_1(); return L_0; } } // System.Void Newtonsoft.Json.Linq.JsonPath.CompositeExpression::set_Expressions(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void CompositeExpression_set_Expressions_m2458872621 (CompositeExpression_t1516235144 * __this, List_1_t348492641 * ___value0, const RuntimeMethod* method) { { List_1_t348492641 * L_0 = ___value0; __this->set_U3CExpressionsU3Ek__BackingField_1(L_0); return; } } // System.Void Newtonsoft.Json.Linq.JsonPath.CompositeExpression::.ctor() extern "C" IL2CPP_METHOD_ATTR void CompositeExpression__ctor_m1285165332 (CompositeExpression_t1516235144 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CompositeExpression__ctor_m1285165332_MetadataUsageId); s_Il2CppMethodInitialized = true; } { QueryExpression__ctor_m2470999713(__this, /*hidden argument*/NULL); List_1_t348492641 * L_0 = (List_1_t348492641 *)il2cpp_codegen_object_new(List_1_t348492641_il2cpp_TypeInfo_var); List_1__ctor_m4288795597(L_0, /*hidden argument*/List_1__ctor_m4288795597_RuntimeMethod_var); CompositeExpression_set_Expressions_m2458872621(__this, L_0, /*hidden argument*/NULL); return; } } // System.Boolean Newtonsoft.Json.Linq.JsonPath.CompositeExpression::IsMatch(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR bool CompositeExpression_IsMatch_m1482427386 (CompositeExpression_t1516235144 * __this, JToken_t1038539247 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CompositeExpression_IsMatch_m1482427386_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Enumerator_t2237736518 V_1; memset(&V_1, 0, sizeof(V_1)); bool V_2 = 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); { int32_t L_0 = QueryExpression_get_Operator_m3882399686(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)8))) { goto IL_0012; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)((int32_t)9)))) { goto IL_004e; } } { goto IL_008a; } IL_0012: { List_1_t348492641 * L_3 = CompositeExpression_get_Expressions_m1761248162(__this, /*hidden argument*/NULL); NullCheck(L_3); Enumerator_t2237736518 L_4 = List_1_GetEnumerator_m3941346383(L_3, /*hidden argument*/List_1_GetEnumerator_m3941346383_RuntimeMethod_var); V_1 = L_4; } IL_001e: try { // begin try (depth: 1) { goto IL_0033; } IL_0020: { QueryExpression_t3171385195 * L_5 = Enumerator_get_Current_m2584270375((&V_1), /*hidden argument*/Enumerator_get_Current_m2584270375_RuntimeMethod_var); JToken_t1038539247 * L_6 = ___t0; NullCheck(L_5); bool L_7 = VirtFuncInvoker1< bool, JToken_t1038539247 * >::Invoke(4 /* System.Boolean Newtonsoft.Json.Linq.JsonPath.QueryExpression::IsMatch(Newtonsoft.Json.Linq.JToken) */, L_5, L_6); if (L_7) { goto IL_0033; } } IL_002f: { V_2 = (bool)0; IL2CPP_LEAVE(0x90, FINALLY_003e); } IL_0033: { bool L_8 = Enumerator_MoveNext_m2600717696((&V_1), /*hidden argument*/Enumerator_MoveNext_m2600717696_RuntimeMethod_var); if (L_8) { goto IL_0020; } } IL_003c: { IL2CPP_LEAVE(0x4C, FINALLY_003e); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003e; } FINALLY_003e: { // begin finally (depth: 1) Enumerator_Dispose_m2094655451((&V_1), /*hidden argument*/Enumerator_Dispose_m2094655451_RuntimeMethod_var); IL2CPP_END_FINALLY(62) } // end finally (depth: 1) IL2CPP_CLEANUP(62) { IL2CPP_JUMP_TBL(0x90, IL_0090) IL2CPP_JUMP_TBL(0x4C, IL_004c) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_004c: { return (bool)1; } IL_004e: { List_1_t348492641 * L_9 = CompositeExpression_get_Expressions_m1761248162(__this, /*hidden argument*/NULL); NullCheck(L_9); Enumerator_t2237736518 L_10 = List_1_GetEnumerator_m3941346383(L_9, /*hidden argument*/List_1_GetEnumerator_m3941346383_RuntimeMethod_var); V_1 = L_10; } IL_005a: try { // begin try (depth: 1) { goto IL_006f; } IL_005c: { QueryExpression_t3171385195 * L_11 = Enumerator_get_Current_m2584270375((&V_1), /*hidden argument*/Enumerator_get_Current_m2584270375_RuntimeMethod_var); JToken_t1038539247 * L_12 = ___t0; NullCheck(L_11); bool L_13 = VirtFuncInvoker1< bool, JToken_t1038539247 * >::Invoke(4 /* System.Boolean Newtonsoft.Json.Linq.JsonPath.QueryExpression::IsMatch(Newtonsoft.Json.Linq.JToken) */, L_11, L_12); if (!L_13) { goto IL_006f; } } IL_006b: { V_2 = (bool)1; IL2CPP_LEAVE(0x90, FINALLY_007a); } IL_006f: { bool L_14 = Enumerator_MoveNext_m2600717696((&V_1), /*hidden argument*/Enumerator_MoveNext_m2600717696_RuntimeMethod_var); if (L_14) { goto IL_005c; } } IL_0078: { IL2CPP_LEAVE(0x88, FINALLY_007a); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_007a; } FINALLY_007a: { // begin finally (depth: 1) Enumerator_Dispose_m2094655451((&V_1), /*hidden argument*/Enumerator_Dispose_m2094655451_RuntimeMethod_var); IL2CPP_END_FINALLY(122) } // end finally (depth: 1) IL2CPP_CLEANUP(122) { IL2CPP_JUMP_TBL(0x90, IL_0090) IL2CPP_JUMP_TBL(0x88, IL_0088) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0088: { return (bool)0; } IL_008a: { ArgumentOutOfRangeException_t777629997 * L_15 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m2047740448(L_15, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,CompositeExpression_IsMatch_m1482427386_RuntimeMethod_var); } IL_0090: { bool L_16 = V_2; return L_16; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String Newtonsoft.Json.Linq.JsonPath.FieldFilter::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* FieldFilter_get_Name_m1568348314 (FieldFilter_t3654920868 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CNameU3Ek__BackingField_0(); return L_0; } } // System.Collections.Generic.IEnumerable`1 Newtonsoft.Json.Linq.JsonPath.FieldFilter::ExecuteFilter(System.Collections.Generic.IEnumerable`1,System.Boolean) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* FieldFilter_ExecuteFilter_m395068624 (FieldFilter_t3654920868 * __this, RuntimeObject* ___current0, bool ___errorWhenNoMatch1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FieldFilter_ExecuteFilter_m395068624_MetadataUsageId); s_Il2CppMethodInitialized = true; } { U3CExecuteFilterU3Ed__4_t2686066276 * L_0 = (U3CExecuteFilterU3Ed__4_t2686066276 *)il2cpp_codegen_object_new(U3CExecuteFilterU3Ed__4_t2686066276_il2cpp_TypeInfo_var); U3CExecuteFilterU3Ed__4__ctor_m320882261(L_0, ((int32_t)-2), /*hidden argument*/NULL); U3CExecuteFilterU3Ed__4_t2686066276 * L_1 = L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_5(__this); U3CExecuteFilterU3Ed__4_t2686066276 * L_2 = L_1; RuntimeObject* L_3 = ___current0; NullCheck(L_2); L_2->set_U3CU3E3__current_4(L_3); U3CExecuteFilterU3Ed__4_t2686066276 * L_4 = L_2; bool L_5 = ___errorWhenNoMatch1; NullCheck(L_4); L_4->set_U3CU3E3__errorWhenNoMatch_7(L_5); return L_4; } } // System.Void Newtonsoft.Json.Linq.JsonPath.FieldFilter::.ctor() extern "C" IL2CPP_METHOD_ATTR void FieldFilter__ctor_m3929861068 (FieldFilter_t3654920868 * __this, const RuntimeMethod* method) { { PathFilter__ctor_m535205824(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Linq.JsonPath.FieldFilter/d__4::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4__ctor_m320882261 (U3CExecuteFilterU3Ed__4_t2686066276 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CExecuteFilterU3Ed__4__ctor_m320882261_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_t2300836069 * L_1 = Thread_get_CurrentThread_m4142136012(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = Thread_get_ManagedThreadId_m1068113671(L_1, /*hidden argument*/NULL); __this->set_U3CU3El__initialThreadId_2(L_2); return; } } // System.Void Newtonsoft.Json.Linq.JsonPath.FieldFilter/d__4::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4_System_IDisposable_Dispose_m2516909281 (U3CExecuteFilterU3Ed__4_t2686066276 * __this, const RuntimeMethod* method) { int32_t V_0 = 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); { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; int32_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)-4)))) { case 0: { goto IL_002d; } case 1: { goto IL_002d; } case 2: { goto IL_004a; } case 3: { goto IL_004a; } case 4: { goto IL_004a; } case 5: { goto IL_002d; } case 6: { goto IL_002d; } } } { return; } IL_002d: { } IL_002e: try { // begin try (depth: 1) { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)((int32_t)-4)))) { goto IL_0039; } } IL_0033: { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)2))) { goto IL_0039; } } IL_0037: { IL2CPP_LEAVE(0x4A, FINALLY_0043); } IL_0039: { } IL_003a: try { // begin try (depth: 2) IL2CPP_LEAVE(0x4A, FINALLY_003c); } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003c; } FINALLY_003c: { // begin finally (depth: 2) U3CExecuteFilterU3Ed__4_U3CU3Em__Finally2_m1053240128(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(60) } // end finally (depth: 2) IL2CPP_CLEANUP(60) { IL2CPP_END_CLEANUP(0x4A, FINALLY_0043); IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0043; } FINALLY_0043: { // begin finally (depth: 1) U3CExecuteFilterU3Ed__4_U3CU3Em__Finally1_m3391892288(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(67) } // end finally (depth: 1) IL2CPP_CLEANUP(67) { IL2CPP_JUMP_TBL(0x4A, IL_004a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_004a: { return; } } // System.Boolean Newtonsoft.Json.Linq.JsonPath.FieldFilter/d__4::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CExecuteFilterU3Ed__4_MoveNext_m2463973765 (U3CExecuteFilterU3Ed__4_t2686066276 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CExecuteFilterU3Ed__4_MoveNext_m2463973765_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; JToken_t1038539247 * V_2 = NULL; KeyValuePair_2_t3221467713 V_3; memset(&V_3, 0, sizeof(V_3)); 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); String_t* G_B18_0 = NULL; CultureInfo_t4157843068 * G_B18_1 = NULL; String_t* G_B18_2 = NULL; String_t* G_B17_0 = NULL; CultureInfo_t4157843068 * G_B17_1 = NULL; String_t* G_B17_2 = NULL; IL_0000: try { // begin try (depth: 1) { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_1 = L_0; int32_t L_1 = V_1; switch (L_1) { case 0: { goto IL_0020; } case 1: { goto IL_00ae; } case 2: { goto IL_0128; } } } IL_0019: { V_0 = (bool)0; goto IL_01c3; } IL_0020: { __this->set_U3CU3E1__state_0((-1)); RuntimeObject* L_2 = __this->get_current_3(); NullCheck(L_2); RuntimeObject* L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t18392136_il2cpp_TypeInfo_var, L_2); __this->set_U3CU3E7__wrap1_10(L_3); __this->set_U3CU3E1__state_0(((int32_t)-3)); goto IL_019b; } IL_0045: { RuntimeObject* L_4 = __this->get_U3CU3E7__wrap1_10(); NullCheck(L_4); JToken_t1038539247 * L_5 = InterfaceFuncInvoker0< JToken_t1038539247 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t1471109715_il2cpp_TypeInfo_var, L_4); __this->set_U3CtU3E5__2_9(L_5); JToken_t1038539247 * L_6 = __this->get_U3CtU3E5__2_9(); __this->set_U3CoU3E5__1_8(((JObject_t2059125928 *)IsInstClass((RuntimeObject*)L_6, JObject_t2059125928_il2cpp_TypeInfo_var))); JObject_t2059125928 * L_7 = __this->get_U3CoU3E5__1_8(); if (!L_7) { goto IL_014c; } } IL_0072: { FieldFilter_t3654920868 * L_8 = __this->get_U3CU3E4__this_5(); NullCheck(L_8); String_t* L_9 = FieldFilter_get_Name_m1568348314(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_00e6; } } IL_007f: { JObject_t2059125928 * L_10 = __this->get_U3CoU3E5__1_8(); FieldFilter_t3654920868 * L_11 = __this->get_U3CU3E4__this_5(); NullCheck(L_11); String_t* L_12 = FieldFilter_get_Name_m1568348314(L_11, /*hidden argument*/NULL); NullCheck(L_10); JToken_t1038539247 * L_13 = JObject_get_Item_m332585514(L_10, L_12, /*hidden argument*/NULL); V_2 = L_13; JToken_t1038539247 * L_14 = V_2; if (!L_14) { goto IL_00bb; } } IL_0099: { JToken_t1038539247 * L_15 = V_2; __this->set_U3CU3E2__current_1(L_15); __this->set_U3CU3E1__state_0(1); V_0 = (bool)1; goto IL_01c3; } IL_00ae: { __this->set_U3CU3E1__state_0(((int32_t)-3)); goto IL_018d; } IL_00bb: { bool L_16 = __this->get_errorWhenNoMatch_6(); if (!L_16) { goto IL_018d; } } IL_00c6: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_17 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); FieldFilter_t3654920868 * L_18 = __this->get_U3CU3E4__this_5(); NullCheck(L_18); String_t* L_19 = FieldFilter_get_Name_m1568348314(L_18, /*hidden argument*/NULL); String_t* L_20 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral1772212159, L_17, L_19, /*hidden argument*/NULL); JsonException_t3720114400 * L_21 = (JsonException_t3720114400 *)il2cpp_codegen_object_new(JsonException_t3720114400_il2cpp_TypeInfo_var); JsonException__ctor_m1434178872(L_21, L_20, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21,U3CExecuteFilterU3Ed__4_MoveNext_m2463973765_RuntimeMethod_var); } IL_00e6: { JObject_t2059125928 * L_22 = __this->get_U3CoU3E5__1_8(); NullCheck(L_22); RuntimeObject* L_23 = JObject_GetEnumerator_m3979926960(L_22, /*hidden argument*/NULL); __this->set_U3CU3E7__wrap2_11(L_23); __this->set_U3CU3E1__state_0(((int32_t)-4)); goto IL_0130; } IL_0101: { RuntimeObject* L_24 = __this->get_U3CU3E7__wrap2_11(); NullCheck(L_24); KeyValuePair_2_t3221467713 L_25 = InterfaceFuncInvoker0< KeyValuePair_2_t3221467713 >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1>::get_Current() */, IEnumerator_1_t3654038181_il2cpp_TypeInfo_var, L_24); V_3 = L_25; JToken_t1038539247 * L_26 = KeyValuePair_2_get_Value_m1247118081((&V_3), /*hidden argument*/KeyValuePair_2_get_Value_m1247118081_RuntimeMethod_var); __this->set_U3CU3E2__current_1(L_26); __this->set_U3CU3E1__state_0(2); V_0 = (bool)1; goto IL_01c3; } IL_0128: { __this->set_U3CU3E1__state_0(((int32_t)-4)); } IL_0130: { RuntimeObject* L_27 = __this->get_U3CU3E7__wrap2_11(); NullCheck(L_27); bool L_28 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_27); if (L_28) { goto IL_0101; } } IL_013d: { U3CExecuteFilterU3Ed__4_U3CU3Em__Finally2_m1053240128(__this, /*hidden argument*/NULL); __this->set_U3CU3E7__wrap2_11((RuntimeObject*)NULL); goto IL_018d; } IL_014c: { bool L_29 = __this->get_errorWhenNoMatch_6(); if (!L_29) { goto IL_018d; } } IL_0154: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_30 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); FieldFilter_t3654920868 * L_31 = __this->get_U3CU3E4__this_5(); NullCheck(L_31); String_t* L_32 = FieldFilter_get_Name_m1568348314(L_31, /*hidden argument*/NULL); String_t* L_33 = L_32; G_B17_0 = L_33; G_B17_1 = L_30; G_B17_2 = _stringLiteral310151344; if (L_33) { G_B18_0 = L_33; G_B18_1 = L_30; G_B18_2 = _stringLiteral310151344; goto IL_0172; } } IL_016c: { G_B18_0 = _stringLiteral3452614534; G_B18_1 = G_B17_1; G_B18_2 = G_B17_2; } IL_0172: { JToken_t1038539247 * L_34 = __this->get_U3CtU3E5__2_9(); NullCheck(L_34); Type_t * L_35 = Object_GetType_m88164663(L_34, /*hidden argument*/NULL); NullCheck(L_35); String_t* L_36 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_35); String_t* L_37 = StringUtils_FormatWith_m353537829(NULL /*static, unused*/, G_B18_2, G_B18_1, G_B18_0, L_36, /*hidden argument*/NULL); JsonException_t3720114400 * L_38 = (JsonException_t3720114400 *)il2cpp_codegen_object_new(JsonException_t3720114400_il2cpp_TypeInfo_var); JsonException__ctor_m1434178872(L_38, L_37, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_38,U3CExecuteFilterU3Ed__4_MoveNext_m2463973765_RuntimeMethod_var); } IL_018d: { __this->set_U3CoU3E5__1_8((JObject_t2059125928 *)NULL); __this->set_U3CtU3E5__2_9((JToken_t1038539247 *)NULL); } IL_019b: { RuntimeObject* L_39 = __this->get_U3CU3E7__wrap1_10(); NullCheck(L_39); bool L_40 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_39); if (L_40) { goto IL_0045; } } IL_01ab: { U3CExecuteFilterU3Ed__4_U3CU3Em__Finally1_m3391892288(__this, /*hidden argument*/NULL); __this->set_U3CU3E7__wrap1_10((RuntimeObject*)NULL); V_0 = (bool)0; goto IL_01c3; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FAULT_01bc; } FAULT_01bc: { // begin fault (depth: 1) U3CExecuteFilterU3Ed__4_System_IDisposable_Dispose_m2516909281(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(444) } // end fault IL2CPP_CLEANUP(444) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_01c3: { bool L_41 = V_0; return L_41; } } // System.Void Newtonsoft.Json.Linq.JsonPath.FieldFilter/d__4::<>m__Finally1() extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4_U3CU3Em__Finally1_m3391892288 (U3CExecuteFilterU3Ed__4_t2686066276 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CExecuteFilterU3Ed__4_U3CU3Em__Finally1_m3391892288_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_U3CU3E1__state_0((-1)); RuntimeObject* L_0 = __this->get_U3CU3E7__wrap1_10(); if (!L_0) { goto IL_001a; } } { RuntimeObject* L_1 = __this->get_U3CU3E7__wrap1_10(); NullCheck(L_1); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_1); } IL_001a: { return; } } // System.Void Newtonsoft.Json.Linq.JsonPath.FieldFilter/d__4::<>m__Finally2() extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4_U3CU3Em__Finally2_m1053240128 (U3CExecuteFilterU3Ed__4_t2686066276 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CExecuteFilterU3Ed__4_U3CU3Em__Finally2_m1053240128_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_U3CU3E1__state_0(((int32_t)-3)); RuntimeObject* L_0 = __this->get_U3CU3E7__wrap2_11(); if (!L_0) { goto IL_001b; } } { RuntimeObject* L_1 = __this->get_U3CU3E7__wrap2_11(); NullCheck(L_1); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_1); } IL_001b: { return; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JsonPath.FieldFilter/d__4::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * U3CExecuteFilterU3Ed__4_System_Collections_Generic_IEnumeratorU3CNewtonsoft_Json_Linq_JTokenU3E_get_Current_m3645544686 (U3CExecuteFilterU3Ed__4_t2686066276 * __this, const RuntimeMethod* method) { { JToken_t1038539247 * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Newtonsoft.Json.Linq.JsonPath.FieldFilter/d__4::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4_System_Collections_IEnumerator_Reset_m1125994441 (U3CExecuteFilterU3Ed__4_t2686066276 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CExecuteFilterU3Ed__4_System_Collections_IEnumerator_Reset_m1125994441_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,U3CExecuteFilterU3Ed__4_System_Collections_IEnumerator_Reset_m1125994441_RuntimeMethod_var); } } // System.Object Newtonsoft.Json.Linq.JsonPath.FieldFilter/d__4::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CExecuteFilterU3Ed__4_System_Collections_IEnumerator_get_Current_m2829579072 (U3CExecuteFilterU3Ed__4_t2686066276 * __this, const RuntimeMethod* method) { { JToken_t1038539247 * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JsonPath.FieldFilter/d__4::System.Collections.Generic.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CExecuteFilterU3Ed__4_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m1565049767 (U3CExecuteFilterU3Ed__4_t2686066276 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CExecuteFilterU3Ed__4_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m1565049767_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CExecuteFilterU3Ed__4_t2686066276 * V_0 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_0027; } } { int32_t L_1 = __this->get_U3CU3El__initialThreadId_2(); IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_t2300836069 * L_2 = Thread_get_CurrentThread_m4142136012(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = Thread_get_ManagedThreadId_m1068113671(L_2, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)L_3)))) { goto IL_0027; } } { __this->set_U3CU3E1__state_0(0); V_0 = __this; goto IL_003a; } IL_0027: { U3CExecuteFilterU3Ed__4_t2686066276 * L_4 = (U3CExecuteFilterU3Ed__4_t2686066276 *)il2cpp_codegen_object_new(U3CExecuteFilterU3Ed__4_t2686066276_il2cpp_TypeInfo_var); U3CExecuteFilterU3Ed__4__ctor_m320882261(L_4, 0, /*hidden argument*/NULL); V_0 = L_4; U3CExecuteFilterU3Ed__4_t2686066276 * L_5 = V_0; FieldFilter_t3654920868 * L_6 = __this->get_U3CU3E4__this_5(); NullCheck(L_5); L_5->set_U3CU3E4__this_5(L_6); } IL_003a: { U3CExecuteFilterU3Ed__4_t2686066276 * L_7 = V_0; RuntimeObject* L_8 = __this->get_U3CU3E3__current_4(); NullCheck(L_7); L_7->set_current_3(L_8); U3CExecuteFilterU3Ed__4_t2686066276 * L_9 = V_0; bool L_10 = __this->get_U3CU3E3__errorWhenNoMatch_7(); NullCheck(L_9); L_9->set_errorWhenNoMatch_6(L_10); U3CExecuteFilterU3Ed__4_t2686066276 * L_11 = V_0; return L_11; } } // System.Collections.IEnumerator Newtonsoft.Json.Linq.JsonPath.FieldFilter/d__4::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CExecuteFilterU3Ed__4_System_Collections_IEnumerable_GetEnumerator_m1663575031 (U3CExecuteFilterU3Ed__4_t2686066276 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = U3CExecuteFilterU3Ed__4_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m1565049767(__this, /*hidden argument*/NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter::get_Names() extern "C" IL2CPP_METHOD_ATTR List_1_t3319525431 * FieldMultipleFilter_get_Names_m286252877 (FieldMultipleFilter_t3452751328 * __this, const RuntimeMethod* method) { { List_1_t3319525431 * L_0 = __this->get_U3CNamesU3Ek__BackingField_0(); return L_0; } } // System.Collections.Generic.IEnumerable`1 Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter::ExecuteFilter(System.Collections.Generic.IEnumerable`1,System.Boolean) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* FieldMultipleFilter_ExecuteFilter_m3809560948 (FieldMultipleFilter_t3452751328 * __this, RuntimeObject* ___current0, bool ___errorWhenNoMatch1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FieldMultipleFilter_ExecuteFilter_m3809560948_MetadataUsageId); s_Il2CppMethodInitialized = true; } { U3CExecuteFilterU3Ed__4_t32591816 * L_0 = (U3CExecuteFilterU3Ed__4_t32591816 *)il2cpp_codegen_object_new(U3CExecuteFilterU3Ed__4_t32591816_il2cpp_TypeInfo_var); U3CExecuteFilterU3Ed__4__ctor_m2961344642(L_0, ((int32_t)-2), /*hidden argument*/NULL); U3CExecuteFilterU3Ed__4_t32591816 * L_1 = L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_5(__this); U3CExecuteFilterU3Ed__4_t32591816 * L_2 = L_1; RuntimeObject* L_3 = ___current0; NullCheck(L_2); L_2->set_U3CU3E3__current_4(L_3); U3CExecuteFilterU3Ed__4_t32591816 * L_4 = L_2; bool L_5 = ___errorWhenNoMatch1; NullCheck(L_4); L_4->set_U3CU3E3__errorWhenNoMatch_8(L_5); return L_4; } } // System.Void Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter::.ctor() extern "C" IL2CPP_METHOD_ATTR void FieldMultipleFilter__ctor_m3165257705 (FieldMultipleFilter_t3452751328 * __this, const RuntimeMethod* method) { { PathFilter__ctor_m535205824(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter/<>c::.cctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m2912082053 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec__cctor_m2912082053_MetadataUsageId); s_Il2CppMethodInitialized = true; } { U3CU3Ec_t266907836 * L_0 = (U3CU3Ec_t266907836 *)il2cpp_codegen_object_new(U3CU3Ec_t266907836_il2cpp_TypeInfo_var); U3CU3Ec__ctor_m1074911856(L_0, /*hidden argument*/NULL); ((U3CU3Ec_t266907836_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t266907836_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter/<>c::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m1074911856 (U3CU3Ec_t266907836 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.String Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter/<>c::b__4_0(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* U3CU3Ec_U3CExecuteFilterU3Eb__4_0_m3990062775 (U3CU3Ec_t266907836 * __this, String_t* ___n0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec_U3CExecuteFilterU3Eb__4_0_m3990062775_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___n0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral3452614521, L_0, _stringLiteral3452614521, /*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.Linq.JsonPath.FieldMultipleFilter/d__4::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4__ctor_m2961344642 (U3CExecuteFilterU3Ed__4_t32591816 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CExecuteFilterU3Ed__4__ctor_m2961344642_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_t2300836069 * L_1 = Thread_get_CurrentThread_m4142136012(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = Thread_get_ManagedThreadId_m1068113671(L_1, /*hidden argument*/NULL); __this->set_U3CU3El__initialThreadId_2(L_2); return; } } // System.Void Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter/d__4::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4_System_IDisposable_Dispose_m1583311183 (U3CExecuteFilterU3Ed__4_t32591816 * __this, const RuntimeMethod* method) { int32_t V_0 = 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); { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)((int32_t)-4)))) { goto IL_0015; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)((int32_t)-3)))) { goto IL_0015; } } { int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_0032; } } IL_0015: { } IL_0016: try { // begin try (depth: 1) { int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)((int32_t)-4)))) { goto IL_0021; } } IL_001b: { int32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)1))) { goto IL_0021; } } IL_001f: { IL2CPP_LEAVE(0x32, FINALLY_002b); } IL_0021: { } IL_0022: try { // begin try (depth: 2) IL2CPP_LEAVE(0x32, FINALLY_0024); } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0024; } FINALLY_0024: { // begin finally (depth: 2) U3CExecuteFilterU3Ed__4_U3CU3Em__Finally2_m447797916(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(36) } // end finally (depth: 2) IL2CPP_CLEANUP(36) { IL2CPP_END_CLEANUP(0x32, FINALLY_002b); IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002b; } FINALLY_002b: { // begin finally (depth: 1) U3CExecuteFilterU3Ed__4_U3CU3Em__Finally1_m3168787100(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(43) } // end finally (depth: 1) IL2CPP_CLEANUP(43) { IL2CPP_JUMP_TBL(0x32, IL_0032) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0032: { return; } } // System.Boolean Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter/d__4::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CExecuteFilterU3Ed__4_MoveNext_m289153023 (U3CExecuteFilterU3Ed__4_t32591816 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CExecuteFilterU3Ed__4_MoveNext_m289153023_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; 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); Func_2_t3947292210 * G_B17_0 = NULL; List_1_t3319525431 * G_B17_1 = NULL; String_t* G_B17_2 = NULL; CultureInfo_t4157843068 * G_B17_3 = NULL; String_t* G_B17_4 = NULL; Func_2_t3947292210 * G_B16_0 = NULL; List_1_t3319525431 * G_B16_1 = NULL; String_t* G_B16_2 = NULL; CultureInfo_t4157843068 * G_B16_3 = NULL; String_t* G_B16_4 = NULL; IL_0000: try { // begin try (depth: 1) { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_1 = L_0; int32_t L_1 = V_1; if (!L_1) { goto IL_0018; } } IL_000a: { int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_00c5; } } IL_0011: { V_0 = (bool)0; goto IL_01b9; } IL_0018: { __this->set_U3CU3E1__state_0((-1)); RuntimeObject* L_3 = __this->get_current_3(); NullCheck(L_3); RuntimeObject* L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t18392136_il2cpp_TypeInfo_var, L_3); __this->set_U3CU3E7__wrap1_11(L_4); __this->set_U3CU3E1__state_0(((int32_t)-3)); goto IL_0191; } IL_003d: { RuntimeObject* L_5 = __this->get_U3CU3E7__wrap1_11(); NullCheck(L_5); JToken_t1038539247 * L_6 = InterfaceFuncInvoker0< JToken_t1038539247 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t1471109715_il2cpp_TypeInfo_var, L_5); __this->set_U3CtU3E5__3_10(L_6); JToken_t1038539247 * L_7 = __this->get_U3CtU3E5__3_10(); __this->set_U3CoU3E5__1_6(((JObject_t2059125928 *)IsInstClass((RuntimeObject*)L_7, JObject_t2059125928_il2cpp_TypeInfo_var))); JObject_t2059125928 * L_8 = __this->get_U3CoU3E5__1_6(); if (!L_8) { goto IL_0118; } } IL_006a: { FieldMultipleFilter_t3452751328 * L_9 = __this->get_U3CU3E4__this_5(); NullCheck(L_9); List_1_t3319525431 * L_10 = FieldMultipleFilter_get_Names_m286252877(L_9, /*hidden argument*/NULL); NullCheck(L_10); Enumerator_t913802012 L_11 = List_1_GetEnumerator_m144489546(L_10, /*hidden argument*/List_1_GetEnumerator_m144489546_RuntimeMethod_var); __this->set_U3CU3E7__wrap2_12(L_11); __this->set_U3CU3E1__state_0(((int32_t)-4)); goto IL_00f7; } IL_008a: { Enumerator_t913802012 * L_12 = __this->get_address_of_U3CU3E7__wrap2_12(); String_t* L_13 = Enumerator_get_Current_m4220703840(L_12, /*hidden argument*/Enumerator_get_Current_m4220703840_RuntimeMethod_var); __this->set_U3CnameU3E5__2_9(L_13); JObject_t2059125928 * L_14 = __this->get_U3CoU3E5__1_6(); String_t* L_15 = __this->get_U3CnameU3E5__2_9(); NullCheck(L_14); JToken_t1038539247 * L_16 = JObject_get_Item_m332585514(L_14, L_15, /*hidden argument*/NULL); V_2 = L_16; JToken_t1038539247 * L_17 = V_2; if (!L_17) { goto IL_00cd; } } IL_00b0: { JToken_t1038539247 * L_18 = V_2; __this->set_U3CU3E2__current_1(L_18); __this->set_U3CU3E1__state_0(1); V_0 = (bool)1; goto IL_01b9; } IL_00c5: { __this->set_U3CU3E1__state_0(((int32_t)-4)); } IL_00cd: { bool L_19 = __this->get_errorWhenNoMatch_7(); if (!L_19) { goto IL_00f0; } } IL_00d5: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_20 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_21 = __this->get_U3CnameU3E5__2_9(); String_t* L_22 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral1772212159, L_20, L_21, /*hidden argument*/NULL); JsonException_t3720114400 * L_23 = (JsonException_t3720114400 *)il2cpp_codegen_object_new(JsonException_t3720114400_il2cpp_TypeInfo_var); JsonException__ctor_m1434178872(L_23, L_22, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23,U3CExecuteFilterU3Ed__4_MoveNext_m289153023_RuntimeMethod_var); } IL_00f0: { __this->set_U3CnameU3E5__2_9((String_t*)NULL); } IL_00f7: { Enumerator_t913802012 * L_24 = __this->get_address_of_U3CU3E7__wrap2_12(); bool L_25 = Enumerator_MoveNext_m3024952464(L_24, /*hidden argument*/Enumerator_MoveNext_m3024952464_RuntimeMethod_var); if (L_25) { goto IL_008a; } } IL_0104: { U3CExecuteFilterU3Ed__4_U3CU3Em__Finally2_m447797916(__this, /*hidden argument*/NULL); Enumerator_t913802012 * L_26 = __this->get_address_of_U3CU3E7__wrap2_12(); il2cpp_codegen_initobj(L_26, sizeof(Enumerator_t913802012 )); goto IL_0183; } IL_0118: { bool L_27 = __this->get_errorWhenNoMatch_7(); if (!L_27) { goto IL_0183; } } IL_0120: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_28 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); FieldMultipleFilter_t3452751328 * L_29 = __this->get_U3CU3E4__this_5(); NullCheck(L_29); List_1_t3319525431 * L_30 = FieldMultipleFilter_get_Names_m286252877(L_29, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t266907836_il2cpp_TypeInfo_var); Func_2_t3947292210 * L_31 = ((U3CU3Ec_t266907836_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t266907836_il2cpp_TypeInfo_var))->get_U3CU3E9__4_0_1(); Func_2_t3947292210 * L_32 = L_31; G_B16_0 = L_32; G_B16_1 = L_30; G_B16_2 = _stringLiteral3450517380; G_B16_3 = L_28; G_B16_4 = _stringLiteral2962535416; if (L_32) { G_B17_0 = L_32; G_B17_1 = L_30; G_B17_2 = _stringLiteral3450517380; G_B17_3 = L_28; G_B17_4 = _stringLiteral2962535416; goto IL_0159; } } IL_0142: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t266907836_il2cpp_TypeInfo_var); U3CU3Ec_t266907836 * L_33 = ((U3CU3Ec_t266907836_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t266907836_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); intptr_t L_34 = (intptr_t)U3CU3Ec_U3CExecuteFilterU3Eb__4_0_m3990062775_RuntimeMethod_var; Func_2_t3947292210 * L_35 = (Func_2_t3947292210 *)il2cpp_codegen_object_new(Func_2_t3947292210_il2cpp_TypeInfo_var); Func_2__ctor_m1878178629(L_35, L_33, L_34, /*hidden argument*/Func_2__ctor_m1878178629_RuntimeMethod_var); Func_2_t3947292210 * L_36 = L_35; ((U3CU3Ec_t266907836_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t266907836_il2cpp_TypeInfo_var))->set_U3CU3E9__4_0_1(L_36); G_B17_0 = L_36; G_B17_1 = G_B16_1; G_B17_2 = G_B16_2; G_B17_3 = G_B16_3; G_B17_4 = G_B16_4; } IL_0159: { RuntimeObject* L_37 = Enumerable_Select_TisString_t_TisString_t_m4016662353(NULL /*static, unused*/, G_B17_1, G_B17_0, /*hidden argument*/Enumerable_Select_TisString_t_TisString_t_m4016662353_RuntimeMethod_var); StringU5BU5D_t1281789340* L_38 = Enumerable_ToArray_TisString_t_m341371260(NULL /*static, unused*/, L_37, /*hidden argument*/Enumerable_ToArray_TisString_t_m341371260_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_39 = String_Join_m2050845953(NULL /*static, unused*/, G_B17_2, L_38, /*hidden argument*/NULL); JToken_t1038539247 * L_40 = __this->get_U3CtU3E5__3_10(); NullCheck(L_40); Type_t * L_41 = Object_GetType_m88164663(L_40, /*hidden argument*/NULL); NullCheck(L_41); String_t* L_42 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_41); String_t* L_43 = StringUtils_FormatWith_m353537829(NULL /*static, unused*/, G_B17_4, G_B17_3, L_39, L_42, /*hidden argument*/NULL); JsonException_t3720114400 * L_44 = (JsonException_t3720114400 *)il2cpp_codegen_object_new(JsonException_t3720114400_il2cpp_TypeInfo_var); JsonException__ctor_m1434178872(L_44, L_43, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_44,U3CExecuteFilterU3Ed__4_MoveNext_m289153023_RuntimeMethod_var); } IL_0183: { __this->set_U3CoU3E5__1_6((JObject_t2059125928 *)NULL); __this->set_U3CtU3E5__3_10((JToken_t1038539247 *)NULL); } IL_0191: { RuntimeObject* L_45 = __this->get_U3CU3E7__wrap1_11(); NullCheck(L_45); bool L_46 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_45); if (L_46) { goto IL_003d; } } IL_01a1: { U3CExecuteFilterU3Ed__4_U3CU3Em__Finally1_m3168787100(__this, /*hidden argument*/NULL); __this->set_U3CU3E7__wrap1_11((RuntimeObject*)NULL); V_0 = (bool)0; goto IL_01b9; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FAULT_01b2; } FAULT_01b2: { // begin fault (depth: 1) U3CExecuteFilterU3Ed__4_System_IDisposable_Dispose_m1583311183(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(434) } // end fault IL2CPP_CLEANUP(434) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_01b9: { bool L_47 = V_0; return L_47; } } // System.Void Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter/d__4::<>m__Finally1() extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4_U3CU3Em__Finally1_m3168787100 (U3CExecuteFilterU3Ed__4_t32591816 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CExecuteFilterU3Ed__4_U3CU3Em__Finally1_m3168787100_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_U3CU3E1__state_0((-1)); RuntimeObject* L_0 = __this->get_U3CU3E7__wrap1_11(); if (!L_0) { goto IL_001a; } } { RuntimeObject* L_1 = __this->get_U3CU3E7__wrap1_11(); NullCheck(L_1); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_1); } IL_001a: { return; } } // System.Void Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter/d__4::<>m__Finally2() extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4_U3CU3Em__Finally2_m447797916 (U3CExecuteFilterU3Ed__4_t32591816 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CExecuteFilterU3Ed__4_U3CU3Em__Finally2_m447797916_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_U3CU3E1__state_0(((int32_t)-3)); Enumerator_t913802012 * L_0 = __this->get_address_of_U3CU3E7__wrap2_12(); Enumerator_Dispose_m2026665411(L_0, /*hidden argument*/Enumerator_Dispose_m2026665411_RuntimeMethod_var); return; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter/d__4::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * U3CExecuteFilterU3Ed__4_System_Collections_Generic_IEnumeratorU3CNewtonsoft_Json_Linq_JTokenU3E_get_Current_m2155996805 (U3CExecuteFilterU3Ed__4_t32591816 * __this, const RuntimeMethod* method) { { JToken_t1038539247 * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter/d__4::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4_System_Collections_IEnumerator_Reset_m449547920 (U3CExecuteFilterU3Ed__4_t32591816 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CExecuteFilterU3Ed__4_System_Collections_IEnumerator_Reset_m449547920_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,U3CExecuteFilterU3Ed__4_System_Collections_IEnumerator_Reset_m449547920_RuntimeMethod_var); } } // System.Object Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter/d__4::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CExecuteFilterU3Ed__4_System_Collections_IEnumerator_get_Current_m1208311391 (U3CExecuteFilterU3Ed__4_t32591816 * __this, const RuntimeMethod* method) { { JToken_t1038539247 * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter/d__4::System.Collections.Generic.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CExecuteFilterU3Ed__4_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m3395602769 (U3CExecuteFilterU3Ed__4_t32591816 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CExecuteFilterU3Ed__4_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m3395602769_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CExecuteFilterU3Ed__4_t32591816 * V_0 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_0027; } } { int32_t L_1 = __this->get_U3CU3El__initialThreadId_2(); IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_t2300836069 * L_2 = Thread_get_CurrentThread_m4142136012(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = Thread_get_ManagedThreadId_m1068113671(L_2, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)L_3)))) { goto IL_0027; } } { __this->set_U3CU3E1__state_0(0); V_0 = __this; goto IL_003a; } IL_0027: { U3CExecuteFilterU3Ed__4_t32591816 * L_4 = (U3CExecuteFilterU3Ed__4_t32591816 *)il2cpp_codegen_object_new(U3CExecuteFilterU3Ed__4_t32591816_il2cpp_TypeInfo_var); U3CExecuteFilterU3Ed__4__ctor_m2961344642(L_4, 0, /*hidden argument*/NULL); V_0 = L_4; U3CExecuteFilterU3Ed__4_t32591816 * L_5 = V_0; FieldMultipleFilter_t3452751328 * L_6 = __this->get_U3CU3E4__this_5(); NullCheck(L_5); L_5->set_U3CU3E4__this_5(L_6); } IL_003a: { U3CExecuteFilterU3Ed__4_t32591816 * L_7 = V_0; RuntimeObject* L_8 = __this->get_U3CU3E3__current_4(); NullCheck(L_7); L_7->set_current_3(L_8); U3CExecuteFilterU3Ed__4_t32591816 * L_9 = V_0; bool L_10 = __this->get_U3CU3E3__errorWhenNoMatch_8(); NullCheck(L_9); L_9->set_errorWhenNoMatch_7(L_10); U3CExecuteFilterU3Ed__4_t32591816 * L_11 = V_0; return L_11; } } // System.Collections.IEnumerator Newtonsoft.Json.Linq.JsonPath.FieldMultipleFilter/d__4::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CExecuteFilterU3Ed__4_System_Collections_IEnumerable_GetEnumerator_m2397036731 (U3CExecuteFilterU3Ed__4_t32591816 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = U3CExecuteFilterU3Ed__4_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m3395602769(__this, /*hidden argument*/NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.IEnumerable`1 Newtonsoft.Json.Linq.JsonPath.JPath::Evaluate(System.Collections.Generic.List`1,Newtonsoft.Json.Linq.JToken,System.Boolean) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JPath_Evaluate_m2351141606 (RuntimeObject * __this /* static, unused */, List_1_t1040076091 * ___filters0, JToken_t1038539247 * ___t1, bool ___errorWhenNoMatch2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JPath_Evaluate_m2351141606_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Enumerator_t2929319968 V_1; memset(&V_1, 0, sizeof(V_1)); 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); { JTokenU5BU5D_t30125430* L_0 = ((JTokenU5BU5D_t30125430*)SZArrayNew(JTokenU5BU5D_t30125430_il2cpp_TypeInfo_var, (uint32_t)1)); JToken_t1038539247 * L_1 = ___t1; NullCheck(L_0); ArrayElementTypeCheck (L_0, L_1); (L_0)->SetAt(static_cast(0), (JToken_t1038539247 *)L_1); V_0 = (RuntimeObject*)L_0; List_1_t1040076091 * L_2 = ___filters0; NullCheck(L_2); Enumerator_t2929319968 L_3 = List_1_GetEnumerator_m2339707365(L_2, /*hidden argument*/List_1_GetEnumerator_m2339707365_RuntimeMethod_var); V_1 = L_3; } IL_0012: try { // begin try (depth: 1) { goto IL_0023; } IL_0014: { PathFilter_t3862968645 * L_4 = Enumerator_get_Current_m4041783440((&V_1), /*hidden argument*/Enumerator_get_Current_m4041783440_RuntimeMethod_var); RuntimeObject* L_5 = V_0; bool L_6 = ___errorWhenNoMatch2; NullCheck(L_4); RuntimeObject* L_7 = VirtFuncInvoker2< RuntimeObject*, RuntimeObject*, bool >::Invoke(4 /* System.Collections.Generic.IEnumerable`1 Newtonsoft.Json.Linq.JsonPath.PathFilter::ExecuteFilter(System.Collections.Generic.IEnumerable`1,System.Boolean) */, L_4, L_5, L_6); V_0 = L_7; } IL_0023: { bool L_8 = Enumerator_MoveNext_m2736312092((&V_1), /*hidden argument*/Enumerator_MoveNext_m2736312092_RuntimeMethod_var); if (L_8) { goto IL_0014; } } IL_002c: { IL2CPP_LEAVE(0x3C, 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) Enumerator_Dispose_m1105080623((&V_1), /*hidden argument*/Enumerator_Dispose_m1105080623_RuntimeMethod_var); IL2CPP_END_FINALLY(46) } // end finally (depth: 1) IL2CPP_CLEANUP(46) { IL2CPP_JUMP_TBL(0x3C, IL_003c) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_003c: { RuntimeObject* L_9 = V_0; return L_9; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JsonPath.PathFilter::GetTokenIndex(Newtonsoft.Json.Linq.JToken,System.Boolean,System.Int32) extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * PathFilter_GetTokenIndex_m3674131035 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___t0, bool ___errorWhenNoMatch1, int32_t ___index2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PathFilter_GetTokenIndex_m3674131035_MetadataUsageId); s_Il2CppMethodInitialized = true; } JArray_t2963978544 * V_0 = NULL; JConstructor_t3659803310 * V_1 = NULL; { JToken_t1038539247 * L_0 = ___t0; V_0 = ((JArray_t2963978544 *)IsInstClass((RuntimeObject*)L_0, JArray_t2963978544_il2cpp_TypeInfo_var)); JToken_t1038539247 * L_1 = ___t0; V_1 = ((JConstructor_t3659803310 *)IsInstClass((RuntimeObject*)L_1, JConstructor_t3659803310_il2cpp_TypeInfo_var)); JArray_t2963978544 * L_2 = V_0; if (!L_2) { goto IL_0042; } } { JArray_t2963978544 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = JContainer_get_Count_m3989743323(L_3, /*hidden argument*/NULL); int32_t L_5 = ___index2; if ((((int32_t)L_4) > ((int32_t)L_5))) { goto IL_003a; } } { bool L_6 = ___errorWhenNoMatch1; if (!L_6) { goto IL_0038; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_7 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_8 = ___index2; int32_t L_9 = L_8; RuntimeObject * L_10 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_9); String_t* L_11 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral3159549002, L_7, L_10, /*hidden argument*/NULL); JsonException_t3720114400 * L_12 = (JsonException_t3720114400 *)il2cpp_codegen_object_new(JsonException_t3720114400_il2cpp_TypeInfo_var); JsonException__ctor_m1434178872(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,PathFilter_GetTokenIndex_m3674131035_RuntimeMethod_var); } IL_0038: { return (JToken_t1038539247 *)NULL; } IL_003a: { JArray_t2963978544 * L_13 = V_0; int32_t L_14 = ___index2; NullCheck(L_13); JToken_t1038539247 * L_15 = JArray_get_Item_m3241673954(L_13, L_14, /*hidden argument*/NULL); return L_15; } IL_0042: { JConstructor_t3659803310 * L_16 = V_1; if (!L_16) { goto IL_007b; } } { JConstructor_t3659803310 * L_17 = V_1; NullCheck(L_17); int32_t L_18 = JContainer_get_Count_m3989743323(L_17, /*hidden argument*/NULL); int32_t L_19 = ___index2; if ((((int32_t)L_18) > ((int32_t)L_19))) { goto IL_006e; } } { bool L_20 = ___errorWhenNoMatch1; if (!L_20) { goto IL_006c; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_21 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_22 = ___index2; int32_t L_23 = L_22; RuntimeObject * L_24 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_23); String_t* L_25 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral3422769214, L_21, L_24, /*hidden argument*/NULL); JsonException_t3720114400 * L_26 = (JsonException_t3720114400 *)il2cpp_codegen_object_new(JsonException_t3720114400_il2cpp_TypeInfo_var); JsonException__ctor_m1434178872(L_26, L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26,PathFilter_GetTokenIndex_m3674131035_RuntimeMethod_var); } IL_006c: { return (JToken_t1038539247 *)NULL; } IL_006e: { JConstructor_t3659803310 * L_27 = V_1; int32_t L_28 = ___index2; int32_t L_29 = L_28; RuntimeObject * L_30 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_29); NullCheck(L_27); JToken_t1038539247 * L_31 = VirtFuncInvoker1< JToken_t1038539247 *, RuntimeObject * >::Invoke(14 /* Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::get_Item(System.Object) */, L_27, L_30); return L_31; } IL_007b: { bool L_32 = ___errorWhenNoMatch1; if (!L_32) { goto IL_00a4; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_33 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_34 = ___index2; int32_t L_35 = L_34; RuntimeObject * L_36 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_35); JToken_t1038539247 * L_37 = ___t0; NullCheck(L_37); Type_t * L_38 = Object_GetType_m88164663(L_37, /*hidden argument*/NULL); NullCheck(L_38); String_t* L_39 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_38); String_t* L_40 = StringUtils_FormatWith_m353537829(NULL /*static, unused*/, _stringLiteral3575295397, L_33, L_36, L_39, /*hidden argument*/NULL); JsonException_t3720114400 * L_41 = (JsonException_t3720114400 *)il2cpp_codegen_object_new(JsonException_t3720114400_il2cpp_TypeInfo_var); JsonException__ctor_m1434178872(L_41, L_40, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_41,PathFilter_GetTokenIndex_m3674131035_RuntimeMethod_var); } IL_00a4: { return (JToken_t1038539247 *)NULL; } } // System.Void Newtonsoft.Json.Linq.JsonPath.PathFilter::.ctor() extern "C" IL2CPP_METHOD_ATTR void PathFilter__ctor_m535205824 (PathFilter_t3862968645 * __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 // Newtonsoft.Json.Linq.JsonPath.QueryOperator Newtonsoft.Json.Linq.JsonPath.QueryExpression::get_Operator() extern "C" IL2CPP_METHOD_ATTR int32_t QueryExpression_get_Operator_m3882399686 (QueryExpression_t3171385195 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3COperatorU3Ek__BackingField_0(); return L_0; } } // System.Void Newtonsoft.Json.Linq.JsonPath.QueryExpression::.ctor() extern "C" IL2CPP_METHOD_ATTR void QueryExpression__ctor_m2470999713 (QueryExpression_t3171385195 * __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 // Newtonsoft.Json.Linq.JsonPath.QueryExpression Newtonsoft.Json.Linq.JsonPath.QueryFilter::get_Expression() extern "C" IL2CPP_METHOD_ATTR QueryExpression_t3171385195 * QueryFilter_get_Expression_m2065980363 (QueryFilter_t1584032927 * __this, const RuntimeMethod* method) { { QueryExpression_t3171385195 * L_0 = __this->get_U3CExpressionU3Ek__BackingField_0(); return L_0; } } // System.Collections.Generic.IEnumerable`1 Newtonsoft.Json.Linq.JsonPath.QueryFilter::ExecuteFilter(System.Collections.Generic.IEnumerable`1,System.Boolean) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* QueryFilter_ExecuteFilter_m1779346983 (QueryFilter_t1584032927 * __this, RuntimeObject* ___current0, bool ___errorWhenNoMatch1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QueryFilter_ExecuteFilter_m1779346983_MetadataUsageId); s_Il2CppMethodInitialized = true; } { U3CExecuteFilterU3Ed__4_t2672090193 * L_0 = (U3CExecuteFilterU3Ed__4_t2672090193 *)il2cpp_codegen_object_new(U3CExecuteFilterU3Ed__4_t2672090193_il2cpp_TypeInfo_var); U3CExecuteFilterU3Ed__4__ctor_m3119473636(L_0, ((int32_t)-2), /*hidden argument*/NULL); U3CExecuteFilterU3Ed__4_t2672090193 * L_1 = L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_5(__this); U3CExecuteFilterU3Ed__4_t2672090193 * L_2 = L_1; RuntimeObject* L_3 = ___current0; NullCheck(L_2); L_2->set_U3CU3E3__current_4(L_3); return L_2; } } // System.Void Newtonsoft.Json.Linq.JsonPath.QueryFilter::.ctor() extern "C" IL2CPP_METHOD_ATTR void QueryFilter__ctor_m1204746580 (QueryFilter_t1584032927 * __this, const RuntimeMethod* method) { { PathFilter__ctor_m535205824(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Linq.JsonPath.QueryFilter/d__4::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4__ctor_m3119473636 (U3CExecuteFilterU3Ed__4_t2672090193 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CExecuteFilterU3Ed__4__ctor_m3119473636_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_t2300836069 * L_1 = Thread_get_CurrentThread_m4142136012(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = Thread_get_ManagedThreadId_m1068113671(L_1, /*hidden argument*/NULL); __this->set_U3CU3El__initialThreadId_2(L_2); return; } } // System.Void Newtonsoft.Json.Linq.JsonPath.QueryFilter/d__4::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4_System_IDisposable_Dispose_m1145319702 (U3CExecuteFilterU3Ed__4_t2672090193 * __this, const RuntimeMethod* method) { int32_t V_0 = 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); { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)((int32_t)-4)))) { goto IL_0015; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)((int32_t)-3)))) { goto IL_0015; } } { int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_0032; } } IL_0015: { } IL_0016: try { // begin try (depth: 1) { int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)((int32_t)-4)))) { goto IL_0021; } } IL_001b: { int32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)1))) { goto IL_0021; } } IL_001f: { IL2CPP_LEAVE(0x32, FINALLY_002b); } IL_0021: { } IL_0022: try { // begin try (depth: 2) IL2CPP_LEAVE(0x32, FINALLY_0024); } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0024; } FINALLY_0024: { // begin finally (depth: 2) U3CExecuteFilterU3Ed__4_U3CU3Em__Finally2_m3929330759(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(36) } // end finally (depth: 2) IL2CPP_CLEANUP(36) { IL2CPP_END_CLEANUP(0x32, FINALLY_002b); IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002b; } FINALLY_002b: { // begin finally (depth: 1) U3CExecuteFilterU3Ed__4_U3CU3Em__Finally1_m1973015623(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(43) } // end finally (depth: 1) IL2CPP_CLEANUP(43) { IL2CPP_JUMP_TBL(0x32, IL_0032) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0032: { return; } } // System.Boolean Newtonsoft.Json.Linq.JsonPath.QueryFilter/d__4::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CExecuteFilterU3Ed__4_MoveNext_m2843240549 (U3CExecuteFilterU3Ed__4_t2672090193 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CExecuteFilterU3Ed__4_MoveNext_m2843240549_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; JToken_t1038539247 * V_2 = NULL; JToken_t1038539247 * 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); IL_0000: try { // begin try (depth: 1) { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_1 = L_0; int32_t L_1 = V_1; if (!L_1) { goto IL_0015; } } IL_000a: { int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_008a; } } IL_000e: { V_0 = (bool)0; goto IL_00d4; } IL_0015: { __this->set_U3CU3E1__state_0((-1)); RuntimeObject* L_3 = __this->get_current_3(); NullCheck(L_3); RuntimeObject* L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t18392136_il2cpp_TypeInfo_var, L_3); __this->set_U3CU3E7__wrap1_6(L_4); __this->set_U3CU3E1__state_0(((int32_t)-3)); goto IL_00ac; } IL_0037: { RuntimeObject* L_5 = __this->get_U3CU3E7__wrap1_6(); NullCheck(L_5); JToken_t1038539247 * L_6 = InterfaceFuncInvoker0< JToken_t1038539247 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t1471109715_il2cpp_TypeInfo_var, L_5); V_2 = L_6; JToken_t1038539247 * L_7 = V_2; NullCheck(L_7); RuntimeObject* L_8 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t18392136_il2cpp_TypeInfo_var, L_7); __this->set_U3CU3E7__wrap2_7(L_8); __this->set_U3CU3E1__state_0(((int32_t)-4)); goto IL_0092; } IL_0059: { RuntimeObject* L_9 = __this->get_U3CU3E7__wrap2_7(); NullCheck(L_9); JToken_t1038539247 * L_10 = InterfaceFuncInvoker0< JToken_t1038539247 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t1471109715_il2cpp_TypeInfo_var, L_9); V_3 = L_10; QueryFilter_t1584032927 * L_11 = __this->get_U3CU3E4__this_5(); NullCheck(L_11); QueryExpression_t3171385195 * L_12 = QueryFilter_get_Expression_m2065980363(L_11, /*hidden argument*/NULL); JToken_t1038539247 * L_13 = V_3; NullCheck(L_12); bool L_14 = VirtFuncInvoker1< bool, JToken_t1038539247 * >::Invoke(4 /* System.Boolean Newtonsoft.Json.Linq.JsonPath.QueryExpression::IsMatch(Newtonsoft.Json.Linq.JToken) */, L_12, L_13); if (!L_14) { goto IL_0092; } } IL_0078: { JToken_t1038539247 * L_15 = V_3; __this->set_U3CU3E2__current_1(L_15); __this->set_U3CU3E1__state_0(1); V_0 = (bool)1; goto IL_00d4; } IL_008a: { __this->set_U3CU3E1__state_0(((int32_t)-4)); } IL_0092: { RuntimeObject* L_16 = __this->get_U3CU3E7__wrap2_7(); NullCheck(L_16); bool L_17 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_16); if (L_17) { goto IL_0059; } } IL_009f: { U3CExecuteFilterU3Ed__4_U3CU3Em__Finally2_m3929330759(__this, /*hidden argument*/NULL); __this->set_U3CU3E7__wrap2_7((RuntimeObject*)NULL); } IL_00ac: { RuntimeObject* L_18 = __this->get_U3CU3E7__wrap1_6(); NullCheck(L_18); bool L_19 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_18); if (L_19) { goto IL_0037; } } IL_00bc: { U3CExecuteFilterU3Ed__4_U3CU3Em__Finally1_m1973015623(__this, /*hidden argument*/NULL); __this->set_U3CU3E7__wrap1_6((RuntimeObject*)NULL); V_0 = (bool)0; goto IL_00d4; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FAULT_00cd; } FAULT_00cd: { // begin fault (depth: 1) U3CExecuteFilterU3Ed__4_System_IDisposable_Dispose_m1145319702(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(205) } // end fault IL2CPP_CLEANUP(205) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00d4: { bool L_20 = V_0; return L_20; } } // System.Void Newtonsoft.Json.Linq.JsonPath.QueryFilter/d__4::<>m__Finally1() extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4_U3CU3Em__Finally1_m1973015623 (U3CExecuteFilterU3Ed__4_t2672090193 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CExecuteFilterU3Ed__4_U3CU3Em__Finally1_m1973015623_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_U3CU3E1__state_0((-1)); RuntimeObject* L_0 = __this->get_U3CU3E7__wrap1_6(); if (!L_0) { goto IL_001a; } } { RuntimeObject* L_1 = __this->get_U3CU3E7__wrap1_6(); NullCheck(L_1); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_1); } IL_001a: { return; } } // System.Void Newtonsoft.Json.Linq.JsonPath.QueryFilter/d__4::<>m__Finally2() extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4_U3CU3Em__Finally2_m3929330759 (U3CExecuteFilterU3Ed__4_t2672090193 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CExecuteFilterU3Ed__4_U3CU3Em__Finally2_m3929330759_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_U3CU3E1__state_0(((int32_t)-3)); RuntimeObject* L_0 = __this->get_U3CU3E7__wrap2_7(); if (!L_0) { goto IL_001b; } } { RuntimeObject* L_1 = __this->get_U3CU3E7__wrap2_7(); NullCheck(L_1); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_1); } IL_001b: { return; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JsonPath.QueryFilter/d__4::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * U3CExecuteFilterU3Ed__4_System_Collections_Generic_IEnumeratorU3CNewtonsoft_Json_Linq_JTokenU3E_get_Current_m1222261930 (U3CExecuteFilterU3Ed__4_t2672090193 * __this, const RuntimeMethod* method) { { JToken_t1038539247 * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Newtonsoft.Json.Linq.JsonPath.QueryFilter/d__4::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4_System_Collections_IEnumerator_Reset_m224820991 (U3CExecuteFilterU3Ed__4_t2672090193 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CExecuteFilterU3Ed__4_System_Collections_IEnumerator_Reset_m224820991_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,U3CExecuteFilterU3Ed__4_System_Collections_IEnumerator_Reset_m224820991_RuntimeMethod_var); } } // System.Object Newtonsoft.Json.Linq.JsonPath.QueryFilter/d__4::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CExecuteFilterU3Ed__4_System_Collections_IEnumerator_get_Current_m4203082114 (U3CExecuteFilterU3Ed__4_t2672090193 * __this, const RuntimeMethod* method) { { JToken_t1038539247 * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JsonPath.QueryFilter/d__4::System.Collections.Generic.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CExecuteFilterU3Ed__4_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m1276847466 (U3CExecuteFilterU3Ed__4_t2672090193 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CExecuteFilterU3Ed__4_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m1276847466_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CExecuteFilterU3Ed__4_t2672090193 * V_0 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_0027; } } { int32_t L_1 = __this->get_U3CU3El__initialThreadId_2(); IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_t2300836069 * L_2 = Thread_get_CurrentThread_m4142136012(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = Thread_get_ManagedThreadId_m1068113671(L_2, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)L_3)))) { goto IL_0027; } } { __this->set_U3CU3E1__state_0(0); V_0 = __this; goto IL_003a; } IL_0027: { U3CExecuteFilterU3Ed__4_t2672090193 * L_4 = (U3CExecuteFilterU3Ed__4_t2672090193 *)il2cpp_codegen_object_new(U3CExecuteFilterU3Ed__4_t2672090193_il2cpp_TypeInfo_var); U3CExecuteFilterU3Ed__4__ctor_m3119473636(L_4, 0, /*hidden argument*/NULL); V_0 = L_4; U3CExecuteFilterU3Ed__4_t2672090193 * L_5 = V_0; QueryFilter_t1584032927 * L_6 = __this->get_U3CU3E4__this_5(); NullCheck(L_5); L_5->set_U3CU3E4__this_5(L_6); } IL_003a: { U3CExecuteFilterU3Ed__4_t2672090193 * L_7 = V_0; RuntimeObject* L_8 = __this->get_U3CU3E3__current_4(); NullCheck(L_7); L_7->set_current_3(L_8); U3CExecuteFilterU3Ed__4_t2672090193 * L_9 = V_0; return L_9; } } // System.Collections.IEnumerator Newtonsoft.Json.Linq.JsonPath.QueryFilter/d__4::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CExecuteFilterU3Ed__4_System_Collections_IEnumerable_GetEnumerator_m2709630426 (U3CExecuteFilterU3Ed__4_t2672090193 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = U3CExecuteFilterU3Ed__4_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m1276847466(__this, /*hidden argument*/NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String Newtonsoft.Json.Linq.JsonPath.ScanFilter::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* ScanFilter_get_Name_m247399396 (ScanFilter_t1566003751 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CNameU3Ek__BackingField_0(); return L_0; } } // System.Collections.Generic.IEnumerable`1 Newtonsoft.Json.Linq.JsonPath.ScanFilter::ExecuteFilter(System.Collections.Generic.IEnumerable`1,System.Boolean) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ScanFilter_ExecuteFilter_m2852972134 (ScanFilter_t1566003751 * __this, RuntimeObject* ___current0, bool ___errorWhenNoMatch1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScanFilter_ExecuteFilter_m2852972134_MetadataUsageId); s_Il2CppMethodInitialized = true; } { U3CExecuteFilterU3Ed__4_t3421602345 * L_0 = (U3CExecuteFilterU3Ed__4_t3421602345 *)il2cpp_codegen_object_new(U3CExecuteFilterU3Ed__4_t3421602345_il2cpp_TypeInfo_var); U3CExecuteFilterU3Ed__4__ctor_m2666126986(L_0, ((int32_t)-2), /*hidden argument*/NULL); U3CExecuteFilterU3Ed__4_t3421602345 * L_1 = L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_5(__this); U3CExecuteFilterU3Ed__4_t3421602345 * L_2 = L_1; RuntimeObject* L_3 = ___current0; NullCheck(L_2); L_2->set_U3CU3E3__current_4(L_3); return L_2; } } // System.Void Newtonsoft.Json.Linq.JsonPath.ScanFilter::.ctor() extern "C" IL2CPP_METHOD_ATTR void ScanFilter__ctor_m4033134307 (ScanFilter_t1566003751 * __this, const RuntimeMethod* method) { { PathFilter__ctor_m535205824(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Linq.JsonPath.ScanFilter/d__4::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4__ctor_m2666126986 (U3CExecuteFilterU3Ed__4_t3421602345 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CExecuteFilterU3Ed__4__ctor_m2666126986_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_t2300836069 * L_1 = Thread_get_CurrentThread_m4142136012(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = Thread_get_ManagedThreadId_m1068113671(L_1, /*hidden argument*/NULL); __this->set_U3CU3El__initialThreadId_2(L_2); return; } } // System.Void Newtonsoft.Json.Linq.JsonPath.ScanFilter/d__4::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4_System_IDisposable_Dispose_m3885599887 (U3CExecuteFilterU3Ed__4_t3421602345 * __this, const RuntimeMethod* method) { int32_t V_0 = 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); { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; int32_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)-3)))) { case 0: { goto IL_002d; } case 1: { goto IL_0037; } case 2: { goto IL_0037; } case 3: { goto IL_0037; } case 4: { goto IL_002d; } case 5: { goto IL_002d; } case 6: { goto IL_002d; } } } { return; } IL_002d: { } IL_002e: try { // begin try (depth: 1) IL2CPP_LEAVE(0x37, FINALLY_0030); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0030; } FINALLY_0030: { // begin finally (depth: 1) U3CExecuteFilterU3Ed__4_U3CU3Em__Finally1_m3156286336(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(48) } // end finally (depth: 1) IL2CPP_CLEANUP(48) { IL2CPP_JUMP_TBL(0x37, IL_0037) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0037: { return; } } // System.Boolean Newtonsoft.Json.Linq.JsonPath.ScanFilter/d__4::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CExecuteFilterU3Ed__4_MoveNext_m2861980498 (U3CExecuteFilterU3Ed__4_t3421602345 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CExecuteFilterU3Ed__4_MoveNext_m2861980498_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; JToken_t1038539247 * V_2 = NULL; JProperty_t3803048347 * 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); IL_0000: try { // begin try (depth: 1) { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_1 = L_0; int32_t L_1 = V_1; switch (L_1) { case 0: { goto IL_0024; } case 1: { goto IL_0081; } case 2: { goto IL_015f; } case 3: { goto IL_018d; } } } IL_001d: { V_0 = (bool)0; goto IL_01dc; } IL_0024: { __this->set_U3CU3E1__state_0((-1)); RuntimeObject* L_2 = __this->get_current_3(); NullCheck(L_2); RuntimeObject* L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t18392136_il2cpp_TypeInfo_var, L_2); __this->set_U3CU3E7__wrap1_8(L_3); __this->set_U3CU3E1__state_0(((int32_t)-3)); goto IL_01b4; } IL_0049: { RuntimeObject* L_4 = __this->get_U3CU3E7__wrap1_8(); NullCheck(L_4); JToken_t1038539247 * L_5 = InterfaceFuncInvoker0< JToken_t1038539247 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t1471109715_il2cpp_TypeInfo_var, L_4); __this->set_U3CrootU3E5__1_6(L_5); ScanFilter_t1566003751 * L_6 = __this->get_U3CU3E4__this_5(); NullCheck(L_6); String_t* L_7 = ScanFilter_get_Name_m247399396(L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0089; } } IL_0067: { JToken_t1038539247 * L_8 = __this->get_U3CrootU3E5__1_6(); __this->set_U3CU3E2__current_1(L_8); __this->set_U3CU3E1__state_0(1); V_0 = (bool)1; goto IL_01dc; } IL_0081: { __this->set_U3CU3E1__state_0(((int32_t)-3)); } IL_0089: { JToken_t1038539247 * L_9 = __this->get_U3CrootU3E5__1_6(); __this->set_U3CvalueU3E5__2_7(L_9); JToken_t1038539247 * L_10 = __this->get_U3CrootU3E5__1_6(); V_2 = L_10; } IL_009c: { JToken_t1038539247 * L_11 = V_2; if (!L_11) { goto IL_00c6; } } IL_009f: { JToken_t1038539247 * L_12 = V_2; NullCheck(L_12); bool L_13 = VirtFuncInvoker0< bool >::Invoke(13 /* System.Boolean Newtonsoft.Json.Linq.JToken::get_HasValues() */, L_12); if (!L_13) { goto IL_00c6; } } IL_00a7: { JToken_t1038539247 * L_14 = V_2; NullCheck(L_14); JToken_t1038539247 * L_15 = VirtFuncInvoker0< JToken_t1038539247 * >::Invoke(15 /* Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::get_First() */, L_14); __this->set_U3CvalueU3E5__2_7(L_15); goto IL_0121; } IL_00b5: { JToken_t1038539247 * L_16 = __this->get_U3CvalueU3E5__2_7(); NullCheck(L_16); JContainer_t1023664833 * L_17 = JToken_get_Parent_m3865335600(L_16, /*hidden argument*/NULL); __this->set_U3CvalueU3E5__2_7(L_17); } IL_00c6: { JToken_t1038539247 * L_18 = __this->get_U3CvalueU3E5__2_7(); if (!L_18) { goto IL_00f4; } } IL_00ce: { JToken_t1038539247 * L_19 = __this->get_U3CvalueU3E5__2_7(); JToken_t1038539247 * L_20 = __this->get_U3CrootU3E5__1_6(); if ((((RuntimeObject*)(JToken_t1038539247 *)L_19) == ((RuntimeObject*)(JToken_t1038539247 *)L_20))) { goto IL_00f4; } } IL_00dc: { JToken_t1038539247 * L_21 = __this->get_U3CvalueU3E5__2_7(); JToken_t1038539247 * L_22 = __this->get_U3CvalueU3E5__2_7(); NullCheck(L_22); JContainer_t1023664833 * L_23 = JToken_get_Parent_m3865335600(L_22, /*hidden argument*/NULL); NullCheck(L_23); JToken_t1038539247 * L_24 = VirtFuncInvoker0< JToken_t1038539247 * >::Invoke(16 /* Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::get_Last() */, L_23); if ((((RuntimeObject*)(JToken_t1038539247 *)L_21) == ((RuntimeObject*)(JToken_t1038539247 *)L_24))) { goto IL_00b5; } } IL_00f4: { JToken_t1038539247 * L_25 = __this->get_U3CvalueU3E5__2_7(); if (!L_25) { goto IL_01a6; } } IL_00ff: { JToken_t1038539247 * L_26 = __this->get_U3CvalueU3E5__2_7(); JToken_t1038539247 * L_27 = __this->get_U3CrootU3E5__1_6(); if ((((RuntimeObject*)(JToken_t1038539247 *)L_26) == ((RuntimeObject*)(JToken_t1038539247 *)L_27))) { goto IL_01a6; } } IL_0110: { JToken_t1038539247 * L_28 = __this->get_U3CvalueU3E5__2_7(); NullCheck(L_28); JToken_t1038539247 * L_29 = JToken_get_Next_m2478272419(L_28, /*hidden argument*/NULL); __this->set_U3CvalueU3E5__2_7(L_29); } IL_0121: { JToken_t1038539247 * L_30 = __this->get_U3CvalueU3E5__2_7(); V_3 = ((JProperty_t3803048347 *)IsInstClass((RuntimeObject*)L_30, JProperty_t3803048347_il2cpp_TypeInfo_var)); JProperty_t3803048347 * L_31 = V_3; if (!L_31) { goto IL_0169; } } IL_0130: { JProperty_t3803048347 * L_32 = V_3; NullCheck(L_32); String_t* L_33 = JProperty_get_Name_m1638548167(L_32, /*hidden argument*/NULL); ScanFilter_t1566003751 * L_34 = __this->get_U3CU3E4__this_5(); NullCheck(L_34); String_t* L_35 = ScanFilter_get_Name_m247399396(L_34, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_36 = String_op_Equality_m920492651(NULL /*static, unused*/, L_33, L_35, /*hidden argument*/NULL); if (!L_36) { goto IL_0195; } } IL_0148: { JProperty_t3803048347 * L_37 = V_3; NullCheck(L_37); JToken_t1038539247 * L_38 = JProperty_get_Value_m853684465(L_37, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_38); __this->set_U3CU3E1__state_0(2); V_0 = (bool)1; goto IL_01dc; } IL_015f: { __this->set_U3CU3E1__state_0(((int32_t)-3)); goto IL_0195; } IL_0169: { ScanFilter_t1566003751 * L_39 = __this->get_U3CU3E4__this_5(); NullCheck(L_39); String_t* L_40 = ScanFilter_get_Name_m247399396(L_39, /*hidden argument*/NULL); if (L_40) { goto IL_0195; } } IL_0176: { JToken_t1038539247 * L_41 = __this->get_U3CvalueU3E5__2_7(); __this->set_U3CU3E2__current_1(L_41); __this->set_U3CU3E1__state_0(3); V_0 = (bool)1; goto IL_01dc; } IL_018d: { __this->set_U3CU3E1__state_0(((int32_t)-3)); } IL_0195: { JToken_t1038539247 * L_42 = __this->get_U3CvalueU3E5__2_7(); V_2 = ((JContainer_t1023664833 *)IsInstClass((RuntimeObject*)L_42, JContainer_t1023664833_il2cpp_TypeInfo_var)); goto IL_009c; } IL_01a6: { __this->set_U3CvalueU3E5__2_7((JToken_t1038539247 *)NULL); __this->set_U3CrootU3E5__1_6((JToken_t1038539247 *)NULL); } IL_01b4: { RuntimeObject* L_43 = __this->get_U3CU3E7__wrap1_8(); NullCheck(L_43); bool L_44 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_43); if (L_44) { goto IL_0049; } } IL_01c4: { U3CExecuteFilterU3Ed__4_U3CU3Em__Finally1_m3156286336(__this, /*hidden argument*/NULL); __this->set_U3CU3E7__wrap1_8((RuntimeObject*)NULL); V_0 = (bool)0; goto IL_01dc; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FAULT_01d5; } FAULT_01d5: { // begin fault (depth: 1) U3CExecuteFilterU3Ed__4_System_IDisposable_Dispose_m3885599887(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(469) } // end fault IL2CPP_CLEANUP(469) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_01dc: { bool L_45 = V_0; return L_45; } } // System.Void Newtonsoft.Json.Linq.JsonPath.ScanFilter/d__4::<>m__Finally1() extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4_U3CU3Em__Finally1_m3156286336 (U3CExecuteFilterU3Ed__4_t3421602345 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CExecuteFilterU3Ed__4_U3CU3Em__Finally1_m3156286336_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_U3CU3E1__state_0((-1)); RuntimeObject* L_0 = __this->get_U3CU3E7__wrap1_8(); if (!L_0) { goto IL_001a; } } { RuntimeObject* L_1 = __this->get_U3CU3E7__wrap1_8(); NullCheck(L_1); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_1); } IL_001a: { return; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JsonPath.ScanFilter/d__4::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * U3CExecuteFilterU3Ed__4_System_Collections_Generic_IEnumeratorU3CNewtonsoft_Json_Linq_JTokenU3E_get_Current_m555531654 (U3CExecuteFilterU3Ed__4_t3421602345 * __this, const RuntimeMethod* method) { { JToken_t1038539247 * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Newtonsoft.Json.Linq.JsonPath.ScanFilter/d__4::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void U3CExecuteFilterU3Ed__4_System_Collections_IEnumerator_Reset_m753033723 (U3CExecuteFilterU3Ed__4_t3421602345 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CExecuteFilterU3Ed__4_System_Collections_IEnumerator_Reset_m753033723_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,U3CExecuteFilterU3Ed__4_System_Collections_IEnumerator_Reset_m753033723_RuntimeMethod_var); } } // System.Object Newtonsoft.Json.Linq.JsonPath.ScanFilter/d__4::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CExecuteFilterU3Ed__4_System_Collections_IEnumerator_get_Current_m3734738756 (U3CExecuteFilterU3Ed__4_t3421602345 * __this, const RuntimeMethod* method) { { JToken_t1038539247 * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JsonPath.ScanFilter/d__4::System.Collections.Generic.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CExecuteFilterU3Ed__4_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m494736481 (U3CExecuteFilterU3Ed__4_t3421602345 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CExecuteFilterU3Ed__4_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m494736481_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CExecuteFilterU3Ed__4_t3421602345 * V_0 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_0027; } } { int32_t L_1 = __this->get_U3CU3El__initialThreadId_2(); IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_t2300836069 * L_2 = Thread_get_CurrentThread_m4142136012(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = Thread_get_ManagedThreadId_m1068113671(L_2, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)L_3)))) { goto IL_0027; } } { __this->set_U3CU3E1__state_0(0); V_0 = __this; goto IL_003a; } IL_0027: { U3CExecuteFilterU3Ed__4_t3421602345 * L_4 = (U3CExecuteFilterU3Ed__4_t3421602345 *)il2cpp_codegen_object_new(U3CExecuteFilterU3Ed__4_t3421602345_il2cpp_TypeInfo_var); U3CExecuteFilterU3Ed__4__ctor_m2666126986(L_4, 0, /*hidden argument*/NULL); V_0 = L_4; U3CExecuteFilterU3Ed__4_t3421602345 * L_5 = V_0; ScanFilter_t1566003751 * L_6 = __this->get_U3CU3E4__this_5(); NullCheck(L_5); L_5->set_U3CU3E4__this_5(L_6); } IL_003a: { U3CExecuteFilterU3Ed__4_t3421602345 * L_7 = V_0; RuntimeObject* L_8 = __this->get_U3CU3E3__current_4(); NullCheck(L_7); L_7->set_current_3(L_8); U3CExecuteFilterU3Ed__4_t3421602345 * L_9 = V_0; return L_9; } } // System.Collections.IEnumerator Newtonsoft.Json.Linq.JsonPath.ScanFilter/d__4::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CExecuteFilterU3Ed__4_System_Collections_IEnumerable_GetEnumerator_m579548352 (U3CExecuteFilterU3Ed__4_t3421602345 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = U3CExecuteFilterU3Ed__4_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m494736481(__this, /*hidden argument*/NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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) { { JContainer_t1023664833 * L_0 = __this->get__parent_0(); return L_0; } } // System.Void Newtonsoft.Json.Linq.JToken::set_Parent(Newtonsoft.Json.Linq.JContainer) extern "C" IL2CPP_METHOD_ATTR void JToken_set_Parent_m545664813 (JToken_t1038539247 * __this, JContainer_t1023664833 * ___value0, const RuntimeMethod* method) { { JContainer_t1023664833 * L_0 = ___value0; __this->set__parent_0(L_0); return; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::get_Root() extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * JToken_get_Root_m1621222961 (JToken_t1038539247 * __this, const RuntimeMethod* method) { JContainer_t1023664833 * V_0 = NULL; { JContainer_t1023664833 * L_0 = JToken_get_Parent_m3865335600(__this, /*hidden argument*/NULL); V_0 = L_0; JContainer_t1023664833 * L_1 = V_0; if (L_1) { goto IL_0013; } } { return __this; } IL_000c: { JContainer_t1023664833 * L_2 = V_0; NullCheck(L_2); JContainer_t1023664833 * L_3 = JToken_get_Parent_m3865335600(L_2, /*hidden argument*/NULL); V_0 = L_3; } IL_0013: { JContainer_t1023664833 * L_4 = V_0; NullCheck(L_4); JContainer_t1023664833 * L_5 = JToken_get_Parent_m3865335600(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_000c; } } { JContainer_t1023664833 * L_6 = V_0; return L_6; } } // System.Boolean Newtonsoft.Json.Linq.JToken::DeepEquals(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR bool JToken_DeepEquals_m1458184876 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___t10, JToken_t1038539247 * ___t21, const RuntimeMethod* method) { { JToken_t1038539247 * L_0 = ___t10; JToken_t1038539247 * L_1 = ___t21; if ((((RuntimeObject*)(JToken_t1038539247 *)L_0) == ((RuntimeObject*)(JToken_t1038539247 *)L_1))) { goto IL_0014; } } { JToken_t1038539247 * L_2 = ___t10; if (!L_2) { goto IL_0012; } } { JToken_t1038539247 * L_3 = ___t21; if (!L_3) { goto IL_0012; } } { JToken_t1038539247 * L_4 = ___t10; JToken_t1038539247 * L_5 = ___t21; NullCheck(L_4); bool L_6 = VirtFuncInvoker1< bool, JToken_t1038539247 * >::Invoke(11 /* System.Boolean Newtonsoft.Json.Linq.JToken::DeepEquals(Newtonsoft.Json.Linq.JToken) */, L_4, L_5); return L_6; } IL_0012: { return (bool)0; } IL_0014: { return (bool)1; } } // 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) { { JToken_t1038539247 * L_0 = __this->get__next_2(); return L_0; } } // System.Void Newtonsoft.Json.Linq.JToken::set_Next(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR void JToken_set_Next_m2807458976 (JToken_t1038539247 * __this, JToken_t1038539247 * ___value0, const RuntimeMethod* method) { { JToken_t1038539247 * L_0 = ___value0; __this->set__next_2(L_0); return; } } // 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) { { JToken_t1038539247 * L_0 = __this->get__previous_1(); return L_0; } } // System.Void Newtonsoft.Json.Linq.JToken::set_Previous(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR void JToken_set_Previous_m4097729148 (JToken_t1038539247 * __this, JToken_t1038539247 * ___value0, const RuntimeMethod* method) { { JToken_t1038539247 * L_0 = ___value0; __this->set__previous_1(L_0); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_get_Path_m3609788812_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t4000102456 * V_0 = NULL; JToken_t1038539247 * V_1 = NULL; JToken_t1038539247 * V_2 = NULL; int32_t V_3 = 0; JProperty_t3803048347 * V_4 = NULL; JsonPosition_t2528027714 V_5; memset(&V_5, 0, sizeof(V_5)); int32_t V_6 = 0; Nullable_1_t4250589796 V_7; memset(&V_7, 0, sizeof(V_7)); { JContainer_t1023664833 * L_0 = JToken_get_Parent_m3865335600(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000e; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_1; } IL_000e: { List_1_t4000102456 * L_2 = (List_1_t4000102456 *)il2cpp_codegen_object_new(List_1_t4000102456_il2cpp_TypeInfo_var); List_1__ctor_m1378328547(L_2, /*hidden argument*/List_1__ctor_m1378328547_RuntimeMethod_var); V_0 = L_2; V_1 = (JToken_t1038539247 *)NULL; V_2 = __this; goto IL_0092; } IL_001a: { JToken_t1038539247 * L_3 = V_2; NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(12 /* Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JToken::get_Type() */, L_3); V_3 = L_4; int32_t L_5 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)2))) { case 0: { goto IL_005f; } case 1: { goto IL_005f; } case 2: { goto IL_0037; } } } { goto IL_0089; } IL_0037: { JToken_t1038539247 * L_6 = V_2; V_4 = ((JProperty_t3803048347 *)CastclassClass((RuntimeObject*)L_6, JProperty_t3803048347_il2cpp_TypeInfo_var)); List_1_t4000102456 * L_7 = V_0; JsonPosition__ctor_m1215355640((&V_5), 1, /*hidden argument*/NULL); JProperty_t3803048347 * L_8 = V_4; NullCheck(L_8); String_t* L_9 = JProperty_get_Name_m1638548167(L_8, /*hidden argument*/NULL); (&V_5)->set_PropertyName_3(L_9); JsonPosition_t2528027714 L_10 = V_5; NullCheck(L_7); List_1_Add_m2564458925(L_7, L_10, /*hidden argument*/List_1_Add_m2564458925_RuntimeMethod_var); goto IL_0089; } IL_005f: { JToken_t1038539247 * L_11 = V_1; if (!L_11) { goto IL_0089; } } { JToken_t1038539247 * L_12 = V_2; JToken_t1038539247 * L_13 = V_1; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_12, IList_1_t2853859030_il2cpp_TypeInfo_var))); int32_t L_14 = InterfaceFuncInvoker1< int32_t, JToken_t1038539247 * >::Invoke(0 /* System.Int32 System.Collections.Generic.IList`1::IndexOf(!0) */, IList_1_t2853859030_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_12, IList_1_t2853859030_il2cpp_TypeInfo_var)), L_13); V_6 = L_14; List_1_t4000102456 * L_15 = V_0; JsonPosition__ctor_m1215355640((&V_5), 2, /*hidden argument*/NULL); int32_t L_16 = V_6; (&V_5)->set_Position_2(L_16); JsonPosition_t2528027714 L_17 = V_5; NullCheck(L_15); List_1_Add_m2564458925(L_15, L_17, /*hidden argument*/List_1_Add_m2564458925_RuntimeMethod_var); } IL_0089: { JToken_t1038539247 * L_18 = V_2; V_1 = L_18; JToken_t1038539247 * L_19 = V_2; NullCheck(L_19); JContainer_t1023664833 * L_20 = JToken_get_Parent_m3865335600(L_19, /*hidden argument*/NULL); V_2 = L_20; } IL_0092: { JToken_t1038539247 * L_21 = V_2; if (L_21) { goto IL_001a; } } { List_1_t4000102456 * L_22 = V_0; NullCheck(L_22); List_1_Reverse_m1881709749(L_22, /*hidden argument*/List_1_Reverse_m1881709749_RuntimeMethod_var); List_1_t4000102456 * L_23 = V_0; il2cpp_codegen_initobj((&V_7), sizeof(Nullable_1_t4250589796 )); Nullable_1_t4250589796 L_24 = V_7; IL2CPP_RUNTIME_CLASS_INIT(JsonPosition_t2528027714_il2cpp_TypeInfo_var); String_t* L_25 = JsonPosition_BuildPath_m2776750612(NULL /*static, unused*/, L_23, L_24, /*hidden argument*/NULL); return L_25; } } // System.Void Newtonsoft.Json.Linq.JToken::.ctor() extern "C" IL2CPP_METHOD_ATTR void JToken__ctor_m1906622579 (JToken_t1038539247 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::get_Item(System.Object) extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * JToken_get_Item_m2735499821 (JToken_t1038539247 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_get_Item_m2735499821_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_0 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); Type_t * L_1 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); String_t* L_2 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral1888696744, L_0, L_1, /*hidden argument*/NULL); InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,JToken_get_Item_m2735499821_RuntimeMethod_var); } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::get_First() extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * JToken_get_First_m787573437 (JToken_t1038539247 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_get_First_m787573437_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_0 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); Type_t * L_1 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); String_t* L_2 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral1888696744, L_0, L_1, /*hidden argument*/NULL); InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,JToken_get_First_m787573437_RuntimeMethod_var); } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::get_Last() extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * JToken_get_Last_m2659123199 (JToken_t1038539247 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_get_Last_m2659123199_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_0 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); Type_t * L_1 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); String_t* L_2 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral1888696744, L_0, L_1, /*hidden argument*/NULL); InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,JToken_get_Last_m2659123199_RuntimeMethod_var); } } // Newtonsoft.Json.Linq.JEnumerable`1 Newtonsoft.Json.Linq.JToken::Children() extern "C" IL2CPP_METHOD_ATTR JEnumerable_1_t20407348 JToken_Children_m2124442804 (JToken_t1038539247 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_Children_m2124442804_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JEnumerable_1_t20407348_il2cpp_TypeInfo_var); JEnumerable_1_t20407348 L_0 = ((JEnumerable_1_t20407348_StaticFields*)il2cpp_codegen_static_fields_for(JEnumerable_1_t20407348_il2cpp_TypeInfo_var))->get_Empty_0(); return L_0; } } // System.Void Newtonsoft.Json.Linq.JToken::Remove() extern "C" IL2CPP_METHOD_ATTR void JToken_Remove_m412720584 (JToken_t1038539247 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_Remove_m412720584_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JContainer_t1023664833 * L_0 = __this->get__parent_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, _stringLiteral2230202614, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,JToken_Remove_m412720584_RuntimeMethod_var); } IL_0013: { JContainer_t1023664833 * L_2 = __this->get__parent_0(); NullCheck(L_2); VirtFuncInvoker1< bool, JToken_t1038539247 * >::Invoke(52 /* System.Boolean Newtonsoft.Json.Linq.JContainer::RemoveItem(Newtonsoft.Json.Linq.JToken) */, L_2, __this); return; } } // System.Void Newtonsoft.Json.Linq.JToken::Replace(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR void JToken_Replace_m4229392018 (JToken_t1038539247 * __this, JToken_t1038539247 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_Replace_m4229392018_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JContainer_t1023664833 * L_0 = __this->get__parent_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, _stringLiteral2230202614, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,JToken_Replace_m4229392018_RuntimeMethod_var); } IL_0013: { JContainer_t1023664833 * L_2 = __this->get__parent_0(); JToken_t1038539247 * L_3 = ___value0; NullCheck(L_2); VirtActionInvoker2< JToken_t1038539247 *, JToken_t1038539247 * >::Invoke(56 /* System.Void Newtonsoft.Json.Linq.JContainer::ReplaceItem(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken) */, L_2, __this, L_3); return; } } // System.String Newtonsoft.Json.Linq.JToken::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* JToken_ToString_m1339996328 (JToken_t1038539247 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_ToString_m1339996328_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = JToken_ToString_m3671747145(__this, 1, ((JsonConverterU5BU5D_t155849004*)SZArrayNew(JsonConverterU5BU5D_t155849004_il2cpp_TypeInfo_var, (uint32_t)0)), /*hidden argument*/NULL); return L_0; } } // System.String Newtonsoft.Json.Linq.JToken::ToString(Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonConverter[]) extern "C" IL2CPP_METHOD_ATTR String_t* JToken_ToString_m3671747145 (JToken_t1038539247 * __this, int32_t ___formatting0, JsonConverterU5BU5D_t155849004* ___converters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_ToString_m3671747145_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringWriter_t802263757 * V_0 = NULL; JsonTextWriter_t1095349912 * V_1 = NULL; 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); { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_0 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); StringWriter_t802263757 * L_1 = (StringWriter_t802263757 *)il2cpp_codegen_object_new(StringWriter_t802263757_il2cpp_TypeInfo_var); StringWriter__ctor_m2474332877(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; } IL_000b: try { // begin try (depth: 1) StringWriter_t802263757 * L_2 = V_0; JsonTextWriter_t1095349912 * L_3 = (JsonTextWriter_t1095349912 *)il2cpp_codegen_object_new(JsonTextWriter_t1095349912_il2cpp_TypeInfo_var); JsonTextWriter__ctor_m2383081106(L_3, L_2, /*hidden argument*/NULL); V_1 = L_3; JsonTextWriter_t1095349912 * L_4 = V_1; int32_t L_5 = ___formatting0; NullCheck(L_4); JsonWriter_set_Formatting_m76464413(L_4, L_5, /*hidden argument*/NULL); JsonTextWriter_t1095349912 * L_6 = V_1; JsonConverterU5BU5D_t155849004* L_7 = ___converters1; VirtActionInvoker2< JsonWriter_t1467272295 *, JsonConverterU5BU5D_t155849004* >::Invoke(18 /* System.Void Newtonsoft.Json.Linq.JToken::WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[]) */, __this, L_6, L_7); StringWriter_t802263757 * L_8 = V_0; NullCheck(L_8); String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_8); V_2 = L_9; IL2CPP_LEAVE(0x34, FINALLY_002a); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002a; } FINALLY_002a: { // begin finally (depth: 1) { StringWriter_t802263757 * L_10 = V_0; if (!L_10) { goto IL_0033; } } IL_002d: { StringWriter_t802263757 * L_11 = V_0; NullCheck(L_11); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_11); } IL_0033: { IL2CPP_END_FINALLY(42) } } // end finally (depth: 1) IL2CPP_CLEANUP(42) { IL2CPP_JUMP_TBL(0x34, IL_0034) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0034: { String_t* L_12 = V_2; return L_12; } } // Newtonsoft.Json.Linq.JValue Newtonsoft.Json.Linq.JToken::EnsureValue(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR JValue_t1448862567 * JToken_EnsureValue_m3253015465 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_EnsureValue_m3253015465_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JToken_t1038539247 * L_0 = ___value0; 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, _stringLiteral3493618073, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,JToken_EnsureValue_m3253015465_RuntimeMethod_var); } IL_000e: { JToken_t1038539247 * L_2 = ___value0; if (!((JProperty_t3803048347 *)IsInstClass((RuntimeObject*)L_2, JProperty_t3803048347_il2cpp_TypeInfo_var))) { goto IL_0023; } } { JToken_t1038539247 * L_3 = ___value0; NullCheck(((JProperty_t3803048347 *)CastclassClass((RuntimeObject*)L_3, JProperty_t3803048347_il2cpp_TypeInfo_var))); JToken_t1038539247 * L_4 = JProperty_get_Value_m853684465(((JProperty_t3803048347 *)CastclassClass((RuntimeObject*)L_3, JProperty_t3803048347_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); ___value0 = L_4; } IL_0023: { JToken_t1038539247 * L_5 = ___value0; return ((JValue_t1448862567 *)IsInstClass((RuntimeObject*)L_5, JValue_t1448862567_il2cpp_TypeInfo_var)); } } // System.String Newtonsoft.Json.Linq.JToken::GetType(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR String_t* JToken_GetType_m1873657362 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___token0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_GetType_m1873657362_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { JToken_t1038539247 * L_0 = ___token0; ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, L_0, _stringLiteral2005331395, /*hidden argument*/NULL); JToken_t1038539247 * L_1 = ___token0; if (!((JProperty_t3803048347 *)IsInstClass((RuntimeObject*)L_1, JProperty_t3803048347_il2cpp_TypeInfo_var))) { goto IL_0020; } } { JToken_t1038539247 * L_2 = ___token0; NullCheck(((JProperty_t3803048347 *)CastclassClass((RuntimeObject*)L_2, JProperty_t3803048347_il2cpp_TypeInfo_var))); JToken_t1038539247 * L_3 = JProperty_get_Value_m853684465(((JProperty_t3803048347 *)CastclassClass((RuntimeObject*)L_2, JProperty_t3803048347_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); ___token0 = L_3; } IL_0020: { JToken_t1038539247 * L_4 = ___token0; NullCheck(L_4); int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(12 /* Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JToken::get_Type() */, L_4); V_0 = L_5; RuntimeObject * L_6 = Box(JTokenType_t3022361662_il2cpp_TypeInfo_var, (&V_0)); NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_6); V_0 = *(int32_t*)UnBox(L_6); return L_7; } } // System.Boolean Newtonsoft.Json.Linq.JToken::ValidateToken(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JTokenType[],System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool JToken_ValidateToken_m2870953203 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___o0, JTokenTypeU5BU5D_t1887505675* ___validTypes1, bool ___nullable2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_ValidateToken_m2870953203_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JTokenTypeU5BU5D_t1887505675* L_0 = ___validTypes1; JToken_t1038539247 * L_1 = ___o0; NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(12 /* Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JToken::get_Type() */, L_1); int32_t L_3 = Array_IndexOf_TisJTokenType_t3022361662_m4285954353(NULL /*static, unused*/, L_0, L_2, /*hidden argument*/Array_IndexOf_TisJTokenType_t3022361662_m4285954353_RuntimeMethod_var); if ((!(((uint32_t)L_3) == ((uint32_t)(-1))))) { goto IL_002b; } } { bool L_4 = ___nullable2; if (!L_4) { goto IL_0029; } } { JToken_t1038539247 * L_5 = ___o0; NullCheck(L_5); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(12 /* Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JToken::get_Type() */, L_5); if ((((int32_t)L_6) == ((int32_t)((int32_t)10)))) { goto IL_0027; } } { JToken_t1038539247 * L_7 = ___o0; NullCheck(L_7); int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(12 /* Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JToken::get_Type() */, L_7); return (bool)((((int32_t)L_8) == ((int32_t)((int32_t)11)))? 1 : 0); } IL_0027: { return (bool)1; } IL_0029: { return (bool)0; } IL_002b: { return (bool)1; } } // System.Boolean Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR bool JToken_op_Explicit_m4028514089 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_op_Explicit_m4028514089_MetadataUsageId); s_Il2CppMethodInitialized = true; } JValue_t1448862567 * V_0 = NULL; { JToken_t1038539247 * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JValue_t1448862567 * L_1 = JToken_EnsureValue_m3253015465(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; JValue_t1448862567 * L_2 = V_0; if (!L_2) { goto IL_0018; } } { JValue_t1448862567 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t1887505675* L_4 = ((JToken_t1038539247_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t1038539247_il2cpp_TypeInfo_var))->get_BooleanTypes_4(); bool L_5 = JToken_ValidateToken_m2870953203(NULL /*static, unused*/, L_3, L_4, (bool)0, /*hidden argument*/NULL); if (L_5) { goto IL_0033; } } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_6 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JToken_t1038539247 * L_7 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); String_t* L_8 = JToken_GetType_m1873657362(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); String_t* L_9 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral3207138533, L_6, L_8, /*hidden argument*/NULL); ArgumentException_t132251570 * L_10 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,JToken_op_Explicit_m4028514089_RuntimeMethod_var); } IL_0033: { JValue_t1448862567 * L_11 = V_0; NullCheck(L_11); RuntimeObject * L_12 = JValue_get_Value_m3866091653(L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_13 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); bool L_14 = Convert_ToBoolean_m4120735400(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); return L_14; } } // System.DateTimeOffset Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR DateTimeOffset_t3229287507 JToken_op_Explicit_m1747708802 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_op_Explicit_m1747708802_MetadataUsageId); s_Il2CppMethodInitialized = true; } JValue_t1448862567 * V_0 = NULL; { JToken_t1038539247 * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JValue_t1448862567 * L_1 = JToken_EnsureValue_m3253015465(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; JValue_t1448862567 * L_2 = V_0; if (!L_2) { goto IL_0018; } } { JValue_t1448862567 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t1887505675* L_4 = ((JToken_t1038539247_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t1038539247_il2cpp_TypeInfo_var))->get_DateTimeTypes_11(); bool L_5 = JToken_ValidateToken_m2870953203(NULL /*static, unused*/, L_3, L_4, (bool)0, /*hidden argument*/NULL); if (L_5) { goto IL_0033; } } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_6 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JToken_t1038539247 * L_7 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); String_t* L_8 = JToken_GetType_m1873657362(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); String_t* L_9 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2531720842, L_6, L_8, /*hidden argument*/NULL); ArgumentException_t132251570 * L_10 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,JToken_op_Explicit_m1747708802_RuntimeMethod_var); } IL_0033: { JValue_t1448862567 * L_11 = V_0; NullCheck(L_11); RuntimeObject * L_12 = JValue_get_Value_m3866091653(L_11, /*hidden argument*/NULL); if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_12, DateTimeOffset_t3229287507_il2cpp_TypeInfo_var))) { goto IL_004c; } } { JValue_t1448862567 * L_13 = V_0; NullCheck(L_13); RuntimeObject * L_14 = JValue_get_Value_m3866091653(L_13, /*hidden argument*/NULL); return ((*(DateTimeOffset_t3229287507 *)((DateTimeOffset_t3229287507 *)UnBox(L_14, DateTimeOffset_t3229287507_il2cpp_TypeInfo_var)))); } IL_004c: { JValue_t1448862567 * L_15 = V_0; NullCheck(L_15); RuntimeObject * L_16 = JValue_get_Value_m3866091653(L_15, /*hidden argument*/NULL); if (!((String_t*)IsInstSealed((RuntimeObject*)L_16, String_t_il2cpp_TypeInfo_var))) { goto IL_006f; } } { JValue_t1448862567 * L_17 = V_0; NullCheck(L_17); RuntimeObject * L_18 = JValue_get_Value_m3866091653(L_17, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_19 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTimeOffset_t3229287507_il2cpp_TypeInfo_var); DateTimeOffset_t3229287507 L_20 = DateTimeOffset_Parse_m376617186(NULL /*static, unused*/, ((String_t*)CastclassSealed((RuntimeObject*)L_18, String_t_il2cpp_TypeInfo_var)), L_19, /*hidden argument*/NULL); return L_20; } IL_006f: { JValue_t1448862567 * L_21 = V_0; NullCheck(L_21); RuntimeObject * L_22 = JValue_get_Value_m3866091653(L_21, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_23 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); DateTime_t3738529785 L_24 = Convert_ToDateTime_m1567637286(NULL /*static, unused*/, L_22, L_23, /*hidden argument*/NULL); DateTimeOffset_t3229287507 L_25; memset(&L_25, 0, sizeof(L_25)); DateTimeOffset__ctor_m2084804982((&L_25), L_24, /*hidden argument*/NULL); return L_25; } } // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR Nullable_1_t1819850047 JToken_op_Explicit_m3185340203 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_op_Explicit_m3185340203_MetadataUsageId); s_Il2CppMethodInitialized = true; } JValue_t1448862567 * V_0 = NULL; Nullable_1_t1819850047 V_1; memset(&V_1, 0, sizeof(V_1)); { JToken_t1038539247 * L_0 = ___value0; if (L_0) { goto IL_000d; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t1819850047 )); Nullable_1_t1819850047 L_1 = V_1; return L_1; } IL_000d: { JToken_t1038539247 * L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JValue_t1448862567 * L_3 = JToken_EnsureValue_m3253015465(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_0 = L_3; JValue_t1448862567 * L_4 = V_0; if (!L_4) { goto IL_0025; } } { JValue_t1448862567 * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t1887505675* L_6 = ((JToken_t1038539247_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t1038539247_il2cpp_TypeInfo_var))->get_BooleanTypes_4(); bool L_7 = JToken_ValidateToken_m2870953203(NULL /*static, unused*/, L_5, L_6, (bool)1, /*hidden argument*/NULL); if (L_7) { goto IL_0040; } } IL_0025: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_8 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JToken_t1038539247 * L_9 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); String_t* L_10 = JToken_GetType_m1873657362(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); String_t* L_11 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral3207138533, L_8, L_10, /*hidden argument*/NULL); ArgumentException_t132251570 * L_12 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,JToken_op_Explicit_m3185340203_RuntimeMethod_var); } IL_0040: { JValue_t1448862567 * L_13 = V_0; NullCheck(L_13); RuntimeObject * L_14 = JValue_get_Value_m3866091653(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0052; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t1819850047 )); Nullable_1_t1819850047 L_15 = V_1; return L_15; } IL_0052: { JValue_t1448862567 * L_16 = V_0; NullCheck(L_16); RuntimeObject * L_17 = JValue_get_Value_m3866091653(L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_18 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); bool L_19 = Convert_ToBoolean_m4120735400(NULL /*static, unused*/, L_17, L_18, /*hidden argument*/NULL); Nullable_1_t1819850047 L_20; memset(&L_20, 0, sizeof(L_20)); Nullable_1__ctor_m1921378621((&L_20), L_19, /*hidden argument*/Nullable_1__ctor_m1921378621_RuntimeMethod_var); return L_20; } } // System.Int64 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR int64_t JToken_op_Explicit_m611112651 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_op_Explicit_m611112651_MetadataUsageId); s_Il2CppMethodInitialized = true; } JValue_t1448862567 * V_0 = NULL; { JToken_t1038539247 * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JValue_t1448862567 * L_1 = JToken_EnsureValue_m3253015465(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; JValue_t1448862567 * L_2 = V_0; if (!L_2) { goto IL_0018; } } { JValue_t1448862567 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t1887505675* L_4 = ((JToken_t1038539247_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t1038539247_il2cpp_TypeInfo_var))->get_NumberTypes_5(); bool L_5 = JToken_ValidateToken_m2870953203(NULL /*static, unused*/, L_3, L_4, (bool)0, /*hidden argument*/NULL); if (L_5) { goto IL_0033; } } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_6 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JToken_t1038539247 * L_7 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); String_t* L_8 = JToken_GetType_m1873657362(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); String_t* L_9 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral134461962, L_6, L_8, /*hidden argument*/NULL); ArgumentException_t132251570 * L_10 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,JToken_op_Explicit_m611112651_RuntimeMethod_var); } IL_0033: { JValue_t1448862567 * L_11 = V_0; NullCheck(L_11); RuntimeObject * L_12 = JValue_get_Value_m3866091653(L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_13 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int64_t L_14 = Convert_ToInt64_m2643251823(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); return L_14; } } // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR Nullable_1_t1166124571 JToken_op_Explicit_m1780998417 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_op_Explicit_m1780998417_MetadataUsageId); s_Il2CppMethodInitialized = true; } JValue_t1448862567 * V_0 = NULL; Nullable_1_t1166124571 V_1; memset(&V_1, 0, sizeof(V_1)); DateTimeOffset_t3229287507 V_2; memset(&V_2, 0, sizeof(V_2)); { JToken_t1038539247 * L_0 = ___value0; if (L_0) { goto IL_000d; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t1166124571 )); Nullable_1_t1166124571 L_1 = V_1; return L_1; } IL_000d: { JToken_t1038539247 * L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JValue_t1448862567 * L_3 = JToken_EnsureValue_m3253015465(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_0 = L_3; JValue_t1448862567 * L_4 = V_0; if (!L_4) { goto IL_0025; } } { JValue_t1448862567 * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t1887505675* L_6 = ((JToken_t1038539247_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t1038539247_il2cpp_TypeInfo_var))->get_DateTimeTypes_11(); bool L_7 = JToken_ValidateToken_m2870953203(NULL /*static, unused*/, L_5, L_6, (bool)1, /*hidden argument*/NULL); if (L_7) { goto IL_0040; } } IL_0025: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_8 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JToken_t1038539247 * L_9 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); String_t* L_10 = JToken_GetType_m1873657362(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); String_t* L_11 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral1028383519, L_8, L_10, /*hidden argument*/NULL); ArgumentException_t132251570 * L_12 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,JToken_op_Explicit_m1780998417_RuntimeMethod_var); } IL_0040: { JValue_t1448862567 * L_13 = V_0; NullCheck(L_13); RuntimeObject * L_14 = JValue_get_Value_m3866091653(L_13, /*hidden argument*/NULL); if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_14, DateTimeOffset_t3229287507_il2cpp_TypeInfo_var))) { goto IL_0066; } } { JValue_t1448862567 * L_15 = V_0; NullCheck(L_15); RuntimeObject * L_16 = JValue_get_Value_m3866091653(L_15, /*hidden argument*/NULL); V_2 = ((*(DateTimeOffset_t3229287507 *)((DateTimeOffset_t3229287507 *)UnBox(L_16, DateTimeOffset_t3229287507_il2cpp_TypeInfo_var)))); DateTime_t3738529785 L_17 = DateTimeOffset_get_DateTime_m620985777((&V_2), /*hidden argument*/NULL); Nullable_1_t1166124571 L_18; memset(&L_18, 0, sizeof(L_18)); Nullable_1__ctor_m614513477((&L_18), L_17, /*hidden argument*/Nullable_1__ctor_m614513477_RuntimeMethod_var); return L_18; } IL_0066: { JValue_t1448862567 * L_19 = V_0; NullCheck(L_19); RuntimeObject * L_20 = JValue_get_Value_m3866091653(L_19, /*hidden argument*/NULL); if (L_20) { goto IL_0078; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t1166124571 )); Nullable_1_t1166124571 L_21 = V_1; return L_21; } IL_0078: { JValue_t1448862567 * L_22 = V_0; NullCheck(L_22); RuntimeObject * L_23 = JValue_get_Value_m3866091653(L_22, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_24 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); DateTime_t3738529785 L_25 = Convert_ToDateTime_m1567637286(NULL /*static, unused*/, L_23, L_24, /*hidden argument*/NULL); Nullable_1_t1166124571 L_26; memset(&L_26, 0, sizeof(L_26)); Nullable_1__ctor_m614513477((&L_26), L_25, /*hidden argument*/Nullable_1__ctor_m614513477_RuntimeMethod_var); return L_26; } } // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR Nullable_1_t656882293 JToken_op_Explicit_m2498523493 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_op_Explicit_m2498523493_MetadataUsageId); s_Il2CppMethodInitialized = true; } JValue_t1448862567 * V_0 = NULL; Nullable_1_t656882293 V_1; memset(&V_1, 0, sizeof(V_1)); { JToken_t1038539247 * L_0 = ___value0; if (L_0) { goto IL_000d; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t656882293 )); Nullable_1_t656882293 L_1 = V_1; return L_1; } IL_000d: { JToken_t1038539247 * L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JValue_t1448862567 * L_3 = JToken_EnsureValue_m3253015465(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_0 = L_3; JValue_t1448862567 * L_4 = V_0; if (!L_4) { goto IL_0025; } } { JValue_t1448862567 * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t1887505675* L_6 = ((JToken_t1038539247_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t1038539247_il2cpp_TypeInfo_var))->get_DateTimeTypes_11(); bool L_7 = JToken_ValidateToken_m2870953203(NULL /*static, unused*/, L_5, L_6, (bool)1, /*hidden argument*/NULL); if (L_7) { goto IL_0040; } } IL_0025: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_8 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JToken_t1038539247 * L_9 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); String_t* L_10 = JToken_GetType_m1873657362(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); String_t* L_11 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2531720842, L_8, L_10, /*hidden argument*/NULL); ArgumentException_t132251570 * L_12 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,JToken_op_Explicit_m2498523493_RuntimeMethod_var); } IL_0040: { JValue_t1448862567 * L_13 = V_0; NullCheck(L_13); RuntimeObject * L_14 = JValue_get_Value_m3866091653(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0052; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t656882293 )); Nullable_1_t656882293 L_15 = V_1; return L_15; } IL_0052: { JValue_t1448862567 * L_16 = V_0; NullCheck(L_16); RuntimeObject * L_17 = JValue_get_Value_m3866091653(L_16, /*hidden argument*/NULL); if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_17, DateTimeOffset_t3229287507_il2cpp_TypeInfo_var))) { goto IL_006b; } } { JValue_t1448862567 * L_18 = V_0; NullCheck(L_18); RuntimeObject * L_19 = JValue_get_Value_m3866091653(L_18, /*hidden argument*/NULL); void* L_20 = alloca(sizeof(Nullable_1_t656882293 )); UnBoxNullable(L_19, DateTimeOffset_t3229287507_il2cpp_TypeInfo_var, L_20); return ((*(Nullable_1_t656882293 *)((Nullable_1_t656882293 *)L_20))); } IL_006b: { JValue_t1448862567 * L_21 = V_0; NullCheck(L_21); RuntimeObject * L_22 = JValue_get_Value_m3866091653(L_21, /*hidden argument*/NULL); if (!((String_t*)IsInstSealed((RuntimeObject*)L_22, String_t_il2cpp_TypeInfo_var))) { goto IL_0093; } } { JValue_t1448862567 * L_23 = V_0; NullCheck(L_23); RuntimeObject * L_24 = JValue_get_Value_m3866091653(L_23, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_25 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTimeOffset_t3229287507_il2cpp_TypeInfo_var); DateTimeOffset_t3229287507 L_26 = DateTimeOffset_Parse_m376617186(NULL /*static, unused*/, ((String_t*)CastclassSealed((RuntimeObject*)L_24, String_t_il2cpp_TypeInfo_var)), L_25, /*hidden argument*/NULL); Nullable_1_t656882293 L_27; memset(&L_27, 0, sizeof(L_27)); Nullable_1__ctor_m444749240((&L_27), L_26, /*hidden argument*/Nullable_1__ctor_m444749240_RuntimeMethod_var); return L_27; } IL_0093: { JValue_t1448862567 * L_28 = V_0; NullCheck(L_28); RuntimeObject * L_29 = JValue_get_Value_m3866091653(L_28, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_30 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); DateTime_t3738529785 L_31 = Convert_ToDateTime_m1567637286(NULL /*static, unused*/, L_29, L_30, /*hidden argument*/NULL); DateTimeOffset_t3229287507 L_32; memset(&L_32, 0, sizeof(L_32)); DateTimeOffset__ctor_m2084804982((&L_32), L_31, /*hidden argument*/NULL); Nullable_1_t656882293 L_33; memset(&L_33, 0, sizeof(L_33)); Nullable_1__ctor_m444749240((&L_33), L_32, /*hidden argument*/Nullable_1__ctor_m444749240_RuntimeMethod_var); return L_33; } } // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR Nullable_1_t375854166 JToken_op_Explicit_m4004946053 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_op_Explicit_m4004946053_MetadataUsageId); s_Il2CppMethodInitialized = true; } JValue_t1448862567 * V_0 = NULL; Nullable_1_t375854166 V_1; memset(&V_1, 0, sizeof(V_1)); { JToken_t1038539247 * L_0 = ___value0; if (L_0) { goto IL_000d; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t375854166 )); Nullable_1_t375854166 L_1 = V_1; return L_1; } IL_000d: { JToken_t1038539247 * L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JValue_t1448862567 * L_3 = JToken_EnsureValue_m3253015465(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_0 = L_3; JValue_t1448862567 * L_4 = V_0; if (!L_4) { goto IL_0025; } } { JValue_t1448862567 * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t1887505675* L_6 = ((JToken_t1038539247_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t1038539247_il2cpp_TypeInfo_var))->get_NumberTypes_5(); bool L_7 = JToken_ValidateToken_m2870953203(NULL /*static, unused*/, L_5, L_6, (bool)1, /*hidden argument*/NULL); if (L_7) { goto IL_0040; } } IL_0025: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_8 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JToken_t1038539247 * L_9 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); String_t* L_10 = JToken_GetType_m1873657362(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); String_t* L_11 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral739960206, L_8, L_10, /*hidden argument*/NULL); ArgumentException_t132251570 * L_12 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,JToken_op_Explicit_m4004946053_RuntimeMethod_var); } IL_0040: { JValue_t1448862567 * L_13 = V_0; NullCheck(L_13); RuntimeObject * L_14 = JValue_get_Value_m3866091653(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0052; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t375854166 )); Nullable_1_t375854166 L_15 = V_1; return L_15; } IL_0052: { JValue_t1448862567 * L_16 = V_0; NullCheck(L_16); RuntimeObject * L_17 = JValue_get_Value_m3866091653(L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_18 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); Decimal_t2948259380 L_19 = Convert_ToDecimal_m3815908452(NULL /*static, unused*/, L_17, L_18, /*hidden argument*/NULL); Nullable_1_t375854166 L_20; memset(&L_20, 0, sizeof(L_20)); Nullable_1__ctor_m3508690032((&L_20), L_19, /*hidden argument*/Nullable_1__ctor_m3508690032_RuntimeMethod_var); return L_20; } } // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR Nullable_1_t2317227445 JToken_op_Explicit_m1420589941 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_op_Explicit_m1420589941_MetadataUsageId); s_Il2CppMethodInitialized = true; } JValue_t1448862567 * V_0 = NULL; Nullable_1_t2317227445 V_1; memset(&V_1, 0, sizeof(V_1)); { JToken_t1038539247 * L_0 = ___value0; if (L_0) { goto IL_000d; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t2317227445 )); Nullable_1_t2317227445 L_1 = V_1; return L_1; } IL_000d: { JToken_t1038539247 * L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JValue_t1448862567 * L_3 = JToken_EnsureValue_m3253015465(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_0 = L_3; JValue_t1448862567 * L_4 = V_0; if (!L_4) { goto IL_0025; } } { JValue_t1448862567 * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t1887505675* L_6 = ((JToken_t1038539247_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t1038539247_il2cpp_TypeInfo_var))->get_NumberTypes_5(); bool L_7 = JToken_ValidateToken_m2870953203(NULL /*static, unused*/, L_5, L_6, (bool)1, /*hidden argument*/NULL); if (L_7) { goto IL_0040; } } IL_0025: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_8 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JToken_t1038539247 * L_9 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); String_t* L_10 = JToken_GetType_m1873657362(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); String_t* L_11 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral3613765436, L_8, L_10, /*hidden argument*/NULL); ArgumentException_t132251570 * L_12 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,JToken_op_Explicit_m1420589941_RuntimeMethod_var); } IL_0040: { JValue_t1448862567 * L_13 = V_0; NullCheck(L_13); RuntimeObject * L_14 = JValue_get_Value_m3866091653(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0052; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t2317227445 )); Nullable_1_t2317227445 L_15 = V_1; return L_15; } IL_0052: { JValue_t1448862567 * L_16 = V_0; NullCheck(L_16); RuntimeObject * L_17 = JValue_get_Value_m3866091653(L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_18 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); double L_19 = Convert_ToDouble_m4017511472(NULL /*static, unused*/, L_17, L_18, /*hidden argument*/NULL); Nullable_1_t2317227445 L_20; memset(&L_20, 0, sizeof(L_20)); Nullable_1__ctor_m3137306314((&L_20), L_19, /*hidden argument*/Nullable_1__ctor_m3137306314_RuntimeMethod_var); return L_20; } } // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR Nullable_1_t1062055256 JToken_op_Explicit_m938686776 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_op_Explicit_m938686776_MetadataUsageId); s_Il2CppMethodInitialized = true; } JValue_t1448862567 * V_0 = NULL; Nullable_1_t1062055256 V_1; memset(&V_1, 0, sizeof(V_1)); { JToken_t1038539247 * L_0 = ___value0; if (L_0) { goto IL_000d; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t1062055256 )); Nullable_1_t1062055256 L_1 = V_1; return L_1; } IL_000d: { JToken_t1038539247 * L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JValue_t1448862567 * L_3 = JToken_EnsureValue_m3253015465(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_0 = L_3; JValue_t1448862567 * L_4 = V_0; if (!L_4) { goto IL_0025; } } { JValue_t1448862567 * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t1887505675* L_6 = ((JToken_t1038539247_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t1038539247_il2cpp_TypeInfo_var))->get_CharTypes_10(); bool L_7 = JToken_ValidateToken_m2870953203(NULL /*static, unused*/, L_5, L_6, (bool)1, /*hidden argument*/NULL); if (L_7) { goto IL_0040; } } IL_0025: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_8 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JToken_t1038539247 * L_9 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); String_t* L_10 = JToken_GetType_m1873657362(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); String_t* L_11 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral1251563224, L_8, L_10, /*hidden argument*/NULL); ArgumentException_t132251570 * L_12 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,JToken_op_Explicit_m938686776_RuntimeMethod_var); } IL_0040: { JValue_t1448862567 * L_13 = V_0; NullCheck(L_13); RuntimeObject * L_14 = JValue_get_Value_m3866091653(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0052; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t1062055256 )); Nullable_1_t1062055256 L_15 = V_1; return L_15; } IL_0052: { JValue_t1448862567 * L_16 = V_0; NullCheck(L_16); RuntimeObject * L_17 = JValue_get_Value_m3866091653(L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_18 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); Il2CppChar L_19 = Convert_ToChar_m3757390865(NULL /*static, unused*/, L_17, L_18, /*hidden argument*/NULL); Nullable_1_t1062055256 L_20; memset(&L_20, 0, sizeof(L_20)); Nullable_1__ctor_m2069847974((&L_20), L_19, /*hidden argument*/Nullable_1__ctor_m2069847974_RuntimeMethod_var); return L_20; } } // System.Int32 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR int32_t JToken_op_Explicit_m3473930110 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_op_Explicit_m3473930110_MetadataUsageId); s_Il2CppMethodInitialized = true; } JValue_t1448862567 * V_0 = NULL; { JToken_t1038539247 * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JValue_t1448862567 * L_1 = JToken_EnsureValue_m3253015465(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; JValue_t1448862567 * L_2 = V_0; if (!L_2) { goto IL_0018; } } { JValue_t1448862567 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t1887505675* L_4 = ((JToken_t1038539247_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t1038539247_il2cpp_TypeInfo_var))->get_NumberTypes_5(); bool L_5 = JToken_ValidateToken_m2870953203(NULL /*static, unused*/, L_3, L_4, (bool)0, /*hidden argument*/NULL); if (L_5) { goto IL_0033; } } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_6 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JToken_t1038539247 * L_7 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); String_t* L_8 = JToken_GetType_m1873657362(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); String_t* L_9 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2040987921, L_6, L_8, /*hidden argument*/NULL); ArgumentException_t132251570 * L_10 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,JToken_op_Explicit_m3473930110_RuntimeMethod_var); } IL_0033: { JValue_t1448862567 * L_11 = V_0; NullCheck(L_11); RuntimeObject * L_12 = JValue_get_Value_m3866091653(L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_13 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_14 = Convert_ToInt32_m3211312035(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); return L_14; } } // System.Int16 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR int16_t JToken_op_Explicit_m365915847 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_op_Explicit_m365915847_MetadataUsageId); s_Il2CppMethodInitialized = true; } JValue_t1448862567 * V_0 = NULL; { JToken_t1038539247 * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JValue_t1448862567 * L_1 = JToken_EnsureValue_m3253015465(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; JValue_t1448862567 * L_2 = V_0; if (!L_2) { goto IL_0018; } } { JValue_t1448862567 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t1887505675* L_4 = ((JToken_t1038539247_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t1038539247_il2cpp_TypeInfo_var))->get_NumberTypes_5(); bool L_5 = JToken_ValidateToken_m2870953203(NULL /*static, unused*/, L_3, L_4, (bool)0, /*hidden argument*/NULL); if (L_5) { goto IL_0033; } } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_6 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JToken_t1038539247 * L_7 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); String_t* L_8 = JToken_GetType_m1873657362(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); String_t* L_9 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2439113287, L_6, L_8, /*hidden argument*/NULL); ArgumentException_t132251570 * L_10 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,JToken_op_Explicit_m365915847_RuntimeMethod_var); } IL_0033: { JValue_t1448862567 * L_11 = V_0; NullCheck(L_11); RuntimeObject * L_12 = JValue_get_Value_m3866091653(L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_13 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int16_t L_14 = Convert_ToInt16_m1223489986(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); return L_14; } } // System.UInt16 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR uint16_t JToken_op_Explicit_m2868982107 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_op_Explicit_m2868982107_MetadataUsageId); s_Il2CppMethodInitialized = true; } JValue_t1448862567 * V_0 = NULL; { JToken_t1038539247 * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JValue_t1448862567 * L_1 = JToken_EnsureValue_m3253015465(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; JValue_t1448862567 * L_2 = V_0; if (!L_2) { goto IL_0018; } } { JValue_t1448862567 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t1887505675* L_4 = ((JToken_t1038539247_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t1038539247_il2cpp_TypeInfo_var))->get_NumberTypes_5(); bool L_5 = JToken_ValidateToken_m2870953203(NULL /*static, unused*/, L_3, L_4, (bool)0, /*hidden argument*/NULL); if (L_5) { goto IL_0033; } } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_6 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JToken_t1038539247 * L_7 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); String_t* L_8 = JToken_GetType_m1873657362(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); String_t* L_9 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral1760589725, L_6, L_8, /*hidden argument*/NULL); ArgumentException_t132251570 * L_10 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,JToken_op_Explicit_m2868982107_RuntimeMethod_var); } IL_0033: { JValue_t1448862567 * L_11 = V_0; NullCheck(L_11); RuntimeObject * L_12 = JValue_get_Value_m3866091653(L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_13 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint16_t L_14 = Convert_ToUInt16_m4211508274(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); return L_14; } } // System.Char Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR Il2CppChar JToken_op_Explicit_m2962730139 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_op_Explicit_m2962730139_MetadataUsageId); s_Il2CppMethodInitialized = true; } JValue_t1448862567 * V_0 = NULL; { JToken_t1038539247 * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JValue_t1448862567 * L_1 = JToken_EnsureValue_m3253015465(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; JValue_t1448862567 * L_2 = V_0; if (!L_2) { goto IL_0018; } } { JValue_t1448862567 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t1887505675* L_4 = ((JToken_t1038539247_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t1038539247_il2cpp_TypeInfo_var))->get_CharTypes_10(); bool L_5 = JToken_ValidateToken_m2870953203(NULL /*static, unused*/, L_3, L_4, (bool)0, /*hidden argument*/NULL); if (L_5) { goto IL_0033; } } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_6 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JToken_t1038539247 * L_7 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); String_t* L_8 = JToken_GetType_m1873657362(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); String_t* L_9 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral1251563224, L_6, L_8, /*hidden argument*/NULL); ArgumentException_t132251570 * L_10 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,JToken_op_Explicit_m2962730139_RuntimeMethod_var); } IL_0033: { JValue_t1448862567 * L_11 = V_0; NullCheck(L_11); RuntimeObject * L_12 = JValue_get_Value_m3866091653(L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_13 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); Il2CppChar L_14 = Convert_ToChar_m3757390865(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); return L_14; } } // System.Byte Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR uint8_t JToken_op_Explicit_m2311737702 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_op_Explicit_m2311737702_MetadataUsageId); s_Il2CppMethodInitialized = true; } JValue_t1448862567 * V_0 = NULL; { JToken_t1038539247 * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JValue_t1448862567 * L_1 = JToken_EnsureValue_m3253015465(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; JValue_t1448862567 * L_2 = V_0; if (!L_2) { goto IL_0018; } } { JValue_t1448862567 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t1887505675* L_4 = ((JToken_t1038539247_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t1038539247_il2cpp_TypeInfo_var))->get_NumberTypes_5(); bool L_5 = JToken_ValidateToken_m2870953203(NULL /*static, unused*/, L_3, L_4, (bool)0, /*hidden argument*/NULL); if (L_5) { goto IL_0033; } } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_6 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JToken_t1038539247 * L_7 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); String_t* L_8 = JToken_GetType_m1873657362(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); String_t* L_9 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral1982802908, L_6, L_8, /*hidden argument*/NULL); ArgumentException_t132251570 * L_10 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,JToken_op_Explicit_m2311737702_RuntimeMethod_var); } IL_0033: { JValue_t1448862567 * L_11 = V_0; NullCheck(L_11); RuntimeObject * L_12 = JValue_get_Value_m3866091653(L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_13 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint8_t L_14 = Convert_ToByte_m3527805587(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); return L_14; } } // System.SByte Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR int8_t JToken_op_Explicit_m3383912527 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_op_Explicit_m3383912527_MetadataUsageId); s_Il2CppMethodInitialized = true; } JValue_t1448862567 * V_0 = NULL; { JToken_t1038539247 * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JValue_t1448862567 * L_1 = JToken_EnsureValue_m3253015465(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; JValue_t1448862567 * L_2 = V_0; if (!L_2) { goto IL_0018; } } { JValue_t1448862567 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t1887505675* L_4 = ((JToken_t1038539247_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t1038539247_il2cpp_TypeInfo_var))->get_NumberTypes_5(); bool L_5 = JToken_ValidateToken_m2870953203(NULL /*static, unused*/, L_3, L_4, (bool)0, /*hidden argument*/NULL); if (L_5) { goto IL_0033; } } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_6 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JToken_t1038539247 * L_7 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); String_t* L_8 = JToken_GetType_m1873657362(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); String_t* L_9 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2860087580, L_6, L_8, /*hidden argument*/NULL); ArgumentException_t132251570 * L_10 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,JToken_op_Explicit_m3383912527_RuntimeMethod_var); } IL_0033: { JValue_t1448862567 * L_11 = V_0; NullCheck(L_11); RuntimeObject * L_12 = JValue_get_Value_m3866091653(L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_13 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int8_t L_14 = Convert_ToSByte_m4061885981(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); return L_14; } } // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR Nullable_1_t378540539 JToken_op_Explicit_m1594151585 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_op_Explicit_m1594151585_MetadataUsageId); s_Il2CppMethodInitialized = true; } JValue_t1448862567 * V_0 = NULL; Nullable_1_t378540539 V_1; memset(&V_1, 0, sizeof(V_1)); { JToken_t1038539247 * L_0 = ___value0; if (L_0) { goto IL_000d; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t378540539 )); Nullable_1_t378540539 L_1 = V_1; return L_1; } IL_000d: { JToken_t1038539247 * L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JValue_t1448862567 * L_3 = JToken_EnsureValue_m3253015465(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_0 = L_3; JValue_t1448862567 * L_4 = V_0; if (!L_4) { goto IL_0025; } } { JValue_t1448862567 * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t1887505675* L_6 = ((JToken_t1038539247_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t1038539247_il2cpp_TypeInfo_var))->get_NumberTypes_5(); bool L_7 = JToken_ValidateToken_m2870953203(NULL /*static, unused*/, L_5, L_6, (bool)1, /*hidden argument*/NULL); if (L_7) { goto IL_0040; } } IL_0025: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_8 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JToken_t1038539247 * L_9 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); String_t* L_10 = JToken_GetType_m1873657362(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); String_t* L_11 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2040987921, L_8, L_10, /*hidden argument*/NULL); ArgumentException_t132251570 * L_12 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,JToken_op_Explicit_m1594151585_RuntimeMethod_var); } IL_0040: { JValue_t1448862567 * L_13 = V_0; NullCheck(L_13); RuntimeObject * L_14 = JValue_get_Value_m3866091653(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0052; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t378540539 )); Nullable_1_t378540539 L_15 = V_1; return L_15; } IL_0052: { JValue_t1448862567 * L_16 = V_0; NullCheck(L_16); RuntimeObject * L_17 = JValue_get_Value_m3866091653(L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_18 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_19 = Convert_ToInt32_m3211312035(NULL /*static, unused*/, L_17, L_18, /*hidden argument*/NULL); Nullable_1_t378540539 L_20; memset(&L_20, 0, sizeof(L_20)); Nullable_1__ctor_m2076366551((&L_20), L_19, /*hidden argument*/Nullable_1__ctor_m2076366551_RuntimeMethod_var); return L_20; } } // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR Nullable_1_t4275382469 JToken_op_Explicit_m885835109 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_op_Explicit_m885835109_MetadataUsageId); s_Il2CppMethodInitialized = true; } JValue_t1448862567 * V_0 = NULL; Nullable_1_t4275382469 V_1; memset(&V_1, 0, sizeof(V_1)); { JToken_t1038539247 * L_0 = ___value0; if (L_0) { goto IL_000d; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t4275382469 )); Nullable_1_t4275382469 L_1 = V_1; return L_1; } IL_000d: { JToken_t1038539247 * L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JValue_t1448862567 * L_3 = JToken_EnsureValue_m3253015465(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_0 = L_3; JValue_t1448862567 * L_4 = V_0; if (!L_4) { goto IL_0025; } } { JValue_t1448862567 * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t1887505675* L_6 = ((JToken_t1038539247_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t1038539247_il2cpp_TypeInfo_var))->get_NumberTypes_5(); bool L_7 = JToken_ValidateToken_m2870953203(NULL /*static, unused*/, L_5, L_6, (bool)1, /*hidden argument*/NULL); if (L_7) { goto IL_0040; } } IL_0025: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_8 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JToken_t1038539247 * L_9 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); String_t* L_10 = JToken_GetType_m1873657362(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); String_t* L_11 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2439113287, L_8, L_10, /*hidden argument*/NULL); ArgumentException_t132251570 * L_12 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,JToken_op_Explicit_m885835109_RuntimeMethod_var); } IL_0040: { JValue_t1448862567 * L_13 = V_0; NullCheck(L_13); RuntimeObject * L_14 = JValue_get_Value_m3866091653(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0052; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t4275382469 )); Nullable_1_t4275382469 L_15 = V_1; return L_15; } IL_0052: { JValue_t1448862567 * L_16 = V_0; NullCheck(L_16); RuntimeObject * L_17 = JValue_get_Value_m3866091653(L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_18 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int16_t L_19 = Convert_ToInt16_m1223489986(NULL /*static, unused*/, L_17, L_18, /*hidden argument*/NULL); Nullable_1_t4275382469 L_20; memset(&L_20, 0, sizeof(L_20)); Nullable_1__ctor_m2296905519((&L_20), L_19, /*hidden argument*/Nullable_1__ctor_m2296905519_RuntimeMethod_var); return L_20; } } // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR Nullable_1_t3900287040 JToken_op_Explicit_m1539098768 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_op_Explicit_m1539098768_MetadataUsageId); s_Il2CppMethodInitialized = true; } JValue_t1448862567 * V_0 = NULL; Nullable_1_t3900287040 V_1; memset(&V_1, 0, sizeof(V_1)); { JToken_t1038539247 * L_0 = ___value0; if (L_0) { goto IL_000d; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t3900287040 )); Nullable_1_t3900287040 L_1 = V_1; return L_1; } IL_000d: { JToken_t1038539247 * L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JValue_t1448862567 * L_3 = JToken_EnsureValue_m3253015465(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_0 = L_3; JValue_t1448862567 * L_4 = V_0; if (!L_4) { goto IL_0025; } } { JValue_t1448862567 * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t1887505675* L_6 = ((JToken_t1038539247_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t1038539247_il2cpp_TypeInfo_var))->get_NumberTypes_5(); bool L_7 = JToken_ValidateToken_m2870953203(NULL /*static, unused*/, L_5, L_6, (bool)1, /*hidden argument*/NULL); if (L_7) { goto IL_0040; } } IL_0025: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_8 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JToken_t1038539247 * L_9 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); String_t* L_10 = JToken_GetType_m1873657362(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); String_t* L_11 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral1760589725, L_8, L_10, /*hidden argument*/NULL); ArgumentException_t132251570 * L_12 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,JToken_op_Explicit_m1539098768_RuntimeMethod_var); } IL_0040: { JValue_t1448862567 * L_13 = V_0; NullCheck(L_13); RuntimeObject * L_14 = JValue_get_Value_m3866091653(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0052; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t3900287040 )); Nullable_1_t3900287040 L_15 = V_1; return L_15; } IL_0052: { JValue_t1448862567 * L_16 = V_0; NullCheck(L_16); RuntimeObject * L_17 = JValue_get_Value_m3866091653(L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_18 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint16_t L_19 = Convert_ToUInt16_m4211508274(NULL /*static, unused*/, L_17, L_18, /*hidden argument*/NULL); Nullable_1_t3900287040 L_20; memset(&L_20, 0, sizeof(L_20)); Nullable_1__ctor_m2986034422((&L_20), L_19, /*hidden argument*/Nullable_1__ctor_m2986034422_RuntimeMethod_var); return L_20; } } // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR Nullable_1_t2856858458 JToken_op_Explicit_m2945574301 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_op_Explicit_m2945574301_MetadataUsageId); s_Il2CppMethodInitialized = true; } JValue_t1448862567 * V_0 = NULL; Nullable_1_t2856858458 V_1; memset(&V_1, 0, sizeof(V_1)); { JToken_t1038539247 * L_0 = ___value0; if (L_0) { goto IL_000d; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t2856858458 )); Nullable_1_t2856858458 L_1 = V_1; return L_1; } IL_000d: { JToken_t1038539247 * L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JValue_t1448862567 * L_3 = JToken_EnsureValue_m3253015465(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_0 = L_3; JValue_t1448862567 * L_4 = V_0; if (!L_4) { goto IL_0025; } } { JValue_t1448862567 * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t1887505675* L_6 = ((JToken_t1038539247_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t1038539247_il2cpp_TypeInfo_var))->get_NumberTypes_5(); bool L_7 = JToken_ValidateToken_m2870953203(NULL /*static, unused*/, L_5, L_6, (bool)1, /*hidden argument*/NULL); if (L_7) { goto IL_0040; } } IL_0025: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_8 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JToken_t1038539247 * L_9 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); String_t* L_10 = JToken_GetType_m1873657362(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); String_t* L_11 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral1982802908, L_8, L_10, /*hidden argument*/NULL); ArgumentException_t132251570 * L_12 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,JToken_op_Explicit_m2945574301_RuntimeMethod_var); } IL_0040: { JValue_t1448862567 * L_13 = V_0; NullCheck(L_13); RuntimeObject * L_14 = JValue_get_Value_m3866091653(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0052; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t2856858458 )); Nullable_1_t2856858458 L_15 = V_1; return L_15; } IL_0052: { JValue_t1448862567 * L_16 = V_0; NullCheck(L_16); RuntimeObject * L_17 = JValue_get_Value_m3866091653(L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_18 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint8_t L_19 = Convert_ToByte_m3527805587(NULL /*static, unused*/, L_17, L_18, /*hidden argument*/NULL); Nullable_1_t2856858458 L_20; memset(&L_20, 0, sizeof(L_20)); Nullable_1__ctor_m1793861881((&L_20), L_19, /*hidden argument*/Nullable_1__ctor_m1793861881_RuntimeMethod_var); return L_20; } } // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR Nullable_1_t3392139744 JToken_op_Explicit_m3577139076 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_op_Explicit_m3577139076_MetadataUsageId); s_Il2CppMethodInitialized = true; } JValue_t1448862567 * V_0 = NULL; Nullable_1_t3392139744 V_1; memset(&V_1, 0, sizeof(V_1)); { JToken_t1038539247 * L_0 = ___value0; if (L_0) { goto IL_000d; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t3392139744 )); Nullable_1_t3392139744 L_1 = V_1; return L_1; } IL_000d: { JToken_t1038539247 * L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JValue_t1448862567 * L_3 = JToken_EnsureValue_m3253015465(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_0 = L_3; JValue_t1448862567 * L_4 = V_0; if (!L_4) { goto IL_0025; } } { JValue_t1448862567 * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t1887505675* L_6 = ((JToken_t1038539247_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t1038539247_il2cpp_TypeInfo_var))->get_NumberTypes_5(); bool L_7 = JToken_ValidateToken_m2870953203(NULL /*static, unused*/, L_5, L_6, (bool)1, /*hidden argument*/NULL); if (L_7) { goto IL_0040; } } IL_0025: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_8 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JToken_t1038539247 * L_9 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); String_t* L_10 = JToken_GetType_m1873657362(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); String_t* L_11 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2860087580, L_8, L_10, /*hidden argument*/NULL); ArgumentException_t132251570 * L_12 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,JToken_op_Explicit_m3577139076_RuntimeMethod_var); } IL_0040: { JValue_t1448862567 * L_13 = V_0; NullCheck(L_13); RuntimeObject * L_14 = JValue_get_Value_m3866091653(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0052; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t3392139744 )); Nullable_1_t3392139744 L_15 = V_1; return L_15; } IL_0052: { JValue_t1448862567 * L_16 = V_0; NullCheck(L_16); RuntimeObject * L_17 = JValue_get_Value_m3866091653(L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_18 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int8_t L_19 = Convert_ToSByte_m4061885981(NULL /*static, unused*/, L_17, L_18, /*hidden argument*/NULL); Nullable_1_t3392139744 L_20; memset(&L_20, 0, sizeof(L_20)); Nullable_1__ctor_m1228074469((&L_20), L_19, /*hidden argument*/Nullable_1__ctor_m1228074469_RuntimeMethod_var); return L_20; } } // System.DateTime Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 JToken_op_Explicit_m3558176749 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_op_Explicit_m3558176749_MetadataUsageId); s_Il2CppMethodInitialized = true; } JValue_t1448862567 * V_0 = NULL; DateTimeOffset_t3229287507 V_1; memset(&V_1, 0, sizeof(V_1)); { JToken_t1038539247 * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JValue_t1448862567 * L_1 = JToken_EnsureValue_m3253015465(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; JValue_t1448862567 * L_2 = V_0; if (!L_2) { goto IL_0018; } } { JValue_t1448862567 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t1887505675* L_4 = ((JToken_t1038539247_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t1038539247_il2cpp_TypeInfo_var))->get_DateTimeTypes_11(); bool L_5 = JToken_ValidateToken_m2870953203(NULL /*static, unused*/, L_3, L_4, (bool)0, /*hidden argument*/NULL); if (L_5) { goto IL_0033; } } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_6 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JToken_t1038539247 * L_7 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); String_t* L_8 = JToken_GetType_m1873657362(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); String_t* L_9 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral1028383519, L_6, L_8, /*hidden argument*/NULL); ArgumentException_t132251570 * L_10 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,JToken_op_Explicit_m3558176749_RuntimeMethod_var); } IL_0033: { JValue_t1448862567 * L_11 = V_0; NullCheck(L_11); RuntimeObject * L_12 = JValue_get_Value_m3866091653(L_11, /*hidden argument*/NULL); if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_12, DateTimeOffset_t3229287507_il2cpp_TypeInfo_var))) { goto IL_0054; } } { JValue_t1448862567 * L_13 = V_0; NullCheck(L_13); RuntimeObject * L_14 = JValue_get_Value_m3866091653(L_13, /*hidden argument*/NULL); V_1 = ((*(DateTimeOffset_t3229287507 *)((DateTimeOffset_t3229287507 *)UnBox(L_14, DateTimeOffset_t3229287507_il2cpp_TypeInfo_var)))); DateTime_t3738529785 L_15 = DateTimeOffset_get_DateTime_m620985777((&V_1), /*hidden argument*/NULL); return L_15; } IL_0054: { JValue_t1448862567 * L_16 = V_0; NullCheck(L_16); RuntimeObject * L_17 = JValue_get_Value_m3866091653(L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_18 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); DateTime_t3738529785 L_19 = Convert_ToDateTime_m1567637286(NULL /*static, unused*/, L_17, L_18, /*hidden argument*/NULL); return L_19; } } // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR Nullable_1_t1164162090 JToken_op_Explicit_m2468271921 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_op_Explicit_m2468271921_MetadataUsageId); s_Il2CppMethodInitialized = true; } JValue_t1448862567 * V_0 = NULL; Nullable_1_t1164162090 V_1; memset(&V_1, 0, sizeof(V_1)); { JToken_t1038539247 * L_0 = ___value0; if (L_0) { goto IL_000d; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t1164162090 )); Nullable_1_t1164162090 L_1 = V_1; return L_1; } IL_000d: { JToken_t1038539247 * L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JValue_t1448862567 * L_3 = JToken_EnsureValue_m3253015465(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_0 = L_3; JValue_t1448862567 * L_4 = V_0; if (!L_4) { goto IL_0025; } } { JValue_t1448862567 * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t1887505675* L_6 = ((JToken_t1038539247_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t1038539247_il2cpp_TypeInfo_var))->get_NumberTypes_5(); bool L_7 = JToken_ValidateToken_m2870953203(NULL /*static, unused*/, L_5, L_6, (bool)1, /*hidden argument*/NULL); if (L_7) { goto IL_0040; } } IL_0025: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_8 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JToken_t1038539247 * L_9 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); String_t* L_10 = JToken_GetType_m1873657362(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); String_t* L_11 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral134461962, L_8, L_10, /*hidden argument*/NULL); ArgumentException_t132251570 * L_12 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,JToken_op_Explicit_m2468271921_RuntimeMethod_var); } IL_0040: { JValue_t1448862567 * L_13 = V_0; NullCheck(L_13); RuntimeObject * L_14 = JValue_get_Value_m3866091653(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0052; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t1164162090 )); Nullable_1_t1164162090 L_15 = V_1; return L_15; } IL_0052: { JValue_t1448862567 * L_16 = V_0; NullCheck(L_16); RuntimeObject * L_17 = JValue_get_Value_m3866091653(L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_18 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int64_t L_19 = Convert_ToInt64_m2643251823(NULL /*static, unused*/, L_17, L_18, /*hidden argument*/NULL); Nullable_1_t1164162090 L_20; memset(&L_20, 0, sizeof(L_20)); Nullable_1__ctor_m2435415719((&L_20), L_19, /*hidden argument*/Nullable_1__ctor_m2435415719_RuntimeMethod_var); return L_20; } } // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR Nullable_1_t3119828856 JToken_op_Explicit_m1524800641 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_op_Explicit_m1524800641_MetadataUsageId); s_Il2CppMethodInitialized = true; } JValue_t1448862567 * V_0 = NULL; Nullable_1_t3119828856 V_1; memset(&V_1, 0, sizeof(V_1)); { JToken_t1038539247 * L_0 = ___value0; if (L_0) { goto IL_000d; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t3119828856 )); Nullable_1_t3119828856 L_1 = V_1; return L_1; } IL_000d: { JToken_t1038539247 * L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JValue_t1448862567 * L_3 = JToken_EnsureValue_m3253015465(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_0 = L_3; JValue_t1448862567 * L_4 = V_0; if (!L_4) { goto IL_0025; } } { JValue_t1448862567 * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t1887505675* L_6 = ((JToken_t1038539247_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t1038539247_il2cpp_TypeInfo_var))->get_NumberTypes_5(); bool L_7 = JToken_ValidateToken_m2870953203(NULL /*static, unused*/, L_5, L_6, (bool)1, /*hidden argument*/NULL); if (L_7) { goto IL_0040; } } IL_0025: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_8 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JToken_t1038539247 * L_9 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); String_t* L_10 = JToken_GetType_m1873657362(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); String_t* L_11 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral400248933, L_8, L_10, /*hidden argument*/NULL); ArgumentException_t132251570 * L_12 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,JToken_op_Explicit_m1524800641_RuntimeMethod_var); } IL_0040: { JValue_t1448862567 * L_13 = V_0; NullCheck(L_13); RuntimeObject * L_14 = JValue_get_Value_m3866091653(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0052; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t3119828856 )); Nullable_1_t3119828856 L_15 = V_1; return L_15; } IL_0052: { JValue_t1448862567 * L_16 = V_0; NullCheck(L_16); RuntimeObject * L_17 = JValue_get_Value_m3866091653(L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_18 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); float L_19 = Convert_ToSingle_m3605848385(NULL /*static, unused*/, L_17, L_18, /*hidden argument*/NULL); Nullable_1_t3119828856 L_20; memset(&L_20, 0, sizeof(L_20)); Nullable_1__ctor_m3169166495((&L_20), L_19, /*hidden argument*/Nullable_1__ctor_m3169166495_RuntimeMethod_var); return L_20; } } // System.Decimal Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 JToken_op_Explicit_m1672853504 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_op_Explicit_m1672853504_MetadataUsageId); s_Il2CppMethodInitialized = true; } JValue_t1448862567 * V_0 = NULL; { JToken_t1038539247 * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JValue_t1448862567 * L_1 = JToken_EnsureValue_m3253015465(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; JValue_t1448862567 * L_2 = V_0; if (!L_2) { goto IL_0018; } } { JValue_t1448862567 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t1887505675* L_4 = ((JToken_t1038539247_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t1038539247_il2cpp_TypeInfo_var))->get_NumberTypes_5(); bool L_5 = JToken_ValidateToken_m2870953203(NULL /*static, unused*/, L_3, L_4, (bool)0, /*hidden argument*/NULL); if (L_5) { goto IL_0033; } } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_6 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JToken_t1038539247 * L_7 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); String_t* L_8 = JToken_GetType_m1873657362(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); String_t* L_9 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral739960206, L_6, L_8, /*hidden argument*/NULL); ArgumentException_t132251570 * L_10 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,JToken_op_Explicit_m1672853504_RuntimeMethod_var); } IL_0033: { JValue_t1448862567 * L_11 = V_0; NullCheck(L_11); RuntimeObject * L_12 = JValue_get_Value_m3866091653(L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_13 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); Decimal_t2948259380 L_14 = Convert_ToDecimal_m3815908452(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); return L_14; } } // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR Nullable_1_t4282624060 JToken_op_Explicit_m1000881973 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_op_Explicit_m1000881973_MetadataUsageId); s_Il2CppMethodInitialized = true; } JValue_t1448862567 * V_0 = NULL; Nullable_1_t4282624060 V_1; memset(&V_1, 0, sizeof(V_1)); { JToken_t1038539247 * L_0 = ___value0; if (L_0) { goto IL_000d; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t4282624060 )); Nullable_1_t4282624060 L_1 = V_1; return L_1; } IL_000d: { JToken_t1038539247 * L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JValue_t1448862567 * L_3 = JToken_EnsureValue_m3253015465(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_0 = L_3; JValue_t1448862567 * L_4 = V_0; if (!L_4) { goto IL_0025; } } { JValue_t1448862567 * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t1887505675* L_6 = ((JToken_t1038539247_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t1038539247_il2cpp_TypeInfo_var))->get_NumberTypes_5(); bool L_7 = JToken_ValidateToken_m2870953203(NULL /*static, unused*/, L_5, L_6, (bool)1, /*hidden argument*/NULL); if (L_7) { goto IL_0040; } } IL_0025: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_8 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JToken_t1038539247 * L_9 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); String_t* L_10 = JToken_GetType_m1873657362(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); String_t* L_11 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2142926745, L_8, L_10, /*hidden argument*/NULL); ArgumentException_t132251570 * L_12 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,JToken_op_Explicit_m1000881973_RuntimeMethod_var); } IL_0040: { JValue_t1448862567 * L_13 = V_0; NullCheck(L_13); RuntimeObject * L_14 = JValue_get_Value_m3866091653(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0052; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t4282624060 )); Nullable_1_t4282624060 L_15 = V_1; return L_15; } IL_0052: { JValue_t1448862567 * L_16 = V_0; NullCheck(L_16); RuntimeObject * L_17 = JValue_get_Value_m3866091653(L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_18 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint32_t L_19 = Convert_ToUInt32_m2061619287(NULL /*static, unused*/, L_17, L_18, /*hidden argument*/NULL); Nullable_1_t4282624060 L_20; memset(&L_20, 0, sizeof(L_20)); Nullable_1__ctor_m3079654719((&L_20), L_19, /*hidden argument*/Nullable_1__ctor_m3079654719_RuntimeMethod_var); return L_20; } } // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR Nullable_1_t1561634878 JToken_op_Explicit_m706218889 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_op_Explicit_m706218889_MetadataUsageId); s_Il2CppMethodInitialized = true; } JValue_t1448862567 * V_0 = NULL; Nullable_1_t1561634878 V_1; memset(&V_1, 0, sizeof(V_1)); { JToken_t1038539247 * L_0 = ___value0; if (L_0) { goto IL_000d; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t1561634878 )); Nullable_1_t1561634878 L_1 = V_1; return L_1; } IL_000d: { JToken_t1038539247 * L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JValue_t1448862567 * L_3 = JToken_EnsureValue_m3253015465(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_0 = L_3; JValue_t1448862567 * L_4 = V_0; if (!L_4) { goto IL_0025; } } { JValue_t1448862567 * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t1887505675* L_6 = ((JToken_t1038539247_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t1038539247_il2cpp_TypeInfo_var))->get_NumberTypes_5(); bool L_7 = JToken_ValidateToken_m2870953203(NULL /*static, unused*/, L_5, L_6, (bool)1, /*hidden argument*/NULL); if (L_7) { goto IL_0040; } } IL_0025: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_8 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JToken_t1038539247 * L_9 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); String_t* L_10 = JToken_GetType_m1873657362(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); String_t* L_11 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral951285663, L_8, L_10, /*hidden argument*/NULL); ArgumentException_t132251570 * L_12 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,JToken_op_Explicit_m706218889_RuntimeMethod_var); } IL_0040: { JValue_t1448862567 * L_13 = V_0; NullCheck(L_13); RuntimeObject * L_14 = JValue_get_Value_m3866091653(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0052; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t1561634878 )); Nullable_1_t1561634878 L_15 = V_1; return L_15; } IL_0052: { JValue_t1448862567 * L_16 = V_0; NullCheck(L_16); RuntimeObject * L_17 = JValue_get_Value_m3866091653(L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_18 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint64_t L_19 = Convert_ToUInt64_m3170916409(NULL /*static, unused*/, L_17, L_18, /*hidden argument*/NULL); Nullable_1_t1561634878 L_20; memset(&L_20, 0, sizeof(L_20)); Nullable_1__ctor_m1540175555((&L_20), L_19, /*hidden argument*/Nullable_1__ctor_m1540175555_RuntimeMethod_var); return L_20; } } // System.Double Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR double JToken_op_Explicit_m3386647839 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_op_Explicit_m3386647839_MetadataUsageId); s_Il2CppMethodInitialized = true; } JValue_t1448862567 * V_0 = NULL; { JToken_t1038539247 * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JValue_t1448862567 * L_1 = JToken_EnsureValue_m3253015465(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; JValue_t1448862567 * L_2 = V_0; if (!L_2) { goto IL_0018; } } { JValue_t1448862567 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t1887505675* L_4 = ((JToken_t1038539247_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t1038539247_il2cpp_TypeInfo_var))->get_NumberTypes_5(); bool L_5 = JToken_ValidateToken_m2870953203(NULL /*static, unused*/, L_3, L_4, (bool)0, /*hidden argument*/NULL); if (L_5) { goto IL_0033; } } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_6 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JToken_t1038539247 * L_7 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); String_t* L_8 = JToken_GetType_m1873657362(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); String_t* L_9 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral3613765436, L_6, L_8, /*hidden argument*/NULL); ArgumentException_t132251570 * L_10 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,JToken_op_Explicit_m3386647839_RuntimeMethod_var); } IL_0033: { JValue_t1448862567 * L_11 = V_0; NullCheck(L_11); RuntimeObject * L_12 = JValue_get_Value_m3866091653(L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_13 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); double L_14 = Convert_ToDouble_m4017511472(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); return L_14; } } // System.Single Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR float JToken_op_Explicit_m3425055959 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_op_Explicit_m3425055959_MetadataUsageId); s_Il2CppMethodInitialized = true; } JValue_t1448862567 * V_0 = NULL; { JToken_t1038539247 * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JValue_t1448862567 * L_1 = JToken_EnsureValue_m3253015465(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; JValue_t1448862567 * L_2 = V_0; if (!L_2) { goto IL_0018; } } { JValue_t1448862567 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t1887505675* L_4 = ((JToken_t1038539247_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t1038539247_il2cpp_TypeInfo_var))->get_NumberTypes_5(); bool L_5 = JToken_ValidateToken_m2870953203(NULL /*static, unused*/, L_3, L_4, (bool)0, /*hidden argument*/NULL); if (L_5) { goto IL_0033; } } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_6 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JToken_t1038539247 * L_7 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); String_t* L_8 = JToken_GetType_m1873657362(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); String_t* L_9 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral400248933, L_6, L_8, /*hidden argument*/NULL); ArgumentException_t132251570 * L_10 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,JToken_op_Explicit_m3425055959_RuntimeMethod_var); } IL_0033: { JValue_t1448862567 * L_11 = V_0; NullCheck(L_11); RuntimeObject * L_12 = JValue_get_Value_m3866091653(L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_13 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); float L_14 = Convert_ToSingle_m3605848385(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); return L_14; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_op_Explicit_m3430858053_MetadataUsageId); s_Il2CppMethodInitialized = true; } JValue_t1448862567 * V_0 = NULL; { JToken_t1038539247 * L_0 = ___value0; if (L_0) { goto IL_0005; } } { return (String_t*)NULL; } IL_0005: { JToken_t1038539247 * L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JValue_t1448862567 * L_2 = JToken_EnsureValue_m3253015465(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); V_0 = L_2; JValue_t1448862567 * L_3 = V_0; if (!L_3) { goto IL_001d; } } { JValue_t1448862567 * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t1887505675* L_5 = ((JToken_t1038539247_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t1038539247_il2cpp_TypeInfo_var))->get_StringTypes_6(); bool L_6 = JToken_ValidateToken_m2870953203(NULL /*static, unused*/, L_4, L_5, (bool)1, /*hidden argument*/NULL); if (L_6) { goto IL_0038; } } IL_001d: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_7 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JToken_t1038539247 * L_8 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); String_t* L_9 = JToken_GetType_m1873657362(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); String_t* L_10 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral3905270064, L_7, L_9, /*hidden argument*/NULL); ArgumentException_t132251570 * L_11 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,JToken_op_Explicit_m3430858053_RuntimeMethod_var); } IL_0038: { JValue_t1448862567 * L_12 = V_0; NullCheck(L_12); RuntimeObject * L_13 = JValue_get_Value_m3866091653(L_12, /*hidden argument*/NULL); if (L_13) { goto IL_0042; } } { return (String_t*)NULL; } IL_0042: { JValue_t1448862567 * L_14 = V_0; NullCheck(L_14); RuntimeObject * L_15 = JValue_get_Value_m3866091653(L_14, /*hidden argument*/NULL); if (!((ByteU5BU5D_t4116647657*)IsInst((RuntimeObject*)L_15, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var))) { goto IL_0060; } } { JValue_t1448862567 * L_16 = V_0; NullCheck(L_16); RuntimeObject * L_17 = JValue_get_Value_m3866091653(L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); String_t* L_18 = Convert_ToBase64String_m3839334935(NULL /*static, unused*/, ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_17, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_18; } IL_0060: { JValue_t1448862567 * L_19 = V_0; NullCheck(L_19); RuntimeObject * L_20 = JValue_get_Value_m3866091653(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); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); String_t* L_22 = Convert_ToString_m1854379141(NULL /*static, unused*/, L_20, L_21, /*hidden argument*/NULL); return L_22; } } // System.UInt32 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR uint32_t JToken_op_Explicit_m1915874635 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_op_Explicit_m1915874635_MetadataUsageId); s_Il2CppMethodInitialized = true; } JValue_t1448862567 * V_0 = NULL; { JToken_t1038539247 * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JValue_t1448862567 * L_1 = JToken_EnsureValue_m3253015465(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; JValue_t1448862567 * L_2 = V_0; if (!L_2) { goto IL_0018; } } { JValue_t1448862567 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t1887505675* L_4 = ((JToken_t1038539247_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t1038539247_il2cpp_TypeInfo_var))->get_NumberTypes_5(); bool L_5 = JToken_ValidateToken_m2870953203(NULL /*static, unused*/, L_3, L_4, (bool)0, /*hidden argument*/NULL); if (L_5) { goto IL_0033; } } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_6 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JToken_t1038539247 * L_7 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); String_t* L_8 = JToken_GetType_m1873657362(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); String_t* L_9 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2142926745, L_6, L_8, /*hidden argument*/NULL); ArgumentException_t132251570 * L_10 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,JToken_op_Explicit_m1915874635_RuntimeMethod_var); } IL_0033: { JValue_t1448862567 * L_11 = V_0; NullCheck(L_11); RuntimeObject * L_12 = JValue_get_Value_m3866091653(L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_13 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint32_t L_14 = Convert_ToUInt32_m2061619287(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); return L_14; } } // System.UInt64 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR uint64_t JToken_op_Explicit_m22010335 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_op_Explicit_m22010335_MetadataUsageId); s_Il2CppMethodInitialized = true; } JValue_t1448862567 * V_0 = NULL; { JToken_t1038539247 * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JValue_t1448862567 * L_1 = JToken_EnsureValue_m3253015465(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; JValue_t1448862567 * L_2 = V_0; if (!L_2) { goto IL_0018; } } { JValue_t1448862567 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t1887505675* L_4 = ((JToken_t1038539247_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t1038539247_il2cpp_TypeInfo_var))->get_NumberTypes_5(); bool L_5 = JToken_ValidateToken_m2870953203(NULL /*static, unused*/, L_3, L_4, (bool)0, /*hidden argument*/NULL); if (L_5) { goto IL_0033; } } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_6 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JToken_t1038539247 * L_7 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); String_t* L_8 = JToken_GetType_m1873657362(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); String_t* L_9 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral951285663, L_6, L_8, /*hidden argument*/NULL); ArgumentException_t132251570 * L_10 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,JToken_op_Explicit_m22010335_RuntimeMethod_var); } IL_0033: { JValue_t1448862567 * L_11 = V_0; NullCheck(L_11); RuntimeObject * L_12 = JValue_get_Value_m3866091653(L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_13 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint64_t L_14 = Convert_ToUInt64_m3170916409(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); return L_14; } } // System.Guid Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR Guid_t JToken_op_Explicit_m363182177 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_op_Explicit_m363182177_MetadataUsageId); s_Il2CppMethodInitialized = true; } JValue_t1448862567 * V_0 = NULL; { JToken_t1038539247 * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JValue_t1448862567 * L_1 = JToken_EnsureValue_m3253015465(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; JValue_t1448862567 * L_2 = V_0; if (!L_2) { goto IL_0018; } } { JValue_t1448862567 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t1887505675* L_4 = ((JToken_t1038539247_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t1038539247_il2cpp_TypeInfo_var))->get_GuidTypes_7(); bool L_5 = JToken_ValidateToken_m2870953203(NULL /*static, unused*/, L_3, L_4, (bool)0, /*hidden argument*/NULL); if (L_5) { goto IL_0033; } } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_6 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JToken_t1038539247 * L_7 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); String_t* L_8 = JToken_GetType_m1873657362(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); String_t* L_9 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral1043183437, L_6, L_8, /*hidden argument*/NULL); ArgumentException_t132251570 * L_10 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,JToken_op_Explicit_m363182177_RuntimeMethod_var); } IL_0033: { JValue_t1448862567 * L_11 = V_0; NullCheck(L_11); RuntimeObject * L_12 = JValue_get_Value_m3866091653(L_11, /*hidden argument*/NULL); if (!((ByteU5BU5D_t4116647657*)IsInst((RuntimeObject*)L_12, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var))) { goto IL_0051; } } { JValue_t1448862567 * L_13 = V_0; NullCheck(L_13); RuntimeObject * L_14 = JValue_get_Value_m3866091653(L_13, /*hidden argument*/NULL); Guid_t L_15; memset(&L_15, 0, sizeof(L_15)); Guid__ctor_m3421080095((&L_15), ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_14, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_15; } IL_0051: { JValue_t1448862567 * L_16 = V_0; NullCheck(L_16); RuntimeObject * L_17 = JValue_get_Value_m3866091653(L_16, /*hidden argument*/NULL); if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_17, Guid_t_il2cpp_TypeInfo_var))) { goto IL_0074; } } { JValue_t1448862567 * L_18 = V_0; NullCheck(L_18); RuntimeObject * L_19 = JValue_get_Value_m3866091653(L_18, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_20 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); String_t* L_21 = Convert_ToString_m1854379141(NULL /*static, unused*/, L_19, L_20, /*hidden argument*/NULL); Guid_t L_22; memset(&L_22, 0, sizeof(L_22)); Guid__ctor_m2423264394((&L_22), L_21, /*hidden argument*/NULL); return L_22; } IL_0074: { JValue_t1448862567 * L_23 = V_0; NullCheck(L_23); RuntimeObject * L_24 = JValue_get_Value_m3866091653(L_23, /*hidden argument*/NULL); return ((*(Guid_t *)((Guid_t *)UnBox(L_24, Guid_t_il2cpp_TypeInfo_var)))); } } // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR Nullable_1_t621127673 JToken_op_Explicit_m3327616186 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_op_Explicit_m3327616186_MetadataUsageId); s_Il2CppMethodInitialized = true; } JValue_t1448862567 * V_0 = NULL; Nullable_1_t621127673 V_1; memset(&V_1, 0, sizeof(V_1)); Guid_t G_B12_0; memset(&G_B12_0, 0, sizeof(G_B12_0)); { JToken_t1038539247 * L_0 = ___value0; if (L_0) { goto IL_000d; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t621127673 )); Nullable_1_t621127673 L_1 = V_1; return L_1; } IL_000d: { JToken_t1038539247 * L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JValue_t1448862567 * L_3 = JToken_EnsureValue_m3253015465(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_0 = L_3; JValue_t1448862567 * L_4 = V_0; if (!L_4) { goto IL_0025; } } { JValue_t1448862567 * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t1887505675* L_6 = ((JToken_t1038539247_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t1038539247_il2cpp_TypeInfo_var))->get_GuidTypes_7(); bool L_7 = JToken_ValidateToken_m2870953203(NULL /*static, unused*/, L_5, L_6, (bool)1, /*hidden argument*/NULL); if (L_7) { goto IL_0040; } } IL_0025: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_8 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JToken_t1038539247 * L_9 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); String_t* L_10 = JToken_GetType_m1873657362(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); String_t* L_11 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral1043183437, L_8, L_10, /*hidden argument*/NULL); ArgumentException_t132251570 * L_12 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,JToken_op_Explicit_m3327616186_RuntimeMethod_var); } IL_0040: { JValue_t1448862567 * L_13 = V_0; NullCheck(L_13); RuntimeObject * L_14 = JValue_get_Value_m3866091653(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0052; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t621127673 )); Nullable_1_t621127673 L_15 = V_1; return L_15; } IL_0052: { JValue_t1448862567 * L_16 = V_0; NullCheck(L_16); RuntimeObject * L_17 = JValue_get_Value_m3866091653(L_16, /*hidden argument*/NULL); if (!((ByteU5BU5D_t4116647657*)IsInst((RuntimeObject*)L_17, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var))) { goto IL_0075; } } { JValue_t1448862567 * L_18 = V_0; NullCheck(L_18); RuntimeObject * L_19 = JValue_get_Value_m3866091653(L_18, /*hidden argument*/NULL); Guid_t L_20; memset(&L_20, 0, sizeof(L_20)); Guid__ctor_m3421080095((&L_20), ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_19, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); Nullable_1_t621127673 L_21; memset(&L_21, 0, sizeof(L_21)); Nullable_1__ctor_m426225879((&L_21), L_20, /*hidden argument*/Nullable_1__ctor_m426225879_RuntimeMethod_var); return L_21; } IL_0075: { JValue_t1448862567 * L_22 = V_0; NullCheck(L_22); RuntimeObject * L_23 = JValue_get_Value_m3866091653(L_22, /*hidden argument*/NULL); if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_23, Guid_t_il2cpp_TypeInfo_var))) { goto IL_0099; } } { JValue_t1448862567 * L_24 = V_0; NullCheck(L_24); RuntimeObject * L_25 = JValue_get_Value_m3866091653(L_24, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_26 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); String_t* L_27 = Convert_ToString_m1854379141(NULL /*static, unused*/, L_25, L_26, /*hidden argument*/NULL); Guid_t L_28; memset(&L_28, 0, sizeof(L_28)); Guid__ctor_m2423264394((&L_28), L_27, /*hidden argument*/NULL); G_B12_0 = L_28; goto IL_00a4; } IL_0099: { JValue_t1448862567 * L_29 = V_0; NullCheck(L_29); RuntimeObject * L_30 = JValue_get_Value_m3866091653(L_29, /*hidden argument*/NULL); G_B12_0 = ((*(Guid_t *)((Guid_t *)UnBox(L_30, Guid_t_il2cpp_TypeInfo_var)))); } IL_00a4: { Nullable_1_t621127673 L_31; memset(&L_31, 0, sizeof(L_31)); Nullable_1__ctor_m426225879((&L_31), G_B12_0, /*hidden argument*/Nullable_1__ctor_m426225879_RuntimeMethod_var); return L_31; } } // System.TimeSpan Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR TimeSpan_t881159249 JToken_op_Explicit_m1375917617 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_op_Explicit_m1375917617_MetadataUsageId); s_Il2CppMethodInitialized = true; } JValue_t1448862567 * V_0 = NULL; { JToken_t1038539247 * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JValue_t1448862567 * L_1 = JToken_EnsureValue_m3253015465(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; JValue_t1448862567 * L_2 = V_0; if (!L_2) { goto IL_0018; } } { JValue_t1448862567 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t1887505675* L_4 = ((JToken_t1038539247_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t1038539247_il2cpp_TypeInfo_var))->get_TimeSpanTypes_8(); bool L_5 = JToken_ValidateToken_m2870953203(NULL /*static, unused*/, L_3, L_4, (bool)0, /*hidden argument*/NULL); if (L_5) { goto IL_0033; } } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_6 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JToken_t1038539247 * L_7 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); String_t* L_8 = JToken_GetType_m1873657362(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); String_t* L_9 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral1264443029, L_6, L_8, /*hidden argument*/NULL); ArgumentException_t132251570 * L_10 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,JToken_op_Explicit_m1375917617_RuntimeMethod_var); } IL_0033: { JValue_t1448862567 * L_11 = V_0; NullCheck(L_11); RuntimeObject * L_12 = JValue_get_Value_m3866091653(L_11, /*hidden argument*/NULL); if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_12, TimeSpan_t881159249_il2cpp_TypeInfo_var))) { goto IL_0056; } } { JValue_t1448862567 * L_13 = V_0; NullCheck(L_13); RuntimeObject * L_14 = JValue_get_Value_m3866091653(L_13, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_15 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); String_t* L_16 = Convert_ToString_m1854379141(NULL /*static, unused*/, L_14, L_15, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_t2194062972_il2cpp_TypeInfo_var); TimeSpan_t881159249 L_17 = ConvertUtils_ParseTimeSpan_m1572991556(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); return L_17; } IL_0056: { JValue_t1448862567 * L_18 = V_0; NullCheck(L_18); RuntimeObject * L_19 = JValue_get_Value_m3866091653(L_18, /*hidden argument*/NULL); return ((*(TimeSpan_t881159249 *)((TimeSpan_t881159249 *)UnBox(L_19, TimeSpan_t881159249_il2cpp_TypeInfo_var)))); } } // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR Nullable_1_t2603721331 JToken_op_Explicit_m3189873055 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_op_Explicit_m3189873055_MetadataUsageId); s_Il2CppMethodInitialized = true; } JValue_t1448862567 * V_0 = NULL; Nullable_1_t2603721331 V_1; memset(&V_1, 0, sizeof(V_1)); TimeSpan_t881159249 G_B10_0; memset(&G_B10_0, 0, sizeof(G_B10_0)); { JToken_t1038539247 * L_0 = ___value0; if (L_0) { goto IL_000d; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t2603721331 )); Nullable_1_t2603721331 L_1 = V_1; return L_1; } IL_000d: { JToken_t1038539247 * L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JValue_t1448862567 * L_3 = JToken_EnsureValue_m3253015465(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_0 = L_3; JValue_t1448862567 * L_4 = V_0; if (!L_4) { goto IL_0025; } } { JValue_t1448862567 * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t1887505675* L_6 = ((JToken_t1038539247_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t1038539247_il2cpp_TypeInfo_var))->get_TimeSpanTypes_8(); bool L_7 = JToken_ValidateToken_m2870953203(NULL /*static, unused*/, L_5, L_6, (bool)1, /*hidden argument*/NULL); if (L_7) { goto IL_0040; } } IL_0025: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_8 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JToken_t1038539247 * L_9 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); String_t* L_10 = JToken_GetType_m1873657362(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); String_t* L_11 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral1264443029, L_8, L_10, /*hidden argument*/NULL); ArgumentException_t132251570 * L_12 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,JToken_op_Explicit_m3189873055_RuntimeMethod_var); } IL_0040: { JValue_t1448862567 * L_13 = V_0; NullCheck(L_13); RuntimeObject * L_14 = JValue_get_Value_m3866091653(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0052; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t2603721331 )); Nullable_1_t2603721331 L_15 = V_1; return L_15; } IL_0052: { JValue_t1448862567 * L_16 = V_0; NullCheck(L_16); RuntimeObject * L_17 = JValue_get_Value_m3866091653(L_16, /*hidden argument*/NULL); if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_17, TimeSpan_t881159249_il2cpp_TypeInfo_var))) { goto IL_0076; } } { JValue_t1448862567 * L_18 = V_0; NullCheck(L_18); RuntimeObject * L_19 = JValue_get_Value_m3866091653(L_18, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_20 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); String_t* L_21 = Convert_ToString_m1854379141(NULL /*static, unused*/, L_19, L_20, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_t2194062972_il2cpp_TypeInfo_var); TimeSpan_t881159249 L_22 = ConvertUtils_ParseTimeSpan_m1572991556(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); G_B10_0 = L_22; goto IL_0081; } IL_0076: { JValue_t1448862567 * L_23 = V_0; NullCheck(L_23); RuntimeObject * L_24 = JValue_get_Value_m3866091653(L_23, /*hidden argument*/NULL); G_B10_0 = ((*(TimeSpan_t881159249 *)((TimeSpan_t881159249 *)UnBox(L_24, TimeSpan_t881159249_il2cpp_TypeInfo_var)))); } IL_0081: { Nullable_1_t2603721331 L_25; memset(&L_25, 0, sizeof(L_25)); Nullable_1__ctor_m3314784284((&L_25), G_B10_0, /*hidden argument*/Nullable_1__ctor_m3314784284_RuntimeMethod_var); return L_25; } } // System.Uri Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR Uri_t100236324 * JToken_op_Explicit_m4290298389 (RuntimeObject * __this /* static, unused */, JToken_t1038539247 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_op_Explicit_m4290298389_MetadataUsageId); s_Il2CppMethodInitialized = true; } JValue_t1448862567 * V_0 = NULL; { JToken_t1038539247 * L_0 = ___value0; if (L_0) { goto IL_0005; } } { return (Uri_t100236324 *)NULL; } IL_0005: { JToken_t1038539247 * L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JValue_t1448862567 * L_2 = JToken_EnsureValue_m3253015465(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); V_0 = L_2; JValue_t1448862567 * L_3 = V_0; if (!L_3) { goto IL_001d; } } { JValue_t1448862567 * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t1887505675* L_5 = ((JToken_t1038539247_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t1038539247_il2cpp_TypeInfo_var))->get_UriTypes_9(); bool L_6 = JToken_ValidateToken_m2870953203(NULL /*static, unused*/, L_4, L_5, (bool)1, /*hidden argument*/NULL); if (L_6) { goto IL_0038; } } IL_001d: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_7 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JToken_t1038539247 * L_8 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); String_t* L_9 = JToken_GetType_m1873657362(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); String_t* L_10 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral880253358, L_7, L_9, /*hidden argument*/NULL); ArgumentException_t132251570 * L_11 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,JToken_op_Explicit_m4290298389_RuntimeMethod_var); } IL_0038: { JValue_t1448862567 * L_12 = V_0; NullCheck(L_12); RuntimeObject * L_13 = JValue_get_Value_m3866091653(L_12, /*hidden argument*/NULL); if (L_13) { goto IL_0042; } } { return (Uri_t100236324 *)NULL; } IL_0042: { JValue_t1448862567 * L_14 = V_0; NullCheck(L_14); RuntimeObject * L_15 = JValue_get_Value_m3866091653(L_14, /*hidden argument*/NULL); if (((Uri_t100236324 *)IsInstClass((RuntimeObject*)L_15, Uri_t100236324_il2cpp_TypeInfo_var))) { goto IL_0065; } } { JValue_t1448862567 * L_16 = V_0; NullCheck(L_16); RuntimeObject * L_17 = JValue_get_Value_m3866091653(L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_18 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); String_t* L_19 = Convert_ToString_m1854379141(NULL /*static, unused*/, L_17, L_18, /*hidden argument*/NULL); Uri_t100236324 * L_20 = (Uri_t100236324 *)il2cpp_codegen_object_new(Uri_t100236324_il2cpp_TypeInfo_var); Uri__ctor_m800430703(L_20, L_19, /*hidden argument*/NULL); return L_20; } IL_0065: { JValue_t1448862567 * L_21 = V_0; NullCheck(L_21); RuntimeObject * L_22 = JValue_get_Value_m3866091653(L_21, /*hidden argument*/NULL); return ((Uri_t100236324 *)CastclassClass((RuntimeObject*)L_22, Uri_t100236324_il2cpp_TypeInfo_var)); } } // System.Collections.IEnumerator Newtonsoft.Json.Linq.JToken::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JToken_System_Collections_IEnumerable_GetEnumerator_m1116583369 (JToken_t1038539247 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_System_Collections_IEnumerable_GetEnumerator_m1116583369_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t18392136_il2cpp_TypeInfo_var, __this); return L_0; } } // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JToken::System.Collections.Generic.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JToken_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m3416273315 (JToken_t1038539247 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m3416273315_MetadataUsageId); s_Il2CppMethodInitialized = true; } JEnumerable_1_t20407348 V_0; memset(&V_0, 0, sizeof(V_0)); { JEnumerable_1_t20407348 L_0 = VirtFuncInvoker0< JEnumerable_1_t20407348 >::Invoke(17 /* Newtonsoft.Json.Linq.JEnumerable`1 Newtonsoft.Json.Linq.JToken::Children() */, __this); V_0 = L_0; RuntimeObject* L_1 = JEnumerable_1_GetEnumerator_m3956591064((&V_0), /*hidden argument*/JEnumerable_1_GetEnumerator_m3956591064_RuntimeMethod_var); return L_1; } } // Newtonsoft.Json.JsonReader Newtonsoft.Json.Linq.JToken::CreateReader() extern "C" IL2CPP_METHOD_ATTR JsonReader_t2369136700 * JToken_CreateReader_m3510696721 (JToken_t1038539247 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_CreateReader_m3510696721_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JTokenReader_t3769275704 * L_0 = (JTokenReader_t3769275704 *)il2cpp_codegen_object_new(JTokenReader_t3769275704_il2cpp_TypeInfo_var); JTokenReader__ctor_m3289697887(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Object Newtonsoft.Json.Linq.JToken::ToObject(System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JToken_ToObject_m3253179817 (JToken_t1038539247 * __this, Type_t * ___objectType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_ToObject_m3253179817_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; RuntimeObject * V_2 = NULL; Exception_t * V_3 = NULL; Type_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); Type_t * G_B7_0 = NULL; Type_t * G_B12_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_t3077351166_il2cpp_TypeInfo_var); Func_1_t1569001961 * L_0 = JsonConvert_get_DefaultSettings_m2352210284(NULL /*static, unused*/, /*hidden argument*/NULL); if (L_0) { goto IL_02e0; } } { Type_t * L_1 = ___objectType0; IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_t2194062972_il2cpp_TypeInfo_var); int32_t L_2 = ConvertUtils_GetTypeCode_m537513080(NULL /*static, unused*/, L_1, (&V_0), /*hidden argument*/NULL); V_1 = L_2; bool L_3 = V_0; if (!L_3) { goto IL_0093; } } { int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(12 /* Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JToken::get_Type() */, __this); if ((!(((uint32_t)L_4) == ((uint32_t)8)))) { goto IL_0068; } } IL_001f: try { // begin try (depth: 1) Type_t * L_5 = ___objectType0; JsonSerializer_t1424496335 * L_6 = JsonSerializer_CreateDefault_m1062012334(NULL /*static, unused*/, /*hidden argument*/NULL); RuntimeObject * L_7 = JToken_ToObject_m1717874774(__this, L_5, L_6, /*hidden argument*/NULL); V_2 = L_7; goto IL_02ed; } // 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_0031; throw e; } CATCH_0031: { // begin catch(System.Exception) { V_3 = ((Exception_t *)__exception_local); Type_t * L_8 = ___objectType0; bool L_9 = TypeExtensions_IsEnum_m286495740(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0042; } } IL_003a: { Type_t * L_10 = ___objectType0; Type_t * L_11 = Nullable_GetUnderlyingType_m3905033790(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); G_B7_0 = L_11; goto IL_0043; } IL_0042: { Type_t * L_12 = ___objectType0; G_B7_0 = L_12; } IL_0043: { V_4 = G_B7_0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_13 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); String_t* L_14 = JToken_op_Explicit_m3430858053(NULL /*static, unused*/, __this, /*hidden argument*/NULL); Type_t * L_15 = V_4; NullCheck(L_15); String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_15); String_t* L_17 = StringUtils_FormatWith_m353537829(NULL /*static, unused*/, _stringLiteral1715260114, L_13, L_14, L_16, /*hidden argument*/NULL); Exception_t * L_18 = V_3; ArgumentException_t132251570 * L_19 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1535060261(L_19, L_17, L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19,JToken_ToObject_m3253179817_RuntimeMethod_var); } } // end catch (depth: 1) IL_0068: { int32_t L_20 = VirtFuncInvoker0< int32_t >::Invoke(12 /* Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JToken::get_Type() */, __this); if ((!(((uint32_t)L_20) == ((uint32_t)6)))) { goto IL_0093; } } { Type_t * L_21 = ___objectType0; bool L_22 = TypeExtensions_IsEnum_m286495740(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); if (L_22) { goto IL_0081; } } { Type_t * L_23 = ___objectType0; Type_t * L_24 = Nullable_GetUnderlyingType_m3905033790(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); G_B12_0 = L_24; goto IL_0082; } IL_0081: { Type_t * L_25 = ___objectType0; G_B12_0 = L_25; } IL_0082: { NullCheck(((JValue_t1448862567 *)CastclassClass((RuntimeObject*)__this, JValue_t1448862567_il2cpp_TypeInfo_var))); RuntimeObject * L_26 = JValue_get_Value_m3866091653(((JValue_t1448862567 *)CastclassClass((RuntimeObject*)__this, JValue_t1448862567_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_27 = Enum_ToObject_m1628250250(NULL /*static, unused*/, G_B12_0, L_26, /*hidden argument*/NULL); return L_27; } IL_0093: { int32_t L_28 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)2))) { case 0: { goto IL_015c; } case 1: { goto IL_0150; } case 2: { goto IL_0144; } case 3: { goto IL_0138; } case 4: { goto IL_0168; } case 5: { goto IL_0174; } case 6: { goto IL_01a4; } case 7: { goto IL_0198; } case 8: { goto IL_01bc; } case 9: { goto IL_01b0; } case 10: { goto IL_01d4; } case 11: { goto IL_01c8; } case 12: { goto IL_018c; } case 13: { goto IL_0180; } case 14: { goto IL_01ec; } case 15: { goto IL_01e0; } case 16: { goto IL_0204; } case 17: { goto IL_01f8; } case 18: { goto IL_021c; } case 19: { goto IL_0210; } case 20: { goto IL_0234; } case 21: { goto IL_0228; } case 22: { goto IL_024d; } case 23: { goto IL_0241; } case 24: { goto IL_027e; } case 25: { goto IL_0272; } case 26: { goto IL_0296; } case 27: { goto IL_028a; } case 28: { goto IL_0266; } case 29: { goto IL_025a; } case 30: { goto IL_02b5; } case 31: { goto IL_02a9; } case 32: { goto IL_02d4; } case 33: { goto IL_02c8; } case 34: { goto IL_02e0; } case 35: { goto IL_02e0; } case 36: { goto IL_02c1; } case 37: { goto IL_02a2; } } } { goto IL_02e0; } IL_0138: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); Nullable_1_t1819850047 L_29 = JToken_op_Explicit_m3185340203(NULL /*static, unused*/, __this, /*hidden argument*/NULL); Nullable_1_t1819850047 L_30 = L_29; RuntimeObject * L_31 = Box(Nullable_1_t1819850047_il2cpp_TypeInfo_var, &L_30); return L_31; } IL_0144: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); bool L_32 = JToken_op_Explicit_m4028514089(NULL /*static, unused*/, __this, /*hidden argument*/NULL); bool L_33 = L_32; RuntimeObject * L_34 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_33); return L_34; } IL_0150: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); Nullable_1_t1062055256 L_35 = JToken_op_Explicit_m938686776(NULL /*static, unused*/, __this, /*hidden argument*/NULL); Nullable_1_t1062055256 L_36 = L_35; RuntimeObject * L_37 = Box(Nullable_1_t1062055256_il2cpp_TypeInfo_var, &L_36); return L_37; } IL_015c: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); Il2CppChar L_38 = JToken_op_Explicit_m2962730139(NULL /*static, unused*/, __this, /*hidden argument*/NULL); Il2CppChar L_39 = L_38; RuntimeObject * L_40 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_39); return L_40; } IL_0168: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); Nullable_1_t3392139744 L_41 = JToken_op_Explicit_m3577139076(NULL /*static, unused*/, __this, /*hidden argument*/NULL); Nullable_1_t3392139744 L_42 = L_41; RuntimeObject * L_43 = Box(Nullable_1_t3392139744_il2cpp_TypeInfo_var, &L_42); return L_43; } IL_0174: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); int8_t L_44 = JToken_op_Explicit_m3383912527(NULL /*static, unused*/, __this, /*hidden argument*/NULL); int8_t L_45 = L_44; RuntimeObject * L_46 = Box(SByte_t1669577662_il2cpp_TypeInfo_var, &L_45); return L_46; } IL_0180: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); Nullable_1_t2856858458 L_47 = JToken_op_Explicit_m2945574301(NULL /*static, unused*/, __this, /*hidden argument*/NULL); Nullable_1_t2856858458 L_48 = L_47; RuntimeObject * L_49 = Box(Nullable_1_t2856858458_il2cpp_TypeInfo_var, &L_48); return L_49; } IL_018c: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); uint8_t L_50 = JToken_op_Explicit_m2311737702(NULL /*static, unused*/, __this, /*hidden argument*/NULL); uint8_t L_51 = L_50; RuntimeObject * L_52 = Box(Byte_t1134296376_il2cpp_TypeInfo_var, &L_51); return L_52; } IL_0198: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); Nullable_1_t4275382469 L_53 = JToken_op_Explicit_m885835109(NULL /*static, unused*/, __this, /*hidden argument*/NULL); Nullable_1_t4275382469 L_54 = L_53; RuntimeObject * L_55 = Box(Nullable_1_t4275382469_il2cpp_TypeInfo_var, &L_54); return L_55; } IL_01a4: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); int16_t L_56 = JToken_op_Explicit_m365915847(NULL /*static, unused*/, __this, /*hidden argument*/NULL); int16_t L_57 = L_56; RuntimeObject * L_58 = Box(Int16_t2552820387_il2cpp_TypeInfo_var, &L_57); return L_58; } IL_01b0: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); Nullable_1_t3900287040 L_59 = JToken_op_Explicit_m1539098768(NULL /*static, unused*/, __this, /*hidden argument*/NULL); Nullable_1_t3900287040 L_60 = L_59; RuntimeObject * L_61 = Box(Nullable_1_t3900287040_il2cpp_TypeInfo_var, &L_60); return L_61; } IL_01bc: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); uint16_t L_62 = JToken_op_Explicit_m2868982107(NULL /*static, unused*/, __this, /*hidden argument*/NULL); uint16_t L_63 = L_62; RuntimeObject * L_64 = Box(UInt16_t2177724958_il2cpp_TypeInfo_var, &L_63); return L_64; } IL_01c8: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); Nullable_1_t378540539 L_65 = JToken_op_Explicit_m1594151585(NULL /*static, unused*/, __this, /*hidden argument*/NULL); Nullable_1_t378540539 L_66 = L_65; RuntimeObject * L_67 = Box(Nullable_1_t378540539_il2cpp_TypeInfo_var, &L_66); return L_67; } IL_01d4: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); int32_t L_68 = JToken_op_Explicit_m3473930110(NULL /*static, unused*/, __this, /*hidden argument*/NULL); int32_t L_69 = L_68; RuntimeObject * L_70 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_69); return L_70; } IL_01e0: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); Nullable_1_t4282624060 L_71 = JToken_op_Explicit_m1000881973(NULL /*static, unused*/, __this, /*hidden argument*/NULL); Nullable_1_t4282624060 L_72 = L_71; RuntimeObject * L_73 = Box(Nullable_1_t4282624060_il2cpp_TypeInfo_var, &L_72); return L_73; } IL_01ec: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); uint32_t L_74 = JToken_op_Explicit_m1915874635(NULL /*static, unused*/, __this, /*hidden argument*/NULL); uint32_t L_75 = L_74; RuntimeObject * L_76 = Box(UInt32_t2560061978_il2cpp_TypeInfo_var, &L_75); return L_76; } IL_01f8: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); Nullable_1_t1164162090 L_77 = JToken_op_Explicit_m2468271921(NULL /*static, unused*/, __this, /*hidden argument*/NULL); Nullable_1_t1164162090 L_78 = L_77; RuntimeObject * L_79 = Box(Nullable_1_t1164162090_il2cpp_TypeInfo_var, &L_78); return L_79; } IL_0204: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); int64_t L_80 = JToken_op_Explicit_m611112651(NULL /*static, unused*/, __this, /*hidden argument*/NULL); int64_t L_81 = L_80; RuntimeObject * L_82 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_81); return L_82; } IL_0210: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); Nullable_1_t1561634878 L_83 = JToken_op_Explicit_m706218889(NULL /*static, unused*/, __this, /*hidden argument*/NULL); Nullable_1_t1561634878 L_84 = L_83; RuntimeObject * L_85 = Box(Nullable_1_t1561634878_il2cpp_TypeInfo_var, &L_84); return L_85; } IL_021c: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); uint64_t L_86 = JToken_op_Explicit_m22010335(NULL /*static, unused*/, __this, /*hidden argument*/NULL); uint64_t L_87 = L_86; RuntimeObject * L_88 = Box(UInt64_t4134040092_il2cpp_TypeInfo_var, &L_87); return L_88; } IL_0228: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); Nullable_1_t3119828856 L_89 = JToken_op_Explicit_m1524800641(NULL /*static, unused*/, __this, /*hidden argument*/NULL); Nullable_1_t3119828856 L_90 = L_89; RuntimeObject * L_91 = Box(Nullable_1_t3119828856_il2cpp_TypeInfo_var, &L_90); return L_91; } IL_0234: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); float L_92 = JToken_op_Explicit_m3425055959(NULL /*static, unused*/, __this, /*hidden argument*/NULL); float L_93 = (((float)((float)L_92))); RuntimeObject * L_94 = Box(Single_t1397266774_il2cpp_TypeInfo_var, &L_93); return L_94; } IL_0241: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); Nullable_1_t2317227445 L_95 = JToken_op_Explicit_m1420589941(NULL /*static, unused*/, __this, /*hidden argument*/NULL); Nullable_1_t2317227445 L_96 = L_95; RuntimeObject * L_97 = Box(Nullable_1_t2317227445_il2cpp_TypeInfo_var, &L_96); return L_97; } IL_024d: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); double L_98 = JToken_op_Explicit_m3386647839(NULL /*static, unused*/, __this, /*hidden argument*/NULL); double L_99 = (((double)((double)L_98))); RuntimeObject * L_100 = Box(Double_t594665363_il2cpp_TypeInfo_var, &L_99); return L_100; } IL_025a: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); Nullable_1_t375854166 L_101 = JToken_op_Explicit_m4004946053(NULL /*static, unused*/, __this, /*hidden argument*/NULL); Nullable_1_t375854166 L_102 = L_101; RuntimeObject * L_103 = Box(Nullable_1_t375854166_il2cpp_TypeInfo_var, &L_102); return L_103; } IL_0266: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); Decimal_t2948259380 L_104 = JToken_op_Explicit_m1672853504(NULL /*static, unused*/, __this, /*hidden argument*/NULL); Decimal_t2948259380 L_105 = L_104; RuntimeObject * L_106 = Box(Decimal_t2948259380_il2cpp_TypeInfo_var, &L_105); return L_106; } IL_0272: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); Nullable_1_t1166124571 L_107 = JToken_op_Explicit_m1780998417(NULL /*static, unused*/, __this, /*hidden argument*/NULL); Nullable_1_t1166124571 L_108 = L_107; RuntimeObject * L_109 = Box(Nullable_1_t1166124571_il2cpp_TypeInfo_var, &L_108); return L_109; } IL_027e: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); DateTime_t3738529785 L_110 = JToken_op_Explicit_m3558176749(NULL /*static, unused*/, __this, /*hidden argument*/NULL); DateTime_t3738529785 L_111 = L_110; RuntimeObject * L_112 = Box(DateTime_t3738529785_il2cpp_TypeInfo_var, &L_111); return L_112; } IL_028a: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); Nullable_1_t656882293 L_113 = JToken_op_Explicit_m2498523493(NULL /*static, unused*/, __this, /*hidden argument*/NULL); Nullable_1_t656882293 L_114 = L_113; RuntimeObject * L_115 = Box(Nullable_1_t656882293_il2cpp_TypeInfo_var, &L_114); return L_115; } IL_0296: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); DateTimeOffset_t3229287507 L_116 = JToken_op_Explicit_m1747708802(NULL /*static, unused*/, __this, /*hidden argument*/NULL); DateTimeOffset_t3229287507 L_117 = L_116; RuntimeObject * L_118 = Box(DateTimeOffset_t3229287507_il2cpp_TypeInfo_var, &L_117); return L_118; } IL_02a2: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); String_t* L_119 = JToken_op_Explicit_m3430858053(NULL /*static, unused*/, __this, /*hidden argument*/NULL); return L_119; } IL_02a9: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); Nullable_1_t621127673 L_120 = JToken_op_Explicit_m3327616186(NULL /*static, unused*/, __this, /*hidden argument*/NULL); Nullable_1_t621127673 L_121 = L_120; RuntimeObject * L_122 = Box(Nullable_1_t621127673_il2cpp_TypeInfo_var, &L_121); return L_122; } IL_02b5: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); Guid_t L_123 = JToken_op_Explicit_m363182177(NULL /*static, unused*/, __this, /*hidden argument*/NULL); Guid_t L_124 = L_123; RuntimeObject * L_125 = Box(Guid_t_il2cpp_TypeInfo_var, &L_124); return L_125; } IL_02c1: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); Uri_t100236324 * L_126 = JToken_op_Explicit_m4290298389(NULL /*static, unused*/, __this, /*hidden argument*/NULL); return L_126; } IL_02c8: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); Nullable_1_t2603721331 L_127 = JToken_op_Explicit_m3189873055(NULL /*static, unused*/, __this, /*hidden argument*/NULL); Nullable_1_t2603721331 L_128 = L_127; RuntimeObject * L_129 = Box(Nullable_1_t2603721331_il2cpp_TypeInfo_var, &L_128); return L_129; } IL_02d4: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); TimeSpan_t881159249 L_130 = JToken_op_Explicit_m1375917617(NULL /*static, unused*/, __this, /*hidden argument*/NULL); TimeSpan_t881159249 L_131 = L_130; RuntimeObject * L_132 = Box(TimeSpan_t881159249_il2cpp_TypeInfo_var, &L_131); return L_132; } IL_02e0: { Type_t * L_133 = ___objectType0; JsonSerializer_t1424496335 * L_134 = JsonSerializer_CreateDefault_m1062012334(NULL /*static, unused*/, /*hidden argument*/NULL); RuntimeObject * L_135 = JToken_ToObject_m1717874774(__this, L_133, L_134, /*hidden argument*/NULL); return L_135; } IL_02ed: { RuntimeObject * L_136 = V_2; return L_136; } } // System.Object Newtonsoft.Json.Linq.JToken::ToObject(System.Type,Newtonsoft.Json.JsonSerializer) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JToken_ToObject_m1717874774 (JToken_t1038539247 * __this, Type_t * ___objectType0, JsonSerializer_t1424496335 * ___jsonSerializer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_ToObject_m1717874774_MetadataUsageId); s_Il2CppMethodInitialized = true; } JTokenReader_t3769275704 * V_0 = NULL; RuntimeObject * 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); { JsonSerializer_t1424496335 * L_0 = ___jsonSerializer1; ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, L_0, _stringLiteral1746439192, /*hidden argument*/NULL); JTokenReader_t3769275704 * L_1 = (JTokenReader_t3769275704 *)il2cpp_codegen_object_new(JTokenReader_t3769275704_il2cpp_TypeInfo_var); JTokenReader__ctor_m3289697887(L_1, __this, /*hidden argument*/NULL); V_0 = L_1; } IL_0012: try { // begin try (depth: 1) JsonSerializer_t1424496335 * L_2 = ___jsonSerializer1; JTokenReader_t3769275704 * L_3 = V_0; Type_t * L_4 = ___objectType0; NullCheck(L_2); RuntimeObject * L_5 = JsonSerializer_Deserialize_m2944258957(L_2, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; IL2CPP_LEAVE(0x27, FINALLY_001d); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001d; } FINALLY_001d: { // begin finally (depth: 1) { JTokenReader_t3769275704 * L_6 = V_0; if (!L_6) { goto IL_0026; } } IL_0020: { JTokenReader_t3769275704 * L_7 = V_0; NullCheck(L_7); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_7); } IL_0026: { IL2CPP_END_FINALLY(29) } } // end finally (depth: 1) IL2CPP_CLEANUP(29) { IL2CPP_JUMP_TBL(0x27, IL_0027) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0027: { RuntimeObject * L_8 = V_1; return L_8; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_ReadFrom_m3588802466_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonReader_t2369136700 * L_0 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JToken_t1038539247 * L_1 = JToken_ReadFrom_m3508044624(NULL /*static, unused*/, L_0, (JsonLoadSettings_t878621609 *)NULL, /*hidden argument*/NULL); return L_1; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::ReadFrom(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings) extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * JToken_ReadFrom_m3508044624 (RuntimeObject * __this /* static, unused */, JsonReader_t2369136700 * ___reader0, JsonLoadSettings_t878621609 * ___settings1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_ReadFrom_m3508044624_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; int32_t V_1 = 0; bool G_B5_0 = false; { JsonReader_t2369136700 * L_0 = ___reader0; ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, L_0, _stringLiteral3529812268, /*hidden argument*/NULL); JsonReader_t2369136700 * L_1 = ___reader0; NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_1); if (L_2) { goto IL_003a; } } { JsonLoadSettings_t878621609 * L_3 = ___settings1; if (!L_3) { goto IL_001e; } } { JsonLoadSettings_t878621609 * L_4 = ___settings1; NullCheck(L_4); int32_t L_5 = JsonLoadSettings_get_CommentHandling_m2256880008(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0026; } } IL_001e: { JsonReader_t2369136700 * L_6 = ___reader0; NullCheck(L_6); bool L_7 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_6); G_B5_0 = L_7; goto IL_002c; } IL_0026: { JsonReader_t2369136700 * L_8 = ___reader0; NullCheck(L_8); bool L_9 = JsonReader_ReadAndMoveToContent_m799965404(L_8, /*hidden argument*/NULL); G_B5_0 = L_9; } IL_002c: { if (G_B5_0) { goto IL_003a; } } { JsonReader_t2369136700 * L_10 = ___reader0; JsonReaderException_t3553144781 * L_11 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, L_10, _stringLiteral3739632462, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,JToken_ReadFrom_m3508044624_RuntimeMethod_var); } IL_003a: { JsonReader_t2369136700 * L_12 = ___reader0; V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_12, IJsonLineInfo_t2844470104_il2cpp_TypeInfo_var)); JsonReader_t2369136700 * L_13 = ___reader0; NullCheck(L_13); int32_t L_14 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_13); V_1 = L_14; int32_t L_15 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1))) { case 0: { goto IL_0096; } case 1: { goto IL_009e; } case 2: { goto IL_00a6; } case 3: { goto IL_00ae; } case 4: { goto IL_00ca; } case 5: { goto IL_00ff; } case 6: { goto IL_00b6; } case 7: { goto IL_00b6; } case 8: { goto IL_00b6; } case 9: { goto IL_00b6; } case 10: { goto IL_00e3; } case 11: { goto IL_00f1; } case 12: { goto IL_00ff; } case 13: { goto IL_00ff; } case 14: { goto IL_00ff; } case 15: { goto IL_00b6; } case 16: { goto IL_00b6; } } } { goto IL_00ff; } IL_0096: { JsonReader_t2369136700 * L_16 = ___reader0; JsonLoadSettings_t878621609 * L_17 = ___settings1; JObject_t2059125928 * L_18 = JObject_Load_m2350887230(NULL /*static, unused*/, L_16, L_17, /*hidden argument*/NULL); return L_18; } IL_009e: { JsonReader_t2369136700 * L_19 = ___reader0; JsonLoadSettings_t878621609 * L_20 = ___settings1; JArray_t2963978544 * L_21 = JArray_Load_m454891215(NULL /*static, unused*/, L_19, L_20, /*hidden argument*/NULL); return L_21; } IL_00a6: { JsonReader_t2369136700 * L_22 = ___reader0; JsonLoadSettings_t878621609 * L_23 = ___settings1; JConstructor_t3659803310 * L_24 = JConstructor_Load_m3453687055(NULL /*static, unused*/, L_22, L_23, /*hidden argument*/NULL); return L_24; } IL_00ae: { JsonReader_t2369136700 * L_25 = ___reader0; JsonLoadSettings_t878621609 * L_26 = ___settings1; JProperty_t3803048347 * L_27 = JProperty_Load_m3737161055(NULL /*static, unused*/, L_25, L_26, /*hidden argument*/NULL); return L_27; } IL_00b6: { JsonReader_t2369136700 * L_28 = ___reader0; NullCheck(L_28); RuntimeObject * L_29 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_28); JValue_t1448862567 * L_30 = (JValue_t1448862567 *)il2cpp_codegen_object_new(JValue_t1448862567_il2cpp_TypeInfo_var); JValue__ctor_m3253317968(L_30, L_29, /*hidden argument*/NULL); JValue_t1448862567 * L_31 = L_30; RuntimeObject* L_32 = V_0; JsonLoadSettings_t878621609 * L_33 = ___settings1; NullCheck(L_31); JToken_SetLineInfo_m1616462453(L_31, L_32, L_33, /*hidden argument*/NULL); return L_31; } IL_00ca: { JsonReader_t2369136700 * L_34 = ___reader0; 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); JValue_t1448862567 * L_37 = JValue_CreateComment_m2766888673(NULL /*static, unused*/, L_36, /*hidden argument*/NULL); JValue_t1448862567 * L_38 = L_37; RuntimeObject* L_39 = V_0; JsonLoadSettings_t878621609 * L_40 = ___settings1; NullCheck(L_38); JToken_SetLineInfo_m1616462453(L_38, L_39, L_40, /*hidden argument*/NULL); return L_38; } IL_00e3: { JValue_t1448862567 * L_41 = JValue_CreateNull_m1873583286(NULL /*static, unused*/, /*hidden argument*/NULL); JValue_t1448862567 * L_42 = L_41; RuntimeObject* L_43 = V_0; JsonLoadSettings_t878621609 * L_44 = ___settings1; NullCheck(L_42); JToken_SetLineInfo_m1616462453(L_42, L_43, L_44, /*hidden argument*/NULL); return L_42; } IL_00f1: { JValue_t1448862567 * L_45 = JValue_CreateUndefined_m481882203(NULL /*static, unused*/, /*hidden argument*/NULL); JValue_t1448862567 * L_46 = L_45; RuntimeObject* L_47 = V_0; JsonLoadSettings_t878621609 * L_48 = ___settings1; NullCheck(L_46); JToken_SetLineInfo_m1616462453(L_46, L_47, L_48, /*hidden argument*/NULL); return L_46; } IL_00ff: { JsonReader_t2369136700 * L_49 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_50 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); 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); String_t* L_55 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral347500621, L_50, L_54, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_56 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, L_49, L_55, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_56,JToken_ReadFrom_m3508044624_RuntimeMethod_var); } } // System.Void Newtonsoft.Json.Linq.JToken::SetLineInfo(Newtonsoft.Json.IJsonLineInfo,Newtonsoft.Json.Linq.JsonLoadSettings) extern "C" IL2CPP_METHOD_ATTR void JToken_SetLineInfo_m1616462453 (JToken_t1038539247 * __this, RuntimeObject* ___lineInfo0, JsonLoadSettings_t878621609 * ___settings1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_SetLineInfo_m1616462453_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonLoadSettings_t878621609 * L_0 = ___settings1; if (!L_0) { goto IL_000d; } } { JsonLoadSettings_t878621609 * L_1 = ___settings1; NullCheck(L_1); int32_t L_2 = JsonLoadSettings_get_LineInfoHandling_m2745089505(L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_000d; } } { return; } IL_000d: { RuntimeObject* L_3 = ___lineInfo0; if (!L_3) { goto IL_0018; } } { RuntimeObject* L_4 = ___lineInfo0; NullCheck(L_4); bool L_5 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean Newtonsoft.Json.IJsonLineInfo::HasLineInfo() */, IJsonLineInfo_t2844470104_il2cpp_TypeInfo_var, L_4); if (L_5) { goto IL_0019; } } IL_0018: { return; } IL_0019: { RuntimeObject* L_6 = ___lineInfo0; NullCheck(L_6); int32_t L_7 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 Newtonsoft.Json.IJsonLineInfo::get_LineNumber() */, IJsonLineInfo_t2844470104_il2cpp_TypeInfo_var, L_6); RuntimeObject* L_8 = ___lineInfo0; NullCheck(L_8); int32_t L_9 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 Newtonsoft.Json.IJsonLineInfo::get_LinePosition() */, IJsonLineInfo_t2844470104_il2cpp_TypeInfo_var, L_8); JToken_SetLineInfo_m2093961618(__this, L_7, L_9, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JToken::SetLineInfo(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void JToken_SetLineInfo_m2093961618 (JToken_t1038539247 * __this, int32_t ___lineNumber0, int32_t ___linePosition1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_SetLineInfo_m2093961618_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___lineNumber0; int32_t L_1 = ___linePosition1; LineInfoAnnotation_t2730592426 * L_2 = (LineInfoAnnotation_t2730592426 *)il2cpp_codegen_object_new(LineInfoAnnotation_t2730592426_il2cpp_TypeInfo_var); LineInfoAnnotation__ctor_m245517795(L_2, L_0, L_1, /*hidden argument*/NULL); JToken_AddAnnotation_m294500228(__this, L_2, /*hidden argument*/NULL); return; } } // System.Boolean Newtonsoft.Json.Linq.JToken::Newtonsoft.Json.IJsonLineInfo.HasLineInfo() extern "C" IL2CPP_METHOD_ATTR bool JToken_Newtonsoft_Json_IJsonLineInfo_HasLineInfo_m3703618407 (JToken_t1038539247 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_Newtonsoft_Json_IJsonLineInfo_HasLineInfo_m3703618407_MetadataUsageId); s_Il2CppMethodInitialized = true; } { LineInfoAnnotation_t2730592426 * L_0 = JToken_Annotation_TisLineInfoAnnotation_t2730592426_m2777815084(__this, /*hidden argument*/JToken_Annotation_TisLineInfoAnnotation_t2730592426_m2777815084_RuntimeMethod_var); return (bool)((!(((RuntimeObject*)(LineInfoAnnotation_t2730592426 *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } } // System.Int32 Newtonsoft.Json.Linq.JToken::Newtonsoft.Json.IJsonLineInfo.get_LineNumber() extern "C" IL2CPP_METHOD_ATTR int32_t JToken_Newtonsoft_Json_IJsonLineInfo_get_LineNumber_m4224563067 (JToken_t1038539247 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_Newtonsoft_Json_IJsonLineInfo_get_LineNumber_m4224563067_MetadataUsageId); s_Il2CppMethodInitialized = true; } LineInfoAnnotation_t2730592426 * V_0 = NULL; { LineInfoAnnotation_t2730592426 * L_0 = JToken_Annotation_TisLineInfoAnnotation_t2730592426_m2777815084(__this, /*hidden argument*/JToken_Annotation_TisLineInfoAnnotation_t2730592426_m2777815084_RuntimeMethod_var); V_0 = L_0; LineInfoAnnotation_t2730592426 * L_1 = V_0; if (!L_1) { goto IL_0011; } } { LineInfoAnnotation_t2730592426 * L_2 = V_0; NullCheck(L_2); int32_t L_3 = L_2->get_LineNumber_0(); return L_3; } IL_0011: { return 0; } } // System.Int32 Newtonsoft.Json.Linq.JToken::Newtonsoft.Json.IJsonLineInfo.get_LinePosition() extern "C" IL2CPP_METHOD_ATTR int32_t JToken_Newtonsoft_Json_IJsonLineInfo_get_LinePosition_m2174840749 (JToken_t1038539247 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_Newtonsoft_Json_IJsonLineInfo_get_LinePosition_m2174840749_MetadataUsageId); s_Il2CppMethodInitialized = true; } LineInfoAnnotation_t2730592426 * V_0 = NULL; { LineInfoAnnotation_t2730592426 * L_0 = JToken_Annotation_TisLineInfoAnnotation_t2730592426_m2777815084(__this, /*hidden argument*/JToken_Annotation_TisLineInfoAnnotation_t2730592426_m2777815084_RuntimeMethod_var); V_0 = L_0; LineInfoAnnotation_t2730592426 * L_1 = V_0; if (!L_1) { goto IL_0011; } } { LineInfoAnnotation_t2730592426 * L_2 = V_0; NullCheck(L_2); int32_t L_3 = L_2->get_LinePosition_1(); return L_3; } IL_0011: { return 0; } } // System.Object Newtonsoft.Json.Linq.JToken::System.ICloneable.Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JToken_System_ICloneable_Clone_m3283221993 (JToken_t1038539247 * __this, const RuntimeMethod* method) { { JToken_t1038539247 * L_0 = JToken_DeepClone_m3556059202(__this, /*hidden argument*/NULL); return L_0; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::DeepClone() extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * JToken_DeepClone_m3556059202 (JToken_t1038539247 * __this, const RuntimeMethod* method) { { JToken_t1038539247 * L_0 = VirtFuncInvoker0< JToken_t1038539247 * >::Invoke(10 /* Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::CloneToken() */, __this); return L_0; } } // System.Void Newtonsoft.Json.Linq.JToken::AddAnnotation(System.Object) extern "C" IL2CPP_METHOD_ATTR void JToken_AddAnnotation_m294500228 (JToken_t1038539247 * __this, RuntimeObject * ___annotation0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken_AddAnnotation_m294500228_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_t2843939325* V_0 = NULL; int32_t V_1 = 0; JToken_t1038539247 * G_B5_0 = NULL; JToken_t1038539247 * G_B4_0 = NULL; RuntimeObject * G_B6_0 = NULL; JToken_t1038539247 * G_B6_1 = NULL; { RuntimeObject * L_0 = ___annotation0; 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, _stringLiteral1102688753, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,JToken_AddAnnotation_m294500228_RuntimeMethod_var); } IL_000e: { RuntimeObject * L_2 = __this->get__annotations_3(); if (L_2) { goto IL_0032; } } { RuntimeObject * L_3 = ___annotation0; G_B4_0 = __this; if (((ObjectU5BU5D_t2843939325*)IsInst((RuntimeObject*)L_3, ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var))) { G_B5_0 = __this; goto IL_0022; } } { RuntimeObject * L_4 = ___annotation0; G_B6_0 = L_4; G_B6_1 = G_B4_0; goto IL_002c; } IL_0022: { ObjectU5BU5D_t2843939325* L_5 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); RuntimeObject * L_6 = ___annotation0; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (RuntimeObject *)L_6); G_B6_0 = ((RuntimeObject *)(L_5)); G_B6_1 = G_B5_0; } IL_002c: { NullCheck(G_B6_1); G_B6_1->set__annotations_3(G_B6_0); return; } IL_0032: { RuntimeObject * L_7 = __this->get__annotations_3(); V_0 = ((ObjectU5BU5D_t2843939325*)IsInst((RuntimeObject*)L_7, ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var)); ObjectU5BU5D_t2843939325* L_8 = V_0; if (L_8) { goto IL_005b; } } { ObjectU5BU5D_t2843939325* L_9 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)2)); RuntimeObject * L_10 = __this->get__annotations_3(); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(0), (RuntimeObject *)L_10); ObjectU5BU5D_t2843939325* L_11 = L_9; RuntimeObject * L_12 = ___annotation0; NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(1), (RuntimeObject *)L_12); __this->set__annotations_3((RuntimeObject *)L_11); return; } IL_005b: { V_1 = 0; goto IL_0063; } IL_005f: { int32_t L_13 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0063: { int32_t L_14 = V_1; ObjectU5BU5D_t2843939325* L_15 = V_0; NullCheck(L_15); if ((((int32_t)L_14) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length))))))) { goto IL_006e; } } { ObjectU5BU5D_t2843939325* L_16 = V_0; int32_t L_17 = V_1; NullCheck(L_16); int32_t L_18 = L_17; RuntimeObject * L_19 = (L_16)->GetAt(static_cast(L_18)); if (L_19) { goto IL_005f; } } IL_006e: { int32_t L_20 = V_1; ObjectU5BU5D_t2843939325* L_21 = V_0; NullCheck(L_21); if ((!(((uint32_t)L_20) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length)))))))) { goto IL_0085; } } { int32_t L_22 = V_1; Array_Resize_TisRuntimeObject_m1542437191(NULL /*static, unused*/, (&V_0), ((int32_t)il2cpp_codegen_multiply((int32_t)L_22, (int32_t)2)), /*hidden argument*/Array_Resize_TisRuntimeObject_m1542437191_RuntimeMethod_var); ObjectU5BU5D_t2843939325* L_23 = V_0; __this->set__annotations_3((RuntimeObject *)L_23); } IL_0085: { ObjectU5BU5D_t2843939325* L_24 = V_0; int32_t L_25 = V_1; RuntimeObject * L_26 = ___annotation0; NullCheck(L_24); ArrayElementTypeCheck (L_24, L_26); (L_24)->SetAt(static_cast(L_25), (RuntimeObject *)L_26); return; } } // System.Void Newtonsoft.Json.Linq.JToken::.cctor() extern "C" IL2CPP_METHOD_ATTR void JToken__cctor_m1535529526 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JToken__cctor_m1535529526_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JTokenTypeU5BU5D_t1887505675* L_0 = ((JTokenTypeU5BU5D_t1887505675*)SZArrayNew(JTokenTypeU5BU5D_t1887505675_il2cpp_TypeInfo_var, (uint32_t)6)); NullCheck(L_0); (L_0)->SetAt(static_cast(0), (int32_t)6); JTokenTypeU5BU5D_t1887505675* L_1 = L_0; NullCheck(L_1); (L_1)->SetAt(static_cast(1), (int32_t)7); JTokenTypeU5BU5D_t1887505675* L_2 = L_1; NullCheck(L_2); (L_2)->SetAt(static_cast(2), (int32_t)8); JTokenTypeU5BU5D_t1887505675* L_3 = L_2; NullCheck(L_3); (L_3)->SetAt(static_cast(3), (int32_t)5); JTokenTypeU5BU5D_t1887505675* L_4 = L_3; NullCheck(L_4); (L_4)->SetAt(static_cast(4), (int32_t)((int32_t)13)); JTokenTypeU5BU5D_t1887505675* L_5 = L_4; NullCheck(L_5); (L_5)->SetAt(static_cast(5), (int32_t)((int32_t)9)); ((JToken_t1038539247_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t1038539247_il2cpp_TypeInfo_var))->set_BooleanTypes_4(L_5); JTokenTypeU5BU5D_t1887505675* L_6 = ((JTokenTypeU5BU5D_t1887505675*)SZArrayNew(JTokenTypeU5BU5D_t1887505675_il2cpp_TypeInfo_var, (uint32_t)6)); NullCheck(L_6); (L_6)->SetAt(static_cast(0), (int32_t)6); JTokenTypeU5BU5D_t1887505675* L_7 = L_6; NullCheck(L_7); (L_7)->SetAt(static_cast(1), (int32_t)7); JTokenTypeU5BU5D_t1887505675* L_8 = L_7; NullCheck(L_8); (L_8)->SetAt(static_cast(2), (int32_t)8); JTokenTypeU5BU5D_t1887505675* L_9 = L_8; NullCheck(L_9); (L_9)->SetAt(static_cast(3), (int32_t)5); JTokenTypeU5BU5D_t1887505675* L_10 = L_9; NullCheck(L_10); (L_10)->SetAt(static_cast(4), (int32_t)((int32_t)13)); JTokenTypeU5BU5D_t1887505675* L_11 = L_10; NullCheck(L_11); (L_11)->SetAt(static_cast(5), (int32_t)((int32_t)9)); ((JToken_t1038539247_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t1038539247_il2cpp_TypeInfo_var))->set_NumberTypes_5(L_11); JTokenTypeU5BU5D_t1887505675* L_12 = ((JTokenTypeU5BU5D_t1887505675*)SZArrayNew(JTokenTypeU5BU5D_t1887505675_il2cpp_TypeInfo_var, (uint32_t)((int32_t)11))); NullCheck(L_12); (L_12)->SetAt(static_cast(0), (int32_t)((int32_t)12)); JTokenTypeU5BU5D_t1887505675* L_13 = L_12; NullCheck(L_13); (L_13)->SetAt(static_cast(1), (int32_t)6); JTokenTypeU5BU5D_t1887505675* L_14 = L_13; NullCheck(L_14); (L_14)->SetAt(static_cast(2), (int32_t)7); JTokenTypeU5BU5D_t1887505675* L_15 = L_14; NullCheck(L_15); (L_15)->SetAt(static_cast(3), (int32_t)8); JTokenTypeU5BU5D_t1887505675* L_16 = L_15; NullCheck(L_16); (L_16)->SetAt(static_cast(4), (int32_t)5); JTokenTypeU5BU5D_t1887505675* L_17 = L_16; NullCheck(L_17); (L_17)->SetAt(static_cast(5), (int32_t)((int32_t)13)); JTokenTypeU5BU5D_t1887505675* L_18 = L_17; NullCheck(L_18); (L_18)->SetAt(static_cast(6), (int32_t)((int32_t)9)); JTokenTypeU5BU5D_t1887505675* L_19 = L_18; NullCheck(L_19); (L_19)->SetAt(static_cast(7), (int32_t)((int32_t)14)); JTokenTypeU5BU5D_t1887505675* L_20 = L_19; NullCheck(L_20); (L_20)->SetAt(static_cast(8), (int32_t)((int32_t)15)); JTokenTypeU5BU5D_t1887505675* L_21 = L_20; NullCheck(L_21); (L_21)->SetAt(static_cast(((int32_t)9)), (int32_t)((int32_t)17)); JTokenTypeU5BU5D_t1887505675* L_22 = L_21; NullCheck(L_22); (L_22)->SetAt(static_cast(((int32_t)10)), (int32_t)((int32_t)16)); ((JToken_t1038539247_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t1038539247_il2cpp_TypeInfo_var))->set_StringTypes_6(L_22); JTokenTypeU5BU5D_t1887505675* L_23 = ((JTokenTypeU5BU5D_t1887505675*)SZArrayNew(JTokenTypeU5BU5D_t1887505675_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_23); (L_23)->SetAt(static_cast(0), (int32_t)8); JTokenTypeU5BU5D_t1887505675* L_24 = L_23; NullCheck(L_24); (L_24)->SetAt(static_cast(1), (int32_t)5); JTokenTypeU5BU5D_t1887505675* L_25 = L_24; NullCheck(L_25); (L_25)->SetAt(static_cast(2), (int32_t)((int32_t)13)); JTokenTypeU5BU5D_t1887505675* L_26 = L_25; NullCheck(L_26); (L_26)->SetAt(static_cast(3), (int32_t)((int32_t)15)); JTokenTypeU5BU5D_t1887505675* L_27 = L_26; NullCheck(L_27); (L_27)->SetAt(static_cast(4), (int32_t)((int32_t)14)); ((JToken_t1038539247_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t1038539247_il2cpp_TypeInfo_var))->set_GuidTypes_7(L_27); JTokenTypeU5BU5D_t1887505675* L_28 = ((JTokenTypeU5BU5D_t1887505675*)SZArrayNew(JTokenTypeU5BU5D_t1887505675_il2cpp_TypeInfo_var, (uint32_t)4)); NullCheck(L_28); (L_28)->SetAt(static_cast(0), (int32_t)8); JTokenTypeU5BU5D_t1887505675* L_29 = L_28; NullCheck(L_29); (L_29)->SetAt(static_cast(1), (int32_t)5); JTokenTypeU5BU5D_t1887505675* L_30 = L_29; NullCheck(L_30); (L_30)->SetAt(static_cast(2), (int32_t)((int32_t)13)); JTokenTypeU5BU5D_t1887505675* L_31 = L_30; NullCheck(L_31); (L_31)->SetAt(static_cast(3), (int32_t)((int32_t)17)); ((JToken_t1038539247_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t1038539247_il2cpp_TypeInfo_var))->set_TimeSpanTypes_8(L_31); JTokenTypeU5BU5D_t1887505675* L_32 = ((JTokenTypeU5BU5D_t1887505675*)SZArrayNew(JTokenTypeU5BU5D_t1887505675_il2cpp_TypeInfo_var, (uint32_t)4)); NullCheck(L_32); (L_32)->SetAt(static_cast(0), (int32_t)8); JTokenTypeU5BU5D_t1887505675* L_33 = L_32; NullCheck(L_33); (L_33)->SetAt(static_cast(1), (int32_t)5); JTokenTypeU5BU5D_t1887505675* L_34 = L_33; NullCheck(L_34); (L_34)->SetAt(static_cast(2), (int32_t)((int32_t)13)); JTokenTypeU5BU5D_t1887505675* L_35 = L_34; NullCheck(L_35); (L_35)->SetAt(static_cast(3), (int32_t)((int32_t)16)); ((JToken_t1038539247_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t1038539247_il2cpp_TypeInfo_var))->set_UriTypes_9(L_35); JTokenTypeU5BU5D_t1887505675* L_36 = ((JTokenTypeU5BU5D_t1887505675*)SZArrayNew(JTokenTypeU5BU5D_t1887505675_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_36); (L_36)->SetAt(static_cast(0), (int32_t)6); JTokenTypeU5BU5D_t1887505675* L_37 = L_36; NullCheck(L_37); (L_37)->SetAt(static_cast(1), (int32_t)7); JTokenTypeU5BU5D_t1887505675* L_38 = L_37; NullCheck(L_38); (L_38)->SetAt(static_cast(2), (int32_t)8); JTokenTypeU5BU5D_t1887505675* L_39 = L_38; NullCheck(L_39); (L_39)->SetAt(static_cast(3), (int32_t)5); JTokenTypeU5BU5D_t1887505675* L_40 = L_39; NullCheck(L_40); (L_40)->SetAt(static_cast(4), (int32_t)((int32_t)13)); ((JToken_t1038539247_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t1038539247_il2cpp_TypeInfo_var))->set_CharTypes_10(L_40); JTokenTypeU5BU5D_t1887505675* L_41 = ((JTokenTypeU5BU5D_t1887505675*)SZArrayNew(JTokenTypeU5BU5D_t1887505675_il2cpp_TypeInfo_var, (uint32_t)4)); NullCheck(L_41); (L_41)->SetAt(static_cast(0), (int32_t)((int32_t)12)); JTokenTypeU5BU5D_t1887505675* L_42 = L_41; NullCheck(L_42); (L_42)->SetAt(static_cast(1), (int32_t)8); JTokenTypeU5BU5D_t1887505675* L_43 = L_42; NullCheck(L_43); (L_43)->SetAt(static_cast(2), (int32_t)5); JTokenTypeU5BU5D_t1887505675* L_44 = L_43; NullCheck(L_44); (L_44)->SetAt(static_cast(3), (int32_t)((int32_t)13)); ((JToken_t1038539247_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t1038539247_il2cpp_TypeInfo_var))->set_DateTimeTypes_11(L_44); JTokenTypeU5BU5D_t1887505675* L_45 = ((JTokenTypeU5BU5D_t1887505675*)SZArrayNew(JTokenTypeU5BU5D_t1887505675_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_45); (L_45)->SetAt(static_cast(0), (int32_t)((int32_t)14)); JTokenTypeU5BU5D_t1887505675* L_46 = L_45; NullCheck(L_46); (L_46)->SetAt(static_cast(1), (int32_t)8); JTokenTypeU5BU5D_t1887505675* L_47 = L_46; NullCheck(L_47); (L_47)->SetAt(static_cast(2), (int32_t)5); JTokenTypeU5BU5D_t1887505675* L_48 = L_47; NullCheck(L_48); (L_48)->SetAt(static_cast(3), (int32_t)((int32_t)13)); JTokenTypeU5BU5D_t1887505675* L_49 = L_48; NullCheck(L_49); (L_49)->SetAt(static_cast(4), (int32_t)6); ((JToken_t1038539247_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t1038539247_il2cpp_TypeInfo_var))->set_BytesTypes_12(L_49); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Linq.JToken/d__42::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void U3CAfterSelfU3Ed__42__ctor_m2038835881 (U3CAfterSelfU3Ed__42_t883970034 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CAfterSelfU3Ed__42__ctor_m2038835881_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_t2300836069 * L_1 = Thread_get_CurrentThread_m4142136012(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = Thread_get_ManagedThreadId_m1068113671(L_1, /*hidden argument*/NULL); __this->set_U3CU3El__initialThreadId_2(L_2); return; } } // System.Void Newtonsoft.Json.Linq.JToken/d__42::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CAfterSelfU3Ed__42_System_IDisposable_Dispose_m615161821 (U3CAfterSelfU3Ed__42_t883970034 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean Newtonsoft.Json.Linq.JToken/d__42::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CAfterSelfU3Ed__42_MoveNext_m4068639141 (U3CAfterSelfU3Ed__42_t883970034 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; int32_t L_1 = V_0; if (!L_1) { goto IL_0010; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_004e; } } { return (bool)0; } IL_0010: { __this->set_U3CU3E1__state_0((-1)); JToken_t1038539247 * L_3 = __this->get_U3CU3E4__this_3(); NullCheck(L_3); JContainer_t1023664833 * L_4 = JToken_get_Parent_m3865335600(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0026; } } { return (bool)0; } IL_0026: { JToken_t1038539247 * L_5 = __this->get_U3CU3E4__this_3(); NullCheck(L_5); JToken_t1038539247 * L_6 = JToken_get_Next_m2478272419(L_5, /*hidden argument*/NULL); __this->set_U3CoU3E5__1_4(L_6); goto IL_0066; } IL_0039: { JToken_t1038539247 * L_7 = __this->get_U3CoU3E5__1_4(); __this->set_U3CU3E2__current_1(L_7); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_004e: { __this->set_U3CU3E1__state_0((-1)); JToken_t1038539247 * L_8 = __this->get_U3CoU3E5__1_4(); NullCheck(L_8); JToken_t1038539247 * L_9 = JToken_get_Next_m2478272419(L_8, /*hidden argument*/NULL); __this->set_U3CoU3E5__1_4(L_9); } IL_0066: { JToken_t1038539247 * L_10 = __this->get_U3CoU3E5__1_4(); if (L_10) { goto IL_0039; } } { __this->set_U3CoU3E5__1_4((JToken_t1038539247 *)NULL); return (bool)0; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken/d__42::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * U3CAfterSelfU3Ed__42_System_Collections_Generic_IEnumeratorU3CNewtonsoft_Json_Linq_JTokenU3E_get_Current_m3658733050 (U3CAfterSelfU3Ed__42_t883970034 * __this, const RuntimeMethod* method) { { JToken_t1038539247 * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Newtonsoft.Json.Linq.JToken/d__42::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void U3CAfterSelfU3Ed__42_System_Collections_IEnumerator_Reset_m3893246622 (U3CAfterSelfU3Ed__42_t883970034 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CAfterSelfU3Ed__42_System_Collections_IEnumerator_Reset_m3893246622_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,U3CAfterSelfU3Ed__42_System_Collections_IEnumerator_Reset_m3893246622_RuntimeMethod_var); } } // System.Object Newtonsoft.Json.Linq.JToken/d__42::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CAfterSelfU3Ed__42_System_Collections_IEnumerator_get_Current_m2843465470 (U3CAfterSelfU3Ed__42_t883970034 * __this, const RuntimeMethod* method) { { JToken_t1038539247 * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JToken/d__42::System.Collections.Generic.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CAfterSelfU3Ed__42_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m3880010611 (U3CAfterSelfU3Ed__42_t883970034 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CAfterSelfU3Ed__42_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m3880010611_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CAfterSelfU3Ed__42_t883970034 * V_0 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_0027; } } { int32_t L_1 = __this->get_U3CU3El__initialThreadId_2(); IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_t2300836069 * L_2 = Thread_get_CurrentThread_m4142136012(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = Thread_get_ManagedThreadId_m1068113671(L_2, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)L_3)))) { goto IL_0027; } } { __this->set_U3CU3E1__state_0(0); V_0 = __this; goto IL_003a; } IL_0027: { U3CAfterSelfU3Ed__42_t883970034 * L_4 = (U3CAfterSelfU3Ed__42_t883970034 *)il2cpp_codegen_object_new(U3CAfterSelfU3Ed__42_t883970034_il2cpp_TypeInfo_var); U3CAfterSelfU3Ed__42__ctor_m2038835881(L_4, 0, /*hidden argument*/NULL); V_0 = L_4; U3CAfterSelfU3Ed__42_t883970034 * L_5 = V_0; JToken_t1038539247 * L_6 = __this->get_U3CU3E4__this_3(); NullCheck(L_5); L_5->set_U3CU3E4__this_3(L_6); } IL_003a: { U3CAfterSelfU3Ed__42_t883970034 * L_7 = V_0; return L_7; } } // System.Collections.IEnumerator Newtonsoft.Json.Linq.JToken/d__42::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CAfterSelfU3Ed__42_System_Collections_IEnumerable_GetEnumerator_m2644042537 (U3CAfterSelfU3Ed__42_t883970034 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = U3CAfterSelfU3Ed__42_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m3880010611(__this, /*hidden argument*/NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Linq.JToken/d__172::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void U3CAnnotationsU3Ed__172__ctor_m4201153902 (U3CAnnotationsU3Ed__172_t3494334042 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CAnnotationsU3Ed__172__ctor_m4201153902_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_t2300836069 * L_1 = Thread_get_CurrentThread_m4142136012(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = Thread_get_ManagedThreadId_m1068113671(L_1, /*hidden argument*/NULL); __this->set_U3CU3El__initialThreadId_2(L_2); return; } } // System.Void Newtonsoft.Json.Linq.JToken/d__172::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CAnnotationsU3Ed__172_System_IDisposable_Dispose_m3292589117 (U3CAnnotationsU3Ed__172_t3494334042 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean Newtonsoft.Json.Linq.JToken/d__172::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CAnnotationsU3Ed__172_MoveNext_m3585723496 (U3CAnnotationsU3Ed__172_t3494334042 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CAnnotationsU3Ed__172_MoveNext_m3585723496_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; int32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_001b; } case 1: { goto IL_009a; } case 2: { goto IL_00f7; } } } { return (bool)0; } IL_001b: { __this->set_U3CU3E1__state_0((-1)); Type_t * L_2 = __this->get_type_3(); if (L_2) { goto IL_0035; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral3243520166, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,U3CAnnotationsU3Ed__172_MoveNext_m3585723496_RuntimeMethod_var); } IL_0035: { JToken_t1038539247 * L_4 = __this->get_U3CU3E4__this_5(); NullCheck(L_4); RuntimeObject * L_5 = L_4->get__annotations_3(); if (L_5) { goto IL_0044; } } { return (bool)0; } IL_0044: { JToken_t1038539247 * L_6 = __this->get_U3CU3E4__this_5(); NullCheck(L_6); RuntimeObject * L_7 = L_6->get__annotations_3(); __this->set_U3CannotationsU3E5__1_6(((ObjectU5BU5D_t2843939325*)IsInst((RuntimeObject*)L_7, ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var))); ObjectU5BU5D_t2843939325* L_8 = __this->get_U3CannotationsU3E5__1_6(); if (!L_8) { goto IL_00c3; } } { __this->set_U3CiU3E5__2_7(0); goto IL_00b1; } IL_006b: { ObjectU5BU5D_t2843939325* L_9 = __this->get_U3CannotationsU3E5__1_6(); int32_t L_10 = __this->get_U3CiU3E5__2_7(); NullCheck(L_9); int32_t L_11 = L_10; RuntimeObject * L_12 = (L_9)->GetAt(static_cast(L_11)); V_1 = L_12; RuntimeObject * L_13 = V_1; if (!L_13) { goto IL_00c1; } } { Type_t * L_14 = __this->get_type_3(); RuntimeObject * L_15 = V_1; NullCheck(L_14); bool L_16 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(46 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_14, L_15); if (!L_16) { goto IL_00a1; } } { RuntimeObject * L_17 = V_1; __this->set_U3CU3E2__current_1(L_17); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_009a: { __this->set_U3CU3E1__state_0((-1)); } IL_00a1: { int32_t L_18 = __this->get_U3CiU3E5__2_7(); V_2 = L_18; int32_t L_19 = V_2; __this->set_U3CiU3E5__2_7(((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1))); } IL_00b1: { int32_t L_20 = __this->get_U3CiU3E5__2_7(); ObjectU5BU5D_t2843939325* L_21 = __this->get_U3CannotationsU3E5__1_6(); NullCheck(L_21); if ((((int32_t)L_20) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length))))))) { goto IL_006b; } } IL_00c1: { return (bool)0; } IL_00c3: { Type_t * L_22 = __this->get_type_3(); JToken_t1038539247 * L_23 = __this->get_U3CU3E4__this_5(); NullCheck(L_23); RuntimeObject * L_24 = L_23->get__annotations_3(); NullCheck(L_22); bool L_25 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(46 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_22, L_24); if (L_25) { goto IL_00dd; } } { return (bool)0; } IL_00dd: { JToken_t1038539247 * L_26 = __this->get_U3CU3E4__this_5(); NullCheck(L_26); RuntimeObject * L_27 = L_26->get__annotations_3(); __this->set_U3CU3E2__current_1(L_27); __this->set_U3CU3E1__state_0(2); return (bool)1; } IL_00f7: { __this->set_U3CU3E1__state_0((-1)); return (bool)0; } } // System.Object Newtonsoft.Json.Linq.JToken/d__172::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CAnnotationsU3Ed__172_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m14570912 (U3CAnnotationsU3Ed__172_t3494334042 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Newtonsoft.Json.Linq.JToken/d__172::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void U3CAnnotationsU3Ed__172_System_Collections_IEnumerator_Reset_m3006693327 (U3CAnnotationsU3Ed__172_t3494334042 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CAnnotationsU3Ed__172_System_Collections_IEnumerator_Reset_m3006693327_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,U3CAnnotationsU3Ed__172_System_Collections_IEnumerator_Reset_m3006693327_RuntimeMethod_var); } } // System.Object Newtonsoft.Json.Linq.JToken/d__172::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CAnnotationsU3Ed__172_System_Collections_IEnumerator_get_Current_m22142147 (U3CAnnotationsU3Ed__172_t3494334042 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JToken/d__172::System.Collections.Generic.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CAnnotationsU3Ed__172_System_Collections_Generic_IEnumerableU3CSystem_ObjectU3E_GetEnumerator_m2838842539 (U3CAnnotationsU3Ed__172_t3494334042 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CAnnotationsU3Ed__172_System_Collections_Generic_IEnumerableU3CSystem_ObjectU3E_GetEnumerator_m2838842539_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CAnnotationsU3Ed__172_t3494334042 * V_0 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_0027; } } { int32_t L_1 = __this->get_U3CU3El__initialThreadId_2(); IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_t2300836069 * L_2 = Thread_get_CurrentThread_m4142136012(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = Thread_get_ManagedThreadId_m1068113671(L_2, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)L_3)))) { goto IL_0027; } } { __this->set_U3CU3E1__state_0(0); V_0 = __this; goto IL_003a; } IL_0027: { U3CAnnotationsU3Ed__172_t3494334042 * L_4 = (U3CAnnotationsU3Ed__172_t3494334042 *)il2cpp_codegen_object_new(U3CAnnotationsU3Ed__172_t3494334042_il2cpp_TypeInfo_var); U3CAnnotationsU3Ed__172__ctor_m4201153902(L_4, 0, /*hidden argument*/NULL); V_0 = L_4; U3CAnnotationsU3Ed__172_t3494334042 * L_5 = V_0; JToken_t1038539247 * L_6 = __this->get_U3CU3E4__this_5(); NullCheck(L_5); L_5->set_U3CU3E4__this_5(L_6); } IL_003a: { U3CAnnotationsU3Ed__172_t3494334042 * L_7 = V_0; Type_t * L_8 = __this->get_U3CU3E3__type_4(); NullCheck(L_7); L_7->set_type_3(L_8); U3CAnnotationsU3Ed__172_t3494334042 * L_9 = V_0; return L_9; } } // System.Collections.IEnumerator Newtonsoft.Json.Linq.JToken/d__172::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CAnnotationsU3Ed__172_System_Collections_IEnumerable_GetEnumerator_m2209575476 (U3CAnnotationsU3Ed__172_t3494334042 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = U3CAnnotationsU3Ed__172_System_Collections_Generic_IEnumerableU3CSystem_ObjectU3E_GetEnumerator_m2838842539(__this, /*hidden argument*/NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Linq.JToken/d__43::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void U3CBeforeSelfU3Ed__43__ctor_m2979663269 (U3CBeforeSelfU3Ed__43_t2375137862 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CBeforeSelfU3Ed__43__ctor_m2979663269_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_t2300836069 * L_1 = Thread_get_CurrentThread_m4142136012(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = Thread_get_ManagedThreadId_m1068113671(L_1, /*hidden argument*/NULL); __this->set_U3CU3El__initialThreadId_2(L_2); return; } } // System.Void Newtonsoft.Json.Linq.JToken/d__43::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CBeforeSelfU3Ed__43_System_IDisposable_Dispose_m3238033633 (U3CBeforeSelfU3Ed__43_t2375137862 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean Newtonsoft.Json.Linq.JToken/d__43::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CBeforeSelfU3Ed__43_MoveNext_m2682006234 (U3CBeforeSelfU3Ed__43_t2375137862 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; int32_t L_1 = V_0; if (!L_1) { goto IL_0010; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_0044; } } { return (bool)0; } IL_0010: { __this->set_U3CU3E1__state_0((-1)); JToken_t1038539247 * L_3 = __this->get_U3CU3E4__this_3(); NullCheck(L_3); JContainer_t1023664833 * L_4 = JToken_get_Parent_m3865335600(L_3, /*hidden argument*/NULL); NullCheck(L_4); JToken_t1038539247 * L_5 = VirtFuncInvoker0< JToken_t1038539247 * >::Invoke(15 /* Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::get_First() */, L_4); __this->set_U3CoU3E5__1_4(L_5); goto IL_005c; } IL_002f: { JToken_t1038539247 * L_6 = __this->get_U3CoU3E5__1_4(); __this->set_U3CU3E2__current_1(L_6); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0044: { __this->set_U3CU3E1__state_0((-1)); JToken_t1038539247 * L_7 = __this->get_U3CoU3E5__1_4(); NullCheck(L_7); JToken_t1038539247 * L_8 = JToken_get_Next_m2478272419(L_7, /*hidden argument*/NULL); __this->set_U3CoU3E5__1_4(L_8); } IL_005c: { JToken_t1038539247 * L_9 = __this->get_U3CoU3E5__1_4(); JToken_t1038539247 * L_10 = __this->get_U3CU3E4__this_3(); if ((!(((RuntimeObject*)(JToken_t1038539247 *)L_9) == ((RuntimeObject*)(JToken_t1038539247 *)L_10)))) { goto IL_002f; } } { __this->set_U3CoU3E5__1_4((JToken_t1038539247 *)NULL); return (bool)0; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken/d__43::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * U3CBeforeSelfU3Ed__43_System_Collections_Generic_IEnumeratorU3CNewtonsoft_Json_Linq_JTokenU3E_get_Current_m1212377322 (U3CBeforeSelfU3Ed__43_t2375137862 * __this, const RuntimeMethod* method) { { JToken_t1038539247 * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Newtonsoft.Json.Linq.JToken/d__43::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void U3CBeforeSelfU3Ed__43_System_Collections_IEnumerator_Reset_m933401608 (U3CBeforeSelfU3Ed__43_t2375137862 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CBeforeSelfU3Ed__43_System_Collections_IEnumerator_Reset_m933401608_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,U3CBeforeSelfU3Ed__43_System_Collections_IEnumerator_Reset_m933401608_RuntimeMethod_var); } } // System.Object Newtonsoft.Json.Linq.JToken/d__43::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CBeforeSelfU3Ed__43_System_Collections_IEnumerator_get_Current_m131686278 (U3CBeforeSelfU3Ed__43_t2375137862 * __this, const RuntimeMethod* method) { { JToken_t1038539247 * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JToken/d__43::System.Collections.Generic.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CBeforeSelfU3Ed__43_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m1706987596 (U3CBeforeSelfU3Ed__43_t2375137862 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CBeforeSelfU3Ed__43_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m1706987596_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CBeforeSelfU3Ed__43_t2375137862 * V_0 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_0027; } } { int32_t L_1 = __this->get_U3CU3El__initialThreadId_2(); IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_t2300836069 * L_2 = Thread_get_CurrentThread_m4142136012(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = Thread_get_ManagedThreadId_m1068113671(L_2, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)L_3)))) { goto IL_0027; } } { __this->set_U3CU3E1__state_0(0); V_0 = __this; goto IL_003a; } IL_0027: { U3CBeforeSelfU3Ed__43_t2375137862 * L_4 = (U3CBeforeSelfU3Ed__43_t2375137862 *)il2cpp_codegen_object_new(U3CBeforeSelfU3Ed__43_t2375137862_il2cpp_TypeInfo_var); U3CBeforeSelfU3Ed__43__ctor_m2979663269(L_4, 0, /*hidden argument*/NULL); V_0 = L_4; U3CBeforeSelfU3Ed__43_t2375137862 * L_5 = V_0; JToken_t1038539247 * L_6 = __this->get_U3CU3E4__this_3(); NullCheck(L_5); L_5->set_U3CU3E4__this_3(L_6); } IL_003a: { U3CBeforeSelfU3Ed__43_t2375137862 * L_7 = V_0; return L_7; } } // System.Collections.IEnumerator Newtonsoft.Json.Linq.JToken/d__43::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CBeforeSelfU3Ed__43_System_Collections_IEnumerable_GetEnumerator_m1714111629 (U3CBeforeSelfU3Ed__43_t2375137862 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = U3CBeforeSelfU3Ed__43_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m1706987596(__this, /*hidden argument*/NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Linq.JToken/d__41::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void U3CGetAncestorsU3Ed__41__ctor_m1728265758 (U3CGetAncestorsU3Ed__41_t2485884922 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetAncestorsU3Ed__41__ctor_m1728265758_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_t2300836069 * L_1 = Thread_get_CurrentThread_m4142136012(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = Thread_get_ManagedThreadId_m1068113671(L_1, /*hidden argument*/NULL); __this->set_U3CU3El__initialThreadId_2(L_2); return; } } // System.Void Newtonsoft.Json.Linq.JToken/d__41::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CGetAncestorsU3Ed__41_System_IDisposable_Dispose_m1552536015 (U3CGetAncestorsU3Ed__41_t2485884922 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean Newtonsoft.Json.Linq.JToken/d__41::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CGetAncestorsU3Ed__41_MoveNext_m459108432 (U3CGetAncestorsU3Ed__41_t2485884922 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; U3CGetAncestorsU3Ed__41_t2485884922 * G_B5_0 = NULL; U3CGetAncestorsU3Ed__41_t2485884922 * G_B4_0 = NULL; JContainer_t1023664833 * G_B6_0 = NULL; U3CGetAncestorsU3Ed__41_t2485884922 * G_B6_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; int32_t L_1 = V_0; if (!L_1) { goto IL_0010; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_004f; } } { return (bool)0; } IL_0010: { __this->set_U3CU3E1__state_0((-1)); bool L_3 = __this->get_self_3(); G_B4_0 = __this; if (L_3) { G_B5_0 = __this; goto IL_002d; } } { JToken_t1038539247 * L_4 = __this->get_U3CU3E4__this_5(); NullCheck(L_4); JContainer_t1023664833 * L_5 = JToken_get_Parent_m3865335600(L_4, /*hidden argument*/NULL); G_B6_0 = L_5; G_B6_1 = G_B4_0; goto IL_0033; } IL_002d: { JToken_t1038539247 * L_6 = __this->get_U3CU3E4__this_5(); G_B6_0 = ((JContainer_t1023664833 *)(L_6)); G_B6_1 = G_B5_0; } IL_0033: { NullCheck(G_B6_1); G_B6_1->set_U3CcurrentU3E5__1_6(G_B6_0); goto IL_0067; } IL_003a: { JToken_t1038539247 * L_7 = __this->get_U3CcurrentU3E5__1_6(); __this->set_U3CU3E2__current_1(L_7); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_004f: { __this->set_U3CU3E1__state_0((-1)); JToken_t1038539247 * L_8 = __this->get_U3CcurrentU3E5__1_6(); NullCheck(L_8); JContainer_t1023664833 * L_9 = JToken_get_Parent_m3865335600(L_8, /*hidden argument*/NULL); __this->set_U3CcurrentU3E5__1_6(L_9); } IL_0067: { JToken_t1038539247 * L_10 = __this->get_U3CcurrentU3E5__1_6(); if (L_10) { goto IL_003a; } } { __this->set_U3CcurrentU3E5__1_6((JToken_t1038539247 *)NULL); return (bool)0; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken/d__41::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * U3CGetAncestorsU3Ed__41_System_Collections_Generic_IEnumeratorU3CNewtonsoft_Json_Linq_JTokenU3E_get_Current_m2300482240 (U3CGetAncestorsU3Ed__41_t2485884922 * __this, const RuntimeMethod* method) { { JToken_t1038539247 * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Newtonsoft.Json.Linq.JToken/d__41::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void U3CGetAncestorsU3Ed__41_System_Collections_IEnumerator_Reset_m1761607464 (U3CGetAncestorsU3Ed__41_t2485884922 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetAncestorsU3Ed__41_System_Collections_IEnumerator_Reset_m1761607464_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,U3CGetAncestorsU3Ed__41_System_Collections_IEnumerator_Reset_m1761607464_RuntimeMethod_var); } } // System.Object Newtonsoft.Json.Linq.JToken/d__41::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CGetAncestorsU3Ed__41_System_Collections_IEnumerator_get_Current_m261297577 (U3CGetAncestorsU3Ed__41_t2485884922 * __this, const RuntimeMethod* method) { { JToken_t1038539247 * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JToken/d__41::System.Collections.Generic.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CGetAncestorsU3Ed__41_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m102324729 (U3CGetAncestorsU3Ed__41_t2485884922 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetAncestorsU3Ed__41_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m102324729_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CGetAncestorsU3Ed__41_t2485884922 * V_0 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_0027; } } { int32_t L_1 = __this->get_U3CU3El__initialThreadId_2(); IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_t2300836069 * L_2 = Thread_get_CurrentThread_m4142136012(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = Thread_get_ManagedThreadId_m1068113671(L_2, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)L_3)))) { goto IL_0027; } } { __this->set_U3CU3E1__state_0(0); V_0 = __this; goto IL_003a; } IL_0027: { U3CGetAncestorsU3Ed__41_t2485884922 * L_4 = (U3CGetAncestorsU3Ed__41_t2485884922 *)il2cpp_codegen_object_new(U3CGetAncestorsU3Ed__41_t2485884922_il2cpp_TypeInfo_var); U3CGetAncestorsU3Ed__41__ctor_m1728265758(L_4, 0, /*hidden argument*/NULL); V_0 = L_4; U3CGetAncestorsU3Ed__41_t2485884922 * L_5 = V_0; JToken_t1038539247 * L_6 = __this->get_U3CU3E4__this_5(); NullCheck(L_5); L_5->set_U3CU3E4__this_5(L_6); } IL_003a: { U3CGetAncestorsU3Ed__41_t2485884922 * L_7 = V_0; bool L_8 = __this->get_U3CU3E3__self_4(); NullCheck(L_7); L_7->set_self_3(L_8); U3CGetAncestorsU3Ed__41_t2485884922 * L_9 = V_0; return L_9; } } // System.Collections.IEnumerator Newtonsoft.Json.Linq.JToken/d__41::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CGetAncestorsU3Ed__41_System_Collections_IEnumerable_GetEnumerator_m1721295794 (U3CGetAncestorsU3Ed__41_t2485884922 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = U3CGetAncestorsU3Ed__41_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m102324729(__this, /*hidden argument*/NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Linq.JToken/LineInfoAnnotation::.ctor(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void LineInfoAnnotation__ctor_m245517795 (LineInfoAnnotation_t2730592426 * __this, int32_t ___lineNumber0, int32_t ___linePosition1, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___lineNumber0; __this->set_LineNumber_0(L_0); int32_t L_1 = ___linePosition1; __this->set_LinePosition_1(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.Boolean Newtonsoft.Json.Linq.JTokenEqualityComparer::Equals(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR bool JTokenEqualityComparer_Equals_m830318414 (JTokenEqualityComparer_t2051491032 * __this, JToken_t1038539247 * ___x0, JToken_t1038539247 * ___y1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JTokenEqualityComparer_Equals_m830318414_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JToken_t1038539247 * L_0 = ___x0; JToken_t1038539247 * L_1 = ___y1; IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); bool L_2 = JToken_DeepEquals_m1458184876(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int32 Newtonsoft.Json.Linq.JTokenEqualityComparer::GetHashCode(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR int32_t JTokenEqualityComparer_GetHashCode_m278912575 (JTokenEqualityComparer_t2051491032 * __this, JToken_t1038539247 * ___obj0, const RuntimeMethod* method) { { JToken_t1038539247 * L_0 = ___obj0; if (L_0) { goto IL_0005; } } { return 0; } IL_0005: { JToken_t1038539247 * L_1 = ___obj0; NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 Newtonsoft.Json.Linq.JToken::GetDeepHashCode() */, L_1); return L_2; } } // System.Void Newtonsoft.Json.Linq.JTokenEqualityComparer::.ctor() extern "C" IL2CPP_METHOD_ATTR void JTokenEqualityComparer__ctor_m2883878405 (JTokenEqualityComparer_t2051491032 * __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 // 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) { { JToken_t1038539247 * L_0 = __this->get__current_18(); return L_0; } } // System.Void Newtonsoft.Json.Linq.JTokenReader::.ctor(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR void JTokenReader__ctor_m3289697887 (JTokenReader_t3769275704 * __this, JToken_t1038539247 * ___token0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JTokenReader__ctor_m3289697887_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonReader__ctor_m2619238087(__this, /*hidden argument*/NULL); JToken_t1038539247 * L_0 = ___token0; ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, L_0, _stringLiteral2005331395, /*hidden argument*/NULL); JToken_t1038539247 * L_1 = ___token0; __this->set__root_15(L_1); return; } } // System.Boolean Newtonsoft.Json.Linq.JTokenReader::Read() extern "C" IL2CPP_METHOD_ATTR bool JTokenReader_Read_m3618778602 (JTokenReader_t3769275704 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JTokenReader_Read_m3618778602_MetadataUsageId); s_Il2CppMethodInitialized = true; } JContainer_t1023664833 * V_0 = NULL; { int32_t L_0 = JsonReader_get_CurrentState_m2615533740(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_003f; } } { JToken_t1038539247 * L_1 = __this->get__current_18(); if (L_1) { goto IL_0012; } } { return (bool)0; } IL_0012: { JToken_t1038539247 * L_2 = __this->get__current_18(); V_0 = ((JContainer_t1023664833 *)IsInstClass((RuntimeObject*)L_2, JContainer_t1023664833_il2cpp_TypeInfo_var)); JContainer_t1023664833 * L_3 = V_0; if (!L_3) { goto IL_0032; } } { JToken_t1038539247 * L_4 = __this->get__parent_17(); JContainer_t1023664833 * L_5 = V_0; if ((((RuntimeObject*)(JToken_t1038539247 *)L_4) == ((RuntimeObject*)(JContainer_t1023664833 *)L_5))) { goto IL_0032; } } { JContainer_t1023664833 * L_6 = V_0; bool L_7 = JTokenReader_ReadInto_m1428871438(__this, L_6, /*hidden argument*/NULL); return L_7; } IL_0032: { JToken_t1038539247 * L_8 = __this->get__current_18(); bool L_9 = JTokenReader_ReadOver_m1091464334(__this, L_8, /*hidden argument*/NULL); return L_9; } IL_003f: { JToken_t1038539247 * L_10 = __this->get__root_15(); __this->set__current_18(L_10); JToken_t1038539247 * L_11 = __this->get__current_18(); JTokenReader_SetToken_m603499541(__this, L_11, /*hidden argument*/NULL); return (bool)1; } } // System.Boolean Newtonsoft.Json.Linq.JTokenReader::ReadOver(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR bool JTokenReader_ReadOver_m1091464334 (JTokenReader_t3769275704 * __this, JToken_t1038539247 * ___t0, const RuntimeMethod* method) { JToken_t1038539247 * V_0 = NULL; { JToken_t1038539247 * L_0 = ___t0; JToken_t1038539247 * L_1 = __this->get__root_15(); if ((!(((RuntimeObject*)(JToken_t1038539247 *)L_0) == ((RuntimeObject*)(JToken_t1038539247 *)L_1)))) { goto IL_0010; } } { bool L_2 = JTokenReader_ReadToEnd_m3484374833(__this, /*hidden argument*/NULL); return L_2; } IL_0010: { JToken_t1038539247 * L_3 = ___t0; NullCheck(L_3); JToken_t1038539247 * L_4 = JToken_get_Next_m2478272419(L_3, /*hidden argument*/NULL); V_0 = L_4; JToken_t1038539247 * L_5 = V_0; if (!L_5) { goto IL_002c; } } { JToken_t1038539247 * L_6 = V_0; JToken_t1038539247 * L_7 = ___t0; if ((((RuntimeObject*)(JToken_t1038539247 *)L_6) == ((RuntimeObject*)(JToken_t1038539247 *)L_7))) { goto IL_002c; } } { JToken_t1038539247 * L_8 = ___t0; JToken_t1038539247 * L_9 = ___t0; NullCheck(L_9); JContainer_t1023664833 * L_10 = JToken_get_Parent_m3865335600(L_9, /*hidden argument*/NULL); NullCheck(L_10); JToken_t1038539247 * L_11 = VirtFuncInvoker0< JToken_t1038539247 * >::Invoke(16 /* Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::get_Last() */, L_10); if ((!(((RuntimeObject*)(JToken_t1038539247 *)L_8) == ((RuntimeObject*)(JToken_t1038539247 *)L_11)))) { goto IL_0048; } } IL_002c: { JToken_t1038539247 * L_12 = ___t0; NullCheck(L_12); JContainer_t1023664833 * L_13 = JToken_get_Parent_m3865335600(L_12, /*hidden argument*/NULL); if (L_13) { goto IL_003b; } } { bool L_14 = JTokenReader_ReadToEnd_m3484374833(__this, /*hidden argument*/NULL); return L_14; } IL_003b: { JToken_t1038539247 * L_15 = ___t0; NullCheck(L_15); JContainer_t1023664833 * L_16 = JToken_get_Parent_m3865335600(L_15, /*hidden argument*/NULL); bool L_17 = JTokenReader_SetEnd_m3848814254(__this, L_16, /*hidden argument*/NULL); return L_17; } IL_0048: { JToken_t1038539247 * L_18 = V_0; __this->set__current_18(L_18); JToken_t1038539247 * L_19 = __this->get__current_18(); JTokenReader_SetToken_m603499541(__this, L_19, /*hidden argument*/NULL); return (bool)1; } } // System.Boolean Newtonsoft.Json.Linq.JTokenReader::ReadToEnd() extern "C" IL2CPP_METHOD_ATTR bool JTokenReader_ReadToEnd_m3484374833 (JTokenReader_t3769275704 * __this, const RuntimeMethod* method) { { __this->set__current_18((JToken_t1038539247 *)NULL); JsonReader_SetToken_m3474373430(__this, 0, /*hidden argument*/NULL); return (bool)0; } } // System.Nullable`1 Newtonsoft.Json.Linq.JTokenReader::GetEndToken(Newtonsoft.Json.Linq.JContainer) extern "C" IL2CPP_METHOD_ATTR Nullable_1_t3639995571 JTokenReader_GetEndToken_m3461044860 (JTokenReader_t3769275704 * __this, JContainer_t1023664833 * ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JTokenReader_GetEndToken_m3461044860_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Nullable_1_t3639995571 V_1; memset(&V_1, 0, sizeof(V_1)); { JContainer_t1023664833 * L_0 = ___c0; NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(12 /* Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JToken::get_Type() */, L_0); V_0 = L_1; int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) { case 0: { goto IL_0021; } case 1: { goto IL_0029; } case 2: { goto IL_0031; } case 3: { goto IL_0039; } } } { goto IL_0043; } IL_0021: { Nullable_1_t3639995571 L_3; memset(&L_3, 0, sizeof(L_3)); Nullable_1__ctor_m804345635((&L_3), ((int32_t)13), /*hidden argument*/Nullable_1__ctor_m804345635_RuntimeMethod_var); return L_3; } IL_0029: { Nullable_1_t3639995571 L_4; memset(&L_4, 0, sizeof(L_4)); Nullable_1__ctor_m804345635((&L_4), ((int32_t)14), /*hidden argument*/Nullable_1__ctor_m804345635_RuntimeMethod_var); return L_4; } IL_0031: { Nullable_1_t3639995571 L_5; memset(&L_5, 0, sizeof(L_5)); Nullable_1__ctor_m804345635((&L_5), ((int32_t)15), /*hidden argument*/Nullable_1__ctor_m804345635_RuntimeMethod_var); return L_5; } IL_0039: { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t3639995571 )); Nullable_1_t3639995571 L_6 = V_1; return L_6; } IL_0043: { JContainer_t1023664833 * L_7 = ___c0; NullCheck(L_7); int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(12 /* Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JToken::get_Type() */, L_7); int32_t L_9 = L_8; RuntimeObject * L_10 = Box(JTokenType_t3022361662_il2cpp_TypeInfo_var, &L_9); ArgumentOutOfRangeException_t777629997 * L_11 = MiscellaneousUtils_CreateArgumentOutOfRangeException_m1064925786(NULL /*static, unused*/, _stringLiteral3243520198, L_10, _stringLiteral2855594049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,JTokenReader_GetEndToken_m3461044860_RuntimeMethod_var); } } // System.Boolean Newtonsoft.Json.Linq.JTokenReader::ReadInto(Newtonsoft.Json.Linq.JContainer) extern "C" IL2CPP_METHOD_ATTR bool JTokenReader_ReadInto_m1428871438 (JTokenReader_t3769275704 * __this, JContainer_t1023664833 * ___c0, const RuntimeMethod* method) { JToken_t1038539247 * V_0 = NULL; { JContainer_t1023664833 * L_0 = ___c0; NullCheck(L_0); JToken_t1038539247 * L_1 = VirtFuncInvoker0< JToken_t1038539247 * >::Invoke(15 /* Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::get_First() */, L_0); V_0 = L_1; JToken_t1038539247 * L_2 = V_0; if (L_2) { goto IL_0012; } } { JContainer_t1023664833 * L_3 = ___c0; bool L_4 = JTokenReader_SetEnd_m3848814254(__this, L_3, /*hidden argument*/NULL); return L_4; } IL_0012: { JToken_t1038539247 * L_5 = V_0; JTokenReader_SetToken_m603499541(__this, L_5, /*hidden argument*/NULL); JToken_t1038539247 * L_6 = V_0; __this->set__current_18(L_6); JContainer_t1023664833 * L_7 = ___c0; __this->set__parent_17(L_7); return (bool)1; } } // System.Boolean Newtonsoft.Json.Linq.JTokenReader::SetEnd(Newtonsoft.Json.Linq.JContainer) extern "C" IL2CPP_METHOD_ATTR bool JTokenReader_SetEnd_m3848814254 (JTokenReader_t3769275704 * __this, JContainer_t1023664833 * ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JTokenReader_SetEnd_m3848814254_MetadataUsageId); s_Il2CppMethodInitialized = true; } Nullable_1_t3639995571 V_0; memset(&V_0, 0, sizeof(V_0)); { JContainer_t1023664833 * L_0 = ___c0; Nullable_1_t3639995571 L_1 = JTokenReader_GetEndToken_m3461044860(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; bool L_2 = Nullable_1_get_HasValue_m512162396((&V_0), /*hidden argument*/Nullable_1_get_HasValue_m512162396_RuntimeMethod_var); if (!L_2) { goto IL_002e; } } { int32_t L_3 = Nullable_1_GetValueOrDefault_m3285554968((&V_0), /*hidden argument*/Nullable_1_GetValueOrDefault_m3285554968_RuntimeMethod_var); JsonReader_SetToken_m3474373430(__this, L_3, /*hidden argument*/NULL); JContainer_t1023664833 * L_4 = ___c0; __this->set__current_18(L_4); JContainer_t1023664833 * L_5 = ___c0; __this->set__parent_17(L_5); return (bool)1; } IL_002e: { JContainer_t1023664833 * L_6 = ___c0; bool L_7 = JTokenReader_ReadOver_m1091464334(__this, L_6, /*hidden argument*/NULL); return L_7; } } // System.Void Newtonsoft.Json.Linq.JTokenReader::SetToken(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR void JTokenReader_SetToken_m603499541 (JTokenReader_t3769275704 * __this, JToken_t1038539247 * ___token0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JTokenReader_SetToken_m603499541_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject * V_1 = NULL; { JToken_t1038539247 * L_0 = ___token0; NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(12 /* Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JToken::get_Type() */, L_0); V_0 = L_1; int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) { case 0: { goto IL_0058; } case 1: { goto IL_0060; } case 2: { goto IL_0068; } case 3: { goto IL_007b; } case 4: { goto IL_008e; } case 5: { goto IL_00a1; } case 6: { goto IL_00b4; } case 7: { goto IL_00c7; } case 8: { goto IL_00db; } case 9: { goto IL_00ef; } case 10: { goto IL_0103; } case 11: { goto IL_0117; } case 12: { goto IL_012b; } case 13: { goto IL_013e; } case 14: { goto IL_0152; } case 15: { goto IL_016c; } case 16: { goto IL_01a4; } } } { goto IL_01be; } IL_0058: { JsonReader_SetToken_m3474373430(__this, 1, /*hidden argument*/NULL); return; } IL_0060: { JsonReader_SetToken_m3474373430(__this, 2, /*hidden argument*/NULL); return; } IL_0068: { JToken_t1038539247 * L_3 = ___token0; NullCheck(((JConstructor_t3659803310 *)CastclassClass((RuntimeObject*)L_3, JConstructor_t3659803310_il2cpp_TypeInfo_var))); String_t* L_4 = JConstructor_get_Name_m2062532048(((JConstructor_t3659803310 *)CastclassClass((RuntimeObject*)L_3, JConstructor_t3659803310_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); JsonReader_SetToken_m1070955544(__this, 3, L_4, /*hidden argument*/NULL); return; } IL_007b: { JToken_t1038539247 * L_5 = ___token0; NullCheck(((JProperty_t3803048347 *)CastclassClass((RuntimeObject*)L_5, JProperty_t3803048347_il2cpp_TypeInfo_var))); String_t* L_6 = JProperty_get_Name_m1638548167(((JProperty_t3803048347 *)CastclassClass((RuntimeObject*)L_5, JProperty_t3803048347_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); JsonReader_SetToken_m1070955544(__this, 4, L_6, /*hidden argument*/NULL); return; } IL_008e: { JToken_t1038539247 * L_7 = ___token0; NullCheck(((JValue_t1448862567 *)CastclassClass((RuntimeObject*)L_7, JValue_t1448862567_il2cpp_TypeInfo_var))); RuntimeObject * L_8 = JValue_get_Value_m3866091653(((JValue_t1448862567 *)CastclassClass((RuntimeObject*)L_7, JValue_t1448862567_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); JsonReader_SetToken_m1070955544(__this, 5, L_8, /*hidden argument*/NULL); return; } IL_00a1: { JToken_t1038539247 * L_9 = ___token0; NullCheck(((JValue_t1448862567 *)CastclassClass((RuntimeObject*)L_9, JValue_t1448862567_il2cpp_TypeInfo_var))); RuntimeObject * L_10 = JValue_get_Value_m3866091653(((JValue_t1448862567 *)CastclassClass((RuntimeObject*)L_9, JValue_t1448862567_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); JsonReader_SetToken_m1070955544(__this, 7, L_10, /*hidden argument*/NULL); return; } IL_00b4: { JToken_t1038539247 * L_11 = ___token0; NullCheck(((JValue_t1448862567 *)CastclassClass((RuntimeObject*)L_11, JValue_t1448862567_il2cpp_TypeInfo_var))); RuntimeObject * L_12 = JValue_get_Value_m3866091653(((JValue_t1448862567 *)CastclassClass((RuntimeObject*)L_11, JValue_t1448862567_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); JsonReader_SetToken_m1070955544(__this, 8, L_12, /*hidden argument*/NULL); return; } IL_00c7: { JToken_t1038539247 * L_13 = ___token0; NullCheck(((JValue_t1448862567 *)CastclassClass((RuntimeObject*)L_13, JValue_t1448862567_il2cpp_TypeInfo_var))); RuntimeObject * L_14 = JValue_get_Value_m3866091653(((JValue_t1448862567 *)CastclassClass((RuntimeObject*)L_13, JValue_t1448862567_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); JsonReader_SetToken_m1070955544(__this, ((int32_t)9), L_14, /*hidden argument*/NULL); return; } IL_00db: { JToken_t1038539247 * L_15 = ___token0; NullCheck(((JValue_t1448862567 *)CastclassClass((RuntimeObject*)L_15, JValue_t1448862567_il2cpp_TypeInfo_var))); RuntimeObject * L_16 = JValue_get_Value_m3866091653(((JValue_t1448862567 *)CastclassClass((RuntimeObject*)L_15, JValue_t1448862567_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); JsonReader_SetToken_m1070955544(__this, ((int32_t)10), L_16, /*hidden argument*/NULL); return; } IL_00ef: { JToken_t1038539247 * L_17 = ___token0; NullCheck(((JValue_t1448862567 *)CastclassClass((RuntimeObject*)L_17, JValue_t1448862567_il2cpp_TypeInfo_var))); RuntimeObject * L_18 = JValue_get_Value_m3866091653(((JValue_t1448862567 *)CastclassClass((RuntimeObject*)L_17, JValue_t1448862567_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); JsonReader_SetToken_m1070955544(__this, ((int32_t)11), L_18, /*hidden argument*/NULL); return; } IL_0103: { JToken_t1038539247 * L_19 = ___token0; NullCheck(((JValue_t1448862567 *)CastclassClass((RuntimeObject*)L_19, JValue_t1448862567_il2cpp_TypeInfo_var))); RuntimeObject * L_20 = JValue_get_Value_m3866091653(((JValue_t1448862567 *)CastclassClass((RuntimeObject*)L_19, JValue_t1448862567_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); JsonReader_SetToken_m1070955544(__this, ((int32_t)12), L_20, /*hidden argument*/NULL); return; } IL_0117: { JToken_t1038539247 * L_21 = ___token0; NullCheck(((JValue_t1448862567 *)CastclassClass((RuntimeObject*)L_21, JValue_t1448862567_il2cpp_TypeInfo_var))); RuntimeObject * L_22 = JValue_get_Value_m3866091653(((JValue_t1448862567 *)CastclassClass((RuntimeObject*)L_21, JValue_t1448862567_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); JsonReader_SetToken_m1070955544(__this, ((int32_t)16), L_22, /*hidden argument*/NULL); return; } IL_012b: { JToken_t1038539247 * L_23 = ___token0; NullCheck(((JValue_t1448862567 *)CastclassClass((RuntimeObject*)L_23, JValue_t1448862567_il2cpp_TypeInfo_var))); RuntimeObject * L_24 = JValue_get_Value_m3866091653(((JValue_t1448862567 *)CastclassClass((RuntimeObject*)L_23, JValue_t1448862567_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); JsonReader_SetToken_m1070955544(__this, 6, L_24, /*hidden argument*/NULL); return; } IL_013e: { JToken_t1038539247 * L_25 = ___token0; NullCheck(((JValue_t1448862567 *)CastclassClass((RuntimeObject*)L_25, JValue_t1448862567_il2cpp_TypeInfo_var))); RuntimeObject * L_26 = JValue_get_Value_m3866091653(((JValue_t1448862567 *)CastclassClass((RuntimeObject*)L_25, JValue_t1448862567_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); JsonReader_SetToken_m1070955544(__this, ((int32_t)17), L_26, /*hidden argument*/NULL); return; } IL_0152: { JToken_t1038539247 * L_27 = ___token0; NullCheck(((JValue_t1448862567 *)CastclassClass((RuntimeObject*)L_27, JValue_t1448862567_il2cpp_TypeInfo_var))); RuntimeObject * L_28 = JValue_get_Value_m3866091653(((JValue_t1448862567 *)CastclassClass((RuntimeObject*)L_27, JValue_t1448862567_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); String_t* L_29 = JTokenReader_SafeToString_m1507626772(__this, L_28, /*hidden argument*/NULL); JsonReader_SetToken_m1070955544(__this, ((int32_t)9), L_29, /*hidden argument*/NULL); return; } IL_016c: { JToken_t1038539247 * L_30 = ___token0; NullCheck(((JValue_t1448862567 *)CastclassClass((RuntimeObject*)L_30, JValue_t1448862567_il2cpp_TypeInfo_var))); RuntimeObject * L_31 = JValue_get_Value_m3866091653(((JValue_t1448862567 *)CastclassClass((RuntimeObject*)L_30, JValue_t1448862567_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_1 = L_31; RuntimeObject * L_32 = V_1; if (!((Uri_t100236324 *)IsInstClass((RuntimeObject*)L_32, Uri_t100236324_il2cpp_TypeInfo_var))) { goto IL_0194; } } { RuntimeObject * L_33 = V_1; NullCheck(((Uri_t100236324 *)CastclassClass((RuntimeObject*)L_33, Uri_t100236324_il2cpp_TypeInfo_var))); String_t* L_34 = Uri_get_OriginalString_m3715995233(((Uri_t100236324 *)CastclassClass((RuntimeObject*)L_33, Uri_t100236324_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); JsonReader_SetToken_m1070955544(__this, ((int32_t)9), L_34, /*hidden argument*/NULL); return; } IL_0194: { RuntimeObject * L_35 = V_1; String_t* L_36 = JTokenReader_SafeToString_m1507626772(__this, L_35, /*hidden argument*/NULL); JsonReader_SetToken_m1070955544(__this, ((int32_t)9), L_36, /*hidden argument*/NULL); return; } IL_01a4: { JToken_t1038539247 * L_37 = ___token0; NullCheck(((JValue_t1448862567 *)CastclassClass((RuntimeObject*)L_37, JValue_t1448862567_il2cpp_TypeInfo_var))); RuntimeObject * L_38 = JValue_get_Value_m3866091653(((JValue_t1448862567 *)CastclassClass((RuntimeObject*)L_37, JValue_t1448862567_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); String_t* L_39 = JTokenReader_SafeToString_m1507626772(__this, L_38, /*hidden argument*/NULL); JsonReader_SetToken_m1070955544(__this, ((int32_t)9), L_39, /*hidden argument*/NULL); return; } IL_01be: { JToken_t1038539247 * L_40 = ___token0; NullCheck(L_40); int32_t L_41 = VirtFuncInvoker0< int32_t >::Invoke(12 /* Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JToken::get_Type() */, L_40); int32_t L_42 = L_41; RuntimeObject * L_43 = Box(JTokenType_t3022361662_il2cpp_TypeInfo_var, &L_42); ArgumentOutOfRangeException_t777629997 * L_44 = MiscellaneousUtils_CreateArgumentOutOfRangeException_m1064925786(NULL /*static, unused*/, _stringLiteral3243520198, L_43, _stringLiteral3955873206, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_44,JTokenReader_SetToken_m603499541_RuntimeMethod_var); } } // System.String Newtonsoft.Json.Linq.JTokenReader::SafeToString(System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* JTokenReader_SafeToString_m1507626772 (JTokenReader_t3769275704 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0005; } } { return (String_t*)NULL; } IL_0005: { RuntimeObject * L_1 = ___value0; NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1); return L_2; } } // System.Boolean Newtonsoft.Json.Linq.JTokenReader::Newtonsoft.Json.IJsonLineInfo.HasLineInfo() extern "C" IL2CPP_METHOD_ATTR bool JTokenReader_Newtonsoft_Json_IJsonLineInfo_HasLineInfo_m4015958740 (JTokenReader_t3769275704 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JTokenReader_Newtonsoft_Json_IJsonLineInfo_HasLineInfo_m4015958740_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { int32_t L_0 = JsonReader_get_CurrentState_m2615533740(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000a; } } { return (bool)0; } IL_000a: { JToken_t1038539247 * L_1 = __this->get__current_18(); V_0 = L_1; RuntimeObject* L_2 = V_0; if (!L_2) { goto IL_001b; } } { RuntimeObject* L_3 = V_0; NullCheck(L_3); bool L_4 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean Newtonsoft.Json.IJsonLineInfo::HasLineInfo() */, IJsonLineInfo_t2844470104_il2cpp_TypeInfo_var, L_3); return L_4; } IL_001b: { return (bool)0; } } // System.Int32 Newtonsoft.Json.Linq.JTokenReader::Newtonsoft.Json.IJsonLineInfo.get_LineNumber() extern "C" IL2CPP_METHOD_ATTR int32_t JTokenReader_Newtonsoft_Json_IJsonLineInfo_get_LineNumber_m2633546818 (JTokenReader_t3769275704 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JTokenReader_Newtonsoft_Json_IJsonLineInfo_get_LineNumber_m2633546818_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { int32_t L_0 = JsonReader_get_CurrentState_m2615533740(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000a; } } { return 0; } IL_000a: { JToken_t1038539247 * L_1 = __this->get__current_18(); V_0 = L_1; RuntimeObject* L_2 = V_0; if (!L_2) { goto IL_001b; } } { RuntimeObject* L_3 = V_0; NullCheck(L_3); int32_t L_4 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 Newtonsoft.Json.IJsonLineInfo::get_LineNumber() */, IJsonLineInfo_t2844470104_il2cpp_TypeInfo_var, L_3); return L_4; } IL_001b: { return 0; } } // System.Int32 Newtonsoft.Json.Linq.JTokenReader::Newtonsoft.Json.IJsonLineInfo.get_LinePosition() extern "C" IL2CPP_METHOD_ATTR int32_t JTokenReader_Newtonsoft_Json_IJsonLineInfo_get_LinePosition_m3585630029 (JTokenReader_t3769275704 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JTokenReader_Newtonsoft_Json_IJsonLineInfo_get_LinePosition_m3585630029_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { int32_t L_0 = JsonReader_get_CurrentState_m2615533740(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000a; } } { return 0; } IL_000a: { JToken_t1038539247 * L_1 = __this->get__current_18(); V_0 = L_1; RuntimeObject* L_2 = V_0; if (!L_2) { goto IL_001b; } } { RuntimeObject* L_3 = V_0; NullCheck(L_3); int32_t L_4 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 Newtonsoft.Json.IJsonLineInfo::get_LinePosition() */, IJsonLineInfo_t2844470104_il2cpp_TypeInfo_var, L_3); return L_4; } IL_001b: { return 0; } } // System.String Newtonsoft.Json.Linq.JTokenReader::get_Path() extern "C" IL2CPP_METHOD_ATTR String_t* JTokenReader_get_Path_m1765514814 (JTokenReader_t3769275704 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JTokenReader_get_Path_m1765514814_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = JsonReader_get_Path_m2893483569(__this, /*hidden argument*/NULL); V_0 = L_0; String_t* L_1 = __this->get__initialPath_16(); if (L_1) { goto IL_0020; } } { JToken_t1038539247 * L_2 = __this->get__root_15(); NullCheck(L_2); String_t* L_3 = JToken_get_Path_m3609788812(L_2, /*hidden argument*/NULL); __this->set__initialPath_16(L_3); } IL_0020: { String_t* L_4 = __this->get__initialPath_16(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_5 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0067; } } { String_t* L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_003c; } } { String_t* L_8 = __this->get__initialPath_16(); return L_8; } IL_003c: { String_t* L_9 = V_0; bool L_10 = StringUtils_StartsWith_m3114937475(NULL /*static, unused*/, L_9, ((int32_t)91), /*hidden argument*/NULL); if (!L_10) { goto IL_0055; } } { String_t* L_11 = __this->get__initialPath_16(); String_t* L_12 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Concat_m3937257545(NULL /*static, unused*/, L_11, L_12, /*hidden argument*/NULL); V_0 = L_13; goto IL_0067; } IL_0055: { String_t* L_14 = __this->get__initialPath_16(); String_t* L_15 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m3755062657(NULL /*static, unused*/, L_14, _stringLiteral3452614530, L_15, /*hidden argument*/NULL); V_0 = L_16; } IL_0067: { String_t* L_17 = V_0; return L_17; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #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.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) { { JContainer_t1023664833 * L_0 = __this->get__token_13(); if (!L_0) { goto IL_000f; } } { JContainer_t1023664833 * L_1 = __this->get__token_13(); return L_1; } IL_000f: { JValue_t1448862567 * L_2 = __this->get__value_15(); return L_2; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::.ctor() extern "C" IL2CPP_METHOD_ATTR void JTokenWriter__ctor_m3446415868 (JTokenWriter_t671501819 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JTokenWriter__ctor_m3446415868_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JsonWriter_t1467272295_il2cpp_TypeInfo_var); JsonWriter__ctor_m1110665009(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::Close() extern "C" IL2CPP_METHOD_ATTR void JTokenWriter_Close_m525005549 (JTokenWriter_t671501819 * __this, const RuntimeMethod* method) { { JsonWriter_Close_m3584185124(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteStartObject() extern "C" IL2CPP_METHOD_ATTR void JTokenWriter_WriteStartObject_m757982097 (JTokenWriter_t671501819 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JTokenWriter_WriteStartObject_m757982097_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonWriter_WriteStartObject_m116870646(__this, /*hidden argument*/NULL); JObject_t2059125928 * L_0 = (JObject_t2059125928 *)il2cpp_codegen_object_new(JObject_t2059125928_il2cpp_TypeInfo_var); JObject__ctor_m1738103074(L_0, /*hidden argument*/NULL); JTokenWriter_AddParent_m3264141975(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::AddParent(Newtonsoft.Json.Linq.JContainer) extern "C" IL2CPP_METHOD_ATTR void JTokenWriter_AddParent_m3264141975 (JTokenWriter_t671501819 * __this, JContainer_t1023664833 * ___container0, const RuntimeMethod* method) { { JContainer_t1023664833 * L_0 = __this->get__parent_14(); if (L_0) { goto IL_0011; } } { JContainer_t1023664833 * L_1 = ___container0; __this->set__token_13(L_1); goto IL_001d; } IL_0011: { JContainer_t1023664833 * L_2 = __this->get__parent_14(); JContainer_t1023664833 * L_3 = ___container0; NullCheck(L_2); JContainer_AddAndSkipParentCheck_m1289394679(L_2, L_3, /*hidden argument*/NULL); } IL_001d: { JContainer_t1023664833 * L_4 = ___container0; __this->set__parent_14(L_4); JContainer_t1023664833 * L_5 = ___container0; __this->set__current_16(L_5); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::RemoveParent() extern "C" IL2CPP_METHOD_ATTR void JTokenWriter_RemoveParent_m846279091 (JTokenWriter_t671501819 * __this, const RuntimeMethod* method) { { JContainer_t1023664833 * L_0 = __this->get__parent_14(); __this->set__current_16(L_0); JContainer_t1023664833 * L_1 = __this->get__parent_14(); NullCheck(L_1); JContainer_t1023664833 * L_2 = JToken_get_Parent_m3865335600(L_1, /*hidden argument*/NULL); __this->set__parent_14(L_2); JContainer_t1023664833 * L_3 = __this->get__parent_14(); if (!L_3) { goto IL_0044; } } { JContainer_t1023664833 * L_4 = __this->get__parent_14(); NullCheck(L_4); int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(12 /* Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JToken::get_Type() */, L_4); if ((!(((uint32_t)L_5) == ((uint32_t)4)))) { goto IL_0044; } } { JContainer_t1023664833 * L_6 = __this->get__parent_14(); NullCheck(L_6); JContainer_t1023664833 * L_7 = JToken_get_Parent_m3865335600(L_6, /*hidden argument*/NULL); __this->set__parent_14(L_7); } IL_0044: { return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteStartArray() extern "C" IL2CPP_METHOD_ATTR void JTokenWriter_WriteStartArray_m3691523701 (JTokenWriter_t671501819 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JTokenWriter_WriteStartArray_m3691523701_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonWriter_WriteStartArray_m1802468309(__this, /*hidden argument*/NULL); JArray_t2963978544 * L_0 = (JArray_t2963978544 *)il2cpp_codegen_object_new(JArray_t2963978544_il2cpp_TypeInfo_var); JArray__ctor_m1968324959(L_0, /*hidden argument*/NULL); JTokenWriter_AddParent_m3264141975(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteStartConstructor(System.String) extern "C" IL2CPP_METHOD_ATTR void JTokenWriter_WriteStartConstructor_m3499788532 (JTokenWriter_t671501819 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JTokenWriter_WriteStartConstructor_m3499788532_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; JsonWriter_WriteStartConstructor_m3873626772(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___name0; JConstructor_t3659803310 * L_2 = (JConstructor_t3659803310 *)il2cpp_codegen_object_new(JConstructor_t3659803310_il2cpp_TypeInfo_var); JConstructor__ctor_m1825179104(L_2, L_1, /*hidden argument*/NULL); JTokenWriter_AddParent_m3264141975(__this, L_2, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteEnd(Newtonsoft.Json.JsonToken) extern "C" IL2CPP_METHOD_ATTR void JTokenWriter_WriteEnd_m435652648 (JTokenWriter_t671501819 * __this, int32_t ___token0, const RuntimeMethod* method) { { JTokenWriter_RemoveParent_m846279091(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WritePropertyName(System.String) extern "C" IL2CPP_METHOD_ATTR void JTokenWriter_WritePropertyName_m3382116642 (JTokenWriter_t671501819 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JTokenWriter_WritePropertyName_m3382116642_MetadataUsageId); s_Il2CppMethodInitialized = true; } JObject_t2059125928 * V_0 = NULL; { JContainer_t1023664833 * L_0 = __this->get__parent_14(); V_0 = ((JObject_t2059125928 *)IsInstClass((RuntimeObject*)L_0, JObject_t2059125928_il2cpp_TypeInfo_var)); JObject_t2059125928 * L_1 = V_0; if (!L_1) { goto IL_0017; } } { JObject_t2059125928 * L_2 = V_0; String_t* L_3 = ___name0; NullCheck(L_2); JObject_Remove_m2451358060(L_2, L_3, /*hidden argument*/NULL); } IL_0017: { String_t* L_4 = ___name0; JProperty_t3803048347 * L_5 = (JProperty_t3803048347 *)il2cpp_codegen_object_new(JProperty_t3803048347_il2cpp_TypeInfo_var); JProperty__ctor_m604795661(L_5, L_4, /*hidden argument*/NULL); JTokenWriter_AddParent_m3264141975(__this, L_5, /*hidden argument*/NULL); String_t* L_6 = ___name0; JsonWriter_WritePropertyName_m1400365370(__this, L_6, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::AddValue(System.Object,Newtonsoft.Json.JsonToken) extern "C" IL2CPP_METHOD_ATTR void JTokenWriter_AddValue_m2511346418 (JTokenWriter_t671501819 * __this, RuntimeObject * ___value0, int32_t ___token1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JTokenWriter_AddValue_m2511346418_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; JValue_t1448862567 * L_1 = (JValue_t1448862567 *)il2cpp_codegen_object_new(JValue_t1448862567_il2cpp_TypeInfo_var); JValue__ctor_m3253317968(L_1, L_0, /*hidden argument*/NULL); int32_t L_2 = ___token1; JTokenWriter_AddValue_m825628322(__this, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::AddValue(Newtonsoft.Json.Linq.JValue,Newtonsoft.Json.JsonToken) extern "C" IL2CPP_METHOD_ATTR void JTokenWriter_AddValue_m825628322 (JTokenWriter_t671501819 * __this, JValue_t1448862567 * ___value0, int32_t ___token1, const RuntimeMethod* method) { JValue_t1448862567 * G_B5_0 = NULL; JTokenWriter_t671501819 * G_B5_1 = NULL; JValue_t1448862567 * G_B4_0 = NULL; JTokenWriter_t671501819 * G_B4_1 = NULL; { JContainer_t1023664833 * L_0 = __this->get__parent_14(); if (!L_0) { goto IL_0045; } } { JContainer_t1023664833 * L_1 = __this->get__parent_14(); JValue_t1448862567 * L_2 = ___value0; NullCheck(L_1); VirtActionInvoker1< RuntimeObject * >::Invoke(60 /* System.Void Newtonsoft.Json.Linq.JContainer::Add(System.Object) */, L_1, L_2); JContainer_t1023664833 * L_3 = __this->get__parent_14(); NullCheck(L_3); JToken_t1038539247 * L_4 = VirtFuncInvoker0< JToken_t1038539247 * >::Invoke(16 /* Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::get_Last() */, L_3); __this->set__current_16(L_4); JContainer_t1023664833 * L_5 = __this->get__parent_14(); NullCheck(L_5); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(12 /* Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JToken::get_Type() */, L_5); if ((!(((uint32_t)L_6) == ((uint32_t)4)))) { goto IL_0061; } } { JContainer_t1023664833 * L_7 = __this->get__parent_14(); NullCheck(L_7); JContainer_t1023664833 * L_8 = JToken_get_Parent_m3865335600(L_7, /*hidden argument*/NULL); __this->set__parent_14(L_8); return; } IL_0045: { JValue_t1448862567 * L_9 = ___value0; JValue_t1448862567 * L_10 = L_9; G_B4_0 = L_10; G_B4_1 = __this; if (L_10) { G_B5_0 = L_10; G_B5_1 = __this; goto IL_0050; } } { JValue_t1448862567 * L_11 = JValue_CreateNull_m1873583286(NULL /*static, unused*/, /*hidden argument*/NULL); G_B5_0 = L_11; G_B5_1 = G_B4_1; } IL_0050: { NullCheck(G_B5_1); G_B5_1->set__value_15(G_B5_0); JValue_t1448862567 * L_12 = __this->get__value_15(); __this->set__current_16(L_12); } IL_0061: { return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteValue(System.Object) extern "C" IL2CPP_METHOD_ATTR void JTokenWriter_WriteValue_m2340353011 (JTokenWriter_t671501819 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; JsonWriter_WriteValue_m57335208(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteNull() extern "C" IL2CPP_METHOD_ATTR void JTokenWriter_WriteNull_m1309264429 (JTokenWriter_t671501819 * __this, const RuntimeMethod* method) { { JsonWriter_WriteNull_m2108953018(__this, /*hidden argument*/NULL); JTokenWriter_AddValue_m825628322(__this, (JValue_t1448862567 *)NULL, ((int32_t)11), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteUndefined() extern "C" IL2CPP_METHOD_ATTR void JTokenWriter_WriteUndefined_m1591512979 (JTokenWriter_t671501819 * __this, const RuntimeMethod* method) { { JsonWriter_WriteUndefined_m3012783893(__this, /*hidden argument*/NULL); JTokenWriter_AddValue_m825628322(__this, (JValue_t1448862567 *)NULL, ((int32_t)12), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteRaw(System.String) extern "C" IL2CPP_METHOD_ATTR void JTokenWriter_WriteRaw_m4170178743 (JTokenWriter_t671501819 * __this, String_t* ___json0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JTokenWriter_WriteRaw_m4170178743_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___json0; JsonWriter_WriteRaw_m1183082873(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___json0; JRaw_t446372596 * L_2 = (JRaw_t446372596 *)il2cpp_codegen_object_new(JRaw_t446372596_il2cpp_TypeInfo_var); JRaw__ctor_m1864301937(L_2, L_1, /*hidden argument*/NULL); JTokenWriter_AddValue_m825628322(__this, L_2, 6, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteComment(System.String) extern "C" IL2CPP_METHOD_ATTR void JTokenWriter_WriteComment_m283720064 (JTokenWriter_t671501819 * __this, String_t* ___text0, const RuntimeMethod* method) { { String_t* L_0 = ___text0; JsonWriter_WriteComment_m2597385057(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___text0; JValue_t1448862567 * L_2 = JValue_CreateComment_m2766888673(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); JTokenWriter_AddValue_m825628322(__this, L_2, 5, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteValue(System.String) extern "C" IL2CPP_METHOD_ATTR void JTokenWriter_WriteValue_m1870522208 (JTokenWriter_t671501819 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; JsonWriter_WriteValue_m1762582339(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___value0; JTokenWriter_AddValue_m2511346418(__this, L_1, ((int32_t)9), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteValue(System.Int32) extern "C" IL2CPP_METHOD_ATTR void JTokenWriter_WriteValue_m541939374 (JTokenWriter_t671501819 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JTokenWriter_WriteValue_m541939374_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; JsonWriter_WriteValue_m1761958501(__this, L_0, /*hidden argument*/NULL); int32_t L_1 = ___value0; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2); JTokenWriter_AddValue_m2511346418(__this, L_3, 7, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteValue(System.UInt32) extern "C" IL2CPP_METHOD_ATTR void JTokenWriter_WriteValue_m1774688813 (JTokenWriter_t671501819 * __this, uint32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JTokenWriter_WriteValue_m1774688813_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uint32_t L_0 = ___value0; JsonWriter_WriteValue_m1399368634(__this, L_0, /*hidden argument*/NULL); uint32_t L_1 = ___value0; uint32_t L_2 = L_1; RuntimeObject * L_3 = Box(UInt32_t2560061978_il2cpp_TypeInfo_var, &L_2); JTokenWriter_AddValue_m2511346418(__this, L_3, 7, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteValue(System.Int64) extern "C" IL2CPP_METHOD_ATTR void JTokenWriter_WriteValue_m541546161 (JTokenWriter_t671501819 * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JTokenWriter_WriteValue_m541546161_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int64_t L_0 = ___value0; JsonWriter_WriteValue_m598831407(__this, L_0, /*hidden argument*/NULL); int64_t L_1 = ___value0; int64_t L_2 = L_1; RuntimeObject * L_3 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_2); JTokenWriter_AddValue_m2511346418(__this, L_3, 7, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteValue(System.UInt64) extern "C" IL2CPP_METHOD_ATTR void JTokenWriter_WriteValue_m2937815907 (JTokenWriter_t671501819 * __this, uint64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JTokenWriter_WriteValue_m2937815907_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uint64_t L_0 = ___value0; JsonWriter_WriteValue_m3305894593(__this, L_0, /*hidden argument*/NULL); uint64_t L_1 = ___value0; uint64_t L_2 = L_1; RuntimeObject * L_3 = Box(UInt64_t4134040092_il2cpp_TypeInfo_var, &L_2); JTokenWriter_AddValue_m2511346418(__this, L_3, 7, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteValue(System.Single) extern "C" IL2CPP_METHOD_ATTR void JTokenWriter_WriteValue_m864726753 (JTokenWriter_t671501819 * __this, float ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JTokenWriter_WriteValue_m864726753_MetadataUsageId); s_Il2CppMethodInitialized = true; } { float L_0 = ___value0; JsonWriter_WriteValue_m3774019217(__this, L_0, /*hidden argument*/NULL); float L_1 = ___value0; float L_2 = L_1; RuntimeObject * L_3 = Box(Single_t1397266774_il2cpp_TypeInfo_var, &L_2); JTokenWriter_AddValue_m2511346418(__this, L_3, 8, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteValue(System.Double) extern "C" IL2CPP_METHOD_ATTR void JTokenWriter_WriteValue_m1341026642 (JTokenWriter_t671501819 * __this, double ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JTokenWriter_WriteValue_m1341026642_MetadataUsageId); s_Il2CppMethodInitialized = true; } { double L_0 = ___value0; JsonWriter_WriteValue_m869556315(__this, L_0, /*hidden argument*/NULL); double L_1 = ___value0; double L_2 = L_1; RuntimeObject * L_3 = Box(Double_t594665363_il2cpp_TypeInfo_var, &L_2); JTokenWriter_AddValue_m2511346418(__this, L_3, 8, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteValue(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JTokenWriter_WriteValue_m2679366753 (JTokenWriter_t671501819 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JTokenWriter_WriteValue_m2679366753_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___value0; JsonWriter_WriteValue_m3045568213(__this, L_0, /*hidden argument*/NULL); bool L_1 = ___value0; bool L_2 = L_1; RuntimeObject * L_3 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_2); JTokenWriter_AddValue_m2511346418(__this, L_3, ((int32_t)10), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteValue(System.Int16) extern "C" IL2CPP_METHOD_ATTR void JTokenWriter_WriteValue_m541677228 (JTokenWriter_t671501819 * __this, int16_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JTokenWriter_WriteValue_m541677228_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int16_t L_0 = ___value0; JsonWriter_WriteValue_m3731458041(__this, L_0, /*hidden argument*/NULL); int16_t L_1 = ___value0; int16_t L_2 = L_1; RuntimeObject * L_3 = Box(Int16_t2552820387_il2cpp_TypeInfo_var, &L_2); JTokenWriter_AddValue_m2511346418(__this, L_3, 7, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteValue(System.UInt16) extern "C" IL2CPP_METHOD_ATTR void JTokenWriter_WriteValue_m4100156569 (JTokenWriter_t671501819 * __this, uint16_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JTokenWriter_WriteValue_m4100156569_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uint16_t L_0 = ___value0; JsonWriter_WriteValue_m3326842096(__this, L_0, /*hidden argument*/NULL); uint16_t L_1 = ___value0; uint16_t L_2 = L_1; RuntimeObject * L_3 = Box(UInt16_t2177724958_il2cpp_TypeInfo_var, &L_2); JTokenWriter_AddValue_m2511346418(__this, L_3, 7, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteValue(System.Char) extern "C" IL2CPP_METHOD_ATTR void JTokenWriter_WriteValue_m435778955 (JTokenWriter_t671501819 * __this, Il2CppChar ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JTokenWriter_WriteValue_m435778955_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { Il2CppChar L_0 = ___value0; JsonWriter_WriteValue_m534922249(__this, L_0, /*hidden argument*/NULL); V_0 = (String_t*)NULL; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_1 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_2 = Char_ToString_m278452217((&___value0), L_1, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = V_0; JTokenWriter_AddValue_m2511346418(__this, L_3, ((int32_t)9), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteValue(System.Byte) extern "C" IL2CPP_METHOD_ATTR void JTokenWriter_WriteValue_m578920553 (JTokenWriter_t671501819 * __this, uint8_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JTokenWriter_WriteValue_m578920553_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uint8_t L_0 = ___value0; JsonWriter_WriteValue_m996277873(__this, L_0, /*hidden argument*/NULL); uint8_t L_1 = ___value0; uint8_t L_2 = L_1; RuntimeObject * L_3 = Box(Byte_t1134296376_il2cpp_TypeInfo_var, &L_2); JTokenWriter_AddValue_m2511346418(__this, L_3, 7, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteValue(System.SByte) extern "C" IL2CPP_METHOD_ATTR void JTokenWriter_WriteValue_m2455631371 (JTokenWriter_t671501819 * __this, int8_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JTokenWriter_WriteValue_m2455631371_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int8_t L_0 = ___value0; JsonWriter_WriteValue_m3525383365(__this, L_0, /*hidden argument*/NULL); int8_t L_1 = ___value0; int8_t L_2 = L_1; RuntimeObject * L_3 = Box(SByte_t1669577662_il2cpp_TypeInfo_var, &L_2); JTokenWriter_AddValue_m2511346418(__this, L_3, 7, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteValue(System.Decimal) extern "C" IL2CPP_METHOD_ATTR void JTokenWriter_WriteValue_m3232891354 (JTokenWriter_t671501819 * __this, Decimal_t2948259380 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JTokenWriter_WriteValue_m3232891354_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Decimal_t2948259380 L_0 = ___value0; JsonWriter_WriteValue_m755619805(__this, L_0, /*hidden argument*/NULL); Decimal_t2948259380 L_1 = ___value0; Decimal_t2948259380 L_2 = L_1; RuntimeObject * L_3 = Box(Decimal_t2948259380_il2cpp_TypeInfo_var, &L_2); JTokenWriter_AddValue_m2511346418(__this, L_3, 8, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteValue(System.DateTime) extern "C" IL2CPP_METHOD_ATTR void JTokenWriter_WriteValue_m2570290678 (JTokenWriter_t671501819 * __this, DateTime_t3738529785 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JTokenWriter_WriteValue_m2570290678_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DateTime_t3738529785 L_0 = ___value0; JsonWriter_WriteValue_m3793256645(__this, L_0, /*hidden argument*/NULL); DateTime_t3738529785 L_1 = ___value0; int32_t L_2 = JsonWriter_get_DateTimeZoneHandling_m1298912413(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_t3515429982_il2cpp_TypeInfo_var); DateTime_t3738529785 L_3 = DateTimeUtils_EnsureDateTime_m2677626152(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); ___value0 = L_3; DateTime_t3738529785 L_4 = ___value0; DateTime_t3738529785 L_5 = L_4; RuntimeObject * L_6 = Box(DateTime_t3738529785_il2cpp_TypeInfo_var, &L_5); JTokenWriter_AddValue_m2511346418(__this, L_6, ((int32_t)16), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteValue(System.DateTimeOffset) extern "C" IL2CPP_METHOD_ATTR void JTokenWriter_WriteValue_m175410736 (JTokenWriter_t671501819 * __this, DateTimeOffset_t3229287507 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JTokenWriter_WriteValue_m175410736_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DateTimeOffset_t3229287507 L_0 = ___value0; JsonWriter_WriteValue_m72889891(__this, L_0, /*hidden argument*/NULL); DateTimeOffset_t3229287507 L_1 = ___value0; DateTimeOffset_t3229287507 L_2 = L_1; RuntimeObject * L_3 = Box(DateTimeOffset_t3229287507_il2cpp_TypeInfo_var, &L_2); JTokenWriter_AddValue_m2511346418(__this, L_3, ((int32_t)16), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteValue(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void JTokenWriter_WriteValue_m1196545031 (JTokenWriter_t671501819 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = ___value0; JsonWriter_WriteValue_m3107219797(__this, L_0, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_1 = ___value0; JTokenWriter_AddValue_m2511346418(__this, (RuntimeObject *)(RuntimeObject *)L_1, ((int32_t)17), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteValue(System.TimeSpan) extern "C" IL2CPP_METHOD_ATTR void JTokenWriter_WriteValue_m4265342467 (JTokenWriter_t671501819 * __this, TimeSpan_t881159249 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JTokenWriter_WriteValue_m4265342467_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TimeSpan_t881159249 L_0 = ___value0; JsonWriter_WriteValue_m3976123313(__this, L_0, /*hidden argument*/NULL); TimeSpan_t881159249 L_1 = ___value0; TimeSpan_t881159249 L_2 = L_1; RuntimeObject * L_3 = Box(TimeSpan_t881159249_il2cpp_TypeInfo_var, &L_2); JTokenWriter_AddValue_m2511346418(__this, L_3, ((int32_t)9), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteValue(System.Guid) extern "C" IL2CPP_METHOD_ATTR void JTokenWriter_WriteValue_m2900872700 (JTokenWriter_t671501819 * __this, Guid_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JTokenWriter_WriteValue_m2900872700_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Guid_t L_0 = ___value0; JsonWriter_WriteValue_m2212523461(__this, L_0, /*hidden argument*/NULL); Guid_t L_1 = ___value0; Guid_t L_2 = L_1; RuntimeObject * L_3 = Box(Guid_t_il2cpp_TypeInfo_var, &L_2); JTokenWriter_AddValue_m2511346418(__this, L_3, ((int32_t)9), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteValue(System.Uri) extern "C" IL2CPP_METHOD_ATTR void JTokenWriter_WriteValue_m1015979524 (JTokenWriter_t671501819 * __this, Uri_t100236324 * ___value0, const RuntimeMethod* method) { { Uri_t100236324 * L_0 = ___value0; JsonWriter_WriteValue_m3636458124(__this, L_0, /*hidden argument*/NULL); Uri_t100236324 * L_1 = ___value0; JTokenWriter_AddValue_m2511346418(__this, L_1, ((int32_t)9), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteToken(Newtonsoft.Json.JsonReader,System.Boolean,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JTokenWriter_WriteToken_m146674553 (JTokenWriter_t671501819 * __this, JsonReader_t2369136700 * ___reader0, bool ___writeChildren1, bool ___writeDateConstructorAsDate2, bool ___writeComments3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JTokenWriter_WriteToken_m146674553_MetadataUsageId); s_Il2CppMethodInitialized = true; } JTokenReader_t3769275704 * V_0 = NULL; JToken_t1038539247 * V_1 = NULL; { JsonReader_t2369136700 * L_0 = ___reader0; V_0 = ((JTokenReader_t3769275704 *)IsInstClass((RuntimeObject*)L_0, JTokenReader_t3769275704_il2cpp_TypeInfo_var)); JTokenReader_t3769275704 * L_1 = V_0; bool L_2 = ___writeChildren1; bool L_3 = ___writeDateConstructorAsDate2; bool L_4 = ___writeComments3; if (!((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((!(((RuntimeObject*)(JTokenReader_t3769275704 *)L_1) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0)&(int32_t)L_2))&(int32_t)L_3))&(int32_t)L_4))) { goto IL_00b8; } } { JTokenReader_t3769275704 * L_5 = V_0; NullCheck(L_5); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_5); if (L_6) { goto IL_0028; } } { JTokenReader_t3769275704 * L_7 = V_0; NullCheck(L_7); bool L_8 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_7); if (L_8) { goto IL_0028; } } { return; } IL_0028: { JTokenReader_t3769275704 * L_9 = V_0; NullCheck(L_9); JToken_t1038539247 * L_10 = JTokenReader_get_CurrentToken_m3584890916(L_9, /*hidden argument*/NULL); NullCheck(L_10); JToken_t1038539247 * L_11 = VirtFuncInvoker0< JToken_t1038539247 * >::Invoke(10 /* Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::CloneToken() */, L_10); V_1 = L_11; JContainer_t1023664833 * L_12 = __this->get__parent_14(); if (!L_12) { goto IL_0082; } } { JContainer_t1023664833 * L_13 = __this->get__parent_14(); JToken_t1038539247 * L_14 = V_1; NullCheck(L_13); VirtActionInvoker1< RuntimeObject * >::Invoke(60 /* System.Void Newtonsoft.Json.Linq.JContainer::Add(System.Object) */, L_13, L_14); JContainer_t1023664833 * L_15 = __this->get__parent_14(); NullCheck(L_15); JToken_t1038539247 * L_16 = VirtFuncInvoker0< JToken_t1038539247 * >::Invoke(16 /* Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::get_Last() */, L_15); __this->set__current_16(L_16); JContainer_t1023664833 * L_17 = __this->get__parent_14(); NullCheck(L_17); int32_t L_18 = VirtFuncInvoker0< int32_t >::Invoke(12 /* Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JToken::get_Type() */, L_17); if ((!(((uint32_t)L_18) == ((uint32_t)4)))) { goto IL_00b1; } } { JContainer_t1023664833 * L_19 = __this->get__parent_14(); NullCheck(L_19); JContainer_t1023664833 * L_20 = JToken_get_Parent_m3865335600(L_19, /*hidden argument*/NULL); __this->set__parent_14(L_20); JsonWriter_InternalWriteValue_m193962530(__this, ((int32_t)11), /*hidden argument*/NULL); goto IL_00b1; } IL_0082: { JToken_t1038539247 * L_21 = V_1; __this->set__current_16(L_21); JContainer_t1023664833 * L_22 = __this->get__token_13(); if (L_22) { goto IL_00b1; } } { JValue_t1448862567 * L_23 = __this->get__value_15(); if (L_23) { goto IL_00b1; } } { JToken_t1038539247 * L_24 = V_1; __this->set__token_13(((JContainer_t1023664833 *)IsInstClass((RuntimeObject*)L_24, JContainer_t1023664833_il2cpp_TypeInfo_var))); JToken_t1038539247 * L_25 = V_1; __this->set__value_15(((JValue_t1448862567 *)IsInstClass((RuntimeObject*)L_25, JValue_t1448862567_il2cpp_TypeInfo_var))); } IL_00b1: { JTokenReader_t3769275704 * L_26 = V_0; NullCheck(L_26); JsonReader_Skip_m763208338(L_26, /*hidden argument*/NULL); return; } IL_00b8: { JsonReader_t2369136700 * L_27 = ___reader0; bool L_28 = ___writeChildren1; bool L_29 = ___writeDateConstructorAsDate2; bool L_30 = ___writeComments3; JsonWriter_WriteToken_m1325265813(__this, L_27, L_28, L_29, L_30, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Linq.JValue::.ctor(System.Object,Newtonsoft.Json.Linq.JTokenType) extern "C" IL2CPP_METHOD_ATTR void JValue__ctor_m2458222621 (JValue_t1448862567 * __this, RuntimeObject * ___value0, int32_t ___type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JValue__ctor_m2458222621_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); JToken__ctor_m1906622579(__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___value0; __this->set__value_14(L_0); int32_t L_1 = ___type1; __this->set__valueType_13(L_1); return; } } // System.Void Newtonsoft.Json.Linq.JValue::.ctor(Newtonsoft.Json.Linq.JValue) extern "C" IL2CPP_METHOD_ATTR void JValue__ctor_m992286939 (JValue_t1448862567 * __this, JValue_t1448862567 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JValue__ctor_m992286939_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JValue_t1448862567 * L_0 = ___other0; NullCheck(L_0); RuntimeObject * L_1 = JValue_get_Value_m3866091653(L_0, /*hidden argument*/NULL); JValue_t1448862567 * L_2 = ___other0; NullCheck(L_2); IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(12 /* Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JToken::get_Type() */, L_2); JValue__ctor_m2458222621(__this, L_1, L_3, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JValue::.ctor(System.Object) extern "C" IL2CPP_METHOD_ATTR void JValue__ctor_m3253317968 (JValue_t1448862567 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { Nullable_1_t449956448 V_0; memset(&V_0, 0, sizeof(V_0)); { RuntimeObject * L_0 = ___value0; il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_t449956448 )); Nullable_1_t449956448 L_1 = V_0; RuntimeObject * L_2 = ___value0; int32_t L_3 = JValue_GetValueType_m502214134(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); JValue__ctor_m2458222621(__this, L_0, L_3, /*hidden argument*/NULL); return; } } // System.Boolean Newtonsoft.Json.Linq.JValue::DeepEquals(Newtonsoft.Json.Linq.JToken) extern "C" IL2CPP_METHOD_ATTR bool JValue_DeepEquals_m3016615274 (JValue_t1448862567 * __this, JToken_t1038539247 * ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JValue_DeepEquals_m3016615274_MetadataUsageId); s_Il2CppMethodInitialized = true; } JValue_t1448862567 * V_0 = NULL; { JToken_t1038539247 * L_0 = ___node0; V_0 = ((JValue_t1448862567 *)IsInstClass((RuntimeObject*)L_0, JValue_t1448862567_il2cpp_TypeInfo_var)); JValue_t1448862567 * L_1 = V_0; if (L_1) { goto IL_000c; } } { return (bool)0; } IL_000c: { JValue_t1448862567 * L_2 = V_0; if ((!(((RuntimeObject*)(JValue_t1448862567 *)L_2) == ((RuntimeObject*)(JValue_t1448862567 *)__this)))) { goto IL_0012; } } { return (bool)1; } IL_0012: { JValue_t1448862567 * L_3 = V_0; bool L_4 = JValue_ValuesEquals_m1092059895(NULL /*static, unused*/, __this, L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean Newtonsoft.Json.Linq.JValue::get_HasValues() extern "C" IL2CPP_METHOD_ATTR bool JValue_get_HasValues_m1258275745 (JValue_t1448862567 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Int32 Newtonsoft.Json.Linq.JValue::Compare(Newtonsoft.Json.Linq.JTokenType,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t JValue_Compare_m2583422632 (RuntimeObject * __this /* static, unused */, int32_t ___valueType0, RuntimeObject * ___objA1, RuntimeObject * ___objB2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JValue_Compare_m2583422632_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; bool V_2 = false; ByteU5BU5D_t4116647657* V_3 = NULL; ByteU5BU5D_t4116647657* V_4 = NULL; Guid_t V_5; memset(&V_5, 0, sizeof(V_5)); Guid_t V_6; memset(&V_6, 0, sizeof(V_6)); Uri_t100236324 * V_7 = NULL; Uri_t100236324 * V_8 = NULL; TimeSpan_t881159249 V_9; memset(&V_9, 0, sizeof(V_9)); TimeSpan_t881159249 V_10; memset(&V_10, 0, sizeof(V_10)); Decimal_t2948259380 V_11; memset(&V_11, 0, sizeof(V_11)); int64_t V_12 = 0; DateTime_t3738529785 V_13; memset(&V_13, 0, sizeof(V_13)); DateTime_t3738529785 V_14; memset(&V_14, 0, sizeof(V_14)); DateTimeOffset_t3229287507 V_15; memset(&V_15, 0, sizeof(V_15)); DateTimeOffset_t3229287507 V_16; memset(&V_16, 0, sizeof(V_16)); DateTimeOffset_t3229287507 V_17; memset(&V_17, 0, sizeof(V_17)); { RuntimeObject * L_0 = ___objA1; if (L_0) { goto IL_0008; } } { RuntimeObject * L_1 = ___objB2; if (L_1) { goto IL_0008; } } { return 0; } IL_0008: { RuntimeObject * L_2 = ___objA1; if (!L_2) { goto IL_0010; } } { RuntimeObject * L_3 = ___objB2; if (L_3) { goto IL_0010; } } { return 1; } IL_0010: { RuntimeObject * L_4 = ___objA1; if (L_4) { goto IL_0018; } } { RuntimeObject * L_5 = ___objB2; if (!L_5) { goto IL_0018; } } { return (-1); } IL_0018: { int32_t L_6 = ___valueType0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)5))) { case 0: { goto IL_00e9; } case 1: { goto IL_0059; } case 2: { goto IL_00e1; } case 3: { goto IL_00e9; } case 4: { goto IL_0107; } case 5: { goto IL_026c; } case 6: { goto IL_026c; } case 7: { goto IL_0128; } case 8: { goto IL_00e9; } case 9: { goto IL_01a0; } case 10: { goto IL_01d6; } case 11: { goto IL_0203; } case 12: { goto IL_023f; } } } { goto IL_026c; } IL_0059: { RuntimeObject * L_7 = ___objA1; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_7, UInt64_t4134040092_il2cpp_TypeInfo_var))) { goto IL_0079; } } { RuntimeObject * L_8 = ___objB2; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_8, UInt64_t4134040092_il2cpp_TypeInfo_var))) { goto IL_0079; } } { RuntimeObject * L_9 = ___objA1; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_9, Decimal_t2948259380_il2cpp_TypeInfo_var))) { goto IL_0079; } } { RuntimeObject * L_10 = ___objB2; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_10, Decimal_t2948259380_il2cpp_TypeInfo_var))) { goto IL_0099; } } IL_0079: { RuntimeObject * L_11 = ___objA1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_12 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); Decimal_t2948259380 L_13 = Convert_ToDecimal_m3815908452(NULL /*static, unused*/, L_11, L_12, /*hidden argument*/NULL); V_11 = L_13; RuntimeObject * L_14 = ___objB2; CultureInfo_t4157843068 * L_15 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); Decimal_t2948259380 L_16 = Convert_ToDecimal_m3815908452(NULL /*static, unused*/, L_14, L_15, /*hidden argument*/NULL); int32_t L_17 = Decimal_CompareTo_m3502307243((&V_11), L_16, /*hidden argument*/NULL); return L_17; } IL_0099: { RuntimeObject * L_18 = ___objA1; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_18, Single_t1397266774_il2cpp_TypeInfo_var))) { goto IL_00b9; } } { RuntimeObject * L_19 = ___objB2; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_19, Single_t1397266774_il2cpp_TypeInfo_var))) { goto IL_00b9; } } { RuntimeObject * L_20 = ___objA1; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_20, Double_t594665363_il2cpp_TypeInfo_var))) { goto IL_00b9; } } { RuntimeObject * L_21 = ___objB2; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_21, Double_t594665363_il2cpp_TypeInfo_var))) { goto IL_00c1; } } IL_00b9: { RuntimeObject * L_22 = ___objA1; RuntimeObject * L_23 = ___objB2; int32_t L_24 = JValue_CompareFloat_m3984240916(NULL /*static, unused*/, L_22, L_23, /*hidden argument*/NULL); return L_24; } IL_00c1: { RuntimeObject * L_25 = ___objA1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_26 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int64_t L_27 = Convert_ToInt64_m2643251823(NULL /*static, unused*/, L_25, L_26, /*hidden argument*/NULL); V_12 = L_27; RuntimeObject * L_28 = ___objB2; CultureInfo_t4157843068 * L_29 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_30 = Convert_ToInt64_m2643251823(NULL /*static, unused*/, L_28, L_29, /*hidden argument*/NULL); int32_t L_31 = Int64_CompareTo_m3345789408((&V_12), L_30, /*hidden argument*/NULL); return L_31; } IL_00e1: { RuntimeObject * L_32 = ___objA1; RuntimeObject * L_33 = ___objB2; int32_t L_34 = JValue_CompareFloat_m3984240916(NULL /*static, unused*/, L_32, L_33, /*hidden argument*/NULL); return L_34; } IL_00e9: { RuntimeObject * L_35 = ___objA1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_36 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); String_t* L_37 = Convert_ToString_m1854379141(NULL /*static, unused*/, L_35, L_36, /*hidden argument*/NULL); RuntimeObject * L_38 = ___objB2; CultureInfo_t4157843068 * L_39 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_40 = Convert_ToString_m1854379141(NULL /*static, unused*/, L_38, L_39, /*hidden argument*/NULL); V_0 = L_40; String_t* L_41 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_42 = String_CompareOrdinal_m786132908(NULL /*static, unused*/, L_37, L_41, /*hidden argument*/NULL); return L_42; } IL_0107: { RuntimeObject * L_43 = ___objA1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_44 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); bool L_45 = Convert_ToBoolean_m4120735400(NULL /*static, unused*/, L_43, L_44, /*hidden argument*/NULL); V_1 = L_45; RuntimeObject * L_46 = ___objB2; CultureInfo_t4157843068 * L_47 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_48 = Convert_ToBoolean_m4120735400(NULL /*static, unused*/, L_46, L_47, /*hidden argument*/NULL); V_2 = L_48; bool L_49 = V_2; int32_t L_50 = Boolean_CompareTo_m3774767002((&V_1), L_49, /*hidden argument*/NULL); return L_50; } IL_0128: { RuntimeObject * L_51 = ___objA1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_51, DateTime_t3738529785_il2cpp_TypeInfo_var))) { goto IL_016a; } } { RuntimeObject * L_52 = ___objA1; V_13 = ((*(DateTime_t3738529785 *)((DateTime_t3738529785 *)UnBox(L_52, DateTime_t3738529785_il2cpp_TypeInfo_var)))); RuntimeObject * L_53 = ___objB2; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_53, DateTimeOffset_t3229287507_il2cpp_TypeInfo_var))) { goto IL_0153; } } { RuntimeObject * L_54 = ___objB2; V_15 = ((*(DateTimeOffset_t3229287507 *)((DateTimeOffset_t3229287507 *)UnBox(L_54, DateTimeOffset_t3229287507_il2cpp_TypeInfo_var)))); DateTime_t3738529785 L_55 = DateTimeOffset_get_DateTime_m620985777((&V_15), /*hidden argument*/NULL); V_14 = L_55; goto IL_0160; } IL_0153: { RuntimeObject * L_56 = ___objB2; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_57 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); DateTime_t3738529785 L_58 = Convert_ToDateTime_m1567637286(NULL /*static, unused*/, L_56, L_57, /*hidden argument*/NULL); V_14 = L_58; } IL_0160: { DateTime_t3738529785 L_59 = V_14; int32_t L_60 = DateTime_CompareTo_m3889078633((&V_13), L_59, /*hidden argument*/NULL); return L_60; } IL_016a: { RuntimeObject * L_61 = ___objA1; V_16 = ((*(DateTimeOffset_t3229287507 *)((DateTimeOffset_t3229287507 *)UnBox(L_61, DateTimeOffset_t3229287507_il2cpp_TypeInfo_var)))); RuntimeObject * L_62 = ___objB2; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_62, DateTimeOffset_t3229287507_il2cpp_TypeInfo_var))) { goto IL_0184; } } { RuntimeObject * L_63 = ___objB2; V_17 = ((*(DateTimeOffset_t3229287507 *)((DateTimeOffset_t3229287507 *)UnBox(L_63, DateTimeOffset_t3229287507_il2cpp_TypeInfo_var)))); goto IL_0196; } IL_0184: { RuntimeObject * L_64 = ___objB2; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_65 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); DateTime_t3738529785 L_66 = Convert_ToDateTime_m1567637286(NULL /*static, unused*/, L_64, L_65, /*hidden argument*/NULL); DateTimeOffset__ctor_m2084804982((&V_17), L_66, /*hidden argument*/NULL); } IL_0196: { DateTimeOffset_t3229287507 L_67 = V_17; int32_t L_68 = DateTimeOffset_CompareTo_m1350732322((&V_16), L_67, /*hidden argument*/NULL); return L_68; } IL_01a0: { RuntimeObject * L_69 = ___objB2; if (((ByteU5BU5D_t4116647657*)IsInst((RuntimeObject*)L_69, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var))) { goto IL_01b3; } } { ArgumentException_t132251570 * L_70 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_70, _stringLiteral3506924716, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_70,JValue_Compare_m2583422632_RuntimeMethod_var); } IL_01b3: { RuntimeObject * L_71 = ___objA1; V_3 = ((ByteU5BU5D_t4116647657*)IsInst((RuntimeObject*)L_71, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var)); RuntimeObject * L_72 = ___objB2; V_4 = ((ByteU5BU5D_t4116647657*)IsInst((RuntimeObject*)L_72, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var)); ByteU5BU5D_t4116647657* L_73 = V_3; if (L_73) { goto IL_01c7; } } { return (-1); } IL_01c7: { ByteU5BU5D_t4116647657* L_74 = V_4; if (L_74) { goto IL_01cd; } } { return 1; } IL_01cd: { ByteU5BU5D_t4116647657* L_75 = V_3; ByteU5BU5D_t4116647657* L_76 = V_4; int32_t L_77 = MiscellaneousUtils_ByteArrayCompare_m2553453521(NULL /*static, unused*/, L_75, L_76, /*hidden argument*/NULL); return L_77; } IL_01d6: { RuntimeObject * L_78 = ___objB2; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_78, Guid_t_il2cpp_TypeInfo_var))) { goto IL_01e9; } } { ArgumentException_t132251570 * L_79 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_79, _stringLiteral374932097, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_79,JValue_Compare_m2583422632_RuntimeMethod_var); } IL_01e9: { RuntimeObject * L_80 = ___objA1; V_5 = ((*(Guid_t *)((Guid_t *)UnBox(L_80, Guid_t_il2cpp_TypeInfo_var)))); RuntimeObject * L_81 = ___objB2; V_6 = ((*(Guid_t *)((Guid_t *)UnBox(L_81, Guid_t_il2cpp_TypeInfo_var)))); Guid_t L_82 = V_6; int32_t L_83 = Guid_CompareTo_m2129361928((&V_5), L_82, /*hidden argument*/NULL); return L_83; } IL_0203: { RuntimeObject * L_84 = ___objB2; if (((Uri_t100236324 *)IsInstClass((RuntimeObject*)L_84, Uri_t100236324_il2cpp_TypeInfo_var))) { goto IL_0216; } } { ArgumentException_t132251570 * L_85 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_85, _stringLiteral66678178, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_85,JValue_Compare_m2583422632_RuntimeMethod_var); } IL_0216: { RuntimeObject * L_86 = ___objA1; V_7 = ((Uri_t100236324 *)CastclassClass((RuntimeObject*)L_86, Uri_t100236324_il2cpp_TypeInfo_var)); RuntimeObject * L_87 = ___objB2; V_8 = ((Uri_t100236324 *)CastclassClass((RuntimeObject*)L_87, Uri_t100236324_il2cpp_TypeInfo_var)); IL2CPP_RUNTIME_CLASS_INIT(Comparer_1_t3347205571_il2cpp_TypeInfo_var); Comparer_1_t3347205571 * L_88 = Comparer_1_get_Default_m2933844913(NULL /*static, unused*/, /*hidden argument*/Comparer_1_get_Default_m2933844913_RuntimeMethod_var); Uri_t100236324 * L_89 = V_7; NullCheck(L_89); String_t* L_90 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_89); Uri_t100236324 * L_91 = V_8; NullCheck(L_91); String_t* L_92 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_91); NullCheck(L_88); int32_t L_93 = VirtFuncInvoker2< int32_t, String_t*, String_t* >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1::Compare(!0,!0) */, L_88, L_90, L_92); return L_93; } IL_023f: { RuntimeObject * L_94 = ___objB2; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_94, TimeSpan_t881159249_il2cpp_TypeInfo_var))) { goto IL_0252; } } { ArgumentException_t132251570 * L_95 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_95, _stringLiteral1757458678, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_95,JValue_Compare_m2583422632_RuntimeMethod_var); } IL_0252: { RuntimeObject * L_96 = ___objA1; V_9 = ((*(TimeSpan_t881159249 *)((TimeSpan_t881159249 *)UnBox(L_96, TimeSpan_t881159249_il2cpp_TypeInfo_var)))); RuntimeObject * L_97 = ___objB2; V_10 = ((*(TimeSpan_t881159249 *)((TimeSpan_t881159249 *)UnBox(L_97, TimeSpan_t881159249_il2cpp_TypeInfo_var)))); TimeSpan_t881159249 L_98 = V_10; int32_t L_99 = TimeSpan_CompareTo_m3633415627((&V_9), L_98, /*hidden argument*/NULL); return L_99; } IL_026c: { int32_t L_100 = ___valueType0; int32_t L_101 = L_100; RuntimeObject * L_102 = Box(JTokenType_t3022361662_il2cpp_TypeInfo_var, &L_101); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_103 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_104 = ___valueType0; int32_t L_105 = L_104; RuntimeObject * L_106 = Box(JTokenType_t3022361662_il2cpp_TypeInfo_var, &L_105); String_t* L_107 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral3914662448, L_103, L_106, /*hidden argument*/NULL); ArgumentOutOfRangeException_t777629997 * L_108 = MiscellaneousUtils_CreateArgumentOutOfRangeException_m1064925786(NULL /*static, unused*/, _stringLiteral1760892258, L_102, L_107, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_108,JValue_Compare_m2583422632_RuntimeMethod_var); } } // System.Int32 Newtonsoft.Json.Linq.JValue::CompareFloat(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t JValue_CompareFloat_m3984240916 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___objA0, RuntimeObject * ___objB1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JValue_CompareFloat_m3984240916_MetadataUsageId); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; double V_1 = 0.0; { RuntimeObject * L_0 = ___objA0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_1 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); double L_2 = Convert_ToDouble_m4017511472(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; RuntimeObject * L_3 = ___objB1; CultureInfo_t4157843068 * L_4 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); double L_5 = Convert_ToDouble_m4017511472(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; double L_6 = V_0; double L_7 = V_1; bool L_8 = MathUtils_ApproxEquals_m663204704(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0023; } } { return 0; } IL_0023: { double L_9 = V_1; int32_t L_10 = Double_CompareTo_m3151899116((&V_0), L_9, /*hidden argument*/NULL); return L_10; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JValue::CloneToken() extern "C" IL2CPP_METHOD_ATTR JToken_t1038539247 * JValue_CloneToken_m727666570 (JValue_t1448862567 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JValue_CloneToken_m727666570_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JValue_t1448862567 * L_0 = (JValue_t1448862567 *)il2cpp_codegen_object_new(JValue_t1448862567_il2cpp_TypeInfo_var); JValue__ctor_m992286939(L_0, __this, /*hidden argument*/NULL); return L_0; } } // Newtonsoft.Json.Linq.JValue Newtonsoft.Json.Linq.JValue::CreateComment(System.String) extern "C" IL2CPP_METHOD_ATTR JValue_t1448862567 * JValue_CreateComment_m2766888673 (RuntimeObject * __this /* static, unused */, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JValue_CreateComment_m2766888673_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; JValue_t1448862567 * L_1 = (JValue_t1448862567 *)il2cpp_codegen_object_new(JValue_t1448862567_il2cpp_TypeInfo_var); JValue__ctor_m2458222621(L_1, L_0, 5, /*hidden argument*/NULL); return L_1; } } // Newtonsoft.Json.Linq.JValue Newtonsoft.Json.Linq.JValue::CreateNull() extern "C" IL2CPP_METHOD_ATTR JValue_t1448862567 * JValue_CreateNull_m1873583286 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JValue_CreateNull_m1873583286_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JValue_t1448862567 * L_0 = (JValue_t1448862567 *)il2cpp_codegen_object_new(JValue_t1448862567_il2cpp_TypeInfo_var); JValue__ctor_m2458222621(L_0, NULL, ((int32_t)10), /*hidden argument*/NULL); return L_0; } } // Newtonsoft.Json.Linq.JValue Newtonsoft.Json.Linq.JValue::CreateUndefined() extern "C" IL2CPP_METHOD_ATTR JValue_t1448862567 * JValue_CreateUndefined_m481882203 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JValue_CreateUndefined_m481882203_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JValue_t1448862567 * L_0 = (JValue_t1448862567 *)il2cpp_codegen_object_new(JValue_t1448862567_il2cpp_TypeInfo_var); JValue__ctor_m2458222621(L_0, NULL, ((int32_t)11), /*hidden argument*/NULL); return L_0; } } // Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JValue::GetValueType(System.Nullable`1,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t JValue_GetValueType_m502214134 (RuntimeObject * __this /* static, unused */, Nullable_1_t449956448 ___current0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JValue_GetValueType_m502214134_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value1; if (L_0) { goto IL_0006; } } { return (int32_t)(((int32_t)10)); } IL_0006: { RuntimeObject * L_1 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(DBNull_t3725197148_il2cpp_TypeInfo_var); DBNull_t3725197148 * L_2 = ((DBNull_t3725197148_StaticFields*)il2cpp_codegen_static_fields_for(DBNull_t3725197148_il2cpp_TypeInfo_var))->get_Value_0(); if ((!(((RuntimeObject*)(RuntimeObject *)L_1) == ((RuntimeObject*)(DBNull_t3725197148 *)L_2)))) { goto IL_0011; } } { return (int32_t)(((int32_t)10)); } IL_0011: { RuntimeObject * L_3 = ___value1; if (!((String_t*)IsInstSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var))) { goto IL_0020; } } { Nullable_1_t449956448 L_4 = ___current0; int32_t L_5 = JValue_GetStringValueType_m2273648158(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); return L_5; } IL_0020: { RuntimeObject * L_6 = ___value1; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_6, Int64_t3736567304_il2cpp_TypeInfo_var))) { goto IL_0060; } } { RuntimeObject * L_7 = ___value1; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_7, Int32_t2950945753_il2cpp_TypeInfo_var))) { goto IL_0060; } } { RuntimeObject * L_8 = ___value1; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_8, Int16_t2552820387_il2cpp_TypeInfo_var))) { goto IL_0060; } } { RuntimeObject * L_9 = ___value1; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_9, SByte_t1669577662_il2cpp_TypeInfo_var))) { goto IL_0060; } } { RuntimeObject * L_10 = ___value1; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_10, UInt64_t4134040092_il2cpp_TypeInfo_var))) { goto IL_0060; } } { RuntimeObject * L_11 = ___value1; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_11, UInt32_t2560061978_il2cpp_TypeInfo_var))) { goto IL_0060; } } { RuntimeObject * L_12 = ___value1; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_12, UInt16_t2177724958_il2cpp_TypeInfo_var))) { goto IL_0060; } } { RuntimeObject * L_13 = ___value1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_13, Byte_t1134296376_il2cpp_TypeInfo_var))) { goto IL_0062; } } IL_0060: { return (int32_t)(6); } IL_0062: { RuntimeObject * L_14 = ___value1; if (!((Enum_t4135868527 *)IsInstClass((RuntimeObject*)L_14, Enum_t4135868527_il2cpp_TypeInfo_var))) { goto IL_006c; } } { return (int32_t)(6); } IL_006c: { RuntimeObject * L_15 = ___value1; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_15, Double_t594665363_il2cpp_TypeInfo_var))) { goto IL_0084; } } { RuntimeObject * L_16 = ___value1; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_16, Single_t1397266774_il2cpp_TypeInfo_var))) { goto IL_0084; } } { RuntimeObject * L_17 = ___value1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_17, Decimal_t2948259380_il2cpp_TypeInfo_var))) { goto IL_0086; } } IL_0084: { return (int32_t)(7); } IL_0086: { RuntimeObject * L_18 = ___value1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_18, DateTime_t3738529785_il2cpp_TypeInfo_var))) { goto IL_0091; } } { return (int32_t)(((int32_t)12)); } IL_0091: { RuntimeObject * L_19 = ___value1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_19, DateTimeOffset_t3229287507_il2cpp_TypeInfo_var))) { goto IL_009c; } } { return (int32_t)(((int32_t)12)); } IL_009c: { RuntimeObject * L_20 = ___value1; if (!((ByteU5BU5D_t4116647657*)IsInst((RuntimeObject*)L_20, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var))) { goto IL_00a7; } } { return (int32_t)(((int32_t)14)); } IL_00a7: { RuntimeObject * L_21 = ___value1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_21, Boolean_t97287965_il2cpp_TypeInfo_var))) { goto IL_00b2; } } { return (int32_t)(((int32_t)9)); } IL_00b2: { RuntimeObject * L_22 = ___value1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_22, Guid_t_il2cpp_TypeInfo_var))) { goto IL_00bd; } } { return (int32_t)(((int32_t)15)); } IL_00bd: { RuntimeObject * L_23 = ___value1; if (!((Uri_t100236324 *)IsInstClass((RuntimeObject*)L_23, Uri_t100236324_il2cpp_TypeInfo_var))) { goto IL_00c8; } } { return (int32_t)(((int32_t)16)); } IL_00c8: { RuntimeObject * L_24 = ___value1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_24, TimeSpan_t881159249_il2cpp_TypeInfo_var))) { goto IL_00d3; } } { return (int32_t)(((int32_t)17)); } IL_00d3: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_25 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); RuntimeObject * L_26 = ___value1; NullCheck(L_26); Type_t * L_27 = Object_GetType_m88164663(L_26, /*hidden argument*/NULL); String_t* L_28 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral4235015580, L_25, L_27, /*hidden argument*/NULL); ArgumentException_t132251570 * L_29 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_29, L_28, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_29,JValue_GetValueType_m502214134_RuntimeMethod_var); } } // Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JValue::GetStringValueType(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR int32_t JValue_GetStringValueType_m2273648158 (RuntimeObject * __this /* static, unused */, Nullable_1_t449956448 ___current0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JValue_GetStringValueType_m2273648158_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { bool L_0 = Nullable_1_get_HasValue_m3740018445((&___current0), /*hidden argument*/Nullable_1_get_HasValue_m3740018445_RuntimeMethod_var); if (L_0) { goto IL_000b; } } { return (int32_t)(8); } IL_000b: { int32_t L_1 = Nullable_1_GetValueOrDefault_m449716682((&___current0), /*hidden argument*/Nullable_1_GetValueOrDefault_m449716682_RuntimeMethod_var); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)5))) { goto IL_0020; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)8))) { goto IL_0020; } } { int32_t L_4 = V_0; if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)13))))) { goto IL_0028; } } IL_0020: { int32_t L_5 = Nullable_1_GetValueOrDefault_m449716682((&___current0), /*hidden argument*/Nullable_1_GetValueOrDefault_m449716682_RuntimeMethod_var); return L_5; } IL_0028: { return (int32_t)(8); } } // Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JValue::get_Type() extern "C" IL2CPP_METHOD_ATTR int32_t JValue_get_Type_m4112297735 (JValue_t1448862567 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__valueType_13(); return L_0; } } // System.Object Newtonsoft.Json.Linq.JValue::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JValue_get_Value_m3866091653 (JValue_t1448862567 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get__value_14(); return L_0; } } // System.Void Newtonsoft.Json.Linq.JValue::WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[]) extern "C" IL2CPP_METHOD_ATTR void JValue_WriteTo_m2097766495 (JValue_t1448862567 * __this, JsonWriter_t1467272295 * ___writer0, JsonConverterU5BU5D_t155849004* ___converters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JValue_WriteTo_m2097766495_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonConverter_t1047106545 * V_0 = NULL; int32_t V_1 = 0; Nullable_1_t621127673 V_2; memset(&V_2, 0, sizeof(V_2)); Nullable_1_t2603721331 V_3; memset(&V_3, 0, sizeof(V_3)); JsonWriter_t1467272295 * G_B10_0 = NULL; JsonWriter_t1467272295 * G_B9_0 = NULL; String_t* G_B11_0 = NULL; JsonWriter_t1467272295 * G_B11_1 = NULL; JsonWriter_t1467272295 * G_B14_0 = NULL; JsonWriter_t1467272295 * G_B13_0 = NULL; String_t* G_B15_0 = NULL; JsonWriter_t1467272295 * G_B15_1 = NULL; JsonWriter_t1467272295 * G_B34_0 = NULL; JsonWriter_t1467272295 * G_B33_0 = NULL; String_t* G_B35_0 = NULL; JsonWriter_t1467272295 * G_B35_1 = NULL; JsonWriter_t1467272295 * G_B43_0 = NULL; JsonWriter_t1467272295 * G_B42_0 = NULL; Nullable_1_t621127673 G_B44_0; memset(&G_B44_0, 0, sizeof(G_B44_0)); JsonWriter_t1467272295 * G_B44_1 = NULL; JsonWriter_t1467272295 * G_B47_0 = NULL; JsonWriter_t1467272295 * G_B46_0 = NULL; Nullable_1_t2603721331 G_B48_0; memset(&G_B48_0, 0, sizeof(G_B48_0)); JsonWriter_t1467272295 * G_B48_1 = NULL; { JsonConverterU5BU5D_t155849004* L_0 = ___converters1; if (!L_0) { goto IL_003f; } } { JsonConverterU5BU5D_t155849004* L_1 = ___converters1; NullCheck(L_1); if (!(((RuntimeArray *)L_1)->max_length)) { goto IL_003f; } } { RuntimeObject * L_2 = __this->get__value_14(); if (!L_2) { goto IL_003f; } } { JsonConverterU5BU5D_t155849004* L_3 = ___converters1; RuntimeObject * L_4 = __this->get__value_14(); NullCheck(L_4); Type_t * L_5 = Object_GetType_m88164663(L_4, /*hidden argument*/NULL); JsonConverter_t1047106545 * L_6 = JsonSerializer_GetMatchingConverter_m3146147673(NULL /*static, unused*/, (RuntimeObject*)(RuntimeObject*)L_3, L_5, /*hidden argument*/NULL); V_0 = L_6; JsonConverter_t1047106545 * L_7 = V_0; if (!L_7) { goto IL_003f; } } { JsonConverter_t1047106545 * L_8 = V_0; NullCheck(L_8); bool L_9 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean Newtonsoft.Json.JsonConverter::get_CanWrite() */, L_8); if (!L_9) { goto IL_003f; } } { JsonConverter_t1047106545 * L_10 = V_0; JsonWriter_t1467272295 * L_11 = ___writer0; RuntimeObject * L_12 = __this->get__value_14(); JsonSerializer_t1424496335 * L_13 = JsonSerializer_CreateDefault_m1062012334(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_10); VirtActionInvoker3< JsonWriter_t1467272295 *, RuntimeObject *, JsonSerializer_t1424496335 * >::Invoke(4 /* System.Void Newtonsoft.Json.JsonConverter::WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) */, L_10, L_11, L_12, L_13); return; } IL_003f: { int32_t L_14 = __this->get__valueType_13(); V_1 = L_14; int32_t L_15 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)5))) { case 0: { goto IL_0087; } case 1: { goto IL_00cf; } case 2: { goto IL_0143; } case 3: { goto IL_01b7; } case 4: { goto IL_01d4; } case 5: { goto IL_00c1; } case 6: { goto IL_00c8; } case 7: { goto IL_01eb; } case 8: { goto IL_00a4; } case 9: { goto IL_0221; } case 10: { goto IL_0233; } case 11: { goto IL_027d; } case 12: { goto IL_0258; } } } { goto IL_028f; } IL_0087: { JsonWriter_t1467272295 * L_16 = ___writer0; RuntimeObject * L_17 = __this->get__value_14(); G_B9_0 = L_16; if (L_17) { G_B10_0 = L_16; goto IL_0093; } } { G_B11_0 = ((String_t*)(NULL)); G_B11_1 = G_B9_0; goto IL_009e; } IL_0093: { RuntimeObject * L_18 = __this->get__value_14(); NullCheck(L_18); String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_18); G_B11_0 = L_19; G_B11_1 = G_B10_0; } IL_009e: { NullCheck(G_B11_1); VirtActionInvoker1< String_t* >::Invoke(63 /* System.Void Newtonsoft.Json.JsonWriter::WriteComment(System.String) */, G_B11_1, G_B11_0); return; } IL_00a4: { JsonWriter_t1467272295 * L_20 = ___writer0; RuntimeObject * L_21 = __this->get__value_14(); G_B13_0 = L_20; if (L_21) { G_B14_0 = L_20; goto IL_00b0; } } { G_B15_0 = ((String_t*)(NULL)); G_B15_1 = G_B13_0; goto IL_00bb; } IL_00b0: { RuntimeObject * L_22 = __this->get__value_14(); NullCheck(L_22); String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_22); G_B15_0 = L_23; G_B15_1 = G_B14_0; } IL_00bb: { NullCheck(G_B15_1); VirtActionInvoker1< String_t* >::Invoke(24 /* System.Void Newtonsoft.Json.JsonWriter::WriteRawValue(System.String) */, G_B15_1, G_B15_0); return; } IL_00c1: { JsonWriter_t1467272295 * L_24 = ___writer0; NullCheck(L_24); VirtActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, L_24); return; } IL_00c8: { JsonWriter_t1467272295 * L_25 = ___writer0; NullCheck(L_25); VirtActionInvoker0::Invoke(22 /* System.Void Newtonsoft.Json.JsonWriter::WriteUndefined() */, L_25); return; } IL_00cf: { RuntimeObject * L_26 = __this->get__value_14(); if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_26, Int32_t2950945753_il2cpp_TypeInfo_var))) { goto IL_00ee; } } { JsonWriter_t1467272295 * L_27 = ___writer0; RuntimeObject * L_28 = __this->get__value_14(); NullCheck(L_27); VirtActionInvoker1< int32_t >::Invoke(26 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Int32) */, L_27, ((*(int32_t*)((int32_t*)UnBox(L_28, Int32_t2950945753_il2cpp_TypeInfo_var))))); return; } IL_00ee: { RuntimeObject * L_29 = __this->get__value_14(); if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_29, Int64_t3736567304_il2cpp_TypeInfo_var))) { goto IL_010d; } } { JsonWriter_t1467272295 * L_30 = ___writer0; RuntimeObject * L_31 = __this->get__value_14(); NullCheck(L_30); VirtActionInvoker1< int64_t >::Invoke(28 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Int64) */, L_30, ((*(int64_t*)((int64_t*)UnBox(L_31, Int64_t3736567304_il2cpp_TypeInfo_var))))); return; } IL_010d: { RuntimeObject * L_32 = __this->get__value_14(); if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_32, UInt64_t4134040092_il2cpp_TypeInfo_var))) { goto IL_012c; } } { JsonWriter_t1467272295 * L_33 = ___writer0; RuntimeObject * L_34 = __this->get__value_14(); NullCheck(L_33); VirtActionInvoker1< uint64_t >::Invoke(29 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.UInt64) */, L_33, ((*(uint64_t*)((uint64_t*)UnBox(L_34, UInt64_t4134040092_il2cpp_TypeInfo_var))))); return; } IL_012c: { JsonWriter_t1467272295 * L_35 = ___writer0; RuntimeObject * L_36 = __this->get__value_14(); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_37 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int64_t L_38 = Convert_ToInt64_m2643251823(NULL /*static, unused*/, L_36, L_37, /*hidden argument*/NULL); NullCheck(L_35); VirtActionInvoker1< int64_t >::Invoke(28 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Int64) */, L_35, L_38); return; } IL_0143: { RuntimeObject * L_39 = __this->get__value_14(); if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_39, Decimal_t2948259380_il2cpp_TypeInfo_var))) { goto IL_0162; } } { JsonWriter_t1467272295 * L_40 = ___writer0; RuntimeObject * L_41 = __this->get__value_14(); NullCheck(L_40); VirtActionInvoker1< Decimal_t2948259380 >::Invoke(38 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Decimal) */, L_40, ((*(Decimal_t2948259380 *)((Decimal_t2948259380 *)UnBox(L_41, Decimal_t2948259380_il2cpp_TypeInfo_var))))); return; } IL_0162: { RuntimeObject * L_42 = __this->get__value_14(); if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_42, Double_t594665363_il2cpp_TypeInfo_var))) { goto IL_0181; } } { JsonWriter_t1467272295 * L_43 = ___writer0; RuntimeObject * L_44 = __this->get__value_14(); NullCheck(L_43); VirtActionInvoker1< double >::Invoke(31 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Double) */, L_43, ((*(double*)((double*)UnBox(L_44, Double_t594665363_il2cpp_TypeInfo_var))))); return; } IL_0181: { RuntimeObject * L_45 = __this->get__value_14(); if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_45, Single_t1397266774_il2cpp_TypeInfo_var))) { goto IL_01a0; } } { JsonWriter_t1467272295 * L_46 = ___writer0; RuntimeObject * L_47 = __this->get__value_14(); NullCheck(L_46); VirtActionInvoker1< float >::Invoke(30 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Single) */, L_46, ((*(float*)((float*)UnBox(L_47, Single_t1397266774_il2cpp_TypeInfo_var))))); return; } IL_01a0: { JsonWriter_t1467272295 * L_48 = ___writer0; RuntimeObject * L_49 = __this->get__value_14(); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_50 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); double L_51 = Convert_ToDouble_m4017511472(NULL /*static, unused*/, L_49, L_50, /*hidden argument*/NULL); NullCheck(L_48); VirtActionInvoker1< double >::Invoke(31 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Double) */, L_48, L_51); return; } IL_01b7: { JsonWriter_t1467272295 * L_52 = ___writer0; RuntimeObject * L_53 = __this->get__value_14(); G_B33_0 = L_52; if (L_53) { G_B34_0 = L_52; goto IL_01c3; } } { G_B35_0 = ((String_t*)(NULL)); G_B35_1 = G_B33_0; goto IL_01ce; } IL_01c3: { RuntimeObject * L_54 = __this->get__value_14(); NullCheck(L_54); String_t* L_55 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_54); G_B35_0 = L_55; G_B35_1 = G_B34_0; } IL_01ce: { NullCheck(G_B35_1); VirtActionInvoker1< String_t* >::Invoke(25 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.String) */, G_B35_1, G_B35_0); return; } IL_01d4: { JsonWriter_t1467272295 * L_56 = ___writer0; RuntimeObject * L_57 = __this->get__value_14(); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_58 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); bool L_59 = Convert_ToBoolean_m4120735400(NULL /*static, unused*/, L_57, L_58, /*hidden argument*/NULL); NullCheck(L_56); VirtActionInvoker1< bool >::Invoke(32 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Boolean) */, L_56, L_59); return; } IL_01eb: { RuntimeObject * L_60 = __this->get__value_14(); if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_60, DateTimeOffset_t3229287507_il2cpp_TypeInfo_var))) { goto IL_020a; } } { JsonWriter_t1467272295 * L_61 = ___writer0; RuntimeObject * L_62 = __this->get__value_14(); NullCheck(L_61); VirtActionInvoker1< DateTimeOffset_t3229287507 >::Invoke(40 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.DateTimeOffset) */, L_61, ((*(DateTimeOffset_t3229287507 *)((DateTimeOffset_t3229287507 *)UnBox(L_62, DateTimeOffset_t3229287507_il2cpp_TypeInfo_var))))); return; } IL_020a: { JsonWriter_t1467272295 * L_63 = ___writer0; RuntimeObject * L_64 = __this->get__value_14(); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_65 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); DateTime_t3738529785 L_66 = Convert_ToDateTime_m1567637286(NULL /*static, unused*/, L_64, L_65, /*hidden argument*/NULL); NullCheck(L_63); VirtActionInvoker1< DateTime_t3738529785 >::Invoke(39 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.DateTime) */, L_63, L_66); return; } IL_0221: { JsonWriter_t1467272295 * L_67 = ___writer0; RuntimeObject * L_68 = __this->get__value_14(); NullCheck(L_67); VirtActionInvoker1< ByteU5BU5D_t4116647657* >::Invoke(60 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Byte[]) */, L_67, ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_68, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var))); return; } IL_0233: { JsonWriter_t1467272295 * L_69 = ___writer0; RuntimeObject * L_70 = __this->get__value_14(); G_B42_0 = L_69; if (L_70) { G_B43_0 = L_69; goto IL_0247; } } { il2cpp_codegen_initobj((&V_2), sizeof(Nullable_1_t621127673 )); Nullable_1_t621127673 L_71 = V_2; G_B44_0 = L_71; G_B44_1 = G_B42_0; goto IL_0252; } IL_0247: { RuntimeObject * L_72 = __this->get__value_14(); void* L_73 = alloca(sizeof(Nullable_1_t621127673 )); UnBoxNullable(L_72, Guid_t_il2cpp_TypeInfo_var, L_73); G_B44_0 = ((*(Nullable_1_t621127673 *)((Nullable_1_t621127673 *)L_73))); G_B44_1 = G_B43_0; } IL_0252: { NullCheck(G_B44_1); VirtActionInvoker1< Nullable_1_t621127673 >::Invoke(58 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) */, G_B44_1, G_B44_0); return; } IL_0258: { JsonWriter_t1467272295 * L_74 = ___writer0; RuntimeObject * L_75 = __this->get__value_14(); G_B46_0 = L_74; if (L_75) { G_B47_0 = L_74; goto IL_026c; } } { il2cpp_codegen_initobj((&V_3), sizeof(Nullable_1_t2603721331 )); Nullable_1_t2603721331 L_76 = V_3; G_B48_0 = L_76; G_B48_1 = G_B46_0; goto IL_0277; } IL_026c: { RuntimeObject * L_77 = __this->get__value_14(); void* L_78 = alloca(sizeof(Nullable_1_t2603721331 )); UnBoxNullable(L_77, TimeSpan_t881159249_il2cpp_TypeInfo_var, L_78); G_B48_0 = ((*(Nullable_1_t2603721331 *)((Nullable_1_t2603721331 *)L_78))); G_B48_1 = G_B47_0; } IL_0277: { NullCheck(G_B48_1); VirtActionInvoker1< Nullable_1_t2603721331 >::Invoke(59 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) */, G_B48_1, G_B48_0); return; } IL_027d: { JsonWriter_t1467272295 * L_79 = ___writer0; RuntimeObject * L_80 = __this->get__value_14(); NullCheck(L_79); VirtActionInvoker1< Uri_t100236324 * >::Invoke(61 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Uri) */, L_79, ((Uri_t100236324 *)CastclassClass((RuntimeObject*)L_80, Uri_t100236324_il2cpp_TypeInfo_var))); return; } IL_028f: { int32_t L_81 = __this->get__valueType_13(); int32_t L_82 = L_81; RuntimeObject * L_83 = Box(JTokenType_t3022361662_il2cpp_TypeInfo_var, &L_82); ArgumentOutOfRangeException_t777629997 * L_84 = MiscellaneousUtils_CreateArgumentOutOfRangeException_m1064925786(NULL /*static, unused*/, _stringLiteral3124749496, L_83, _stringLiteral1801169974, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_84,JValue_WriteTo_m2097766495_RuntimeMethod_var); } } // System.Int32 Newtonsoft.Json.Linq.JValue::GetDeepHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t JValue_GetDeepHashCode_m3980056505 (JValue_t1448862567 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t G_B3_0 = 0; { RuntimeObject * L_0 = __this->get__value_14(); if (L_0) { goto IL_000b; } } { G_B3_0 = 0; goto IL_0016; } IL_000b: { RuntimeObject * L_1 = __this->get__value_14(); 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: { V_0 = G_B3_0; int32_t L_3 = __this->get__valueType_13(); V_1 = L_3; int32_t L_4 = Int32_GetHashCode_m1876651407((&V_1), /*hidden argument*/NULL); int32_t L_5 = V_0; return ((int32_t)((int32_t)L_4^(int32_t)L_5)); } } // System.Boolean Newtonsoft.Json.Linq.JValue::ValuesEquals(Newtonsoft.Json.Linq.JValue,Newtonsoft.Json.Linq.JValue) extern "C" IL2CPP_METHOD_ATTR bool JValue_ValuesEquals_m1092059895 (RuntimeObject * __this /* static, unused */, JValue_t1448862567 * ___v10, JValue_t1448862567 * ___v21, const RuntimeMethod* method) { { JValue_t1448862567 * L_0 = ___v10; JValue_t1448862567 * L_1 = ___v21; if ((((RuntimeObject*)(JValue_t1448862567 *)L_0) == ((RuntimeObject*)(JValue_t1448862567 *)L_1))) { goto IL_002f; } } { JValue_t1448862567 * L_2 = ___v10; NullCheck(L_2); int32_t L_3 = L_2->get__valueType_13(); JValue_t1448862567 * L_4 = ___v21; NullCheck(L_4); int32_t L_5 = L_4->get__valueType_13(); if ((!(((uint32_t)L_3) == ((uint32_t)L_5)))) { goto IL_002d; } } { JValue_t1448862567 * L_6 = ___v10; NullCheck(L_6); int32_t L_7 = L_6->get__valueType_13(); JValue_t1448862567 * L_8 = ___v10; NullCheck(L_8); RuntimeObject * L_9 = L_8->get__value_14(); JValue_t1448862567 * L_10 = ___v21; NullCheck(L_10); RuntimeObject * L_11 = L_10->get__value_14(); int32_t L_12 = JValue_Compare_m2583422632(NULL /*static, unused*/, L_7, L_9, L_11, /*hidden argument*/NULL); return (bool)((((int32_t)L_12) == ((int32_t)0))? 1 : 0); } IL_002d: { return (bool)0; } IL_002f: { return (bool)1; } } // System.Boolean Newtonsoft.Json.Linq.JValue::Equals(Newtonsoft.Json.Linq.JValue) extern "C" IL2CPP_METHOD_ATTR bool JValue_Equals_m2971426568 (JValue_t1448862567 * __this, JValue_t1448862567 * ___other0, const RuntimeMethod* method) { { JValue_t1448862567 * L_0 = ___other0; if (L_0) { goto IL_0005; } } { return (bool)0; } IL_0005: { JValue_t1448862567 * L_1 = ___other0; bool L_2 = JValue_ValuesEquals_m1092059895(NULL /*static, unused*/, __this, L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean Newtonsoft.Json.Linq.JValue::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool JValue_Equals_m1869354243 (JValue_t1448862567 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JValue_Equals_m1869354243_MetadataUsageId); s_Il2CppMethodInitialized = true; } JValue_t1448862567 * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; if (L_0) { goto IL_0005; } } { return (bool)0; } IL_0005: { RuntimeObject * L_1 = ___obj0; V_0 = ((JValue_t1448862567 *)IsInstClass((RuntimeObject*)L_1, JValue_t1448862567_il2cpp_TypeInfo_var)); JValue_t1448862567 * L_2 = V_0; if (!L_2) { goto IL_0017; } } { JValue_t1448862567 * L_3 = V_0; bool L_4 = JValue_Equals_m2971426568(__this, L_3, /*hidden argument*/NULL); return L_4; } IL_0017: { RuntimeObject * L_5 = ___obj0; bool L_6 = Object_Equals_m2439880830(__this, L_5, /*hidden argument*/NULL); return L_6; } } // System.Int32 Newtonsoft.Json.Linq.JValue::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t JValue_GetHashCode_m2365158691 (JValue_t1448862567 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get__value_14(); if (L_0) { goto IL_000a; } } { return 0; } IL_000a: { RuntimeObject * L_1 = __this->get__value_14(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_1); return L_2; } } // System.String Newtonsoft.Json.Linq.JValue::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* JValue_ToString_m1332490000 (JValue_t1448862567 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JValue_ToString_m1332490000_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = __this->get__value_14(); if (L_0) { goto IL_000e; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_1; } IL_000e: { RuntimeObject * L_2 = __this->get__value_14(); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2); return L_3; } } // System.String Newtonsoft.Json.Linq.JValue::ToString(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* JValue_ToString_m3538645317 (JValue_t1448862567 * __this, RuntimeObject* ___formatProvider0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___formatProvider0; String_t* L_1 = JValue_ToString_m3683347190(__this, (String_t*)NULL, L_0, /*hidden argument*/NULL); return L_1; } } // System.String Newtonsoft.Json.Linq.JValue::ToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* JValue_ToString_m3683347190 (JValue_t1448862567 * __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JValue_ToString_m3683347190_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { RuntimeObject * L_0 = __this->get__value_14(); if (L_0) { goto IL_000e; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_1; } IL_000e: { RuntimeObject * L_2 = __this->get__value_14(); V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_2, IFormattable_t1450744796_il2cpp_TypeInfo_var)); RuntimeObject* L_3 = V_0; if (!L_3) { goto IL_0026; } } { RuntimeObject* L_4 = V_0; String_t* L_5 = ___format0; RuntimeObject* L_6 = ___formatProvider1; NullCheck(L_4); String_t* L_7 = InterfaceFuncInvoker2< String_t*, String_t*, RuntimeObject* >::Invoke(0 /* System.String System.IFormattable::ToString(System.String,System.IFormatProvider) */, IFormattable_t1450744796_il2cpp_TypeInfo_var, L_4, L_5, L_6); return L_7; } IL_0026: { RuntimeObject * L_8 = __this->get__value_14(); NullCheck(L_8); String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_8); return L_9; } } // System.Int32 Newtonsoft.Json.Linq.JValue::System.IComparable.CompareTo(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t JValue_System_IComparable_CompareTo_m2939302832 (JValue_t1448862567 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JValue_System_IComparable_CompareTo_m2939302832_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; RuntimeObject * G_B5_0 = NULL; { RuntimeObject * L_0 = ___obj0; if (L_0) { goto IL_0005; } } { return 1; } IL_0005: { RuntimeObject * L_1 = ___obj0; if (((JValue_t1448862567 *)IsInstClass((RuntimeObject*)L_1, JValue_t1448862567_il2cpp_TypeInfo_var))) { goto IL_0010; } } { RuntimeObject * L_2 = ___obj0; G_B5_0 = L_2; goto IL_001b; } IL_0010: { RuntimeObject * L_3 = ___obj0; NullCheck(((JValue_t1448862567 *)CastclassClass((RuntimeObject*)L_3, JValue_t1448862567_il2cpp_TypeInfo_var))); RuntimeObject * L_4 = JValue_get_Value_m3866091653(((JValue_t1448862567 *)CastclassClass((RuntimeObject*)L_3, JValue_t1448862567_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); G_B5_0 = L_4; } IL_001b: { V_0 = G_B5_0; int32_t L_5 = __this->get__valueType_13(); RuntimeObject * L_6 = __this->get__value_14(); RuntimeObject * L_7 = V_0; int32_t L_8 = JValue_Compare_m2583422632(NULL /*static, unused*/, L_5, L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.Int32 Newtonsoft.Json.Linq.JValue::CompareTo(Newtonsoft.Json.Linq.JValue) extern "C" IL2CPP_METHOD_ATTR int32_t JValue_CompareTo_m1829058264 (JValue_t1448862567 * __this, JValue_t1448862567 * ___obj0, const RuntimeMethod* method) { { JValue_t1448862567 * L_0 = ___obj0; if (L_0) { goto IL_0005; } } { return 1; } IL_0005: { int32_t L_1 = __this->get__valueType_13(); RuntimeObject * L_2 = __this->get__value_14(); JValue_t1448862567 * L_3 = ___obj0; NullCheck(L_3); RuntimeObject * L_4 = L_3->get__value_14(); int32_t L_5 = JValue_Compare_m2583422632(NULL /*static, unused*/, L_1, L_2, L_4, /*hidden argument*/NULL); return L_5; } } // System.TypeCode Newtonsoft.Json.Linq.JValue::System.IConvertible.GetTypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t JValue_System_IConvertible_GetTypeCode_m1644596373 (JValue_t1448862567 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JValue_System_IConvertible_GetTypeCode_m1644596373_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { RuntimeObject * L_0 = __this->get__value_14(); if (L_0) { goto IL_000a; } } { return (int32_t)(0); } IL_000a: { RuntimeObject * L_1 = __this->get__value_14(); V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_1, IConvertible_t2977365677_il2cpp_TypeInfo_var)); RuntimeObject* L_2 = V_0; if (L_2) { goto IL_001b; } } { return (int32_t)(1); } IL_001b: { RuntimeObject* L_3 = V_0; NullCheck(L_3); int32_t L_4 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.TypeCode System.IConvertible::GetTypeCode() */, IConvertible_t2977365677_il2cpp_TypeInfo_var, L_3); return L_4; } } // System.Boolean Newtonsoft.Json.Linq.JValue::System.IConvertible.ToBoolean(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR bool JValue_System_IConvertible_ToBoolean_m2667930684 (JValue_t1448862567 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JValue_System_IConvertible_ToBoolean_m2667930684_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); bool L_0 = JToken_op_Explicit_m4028514089(NULL /*static, unused*/, __this, /*hidden argument*/NULL); return L_0; } } // System.Char Newtonsoft.Json.Linq.JValue::System.IConvertible.ToChar(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Il2CppChar JValue_System_IConvertible_ToChar_m1334442428 (JValue_t1448862567 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JValue_System_IConvertible_ToChar_m1334442428_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); Il2CppChar L_0 = JToken_op_Explicit_m2962730139(NULL /*static, unused*/, __this, /*hidden argument*/NULL); return L_0; } } // System.SByte Newtonsoft.Json.Linq.JValue::System.IConvertible.ToSByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int8_t JValue_System_IConvertible_ToSByte_m3173983623 (JValue_t1448862567 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JValue_System_IConvertible_ToSByte_m3173983623_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); int8_t L_0 = JToken_op_Explicit_m3383912527(NULL /*static, unused*/, __this, /*hidden argument*/NULL); return L_0; } } // System.Byte Newtonsoft.Json.Linq.JValue::System.IConvertible.ToByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint8_t JValue_System_IConvertible_ToByte_m2182085808 (JValue_t1448862567 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JValue_System_IConvertible_ToByte_m2182085808_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); uint8_t L_0 = JToken_op_Explicit_m2311737702(NULL /*static, unused*/, __this, /*hidden argument*/NULL); return L_0; } } // System.Int16 Newtonsoft.Json.Linq.JValue::System.IConvertible.ToInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int16_t JValue_System_IConvertible_ToInt16_m351413686 (JValue_t1448862567 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JValue_System_IConvertible_ToInt16_m351413686_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); int16_t L_0 = JToken_op_Explicit_m365915847(NULL /*static, unused*/, __this, /*hidden argument*/NULL); return L_0; } } // System.UInt16 Newtonsoft.Json.Linq.JValue::System.IConvertible.ToUInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint16_t JValue_System_IConvertible_ToUInt16_m3415124054 (JValue_t1448862567 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JValue_System_IConvertible_ToUInt16_m3415124054_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); uint16_t L_0 = JToken_op_Explicit_m2868982107(NULL /*static, unused*/, __this, /*hidden argument*/NULL); return L_0; } } // System.Int32 Newtonsoft.Json.Linq.JValue::System.IConvertible.ToInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int32_t JValue_System_IConvertible_ToInt32_m3987773348 (JValue_t1448862567 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JValue_System_IConvertible_ToInt32_m3987773348_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); int32_t L_0 = JToken_op_Explicit_m3473930110(NULL /*static, unused*/, __this, /*hidden argument*/NULL); return L_0; } } // System.UInt32 Newtonsoft.Json.Linq.JValue::System.IConvertible.ToUInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint32_t JValue_System_IConvertible_ToUInt32_m2274141198 (JValue_t1448862567 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JValue_System_IConvertible_ToUInt32_m2274141198_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); uint32_t L_0 = JToken_op_Explicit_m1915874635(NULL /*static, unused*/, __this, /*hidden argument*/NULL); return L_0; } } // System.Int64 Newtonsoft.Json.Linq.JValue::System.IConvertible.ToInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int64_t JValue_System_IConvertible_ToInt64_m1338111995 (JValue_t1448862567 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JValue_System_IConvertible_ToInt64_m1338111995_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); int64_t L_0 = JToken_op_Explicit_m611112651(NULL /*static, unused*/, __this, /*hidden argument*/NULL); return L_0; } } // System.UInt64 Newtonsoft.Json.Linq.JValue::System.IConvertible.ToUInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint64_t JValue_System_IConvertible_ToUInt64_m1767244003 (JValue_t1448862567 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JValue_System_IConvertible_ToUInt64_m1767244003_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); uint64_t L_0 = JToken_op_Explicit_m22010335(NULL /*static, unused*/, __this, /*hidden argument*/NULL); return L_0; } } // System.Single Newtonsoft.Json.Linq.JValue::System.IConvertible.ToSingle(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR float JValue_System_IConvertible_ToSingle_m2965169466 (JValue_t1448862567 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JValue_System_IConvertible_ToSingle_m2965169466_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); float L_0 = JToken_op_Explicit_m3425055959(NULL /*static, unused*/, __this, /*hidden argument*/NULL); return (((float)((float)L_0))); } } // System.Double Newtonsoft.Json.Linq.JValue::System.IConvertible.ToDouble(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR double JValue_System_IConvertible_ToDouble_m1288109615 (JValue_t1448862567 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JValue_System_IConvertible_ToDouble_m1288109615_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); double L_0 = JToken_op_Explicit_m3386647839(NULL /*static, unused*/, __this, /*hidden argument*/NULL); return (((double)((double)L_0))); } } // System.Decimal Newtonsoft.Json.Linq.JValue::System.IConvertible.ToDecimal(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 JValue_System_IConvertible_ToDecimal_m614194704 (JValue_t1448862567 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JValue_System_IConvertible_ToDecimal_m614194704_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); Decimal_t2948259380 L_0 = JToken_op_Explicit_m1672853504(NULL /*static, unused*/, __this, /*hidden argument*/NULL); return L_0; } } // System.DateTime Newtonsoft.Json.Linq.JValue::System.IConvertible.ToDateTime(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 JValue_System_IConvertible_ToDateTime_m41972779 (JValue_t1448862567 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JValue_System_IConvertible_ToDateTime_m41972779_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JToken_t1038539247_il2cpp_TypeInfo_var); DateTime_t3738529785 L_0 = JToken_op_Explicit_m3558176749(NULL /*static, unused*/, __this, /*hidden argument*/NULL); return L_0; } } // System.Object Newtonsoft.Json.Linq.JValue::System.IConvertible.ToType(System.Type,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JValue_System_IConvertible_ToType_m3737319415 (JValue_t1448862567 * __this, Type_t * ___conversionType0, RuntimeObject* ___provider1, const RuntimeMethod* method) { { Type_t * L_0 = ___conversionType0; RuntimeObject * L_1 = JToken_ToObject_m3253179817(__this, 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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver::.ctor() extern "C" IL2CPP_METHOD_ATTR void CamelCasePropertyNamesContractResolver__ctor_m634838905 (CamelCasePropertyNamesContractResolver_t212511564 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CamelCasePropertyNamesContractResolver__ctor_m634838905_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DefaultContractResolver_t270250618_il2cpp_TypeInfo_var); DefaultContractResolver__ctor_m4134528712(__this, (bool)1, /*hidden argument*/NULL); return; } } // System.String Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver::ResolvePropertyName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CamelCasePropertyNamesContractResolver_ResolvePropertyName_m1006350760 (CamelCasePropertyNamesContractResolver_t212511564 * __this, String_t* ___propertyName0, const RuntimeMethod* method) { { String_t* L_0 = ___propertyName0; String_t* L_1 = StringUtils_ToCamelCase_m614090145(NULL /*static, unused*/, 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 // Newtonsoft.Json.Serialization.IContractResolver Newtonsoft.Json.Serialization.DefaultContractResolver::get_Instance() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DefaultContractResolver_get_Instance_m2957973855 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultContractResolver_get_Instance_m2957973855_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DefaultContractResolver_t270250618_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((DefaultContractResolver_t270250618_StaticFields*)il2cpp_codegen_static_fields_for(DefaultContractResolver_t270250618_il2cpp_TypeInfo_var))->get__instance_0(); return L_0; } } // System.Reflection.BindingFlags Newtonsoft.Json.Serialization.DefaultContractResolver::get_DefaultMembersSearchFlags() extern "C" IL2CPP_METHOD_ATTR int32_t DefaultContractResolver_get_DefaultMembersSearchFlags_m825149751 (DefaultContractResolver_t270250618 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CDefaultMembersSearchFlagsU3Ek__BackingField_6(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver::set_DefaultMembersSearchFlags(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR void DefaultContractResolver_set_DefaultMembersSearchFlags_m911127978 (DefaultContractResolver_t270250618 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CDefaultMembersSearchFlagsU3Ek__BackingField_6(L_0); return; } } // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::get_SerializeCompilerGeneratedMembers() extern "C" IL2CPP_METHOD_ATTR bool DefaultContractResolver_get_SerializeCompilerGeneratedMembers_m2597870536 (DefaultContractResolver_t270250618 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CSerializeCompilerGeneratedMembersU3Ek__BackingField_7(); return L_0; } } // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::get_IgnoreSerializableInterface() extern "C" IL2CPP_METHOD_ATTR bool DefaultContractResolver_get_IgnoreSerializableInterface_m119128778 (DefaultContractResolver_t270250618 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CIgnoreSerializableInterfaceU3Ek__BackingField_8(); return L_0; } } // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::get_IgnoreSerializableAttribute() extern "C" IL2CPP_METHOD_ATTR bool DefaultContractResolver_get_IgnoreSerializableAttribute_m3210660665 (DefaultContractResolver_t270250618 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CIgnoreSerializableAttributeU3Ek__BackingField_9(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver::set_IgnoreSerializableAttribute(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DefaultContractResolver_set_IgnoreSerializableAttribute_m1889418888 (DefaultContractResolver_t270250618 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIgnoreSerializableAttributeU3Ek__BackingField_9(L_0); return; } } // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver::.ctor() extern "C" IL2CPP_METHOD_ATTR void DefaultContractResolver__ctor_m1445255198 (DefaultContractResolver_t270250618 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultContractResolver__ctor_m1445255198_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DefaultContractResolverState_t3045992855 * L_0 = (DefaultContractResolverState_t3045992855 *)il2cpp_codegen_object_new(DefaultContractResolverState_t3045992855_il2cpp_TypeInfo_var); DefaultContractResolverState__ctor_m3019925212(L_0, /*hidden argument*/NULL); __this->set__instanceState_4(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); DefaultContractResolver_set_IgnoreSerializableAttribute_m1889418888(__this, (bool)1, /*hidden argument*/NULL); DefaultContractResolver_set_DefaultMembersSearchFlags_m911127978(__this, ((int32_t)20), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver::.ctor(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DefaultContractResolver__ctor_m4134528712 (DefaultContractResolver_t270250618 * __this, bool ___shareCache0, const RuntimeMethod* method) { { DefaultContractResolver__ctor_m1445255198(__this, /*hidden argument*/NULL); bool L_0 = ___shareCache0; __this->set__sharedCache_5(L_0); return; } } // Newtonsoft.Json.Serialization.DefaultContractResolverState Newtonsoft.Json.Serialization.DefaultContractResolver::GetState() extern "C" IL2CPP_METHOD_ATTR DefaultContractResolverState_t3045992855 * DefaultContractResolver_GetState_m2274805795 (DefaultContractResolver_t270250618 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultContractResolver_GetState_m2274805795_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get__sharedCache_5(); if (!L_0) { goto IL_000e; } } { IL2CPP_RUNTIME_CLASS_INIT(DefaultContractResolver_t270250618_il2cpp_TypeInfo_var); DefaultContractResolverState_t3045992855 * L_1 = ((DefaultContractResolver_t270250618_StaticFields*)il2cpp_codegen_static_fields_for(DefaultContractResolver_t270250618_il2cpp_TypeInfo_var))->get__sharedState_3(); return L_1; } IL_000e: { DefaultContractResolverState_t3045992855 * L_2 = __this->get__instanceState_4(); return L_2; } } // Newtonsoft.Json.Serialization.JsonContract Newtonsoft.Json.Serialization.DefaultContractResolver::ResolveContract(System.Type) extern "C" IL2CPP_METHOD_ATTR JsonContract_t3715061318 * DefaultContractResolver_ResolveContract_m681006950 (DefaultContractResolver_t270250618 * __this, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultContractResolver_ResolveContract_m681006950_MetadataUsageId); s_Il2CppMethodInitialized = true; } DefaultContractResolverState_t3045992855 * V_0 = NULL; JsonContract_t3715061318 * V_1 = NULL; ResolverContractKey_t3292851287 V_2; memset(&V_2, 0, sizeof(V_2)); Dictionary_2_t1505184387 * V_3 = NULL; RuntimeObject * V_4 = NULL; Dictionary_2_t1505184387 * 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); Dictionary_2_t1505184387 * G_B8_0 = NULL; { Type_t * L_0 = ___type0; 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, _stringLiteral3243520166, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,DefaultContractResolver_ResolveContract_m681006950_RuntimeMethod_var); } IL_000e: { DefaultContractResolverState_t3045992855 * L_2 = DefaultContractResolver_GetState_m2274805795(__this, /*hidden argument*/NULL); V_0 = L_2; Type_t * L_3 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); Type_t * L_4 = ___type0; ResolverContractKey__ctor_m1145440245((&V_2), L_3, L_4, /*hidden argument*/NULL); DefaultContractResolverState_t3045992855 * L_5 = V_0; NullCheck(L_5); Dictionary_2_t1505184387 * L_6 = L_5->get_ContractCache_0(); V_3 = L_6; Dictionary_2_t1505184387 * L_7 = V_3; if (!L_7) { goto IL_0038; } } { Dictionary_2_t1505184387 * L_8 = V_3; ResolverContractKey_t3292851287 L_9 = V_2; NullCheck(L_8); bool L_10 = Dictionary_2_TryGetValue_m3045574645(L_8, L_9, (&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m3045574645_RuntimeMethod_var); if (L_10) { goto IL_0082; } } IL_0038: { Type_t * L_11 = ___type0; JsonContract_t3715061318 * L_12 = VirtFuncInvoker1< JsonContract_t3715061318 *, Type_t * >::Invoke(17 /* Newtonsoft.Json.Serialization.JsonContract Newtonsoft.Json.Serialization.DefaultContractResolver::CreateContract(System.Type) */, __this, L_11); V_1 = L_12; IL2CPP_RUNTIME_CLASS_INIT(DefaultContractResolver_t270250618_il2cpp_TypeInfo_var); RuntimeObject * L_13 = ((DefaultContractResolver_t270250618_StaticFields*)il2cpp_codegen_static_fields_for(DefaultContractResolver_t270250618_il2cpp_TypeInfo_var))->get_TypeContractCacheLock_2(); V_4 = L_13; RuntimeObject * L_14 = V_4; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); } IL_004e: try { // begin try (depth: 1) { DefaultContractResolverState_t3045992855 * L_15 = V_0; NullCheck(L_15); Dictionary_2_t1505184387 * L_16 = L_15->get_ContractCache_0(); V_3 = L_16; Dictionary_2_t1505184387 * L_17 = V_3; if (L_17) { goto IL_005f; } } IL_0058: { Dictionary_2_t1505184387 * L_18 = (Dictionary_2_t1505184387 *)il2cpp_codegen_object_new(Dictionary_2_t1505184387_il2cpp_TypeInfo_var); Dictionary_2__ctor_m4258872270(L_18, /*hidden argument*/Dictionary_2__ctor_m4258872270_RuntimeMethod_var); G_B8_0 = L_18; goto IL_0065; } IL_005f: { Dictionary_2_t1505184387 * L_19 = V_3; Dictionary_2_t1505184387 * L_20 = (Dictionary_2_t1505184387 *)il2cpp_codegen_object_new(Dictionary_2_t1505184387_il2cpp_TypeInfo_var); Dictionary_2__ctor_m151482617(L_20, L_19, /*hidden argument*/Dictionary_2__ctor_m151482617_RuntimeMethod_var); G_B8_0 = L_20; } IL_0065: { V_5 = G_B8_0; Dictionary_2_t1505184387 * L_21 = V_5; ResolverContractKey_t3292851287 L_22 = V_2; JsonContract_t3715061318 * L_23 = V_1; NullCheck(L_21); Dictionary_2_set_Item_m1131828577(L_21, L_22, L_23, /*hidden argument*/Dictionary_2_set_Item_m1131828577_RuntimeMethod_var); DefaultContractResolverState_t3045992855 * L_24 = V_0; Dictionary_2_t1505184387 * L_25 = V_5; NullCheck(L_24); L_24->set_ContractCache_0(L_25); IL2CPP_LEAVE(0x82, FINALLY_007a); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_007a; } FINALLY_007a: { // begin finally (depth: 1) RuntimeObject * L_26 = V_4; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_26, /*hidden argument*/NULL); IL2CPP_END_FINALLY(122) } // end finally (depth: 1) IL2CPP_CLEANUP(122) { IL2CPP_JUMP_TBL(0x82, IL_0082) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0082: { JsonContract_t3715061318 * L_27 = V_1; return L_27; } } // System.Collections.Generic.List`1 Newtonsoft.Json.Serialization.DefaultContractResolver::GetSerializableMembers(System.Type) extern "C" IL2CPP_METHOD_ATTR List_1_t557109187 * DefaultContractResolver_GetSerializableMembers_m598318371 (DefaultContractResolver_t270250618 * __this, Type_t * ___objectType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultContractResolver_GetSerializableMembers_m598318371_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; List_1_t557109187 * V_2 = NULL; List_1_t557109187 * V_3 = NULL; DataContractAttribute_t412496005 * V_4 = NULL; List_1_t557109187 * V_5 = NULL; Type_t * V_6 = NULL; Enumerator_t2446353064 V_7; memset(&V_7, 0, sizeof(V_7)); MemberInfo_t * V_8 = NULL; MemberInfo_t * V_9 = NULL; FieldInfo_t * V_10 = NULL; Exception_t * __last_unhandled_exception = 0; 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_t2217434578 * G_B2_0 = NULL; List_1_t557109187 * G_B2_1 = NULL; Func_2_t2217434578 * G_B1_0 = NULL; List_1_t557109187 * G_B1_1 = NULL; Func_2_t2217434578 * G_B5_0 = NULL; List_1_t557109187 * G_B5_1 = NULL; Func_2_t2217434578 * G_B4_0 = NULL; List_1_t557109187 * G_B4_1 = NULL; { bool L_0 = DefaultContractResolver_get_IgnoreSerializableAttribute_m3210660665(__this, /*hidden argument*/NULL); V_0 = L_0; Type_t * L_1 = ___objectType0; bool L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); int32_t L_3 = JsonTypeReflector_GetObjectMemberSerialization_m3700962204(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); V_1 = L_3; Type_t * L_4 = ___objectType0; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); List_1_t557109187 * L_5 = ReflectionUtils_GetFieldsAndProperties_m297325423(NULL /*static, unused*/, L_4, ((int32_t)60), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2089815845_il2cpp_TypeInfo_var); Func_2_t2217434578 * L_6 = ((U3CU3Ec_t2089815845_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2089815845_il2cpp_TypeInfo_var))->get_U3CU3E9__30_0_1(); Func_2_t2217434578 * L_7 = L_6; G_B1_0 = L_7; G_B1_1 = L_5; if (L_7) { G_B2_0 = L_7; G_B2_1 = L_5; goto IL_0036; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2089815845_il2cpp_TypeInfo_var); U3CU3Ec_t2089815845 * L_8 = ((U3CU3Ec_t2089815845_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2089815845_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); intptr_t L_9 = (intptr_t)U3CU3Ec_U3CGetSerializableMembersU3Eb__30_0_m307911413_RuntimeMethod_var; Func_2_t2217434578 * L_10 = (Func_2_t2217434578 *)il2cpp_codegen_object_new(Func_2_t2217434578_il2cpp_TypeInfo_var); Func_2__ctor_m290757398(L_10, L_8, L_9, /*hidden argument*/Func_2__ctor_m290757398_RuntimeMethod_var); Func_2_t2217434578 * L_11 = L_10; ((U3CU3Ec_t2089815845_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2089815845_il2cpp_TypeInfo_var))->set_U3CU3E9__30_0_1(L_11); G_B2_0 = L_11; G_B2_1 = G_B1_1; } IL_0036: { RuntimeObject* L_12 = Enumerable_Where_TisMemberInfo_t_m2024036589(NULL /*static, unused*/, G_B2_1, G_B2_0, /*hidden argument*/Enumerable_Where_TisMemberInfo_t_m2024036589_RuntimeMethod_var); List_1_t557109187 * L_13 = Enumerable_ToList_TisMemberInfo_t_m3180374575(NULL /*static, unused*/, L_12, /*hidden argument*/Enumerable_ToList_TisMemberInfo_t_m3180374575_RuntimeMethod_var); V_2 = L_13; List_1_t557109187 * L_14 = (List_1_t557109187 *)il2cpp_codegen_object_new(List_1_t557109187_il2cpp_TypeInfo_var); List_1__ctor_m2845631487(L_14, /*hidden argument*/List_1__ctor_m2845631487_RuntimeMethod_var); V_3 = L_14; int32_t L_15 = V_1; if ((((int32_t)L_15) == ((int32_t)2))) { goto IL_016c; } } { Type_t * L_16 = ___objectType0; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); DataContractAttribute_t412496005 * L_17 = JsonTypeReflector_GetDataContractAttribute_m2907827950(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); V_4 = L_17; Type_t * L_18 = ___objectType0; int32_t L_19 = DefaultContractResolver_get_DefaultMembersSearchFlags_m825149751(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); List_1_t557109187 * L_20 = ReflectionUtils_GetFieldsAndProperties_m297325423(NULL /*static, unused*/, L_18, L_19, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2089815845_il2cpp_TypeInfo_var); Func_2_t2217434578 * L_21 = ((U3CU3Ec_t2089815845_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2089815845_il2cpp_TypeInfo_var))->get_U3CU3E9__30_1_2(); Func_2_t2217434578 * L_22 = L_21; G_B4_0 = L_22; G_B4_1 = L_20; if (L_22) { G_B5_0 = L_22; G_B5_1 = L_20; goto IL_0081; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2089815845_il2cpp_TypeInfo_var); U3CU3Ec_t2089815845 * L_23 = ((U3CU3Ec_t2089815845_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2089815845_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); intptr_t L_24 = (intptr_t)U3CU3Ec_U3CGetSerializableMembersU3Eb__30_1_m3345246525_RuntimeMethod_var; Func_2_t2217434578 * L_25 = (Func_2_t2217434578 *)il2cpp_codegen_object_new(Func_2_t2217434578_il2cpp_TypeInfo_var); Func_2__ctor_m290757398(L_25, L_23, L_24, /*hidden argument*/Func_2__ctor_m290757398_RuntimeMethod_var); Func_2_t2217434578 * L_26 = L_25; ((U3CU3Ec_t2089815845_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2089815845_il2cpp_TypeInfo_var))->set_U3CU3E9__30_1_2(L_26); G_B5_0 = L_26; G_B5_1 = G_B4_1; } IL_0081: { RuntimeObject* L_27 = Enumerable_Where_TisMemberInfo_t_m2024036589(NULL /*static, unused*/, G_B5_1, G_B5_0, /*hidden argument*/Enumerable_Where_TisMemberInfo_t_m2024036589_RuntimeMethod_var); List_1_t557109187 * L_28 = Enumerable_ToList_TisMemberInfo_t_m3180374575(NULL /*static, unused*/, L_27, /*hidden argument*/Enumerable_ToList_TisMemberInfo_t_m3180374575_RuntimeMethod_var); V_5 = L_28; List_1_t557109187 * L_29 = V_2; NullCheck(L_29); Enumerator_t2446353064 L_30 = List_1_GetEnumerator_m1052294188(L_29, /*hidden argument*/List_1_GetEnumerator_m1052294188_RuntimeMethod_var); V_7 = L_30; } IL_0095: try { // begin try (depth: 1) { goto IL_0127; } IL_009a: { MemberInfo_t * L_31 = Enumerator_get_Current_m168666109((&V_7), /*hidden argument*/Enumerator_get_Current_m168666109_RuntimeMethod_var); V_8 = L_31; bool L_32 = DefaultContractResolver_get_SerializeCompilerGeneratedMembers_m2597870536(__this, /*hidden argument*/NULL); if (L_32) { goto IL_00bf; } } IL_00ab: { MemberInfo_t * L_33 = V_8; RuntimeTypeHandle_t3027515415 L_34 = { reinterpret_cast (CompilerGeneratedAttribute_t23527886_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); NullCheck(L_33); bool L_36 = VirtFuncInvoker2< bool, Type_t *, bool >::Invoke(12 /* System.Boolean System.Reflection.MemberInfo::IsDefined(System.Type,System.Boolean) */, L_33, L_35, (bool)1); if (L_36) { goto IL_0127; } } IL_00bf: { List_1_t557109187 * L_37 = V_5; MemberInfo_t * L_38 = V_8; NullCheck(L_37); bool L_39 = List_1_Contains_m1910635180(L_37, L_38, /*hidden argument*/List_1_Contains_m1910635180_RuntimeMethod_var); if (!L_39) { goto IL_00d4; } } IL_00ca: { List_1_t557109187 * L_40 = V_3; MemberInfo_t * L_41 = V_8; NullCheck(L_40); List_1_Add_m304598357(L_40, L_41, /*hidden argument*/List_1_Add_m304598357_RuntimeMethod_var); goto IL_0127; } IL_00d4: { MemberInfo_t * L_42 = V_8; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); JsonPropertyAttribute_t2223277056 * L_43 = JsonTypeReflector_GetAttribute_TisJsonPropertyAttribute_t2223277056_m3901771140(NULL /*static, unused*/, L_42, /*hidden argument*/JsonTypeReflector_GetAttribute_TisJsonPropertyAttribute_t2223277056_m3901771140_RuntimeMethod_var); if (!L_43) { goto IL_00e7; } } IL_00dd: { List_1_t557109187 * L_44 = V_3; MemberInfo_t * L_45 = V_8; NullCheck(L_44); List_1_Add_m304598357(L_44, L_45, /*hidden argument*/List_1_Add_m304598357_RuntimeMethod_var); goto IL_0127; } IL_00e7: { MemberInfo_t * L_46 = V_8; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); JsonRequiredAttribute_t2327646188 * L_47 = JsonTypeReflector_GetAttribute_TisJsonRequiredAttribute_t2327646188_m3278401384(NULL /*static, unused*/, L_46, /*hidden argument*/JsonTypeReflector_GetAttribute_TisJsonRequiredAttribute_t2327646188_m3278401384_RuntimeMethod_var); if (!L_47) { goto IL_00fa; } } IL_00f0: { List_1_t557109187 * L_48 = V_3; MemberInfo_t * L_49 = V_8; NullCheck(L_48); List_1_Add_m304598357(L_48, L_49, /*hidden argument*/List_1_Add_m304598357_RuntimeMethod_var); goto IL_0127; } IL_00fa: { DataContractAttribute_t412496005 * L_50 = V_4; if (!L_50) { goto IL_0111; } } IL_00fe: { MemberInfo_t * L_51 = V_8; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); DataMemberAttribute_t1339837472 * L_52 = JsonTypeReflector_GetAttribute_TisDataMemberAttribute_t1339837472_m1015734517(NULL /*static, unused*/, L_51, /*hidden argument*/JsonTypeReflector_GetAttribute_TisDataMemberAttribute_t1339837472_m1015734517_RuntimeMethod_var); if (!L_52) { goto IL_0111; } } IL_0107: { List_1_t557109187 * L_53 = V_3; MemberInfo_t * L_54 = V_8; NullCheck(L_53); List_1_Add_m304598357(L_53, L_54, /*hidden argument*/List_1_Add_m304598357_RuntimeMethod_var); goto IL_0127; } IL_0111: { int32_t L_55 = V_1; if ((!(((uint32_t)L_55) == ((uint32_t)2)))) { goto IL_0127; } } IL_0115: { MemberInfo_t * L_56 = V_8; int32_t L_57 = TypeExtensions_MemberType_m2286386365(NULL /*static, unused*/, L_56, /*hidden argument*/NULL); if ((!(((uint32_t)L_57) == ((uint32_t)4)))) { goto IL_0127; } } IL_011f: { List_1_t557109187 * L_58 = V_3; MemberInfo_t * L_59 = V_8; NullCheck(L_58); List_1_Add_m304598357(L_58, L_59, /*hidden argument*/List_1_Add_m304598357_RuntimeMethod_var); } IL_0127: { bool L_60 = Enumerator_MoveNext_m2008934334((&V_7), /*hidden argument*/Enumerator_MoveNext_m2008934334_RuntimeMethod_var); if (L_60) { goto IL_009a; } } IL_0133: { IL2CPP_LEAVE(0x143, FINALLY_0135); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0135; } FINALLY_0135: { // begin finally (depth: 1) Enumerator_Dispose_m2841537219((&V_7), /*hidden argument*/Enumerator_Dispose_m2841537219_RuntimeMethod_var); IL2CPP_END_FINALLY(309) } // end finally (depth: 1) IL2CPP_CLEANUP(309) { IL2CPP_JUMP_TBL(0x143, IL_0143) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0143: { Type_t * L_61 = ___objectType0; bool L_62 = TypeExtensions_AssignableToTypeName_m503478083(NULL /*static, unused*/, L_61, _stringLiteral564764393, (&V_6), /*hidden argument*/NULL); if (!L_62) { goto IL_01b6; } } { List_1_t557109187 * L_63 = V_3; intptr_t L_64 = (intptr_t)DefaultContractResolver_ShouldSerializeEntityMember_m833037392_RuntimeMethod_var; Func_2_t2217434578 * L_65 = (Func_2_t2217434578 *)il2cpp_codegen_object_new(Func_2_t2217434578_il2cpp_TypeInfo_var); Func_2__ctor_m290757398(L_65, __this, L_64, /*hidden argument*/Func_2__ctor_m290757398_RuntimeMethod_var); RuntimeObject* L_66 = Enumerable_Where_TisMemberInfo_t_m2024036589(NULL /*static, unused*/, L_63, L_65, /*hidden argument*/Enumerable_Where_TisMemberInfo_t_m2024036589_RuntimeMethod_var); List_1_t557109187 * L_67 = Enumerable_ToList_TisMemberInfo_t_m3180374575(NULL /*static, unused*/, L_66, /*hidden argument*/Enumerable_ToList_TisMemberInfo_t_m3180374575_RuntimeMethod_var); V_3 = L_67; goto IL_01b6; } IL_016c: { List_1_t557109187 * L_68 = V_2; NullCheck(L_68); Enumerator_t2446353064 L_69 = List_1_GetEnumerator_m1052294188(L_68, /*hidden argument*/List_1_GetEnumerator_m1052294188_RuntimeMethod_var); V_7 = L_69; } IL_0174: try { // begin try (depth: 1) { goto IL_019d; } IL_0176: { MemberInfo_t * L_70 = Enumerator_get_Current_m168666109((&V_7), /*hidden argument*/Enumerator_get_Current_m168666109_RuntimeMethod_var); V_9 = L_70; MemberInfo_t * L_71 = V_9; V_10 = ((FieldInfo_t *)IsInstClass((RuntimeObject*)L_71, FieldInfo_t_il2cpp_TypeInfo_var)); FieldInfo_t * L_72 = V_10; if (!L_72) { goto IL_019d; } } IL_018c: { FieldInfo_t * L_73 = V_10; NullCheck(L_73); bool L_74 = FieldInfo_get_IsStatic_m3482711189(L_73, /*hidden argument*/NULL); if (L_74) { goto IL_019d; } } IL_0195: { List_1_t557109187 * L_75 = V_3; MemberInfo_t * L_76 = V_9; NullCheck(L_75); List_1_Add_m304598357(L_75, L_76, /*hidden argument*/List_1_Add_m304598357_RuntimeMethod_var); } IL_019d: { bool L_77 = Enumerator_MoveNext_m2008934334((&V_7), /*hidden argument*/Enumerator_MoveNext_m2008934334_RuntimeMethod_var); if (L_77) { goto IL_0176; } } IL_01a6: { IL2CPP_LEAVE(0x1B6, FINALLY_01a8); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01a8; } FINALLY_01a8: { // begin finally (depth: 1) Enumerator_Dispose_m2841537219((&V_7), /*hidden argument*/Enumerator_Dispose_m2841537219_RuntimeMethod_var); IL2CPP_END_FINALLY(424) } // end finally (depth: 1) IL2CPP_CLEANUP(424) { IL2CPP_JUMP_TBL(0x1B6, IL_01b6) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_01b6: { List_1_t557109187 * L_78 = V_3; return L_78; } } // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::ShouldSerializeEntityMember(System.Reflection.MemberInfo) extern "C" IL2CPP_METHOD_ATTR bool DefaultContractResolver_ShouldSerializeEntityMember_m833037392 (DefaultContractResolver_t270250618 * __this, MemberInfo_t * ___memberInfo0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultContractResolver_ShouldSerializeEntityMember_m833037392_MetadataUsageId); s_Il2CppMethodInitialized = true; } PropertyInfo_t * V_0 = NULL; { MemberInfo_t * L_0 = ___memberInfo0; V_0 = ((PropertyInfo_t *)IsInstClass((RuntimeObject*)L_0, PropertyInfo_t_il2cpp_TypeInfo_var)); PropertyInfo_t * L_1 = V_0; if (!L_1) { goto IL_0035; } } { PropertyInfo_t * L_2 = V_0; NullCheck(L_2); Type_t * L_3 = VirtFuncInvoker0< Type_t * >::Invoke(18 /* System.Type System.Reflection.PropertyInfo::get_PropertyType() */, L_2); bool L_4 = TypeExtensions_IsGenericType_m3947308765(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0035; } } { PropertyInfo_t * L_5 = V_0; NullCheck(L_5); Type_t * L_6 = VirtFuncInvoker0< Type_t * >::Invoke(18 /* System.Type System.Reflection.PropertyInfo::get_PropertyType() */, L_5); NullCheck(L_6); Type_t * L_7 = VirtFuncInvoker0< Type_t * >::Invoke(95 /* System.Type System.Type::GetGenericTypeDefinition() */, L_6); NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Type::get_FullName() */, L_7); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_9 = String_op_Equality_m920492651(NULL /*static, unused*/, L_8, _stringLiteral4003172820, /*hidden argument*/NULL); if (!L_9) { goto IL_0035; } } { return (bool)0; } IL_0035: { return (bool)1; } } // Newtonsoft.Json.Serialization.JsonObjectContract Newtonsoft.Json.Serialization.DefaultContractResolver::CreateObjectContract(System.Type) extern "C" IL2CPP_METHOD_ATTR JsonObjectContract_t868533143 * DefaultContractResolver_CreateObjectContract_m544543196 (DefaultContractResolver_t270250618 * __this, Type_t * ___objectType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultContractResolver_CreateObjectContract_m544543196_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonObjectContract_t868533143 * V_0 = NULL; bool V_1 = false; JsonObjectAttribute_t3277381142 * V_2 = NULL; MemberInfo_t * V_3 = NULL; ConstructorInfo_t5769829 * V_4 = NULL; ConstructorInfo_t5769829 * V_5 = NULL; { Type_t * L_0 = ___objectType0; JsonObjectContract_t868533143 * L_1 = (JsonObjectContract_t868533143 *)il2cpp_codegen_object_new(JsonObjectContract_t868533143_il2cpp_TypeInfo_var); JsonObjectContract__ctor_m2605968879(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; JsonObjectContract_t868533143 * L_2 = V_0; DefaultContractResolver_InitializeContract_m2699834288(__this, L_2, /*hidden argument*/NULL); bool L_3 = DefaultContractResolver_get_IgnoreSerializableAttribute_m3210660665(__this, /*hidden argument*/NULL); V_1 = L_3; JsonObjectContract_t868533143 * L_4 = V_0; JsonObjectContract_t868533143 * L_5 = V_0; NullCheck(L_5); Type_t * L_6 = ((JsonContract_t3715061318 *)L_5)->get_NonNullableUnderlyingType_3(); bool L_7 = V_1; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); int32_t L_8 = JsonTypeReflector_GetObjectMemberSerialization_m3700962204(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); NullCheck(L_4); JsonObjectContract_set_MemberSerialization_m1909053855(L_4, L_8, /*hidden argument*/NULL); JsonObjectContract_t868533143 * L_9 = V_0; NullCheck(L_9); JsonPropertyCollection_t2691548039 * L_10 = JsonObjectContract_get_Properties_m694356175(L_9, /*hidden argument*/NULL); JsonObjectContract_t868533143 * L_11 = V_0; NullCheck(L_11); Type_t * L_12 = ((JsonContract_t3715061318 *)L_11)->get_NonNullableUnderlyingType_3(); JsonObjectContract_t868533143 * L_13 = V_0; NullCheck(L_13); int32_t L_14 = JsonObjectContract_get_MemberSerialization_m1043931076(L_13, /*hidden argument*/NULL); RuntimeObject* L_15 = VirtFuncInvoker2< RuntimeObject*, Type_t *, int32_t >::Invoke(18 /* System.Collections.Generic.IList`1 Newtonsoft.Json.Serialization.DefaultContractResolver::CreateProperties(System.Type,Newtonsoft.Json.MemberSerialization) */, __this, L_12, L_14); CollectionUtils_AddRange_TisJsonProperty_t1405154176_m3903756976(NULL /*static, unused*/, L_10, L_15, /*hidden argument*/CollectionUtils_AddRange_TisJsonProperty_t1405154176_m3903756976_RuntimeMethod_var); JsonObjectContract_t868533143 * L_16 = V_0; NullCheck(L_16); Type_t * L_17 = ((JsonContract_t3715061318 *)L_16)->get_NonNullableUnderlyingType_3(); JsonObjectAttribute_t3277381142 * L_18 = JsonTypeReflector_GetCachedAttribute_TisJsonObjectAttribute_t3277381142_m22066958(NULL /*static, unused*/, L_17, /*hidden argument*/JsonTypeReflector_GetCachedAttribute_TisJsonObjectAttribute_t3277381142_m22066958_RuntimeMethod_var); V_2 = L_18; JsonObjectAttribute_t3277381142 * L_19 = V_2; if (!L_19) { goto IL_005f; } } { JsonObjectContract_t868533143 * L_20 = V_0; JsonObjectAttribute_t3277381142 * L_21 = V_2; NullCheck(L_21); Nullable_1_t3313944452 L_22 = L_21->get__itemRequired_7(); NullCheck(L_20); JsonObjectContract_set_ItemRequired_m1026677848(L_20, L_22, /*hidden argument*/NULL); } IL_005f: { JsonObjectContract_t868533143 * L_23 = V_0; NullCheck(L_23); bool L_24 = ((JsonContract_t3715061318 *)L_23)->get_IsInstantiable_8(); if (!L_24) { goto IL_0106; } } { JsonObjectContract_t868533143 * L_25 = V_0; NullCheck(L_25); Type_t * L_26 = ((JsonContract_t3715061318 *)L_25)->get_NonNullableUnderlyingType_3(); ConstructorInfo_t5769829 * L_27 = DefaultContractResolver_GetAttributeConstructor_m3726356735(__this, L_26, /*hidden argument*/NULL); V_4 = L_27; ConstructorInfo_t5769829 * L_28 = V_4; if (!L_28) { goto IL_009f; } } { JsonObjectContract_t868533143 * L_29 = V_0; ConstructorInfo_t5769829 * L_30 = V_4; NullCheck(L_29); JsonObjectContract_set_OverrideConstructor_m3963846992(L_29, L_30, /*hidden argument*/NULL); JsonObjectContract_t868533143 * L_31 = V_0; NullCheck(L_31); JsonPropertyCollection_t2691548039 * L_32 = JsonObjectContract_get_CreatorParameters_m3121334226(L_31, /*hidden argument*/NULL); ConstructorInfo_t5769829 * L_33 = V_4; JsonObjectContract_t868533143 * L_34 = V_0; NullCheck(L_34); JsonPropertyCollection_t2691548039 * L_35 = JsonObjectContract_get_Properties_m694356175(L_34, /*hidden argument*/NULL); RuntimeObject* L_36 = VirtFuncInvoker2< RuntimeObject*, ConstructorInfo_t5769829 *, JsonPropertyCollection_t2691548039 * >::Invoke(8 /* System.Collections.Generic.IList`1 Newtonsoft.Json.Serialization.DefaultContractResolver::CreateConstructorParameters(System.Reflection.ConstructorInfo,Newtonsoft.Json.Serialization.JsonPropertyCollection) */, __this, L_33, L_35); CollectionUtils_AddRange_TisJsonProperty_t1405154176_m3903756976(NULL /*static, unused*/, L_32, L_36, /*hidden argument*/CollectionUtils_AddRange_TisJsonProperty_t1405154176_m3903756976_RuntimeMethod_var); goto IL_0106; } IL_009f: { JsonObjectContract_t868533143 * L_37 = V_0; NullCheck(L_37); int32_t L_38 = JsonObjectContract_get_MemberSerialization_m1043931076(L_37, /*hidden argument*/NULL); if ((!(((uint32_t)L_38) == ((uint32_t)2)))) { goto IL_00c3; } } { IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); bool L_39 = JsonTypeReflector_get_FullyTrusted_m2121730692(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_39) { goto IL_0106; } } { JsonObjectContract_t868533143 * L_40 = V_0; JsonObjectContract_t868533143 * L_41 = V_0; intptr_t L_42 = (intptr_t)JsonObjectContract_GetUninitializedObject_m1547649372_RuntimeMethod_var; Func_1_t2509852811 * L_43 = (Func_1_t2509852811 *)il2cpp_codegen_object_new(Func_1_t2509852811_il2cpp_TypeInfo_var); Func_1__ctor_m626403339(L_43, L_41, L_42, /*hidden argument*/Func_1__ctor_m626403339_RuntimeMethod_var); NullCheck(L_40); JsonContract_set_DefaultCreator_m762936274(L_40, L_43, /*hidden argument*/NULL); goto IL_0106; } IL_00c3: { JsonObjectContract_t868533143 * L_44 = V_0; NullCheck(L_44); Func_1_t2509852811 * L_45 = JsonContract_get_DefaultCreator_m2084028334(L_44, /*hidden argument*/NULL); if (!L_45) { goto IL_00d3; } } { JsonObjectContract_t868533143 * L_46 = V_0; NullCheck(L_46); bool L_47 = JsonContract_get_DefaultCreatorNonPublic_m2155030915(L_46, /*hidden argument*/NULL); if (!L_47) { goto IL_0106; } } IL_00d3: { JsonObjectContract_t868533143 * L_48 = V_0; NullCheck(L_48); Type_t * L_49 = ((JsonContract_t3715061318 *)L_48)->get_NonNullableUnderlyingType_3(); ConstructorInfo_t5769829 * L_50 = DefaultContractResolver_GetParameterizedConstructor_m1732846620(__this, L_49, /*hidden argument*/NULL); V_5 = L_50; ConstructorInfo_t5769829 * L_51 = V_5; if (!L_51) { goto IL_0106; } } { JsonObjectContract_t868533143 * L_52 = V_0; ConstructorInfo_t5769829 * L_53 = V_5; NullCheck(L_52); JsonObjectContract_set_ParametrizedConstructor_m2614172284(L_52, L_53, /*hidden argument*/NULL); JsonObjectContract_t868533143 * L_54 = V_0; NullCheck(L_54); JsonPropertyCollection_t2691548039 * L_55 = JsonObjectContract_get_CreatorParameters_m3121334226(L_54, /*hidden argument*/NULL); ConstructorInfo_t5769829 * L_56 = V_5; JsonObjectContract_t868533143 * L_57 = V_0; NullCheck(L_57); JsonPropertyCollection_t2691548039 * L_58 = JsonObjectContract_get_Properties_m694356175(L_57, /*hidden argument*/NULL); RuntimeObject* L_59 = VirtFuncInvoker2< RuntimeObject*, ConstructorInfo_t5769829 *, JsonPropertyCollection_t2691548039 * >::Invoke(8 /* System.Collections.Generic.IList`1 Newtonsoft.Json.Serialization.DefaultContractResolver::CreateConstructorParameters(System.Reflection.ConstructorInfo,Newtonsoft.Json.Serialization.JsonPropertyCollection) */, __this, L_56, L_58); CollectionUtils_AddRange_TisJsonProperty_t1405154176_m3903756976(NULL /*static, unused*/, L_55, L_59, /*hidden argument*/CollectionUtils_AddRange_TisJsonProperty_t1405154176_m3903756976_RuntimeMethod_var); } IL_0106: { JsonObjectContract_t868533143 * L_60 = V_0; NullCheck(L_60); Type_t * L_61 = ((JsonContract_t3715061318 *)L_60)->get_NonNullableUnderlyingType_3(); MemberInfo_t * L_62 = DefaultContractResolver_GetExtensionDataMemberForType_m1332482044(__this, L_61, /*hidden argument*/NULL); V_3 = L_62; MemberInfo_t * L_63 = V_3; if (!L_63) { goto IL_011d; } } { JsonObjectContract_t868533143 * L_64 = V_0; MemberInfo_t * L_65 = V_3; IL2CPP_RUNTIME_CLASS_INIT(DefaultContractResolver_t270250618_il2cpp_TypeInfo_var); DefaultContractResolver_SetExtensionDataDelegates_m725954094(NULL /*static, unused*/, L_64, L_65, /*hidden argument*/NULL); } IL_011d: { JsonObjectContract_t868533143 * L_66 = V_0; return L_66; } } // System.Reflection.MemberInfo Newtonsoft.Json.Serialization.DefaultContractResolver::GetExtensionDataMemberForType(System.Type) extern "C" IL2CPP_METHOD_ATTR MemberInfo_t * DefaultContractResolver_GetExtensionDataMemberForType_m1332482044 (DefaultContractResolver_t270250618 * __this, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultContractResolver_GetExtensionDataMemberForType_m1332482044_MetadataUsageId); s_Il2CppMethodInitialized = true; } Func_2_t2823819620 * G_B2_0 = NULL; List_1_t3956019502 * G_B2_1 = NULL; Func_2_t2823819620 * G_B1_0 = NULL; List_1_t3956019502 * G_B1_1 = NULL; Func_2_t2217434578 * G_B4_0 = NULL; RuntimeObject* G_B4_1 = NULL; Func_2_t2217434578 * G_B3_0 = NULL; RuntimeObject* G_B3_1 = NULL; { Type_t * L_0 = ___type0; List_1_t3956019502 * L_1 = DefaultContractResolver_GetClassHierarchyForType_m3944309456(__this, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2089815845_il2cpp_TypeInfo_var); Func_2_t2823819620 * L_2 = ((U3CU3Ec_t2089815845_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2089815845_il2cpp_TypeInfo_var))->get_U3CU3E9__33_0_3(); Func_2_t2823819620 * L_3 = L_2; G_B1_0 = L_3; G_B1_1 = L_1; if (L_3) { G_B2_0 = L_3; G_B2_1 = L_1; goto IL_0026; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2089815845_il2cpp_TypeInfo_var); U3CU3Ec_t2089815845 * L_4 = ((U3CU3Ec_t2089815845_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2089815845_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); intptr_t L_5 = (intptr_t)U3CU3Ec_U3CGetExtensionDataMemberForTypeU3Eb__33_0_m3953233715_RuntimeMethod_var; Func_2_t2823819620 * L_6 = (Func_2_t2823819620 *)il2cpp_codegen_object_new(Func_2_t2823819620_il2cpp_TypeInfo_var); Func_2__ctor_m270668762(L_6, L_4, L_5, /*hidden argument*/Func_2__ctor_m270668762_RuntimeMethod_var); Func_2_t2823819620 * L_7 = L_6; ((U3CU3Ec_t2089815845_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2089815845_il2cpp_TypeInfo_var))->set_U3CU3E9__33_0_3(L_7); G_B2_0 = L_7; G_B2_1 = G_B1_1; } IL_0026: { RuntimeObject* L_8 = Enumerable_SelectMany_TisType_t_TisMemberInfo_t_m876686129(NULL /*static, unused*/, G_B2_1, G_B2_0, /*hidden argument*/Enumerable_SelectMany_TisType_t_TisMemberInfo_t_m876686129_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2089815845_il2cpp_TypeInfo_var); Func_2_t2217434578 * L_9 = ((U3CU3Ec_t2089815845_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2089815845_il2cpp_TypeInfo_var))->get_U3CU3E9__33_1_4(); Func_2_t2217434578 * L_10 = L_9; G_B3_0 = L_10; G_B3_1 = L_8; if (L_10) { G_B4_0 = L_10; G_B4_1 = L_8; goto IL_004a; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2089815845_il2cpp_TypeInfo_var); U3CU3Ec_t2089815845 * L_11 = ((U3CU3Ec_t2089815845_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2089815845_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); intptr_t L_12 = (intptr_t)U3CU3Ec_U3CGetExtensionDataMemberForTypeU3Eb__33_1_m2686405749_RuntimeMethod_var; Func_2_t2217434578 * L_13 = (Func_2_t2217434578 *)il2cpp_codegen_object_new(Func_2_t2217434578_il2cpp_TypeInfo_var); Func_2__ctor_m290757398(L_13, L_11, L_12, /*hidden argument*/Func_2__ctor_m290757398_RuntimeMethod_var); Func_2_t2217434578 * L_14 = L_13; ((U3CU3Ec_t2089815845_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2089815845_il2cpp_TypeInfo_var))->set_U3CU3E9__33_1_4(L_14); G_B4_0 = L_14; G_B4_1 = G_B3_1; } IL_004a: { MemberInfo_t * L_15 = Enumerable_LastOrDefault_TisMemberInfo_t_m2492911416(NULL /*static, unused*/, G_B4_1, G_B4_0, /*hidden argument*/Enumerable_LastOrDefault_TisMemberInfo_t_m2492911416_RuntimeMethod_var); return L_15; } } // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver::SetExtensionDataDelegates(Newtonsoft.Json.Serialization.JsonObjectContract,System.Reflection.MemberInfo) extern "C" IL2CPP_METHOD_ATTR void DefaultContractResolver_SetExtensionDataDelegates_m725954094 (RuntimeObject * __this /* static, unused */, JsonObjectContract_t868533143 * ___contract0, MemberInfo_t * ___member1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultContractResolver_SetExtensionDataDelegates_m725954094_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass34_0_t2309445613 * V_0 = NULL; JsonExtensionDataAttribute_t1775849281 * V_1 = NULL; Type_t * V_2 = NULL; Type_t * V_3 = NULL; Type_t * V_4 = NULL; Type_t * V_5 = NULL; Type_t * V_6 = NULL; U3CU3Ec__DisplayClass34_1_t3875529554 * V_7 = NULL; MethodInfo_t * V_8 = NULL; ExtensionDataSetter_t2768476772 * V_9 = NULL; U3CU3Ec__DisplayClass34_2_t1146646199 * V_10 = NULL; ConstructorInfo_t5769829 * V_11 = NULL; ExtensionDataGetter_t2030541412 * V_12 = NULL; U3CU3Ec__DisplayClass34_1_t3875529554 * G_B8_0 = NULL; U3CU3Ec__DisplayClass34_1_t3875529554 * G_B7_0 = NULL; Action_2_t2470008838 * G_B9_0 = NULL; U3CU3Ec__DisplayClass34_1_t3875529554 * G_B9_1 = NULL; { U3CU3Ec__DisplayClass34_0_t2309445613 * L_0 = (U3CU3Ec__DisplayClass34_0_t2309445613 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass34_0_t2309445613_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass34_0__ctor_m1503295199(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass34_0_t2309445613 * L_1 = V_0; MemberInfo_t * L_2 = ___member1; NullCheck(L_1); L_1->set_member_1(L_2); U3CU3Ec__DisplayClass34_0_t2309445613 * L_3 = V_0; NullCheck(L_3); MemberInfo_t * L_4 = L_3->get_member_1(); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); JsonExtensionDataAttribute_t1775849281 * L_5 = ReflectionUtils_GetAttribute_TisJsonExtensionDataAttribute_t1775849281_m4176509212(NULL /*static, unused*/, L_4, /*hidden argument*/ReflectionUtils_GetAttribute_TisJsonExtensionDataAttribute_t1775849281_m4176509212_RuntimeMethod_var); V_1 = L_5; JsonExtensionDataAttribute_t1775849281 * L_6 = V_1; if (L_6) { goto IL_001d; } } { return; } IL_001d: { U3CU3Ec__DisplayClass34_0_t2309445613 * L_7 = V_0; NullCheck(L_7); MemberInfo_t * L_8 = L_7->get_member_1(); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); Type_t * L_9 = ReflectionUtils_GetMemberUnderlyingType_m841662456(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); V_2 = L_9; Type_t * L_10 = V_2; RuntimeTypeHandle_t3027515415 L_11 = { reinterpret_cast (IDictionary_2_t3177279192_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); ReflectionUtils_ImplementsGenericDefinition_m2172968317(NULL /*static, unused*/, L_10, L_12, (&V_3), /*hidden argument*/NULL); Type_t * L_13 = V_3; NullCheck(L_13); TypeU5BU5D_t3940880105* L_14 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(92 /* System.Type[] System.Type::GetGenericArguments() */, L_13); NullCheck(L_14); int32_t L_15 = 0; Type_t * L_16 = (L_14)->GetAt(static_cast(L_15)); V_4 = L_16; Type_t * L_17 = V_3; NullCheck(L_17); TypeU5BU5D_t3940880105* L_18 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(92 /* System.Type[] System.Type::GetGenericArguments() */, L_17); NullCheck(L_18); int32_t L_19 = 1; Type_t * L_20 = (L_18)->GetAt(static_cast(L_19)); V_5 = L_20; Type_t * L_21 = V_2; RuntimeTypeHandle_t3027515415 L_22 = { reinterpret_cast (IDictionary_2_t3177279192_0_0_0_var) }; Type_t * L_23 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_22, /*hidden argument*/NULL); bool L_24 = ReflectionUtils_IsGenericDefinition_m4108214610(NULL /*static, unused*/, L_21, L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_0085; } } { RuntimeTypeHandle_t3027515415 L_25 = { reinterpret_cast (Dictionary_2_t3621973219_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_26 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_25, /*hidden argument*/NULL); TypeU5BU5D_t3940880105* L_27 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)2)); Type_t * L_28 = V_4; NullCheck(L_27); ArrayElementTypeCheck (L_27, L_28); (L_27)->SetAt(static_cast(0), (Type_t *)L_28); TypeU5BU5D_t3940880105* L_29 = L_27; Type_t * L_30 = V_5; NullCheck(L_29); ArrayElementTypeCheck (L_29, L_30); (L_29)->SetAt(static_cast(1), (Type_t *)L_30); NullCheck(L_26); Type_t * L_31 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t3940880105* >::Invoke(97 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_26, L_29); V_6 = L_31; goto IL_0088; } IL_0085: { Type_t * L_32 = V_2; V_6 = L_32; } IL_0088: { U3CU3Ec__DisplayClass34_0_t2309445613 * L_33 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); ReflectionDelegateFactory_t2528576452 * L_34 = JsonTypeReflector_get_ReflectionDelegateFactory_m2937328847(NULL /*static, unused*/, /*hidden argument*/NULL); U3CU3Ec__DisplayClass34_0_t2309445613 * L_35 = V_0; NullCheck(L_35); MemberInfo_t * L_36 = L_35->get_member_1(); NullCheck(L_34); Func_2_t2447130374 * L_37 = ReflectionDelegateFactory_CreateGet_TisRuntimeObject_m2506523516(L_34, L_36, /*hidden argument*/ReflectionDelegateFactory_CreateGet_TisRuntimeObject_m2506523516_RuntimeMethod_var); NullCheck(L_33); L_33->set_getExtensionDataDictionary_0(L_37); JsonExtensionDataAttribute_t1775849281 * L_38 = V_1; NullCheck(L_38); bool L_39 = JsonExtensionDataAttribute_get_ReadData_m2359128195(L_38, /*hidden argument*/NULL); if (!L_39) { goto IL_0147; } } { U3CU3Ec__DisplayClass34_1_t3875529554 * L_40 = (U3CU3Ec__DisplayClass34_1_t3875529554 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass34_1_t3875529554_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass34_1__ctor_m1139899962(L_40, /*hidden argument*/NULL); V_7 = L_40; U3CU3Ec__DisplayClass34_1_t3875529554 * L_41 = V_7; U3CU3Ec__DisplayClass34_0_t2309445613 * L_42 = V_0; NullCheck(L_41); L_41->set_CSU24U3CU3E8__locals1_3(L_42); U3CU3Ec__DisplayClass34_1_t3875529554 * L_43 = V_7; U3CU3Ec__DisplayClass34_1_t3875529554 * L_44 = V_7; NullCheck(L_44); U3CU3Ec__DisplayClass34_0_t2309445613 * L_45 = L_44->get_CSU24U3CU3E8__locals1_3(); NullCheck(L_45); MemberInfo_t * L_46 = L_45->get_member_1(); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); bool L_47 = ReflectionUtils_CanSetMemberValue_m1263216356(NULL /*static, unused*/, L_46, (bool)1, (bool)0, /*hidden argument*/NULL); G_B7_0 = L_43; if (L_47) { G_B8_0 = L_43; goto IL_00d2; } } { G_B9_0 = ((Action_2_t2470008838 *)(NULL)); G_B9_1 = G_B7_0; goto IL_00e8; } IL_00d2: { IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); ReflectionDelegateFactory_t2528576452 * L_48 = JsonTypeReflector_get_ReflectionDelegateFactory_m2937328847(NULL /*static, unused*/, /*hidden argument*/NULL); U3CU3Ec__DisplayClass34_1_t3875529554 * L_49 = V_7; NullCheck(L_49); U3CU3Ec__DisplayClass34_0_t2309445613 * L_50 = L_49->get_CSU24U3CU3E8__locals1_3(); NullCheck(L_50); MemberInfo_t * L_51 = L_50->get_member_1(); NullCheck(L_48); Action_2_t2470008838 * L_52 = ReflectionDelegateFactory_CreateSet_TisRuntimeObject_m2440090338(L_48, L_51, /*hidden argument*/ReflectionDelegateFactory_CreateSet_TisRuntimeObject_m2440090338_RuntimeMethod_var); G_B9_0 = L_52; G_B9_1 = G_B8_0; } IL_00e8: { NullCheck(G_B9_1); G_B9_1->set_setExtensionDataDictionary_0(G_B9_0); U3CU3Ec__DisplayClass34_1_t3875529554 * L_53 = V_7; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); ReflectionDelegateFactory_t2528576452 * L_54 = JsonTypeReflector_get_ReflectionDelegateFactory_m2937328847(NULL /*static, unused*/, /*hidden argument*/NULL); Type_t * L_55 = V_6; NullCheck(L_54); Func_1_t2509852811 * L_56 = GenericVirtFuncInvoker1< Func_1_t2509852811 *, Type_t * >::Invoke(ReflectionDelegateFactory_CreateDefaultConstructor_TisRuntimeObject_m1416164154_RuntimeMethod_var, L_54, L_55); NullCheck(L_53); L_53->set_createExtensionDataDictionary_1(L_56); Type_t * L_57 = V_2; TypeU5BU5D_t3940880105* L_58 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)2)); Type_t * L_59 = V_4; NullCheck(L_58); ArrayElementTypeCheck (L_58, L_59); (L_58)->SetAt(static_cast(0), (Type_t *)L_59); TypeU5BU5D_t3940880105* L_60 = L_58; Type_t * L_61 = V_5; NullCheck(L_60); ArrayElementTypeCheck (L_60, L_61); (L_60)->SetAt(static_cast(1), (Type_t *)L_61); NullCheck(L_57); MethodInfo_t * L_62 = Type_GetMethod_m1479779718(L_57, _stringLiteral3265744085, L_60, /*hidden argument*/NULL); V_8 = L_62; U3CU3Ec__DisplayClass34_1_t3875529554 * L_63 = V_7; ReflectionDelegateFactory_t2528576452 * L_64 = JsonTypeReflector_get_ReflectionDelegateFactory_m2937328847(NULL /*static, unused*/, /*hidden argument*/NULL); MethodInfo_t * L_65 = V_8; NullCheck(L_64); MethodCall_2_t2845904993 * L_66 = GenericVirtFuncInvoker1< MethodCall_2_t2845904993 *, MethodBase_t * >::Invoke(ReflectionDelegateFactory_CreateMethodCall_TisRuntimeObject_m2397225021_RuntimeMethod_var, L_64, L_65); NullCheck(L_63); L_63->set_setExtensionDataDictionaryValue_2(L_66); U3CU3Ec__DisplayClass34_1_t3875529554 * L_67 = V_7; intptr_t L_68 = (intptr_t)U3CU3Ec__DisplayClass34_1_U3CSetExtensionDataDelegatesU3Eb__0_m564469053_RuntimeMethod_var; ExtensionDataSetter_t2768476772 * L_69 = (ExtensionDataSetter_t2768476772 *)il2cpp_codegen_object_new(ExtensionDataSetter_t2768476772_il2cpp_TypeInfo_var); ExtensionDataSetter__ctor_m3950476109(L_69, L_67, L_68, /*hidden argument*/NULL); V_9 = L_69; JsonObjectContract_t868533143 * L_70 = ___contract0; ExtensionDataSetter_t2768476772 * L_71 = V_9; NullCheck(L_70); JsonObjectContract_set_ExtensionDataSetter_m2925658892(L_70, L_71, /*hidden argument*/NULL); } IL_0147: { JsonExtensionDataAttribute_t1775849281 * L_72 = V_1; NullCheck(L_72); bool L_73 = JsonExtensionDataAttribute_get_WriteData_m3068379070(L_72, /*hidden argument*/NULL); if (!L_73) { goto IL_01b3; } } { U3CU3Ec__DisplayClass34_2_t1146646199 * L_74 = (U3CU3Ec__DisplayClass34_2_t1146646199 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass34_2_t1146646199_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass34_2__ctor_m1905804733(L_74, /*hidden argument*/NULL); V_10 = L_74; U3CU3Ec__DisplayClass34_2_t1146646199 * L_75 = V_10; U3CU3Ec__DisplayClass34_0_t2309445613 * L_76 = V_0; NullCheck(L_75); L_75->set_CSU24U3CU3E8__locals2_1(L_76); RuntimeTypeHandle_t3027515415 L_77 = { reinterpret_cast (EnumerableDictionaryWrapper_2_t489898437_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_78 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_77, /*hidden argument*/NULL); TypeU5BU5D_t3940880105* L_79 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)2)); Type_t * L_80 = V_4; NullCheck(L_79); ArrayElementTypeCheck (L_79, L_80); (L_79)->SetAt(static_cast(0), (Type_t *)L_80); TypeU5BU5D_t3940880105* L_81 = L_79; Type_t * L_82 = V_5; NullCheck(L_81); ArrayElementTypeCheck (L_81, L_82); (L_81)->SetAt(static_cast(1), (Type_t *)L_82); NullCheck(L_78); Type_t * L_83 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t3940880105* >::Invoke(97 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_78, L_81); NullCheck(L_83); ConstructorInfoU5BU5D_t881249896* L_84 = Type_GetConstructors_m1172352582(L_83, /*hidden argument*/NULL); ConstructorInfo_t5769829 * L_85 = Enumerable_First_TisConstructorInfo_t5769829_m2348694134(NULL /*static, unused*/, (RuntimeObject*)(RuntimeObject*)L_84, /*hidden argument*/Enumerable_First_TisConstructorInfo_t5769829_m2348694134_RuntimeMethod_var); V_11 = L_85; U3CU3Ec__DisplayClass34_2_t1146646199 * L_86 = V_10; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); ReflectionDelegateFactory_t2528576452 * L_87 = JsonTypeReflector_get_ReflectionDelegateFactory_m2937328847(NULL /*static, unused*/, /*hidden argument*/NULL); ConstructorInfo_t5769829 * L_88 = V_11; NullCheck(L_87); ObjectConstructor_1_t3207922868 * L_89 = VirtFuncInvoker1< ObjectConstructor_1_t3207922868 *, MethodBase_t * >::Invoke(5 /* Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Utilities.ReflectionDelegateFactory::CreateParameterizedConstructor(System.Reflection.MethodBase) */, L_87, L_88); NullCheck(L_86); L_86->set_createEnumerableWrapper_0(L_89); U3CU3Ec__DisplayClass34_2_t1146646199 * L_90 = V_10; intptr_t L_91 = (intptr_t)U3CU3Ec__DisplayClass34_2_U3CSetExtensionDataDelegatesU3Eb__1_m2695677966_RuntimeMethod_var; ExtensionDataGetter_t2030541412 * L_92 = (ExtensionDataGetter_t2030541412 *)il2cpp_codegen_object_new(ExtensionDataGetter_t2030541412_il2cpp_TypeInfo_var); ExtensionDataGetter__ctor_m1106458522(L_92, L_90, L_91, /*hidden argument*/NULL); V_12 = L_92; JsonObjectContract_t868533143 * L_93 = ___contract0; ExtensionDataGetter_t2030541412 * L_94 = V_12; NullCheck(L_93); JsonObjectContract_set_ExtensionDataGetter_m1162336505(L_93, L_94, /*hidden argument*/NULL); } IL_01b3: { JsonObjectContract_t868533143 * L_95 = ___contract0; Type_t * L_96 = V_5; NullCheck(L_95); JsonObjectContract_set_ExtensionDataValueType_m2919147719(L_95, L_96, /*hidden argument*/NULL); return; } } // System.Reflection.ConstructorInfo Newtonsoft.Json.Serialization.DefaultContractResolver::GetAttributeConstructor(System.Type) extern "C" IL2CPP_METHOD_ATTR ConstructorInfo_t5769829 * DefaultContractResolver_GetAttributeConstructor_m3726356735 (DefaultContractResolver_t270250618 * __this, Type_t * ___objectType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultContractResolver_GetAttributeConstructor_m3726356735_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Func_2_t1796590042 * G_B2_0 = NULL; ConstructorInfoU5BU5D_t881249896* G_B2_1 = NULL; Func_2_t1796590042 * G_B1_0 = NULL; ConstructorInfoU5BU5D_t881249896* G_B1_1 = NULL; { Type_t * L_0 = ___objectType0; NullCheck(L_0); ConstructorInfoU5BU5D_t881249896* L_1 = VirtFuncInvoker1< ConstructorInfoU5BU5D_t881249896*, int32_t >::Invoke(89 /* System.Reflection.ConstructorInfo[] System.Type::GetConstructors(System.Reflection.BindingFlags) */, L_0, ((int32_t)52)); IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2089815845_il2cpp_TypeInfo_var); Func_2_t1796590042 * L_2 = ((U3CU3Ec_t2089815845_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2089815845_il2cpp_TypeInfo_var))->get_U3CU3E9__36_0_5(); Func_2_t1796590042 * L_3 = L_2; G_B1_0 = L_3; G_B1_1 = L_1; if (L_3) { G_B2_0 = L_3; G_B2_1 = L_1; goto IL_0027; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2089815845_il2cpp_TypeInfo_var); U3CU3Ec_t2089815845 * L_4 = ((U3CU3Ec_t2089815845_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2089815845_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); intptr_t L_5 = (intptr_t)U3CU3Ec_U3CGetAttributeConstructorU3Eb__36_0_m3562937678_RuntimeMethod_var; Func_2_t1796590042 * L_6 = (Func_2_t1796590042 *)il2cpp_codegen_object_new(Func_2_t1796590042_il2cpp_TypeInfo_var); Func_2__ctor_m1559270925(L_6, L_4, L_5, /*hidden argument*/Func_2__ctor_m1559270925_RuntimeMethod_var); Func_2_t1796590042 * L_7 = L_6; ((U3CU3Ec_t2089815845_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2089815845_il2cpp_TypeInfo_var))->set_U3CU3E9__36_0_5(L_7); G_B2_0 = L_7; G_B2_1 = G_B1_1; } IL_0027: { RuntimeObject* L_8 = Enumerable_Where_TisConstructorInfo_t5769829_m3502358349(NULL /*static, unused*/, (RuntimeObject*)(RuntimeObject*)G_B2_1, G_B2_0, /*hidden argument*/Enumerable_Where_TisConstructorInfo_t5769829_m3502358349_RuntimeMethod_var); List_1_t1477844571 * L_9 = Enumerable_ToList_TisConstructorInfo_t5769829_m751781180(NULL /*static, unused*/, L_8, /*hidden argument*/Enumerable_ToList_TisConstructorInfo_t5769829_m751781180_RuntimeMethod_var); V_0 = (RuntimeObject*)L_9; RuntimeObject* L_10 = V_0; NullCheck(L_10); int32_t L_11 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t2833922063_il2cpp_TypeInfo_var, L_10); if ((((int32_t)L_11) <= ((int32_t)1))) { goto IL_0046; } } { JsonException_t3720114400 * L_12 = (JsonException_t3720114400 *)il2cpp_codegen_object_new(JsonException_t3720114400_il2cpp_TypeInfo_var); JsonException__ctor_m1434178872(L_12, _stringLiteral1111669417, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,DefaultContractResolver_GetAttributeConstructor_m3726356735_RuntimeMethod_var); } IL_0046: { RuntimeObject* L_13 = V_0; NullCheck(L_13); int32_t L_14 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t2833922063_il2cpp_TypeInfo_var, L_13); if ((!(((uint32_t)L_14) == ((uint32_t)1)))) { goto IL_0057; } } { RuntimeObject* L_15 = V_0; NullCheck(L_15); ConstructorInfo_t5769829 * L_16 = InterfaceFuncInvoker1< ConstructorInfo_t5769829 *, int32_t >::Invoke(3 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t1821089612_il2cpp_TypeInfo_var, L_15, 0); return L_16; } IL_0057: { Type_t * L_17 = ___objectType0; RuntimeTypeHandle_t3027515415 L_18 = { reinterpret_cast (Version_t3456873960_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); if ((!(((RuntimeObject*)(Type_t *)L_17) == ((RuntimeObject*)(Type_t *)L_19)))) { goto IL_00a5; } } { Type_t * L_20 = ___objectType0; TypeU5BU5D_t3940880105* L_21 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)4)); RuntimeTypeHandle_t3027515415 L_22 = { reinterpret_cast (Int32_t2950945753_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_23 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_22, /*hidden argument*/NULL); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_23); (L_21)->SetAt(static_cast(0), (Type_t *)L_23); TypeU5BU5D_t3940880105* L_24 = L_21; RuntimeTypeHandle_t3027515415 L_25 = { reinterpret_cast (Int32_t2950945753_0_0_0_var) }; Type_t * L_26 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_25, /*hidden argument*/NULL); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_26); (L_24)->SetAt(static_cast(1), (Type_t *)L_26); TypeU5BU5D_t3940880105* L_27 = L_24; RuntimeTypeHandle_t3027515415 L_28 = { reinterpret_cast (Int32_t2950945753_0_0_0_var) }; Type_t * L_29 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_28, /*hidden argument*/NULL); NullCheck(L_27); ArrayElementTypeCheck (L_27, L_29); (L_27)->SetAt(static_cast(2), (Type_t *)L_29); TypeU5BU5D_t3940880105* L_30 = L_27; RuntimeTypeHandle_t3027515415 L_31 = { reinterpret_cast (Int32_t2950945753_0_0_0_var) }; Type_t * L_32 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_31, /*hidden argument*/NULL); NullCheck(L_30); ArrayElementTypeCheck (L_30, L_32); (L_30)->SetAt(static_cast(3), (Type_t *)L_32); NullCheck(L_20); ConstructorInfo_t5769829 * L_33 = Type_GetConstructor_m2219014380(L_20, L_30, /*hidden argument*/NULL); return L_33; } IL_00a5: { return (ConstructorInfo_t5769829 *)NULL; } } // System.Reflection.ConstructorInfo Newtonsoft.Json.Serialization.DefaultContractResolver::GetParameterizedConstructor(System.Type) extern "C" IL2CPP_METHOD_ATTR ConstructorInfo_t5769829 * DefaultContractResolver_GetParameterizedConstructor_m1732846620 (DefaultContractResolver_t270250618 * __this, Type_t * ___objectType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultContractResolver_GetParameterizedConstructor_m1732846620_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { Type_t * L_0 = ___objectType0; NullCheck(L_0); ConstructorInfoU5BU5D_t881249896* L_1 = VirtFuncInvoker1< ConstructorInfoU5BU5D_t881249896*, int32_t >::Invoke(89 /* System.Reflection.ConstructorInfo[] System.Type::GetConstructors(System.Reflection.BindingFlags) */, L_0, ((int32_t)20)); List_1_t1477844571 * L_2 = Enumerable_ToList_TisConstructorInfo_t5769829_m751781180(NULL /*static, unused*/, (RuntimeObject*)(RuntimeObject*)L_1, /*hidden argument*/Enumerable_ToList_TisConstructorInfo_t5769829_m751781180_RuntimeMethod_var); V_0 = (RuntimeObject*)L_2; RuntimeObject* L_3 = V_0; NullCheck(L_3); int32_t L_4 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t2833922063_il2cpp_TypeInfo_var, L_3); if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_001f; } } { RuntimeObject* L_5 = V_0; NullCheck(L_5); ConstructorInfo_t5769829 * L_6 = InterfaceFuncInvoker1< ConstructorInfo_t5769829 *, int32_t >::Invoke(3 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t1821089612_il2cpp_TypeInfo_var, L_5, 0); return L_6; } IL_001f: { return (ConstructorInfo_t5769829 *)NULL; } } // System.Collections.Generic.IList`1 Newtonsoft.Json.Serialization.DefaultContractResolver::CreateConstructorParameters(System.Reflection.ConstructorInfo,Newtonsoft.Json.Serialization.JsonPropertyCollection) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DefaultContractResolver_CreateConstructorParameters_m1585801420 (DefaultContractResolver_t270250618 * __this, ConstructorInfo_t5769829 * ___constructor0, JsonPropertyCollection_t2691548039 * ___memberProperties1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultContractResolver_CreateConstructorParameters_m1585801420_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonPropertyCollection_t2691548039 * V_0 = NULL; ParameterInfoU5BU5D_t390618515* V_1 = NULL; int32_t V_2 = 0; ParameterInfo_t1861056598 * V_3 = NULL; JsonProperty_t1405154176 * V_4 = NULL; JsonProperty_t1405154176 * V_5 = NULL; JsonProperty_t1405154176 * G_B4_0 = NULL; { ConstructorInfo_t5769829 * L_0 = ___constructor0; NullCheck(L_0); ParameterInfoU5BU5D_t390618515* L_1 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_0); ConstructorInfo_t5769829 * L_2 = ___constructor0; NullCheck(L_2); Type_t * L_3 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_2); JsonPropertyCollection_t2691548039 * L_4 = (JsonPropertyCollection_t2691548039 *)il2cpp_codegen_object_new(JsonPropertyCollection_t2691548039_il2cpp_TypeInfo_var); JsonPropertyCollection__ctor_m2705261233(L_4, L_3, /*hidden argument*/NULL); V_0 = L_4; V_1 = L_1; V_2 = 0; goto IL_0071; } IL_0017: { ParameterInfoU5BU5D_t390618515* L_5 = V_1; int32_t L_6 = V_2; NullCheck(L_5); int32_t L_7 = L_6; ParameterInfo_t1861056598 * L_8 = (L_5)->GetAt(static_cast(L_7)); V_3 = L_8; ParameterInfo_t1861056598 * L_9 = V_3; NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Reflection.ParameterInfo::get_Name() */, L_9); if (L_10) { goto IL_0026; } } { G_B4_0 = ((JsonProperty_t1405154176 *)(NULL)); goto IL_0032; } IL_0026: { JsonPropertyCollection_t2691548039 * L_11 = ___memberProperties1; ParameterInfo_t1861056598 * L_12 = V_3; NullCheck(L_12); String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Reflection.ParameterInfo::get_Name() */, L_12); NullCheck(L_11); JsonProperty_t1405154176 * L_14 = JsonPropertyCollection_GetClosestMatchProperty_m315130954(L_11, L_13, /*hidden argument*/NULL); G_B4_0 = L_14; } IL_0032: { V_4 = G_B4_0; JsonProperty_t1405154176 * L_15 = V_4; if (!L_15) { goto IL_004a; } } { JsonProperty_t1405154176 * L_16 = V_4; NullCheck(L_16); Type_t * L_17 = JsonProperty_get_PropertyType_m3302554867(L_16, /*hidden argument*/NULL); ParameterInfo_t1861056598 * L_18 = V_3; NullCheck(L_18); Type_t * L_19 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_18); if ((((RuntimeObject*)(Type_t *)L_17) == ((RuntimeObject*)(Type_t *)L_19))) { goto IL_004a; } } { V_4 = (JsonProperty_t1405154176 *)NULL; } IL_004a: { JsonProperty_t1405154176 * L_20 = V_4; if (L_20) { goto IL_0056; } } { ParameterInfo_t1861056598 * L_21 = V_3; NullCheck(L_21); String_t* L_22 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Reflection.ParameterInfo::get_Name() */, L_21); if (!L_22) { goto IL_006d; } } IL_0056: { JsonProperty_t1405154176 * L_23 = V_4; ParameterInfo_t1861056598 * L_24 = V_3; JsonProperty_t1405154176 * L_25 = VirtFuncInvoker2< JsonProperty_t1405154176 *, JsonProperty_t1405154176 *, ParameterInfo_t1861056598 * >::Invoke(9 /* Newtonsoft.Json.Serialization.JsonProperty Newtonsoft.Json.Serialization.DefaultContractResolver::CreatePropertyFromConstructorParameter(Newtonsoft.Json.Serialization.JsonProperty,System.Reflection.ParameterInfo) */, __this, L_23, L_24); V_5 = L_25; JsonProperty_t1405154176 * L_26 = V_5; if (!L_26) { goto IL_006d; } } { JsonPropertyCollection_t2691548039 * L_27 = V_0; JsonProperty_t1405154176 * L_28 = V_5; NullCheck(L_27); JsonPropertyCollection_AddProperty_m934994411(L_27, L_28, /*hidden argument*/NULL); } IL_006d: { int32_t L_29 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_0071: { int32_t L_30 = V_2; ParameterInfoU5BU5D_t390618515* L_31 = V_1; NullCheck(L_31); if ((((int32_t)L_30) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_31)->max_length))))))) { goto IL_0017; } } { JsonPropertyCollection_t2691548039 * L_32 = V_0; return L_32; } } // Newtonsoft.Json.Serialization.JsonProperty Newtonsoft.Json.Serialization.DefaultContractResolver::CreatePropertyFromConstructorParameter(Newtonsoft.Json.Serialization.JsonProperty,System.Reflection.ParameterInfo) extern "C" IL2CPP_METHOD_ATTR JsonProperty_t1405154176 * DefaultContractResolver_CreatePropertyFromConstructorParameter_m3545563175 (DefaultContractResolver_t270250618 * __this, JsonProperty_t1405154176 * ___matchingMemberProperty0, ParameterInfo_t1861056598 * ___parameterInfo1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultContractResolver_CreatePropertyFromConstructorParameter_m3545563175_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonProperty_t1405154176 * V_0 = NULL; bool V_1 = false; Nullable_1_t3313944452 V_2; memset(&V_2, 0, sizeof(V_2)); Nullable_1_t1819850047 V_3; memset(&V_3, 0, sizeof(V_3)); Nullable_1_t829731231 V_4; memset(&V_4, 0, sizeof(V_4)); Nullable_1_t668593436 V_5; memset(&V_5, 0, sizeof(V_5)); Nullable_1_t3051693050 V_6; memset(&V_6, 0, sizeof(V_6)); Nullable_1_t588389317 V_7; memset(&V_7, 0, sizeof(V_7)); Nullable_1_t1159582132 V_8; memset(&V_8, 0, sizeof(V_8)); JsonProperty_t1405154176 * G_B3_0 = NULL; JsonProperty_t1405154176 * G_B2_0 = NULL; String_t* G_B4_0 = NULL; JsonProperty_t1405154176 * G_B4_1 = NULL; JsonConverter_t1047106545 * G_B6_0 = NULL; JsonProperty_t1405154176 * G_B6_1 = NULL; JsonConverter_t1047106545 * G_B5_0 = NULL; JsonProperty_t1405154176 * G_B5_1 = NULL; JsonConverter_t1047106545 * G_B8_0 = NULL; JsonProperty_t1405154176 * G_B8_1 = NULL; JsonConverter_t1047106545 * G_B7_0 = NULL; JsonProperty_t1405154176 * G_B7_1 = NULL; JsonProperty_t1405154176 * G_B13_0 = NULL; JsonProperty_t1405154176 * G_B12_0 = NULL; Nullable_1_t3313944452 G_B14_0; memset(&G_B14_0, 0, sizeof(G_B14_0)); JsonProperty_t1405154176 * G_B14_1 = NULL; JsonProperty_t1405154176 * G_B16_0 = NULL; JsonProperty_t1405154176 * G_B15_0 = NULL; Nullable_1_t1819850047 G_B17_0; memset(&G_B17_0, 0, sizeof(G_B17_0)); JsonProperty_t1405154176 * G_B17_1 = NULL; JsonProperty_t1405154176 * G_B19_0 = NULL; JsonProperty_t1405154176 * G_B18_0 = NULL; Nullable_1_t829731231 G_B20_0; memset(&G_B20_0, 0, sizeof(G_B20_0)); JsonProperty_t1405154176 * G_B20_1 = NULL; JsonProperty_t1405154176 * G_B22_0 = NULL; JsonProperty_t1405154176 * G_B21_0 = NULL; Nullable_1_t668593436 G_B23_0; memset(&G_B23_0, 0, sizeof(G_B23_0)); JsonProperty_t1405154176 * G_B23_1 = NULL; JsonProperty_t1405154176 * G_B25_0 = NULL; JsonProperty_t1405154176 * G_B24_0 = NULL; Nullable_1_t3051693050 G_B26_0; memset(&G_B26_0, 0, sizeof(G_B26_0)); JsonProperty_t1405154176 * G_B26_1 = NULL; JsonProperty_t1405154176 * G_B28_0 = NULL; JsonProperty_t1405154176 * G_B27_0 = NULL; Nullable_1_t588389317 G_B29_0; memset(&G_B29_0, 0, sizeof(G_B29_0)); JsonProperty_t1405154176 * G_B29_1 = NULL; JsonProperty_t1405154176 * G_B31_0 = NULL; JsonProperty_t1405154176 * G_B30_0 = NULL; Nullable_1_t1159582132 G_B32_0; memset(&G_B32_0, 0, sizeof(G_B32_0)); JsonProperty_t1405154176 * G_B32_1 = NULL; { JsonProperty_t1405154176 * L_0 = (JsonProperty_t1405154176 *)il2cpp_codegen_object_new(JsonProperty_t1405154176_il2cpp_TypeInfo_var); JsonProperty__ctor_m3879542503(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonProperty_t1405154176 * L_1 = V_0; ParameterInfo_t1861056598 * L_2 = ___parameterInfo1; NullCheck(L_2); Type_t * L_3 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_2); NullCheck(L_1); JsonProperty_set_PropertyType_m125294330(L_1, L_3, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_4 = V_0; ParameterInfo_t1861056598 * L_5 = ___parameterInfo1; ReflectionAttributeProvider_t4190773725 * L_6 = (ReflectionAttributeProvider_t4190773725 *)il2cpp_codegen_object_new(ReflectionAttributeProvider_t4190773725_il2cpp_TypeInfo_var); ReflectionAttributeProvider__ctor_m860041243(L_6, L_5, /*hidden argument*/NULL); NullCheck(L_4); JsonProperty_set_AttributeProvider_m2701964843(L_4, L_6, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_7 = V_0; ParameterInfo_t1861056598 * L_8 = ___parameterInfo1; ParameterInfo_t1861056598 * L_9 = ___parameterInfo1; NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Reflection.ParameterInfo::get_Name() */, L_9); ParameterInfo_t1861056598 * L_11 = ___parameterInfo1; NullCheck(L_11); MemberInfo_t * L_12 = VirtFuncInvoker0< MemberInfo_t * >::Invoke(10 /* System.Reflection.MemberInfo System.Reflection.ParameterInfo::get_Member() */, L_11); NullCheck(L_12); Type_t * L_13 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_12); DefaultContractResolver_SetPropertySettingsFromAttributes_m502397598(__this, L_7, L_8, L_10, L_13, 0, (&V_1), /*hidden argument*/NULL); JsonProperty_t1405154176 * L_14 = V_0; NullCheck(L_14); JsonProperty_set_Readable_m2877939162(L_14, (bool)0, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_15 = V_0; NullCheck(L_15); JsonProperty_set_Writable_m1307056486(L_15, (bool)1, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_16 = ___matchingMemberProperty0; if (!L_16) { goto IL_01a0; } } { JsonProperty_t1405154176 * L_17 = V_0; JsonProperty_t1405154176 * L_18 = V_0; NullCheck(L_18); String_t* L_19 = JsonProperty_get_PropertyName_m2411132462(L_18, /*hidden argument*/NULL); ParameterInfo_t1861056598 * L_20 = ___parameterInfo1; NullCheck(L_20); String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Reflection.ParameterInfo::get_Name() */, L_20); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_22 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_19, L_21, /*hidden argument*/NULL); G_B2_0 = L_17; if (L_22) { G_B3_0 = L_17; goto IL_006a; } } { JsonProperty_t1405154176 * L_23 = ___matchingMemberProperty0; NullCheck(L_23); String_t* L_24 = JsonProperty_get_PropertyName_m2411132462(L_23, /*hidden argument*/NULL); G_B4_0 = L_24; G_B4_1 = G_B2_0; goto IL_0070; } IL_006a: { JsonProperty_t1405154176 * L_25 = V_0; NullCheck(L_25); String_t* L_26 = JsonProperty_get_PropertyName_m2411132462(L_25, /*hidden argument*/NULL); G_B4_0 = L_26; G_B4_1 = G_B3_0; } IL_0070: { NullCheck(G_B4_1); JsonProperty_set_PropertyName_m4267380177(G_B4_1, G_B4_0, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_27 = V_0; JsonProperty_t1405154176 * L_28 = V_0; NullCheck(L_28); JsonConverter_t1047106545 * L_29 = JsonProperty_get_Converter_m2047823230(L_28, /*hidden argument*/NULL); JsonConverter_t1047106545 * L_30 = L_29; G_B5_0 = L_30; G_B5_1 = L_27; if (L_30) { G_B6_0 = L_30; G_B6_1 = L_27; goto IL_0086; } } { JsonProperty_t1405154176 * L_31 = ___matchingMemberProperty0; NullCheck(L_31); JsonConverter_t1047106545 * L_32 = JsonProperty_get_Converter_m2047823230(L_31, /*hidden argument*/NULL); G_B6_0 = L_32; G_B6_1 = G_B5_1; } IL_0086: { NullCheck(G_B6_1); JsonProperty_set_Converter_m2543823272(G_B6_1, G_B6_0, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_33 = V_0; JsonProperty_t1405154176 * L_34 = V_0; NullCheck(L_34); JsonConverter_t1047106545 * L_35 = JsonProperty_get_MemberConverter_m3872705062(L_34, /*hidden argument*/NULL); JsonConverter_t1047106545 * L_36 = L_35; G_B7_0 = L_36; G_B7_1 = L_33; if (L_36) { G_B8_0 = L_36; G_B8_1 = L_33; goto IL_009c; } } { JsonProperty_t1405154176 * L_37 = ___matchingMemberProperty0; NullCheck(L_37); JsonConverter_t1047106545 * L_38 = JsonProperty_get_MemberConverter_m3872705062(L_37, /*hidden argument*/NULL); G_B8_0 = L_38; G_B8_1 = G_B7_1; } IL_009c: { NullCheck(G_B8_1); JsonProperty_set_MemberConverter_m1681364413(G_B8_1, G_B8_0, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_39 = V_0; NullCheck(L_39); bool L_40 = L_39->get__hasExplicitDefaultValue_1(); if (L_40) { goto IL_00bd; } } { JsonProperty_t1405154176 * L_41 = ___matchingMemberProperty0; NullCheck(L_41); bool L_42 = L_41->get__hasExplicitDefaultValue_1(); if (!L_42) { goto IL_00bd; } } { JsonProperty_t1405154176 * L_43 = V_0; JsonProperty_t1405154176 * L_44 = ___matchingMemberProperty0; NullCheck(L_44); RuntimeObject * L_45 = JsonProperty_get_DefaultValue_m3909611160(L_44, /*hidden argument*/NULL); NullCheck(L_43); JsonProperty_set_DefaultValue_m1766389510(L_43, L_45, /*hidden argument*/NULL); } IL_00bd: { JsonProperty_t1405154176 * L_46 = V_0; JsonProperty_t1405154176 * L_47 = V_0; NullCheck(L_47); Nullable_1_t3313944452 L_48 = L_47->get__required_0(); V_2 = L_48; bool L_49 = Nullable_1_get_HasValue_m3472043244((&V_2), /*hidden argument*/Nullable_1_get_HasValue_m3472043244_RuntimeMethod_var); G_B12_0 = L_46; if (L_49) { G_B13_0 = L_46; goto IL_00d6; } } { JsonProperty_t1405154176 * L_50 = ___matchingMemberProperty0; NullCheck(L_50); Nullable_1_t3313944452 L_51 = L_50->get__required_0(); G_B14_0 = L_51; G_B14_1 = G_B12_0; goto IL_00d7; } IL_00d6: { Nullable_1_t3313944452 L_52 = V_2; G_B14_0 = L_52; G_B14_1 = G_B13_0; } IL_00d7: { NullCheck(G_B14_1); G_B14_1->set__required_0(G_B14_0); JsonProperty_t1405154176 * L_53 = V_0; JsonProperty_t1405154176 * L_54 = V_0; NullCheck(L_54); Nullable_1_t1819850047 L_55 = JsonProperty_get_IsReference_m2386873697(L_54, /*hidden argument*/NULL); V_3 = L_55; bool L_56 = Nullable_1_get_HasValue_m3206831396((&V_3), /*hidden argument*/Nullable_1_get_HasValue_m3206831396_RuntimeMethod_var); G_B15_0 = L_53; if (L_56) { G_B16_0 = L_53; goto IL_00f5; } } { JsonProperty_t1405154176 * L_57 = ___matchingMemberProperty0; NullCheck(L_57); Nullable_1_t1819850047 L_58 = JsonProperty_get_IsReference_m2386873697(L_57, /*hidden argument*/NULL); G_B17_0 = L_58; G_B17_1 = G_B15_0; goto IL_00f6; } IL_00f5: { Nullable_1_t1819850047 L_59 = V_3; G_B17_0 = L_59; G_B17_1 = G_B16_0; } IL_00f6: { NullCheck(G_B17_1); JsonProperty_set_IsReference_m1380399653(G_B17_1, G_B17_0, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_60 = V_0; JsonProperty_t1405154176 * L_61 = V_0; NullCheck(L_61); Nullable_1_t829731231 L_62 = JsonProperty_get_NullValueHandling_m3875844461(L_61, /*hidden argument*/NULL); V_4 = L_62; bool L_63 = Nullable_1_get_HasValue_m4114458644((&V_4), /*hidden argument*/Nullable_1_get_HasValue_m4114458644_RuntimeMethod_var); G_B18_0 = L_60; if (L_63) { G_B19_0 = L_60; goto IL_0115; } } { JsonProperty_t1405154176 * L_64 = ___matchingMemberProperty0; NullCheck(L_64); Nullable_1_t829731231 L_65 = JsonProperty_get_NullValueHandling_m3875844461(L_64, /*hidden argument*/NULL); G_B20_0 = L_65; G_B20_1 = G_B18_0; goto IL_0117; } IL_0115: { Nullable_1_t829731231 L_66 = V_4; G_B20_0 = L_66; G_B20_1 = G_B19_0; } IL_0117: { NullCheck(G_B20_1); JsonProperty_set_NullValueHandling_m3614715919(G_B20_1, G_B20_0, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_67 = V_0; JsonProperty_t1405154176 * L_68 = V_0; NullCheck(L_68); Nullable_1_t668593436 L_69 = JsonProperty_get_DefaultValueHandling_m3282317265(L_68, /*hidden argument*/NULL); V_5 = L_69; bool L_70 = Nullable_1_get_HasValue_m4201331606((&V_5), /*hidden argument*/Nullable_1_get_HasValue_m4201331606_RuntimeMethod_var); G_B21_0 = L_67; if (L_70) { G_B22_0 = L_67; goto IL_0136; } } { JsonProperty_t1405154176 * L_71 = ___matchingMemberProperty0; NullCheck(L_71); Nullable_1_t668593436 L_72 = JsonProperty_get_DefaultValueHandling_m3282317265(L_71, /*hidden argument*/NULL); G_B23_0 = L_72; G_B23_1 = G_B21_0; goto IL_0138; } IL_0136: { Nullable_1_t668593436 L_73 = V_5; G_B23_0 = L_73; G_B23_1 = G_B22_0; } IL_0138: { NullCheck(G_B23_1); JsonProperty_set_DefaultValueHandling_m3694206656(G_B23_1, G_B23_0, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_74 = V_0; JsonProperty_t1405154176 * L_75 = V_0; NullCheck(L_75); Nullable_1_t3051693050 L_76 = JsonProperty_get_ReferenceLoopHandling_m1171762871(L_75, /*hidden argument*/NULL); V_6 = L_76; bool L_77 = Nullable_1_get_HasValue_m3254789393((&V_6), /*hidden argument*/Nullable_1_get_HasValue_m3254789393_RuntimeMethod_var); G_B24_0 = L_74; if (L_77) { G_B25_0 = L_74; goto IL_0157; } } { JsonProperty_t1405154176 * L_78 = ___matchingMemberProperty0; NullCheck(L_78); Nullable_1_t3051693050 L_79 = JsonProperty_get_ReferenceLoopHandling_m1171762871(L_78, /*hidden argument*/NULL); G_B26_0 = L_79; G_B26_1 = G_B24_0; goto IL_0159; } IL_0157: { Nullable_1_t3051693050 L_80 = V_6; G_B26_0 = L_80; G_B26_1 = G_B25_0; } IL_0159: { NullCheck(G_B26_1); JsonProperty_set_ReferenceLoopHandling_m86700665(G_B26_1, G_B26_0, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_81 = V_0; JsonProperty_t1405154176 * L_82 = V_0; NullCheck(L_82); Nullable_1_t588389317 L_83 = JsonProperty_get_ObjectCreationHandling_m3369727273(L_82, /*hidden argument*/NULL); V_7 = L_83; bool L_84 = Nullable_1_get_HasValue_m2699568762((&V_7), /*hidden argument*/Nullable_1_get_HasValue_m2699568762_RuntimeMethod_var); G_B27_0 = L_81; if (L_84) { G_B28_0 = L_81; goto IL_0178; } } { JsonProperty_t1405154176 * L_85 = ___matchingMemberProperty0; NullCheck(L_85); Nullable_1_t588389317 L_86 = JsonProperty_get_ObjectCreationHandling_m3369727273(L_85, /*hidden argument*/NULL); G_B29_0 = L_86; G_B29_1 = G_B27_0; goto IL_017a; } IL_0178: { Nullable_1_t588389317 L_87 = V_7; G_B29_0 = L_87; G_B29_1 = G_B28_0; } IL_017a: { NullCheck(G_B29_1); JsonProperty_set_ObjectCreationHandling_m1707584163(G_B29_1, G_B29_0, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_88 = V_0; JsonProperty_t1405154176 * L_89 = V_0; NullCheck(L_89); Nullable_1_t1159582132 L_90 = JsonProperty_get_TypeNameHandling_m4047209728(L_89, /*hidden argument*/NULL); V_8 = L_90; bool L_91 = Nullable_1_get_HasValue_m772260800((&V_8), /*hidden argument*/Nullable_1_get_HasValue_m772260800_RuntimeMethod_var); G_B30_0 = L_88; if (L_91) { G_B31_0 = L_88; goto IL_0199; } } { JsonProperty_t1405154176 * L_92 = ___matchingMemberProperty0; NullCheck(L_92); Nullable_1_t1159582132 L_93 = JsonProperty_get_TypeNameHandling_m4047209728(L_92, /*hidden argument*/NULL); G_B32_0 = L_93; G_B32_1 = G_B30_0; goto IL_019b; } IL_0199: { Nullable_1_t1159582132 L_94 = V_8; G_B32_0 = L_94; G_B32_1 = G_B31_0; } IL_019b: { NullCheck(G_B32_1); JsonProperty_set_TypeNameHandling_m4092066508(G_B32_1, G_B32_0, /*hidden argument*/NULL); } IL_01a0: { JsonProperty_t1405154176 * L_95 = V_0; return L_95; } } // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.DefaultContractResolver::ResolveContractConverter(System.Type) extern "C" IL2CPP_METHOD_ATTR JsonConverter_t1047106545 * DefaultContractResolver_ResolveContractConverter_m694015519 (DefaultContractResolver_t270250618 * __this, Type_t * ___objectType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultContractResolver_ResolveContractConverter_m694015519_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___objectType0; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); JsonConverter_t1047106545 * L_1 = JsonTypeReflector_GetJsonConverter_m479558405(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.Func`1 Newtonsoft.Json.Serialization.DefaultContractResolver::GetDefaultCreator(System.Type) extern "C" IL2CPP_METHOD_ATTR Func_1_t2509852811 * DefaultContractResolver_GetDefaultCreator_m493820785 (DefaultContractResolver_t270250618 * __this, Type_t * ___createdType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultContractResolver_GetDefaultCreator_m493820785_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); ReflectionDelegateFactory_t2528576452 * L_0 = JsonTypeReflector_get_ReflectionDelegateFactory_m2937328847(NULL /*static, unused*/, /*hidden argument*/NULL); Type_t * L_1 = ___createdType0; NullCheck(L_0); Func_1_t2509852811 * L_2 = GenericVirtFuncInvoker1< Func_1_t2509852811 *, Type_t * >::Invoke(ReflectionDelegateFactory_CreateDefaultConstructor_TisRuntimeObject_m1416164154_RuntimeMethod_var, L_0, L_1); return L_2; } } // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver::InitializeContract(Newtonsoft.Json.Serialization.JsonContract) extern "C" IL2CPP_METHOD_ATTR void DefaultContractResolver_InitializeContract_m2699834288 (DefaultContractResolver_t270250618 * __this, JsonContract_t3715061318 * ___contract0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultContractResolver_InitializeContract_m2699834288_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonContainerAttribute_t3874748064 * V_0 = NULL; DataContractAttribute_t412496005 * V_1 = NULL; JsonContract_t3715061318 * G_B10_0 = NULL; JsonContract_t3715061318 * G_B9_0 = NULL; int32_t G_B11_0 = 0; JsonContract_t3715061318 * G_B11_1 = NULL; { JsonContract_t3715061318 * L_0 = ___contract0; NullCheck(L_0); Type_t * L_1 = L_0->get_NonNullableUnderlyingType_3(); 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_001d; } } { JsonContract_t3715061318 * L_4 = ___contract0; JsonContainerAttribute_t3874748064 * L_5 = V_0; NullCheck(L_5); Nullable_1_t1819850047 L_6 = L_5->get__isReference_2(); NullCheck(L_4); JsonContract_set_IsReference_m2953537696(L_4, L_6, /*hidden argument*/NULL); goto IL_0040; } IL_001d: { JsonContract_t3715061318 * L_7 = ___contract0; NullCheck(L_7); Type_t * L_8 = L_7->get_NonNullableUnderlyingType_3(); IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); DataContractAttribute_t412496005 * L_9 = JsonTypeReflector_GetDataContractAttribute_m2907827950(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); V_1 = L_9; DataContractAttribute_t412496005 * L_10 = V_1; if (!L_10) { goto IL_0040; } } { DataContractAttribute_t412496005 * L_11 = V_1; NullCheck(L_11); bool L_12 = DataContractAttribute_get_IsReference_m3839282120(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0040; } } { JsonContract_t3715061318 * L_13 = ___contract0; Nullable_1_t1819850047 L_14; memset(&L_14, 0, sizeof(L_14)); Nullable_1__ctor_m1921378621((&L_14), (bool)1, /*hidden argument*/Nullable_1__ctor_m1921378621_RuntimeMethod_var); NullCheck(L_13); JsonContract_set_IsReference_m2953537696(L_13, L_14, /*hidden argument*/NULL); } IL_0040: { JsonContract_t3715061318 * L_15 = ___contract0; JsonContract_t3715061318 * L_16 = ___contract0; NullCheck(L_16); Type_t * L_17 = L_16->get_NonNullableUnderlyingType_3(); JsonConverter_t1047106545 * L_18 = VirtFuncInvoker1< JsonConverter_t1047106545 *, Type_t * >::Invoke(10 /* Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.DefaultContractResolver::ResolveContractConverter(System.Type) */, __this, L_17); NullCheck(L_15); JsonContract_set_Converter_m1953689022(L_15, L_18, /*hidden argument*/NULL); JsonContract_t3715061318 * L_19 = ___contract0; IL2CPP_RUNTIME_CLASS_INIT(DefaultContractResolver_t270250618_il2cpp_TypeInfo_var); JsonConverterU5BU5D_t155849004* L_20 = ((DefaultContractResolver_t270250618_StaticFields*)il2cpp_codegen_static_fields_for(DefaultContractResolver_t270250618_il2cpp_TypeInfo_var))->get_BuiltInConverters_1(); JsonContract_t3715061318 * L_21 = ___contract0; NullCheck(L_21); Type_t * L_22 = L_21->get_NonNullableUnderlyingType_3(); JsonConverter_t1047106545 * L_23 = JsonSerializer_GetMatchingConverter_m3146147673(NULL /*static, unused*/, (RuntimeObject*)(RuntimeObject*)L_20, L_22, /*hidden argument*/NULL); NullCheck(L_19); JsonContract_set_InternalConverter_m2434801368(L_19, L_23, /*hidden argument*/NULL); JsonContract_t3715061318 * L_24 = ___contract0; NullCheck(L_24); bool L_25 = L_24->get_IsInstantiable_8(); if (!L_25) { goto IL_00c1; } } { JsonContract_t3715061318 * L_26 = ___contract0; NullCheck(L_26); Type_t * L_27 = JsonContract_get_CreatedType_m1028628000(L_26, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); bool L_28 = ReflectionUtils_HasDefaultConstructor_m3011828166(NULL /*static, unused*/, L_27, (bool)1, /*hidden argument*/NULL); if (L_28) { goto IL_008b; } } { JsonContract_t3715061318 * L_29 = ___contract0; NullCheck(L_29); Type_t * L_30 = JsonContract_get_CreatedType_m1028628000(L_29, /*hidden argument*/NULL); bool L_31 = TypeExtensions_IsValueType_m852671066(NULL /*static, unused*/, L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_00c1; } } IL_008b: { JsonContract_t3715061318 * L_32 = ___contract0; JsonContract_t3715061318 * L_33 = ___contract0; NullCheck(L_33); Type_t * L_34 = JsonContract_get_CreatedType_m1028628000(L_33, /*hidden argument*/NULL); Func_1_t2509852811 * L_35 = DefaultContractResolver_GetDefaultCreator_m493820785(__this, L_34, /*hidden argument*/NULL); NullCheck(L_32); JsonContract_set_DefaultCreator_m762936274(L_32, L_35, /*hidden argument*/NULL); JsonContract_t3715061318 * L_36 = ___contract0; JsonContract_t3715061318 * L_37 = ___contract0; NullCheck(L_37); Type_t * L_38 = JsonContract_get_CreatedType_m1028628000(L_37, /*hidden argument*/NULL); bool L_39 = TypeExtensions_IsValueType_m852671066(NULL /*static, unused*/, L_38, /*hidden argument*/NULL); G_B9_0 = L_36; if (L_39) { G_B10_0 = L_36; goto IL_00bb; } } { JsonContract_t3715061318 * L_40 = ___contract0; NullCheck(L_40); Type_t * L_41 = JsonContract_get_CreatedType_m1028628000(L_40, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); ConstructorInfo_t5769829 * L_42 = ReflectionUtils_GetDefaultConstructor_m4213349706(NULL /*static, unused*/, L_41, /*hidden argument*/NULL); G_B11_0 = ((((RuntimeObject*)(ConstructorInfo_t5769829 *)L_42) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); G_B11_1 = G_B9_0; goto IL_00bc; } IL_00bb: { G_B11_0 = 0; G_B11_1 = G_B10_0; } IL_00bc: { NullCheck(G_B11_1); JsonContract_set_DefaultCreatorNonPublic_m3827357336(G_B11_1, (bool)G_B11_0, /*hidden argument*/NULL); } IL_00c1: { JsonContract_t3715061318 * L_43 = ___contract0; JsonContract_t3715061318 * L_44 = ___contract0; NullCheck(L_44); Type_t * L_45 = L_44->get_NonNullableUnderlyingType_3(); DefaultContractResolver_ResolveCallbackMethods_m1272420817(__this, L_43, L_45, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver::ResolveCallbackMethods(Newtonsoft.Json.Serialization.JsonContract,System.Type) extern "C" IL2CPP_METHOD_ATTR void DefaultContractResolver_ResolveCallbackMethods_m1272420817 (DefaultContractResolver_t270250618 * __this, JsonContract_t3715061318 * ___contract0, Type_t * ___t1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultContractResolver_ResolveCallbackMethods_m1272420817_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t3780931481 * V_0 = NULL; List_1_t3780931481 * V_1 = NULL; List_1_t3780931481 * V_2 = NULL; List_1_t3780931481 * V_3 = NULL; List_1_t1510300525 * V_4 = NULL; { Type_t * L_0 = ___t1; DefaultContractResolver_GetCallbackMethodsForType_m950314023(__this, L_0, (&V_0), (&V_1), (&V_2), (&V_3), (&V_4), /*hidden argument*/NULL); List_1_t3780931481 * L_1 = V_0; if (!L_1) { goto IL_0020; } } { JsonContract_t3715061318 * L_2 = ___contract0; NullCheck(L_2); RuntimeObject* L_3 = JsonContract_get_OnSerializingCallbacks_m2550202519(L_2, /*hidden argument*/NULL); List_1_t3780931481 * L_4 = V_0; CollectionUtils_AddRange_TisSerializationCallback_t2308856739_m3817144721(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/CollectionUtils_AddRange_TisSerializationCallback_t2308856739_m3817144721_RuntimeMethod_var); } IL_0020: { List_1_t3780931481 * L_5 = V_1; if (!L_5) { goto IL_002f; } } { JsonContract_t3715061318 * L_6 = ___contract0; NullCheck(L_6); RuntimeObject* L_7 = JsonContract_get_OnSerializedCallbacks_m1885656765(L_6, /*hidden argument*/NULL); List_1_t3780931481 * L_8 = V_1; CollectionUtils_AddRange_TisSerializationCallback_t2308856739_m3817144721(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/CollectionUtils_AddRange_TisSerializationCallback_t2308856739_m3817144721_RuntimeMethod_var); } IL_002f: { List_1_t3780931481 * L_9 = V_2; if (!L_9) { goto IL_003e; } } { JsonContract_t3715061318 * L_10 = ___contract0; NullCheck(L_10); RuntimeObject* L_11 = JsonContract_get_OnDeserializingCallbacks_m450394955(L_10, /*hidden argument*/NULL); List_1_t3780931481 * L_12 = V_2; CollectionUtils_AddRange_TisSerializationCallback_t2308856739_m3817144721(NULL /*static, unused*/, L_11, L_12, /*hidden argument*/CollectionUtils_AddRange_TisSerializationCallback_t2308856739_m3817144721_RuntimeMethod_var); } IL_003e: { List_1_t3780931481 * L_13 = V_3; if (!L_13) { goto IL_004d; } } { JsonContract_t3715061318 * L_14 = ___contract0; NullCheck(L_14); RuntimeObject* L_15 = JsonContract_get_OnDeserializedCallbacks_m814675937(L_14, /*hidden argument*/NULL); List_1_t3780931481 * L_16 = V_3; CollectionUtils_AddRange_TisSerializationCallback_t2308856739_m3817144721(NULL /*static, unused*/, L_15, L_16, /*hidden argument*/CollectionUtils_AddRange_TisSerializationCallback_t2308856739_m3817144721_RuntimeMethod_var); } IL_004d: { List_1_t1510300525 * L_17 = V_4; if (!L_17) { goto IL_005e; } } { JsonContract_t3715061318 * L_18 = ___contract0; NullCheck(L_18); RuntimeObject* L_19 = JsonContract_get_OnErrorCallbacks_m177101969(L_18, /*hidden argument*/NULL); List_1_t1510300525 * L_20 = V_4; CollectionUtils_AddRange_TisSerializationErrorCallback_t38225783_m3169566612(NULL /*static, unused*/, L_19, L_20, /*hidden argument*/CollectionUtils_AddRange_TisSerializationErrorCallback_t38225783_m3169566612_RuntimeMethod_var); } IL_005e: { return; } } // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver::GetCallbackMethodsForType(System.Type,System.Collections.Generic.List`1&,System.Collections.Generic.List`1&,System.Collections.Generic.List`1&,System.Collections.Generic.List`1&,System.Collections.Generic.List`1&) extern "C" IL2CPP_METHOD_ATTR void DefaultContractResolver_GetCallbackMethodsForType_m950314023 (DefaultContractResolver_t270250618 * __this, Type_t * ___type0, List_1_t3780931481 ** ___onSerializing1, List_1_t3780931481 ** ___onSerialized2, List_1_t3780931481 ** ___onDeserializing3, List_1_t3780931481 ** ___onDeserialized4, List_1_t1510300525 ** ___onError5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultContractResolver_GetCallbackMethodsForType_m950314023_MetadataUsageId); s_Il2CppMethodInitialized = true; } Enumerator_t1550296083 V_0; memset(&V_0, 0, sizeof(V_0)); MethodInfo_t * V_1 = NULL; MethodInfo_t * V_2 = NULL; MethodInfo_t * V_3 = NULL; MethodInfo_t * V_4 = NULL; MethodInfo_t * V_5 = NULL; bool V_6 = false; bool V_7 = false; MethodInfoU5BU5D_t2572182361* V_8 = NULL; int32_t V_9 = 0; MethodInfo_t * V_10 = NULL; Type_t * V_11 = NULL; ParameterInfoU5BU5D_t390618515* 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); List_1_t3780931481 * G_B8_0 = NULL; List_1_t3780931481 ** G_B8_1 = NULL; List_1_t3780931481 * G_B7_0 = NULL; List_1_t3780931481 ** G_B7_1 = NULL; List_1_t3780931481 * G_B12_0 = NULL; List_1_t3780931481 ** G_B12_1 = NULL; List_1_t3780931481 * G_B11_0 = NULL; List_1_t3780931481 ** G_B11_1 = NULL; List_1_t3780931481 * G_B16_0 = NULL; List_1_t3780931481 ** G_B16_1 = NULL; List_1_t3780931481 * G_B15_0 = NULL; List_1_t3780931481 ** G_B15_1 = NULL; List_1_t3780931481 * G_B21_0 = NULL; List_1_t3780931481 ** G_B21_1 = NULL; List_1_t3780931481 * G_B20_0 = NULL; List_1_t3780931481 ** G_B20_1 = NULL; List_1_t1510300525 * G_B25_0 = NULL; List_1_t1510300525 ** G_B25_1 = NULL; List_1_t1510300525 * G_B24_0 = NULL; List_1_t1510300525 ** G_B24_1 = NULL; { List_1_t3780931481 ** L_0 = ___onSerializing1; *((RuntimeObject **)(L_0)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_0), (RuntimeObject *)NULL); List_1_t3780931481 ** L_1 = ___onSerialized2; *((RuntimeObject **)(L_1)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_1), (RuntimeObject *)NULL); List_1_t3780931481 ** L_2 = ___onDeserializing3; *((RuntimeObject **)(L_2)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_2), (RuntimeObject *)NULL); List_1_t3780931481 ** L_3 = ___onDeserialized4; *((RuntimeObject **)(L_3)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_3), (RuntimeObject *)NULL); List_1_t1510300525 ** L_4 = ___onError5; *((RuntimeObject **)(L_4)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_4), (RuntimeObject *)NULL); Type_t * L_5 = ___type0; List_1_t3956019502 * L_6 = DefaultContractResolver_GetClassHierarchyForType_m3944309456(__this, L_5, /*hidden argument*/NULL); NullCheck(L_6); Enumerator_t1550296083 L_7 = List_1_GetEnumerator_m469156762(L_6, /*hidden argument*/List_1_GetEnumerator_m469156762_RuntimeMethod_var); V_0 = L_7; } IL_001f: try { // begin try (depth: 1) { goto IL_01ab; } IL_0024: { Type_t * L_8 = Enumerator_get_Current_m3931857711((&V_0), /*hidden argument*/Enumerator_get_Current_m3931857711_RuntimeMethod_var); V_1 = (MethodInfo_t *)NULL; V_2 = (MethodInfo_t *)NULL; V_3 = (MethodInfo_t *)NULL; V_4 = (MethodInfo_t *)NULL; V_5 = (MethodInfo_t *)NULL; Type_t * L_9 = L_8; IL2CPP_RUNTIME_CLASS_INIT(DefaultContractResolver_t270250618_il2cpp_TypeInfo_var); bool L_10 = DefaultContractResolver_ShouldSkipSerializing_m3454392810(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); V_6 = L_10; Type_t * L_11 = L_9; bool L_12 = DefaultContractResolver_ShouldSkipDeserialized_m621433652(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); V_7 = L_12; NullCheck(L_11); MethodInfoU5BU5D_t2572182361* L_13 = VirtFuncInvoker1< MethodInfoU5BU5D_t2572182361*, int32_t >::Invoke(65 /* System.Reflection.MethodInfo[] System.Type::GetMethods(System.Reflection.BindingFlags) */, L_11, ((int32_t)54)); V_8 = L_13; V_9 = 0; goto IL_01a0; } IL_0058: { MethodInfoU5BU5D_t2572182361* L_14 = V_8; int32_t L_15 = V_9; NullCheck(L_14); int32_t L_16 = L_15; MethodInfo_t * L_17 = (L_14)->GetAt(static_cast(L_16)); V_10 = L_17; MethodInfo_t * L_18 = V_10; NullCheck(L_18); bool L_19 = VirtFuncInvoker0< bool >::Invoke(30 /* System.Boolean System.Reflection.MethodBase::get_ContainsGenericParameters() */, L_18); if (L_19) { goto IL_019a; } } IL_006b: { V_11 = (Type_t *)NULL; MethodInfo_t * L_20 = V_10; NullCheck(L_20); ParameterInfoU5BU5D_t390618515* L_21 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_20); V_12 = L_21; bool L_22 = V_6; if (L_22) { goto IL_00b1; } } IL_007b: { MethodInfo_t * L_23 = V_10; ParameterInfoU5BU5D_t390618515* L_24 = V_12; RuntimeTypeHandle_t3027515415 L_25 = { reinterpret_cast (OnSerializingAttribute_t2580696919_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_26 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_25, /*hidden argument*/NULL); MethodInfo_t * L_27 = V_1; IL2CPP_RUNTIME_CLASS_INIT(DefaultContractResolver_t270250618_il2cpp_TypeInfo_var); bool L_28 = DefaultContractResolver_IsValidCallback_m3945815643(NULL /*static, unused*/, L_23, L_24, L_26, L_27, (&V_11), /*hidden argument*/NULL); if (!L_28) { goto IL_00b1; } } IL_0093: { List_1_t3780931481 ** L_29 = ___onSerializing1; List_1_t3780931481 ** L_30 = ___onSerializing1; List_1_t3780931481 * L_31 = *((List_1_t3780931481 **)L_30); List_1_t3780931481 * L_32 = L_31; G_B7_0 = L_32; G_B7_1 = L_29; if (L_32) { G_B8_0 = L_32; G_B8_1 = L_29; goto IL_009f; } } IL_0099: { List_1_t3780931481 * L_33 = (List_1_t3780931481 *)il2cpp_codegen_object_new(List_1_t3780931481_il2cpp_TypeInfo_var); List_1__ctor_m2914274212(L_33, /*hidden argument*/List_1__ctor_m2914274212_RuntimeMethod_var); G_B8_0 = L_33; G_B8_1 = G_B7_1; } IL_009f: { *((RuntimeObject **)(G_B8_1)) = (RuntimeObject *)G_B8_0; Il2CppCodeGenWriteBarrier((RuntimeObject **)(G_B8_1), (RuntimeObject *)G_B8_0); List_1_t3780931481 ** L_34 = ___onSerializing1; List_1_t3780931481 * L_35 = *((List_1_t3780931481 **)L_34); MethodInfo_t * L_36 = V_10; SerializationCallback_t2308856739 * L_37 = JsonContract_CreateSerializationCallback_m3079319900(NULL /*static, unused*/, L_36, /*hidden argument*/NULL); NullCheck(L_35); List_1_Add_m4276930598(L_35, L_37, /*hidden argument*/List_1_Add_m4276930598_RuntimeMethod_var); MethodInfo_t * L_38 = V_10; V_1 = L_38; } IL_00b1: { MethodInfo_t * L_39 = V_10; ParameterInfoU5BU5D_t390618515* L_40 = V_12; RuntimeTypeHandle_t3027515415 L_41 = { reinterpret_cast (OnSerializedAttribute_t2595932830_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); MethodInfo_t * L_43 = V_2; IL2CPP_RUNTIME_CLASS_INIT(DefaultContractResolver_t270250618_il2cpp_TypeInfo_var); bool L_44 = DefaultContractResolver_IsValidCallback_m3945815643(NULL /*static, unused*/, L_39, L_40, L_42, L_43, (&V_11), /*hidden argument*/NULL); if (!L_44) { goto IL_00e7; } } IL_00c9: { List_1_t3780931481 ** L_45 = ___onSerialized2; List_1_t3780931481 ** L_46 = ___onSerialized2; List_1_t3780931481 * L_47 = *((List_1_t3780931481 **)L_46); List_1_t3780931481 * L_48 = L_47; G_B11_0 = L_48; G_B11_1 = L_45; if (L_48) { G_B12_0 = L_48; G_B12_1 = L_45; goto IL_00d5; } } IL_00cf: { List_1_t3780931481 * L_49 = (List_1_t3780931481 *)il2cpp_codegen_object_new(List_1_t3780931481_il2cpp_TypeInfo_var); List_1__ctor_m2914274212(L_49, /*hidden argument*/List_1__ctor_m2914274212_RuntimeMethod_var); G_B12_0 = L_49; G_B12_1 = G_B11_1; } IL_00d5: { *((RuntimeObject **)(G_B12_1)) = (RuntimeObject *)G_B12_0; Il2CppCodeGenWriteBarrier((RuntimeObject **)(G_B12_1), (RuntimeObject *)G_B12_0); List_1_t3780931481 ** L_50 = ___onSerialized2; List_1_t3780931481 * L_51 = *((List_1_t3780931481 **)L_50); MethodInfo_t * L_52 = V_10; SerializationCallback_t2308856739 * L_53 = JsonContract_CreateSerializationCallback_m3079319900(NULL /*static, unused*/, L_52, /*hidden argument*/NULL); NullCheck(L_51); List_1_Add_m4276930598(L_51, L_53, /*hidden argument*/List_1_Add_m4276930598_RuntimeMethod_var); MethodInfo_t * L_54 = V_10; V_2 = L_54; } IL_00e7: { MethodInfo_t * L_55 = V_10; ParameterInfoU5BU5D_t390618515* L_56 = V_12; RuntimeTypeHandle_t3027515415 L_57 = { reinterpret_cast (OnDeserializingAttribute_t338753086_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); MethodInfo_t * L_59 = V_3; IL2CPP_RUNTIME_CLASS_INIT(DefaultContractResolver_t270250618_il2cpp_TypeInfo_var); bool L_60 = DefaultContractResolver_IsValidCallback_m3945815643(NULL /*static, unused*/, L_55, L_56, L_58, L_59, (&V_11), /*hidden argument*/NULL); if (!L_60) { goto IL_0120; } } IL_00ff: { List_1_t3780931481 ** L_61 = ___onDeserializing3; List_1_t3780931481 ** L_62 = ___onDeserializing3; List_1_t3780931481 * L_63 = *((List_1_t3780931481 **)L_62); List_1_t3780931481 * L_64 = L_63; G_B15_0 = L_64; G_B15_1 = L_61; if (L_64) { G_B16_0 = L_64; G_B16_1 = L_61; goto IL_010d; } } IL_0107: { List_1_t3780931481 * L_65 = (List_1_t3780931481 *)il2cpp_codegen_object_new(List_1_t3780931481_il2cpp_TypeInfo_var); List_1__ctor_m2914274212(L_65, /*hidden argument*/List_1__ctor_m2914274212_RuntimeMethod_var); G_B16_0 = L_65; G_B16_1 = G_B15_1; } IL_010d: { *((RuntimeObject **)(G_B16_1)) = (RuntimeObject *)G_B16_0; Il2CppCodeGenWriteBarrier((RuntimeObject **)(G_B16_1), (RuntimeObject *)G_B16_0); List_1_t3780931481 ** L_66 = ___onDeserializing3; List_1_t3780931481 * L_67 = *((List_1_t3780931481 **)L_66); MethodInfo_t * L_68 = V_10; SerializationCallback_t2308856739 * L_69 = JsonContract_CreateSerializationCallback_m3079319900(NULL /*static, unused*/, L_68, /*hidden argument*/NULL); NullCheck(L_67); List_1_Add_m4276930598(L_67, L_69, /*hidden argument*/List_1_Add_m4276930598_RuntimeMethod_var); MethodInfo_t * L_70 = V_10; V_3 = L_70; } IL_0120: { bool L_71 = V_7; if (L_71) { goto IL_015f; } } IL_0124: { MethodInfo_t * L_72 = V_10; ParameterInfoU5BU5D_t390618515* L_73 = V_12; RuntimeTypeHandle_t3027515415 L_74 = { reinterpret_cast (OnDeserializedAttribute_t1335880599_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_75 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_74, /*hidden argument*/NULL); MethodInfo_t * L_76 = V_4; IL2CPP_RUNTIME_CLASS_INIT(DefaultContractResolver_t270250618_il2cpp_TypeInfo_var); bool L_77 = DefaultContractResolver_IsValidCallback_m3945815643(NULL /*static, unused*/, L_72, L_73, L_75, L_76, (&V_11), /*hidden argument*/NULL); if (!L_77) { goto IL_015f; } } IL_013d: { List_1_t3780931481 ** L_78 = ___onDeserialized4; List_1_t3780931481 ** L_79 = ___onDeserialized4; List_1_t3780931481 * L_80 = *((List_1_t3780931481 **)L_79); List_1_t3780931481 * L_81 = L_80; G_B20_0 = L_81; G_B20_1 = L_78; if (L_81) { G_B21_0 = L_81; G_B21_1 = L_78; goto IL_014b; } } IL_0145: { List_1_t3780931481 * L_82 = (List_1_t3780931481 *)il2cpp_codegen_object_new(List_1_t3780931481_il2cpp_TypeInfo_var); List_1__ctor_m2914274212(L_82, /*hidden argument*/List_1__ctor_m2914274212_RuntimeMethod_var); G_B21_0 = L_82; G_B21_1 = G_B20_1; } IL_014b: { *((RuntimeObject **)(G_B21_1)) = (RuntimeObject *)G_B21_0; Il2CppCodeGenWriteBarrier((RuntimeObject **)(G_B21_1), (RuntimeObject *)G_B21_0); List_1_t3780931481 ** L_83 = ___onDeserialized4; List_1_t3780931481 * L_84 = *((List_1_t3780931481 **)L_83); MethodInfo_t * L_85 = V_10; SerializationCallback_t2308856739 * L_86 = JsonContract_CreateSerializationCallback_m3079319900(NULL /*static, unused*/, L_85, /*hidden argument*/NULL); NullCheck(L_84); List_1_Add_m4276930598(L_84, L_86, /*hidden argument*/List_1_Add_m4276930598_RuntimeMethod_var); MethodInfo_t * L_87 = V_10; V_4 = L_87; } IL_015f: { MethodInfo_t * L_88 = V_10; ParameterInfoU5BU5D_t390618515* L_89 = V_12; RuntimeTypeHandle_t3027515415 L_90 = { reinterpret_cast (OnErrorAttribute_t1580718334_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_91 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_90, /*hidden argument*/NULL); MethodInfo_t * L_92 = V_5; IL2CPP_RUNTIME_CLASS_INIT(DefaultContractResolver_t270250618_il2cpp_TypeInfo_var); bool L_93 = DefaultContractResolver_IsValidCallback_m3945815643(NULL /*static, unused*/, L_88, L_89, L_91, L_92, (&V_11), /*hidden argument*/NULL); if (!L_93) { goto IL_019a; } } IL_0178: { List_1_t1510300525 ** L_94 = ___onError5; List_1_t1510300525 ** L_95 = ___onError5; List_1_t1510300525 * L_96 = *((List_1_t1510300525 **)L_95); List_1_t1510300525 * L_97 = L_96; G_B24_0 = L_97; G_B24_1 = L_94; if (L_97) { G_B25_0 = L_97; G_B25_1 = L_94; goto IL_0186; } } IL_0180: { List_1_t1510300525 * L_98 = (List_1_t1510300525 *)il2cpp_codegen_object_new(List_1_t1510300525_il2cpp_TypeInfo_var); List_1__ctor_m2676508470(L_98, /*hidden argument*/List_1__ctor_m2676508470_RuntimeMethod_var); G_B25_0 = L_98; G_B25_1 = G_B24_1; } IL_0186: { *((RuntimeObject **)(G_B25_1)) = (RuntimeObject *)G_B25_0; Il2CppCodeGenWriteBarrier((RuntimeObject **)(G_B25_1), (RuntimeObject *)G_B25_0); List_1_t1510300525 ** L_99 = ___onError5; List_1_t1510300525 * L_100 = *((List_1_t1510300525 **)L_99); MethodInfo_t * L_101 = V_10; SerializationErrorCallback_t38225783 * L_102 = JsonContract_CreateSerializationErrorCallback_m3321481927(NULL /*static, unused*/, L_101, /*hidden argument*/NULL); NullCheck(L_100); List_1_Add_m199502390(L_100, L_102, /*hidden argument*/List_1_Add_m199502390_RuntimeMethod_var); MethodInfo_t * L_103 = V_10; V_5 = L_103; } IL_019a: { int32_t L_104 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_104, (int32_t)1)); } IL_01a0: { int32_t L_105 = V_9; MethodInfoU5BU5D_t2572182361* L_106 = V_8; NullCheck(L_106); if ((((int32_t)L_105) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_106)->max_length))))))) { goto IL_0058; } } IL_01ab: { bool L_107 = Enumerator_MoveNext_m2091439480((&V_0), /*hidden argument*/Enumerator_MoveNext_m2091439480_RuntimeMethod_var); if (L_107) { goto IL_0024; } } IL_01b7: { IL2CPP_LEAVE(0x1C7, FINALLY_01b9); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01b9; } FINALLY_01b9: { // begin finally (depth: 1) Enumerator_Dispose_m1963910613((&V_0), /*hidden argument*/Enumerator_Dispose_m1963910613_RuntimeMethod_var); IL2CPP_END_FINALLY(441) } // end finally (depth: 1) IL2CPP_CLEANUP(441) { IL2CPP_JUMP_TBL(0x1C7, IL_01c7) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_01c7: { return; } } // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::ShouldSkipDeserialized(System.Type) extern "C" IL2CPP_METHOD_ATTR bool DefaultContractResolver_ShouldSkipDeserialized_m621433652 (RuntimeObject * __this /* static, unused */, Type_t * ___t0, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::ShouldSkipSerializing(System.Type) extern "C" IL2CPP_METHOD_ATTR bool DefaultContractResolver_ShouldSkipSerializing_m3454392810 (RuntimeObject * __this /* static, unused */, Type_t * ___t0, const RuntimeMethod* method) { { return (bool)0; } } // System.Collections.Generic.List`1 Newtonsoft.Json.Serialization.DefaultContractResolver::GetClassHierarchyForType(System.Type) extern "C" IL2CPP_METHOD_ATTR List_1_t3956019502 * DefaultContractResolver_GetClassHierarchyForType_m3944309456 (DefaultContractResolver_t270250618 * __this, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultContractResolver_GetClassHierarchyForType_m3944309456_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t3956019502 * V_0 = NULL; Type_t * V_1 = NULL; { List_1_t3956019502 * L_0 = (List_1_t3956019502 *)il2cpp_codegen_object_new(List_1_t3956019502_il2cpp_TypeInfo_var); List_1__ctor_m3073166008(L_0, /*hidden argument*/List_1__ctor_m3073166008_RuntimeMethod_var); V_0 = L_0; Type_t * L_1 = ___type0; V_1 = L_1; goto IL_0018; } IL_000a: { List_1_t3956019502 * L_2 = V_0; Type_t * L_3 = V_1; NullCheck(L_2); List_1_Add_m576010208(L_2, L_3, /*hidden argument*/List_1_Add_m576010208_RuntimeMethod_var); Type_t * L_4 = V_1; Type_t * L_5 = TypeExtensions_BaseType_m1084285535(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); V_1 = L_5; } IL_0018: { Type_t * L_6 = V_1; if (!L_6) { goto IL_0028; } } { Type_t * L_7 = V_1; RuntimeTypeHandle_t3027515415 L_8 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_9 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_7) == ((RuntimeObject*)(Type_t *)L_9)))) { goto IL_000a; } } IL_0028: { List_1_t3956019502 * L_10 = V_0; NullCheck(L_10); List_1_Reverse_m3419333220(L_10, /*hidden argument*/List_1_Reverse_m3419333220_RuntimeMethod_var); List_1_t3956019502 * L_11 = V_0; return L_11; } } // Newtonsoft.Json.Serialization.JsonDictionaryContract Newtonsoft.Json.Serialization.DefaultContractResolver::CreateDictionaryContract(System.Type) extern "C" IL2CPP_METHOD_ATTR JsonDictionaryContract_t4040570183 * DefaultContractResolver_CreateDictionaryContract_m1082815948 (DefaultContractResolver_t270250618 * __this, Type_t * ___objectType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultContractResolver_CreateDictionaryContract_m1082815948_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonDictionaryContract_t4040570183 * V_0 = NULL; ConstructorInfo_t5769829 * V_1 = NULL; ParameterInfoU5BU5D_t390618515* V_2 = NULL; Type_t * V_3 = NULL; Type_t * G_B5_0 = NULL; { Type_t * L_0 = ___objectType0; JsonDictionaryContract_t4040570183 * L_1 = (JsonDictionaryContract_t4040570183 *)il2cpp_codegen_object_new(JsonDictionaryContract_t4040570183_il2cpp_TypeInfo_var); JsonDictionaryContract__ctor_m3820611099(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; JsonDictionaryContract_t4040570183 * L_2 = V_0; DefaultContractResolver_InitializeContract_m2699834288(__this, L_2, /*hidden argument*/NULL); JsonDictionaryContract_t4040570183 * L_3 = V_0; intptr_t L_4 = (intptr_t)GetVirtualMethodInfo(__this, 22); Func_2_t3947292210 * L_5 = (Func_2_t3947292210 *)il2cpp_codegen_object_new(Func_2_t3947292210_il2cpp_TypeInfo_var); Func_2__ctor_m1878178629(L_5, __this, L_4, /*hidden argument*/Func_2__ctor_m1878178629_RuntimeMethod_var); NullCheck(L_3); JsonDictionaryContract_set_DictionaryKeyResolver_m1439970577(L_3, L_5, /*hidden argument*/NULL); JsonDictionaryContract_t4040570183 * L_6 = V_0; NullCheck(L_6); Type_t * L_7 = ((JsonContract_t3715061318 *)L_6)->get_NonNullableUnderlyingType_3(); ConstructorInfo_t5769829 * L_8 = DefaultContractResolver_GetAttributeConstructor_m3726356735(__this, L_7, /*hidden argument*/NULL); V_1 = L_8; ConstructorInfo_t5769829 * L_9 = V_1; if (!L_9) { goto IL_00f0; } } { ConstructorInfo_t5769829 * L_10 = V_1; NullCheck(L_10); ParameterInfoU5BU5D_t390618515* L_11 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_10); V_2 = L_11; JsonDictionaryContract_t4040570183 * L_12 = V_0; NullCheck(L_12); Type_t * L_13 = JsonDictionaryContract_get_DictionaryKeyType_m3960022144(L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_004b; } } { JsonDictionaryContract_t4040570183 * L_14 = V_0; NullCheck(L_14); Type_t * L_15 = JsonDictionaryContract_get_DictionaryValueType_m524191807(L_14, /*hidden argument*/NULL); if (L_15) { goto IL_0057; } } IL_004b: { RuntimeTypeHandle_t3027515415 L_16 = { reinterpret_cast (IDictionary_t1363984059_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); G_B5_0 = L_17; goto IL_0096; } IL_0057: { RuntimeTypeHandle_t3027515415 L_18 = { reinterpret_cast (IEnumerable_1_t1615002100_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)1)); RuntimeTypeHandle_t3027515415 L_21 = { reinterpret_cast (KeyValuePair_2_t4175610960_0_0_0_var) }; Type_t * L_22 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); TypeU5BU5D_t3940880105* L_23 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)2)); JsonDictionaryContract_t4040570183 * L_24 = V_0; NullCheck(L_24); Type_t * L_25 = JsonDictionaryContract_get_DictionaryKeyType_m3960022144(L_24, /*hidden argument*/NULL); NullCheck(L_23); ArrayElementTypeCheck (L_23, L_25); (L_23)->SetAt(static_cast(0), (Type_t *)L_25); TypeU5BU5D_t3940880105* L_26 = L_23; JsonDictionaryContract_t4040570183 * L_27 = V_0; NullCheck(L_27); Type_t * L_28 = JsonDictionaryContract_get_DictionaryValueType_m524191807(L_27, /*hidden argument*/NULL); NullCheck(L_26); ArrayElementTypeCheck (L_26, L_28); (L_26)->SetAt(static_cast(1), (Type_t *)L_28); NullCheck(L_22); Type_t * L_29 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t3940880105* >::Invoke(97 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_22, L_26); NullCheck(L_20); ArrayElementTypeCheck (L_20, L_29); (L_20)->SetAt(static_cast(0), (Type_t *)L_29); NullCheck(L_19); Type_t * L_30 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t3940880105* >::Invoke(97 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_19, L_20); G_B5_0 = L_30; } IL_0096: { V_3 = G_B5_0; ParameterInfoU5BU5D_t390618515* L_31 = V_2; NullCheck(L_31); if ((((RuntimeArray *)L_31)->max_length)) { goto IL_00a4; } } { JsonDictionaryContract_t4040570183 * L_32 = V_0; NullCheck(L_32); JsonDictionaryContract_set_HasParameterizedCreator_m2566623852(L_32, (bool)0, /*hidden argument*/NULL); goto IL_00df; } IL_00a4: { ParameterInfoU5BU5D_t390618515* L_33 = V_2; NullCheck(L_33); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_33)->max_length))))) == ((uint32_t)1)))) { goto IL_00c3; } } { Type_t * L_34 = V_3; ParameterInfoU5BU5D_t390618515* L_35 = V_2; NullCheck(L_35); int32_t L_36 = 0; ParameterInfo_t1861056598 * L_37 = (L_35)->GetAt(static_cast(L_36)); NullCheck(L_37); Type_t * L_38 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_37); NullCheck(L_34); bool L_39 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_34, L_38); if (!L_39) { goto IL_00c3; } } { JsonDictionaryContract_t4040570183 * L_40 = V_0; NullCheck(L_40); JsonDictionaryContract_set_HasParameterizedCreator_m2566623852(L_40, (bool)1, /*hidden argument*/NULL); goto IL_00df; } IL_00c3: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_41 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonDictionaryContract_t4040570183 * L_42 = V_0; NullCheck(L_42); Type_t * L_43 = JsonContract_get_UnderlyingType_m1736598392(L_42, /*hidden argument*/NULL); Type_t * L_44 = V_3; String_t* L_45 = StringUtils_FormatWith_m353537829(NULL /*static, unused*/, _stringLiteral2020353358, L_41, L_43, L_44, /*hidden argument*/NULL); JsonException_t3720114400 * L_46 = (JsonException_t3720114400 *)il2cpp_codegen_object_new(JsonException_t3720114400_il2cpp_TypeInfo_var); JsonException__ctor_m1434178872(L_46, L_45, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_46,DefaultContractResolver_CreateDictionaryContract_m1082815948_RuntimeMethod_var); } IL_00df: { JsonDictionaryContract_t4040570183 * L_47 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); ReflectionDelegateFactory_t2528576452 * L_48 = JsonTypeReflector_get_ReflectionDelegateFactory_m2937328847(NULL /*static, unused*/, /*hidden argument*/NULL); ConstructorInfo_t5769829 * L_49 = V_1; NullCheck(L_48); ObjectConstructor_1_t3207922868 * L_50 = VirtFuncInvoker1< ObjectConstructor_1_t3207922868 *, MethodBase_t * >::Invoke(5 /* Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Utilities.ReflectionDelegateFactory::CreateParameterizedConstructor(System.Reflection.MethodBase) */, L_48, L_49); NullCheck(L_47); JsonDictionaryContract_set_OverrideCreator_m3387884206(L_47, L_50, /*hidden argument*/NULL); } IL_00f0: { JsonDictionaryContract_t4040570183 * L_51 = V_0; return L_51; } } // Newtonsoft.Json.Serialization.JsonArrayContract Newtonsoft.Json.Serialization.DefaultContractResolver::CreateArrayContract(System.Type) extern "C" IL2CPP_METHOD_ATTR JsonArrayContract_t483691547 * DefaultContractResolver_CreateArrayContract_m810425316 (DefaultContractResolver_t270250618 * __this, Type_t * ___objectType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultContractResolver_CreateArrayContract_m810425316_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonArrayContract_t483691547 * V_0 = NULL; ConstructorInfo_t5769829 * V_1 = NULL; ParameterInfoU5BU5D_t390618515* V_2 = NULL; Type_t * V_3 = NULL; Type_t * G_B4_0 = NULL; { Type_t * L_0 = ___objectType0; JsonArrayContract_t483691547 * L_1 = (JsonArrayContract_t483691547 *)il2cpp_codegen_object_new(JsonArrayContract_t483691547_il2cpp_TypeInfo_var); JsonArrayContract__ctor_m626608147(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; JsonArrayContract_t483691547 * L_2 = V_0; DefaultContractResolver_InitializeContract_m2699834288(__this, L_2, /*hidden argument*/NULL); JsonArrayContract_t483691547 * L_3 = V_0; NullCheck(L_3); Type_t * L_4 = ((JsonContract_t3715061318 *)L_3)->get_NonNullableUnderlyingType_3(); ConstructorInfo_t5769829 * L_5 = DefaultContractResolver_GetAttributeConstructor_m3726356735(__this, L_4, /*hidden argument*/NULL); V_1 = L_5; ConstructorInfo_t5769829 * L_6 = V_1; if (!L_6) { goto IL_00b4; } } { ConstructorInfo_t5769829 * L_7 = V_1; NullCheck(L_7); ParameterInfoU5BU5D_t390618515* L_8 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_7); V_2 = L_8; JsonArrayContract_t483691547 * L_9 = V_0; NullCheck(L_9); Type_t * L_10 = JsonArrayContract_get_CollectionItemType_m1740497797(L_9, /*hidden argument*/NULL); if (L_10) { goto IL_003c; } } { RuntimeTypeHandle_t3027515415 L_11 = { reinterpret_cast (IEnumerable_t1941168011_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_B4_0 = L_12; goto IL_005a; } IL_003c: { RuntimeTypeHandle_t3027515415 L_13 = { reinterpret_cast (IEnumerable_1_t1615002100_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_14 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); TypeU5BU5D_t3940880105* L_15 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)1)); JsonArrayContract_t483691547 * L_16 = V_0; NullCheck(L_16); Type_t * L_17 = JsonArrayContract_get_CollectionItemType_m1740497797(L_16, /*hidden argument*/NULL); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_17); (L_15)->SetAt(static_cast(0), (Type_t *)L_17); NullCheck(L_14); Type_t * L_18 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t3940880105* >::Invoke(97 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_14, L_15); G_B4_0 = L_18; } IL_005a: { V_3 = G_B4_0; ParameterInfoU5BU5D_t390618515* L_19 = V_2; NullCheck(L_19); if ((((RuntimeArray *)L_19)->max_length)) { goto IL_0068; } } { JsonArrayContract_t483691547 * L_20 = V_0; NullCheck(L_20); JsonArrayContract_set_HasParameterizedCreator_m3457897119(L_20, (bool)0, /*hidden argument*/NULL); goto IL_00a3; } IL_0068: { ParameterInfoU5BU5D_t390618515* L_21 = V_2; NullCheck(L_21); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length))))) == ((uint32_t)1)))) { goto IL_0087; } } { Type_t * L_22 = V_3; ParameterInfoU5BU5D_t390618515* L_23 = V_2; NullCheck(L_23); int32_t L_24 = 0; ParameterInfo_t1861056598 * L_25 = (L_23)->GetAt(static_cast(L_24)); NullCheck(L_25); Type_t * L_26 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_25); NullCheck(L_22); bool L_27 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_22, L_26); if (!L_27) { goto IL_0087; } } { JsonArrayContract_t483691547 * L_28 = V_0; NullCheck(L_28); JsonArrayContract_set_HasParameterizedCreator_m3457897119(L_28, (bool)1, /*hidden argument*/NULL); goto IL_00a3; } IL_0087: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_29 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonArrayContract_t483691547 * L_30 = V_0; NullCheck(L_30); Type_t * L_31 = JsonContract_get_UnderlyingType_m1736598392(L_30, /*hidden argument*/NULL); Type_t * L_32 = V_3; String_t* L_33 = StringUtils_FormatWith_m353537829(NULL /*static, unused*/, _stringLiteral2020353358, L_29, L_31, L_32, /*hidden argument*/NULL); JsonException_t3720114400 * L_34 = (JsonException_t3720114400 *)il2cpp_codegen_object_new(JsonException_t3720114400_il2cpp_TypeInfo_var); JsonException__ctor_m1434178872(L_34, L_33, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_34,DefaultContractResolver_CreateArrayContract_m810425316_RuntimeMethod_var); } IL_00a3: { JsonArrayContract_t483691547 * L_35 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); ReflectionDelegateFactory_t2528576452 * L_36 = JsonTypeReflector_get_ReflectionDelegateFactory_m2937328847(NULL /*static, unused*/, /*hidden argument*/NULL); ConstructorInfo_t5769829 * L_37 = V_1; NullCheck(L_36); ObjectConstructor_1_t3207922868 * L_38 = VirtFuncInvoker1< ObjectConstructor_1_t3207922868 *, MethodBase_t * >::Invoke(5 /* Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Utilities.ReflectionDelegateFactory::CreateParameterizedConstructor(System.Reflection.MethodBase) */, L_36, L_37); NullCheck(L_35); JsonArrayContract_set_OverrideCreator_m2316410374(L_35, L_38, /*hidden argument*/NULL); } IL_00b4: { JsonArrayContract_t483691547 * L_39 = V_0; return L_39; } } // Newtonsoft.Json.Serialization.JsonPrimitiveContract Newtonsoft.Json.Serialization.DefaultContractResolver::CreatePrimitiveContract(System.Type) extern "C" IL2CPP_METHOD_ATTR JsonPrimitiveContract_t336098342 * DefaultContractResolver_CreatePrimitiveContract_m3911927297 (DefaultContractResolver_t270250618 * __this, Type_t * ___objectType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultContractResolver_CreatePrimitiveContract_m3911927297_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonPrimitiveContract_t336098342 * V_0 = NULL; { Type_t * L_0 = ___objectType0; JsonPrimitiveContract_t336098342 * L_1 = (JsonPrimitiveContract_t336098342 *)il2cpp_codegen_object_new(JsonPrimitiveContract_t336098342_il2cpp_TypeInfo_var); JsonPrimitiveContract__ctor_m2884870516(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; JsonPrimitiveContract_t336098342 * L_2 = V_0; DefaultContractResolver_InitializeContract_m2699834288(__this, L_2, /*hidden argument*/NULL); JsonPrimitiveContract_t336098342 * L_3 = V_0; return L_3; } } // Newtonsoft.Json.Serialization.JsonLinqContract Newtonsoft.Json.Serialization.DefaultContractResolver::CreateLinqContract(System.Type) extern "C" IL2CPP_METHOD_ATTR JsonLinqContract_t1088793043 * DefaultContractResolver_CreateLinqContract_m3590739706 (DefaultContractResolver_t270250618 * __this, Type_t * ___objectType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultContractResolver_CreateLinqContract_m3590739706_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonLinqContract_t1088793043 * V_0 = NULL; { Type_t * L_0 = ___objectType0; JsonLinqContract_t1088793043 * L_1 = (JsonLinqContract_t1088793043 *)il2cpp_codegen_object_new(JsonLinqContract_t1088793043_il2cpp_TypeInfo_var); JsonLinqContract__ctor_m2245079414(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; JsonLinqContract_t1088793043 * L_2 = V_0; DefaultContractResolver_InitializeContract_m2699834288(__this, L_2, /*hidden argument*/NULL); JsonLinqContract_t1088793043 * L_3 = V_0; return L_3; } } // Newtonsoft.Json.Serialization.JsonISerializableContract Newtonsoft.Json.Serialization.DefaultContractResolver::CreateISerializableContract(System.Type) extern "C" IL2CPP_METHOD_ATTR JsonISerializableContract_t781833466 * DefaultContractResolver_CreateISerializableContract_m1549667735 (DefaultContractResolver_t270250618 * __this, Type_t * ___objectType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultContractResolver_CreateISerializableContract_m1549667735_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonISerializableContract_t781833466 * V_0 = NULL; ConstructorInfo_t5769829 * V_1 = NULL; ObjectConstructor_1_t3207922868 * V_2 = NULL; { Type_t * L_0 = ___objectType0; JsonISerializableContract_t781833466 * L_1 = (JsonISerializableContract_t781833466 *)il2cpp_codegen_object_new(JsonISerializableContract_t781833466_il2cpp_TypeInfo_var); JsonISerializableContract__ctor_m2855352365(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; JsonISerializableContract_t781833466 * L_2 = V_0; DefaultContractResolver_InitializeContract_m2699834288(__this, L_2, /*hidden argument*/NULL); JsonISerializableContract_t781833466 * L_3 = V_0; NullCheck(L_3); Type_t * L_4 = ((JsonContract_t3715061318 *)L_3)->get_NonNullableUnderlyingType_3(); TypeU5BU5D_t3940880105* L_5 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)2)); RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (SerializationInfo_t950877179_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); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_7); (L_5)->SetAt(static_cast(0), (Type_t *)L_7); TypeU5BU5D_t3940880105* L_8 = L_5; RuntimeTypeHandle_t3027515415 L_9 = { reinterpret_cast (StreamingContext_t3711869237_0_0_0_var) }; Type_t * L_10 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_10); (L_8)->SetAt(static_cast(1), (Type_t *)L_10); NullCheck(L_4); ConstructorInfo_t5769829 * L_11 = Type_GetConstructor_m950313272(L_4, ((int32_t)52), (Binder_t2999457153 *)NULL, L_8, (ParameterModifierU5BU5D_t2943407543*)(ParameterModifierU5BU5D_t2943407543*)NULL, /*hidden argument*/NULL); V_1 = L_11; ConstructorInfo_t5769829 * L_12 = V_1; if (!L_12) { goto IL_0054; } } { IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); ReflectionDelegateFactory_t2528576452 * L_13 = JsonTypeReflector_get_ReflectionDelegateFactory_m2937328847(NULL /*static, unused*/, /*hidden argument*/NULL); ConstructorInfo_t5769829 * L_14 = V_1; NullCheck(L_13); ObjectConstructor_1_t3207922868 * L_15 = VirtFuncInvoker1< ObjectConstructor_1_t3207922868 *, MethodBase_t * >::Invoke(5 /* Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Utilities.ReflectionDelegateFactory::CreateParameterizedConstructor(System.Reflection.MethodBase) */, L_13, L_14); V_2 = L_15; JsonISerializableContract_t781833466 * L_16 = V_0; ObjectConstructor_1_t3207922868 * L_17 = V_2; NullCheck(L_16); JsonISerializableContract_set_ISerializableCreator_m3465362447(L_16, L_17, /*hidden argument*/NULL); } IL_0054: { JsonISerializableContract_t781833466 * L_18 = V_0; return L_18; } } // Newtonsoft.Json.Serialization.JsonStringContract Newtonsoft.Json.Serialization.DefaultContractResolver::CreateStringContract(System.Type) extern "C" IL2CPP_METHOD_ATTR JsonStringContract_t1298846671 * DefaultContractResolver_CreateStringContract_m3040644535 (DefaultContractResolver_t270250618 * __this, Type_t * ___objectType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultContractResolver_CreateStringContract_m3040644535_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonStringContract_t1298846671 * V_0 = NULL; { Type_t * L_0 = ___objectType0; JsonStringContract_t1298846671 * L_1 = (JsonStringContract_t1298846671 *)il2cpp_codegen_object_new(JsonStringContract_t1298846671_il2cpp_TypeInfo_var); JsonStringContract__ctor_m789410904(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; JsonStringContract_t1298846671 * L_2 = V_0; DefaultContractResolver_InitializeContract_m2699834288(__this, L_2, /*hidden argument*/NULL); JsonStringContract_t1298846671 * L_3 = V_0; return L_3; } } // Newtonsoft.Json.Serialization.JsonContract Newtonsoft.Json.Serialization.DefaultContractResolver::CreateContract(System.Type) extern "C" IL2CPP_METHOD_ATTR JsonContract_t3715061318 * DefaultContractResolver_CreateContract_m1622535221 (DefaultContractResolver_t270250618 * __this, Type_t * ___objectType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultContractResolver_CreateContract_m1622535221_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; JsonContainerAttribute_t3874748064 * V_1 = NULL; { Type_t * L_0 = ___objectType0; IL2CPP_RUNTIME_CLASS_INIT(DefaultContractResolver_t270250618_il2cpp_TypeInfo_var); bool L_1 = DefaultContractResolver_IsJsonPrimitiveType_m1042571514(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0010; } } { Type_t * L_2 = ___objectType0; JsonPrimitiveContract_t336098342 * L_3 = VirtFuncInvoker1< JsonPrimitiveContract_t336098342 *, Type_t * >::Invoke(13 /* Newtonsoft.Json.Serialization.JsonPrimitiveContract Newtonsoft.Json.Serialization.DefaultContractResolver::CreatePrimitiveContract(System.Type) */, __this, L_2); return L_3; } IL_0010: { Type_t * L_4 = ___objectType0; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); Type_t * L_5 = ReflectionUtils_EnsureNotNullableType_m3060298386(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); V_0 = L_5; Type_t * L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); JsonContainerAttribute_t3874748064 * L_7 = JsonTypeReflector_GetCachedAttribute_TisJsonContainerAttribute_t3874748064_m1643058314(NULL /*static, unused*/, L_6, /*hidden argument*/JsonTypeReflector_GetCachedAttribute_TisJsonContainerAttribute_t3874748064_m1643058314_RuntimeMethod_var); V_1 = L_7; JsonContainerAttribute_t3874748064 * L_8 = V_1; if (!((JsonObjectAttribute_t3277381142 *)IsInstSealed((RuntimeObject*)L_8, JsonObjectAttribute_t3277381142_il2cpp_TypeInfo_var))) { goto IL_002e; } } { Type_t * L_9 = ___objectType0; JsonObjectContract_t868533143 * L_10 = VirtFuncInvoker1< JsonObjectContract_t868533143 *, Type_t * >::Invoke(7 /* Newtonsoft.Json.Serialization.JsonObjectContract Newtonsoft.Json.Serialization.DefaultContractResolver::CreateObjectContract(System.Type) */, __this, L_9); return L_10; } IL_002e: { JsonContainerAttribute_t3874748064 * L_11 = V_1; if (!((JsonArrayAttribute_t3155801748 *)IsInstSealed((RuntimeObject*)L_11, JsonArrayAttribute_t3155801748_il2cpp_TypeInfo_var))) { goto IL_003e; } } { Type_t * L_12 = ___objectType0; JsonArrayContract_t483691547 * L_13 = VirtFuncInvoker1< JsonArrayContract_t483691547 *, Type_t * >::Invoke(12 /* Newtonsoft.Json.Serialization.JsonArrayContract Newtonsoft.Json.Serialization.DefaultContractResolver::CreateArrayContract(System.Type) */, __this, L_12); return L_13; } IL_003e: { JsonContainerAttribute_t3874748064 * L_14 = V_1; if (!((JsonDictionaryAttribute_t3890173510 *)IsInstSealed((RuntimeObject*)L_14, JsonDictionaryAttribute_t3890173510_il2cpp_TypeInfo_var))) { goto IL_004e; } } { Type_t * L_15 = ___objectType0; JsonDictionaryContract_t4040570183 * L_16 = VirtFuncInvoker1< JsonDictionaryContract_t4040570183 *, Type_t * >::Invoke(11 /* Newtonsoft.Json.Serialization.JsonDictionaryContract Newtonsoft.Json.Serialization.DefaultContractResolver::CreateDictionaryContract(System.Type) */, __this, L_15); return L_16; } IL_004e: { Type_t * L_17 = V_0; RuntimeTypeHandle_t3027515415 L_18 = { reinterpret_cast (JToken_t1038539247_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); if ((((RuntimeObject*)(Type_t *)L_17) == ((RuntimeObject*)(Type_t *)L_19))) { goto IL_006d; } } { Type_t * L_20 = V_0; RuntimeTypeHandle_t3027515415 L_21 = { reinterpret_cast (JToken_t1038539247_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); NullCheck(L_20); bool L_23 = VirtFuncInvoker1< bool, Type_t * >::Invoke(41 /* System.Boolean System.Type::IsSubclassOf(System.Type) */, L_20, L_22); if (!L_23) { goto IL_0075; } } IL_006d: { Type_t * L_24 = ___objectType0; JsonLinqContract_t1088793043 * L_25 = VirtFuncInvoker1< JsonLinqContract_t1088793043 *, Type_t * >::Invoke(14 /* Newtonsoft.Json.Serialization.JsonLinqContract Newtonsoft.Json.Serialization.DefaultContractResolver::CreateLinqContract(System.Type) */, __this, L_24); return L_25; } IL_0075: { Type_t * L_26 = V_0; bool L_27 = CollectionUtils_IsDictionaryType_m3703162077(NULL /*static, unused*/, L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_0085; } } { Type_t * L_28 = ___objectType0; JsonDictionaryContract_t4040570183 * L_29 = VirtFuncInvoker1< JsonDictionaryContract_t4040570183 *, Type_t * >::Invoke(11 /* Newtonsoft.Json.Serialization.JsonDictionaryContract Newtonsoft.Json.Serialization.DefaultContractResolver::CreateDictionaryContract(System.Type) */, __this, L_28); return L_29; } IL_0085: { RuntimeTypeHandle_t3027515415 L_30 = { reinterpret_cast (IEnumerable_t1941168011_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); Type_t * L_32 = V_0; NullCheck(L_31); bool L_33 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_31, L_32); if (!L_33) { goto IL_009f; } } { Type_t * L_34 = ___objectType0; JsonArrayContract_t483691547 * L_35 = VirtFuncInvoker1< JsonArrayContract_t483691547 *, Type_t * >::Invoke(12 /* Newtonsoft.Json.Serialization.JsonArrayContract Newtonsoft.Json.Serialization.DefaultContractResolver::CreateArrayContract(System.Type) */, __this, L_34); return L_35; } IL_009f: { Type_t * L_36 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DefaultContractResolver_t270250618_il2cpp_TypeInfo_var); bool L_37 = DefaultContractResolver_CanConvertToString_m1537508402(NULL /*static, unused*/, L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_00af; } } { Type_t * L_38 = ___objectType0; JsonStringContract_t1298846671 * L_39 = VirtFuncInvoker1< JsonStringContract_t1298846671 *, Type_t * >::Invoke(16 /* Newtonsoft.Json.Serialization.JsonStringContract Newtonsoft.Json.Serialization.DefaultContractResolver::CreateStringContract(System.Type) */, __this, L_38); return L_39; } IL_00af: { bool L_40 = DefaultContractResolver_get_IgnoreSerializableInterface_m119128778(__this, /*hidden argument*/NULL); if (L_40) { goto IL_00d1; } } { RuntimeTypeHandle_t3027515415 L_41 = { reinterpret_cast (ISerializable_t3375760802_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); Type_t * L_43 = V_0; NullCheck(L_42); bool L_44 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_42, L_43); if (!L_44) { goto IL_00d1; } } { Type_t * L_45 = ___objectType0; JsonISerializableContract_t781833466 * L_46 = VirtFuncInvoker1< JsonISerializableContract_t781833466 *, Type_t * >::Invoke(15 /* Newtonsoft.Json.Serialization.JsonISerializableContract Newtonsoft.Json.Serialization.DefaultContractResolver::CreateISerializableContract(System.Type) */, __this, L_45); return L_46; } IL_00d1: { Type_t * L_47 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DefaultContractResolver_t270250618_il2cpp_TypeInfo_var); bool L_48 = DefaultContractResolver_IsIConvertible_m2386267330(NULL /*static, unused*/, L_47, /*hidden argument*/NULL); if (!L_48) { goto IL_00e1; } } { Type_t * L_49 = V_0; JsonPrimitiveContract_t336098342 * L_50 = VirtFuncInvoker1< JsonPrimitiveContract_t336098342 *, Type_t * >::Invoke(13 /* Newtonsoft.Json.Serialization.JsonPrimitiveContract Newtonsoft.Json.Serialization.DefaultContractResolver::CreatePrimitiveContract(System.Type) */, __this, L_49); return L_50; } IL_00e1: { Type_t * L_51 = ___objectType0; JsonObjectContract_t868533143 * L_52 = VirtFuncInvoker1< JsonObjectContract_t868533143 *, Type_t * >::Invoke(7 /* Newtonsoft.Json.Serialization.JsonObjectContract Newtonsoft.Json.Serialization.DefaultContractResolver::CreateObjectContract(System.Type) */, __this, L_51); return L_52; } } // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::IsJsonPrimitiveType(System.Type) extern "C" IL2CPP_METHOD_ATTR bool DefaultContractResolver_IsJsonPrimitiveType_m1042571514 (RuntimeObject * __this /* static, unused */, Type_t * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultContractResolver_IsJsonPrimitiveType_m1042571514_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Type_t * L_0 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_t2194062972_il2cpp_TypeInfo_var); int32_t L_1 = ConvertUtils_GetTypeCode_m66075454(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0012; } } { int32_t L_3 = V_0; return (bool)((((int32_t)((((int32_t)L_3) == ((int32_t)1))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_0012: { return (bool)0; } } // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::IsIConvertible(System.Type) extern "C" IL2CPP_METHOD_ATTR bool DefaultContractResolver_IsIConvertible_m2386267330 (RuntimeObject * __this /* static, unused */, Type_t * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultContractResolver_IsIConvertible_m2386267330_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); if (L_3) { goto IL_0031; } } { Type_t * L_4 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); bool L_5 = ReflectionUtils_IsNullableType_m2557784957(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0045; } } { RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (IConvertible_t2977365677_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); Type_t * L_8 = ___t0; Type_t * L_9 = Nullable_GetUnderlyingType_m3905033790(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); NullCheck(L_7); bool L_10 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_7, L_9); if (!L_10) { goto IL_0045; } } IL_0031: { RuntimeTypeHandle_t3027515415 L_11 = { reinterpret_cast (JToken_t1038539247_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); Type_t * L_13 = ___t0; NullCheck(L_12); bool L_14 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_12, L_13); return (bool)((((int32_t)L_14) == ((int32_t)0))? 1 : 0); } IL_0045: { return (bool)0; } } // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::CanConvertToString(System.Type) extern "C" IL2CPP_METHOD_ATTR bool DefaultContractResolver_CanConvertToString_m1537508402 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultContractResolver_CanConvertToString_m1537508402_MetadataUsageId); s_Il2CppMethodInitialized = true; } TypeConverter_t2249118273 * V_0 = NULL; { Type_t * L_0 = ___type0; 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_0040; } } { TypeConverter_t2249118273 * L_3 = V_0; if (((ComponentConverter_t118941221 *)IsInstClass((RuntimeObject*)L_3, ComponentConverter_t118941221_il2cpp_TypeInfo_var))) { goto IL_0040; } } { TypeConverter_t2249118273 * L_4 = V_0; if (((ReferenceConverter_t1811933861 *)IsInstClass((RuntimeObject*)L_4, ReferenceConverter_t1811933861_il2cpp_TypeInfo_var))) { goto IL_0040; } } { TypeConverter_t2249118273 * L_5 = V_0; NullCheck(L_5); Type_t * L_6 = Object_GetType_m88164663(L_5, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_7 = { reinterpret_cast (TypeConverter_t2249118273_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_0040; } } { TypeConverter_t2249118273 * L_9 = V_0; RuntimeTypeHandle_t3027515415 L_10 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_11 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); NullCheck(L_9); bool L_12 = TypeConverter_CanConvertTo_m183459680(L_9, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0040; } } { return (bool)1; } IL_0040: { Type_t * L_13 = ___type0; RuntimeTypeHandle_t3027515415 L_14 = { reinterpret_cast (Type_t_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); if ((((RuntimeObject*)(Type_t *)L_13) == ((RuntimeObject*)(Type_t *)L_15))) { goto IL_005f; } } { Type_t * L_16 = ___type0; RuntimeTypeHandle_t3027515415 L_17 = { reinterpret_cast (Type_t_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); 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_0061; } } IL_005f: { return (bool)1; } IL_0061: { return (bool)0; } } // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::IsValidCallback(System.Reflection.MethodInfo,System.Reflection.ParameterInfo[],System.Type,System.Reflection.MethodInfo,System.Type&) extern "C" IL2CPP_METHOD_ATTR bool DefaultContractResolver_IsValidCallback_m3945815643 (RuntimeObject * __this /* static, unused */, MethodInfo_t * ___method0, ParameterInfoU5BU5D_t390618515* ___parameters1, Type_t * ___attributeType2, MethodInfo_t * ___currentCallback3, Type_t ** ___prevAttributeType4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultContractResolver_IsValidCallback_m3945815643_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MethodInfo_t * L_0 = ___method0; Type_t * L_1 = ___attributeType2; NullCheck(L_0); bool L_2 = VirtFuncInvoker2< bool, Type_t *, bool >::Invoke(12 /* System.Boolean System.Reflection.MemberInfo::IsDefined(System.Type,System.Boolean) */, L_0, L_1, (bool)0); if (L_2) { goto IL_000c; } } { return (bool)0; } IL_000c: { MethodInfo_t * L_3 = ___currentCallback3; if (!L_3) { goto IL_0032; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_4 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); MethodInfo_t * L_5 = ___method0; MethodInfo_t * L_6 = ___currentCallback3; MethodInfo_t * L_7 = ___method0; NullCheck(L_7); Type_t * L_8 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_7); IL2CPP_RUNTIME_CLASS_INIT(DefaultContractResolver_t270250618_il2cpp_TypeInfo_var); String_t* L_9 = DefaultContractResolver_GetClrTypeFullName_m2513818317(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); Type_t * L_10 = ___attributeType2; String_t* L_11 = StringUtils_FormatWith_m2539955297(NULL /*static, unused*/, _stringLiteral4000461618, L_4, L_5, L_6, L_9, L_10, /*hidden argument*/NULL); JsonException_t3720114400 * L_12 = (JsonException_t3720114400 *)il2cpp_codegen_object_new(JsonException_t3720114400_il2cpp_TypeInfo_var); JsonException__ctor_m1434178872(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,DefaultContractResolver_IsValidCallback_m3945815643_RuntimeMethod_var); } IL_0032: { Type_t ** L_13 = ___prevAttributeType4; Type_t * L_14 = *((Type_t **)L_13); if (!L_14) { goto IL_005c; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_15 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); Type_t ** L_16 = ___prevAttributeType4; Type_t * L_17 = *((Type_t **)L_16); Type_t * L_18 = ___attributeType2; MethodInfo_t * L_19 = ___method0; NullCheck(L_19); Type_t * L_20 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_19); IL2CPP_RUNTIME_CLASS_INIT(DefaultContractResolver_t270250618_il2cpp_TypeInfo_var); String_t* L_21 = DefaultContractResolver_GetClrTypeFullName_m2513818317(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); MethodInfo_t * L_22 = ___method0; String_t* L_23 = StringUtils_FormatWith_m2539955297(NULL /*static, unused*/, _stringLiteral5129169, L_15, L_17, L_18, L_21, L_22, /*hidden argument*/NULL); JsonException_t3720114400 * L_24 = (JsonException_t3720114400 *)il2cpp_codegen_object_new(JsonException_t3720114400_il2cpp_TypeInfo_var); JsonException__ctor_m1434178872(L_24, L_23, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24,DefaultContractResolver_IsValidCallback_m3945815643_RuntimeMethod_var); } IL_005c: { MethodInfo_t * L_25 = ___method0; NullCheck(L_25); bool L_26 = MethodBase_get_IsVirtual_m2008546636(L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_0086; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_27 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); MethodInfo_t * L_28 = ___method0; MethodInfo_t * L_29 = ___method0; NullCheck(L_29); Type_t * L_30 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_29); IL2CPP_RUNTIME_CLASS_INIT(DefaultContractResolver_t270250618_il2cpp_TypeInfo_var); String_t* L_31 = DefaultContractResolver_GetClrTypeFullName_m2513818317(NULL /*static, unused*/, L_30, /*hidden argument*/NULL); Type_t * L_32 = ___attributeType2; String_t* L_33 = StringUtils_FormatWith_m17931563(NULL /*static, unused*/, _stringLiteral2838075562, L_27, L_28, L_31, L_32, /*hidden argument*/NULL); JsonException_t3720114400 * L_34 = (JsonException_t3720114400 *)il2cpp_codegen_object_new(JsonException_t3720114400_il2cpp_TypeInfo_var); JsonException__ctor_m1434178872(L_34, L_33, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_34,DefaultContractResolver_IsValidCallback_m3945815643_RuntimeMethod_var); } IL_0086: { MethodInfo_t * L_35 = ___method0; NullCheck(L_35); Type_t * L_36 = VirtFuncInvoker0< Type_t * >::Invoke(34 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_35); RuntimeTypeHandle_t3027515415 L_37 = { reinterpret_cast (Void_t1185182177_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_00b9; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_39 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); MethodInfo_t * L_40 = ___method0; NullCheck(L_40); Type_t * L_41 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_40); IL2CPP_RUNTIME_CLASS_INIT(DefaultContractResolver_t270250618_il2cpp_TypeInfo_var); String_t* L_42 = DefaultContractResolver_GetClrTypeFullName_m2513818317(NULL /*static, unused*/, L_41, /*hidden argument*/NULL); MethodInfo_t * L_43 = ___method0; String_t* L_44 = StringUtils_FormatWith_m353537829(NULL /*static, unused*/, _stringLiteral3742473430, L_39, L_42, 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,DefaultContractResolver_IsValidCallback_m3945815643_RuntimeMethod_var); } IL_00b9: { Type_t * L_46 = ___attributeType2; RuntimeTypeHandle_t3027515415 L_47 = { reinterpret_cast (OnErrorAttribute_t1580718334_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_012c; } } { ParameterInfoU5BU5D_t390618515* L_49 = ___parameters1; if (!L_49) { goto IL_00f7; } } { ParameterInfoU5BU5D_t390618515* L_50 = ___parameters1; NullCheck(L_50); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_50)->max_length))))) == ((uint32_t)2)))) { goto IL_00f7; } } { ParameterInfoU5BU5D_t390618515* L_51 = ___parameters1; NullCheck(L_51); int32_t L_52 = 0; ParameterInfo_t1861056598 * L_53 = (L_51)->GetAt(static_cast(L_52)); NullCheck(L_53); Type_t * L_54 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_53); RuntimeTypeHandle_t3027515415 L_55 = { reinterpret_cast (StreamingContext_t3711869237_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_56 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_55, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_54) == ((RuntimeObject*)(Type_t *)L_56)))) { goto IL_00f7; } } { ParameterInfoU5BU5D_t390618515* L_57 = ___parameters1; NullCheck(L_57); int32_t L_58 = 1; ParameterInfo_t1861056598 * L_59 = (L_57)->GetAt(static_cast(L_58)); NullCheck(L_59); Type_t * L_60 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_59); RuntimeTypeHandle_t3027515415 L_61 = { reinterpret_cast (ErrorContext_t3532118581_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_62 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_61, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_60) == ((RuntimeObject*)(Type_t *)L_62))) { goto IL_0174; } } IL_00f7: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_63 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); MethodInfo_t * L_64 = ___method0; NullCheck(L_64); Type_t * L_65 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_64); IL2CPP_RUNTIME_CLASS_INIT(DefaultContractResolver_t270250618_il2cpp_TypeInfo_var); String_t* L_66 = DefaultContractResolver_GetClrTypeFullName_m2513818317(NULL /*static, unused*/, L_65, /*hidden argument*/NULL); MethodInfo_t * L_67 = ___method0; RuntimeTypeHandle_t3027515415 L_68 = { reinterpret_cast (StreamingContext_t3711869237_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); RuntimeTypeHandle_t3027515415 L_70 = { reinterpret_cast (ErrorContext_t3532118581_0_0_0_var) }; Type_t * L_71 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_70, /*hidden argument*/NULL); String_t* L_72 = StringUtils_FormatWith_m2539955297(NULL /*static, unused*/, _stringLiteral2001812082, L_63, L_66, L_67, L_69, L_71, /*hidden argument*/NULL); JsonException_t3720114400 * L_73 = (JsonException_t3720114400 *)il2cpp_codegen_object_new(JsonException_t3720114400_il2cpp_TypeInfo_var); JsonException__ctor_m1434178872(L_73, L_72, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_73,DefaultContractResolver_IsValidCallback_m3945815643_RuntimeMethod_var); } IL_012c: { ParameterInfoU5BU5D_t390618515* L_74 = ___parameters1; if (!L_74) { goto IL_0149; } } { ParameterInfoU5BU5D_t390618515* L_75 = ___parameters1; NullCheck(L_75); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_75)->max_length))))) == ((uint32_t)1)))) { goto IL_0149; } } { ParameterInfoU5BU5D_t390618515* L_76 = ___parameters1; NullCheck(L_76); int32_t L_77 = 0; ParameterInfo_t1861056598 * L_78 = (L_76)->GetAt(static_cast(L_77)); NullCheck(L_78); Type_t * L_79 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_78); RuntimeTypeHandle_t3027515415 L_80 = { reinterpret_cast (StreamingContext_t3711869237_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_81 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_80, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_79) == ((RuntimeObject*)(Type_t *)L_81))) { goto IL_0174; } } IL_0149: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_82 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); MethodInfo_t * L_83 = ___method0; NullCheck(L_83); Type_t * L_84 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_83); IL2CPP_RUNTIME_CLASS_INIT(DefaultContractResolver_t270250618_il2cpp_TypeInfo_var); String_t* L_85 = DefaultContractResolver_GetClrTypeFullName_m2513818317(NULL /*static, unused*/, L_84, /*hidden argument*/NULL); MethodInfo_t * L_86 = ___method0; RuntimeTypeHandle_t3027515415 L_87 = { reinterpret_cast (StreamingContext_t3711869237_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_88 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_87, /*hidden argument*/NULL); String_t* L_89 = StringUtils_FormatWith_m17931563(NULL /*static, unused*/, _stringLiteral298734530, L_82, L_85, L_86, L_88, /*hidden argument*/NULL); JsonException_t3720114400 * L_90 = (JsonException_t3720114400 *)il2cpp_codegen_object_new(JsonException_t3720114400_il2cpp_TypeInfo_var); JsonException__ctor_m1434178872(L_90, L_89, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_90,DefaultContractResolver_IsValidCallback_m3945815643_RuntimeMethod_var); } IL_0174: { Type_t ** L_91 = ___prevAttributeType4; Type_t * L_92 = ___attributeType2; *((RuntimeObject **)(L_91)) = (RuntimeObject *)L_92; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_91), (RuntimeObject *)L_92); return (bool)1; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultContractResolver_GetClrTypeFullName_m2513818317_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___type0; bool L_1 = TypeExtensions_IsGenericTypeDefinition_m2160044791(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0010; } } { Type_t * L_2 = ___type0; bool L_3 = TypeExtensions_ContainsGenericParameters_m2408384511(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0017; } } IL_0010: { Type_t * L_4 = ___type0; NullCheck(L_4); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Type::get_FullName() */, L_4); return L_5; } IL_0017: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_6 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_7 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)2)); Type_t * L_8 = ___type0; NullCheck(L_8); String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(37 /* System.String System.Type::get_Namespace() */, L_8); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_9); (L_7)->SetAt(static_cast(0), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = L_7; Type_t * L_11 = ___type0; NullCheck(L_11); String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_11); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_12); (L_10)->SetAt(static_cast(1), (RuntimeObject *)L_12); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Format_m1881875187(NULL /*static, unused*/, L_6, _stringLiteral112877610, L_10, /*hidden argument*/NULL); return L_13; } } // System.Collections.Generic.IList`1 Newtonsoft.Json.Serialization.DefaultContractResolver::CreateProperties(System.Type,Newtonsoft.Json.MemberSerialization) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DefaultContractResolver_CreateProperties_m799726879 (DefaultContractResolver_t270250618 * __this, Type_t * ___type0, int32_t ___memberSerialization1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultContractResolver_CreateProperties_m799726879_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonPropertyCollection_t2691548039 * V_0 = NULL; Enumerator_t2446353064 V_1; memset(&V_1, 0, sizeof(V_1)); MemberInfo_t * V_2 = NULL; JsonProperty_t1405154176 * V_3 = NULL; DefaultContractResolverState_t3045992855 * V_4 = NULL; PropertyNameTable_t4130830590 * 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); List_1_t557109187 * G_B2_0 = NULL; List_1_t557109187 * G_B1_0 = NULL; Func_2_t1808639663 * G_B14_0 = NULL; JsonPropertyCollection_t2691548039 * G_B14_1 = NULL; Func_2_t1808639663 * G_B13_0 = NULL; JsonPropertyCollection_t2691548039 * G_B13_1 = NULL; { Type_t * L_0 = ___type0; List_1_t557109187 * L_1 = VirtFuncInvoker1< List_1_t557109187 *, Type_t * >::Invoke(6 /* System.Collections.Generic.List`1 Newtonsoft.Json.Serialization.DefaultContractResolver::GetSerializableMembers(System.Type) */, __this, L_0); List_1_t557109187 * L_2 = L_1; G_B1_0 = L_2; if (L_2) { G_B2_0 = L_2; goto IL_0015; } } { JsonSerializationException_t4152118729 * L_3 = (JsonSerializationException_t4152118729 *)il2cpp_codegen_object_new(JsonSerializationException_t4152118729_il2cpp_TypeInfo_var); JsonSerializationException__ctor_m3520895892(L_3, _stringLiteral424560399, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,DefaultContractResolver_CreateProperties_m799726879_RuntimeMethod_var); } IL_0015: { Type_t * L_4 = ___type0; JsonPropertyCollection_t2691548039 * L_5 = (JsonPropertyCollection_t2691548039 *)il2cpp_codegen_object_new(JsonPropertyCollection_t2691548039_il2cpp_TypeInfo_var); JsonPropertyCollection__ctor_m2705261233(L_5, L_4, /*hidden argument*/NULL); V_0 = L_5; NullCheck(G_B2_0); Enumerator_t2446353064 L_6 = List_1_GetEnumerator_m1052294188(G_B2_0, /*hidden argument*/List_1_GetEnumerator_m1052294188_RuntimeMethod_var); V_1 = L_6; } IL_0022: try { // begin try (depth: 1) { goto IL_0079; } IL_0024: { MemberInfo_t * L_7 = Enumerator_get_Current_m168666109((&V_1), /*hidden argument*/Enumerator_get_Current_m168666109_RuntimeMethod_var); V_2 = L_7; MemberInfo_t * L_8 = V_2; int32_t L_9 = ___memberSerialization1; JsonProperty_t1405154176 * L_10 = VirtFuncInvoker2< JsonProperty_t1405154176 *, MemberInfo_t *, int32_t >::Invoke(20 /* Newtonsoft.Json.Serialization.JsonProperty Newtonsoft.Json.Serialization.DefaultContractResolver::CreateProperty(System.Reflection.MemberInfo,Newtonsoft.Json.MemberSerialization) */, __this, L_8, L_9); V_3 = L_10; JsonProperty_t1405154176 * L_11 = V_3; if (!L_11) { goto IL_0079; } } IL_0038: { DefaultContractResolverState_t3045992855 * L_12 = DefaultContractResolver_GetState_m2274805795(__this, /*hidden argument*/NULL); V_4 = L_12; DefaultContractResolverState_t3045992855 * L_13 = V_4; NullCheck(L_13); PropertyNameTable_t4130830590 * L_14 = L_13->get_NameTable_1(); V_5 = L_14; PropertyNameTable_t4130830590 * L_15 = V_5; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); } IL_0050: try { // begin try (depth: 2) JsonProperty_t1405154176 * L_16 = V_3; DefaultContractResolverState_t3045992855 * L_17 = V_4; NullCheck(L_17); PropertyNameTable_t4130830590 * L_18 = L_17->get_NameTable_1(); JsonProperty_t1405154176 * L_19 = V_3; NullCheck(L_19); String_t* L_20 = JsonProperty_get_PropertyName_m2411132462(L_19, /*hidden argument*/NULL); NullCheck(L_18); String_t* L_21 = PropertyNameTable_Add_m2811283804(L_18, L_20, /*hidden argument*/NULL); NullCheck(L_16); JsonProperty_set_PropertyName_m4267380177(L_16, L_21, /*hidden argument*/NULL); IL2CPP_LEAVE(0x72, FINALLY_006a); } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_006a; } FINALLY_006a: { // begin finally (depth: 2) PropertyNameTable_t4130830590 * L_22 = V_5; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_22, /*hidden argument*/NULL); IL2CPP_END_FINALLY(106) } // end finally (depth: 2) IL2CPP_CLEANUP(106) { IL2CPP_JUMP_TBL(0x72, IL_0072) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0072: { JsonPropertyCollection_t2691548039 * L_23 = V_0; JsonProperty_t1405154176 * L_24 = V_3; NullCheck(L_23); JsonPropertyCollection_AddProperty_m934994411(L_23, L_24, /*hidden argument*/NULL); } IL_0079: { bool L_25 = Enumerator_MoveNext_m2008934334((&V_1), /*hidden argument*/Enumerator_MoveNext_m2008934334_RuntimeMethod_var); if (L_25) { goto IL_0024; } } IL_0082: { IL2CPP_LEAVE(0x92, FINALLY_0084); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0084; } FINALLY_0084: { // begin finally (depth: 1) Enumerator_Dispose_m2841537219((&V_1), /*hidden argument*/Enumerator_Dispose_m2841537219_RuntimeMethod_var); IL2CPP_END_FINALLY(132) } // end finally (depth: 1) IL2CPP_CLEANUP(132) { IL2CPP_JUMP_TBL(0x92, IL_0092) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0092: { JsonPropertyCollection_t2691548039 * L_26 = V_0; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2089815845_il2cpp_TypeInfo_var); Func_2_t1808639663 * L_27 = ((U3CU3Ec_t2089815845_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2089815845_il2cpp_TypeInfo_var))->get_U3CU3E9__60_0_6(); Func_2_t1808639663 * L_28 = L_27; G_B13_0 = L_28; G_B13_1 = L_26; if (L_28) { G_B14_0 = L_28; G_B14_1 = L_26; goto IL_00b2; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2089815845_il2cpp_TypeInfo_var); U3CU3Ec_t2089815845 * L_29 = ((U3CU3Ec_t2089815845_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2089815845_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); intptr_t L_30 = (intptr_t)U3CU3Ec_U3CCreatePropertiesU3Eb__60_0_m3629147218_RuntimeMethod_var; Func_2_t1808639663 * L_31 = (Func_2_t1808639663 *)il2cpp_codegen_object_new(Func_2_t1808639663_il2cpp_TypeInfo_var); Func_2__ctor_m3421340864(L_31, L_29, L_30, /*hidden argument*/Func_2__ctor_m3421340864_RuntimeMethod_var); Func_2_t1808639663 * L_32 = L_31; ((U3CU3Ec_t2089815845_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2089815845_il2cpp_TypeInfo_var))->set_U3CU3E9__60_0_6(L_32); G_B14_0 = L_32; G_B14_1 = G_B13_1; } IL_00b2: { RuntimeObject* L_33 = Enumerable_OrderBy_TisJsonProperty_t1405154176_TisInt32_t2950945753_m507963171(NULL /*static, unused*/, G_B14_1, G_B14_0, /*hidden argument*/Enumerable_OrderBy_TisJsonProperty_t1405154176_TisInt32_t2950945753_m507963171_RuntimeMethod_var); List_1_t2877228918 * L_34 = Enumerable_ToList_TisJsonProperty_t1405154176_m3621178888(NULL /*static, unused*/, L_33, /*hidden argument*/Enumerable_ToList_TisJsonProperty_t1405154176_m3621178888_RuntimeMethod_var); return L_34; } } // Newtonsoft.Json.Serialization.IValueProvider Newtonsoft.Json.Serialization.DefaultContractResolver::CreateMemberValueProvider(System.Reflection.MemberInfo) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DefaultContractResolver_CreateMemberValueProvider_m2556520987 (DefaultContractResolver_t270250618 * __this, MemberInfo_t * ___member0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultContractResolver_CreateMemberValueProvider_m2556520987_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MemberInfo_t * L_0 = ___member0; ReflectionValueProvider_t2127813129 * L_1 = (ReflectionValueProvider_t2127813129 *)il2cpp_codegen_object_new(ReflectionValueProvider_t2127813129_il2cpp_TypeInfo_var); ReflectionValueProvider__ctor_m4169408338(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // Newtonsoft.Json.Serialization.JsonProperty Newtonsoft.Json.Serialization.DefaultContractResolver::CreateProperty(System.Reflection.MemberInfo,Newtonsoft.Json.MemberSerialization) extern "C" IL2CPP_METHOD_ATTR JsonProperty_t1405154176 * DefaultContractResolver_CreateProperty_m3175998234 (DefaultContractResolver_t270250618 * __this, MemberInfo_t * ___member0, int32_t ___memberSerialization1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultContractResolver_CreateProperty_m3175998234_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonProperty_t1405154176 * V_0 = NULL; bool V_1 = false; { JsonProperty_t1405154176 * L_0 = (JsonProperty_t1405154176 *)il2cpp_codegen_object_new(JsonProperty_t1405154176_il2cpp_TypeInfo_var); JsonProperty__ctor_m3879542503(L_0, /*hidden argument*/NULL); V_0 = L_0; JsonProperty_t1405154176 * L_1 = V_0; MemberInfo_t * L_2 = ___member0; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); Type_t * L_3 = ReflectionUtils_GetMemberUnderlyingType_m841662456(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); JsonProperty_set_PropertyType_m125294330(L_1, L_3, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_4 = V_0; MemberInfo_t * L_5 = ___member0; NullCheck(L_5); Type_t * L_6 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_5); NullCheck(L_4); JsonProperty_set_DeclaringType_m681426171(L_4, L_6, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_7 = V_0; MemberInfo_t * L_8 = ___member0; RuntimeObject* L_9 = VirtFuncInvoker1< RuntimeObject*, MemberInfo_t * >::Invoke(19 /* Newtonsoft.Json.Serialization.IValueProvider Newtonsoft.Json.Serialization.DefaultContractResolver::CreateMemberValueProvider(System.Reflection.MemberInfo) */, __this, L_8); NullCheck(L_7); JsonProperty_set_ValueProvider_m2835443583(L_7, L_9, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_10 = V_0; MemberInfo_t * L_11 = ___member0; ReflectionAttributeProvider_t4190773725 * L_12 = (ReflectionAttributeProvider_t4190773725 *)il2cpp_codegen_object_new(ReflectionAttributeProvider_t4190773725_il2cpp_TypeInfo_var); ReflectionAttributeProvider__ctor_m860041243(L_12, L_11, /*hidden argument*/NULL); NullCheck(L_10); JsonProperty_set_AttributeProvider_m2701964843(L_10, L_12, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_13 = V_0; MemberInfo_t * L_14 = ___member0; MemberInfo_t * L_15 = ___member0; NullCheck(L_15); String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_15); MemberInfo_t * L_17 = ___member0; NullCheck(L_17); Type_t * L_18 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_17); int32_t L_19 = ___memberSerialization1; DefaultContractResolver_SetPropertySettingsFromAttributes_m502397598(__this, L_13, L_14, L_16, L_18, L_19, (&V_1), /*hidden argument*/NULL); int32_t L_20 = ___memberSerialization1; if ((((int32_t)L_20) == ((int32_t)2))) { goto IL_0074; } } { JsonProperty_t1405154176 * L_21 = V_0; MemberInfo_t * L_22 = ___member0; bool L_23 = V_1; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); bool L_24 = ReflectionUtils_CanReadMemberValue_m1473164796(NULL /*static, unused*/, L_22, L_23, /*hidden argument*/NULL); NullCheck(L_21); JsonProperty_set_Readable_m2877939162(L_21, L_24, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_25 = V_0; MemberInfo_t * L_26 = ___member0; bool L_27 = V_1; JsonProperty_t1405154176 * L_28 = V_0; NullCheck(L_28); bool L_29 = JsonProperty_get_HasMemberAttribute_m4191798847(L_28, /*hidden argument*/NULL); bool L_30 = ReflectionUtils_CanSetMemberValue_m1263216356(NULL /*static, unused*/, L_26, L_27, L_29, /*hidden argument*/NULL); NullCheck(L_25); JsonProperty_set_Writable_m1307056486(L_25, L_30, /*hidden argument*/NULL); goto IL_0082; } IL_0074: { JsonProperty_t1405154176 * L_31 = V_0; NullCheck(L_31); JsonProperty_set_Readable_m2877939162(L_31, (bool)1, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_32 = V_0; NullCheck(L_32); JsonProperty_set_Writable_m1307056486(L_32, (bool)1, /*hidden argument*/NULL); } IL_0082: { JsonProperty_t1405154176 * L_33 = V_0; MemberInfo_t * L_34 = ___member0; Predicate_1_t3905400288 * L_35 = DefaultContractResolver_CreateShouldSerializeTest_m2917110277(__this, L_34, /*hidden argument*/NULL); NullCheck(L_33); JsonProperty_set_ShouldSerialize_m1824897724(L_33, L_35, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_36 = V_0; MemberInfo_t * L_37 = ___member0; bool L_38 = V_1; DefaultContractResolver_SetIsSpecifiedActions_m3215449324(__this, L_36, L_37, L_38, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_39 = V_0; return L_39; } } // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver::SetPropertySettingsFromAttributes(Newtonsoft.Json.Serialization.JsonProperty,System.Object,System.String,System.Type,Newtonsoft.Json.MemberSerialization,System.Boolean&) extern "C" IL2CPP_METHOD_ATTR void DefaultContractResolver_SetPropertySettingsFromAttributes_m502397598 (DefaultContractResolver_t270250618 * __this, JsonProperty_t1405154176 * ___property0, RuntimeObject * ___attributeProvider1, String_t* ___name2, Type_t * ___declaringType3, int32_t ___memberSerialization4, bool* ___allowNonPublicAccess5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultContractResolver_SetPropertySettingsFromAttributes_m502397598_MetadataUsageId); s_Il2CppMethodInitialized = true; } MemberInfo_t * V_0 = NULL; DataMemberAttribute_t1339837472 * V_1 = NULL; JsonPropertyAttribute_t2223277056 * V_2 = NULL; String_t* V_3 = NULL; bool V_4 = false; bool V_5 = false; DefaultValueAttribute_t587583663 * V_6 = NULL; Nullable_1_t378540539 V_7; memset(&V_7, 0, sizeof(V_7)); Nullable_1_t668593436 V_8; memset(&V_8, 0, sizeof(V_8)); bool V_9 = false; Nullable_1_t829731231 V_10; memset(&V_10, 0, sizeof(V_10)); Nullable_1_t3051693050 V_11; memset(&V_11, 0, sizeof(V_11)); Nullable_1_t588389317 V_12; memset(&V_12, 0, sizeof(V_12)); Nullable_1_t1159582132 V_13; memset(&V_13, 0, sizeof(V_13)); Nullable_1_t1819850047 V_14; memset(&V_14, 0, sizeof(V_14)); JsonRequiredAttribute_t2327646188 * G_B7_0 = NULL; JsonRequiredAttribute_t2327646188 * G_B5_0 = NULL; JsonRequiredAttribute_t2327646188 * G_B6_0 = NULL; JsonRequiredAttribute_t2327646188 * G_B11_0 = NULL; JsonRequiredAttribute_t2327646188 * G_B10_0 = NULL; JsonRequiredAttribute_t2327646188 * G_B8_0 = NULL; JsonRequiredAttribute_t2327646188 * G_B9_0 = NULL; JsonRequiredAttribute_t2327646188 * G_B13_0 = NULL; JsonRequiredAttribute_t2327646188 * G_B12_0 = NULL; JsonRequiredAttribute_t2327646188 * G_B24_0 = NULL; JsonRequiredAttribute_t2327646188 * G_B14_0 = NULL; JsonProperty_t1405154176 * G_B16_0 = NULL; JsonRequiredAttribute_t2327646188 * G_B16_1 = NULL; JsonProperty_t1405154176 * G_B15_0 = NULL; JsonRequiredAttribute_t2327646188 * G_B15_1 = NULL; int32_t G_B17_0 = 0; JsonProperty_t1405154176 * G_B17_1 = NULL; JsonRequiredAttribute_t2327646188 * G_B17_2 = NULL; JsonProperty_t1405154176 * G_B19_0 = NULL; JsonRequiredAttribute_t2327646188 * G_B19_1 = NULL; JsonProperty_t1405154176 * G_B18_0 = NULL; JsonRequiredAttribute_t2327646188 * G_B18_1 = NULL; Nullable_1_t378540539 G_B20_0; memset(&G_B20_0, 0, sizeof(G_B20_0)); JsonProperty_t1405154176 * G_B20_1 = NULL; JsonRequiredAttribute_t2327646188 * G_B20_2 = NULL; JsonProperty_t1405154176 * G_B22_0 = NULL; JsonRequiredAttribute_t2327646188 * G_B22_1 = NULL; JsonProperty_t1405154176 * G_B21_0 = NULL; JsonRequiredAttribute_t2327646188 * G_B21_1 = NULL; Nullable_1_t668593436 G_B23_0; memset(&G_B23_0, 0, sizeof(G_B23_0)); JsonProperty_t1405154176 * G_B23_1 = NULL; JsonRequiredAttribute_t2327646188 * G_B23_2 = NULL; int32_t G_B30_0 = 0; JsonProperty_t1405154176 * G_B34_0 = NULL; JsonProperty_t1405154176 * G_B33_0 = NULL; int32_t G_B35_0 = 0; JsonProperty_t1405154176 * G_B35_1 = NULL; JsonProperty_t1405154176 * G_B40_0 = NULL; JsonProperty_t1405154176 * G_B39_0 = NULL; Nullable_1_t829731231 G_B41_0; memset(&G_B41_0, 0, sizeof(G_B41_0)); JsonProperty_t1405154176 * G_B41_1 = NULL; JsonProperty_t1405154176 * G_B43_0 = NULL; JsonProperty_t1405154176 * G_B42_0 = NULL; Nullable_1_t3051693050 G_B44_0; memset(&G_B44_0, 0, sizeof(G_B44_0)); JsonProperty_t1405154176 * G_B44_1 = NULL; JsonProperty_t1405154176 * G_B46_0 = NULL; JsonProperty_t1405154176 * G_B45_0 = NULL; Nullable_1_t588389317 G_B47_0; memset(&G_B47_0, 0, sizeof(G_B47_0)); JsonProperty_t1405154176 * G_B47_1 = NULL; JsonProperty_t1405154176 * G_B49_0 = NULL; JsonProperty_t1405154176 * G_B48_0 = NULL; Nullable_1_t1159582132 G_B50_0; memset(&G_B50_0, 0, sizeof(G_B50_0)); JsonProperty_t1405154176 * G_B50_1 = NULL; JsonProperty_t1405154176 * G_B52_0 = NULL; JsonProperty_t1405154176 * G_B51_0 = NULL; Nullable_1_t1819850047 G_B53_0; memset(&G_B53_0, 0, sizeof(G_B53_0)); JsonProperty_t1405154176 * G_B53_1 = NULL; JsonProperty_t1405154176 * G_B55_0 = NULL; JsonProperty_t1405154176 * G_B54_0 = NULL; Nullable_1_t1819850047 G_B56_0; memset(&G_B56_0, 0, sizeof(G_B56_0)); JsonProperty_t1405154176 * G_B56_1 = NULL; JsonProperty_t1405154176 * G_B58_0 = NULL; JsonProperty_t1405154176 * G_B57_0 = NULL; JsonProperty_t1405154176 * G_B59_0 = NULL; JsonConverter_t1047106545 * G_B60_0 = NULL; JsonProperty_t1405154176 * G_B60_1 = NULL; JsonProperty_t1405154176 * G_B62_0 = NULL; JsonProperty_t1405154176 * G_B61_0 = NULL; Nullable_1_t3051693050 G_B63_0; memset(&G_B63_0, 0, sizeof(G_B63_0)); JsonProperty_t1405154176 * G_B63_1 = NULL; JsonProperty_t1405154176 * G_B65_0 = NULL; JsonProperty_t1405154176 * G_B64_0 = NULL; Nullable_1_t1159582132 G_B66_0; memset(&G_B66_0, 0, sizeof(G_B66_0)); JsonProperty_t1405154176 * G_B66_1 = NULL; { Type_t * L_0 = ___declaringType3; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); DataContractAttribute_t412496005 * L_1 = JsonTypeReflector_GetDataContractAttribute_m2907827950(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); RuntimeObject * L_2 = ___attributeProvider1; V_0 = ((MemberInfo_t *)IsInstClass((RuntimeObject*)L_2, MemberInfo_t_il2cpp_TypeInfo_var)); if (!L_1) { goto IL_001c; } } { MemberInfo_t * L_3 = V_0; if (!L_3) { goto IL_001c; } } { MemberInfo_t * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); DataMemberAttribute_t1339837472 * L_5 = JsonTypeReflector_GetDataMemberAttribute_m3946269853(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); V_1 = L_5; goto IL_001e; } IL_001c: { V_1 = (DataMemberAttribute_t1339837472 *)NULL; } IL_001e: { RuntimeObject * L_6 = ___attributeProvider1; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); JsonPropertyAttribute_t2223277056 * L_7 = JsonTypeReflector_GetAttribute_TisJsonPropertyAttribute_t2223277056_m3901771140(NULL /*static, unused*/, L_6, /*hidden argument*/JsonTypeReflector_GetAttribute_TisJsonPropertyAttribute_t2223277056_m3901771140_RuntimeMethod_var); V_2 = L_7; RuntimeObject * L_8 = ___attributeProvider1; JsonRequiredAttribute_t2327646188 * L_9 = JsonTypeReflector_GetAttribute_TisJsonRequiredAttribute_t2327646188_m3278401384(NULL /*static, unused*/, L_8, /*hidden argument*/JsonTypeReflector_GetAttribute_TisJsonRequiredAttribute_t2327646188_m3278401384_RuntimeMethod_var); JsonPropertyAttribute_t2223277056 * L_10 = V_2; G_B5_0 = L_9; if (!L_10) { G_B7_0 = L_9; goto IL_003f; } } { JsonPropertyAttribute_t2223277056 * L_11 = V_2; NullCheck(L_11); String_t* L_12 = JsonPropertyAttribute_get_PropertyName_m3777306309(L_11, /*hidden argument*/NULL); G_B6_0 = G_B5_0; if (!L_12) { G_B7_0 = G_B5_0; goto IL_003f; } } { JsonPropertyAttribute_t2223277056 * L_13 = V_2; NullCheck(L_13); String_t* L_14 = JsonPropertyAttribute_get_PropertyName_m3777306309(L_13, /*hidden argument*/NULL); V_3 = L_14; G_B11_0 = G_B6_0; goto IL_0055; } IL_003f: { DataMemberAttribute_t1339837472 * L_15 = V_1; G_B8_0 = G_B7_0; if (!L_15) { G_B10_0 = G_B7_0; goto IL_0053; } } { DataMemberAttribute_t1339837472 * L_16 = V_1; NullCheck(L_16); String_t* L_17 = DataMemberAttribute_get_Name_m4184456524(L_16, /*hidden argument*/NULL); G_B9_0 = G_B8_0; if (!L_17) { G_B10_0 = G_B8_0; goto IL_0053; } } { DataMemberAttribute_t1339837472 * L_18 = V_1; NullCheck(L_18); String_t* L_19 = DataMemberAttribute_get_Name_m4184456524(L_18, /*hidden argument*/NULL); V_3 = L_19; G_B11_0 = G_B9_0; goto IL_0055; } IL_0053: { String_t* L_20 = ___name2; V_3 = L_20; G_B11_0 = G_B10_0; } IL_0055: { JsonProperty_t1405154176 * L_21 = ___property0; String_t* L_22 = V_3; String_t* L_23 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(21 /* System.String Newtonsoft.Json.Serialization.DefaultContractResolver::ResolvePropertyName(System.String) */, __this, L_22); NullCheck(L_21); JsonProperty_set_PropertyName_m4267380177(L_21, L_23, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_24 = ___property0; String_t* L_25 = ___name2; NullCheck(L_24); JsonProperty_set_UnderlyingName_m280042001(L_24, L_25, /*hidden argument*/NULL); V_4 = (bool)0; JsonPropertyAttribute_t2223277056 * L_26 = V_2; G_B12_0 = G_B11_0; if (!L_26) { G_B13_0 = G_B11_0; goto IL_0098; } } { JsonProperty_t1405154176 * L_27 = ___property0; JsonPropertyAttribute_t2223277056 * L_28 = V_2; NullCheck(L_28); Nullable_1_t3313944452 L_29 = L_28->get__required_7(); NullCheck(L_27); L_27->set__required_0(L_29); JsonProperty_t1405154176 * L_30 = ___property0; JsonPropertyAttribute_t2223277056 * L_31 = V_2; NullCheck(L_31); Nullable_1_t378540539 L_32 = L_31->get__order_6(); NullCheck(L_30); JsonProperty_set_Order_m1831555057(L_30, L_32, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_33 = ___property0; JsonPropertyAttribute_t2223277056 * L_34 = V_2; NullCheck(L_34); Nullable_1_t668593436 L_35 = L_34->get__defaultValueHandling_1(); NullCheck(L_33); JsonProperty_set_DefaultValueHandling_m3694206656(L_33, L_35, /*hidden argument*/NULL); V_4 = (bool)1; G_B24_0 = G_B12_0; goto IL_00fb; } IL_0098: { DataMemberAttribute_t1339837472 * L_36 = V_1; G_B14_0 = G_B13_0; if (!L_36) { G_B24_0 = G_B13_0; goto IL_00fb; } } { JsonProperty_t1405154176 * L_37 = ___property0; DataMemberAttribute_t1339837472 * L_38 = V_1; NullCheck(L_38); bool L_39 = DataMemberAttribute_get_IsRequired_m4045505283(L_38, /*hidden argument*/NULL); G_B15_0 = L_37; G_B15_1 = G_B14_0; if (L_39) { G_B16_0 = L_37; G_B16_1 = G_B14_0; goto IL_00a7; } } { G_B17_0 = 0; G_B17_1 = G_B15_0; G_B17_2 = G_B15_1; goto IL_00a8; } IL_00a7: { G_B17_0 = 1; G_B17_1 = G_B16_0; G_B17_2 = G_B16_1; } IL_00a8: { Nullable_1_t3313944452 L_40; memset(&L_40, 0, sizeof(L_40)); Nullable_1__ctor_m1040762645((&L_40), G_B17_0, /*hidden argument*/Nullable_1__ctor_m1040762645_RuntimeMethod_var); NullCheck(G_B17_1); G_B17_1->set__required_0(L_40); JsonProperty_t1405154176 * L_41 = ___property0; DataMemberAttribute_t1339837472 * L_42 = V_1; NullCheck(L_42); int32_t L_43 = DataMemberAttribute_get_Order_m3753346419(L_42, /*hidden argument*/NULL); G_B18_0 = L_41; G_B18_1 = G_B17_2; if ((!(((uint32_t)L_43) == ((uint32_t)(-1))))) { G_B19_0 = L_41; G_B19_1 = G_B17_2; goto IL_00c8; } } { il2cpp_codegen_initobj((&V_7), sizeof(Nullable_1_t378540539 )); Nullable_1_t378540539 L_44 = V_7; G_B20_0 = L_44; G_B20_1 = G_B18_0; G_B20_2 = G_B18_1; goto IL_00d3; } IL_00c8: { DataMemberAttribute_t1339837472 * L_45 = V_1; NullCheck(L_45); int32_t L_46 = DataMemberAttribute_get_Order_m3753346419(L_45, /*hidden argument*/NULL); Nullable_1_t378540539 L_47; memset(&L_47, 0, sizeof(L_47)); Nullable_1__ctor_m2076366551((&L_47), L_46, /*hidden argument*/Nullable_1__ctor_m2076366551_RuntimeMethod_var); G_B20_0 = L_47; G_B20_1 = G_B19_0; G_B20_2 = G_B19_1; } IL_00d3: { NullCheck(G_B20_1); JsonProperty_set_Order_m1831555057(G_B20_1, G_B20_0, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_48 = ___property0; DataMemberAttribute_t1339837472 * L_49 = V_1; NullCheck(L_49); bool L_50 = DataMemberAttribute_get_EmitDefaultValue_m3473790697(L_49, /*hidden argument*/NULL); G_B21_0 = L_48; G_B21_1 = G_B20_2; if (!L_50) { G_B22_0 = L_48; G_B22_1 = G_B20_2; goto IL_00ed; } } { il2cpp_codegen_initobj((&V_8), sizeof(Nullable_1_t668593436 )); Nullable_1_t668593436 L_51 = V_8; G_B23_0 = L_51; G_B23_1 = G_B21_0; G_B23_2 = G_B21_1; goto IL_00f3; } IL_00ed: { Nullable_1_t668593436 L_52; memset(&L_52, 0, sizeof(L_52)); Nullable_1__ctor_m2505653846((&L_52), 1, /*hidden argument*/Nullable_1__ctor_m2505653846_RuntimeMethod_var); G_B23_0 = L_52; G_B23_1 = G_B22_0; G_B23_2 = G_B22_1; } IL_00f3: { NullCheck(G_B23_1); JsonProperty_set_DefaultValueHandling_m3694206656(G_B23_1, G_B23_0, /*hidden argument*/NULL); V_4 = (bool)1; G_B24_0 = G_B23_2; } IL_00fb: { if (!G_B24_0) { goto IL_010c; } } { JsonProperty_t1405154176 * L_53 = ___property0; Nullable_1_t3313944452 L_54; memset(&L_54, 0, sizeof(L_54)); Nullable_1__ctor_m1040762645((&L_54), 2, /*hidden argument*/Nullable_1__ctor_m1040762645_RuntimeMethod_var); NullCheck(L_53); L_53->set__required_0(L_54); V_4 = (bool)1; } IL_010c: { JsonProperty_t1405154176 * L_55 = ___property0; bool L_56 = V_4; NullCheck(L_55); JsonProperty_set_HasMemberAttribute_m1405605403(L_55, L_56, /*hidden argument*/NULL); RuntimeObject * L_57 = ___attributeProvider1; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); JsonIgnoreAttribute_t836745302 * L_58 = JsonTypeReflector_GetAttribute_TisJsonIgnoreAttribute_t836745302_m2572512085(NULL /*static, unused*/, L_57, /*hidden argument*/JsonTypeReflector_GetAttribute_TisJsonIgnoreAttribute_t836745302_m2572512085_RuntimeMethod_var); if (L_58) { goto IL_012f; } } { RuntimeObject * L_59 = ___attributeProvider1; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); JsonExtensionDataAttribute_t1775849281 * L_60 = JsonTypeReflector_GetAttribute_TisJsonExtensionDataAttribute_t1775849281_m2974701822(NULL /*static, unused*/, L_59, /*hidden argument*/JsonTypeReflector_GetAttribute_TisJsonExtensionDataAttribute_t1775849281_m2974701822_RuntimeMethod_var); if (L_60) { goto IL_012f; } } { RuntimeObject * L_61 = ___attributeProvider1; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); NonSerializedAttribute_t2945079482 * L_62 = JsonTypeReflector_GetAttribute_TisNonSerializedAttribute_t2945079482_m682929421(NULL /*static, unused*/, L_61, /*hidden argument*/JsonTypeReflector_GetAttribute_TisNonSerializedAttribute_t2945079482_m682929421_RuntimeMethod_var); G_B30_0 = ((!(((RuntimeObject*)(NonSerializedAttribute_t2945079482 *)L_62) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); goto IL_0130; } IL_012f: { G_B30_0 = 1; } IL_0130: { V_5 = (bool)G_B30_0; int32_t L_63 = ___memberSerialization4; if ((((int32_t)L_63) == ((int32_t)1))) { goto IL_0147; } } { V_9 = (bool)0; JsonProperty_t1405154176 * L_64 = ___property0; bool L_65 = V_5; bool L_66 = V_9; NullCheck(L_64); JsonProperty_set_Ignored_m4160716372(L_64, (bool)((int32_t)((int32_t)L_65|(int32_t)L_66)), /*hidden argument*/NULL); goto IL_0159; } IL_0147: { JsonProperty_t1405154176 * L_67 = ___property0; bool L_68 = V_5; G_B33_0 = L_67; if (L_68) { G_B34_0 = L_67; goto IL_0153; } } { bool L_69 = V_4; G_B35_0 = ((((int32_t)L_69) == ((int32_t)0))? 1 : 0); G_B35_1 = G_B33_0; goto IL_0154; } IL_0153: { G_B35_0 = 1; G_B35_1 = G_B34_0; } IL_0154: { NullCheck(G_B35_1); JsonProperty_set_Ignored_m4160716372(G_B35_1, (bool)G_B35_0, /*hidden argument*/NULL); } IL_0159: { JsonProperty_t1405154176 * L_70 = ___property0; RuntimeObject * L_71 = ___attributeProvider1; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); JsonConverter_t1047106545 * L_72 = JsonTypeReflector_GetJsonConverter_m479558405(NULL /*static, unused*/, L_71, /*hidden argument*/NULL); NullCheck(L_70); JsonProperty_set_Converter_m2543823272(L_70, L_72, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_73 = ___property0; RuntimeObject * L_74 = ___attributeProvider1; JsonConverter_t1047106545 * L_75 = JsonTypeReflector_GetJsonConverter_m479558405(NULL /*static, unused*/, L_74, /*hidden argument*/NULL); NullCheck(L_73); JsonProperty_set_MemberConverter_m1681364413(L_73, L_75, /*hidden argument*/NULL); RuntimeObject * L_76 = ___attributeProvider1; DefaultValueAttribute_t587583663 * L_77 = JsonTypeReflector_GetAttribute_TisDefaultValueAttribute_t587583663_m2303635855(NULL /*static, unused*/, L_76, /*hidden argument*/JsonTypeReflector_GetAttribute_TisDefaultValueAttribute_t587583663_m2303635855_RuntimeMethod_var); V_6 = L_77; DefaultValueAttribute_t587583663 * L_78 = V_6; if (!L_78) { goto IL_018a; } } { JsonProperty_t1405154176 * L_79 = ___property0; DefaultValueAttribute_t587583663 * L_80 = V_6; NullCheck(L_80); RuntimeObject * L_81 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object System.ComponentModel.DefaultValueAttribute::get_Value() */, L_80); NullCheck(L_79); JsonProperty_set_DefaultValue_m1766389510(L_79, L_81, /*hidden argument*/NULL); } IL_018a: { JsonProperty_t1405154176 * L_82 = ___property0; JsonPropertyAttribute_t2223277056 * L_83 = V_2; G_B39_0 = L_82; if (L_83) { G_B40_0 = L_82; goto IL_019a; } } { il2cpp_codegen_initobj((&V_10), sizeof(Nullable_1_t829731231 )); Nullable_1_t829731231 L_84 = V_10; G_B41_0 = L_84; G_B41_1 = G_B39_0; goto IL_01a0; } IL_019a: { JsonPropertyAttribute_t2223277056 * L_85 = V_2; NullCheck(L_85); Nullable_1_t829731231 L_86 = L_85->get__nullValueHandling_0(); G_B41_0 = L_86; G_B41_1 = G_B40_0; } IL_01a0: { NullCheck(G_B41_1); JsonProperty_set_NullValueHandling_m3614715919(G_B41_1, G_B41_0, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_87 = ___property0; JsonPropertyAttribute_t2223277056 * L_88 = V_2; G_B42_0 = L_87; if (L_88) { G_B43_0 = L_87; goto IL_01b5; } } { il2cpp_codegen_initobj((&V_11), sizeof(Nullable_1_t3051693050 )); Nullable_1_t3051693050 L_89 = V_11; G_B44_0 = L_89; G_B44_1 = G_B42_0; goto IL_01bb; } IL_01b5: { JsonPropertyAttribute_t2223277056 * L_90 = V_2; NullCheck(L_90); Nullable_1_t3051693050 L_91 = L_90->get__referenceLoopHandling_2(); G_B44_0 = L_91; G_B44_1 = G_B43_0; } IL_01bb: { NullCheck(G_B44_1); JsonProperty_set_ReferenceLoopHandling_m86700665(G_B44_1, G_B44_0, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_92 = ___property0; JsonPropertyAttribute_t2223277056 * L_93 = V_2; G_B45_0 = L_92; if (L_93) { G_B46_0 = L_92; goto IL_01d0; } } { il2cpp_codegen_initobj((&V_12), sizeof(Nullable_1_t588389317 )); Nullable_1_t588389317 L_94 = V_12; G_B47_0 = L_94; G_B47_1 = G_B45_0; goto IL_01d6; } IL_01d0: { JsonPropertyAttribute_t2223277056 * L_95 = V_2; NullCheck(L_95); Nullable_1_t588389317 L_96 = L_95->get__objectCreationHandling_3(); G_B47_0 = L_96; G_B47_1 = G_B46_0; } IL_01d6: { NullCheck(G_B47_1); JsonProperty_set_ObjectCreationHandling_m1707584163(G_B47_1, G_B47_0, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_97 = ___property0; JsonPropertyAttribute_t2223277056 * L_98 = V_2; G_B48_0 = L_97; if (L_98) { G_B49_0 = L_97; goto IL_01eb; } } { il2cpp_codegen_initobj((&V_13), sizeof(Nullable_1_t1159582132 )); Nullable_1_t1159582132 L_99 = V_13; G_B50_0 = L_99; G_B50_1 = G_B48_0; goto IL_01f1; } IL_01eb: { JsonPropertyAttribute_t2223277056 * L_100 = V_2; NullCheck(L_100); Nullable_1_t1159582132 L_101 = L_100->get__typeNameHandling_4(); G_B50_0 = L_101; G_B50_1 = G_B49_0; } IL_01f1: { NullCheck(G_B50_1); JsonProperty_set_TypeNameHandling_m4092066508(G_B50_1, G_B50_0, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_102 = ___property0; JsonPropertyAttribute_t2223277056 * L_103 = V_2; G_B51_0 = L_102; if (L_103) { G_B52_0 = L_102; goto IL_0206; } } { il2cpp_codegen_initobj((&V_14), sizeof(Nullable_1_t1819850047 )); Nullable_1_t1819850047 L_104 = V_14; G_B53_0 = L_104; G_B53_1 = G_B51_0; goto IL_020c; } IL_0206: { JsonPropertyAttribute_t2223277056 * L_105 = V_2; NullCheck(L_105); Nullable_1_t1819850047 L_106 = L_105->get__isReference_5(); G_B53_0 = L_106; G_B53_1 = G_B52_0; } IL_020c: { NullCheck(G_B53_1); JsonProperty_set_IsReference_m1380399653(G_B53_1, G_B53_0, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_107 = ___property0; JsonPropertyAttribute_t2223277056 * L_108 = V_2; G_B54_0 = L_107; if (L_108) { G_B55_0 = L_107; goto IL_0221; } } { il2cpp_codegen_initobj((&V_14), sizeof(Nullable_1_t1819850047 )); Nullable_1_t1819850047 L_109 = V_14; G_B56_0 = L_109; G_B56_1 = G_B54_0; goto IL_0227; } IL_0221: { JsonPropertyAttribute_t2223277056 * L_110 = V_2; NullCheck(L_110); Nullable_1_t1819850047 L_111 = L_110->get__itemIsReference_8(); G_B56_0 = L_111; G_B56_1 = G_B55_0; } IL_0227: { NullCheck(G_B56_1); JsonProperty_set_ItemIsReference_m3624025839(G_B56_1, G_B56_0, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_112 = ___property0; JsonPropertyAttribute_t2223277056 * L_113 = V_2; G_B57_0 = L_112; if (!L_113) { G_B58_0 = L_112; goto IL_0238; } } { JsonPropertyAttribute_t2223277056 * L_114 = V_2; NullCheck(L_114); Type_t * L_115 = JsonPropertyAttribute_get_ItemConverterType_m2358059448(L_114, /*hidden argument*/NULL); G_B58_0 = G_B57_0; if (L_115) { G_B59_0 = G_B57_0; goto IL_023b; } } IL_0238: { G_B60_0 = ((JsonConverter_t1047106545 *)(NULL)); G_B60_1 = G_B58_0; goto IL_024c; } IL_023b: { JsonPropertyAttribute_t2223277056 * L_116 = V_2; NullCheck(L_116); Type_t * L_117 = JsonPropertyAttribute_get_ItemConverterType_m2358059448(L_116, /*hidden argument*/NULL); JsonPropertyAttribute_t2223277056 * L_118 = V_2; NullCheck(L_118); ObjectU5BU5D_t2843939325* L_119 = JsonPropertyAttribute_get_ItemConverterParameters_m4023038973(L_118, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); JsonConverter_t1047106545 * L_120 = JsonTypeReflector_CreateJsonConverterInstance_m3792846650(NULL /*static, unused*/, L_117, L_119, /*hidden argument*/NULL); G_B60_0 = L_120; G_B60_1 = G_B59_0; } IL_024c: { NullCheck(G_B60_1); JsonProperty_set_ItemConverter_m3111406684(G_B60_1, G_B60_0, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_121 = ___property0; JsonPropertyAttribute_t2223277056 * L_122 = V_2; G_B61_0 = L_121; if (L_122) { G_B62_0 = L_121; goto IL_0261; } } { il2cpp_codegen_initobj((&V_11), sizeof(Nullable_1_t3051693050 )); Nullable_1_t3051693050 L_123 = V_11; G_B63_0 = L_123; G_B63_1 = G_B61_0; goto IL_0267; } IL_0261: { JsonPropertyAttribute_t2223277056 * L_124 = V_2; NullCheck(L_124); Nullable_1_t3051693050 L_125 = L_124->get__itemReferenceLoopHandling_9(); G_B63_0 = L_125; G_B63_1 = G_B62_0; } IL_0267: { NullCheck(G_B63_1); JsonProperty_set_ItemReferenceLoopHandling_m143864121(G_B63_1, G_B63_0, /*hidden argument*/NULL); JsonProperty_t1405154176 * L_126 = ___property0; JsonPropertyAttribute_t2223277056 * L_127 = V_2; G_B64_0 = L_126; if (L_127) { G_B65_0 = L_126; goto IL_027c; } } { il2cpp_codegen_initobj((&V_13), sizeof(Nullable_1_t1159582132 )); Nullable_1_t1159582132 L_128 = V_13; G_B66_0 = L_128; G_B66_1 = G_B64_0; goto IL_0282; } IL_027c: { JsonPropertyAttribute_t2223277056 * L_129 = V_2; NullCheck(L_129); Nullable_1_t1159582132 L_130 = L_129->get__itemTypeNameHandling_10(); G_B66_0 = L_130; G_B66_1 = G_B65_0; } IL_0282: { NullCheck(G_B66_1); JsonProperty_set_ItemTypeNameHandling_m527217027(G_B66_1, G_B66_0, /*hidden argument*/NULL); bool* L_131 = ___allowNonPublicAccess5; *((int8_t*)(L_131)) = (int8_t)0; int32_t L_132 = DefaultContractResolver_get_DefaultMembersSearchFlags_m825149751(__this, /*hidden argument*/NULL); if ((!(((uint32_t)((int32_t)((int32_t)L_132&(int32_t)((int32_t)32)))) == ((uint32_t)((int32_t)32))))) { goto IL_029c; } } { bool* L_133 = ___allowNonPublicAccess5; *((int8_t*)(L_133)) = (int8_t)1; } IL_029c: { bool L_134 = V_4; if (!L_134) { goto IL_02a4; } } { bool* L_135 = ___allowNonPublicAccess5; *((int8_t*)(L_135)) = (int8_t)1; } IL_02a4: { int32_t L_136 = ___memberSerialization4; if ((!(((uint32_t)L_136) == ((uint32_t)2)))) { goto IL_02ad; } } { bool* L_137 = ___allowNonPublicAccess5; *((int8_t*)(L_137)) = (int8_t)1; } IL_02ad: { return; } } // System.Predicate`1 Newtonsoft.Json.Serialization.DefaultContractResolver::CreateShouldSerializeTest(System.Reflection.MemberInfo) extern "C" IL2CPP_METHOD_ATTR Predicate_1_t3905400288 * DefaultContractResolver_CreateShouldSerializeTest_m2917110277 (DefaultContractResolver_t270250618 * __this, MemberInfo_t * ___member0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultContractResolver_CreateShouldSerializeTest_m2917110277_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass64_0_t1907775469 * V_0 = NULL; MethodInfo_t * V_1 = NULL; { U3CU3Ec__DisplayClass64_0_t1907775469 * L_0 = (U3CU3Ec__DisplayClass64_0_t1907775469 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass64_0_t1907775469_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass64_0__ctor_m243865189(L_0, /*hidden argument*/NULL); V_0 = L_0; MemberInfo_t * L_1 = ___member0; NullCheck(L_1); Type_t * L_2 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_1); MemberInfo_t * L_3 = ___member0; NullCheck(L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_3); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral427203072, L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); TypeU5BU5D_t3940880105* L_6 = ((ReflectionUtils_t2669115404_StaticFields*)il2cpp_codegen_static_fields_for(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var))->get_EmptyTypes_0(); NullCheck(L_2); MethodInfo_t * L_7 = Type_GetMethod_m1479779718(L_2, L_5, L_6, /*hidden argument*/NULL); V_1 = L_7; MethodInfo_t * L_8 = V_1; if (!L_8) { goto IL_003c; } } { MethodInfo_t * L_9 = V_1; NullCheck(L_9); Type_t * L_10 = VirtFuncInvoker0< Type_t * >::Invoke(34 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_9); RuntimeTypeHandle_t3027515415 L_11 = { reinterpret_cast (Boolean_t97287965_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); if ((((RuntimeObject*)(Type_t *)L_10) == ((RuntimeObject*)(Type_t *)L_12))) { goto IL_003e; } } IL_003c: { return (Predicate_1_t3905400288 *)NULL; } IL_003e: { U3CU3Ec__DisplayClass64_0_t1907775469 * L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); ReflectionDelegateFactory_t2528576452 * L_14 = JsonTypeReflector_get_ReflectionDelegateFactory_m2937328847(NULL /*static, unused*/, /*hidden argument*/NULL); MethodInfo_t * L_15 = V_1; NullCheck(L_14); MethodCall_2_t2845904993 * L_16 = GenericVirtFuncInvoker1< MethodCall_2_t2845904993 *, MethodBase_t * >::Invoke(ReflectionDelegateFactory_CreateMethodCall_TisRuntimeObject_m2397225021_RuntimeMethod_var, L_14, L_15); NullCheck(L_13); L_13->set_shouldSerializeCall_0(L_16); U3CU3Ec__DisplayClass64_0_t1907775469 * L_17 = V_0; intptr_t L_18 = (intptr_t)U3CU3Ec__DisplayClass64_0_U3CCreateShouldSerializeTestU3Eb__0_m3729960672_RuntimeMethod_var; Predicate_1_t3905400288 * L_19 = (Predicate_1_t3905400288 *)il2cpp_codegen_object_new(Predicate_1_t3905400288_il2cpp_TypeInfo_var); Predicate_1__ctor_m327447107(L_19, L_17, L_18, /*hidden argument*/Predicate_1__ctor_m327447107_RuntimeMethod_var); return L_19; } } // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver::SetIsSpecifiedActions(Newtonsoft.Json.Serialization.JsonProperty,System.Reflection.MemberInfo,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DefaultContractResolver_SetIsSpecifiedActions_m3215449324 (DefaultContractResolver_t270250618 * __this, JsonProperty_t1405154176 * ___property0, MemberInfo_t * ___member1, bool ___allowNonPublicAccess2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultContractResolver_SetIsSpecifiedActions_m3215449324_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass65_0_t1907775468 * V_0 = NULL; MemberInfo_t * V_1 = NULL; { U3CU3Ec__DisplayClass65_0_t1907775468 * L_0 = (U3CU3Ec__DisplayClass65_0_t1907775468 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass65_0_t1907775468_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass65_0__ctor_m243868388(L_0, /*hidden argument*/NULL); V_0 = L_0; MemberInfo_t * L_1 = ___member1; NullCheck(L_1); Type_t * L_2 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_1); MemberInfo_t * L_3 = ___member1; NullCheck(L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_3); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Concat_m3937257545(NULL /*static, unused*/, L_4, _stringLiteral1085139274, /*hidden argument*/NULL); NullCheck(L_2); PropertyInfo_t * L_6 = Type_GetProperty_m3414567179(L_2, L_5, /*hidden argument*/NULL); V_1 = L_6; MemberInfo_t * L_7 = V_1; if (L_7) { goto IL_0041; } } { MemberInfo_t * L_8 = ___member1; NullCheck(L_8); Type_t * L_9 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_8); MemberInfo_t * L_10 = ___member1; NullCheck(L_10); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_10); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Concat_m3937257545(NULL /*static, unused*/, L_11, _stringLiteral1085139274, /*hidden argument*/NULL); NullCheck(L_9); FieldInfo_t * L_13 = Type_GetField_m2961003358(L_9, L_12, /*hidden argument*/NULL); V_1 = L_13; } IL_0041: { MemberInfo_t * L_14 = V_1; if (!L_14) { goto IL_0056; } } { MemberInfo_t * L_15 = V_1; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); Type_t * L_16 = ReflectionUtils_GetMemberUnderlyingType_m841662456(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_17 = { reinterpret_cast (Boolean_t97287965_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); if ((((RuntimeObject*)(Type_t *)L_16) == ((RuntimeObject*)(Type_t *)L_18))) { goto IL_0057; } } IL_0056: { return; } IL_0057: { U3CU3Ec__DisplayClass65_0_t1907775468 * L_19 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); ReflectionDelegateFactory_t2528576452 * L_20 = JsonTypeReflector_get_ReflectionDelegateFactory_m2937328847(NULL /*static, unused*/, /*hidden argument*/NULL); MemberInfo_t * L_21 = V_1; NullCheck(L_20); Func_2_t2447130374 * L_22 = ReflectionDelegateFactory_CreateGet_TisRuntimeObject_m2506523516(L_20, L_21, /*hidden argument*/ReflectionDelegateFactory_CreateGet_TisRuntimeObject_m2506523516_RuntimeMethod_var); NullCheck(L_19); L_19->set_specifiedPropertyGet_0(L_22); JsonProperty_t1405154176 * L_23 = ___property0; U3CU3Ec__DisplayClass65_0_t1907775468 * L_24 = V_0; intptr_t L_25 = (intptr_t)U3CU3Ec__DisplayClass65_0_U3CSetIsSpecifiedActionsU3Eb__0_m3268405728_RuntimeMethod_var; Predicate_1_t3905400288 * L_26 = (Predicate_1_t3905400288 *)il2cpp_codegen_object_new(Predicate_1_t3905400288_il2cpp_TypeInfo_var); Predicate_1__ctor_m327447107(L_26, L_24, L_25, /*hidden argument*/Predicate_1__ctor_m327447107_RuntimeMethod_var); NullCheck(L_23); JsonProperty_set_GetIsSpecified_m2268877269(L_23, L_26, /*hidden argument*/NULL); MemberInfo_t * L_27 = V_1; bool L_28 = ___allowNonPublicAccess2; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); bool L_29 = ReflectionUtils_CanSetMemberValue_m1263216356(NULL /*static, unused*/, L_27, L_28, (bool)0, /*hidden argument*/NULL); if (!L_29) { goto IL_0095; } } { JsonProperty_t1405154176 * L_30 = ___property0; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t526591219_il2cpp_TypeInfo_var); ReflectionDelegateFactory_t2528576452 * L_31 = JsonTypeReflector_get_ReflectionDelegateFactory_m2937328847(NULL /*static, unused*/, /*hidden argument*/NULL); MemberInfo_t * L_32 = V_1; NullCheck(L_31); Action_2_t2470008838 * L_33 = ReflectionDelegateFactory_CreateSet_TisRuntimeObject_m2440090338(L_31, L_32, /*hidden argument*/ReflectionDelegateFactory_CreateSet_TisRuntimeObject_m2440090338_RuntimeMethod_var); NullCheck(L_30); JsonProperty_set_SetIsSpecified_m435865900(L_30, L_33, /*hidden argument*/NULL); } IL_0095: { return; } } // System.String Newtonsoft.Json.Serialization.DefaultContractResolver::ResolvePropertyName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* DefaultContractResolver_ResolvePropertyName_m1108328774 (DefaultContractResolver_t270250618 * __this, String_t* ___propertyName0, const RuntimeMethod* method) { { String_t* L_0 = ___propertyName0; return L_0; } } // System.String Newtonsoft.Json.Serialization.DefaultContractResolver::ResolveDictionaryKey(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* DefaultContractResolver_ResolveDictionaryKey_m3435594128 (DefaultContractResolver_t270250618 * __this, String_t* ___dictionaryKey0, const RuntimeMethod* method) { { String_t* L_0 = ___dictionaryKey0; String_t* L_1 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(21 /* System.String Newtonsoft.Json.Serialization.DefaultContractResolver::ResolvePropertyName(System.String) */, __this, L_0); return L_1; } } // System.String Newtonsoft.Json.Serialization.DefaultContractResolver::GetResolvedPropertyName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* DefaultContractResolver_GetResolvedPropertyName_m3277180474 (DefaultContractResolver_t270250618 * __this, String_t* ___propertyName0, const RuntimeMethod* method) { { String_t* L_0 = ___propertyName0; String_t* L_1 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(21 /* System.String Newtonsoft.Json.Serialization.DefaultContractResolver::ResolvePropertyName(System.String) */, __this, L_0); return L_1; } } // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver::.cctor() extern "C" IL2CPP_METHOD_ATTR void DefaultContractResolver__cctor_m4157165859 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultContractResolver__cctor_m4157165859_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DefaultContractResolver_t270250618 * L_0 = (DefaultContractResolver_t270250618 *)il2cpp_codegen_object_new(DefaultContractResolver_t270250618_il2cpp_TypeInfo_var); DefaultContractResolver__ctor_m4134528712(L_0, (bool)1, /*hidden argument*/NULL); ((DefaultContractResolver_t270250618_StaticFields*)il2cpp_codegen_static_fields_for(DefaultContractResolver_t270250618_il2cpp_TypeInfo_var))->set__instance_0(L_0); JsonConverterU5BU5D_t155849004* L_1 = ((JsonConverterU5BU5D_t155849004*)SZArrayNew(JsonConverterU5BU5D_t155849004_il2cpp_TypeInfo_var, (uint32_t)4)); XmlNodeConverter_t181348760 * L_2 = (XmlNodeConverter_t181348760 *)il2cpp_codegen_object_new(XmlNodeConverter_t181348760_il2cpp_TypeInfo_var); XmlNodeConverter__ctor_m2994813967(L_2, /*hidden argument*/NULL); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (JsonConverter_t1047106545 *)L_2); JsonConverterU5BU5D_t155849004* L_3 = L_1; KeyValuePairConverter_t2108458033 * L_4 = (KeyValuePairConverter_t2108458033 *)il2cpp_codegen_object_new(KeyValuePairConverter_t2108458033_il2cpp_TypeInfo_var); KeyValuePairConverter__ctor_m4000973340(L_4, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(1), (JsonConverter_t1047106545 *)L_4); JsonConverterU5BU5D_t155849004* L_5 = L_3; BsonObjectIdConverter_t1190033754 * L_6 = (BsonObjectIdConverter_t1190033754 *)il2cpp_codegen_object_new(BsonObjectIdConverter_t1190033754_il2cpp_TypeInfo_var); BsonObjectIdConverter__ctor_m3976717226(L_6, /*hidden argument*/NULL); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(2), (JsonConverter_t1047106545 *)L_6); JsonConverterU5BU5D_t155849004* L_7 = L_5; RegexConverter_t2517515405 * L_8 = (RegexConverter_t2517515405 *)il2cpp_codegen_object_new(RegexConverter_t2517515405_il2cpp_TypeInfo_var); RegexConverter__ctor_m1639077962(L_8, /*hidden argument*/NULL); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(3), (JsonConverter_t1047106545 *)L_8); ((DefaultContractResolver_t270250618_StaticFields*)il2cpp_codegen_static_fields_for(DefaultContractResolver_t270250618_il2cpp_TypeInfo_var))->set_BuiltInConverters_1(L_7); RuntimeObject * L_9 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_9, /*hidden argument*/NULL); ((DefaultContractResolver_t270250618_StaticFields*)il2cpp_codegen_static_fields_for(DefaultContractResolver_t270250618_il2cpp_TypeInfo_var))->set_TypeContractCacheLock_2(L_9); DefaultContractResolverState_t3045992855 * L_10 = (DefaultContractResolverState_t3045992855 *)il2cpp_codegen_object_new(DefaultContractResolverState_t3045992855_il2cpp_TypeInfo_var); DefaultContractResolverState__ctor_m3019925212(L_10, /*hidden argument*/NULL); ((DefaultContractResolver_t270250618_StaticFields*)il2cpp_codegen_static_fields_for(DefaultContractResolver_t270250618_il2cpp_TypeInfo_var))->set__sharedState_3(L_10); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif