#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 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 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 VirtFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct 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 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 VirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct 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 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 InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct InterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; // Newtonsoft.Json.Bson.BsonArray struct BsonArray_t345506913; // Newtonsoft.Json.Bson.BsonToken struct BsonToken_t3838771636; // System.Collections.Generic.List`1 struct List_1_t1015879082; // System.Collections.Generic.List`1 struct List_1_t257213610; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t4271342104; // System.Collections.IEnumerator struct IEnumerator_t1853284238; // Newtonsoft.Json.Bson.BsonBinary struct BsonBinary_t160198617; // System.Byte[] struct ByteU5BU5D_t4116647657; // Newtonsoft.Json.Bson.BsonValue struct BsonValue_t3067495970; // Newtonsoft.Json.Bson.BsonBinaryWriter struct BsonBinaryWriter_t671405346; // Newtonsoft.Json.Bson.BsonObject struct BsonObject_t3552490343; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t1562794419; // Newtonsoft.Json.Bson.BsonProperty struct BsonProperty_t1130223951; // Newtonsoft.Json.Bson.BsonString struct BsonString_t1135579766; // System.String struct String_t; // System.Globalization.CultureInfo struct CultureInfo_t4157843068; // System.IFormatProvider struct IFormatProvider_t2518567562; // Newtonsoft.Json.Bson.BsonRegex struct BsonRegex_t323777446; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t777629997; // System.Text.UTF8Encoding struct UTF8Encoding_t3956466879; // System.Collections.Generic.List`1 struct List_1_t2602298693; // Newtonsoft.Json.Bson.BsonObjectId struct BsonObjectId_t3046626253; // System.ArgumentException struct ArgumentException_t132251570; // Newtonsoft.Json.Bson.BsonReader struct BsonReader_t26184191; // Newtonsoft.Json.JsonReaderException struct JsonReaderException_t3553144781; // Newtonsoft.Json.JsonReader struct JsonReader_t2369136700; // Newtonsoft.Json.Bson.BsonReader/ContainerContext struct ContainerContext_t1305994539; // System.Collections.Generic.List`1 struct List_1_t2778069281; // System.Text.Encoding struct Encoding_t1523322056; // System.Char[] struct CharU5BU5D_t3528271667; // System.Text.StringBuilder struct StringBuilder_t; // System.IO.EndOfStreamException struct EndOfStreamException_t2015613008; // Newtonsoft.Json.Bson.BsonWriter struct BsonWriter_t3355227794; // Newtonsoft.Json.JsonWriter struct JsonWriter_t1467272295; // Newtonsoft.Json.JsonWriterException struct JsonWriterException_t1282940098; // System.Exception struct Exception_t; // System.Uri struct Uri_t100236324; // Newtonsoft.Json.Converters.BinaryConverter struct BinaryConverter_t779619639; // Newtonsoft.Json.JsonSerializer struct JsonSerializer_t1424496335; // System.Type struct Type_t; // Newtonsoft.Json.Utilities.ReflectionObject struct ReflectionObject_t701100009; // Newtonsoft.Json.JsonSerializationException struct JsonSerializationException_t4152118729; // System.Reflection.ConstructorInfo struct ConstructorInfo_t5769829; // System.Type[] struct TypeU5BU5D_t3940880105; // System.Reflection.MethodBase struct MethodBase_t; // System.String[] struct StringU5BU5D_t1281789340; // Newtonsoft.Json.Serialization.ObjectConstructor`1 struct ObjectConstructor_1_t3207922868; // System.Object[] struct ObjectU5BU5D_t2843939325; // System.Collections.Generic.List`1 struct List_1_t2606371118; // Newtonsoft.Json.JsonConverter struct JsonConverter_t1047106545; // Newtonsoft.Json.Converters.BsonObjectIdConverter struct BsonObjectIdConverter_t1190033754; // Newtonsoft.Json.Converters.DateTimeConverterBase struct DateTimeConverterBase_t4233217353; // Newtonsoft.Json.Converters.HashSetConverter struct HashSetConverter_t587720113; // System.Reflection.MethodInfo struct MethodInfo_t; // Newtonsoft.Json.Linq.JArray struct JArray_t2963978544; // Newtonsoft.Json.Linq.JToken struct JToken_t1038539247; // Newtonsoft.Json.Linq.JContainer struct JContainer_t1023664833; // Newtonsoft.Json.Converters.IsoDateTimeConverter struct IsoDateTimeConverter_t3020114287; // Newtonsoft.Json.Converters.JavaScriptDateTimeConverter struct JavaScriptDateTimeConverter_t3307376016; // Newtonsoft.Json.Converters.KeyValuePairConverter struct KeyValuePairConverter_t2108458033; // Newtonsoft.Json.Utilities.ThreadSafeStore`2 struct ThreadSafeStore_2_t4079379169; // Newtonsoft.Json.Utilities.ThreadSafeStore`2 struct ThreadSafeStore_2_t1066477248; // Newtonsoft.Json.Serialization.DefaultContractResolver struct DefaultContractResolver_t270250618; // System.Func`2 struct Func_2_t1165064999; // System.Func`2 struct Func_2_t2447130374; // Newtonsoft.Json.Converters.RegexConverter struct RegexConverter_t2517515405; // System.Text.RegularExpressions.Regex struct Regex_t3657309853; // Newtonsoft.Json.Converters.StringEnumConverter struct StringEnumConverter_t3708940030; // System.Enum struct Enum_t4135868527; // Newtonsoft.Json.Converters.VectorConverter struct VectorConverter_t1294738057; // Newtonsoft.Json.Linq.JObject struct JObject_t2059125928; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t18392136; // Newtonsoft.Json.Converters.VersionConverter struct VersionConverter_t4153846029; // System.Version struct Version_t3456873960; // Newtonsoft.Json.Converters.XAttributeWrapper struct XAttributeWrapper_t1656890028; // System.Xml.Linq.XAttribute struct XAttribute_t355876829; // Newtonsoft.Json.Converters.XObjectWrapper struct XObjectWrapper_t2266598274; // System.Xml.Linq.XObject struct XObject_t1119084474; // System.Xml.Linq.XName struct XName_t3751455998; // Newtonsoft.Json.Converters.IXmlNode struct IXmlNode_t569439811; // System.Xml.Linq.XElement struct XElement_t4185968754; // Newtonsoft.Json.Converters.XCommentWrapper struct XCommentWrapper_t3809443387; // System.Xml.Linq.XComment struct XComment_t1832251191; // Newtonsoft.Json.Converters.XContainerWrapper struct XContainerWrapper_t1262744989; // System.Xml.Linq.XContainer struct XContainer_t3387731002; // System.Collections.Generic.List`1 struct List_1_t2041514553; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t3990951645; // Newtonsoft.Json.Converters.XDocumentWrapper struct XDocumentWrapper_t2289369211; // System.Xml.Linq.XDocument struct XDocument_t1376419702; // Newtonsoft.Json.Converters.XElementWrapper struct XElementWrapper_t2633871282; // Newtonsoft.Json.Converters.XProcessingInstructionWrapper struct XProcessingInstructionWrapper_t4108965662; // System.Xml.Linq.XProcessingInstruction struct XProcessingInstruction_t2943691487; // Newtonsoft.Json.Converters.XTextWrapper struct XTextWrapper_t1757148629; // System.Xml.Linq.XText struct XText_t1448860321; // Newtonsoft.Json.Converters.XDocumentTypeWrapper struct XDocumentTypeWrapper_t2526962505; // System.Xml.Linq.XDocumentType struct XDocumentType_t1853592271; // Newtonsoft.Json.Converters.XDeclarationWrapper struct XDeclarationWrapper_t1986085046; // System.Xml.Linq.XDeclaration struct XDeclaration_t2907650823; // System.Xml.Linq.XCData struct XCData_t832623270; // Newtonsoft.Json.Converters.IXmlElement struct IXmlElement_t1496947789; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t3630697014; // System.Xml.Linq.XNamespace struct XNamespace_t1843508170; // Newtonsoft.Json.Converters.XmlDeclarationWrapper struct XmlDeclarationWrapper_t2867104133; // System.Xml.XmlDeclaration struct XmlDeclaration_t679870411; // Newtonsoft.Json.Converters.XmlNodeWrapper struct XmlNodeWrapper_t3016097339; // System.Xml.XmlNode struct XmlNode_t3767805227; // Newtonsoft.Json.Converters.XmlDocumentTypeWrapper struct XmlDocumentTypeWrapper_t2345418247; // System.Xml.XmlDocumentType struct XmlDocumentType_t4112370061; // Newtonsoft.Json.Converters.XmlDocumentWrapper struct XmlDocumentWrapper_t3575962533; // System.Xml.XmlDocument struct XmlDocument_t2837193595; // System.Xml.XmlElement struct XmlElement_t561603118; // Newtonsoft.Json.Converters.XmlElementWrapper struct XmlElementWrapper_t3185492177; // System.Xml.XmlAttribute struct XmlAttribute_t1173852259; // Newtonsoft.Json.Converters.XmlNodeConverter struct XmlNodeConverter_t181348760; // System.Xml.NameTable struct NameTable_t3178203267; // System.Xml.XmlNamespaceManager struct XmlNamespaceManager_t418790500; // System.Xml.XmlNameTable struct XmlNameTable_t71772148; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t1826770852; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t132545152; // System.Collections.Generic.ICollection`1 struct ICollection_1_t3397592045; // System.Collections.Generic.ICollection`1 struct ICollection_1_t1613291102; // Newtonsoft.Json.Converters.IXmlDocument struct IXmlDocument_t2842458485; // System.Xml.Linq.XNode struct XNode_t716131460; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1632706988; // System.InvalidOperationException struct InvalidOperationException_t56020091; // Newtonsoft.Json.JsonArrayAttribute struct JsonArrayAttribute_t3155801748; // Newtonsoft.Json.JsonContainerAttribute struct JsonContainerAttribute_t3874748064; // Newtonsoft.Json.JsonConstructorAttribute struct JsonConstructorAttribute_t2226951669; // System.Attribute struct Attribute_t861562559; // System.Func`1 struct Func_1_t1569001961; // Newtonsoft.Json.JsonSerializerSettings struct JsonSerializerSettings_t2139255314; // System.Func`1 struct Func_1_t2509852811; // System.IO.StringReader struct StringReader_t3465604688; // Newtonsoft.Json.JsonTextReader struct JsonTextReader_t262560521; // System.IO.TextReader struct TextReader_t283511965; // Newtonsoft.Json.JsonConverterAttribute struct JsonConverterAttribute_t3132853130; // Newtonsoft.Json.JsonConverterCollection struct JsonConverterCollection_t3675964822; // System.Collections.ObjectModel.Collection`1 struct Collection_1_t4286429759; // System.Collections.ObjectModel.Collection`1 struct Collection_1_t2024462082; // Newtonsoft.Json.JsonDictionaryAttribute struct JsonDictionaryAttribute_t3890173510; // Newtonsoft.Json.JsonException struct JsonException_t3720114400; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // Newtonsoft.Json.JsonExtensionDataAttribute struct JsonExtensionDataAttribute_t1775849281; // Newtonsoft.Json.JsonIgnoreAttribute struct JsonIgnoreAttribute_t836745302; // Newtonsoft.Json.JsonObjectAttribute struct JsonObjectAttribute_t3277381142; // System.Collections.Generic.List`1 struct List_1_t4000102456; // Newtonsoft.Json.IJsonLineInfo struct IJsonLineInfo_t2844470104; // Newtonsoft.Json.JsonPropertyAttribute struct JsonPropertyAttribute_t2223277056; // Newtonsoft.Json.JsonRequiredAttribute struct JsonRequiredAttribute_t2327646188; // System.EventHandler`1 struct EventHandler_1_t2935836205; // System.Delegate struct Delegate_t1188392813; // Newtonsoft.Json.Serialization.IReferenceResolver struct IReferenceResolver_t2564061104; // System.ArgumentNullException struct ArgumentNullException_t1615371798; // System.Runtime.Serialization.SerializationBinder struct SerializationBinder_t274213469; // Newtonsoft.Json.Serialization.ITraceWriter struct ITraceWriter_t2623073143; // System.Collections.IEqualityComparer struct IEqualityComparer_t1493878338; // Newtonsoft.Json.Serialization.IContractResolver struct IContractResolver_t4193385603; // System.Collections.Generic.IList`1 struct IList_1_t2862426328; // System.Collections.Generic.ICollection`1 struct ICollection_1_t3875258779; // System.Func`1 struct Func_1_t1993807751; // Newtonsoft.Json.Serialization.TraceJsonReader struct TraceJsonReader_t740636742; // Newtonsoft.Json.Serialization.JsonSerializerInternalReader struct JsonSerializerInternalReader_t927352408; // Newtonsoft.Json.Serialization.DefaultContractResolverState struct DefaultContractResolverState_t3045992855; // Newtonsoft.Json.Serialization.TraceJsonWriter struct TraceJsonWriter_t1833403397; // Newtonsoft.Json.Serialization.JsonSerializerInternalWriter struct JsonSerializerInternalWriter_t3588727337; // Newtonsoft.Json.Serialization.DefaultReferenceResolver struct DefaultReferenceResolver_t3322505560; // Newtonsoft.Json.Serialization.ErrorEventArgs struct ErrorEventArgs_t716709476; // System.EventHandler`1 struct EventHandler_1_t1004265597; // System.Collections.Generic.List`1 struct List_1_t2519181287; // Newtonsoft.Json.JsonSerializerSettings/<>c__DisplayClass90_0 struct U3CU3Ec__DisplayClass90_0_t3738200698; // Newtonsoft.Json.IArrayPool`1 struct IArrayPool_1_t3621664784; // Newtonsoft.Json.Utilities.PropertyNameTable struct PropertyNameTable_t4130830590; // Newtonsoft.Json.JsonConverter[] struct JsonConverterU5BU5D_t155849004; // System.IO.Stream struct Stream_t1273022909; // System.Text.Decoder struct Decoder_t2204182725; // Newtonsoft.Json.Converters.IXmlNode[] struct IXmlNodeU5BU5D_t1449595218; // Newtonsoft.Json.Utilities.PropertyNameTable/Entry[] struct EntryU5BU5D_t1995962374; // Newtonsoft.Json.Bson.BsonReader/ContainerContext[] struct ContainerContextU5BU5D_t3065266634; // 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.Collections.Hashtable struct Hashtable_t1853889766; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052; // System.Int32 struct Int32_t2950945753; // System.Void struct Void_t1185182177; // System.Text.DecoderFallback struct DecoderFallback_t3123823036; // System.Text.EncoderFallback struct EncoderFallback_t1188251036; // System.Reflection.Assembly struct Assembly_t; // Newtonsoft.Json.Bson.BsonProperty[] struct BsonPropertyU5BU5D_t3757237398; // System.Collections.ArrayList struct ArrayList_t2718874744; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_t2171992254; // Newtonsoft.Json.Linq.JTokenType[] struct JTokenTypeU5BU5D_t1887505675; // Newtonsoft.Json.JsonPosition[] struct JsonPositionU5BU5D_t197937271; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3145447073; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_t904515172; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1505184387; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Collections.IDictionary struct IDictionary_t1363984059; // System.Uri/UriScheme[] struct UriSchemeU5BU5D_t2082808316; // System.UriParser struct UriParser_t3890150400; // Newtonsoft.Json.Bson.BsonToken[] struct BsonTokenU5BU5D_t368205053; // System.Xml.XmlNamespaceManager/NsDecl[] struct NsDeclU5BU5D_t2116608150; // System.Xml.XmlNamespaceManager/NsScope[] struct NsScopeU5BU5D_t382374428; // Newtonsoft.Json.Serialization.ErrorContext struct ErrorContext_t3532118581; // Newtonsoft.Json.Utilities.BidirectionalDictionary`2 struct BidirectionalDictionary_2_t2019708942; // Newtonsoft.Json.Serialization.JsonSerializerProxy struct JsonSerializerProxy_t657065764; // System.Int32[] struct Int32U5BU5D_t385246372; // System.Collections.Generic.Link[] struct LinkU5BU5D_t964245573; // System.Collections.Generic.List`1[] struct List_1U5BU5D_t350212292; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t3954782707; // System.Collections.Generic.Dictionary`2/Transform`1,System.Collections.DictionaryEntry> struct Transform_1_t3495591304; // System.Xml.XmlNode/EmptyNodeList struct EmptyNodeList_t139615908; // System.Xml.XmlNodeListChildren struct XmlNodeListChildren_t1082692789; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t132201056; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1628764469; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3536712297; // System.Xml.Linq.XAttribute[] struct XAttributeU5BU5D_t61111312; // System.Xml.XmlImplementation struct XmlImplementation_t254178875; // System.Xml.XmlResolver struct XmlResolver_t626023767; // System.Xml.XmlNameEntryCache struct XmlNameEntryCache_t2890546907; // System.Xml.XmlLinkedNode struct XmlLinkedNode_t1437094927; // System.Xml.Schema.XmlSchemaSet struct XmlSchemaSet_t266093086; // System.Xml.Schema.IXmlSchemaInfo struct IXmlSchemaInfo_t934654762; // System.Xml.XmlNodeChangedEventHandler struct XmlNodeChangedEventHandler_t1533444722; // System.Xml.NameTable/Entry[] struct EntryU5BU5D_t491982174; // System.Xml.XmlNameEntry struct XmlNameEntry_t1073099671; // System.Xml.Linq.XNodeEqualityComparer struct XNodeEqualityComparer_t35321779; // System.Xml.Linq.XNodeDocumentOrderComparer struct XNodeDocumentOrderComparer_t3558329258; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t386037858; // System.Byte struct Byte_t1134296376; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // System.ComponentModel.ListChangedEventHandler struct ListChangedEventHandler_t1703970447; // Newtonsoft.Json.Utilities.ThreadSafeStore`2 struct ThreadSafeStore_2_t2879777979; // System.DelegateData struct DelegateData_t1677132599; // System.Collections.Generic.List`1 struct List_1_t2510613989; // Newtonsoft.Json.Linq.JPropertyKeyedCollection struct JPropertyKeyedCollection_t1521123921; // System.ComponentModel.PropertyChangedEventHandler struct PropertyChangedEventHandler_t3836340606; // System.ComponentModel.PropertyChangingEventHandler struct PropertyChangingEventHandler_t2830353497; // System.Xml.XmlAttributeCollection struct XmlAttributeCollection_t2316283784; // System.Xml.XmlNamedNodeMap struct XmlNamedNodeMap_t2821286253; // Mono.Xml.DTDObjectModel struct DTDObjectModel_t1729680289; // System.IO.BinaryWriter struct BinaryWriter_t3992595042; // System.Text.RegularExpressions.FactoryCache struct FactoryCache_t2327118887; // System.Text.RegularExpressions.IMachineFactory struct IMachineFactory_t1209798546; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t3165821643; // System.Reflection.MemberFilter struct MemberFilter_t426314064; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // Newtonsoft.Json.JsonWriter/State[][] struct StateU5BU5DU5BU5D_t3190318925; // Newtonsoft.Json.JsonTextWriter struct JsonTextWriter_t1095349912; // System.IO.StringWriter struct StringWriter_t802263757; // System.IO.BinaryReader struct BinaryReader_t2428077293; extern const RuntimeMethod* List_1_Add_m2810570852_RuntimeMethod_var; extern const uint32_t BsonArray_Add_m4054612223_MetadataUsageId; extern RuntimeClass* Enumerator_t2905122959_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_GetEnumerator_m3152301271_RuntimeMethod_var; extern const uint32_t BsonArray_GetEnumerator_m800492472_MetadataUsageId; extern RuntimeClass* List_1_t1015879082_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m1951997890_RuntimeMethod_var; extern const uint32_t BsonArray__ctor_m1657671806_MetadataUsageId; extern RuntimeClass* BsonObject_t3552490343_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_1_t1562794419_il2cpp_TypeInfo_var; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_t1853284238_il2cpp_TypeInfo_var; extern RuntimeClass* IDisposable_t3640265483_il2cpp_TypeInfo_var; extern RuntimeClass* BsonArray_t345506913_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_1_t4271342104_il2cpp_TypeInfo_var; extern RuntimeClass* CultureInfo_t4157843068_il2cpp_TypeInfo_var; extern RuntimeClass* BsonValue_t3067495970_il2cpp_TypeInfo_var; extern RuntimeClass* Convert_t2465617642_il2cpp_TypeInfo_var; extern RuntimeClass* BsonString_t1135579766_il2cpp_TypeInfo_var; extern RuntimeClass* Boolean_t97287965_il2cpp_TypeInfo_var; extern RuntimeClass* DateTime_t3738529785_il2cpp_TypeInfo_var; extern RuntimeClass* DateTimeUtils_t3515429982_il2cpp_TypeInfo_var; extern RuntimeClass* DateTimeOffset_t3229287507_il2cpp_TypeInfo_var; extern RuntimeClass* BsonBinary_t160198617_il2cpp_TypeInfo_var; extern RuntimeClass* ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var; extern RuntimeClass* BsonRegex_t323777446_il2cpp_TypeInfo_var; extern RuntimeClass* BsonType_t1843803290_il2cpp_TypeInfo_var; extern RuntimeClass* ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var; extern const RuntimeMethod* Nullable_1__ctor_m2076366551_RuntimeMethod_var; extern const RuntimeMethod* BsonBinaryWriter_WriteTokenInternal_m2476919792_RuntimeMethod_var; extern String_t* _stringLiteral3452614604; extern String_t* _stringLiteral1984087693; extern const uint32_t BsonBinaryWriter_WriteTokenInternal_m2476919792_MetadataUsageId; extern const RuntimeMethod* Nullable_1_get_HasValue_m2648265346_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m2296315628_RuntimeMethod_var; extern const uint32_t BsonBinaryWriter_WriteString_m2723601906_MetadataUsageId; extern RuntimeClass* BsonBinaryWriter_t671405346_il2cpp_TypeInfo_var; extern const uint32_t BsonBinaryWriter_WriteUtf8Bytes_m3783864275_MetadataUsageId; extern const RuntimeMethod* BsonBinaryWriter_CalculateSize_m879612069_RuntimeMethod_var; extern const uint32_t BsonBinaryWriter_CalculateSize_m879612069_MetadataUsageId; extern RuntimeClass* UTF8Encoding_t3956466879_il2cpp_TypeInfo_var; extern const uint32_t BsonBinaryWriter__cctor_m3833245906_MetadataUsageId; extern RuntimeClass* BsonProperty_t1130223951_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Add_m776934895_RuntimeMethod_var; extern const uint32_t BsonObject_Add_m603925343_MetadataUsageId; extern RuntimeClass* Enumerator_t196575274_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_GetEnumerator_m3833462142_RuntimeMethod_var; extern const uint32_t BsonObject_GetEnumerator_m1568080356_MetadataUsageId; extern RuntimeClass* List_1_t2602298693_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m3097249469_RuntimeMethod_var; extern const uint32_t BsonObject__ctor_m3034712262_MetadataUsageId; extern RuntimeClass* ArgumentException_t132251570_il2cpp_TypeInfo_var; extern const RuntimeMethod* BsonObjectId__ctor_m1885129763_RuntimeMethod_var; extern String_t* _stringLiteral3493618073; extern String_t* _stringLiteral2818022740; extern const uint32_t BsonObjectId__ctor_m1885129763_MetadataUsageId; extern RuntimeClass* BsonReaderState_t1965113074_il2cpp_TypeInfo_var; extern RuntimeClass* EndOfStreamException_t2015613008_il2cpp_TypeInfo_var; extern const RuntimeMethod* BsonReader_Read_m1953068537_RuntimeMethod_var; extern String_t* _stringLiteral3357737594; extern const uint32_t BsonReader_Read_m1953068537_MetadataUsageId; extern RuntimeClass* ContainerContext_t1305994539_il2cpp_TypeInfo_var; extern const RuntimeMethod* BsonReader_ReadCodeWScope_m2588618404_RuntimeMethod_var; extern String_t* _stringLiteral2365961636; extern String_t* _stringLiteral3528427517; extern const uint32_t BsonReader_ReadCodeWScope_m2588618404_MetadataUsageId; extern RuntimeClass* State_t879723262_il2cpp_TypeInfo_var; extern const RuntimeMethod* BsonReader_ReadReference_m3972472526_RuntimeMethod_var; extern String_t* _stringLiteral2376253709; extern String_t* _stringLiteral2711060890; extern String_t* _stringLiteral3266464882; extern const uint32_t BsonReader_ReadReference_m3972472526_MetadataUsageId; extern const RuntimeMethod* BsonReader_ReadNormal_m1123923946_RuntimeMethod_var; extern String_t* _stringLiteral995033228; extern String_t* _stringLiteral3844441802; extern const uint32_t BsonReader_ReadNormal_m1123923946_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m3888531103_RuntimeMethod_var; extern const RuntimeMethod* List_1_RemoveAt_m1721120959_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m4058593180_RuntimeMethod_var; extern const uint32_t BsonReader_PopContext_m3045397022_MetadataUsageId; extern const RuntimeMethod* List_1_Add_m473395387_RuntimeMethod_var; extern const uint32_t BsonReader_PushContext_m1281137535_MetadataUsageId; extern RuntimeClass* Double_t594665363_il2cpp_TypeInfo_var; extern RuntimeClass* Decimal_t2948259380_il2cpp_TypeInfo_var; extern RuntimeClass* Guid_t_il2cpp_TypeInfo_var; extern RuntimeClass* Int64_t3736567304_il2cpp_TypeInfo_var; extern const RuntimeMethod* BsonReader_ReadType_m3911217300_RuntimeMethod_var; extern String_t* _stringLiteral3452614529; extern String_t* _stringLiteral3243520166; extern String_t* _stringLiteral1442268853; extern const uint32_t BsonReader_ReadType_m3911217300_MetadataUsageId; extern RuntimeClass* Encoding_t1523322056_il2cpp_TypeInfo_var; extern RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; extern const uint32_t BsonReader_ReadString_m976318981_MetadataUsageId; extern const RuntimeMethod* BsonReader_GetString_m977061427_RuntimeMethod_var; extern String_t* _stringLiteral2085299287; extern const uint32_t BsonReader_GetString_m977061427_MetadataUsageId; extern RuntimeClass* BsonReader_t26184191_il2cpp_TypeInfo_var; extern const uint32_t BsonReader_BytesInSequence_m2444842642_MetadataUsageId; extern RuntimeClass* CharU5BU5D_t3528271667_il2cpp_TypeInfo_var; extern const uint32_t BsonReader_EnsureBuffers_m1301277286_MetadataUsageId; extern const uint32_t BsonReader__cctor_m417232326_MetadataUsageId; extern const uint32_t BsonRegex__ctor_m4102174036_MetadataUsageId; extern const RuntimeMethod* BsonWriter_WriteComment_m1685769633_RuntimeMethod_var; extern String_t* _stringLiteral2275151822; extern const uint32_t BsonWriter_WriteComment_m1685769633_MetadataUsageId; extern const RuntimeMethod* BsonWriter_WriteStartConstructor_m4217038979_RuntimeMethod_var; extern String_t* _stringLiteral1429938105; extern const uint32_t BsonWriter_WriteStartConstructor_m4217038979_MetadataUsageId; extern const RuntimeMethod* BsonWriter_WriteRaw_m3227117585_RuntimeMethod_var; extern String_t* _stringLiteral1486923172; extern const uint32_t BsonWriter_WriteRaw_m3227117585_MetadataUsageId; extern const RuntimeMethod* BsonWriter_WriteRawValue_m2653590634_RuntimeMethod_var; extern const uint32_t BsonWriter_WriteRawValue_m2653590634_MetadataUsageId; extern const uint32_t BsonWriter_WriteStartArray_m1337937770_MetadataUsageId; extern const uint32_t BsonWriter_WriteStartObject_m3785223384_MetadataUsageId; extern const uint32_t BsonWriter_AddValue_m2770326892_MetadataUsageId; extern const RuntimeMethod* BsonWriter_AddToken_m1194224412_RuntimeMethod_var; extern String_t* _stringLiteral727054131; extern const uint32_t BsonWriter_AddToken_m1194224412_MetadataUsageId; extern const uint32_t BsonWriter_WriteValue_m3658549969_MetadataUsageId; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern const uint32_t BsonWriter_WriteValue_m2784824663_MetadataUsageId; extern RuntimeClass* UInt32_t2560061978_il2cpp_TypeInfo_var; extern const RuntimeMethod* BsonWriter_WriteValue_m672651834_RuntimeMethod_var; extern String_t* _stringLiteral2546146709; extern const uint32_t BsonWriter_WriteValue_m672651834_MetadataUsageId; extern const uint32_t BsonWriter_WriteValue_m878298704_MetadataUsageId; extern RuntimeClass* UInt64_t4134040092_il2cpp_TypeInfo_var; extern const RuntimeMethod* BsonWriter_WriteValue_m3393641024_RuntimeMethod_var; extern String_t* _stringLiteral3275887282; extern const uint32_t BsonWriter_WriteValue_m3393641024_MetadataUsageId; extern RuntimeClass* Single_t1397266774_il2cpp_TypeInfo_var; extern const uint32_t BsonWriter_WriteValue_m204909252_MetadataUsageId; extern const uint32_t BsonWriter_WriteValue_m374540623_MetadataUsageId; extern const uint32_t BsonWriter_WriteValue_m3171958749_MetadataUsageId; extern RuntimeClass* Int16_t2552820387_il2cpp_TypeInfo_var; extern const uint32_t BsonWriter_WriteValue_m3182950029_MetadataUsageId; extern RuntimeClass* UInt16_t2177724958_il2cpp_TypeInfo_var; extern const uint32_t BsonWriter_WriteValue_m290314814_MetadataUsageId; extern const uint32_t BsonWriter_WriteValue_m3016174809_MetadataUsageId; extern RuntimeClass* Byte_t1134296376_il2cpp_TypeInfo_var; extern const uint32_t BsonWriter_WriteValue_m1400046047_MetadataUsageId; extern RuntimeClass* SByte_t1669577662_il2cpp_TypeInfo_var; extern const uint32_t BsonWriter_WriteValue_m1767758586_MetadataUsageId; extern const uint32_t BsonWriter_WriteValue_m1516543028_MetadataUsageId; extern const uint32_t BsonWriter_WriteValue_m40682672_MetadataUsageId; extern const uint32_t BsonWriter_WriteValue_m3921940871_MetadataUsageId; extern const uint32_t BsonWriter_WriteValue_m3440874002_MetadataUsageId; extern const uint32_t BsonWriter_WriteValue_m2029751632_MetadataUsageId; extern const uint32_t BsonWriter_WriteValue_m1013987861_MetadataUsageId; extern const uint32_t BsonWriter_WriteValue_m3843838568_MetadataUsageId; extern const RuntimeMethod* BsonWriter_WriteObjectId_m506627564_RuntimeMethod_var; extern String_t* _stringLiteral3019636283; extern const uint32_t BsonWriter_WriteObjectId_m506627564_MetadataUsageId; extern String_t* _stringLiteral2326546891; extern const uint32_t BsonWriter_WriteRegex_m819102871_MetadataUsageId; extern RuntimeClass* JsonSerializationException_t4152118729_il2cpp_TypeInfo_var; extern const RuntimeMethod* BinaryConverter_GetByteArray_m3932615579_RuntimeMethod_var; extern String_t* _stringLiteral1645192052; extern String_t* _stringLiteral3359776660; extern String_t* _stringLiteral1120279967; extern const uint32_t BinaryConverter_GetByteArray_m3932615579_MetadataUsageId; extern const RuntimeType* ByteU5BU5D_t4116647657_0_0_0_var; extern RuntimeClass* TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var; extern RuntimeClass* Type_t_il2cpp_TypeInfo_var; extern RuntimeClass* StringU5BU5D_t1281789340_il2cpp_TypeInfo_var; extern const uint32_t BinaryConverter_EnsureReflectionObject_m4217122254_MetadataUsageId; extern RuntimeClass* ReflectionUtils_t2669115404_il2cpp_TypeInfo_var; extern RuntimeClass* JsonToken_t1917433489_il2cpp_TypeInfo_var; extern RuntimeClass* ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var; extern const RuntimeMethod* BinaryConverter_ReadJson_m4217533036_RuntimeMethod_var; extern const RuntimeMethod* ObjectConstructor_1_Invoke_m3185456453_RuntimeMethod_var; extern String_t* _stringLiteral2483310222; extern String_t* _stringLiteral28720256; extern String_t* _stringLiteral2482332049; extern const uint32_t BinaryConverter_ReadJson_m4217533036_MetadataUsageId; extern RuntimeClass* List_1_t2606371118_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m115581213_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m2253401767_RuntimeMethod_var; extern const RuntimeMethod* List_1_ToArray_m210634055_RuntimeMethod_var; extern const RuntimeMethod* BinaryConverter_ReadByteArray_m2221889295_RuntimeMethod_var; extern String_t* _stringLiteral1334684567; extern String_t* _stringLiteral2453570285; extern const uint32_t BinaryConverter_ReadByteArray_m2221889295_MetadataUsageId; extern const uint32_t BinaryConverter_CanConvert_m3173506379_MetadataUsageId; extern RuntimeClass* BsonObjectId_t3046626253_il2cpp_TypeInfo_var; extern RuntimeClass* BsonWriter_t3355227794_il2cpp_TypeInfo_var; extern const uint32_t BsonObjectIdConverter_WriteJson_m2922023601_MetadataUsageId; extern const RuntimeMethod* BsonObjectIdConverter_ReadJson_m2615361259_RuntimeMethod_var; extern String_t* _stringLiteral4170765297; extern const uint32_t BsonObjectIdConverter_ReadJson_m2615361259_MetadataUsageId; extern const RuntimeType* BsonObjectId_t3046626253_0_0_0_var; extern const uint32_t BsonObjectIdConverter_CanConvert_m2926194243_MetadataUsageId; extern const RuntimeType* DateTime_t3738529785_0_0_0_var; extern const RuntimeType* Nullable_1_t1166124571_0_0_0_var; extern const RuntimeType* DateTimeOffset_t3229287507_0_0_0_var; extern const RuntimeType* Nullable_1_t656882293_0_0_0_var; extern const uint32_t DateTimeConverterBase_CanConvert_m3403366061_MetadataUsageId; extern String_t* _stringLiteral3265744085; extern const uint32_t HashSetConverter_ReadJson_m1683316567_MetadataUsageId; extern const RuntimeType* HashSet_1_t743387557_0_0_0_var; extern const uint32_t HashSetConverter_CanConvert_m493756691_MetadataUsageId; extern const uint32_t IsoDateTimeConverter_get_Culture_m208253168_MetadataUsageId; extern const RuntimeMethod* IsoDateTimeConverter_WriteJson_m3262685781_RuntimeMethod_var; extern String_t* _stringLiteral327129730; extern String_t* _stringLiteral254549190; extern const uint32_t IsoDateTimeConverter_WriteJson_m3262685781_MetadataUsageId; extern const RuntimeMethod* IsoDateTimeConverter_ReadJson_m2395022585_RuntimeMethod_var; extern String_t* _stringLiteral4222302618; extern const uint32_t IsoDateTimeConverter_ReadJson_m2395022585_MetadataUsageId; extern const RuntimeMethod* JavaScriptDateTimeConverter_WriteJson_m1370154448_RuntimeMethod_var; extern String_t* _stringLiteral805597976; extern String_t* _stringLiteral1272578850; extern const uint32_t JavaScriptDateTimeConverter_WriteJson_m1370154448_MetadataUsageId; extern const RuntimeMethod* JavaScriptDateTimeConverter_ReadJson_m1618576334_RuntimeMethod_var; extern String_t* _stringLiteral2966159629; extern String_t* _stringLiteral1560579440; extern String_t* _stringLiteral4023519597; extern const uint32_t JavaScriptDateTimeConverter_ReadJson_m1618576334_MetadataUsageId; extern RuntimeClass* IList_1_t4297247_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2600272002; extern String_t* _stringLiteral3493619321; extern const uint32_t KeyValuePairConverter_InitializeReflectionObject_m3188259707_MetadataUsageId; extern RuntimeClass* KeyValuePairConverter_t2108458033_il2cpp_TypeInfo_var; extern RuntimeClass* DefaultContractResolver_t270250618_il2cpp_TypeInfo_var; extern const RuntimeMethod* ThreadSafeStore_2_Get_m4156950888_RuntimeMethod_var; extern const uint32_t KeyValuePairConverter_WriteJson_m2349097696_MetadataUsageId; extern const RuntimeMethod* KeyValuePairConverter_ReadJson_m767118588_RuntimeMethod_var; extern String_t* _stringLiteral913976624; extern const uint32_t KeyValuePairConverter_ReadJson_m767118588_MetadataUsageId; extern const RuntimeType* KeyValuePair_2_t4175610960_0_0_0_var; extern const uint32_t KeyValuePairConverter_CanConvert_m2699151787_MetadataUsageId; extern RuntimeClass* Func_2_t1165064999_il2cpp_TypeInfo_var; extern RuntimeClass* ThreadSafeStore_2_t4079379169_il2cpp_TypeInfo_var; extern const RuntimeMethod* KeyValuePairConverter_InitializeReflectionObject_m3188259707_RuntimeMethod_var; extern const RuntimeMethod* Func_2__ctor_m112979133_RuntimeMethod_var; extern const RuntimeMethod* ThreadSafeStore_2__ctor_m2178085957_RuntimeMethod_var; extern const uint32_t KeyValuePairConverter__cctor_m507665969_MetadataUsageId; extern RuntimeClass* Regex_t3657309853_il2cpp_TypeInfo_var; extern const uint32_t RegexConverter_WriteJson_m716029702_MetadataUsageId; extern String_t* _stringLiteral3452614599; extern String_t* _stringLiteral3452614595; extern String_t* _stringLiteral3452614605; extern String_t* _stringLiteral3452614603; extern String_t* _stringLiteral3452614616; extern const uint32_t RegexConverter_WriteBson_m1318235631_MetadataUsageId; extern RuntimeClass* RegexOptions_t92845595_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2326547883; extern String_t* _stringLiteral2715198515; extern const uint32_t RegexConverter_WriteJson_m1964472623_MetadataUsageId; extern const RuntimeMethod* RegexConverter_ReadJson_m2073163720_RuntimeMethod_var; extern String_t* _stringLiteral1227703987; extern const uint32_t RegexConverter_ReadJson_m2073163720_MetadataUsageId; extern const uint32_t RegexConverter_ReadRegexString_m1182758248_MetadataUsageId; extern const RuntimeMethod* RegexConverter_ReadRegexObject_m3971584731_RuntimeMethod_var; extern const RuntimeMethod* JsonSerializer_Deserialize_TisRegexOptions_t92845595_m174991243_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1__ctor_m226679314_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_get_HasValue_m2920168947_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m2800676062_RuntimeMethod_var; extern String_t* _stringLiteral1608074029; extern String_t* _stringLiteral3315093386; extern const uint32_t RegexConverter_ReadRegexObject_m3971584731_MetadataUsageId; extern const RuntimeType* Regex_t3657309853_0_0_0_var; extern const uint32_t RegexConverter_CanConvert_m912392229_MetadataUsageId; extern RuntimeClass* Enum_t4135868527_il2cpp_TypeInfo_var; extern RuntimeClass* Char_t3634460470_il2cpp_TypeInfo_var; extern RuntimeClass* EnumUtils_t2002471470_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3452614617; extern const uint32_t StringEnumConverter_WriteJson_m3043910623_MetadataUsageId; extern RuntimeClass* ConvertUtils_t2194062972_il2cpp_TypeInfo_var; extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var; extern const RuntimeMethod* StringEnumConverter_ReadJson_m1692650423_RuntimeMethod_var; extern String_t* _stringLiteral2478706801; extern String_t* _stringLiteral2480270007; extern String_t* _stringLiteral1106992481; extern const uint32_t StringEnumConverter_ReadJson_m1692650423_MetadataUsageId; extern const uint32_t StringEnumConverter_CanConvert_m1331084973_MetadataUsageId; extern RuntimeClass* VectorConverter_t1294738057_il2cpp_TypeInfo_var; extern RuntimeClass* Vector2_t2156229523_il2cpp_TypeInfo_var; extern RuntimeClass* Vector3_t3722313464_il2cpp_TypeInfo_var; extern RuntimeClass* Vector4_t3319028937_il2cpp_TypeInfo_var; extern const RuntimeMethod* Nullable_1__ctor_m3169166495_RuntimeMethod_var; extern const uint32_t VectorConverter_WriteJson_m1613441825_MetadataUsageId; extern const RuntimeMethod* Nullable_1_get_HasValue_m147051412_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_get_Value_m2309635241_RuntimeMethod_var; extern String_t* _stringLiteral3452614615; extern String_t* _stringLiteral3452614614; extern String_t* _stringLiteral3452614601; extern const uint32_t VectorConverter_WriteVector_m2195133494_MetadataUsageId; extern const uint32_t VectorConverter_ReadJson_m2704803130_MetadataUsageId; extern const uint32_t VectorConverter_CanConvert_m2121839945_MetadataUsageId; extern const RuntimeMethod* Extensions_Value_TisSingle_t1397266774_m3867180525_RuntimeMethod_var; extern const uint32_t VectorConverter_PopulateVector2_m2076034475_MetadataUsageId; extern const uint32_t VectorConverter_PopulateVector3_m629709380_MetadataUsageId; extern const uint32_t VectorConverter_PopulateVector4_m3161385160_MetadataUsageId; extern const RuntimeType* Vector2_t2156229523_0_0_0_var; extern const RuntimeType* Vector3_t3722313464_0_0_0_var; extern const RuntimeType* Vector4_t3319028937_0_0_0_var; extern const uint32_t VectorConverter__cctor_m157819590_MetadataUsageId; extern RuntimeClass* Version_t3456873960_il2cpp_TypeInfo_var; extern const RuntimeMethod* VersionConverter_WriteJson_m704353289_RuntimeMethod_var; extern String_t* _stringLiteral4264538824; extern const uint32_t VersionConverter_WriteJson_m704353289_MetadataUsageId; extern const RuntimeMethod* VersionConverter_ReadJson_m3621514814_RuntimeMethod_var; extern String_t* _stringLiteral1924783047; extern String_t* _stringLiteral4181047595; extern const uint32_t VersionConverter_ReadJson_m3621514814_MetadataUsageId; extern const RuntimeType* Version_t3456873960_0_0_0_var; extern const uint32_t VersionConverter_CanConvert_m2441768354_MetadataUsageId; extern RuntimeClass* XAttribute_t355876829_il2cpp_TypeInfo_var; extern const uint32_t XAttributeWrapper_get_Attribute_m2213555356_MetadataUsageId; extern RuntimeClass* XObjectWrapper_t2266598274_il2cpp_TypeInfo_var; extern const uint32_t XAttributeWrapper__ctor_m4203845290_MetadataUsageId; extern RuntimeClass* XComment_t1832251191_il2cpp_TypeInfo_var; extern const uint32_t XCommentWrapper_get_Text_m3879058151_MetadataUsageId; extern const uint32_t XCommentWrapper__ctor_m3873504803_MetadataUsageId; extern RuntimeClass* XContainer_t3387731002_il2cpp_TypeInfo_var; extern const uint32_t XContainerWrapper_get_Container_m4005399907_MetadataUsageId; extern const uint32_t XContainerWrapper__ctor_m3959568421_MetadataUsageId; extern RuntimeClass* List_1_t2041514553_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerable_1_t3990951645_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_1_t1148701928_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m152997166_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m1899444340_RuntimeMethod_var; extern const uint32_t XContainerWrapper_get_ChildNodes_m2932803813_MetadataUsageId; extern RuntimeClass* XDocument_t1376419702_il2cpp_TypeInfo_var; extern RuntimeClass* XDocumentWrapper_t2289369211_il2cpp_TypeInfo_var; extern RuntimeClass* XElement_t4185968754_il2cpp_TypeInfo_var; extern RuntimeClass* XElementWrapper_t2633871282_il2cpp_TypeInfo_var; extern RuntimeClass* XContainerWrapper_t1262744989_il2cpp_TypeInfo_var; extern RuntimeClass* XProcessingInstruction_t2943691487_il2cpp_TypeInfo_var; extern RuntimeClass* XProcessingInstructionWrapper_t4108965662_il2cpp_TypeInfo_var; extern RuntimeClass* XText_t1448860321_il2cpp_TypeInfo_var; extern RuntimeClass* XTextWrapper_t1757148629_il2cpp_TypeInfo_var; extern RuntimeClass* XCommentWrapper_t3809443387_il2cpp_TypeInfo_var; extern RuntimeClass* XAttributeWrapper_t1656890028_il2cpp_TypeInfo_var; extern RuntimeClass* XDocumentType_t1853592271_il2cpp_TypeInfo_var; extern RuntimeClass* XDocumentTypeWrapper_t2526962505_il2cpp_TypeInfo_var; extern const uint32_t XContainerWrapper_WrapNode_m3434103590_MetadataUsageId; extern RuntimeClass* IXmlNode_t569439811_il2cpp_TypeInfo_var; extern const uint32_t XContainerWrapper_AppendChild_m2603147348_MetadataUsageId; extern const uint32_t XDeclarationWrapper__ctor_m3387893676_MetadataUsageId; extern const uint32_t XDocumentTypeWrapper__ctor_m1901095668_MetadataUsageId; extern String_t* _stringLiteral2857192859; extern const uint32_t XDocumentTypeWrapper_get_LocalName_m2129441985_MetadataUsageId; extern const uint32_t XDocumentWrapper_get_Document_m2982943743_MetadataUsageId; extern RuntimeClass* XDeclarationWrapper_t1986085046_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_get_Item_m2172665450_RuntimeMethod_var; extern const RuntimeMethod* List_1_Insert_m1455732304_RuntimeMethod_var; extern const uint32_t XDocumentWrapper_get_ChildNodes_m3556422365_MetadataUsageId; extern const uint32_t XDocumentWrapper_CreateComment_m1205066039_MetadataUsageId; extern const uint32_t XDocumentWrapper_CreateTextNode_m4277838901_MetadataUsageId; extern RuntimeClass* XCData_t832623270_il2cpp_TypeInfo_var; extern const uint32_t XDocumentWrapper_CreateCDataSection_m3325915585_MetadataUsageId; extern const uint32_t XDocumentWrapper_CreateWhitespace_m2786982282_MetadataUsageId; extern const uint32_t XDocumentWrapper_CreateSignificantWhitespace_m321991371_MetadataUsageId; extern RuntimeClass* XDeclaration_t2907650823_il2cpp_TypeInfo_var; extern const uint32_t XDocumentWrapper_CreateXmlDeclaration_m1603961917_MetadataUsageId; extern const uint32_t XDocumentWrapper_CreateXmlDocumentType_m956604447_MetadataUsageId; extern const uint32_t XDocumentWrapper_CreateProcessingInstruction_m2251528699_MetadataUsageId; extern const uint32_t XDocumentWrapper_CreateElement_m2230987304_MetadataUsageId; extern const uint32_t XDocumentWrapper_CreateElement_m473167200_MetadataUsageId; extern const uint32_t XDocumentWrapper_CreateAttribute_m1083944542_MetadataUsageId; extern const uint32_t XDocumentWrapper_CreateAttribute_m2010702174_MetadataUsageId; extern const uint32_t XDocumentWrapper_get_DocumentElement_m1370826834_MetadataUsageId; extern const uint32_t XDocumentWrapper_AppendChild_m4169632473_MetadataUsageId; extern const uint32_t XElementWrapper_get_Element_m1754124270_MetadataUsageId; extern const uint32_t XElementWrapper_SetAttributeNode_m2284415139_MetadataUsageId; extern RuntimeClass* IEnumerable_1_t3630697014_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_1_t788447297_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_GetEnumerator_m129741229_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m3639170672_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m2036347884_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m3806345029_RuntimeMethod_var; extern String_t* _stringLiteral3929236445; extern const uint32_t XElementWrapper_get_Attributes_m857354106_MetadataUsageId; extern RuntimeClass* XNamespace_t1843508170_il2cpp_TypeInfo_var; extern const uint32_t XElementWrapper_GetPrefixOfNamespace_m2446430209_MetadataUsageId; extern const uint32_t XmlDocumentTypeWrapper_get_LocalName_m1028833721_MetadataUsageId; extern RuntimeClass* XmlNodeWrapper_t3016097339_il2cpp_TypeInfo_var; extern const uint32_t XmlDocumentWrapper_CreateComment_m2921765478_MetadataUsageId; extern const uint32_t XmlDocumentWrapper_CreateTextNode_m188507184_MetadataUsageId; extern const uint32_t XmlDocumentWrapper_CreateCDataSection_m2295119525_MetadataUsageId; extern const uint32_t XmlDocumentWrapper_CreateWhitespace_m3622247255_MetadataUsageId; extern const uint32_t XmlDocumentWrapper_CreateSignificantWhitespace_m2456853855_MetadataUsageId; extern RuntimeClass* XmlDeclarationWrapper_t2867104133_il2cpp_TypeInfo_var; extern const uint32_t XmlDocumentWrapper_CreateXmlDeclaration_m2742267033_MetadataUsageId; extern RuntimeClass* XmlDocumentTypeWrapper_t2345418247_il2cpp_TypeInfo_var; extern const uint32_t XmlDocumentWrapper_CreateXmlDocumentType_m1608557543_MetadataUsageId; extern const uint32_t XmlDocumentWrapper_CreateProcessingInstruction_m1985859745_MetadataUsageId; extern RuntimeClass* XmlElementWrapper_t3185492177_il2cpp_TypeInfo_var; extern const uint32_t XmlDocumentWrapper_CreateElement_m3921870342_MetadataUsageId; extern const uint32_t XmlDocumentWrapper_CreateElement_m2644790724_MetadataUsageId; extern const uint32_t XmlDocumentWrapper_CreateAttribute_m1483164800_MetadataUsageId; extern const uint32_t XmlDocumentWrapper_CreateAttribute_m3446173667_MetadataUsageId; extern const uint32_t XmlDocumentWrapper_get_DocumentElement_m812762667_MetadataUsageId; extern RuntimeClass* XmlAttribute_t1173852259_il2cpp_TypeInfo_var; extern const uint32_t XmlElementWrapper_SetAttributeNode_m3046335231_MetadataUsageId; extern RuntimeClass* NameTable_t3178203267_il2cpp_TypeInfo_var; extern RuntimeClass* XmlNamespaceManager_t418790500_il2cpp_TypeInfo_var; extern const uint32_t XmlNodeConverter_WriteJson_m2074708602_MetadataUsageId; extern RuntimeClass* XObject_t1119084474_il2cpp_TypeInfo_var; extern RuntimeClass* XmlNode_t3767805227_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlNodeConverter_WrapXml_m3125834721_RuntimeMethod_var; extern String_t* _stringLiteral3083382190; extern const uint32_t XmlNodeConverter_WrapXml_m3125834721_MetadataUsageId; extern const RuntimeMethod* List_1_Reverse_m3807049761_RuntimeMethod_var; extern String_t* _stringLiteral2829469855; extern const uint32_t XmlNodeConverter_PushParentNamespaces_m3595970126_MetadataUsageId; extern RuntimeClass* XmlConvert_t1981561327_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3452614550; extern const uint32_t XmlNodeConverter_ResolveFullName_m2660318509_MetadataUsageId; extern RuntimeClass* XmlNodeType_t1672767151_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlNodeConverter_GetPropertyName_m1214423336_RuntimeMethod_var; extern String_t* _stringLiteral1185000618; extern String_t* _stringLiteral3452614524; extern String_t* _stringLiteral3452614624; extern String_t* _stringLiteral3841790420; extern String_t* _stringLiteral1704856999; extern String_t* _stringLiteral3452614545; extern String_t* _stringLiteral3452614527; extern String_t* _stringLiteral3932363850; extern String_t* _stringLiteral1556661878; extern String_t* _stringLiteral2649583896; extern String_t* _stringLiteral1653520728; extern String_t* _stringLiteral684489543; extern const uint32_t XmlNodeConverter_GetPropertyName_m1214423336_MetadataUsageId; extern String_t* _stringLiteral4007974638; extern const uint32_t XmlNodeConverter_IsArray_m2417693447_MetadataUsageId; extern RuntimeClass* Dictionary_2_t1826770852_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m2571795769_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m3940440176_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m4053596506_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m4257429706_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m2458029339_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m196951611_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m2539728080_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Key_m2454529781_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m3083319577_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m3038922894_RuntimeMethod_var; extern const uint32_t XmlNodeConverter_SerializeGroupedNodes_m1549457347_MetadataUsageId; extern RuntimeClass* IXmlElement_t1496947789_il2cpp_TypeInfo_var; extern RuntimeClass* IXmlDeclaration_t3727250237_il2cpp_TypeInfo_var; extern RuntimeClass* IXmlDocumentType_t2566236775_il2cpp_TypeInfo_var; extern const RuntimeMethod* CollectionUtils_IsNullOrEmpty_TisIXmlNode_t569439811_m982799948_RuntimeMethod_var; extern const RuntimeMethod* XmlNodeConverter_SerializeNode_m582190384_RuntimeMethod_var; extern String_t* _stringLiteral1914678369; extern String_t* _stringLiteral3907865926; extern String_t* _stringLiteral239840542; extern String_t* _stringLiteral2730273782; extern String_t* _stringLiteral479323656; extern String_t* _stringLiteral3287063814; extern String_t* _stringLiteral2830718721; extern String_t* _stringLiteral1723379823; extern const uint32_t XmlNodeConverter_SerializeNode_m582190384_MetadataUsageId; extern const uint32_t XmlNodeConverter_AllSameName_m568376781_MetadataUsageId; extern const RuntimeType* XObject_t1119084474_0_0_0_var; extern const RuntimeType* XDocument_t1376419702_0_0_0_var; extern const RuntimeType* XElement_t4185968754_0_0_0_var; extern const RuntimeType* XmlNode_t3767805227_0_0_0_var; extern const RuntimeType* XmlDocument_t2837193595_0_0_0_var; extern RuntimeClass* XmlDocument_t2837193595_il2cpp_TypeInfo_var; extern RuntimeClass* XmlDocumentWrapper_t3575962533_il2cpp_TypeInfo_var; extern RuntimeClass* IXmlDocument_t2842458485_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlNodeConverter_ReadJson_m198800262_RuntimeMethod_var; extern String_t* _stringLiteral1571441517; extern String_t* _stringLiteral3501901588; extern String_t* _stringLiteral3416560899; extern String_t* _stringLiteral563170929; extern const uint32_t XmlNodeConverter_ReadJson_m198800262_MetadataUsageId; extern String_t* _stringLiteral1672065646; extern const uint32_t XmlNodeConverter_DeserializeValue_m967285990_MetadataUsageId; extern const RuntimeMethod* XmlNodeConverter_ReadElement_m2270534709_RuntimeMethod_var; extern String_t* _stringLiteral3364743112; extern String_t* _stringLiteral2945250967; extern String_t* _stringLiteral2020913234; extern String_t* _stringLiteral797875914; extern const uint32_t XmlNodeConverter_ReadElement_m2270534709_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m1883005577_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m4125185638_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Key_m3938572407_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m2642806556_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m897800495_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m2198401511_RuntimeMethod_var; extern const uint32_t XmlNodeConverter_CreateElement_m1970318748_MetadataUsageId; extern const uint32_t XmlNodeConverter_AddAttribute_m3737844344_MetadataUsageId; extern const RuntimeMethod* XmlNodeConverter_ConvertTokenToXmlValue_m1215035019_RuntimeMethod_var; extern String_t* _stringLiteral2632739797; extern const uint32_t XmlNodeConverter_ConvertTokenToXmlValue_m1215035019_MetadataUsageId; extern const uint32_t XmlNodeConverter_ReadArrayElements_m478928390_MetadataUsageId; extern String_t* _stringLiteral3245331810; extern String_t* _stringLiteral4002445229; extern String_t* _stringLiteral2041072787; extern const uint32_t XmlNodeConverter_AddJsonArrayAttribute_m2287636000_MetadataUsageId; extern RuntimeClass* Dictionary_2_t1632706988_il2cpp_TypeInfo_var; extern RuntimeClass* Nullable_1_t378540539_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m3302800229_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m633427275_RuntimeMethod_var; extern const RuntimeMethod* XmlNodeConverter_ReadAttributeElements_m807238524_RuntimeMethod_var; extern String_t* _stringLiteral417138101; extern String_t* _stringLiteral3928843229; extern String_t* _stringLiteral266346688; extern const uint32_t XmlNodeConverter_ReadAttributeElements_m807238524_MetadataUsageId; extern const RuntimeMethod* XmlNodeConverter_CreateInstruction_m4147217300_RuntimeMethod_var; extern String_t* _stringLiteral4006809347; extern const uint32_t XmlNodeConverter_CreateInstruction_m4147217300_MetadataUsageId; extern const RuntimeMethod* XmlNodeConverter_CreateDocumentType_m841061965_RuntimeMethod_var; extern const uint32_t XmlNodeConverter_CreateDocumentType_m841061965_MetadataUsageId; extern const uint32_t XmlNodeConverter_CreateElement_m3875165516_MetadataUsageId; extern const RuntimeMethod* XmlNodeConverter_DeserializeNode_m3314376157_RuntimeMethod_var; extern String_t* _stringLiteral1303949968; extern String_t* _stringLiteral531491209; extern const uint32_t XmlNodeConverter_DeserializeNode_m3314376157_MetadataUsageId; extern const uint32_t XmlNodeConverter_IsNamespaceAttribute_m836068376_MetadataUsageId; extern const uint32_t XmlNodeConverter_ValueAttributes_m1202864535_MetadataUsageId; extern const uint32_t XmlNodeConverter_CanConvert_m767579858_MetadataUsageId; extern const RuntimeMethod* List_1__ctor_m447691097_RuntimeMethod_var; extern const uint32_t XmlNodeWrapper_get_ChildNodes_m1252460564_MetadataUsageId; extern RuntimeClass* XmlElement_t561603118_il2cpp_TypeInfo_var; extern RuntimeClass* XmlDeclaration_t679870411_il2cpp_TypeInfo_var; extern RuntimeClass* XmlDocumentType_t4112370061_il2cpp_TypeInfo_var; extern const uint32_t XmlNodeWrapper_WrapNode_m1557801260_MetadataUsageId; extern const uint32_t XmlNodeWrapper_get_Attributes_m165794927_MetadataUsageId; extern const uint32_t XmlNodeWrapper_get_ParentNode_m3399277550_MetadataUsageId; extern const uint32_t XmlNodeWrapper_AppendChild_m1871265848_MetadataUsageId; extern const uint32_t XObjectWrapper_get_ChildNodes_m1999909372_MetadataUsageId; extern RuntimeClass* InvalidOperationException_t56020091_il2cpp_TypeInfo_var; extern const RuntimeMethod* XObjectWrapper_AppendChild_m1683937606_RuntimeMethod_var; extern const uint32_t XObjectWrapper_AppendChild_m1683937606_MetadataUsageId; extern const uint32_t XObjectWrapper__cctor_m156098822_MetadataUsageId; extern const uint32_t XProcessingInstructionWrapper_get_ProcessingInstruction_m3703034521_MetadataUsageId; extern const uint32_t XProcessingInstructionWrapper__ctor_m1335185543_MetadataUsageId; extern const uint32_t XTextWrapper_get_Text_m2517185202_MetadataUsageId; extern const uint32_t XTextWrapper__ctor_m2771181243_MetadataUsageId; extern RuntimeClass* JsonConvert_t3077351166_il2cpp_TypeInfo_var; extern const uint32_t JsonConvert_get_DefaultSettings_m2352210284_MetadataUsageId; extern const uint32_t JsonConvert_set_DefaultSettings_m3427612325_MetadataUsageId; extern RuntimeClass* JsonSerializerSettings_t2139255314_il2cpp_TypeInfo_var; extern RuntimeClass* Func_1_t1569001961_il2cpp_TypeInfo_var; extern const RuntimeMethod* JsonConvert_GetDefaultSettings_m3651338163_RuntimeMethod_var; extern const RuntimeMethod* Func_1__ctor_m1330176475_RuntimeMethod_var; extern String_t* _stringLiteral3875954633; extern String_t* _stringLiteral1202628576; extern String_t* _stringLiteral3079778386; extern String_t* _stringLiteral670053913; extern String_t* _stringLiteral2385296252; extern String_t* _stringLiteral2647588310; extern const uint32_t JsonConvert__cctor_m265204102_MetadataUsageId; extern const uint32_t JsonConvert_GetDefaultSettings_m3651338163_MetadataUsageId; extern const uint32_t JsonConvert_ToString_m3460234951_MetadataUsageId; extern const uint32_t JsonConvert_ToString_m454975570_MetadataUsageId; extern String_t* _stringLiteral3452614638; extern const uint32_t JsonConvert_ToString_m3857511928_MetadataUsageId; extern String_t* _stringLiteral3073726250; extern const uint32_t JsonConvert_EnsureFloatFormat_m3303550856_MetadataUsageId; extern const uint32_t JsonConvert_ToString_m1711181805_MetadataUsageId; extern String_t* _stringLiteral3451565954; extern const uint32_t JsonConvert_EnsureDecimalPlace_m4162199304_MetadataUsageId; extern const uint32_t JsonConvert_EnsureDecimalPlace_m369373634_MetadataUsageId; extern const uint32_t JsonConvert_ToString_m2135690332_MetadataUsageId; extern const uint32_t JsonConvert_ToString_m125651327_MetadataUsageId; extern const uint32_t JsonConvert_ToString_m1331731295_MetadataUsageId; extern RuntimeClass* JavaScriptUtils_t1108575081_il2cpp_TypeInfo_var; extern const RuntimeMethod* JsonConvert_ToString_m1290863720_RuntimeMethod_var; extern String_t* _stringLiteral2051664912; extern String_t* _stringLiteral4128592124; extern const uint32_t JsonConvert_ToString_m1290863720_MetadataUsageId; extern RuntimeClass* StringReader_t3465604688_il2cpp_TypeInfo_var; extern RuntimeClass* JsonTextReader_t262560521_il2cpp_TypeInfo_var; extern const uint32_t JsonConvert_DeserializeObject_m739035730_MetadataUsageId; extern const RuntimeMethod* Collection_1__ctor_m3805327906_RuntimeMethod_var; extern const uint32_t JsonConverterCollection__ctor_m738879032_MetadataUsageId; extern RuntimeClass* JsonPosition_t2528027714_il2cpp_TypeInfo_var; extern const uint32_t JsonPosition__ctor_m1215355640_MetadataUsageId; extern const RuntimeMethod* JsonPosition_CalculateLength_m2960297679_RuntimeMethod_var; extern String_t* _stringLiteral3243520198; extern const uint32_t JsonPosition_CalculateLength_m2960297679_MetadataUsageId; extern String_t* _stringLiteral3450058741; extern String_t* _stringLiteral3458054009; extern const uint32_t JsonPosition_WriteTo_m1350081344_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m592205178_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m4240163880_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_get_HasValue_m2244203425_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m1395530047_RuntimeMethod_var; extern const RuntimeMethod* List_1_GetEnumerator_m177011464_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m3978296017_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m129038534_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m3583473203_RuntimeMethod_var; extern const uint32_t JsonPosition_BuildPath_m2776750612_MetadataUsageId; extern RuntimeClass* IJsonLineInfo_t2844470104_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3452614530; extern String_t* _stringLiteral3452614528; extern String_t* _stringLiteral2811554113; extern String_t* _stringLiteral323735489; extern const uint32_t JsonPosition_FormatMessage_m331598339_MetadataUsageId; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255369____ADFD2E1C801C825415DD53F4F2F72A13B389313C_1_FieldInfo_var; extern const uint32_t JsonPosition__cctor_m1676284614_MetadataUsageId; extern const RuntimeMethod* JsonReader_set_DateTimeZoneHandling_m164192948_RuntimeMethod_var; extern const uint32_t JsonReader_set_DateTimeZoneHandling_m164192948_MetadataUsageId; extern const RuntimeMethod* JsonReader_set_DateParseHandling_m3807032919_RuntimeMethod_var; extern const uint32_t JsonReader_set_DateParseHandling_m3807032919_MetadataUsageId; extern const RuntimeMethod* JsonReader_set_FloatParseHandling_m4261313002_RuntimeMethod_var; extern const uint32_t JsonReader_set_FloatParseHandling_m4261313002_MetadataUsageId; extern const RuntimeMethod* JsonReader_set_MaxDepth_m2549745733_RuntimeMethod_var; extern String_t* _stringLiteral1939948882; extern const uint32_t JsonReader_set_MaxDepth_m2549745733_MetadataUsageId; extern const uint32_t JsonReader_get_Depth_m3828744735_MetadataUsageId; extern const RuntimeMethod* Nullable_1__ctor_m291166727_RuntimeMethod_var; extern const uint32_t JsonReader_get_Path_m2893483569_MetadataUsageId; extern const uint32_t JsonReader_get_Culture_m4025307219_MetadataUsageId; extern const uint32_t JsonReader_GetPosition_m1743712922_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 RuntimeMethod* JsonReader_Push_m932194831_RuntimeMethod_var; extern String_t* _stringLiteral2619507609; extern const uint32_t JsonReader_Push_m932194831_MetadataUsageId; extern const RuntimeMethod* List_1_RemoveAt_m3351128372_RuntimeMethod_var; extern const uint32_t JsonReader_Pop_m1581645082_MetadataUsageId; extern const RuntimeMethod* JsonReader_ReadAsInt32_m409741494_RuntimeMethod_var; extern String_t* _stringLiteral3615226485; extern const uint32_t JsonReader_ReadAsInt32_m409741494_MetadataUsageId; extern const RuntimeMethod* JsonReader_ReadInt32String_m3043907652_RuntimeMethod_var; extern String_t* _stringLiteral3583192845; extern const uint32_t JsonReader_ReadInt32String_m3043907652_MetadataUsageId; extern RuntimeClass* IFormattable_t1450744796_il2cpp_TypeInfo_var; extern RuntimeClass* Uri_t100236324_il2cpp_TypeInfo_var; extern const RuntimeMethod* JsonReader_ReadAsString_m3847429486_RuntimeMethod_var; extern String_t* _stringLiteral3333968665; extern const uint32_t JsonReader_ReadAsString_m3847429486_MetadataUsageId; extern const RuntimeType* Guid_t_0_0_0_var; extern const RuntimeMethod* JsonReader_ReadAsBytes_m327923556_RuntimeMethod_var; extern String_t* _stringLiteral2694121769; extern const uint32_t JsonReader_ReadAsBytes_m327923556_MetadataUsageId; extern const RuntimeMethod* JsonReader_ReadArrayIntoByteArray_m3113362262_RuntimeMethod_var; extern String_t* _stringLiteral4234693647; extern const uint32_t JsonReader_ReadArrayIntoByteArray_m3113362262_MetadataUsageId; extern const RuntimeMethod* Nullable_1__ctor_m3137306314_RuntimeMethod_var; extern const RuntimeMethod* JsonReader_ReadAsDouble_m3650444181_RuntimeMethod_var; extern String_t* _stringLiteral903444449; extern const uint32_t JsonReader_ReadAsDouble_m3650444181_MetadataUsageId; extern const RuntimeMethod* JsonReader_ReadDoubleString_m60456898_RuntimeMethod_var; extern String_t* _stringLiteral2076137696; extern const uint32_t JsonReader_ReadDoubleString_m60456898_MetadataUsageId; extern const RuntimeMethod* Nullable_1__ctor_m1921378621_RuntimeMethod_var; extern const RuntimeMethod* JsonReader_ReadAsBoolean_m377897851_RuntimeMethod_var; extern String_t* _stringLiteral541670115; extern const uint32_t JsonReader_ReadAsBoolean_m377897851_MetadataUsageId; extern const RuntimeMethod* JsonReader_ReadBooleanString_m2191744113_RuntimeMethod_var; extern String_t* _stringLiteral299116425; extern const uint32_t JsonReader_ReadBooleanString_m2191744113_MetadataUsageId; extern const RuntimeMethod* Nullable_1__ctor_m3508690032_RuntimeMethod_var; extern const RuntimeMethod* JsonReader_ReadAsDecimal_m2557576907_RuntimeMethod_var; extern String_t* _stringLiteral3574718635; extern const uint32_t JsonReader_ReadAsDecimal_m2557576907_MetadataUsageId; extern const RuntimeMethod* JsonReader_ReadDecimalString_m3238208687_RuntimeMethod_var; extern String_t* _stringLiteral3159888566; extern const uint32_t JsonReader_ReadDecimalString_m3238208687_MetadataUsageId; extern const RuntimeMethod* Nullable_1__ctor_m614513477_RuntimeMethod_var; extern const RuntimeMethod* JsonReader_ReadAsDateTime_m4147122000_RuntimeMethod_var; extern String_t* _stringLiteral734302635; extern const uint32_t JsonReader_ReadAsDateTime_m4147122000_MetadataUsageId; extern const RuntimeMethod* JsonReader_ReadDateTimeString_m1465151377_RuntimeMethod_var; extern String_t* _stringLiteral1478306881; extern const uint32_t JsonReader_ReadDateTimeString_m1465151377_MetadataUsageId; extern const RuntimeMethod* Nullable_1__ctor_m444749240_RuntimeMethod_var; extern const RuntimeMethod* JsonReader_ReadAsDateTimeOffset_m184128311_RuntimeMethod_var; extern const uint32_t JsonReader_ReadAsDateTimeOffset_m184128311_MetadataUsageId; extern const RuntimeMethod* JsonReader_ReadDateTimeOffsetString_m3882296690_RuntimeMethod_var; extern String_t* _stringLiteral198662089; extern const uint32_t JsonReader_ReadDateTimeOffsetString_m3882296690_MetadataUsageId; extern const RuntimeMethod* JsonReader_ReaderReadAndAssert_m3011377669_RuntimeMethod_var; extern const uint32_t JsonReader_ReaderReadAndAssert_m3011377669_MetadataUsageId; extern String_t* _stringLiteral1980716523; extern const uint32_t JsonReader_CreateUnexpectedEndException_m3856042659_MetadataUsageId; extern const RuntimeMethod* JsonReader_ReadIntoWrappedTypeObject_m4012548808_RuntimeMethod_var; extern String_t* _stringLiteral3021064759; extern const uint32_t JsonReader_ReadIntoWrappedTypeObject_m4012548808_MetadataUsageId; extern const uint32_t JsonReader_SetToken_m1343918653_MetadataUsageId; extern RuntimeClass* JsonContainerType_t3191599701_il2cpp_TypeInfo_var; extern const RuntimeMethod* JsonReader_ValidateEnd_m1840527547_RuntimeMethod_var; extern String_t* _stringLiteral221561960; extern const uint32_t JsonReader_ValidateEnd_m1840527547_MetadataUsageId; extern const RuntimeMethod* JsonReader_SetStateBasedOnCurrent_m463566957_RuntimeMethod_var; extern String_t* _stringLiteral1435365871; extern const uint32_t JsonReader_SetStateBasedOnCurrent_m463566957_MetadataUsageId; extern const RuntimeMethod* JsonReader_GetTypeForCloseToken_m2456727280_RuntimeMethod_var; extern String_t* _stringLiteral1583642383; extern const uint32_t JsonReader_GetTypeForCloseToken_m2456727280_MetadataUsageId; extern const RuntimeMethod* JsonReader_ReadAndAssert_m598255277_RuntimeMethod_var; extern const uint32_t JsonReader_ReadAndAssert_m598255277_MetadataUsageId; extern const uint32_t JsonReaderException_Create_m2222547458_MetadataUsageId; extern RuntimeClass* JsonReaderException_t3553144781_il2cpp_TypeInfo_var; extern const uint32_t JsonReaderException_Create_m802993940_MetadataUsageId; extern const uint32_t JsonSerializationException_Create_m282508658_MetadataUsageId; extern const uint32_t JsonSerializationException_Create_m2499019280_MetadataUsageId; extern RuntimeClass* EventHandler_1_t2935836205_il2cpp_TypeInfo_var; extern const uint32_t JsonSerializer_add_Error_m2767448421_MetadataUsageId; extern const uint32_t JsonSerializer_remove_Error_m3893951396_MetadataUsageId; extern RuntimeClass* ArgumentNullException_t1615371798_il2cpp_TypeInfo_var; extern const RuntimeMethod* JsonSerializer_set_ReferenceResolver_m1435767324_RuntimeMethod_var; extern String_t* _stringLiteral4167941124; extern const uint32_t JsonSerializer_set_ReferenceResolver_m1435767324_MetadataUsageId; extern const RuntimeMethod* JsonSerializer_set_Binder_m4127400289_RuntimeMethod_var; extern String_t* _stringLiteral371139347; extern const uint32_t JsonSerializer_set_Binder_m4127400289_MetadataUsageId; extern const RuntimeMethod* JsonSerializer_set_TypeNameHandling_m3283893687_RuntimeMethod_var; extern const uint32_t JsonSerializer_set_TypeNameHandling_m3283893687_MetadataUsageId; extern const RuntimeMethod* JsonSerializer_set_TypeNameAssemblyFormat_m2926073337_RuntimeMethod_var; extern const uint32_t JsonSerializer_set_TypeNameAssemblyFormat_m2926073337_MetadataUsageId; extern const RuntimeMethod* JsonSerializer_set_PreserveReferencesHandling_m714434798_RuntimeMethod_var; extern const uint32_t JsonSerializer_set_PreserveReferencesHandling_m714434798_MetadataUsageId; extern const RuntimeMethod* JsonSerializer_set_ReferenceLoopHandling_m2966417035_RuntimeMethod_var; extern const uint32_t JsonSerializer_set_ReferenceLoopHandling_m2966417035_MetadataUsageId; extern const RuntimeMethod* JsonSerializer_set_MissingMemberHandling_m3330213965_RuntimeMethod_var; extern const uint32_t JsonSerializer_set_MissingMemberHandling_m3330213965_MetadataUsageId; extern const RuntimeMethod* JsonSerializer_set_NullValueHandling_m4227161183_RuntimeMethod_var; extern const uint32_t JsonSerializer_set_NullValueHandling_m4227161183_MetadataUsageId; extern const RuntimeMethod* JsonSerializer_set_DefaultValueHandling_m4288087374_RuntimeMethod_var; extern const uint32_t JsonSerializer_set_DefaultValueHandling_m4288087374_MetadataUsageId; extern const RuntimeMethod* JsonSerializer_set_ObjectCreationHandling_m2704789129_RuntimeMethod_var; extern const uint32_t JsonSerializer_set_ObjectCreationHandling_m2704789129_MetadataUsageId; extern const RuntimeMethod* JsonSerializer_set_ConstructorHandling_m2469705446_RuntimeMethod_var; extern const uint32_t JsonSerializer_set_ConstructorHandling_m2469705446_MetadataUsageId; extern const RuntimeMethod* JsonSerializer_set_MetadataPropertyHandling_m3353658830_RuntimeMethod_var; extern const uint32_t JsonSerializer_set_MetadataPropertyHandling_m3353658830_MetadataUsageId; extern RuntimeClass* JsonConverterCollection_t3675964822_il2cpp_TypeInfo_var; extern const uint32_t JsonSerializer_get_Converters_m2461869690_MetadataUsageId; extern const uint32_t JsonSerializer_set_ContractResolver_m2634850991_MetadataUsageId; extern const RuntimeMethod* Nullable_1_get_HasValue_m3206831396_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m2119174086_RuntimeMethod_var; extern const uint32_t JsonSerializer_get_CheckAdditionalContent_m377290787_MetadataUsageId; extern const uint32_t JsonSerializer_set_CheckAdditionalContent_m1500244512_MetadataUsageId; extern const uint32_t JsonSerializer_IsCheckAdditionalContentSet_m820149298_MetadataUsageId; extern RuntimeClass* DefaultSerializationBinder_t1281536470_il2cpp_TypeInfo_var; extern const uint32_t JsonSerializer__ctor_m961476747_MetadataUsageId; extern RuntimeClass* JsonSerializer_t1424496335_il2cpp_TypeInfo_var; extern const uint32_t JsonSerializer_Create_m1222097368_MetadataUsageId; extern const RuntimeMethod* Func_1_Invoke_m3078544831_RuntimeMethod_var; extern const uint32_t JsonSerializer_CreateDefault_m1062012334_MetadataUsageId; extern RuntimeClass* IList_1_t2862426328_il2cpp_TypeInfo_var; extern RuntimeClass* ICollection_1_t3875258779_il2cpp_TypeInfo_var; extern const RuntimeMethod* CollectionUtils_IsNullOrEmpty_TisJsonConverter_t1047106545_m3562105067_RuntimeMethod_var; extern const RuntimeMethod* Collection_1_Insert_m2051406015_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_get_HasValue_m772260800_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_get_HasValue_m885301859_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_get_HasValue_m3081697230_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_get_HasValue_m77919780_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_get_HasValue_m3254789393_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_get_HasValue_m1584743840_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_get_HasValue_m2699568762_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_m3852945211_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_get_HasValue_m705675263_RuntimeMethod_var; extern const RuntimeMethod* Func_1_Invoke_m2303609512_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_get_HasValue_m4266842741_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_get_HasValue_m212809423_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_get_HasValue_m71992865_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_get_HasValue_m826473069_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_get_HasValue_m3994449165_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_get_HasValue_m1804609745_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_get_HasValue_m633545390_RuntimeMethod_var; extern const uint32_t JsonSerializer_ApplySerializerSettings_m4088522006_MetadataUsageId; extern RuntimeClass* ITraceWriter_t2623073143_il2cpp_TypeInfo_var; extern RuntimeClass* TraceJsonReader_t740636742_il2cpp_TypeInfo_var; extern RuntimeClass* JsonSerializerInternalReader_t927352408_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3529812268; extern String_t* _stringLiteral2833503317; extern const uint32_t JsonSerializer_PopulateInternal_m393332859_MetadataUsageId; extern const uint32_t JsonSerializer_DeserializeInternal_m213313314_MetadataUsageId; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m831034040_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1__ctor_m4209838479_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m3035377239_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1__ctor_m4189365113_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m1870258506_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1__ctor_m2969476024_RuntimeMethod_var; extern const uint32_t JsonSerializer_SetupReader_m3844689115_MetadataUsageId; extern const uint32_t JsonSerializer_ResetReader_m3114916479_MetadataUsageId; extern RuntimeClass* TraceJsonWriter_t1833403397_il2cpp_TypeInfo_var; extern RuntimeClass* JsonSerializerInternalWriter_t3588727337_il2cpp_TypeInfo_var; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m860959062_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1__ctor_m334053534_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m1120472299_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1__ctor_m878665411_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m1386614888_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1__ctor_m358560032_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m419728216_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1__ctor_m2979764839_RuntimeMethod_var; extern String_t* _stringLiteral3644575098; extern const uint32_t JsonSerializer_SerializeInternal_m2111065548_MetadataUsageId; extern RuntimeClass* DefaultReferenceResolver_t3322505560_il2cpp_TypeInfo_var; extern const uint32_t JsonSerializer_GetReferenceResolver_m183251564_MetadataUsageId; extern const uint32_t JsonSerializer_GetMatchingConverter_m3146147673_MetadataUsageId; extern const RuntimeMethod* EventHandler_1_Invoke_m1556849528_RuntimeMethod_var; extern const uint32_t JsonSerializer_OnError_m1335991628_MetadataUsageId; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m1029630399_RuntimeMethod_var; extern const uint32_t JsonSerializerSettings_get_ReferenceLoopHandling_m39743470_MetadataUsageId; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m3269469524_RuntimeMethod_var; extern const uint32_t JsonSerializerSettings_get_MissingMemberHandling_m4211449336_MetadataUsageId; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m2614807845_RuntimeMethod_var; extern const uint32_t JsonSerializerSettings_get_ObjectCreationHandling_m305268241_MetadataUsageId; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m1866108172_RuntimeMethod_var; extern const uint32_t JsonSerializerSettings_get_NullValueHandling_m3816547949_MetadataUsageId; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m880978787_RuntimeMethod_var; extern const uint32_t JsonSerializerSettings_get_DefaultValueHandling_m506469495_MetadataUsageId; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m1807021028_RuntimeMethod_var; extern const uint32_t JsonSerializerSettings_get_PreserveReferencesHandling_m822891278_MetadataUsageId; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m2852219950_RuntimeMethod_var; extern const uint32_t JsonSerializerSettings_get_TypeNameHandling_m2174410797_MetadataUsageId; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m1441879184_RuntimeMethod_var; extern const uint32_t JsonSerializerSettings_get_MetadataPropertyHandling_m3997336051_MetadataUsageId; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m1391030392_RuntimeMethod_var; extern const uint32_t JsonSerializerSettings_get_TypeNameAssemblyFormat_m3779212635_MetadataUsageId; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m580894237_RuntimeMethod_var; extern const uint32_t JsonSerializerSettings_get_ConstructorHandling_m3320644544_MetadataUsageId; extern const RuntimeMethod* Nullable_1_GetValueOrDefault_m215098106_RuntimeMethod_var; extern const uint32_t JsonSerializerSettings_get_Context_m2462579269_MetadataUsageId; extern const uint32_t JsonSerializerSettings__cctor_m1779165470_MetadataUsageId; extern RuntimeClass* List_1_t2519181287_il2cpp_TypeInfo_var; extern RuntimeClass* HashSetConverter_t587720113_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m3350611764_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m2842216030_RuntimeMethod_var; extern const uint32_t JsonSerializerSettings__ctor_m2533663507_MetadataUsageId; extern const RuntimeMethod* JsonTextReader__ctor_m3676631220_RuntimeMethod_var; extern const uint32_t JsonTextReader__ctor_m3676631220_MetadataUsageId; extern const uint32_t JsonTextReader_ParseString_m3630476145_MetadataUsageId; extern const RuntimeMethod* JsonTextReader_Read_m2461759731_RuntimeMethod_var; extern String_t* _stringLiteral2485501798; extern String_t* _stringLiteral3354985082; extern const uint32_t JsonTextReader_Read_m2461759731_MetadataUsageId; extern const uint32_t JsonTextReader_ReadAsInt32_m2783902737_MetadataUsageId; extern const uint32_t JsonTextReader_ReadAsDateTime_m2984673954_MetadataUsageId; extern const uint32_t JsonTextReader_ReadAsString_m2832982307_MetadataUsageId; extern const RuntimeMethod* JsonTextReader_ReadAsBytes_m4145678395_RuntimeMethod_var; extern const uint32_t JsonTextReader_ReadAsBytes_m4145678395_MetadataUsageId; extern RuntimeClass* Nullable_1_t1166124571_il2cpp_TypeInfo_var; extern RuntimeClass* Nullable_1_t656882293_il2cpp_TypeInfo_var; extern const RuntimeMethod* JsonTextReader_ReadStringValue_m424544213_RuntimeMethod_var; extern String_t* _stringLiteral4209467131; extern const uint32_t JsonTextReader_ReadStringValue_m424544213_MetadataUsageId; extern String_t* _stringLiteral674040215; extern const uint32_t JsonTextReader_CreateUnexpectedCharacterException_m1949152881_MetadataUsageId; extern const RuntimeMethod* JsonTextReader_ReadAsBoolean_m2775579873_RuntimeMethod_var; extern const uint32_t JsonTextReader_ReadAsBoolean_m2775579873_MetadataUsageId; extern const RuntimeMethod* JsonTextReader_ProcessValueComma_m1438573467_RuntimeMethod_var; extern const uint32_t JsonTextReader_ProcessValueComma_m1438573467_MetadataUsageId; extern RuntimeClass* Nullable_1_t375854166_il2cpp_TypeInfo_var; extern RuntimeClass* Nullable_1_t2317227445_il2cpp_TypeInfo_var; extern const RuntimeMethod* JsonTextReader_ReadNumberValue_m2855532009_RuntimeMethod_var; extern const uint32_t JsonTextReader_ReadNumberValue_m2855532009_MetadataUsageId; extern const uint32_t JsonTextReader_ReadAsDateTimeOffset_m3586199824_MetadataUsageId; extern const uint32_t JsonTextReader_ReadAsDecimal_m1892006206_MetadataUsageId; extern const uint32_t JsonTextReader_ReadAsDouble_m2476350150_MetadataUsageId; extern const RuntimeMethod* JsonTextReader_HandleNull_m2453302360_RuntimeMethod_var; extern const uint32_t JsonTextReader_HandleNull_m2453302360_MetadataUsageId; extern const RuntimeMethod* JsonTextReader_ReadFinished_m2542728318_RuntimeMethod_var; extern const uint32_t JsonTextReader_ReadFinished_m2542728318_MetadataUsageId; extern const RuntimeMethod* JsonTextReader_ReadStringIntoBuffer_m3642681009_RuntimeMethod_var; extern String_t* _stringLiteral2539889039; extern String_t* _stringLiteral1405088237; extern String_t* _stringLiteral3452614644; extern const uint32_t JsonTextReader_ReadStringIntoBuffer_m3642681009_MetadataUsageId; extern const RuntimeMethod* JsonTextReader_ParseUnicode_m779806137_RuntimeMethod_var; extern String_t* _stringLiteral3893113249; extern const uint32_t JsonTextReader_ParseUnicode_m779806137_MetadataUsageId; extern const RuntimeMethod* JsonTextReader_ReadNumberIntoBuffer_m2687473644_RuntimeMethod_var; extern String_t* _stringLiteral2819806526; extern const uint32_t JsonTextReader_ReadNumberIntoBuffer_m2687473644_MetadataUsageId; extern const RuntimeMethod* JsonTextReader_ParsePostValue_m388248165_RuntimeMethod_var; extern String_t* _stringLiteral633541858; extern const uint32_t JsonTextReader_ParsePostValue_m388248165_MetadataUsageId; extern const uint32_t JsonTextReader_ParseObject_m2895069601_MetadataUsageId; extern const RuntimeMethod* JsonTextReader_ParseProperty_m3368559874_RuntimeMethod_var; extern String_t* _stringLiteral2596921171; extern String_t* _stringLiteral3542364575; extern const uint32_t JsonTextReader_ParseProperty_m3368559874_MetadataUsageId; extern const uint32_t JsonTextReader_ValidIdentifierChar_m15930212_MetadataUsageId; extern const RuntimeMethod* JsonTextReader_ParseUnquotedProperty_m1380942179_RuntimeMethod_var; extern String_t* _stringLiteral2829998763; extern String_t* _stringLiteral1020909378; extern const uint32_t JsonTextReader_ParseUnquotedProperty_m1380942179_MetadataUsageId; extern const RuntimeMethod* JsonTextReader_ParseValue_m4237773129_RuntimeMethod_var; extern const uint32_t JsonTextReader_ParseValue_m4237773129_MetadataUsageId; extern const uint32_t JsonTextReader_EatWhitespace_m1930379663_MetadataUsageId; extern const RuntimeMethod* JsonTextReader_ParseConstructor_m305110786_RuntimeMethod_var; extern String_t* _stringLiteral2149933273; extern String_t* _stringLiteral2982434706; extern String_t* _stringLiteral2807669601; extern String_t* _stringLiteral2299864459; extern const uint32_t JsonTextReader_ParseConstructor_m305110786_MetadataUsageId; extern const RuntimeMethod* JsonTextReader_ParseNumber_m3653509115_RuntimeMethod_var; extern String_t* _stringLiteral3456284560; extern String_t* _stringLiteral3017728276; extern String_t* _stringLiteral596634714; extern String_t* _stringLiteral658094327; extern String_t* _stringLiteral3736861414; extern String_t* _stringLiteral1721731383; extern String_t* _stringLiteral4146820249; extern const uint32_t JsonTextReader_ParseNumber_m3653509115_MetadataUsageId; extern const RuntimeMethod* JsonTextReader_ParseComment_m1674117207_RuntimeMethod_var; extern String_t* _stringLiteral3344698755; extern String_t* _stringLiteral2478074743; extern const uint32_t JsonTextReader_ParseComment_m1674117207_MetadataUsageId; extern const RuntimeMethod* JsonTextReader_MatchValue_m1431692368_RuntimeMethod_var; extern const uint32_t JsonTextReader_MatchValue_m1431692368_MetadataUsageId; extern const uint32_t JsonTextReader_IsSeparator_m1799965531_MetadataUsageId; extern const RuntimeMethod* JsonTextReader_ParseTrue_m2933892020_RuntimeMethod_var; extern String_t* _stringLiteral798778352; extern const uint32_t JsonTextReader_ParseTrue_m2933892020_MetadataUsageId; extern const RuntimeMethod* JsonTextReader_ParseNull_m4121411438_RuntimeMethod_var; extern String_t* _stringLiteral1276311441; extern const uint32_t JsonTextReader_ParseNull_m4121411438_MetadataUsageId; extern const RuntimeMethod* JsonTextReader_ParseUndefined_m2416164703_RuntimeMethod_var; extern String_t* _stringLiteral3518589659; extern const uint32_t JsonTextReader_ParseUndefined_m2416164703_MetadataUsageId; extern const RuntimeMethod* JsonTextReader_ParseFalse_m4024819254_RuntimeMethod_var; extern const uint32_t JsonTextReader_ParseFalse_m4024819254_MetadataUsageId; extern const RuntimeMethod* JsonTextReader_ParseNumberNegativeInfinity_m251185097_RuntimeMethod_var; extern String_t* _stringLiteral3857103471; extern String_t* _stringLiteral739225983; extern const uint32_t JsonTextReader_ParseNumberNegativeInfinity_m251185097_MetadataUsageId; extern const RuntimeMethod* JsonTextReader_ParseNumberPositiveInfinity_m4259567193_RuntimeMethod_var; extern String_t* _stringLiteral2351130718; extern String_t* _stringLiteral3863298428; extern const uint32_t JsonTextReader_ParseNumberPositiveInfinity_m4259567193_MetadataUsageId; extern const RuntimeMethod* JsonTextReader_ParseNumberNaN_m1061667244_RuntimeMethod_var; extern String_t* _stringLiteral1917332014; extern String_t* _stringLiteral1970614611; extern const uint32_t JsonTextReader_ParseNumberNaN_m1061667244_MetadataUsageId; struct ByteU5BU5D_t4116647657; struct CharU5BU5D_t3528271667; struct TypeU5BU5D_t3940880105; struct StringU5BU5D_t1281789340; struct ObjectU5BU5D_t2843939325; #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 U3CMODULEU3E_T692745563_H #define U3CMODULEU3E_T692745563_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // struct U3CModuleU3E_t692745563 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CMODULEU3E_T692745563_H #ifndef U3CU3EC__DISPLAYCLASS90_0_T3738200698_H #define U3CU3EC__DISPLAYCLASS90_0_T3738200698_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonSerializerSettings/<>c__DisplayClass90_0 struct U3CU3Ec__DisplayClass90_0_t3738200698 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CU3EC__DISPLAYCLASS90_0_T3738200698_H #ifndef LIST_1_T2519181287_H #define LIST_1_T2519181287_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_t2519181287 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items JsonConverterU5BU5D_t155849004* ____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_t2519181287, ____items_1)); } inline JsonConverterU5BU5D_t155849004* get__items_1() const { return ____items_1; } inline JsonConverterU5BU5D_t155849004** get_address_of__items_1() { return &____items_1; } inline void set__items_1(JsonConverterU5BU5D_t155849004* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2519181287, ____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_t2519181287, ____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_t2519181287_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray JsonConverterU5BU5D_t155849004* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2519181287_StaticFields, ___EmptyArray_4)); } inline JsonConverterU5BU5D_t155849004* get_EmptyArray_4() const { return ___EmptyArray_4; } inline JsonConverterU5BU5D_t155849004** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(JsonConverterU5BU5D_t155849004* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2519181287_H #ifndef BINARYREADER_T2428077293_H #define BINARYREADER_T2428077293_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.BinaryReader struct BinaryReader_t2428077293 : public RuntimeObject { public: // System.IO.Stream System.IO.BinaryReader::m_stream Stream_t1273022909 * ___m_stream_0; // System.Text.Encoding System.IO.BinaryReader::m_encoding Encoding_t1523322056 * ___m_encoding_1; // System.Byte[] System.IO.BinaryReader::m_buffer ByteU5BU5D_t4116647657* ___m_buffer_2; // System.Text.Decoder System.IO.BinaryReader::decoder Decoder_t2204182725 * ___decoder_3; // System.Char[] System.IO.BinaryReader::charBuffer CharU5BU5D_t3528271667* ___charBuffer_4; // System.Boolean System.IO.BinaryReader::m_disposed bool ___m_disposed_5; public: inline static int32_t get_offset_of_m_stream_0() { return static_cast(offsetof(BinaryReader_t2428077293, ___m_stream_0)); } inline Stream_t1273022909 * get_m_stream_0() const { return ___m_stream_0; } inline Stream_t1273022909 ** get_address_of_m_stream_0() { return &___m_stream_0; } inline void set_m_stream_0(Stream_t1273022909 * value) { ___m_stream_0 = value; Il2CppCodeGenWriteBarrier((&___m_stream_0), value); } inline static int32_t get_offset_of_m_encoding_1() { return static_cast(offsetof(BinaryReader_t2428077293, ___m_encoding_1)); } inline Encoding_t1523322056 * get_m_encoding_1() const { return ___m_encoding_1; } inline Encoding_t1523322056 ** get_address_of_m_encoding_1() { return &___m_encoding_1; } inline void set_m_encoding_1(Encoding_t1523322056 * value) { ___m_encoding_1 = value; Il2CppCodeGenWriteBarrier((&___m_encoding_1), value); } inline static int32_t get_offset_of_m_buffer_2() { return static_cast(offsetof(BinaryReader_t2428077293, ___m_buffer_2)); } inline ByteU5BU5D_t4116647657* get_m_buffer_2() const { return ___m_buffer_2; } inline ByteU5BU5D_t4116647657** get_address_of_m_buffer_2() { return &___m_buffer_2; } inline void set_m_buffer_2(ByteU5BU5D_t4116647657* value) { ___m_buffer_2 = value; Il2CppCodeGenWriteBarrier((&___m_buffer_2), value); } inline static int32_t get_offset_of_decoder_3() { return static_cast(offsetof(BinaryReader_t2428077293, ___decoder_3)); } inline Decoder_t2204182725 * get_decoder_3() const { return ___decoder_3; } inline Decoder_t2204182725 ** get_address_of_decoder_3() { return &___decoder_3; } inline void set_decoder_3(Decoder_t2204182725 * value) { ___decoder_3 = value; Il2CppCodeGenWriteBarrier((&___decoder_3), value); } inline static int32_t get_offset_of_charBuffer_4() { return static_cast(offsetof(BinaryReader_t2428077293, ___charBuffer_4)); } inline CharU5BU5D_t3528271667* get_charBuffer_4() const { return ___charBuffer_4; } inline CharU5BU5D_t3528271667** get_address_of_charBuffer_4() { return &___charBuffer_4; } inline void set_charBuffer_4(CharU5BU5D_t3528271667* value) { ___charBuffer_4 = value; Il2CppCodeGenWriteBarrier((&___charBuffer_4), value); } inline static int32_t get_offset_of_m_disposed_5() { return static_cast(offsetof(BinaryReader_t2428077293, ___m_disposed_5)); } inline bool get_m_disposed_5() const { return ___m_disposed_5; } inline bool* get_address_of_m_disposed_5() { return &___m_disposed_5; } inline void set_m_disposed_5(bool value) { ___m_disposed_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BINARYREADER_T2428077293_H #ifndef DEFAULTREFERENCERESOLVER_T3322505560_H #define DEFAULTREFERENCERESOLVER_T3322505560_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.DefaultReferenceResolver struct DefaultReferenceResolver_t3322505560 : public RuntimeObject { public: // System.Int32 Newtonsoft.Json.Serialization.DefaultReferenceResolver::_referenceCount int32_t ____referenceCount_0; public: inline static int32_t get_offset_of__referenceCount_0() { return static_cast(offsetof(DefaultReferenceResolver_t3322505560, ____referenceCount_0)); } inline int32_t get__referenceCount_0() const { return ____referenceCount_0; } inline int32_t* get_address_of__referenceCount_0() { return &____referenceCount_0; } inline void set__referenceCount_0(int32_t value) { ____referenceCount_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEFAULTREFERENCERESOLVER_T3322505560_H 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 LIST_1_T2041514553_H #define LIST_1_T2041514553_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_t2041514553 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items IXmlNodeU5BU5D_t1449595218* ____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_t2041514553, ____items_1)); } inline IXmlNodeU5BU5D_t1449595218* get__items_1() const { return ____items_1; } inline IXmlNodeU5BU5D_t1449595218** get_address_of__items_1() { return &____items_1; } inline void set__items_1(IXmlNodeU5BU5D_t1449595218* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2041514553, ____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_t2041514553, ____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_t2041514553_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray IXmlNodeU5BU5D_t1449595218* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2041514553_StaticFields, ___EmptyArray_4)); } inline IXmlNodeU5BU5D_t1449595218* get_EmptyArray_4() const { return ___EmptyArray_4; } inline IXmlNodeU5BU5D_t1449595218** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(IXmlNodeU5BU5D_t1449595218* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2041514553_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 LIST_1_T2778069281_H #define LIST_1_T2778069281_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_t2778069281 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ContainerContextU5BU5D_t3065266634* ____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_t2778069281, ____items_1)); } inline ContainerContextU5BU5D_t3065266634* get__items_1() const { return ____items_1; } inline ContainerContextU5BU5D_t3065266634** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ContainerContextU5BU5D_t3065266634* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2778069281, ____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_t2778069281, ____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_t2778069281_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray ContainerContextU5BU5D_t3065266634* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2778069281_StaticFields, ___EmptyArray_4)); } inline ContainerContextU5BU5D_t3065266634* get_EmptyArray_4() const { return ___EmptyArray_4; } inline ContainerContextU5BU5D_t3065266634** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(ContainerContextU5BU5D_t3065266634* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2778069281_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 XDECLARATION_T2907650823_H #define XDECLARATION_T2907650823_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Linq.XDeclaration struct XDeclaration_t2907650823 : public RuntimeObject { public: // System.String System.Xml.Linq.XDeclaration::encoding String_t* ___encoding_0; // System.String System.Xml.Linq.XDeclaration::standalone String_t* ___standalone_1; // System.String System.Xml.Linq.XDeclaration::version String_t* ___version_2; public: inline static int32_t get_offset_of_encoding_0() { return static_cast(offsetof(XDeclaration_t2907650823, ___encoding_0)); } inline String_t* get_encoding_0() const { return ___encoding_0; } inline String_t** get_address_of_encoding_0() { return &___encoding_0; } inline void set_encoding_0(String_t* value) { ___encoding_0 = value; Il2CppCodeGenWriteBarrier((&___encoding_0), value); } inline static int32_t get_offset_of_standalone_1() { return static_cast(offsetof(XDeclaration_t2907650823, ___standalone_1)); } inline String_t* get_standalone_1() const { return ___standalone_1; } inline String_t** get_address_of_standalone_1() { return &___standalone_1; } inline void set_standalone_1(String_t* value) { ___standalone_1 = value; Il2CppCodeGenWriteBarrier((&___standalone_1), value); } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(XDeclaration_t2907650823, ___version_2)); } inline String_t* get_version_2() const { return ___version_2; } inline String_t** get_address_of_version_2() { return &___version_2; } inline void set_version_2(String_t* value) { ___version_2 = value; Il2CppCodeGenWriteBarrier((&___version_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XDECLARATION_T2907650823_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 ENCODING_T1523322056_H #define ENCODING_T1523322056_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.Encoding struct Encoding_t1523322056 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::codePage int32_t ___codePage_0; // System.Int32 System.Text.Encoding::windows_code_page int32_t ___windows_code_page_1; // System.Boolean System.Text.Encoding::is_readonly bool ___is_readonly_2; // System.Text.DecoderFallback System.Text.Encoding::decoder_fallback DecoderFallback_t3123823036 * ___decoder_fallback_3; // System.Text.EncoderFallback System.Text.Encoding::encoder_fallback EncoderFallback_t1188251036 * ___encoder_fallback_4; // System.String System.Text.Encoding::body_name String_t* ___body_name_8; // System.String System.Text.Encoding::encoding_name String_t* ___encoding_name_9; // System.String System.Text.Encoding::header_name String_t* ___header_name_10; // System.Boolean System.Text.Encoding::is_mail_news_display bool ___is_mail_news_display_11; // System.Boolean System.Text.Encoding::is_mail_news_save bool ___is_mail_news_save_12; // System.Boolean System.Text.Encoding::is_browser_save bool ___is_browser_save_13; // System.Boolean System.Text.Encoding::is_browser_display bool ___is_browser_display_14; // System.String System.Text.Encoding::web_name String_t* ___web_name_15; public: inline static int32_t get_offset_of_codePage_0() { return static_cast(offsetof(Encoding_t1523322056, ___codePage_0)); } inline int32_t get_codePage_0() const { return ___codePage_0; } inline int32_t* get_address_of_codePage_0() { return &___codePage_0; } inline void set_codePage_0(int32_t value) { ___codePage_0 = value; } inline static int32_t get_offset_of_windows_code_page_1() { return static_cast(offsetof(Encoding_t1523322056, ___windows_code_page_1)); } inline int32_t get_windows_code_page_1() const { return ___windows_code_page_1; } inline int32_t* get_address_of_windows_code_page_1() { return &___windows_code_page_1; } inline void set_windows_code_page_1(int32_t value) { ___windows_code_page_1 = value; } inline static int32_t get_offset_of_is_readonly_2() { return static_cast(offsetof(Encoding_t1523322056, ___is_readonly_2)); } inline bool get_is_readonly_2() const { return ___is_readonly_2; } inline bool* get_address_of_is_readonly_2() { return &___is_readonly_2; } inline void set_is_readonly_2(bool value) { ___is_readonly_2 = value; } inline static int32_t get_offset_of_decoder_fallback_3() { return static_cast(offsetof(Encoding_t1523322056, ___decoder_fallback_3)); } inline DecoderFallback_t3123823036 * get_decoder_fallback_3() const { return ___decoder_fallback_3; } inline DecoderFallback_t3123823036 ** get_address_of_decoder_fallback_3() { return &___decoder_fallback_3; } inline void set_decoder_fallback_3(DecoderFallback_t3123823036 * value) { ___decoder_fallback_3 = value; Il2CppCodeGenWriteBarrier((&___decoder_fallback_3), value); } inline static int32_t get_offset_of_encoder_fallback_4() { return static_cast(offsetof(Encoding_t1523322056, ___encoder_fallback_4)); } inline EncoderFallback_t1188251036 * get_encoder_fallback_4() const { return ___encoder_fallback_4; } inline EncoderFallback_t1188251036 ** get_address_of_encoder_fallback_4() { return &___encoder_fallback_4; } inline void set_encoder_fallback_4(EncoderFallback_t1188251036 * value) { ___encoder_fallback_4 = value; Il2CppCodeGenWriteBarrier((&___encoder_fallback_4), value); } inline static int32_t get_offset_of_body_name_8() { return static_cast(offsetof(Encoding_t1523322056, ___body_name_8)); } inline String_t* get_body_name_8() const { return ___body_name_8; } inline String_t** get_address_of_body_name_8() { return &___body_name_8; } inline void set_body_name_8(String_t* value) { ___body_name_8 = value; Il2CppCodeGenWriteBarrier((&___body_name_8), value); } inline static int32_t get_offset_of_encoding_name_9() { return static_cast(offsetof(Encoding_t1523322056, ___encoding_name_9)); } inline String_t* get_encoding_name_9() const { return ___encoding_name_9; } inline String_t** get_address_of_encoding_name_9() { return &___encoding_name_9; } inline void set_encoding_name_9(String_t* value) { ___encoding_name_9 = value; Il2CppCodeGenWriteBarrier((&___encoding_name_9), value); } inline static int32_t get_offset_of_header_name_10() { return static_cast(offsetof(Encoding_t1523322056, ___header_name_10)); } inline String_t* get_header_name_10() const { return ___header_name_10; } inline String_t** get_address_of_header_name_10() { return &___header_name_10; } inline void set_header_name_10(String_t* value) { ___header_name_10 = value; Il2CppCodeGenWriteBarrier((&___header_name_10), value); } inline static int32_t get_offset_of_is_mail_news_display_11() { return static_cast(offsetof(Encoding_t1523322056, ___is_mail_news_display_11)); } inline bool get_is_mail_news_display_11() const { return ___is_mail_news_display_11; } inline bool* get_address_of_is_mail_news_display_11() { return &___is_mail_news_display_11; } inline void set_is_mail_news_display_11(bool value) { ___is_mail_news_display_11 = value; } inline static int32_t get_offset_of_is_mail_news_save_12() { return static_cast(offsetof(Encoding_t1523322056, ___is_mail_news_save_12)); } inline bool get_is_mail_news_save_12() const { return ___is_mail_news_save_12; } inline bool* get_address_of_is_mail_news_save_12() { return &___is_mail_news_save_12; } inline void set_is_mail_news_save_12(bool value) { ___is_mail_news_save_12 = value; } inline static int32_t get_offset_of_is_browser_save_13() { return static_cast(offsetof(Encoding_t1523322056, ___is_browser_save_13)); } inline bool get_is_browser_save_13() const { return ___is_browser_save_13; } inline bool* get_address_of_is_browser_save_13() { return &___is_browser_save_13; } inline void set_is_browser_save_13(bool value) { ___is_browser_save_13 = value; } inline static int32_t get_offset_of_is_browser_display_14() { return static_cast(offsetof(Encoding_t1523322056, ___is_browser_display_14)); } inline bool get_is_browser_display_14() const { return ___is_browser_display_14; } inline bool* get_address_of_is_browser_display_14() { return &___is_browser_display_14; } inline void set_is_browser_display_14(bool value) { ___is_browser_display_14 = value; } inline static int32_t get_offset_of_web_name_15() { return static_cast(offsetof(Encoding_t1523322056, ___web_name_15)); } inline String_t* get_web_name_15() const { return ___web_name_15; } inline String_t** get_address_of_web_name_15() { return &___web_name_15; } inline void set_web_name_15(String_t* value) { ___web_name_15 = value; Il2CppCodeGenWriteBarrier((&___web_name_15), value); } }; struct Encoding_t1523322056_StaticFields { public: // System.Reflection.Assembly System.Text.Encoding::i18nAssembly Assembly_t * ___i18nAssembly_5; // System.Boolean System.Text.Encoding::i18nDisabled bool ___i18nDisabled_6; // System.Object[] System.Text.Encoding::encodings ObjectU5BU5D_t2843939325* ___encodings_7; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_t1523322056 * ___asciiEncoding_16; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianEncoding Encoding_t1523322056 * ___bigEndianEncoding_17; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_t1523322056 * ___defaultEncoding_18; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_t1523322056 * ___utf7Encoding_19; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingWithMarkers Encoding_t1523322056 * ___utf8EncodingWithMarkers_20; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingWithoutMarkers Encoding_t1523322056 * ___utf8EncodingWithoutMarkers_21; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_t1523322056 * ___unicodeEncoding_22; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::isoLatin1Encoding Encoding_t1523322056 * ___isoLatin1Encoding_23; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingUnsafe Encoding_t1523322056 * ___utf8EncodingUnsafe_24; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_t1523322056 * ___utf32Encoding_25; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUTF32Encoding Encoding_t1523322056 * ___bigEndianUTF32Encoding_26; // System.Object System.Text.Encoding::lockobj RuntimeObject * ___lockobj_27; public: inline static int32_t get_offset_of_i18nAssembly_5() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___i18nAssembly_5)); } inline Assembly_t * get_i18nAssembly_5() const { return ___i18nAssembly_5; } inline Assembly_t ** get_address_of_i18nAssembly_5() { return &___i18nAssembly_5; } inline void set_i18nAssembly_5(Assembly_t * value) { ___i18nAssembly_5 = value; Il2CppCodeGenWriteBarrier((&___i18nAssembly_5), value); } inline static int32_t get_offset_of_i18nDisabled_6() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___i18nDisabled_6)); } inline bool get_i18nDisabled_6() const { return ___i18nDisabled_6; } inline bool* get_address_of_i18nDisabled_6() { return &___i18nDisabled_6; } inline void set_i18nDisabled_6(bool value) { ___i18nDisabled_6 = value; } inline static int32_t get_offset_of_encodings_7() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___encodings_7)); } inline ObjectU5BU5D_t2843939325* get_encodings_7() const { return ___encodings_7; } inline ObjectU5BU5D_t2843939325** get_address_of_encodings_7() { return &___encodings_7; } inline void set_encodings_7(ObjectU5BU5D_t2843939325* value) { ___encodings_7 = value; Il2CppCodeGenWriteBarrier((&___encodings_7), value); } inline static int32_t get_offset_of_asciiEncoding_16() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___asciiEncoding_16)); } inline Encoding_t1523322056 * get_asciiEncoding_16() const { return ___asciiEncoding_16; } inline Encoding_t1523322056 ** get_address_of_asciiEncoding_16() { return &___asciiEncoding_16; } inline void set_asciiEncoding_16(Encoding_t1523322056 * value) { ___asciiEncoding_16 = value; Il2CppCodeGenWriteBarrier((&___asciiEncoding_16), value); } inline static int32_t get_offset_of_bigEndianEncoding_17() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___bigEndianEncoding_17)); } inline Encoding_t1523322056 * get_bigEndianEncoding_17() const { return ___bigEndianEncoding_17; } inline Encoding_t1523322056 ** get_address_of_bigEndianEncoding_17() { return &___bigEndianEncoding_17; } inline void set_bigEndianEncoding_17(Encoding_t1523322056 * value) { ___bigEndianEncoding_17 = value; Il2CppCodeGenWriteBarrier((&___bigEndianEncoding_17), value); } inline static int32_t get_offset_of_defaultEncoding_18() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___defaultEncoding_18)); } inline Encoding_t1523322056 * get_defaultEncoding_18() const { return ___defaultEncoding_18; } inline Encoding_t1523322056 ** get_address_of_defaultEncoding_18() { return &___defaultEncoding_18; } inline void set_defaultEncoding_18(Encoding_t1523322056 * value) { ___defaultEncoding_18 = value; Il2CppCodeGenWriteBarrier((&___defaultEncoding_18), value); } inline static int32_t get_offset_of_utf7Encoding_19() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf7Encoding_19)); } inline Encoding_t1523322056 * get_utf7Encoding_19() const { return ___utf7Encoding_19; } inline Encoding_t1523322056 ** get_address_of_utf7Encoding_19() { return &___utf7Encoding_19; } inline void set_utf7Encoding_19(Encoding_t1523322056 * value) { ___utf7Encoding_19 = value; Il2CppCodeGenWriteBarrier((&___utf7Encoding_19), value); } inline static int32_t get_offset_of_utf8EncodingWithMarkers_20() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingWithMarkers_20)); } inline Encoding_t1523322056 * get_utf8EncodingWithMarkers_20() const { return ___utf8EncodingWithMarkers_20; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingWithMarkers_20() { return &___utf8EncodingWithMarkers_20; } inline void set_utf8EncodingWithMarkers_20(Encoding_t1523322056 * value) { ___utf8EncodingWithMarkers_20 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingWithMarkers_20), value); } inline static int32_t get_offset_of_utf8EncodingWithoutMarkers_21() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingWithoutMarkers_21)); } inline Encoding_t1523322056 * get_utf8EncodingWithoutMarkers_21() const { return ___utf8EncodingWithoutMarkers_21; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingWithoutMarkers_21() { return &___utf8EncodingWithoutMarkers_21; } inline void set_utf8EncodingWithoutMarkers_21(Encoding_t1523322056 * value) { ___utf8EncodingWithoutMarkers_21 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingWithoutMarkers_21), value); } inline static int32_t get_offset_of_unicodeEncoding_22() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___unicodeEncoding_22)); } inline Encoding_t1523322056 * get_unicodeEncoding_22() const { return ___unicodeEncoding_22; } inline Encoding_t1523322056 ** get_address_of_unicodeEncoding_22() { return &___unicodeEncoding_22; } inline void set_unicodeEncoding_22(Encoding_t1523322056 * value) { ___unicodeEncoding_22 = value; Il2CppCodeGenWriteBarrier((&___unicodeEncoding_22), value); } inline static int32_t get_offset_of_isoLatin1Encoding_23() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___isoLatin1Encoding_23)); } inline Encoding_t1523322056 * get_isoLatin1Encoding_23() const { return ___isoLatin1Encoding_23; } inline Encoding_t1523322056 ** get_address_of_isoLatin1Encoding_23() { return &___isoLatin1Encoding_23; } inline void set_isoLatin1Encoding_23(Encoding_t1523322056 * value) { ___isoLatin1Encoding_23 = value; Il2CppCodeGenWriteBarrier((&___isoLatin1Encoding_23), value); } inline static int32_t get_offset_of_utf8EncodingUnsafe_24() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingUnsafe_24)); } inline Encoding_t1523322056 * get_utf8EncodingUnsafe_24() const { return ___utf8EncodingUnsafe_24; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingUnsafe_24() { return &___utf8EncodingUnsafe_24; } inline void set_utf8EncodingUnsafe_24(Encoding_t1523322056 * value) { ___utf8EncodingUnsafe_24 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingUnsafe_24), value); } inline static int32_t get_offset_of_utf32Encoding_25() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf32Encoding_25)); } inline Encoding_t1523322056 * get_utf32Encoding_25() const { return ___utf32Encoding_25; } inline Encoding_t1523322056 ** get_address_of_utf32Encoding_25() { return &___utf32Encoding_25; } inline void set_utf32Encoding_25(Encoding_t1523322056 * value) { ___utf32Encoding_25 = value; Il2CppCodeGenWriteBarrier((&___utf32Encoding_25), value); } inline static int32_t get_offset_of_bigEndianUTF32Encoding_26() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___bigEndianUTF32Encoding_26)); } inline Encoding_t1523322056 * get_bigEndianUTF32Encoding_26() const { return ___bigEndianUTF32Encoding_26; } inline Encoding_t1523322056 ** get_address_of_bigEndianUTF32Encoding_26() { return &___bigEndianUTF32Encoding_26; } inline void set_bigEndianUTF32Encoding_26(Encoding_t1523322056 * value) { ___bigEndianUTF32Encoding_26 = value; Il2CppCodeGenWriteBarrier((&___bigEndianUTF32Encoding_26), value); } inline static int32_t get_offset_of_lockobj_27() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___lockobj_27)); } inline RuntimeObject * get_lockobj_27() const { return ___lockobj_27; } inline RuntimeObject ** get_address_of_lockobj_27() { return &___lockobj_27; } inline void set_lockobj_27(RuntimeObject * value) { ___lockobj_27 = value; Il2CppCodeGenWriteBarrier((&___lockobj_27), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENCODING_T1523322056_H #ifndef LIST_1_T2602298693_H #define LIST_1_T2602298693_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_t2602298693 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items BsonPropertyU5BU5D_t3757237398* ____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_t2602298693, ____items_1)); } inline BsonPropertyU5BU5D_t3757237398* get__items_1() const { return ____items_1; } inline BsonPropertyU5BU5D_t3757237398** get_address_of__items_1() { return &____items_1; } inline void set__items_1(BsonPropertyU5BU5D_t3757237398* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2602298693, ____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_t2602298693, ____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_t2602298693_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray BsonPropertyU5BU5D_t3757237398* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2602298693_StaticFields, ___EmptyArray_4)); } inline BsonPropertyU5BU5D_t3757237398* get_EmptyArray_4() const { return ___EmptyArray_4; } inline BsonPropertyU5BU5D_t3757237398** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(BsonPropertyU5BU5D_t3757237398* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2602298693_H #ifndef BSONOBJECTID_T3046626253_H #define BSONOBJECTID_T3046626253_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Bson.BsonObjectId struct BsonObjectId_t3046626253 : public RuntimeObject { public: // System.Byte[] Newtonsoft.Json.Bson.BsonObjectId::k__BackingField ByteU5BU5D_t4116647657* ___U3CValueU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CValueU3Ek__BackingField_0() { return static_cast(offsetof(BsonObjectId_t3046626253, ___U3CValueU3Ek__BackingField_0)); } inline ByteU5BU5D_t4116647657* get_U3CValueU3Ek__BackingField_0() const { return ___U3CValueU3Ek__BackingField_0; } inline ByteU5BU5D_t4116647657** get_address_of_U3CValueU3Ek__BackingField_0() { return &___U3CValueU3Ek__BackingField_0; } inline void set_U3CValueU3Ek__BackingField_0(ByteU5BU5D_t4116647657* value) { ___U3CValueU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CValueU3Ek__BackingField_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BSONOBJECTID_T3046626253_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 TEXTREADER_T283511965_H #define TEXTREADER_T283511965_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.TextReader struct TextReader_t283511965 : public RuntimeObject { public: public: }; struct TextReader_t283511965_StaticFields { public: // System.IO.TextReader System.IO.TextReader::Null TextReader_t283511965 * ___Null_0; public: inline static int32_t get_offset_of_Null_0() { return static_cast(offsetof(TextReader_t283511965_StaticFields, ___Null_0)); } inline TextReader_t283511965 * get_Null_0() const { return ___Null_0; } inline TextReader_t283511965 ** get_address_of_Null_0() { return &___Null_0; } inline void set_Null_0(TextReader_t283511965 * value) { ___Null_0 = value; Il2CppCodeGenWriteBarrier((&___Null_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTREADER_T283511965_H #ifndef STRINGBUILDER_T_H #define STRINGBUILDER_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Int32 System.Text.StringBuilder::_length int32_t ____length_1; // System.String System.Text.StringBuilder::_str String_t* ____str_2; // System.String System.Text.StringBuilder::_cached_str String_t* ____cached_str_3; // System.Int32 System.Text.StringBuilder::_maxCapacity int32_t ____maxCapacity_4; public: inline static int32_t get_offset_of__length_1() { return static_cast(offsetof(StringBuilder_t, ____length_1)); } inline int32_t get__length_1() const { return ____length_1; } inline int32_t* get_address_of__length_1() { return &____length_1; } inline void set__length_1(int32_t value) { ____length_1 = value; } inline static int32_t get_offset_of__str_2() { return static_cast(offsetof(StringBuilder_t, ____str_2)); } inline String_t* get__str_2() const { return ____str_2; } inline String_t** get_address_of__str_2() { return &____str_2; } inline void set__str_2(String_t* value) { ____str_2 = value; Il2CppCodeGenWriteBarrier((&____str_2), value); } inline static int32_t get_offset_of__cached_str_3() { return static_cast(offsetof(StringBuilder_t, ____cached_str_3)); } inline String_t* get__cached_str_3() const { return ____cached_str_3; } inline String_t** get_address_of__cached_str_3() { return &____cached_str_3; } inline void set__cached_str_3(String_t* value) { ____cached_str_3 = value; Il2CppCodeGenWriteBarrier((&____cached_str_3), value); } inline static int32_t get_offset_of__maxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ____maxCapacity_4)); } inline int32_t get__maxCapacity_4() const { return ____maxCapacity_4; } inline int32_t* get_address_of__maxCapacity_4() { return &____maxCapacity_4; } inline void set__maxCapacity_4(int32_t value) { ____maxCapacity_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGBUILDER_T_H #ifndef 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 LIST_1_T2606371118_H #define LIST_1_T2606371118_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_t2606371118 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ByteU5BU5D_t4116647657* ____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_t2606371118, ____items_1)); } inline ByteU5BU5D_t4116647657* get__items_1() const { return ____items_1; } inline ByteU5BU5D_t4116647657** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ByteU5BU5D_t4116647657* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2606371118, ____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_t2606371118, ____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_t2606371118_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray ByteU5BU5D_t4116647657* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2606371118_StaticFields, ___EmptyArray_4)); } inline ByteU5BU5D_t4116647657* get_EmptyArray_4() const { return ___EmptyArray_4; } inline ByteU5BU5D_t4116647657** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(ByteU5BU5D_t4116647657* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2606371118_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 SERIALIZATIONBINDER_T274213469_H #define SERIALIZATIONBINDER_T274213469_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.SerializationBinder struct SerializationBinder_t274213469 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERIALIZATIONBINDER_T274213469_H #ifndef 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_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 THREADSAFESTORE_2_T4079379169_H #define THREADSAFESTORE_2_T4079379169_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.ThreadSafeStore`2 struct ThreadSafeStore_2_t4079379169 : public RuntimeObject { public: // System.Object Newtonsoft.Json.Utilities.ThreadSafeStore`2::_lock RuntimeObject * ____lock_0; // System.Collections.Generic.Dictionary`2 Newtonsoft.Json.Utilities.ThreadSafeStore`2::_store Dictionary_2_t3145447073 * ____store_1; // System.Func`2 Newtonsoft.Json.Utilities.ThreadSafeStore`2::_creator Func_2_t1165064999 * ____creator_2; public: inline static int32_t get_offset_of__lock_0() { return static_cast(offsetof(ThreadSafeStore_2_t4079379169, ____lock_0)); } inline RuntimeObject * get__lock_0() const { return ____lock_0; } inline RuntimeObject ** get_address_of__lock_0() { return &____lock_0; } inline void set__lock_0(RuntimeObject * value) { ____lock_0 = value; Il2CppCodeGenWriteBarrier((&____lock_0), value); } inline static int32_t get_offset_of__store_1() { return static_cast(offsetof(ThreadSafeStore_2_t4079379169, ____store_1)); } inline Dictionary_2_t3145447073 * get__store_1() const { return ____store_1; } inline Dictionary_2_t3145447073 ** get_address_of__store_1() { return &____store_1; } inline void set__store_1(Dictionary_2_t3145447073 * value) { ____store_1 = value; Il2CppCodeGenWriteBarrier((&____store_1), value); } inline static int32_t get_offset_of__creator_2() { return static_cast(offsetof(ThreadSafeStore_2_t4079379169, ____creator_2)); } inline Func_2_t1165064999 * get__creator_2() const { return ____creator_2; } inline Func_2_t1165064999 ** get_address_of__creator_2() { return &____creator_2; } inline void set__creator_2(Func_2_t1165064999 * value) { ____creator_2 = value; Il2CppCodeGenWriteBarrier((&____creator_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // THREADSAFESTORE_2_T4079379169_H #ifndef REFLECTIONOBJECT_T701100009_H #define REFLECTIONOBJECT_T701100009_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.ReflectionObject struct ReflectionObject_t701100009 : public RuntimeObject { public: // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Utilities.ReflectionObject::k__BackingField ObjectConstructor_1_t3207922868 * ___U3CCreatorU3Ek__BackingField_0; // System.Collections.Generic.IDictionary`2 Newtonsoft.Json.Utilities.ReflectionObject::k__BackingField RuntimeObject* ___U3CMembersU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CCreatorU3Ek__BackingField_0() { return static_cast(offsetof(ReflectionObject_t701100009, ___U3CCreatorU3Ek__BackingField_0)); } inline ObjectConstructor_1_t3207922868 * get_U3CCreatorU3Ek__BackingField_0() const { return ___U3CCreatorU3Ek__BackingField_0; } inline ObjectConstructor_1_t3207922868 ** get_address_of_U3CCreatorU3Ek__BackingField_0() { return &___U3CCreatorU3Ek__BackingField_0; } inline void set_U3CCreatorU3Ek__BackingField_0(ObjectConstructor_1_t3207922868 * value) { ___U3CCreatorU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CCreatorU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_U3CMembersU3Ek__BackingField_1() { return static_cast(offsetof(ReflectionObject_t701100009, ___U3CMembersU3Ek__BackingField_1)); } inline RuntimeObject* get_U3CMembersU3Ek__BackingField_1() const { return ___U3CMembersU3Ek__BackingField_1; } inline RuntimeObject** get_address_of_U3CMembersU3Ek__BackingField_1() { return &___U3CMembersU3Ek__BackingField_1; } inline void set_U3CMembersU3Ek__BackingField_1(RuntimeObject* value) { ___U3CMembersU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CMembersU3Ek__BackingField_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REFLECTIONOBJECT_T701100009_H #ifndef 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 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 COLLECTION_1_T4286429759_H #define COLLECTION_1_T4286429759_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.ObjectModel.Collection`1 struct Collection_1_t4286429759 : public RuntimeObject { public: // System.Collections.Generic.IList`1 System.Collections.ObjectModel.Collection`1::list RuntimeObject* ___list_0; // System.Object System.Collections.ObjectModel.Collection`1::syncRoot RuntimeObject * ___syncRoot_1; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Collection_1_t4286429759, ___list_0)); } inline RuntimeObject* get_list_0() const { return ___list_0; } inline RuntimeObject** get_address_of_list_0() { return &___list_0; } inline void set_list_0(RuntimeObject* value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((&___list_0), value); } inline static int32_t get_offset_of_syncRoot_1() { return static_cast(offsetof(Collection_1_t4286429759, ___syncRoot_1)); } inline RuntimeObject * get_syncRoot_1() const { return ___syncRoot_1; } inline RuntimeObject ** get_address_of_syncRoot_1() { return &___syncRoot_1; } inline void set_syncRoot_1(RuntimeObject * value) { ___syncRoot_1 = value; Il2CppCodeGenWriteBarrier((&___syncRoot_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLLECTION_1_T4286429759_H #ifndef XNAME_T3751455998_H #define XNAME_T3751455998_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Linq.XName struct XName_t3751455998 : public RuntimeObject { public: // System.String System.Xml.Linq.XName::local String_t* ___local_0; // System.Xml.Linq.XNamespace System.Xml.Linq.XName::ns XNamespace_t1843508170 * ___ns_1; public: inline static int32_t get_offset_of_local_0() { return static_cast(offsetof(XName_t3751455998, ___local_0)); } inline String_t* get_local_0() const { return ___local_0; } inline String_t** get_address_of_local_0() { return &___local_0; } inline void set_local_0(String_t* value) { ___local_0 = value; Il2CppCodeGenWriteBarrier((&___local_0), value); } inline static int32_t get_offset_of_ns_1() { return static_cast(offsetof(XName_t3751455998, ___ns_1)); } inline XNamespace_t1843508170 * get_ns_1() const { return ___ns_1; } inline XNamespace_t1843508170 ** get_address_of_ns_1() { return &___ns_1; } inline void set_ns_1(XNamespace_t1843508170 * value) { ___ns_1 = value; Il2CppCodeGenWriteBarrier((&___ns_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XNAME_T3751455998_H #ifndef XOBJECT_T1119084474_H #define XOBJECT_T1119084474_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Linq.XObject struct XObject_t1119084474 : public RuntimeObject { public: // System.Xml.Linq.XContainer System.Xml.Linq.XObject::owner XContainer_t3387731002 * ___owner_0; // System.Int32 System.Xml.Linq.XObject::line int32_t ___line_1; // System.Int32 System.Xml.Linq.XObject::column int32_t ___column_2; public: inline static int32_t get_offset_of_owner_0() { return static_cast(offsetof(XObject_t1119084474, ___owner_0)); } inline XContainer_t3387731002 * get_owner_0() const { return ___owner_0; } inline XContainer_t3387731002 ** get_address_of_owner_0() { return &___owner_0; } inline void set_owner_0(XContainer_t3387731002 * value) { ___owner_0 = value; Il2CppCodeGenWriteBarrier((&___owner_0), value); } inline static int32_t get_offset_of_line_1() { return static_cast(offsetof(XObject_t1119084474, ___line_1)); } inline int32_t get_line_1() const { return ___line_1; } inline int32_t* get_address_of_line_1() { return &___line_1; } inline void set_line_1(int32_t value) { ___line_1 = value; } inline static int32_t get_offset_of_column_2() { return static_cast(offsetof(XObject_t1119084474, ___column_2)); } inline int32_t get_column_2() const { return ___column_2; } inline int32_t* get_address_of_column_2() { return &___column_2; } inline void set_column_2(int32_t value) { ___column_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XOBJECT_T1119084474_H #ifndef XOBJECTWRAPPER_T2266598274_H #define XOBJECTWRAPPER_T2266598274_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Converters.XObjectWrapper struct XObjectWrapper_t2266598274 : public RuntimeObject { public: // System.Xml.Linq.XObject Newtonsoft.Json.Converters.XObjectWrapper::_xmlObject XObject_t1119084474 * ____xmlObject_1; public: inline static int32_t get_offset_of__xmlObject_1() { return static_cast(offsetof(XObjectWrapper_t2266598274, ____xmlObject_1)); } inline XObject_t1119084474 * get__xmlObject_1() const { return ____xmlObject_1; } inline XObject_t1119084474 ** get_address_of__xmlObject_1() { return &____xmlObject_1; } inline void set__xmlObject_1(XObject_t1119084474 * value) { ____xmlObject_1 = value; Il2CppCodeGenWriteBarrier((&____xmlObject_1), value); } }; struct XObjectWrapper_t2266598274_StaticFields { public: // System.Collections.Generic.List`1 Newtonsoft.Json.Converters.XObjectWrapper::EmptyChildNodes List_1_t2041514553 * ___EmptyChildNodes_0; public: inline static int32_t get_offset_of_EmptyChildNodes_0() { return static_cast(offsetof(XObjectWrapper_t2266598274_StaticFields, ___EmptyChildNodes_0)); } inline List_1_t2041514553 * get_EmptyChildNodes_0() const { return ___EmptyChildNodes_0; } inline List_1_t2041514553 ** get_address_of_EmptyChildNodes_0() { return &___EmptyChildNodes_0; } inline void set_EmptyChildNodes_0(List_1_t2041514553 * value) { ___EmptyChildNodes_0 = value; Il2CppCodeGenWriteBarrier((&___EmptyChildNodes_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XOBJECTWRAPPER_T2266598274_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 VERSION_T3456873960_H #define VERSION_T3456873960_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Version struct Version_t3456873960 : public RuntimeObject { public: // System.Int32 System.Version::_Major int32_t ____Major_1; // System.Int32 System.Version::_Minor int32_t ____Minor_2; // System.Int32 System.Version::_Build int32_t ____Build_3; // System.Int32 System.Version::_Revision int32_t ____Revision_4; public: inline static int32_t get_offset_of__Major_1() { return static_cast(offsetof(Version_t3456873960, ____Major_1)); } inline int32_t get__Major_1() const { return ____Major_1; } inline int32_t* get_address_of__Major_1() { return &____Major_1; } inline void set__Major_1(int32_t value) { ____Major_1 = value; } inline static int32_t get_offset_of__Minor_2() { return static_cast(offsetof(Version_t3456873960, ____Minor_2)); } inline int32_t get__Minor_2() const { return ____Minor_2; } inline int32_t* get_address_of__Minor_2() { return &____Minor_2; } inline void set__Minor_2(int32_t value) { ____Minor_2 = value; } inline static int32_t get_offset_of__Build_3() { return static_cast(offsetof(Version_t3456873960, ____Build_3)); } inline int32_t get__Build_3() const { return ____Build_3; } inline int32_t* get_address_of__Build_3() { return &____Build_3; } inline void set__Build_3(int32_t value) { ____Build_3 = value; } inline static int32_t get_offset_of__Revision_4() { return static_cast(offsetof(Version_t3456873960, ____Revision_4)); } inline int32_t get__Revision_4() const { return ____Revision_4; } inline int32_t* get_address_of__Revision_4() { return &____Revision_4; } inline void set__Revision_4(int32_t value) { ____Revision_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VERSION_T3456873960_H #ifndef 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 XMLNAMEDNODEMAP_T2821286253_H #define XMLNAMEDNODEMAP_T2821286253_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNamedNodeMap struct XmlNamedNodeMap_t2821286253 : public RuntimeObject { public: // System.Xml.XmlNode System.Xml.XmlNamedNodeMap::parent XmlNode_t3767805227 * ___parent_1; // System.Collections.ArrayList System.Xml.XmlNamedNodeMap::nodeList ArrayList_t2718874744 * ___nodeList_2; // System.Boolean System.Xml.XmlNamedNodeMap::readOnly bool ___readOnly_3; public: inline static int32_t get_offset_of_parent_1() { return static_cast(offsetof(XmlNamedNodeMap_t2821286253, ___parent_1)); } inline XmlNode_t3767805227 * get_parent_1() const { return ___parent_1; } inline XmlNode_t3767805227 ** get_address_of_parent_1() { return &___parent_1; } inline void set_parent_1(XmlNode_t3767805227 * value) { ___parent_1 = value; Il2CppCodeGenWriteBarrier((&___parent_1), value); } inline static int32_t get_offset_of_nodeList_2() { return static_cast(offsetof(XmlNamedNodeMap_t2821286253, ___nodeList_2)); } inline ArrayList_t2718874744 * get_nodeList_2() const { return ___nodeList_2; } inline ArrayList_t2718874744 ** get_address_of_nodeList_2() { return &___nodeList_2; } inline void set_nodeList_2(ArrayList_t2718874744 * value) { ___nodeList_2 = value; Il2CppCodeGenWriteBarrier((&___nodeList_2), value); } inline static int32_t get_offset_of_readOnly_3() { return static_cast(offsetof(XmlNamedNodeMap_t2821286253, ___readOnly_3)); } inline bool get_readOnly_3() const { return ___readOnly_3; } inline bool* get_address_of_readOnly_3() { return &___readOnly_3; } inline void set_readOnly_3(bool value) { ___readOnly_3 = value; } }; struct XmlNamedNodeMap_t2821286253_StaticFields { public: // System.Collections.IEnumerator System.Xml.XmlNamedNodeMap::emptyEnumerator RuntimeObject* ___emptyEnumerator_0; public: inline static int32_t get_offset_of_emptyEnumerator_0() { return static_cast(offsetof(XmlNamedNodeMap_t2821286253_StaticFields, ___emptyEnumerator_0)); } inline RuntimeObject* get_emptyEnumerator_0() const { return ___emptyEnumerator_0; } inline RuntimeObject** get_address_of_emptyEnumerator_0() { return &___emptyEnumerator_0; } inline void set_emptyEnumerator_0(RuntimeObject* value) { ___emptyEnumerator_0 = value; Il2CppCodeGenWriteBarrier((&___emptyEnumerator_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNAMEDNODEMAP_T2821286253_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 BINARYWRITER_T3992595042_H #define BINARYWRITER_T3992595042_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.BinaryWriter struct BinaryWriter_t3992595042 : public RuntimeObject { public: // System.IO.Stream System.IO.BinaryWriter::OutStream Stream_t1273022909 * ___OutStream_1; // System.Text.Encoding System.IO.BinaryWriter::m_encoding Encoding_t1523322056 * ___m_encoding_2; // System.Byte[] System.IO.BinaryWriter::buffer ByteU5BU5D_t4116647657* ___buffer_3; // System.Boolean System.IO.BinaryWriter::disposed bool ___disposed_4; public: inline static int32_t get_offset_of_OutStream_1() { return static_cast(offsetof(BinaryWriter_t3992595042, ___OutStream_1)); } inline Stream_t1273022909 * get_OutStream_1() const { return ___OutStream_1; } inline Stream_t1273022909 ** get_address_of_OutStream_1() { return &___OutStream_1; } inline void set_OutStream_1(Stream_t1273022909 * value) { ___OutStream_1 = value; Il2CppCodeGenWriteBarrier((&___OutStream_1), value); } inline static int32_t get_offset_of_m_encoding_2() { return static_cast(offsetof(BinaryWriter_t3992595042, ___m_encoding_2)); } inline Encoding_t1523322056 * get_m_encoding_2() const { return ___m_encoding_2; } inline Encoding_t1523322056 ** get_address_of_m_encoding_2() { return &___m_encoding_2; } inline void set_m_encoding_2(Encoding_t1523322056 * value) { ___m_encoding_2 = value; Il2CppCodeGenWriteBarrier((&___m_encoding_2), value); } inline static int32_t get_offset_of_buffer_3() { return static_cast(offsetof(BinaryWriter_t3992595042, ___buffer_3)); } inline ByteU5BU5D_t4116647657* get_buffer_3() const { return ___buffer_3; } inline ByteU5BU5D_t4116647657** get_address_of_buffer_3() { return &___buffer_3; } inline void set_buffer_3(ByteU5BU5D_t4116647657* value) { ___buffer_3 = value; Il2CppCodeGenWriteBarrier((&___buffer_3), value); } inline static int32_t get_offset_of_disposed_4() { return static_cast(offsetof(BinaryWriter_t3992595042, ___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; } }; struct BinaryWriter_t3992595042_StaticFields { public: // System.IO.BinaryWriter System.IO.BinaryWriter::Null BinaryWriter_t3992595042 * ___Null_0; public: inline static int32_t get_offset_of_Null_0() { return static_cast(offsetof(BinaryWriter_t3992595042_StaticFields, ___Null_0)); } inline BinaryWriter_t3992595042 * get_Null_0() const { return ___Null_0; } inline BinaryWriter_t3992595042 ** get_address_of_Null_0() { return &___Null_0; } inline void set_Null_0(BinaryWriter_t3992595042 * value) { ___Null_0 = value; Il2CppCodeGenWriteBarrier((&___Null_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BINARYWRITER_T3992595042_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 XMLNODELIST_T2551693786_H #define XMLNODELIST_T2551693786_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNodeList struct XmlNodeList_t2551693786 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNODELIST_T2551693786_H #ifndef BSONTOKEN_T3838771636_H #define BSONTOKEN_T3838771636_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Bson.BsonToken struct BsonToken_t3838771636 : public RuntimeObject { public: // Newtonsoft.Json.Bson.BsonToken Newtonsoft.Json.Bson.BsonToken::k__BackingField BsonToken_t3838771636 * ___U3CParentU3Ek__BackingField_0; // System.Int32 Newtonsoft.Json.Bson.BsonToken::k__BackingField int32_t ___U3CCalculatedSizeU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CParentU3Ek__BackingField_0() { return static_cast(offsetof(BsonToken_t3838771636, ___U3CParentU3Ek__BackingField_0)); } inline BsonToken_t3838771636 * get_U3CParentU3Ek__BackingField_0() const { return ___U3CParentU3Ek__BackingField_0; } inline BsonToken_t3838771636 ** get_address_of_U3CParentU3Ek__BackingField_0() { return &___U3CParentU3Ek__BackingField_0; } inline void set_U3CParentU3Ek__BackingField_0(BsonToken_t3838771636 * value) { ___U3CParentU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CParentU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_U3CCalculatedSizeU3Ek__BackingField_1() { return static_cast(offsetof(BsonToken_t3838771636, ___U3CCalculatedSizeU3Ek__BackingField_1)); } inline int32_t get_U3CCalculatedSizeU3Ek__BackingField_1() const { return ___U3CCalculatedSizeU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CCalculatedSizeU3Ek__BackingField_1() { return &___U3CCalculatedSizeU3Ek__BackingField_1; } inline void set_U3CCalculatedSizeU3Ek__BackingField_1(int32_t value) { ___U3CCalculatedSizeU3Ek__BackingField_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BSONTOKEN_T3838771636_H #ifndef LIST_1_T1015879082_H #define LIST_1_T1015879082_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_t1015879082 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items BsonTokenU5BU5D_t368205053* ____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_t1015879082, ____items_1)); } inline BsonTokenU5BU5D_t368205053* get__items_1() const { return ____items_1; } inline BsonTokenU5BU5D_t368205053** get_address_of__items_1() { return &____items_1; } inline void set__items_1(BsonTokenU5BU5D_t368205053* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1015879082, ____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_t1015879082, ____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_t1015879082_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray BsonTokenU5BU5D_t368205053* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1015879082_StaticFields, ___EmptyArray_4)); } inline BsonTokenU5BU5D_t368205053* get_EmptyArray_4() const { return ___EmptyArray_4; } inline BsonTokenU5BU5D_t368205053** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(BsonTokenU5BU5D_t368205053* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1015879082_H #ifndef XMLNAMETABLE_T71772148_H #define XMLNAMETABLE_T71772148_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNameTable struct XmlNameTable_t71772148 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNAMETABLE_T71772148_H #ifndef XMLNAMESPACEMANAGER_T418790500_H #define XMLNAMESPACEMANAGER_T418790500_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNamespaceManager struct XmlNamespaceManager_t418790500 : public RuntimeObject { public: // System.Xml.XmlNamespaceManager/NsDecl[] System.Xml.XmlNamespaceManager::decls NsDeclU5BU5D_t2116608150* ___decls_0; // System.Int32 System.Xml.XmlNamespaceManager::declPos int32_t ___declPos_1; // System.Xml.XmlNamespaceManager/NsScope[] System.Xml.XmlNamespaceManager::scopes NsScopeU5BU5D_t382374428* ___scopes_2; // System.Int32 System.Xml.XmlNamespaceManager::scopePos int32_t ___scopePos_3; // System.String System.Xml.XmlNamespaceManager::defaultNamespace String_t* ___defaultNamespace_4; // System.Int32 System.Xml.XmlNamespaceManager::count int32_t ___count_5; // System.Xml.XmlNameTable System.Xml.XmlNamespaceManager::nameTable XmlNameTable_t71772148 * ___nameTable_6; // System.Boolean System.Xml.XmlNamespaceManager::internalAtomizedNames bool ___internalAtomizedNames_7; public: inline static int32_t get_offset_of_decls_0() { return static_cast(offsetof(XmlNamespaceManager_t418790500, ___decls_0)); } inline NsDeclU5BU5D_t2116608150* get_decls_0() const { return ___decls_0; } inline NsDeclU5BU5D_t2116608150** get_address_of_decls_0() { return &___decls_0; } inline void set_decls_0(NsDeclU5BU5D_t2116608150* value) { ___decls_0 = value; Il2CppCodeGenWriteBarrier((&___decls_0), value); } inline static int32_t get_offset_of_declPos_1() { return static_cast(offsetof(XmlNamespaceManager_t418790500, ___declPos_1)); } inline int32_t get_declPos_1() const { return ___declPos_1; } inline int32_t* get_address_of_declPos_1() { return &___declPos_1; } inline void set_declPos_1(int32_t value) { ___declPos_1 = value; } inline static int32_t get_offset_of_scopes_2() { return static_cast(offsetof(XmlNamespaceManager_t418790500, ___scopes_2)); } inline NsScopeU5BU5D_t382374428* get_scopes_2() const { return ___scopes_2; } inline NsScopeU5BU5D_t382374428** get_address_of_scopes_2() { return &___scopes_2; } inline void set_scopes_2(NsScopeU5BU5D_t382374428* value) { ___scopes_2 = value; Il2CppCodeGenWriteBarrier((&___scopes_2), value); } inline static int32_t get_offset_of_scopePos_3() { return static_cast(offsetof(XmlNamespaceManager_t418790500, ___scopePos_3)); } inline int32_t get_scopePos_3() const { return ___scopePos_3; } inline int32_t* get_address_of_scopePos_3() { return &___scopePos_3; } inline void set_scopePos_3(int32_t value) { ___scopePos_3 = value; } inline static int32_t get_offset_of_defaultNamespace_4() { return static_cast(offsetof(XmlNamespaceManager_t418790500, ___defaultNamespace_4)); } inline String_t* get_defaultNamespace_4() const { return ___defaultNamespace_4; } inline String_t** get_address_of_defaultNamespace_4() { return &___defaultNamespace_4; } inline void set_defaultNamespace_4(String_t* value) { ___defaultNamespace_4 = value; Il2CppCodeGenWriteBarrier((&___defaultNamespace_4), value); } inline static int32_t get_offset_of_count_5() { return static_cast(offsetof(XmlNamespaceManager_t418790500, ___count_5)); } inline int32_t get_count_5() const { return ___count_5; } inline int32_t* get_address_of_count_5() { return &___count_5; } inline void set_count_5(int32_t value) { ___count_5 = value; } inline static int32_t get_offset_of_nameTable_6() { return static_cast(offsetof(XmlNamespaceManager_t418790500, ___nameTable_6)); } inline XmlNameTable_t71772148 * get_nameTable_6() const { return ___nameTable_6; } inline XmlNameTable_t71772148 ** get_address_of_nameTable_6() { return &___nameTable_6; } inline void set_nameTable_6(XmlNameTable_t71772148 * value) { ___nameTable_6 = value; Il2CppCodeGenWriteBarrier((&___nameTable_6), value); } inline static int32_t get_offset_of_internalAtomizedNames_7() { return static_cast(offsetof(XmlNamespaceManager_t418790500, ___internalAtomizedNames_7)); } inline bool get_internalAtomizedNames_7() const { return ___internalAtomizedNames_7; } inline bool* get_address_of_internalAtomizedNames_7() { return &___internalAtomizedNames_7; } inline void set_internalAtomizedNames_7(bool value) { ___internalAtomizedNames_7 = value; } }; struct XmlNamespaceManager_t418790500_StaticFields { public: // System.Collections.Generic.Dictionary`2 System.Xml.XmlNamespaceManager::<>f__switch$map28 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map28_8; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map28_8() { return static_cast(offsetof(XmlNamespaceManager_t418790500_StaticFields, ___U3CU3Ef__switchU24map28_8)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map28_8() const { return ___U3CU3Ef__switchU24map28_8; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map28_8() { return &___U3CU3Ef__switchU24map28_8; } inline void set_U3CU3Ef__switchU24map28_8(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map28_8 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map28_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNAMESPACEMANAGER_T418790500_H #ifndef JSONSERIALIZERINTERNALBASE_T286011480_H #define JSONSERIALIZERINTERNALBASE_T286011480_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.JsonSerializerInternalBase struct JsonSerializerInternalBase_t286011480 : public RuntimeObject { public: // Newtonsoft.Json.Serialization.ErrorContext Newtonsoft.Json.Serialization.JsonSerializerInternalBase::_currentErrorContext ErrorContext_t3532118581 * ____currentErrorContext_0; // Newtonsoft.Json.Utilities.BidirectionalDictionary`2 Newtonsoft.Json.Serialization.JsonSerializerInternalBase::_mappings BidirectionalDictionary_2_t2019708942 * ____mappings_1; // Newtonsoft.Json.JsonSerializer Newtonsoft.Json.Serialization.JsonSerializerInternalBase::Serializer JsonSerializer_t1424496335 * ___Serializer_2; // Newtonsoft.Json.Serialization.ITraceWriter Newtonsoft.Json.Serialization.JsonSerializerInternalBase::TraceWriter RuntimeObject* ___TraceWriter_3; // Newtonsoft.Json.Serialization.JsonSerializerProxy Newtonsoft.Json.Serialization.JsonSerializerInternalBase::InternalSerializer JsonSerializerProxy_t657065764 * ___InternalSerializer_4; public: inline static int32_t get_offset_of__currentErrorContext_0() { return static_cast(offsetof(JsonSerializerInternalBase_t286011480, ____currentErrorContext_0)); } inline ErrorContext_t3532118581 * get__currentErrorContext_0() const { return ____currentErrorContext_0; } inline ErrorContext_t3532118581 ** get_address_of__currentErrorContext_0() { return &____currentErrorContext_0; } inline void set__currentErrorContext_0(ErrorContext_t3532118581 * value) { ____currentErrorContext_0 = value; Il2CppCodeGenWriteBarrier((&____currentErrorContext_0), value); } inline static int32_t get_offset_of__mappings_1() { return static_cast(offsetof(JsonSerializerInternalBase_t286011480, ____mappings_1)); } inline BidirectionalDictionary_2_t2019708942 * get__mappings_1() const { return ____mappings_1; } inline BidirectionalDictionary_2_t2019708942 ** get_address_of__mappings_1() { return &____mappings_1; } inline void set__mappings_1(BidirectionalDictionary_2_t2019708942 * value) { ____mappings_1 = value; Il2CppCodeGenWriteBarrier((&____mappings_1), value); } inline static int32_t get_offset_of_Serializer_2() { return static_cast(offsetof(JsonSerializerInternalBase_t286011480, ___Serializer_2)); } inline JsonSerializer_t1424496335 * get_Serializer_2() const { return ___Serializer_2; } inline JsonSerializer_t1424496335 ** get_address_of_Serializer_2() { return &___Serializer_2; } inline void set_Serializer_2(JsonSerializer_t1424496335 * value) { ___Serializer_2 = value; Il2CppCodeGenWriteBarrier((&___Serializer_2), value); } inline static int32_t get_offset_of_TraceWriter_3() { return static_cast(offsetof(JsonSerializerInternalBase_t286011480, ___TraceWriter_3)); } inline RuntimeObject* get_TraceWriter_3() const { return ___TraceWriter_3; } inline RuntimeObject** get_address_of_TraceWriter_3() { return &___TraceWriter_3; } inline void set_TraceWriter_3(RuntimeObject* value) { ___TraceWriter_3 = value; Il2CppCodeGenWriteBarrier((&___TraceWriter_3), value); } inline static int32_t get_offset_of_InternalSerializer_4() { return static_cast(offsetof(JsonSerializerInternalBase_t286011480, ___InternalSerializer_4)); } inline JsonSerializerProxy_t657065764 * get_InternalSerializer_4() const { return ___InternalSerializer_4; } inline JsonSerializerProxy_t657065764 ** get_address_of_InternalSerializer_4() { return &___InternalSerializer_4; } inline void set_InternalSerializer_4(JsonSerializerProxy_t657065764 * value) { ___InternalSerializer_4 = value; Il2CppCodeGenWriteBarrier((&___InternalSerializer_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONSERIALIZERINTERNALBASE_T286011480_H #ifndef DICTIONARY_2_T1826770852_H #define DICTIONARY_2_T1826770852_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_t1826770852 : 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 List_1U5BU5D_t350212292* ___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_t1826770852, ___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_t1826770852, ___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_t1826770852, ___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_t1826770852, ___valueSlots_7)); } inline List_1U5BU5D_t350212292* get_valueSlots_7() const { return ___valueSlots_7; } inline List_1U5BU5D_t350212292** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(List_1U5BU5D_t350212292* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t1826770852, ___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_t1826770852, ___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_t1826770852, ___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_t1826770852, ___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_t1826770852, ___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_t1826770852, ___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_t1826770852, ___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_t1826770852_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3495591304 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t1826770852_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3495591304 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3495591304 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3495591304 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T1826770852_H #ifndef BSONPROPERTY_T1130223951_H #define BSONPROPERTY_T1130223951_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Bson.BsonProperty struct BsonProperty_t1130223951 : public RuntimeObject { public: // Newtonsoft.Json.Bson.BsonString Newtonsoft.Json.Bson.BsonProperty::k__BackingField BsonString_t1135579766 * ___U3CNameU3Ek__BackingField_0; // Newtonsoft.Json.Bson.BsonToken Newtonsoft.Json.Bson.BsonProperty::k__BackingField BsonToken_t3838771636 * ___U3CValueU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CNameU3Ek__BackingField_0() { return static_cast(offsetof(BsonProperty_t1130223951, ___U3CNameU3Ek__BackingField_0)); } inline BsonString_t1135579766 * get_U3CNameU3Ek__BackingField_0() const { return ___U3CNameU3Ek__BackingField_0; } inline BsonString_t1135579766 ** get_address_of_U3CNameU3Ek__BackingField_0() { return &___U3CNameU3Ek__BackingField_0; } inline void set_U3CNameU3Ek__BackingField_0(BsonString_t1135579766 * value) { ___U3CNameU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CNameU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_U3CValueU3Ek__BackingField_1() { return static_cast(offsetof(BsonProperty_t1130223951, ___U3CValueU3Ek__BackingField_1)); } inline BsonToken_t3838771636 * get_U3CValueU3Ek__BackingField_1() const { return ___U3CValueU3Ek__BackingField_1; } inline BsonToken_t3838771636 ** get_address_of_U3CValueU3Ek__BackingField_1() { return &___U3CValueU3Ek__BackingField_1; } inline void set_U3CValueU3Ek__BackingField_1(BsonToken_t3838771636 * value) { ___U3CValueU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CValueU3Ek__BackingField_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BSONPROPERTY_T1130223951_H #ifndef XMLRESOLVER_T626023767_H #define XMLRESOLVER_T626023767_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlResolver struct XmlResolver_t626023767 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLRESOLVER_T626023767_H #ifndef XMLNODE_T3767805227_H #define XMLNODE_T3767805227_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNode struct XmlNode_t3767805227 : public RuntimeObject { public: // System.Xml.XmlDocument System.Xml.XmlNode::ownerDocument XmlDocument_t2837193595 * ___ownerDocument_1; // System.Xml.XmlNode System.Xml.XmlNode::parentNode XmlNode_t3767805227 * ___parentNode_2; // System.Xml.XmlNodeListChildren System.Xml.XmlNode::childNodes XmlNodeListChildren_t1082692789 * ___childNodes_3; public: inline static int32_t get_offset_of_ownerDocument_1() { return static_cast(offsetof(XmlNode_t3767805227, ___ownerDocument_1)); } inline XmlDocument_t2837193595 * get_ownerDocument_1() const { return ___ownerDocument_1; } inline XmlDocument_t2837193595 ** get_address_of_ownerDocument_1() { return &___ownerDocument_1; } inline void set_ownerDocument_1(XmlDocument_t2837193595 * value) { ___ownerDocument_1 = value; Il2CppCodeGenWriteBarrier((&___ownerDocument_1), value); } inline static int32_t get_offset_of_parentNode_2() { return static_cast(offsetof(XmlNode_t3767805227, ___parentNode_2)); } inline XmlNode_t3767805227 * get_parentNode_2() const { return ___parentNode_2; } inline XmlNode_t3767805227 ** get_address_of_parentNode_2() { return &___parentNode_2; } inline void set_parentNode_2(XmlNode_t3767805227 * value) { ___parentNode_2 = value; Il2CppCodeGenWriteBarrier((&___parentNode_2), value); } inline static int32_t get_offset_of_childNodes_3() { return static_cast(offsetof(XmlNode_t3767805227, ___childNodes_3)); } inline XmlNodeListChildren_t1082692789 * get_childNodes_3() const { return ___childNodes_3; } inline XmlNodeListChildren_t1082692789 ** get_address_of_childNodes_3() { return &___childNodes_3; } inline void set_childNodes_3(XmlNodeListChildren_t1082692789 * value) { ___childNodes_3 = value; Il2CppCodeGenWriteBarrier((&___childNodes_3), value); } }; struct XmlNode_t3767805227_StaticFields { public: // System.Xml.XmlNode/EmptyNodeList System.Xml.XmlNode::emptyList EmptyNodeList_t139615908 * ___emptyList_0; // System.Collections.Generic.Dictionary`2 System.Xml.XmlNode::<>f__switch$map44 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map44_4; // System.Collections.Generic.Dictionary`2 System.Xml.XmlNode::<>f__switch$map46 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map46_5; public: inline static int32_t get_offset_of_emptyList_0() { return static_cast(offsetof(XmlNode_t3767805227_StaticFields, ___emptyList_0)); } inline EmptyNodeList_t139615908 * get_emptyList_0() const { return ___emptyList_0; } inline EmptyNodeList_t139615908 ** get_address_of_emptyList_0() { return &___emptyList_0; } inline void set_emptyList_0(EmptyNodeList_t139615908 * value) { ___emptyList_0 = value; Il2CppCodeGenWriteBarrier((&___emptyList_0), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map44_4() { return static_cast(offsetof(XmlNode_t3767805227_StaticFields, ___U3CU3Ef__switchU24map44_4)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map44_4() const { return ___U3CU3Ef__switchU24map44_4; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map44_4() { return &___U3CU3Ef__switchU24map44_4; } inline void set_U3CU3Ef__switchU24map44_4(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map44_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map44_4), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map46_5() { return static_cast(offsetof(XmlNode_t3767805227_StaticFields, ___U3CU3Ef__switchU24map46_5)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map46_5() const { return ___U3CU3Ef__switchU24map46_5; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map46_5() { return &___U3CU3Ef__switchU24map46_5; } inline void set_U3CU3Ef__switchU24map46_5(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map46_5 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map46_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNODE_T3767805227_H #ifndef DICTIONARY_2_T1632706988_H #define DICTIONARY_2_T1632706988_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_t1632706988 : 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 StringU5BU5D_t1281789340* ___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_t1632706988, ___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_t1632706988, ___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_t1632706988, ___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_t1632706988, ___valueSlots_7)); } inline StringU5BU5D_t1281789340* get_valueSlots_7() const { return ___valueSlots_7; } inline StringU5BU5D_t1281789340** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(StringU5BU5D_t1281789340* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t1632706988, ___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_t1632706988, ___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_t1632706988, ___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_t1632706988, ___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_t1632706988, ___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_t1632706988, ___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_t1632706988, ___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_t1632706988_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t132201056 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t1632706988_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t132201056 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t132201056 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t132201056 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T1632706988_H #ifndef XNAMESPACE_T1843508170_H #define XNAMESPACE_T1843508170_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Linq.XNamespace struct XNamespace_t1843508170 : public RuntimeObject { public: // System.String System.Xml.Linq.XNamespace::uri String_t* ___uri_4; // System.Collections.Generic.Dictionary`2 System.Xml.Linq.XNamespace::table Dictionary_2_t3536712297 * ___table_5; public: inline static int32_t get_offset_of_uri_4() { return static_cast(offsetof(XNamespace_t1843508170, ___uri_4)); } inline String_t* get_uri_4() const { return ___uri_4; } inline String_t** get_address_of_uri_4() { return &___uri_4; } inline void set_uri_4(String_t* value) { ___uri_4 = value; Il2CppCodeGenWriteBarrier((&___uri_4), value); } inline static int32_t get_offset_of_table_5() { return static_cast(offsetof(XNamespace_t1843508170, ___table_5)); } inline Dictionary_2_t3536712297 * get_table_5() const { return ___table_5; } inline Dictionary_2_t3536712297 ** get_address_of_table_5() { return &___table_5; } inline void set_table_5(Dictionary_2_t3536712297 * value) { ___table_5 = value; Il2CppCodeGenWriteBarrier((&___table_5), value); } }; struct XNamespace_t1843508170_StaticFields { public: // System.Xml.Linq.XNamespace System.Xml.Linq.XNamespace::blank XNamespace_t1843508170 * ___blank_0; // System.Xml.Linq.XNamespace System.Xml.Linq.XNamespace::xml XNamespace_t1843508170 * ___xml_1; // System.Xml.Linq.XNamespace System.Xml.Linq.XNamespace::xmlns XNamespace_t1843508170 * ___xmlns_2; // System.Collections.Generic.Dictionary`2 System.Xml.Linq.XNamespace::nstable Dictionary_2_t1628764469 * ___nstable_3; public: inline static int32_t get_offset_of_blank_0() { return static_cast(offsetof(XNamespace_t1843508170_StaticFields, ___blank_0)); } inline XNamespace_t1843508170 * get_blank_0() const { return ___blank_0; } inline XNamespace_t1843508170 ** get_address_of_blank_0() { return &___blank_0; } inline void set_blank_0(XNamespace_t1843508170 * value) { ___blank_0 = value; Il2CppCodeGenWriteBarrier((&___blank_0), value); } inline static int32_t get_offset_of_xml_1() { return static_cast(offsetof(XNamespace_t1843508170_StaticFields, ___xml_1)); } inline XNamespace_t1843508170 * get_xml_1() const { return ___xml_1; } inline XNamespace_t1843508170 ** get_address_of_xml_1() { return &___xml_1; } inline void set_xml_1(XNamespace_t1843508170 * value) { ___xml_1 = value; Il2CppCodeGenWriteBarrier((&___xml_1), value); } inline static int32_t get_offset_of_xmlns_2() { return static_cast(offsetof(XNamespace_t1843508170_StaticFields, ___xmlns_2)); } inline XNamespace_t1843508170 * get_xmlns_2() const { return ___xmlns_2; } inline XNamespace_t1843508170 ** get_address_of_xmlns_2() { return &___xmlns_2; } inline void set_xmlns_2(XNamespace_t1843508170 * value) { ___xmlns_2 = value; Il2CppCodeGenWriteBarrier((&___xmlns_2), value); } inline static int32_t get_offset_of_nstable_3() { return static_cast(offsetof(XNamespace_t1843508170_StaticFields, ___nstable_3)); } inline Dictionary_2_t1628764469 * get_nstable_3() const { return ___nstable_3; } inline Dictionary_2_t1628764469 ** get_address_of_nstable_3() { return &___nstable_3; } inline void set_nstable_3(Dictionary_2_t1628764469 * value) { ___nstable_3 = value; Il2CppCodeGenWriteBarrier((&___nstable_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XNAMESPACE_T1843508170_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 XMLNODEWRAPPER_T3016097339_H #define XMLNODEWRAPPER_T3016097339_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Converters.XmlNodeWrapper struct XmlNodeWrapper_t3016097339 : public RuntimeObject { public: // System.Xml.XmlNode Newtonsoft.Json.Converters.XmlNodeWrapper::_node XmlNode_t3767805227 * ____node_0; // System.Collections.Generic.List`1 Newtonsoft.Json.Converters.XmlNodeWrapper::_childNodes List_1_t2041514553 * ____childNodes_1; // System.Collections.Generic.List`1 Newtonsoft.Json.Converters.XmlNodeWrapper::_attributes List_1_t2041514553 * ____attributes_2; public: inline static int32_t get_offset_of__node_0() { return static_cast(offsetof(XmlNodeWrapper_t3016097339, ____node_0)); } inline XmlNode_t3767805227 * get__node_0() const { return ____node_0; } inline XmlNode_t3767805227 ** get_address_of__node_0() { return &____node_0; } inline void set__node_0(XmlNode_t3767805227 * value) { ____node_0 = value; Il2CppCodeGenWriteBarrier((&____node_0), value); } inline static int32_t get_offset_of__childNodes_1() { return static_cast(offsetof(XmlNodeWrapper_t3016097339, ____childNodes_1)); } inline List_1_t2041514553 * get__childNodes_1() const { return ____childNodes_1; } inline List_1_t2041514553 ** get_address_of__childNodes_1() { return &____childNodes_1; } inline void set__childNodes_1(List_1_t2041514553 * value) { ____childNodes_1 = value; Il2CppCodeGenWriteBarrier((&____childNodes_1), value); } inline static int32_t get_offset_of__attributes_2() { return static_cast(offsetof(XmlNodeWrapper_t3016097339, ____attributes_2)); } inline List_1_t2041514553 * get__attributes_2() const { return ____attributes_2; } inline List_1_t2041514553 ** get_address_of__attributes_2() { return &____attributes_2; } inline void set__attributes_2(List_1_t2041514553 * value) { ____attributes_2 = value; Il2CppCodeGenWriteBarrier((&____attributes_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNODEWRAPPER_T3016097339_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 KEYVALUEPAIR_2_T4030379155_H #define KEYVALUEPAIR_2_T4030379155_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_t4030379155 { public: // TKey System.Collections.Generic.KeyValuePair`2::key String_t* ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value String_t* ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t4030379155, ___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_t4030379155, ___value_1)); } inline String_t* get_value_1() const { return ___value_1; } inline String_t** get_address_of_value_1() { return &___value_1; } inline void set_value_1(String_t* value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T4030379155_H #ifndef VERSIONCONVERTER_T4153846029_H #define VERSIONCONVERTER_T4153846029_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Converters.VersionConverter struct VersionConverter_t4153846029 : public JsonConverter_t1047106545 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VERSIONCONVERTER_T4153846029_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 STRINGENUMCONVERTER_T3708940030_H #define STRINGENUMCONVERTER_T3708940030_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Converters.StringEnumConverter struct StringEnumConverter_t3708940030 : public JsonConverter_t1047106545 { public: // System.Boolean Newtonsoft.Json.Converters.StringEnumConverter::k__BackingField bool ___U3CCamelCaseTextU3Ek__BackingField_0; // System.Boolean Newtonsoft.Json.Converters.StringEnumConverter::k__BackingField bool ___U3CAllowIntegerValuesU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CCamelCaseTextU3Ek__BackingField_0() { return static_cast(offsetof(StringEnumConverter_t3708940030, ___U3CCamelCaseTextU3Ek__BackingField_0)); } inline bool get_U3CCamelCaseTextU3Ek__BackingField_0() const { return ___U3CCamelCaseTextU3Ek__BackingField_0; } inline bool* get_address_of_U3CCamelCaseTextU3Ek__BackingField_0() { return &___U3CCamelCaseTextU3Ek__BackingField_0; } inline void set_U3CCamelCaseTextU3Ek__BackingField_0(bool value) { ___U3CCamelCaseTextU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CAllowIntegerValuesU3Ek__BackingField_1() { return static_cast(offsetof(StringEnumConverter_t3708940030, ___U3CAllowIntegerValuesU3Ek__BackingField_1)); } inline bool get_U3CAllowIntegerValuesU3Ek__BackingField_1() const { return ___U3CAllowIntegerValuesU3Ek__BackingField_1; } inline bool* get_address_of_U3CAllowIntegerValuesU3Ek__BackingField_1() { return &___U3CAllowIntegerValuesU3Ek__BackingField_1; } inline void set_U3CAllowIntegerValuesU3Ek__BackingField_1(bool value) { ___U3CAllowIntegerValuesU3Ek__BackingField_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGENUMCONVERTER_T3708940030_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 XATTRIBUTEWRAPPER_T1656890028_H #define XATTRIBUTEWRAPPER_T1656890028_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Converters.XAttributeWrapper struct XAttributeWrapper_t1656890028 : public XObjectWrapper_t2266598274 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XATTRIBUTEWRAPPER_T1656890028_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 KEYVALUEPAIR_2_T4224443019_H #define KEYVALUEPAIR_2_T4224443019_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_t4224443019 { public: // TKey System.Collections.Generic.KeyValuePair`2::key String_t* ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value List_1_t2041514553 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t4224443019, ___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_t4224443019, ___value_1)); } inline List_1_t2041514553 * get_value_1() const { return ___value_1; } inline List_1_t2041514553 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(List_1_t2041514553 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T4224443019_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 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 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 VECTORCONVERTER_T1294738057_H #define VECTORCONVERTER_T1294738057_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Converters.VectorConverter struct VectorConverter_t1294738057 : public JsonConverter_t1047106545 { public: // System.Boolean Newtonsoft.Json.Converters.VectorConverter::k__BackingField bool ___U3CEnableVector2U3Ek__BackingField_3; // System.Boolean Newtonsoft.Json.Converters.VectorConverter::k__BackingField bool ___U3CEnableVector3U3Ek__BackingField_4; // System.Boolean Newtonsoft.Json.Converters.VectorConverter::k__BackingField bool ___U3CEnableVector4U3Ek__BackingField_5; public: inline static int32_t get_offset_of_U3CEnableVector2U3Ek__BackingField_3() { return static_cast(offsetof(VectorConverter_t1294738057, ___U3CEnableVector2U3Ek__BackingField_3)); } inline bool get_U3CEnableVector2U3Ek__BackingField_3() const { return ___U3CEnableVector2U3Ek__BackingField_3; } inline bool* get_address_of_U3CEnableVector2U3Ek__BackingField_3() { return &___U3CEnableVector2U3Ek__BackingField_3; } inline void set_U3CEnableVector2U3Ek__BackingField_3(bool value) { ___U3CEnableVector2U3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CEnableVector3U3Ek__BackingField_4() { return static_cast(offsetof(VectorConverter_t1294738057, ___U3CEnableVector3U3Ek__BackingField_4)); } inline bool get_U3CEnableVector3U3Ek__BackingField_4() const { return ___U3CEnableVector3U3Ek__BackingField_4; } inline bool* get_address_of_U3CEnableVector3U3Ek__BackingField_4() { return &___U3CEnableVector3U3Ek__BackingField_4; } inline void set_U3CEnableVector3U3Ek__BackingField_4(bool value) { ___U3CEnableVector3U3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CEnableVector4U3Ek__BackingField_5() { return static_cast(offsetof(VectorConverter_t1294738057, ___U3CEnableVector4U3Ek__BackingField_5)); } inline bool get_U3CEnableVector4U3Ek__BackingField_5() const { return ___U3CEnableVector4U3Ek__BackingField_5; } inline bool* get_address_of_U3CEnableVector4U3Ek__BackingField_5() { return &___U3CEnableVector4U3Ek__BackingField_5; } inline void set_U3CEnableVector4U3Ek__BackingField_5(bool value) { ___U3CEnableVector4U3Ek__BackingField_5 = value; } }; struct VectorConverter_t1294738057_StaticFields { public: // System.Type Newtonsoft.Json.Converters.VectorConverter::V2 Type_t * ___V2_0; // System.Type Newtonsoft.Json.Converters.VectorConverter::V3 Type_t * ___V3_1; // System.Type Newtonsoft.Json.Converters.VectorConverter::V4 Type_t * ___V4_2; public: inline static int32_t get_offset_of_V2_0() { return static_cast(offsetof(VectorConverter_t1294738057_StaticFields, ___V2_0)); } inline Type_t * get_V2_0() const { return ___V2_0; } inline Type_t ** get_address_of_V2_0() { return &___V2_0; } inline void set_V2_0(Type_t * value) { ___V2_0 = value; Il2CppCodeGenWriteBarrier((&___V2_0), value); } inline static int32_t get_offset_of_V3_1() { return static_cast(offsetof(VectorConverter_t1294738057_StaticFields, ___V3_1)); } inline Type_t * get_V3_1() const { return ___V3_1; } inline Type_t ** get_address_of_V3_1() { return &___V3_1; } inline void set_V3_1(Type_t * value) { ___V3_1 = value; Il2CppCodeGenWriteBarrier((&___V3_1), value); } inline static int32_t get_offset_of_V4_2() { return static_cast(offsetof(VectorConverter_t1294738057_StaticFields, ___V4_2)); } inline Type_t * get_V4_2() const { return ___V4_2; } inline Type_t ** get_address_of_V4_2() { return &___V4_2; } inline void set_V4_2(Type_t * value) { ___V4_2 = value; Il2CppCodeGenWriteBarrier((&___V4_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VECTORCONVERTER_T1294738057_H #ifndef VECTOR2_T2156229523_H #define VECTOR2_T2156229523_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Vector2 struct Vector2_t2156229523 { public: // System.Single UnityEngine.Vector2::x float ___x_0; // System.Single UnityEngine.Vector2::y float ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector2_t2156229523, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector2_t2156229523, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } }; struct Vector2_t2156229523_StaticFields { public: // UnityEngine.Vector2 UnityEngine.Vector2::zeroVector Vector2_t2156229523 ___zeroVector_2; // UnityEngine.Vector2 UnityEngine.Vector2::oneVector Vector2_t2156229523 ___oneVector_3; // UnityEngine.Vector2 UnityEngine.Vector2::upVector Vector2_t2156229523 ___upVector_4; // UnityEngine.Vector2 UnityEngine.Vector2::downVector Vector2_t2156229523 ___downVector_5; // UnityEngine.Vector2 UnityEngine.Vector2::leftVector Vector2_t2156229523 ___leftVector_6; // UnityEngine.Vector2 UnityEngine.Vector2::rightVector Vector2_t2156229523 ___rightVector_7; // UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector Vector2_t2156229523 ___positiveInfinityVector_8; // UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector Vector2_t2156229523 ___negativeInfinityVector_9; public: inline static int32_t get_offset_of_zeroVector_2() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___zeroVector_2)); } inline Vector2_t2156229523 get_zeroVector_2() const { return ___zeroVector_2; } inline Vector2_t2156229523 * get_address_of_zeroVector_2() { return &___zeroVector_2; } inline void set_zeroVector_2(Vector2_t2156229523 value) { ___zeroVector_2 = value; } inline static int32_t get_offset_of_oneVector_3() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___oneVector_3)); } inline Vector2_t2156229523 get_oneVector_3() const { return ___oneVector_3; } inline Vector2_t2156229523 * get_address_of_oneVector_3() { return &___oneVector_3; } inline void set_oneVector_3(Vector2_t2156229523 value) { ___oneVector_3 = value; } inline static int32_t get_offset_of_upVector_4() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___upVector_4)); } inline Vector2_t2156229523 get_upVector_4() const { return ___upVector_4; } inline Vector2_t2156229523 * get_address_of_upVector_4() { return &___upVector_4; } inline void set_upVector_4(Vector2_t2156229523 value) { ___upVector_4 = value; } inline static int32_t get_offset_of_downVector_5() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___downVector_5)); } inline Vector2_t2156229523 get_downVector_5() const { return ___downVector_5; } inline Vector2_t2156229523 * get_address_of_downVector_5() { return &___downVector_5; } inline void set_downVector_5(Vector2_t2156229523 value) { ___downVector_5 = value; } inline static int32_t get_offset_of_leftVector_6() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___leftVector_6)); } inline Vector2_t2156229523 get_leftVector_6() const { return ___leftVector_6; } inline Vector2_t2156229523 * get_address_of_leftVector_6() { return &___leftVector_6; } inline void set_leftVector_6(Vector2_t2156229523 value) { ___leftVector_6 = value; } inline static int32_t get_offset_of_rightVector_7() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___rightVector_7)); } inline Vector2_t2156229523 get_rightVector_7() const { return ___rightVector_7; } inline Vector2_t2156229523 * get_address_of_rightVector_7() { return &___rightVector_7; } inline void set_rightVector_7(Vector2_t2156229523 value) { ___rightVector_7 = value; } inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___positiveInfinityVector_8)); } inline Vector2_t2156229523 get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; } inline Vector2_t2156229523 * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; } inline void set_positiveInfinityVector_8(Vector2_t2156229523 value) { ___positiveInfinityVector_8 = value; } inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___negativeInfinityVector_9)); } inline Vector2_t2156229523 get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; } inline Vector2_t2156229523 * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; } inline void set_negativeInfinityVector_9(Vector2_t2156229523 value) { ___negativeInfinityVector_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VECTOR2_T2156229523_H #ifndef VECTOR3_T3722313464_H #define VECTOR3_T3722313464_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Vector3 struct Vector3_t3722313464 { public: // System.Single UnityEngine.Vector3::x float ___x_1; // System.Single UnityEngine.Vector3::y float ___y_2; // System.Single UnityEngine.Vector3::z float ___z_3; public: inline static int32_t get_offset_of_x_1() { return static_cast(offsetof(Vector3_t3722313464, ___x_1)); } inline float get_x_1() const { return ___x_1; } inline float* get_address_of_x_1() { return &___x_1; } inline void set_x_1(float value) { ___x_1 = value; } inline static int32_t get_offset_of_y_2() { return static_cast(offsetof(Vector3_t3722313464, ___y_2)); } inline float get_y_2() const { return ___y_2; } inline float* get_address_of_y_2() { return &___y_2; } inline void set_y_2(float value) { ___y_2 = value; } inline static int32_t get_offset_of_z_3() { return static_cast(offsetof(Vector3_t3722313464, ___z_3)); } inline float get_z_3() const { return ___z_3; } inline float* get_address_of_z_3() { return &___z_3; } inline void set_z_3(float value) { ___z_3 = value; } }; struct Vector3_t3722313464_StaticFields { public: // UnityEngine.Vector3 UnityEngine.Vector3::zeroVector Vector3_t3722313464 ___zeroVector_4; // UnityEngine.Vector3 UnityEngine.Vector3::oneVector Vector3_t3722313464 ___oneVector_5; // UnityEngine.Vector3 UnityEngine.Vector3::upVector Vector3_t3722313464 ___upVector_6; // UnityEngine.Vector3 UnityEngine.Vector3::downVector Vector3_t3722313464 ___downVector_7; // UnityEngine.Vector3 UnityEngine.Vector3::leftVector Vector3_t3722313464 ___leftVector_8; // UnityEngine.Vector3 UnityEngine.Vector3::rightVector Vector3_t3722313464 ___rightVector_9; // UnityEngine.Vector3 UnityEngine.Vector3::forwardVector Vector3_t3722313464 ___forwardVector_10; // UnityEngine.Vector3 UnityEngine.Vector3::backVector Vector3_t3722313464 ___backVector_11; // UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector Vector3_t3722313464 ___positiveInfinityVector_12; // UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector Vector3_t3722313464 ___negativeInfinityVector_13; public: inline static int32_t get_offset_of_zeroVector_4() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___zeroVector_4)); } inline Vector3_t3722313464 get_zeroVector_4() const { return ___zeroVector_4; } inline Vector3_t3722313464 * get_address_of_zeroVector_4() { return &___zeroVector_4; } inline void set_zeroVector_4(Vector3_t3722313464 value) { ___zeroVector_4 = value; } inline static int32_t get_offset_of_oneVector_5() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___oneVector_5)); } inline Vector3_t3722313464 get_oneVector_5() const { return ___oneVector_5; } inline Vector3_t3722313464 * get_address_of_oneVector_5() { return &___oneVector_5; } inline void set_oneVector_5(Vector3_t3722313464 value) { ___oneVector_5 = value; } inline static int32_t get_offset_of_upVector_6() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___upVector_6)); } inline Vector3_t3722313464 get_upVector_6() const { return ___upVector_6; } inline Vector3_t3722313464 * get_address_of_upVector_6() { return &___upVector_6; } inline void set_upVector_6(Vector3_t3722313464 value) { ___upVector_6 = value; } inline static int32_t get_offset_of_downVector_7() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___downVector_7)); } inline Vector3_t3722313464 get_downVector_7() const { return ___downVector_7; } inline Vector3_t3722313464 * get_address_of_downVector_7() { return &___downVector_7; } inline void set_downVector_7(Vector3_t3722313464 value) { ___downVector_7 = value; } inline static int32_t get_offset_of_leftVector_8() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___leftVector_8)); } inline Vector3_t3722313464 get_leftVector_8() const { return ___leftVector_8; } inline Vector3_t3722313464 * get_address_of_leftVector_8() { return &___leftVector_8; } inline void set_leftVector_8(Vector3_t3722313464 value) { ___leftVector_8 = value; } inline static int32_t get_offset_of_rightVector_9() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___rightVector_9)); } inline Vector3_t3722313464 get_rightVector_9() const { return ___rightVector_9; } inline Vector3_t3722313464 * get_address_of_rightVector_9() { return &___rightVector_9; } inline void set_rightVector_9(Vector3_t3722313464 value) { ___rightVector_9 = value; } inline static int32_t get_offset_of_forwardVector_10() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___forwardVector_10)); } inline Vector3_t3722313464 get_forwardVector_10() const { return ___forwardVector_10; } inline Vector3_t3722313464 * get_address_of_forwardVector_10() { return &___forwardVector_10; } inline void set_forwardVector_10(Vector3_t3722313464 value) { ___forwardVector_10 = value; } inline static int32_t get_offset_of_backVector_11() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___backVector_11)); } inline Vector3_t3722313464 get_backVector_11() const { return ___backVector_11; } inline Vector3_t3722313464 * get_address_of_backVector_11() { return &___backVector_11; } inline void set_backVector_11(Vector3_t3722313464 value) { ___backVector_11 = value; } inline static int32_t get_offset_of_positiveInfinityVector_12() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___positiveInfinityVector_12)); } inline Vector3_t3722313464 get_positiveInfinityVector_12() const { return ___positiveInfinityVector_12; } inline Vector3_t3722313464 * get_address_of_positiveInfinityVector_12() { return &___positiveInfinityVector_12; } inline void set_positiveInfinityVector_12(Vector3_t3722313464 value) { ___positiveInfinityVector_12 = value; } inline static int32_t get_offset_of_negativeInfinityVector_13() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___negativeInfinityVector_13)); } inline Vector3_t3722313464 get_negativeInfinityVector_13() const { return ___negativeInfinityVector_13; } inline Vector3_t3722313464 * get_address_of_negativeInfinityVector_13() { return &___negativeInfinityVector_13; } inline void set_negativeInfinityVector_13(Vector3_t3722313464 value) { ___negativeInfinityVector_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VECTOR3_T3722313464_H #ifndef VECTOR4_T3319028937_H #define VECTOR4_T3319028937_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Vector4 struct Vector4_t3319028937 { public: // System.Single UnityEngine.Vector4::x float ___x_1; // System.Single UnityEngine.Vector4::y float ___y_2; // System.Single UnityEngine.Vector4::z float ___z_3; // System.Single UnityEngine.Vector4::w float ___w_4; public: inline static int32_t get_offset_of_x_1() { return static_cast(offsetof(Vector4_t3319028937, ___x_1)); } inline float get_x_1() const { return ___x_1; } inline float* get_address_of_x_1() { return &___x_1; } inline void set_x_1(float value) { ___x_1 = value; } inline static int32_t get_offset_of_y_2() { return static_cast(offsetof(Vector4_t3319028937, ___y_2)); } inline float get_y_2() const { return ___y_2; } inline float* get_address_of_y_2() { return &___y_2; } inline void set_y_2(float value) { ___y_2 = value; } inline static int32_t get_offset_of_z_3() { return static_cast(offsetof(Vector4_t3319028937, ___z_3)); } inline float get_z_3() const { return ___z_3; } inline float* get_address_of_z_3() { return &___z_3; } inline void set_z_3(float value) { ___z_3 = value; } inline static int32_t get_offset_of_w_4() { return static_cast(offsetof(Vector4_t3319028937, ___w_4)); } inline float get_w_4() const { return ___w_4; } inline float* get_address_of_w_4() { return &___w_4; } inline void set_w_4(float value) { ___w_4 = value; } }; struct Vector4_t3319028937_StaticFields { public: // UnityEngine.Vector4 UnityEngine.Vector4::zeroVector Vector4_t3319028937 ___zeroVector_5; // UnityEngine.Vector4 UnityEngine.Vector4::oneVector Vector4_t3319028937 ___oneVector_6; // UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector Vector4_t3319028937 ___positiveInfinityVector_7; // UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector Vector4_t3319028937 ___negativeInfinityVector_8; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector4_t3319028937_StaticFields, ___zeroVector_5)); } inline Vector4_t3319028937 get_zeroVector_5() const { return ___zeroVector_5; } inline Vector4_t3319028937 * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector4_t3319028937 value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector4_t3319028937_StaticFields, ___oneVector_6)); } inline Vector4_t3319028937 get_oneVector_6() const { return ___oneVector_6; } inline Vector4_t3319028937 * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector4_t3319028937 value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_positiveInfinityVector_7() { return static_cast(offsetof(Vector4_t3319028937_StaticFields, ___positiveInfinityVector_7)); } inline Vector4_t3319028937 get_positiveInfinityVector_7() const { return ___positiveInfinityVector_7; } inline Vector4_t3319028937 * get_address_of_positiveInfinityVector_7() { return &___positiveInfinityVector_7; } inline void set_positiveInfinityVector_7(Vector4_t3319028937 value) { ___positiveInfinityVector_7 = value; } inline static int32_t get_offset_of_negativeInfinityVector_8() { return static_cast(offsetof(Vector4_t3319028937_StaticFields, ___negativeInfinityVector_8)); } inline Vector4_t3319028937 get_negativeInfinityVector_8() const { return ___negativeInfinityVector_8; } inline Vector4_t3319028937 * get_address_of_negativeInfinityVector_8() { return &___negativeInfinityVector_8; } inline void set_negativeInfinityVector_8(Vector4_t3319028937 value) { ___negativeInfinityVector_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VECTOR4_T3319028937_H #ifndef XATTRIBUTE_T355876829_H #define XATTRIBUTE_T355876829_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Linq.XAttribute struct XAttribute_t355876829 : public XObject_t1119084474 { public: // System.Xml.Linq.XName System.Xml.Linq.XAttribute::name XName_t3751455998 * ___name_4; // System.String System.Xml.Linq.XAttribute::value String_t* ___value_5; // System.Xml.Linq.XAttribute System.Xml.Linq.XAttribute::next XAttribute_t355876829 * ___next_6; // System.Xml.Linq.XAttribute System.Xml.Linq.XAttribute::previous XAttribute_t355876829 * ___previous_7; public: inline static int32_t get_offset_of_name_4() { return static_cast(offsetof(XAttribute_t355876829, ___name_4)); } inline XName_t3751455998 * get_name_4() const { return ___name_4; } inline XName_t3751455998 ** get_address_of_name_4() { return &___name_4; } inline void set_name_4(XName_t3751455998 * value) { ___name_4 = value; Il2CppCodeGenWriteBarrier((&___name_4), value); } inline static int32_t get_offset_of_value_5() { return static_cast(offsetof(XAttribute_t355876829, ___value_5)); } inline String_t* get_value_5() const { return ___value_5; } inline String_t** get_address_of_value_5() { return &___value_5; } inline void set_value_5(String_t* value) { ___value_5 = value; Il2CppCodeGenWriteBarrier((&___value_5), value); } inline static int32_t get_offset_of_next_6() { return static_cast(offsetof(XAttribute_t355876829, ___next_6)); } inline XAttribute_t355876829 * get_next_6() const { return ___next_6; } inline XAttribute_t355876829 ** get_address_of_next_6() { return &___next_6; } inline void set_next_6(XAttribute_t355876829 * value) { ___next_6 = value; Il2CppCodeGenWriteBarrier((&___next_6), value); } inline static int32_t get_offset_of_previous_7() { return static_cast(offsetof(XAttribute_t355876829, ___previous_7)); } inline XAttribute_t355876829 * get_previous_7() const { return ___previous_7; } inline XAttribute_t355876829 ** get_address_of_previous_7() { return &___previous_7; } inline void set_previous_7(XAttribute_t355876829 * value) { ___previous_7 = value; Il2CppCodeGenWriteBarrier((&___previous_7), value); } }; struct XAttribute_t355876829_StaticFields { public: // System.Xml.Linq.XAttribute[] System.Xml.Linq.XAttribute::empty_array XAttributeU5BU5D_t61111312* ___empty_array_3; // System.Char[] System.Xml.Linq.XAttribute::escapeChars CharU5BU5D_t3528271667* ___escapeChars_8; public: inline static int32_t get_offset_of_empty_array_3() { return static_cast(offsetof(XAttribute_t355876829_StaticFields, ___empty_array_3)); } inline XAttributeU5BU5D_t61111312* get_empty_array_3() const { return ___empty_array_3; } inline XAttributeU5BU5D_t61111312** get_address_of_empty_array_3() { return &___empty_array_3; } inline void set_empty_array_3(XAttributeU5BU5D_t61111312* value) { ___empty_array_3 = value; Il2CppCodeGenWriteBarrier((&___empty_array_3), value); } inline static int32_t get_offset_of_escapeChars_8() { return static_cast(offsetof(XAttribute_t355876829_StaticFields, ___escapeChars_8)); } inline CharU5BU5D_t3528271667* get_escapeChars_8() const { return ___escapeChars_8; } inline CharU5BU5D_t3528271667** get_address_of_escapeChars_8() { return &___escapeChars_8; } inline void set_escapeChars_8(CharU5BU5D_t3528271667* value) { ___escapeChars_8 = value; Il2CppCodeGenWriteBarrier((&___escapeChars_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XATTRIBUTE_T355876829_H #ifndef XMLDOCUMENT_T2837193595_H #define XMLDOCUMENT_T2837193595_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlDocument struct XmlDocument_t2837193595 : public XmlNode_t3767805227 { public: // System.Boolean System.Xml.XmlDocument::optimal_create_element bool ___optimal_create_element_7; // System.Boolean System.Xml.XmlDocument::optimal_create_attribute bool ___optimal_create_attribute_8; // System.Xml.XmlNameTable System.Xml.XmlDocument::nameTable XmlNameTable_t71772148 * ___nameTable_9; // System.String System.Xml.XmlDocument::baseURI String_t* ___baseURI_10; // System.Xml.XmlImplementation System.Xml.XmlDocument::implementation XmlImplementation_t254178875 * ___implementation_11; // System.Boolean System.Xml.XmlDocument::preserveWhitespace bool ___preserveWhitespace_12; // System.Xml.XmlResolver System.Xml.XmlDocument::resolver XmlResolver_t626023767 * ___resolver_13; // System.Collections.Hashtable System.Xml.XmlDocument::idTable Hashtable_t1853889766 * ___idTable_14; // System.Xml.XmlNameEntryCache System.Xml.XmlDocument::nameCache XmlNameEntryCache_t2890546907 * ___nameCache_15; // System.Xml.XmlLinkedNode System.Xml.XmlDocument::lastLinkedChild XmlLinkedNode_t1437094927 * ___lastLinkedChild_16; // System.Xml.XmlAttribute System.Xml.XmlDocument::nsNodeXml XmlAttribute_t1173852259 * ___nsNodeXml_17; // System.Xml.Schema.XmlSchemaSet System.Xml.XmlDocument::schemas XmlSchemaSet_t266093086 * ___schemas_18; // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlDocument::schemaInfo RuntimeObject* ___schemaInfo_19; // System.Boolean System.Xml.XmlDocument::loadMode bool ___loadMode_20; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeChanged XmlNodeChangedEventHandler_t1533444722 * ___NodeChanged_21; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeChanging XmlNodeChangedEventHandler_t1533444722 * ___NodeChanging_22; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeInserted XmlNodeChangedEventHandler_t1533444722 * ___NodeInserted_23; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeInserting XmlNodeChangedEventHandler_t1533444722 * ___NodeInserting_24; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeRemoved XmlNodeChangedEventHandler_t1533444722 * ___NodeRemoved_25; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeRemoving XmlNodeChangedEventHandler_t1533444722 * ___NodeRemoving_26; public: inline static int32_t get_offset_of_optimal_create_element_7() { return static_cast(offsetof(XmlDocument_t2837193595, ___optimal_create_element_7)); } inline bool get_optimal_create_element_7() const { return ___optimal_create_element_7; } inline bool* get_address_of_optimal_create_element_7() { return &___optimal_create_element_7; } inline void set_optimal_create_element_7(bool value) { ___optimal_create_element_7 = value; } inline static int32_t get_offset_of_optimal_create_attribute_8() { return static_cast(offsetof(XmlDocument_t2837193595, ___optimal_create_attribute_8)); } inline bool get_optimal_create_attribute_8() const { return ___optimal_create_attribute_8; } inline bool* get_address_of_optimal_create_attribute_8() { return &___optimal_create_attribute_8; } inline void set_optimal_create_attribute_8(bool value) { ___optimal_create_attribute_8 = value; } inline static int32_t get_offset_of_nameTable_9() { return static_cast(offsetof(XmlDocument_t2837193595, ___nameTable_9)); } inline XmlNameTable_t71772148 * get_nameTable_9() const { return ___nameTable_9; } inline XmlNameTable_t71772148 ** get_address_of_nameTable_9() { return &___nameTable_9; } inline void set_nameTable_9(XmlNameTable_t71772148 * value) { ___nameTable_9 = value; Il2CppCodeGenWriteBarrier((&___nameTable_9), value); } inline static int32_t get_offset_of_baseURI_10() { return static_cast(offsetof(XmlDocument_t2837193595, ___baseURI_10)); } inline String_t* get_baseURI_10() const { return ___baseURI_10; } inline String_t** get_address_of_baseURI_10() { return &___baseURI_10; } inline void set_baseURI_10(String_t* value) { ___baseURI_10 = value; Il2CppCodeGenWriteBarrier((&___baseURI_10), value); } inline static int32_t get_offset_of_implementation_11() { return static_cast(offsetof(XmlDocument_t2837193595, ___implementation_11)); } inline XmlImplementation_t254178875 * get_implementation_11() const { return ___implementation_11; } inline XmlImplementation_t254178875 ** get_address_of_implementation_11() { return &___implementation_11; } inline void set_implementation_11(XmlImplementation_t254178875 * value) { ___implementation_11 = value; Il2CppCodeGenWriteBarrier((&___implementation_11), value); } inline static int32_t get_offset_of_preserveWhitespace_12() { return static_cast(offsetof(XmlDocument_t2837193595, ___preserveWhitespace_12)); } inline bool get_preserveWhitespace_12() const { return ___preserveWhitespace_12; } inline bool* get_address_of_preserveWhitespace_12() { return &___preserveWhitespace_12; } inline void set_preserveWhitespace_12(bool value) { ___preserveWhitespace_12 = value; } inline static int32_t get_offset_of_resolver_13() { return static_cast(offsetof(XmlDocument_t2837193595, ___resolver_13)); } inline XmlResolver_t626023767 * get_resolver_13() const { return ___resolver_13; } inline XmlResolver_t626023767 ** get_address_of_resolver_13() { return &___resolver_13; } inline void set_resolver_13(XmlResolver_t626023767 * value) { ___resolver_13 = value; Il2CppCodeGenWriteBarrier((&___resolver_13), value); } inline static int32_t get_offset_of_idTable_14() { return static_cast(offsetof(XmlDocument_t2837193595, ___idTable_14)); } inline Hashtable_t1853889766 * get_idTable_14() const { return ___idTable_14; } inline Hashtable_t1853889766 ** get_address_of_idTable_14() { return &___idTable_14; } inline void set_idTable_14(Hashtable_t1853889766 * value) { ___idTable_14 = value; Il2CppCodeGenWriteBarrier((&___idTable_14), value); } inline static int32_t get_offset_of_nameCache_15() { return static_cast(offsetof(XmlDocument_t2837193595, ___nameCache_15)); } inline XmlNameEntryCache_t2890546907 * get_nameCache_15() const { return ___nameCache_15; } inline XmlNameEntryCache_t2890546907 ** get_address_of_nameCache_15() { return &___nameCache_15; } inline void set_nameCache_15(XmlNameEntryCache_t2890546907 * value) { ___nameCache_15 = value; Il2CppCodeGenWriteBarrier((&___nameCache_15), value); } inline static int32_t get_offset_of_lastLinkedChild_16() { return static_cast(offsetof(XmlDocument_t2837193595, ___lastLinkedChild_16)); } inline XmlLinkedNode_t1437094927 * get_lastLinkedChild_16() const { return ___lastLinkedChild_16; } inline XmlLinkedNode_t1437094927 ** get_address_of_lastLinkedChild_16() { return &___lastLinkedChild_16; } inline void set_lastLinkedChild_16(XmlLinkedNode_t1437094927 * value) { ___lastLinkedChild_16 = value; Il2CppCodeGenWriteBarrier((&___lastLinkedChild_16), value); } inline static int32_t get_offset_of_nsNodeXml_17() { return static_cast(offsetof(XmlDocument_t2837193595, ___nsNodeXml_17)); } inline XmlAttribute_t1173852259 * get_nsNodeXml_17() const { return ___nsNodeXml_17; } inline XmlAttribute_t1173852259 ** get_address_of_nsNodeXml_17() { return &___nsNodeXml_17; } inline void set_nsNodeXml_17(XmlAttribute_t1173852259 * value) { ___nsNodeXml_17 = value; Il2CppCodeGenWriteBarrier((&___nsNodeXml_17), value); } inline static int32_t get_offset_of_schemas_18() { return static_cast(offsetof(XmlDocument_t2837193595, ___schemas_18)); } inline XmlSchemaSet_t266093086 * get_schemas_18() const { return ___schemas_18; } inline XmlSchemaSet_t266093086 ** get_address_of_schemas_18() { return &___schemas_18; } inline void set_schemas_18(XmlSchemaSet_t266093086 * value) { ___schemas_18 = value; Il2CppCodeGenWriteBarrier((&___schemas_18), value); } inline static int32_t get_offset_of_schemaInfo_19() { return static_cast(offsetof(XmlDocument_t2837193595, ___schemaInfo_19)); } inline RuntimeObject* get_schemaInfo_19() const { return ___schemaInfo_19; } inline RuntimeObject** get_address_of_schemaInfo_19() { return &___schemaInfo_19; } inline void set_schemaInfo_19(RuntimeObject* value) { ___schemaInfo_19 = value; Il2CppCodeGenWriteBarrier((&___schemaInfo_19), value); } inline static int32_t get_offset_of_loadMode_20() { return static_cast(offsetof(XmlDocument_t2837193595, ___loadMode_20)); } inline bool get_loadMode_20() const { return ___loadMode_20; } inline bool* get_address_of_loadMode_20() { return &___loadMode_20; } inline void set_loadMode_20(bool value) { ___loadMode_20 = value; } inline static int32_t get_offset_of_NodeChanged_21() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeChanged_21)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeChanged_21() const { return ___NodeChanged_21; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeChanged_21() { return &___NodeChanged_21; } inline void set_NodeChanged_21(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeChanged_21 = value; Il2CppCodeGenWriteBarrier((&___NodeChanged_21), value); } inline static int32_t get_offset_of_NodeChanging_22() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeChanging_22)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeChanging_22() const { return ___NodeChanging_22; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeChanging_22() { return &___NodeChanging_22; } inline void set_NodeChanging_22(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeChanging_22 = value; Il2CppCodeGenWriteBarrier((&___NodeChanging_22), value); } inline static int32_t get_offset_of_NodeInserted_23() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeInserted_23)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeInserted_23() const { return ___NodeInserted_23; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeInserted_23() { return &___NodeInserted_23; } inline void set_NodeInserted_23(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeInserted_23 = value; Il2CppCodeGenWriteBarrier((&___NodeInserted_23), value); } inline static int32_t get_offset_of_NodeInserting_24() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeInserting_24)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeInserting_24() const { return ___NodeInserting_24; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeInserting_24() { return &___NodeInserting_24; } inline void set_NodeInserting_24(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeInserting_24 = value; Il2CppCodeGenWriteBarrier((&___NodeInserting_24), value); } inline static int32_t get_offset_of_NodeRemoved_25() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeRemoved_25)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeRemoved_25() const { return ___NodeRemoved_25; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeRemoved_25() { return &___NodeRemoved_25; } inline void set_NodeRemoved_25(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeRemoved_25 = value; Il2CppCodeGenWriteBarrier((&___NodeRemoved_25), value); } inline static int32_t get_offset_of_NodeRemoving_26() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeRemoving_26)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeRemoving_26() const { return ___NodeRemoving_26; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeRemoving_26() { return &___NodeRemoving_26; } inline void set_NodeRemoving_26(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeRemoving_26 = value; Il2CppCodeGenWriteBarrier((&___NodeRemoving_26), value); } }; struct XmlDocument_t2837193595_StaticFields { public: // System.Type[] System.Xml.XmlDocument::optimal_create_types TypeU5BU5D_t3940880105* ___optimal_create_types_6; public: inline static int32_t get_offset_of_optimal_create_types_6() { return static_cast(offsetof(XmlDocument_t2837193595_StaticFields, ___optimal_create_types_6)); } inline TypeU5BU5D_t3940880105* get_optimal_create_types_6() const { return ___optimal_create_types_6; } inline TypeU5BU5D_t3940880105** get_address_of_optimal_create_types_6() { return &___optimal_create_types_6; } inline void set_optimal_create_types_6(TypeU5BU5D_t3940880105* value) { ___optimal_create_types_6 = value; Il2CppCodeGenWriteBarrier((&___optimal_create_types_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLDOCUMENT_T2837193595_H #ifndef XMLDOCUMENTWRAPPER_T3575962533_H #define XMLDOCUMENTWRAPPER_T3575962533_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Converters.XmlDocumentWrapper struct XmlDocumentWrapper_t3575962533 : public XmlNodeWrapper_t3016097339 { public: // System.Xml.XmlDocument Newtonsoft.Json.Converters.XmlDocumentWrapper::_document XmlDocument_t2837193595 * ____document_3; public: inline static int32_t get_offset_of__document_3() { return static_cast(offsetof(XmlDocumentWrapper_t3575962533, ____document_3)); } inline XmlDocument_t2837193595 * get__document_3() const { return ____document_3; } inline XmlDocument_t2837193595 ** get_address_of__document_3() { return &____document_3; } inline void set__document_3(XmlDocument_t2837193595 * value) { ____document_3 = value; Il2CppCodeGenWriteBarrier((&____document_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLDOCUMENTWRAPPER_T3575962533_H #ifndef XMLDOCUMENTTYPEWRAPPER_T2345418247_H #define XMLDOCUMENTTYPEWRAPPER_T2345418247_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Converters.XmlDocumentTypeWrapper struct XmlDocumentTypeWrapper_t2345418247 : public XmlNodeWrapper_t3016097339 { public: // System.Xml.XmlDocumentType Newtonsoft.Json.Converters.XmlDocumentTypeWrapper::_documentType XmlDocumentType_t4112370061 * ____documentType_3; public: inline static int32_t get_offset_of__documentType_3() { return static_cast(offsetof(XmlDocumentTypeWrapper_t2345418247, ____documentType_3)); } inline XmlDocumentType_t4112370061 * get__documentType_3() const { return ____documentType_3; } inline XmlDocumentType_t4112370061 ** get_address_of__documentType_3() { return &____documentType_3; } inline void set__documentType_3(XmlDocumentType_t4112370061 * value) { ____documentType_3 = value; Il2CppCodeGenWriteBarrier((&____documentType_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLDOCUMENTTYPEWRAPPER_T2345418247_H #ifndef XPROCESSINGINSTRUCTIONWRAPPER_T4108965662_H #define XPROCESSINGINSTRUCTIONWRAPPER_T4108965662_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Converters.XProcessingInstructionWrapper struct XProcessingInstructionWrapper_t4108965662 : public XObjectWrapper_t2266598274 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPROCESSINGINSTRUCTIONWRAPPER_T4108965662_H #ifndef XTEXTWRAPPER_T1757148629_H #define XTEXTWRAPPER_T1757148629_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Converters.XTextWrapper struct XTextWrapper_t1757148629 : public XObjectWrapper_t2266598274 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XTEXTWRAPPER_T1757148629_H #ifndef XDOCUMENTTYPEWRAPPER_T2526962505_H #define XDOCUMENTTYPEWRAPPER_T2526962505_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Converters.XDocumentTypeWrapper struct XDocumentTypeWrapper_t2526962505 : public XObjectWrapper_t2266598274 { public: // System.Xml.Linq.XDocumentType Newtonsoft.Json.Converters.XDocumentTypeWrapper::_documentType XDocumentType_t1853592271 * ____documentType_2; public: inline static int32_t get_offset_of__documentType_2() { return static_cast(offsetof(XDocumentTypeWrapper_t2526962505, ____documentType_2)); } inline XDocumentType_t1853592271 * get__documentType_2() const { return ____documentType_2; } inline XDocumentType_t1853592271 ** get_address_of__documentType_2() { return &____documentType_2; } inline void set__documentType_2(XDocumentType_t1853592271 * value) { ____documentType_2 = value; Il2CppCodeGenWriteBarrier((&____documentType_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XDOCUMENTTYPEWRAPPER_T2526962505_H #ifndef XDECLARATIONWRAPPER_T1986085046_H #define XDECLARATIONWRAPPER_T1986085046_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Converters.XDeclarationWrapper struct XDeclarationWrapper_t1986085046 : public XObjectWrapper_t2266598274 { public: // System.Xml.Linq.XDeclaration Newtonsoft.Json.Converters.XDeclarationWrapper::k__BackingField XDeclaration_t2907650823 * ___U3CDeclarationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CDeclarationU3Ek__BackingField_2() { return static_cast(offsetof(XDeclarationWrapper_t1986085046, ___U3CDeclarationU3Ek__BackingField_2)); } inline XDeclaration_t2907650823 * get_U3CDeclarationU3Ek__BackingField_2() const { return ___U3CDeclarationU3Ek__BackingField_2; } inline XDeclaration_t2907650823 ** get_address_of_U3CDeclarationU3Ek__BackingField_2() { return &___U3CDeclarationU3Ek__BackingField_2; } inline void set_U3CDeclarationU3Ek__BackingField_2(XDeclaration_t2907650823 * value) { ___U3CDeclarationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((&___U3CDeclarationU3Ek__BackingField_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XDECLARATIONWRAPPER_T1986085046_H #ifndef XMLDECLARATIONWRAPPER_T2867104133_H #define XMLDECLARATIONWRAPPER_T2867104133_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Converters.XmlDeclarationWrapper struct XmlDeclarationWrapper_t2867104133 : public XmlNodeWrapper_t3016097339 { public: // System.Xml.XmlDeclaration Newtonsoft.Json.Converters.XmlDeclarationWrapper::_declaration XmlDeclaration_t679870411 * ____declaration_3; public: inline static int32_t get_offset_of__declaration_3() { return static_cast(offsetof(XmlDeclarationWrapper_t2867104133, ____declaration_3)); } inline XmlDeclaration_t679870411 * get__declaration_3() const { return ____declaration_3; } inline XmlDeclaration_t679870411 ** get_address_of__declaration_3() { return &____declaration_3; } inline void set__declaration_3(XmlDeclaration_t679870411 * value) { ____declaration_3 = value; Il2CppCodeGenWriteBarrier((&____declaration_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLDECLARATIONWRAPPER_T2867104133_H #ifndef ENUMERATOR_T3930758430_H #define ENUMERATOR_T3930758430_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_t3930758430 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::l List_1_t2041514553 * ___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_t3930758430, ___l_0)); } inline List_1_t2041514553 * get_l_0() const { return ___l_0; } inline List_1_t2041514553 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(List_1_t2041514553 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t3930758430, ___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_t3930758430, ___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_t3930758430, ___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_T3930758430_H #ifndef JSONCONSTRUCTORATTRIBUTE_T2226951669_H #define JSONCONSTRUCTORATTRIBUTE_T2226951669_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonConstructorAttribute struct JsonConstructorAttribute_t2226951669 : public Attribute_t861562559 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONCONSTRUCTORATTRIBUTE_T2226951669_H #ifndef STRINGREADER_T3465604688_H #define STRINGREADER_T3465604688_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.StringReader struct StringReader_t3465604688 : public TextReader_t283511965 { public: // System.String System.IO.StringReader::source String_t* ___source_1; // System.Int32 System.IO.StringReader::nextChar int32_t ___nextChar_2; // System.Int32 System.IO.StringReader::sourceLength int32_t ___sourceLength_3; public: inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(StringReader_t3465604688, ___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_nextChar_2() { return static_cast(offsetof(StringReader_t3465604688, ___nextChar_2)); } inline int32_t get_nextChar_2() const { return ___nextChar_2; } inline int32_t* get_address_of_nextChar_2() { return &___nextChar_2; } inline void set_nextChar_2(int32_t value) { ___nextChar_2 = value; } inline static int32_t get_offset_of_sourceLength_3() { return static_cast(offsetof(StringReader_t3465604688, ___sourceLength_3)); } inline int32_t get_sourceLength_3() const { return ___sourceLength_3; } inline int32_t* get_address_of_sourceLength_3() { return &___sourceLength_3; } inline void set_sourceLength_3(int32_t value) { ___sourceLength_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGREADER_T3465604688_H #ifndef NAMETABLE_T3178203267_H #define NAMETABLE_T3178203267_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.NameTable struct NameTable_t3178203267 : public XmlNameTable_t71772148 { public: // System.Int32 System.Xml.NameTable::count int32_t ___count_0; // System.Xml.NameTable/Entry[] System.Xml.NameTable::buckets EntryU5BU5D_t491982174* ___buckets_1; // System.Int32 System.Xml.NameTable::size int32_t ___size_2; public: inline static int32_t get_offset_of_count_0() { return static_cast(offsetof(NameTable_t3178203267, ___count_0)); } inline int32_t get_count_0() const { return ___count_0; } inline int32_t* get_address_of_count_0() { return &___count_0; } inline void set_count_0(int32_t value) { ___count_0 = value; } inline static int32_t get_offset_of_buckets_1() { return static_cast(offsetof(NameTable_t3178203267, ___buckets_1)); } inline EntryU5BU5D_t491982174* get_buckets_1() const { return ___buckets_1; } inline EntryU5BU5D_t491982174** get_address_of_buckets_1() { return &___buckets_1; } inline void set_buckets_1(EntryU5BU5D_t491982174* value) { ___buckets_1 = value; Il2CppCodeGenWriteBarrier((&___buckets_1), value); } inline static int32_t get_offset_of_size_2() { return static_cast(offsetof(NameTable_t3178203267, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NAMETABLE_T3178203267_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 XCOMMENTWRAPPER_T3809443387_H #define XCOMMENTWRAPPER_T3809443387_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Converters.XCommentWrapper struct XCommentWrapper_t3809443387 : public XObjectWrapper_t2266598274 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XCOMMENTWRAPPER_T3809443387_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 XMLATTRIBUTE_T1173852259_H #define XMLATTRIBUTE_T1173852259_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlAttribute struct XmlAttribute_t1173852259 : public XmlNode_t3767805227 { public: // System.Xml.XmlNameEntry System.Xml.XmlAttribute::name XmlNameEntry_t1073099671 * ___name_6; // System.Boolean System.Xml.XmlAttribute::isDefault bool ___isDefault_7; // System.Xml.XmlLinkedNode System.Xml.XmlAttribute::lastLinkedChild XmlLinkedNode_t1437094927 * ___lastLinkedChild_8; // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlAttribute::schemaInfo RuntimeObject* ___schemaInfo_9; public: inline static int32_t get_offset_of_name_6() { return static_cast(offsetof(XmlAttribute_t1173852259, ___name_6)); } inline XmlNameEntry_t1073099671 * get_name_6() const { return ___name_6; } inline XmlNameEntry_t1073099671 ** get_address_of_name_6() { return &___name_6; } inline void set_name_6(XmlNameEntry_t1073099671 * value) { ___name_6 = value; Il2CppCodeGenWriteBarrier((&___name_6), value); } inline static int32_t get_offset_of_isDefault_7() { return static_cast(offsetof(XmlAttribute_t1173852259, ___isDefault_7)); } inline bool get_isDefault_7() const { return ___isDefault_7; } inline bool* get_address_of_isDefault_7() { return &___isDefault_7; } inline void set_isDefault_7(bool value) { ___isDefault_7 = value; } inline static int32_t get_offset_of_lastLinkedChild_8() { return static_cast(offsetof(XmlAttribute_t1173852259, ___lastLinkedChild_8)); } inline XmlLinkedNode_t1437094927 * get_lastLinkedChild_8() const { return ___lastLinkedChild_8; } inline XmlLinkedNode_t1437094927 ** get_address_of_lastLinkedChild_8() { return &___lastLinkedChild_8; } inline void set_lastLinkedChild_8(XmlLinkedNode_t1437094927 * value) { ___lastLinkedChild_8 = value; Il2CppCodeGenWriteBarrier((&___lastLinkedChild_8), value); } inline static int32_t get_offset_of_schemaInfo_9() { return static_cast(offsetof(XmlAttribute_t1173852259, ___schemaInfo_9)); } inline RuntimeObject* get_schemaInfo_9() const { return ___schemaInfo_9; } inline RuntimeObject** get_address_of_schemaInfo_9() { return &___schemaInfo_9; } inline void set_schemaInfo_9(RuntimeObject* value) { ___schemaInfo_9 = value; Il2CppCodeGenWriteBarrier((&___schemaInfo_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLATTRIBUTE_T1173852259_H #ifndef XCONTAINERWRAPPER_T1262744989_H #define XCONTAINERWRAPPER_T1262744989_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Converters.XContainerWrapper struct XContainerWrapper_t1262744989 : public XObjectWrapper_t2266598274 { public: // System.Collections.Generic.List`1 Newtonsoft.Json.Converters.XContainerWrapper::_childNodes List_1_t2041514553 * ____childNodes_2; public: inline static int32_t get_offset_of__childNodes_2() { return static_cast(offsetof(XContainerWrapper_t1262744989, ____childNodes_2)); } inline List_1_t2041514553 * get__childNodes_2() const { return ____childNodes_2; } inline List_1_t2041514553 ** get_address_of__childNodes_2() { return &____childNodes_2; } inline void set__childNodes_2(List_1_t2041514553 * value) { ____childNodes_2 = value; Il2CppCodeGenWriteBarrier((&____childNodes_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XCONTAINERWRAPPER_T1262744989_H #ifndef XMLELEMENTWRAPPER_T3185492177_H #define XMLELEMENTWRAPPER_T3185492177_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Converters.XmlElementWrapper struct XmlElementWrapper_t3185492177 : public XmlNodeWrapper_t3016097339 { public: // System.Xml.XmlElement Newtonsoft.Json.Converters.XmlElementWrapper::_element XmlElement_t561603118 * ____element_3; public: inline static int32_t get_offset_of__element_3() { return static_cast(offsetof(XmlElementWrapper_t3185492177, ____element_3)); } inline XmlElement_t561603118 * get__element_3() const { return ____element_3; } inline XmlElement_t561603118 ** get_address_of__element_3() { return &____element_3; } inline void set__element_3(XmlElement_t561603118 * value) { ____element_3 = value; Il2CppCodeGenWriteBarrier((&____element_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLELEMENTWRAPPER_T3185492177_H #ifndef JSONCONVERTERCOLLECTION_T3675964822_H #define JSONCONVERTERCOLLECTION_T3675964822_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonConverterCollection struct JsonConverterCollection_t3675964822 : public Collection_1_t4286429759 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONCONVERTERCOLLECTION_T3675964822_H #ifndef XNODE_T716131460_H #define XNODE_T716131460_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Linq.XNode struct XNode_t716131460 : public XObject_t1119084474 { public: // System.Xml.Linq.XNode System.Xml.Linq.XNode::previous XNode_t716131460 * ___previous_5; // System.Xml.Linq.XNode System.Xml.Linq.XNode::next XNode_t716131460 * ___next_6; public: inline static int32_t get_offset_of_previous_5() { return static_cast(offsetof(XNode_t716131460, ___previous_5)); } inline XNode_t716131460 * get_previous_5() const { return ___previous_5; } inline XNode_t716131460 ** get_address_of_previous_5() { return &___previous_5; } inline void set_previous_5(XNode_t716131460 * value) { ___previous_5 = value; Il2CppCodeGenWriteBarrier((&___previous_5), value); } inline static int32_t get_offset_of_next_6() { return static_cast(offsetof(XNode_t716131460, ___next_6)); } inline XNode_t716131460 * get_next_6() const { return ___next_6; } inline XNode_t716131460 ** get_address_of_next_6() { return &___next_6; } inline void set_next_6(XNode_t716131460 * value) { ___next_6 = value; Il2CppCodeGenWriteBarrier((&___next_6), value); } }; struct XNode_t716131460_StaticFields { public: // System.Xml.Linq.XNodeEqualityComparer System.Xml.Linq.XNode::eq_comparer XNodeEqualityComparer_t35321779 * ___eq_comparer_3; // System.Xml.Linq.XNodeDocumentOrderComparer System.Xml.Linq.XNode::order_comparer XNodeDocumentOrderComparer_t3558329258 * ___order_comparer_4; public: inline static int32_t get_offset_of_eq_comparer_3() { return static_cast(offsetof(XNode_t716131460_StaticFields, ___eq_comparer_3)); } inline XNodeEqualityComparer_t35321779 * get_eq_comparer_3() const { return ___eq_comparer_3; } inline XNodeEqualityComparer_t35321779 ** get_address_of_eq_comparer_3() { return &___eq_comparer_3; } inline void set_eq_comparer_3(XNodeEqualityComparer_t35321779 * value) { ___eq_comparer_3 = value; Il2CppCodeGenWriteBarrier((&___eq_comparer_3), value); } inline static int32_t get_offset_of_order_comparer_4() { return static_cast(offsetof(XNode_t716131460_StaticFields, ___order_comparer_4)); } inline XNodeDocumentOrderComparer_t3558329258 * get_order_comparer_4() const { return ___order_comparer_4; } inline XNodeDocumentOrderComparer_t3558329258 ** get_address_of_order_comparer_4() { return &___order_comparer_4; } inline void set_order_comparer_4(XNodeDocumentOrderComparer_t3558329258 * value) { ___order_comparer_4 = value; Il2CppCodeGenWriteBarrier((&___order_comparer_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XNODE_T716131460_H #ifndef XMLATTRIBUTECOLLECTION_T2316283784_H #define XMLATTRIBUTECOLLECTION_T2316283784_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlAttributeCollection struct XmlAttributeCollection_t2316283784 : public XmlNamedNodeMap_t2821286253 { public: // System.Xml.XmlElement System.Xml.XmlAttributeCollection::ownerElement XmlElement_t561603118 * ___ownerElement_4; // System.Xml.XmlDocument System.Xml.XmlAttributeCollection::ownerDocument XmlDocument_t2837193595 * ___ownerDocument_5; public: inline static int32_t get_offset_of_ownerElement_4() { return static_cast(offsetof(XmlAttributeCollection_t2316283784, ___ownerElement_4)); } inline XmlElement_t561603118 * get_ownerElement_4() const { return ___ownerElement_4; } inline XmlElement_t561603118 ** get_address_of_ownerElement_4() { return &___ownerElement_4; } inline void set_ownerElement_4(XmlElement_t561603118 * value) { ___ownerElement_4 = value; Il2CppCodeGenWriteBarrier((&___ownerElement_4), value); } inline static int32_t get_offset_of_ownerDocument_5() { return static_cast(offsetof(XmlAttributeCollection_t2316283784, ___ownerDocument_5)); } inline XmlDocument_t2837193595 * get_ownerDocument_5() const { return ___ownerDocument_5; } inline XmlDocument_t2837193595 ** get_address_of_ownerDocument_5() { return &___ownerDocument_5; } inline void set_ownerDocument_5(XmlDocument_t2837193595 * value) { ___ownerDocument_5 = value; Il2CppCodeGenWriteBarrier((&___ownerDocument_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLATTRIBUTECOLLECTION_T2316283784_H #ifndef JSONCONVERTERATTRIBUTE_T3132853130_H #define JSONCONVERTERATTRIBUTE_T3132853130_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonConverterAttribute struct JsonConverterAttribute_t3132853130 : public Attribute_t861562559 { public: // System.Type Newtonsoft.Json.JsonConverterAttribute::_converterType Type_t * ____converterType_0; // System.Object[] Newtonsoft.Json.JsonConverterAttribute::k__BackingField ObjectU5BU5D_t2843939325* ___U3CConverterParametersU3Ek__BackingField_1; public: inline static int32_t get_offset_of__converterType_0() { return static_cast(offsetof(JsonConverterAttribute_t3132853130, ____converterType_0)); } inline Type_t * get__converterType_0() const { return ____converterType_0; } inline Type_t ** get_address_of__converterType_0() { return &____converterType_0; } inline void set__converterType_0(Type_t * value) { ____converterType_0 = value; Il2CppCodeGenWriteBarrier((&____converterType_0), value); } inline static int32_t get_offset_of_U3CConverterParametersU3Ek__BackingField_1() { return static_cast(offsetof(JsonConverterAttribute_t3132853130, ___U3CConverterParametersU3Ek__BackingField_1)); } inline ObjectU5BU5D_t2843939325* get_U3CConverterParametersU3Ek__BackingField_1() const { return ___U3CConverterParametersU3Ek__BackingField_1; } inline ObjectU5BU5D_t2843939325** get_address_of_U3CConverterParametersU3Ek__BackingField_1() { return &___U3CConverterParametersU3Ek__BackingField_1; } inline void set_U3CConverterParametersU3Ek__BackingField_1(ObjectU5BU5D_t2843939325* value) { ___U3CConverterParametersU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CConverterParametersU3Ek__BackingField_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONCONVERTERATTRIBUTE_T3132853130_H #ifndef 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 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 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 STRINGBUFFER_T2235727887_H #define STRINGBUFFER_T2235727887_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.StringBuffer struct StringBuffer_t2235727887 { public: // System.Char[] Newtonsoft.Json.Utilities.StringBuffer::_buffer CharU5BU5D_t3528271667* ____buffer_0; // System.Int32 Newtonsoft.Json.Utilities.StringBuffer::_position int32_t ____position_1; public: inline static int32_t get_offset_of__buffer_0() { return static_cast(offsetof(StringBuffer_t2235727887, ____buffer_0)); } inline CharU5BU5D_t3528271667* get__buffer_0() const { return ____buffer_0; } inline CharU5BU5D_t3528271667** get_address_of__buffer_0() { return &____buffer_0; } inline void set__buffer_0(CharU5BU5D_t3528271667* value) { ____buffer_0 = value; Il2CppCodeGenWriteBarrier((&____buffer_0), value); } inline static int32_t get_offset_of__position_1() { return static_cast(offsetof(StringBuffer_t2235727887, ____position_1)); } inline int32_t get__position_1() const { return ____position_1; } inline int32_t* get_address_of__position_1() { return &____position_1; } inline void set__position_1(int32_t value) { ____position_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of Newtonsoft.Json.Utilities.StringBuffer struct StringBuffer_t2235727887_marshaled_pinvoke { uint8_t* ____buffer_0; int32_t ____position_1; }; // Native definition for COM marshalling of Newtonsoft.Json.Utilities.StringBuffer struct StringBuffer_t2235727887_marshaled_com { uint8_t* ____buffer_0; int32_t ____position_1; }; #endif // STRINGBUFFER_T2235727887_H #ifndef ERROREVENTARGS_T716709476_H #define ERROREVENTARGS_T716709476_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.ErrorEventArgs struct ErrorEventArgs_t716709476 : public EventArgs_t3591816995 { public: // System.Object Newtonsoft.Json.Serialization.ErrorEventArgs::k__BackingField RuntimeObject * ___U3CCurrentObjectU3Ek__BackingField_1; // Newtonsoft.Json.Serialization.ErrorContext Newtonsoft.Json.Serialization.ErrorEventArgs::k__BackingField ErrorContext_t3532118581 * ___U3CErrorContextU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CCurrentObjectU3Ek__BackingField_1() { return static_cast(offsetof(ErrorEventArgs_t716709476, ___U3CCurrentObjectU3Ek__BackingField_1)); } inline RuntimeObject * get_U3CCurrentObjectU3Ek__BackingField_1() const { return ___U3CCurrentObjectU3Ek__BackingField_1; } inline RuntimeObject ** get_address_of_U3CCurrentObjectU3Ek__BackingField_1() { return &___U3CCurrentObjectU3Ek__BackingField_1; } inline void set_U3CCurrentObjectU3Ek__BackingField_1(RuntimeObject * value) { ___U3CCurrentObjectU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CCurrentObjectU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_U3CErrorContextU3Ek__BackingField_2() { return static_cast(offsetof(ErrorEventArgs_t716709476, ___U3CErrorContextU3Ek__BackingField_2)); } inline ErrorContext_t3532118581 * get_U3CErrorContextU3Ek__BackingField_2() const { return ___U3CErrorContextU3Ek__BackingField_2; } inline ErrorContext_t3532118581 ** get_address_of_U3CErrorContextU3Ek__BackingField_2() { return &___U3CErrorContextU3Ek__BackingField_2; } inline void set_U3CErrorContextU3Ek__BackingField_2(ErrorContext_t3532118581 * value) { ___U3CErrorContextU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((&___U3CErrorContextU3Ek__BackingField_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ERROREVENTARGS_T716709476_H #ifndef JSONSERIALIZERINTERNALWRITER_T3588727337_H #define JSONSERIALIZERINTERNALWRITER_T3588727337_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.JsonSerializerInternalWriter struct JsonSerializerInternalWriter_t3588727337 : public JsonSerializerInternalBase_t286011480 { public: // System.Type Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::_rootType Type_t * ____rootType_5; // System.Int32 Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::_rootLevel int32_t ____rootLevel_6; // System.Collections.Generic.List`1 Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::_serializeStack List_1_t257213610 * ____serializeStack_7; public: inline static int32_t get_offset_of__rootType_5() { return static_cast(offsetof(JsonSerializerInternalWriter_t3588727337, ____rootType_5)); } inline Type_t * get__rootType_5() const { return ____rootType_5; } inline Type_t ** get_address_of__rootType_5() { return &____rootType_5; } inline void set__rootType_5(Type_t * value) { ____rootType_5 = value; Il2CppCodeGenWriteBarrier((&____rootType_5), value); } inline static int32_t get_offset_of__rootLevel_6() { return static_cast(offsetof(JsonSerializerInternalWriter_t3588727337, ____rootLevel_6)); } inline int32_t get__rootLevel_6() const { return ____rootLevel_6; } inline int32_t* get_address_of__rootLevel_6() { return &____rootLevel_6; } inline void set__rootLevel_6(int32_t value) { ____rootLevel_6 = value; } inline static int32_t get_offset_of__serializeStack_7() { return static_cast(offsetof(JsonSerializerInternalWriter_t3588727337, ____serializeStack_7)); } inline List_1_t257213610 * get__serializeStack_7() const { return ____serializeStack_7; } inline List_1_t257213610 ** get_address_of__serializeStack_7() { return &____serializeStack_7; } inline void set__serializeStack_7(List_1_t257213610 * value) { ____serializeStack_7 = value; Il2CppCodeGenWriteBarrier((&____serializeStack_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONSERIALIZERINTERNALWRITER_T3588727337_H #ifndef 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 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 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 JSONSERIALIZERINTERNALREADER_T927352408_H #define JSONSERIALIZERINTERNALREADER_T927352408_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.JsonSerializerInternalReader struct JsonSerializerInternalReader_t927352408 : public JsonSerializerInternalBase_t286011480 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONSERIALIZERINTERNALREADER_T927352408_H #ifndef XMLLINKEDNODE_T1437094927_H #define XMLLINKEDNODE_T1437094927_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlLinkedNode struct XmlLinkedNode_t1437094927 : public XmlNode_t3767805227 { public: // System.Xml.XmlLinkedNode System.Xml.XmlLinkedNode::nextSibling XmlLinkedNode_t1437094927 * ___nextSibling_6; public: inline static int32_t get_offset_of_nextSibling_6() { return static_cast(offsetof(XmlLinkedNode_t1437094927, ___nextSibling_6)); } inline XmlLinkedNode_t1437094927 * get_nextSibling_6() const { return ___nextSibling_6; } inline XmlLinkedNode_t1437094927 ** get_address_of_nextSibling_6() { return &___nextSibling_6; } inline void set_nextSibling_6(XmlLinkedNode_t1437094927 * value) { ___nextSibling_6 = value; Il2CppCodeGenWriteBarrier((&___nextSibling_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLLINKEDNODE_T1437094927_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 STRINGREFERENCE_T2912309144_H #define STRINGREFERENCE_T2912309144_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.StringReference struct StringReference_t2912309144 { public: // System.Char[] Newtonsoft.Json.Utilities.StringReference::_chars CharU5BU5D_t3528271667* ____chars_0; // System.Int32 Newtonsoft.Json.Utilities.StringReference::_startIndex int32_t ____startIndex_1; // System.Int32 Newtonsoft.Json.Utilities.StringReference::_length int32_t ____length_2; public: inline static int32_t get_offset_of__chars_0() { return static_cast(offsetof(StringReference_t2912309144, ____chars_0)); } inline CharU5BU5D_t3528271667* get__chars_0() const { return ____chars_0; } inline CharU5BU5D_t3528271667** get_address_of__chars_0() { return &____chars_0; } inline void set__chars_0(CharU5BU5D_t3528271667* value) { ____chars_0 = value; Il2CppCodeGenWriteBarrier((&____chars_0), value); } inline static int32_t get_offset_of__startIndex_1() { return static_cast(offsetof(StringReference_t2912309144, ____startIndex_1)); } inline int32_t get__startIndex_1() const { return ____startIndex_1; } inline int32_t* get_address_of__startIndex_1() { return &____startIndex_1; } inline void set__startIndex_1(int32_t value) { ____startIndex_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(StringReference_t2912309144, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of Newtonsoft.Json.Utilities.StringReference struct StringReference_t2912309144_marshaled_pinvoke { uint8_t* ____chars_0; int32_t ____startIndex_1; int32_t ____length_2; }; // Native definition for COM marshalling of Newtonsoft.Json.Utilities.StringReference struct StringReference_t2912309144_marshaled_com { uint8_t* ____chars_0; int32_t ____startIndex_1; int32_t ____length_2; }; #endif // STRINGREFERENCE_T2912309144_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 BSONOBJECT_T3552490343_H #define BSONOBJECT_T3552490343_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Bson.BsonObject struct BsonObject_t3552490343 : public BsonToken_t3838771636 { public: // System.Collections.Generic.List`1 Newtonsoft.Json.Bson.BsonObject::_children List_1_t2602298693 * ____children_2; public: inline static int32_t get_offset_of__children_2() { return static_cast(offsetof(BsonObject_t3552490343, ____children_2)); } inline List_1_t2602298693 * get__children_2() const { return ____children_2; } inline List_1_t2602298693 ** get_address_of__children_2() { return &____children_2; } inline void set__children_2(List_1_t2602298693 * value) { ____children_2 = value; Il2CppCodeGenWriteBarrier((&____children_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BSONOBJECT_T3552490343_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 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 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 BSONREGEX_T323777446_H #define BSONREGEX_T323777446_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Bson.BsonRegex struct BsonRegex_t323777446 : public BsonToken_t3838771636 { public: // Newtonsoft.Json.Bson.BsonString Newtonsoft.Json.Bson.BsonRegex::k__BackingField BsonString_t1135579766 * ___U3CPatternU3Ek__BackingField_2; // Newtonsoft.Json.Bson.BsonString Newtonsoft.Json.Bson.BsonRegex::k__BackingField BsonString_t1135579766 * ___U3COptionsU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CPatternU3Ek__BackingField_2() { return static_cast(offsetof(BsonRegex_t323777446, ___U3CPatternU3Ek__BackingField_2)); } inline BsonString_t1135579766 * get_U3CPatternU3Ek__BackingField_2() const { return ___U3CPatternU3Ek__BackingField_2; } inline BsonString_t1135579766 ** get_address_of_U3CPatternU3Ek__BackingField_2() { return &___U3CPatternU3Ek__BackingField_2; } inline void set_U3CPatternU3Ek__BackingField_2(BsonString_t1135579766 * value) { ___U3CPatternU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((&___U3CPatternU3Ek__BackingField_2), value); } inline static int32_t get_offset_of_U3COptionsU3Ek__BackingField_3() { return static_cast(offsetof(BsonRegex_t323777446, ___U3COptionsU3Ek__BackingField_3)); } inline BsonString_t1135579766 * get_U3COptionsU3Ek__BackingField_3() const { return ___U3COptionsU3Ek__BackingField_3; } inline BsonString_t1135579766 ** get_address_of_U3COptionsU3Ek__BackingField_3() { return &___U3COptionsU3Ek__BackingField_3; } inline void set_U3COptionsU3Ek__BackingField_3(BsonString_t1135579766 * value) { ___U3COptionsU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((&___U3COptionsU3Ek__BackingField_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BSONREGEX_T323777446_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 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 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 UTF8ENCODING_T3956466879_H #define UTF8ENCODING_T3956466879_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.UTF8Encoding struct UTF8Encoding_t3956466879 : public Encoding_t1523322056 { public: // System.Boolean System.Text.UTF8Encoding::emitIdentifier bool ___emitIdentifier_28; public: inline static int32_t get_offset_of_emitIdentifier_28() { return static_cast(offsetof(UTF8Encoding_t3956466879, ___emitIdentifier_28)); } inline bool get_emitIdentifier_28() const { return ___emitIdentifier_28; } inline bool* get_address_of_emitIdentifier_28() { return &___emitIdentifier_28; } inline void set_emitIdentifier_28(bool value) { ___emitIdentifier_28 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UTF8ENCODING_T3956466879_H #ifndef ENUMERATOR_T196575274_H #define ENUMERATOR_T196575274_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_t196575274 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::l List_1_t2602298693 * ___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 BsonProperty_t1130223951 * ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t196575274, ___l_0)); } inline List_1_t2602298693 * get_l_0() const { return ___l_0; } inline List_1_t2602298693 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(List_1_t2602298693 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t196575274, ___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_t196575274, ___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_t196575274, ___current_3)); } inline BsonProperty_t1130223951 * get_current_3() const { return ___current_3; } inline BsonProperty_t1130223951 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(BsonProperty_t1130223951 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((&___current_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T196575274_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 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 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_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 DATETIMECONVERTERBASE_T4233217353_H #define DATETIMECONVERTERBASE_T4233217353_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Converters.DateTimeConverterBase struct DateTimeConverterBase_t4233217353 : public JsonConverter_t1047106545 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIMECONVERTERBASE_T4233217353_H #ifndef HASHSETCONVERTER_T587720113_H #define HASHSETCONVERTER_T587720113_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Converters.HashSetConverter struct HashSetConverter_t587720113 : public JsonConverter_t1047106545 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HASHSETCONVERTER_T587720113_H #ifndef BSONARRAY_T345506913_H #define BSONARRAY_T345506913_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Bson.BsonArray struct BsonArray_t345506913 : public BsonToken_t3838771636 { public: // System.Collections.Generic.List`1 Newtonsoft.Json.Bson.BsonArray::_children List_1_t1015879082 * ____children_2; public: inline static int32_t get_offset_of__children_2() { return static_cast(offsetof(BsonArray_t345506913, ____children_2)); } inline List_1_t1015879082 * get__children_2() const { return ____children_2; } inline List_1_t1015879082 ** get_address_of__children_2() { return &____children_2; } inline void set__children_2(List_1_t1015879082 * value) { ____children_2 = value; Il2CppCodeGenWriteBarrier((&____children_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BSONARRAY_T345506913_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 __STATICARRAYINITTYPESIZEU3D52_T2710732173_H #define __STATICARRAYINITTYPESIZEU3D52_T2710732173_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /__StaticArrayInitTypeSize=52 struct __StaticArrayInitTypeSizeU3D52_t2710732173 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D52_t2710732173__padding[52]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __STATICARRAYINITTYPESIZEU3D52_T2710732173_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 __STATICARRAYINITTYPESIZEU3D28_T1904621871_H #define __STATICARRAYINITTYPESIZEU3D28_T1904621871_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /__StaticArrayInitTypeSize=28 struct __StaticArrayInitTypeSizeU3D28_t1904621871 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D28_t1904621871__padding[28]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __STATICARRAYINITTYPESIZEU3D28_T1904621871_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 __STATICARRAYINITTYPESIZEU3D12_T2710994317_H #define __STATICARRAYINITTYPESIZEU3D12_T2710994317_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /__StaticArrayInitTypeSize=12 struct __StaticArrayInitTypeSizeU3D12_t2710994317 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D12_t2710994317__padding[12]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __STATICARRAYINITTYPESIZEU3D12_T2710994317_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 BINARYCONVERTER_T779619639_H #define BINARYCONVERTER_T779619639_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Converters.BinaryConverter struct BinaryConverter_t779619639 : public JsonConverter_t1047106545 { public: // Newtonsoft.Json.Utilities.ReflectionObject Newtonsoft.Json.Converters.BinaryConverter::_reflectionObject ReflectionObject_t701100009 * ____reflectionObject_0; public: inline static int32_t get_offset_of__reflectionObject_0() { return static_cast(offsetof(BinaryConverter_t779619639, ____reflectionObject_0)); } inline ReflectionObject_t701100009 * get__reflectionObject_0() const { return ____reflectionObject_0; } inline ReflectionObject_t701100009 ** get_address_of__reflectionObject_0() { return &____reflectionObject_0; } inline void set__reflectionObject_0(ReflectionObject_t701100009 * value) { ____reflectionObject_0 = value; Il2CppCodeGenWriteBarrier((&____reflectionObject_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BINARYCONVERTER_T779619639_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 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 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 ENUMERATOR_T2905122959_H #define ENUMERATOR_T2905122959_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_t2905122959 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::l List_1_t1015879082 * ___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 BsonToken_t3838771636 * ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t2905122959, ___l_0)); } inline List_1_t1015879082 * get_l_0() const { return ___l_0; } inline List_1_t1015879082 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(List_1_t1015879082 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t2905122959, ___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_t2905122959, ___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_t2905122959, ___current_3)); } inline BsonToken_t3838771636 * get_current_3() const { return ___current_3; } inline BsonToken_t3838771636 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(BsonToken_t3838771636 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((&___current_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2905122959_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 __STATICARRAYINITTYPESIZEU3D10_T1548194903_H #define __STATICARRAYINITTYPESIZEU3D10_T1548194903_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /__StaticArrayInitTypeSize=10 struct __StaticArrayInitTypeSizeU3D10_t1548194903 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D10_t1548194903__padding[10]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __STATICARRAYINITTYPESIZEU3D10_T1548194903_H #ifndef DEFAULTSERIALIZATIONBINDER_T1281536470_H #define DEFAULTSERIALIZATIONBINDER_T1281536470_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.DefaultSerializationBinder struct DefaultSerializationBinder_t1281536470 : public SerializationBinder_t274213469 { public: // Newtonsoft.Json.Utilities.ThreadSafeStore`2 Newtonsoft.Json.Serialization.DefaultSerializationBinder::_typeCache ThreadSafeStore_2_t2879777979 * ____typeCache_1; public: inline static int32_t get_offset_of__typeCache_1() { return static_cast(offsetof(DefaultSerializationBinder_t1281536470, ____typeCache_1)); } inline ThreadSafeStore_2_t2879777979 * get__typeCache_1() const { return ____typeCache_1; } inline ThreadSafeStore_2_t2879777979 ** get_address_of__typeCache_1() { return &____typeCache_1; } inline void set__typeCache_1(ThreadSafeStore_2_t2879777979 * value) { ____typeCache_1 = value; Il2CppCodeGenWriteBarrier((&____typeCache_1), value); } }; struct DefaultSerializationBinder_t1281536470_StaticFields { public: // Newtonsoft.Json.Serialization.DefaultSerializationBinder Newtonsoft.Json.Serialization.DefaultSerializationBinder::Instance DefaultSerializationBinder_t1281536470 * ___Instance_0; public: inline static int32_t get_offset_of_Instance_0() { return static_cast(offsetof(DefaultSerializationBinder_t1281536470_StaticFields, ___Instance_0)); } inline DefaultSerializationBinder_t1281536470 * get_Instance_0() const { return ___Instance_0; } inline DefaultSerializationBinder_t1281536470 ** get_address_of_Instance_0() { return &___Instance_0; } inline void set_Instance_0(DefaultSerializationBinder_t1281536470 * value) { ___Instance_0 = value; Il2CppCodeGenWriteBarrier((&___Instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEFAULTSERIALIZATIONBINDER_T1281536470_H #ifndef 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 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 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 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 XMLDATETIMESERIALIZATIONMODE_T1214355817_H #define XMLDATETIMESERIALIZATIONMODE_T1214355817_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlDateTimeSerializationMode struct XmlDateTimeSerializationMode_t1214355817 { public: // System.Int32 System.Xml.XmlDateTimeSerializationMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XmlDateTimeSerializationMode_t1214355817, ___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 // XMLDATETIMESERIALIZATIONMODE_T1214355817_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 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 XMLCHARACTERDATA_T1167807131_H #define XMLCHARACTERDATA_T1167807131_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlCharacterData struct XmlCharacterData_t1167807131 : public XmlLinkedNode_t1437094927 { public: // System.String System.Xml.XmlCharacterData::data String_t* ___data_7; public: inline static int32_t get_offset_of_data_7() { return static_cast(offsetof(XmlCharacterData_t1167807131, ___data_7)); } inline String_t* get_data_7() const { return ___data_7; } inline String_t** get_address_of_data_7() { return &___data_7; } inline void set_data_7(String_t* value) { ___data_7 = value; Il2CppCodeGenWriteBarrier((&___data_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLCHARACTERDATA_T1167807131_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 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 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 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 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 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 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 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 RUNTIMEFIELDHANDLE_T1871169219_H #define RUNTIMEFIELDHANDLE_T1871169219_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeFieldHandle struct RuntimeFieldHandle_t1871169219 { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t1871169219, ___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 // RUNTIMEFIELDHANDLE_T1871169219_H #ifndef NUMBERSTYLES_T617258130_H #define NUMBERSTYLES_T617258130_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.NumberStyles struct NumberStyles_t617258130 { public: // System.Int32 System.Globalization.NumberStyles::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(NumberStyles_t617258130, ___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 // NUMBERSTYLES_T617258130_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 IOEXCEPTION_T4088381929_H #define IOEXCEPTION_T4088381929_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.IOException struct IOException_t4088381929 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IOEXCEPTION_T4088381929_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 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 PARSERESULT_T747067398_H #define PARSERESULT_T747067398_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.ParseResult struct ParseResult_t747067398 { public: // System.Int32 Newtonsoft.Json.Utilities.ParseResult::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ParseResult_t747067398, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PARSERESULT_T747067398_H #ifndef 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 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 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 TRACELEVEL_T1218108719_H #define TRACELEVEL_T1218108719_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Diagnostics.TraceLevel struct TraceLevel_t1218108719 { public: // System.Int32 System.Diagnostics.TraceLevel::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TraceLevel_t1218108719, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRACELEVEL_T1218108719_H #ifndef 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 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 ENUMERATOR_T3586889763_H #define ENUMERATOR_T3586889763_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_t3586889763 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t1632706988 * ___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_t4030379155 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t3586889763, ___dictionary_0)); } inline Dictionary_2_t1632706988 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t1632706988 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t1632706988 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t3586889763, ___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_t3586889763, ___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_t3586889763, ___current_3)); } inline KeyValuePair_2_t4030379155 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t4030379155 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t4030379155 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T3586889763_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 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 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 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 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 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 DATETIMESTYLES_T840957420_H #define DATETIMESTYLES_T840957420_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.DateTimeStyles struct DateTimeStyles_t840957420 { public: // System.Int32 System.Globalization.DateTimeStyles::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DateTimeStyles_t840957420, ___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 // DATETIMESTYLES_T840957420_H #ifndef JAVASCRIPTDATETIMECONVERTER_T3307376016_H #define JAVASCRIPTDATETIMECONVERTER_T3307376016_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Converters.JavaScriptDateTimeConverter struct JavaScriptDateTimeConverter_t3307376016 : public DateTimeConverterBase_t4233217353 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JAVASCRIPTDATETIMECONVERTER_T3307376016_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 REGEXOPTIONS_T92845595_H #define REGEXOPTIONS_T92845595_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.RegexOptions struct RegexOptions_t92845595 { public: // System.Int32 System.Text.RegularExpressions.RegexOptions::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(RegexOptions_t92845595, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REGEXOPTIONS_T92845595_H #ifndef 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 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 U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255369_H #define U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255369_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // struct U3CPrivateImplementationDetailsU3E_t3057255369 : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t3057255369_StaticFields { public: // /__StaticArrayInitTypeSize=28 ::9E31F24F64765FCAA589F589324D17C9FCF6A06D __StaticArrayInitTypeSizeU3D28_t1904621871 ___9E31F24F64765FCAA589F589324D17C9FCF6A06D_0; // /__StaticArrayInitTypeSize=12 ::ADFD2E1C801C825415DD53F4F2F72A13B389313C __StaticArrayInitTypeSizeU3D12_t2710994317 ___ADFD2E1C801C825415DD53F4F2F72A13B389313C_1; // /__StaticArrayInitTypeSize=10 ::D40004AB0E92BF6C8DFE481B56BE3D04ABDA76EB __StaticArrayInitTypeSizeU3D10_t1548194903 ___D40004AB0E92BF6C8DFE481B56BE3D04ABDA76EB_2; // /__StaticArrayInitTypeSize=52 ::DD3AEFEADB1CD615F3017763F1568179FEE640B0 __StaticArrayInitTypeSizeU3D52_t2710732173 ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_3; // /__StaticArrayInitTypeSize=52 ::E92B39D8233061927D9ACDE54665E68E7535635A __StaticArrayInitTypeSizeU3D52_t2710732173 ___E92B39D8233061927D9ACDE54665E68E7535635A_4; public: inline static int32_t get_offset_of_U39E31F24F64765FCAA589F589324D17C9FCF6A06D_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255369_StaticFields, ___9E31F24F64765FCAA589F589324D17C9FCF6A06D_0)); } inline __StaticArrayInitTypeSizeU3D28_t1904621871 get_U39E31F24F64765FCAA589F589324D17C9FCF6A06D_0() const { return ___9E31F24F64765FCAA589F589324D17C9FCF6A06D_0; } inline __StaticArrayInitTypeSizeU3D28_t1904621871 * get_address_of_U39E31F24F64765FCAA589F589324D17C9FCF6A06D_0() { return &___9E31F24F64765FCAA589F589324D17C9FCF6A06D_0; } inline void set_U39E31F24F64765FCAA589F589324D17C9FCF6A06D_0(__StaticArrayInitTypeSizeU3D28_t1904621871 value) { ___9E31F24F64765FCAA589F589324D17C9FCF6A06D_0 = value; } inline static int32_t get_offset_of_ADFD2E1C801C825415DD53F4F2F72A13B389313C_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255369_StaticFields, ___ADFD2E1C801C825415DD53F4F2F72A13B389313C_1)); } inline __StaticArrayInitTypeSizeU3D12_t2710994317 get_ADFD2E1C801C825415DD53F4F2F72A13B389313C_1() const { return ___ADFD2E1C801C825415DD53F4F2F72A13B389313C_1; } inline __StaticArrayInitTypeSizeU3D12_t2710994317 * get_address_of_ADFD2E1C801C825415DD53F4F2F72A13B389313C_1() { return &___ADFD2E1C801C825415DD53F4F2F72A13B389313C_1; } inline void set_ADFD2E1C801C825415DD53F4F2F72A13B389313C_1(__StaticArrayInitTypeSizeU3D12_t2710994317 value) { ___ADFD2E1C801C825415DD53F4F2F72A13B389313C_1 = value; } inline static int32_t get_offset_of_D40004AB0E92BF6C8DFE481B56BE3D04ABDA76EB_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255369_StaticFields, ___D40004AB0E92BF6C8DFE481B56BE3D04ABDA76EB_2)); } inline __StaticArrayInitTypeSizeU3D10_t1548194903 get_D40004AB0E92BF6C8DFE481B56BE3D04ABDA76EB_2() const { return ___D40004AB0E92BF6C8DFE481B56BE3D04ABDA76EB_2; } inline __StaticArrayInitTypeSizeU3D10_t1548194903 * get_address_of_D40004AB0E92BF6C8DFE481B56BE3D04ABDA76EB_2() { return &___D40004AB0E92BF6C8DFE481B56BE3D04ABDA76EB_2; } inline void set_D40004AB0E92BF6C8DFE481B56BE3D04ABDA76EB_2(__StaticArrayInitTypeSizeU3D10_t1548194903 value) { ___D40004AB0E92BF6C8DFE481B56BE3D04ABDA76EB_2 = value; } inline static int32_t get_offset_of_DD3AEFEADB1CD615F3017763F1568179FEE640B0_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255369_StaticFields, ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_3)); } inline __StaticArrayInitTypeSizeU3D52_t2710732173 get_DD3AEFEADB1CD615F3017763F1568179FEE640B0_3() const { return ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_3; } inline __StaticArrayInitTypeSizeU3D52_t2710732173 * get_address_of_DD3AEFEADB1CD615F3017763F1568179FEE640B0_3() { return &___DD3AEFEADB1CD615F3017763F1568179FEE640B0_3; } inline void set_DD3AEFEADB1CD615F3017763F1568179FEE640B0_3(__StaticArrayInitTypeSizeU3D52_t2710732173 value) { ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_3 = value; } inline static int32_t get_offset_of_E92B39D8233061927D9ACDE54665E68E7535635A_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255369_StaticFields, ___E92B39D8233061927D9ACDE54665E68E7535635A_4)); } inline __StaticArrayInitTypeSizeU3D52_t2710732173 get_E92B39D8233061927D9ACDE54665E68E7535635A_4() const { return ___E92B39D8233061927D9ACDE54665E68E7535635A_4; } inline __StaticArrayInitTypeSizeU3D52_t2710732173 * get_address_of_E92B39D8233061927D9ACDE54665E68E7535635A_4() { return &___E92B39D8233061927D9ACDE54665E68E7535635A_4; } inline void set_E92B39D8233061927D9ACDE54665E68E7535635A_4(__StaticArrayInitTypeSizeU3D52_t2710732173 value) { ___E92B39D8233061927D9ACDE54665E68E7535635A_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255369_H #ifndef BSONTYPE_T1843803290_H #define BSONTYPE_T1843803290_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Bson.BsonType struct BsonType_t1843803290 { public: // System.SByte Newtonsoft.Json.Bson.BsonType::value__ int8_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(BsonType_t1843803290, ___value___1)); } inline int8_t get_value___1() const { return ___value___1; } inline int8_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int8_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BSONTYPE_T1843803290_H #ifndef BSONBINARYTYPE_T2212550840_H #define BSONBINARYTYPE_T2212550840_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Bson.BsonBinaryType struct BsonBinaryType_t2212550840 { public: // System.Byte Newtonsoft.Json.Bson.BsonBinaryType::value__ uint8_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(BsonBinaryType_t2212550840, ___value___1)); } inline uint8_t get_value___1() const { return ___value___1; } inline uint8_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(uint8_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BSONBINARYTYPE_T2212550840_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 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 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 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 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 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 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 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 BSONREADERSTATE_T1965113074_H #define BSONREADERSTATE_T1965113074_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Bson.BsonReader/BsonReaderState struct BsonReaderState_t1965113074 { public: // System.Int32 Newtonsoft.Json.Bson.BsonReader/BsonReaderState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(BsonReaderState_t1965113074, ___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 // BSONREADERSTATE_T1965113074_H #ifndef XCOMMENT_T1832251191_H #define XCOMMENT_T1832251191_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Linq.XComment struct XComment_t1832251191 : public XNode_t716131460 { public: // System.String System.Xml.Linq.XComment::value String_t* ___value_7; public: inline static int32_t get_offset_of_value_7() { return static_cast(offsetof(XComment_t1832251191, ___value_7)); } inline String_t* get_value_7() const { return ___value_7; } inline String_t** get_address_of_value_7() { return &___value_7; } inline void set_value_7(String_t* value) { ___value_7 = value; Il2CppCodeGenWriteBarrier((&___value_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XCOMMENT_T1832251191_H #ifndef XDOCUMENTWRAPPER_T2289369211_H #define XDOCUMENTWRAPPER_T2289369211_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Converters.XDocumentWrapper struct XDocumentWrapper_t2289369211 : public XContainerWrapper_t1262744989 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XDOCUMENTWRAPPER_T2289369211_H #ifndef XMLPROCESSINGINSTRUCTION_T425688976_H #define XMLPROCESSINGINSTRUCTION_T425688976_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlProcessingInstruction struct XmlProcessingInstruction_t425688976 : public XmlLinkedNode_t1437094927 { public: // System.String System.Xml.XmlProcessingInstruction::target String_t* ___target_7; // System.String System.Xml.XmlProcessingInstruction::data String_t* ___data_8; public: inline static int32_t get_offset_of_target_7() { return static_cast(offsetof(XmlProcessingInstruction_t425688976, ___target_7)); } inline String_t* get_target_7() const { return ___target_7; } inline String_t** get_address_of_target_7() { return &___target_7; } inline void set_target_7(String_t* value) { ___target_7 = value; Il2CppCodeGenWriteBarrier((&___target_7), value); } inline static int32_t get_offset_of_data_8() { return static_cast(offsetof(XmlProcessingInstruction_t425688976, ___data_8)); } inline String_t* get_data_8() const { return ___data_8; } inline String_t** get_address_of_data_8() { return &___data_8; } inline void set_data_8(String_t* value) { ___data_8 = value; Il2CppCodeGenWriteBarrier((&___data_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLPROCESSINGINSTRUCTION_T425688976_H #ifndef XELEMENTWRAPPER_T2633871282_H #define XELEMENTWRAPPER_T2633871282_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Converters.XElementWrapper struct XElementWrapper_t2633871282 : public XContainerWrapper_t1262744989 { public: // System.Collections.Generic.List`1 Newtonsoft.Json.Converters.XElementWrapper::_attributes List_1_t2041514553 * ____attributes_3; public: inline static int32_t get_offset_of__attributes_3() { return static_cast(offsetof(XElementWrapper_t2633871282, ____attributes_3)); } inline List_1_t2041514553 * get__attributes_3() const { return ____attributes_3; } inline List_1_t2041514553 ** get_address_of__attributes_3() { return &____attributes_3; } inline void set__attributes_3(List_1_t2041514553 * value) { ____attributes_3 = value; Il2CppCodeGenWriteBarrier((&____attributes_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XELEMENTWRAPPER_T2633871282_H #ifndef XDOCUMENTTYPE_T1853592271_H #define XDOCUMENTTYPE_T1853592271_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Linq.XDocumentType struct XDocumentType_t1853592271 : public XNode_t716131460 { public: // System.String System.Xml.Linq.XDocumentType::name String_t* ___name_7; // System.String System.Xml.Linq.XDocumentType::pubid String_t* ___pubid_8; // System.String System.Xml.Linq.XDocumentType::sysid String_t* ___sysid_9; // System.String System.Xml.Linq.XDocumentType::intSubset String_t* ___intSubset_10; public: inline static int32_t get_offset_of_name_7() { return static_cast(offsetof(XDocumentType_t1853592271, ___name_7)); } inline String_t* get_name_7() const { return ___name_7; } inline String_t** get_address_of_name_7() { return &___name_7; } inline void set_name_7(String_t* value) { ___name_7 = value; Il2CppCodeGenWriteBarrier((&___name_7), value); } inline static int32_t get_offset_of_pubid_8() { return static_cast(offsetof(XDocumentType_t1853592271, ___pubid_8)); } inline String_t* get_pubid_8() const { return ___pubid_8; } inline String_t** get_address_of_pubid_8() { return &___pubid_8; } inline void set_pubid_8(String_t* value) { ___pubid_8 = value; Il2CppCodeGenWriteBarrier((&___pubid_8), value); } inline static int32_t get_offset_of_sysid_9() { return static_cast(offsetof(XDocumentType_t1853592271, ___sysid_9)); } inline String_t* get_sysid_9() const { return ___sysid_9; } inline String_t** get_address_of_sysid_9() { return &___sysid_9; } inline void set_sysid_9(String_t* value) { ___sysid_9 = value; Il2CppCodeGenWriteBarrier((&___sysid_9), value); } inline static int32_t get_offset_of_intSubset_10() { return static_cast(offsetof(XDocumentType_t1853592271, ___intSubset_10)); } inline String_t* get_intSubset_10() const { return ___intSubset_10; } inline String_t** get_address_of_intSubset_10() { return &___intSubset_10; } inline void set_intSubset_10(String_t* value) { ___intSubset_10 = value; Il2CppCodeGenWriteBarrier((&___intSubset_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XDOCUMENTTYPE_T1853592271_H #ifndef XTEXT_T1448860321_H #define XTEXT_T1448860321_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Linq.XText struct XText_t1448860321 : public XNode_t716131460 { public: // System.String System.Xml.Linq.XText::value String_t* ___value_7; public: inline static int32_t get_offset_of_value_7() { return static_cast(offsetof(XText_t1448860321, ___value_7)); } inline String_t* get_value_7() const { return ___value_7; } inline String_t** get_address_of_value_7() { return &___value_7; } inline void set_value_7(String_t* value) { ___value_7 = value; Il2CppCodeGenWriteBarrier((&___value_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XTEXT_T1448860321_H #ifndef XMLNODETYPE_T1672767151_H #define XMLNODETYPE_T1672767151_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNodeType struct XmlNodeType_t1672767151 { public: // System.Int32 System.Xml.XmlNodeType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XmlNodeType_t1672767151, ___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 // XMLNODETYPE_T1672767151_H #ifndef XPROCESSINGINSTRUCTION_T2943691487_H #define XPROCESSINGINSTRUCTION_T2943691487_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Linq.XProcessingInstruction struct XProcessingInstruction_t2943691487 : public XNode_t716131460 { public: // System.String System.Xml.Linq.XProcessingInstruction::name String_t* ___name_7; // System.String System.Xml.Linq.XProcessingInstruction::data String_t* ___data_8; public: inline static int32_t get_offset_of_name_7() { return static_cast(offsetof(XProcessingInstruction_t2943691487, ___name_7)); } inline String_t* get_name_7() const { return ___name_7; } inline String_t** get_address_of_name_7() { return &___name_7; } inline void set_name_7(String_t* value) { ___name_7 = value; Il2CppCodeGenWriteBarrier((&___name_7), value); } inline static int32_t get_offset_of_data_8() { return static_cast(offsetof(XProcessingInstruction_t2943691487, ___data_8)); } inline String_t* get_data_8() const { return ___data_8; } inline String_t** get_address_of_data_8() { return &___data_8; } inline void set_data_8(String_t* value) { ___data_8 = value; Il2CppCodeGenWriteBarrier((&___data_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPROCESSINGINSTRUCTION_T2943691487_H #ifndef XCONTAINER_T3387731002_H #define XCONTAINER_T3387731002_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Linq.XContainer struct XContainer_t3387731002 : public XNode_t716131460 { public: // System.Xml.Linq.XNode System.Xml.Linq.XContainer::first XNode_t716131460 * ___first_7; // System.Xml.Linq.XNode System.Xml.Linq.XContainer::last XNode_t716131460 * ___last_8; public: inline static int32_t get_offset_of_first_7() { return static_cast(offsetof(XContainer_t3387731002, ___first_7)); } inline XNode_t716131460 * get_first_7() const { return ___first_7; } inline XNode_t716131460 ** get_address_of_first_7() { return &___first_7; } inline void set_first_7(XNode_t716131460 * value) { ___first_7 = value; Il2CppCodeGenWriteBarrier((&___first_7), value); } inline static int32_t get_offset_of_last_8() { return static_cast(offsetof(XContainer_t3387731002, ___last_8)); } inline XNode_t716131460 * get_last_8() const { return ___last_8; } inline XNode_t716131460 ** get_address_of_last_8() { return &___last_8; } inline void set_last_8(XNode_t716131460 * value) { ___last_8 = value; Il2CppCodeGenWriteBarrier((&___last_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XCONTAINER_T3387731002_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_T3780953627_H #define ENUMERATOR_T3780953627_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_t3780953627 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t1826770852 * ___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_t4224443019 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t3780953627, ___dictionary_0)); } inline Dictionary_2_t1826770852 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t1826770852 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t1826770852 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t3780953627, ___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_t3780953627, ___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_t3780953627, ___current_3)); } inline KeyValuePair_2_t4224443019 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t4224443019 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t4224443019 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T3780953627_H #ifndef XMLDECLARATION_T679870411_H #define XMLDECLARATION_T679870411_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlDeclaration struct XmlDeclaration_t679870411 : public XmlLinkedNode_t1437094927 { public: // System.String System.Xml.XmlDeclaration::encoding String_t* ___encoding_7; // System.String System.Xml.XmlDeclaration::standalone String_t* ___standalone_8; // System.String System.Xml.XmlDeclaration::version String_t* ___version_9; public: inline static int32_t get_offset_of_encoding_7() { return static_cast(offsetof(XmlDeclaration_t679870411, ___encoding_7)); } inline String_t* get_encoding_7() const { return ___encoding_7; } inline String_t** get_address_of_encoding_7() { return &___encoding_7; } inline void set_encoding_7(String_t* value) { ___encoding_7 = value; Il2CppCodeGenWriteBarrier((&___encoding_7), value); } inline static int32_t get_offset_of_standalone_8() { return static_cast(offsetof(XmlDeclaration_t679870411, ___standalone_8)); } inline String_t* get_standalone_8() const { return ___standalone_8; } inline String_t** get_address_of_standalone_8() { return &___standalone_8; } inline void set_standalone_8(String_t* value) { ___standalone_8 = value; Il2CppCodeGenWriteBarrier((&___standalone_8), value); } inline static int32_t get_offset_of_version_9() { return static_cast(offsetof(XmlDeclaration_t679870411, ___version_9)); } inline String_t* get_version_9() const { return ___version_9; } inline String_t** get_address_of_version_9() { return &___version_9; } inline void set_version_9(String_t* value) { ___version_9 = value; Il2CppCodeGenWriteBarrier((&___version_9), value); } }; struct XmlDeclaration_t679870411_StaticFields { public: // System.Collections.Generic.Dictionary`2 System.Xml.XmlDeclaration::<>f__switch$map4A Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map4A_10; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map4A_10() { return static_cast(offsetof(XmlDeclaration_t679870411_StaticFields, ___U3CU3Ef__switchU24map4A_10)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map4A_10() const { return ___U3CU3Ef__switchU24map4A_10; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map4A_10() { return &___U3CU3Ef__switchU24map4A_10; } inline void set_U3CU3Ef__switchU24map4A_10(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map4A_10 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map4A_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLDECLARATION_T679870411_H #ifndef XMLELEMENT_T561603118_H #define XMLELEMENT_T561603118_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlElement struct XmlElement_t561603118 : public XmlLinkedNode_t1437094927 { public: // System.Xml.XmlAttributeCollection System.Xml.XmlElement::attributes XmlAttributeCollection_t2316283784 * ___attributes_7; // System.Xml.XmlNameEntry System.Xml.XmlElement::name XmlNameEntry_t1073099671 * ___name_8; // System.Xml.XmlLinkedNode System.Xml.XmlElement::lastLinkedChild XmlLinkedNode_t1437094927 * ___lastLinkedChild_9; // System.Boolean System.Xml.XmlElement::isNotEmpty bool ___isNotEmpty_10; // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlElement::schemaInfo RuntimeObject* ___schemaInfo_11; public: inline static int32_t get_offset_of_attributes_7() { return static_cast(offsetof(XmlElement_t561603118, ___attributes_7)); } inline XmlAttributeCollection_t2316283784 * get_attributes_7() const { return ___attributes_7; } inline XmlAttributeCollection_t2316283784 ** get_address_of_attributes_7() { return &___attributes_7; } inline void set_attributes_7(XmlAttributeCollection_t2316283784 * value) { ___attributes_7 = value; Il2CppCodeGenWriteBarrier((&___attributes_7), value); } inline static int32_t get_offset_of_name_8() { return static_cast(offsetof(XmlElement_t561603118, ___name_8)); } inline XmlNameEntry_t1073099671 * get_name_8() const { return ___name_8; } inline XmlNameEntry_t1073099671 ** get_address_of_name_8() { return &___name_8; } inline void set_name_8(XmlNameEntry_t1073099671 * value) { ___name_8 = value; Il2CppCodeGenWriteBarrier((&___name_8), value); } inline static int32_t get_offset_of_lastLinkedChild_9() { return static_cast(offsetof(XmlElement_t561603118, ___lastLinkedChild_9)); } inline XmlLinkedNode_t1437094927 * get_lastLinkedChild_9() const { return ___lastLinkedChild_9; } inline XmlLinkedNode_t1437094927 ** get_address_of_lastLinkedChild_9() { return &___lastLinkedChild_9; } inline void set_lastLinkedChild_9(XmlLinkedNode_t1437094927 * value) { ___lastLinkedChild_9 = value; Il2CppCodeGenWriteBarrier((&___lastLinkedChild_9), value); } inline static int32_t get_offset_of_isNotEmpty_10() { return static_cast(offsetof(XmlElement_t561603118, ___isNotEmpty_10)); } inline bool get_isNotEmpty_10() const { return ___isNotEmpty_10; } inline bool* get_address_of_isNotEmpty_10() { return &___isNotEmpty_10; } inline void set_isNotEmpty_10(bool value) { ___isNotEmpty_10 = value; } inline static int32_t get_offset_of_schemaInfo_11() { return static_cast(offsetof(XmlElement_t561603118, ___schemaInfo_11)); } inline RuntimeObject* get_schemaInfo_11() const { return ___schemaInfo_11; } inline RuntimeObject** get_address_of_schemaInfo_11() { return &___schemaInfo_11; } inline void set_schemaInfo_11(RuntimeObject* value) { ___schemaInfo_11 = value; Il2CppCodeGenWriteBarrier((&___schemaInfo_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLELEMENT_T561603118_H #ifndef XMLDOCUMENTTYPE_T4112370061_H #define XMLDOCUMENTTYPE_T4112370061_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlDocumentType struct XmlDocumentType_t4112370061 : public XmlLinkedNode_t1437094927 { public: // System.Xml.XmlNamedNodeMap System.Xml.XmlDocumentType::entities XmlNamedNodeMap_t2821286253 * ___entities_7; // System.Xml.XmlNamedNodeMap System.Xml.XmlDocumentType::notations XmlNamedNodeMap_t2821286253 * ___notations_8; // Mono.Xml.DTDObjectModel System.Xml.XmlDocumentType::dtd DTDObjectModel_t1729680289 * ___dtd_9; public: inline static int32_t get_offset_of_entities_7() { return static_cast(offsetof(XmlDocumentType_t4112370061, ___entities_7)); } inline XmlNamedNodeMap_t2821286253 * get_entities_7() const { return ___entities_7; } inline XmlNamedNodeMap_t2821286253 ** get_address_of_entities_7() { return &___entities_7; } inline void set_entities_7(XmlNamedNodeMap_t2821286253 * value) { ___entities_7 = value; Il2CppCodeGenWriteBarrier((&___entities_7), value); } inline static int32_t get_offset_of_notations_8() { return static_cast(offsetof(XmlDocumentType_t4112370061, ___notations_8)); } inline XmlNamedNodeMap_t2821286253 * get_notations_8() const { return ___notations_8; } inline XmlNamedNodeMap_t2821286253 ** get_address_of_notations_8() { return &___notations_8; } inline void set_notations_8(XmlNamedNodeMap_t2821286253 * value) { ___notations_8 = value; Il2CppCodeGenWriteBarrier((&___notations_8), value); } inline static int32_t get_offset_of_dtd_9() { return static_cast(offsetof(XmlDocumentType_t4112370061, ___dtd_9)); } inline DTDObjectModel_t1729680289 * get_dtd_9() const { return ___dtd_9; } inline DTDObjectModel_t1729680289 ** get_address_of_dtd_9() { return &___dtd_9; } inline void set_dtd_9(DTDObjectModel_t1729680289 * value) { ___dtd_9 = value; Il2CppCodeGenWriteBarrier((&___dtd_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLDOCUMENTTYPE_T4112370061_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 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_T588389317_H #define NULLABLE_1_T588389317_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t588389317 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t588389317, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t588389317, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T588389317_H #ifndef NULLABLE_1_T829731231_H #define NULLABLE_1_T829731231_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t829731231 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t829731231, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t829731231, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T829731231_H #ifndef 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_T616964910_H #define NULLABLE_1_T616964910_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_t616964910 { 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_t616964910, ___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_t616964910, ___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_T616964910_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_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_T430194516_H #define NULLABLE_1_T430194516_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t430194516 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t430194516, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t430194516, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T430194516_H #ifndef NULLABLE_1_T179296662_H #define NULLABLE_1_T179296662_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t179296662 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t179296662, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t179296662, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T179296662_H #ifndef NULLABLE_1_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 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 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 BSONBINARYWRITER_T671405346_H #define BSONBINARYWRITER_T671405346_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Bson.BsonBinaryWriter struct BsonBinaryWriter_t671405346 : public RuntimeObject { public: // System.IO.BinaryWriter Newtonsoft.Json.Bson.BsonBinaryWriter::_writer BinaryWriter_t3992595042 * ____writer_1; // System.Byte[] Newtonsoft.Json.Bson.BsonBinaryWriter::_largeByteBuffer ByteU5BU5D_t4116647657* ____largeByteBuffer_2; // System.DateTimeKind Newtonsoft.Json.Bson.BsonBinaryWriter::k__BackingField int32_t ___U3CDateTimeKindHandlingU3Ek__BackingField_3; public: inline static int32_t get_offset_of__writer_1() { return static_cast(offsetof(BsonBinaryWriter_t671405346, ____writer_1)); } inline BinaryWriter_t3992595042 * get__writer_1() const { return ____writer_1; } inline BinaryWriter_t3992595042 ** get_address_of__writer_1() { return &____writer_1; } inline void set__writer_1(BinaryWriter_t3992595042 * value) { ____writer_1 = value; Il2CppCodeGenWriteBarrier((&____writer_1), value); } inline static int32_t get_offset_of__largeByteBuffer_2() { return static_cast(offsetof(BsonBinaryWriter_t671405346, ____largeByteBuffer_2)); } inline ByteU5BU5D_t4116647657* get__largeByteBuffer_2() const { return ____largeByteBuffer_2; } inline ByteU5BU5D_t4116647657** get_address_of__largeByteBuffer_2() { return &____largeByteBuffer_2; } inline void set__largeByteBuffer_2(ByteU5BU5D_t4116647657* value) { ____largeByteBuffer_2 = value; Il2CppCodeGenWriteBarrier((&____largeByteBuffer_2), value); } inline static int32_t get_offset_of_U3CDateTimeKindHandlingU3Ek__BackingField_3() { return static_cast(offsetof(BsonBinaryWriter_t671405346, ___U3CDateTimeKindHandlingU3Ek__BackingField_3)); } inline int32_t get_U3CDateTimeKindHandlingU3Ek__BackingField_3() const { return ___U3CDateTimeKindHandlingU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CDateTimeKindHandlingU3Ek__BackingField_3() { return &___U3CDateTimeKindHandlingU3Ek__BackingField_3; } inline void set_U3CDateTimeKindHandlingU3Ek__BackingField_3(int32_t value) { ___U3CDateTimeKindHandlingU3Ek__BackingField_3 = value; } }; struct BsonBinaryWriter_t671405346_StaticFields { public: // System.Text.Encoding Newtonsoft.Json.Bson.BsonBinaryWriter::Encoding Encoding_t1523322056 * ___Encoding_0; public: inline static int32_t get_offset_of_Encoding_0() { return static_cast(offsetof(BsonBinaryWriter_t671405346_StaticFields, ___Encoding_0)); } inline Encoding_t1523322056 * get_Encoding_0() const { return ___Encoding_0; } inline Encoding_t1523322056 ** get_address_of_Encoding_0() { return &___Encoding_0; } inline void set_Encoding_0(Encoding_t1523322056 * value) { ___Encoding_0 = value; Il2CppCodeGenWriteBarrier((&___Encoding_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BSONBINARYWRITER_T671405346_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 BSONVALUE_T3067495970_H #define BSONVALUE_T3067495970_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Bson.BsonValue struct BsonValue_t3067495970 : public BsonToken_t3838771636 { public: // System.Object Newtonsoft.Json.Bson.BsonValue::_value RuntimeObject * ____value_2; // Newtonsoft.Json.Bson.BsonType Newtonsoft.Json.Bson.BsonValue::_type int8_t ____type_3; public: inline static int32_t get_offset_of__value_2() { return static_cast(offsetof(BsonValue_t3067495970, ____value_2)); } inline RuntimeObject * get__value_2() const { return ____value_2; } inline RuntimeObject ** get_address_of__value_2() { return &____value_2; } inline void set__value_2(RuntimeObject * value) { ____value_2 = value; Il2CppCodeGenWriteBarrier((&____value_2), value); } inline static int32_t get_offset_of__type_3() { return static_cast(offsetof(BsonValue_t3067495970, ____type_3)); } inline int8_t get__type_3() const { return ____type_3; } inline int8_t* get_address_of__type_3() { return &____type_3; } inline void set__type_3(int8_t value) { ____type_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BSONVALUE_T3067495970_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 XMLSIGNIFICANTWHITESPACE_T1052520128_H #define XMLSIGNIFICANTWHITESPACE_T1052520128_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlSignificantWhitespace struct XmlSignificantWhitespace_t1052520128 : public XmlCharacterData_t1167807131 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSIGNIFICANTWHITESPACE_T1052520128_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 CONTAINERCONTEXT_T1305994539_H #define CONTAINERCONTEXT_T1305994539_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Bson.BsonReader/ContainerContext struct ContainerContext_t1305994539 : public RuntimeObject { public: // Newtonsoft.Json.Bson.BsonType Newtonsoft.Json.Bson.BsonReader/ContainerContext::Type int8_t ___Type_0; // System.Int32 Newtonsoft.Json.Bson.BsonReader/ContainerContext::Length int32_t ___Length_1; // System.Int32 Newtonsoft.Json.Bson.BsonReader/ContainerContext::Position int32_t ___Position_2; public: inline static int32_t get_offset_of_Type_0() { return static_cast(offsetof(ContainerContext_t1305994539, ___Type_0)); } inline int8_t get_Type_0() const { return ___Type_0; } inline int8_t* get_address_of_Type_0() { return &___Type_0; } inline void set_Type_0(int8_t value) { ___Type_0 = value; } inline static int32_t get_offset_of_Length_1() { return static_cast(offsetof(ContainerContext_t1305994539, ___Length_1)); } inline int32_t get_Length_1() const { return ___Length_1; } inline int32_t* get_address_of_Length_1() { return &___Length_1; } inline void set_Length_1(int32_t value) { ___Length_1 = value; } inline static int32_t get_offset_of_Position_2() { return static_cast(offsetof(ContainerContext_t1305994539, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONTAINERCONTEXT_T1305994539_H #ifndef XMLCOMMENT_T2476947920_H #define XMLCOMMENT_T2476947920_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlComment struct XmlComment_t2476947920 : public XmlCharacterData_t1167807131 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLCOMMENT_T2476947920_H #ifndef XMLTEXT_T2682211705_H #define XMLTEXT_T2682211705_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlText struct XmlText_t2682211705 : public XmlCharacterData_t1167807131 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLTEXT_T2682211705_H #ifndef ENDOFSTREAMEXCEPTION_T2015613008_H #define ENDOFSTREAMEXCEPTION_T2015613008_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.EndOfStreamException struct EndOfStreamException_t2015613008 : public IOException_t4088381929 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENDOFSTREAMEXCEPTION_T2015613008_H #ifndef XMLCDATASECTION_T3267478366_H #define XMLCDATASECTION_T3267478366_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlCDataSection struct XmlCDataSection_t3267478366 : public XmlCharacterData_t1167807131 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLCDATASECTION_T3267478366_H #ifndef XMLWHITESPACE_T131741354_H #define XMLWHITESPACE_T131741354_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlWhitespace struct XmlWhitespace_t131741354 : public XmlCharacterData_t1167807131 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLWHITESPACE_T131741354_H #ifndef NULLABLE_1_T1470895410_H #define NULLABLE_1_T1470895410_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_t1470895410 { 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_t1470895410, ___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_t1470895410, ___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_T1470895410_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 XCDATA_T832623270_H #define XCDATA_T832623270_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Linq.XCData struct XCData_t832623270 : public XText_t1448860321 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XCDATA_T832623270_H #ifndef ISODATETIMECONVERTER_T3020114287_H #define ISODATETIMECONVERTER_T3020114287_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Converters.IsoDateTimeConverter struct IsoDateTimeConverter_t3020114287 : public DateTimeConverterBase_t4233217353 { public: // System.Globalization.DateTimeStyles Newtonsoft.Json.Converters.IsoDateTimeConverter::_dateTimeStyles int32_t ____dateTimeStyles_0; // System.String Newtonsoft.Json.Converters.IsoDateTimeConverter::_dateTimeFormat String_t* ____dateTimeFormat_1; // System.Globalization.CultureInfo Newtonsoft.Json.Converters.IsoDateTimeConverter::_culture CultureInfo_t4157843068 * ____culture_2; public: inline static int32_t get_offset_of__dateTimeStyles_0() { return static_cast(offsetof(IsoDateTimeConverter_t3020114287, ____dateTimeStyles_0)); } inline int32_t get__dateTimeStyles_0() const { return ____dateTimeStyles_0; } inline int32_t* get_address_of__dateTimeStyles_0() { return &____dateTimeStyles_0; } inline void set__dateTimeStyles_0(int32_t value) { ____dateTimeStyles_0 = value; } inline static int32_t get_offset_of__dateTimeFormat_1() { return static_cast(offsetof(IsoDateTimeConverter_t3020114287, ____dateTimeFormat_1)); } inline String_t* get__dateTimeFormat_1() const { return ____dateTimeFormat_1; } inline String_t** get_address_of__dateTimeFormat_1() { return &____dateTimeFormat_1; } inline void set__dateTimeFormat_1(String_t* value) { ____dateTimeFormat_1 = value; Il2CppCodeGenWriteBarrier((&____dateTimeFormat_1), value); } inline static int32_t get_offset_of__culture_2() { return static_cast(offsetof(IsoDateTimeConverter_t3020114287, ____culture_2)); } inline CultureInfo_t4157843068 * get__culture_2() const { return ____culture_2; } inline CultureInfo_t4157843068 ** get_address_of__culture_2() { return &____culture_2; } inline void set__culture_2(CultureInfo_t4157843068 * value) { ____culture_2 = value; Il2CppCodeGenWriteBarrier((&____culture_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ISODATETIMECONVERTER_T3020114287_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 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 REGEX_T3657309853_H #define REGEX_T3657309853_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Regex struct Regex_t3657309853 : public RuntimeObject { public: // System.Text.RegularExpressions.IMachineFactory System.Text.RegularExpressions.Regex::machineFactory RuntimeObject* ___machineFactory_1; // System.Collections.IDictionary System.Text.RegularExpressions.Regex::mapping RuntimeObject* ___mapping_2; // System.Int32 System.Text.RegularExpressions.Regex::group_count int32_t ___group_count_3; // System.Int32 System.Text.RegularExpressions.Regex::gap int32_t ___gap_4; // System.String[] System.Text.RegularExpressions.Regex::group_names StringU5BU5D_t1281789340* ___group_names_5; // System.Int32[] System.Text.RegularExpressions.Regex::group_numbers Int32U5BU5D_t385246372* ___group_numbers_6; // System.String System.Text.RegularExpressions.Regex::pattern String_t* ___pattern_7; // System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.Regex::roptions int32_t ___roptions_8; public: inline static int32_t get_offset_of_machineFactory_1() { return static_cast(offsetof(Regex_t3657309853, ___machineFactory_1)); } inline RuntimeObject* get_machineFactory_1() const { return ___machineFactory_1; } inline RuntimeObject** get_address_of_machineFactory_1() { return &___machineFactory_1; } inline void set_machineFactory_1(RuntimeObject* value) { ___machineFactory_1 = value; Il2CppCodeGenWriteBarrier((&___machineFactory_1), value); } inline static int32_t get_offset_of_mapping_2() { return static_cast(offsetof(Regex_t3657309853, ___mapping_2)); } inline RuntimeObject* get_mapping_2() const { return ___mapping_2; } inline RuntimeObject** get_address_of_mapping_2() { return &___mapping_2; } inline void set_mapping_2(RuntimeObject* value) { ___mapping_2 = value; Il2CppCodeGenWriteBarrier((&___mapping_2), value); } inline static int32_t get_offset_of_group_count_3() { return static_cast(offsetof(Regex_t3657309853, ___group_count_3)); } inline int32_t get_group_count_3() const { return ___group_count_3; } inline int32_t* get_address_of_group_count_3() { return &___group_count_3; } inline void set_group_count_3(int32_t value) { ___group_count_3 = value; } inline static int32_t get_offset_of_gap_4() { return static_cast(offsetof(Regex_t3657309853, ___gap_4)); } inline int32_t get_gap_4() const { return ___gap_4; } inline int32_t* get_address_of_gap_4() { return &___gap_4; } inline void set_gap_4(int32_t value) { ___gap_4 = value; } inline static int32_t get_offset_of_group_names_5() { return static_cast(offsetof(Regex_t3657309853, ___group_names_5)); } inline StringU5BU5D_t1281789340* get_group_names_5() const { return ___group_names_5; } inline StringU5BU5D_t1281789340** get_address_of_group_names_5() { return &___group_names_5; } inline void set_group_names_5(StringU5BU5D_t1281789340* value) { ___group_names_5 = value; Il2CppCodeGenWriteBarrier((&___group_names_5), value); } inline static int32_t get_offset_of_group_numbers_6() { return static_cast(offsetof(Regex_t3657309853, ___group_numbers_6)); } inline Int32U5BU5D_t385246372* get_group_numbers_6() const { return ___group_numbers_6; } inline Int32U5BU5D_t385246372** get_address_of_group_numbers_6() { return &___group_numbers_6; } inline void set_group_numbers_6(Int32U5BU5D_t385246372* value) { ___group_numbers_6 = value; Il2CppCodeGenWriteBarrier((&___group_numbers_6), value); } inline static int32_t get_offset_of_pattern_7() { return static_cast(offsetof(Regex_t3657309853, ___pattern_7)); } inline String_t* get_pattern_7() const { return ___pattern_7; } inline String_t** get_address_of_pattern_7() { return &___pattern_7; } inline void set_pattern_7(String_t* value) { ___pattern_7 = value; Il2CppCodeGenWriteBarrier((&___pattern_7), value); } inline static int32_t get_offset_of_roptions_8() { return static_cast(offsetof(Regex_t3657309853, ___roptions_8)); } inline int32_t get_roptions_8() const { return ___roptions_8; } inline int32_t* get_address_of_roptions_8() { return &___roptions_8; } inline void set_roptions_8(int32_t value) { ___roptions_8 = value; } }; struct Regex_t3657309853_StaticFields { public: // System.Text.RegularExpressions.FactoryCache System.Text.RegularExpressions.Regex::cache FactoryCache_t2327118887 * ___cache_0; public: inline static int32_t get_offset_of_cache_0() { return static_cast(offsetof(Regex_t3657309853_StaticFields, ___cache_0)); } inline FactoryCache_t2327118887 * get_cache_0() const { return ___cache_0; } inline FactoryCache_t2327118887 ** get_address_of_cache_0() { return &___cache_0; } inline void set_cache_0(FactoryCache_t2327118887 * value) { ___cache_0 = value; Il2CppCodeGenWriteBarrier((&___cache_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REGEX_T3657309853_H #ifndef NULLABLE_1_T1815407677_H #define NULLABLE_1_T1815407677_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_t1815407677 { 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_t1815407677, ___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_t1815407677, ___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_T1815407677_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 XDOCUMENT_T1376419702_H #define XDOCUMENT_T1376419702_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Linq.XDocument struct XDocument_t1376419702 : public XContainer_t3387731002 { public: // System.Xml.Linq.XDeclaration System.Xml.Linq.XDocument::xmldecl XDeclaration_t2907650823 * ___xmldecl_9; public: inline static int32_t get_offset_of_xmldecl_9() { return static_cast(offsetof(XDocument_t1376419702, ___xmldecl_9)); } inline XDeclaration_t2907650823 * get_xmldecl_9() const { return ___xmldecl_9; } inline XDeclaration_t2907650823 ** get_address_of_xmldecl_9() { return &___xmldecl_9; } inline void set_xmldecl_9(XDeclaration_t2907650823 * value) { ___xmldecl_9 = value; Il2CppCodeGenWriteBarrier((&___xmldecl_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XDOCUMENT_T1376419702_H #ifndef XELEMENT_T4185968754_H #define XELEMENT_T4185968754_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Linq.XElement struct XElement_t4185968754 : public XContainer_t3387731002 { public: // System.Xml.Linq.XName System.Xml.Linq.XElement::name XName_t3751455998 * ___name_10; // System.Xml.Linq.XAttribute System.Xml.Linq.XElement::attr_first XAttribute_t355876829 * ___attr_first_11; // System.Xml.Linq.XAttribute System.Xml.Linq.XElement::attr_last XAttribute_t355876829 * ___attr_last_12; // System.Boolean System.Xml.Linq.XElement::explicit_is_empty bool ___explicit_is_empty_13; public: inline static int32_t get_offset_of_name_10() { return static_cast(offsetof(XElement_t4185968754, ___name_10)); } inline XName_t3751455998 * get_name_10() const { return ___name_10; } inline XName_t3751455998 ** get_address_of_name_10() { return &___name_10; } inline void set_name_10(XName_t3751455998 * value) { ___name_10 = value; Il2CppCodeGenWriteBarrier((&___name_10), value); } inline static int32_t get_offset_of_attr_first_11() { return static_cast(offsetof(XElement_t4185968754, ___attr_first_11)); } inline XAttribute_t355876829 * get_attr_first_11() const { return ___attr_first_11; } inline XAttribute_t355876829 ** get_address_of_attr_first_11() { return &___attr_first_11; } inline void set_attr_first_11(XAttribute_t355876829 * value) { ___attr_first_11 = value; Il2CppCodeGenWriteBarrier((&___attr_first_11), value); } inline static int32_t get_offset_of_attr_last_12() { return static_cast(offsetof(XElement_t4185968754, ___attr_last_12)); } inline XAttribute_t355876829 * get_attr_last_12() const { return ___attr_last_12; } inline XAttribute_t355876829 ** get_address_of_attr_last_12() { return &___attr_last_12; } inline void set_attr_last_12(XAttribute_t355876829 * value) { ___attr_last_12 = value; Il2CppCodeGenWriteBarrier((&___attr_last_12), value); } inline static int32_t get_offset_of_explicit_is_empty_13() { return static_cast(offsetof(XElement_t4185968754, ___explicit_is_empty_13)); } inline bool get_explicit_is_empty_13() const { return ___explicit_is_empty_13; } inline bool* get_address_of_explicit_is_empty_13() { return &___explicit_is_empty_13; } inline void set_explicit_is_empty_13(bool value) { ___explicit_is_empty_13 = value; } }; struct XElement_t4185968754_StaticFields { public: // System.Collections.Generic.IEnumerable`1 System.Xml.Linq.XElement::emptySequence RuntimeObject* ___emptySequence_9; public: inline static int32_t get_offset_of_emptySequence_9() { return static_cast(offsetof(XElement_t4185968754_StaticFields, ___emptySequence_9)); } inline RuntimeObject* get_emptySequence_9() const { return ___emptySequence_9; } inline RuntimeObject** get_address_of_emptySequence_9() { return &___emptySequence_9; } inline void set_emptySequence_9(RuntimeObject* value) { ___emptySequence_9 = value; Il2CppCodeGenWriteBarrier((&___emptySequence_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XELEMENT_T4185968754_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 NULLABLE_1_T2764731635_H #define NULLABLE_1_T2764731635_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_t2764731635 { 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_t2764731635, ___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_t2764731635, ___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_T2764731635_H #ifndef NULLABLE_1_T2590601907_H #define NULLABLE_1_T2590601907_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_t2590601907 { 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_t2590601907, ___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_t2590601907, ___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_T2590601907_H #ifndef NULLABLE_1_T2538550894_H #define NULLABLE_1_T2538550894_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_t2538550894 { 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_t2538550894, ___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_t2538550894, ___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_T2538550894_H #ifndef TYPE_T_H #define TYPE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_t3027515415 ____impl_1; public: inline static int32_t get_offset_of__impl_1() { return static_cast(offsetof(Type_t, ____impl_1)); } inline RuntimeTypeHandle_t3027515415 get__impl_1() const { return ____impl_1; } inline RuntimeTypeHandle_t3027515415 * get_address_of__impl_1() { return &____impl_1; } inline void set__impl_1(RuntimeTypeHandle_t3027515415 value) { ____impl_1 = value; } }; struct Type_t_StaticFields { public: // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_2; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t3940880105* ___EmptyTypes_3; // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t426314064 * ___FilterAttribute_4; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t426314064 * ___FilterName_5; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t426314064 * ___FilterNameIgnoreCase_6; // System.Object System.Type::Missing RuntimeObject * ___Missing_7; public: inline static int32_t get_offset_of_Delimiter_2() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_2)); } inline Il2CppChar get_Delimiter_2() const { return ___Delimiter_2; } inline Il2CppChar* get_address_of_Delimiter_2() { return &___Delimiter_2; } inline void set_Delimiter_2(Il2CppChar value) { ___Delimiter_2 = value; } inline static int32_t get_offset_of_EmptyTypes_3() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_3)); } inline TypeU5BU5D_t3940880105* get_EmptyTypes_3() const { return ___EmptyTypes_3; } inline TypeU5BU5D_t3940880105** get_address_of_EmptyTypes_3() { return &___EmptyTypes_3; } inline void set_EmptyTypes_3(TypeU5BU5D_t3940880105* value) { ___EmptyTypes_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyTypes_3), value); } inline static int32_t get_offset_of_FilterAttribute_4() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_4)); } inline MemberFilter_t426314064 * get_FilterAttribute_4() const { return ___FilterAttribute_4; } inline MemberFilter_t426314064 ** get_address_of_FilterAttribute_4() { return &___FilterAttribute_4; } inline void set_FilterAttribute_4(MemberFilter_t426314064 * value) { ___FilterAttribute_4 = value; Il2CppCodeGenWriteBarrier((&___FilterAttribute_4), value); } inline static int32_t get_offset_of_FilterName_5() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_5)); } inline MemberFilter_t426314064 * get_FilterName_5() const { return ___FilterName_5; } inline MemberFilter_t426314064 ** get_address_of_FilterName_5() { return &___FilterName_5; } inline void set_FilterName_5(MemberFilter_t426314064 * value) { ___FilterName_5 = value; Il2CppCodeGenWriteBarrier((&___FilterName_5), value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_6() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_6)); } inline MemberFilter_t426314064 * get_FilterNameIgnoreCase_6() const { return ___FilterNameIgnoreCase_6; } inline MemberFilter_t426314064 ** get_address_of_FilterNameIgnoreCase_6() { return &___FilterNameIgnoreCase_6; } inline void set_FilterNameIgnoreCase_6(MemberFilter_t426314064 * value) { ___FilterNameIgnoreCase_6 = value; Il2CppCodeGenWriteBarrier((&___FilterNameIgnoreCase_6), value); } inline static int32_t get_offset_of_Missing_7() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_7)); } inline RuntimeObject * get_Missing_7() const { return ___Missing_7; } inline RuntimeObject ** get_address_of_Missing_7() { return &___Missing_7; } inline void set_Missing_7(RuntimeObject * value) { ___Missing_7 = value; Il2CppCodeGenWriteBarrier((&___Missing_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPE_T_H #ifndef NULLABLE_1_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 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 ENUMERATOR_T1594379037_H #define ENUMERATOR_T1594379037_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_t1594379037 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::l List_1_t4000102456 * ___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 JsonPosition_t2528027714 ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t1594379037, ___l_0)); } inline List_1_t4000102456 * get_l_0() const { return ___l_0; } inline List_1_t4000102456 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(List_1_t4000102456 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t1594379037, ___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_t1594379037, ___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_t1594379037, ___current_3)); } inline JsonPosition_t2528027714 get_current_3() const { return ___current_3; } inline JsonPosition_t2528027714 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(JsonPosition_t2528027714 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T1594379037_H #ifndef FUNC_2_T1165064999_H #define FUNC_2_T1165064999_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_t1165064999 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_2_T1165064999_H #ifndef BSONSTRING_T1135579766_H #define BSONSTRING_T1135579766_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Bson.BsonString struct BsonString_t1135579766 : public BsonValue_t3067495970 { public: // System.Int32 Newtonsoft.Json.Bson.BsonString::k__BackingField int32_t ___U3CByteCountU3Ek__BackingField_4; // System.Boolean Newtonsoft.Json.Bson.BsonString::k__BackingField bool ___U3CIncludeLengthU3Ek__BackingField_5; public: inline static int32_t get_offset_of_U3CByteCountU3Ek__BackingField_4() { return static_cast(offsetof(BsonString_t1135579766, ___U3CByteCountU3Ek__BackingField_4)); } inline int32_t get_U3CByteCountU3Ek__BackingField_4() const { return ___U3CByteCountU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CByteCountU3Ek__BackingField_4() { return &___U3CByteCountU3Ek__BackingField_4; } inline void set_U3CByteCountU3Ek__BackingField_4(int32_t value) { ___U3CByteCountU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CIncludeLengthU3Ek__BackingField_5() { return static_cast(offsetof(BsonString_t1135579766, ___U3CIncludeLengthU3Ek__BackingField_5)); } inline bool get_U3CIncludeLengthU3Ek__BackingField_5() const { return ___U3CIncludeLengthU3Ek__BackingField_5; } inline bool* get_address_of_U3CIncludeLengthU3Ek__BackingField_5() { return &___U3CIncludeLengthU3Ek__BackingField_5; } inline void set_U3CIncludeLengthU3Ek__BackingField_5(bool value) { ___U3CIncludeLengthU3Ek__BackingField_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BSONSTRING_T1135579766_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 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 NULLABLE_1_T1139464023_H #define NULLABLE_1_T1139464023_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_t1139464023 { public: // T System.Nullable`1::value StreamingContext_t3711869237 ___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_t1139464023, ___value_0)); } inline StreamingContext_t3711869237 get_value_0() const { return ___value_0; } inline StreamingContext_t3711869237 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(StreamingContext_t3711869237 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t1139464023, ___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_T1139464023_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 BSONBINARY_T160198617_H #define BSONBINARY_T160198617_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Bson.BsonBinary struct BsonBinary_t160198617 : public BsonValue_t3067495970 { public: // Newtonsoft.Json.Bson.BsonBinaryType Newtonsoft.Json.Bson.BsonBinary::k__BackingField uint8_t ___U3CBinaryTypeU3Ek__BackingField_4; public: inline static int32_t get_offset_of_U3CBinaryTypeU3Ek__BackingField_4() { return static_cast(offsetof(BsonBinary_t160198617, ___U3CBinaryTypeU3Ek__BackingField_4)); } inline uint8_t get_U3CBinaryTypeU3Ek__BackingField_4() const { return ___U3CBinaryTypeU3Ek__BackingField_4; } inline uint8_t* get_address_of_U3CBinaryTypeU3Ek__BackingField_4() { return &___U3CBinaryTypeU3Ek__BackingField_4; } inline void set_U3CBinaryTypeU3Ek__BackingField_4(uint8_t value) { ___U3CBinaryTypeU3Ek__BackingField_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BSONBINARY_T160198617_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 EVENTHANDLER_1_T2935836205_H #define EVENTHANDLER_1_T2935836205_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.EventHandler`1 struct EventHandler_1_t2935836205 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTHANDLER_1_T2935836205_H #ifndef FUNC_1_T1993807751_H #define FUNC_1_T1993807751_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_t1993807751 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_1_T1993807751_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 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 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 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 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 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 TRACEJSONREADER_T740636742_H #define TRACEJSONREADER_T740636742_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.TraceJsonReader struct TraceJsonReader_t740636742 : public JsonReader_t2369136700 { public: // Newtonsoft.Json.JsonReader Newtonsoft.Json.Serialization.TraceJsonReader::_innerReader JsonReader_t2369136700 * ____innerReader_15; // Newtonsoft.Json.JsonTextWriter Newtonsoft.Json.Serialization.TraceJsonReader::_textWriter JsonTextWriter_t1095349912 * ____textWriter_16; // System.IO.StringWriter Newtonsoft.Json.Serialization.TraceJsonReader::_sw StringWriter_t802263757 * ____sw_17; public: inline static int32_t get_offset_of__innerReader_15() { return static_cast(offsetof(TraceJsonReader_t740636742, ____innerReader_15)); } inline JsonReader_t2369136700 * get__innerReader_15() const { return ____innerReader_15; } inline JsonReader_t2369136700 ** get_address_of__innerReader_15() { return &____innerReader_15; } inline void set__innerReader_15(JsonReader_t2369136700 * value) { ____innerReader_15 = value; Il2CppCodeGenWriteBarrier((&____innerReader_15), value); } inline static int32_t get_offset_of__textWriter_16() { return static_cast(offsetof(TraceJsonReader_t740636742, ____textWriter_16)); } inline JsonTextWriter_t1095349912 * get__textWriter_16() const { return ____textWriter_16; } inline JsonTextWriter_t1095349912 ** get_address_of__textWriter_16() { return &____textWriter_16; } inline void set__textWriter_16(JsonTextWriter_t1095349912 * value) { ____textWriter_16 = value; Il2CppCodeGenWriteBarrier((&____textWriter_16), value); } inline static int32_t get_offset_of__sw_17() { return static_cast(offsetof(TraceJsonReader_t740636742, ____sw_17)); } inline StringWriter_t802263757 * get__sw_17() const { return ____sw_17; } inline StringWriter_t802263757 ** get_address_of__sw_17() { return &____sw_17; } inline void set__sw_17(StringWriter_t802263757 * value) { ____sw_17 = value; Il2CppCodeGenWriteBarrier((&____sw_17), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRACEJSONREADER_T740636742_H #ifndef 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 BSONREADER_T26184191_H #define BSONREADER_T26184191_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Bson.BsonReader struct BsonReader_t26184191 : public JsonReader_t2369136700 { public: // System.IO.BinaryReader Newtonsoft.Json.Bson.BsonReader::_reader BinaryReader_t2428077293 * ____reader_19; // System.Collections.Generic.List`1 Newtonsoft.Json.Bson.BsonReader::_stack List_1_t2778069281 * ____stack_20; // System.Byte[] Newtonsoft.Json.Bson.BsonReader::_byteBuffer ByteU5BU5D_t4116647657* ____byteBuffer_21; // System.Char[] Newtonsoft.Json.Bson.BsonReader::_charBuffer CharU5BU5D_t3528271667* ____charBuffer_22; // Newtonsoft.Json.Bson.BsonType Newtonsoft.Json.Bson.BsonReader::_currentElementType int8_t ____currentElementType_23; // Newtonsoft.Json.Bson.BsonReader/BsonReaderState Newtonsoft.Json.Bson.BsonReader::_bsonReaderState int32_t ____bsonReaderState_24; // Newtonsoft.Json.Bson.BsonReader/ContainerContext Newtonsoft.Json.Bson.BsonReader::_currentContext ContainerContext_t1305994539 * ____currentContext_25; // System.Boolean Newtonsoft.Json.Bson.BsonReader::_readRootValueAsArray bool ____readRootValueAsArray_26; // System.Boolean Newtonsoft.Json.Bson.BsonReader::_jsonNet35BinaryCompatibility bool ____jsonNet35BinaryCompatibility_27; // System.DateTimeKind Newtonsoft.Json.Bson.BsonReader::_dateTimeKindHandling int32_t ____dateTimeKindHandling_28; public: inline static int32_t get_offset_of__reader_19() { return static_cast(offsetof(BsonReader_t26184191, ____reader_19)); } inline BinaryReader_t2428077293 * get__reader_19() const { return ____reader_19; } inline BinaryReader_t2428077293 ** get_address_of__reader_19() { return &____reader_19; } inline void set__reader_19(BinaryReader_t2428077293 * value) { ____reader_19 = value; Il2CppCodeGenWriteBarrier((&____reader_19), value); } inline static int32_t get_offset_of__stack_20() { return static_cast(offsetof(BsonReader_t26184191, ____stack_20)); } inline List_1_t2778069281 * get__stack_20() const { return ____stack_20; } inline List_1_t2778069281 ** get_address_of__stack_20() { return &____stack_20; } inline void set__stack_20(List_1_t2778069281 * value) { ____stack_20 = value; Il2CppCodeGenWriteBarrier((&____stack_20), value); } inline static int32_t get_offset_of__byteBuffer_21() { return static_cast(offsetof(BsonReader_t26184191, ____byteBuffer_21)); } inline ByteU5BU5D_t4116647657* get__byteBuffer_21() const { return ____byteBuffer_21; } inline ByteU5BU5D_t4116647657** get_address_of__byteBuffer_21() { return &____byteBuffer_21; } inline void set__byteBuffer_21(ByteU5BU5D_t4116647657* value) { ____byteBuffer_21 = value; Il2CppCodeGenWriteBarrier((&____byteBuffer_21), value); } inline static int32_t get_offset_of__charBuffer_22() { return static_cast(offsetof(BsonReader_t26184191, ____charBuffer_22)); } inline CharU5BU5D_t3528271667* get__charBuffer_22() const { return ____charBuffer_22; } inline CharU5BU5D_t3528271667** get_address_of__charBuffer_22() { return &____charBuffer_22; } inline void set__charBuffer_22(CharU5BU5D_t3528271667* value) { ____charBuffer_22 = value; Il2CppCodeGenWriteBarrier((&____charBuffer_22), value); } inline static int32_t get_offset_of__currentElementType_23() { return static_cast(offsetof(BsonReader_t26184191, ____currentElementType_23)); } inline int8_t get__currentElementType_23() const { return ____currentElementType_23; } inline int8_t* get_address_of__currentElementType_23() { return &____currentElementType_23; } inline void set__currentElementType_23(int8_t value) { ____currentElementType_23 = value; } inline static int32_t get_offset_of__bsonReaderState_24() { return static_cast(offsetof(BsonReader_t26184191, ____bsonReaderState_24)); } inline int32_t get__bsonReaderState_24() const { return ____bsonReaderState_24; } inline int32_t* get_address_of__bsonReaderState_24() { return &____bsonReaderState_24; } inline void set__bsonReaderState_24(int32_t value) { ____bsonReaderState_24 = value; } inline static int32_t get_offset_of__currentContext_25() { return static_cast(offsetof(BsonReader_t26184191, ____currentContext_25)); } inline ContainerContext_t1305994539 * get__currentContext_25() const { return ____currentContext_25; } inline ContainerContext_t1305994539 ** get_address_of__currentContext_25() { return &____currentContext_25; } inline void set__currentContext_25(ContainerContext_t1305994539 * value) { ____currentContext_25 = value; Il2CppCodeGenWriteBarrier((&____currentContext_25), value); } inline static int32_t get_offset_of__readRootValueAsArray_26() { return static_cast(offsetof(BsonReader_t26184191, ____readRootValueAsArray_26)); } inline bool get__readRootValueAsArray_26() const { return ____readRootValueAsArray_26; } inline bool* get_address_of__readRootValueAsArray_26() { return &____readRootValueAsArray_26; } inline void set__readRootValueAsArray_26(bool value) { ____readRootValueAsArray_26 = value; } inline static int32_t get_offset_of__jsonNet35BinaryCompatibility_27() { return static_cast(offsetof(BsonReader_t26184191, ____jsonNet35BinaryCompatibility_27)); } inline bool get__jsonNet35BinaryCompatibility_27() const { return ____jsonNet35BinaryCompatibility_27; } inline bool* get_address_of__jsonNet35BinaryCompatibility_27() { return &____jsonNet35BinaryCompatibility_27; } inline void set__jsonNet35BinaryCompatibility_27(bool value) { ____jsonNet35BinaryCompatibility_27 = value; } inline static int32_t get_offset_of__dateTimeKindHandling_28() { return static_cast(offsetof(BsonReader_t26184191, ____dateTimeKindHandling_28)); } inline int32_t get__dateTimeKindHandling_28() const { return ____dateTimeKindHandling_28; } inline int32_t* get_address_of__dateTimeKindHandling_28() { return &____dateTimeKindHandling_28; } inline void set__dateTimeKindHandling_28(int32_t value) { ____dateTimeKindHandling_28 = value; } }; struct BsonReader_t26184191_StaticFields { public: // System.Byte[] Newtonsoft.Json.Bson.BsonReader::SeqRange1 ByteU5BU5D_t4116647657* ___SeqRange1_15; // System.Byte[] Newtonsoft.Json.Bson.BsonReader::SeqRange2 ByteU5BU5D_t4116647657* ___SeqRange2_16; // System.Byte[] Newtonsoft.Json.Bson.BsonReader::SeqRange3 ByteU5BU5D_t4116647657* ___SeqRange3_17; // System.Byte[] Newtonsoft.Json.Bson.BsonReader::SeqRange4 ByteU5BU5D_t4116647657* ___SeqRange4_18; public: inline static int32_t get_offset_of_SeqRange1_15() { return static_cast(offsetof(BsonReader_t26184191_StaticFields, ___SeqRange1_15)); } inline ByteU5BU5D_t4116647657* get_SeqRange1_15() const { return ___SeqRange1_15; } inline ByteU5BU5D_t4116647657** get_address_of_SeqRange1_15() { return &___SeqRange1_15; } inline void set_SeqRange1_15(ByteU5BU5D_t4116647657* value) { ___SeqRange1_15 = value; Il2CppCodeGenWriteBarrier((&___SeqRange1_15), value); } inline static int32_t get_offset_of_SeqRange2_16() { return static_cast(offsetof(BsonReader_t26184191_StaticFields, ___SeqRange2_16)); } inline ByteU5BU5D_t4116647657* get_SeqRange2_16() const { return ___SeqRange2_16; } inline ByteU5BU5D_t4116647657** get_address_of_SeqRange2_16() { return &___SeqRange2_16; } inline void set_SeqRange2_16(ByteU5BU5D_t4116647657* value) { ___SeqRange2_16 = value; Il2CppCodeGenWriteBarrier((&___SeqRange2_16), value); } inline static int32_t get_offset_of_SeqRange3_17() { return static_cast(offsetof(BsonReader_t26184191_StaticFields, ___SeqRange3_17)); } inline ByteU5BU5D_t4116647657* get_SeqRange3_17() const { return ___SeqRange3_17; } inline ByteU5BU5D_t4116647657** get_address_of_SeqRange3_17() { return &___SeqRange3_17; } inline void set_SeqRange3_17(ByteU5BU5D_t4116647657* value) { ___SeqRange3_17 = value; Il2CppCodeGenWriteBarrier((&___SeqRange3_17), value); } inline static int32_t get_offset_of_SeqRange4_18() { return static_cast(offsetof(BsonReader_t26184191_StaticFields, ___SeqRange4_18)); } inline ByteU5BU5D_t4116647657* get_SeqRange4_18() const { return ___SeqRange4_18; } inline ByteU5BU5D_t4116647657** get_address_of_SeqRange4_18() { return &___SeqRange4_18; } inline void set_SeqRange4_18(ByteU5BU5D_t4116647657* value) { ___SeqRange4_18 = value; Il2CppCodeGenWriteBarrier((&___SeqRange4_18), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BSONREADER_T26184191_H #ifndef JSONTEXTREADER_T262560521_H #define JSONTEXTREADER_T262560521_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonTextReader struct JsonTextReader_t262560521 : public JsonReader_t2369136700 { public: // System.IO.TextReader Newtonsoft.Json.JsonTextReader::_reader TextReader_t283511965 * ____reader_15; // System.Char[] Newtonsoft.Json.JsonTextReader::_chars CharU5BU5D_t3528271667* ____chars_16; // System.Int32 Newtonsoft.Json.JsonTextReader::_charsUsed int32_t ____charsUsed_17; // System.Int32 Newtonsoft.Json.JsonTextReader::_charPos int32_t ____charPos_18; // System.Int32 Newtonsoft.Json.JsonTextReader::_lineStartPos int32_t ____lineStartPos_19; // System.Int32 Newtonsoft.Json.JsonTextReader::_lineNumber int32_t ____lineNumber_20; // System.Boolean Newtonsoft.Json.JsonTextReader::_isEndOfFile bool ____isEndOfFile_21; // Newtonsoft.Json.Utilities.StringBuffer Newtonsoft.Json.JsonTextReader::_stringBuffer StringBuffer_t2235727887 ____stringBuffer_22; // Newtonsoft.Json.Utilities.StringReference Newtonsoft.Json.JsonTextReader::_stringReference StringReference_t2912309144 ____stringReference_23; // Newtonsoft.Json.IArrayPool`1 Newtonsoft.Json.JsonTextReader::_arrayPool RuntimeObject* ____arrayPool_24; // Newtonsoft.Json.Utilities.PropertyNameTable Newtonsoft.Json.JsonTextReader::NameTable PropertyNameTable_t4130830590 * ___NameTable_25; public: inline static int32_t get_offset_of__reader_15() { return static_cast(offsetof(JsonTextReader_t262560521, ____reader_15)); } inline TextReader_t283511965 * get__reader_15() const { return ____reader_15; } inline TextReader_t283511965 ** get_address_of__reader_15() { return &____reader_15; } inline void set__reader_15(TextReader_t283511965 * value) { ____reader_15 = value; Il2CppCodeGenWriteBarrier((&____reader_15), value); } inline static int32_t get_offset_of__chars_16() { return static_cast(offsetof(JsonTextReader_t262560521, ____chars_16)); } inline CharU5BU5D_t3528271667* get__chars_16() const { return ____chars_16; } inline CharU5BU5D_t3528271667** get_address_of__chars_16() { return &____chars_16; } inline void set__chars_16(CharU5BU5D_t3528271667* value) { ____chars_16 = value; Il2CppCodeGenWriteBarrier((&____chars_16), value); } inline static int32_t get_offset_of__charsUsed_17() { return static_cast(offsetof(JsonTextReader_t262560521, ____charsUsed_17)); } inline int32_t get__charsUsed_17() const { return ____charsUsed_17; } inline int32_t* get_address_of__charsUsed_17() { return &____charsUsed_17; } inline void set__charsUsed_17(int32_t value) { ____charsUsed_17 = value; } inline static int32_t get_offset_of__charPos_18() { return static_cast(offsetof(JsonTextReader_t262560521, ____charPos_18)); } inline int32_t get__charPos_18() const { return ____charPos_18; } inline int32_t* get_address_of__charPos_18() { return &____charPos_18; } inline void set__charPos_18(int32_t value) { ____charPos_18 = value; } inline static int32_t get_offset_of__lineStartPos_19() { return static_cast(offsetof(JsonTextReader_t262560521, ____lineStartPos_19)); } inline int32_t get__lineStartPos_19() const { return ____lineStartPos_19; } inline int32_t* get_address_of__lineStartPos_19() { return &____lineStartPos_19; } inline void set__lineStartPos_19(int32_t value) { ____lineStartPos_19 = value; } inline static int32_t get_offset_of__lineNumber_20() { return static_cast(offsetof(JsonTextReader_t262560521, ____lineNumber_20)); } inline int32_t get__lineNumber_20() const { return ____lineNumber_20; } inline int32_t* get_address_of__lineNumber_20() { return &____lineNumber_20; } inline void set__lineNumber_20(int32_t value) { ____lineNumber_20 = value; } inline static int32_t get_offset_of__isEndOfFile_21() { return static_cast(offsetof(JsonTextReader_t262560521, ____isEndOfFile_21)); } inline bool get__isEndOfFile_21() const { return ____isEndOfFile_21; } inline bool* get_address_of__isEndOfFile_21() { return &____isEndOfFile_21; } inline void set__isEndOfFile_21(bool value) { ____isEndOfFile_21 = value; } inline static int32_t get_offset_of__stringBuffer_22() { return static_cast(offsetof(JsonTextReader_t262560521, ____stringBuffer_22)); } inline StringBuffer_t2235727887 get__stringBuffer_22() const { return ____stringBuffer_22; } inline StringBuffer_t2235727887 * get_address_of__stringBuffer_22() { return &____stringBuffer_22; } inline void set__stringBuffer_22(StringBuffer_t2235727887 value) { ____stringBuffer_22 = value; } inline static int32_t get_offset_of__stringReference_23() { return static_cast(offsetof(JsonTextReader_t262560521, ____stringReference_23)); } inline StringReference_t2912309144 get__stringReference_23() const { return ____stringReference_23; } inline StringReference_t2912309144 * get_address_of__stringReference_23() { return &____stringReference_23; } inline void set__stringReference_23(StringReference_t2912309144 value) { ____stringReference_23 = value; } inline static int32_t get_offset_of__arrayPool_24() { return static_cast(offsetof(JsonTextReader_t262560521, ____arrayPool_24)); } inline RuntimeObject* get__arrayPool_24() const { return ____arrayPool_24; } inline RuntimeObject** get_address_of__arrayPool_24() { return &____arrayPool_24; } inline void set__arrayPool_24(RuntimeObject* value) { ____arrayPool_24 = value; Il2CppCodeGenWriteBarrier((&____arrayPool_24), value); } inline static int32_t get_offset_of_NameTable_25() { return static_cast(offsetof(JsonTextReader_t262560521, ___NameTable_25)); } inline PropertyNameTable_t4130830590 * get_NameTable_25() const { return ___NameTable_25; } inline PropertyNameTable_t4130830590 ** get_address_of_NameTable_25() { return &___NameTable_25; } inline void set_NameTable_25(PropertyNameTable_t4130830590 * value) { ___NameTable_25 = value; Il2CppCodeGenWriteBarrier((&___NameTable_25), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONTEXTREADER_T262560521_H #ifndef TRACEJSONWRITER_T1833403397_H #define TRACEJSONWRITER_T1833403397_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.TraceJsonWriter struct TraceJsonWriter_t1833403397 : public JsonWriter_t1467272295 { public: // Newtonsoft.Json.JsonWriter Newtonsoft.Json.Serialization.TraceJsonWriter::_innerWriter JsonWriter_t1467272295 * ____innerWriter_13; // Newtonsoft.Json.JsonTextWriter Newtonsoft.Json.Serialization.TraceJsonWriter::_textWriter JsonTextWriter_t1095349912 * ____textWriter_14; // System.IO.StringWriter Newtonsoft.Json.Serialization.TraceJsonWriter::_sw StringWriter_t802263757 * ____sw_15; public: inline static int32_t get_offset_of__innerWriter_13() { return static_cast(offsetof(TraceJsonWriter_t1833403397, ____innerWriter_13)); } inline JsonWriter_t1467272295 * get__innerWriter_13() const { return ____innerWriter_13; } inline JsonWriter_t1467272295 ** get_address_of__innerWriter_13() { return &____innerWriter_13; } inline void set__innerWriter_13(JsonWriter_t1467272295 * value) { ____innerWriter_13 = value; Il2CppCodeGenWriteBarrier((&____innerWriter_13), value); } inline static int32_t get_offset_of__textWriter_14() { return static_cast(offsetof(TraceJsonWriter_t1833403397, ____textWriter_14)); } inline JsonTextWriter_t1095349912 * get__textWriter_14() const { return ____textWriter_14; } inline JsonTextWriter_t1095349912 ** get_address_of__textWriter_14() { return &____textWriter_14; } inline void set__textWriter_14(JsonTextWriter_t1095349912 * value) { ____textWriter_14 = value; Il2CppCodeGenWriteBarrier((&____textWriter_14), value); } inline static int32_t get_offset_of__sw_15() { return static_cast(offsetof(TraceJsonWriter_t1833403397, ____sw_15)); } inline StringWriter_t802263757 * get__sw_15() const { return ____sw_15; } inline StringWriter_t802263757 ** get_address_of__sw_15() { return &____sw_15; } inline void set__sw_15(StringWriter_t802263757 * value) { ____sw_15 = value; Il2CppCodeGenWriteBarrier((&____sw_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRACEJSONWRITER_T1833403397_H #ifndef JSONSERIALIZERSETTINGS_T2139255314_H #define JSONSERIALIZERSETTINGS_T2139255314_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonSerializerSettings struct JsonSerializerSettings_t2139255314 : public RuntimeObject { public: // System.Nullable`1 Newtonsoft.Json.JsonSerializerSettings::_formatting Nullable_1_t3914607011 ____formatting_2; // System.Nullable`1 Newtonsoft.Json.JsonSerializerSettings::_dateFormatHandling Nullable_1_t3098729937 ____dateFormatHandling_3; // System.Nullable`1 Newtonsoft.Json.JsonSerializerSettings::_dateTimeZoneHandling Nullable_1_t430194516 ____dateTimeZoneHandling_4; // System.Nullable`1 Newtonsoft.Json.JsonSerializerSettings::_dateParseHandling Nullable_1_t179296662 ____dateParseHandling_5; // System.Nullable`1 Newtonsoft.Json.JsonSerializerSettings::_floatFormatHandling Nullable_1_t2285469903 ____floatFormatHandling_6; // System.Nullable`1 Newtonsoft.Json.JsonSerializerSettings::_floatParseHandling Nullable_1_t2729527740 ____floatParseHandling_7; // System.Nullable`1 Newtonsoft.Json.JsonSerializerSettings::_stringEscapeHandling Nullable_1_t1505470351 ____stringEscapeHandling_8; // System.Globalization.CultureInfo Newtonsoft.Json.JsonSerializerSettings::_culture CultureInfo_t4157843068 * ____culture_9; // System.Nullable`1 Newtonsoft.Json.JsonSerializerSettings::_checkAdditionalContent Nullable_1_t1819850047 ____checkAdditionalContent_10; // System.Nullable`1 Newtonsoft.Json.JsonSerializerSettings::_maxDepth Nullable_1_t378540539 ____maxDepth_11; // System.Boolean Newtonsoft.Json.JsonSerializerSettings::_maxDepthSet bool ____maxDepthSet_12; // System.String Newtonsoft.Json.JsonSerializerSettings::_dateFormatString String_t* ____dateFormatString_13; // System.Boolean Newtonsoft.Json.JsonSerializerSettings::_dateFormatStringSet bool ____dateFormatStringSet_14; // System.Nullable`1 Newtonsoft.Json.JsonSerializerSettings::_typeNameAssemblyFormat Nullable_1_t2590601907 ____typeNameAssemblyFormat_15; // System.Nullable`1 Newtonsoft.Json.JsonSerializerSettings::_defaultValueHandling Nullable_1_t668593436 ____defaultValueHandling_16; // System.Nullable`1 Newtonsoft.Json.JsonSerializerSettings::_preserveReferencesHandling Nullable_1_t2538550894 ____preserveReferencesHandling_17; // System.Nullable`1 Newtonsoft.Json.JsonSerializerSettings::_nullValueHandling Nullable_1_t829731231 ____nullValueHandling_18; // System.Nullable`1 Newtonsoft.Json.JsonSerializerSettings::_objectCreationHandling Nullable_1_t588389317 ____objectCreationHandling_19; // System.Nullable`1 Newtonsoft.Json.JsonSerializerSettings::_missingMemberHandling Nullable_1_t1470895410 ____missingMemberHandling_20; // System.Nullable`1 Newtonsoft.Json.JsonSerializerSettings::_referenceLoopHandling Nullable_1_t3051693050 ____referenceLoopHandling_21; // System.Nullable`1 Newtonsoft.Json.JsonSerializerSettings::_context Nullable_1_t1139464023 ____context_22; // System.Nullable`1 Newtonsoft.Json.JsonSerializerSettings::_constructorHandling Nullable_1_t616964910 ____constructorHandling_23; // System.Nullable`1 Newtonsoft.Json.JsonSerializerSettings::_typeNameHandling Nullable_1_t1159582132 ____typeNameHandling_24; // System.Nullable`1 Newtonsoft.Json.JsonSerializerSettings::_metadataPropertyHandling Nullable_1_t2764731635 ____metadataPropertyHandling_25; // System.Collections.Generic.IList`1 Newtonsoft.Json.JsonSerializerSettings::k__BackingField RuntimeObject* ___U3CConvertersU3Ek__BackingField_26; // Newtonsoft.Json.Serialization.IContractResolver Newtonsoft.Json.JsonSerializerSettings::k__BackingField RuntimeObject* ___U3CContractResolverU3Ek__BackingField_27; // System.Collections.IEqualityComparer Newtonsoft.Json.JsonSerializerSettings::k__BackingField RuntimeObject* ___U3CEqualityComparerU3Ek__BackingField_28; // System.Func`1 Newtonsoft.Json.JsonSerializerSettings::k__BackingField Func_1_t1993807751 * ___U3CReferenceResolverProviderU3Ek__BackingField_29; // Newtonsoft.Json.Serialization.ITraceWriter Newtonsoft.Json.JsonSerializerSettings::k__BackingField RuntimeObject* ___U3CTraceWriterU3Ek__BackingField_30; // System.Runtime.Serialization.SerializationBinder Newtonsoft.Json.JsonSerializerSettings::k__BackingField SerializationBinder_t274213469 * ___U3CBinderU3Ek__BackingField_31; // System.EventHandler`1 Newtonsoft.Json.JsonSerializerSettings::k__BackingField EventHandler_1_t2935836205 * ___U3CErrorU3Ek__BackingField_32; public: inline static int32_t get_offset_of__formatting_2() { return static_cast(offsetof(JsonSerializerSettings_t2139255314, ____formatting_2)); } inline Nullable_1_t3914607011 get__formatting_2() const { return ____formatting_2; } inline Nullable_1_t3914607011 * get_address_of__formatting_2() { return &____formatting_2; } inline void set__formatting_2(Nullable_1_t3914607011 value) { ____formatting_2 = value; } inline static int32_t get_offset_of__dateFormatHandling_3() { return static_cast(offsetof(JsonSerializerSettings_t2139255314, ____dateFormatHandling_3)); } inline Nullable_1_t3098729937 get__dateFormatHandling_3() const { return ____dateFormatHandling_3; } inline Nullable_1_t3098729937 * get_address_of__dateFormatHandling_3() { return &____dateFormatHandling_3; } inline void set__dateFormatHandling_3(Nullable_1_t3098729937 value) { ____dateFormatHandling_3 = value; } inline static int32_t get_offset_of__dateTimeZoneHandling_4() { return static_cast(offsetof(JsonSerializerSettings_t2139255314, ____dateTimeZoneHandling_4)); } inline Nullable_1_t430194516 get__dateTimeZoneHandling_4() const { return ____dateTimeZoneHandling_4; } inline Nullable_1_t430194516 * get_address_of__dateTimeZoneHandling_4() { return &____dateTimeZoneHandling_4; } inline void set__dateTimeZoneHandling_4(Nullable_1_t430194516 value) { ____dateTimeZoneHandling_4 = value; } inline static int32_t get_offset_of__dateParseHandling_5() { return static_cast(offsetof(JsonSerializerSettings_t2139255314, ____dateParseHandling_5)); } inline Nullable_1_t179296662 get__dateParseHandling_5() const { return ____dateParseHandling_5; } inline Nullable_1_t179296662 * get_address_of__dateParseHandling_5() { return &____dateParseHandling_5; } inline void set__dateParseHandling_5(Nullable_1_t179296662 value) { ____dateParseHandling_5 = value; } inline static int32_t get_offset_of__floatFormatHandling_6() { return static_cast(offsetof(JsonSerializerSettings_t2139255314, ____floatFormatHandling_6)); } inline Nullable_1_t2285469903 get__floatFormatHandling_6() const { return ____floatFormatHandling_6; } inline Nullable_1_t2285469903 * get_address_of__floatFormatHandling_6() { return &____floatFormatHandling_6; } inline void set__floatFormatHandling_6(Nullable_1_t2285469903 value) { ____floatFormatHandling_6 = value; } inline static int32_t get_offset_of__floatParseHandling_7() { return static_cast(offsetof(JsonSerializerSettings_t2139255314, ____floatParseHandling_7)); } inline Nullable_1_t2729527740 get__floatParseHandling_7() const { return ____floatParseHandling_7; } inline Nullable_1_t2729527740 * get_address_of__floatParseHandling_7() { return &____floatParseHandling_7; } inline void set__floatParseHandling_7(Nullable_1_t2729527740 value) { ____floatParseHandling_7 = value; } inline static int32_t get_offset_of__stringEscapeHandling_8() { return static_cast(offsetof(JsonSerializerSettings_t2139255314, ____stringEscapeHandling_8)); } inline Nullable_1_t1505470351 get__stringEscapeHandling_8() const { return ____stringEscapeHandling_8; } inline Nullable_1_t1505470351 * get_address_of__stringEscapeHandling_8() { return &____stringEscapeHandling_8; } inline void set__stringEscapeHandling_8(Nullable_1_t1505470351 value) { ____stringEscapeHandling_8 = value; } inline static int32_t get_offset_of__culture_9() { return static_cast(offsetof(JsonSerializerSettings_t2139255314, ____culture_9)); } inline CultureInfo_t4157843068 * get__culture_9() const { return ____culture_9; } inline CultureInfo_t4157843068 ** get_address_of__culture_9() { return &____culture_9; } inline void set__culture_9(CultureInfo_t4157843068 * value) { ____culture_9 = value; Il2CppCodeGenWriteBarrier((&____culture_9), value); } inline static int32_t get_offset_of__checkAdditionalContent_10() { return static_cast(offsetof(JsonSerializerSettings_t2139255314, ____checkAdditionalContent_10)); } inline Nullable_1_t1819850047 get__checkAdditionalContent_10() const { return ____checkAdditionalContent_10; } inline Nullable_1_t1819850047 * get_address_of__checkAdditionalContent_10() { return &____checkAdditionalContent_10; } inline void set__checkAdditionalContent_10(Nullable_1_t1819850047 value) { ____checkAdditionalContent_10 = value; } inline static int32_t get_offset_of__maxDepth_11() { return static_cast(offsetof(JsonSerializerSettings_t2139255314, ____maxDepth_11)); } inline Nullable_1_t378540539 get__maxDepth_11() const { return ____maxDepth_11; } inline Nullable_1_t378540539 * get_address_of__maxDepth_11() { return &____maxDepth_11; } inline void set__maxDepth_11(Nullable_1_t378540539 value) { ____maxDepth_11 = value; } inline static int32_t get_offset_of__maxDepthSet_12() { return static_cast(offsetof(JsonSerializerSettings_t2139255314, ____maxDepthSet_12)); } inline bool get__maxDepthSet_12() const { return ____maxDepthSet_12; } inline bool* get_address_of__maxDepthSet_12() { return &____maxDepthSet_12; } inline void set__maxDepthSet_12(bool value) { ____maxDepthSet_12 = value; } inline static int32_t get_offset_of__dateFormatString_13() { return static_cast(offsetof(JsonSerializerSettings_t2139255314, ____dateFormatString_13)); } inline String_t* get__dateFormatString_13() const { return ____dateFormatString_13; } inline String_t** get_address_of__dateFormatString_13() { return &____dateFormatString_13; } inline void set__dateFormatString_13(String_t* value) { ____dateFormatString_13 = value; Il2CppCodeGenWriteBarrier((&____dateFormatString_13), value); } inline static int32_t get_offset_of__dateFormatStringSet_14() { return static_cast(offsetof(JsonSerializerSettings_t2139255314, ____dateFormatStringSet_14)); } inline bool get__dateFormatStringSet_14() const { return ____dateFormatStringSet_14; } inline bool* get_address_of__dateFormatStringSet_14() { return &____dateFormatStringSet_14; } inline void set__dateFormatStringSet_14(bool value) { ____dateFormatStringSet_14 = value; } inline static int32_t get_offset_of__typeNameAssemblyFormat_15() { return static_cast(offsetof(JsonSerializerSettings_t2139255314, ____typeNameAssemblyFormat_15)); } inline Nullable_1_t2590601907 get__typeNameAssemblyFormat_15() const { return ____typeNameAssemblyFormat_15; } inline Nullable_1_t2590601907 * get_address_of__typeNameAssemblyFormat_15() { return &____typeNameAssemblyFormat_15; } inline void set__typeNameAssemblyFormat_15(Nullable_1_t2590601907 value) { ____typeNameAssemblyFormat_15 = value; } inline static int32_t get_offset_of__defaultValueHandling_16() { return static_cast(offsetof(JsonSerializerSettings_t2139255314, ____defaultValueHandling_16)); } inline Nullable_1_t668593436 get__defaultValueHandling_16() const { return ____defaultValueHandling_16; } inline Nullable_1_t668593436 * get_address_of__defaultValueHandling_16() { return &____defaultValueHandling_16; } inline void set__defaultValueHandling_16(Nullable_1_t668593436 value) { ____defaultValueHandling_16 = value; } inline static int32_t get_offset_of__preserveReferencesHandling_17() { return static_cast(offsetof(JsonSerializerSettings_t2139255314, ____preserveReferencesHandling_17)); } inline Nullable_1_t2538550894 get__preserveReferencesHandling_17() const { return ____preserveReferencesHandling_17; } inline Nullable_1_t2538550894 * get_address_of__preserveReferencesHandling_17() { return &____preserveReferencesHandling_17; } inline void set__preserveReferencesHandling_17(Nullable_1_t2538550894 value) { ____preserveReferencesHandling_17 = value; } inline static int32_t get_offset_of__nullValueHandling_18() { return static_cast(offsetof(JsonSerializerSettings_t2139255314, ____nullValueHandling_18)); } inline Nullable_1_t829731231 get__nullValueHandling_18() const { return ____nullValueHandling_18; } inline Nullable_1_t829731231 * get_address_of__nullValueHandling_18() { return &____nullValueHandling_18; } inline void set__nullValueHandling_18(Nullable_1_t829731231 value) { ____nullValueHandling_18 = value; } inline static int32_t get_offset_of__objectCreationHandling_19() { return static_cast(offsetof(JsonSerializerSettings_t2139255314, ____objectCreationHandling_19)); } inline Nullable_1_t588389317 get__objectCreationHandling_19() const { return ____objectCreationHandling_19; } inline Nullable_1_t588389317 * get_address_of__objectCreationHandling_19() { return &____objectCreationHandling_19; } inline void set__objectCreationHandling_19(Nullable_1_t588389317 value) { ____objectCreationHandling_19 = value; } inline static int32_t get_offset_of__missingMemberHandling_20() { return static_cast(offsetof(JsonSerializerSettings_t2139255314, ____missingMemberHandling_20)); } inline Nullable_1_t1470895410 get__missingMemberHandling_20() const { return ____missingMemberHandling_20; } inline Nullable_1_t1470895410 * get_address_of__missingMemberHandling_20() { return &____missingMemberHandling_20; } inline void set__missingMemberHandling_20(Nullable_1_t1470895410 value) { ____missingMemberHandling_20 = value; } inline static int32_t get_offset_of__referenceLoopHandling_21() { return static_cast(offsetof(JsonSerializerSettings_t2139255314, ____referenceLoopHandling_21)); } inline Nullable_1_t3051693050 get__referenceLoopHandling_21() const { return ____referenceLoopHandling_21; } inline Nullable_1_t3051693050 * get_address_of__referenceLoopHandling_21() { return &____referenceLoopHandling_21; } inline void set__referenceLoopHandling_21(Nullable_1_t3051693050 value) { ____referenceLoopHandling_21 = value; } inline static int32_t get_offset_of__context_22() { return static_cast(offsetof(JsonSerializerSettings_t2139255314, ____context_22)); } inline Nullable_1_t1139464023 get__context_22() const { return ____context_22; } inline Nullable_1_t1139464023 * get_address_of__context_22() { return &____context_22; } inline void set__context_22(Nullable_1_t1139464023 value) { ____context_22 = value; } inline static int32_t get_offset_of__constructorHandling_23() { return static_cast(offsetof(JsonSerializerSettings_t2139255314, ____constructorHandling_23)); } inline Nullable_1_t616964910 get__constructorHandling_23() const { return ____constructorHandling_23; } inline Nullable_1_t616964910 * get_address_of__constructorHandling_23() { return &____constructorHandling_23; } inline void set__constructorHandling_23(Nullable_1_t616964910 value) { ____constructorHandling_23 = value; } inline static int32_t get_offset_of__typeNameHandling_24() { return static_cast(offsetof(JsonSerializerSettings_t2139255314, ____typeNameHandling_24)); } inline Nullable_1_t1159582132 get__typeNameHandling_24() const { return ____typeNameHandling_24; } inline Nullable_1_t1159582132 * get_address_of__typeNameHandling_24() { return &____typeNameHandling_24; } inline void set__typeNameHandling_24(Nullable_1_t1159582132 value) { ____typeNameHandling_24 = value; } inline static int32_t get_offset_of__metadataPropertyHandling_25() { return static_cast(offsetof(JsonSerializerSettings_t2139255314, ____metadataPropertyHandling_25)); } inline Nullable_1_t2764731635 get__metadataPropertyHandling_25() const { return ____metadataPropertyHandling_25; } inline Nullable_1_t2764731635 * get_address_of__metadataPropertyHandling_25() { return &____metadataPropertyHandling_25; } inline void set__metadataPropertyHandling_25(Nullable_1_t2764731635 value) { ____metadataPropertyHandling_25 = value; } inline static int32_t get_offset_of_U3CConvertersU3Ek__BackingField_26() { return static_cast(offsetof(JsonSerializerSettings_t2139255314, ___U3CConvertersU3Ek__BackingField_26)); } inline RuntimeObject* get_U3CConvertersU3Ek__BackingField_26() const { return ___U3CConvertersU3Ek__BackingField_26; } inline RuntimeObject** get_address_of_U3CConvertersU3Ek__BackingField_26() { return &___U3CConvertersU3Ek__BackingField_26; } inline void set_U3CConvertersU3Ek__BackingField_26(RuntimeObject* value) { ___U3CConvertersU3Ek__BackingField_26 = value; Il2CppCodeGenWriteBarrier((&___U3CConvertersU3Ek__BackingField_26), value); } inline static int32_t get_offset_of_U3CContractResolverU3Ek__BackingField_27() { return static_cast(offsetof(JsonSerializerSettings_t2139255314, ___U3CContractResolverU3Ek__BackingField_27)); } inline RuntimeObject* get_U3CContractResolverU3Ek__BackingField_27() const { return ___U3CContractResolverU3Ek__BackingField_27; } inline RuntimeObject** get_address_of_U3CContractResolverU3Ek__BackingField_27() { return &___U3CContractResolverU3Ek__BackingField_27; } inline void set_U3CContractResolverU3Ek__BackingField_27(RuntimeObject* value) { ___U3CContractResolverU3Ek__BackingField_27 = value; Il2CppCodeGenWriteBarrier((&___U3CContractResolverU3Ek__BackingField_27), value); } inline static int32_t get_offset_of_U3CEqualityComparerU3Ek__BackingField_28() { return static_cast(offsetof(JsonSerializerSettings_t2139255314, ___U3CEqualityComparerU3Ek__BackingField_28)); } inline RuntimeObject* get_U3CEqualityComparerU3Ek__BackingField_28() const { return ___U3CEqualityComparerU3Ek__BackingField_28; } inline RuntimeObject** get_address_of_U3CEqualityComparerU3Ek__BackingField_28() { return &___U3CEqualityComparerU3Ek__BackingField_28; } inline void set_U3CEqualityComparerU3Ek__BackingField_28(RuntimeObject* value) { ___U3CEqualityComparerU3Ek__BackingField_28 = value; Il2CppCodeGenWriteBarrier((&___U3CEqualityComparerU3Ek__BackingField_28), value); } inline static int32_t get_offset_of_U3CReferenceResolverProviderU3Ek__BackingField_29() { return static_cast(offsetof(JsonSerializerSettings_t2139255314, ___U3CReferenceResolverProviderU3Ek__BackingField_29)); } inline Func_1_t1993807751 * get_U3CReferenceResolverProviderU3Ek__BackingField_29() const { return ___U3CReferenceResolverProviderU3Ek__BackingField_29; } inline Func_1_t1993807751 ** get_address_of_U3CReferenceResolverProviderU3Ek__BackingField_29() { return &___U3CReferenceResolverProviderU3Ek__BackingField_29; } inline void set_U3CReferenceResolverProviderU3Ek__BackingField_29(Func_1_t1993807751 * value) { ___U3CReferenceResolverProviderU3Ek__BackingField_29 = value; Il2CppCodeGenWriteBarrier((&___U3CReferenceResolverProviderU3Ek__BackingField_29), value); } inline static int32_t get_offset_of_U3CTraceWriterU3Ek__BackingField_30() { return static_cast(offsetof(JsonSerializerSettings_t2139255314, ___U3CTraceWriterU3Ek__BackingField_30)); } inline RuntimeObject* get_U3CTraceWriterU3Ek__BackingField_30() const { return ___U3CTraceWriterU3Ek__BackingField_30; } inline RuntimeObject** get_address_of_U3CTraceWriterU3Ek__BackingField_30() { return &___U3CTraceWriterU3Ek__BackingField_30; } inline void set_U3CTraceWriterU3Ek__BackingField_30(RuntimeObject* value) { ___U3CTraceWriterU3Ek__BackingField_30 = value; Il2CppCodeGenWriteBarrier((&___U3CTraceWriterU3Ek__BackingField_30), value); } inline static int32_t get_offset_of_U3CBinderU3Ek__BackingField_31() { return static_cast(offsetof(JsonSerializerSettings_t2139255314, ___U3CBinderU3Ek__BackingField_31)); } inline SerializationBinder_t274213469 * get_U3CBinderU3Ek__BackingField_31() const { return ___U3CBinderU3Ek__BackingField_31; } inline SerializationBinder_t274213469 ** get_address_of_U3CBinderU3Ek__BackingField_31() { return &___U3CBinderU3Ek__BackingField_31; } inline void set_U3CBinderU3Ek__BackingField_31(SerializationBinder_t274213469 * value) { ___U3CBinderU3Ek__BackingField_31 = value; Il2CppCodeGenWriteBarrier((&___U3CBinderU3Ek__BackingField_31), value); } inline static int32_t get_offset_of_U3CErrorU3Ek__BackingField_32() { return static_cast(offsetof(JsonSerializerSettings_t2139255314, ___U3CErrorU3Ek__BackingField_32)); } inline EventHandler_1_t2935836205 * get_U3CErrorU3Ek__BackingField_32() const { return ___U3CErrorU3Ek__BackingField_32; } inline EventHandler_1_t2935836205 ** get_address_of_U3CErrorU3Ek__BackingField_32() { return &___U3CErrorU3Ek__BackingField_32; } inline void set_U3CErrorU3Ek__BackingField_32(EventHandler_1_t2935836205 * value) { ___U3CErrorU3Ek__BackingField_32 = value; Il2CppCodeGenWriteBarrier((&___U3CErrorU3Ek__BackingField_32), value); } }; struct JsonSerializerSettings_t2139255314_StaticFields { public: // System.Runtime.Serialization.StreamingContext Newtonsoft.Json.JsonSerializerSettings::DefaultContext StreamingContext_t3711869237 ___DefaultContext_0; // System.Globalization.CultureInfo Newtonsoft.Json.JsonSerializerSettings::DefaultCulture CultureInfo_t4157843068 * ___DefaultCulture_1; public: inline static int32_t get_offset_of_DefaultContext_0() { return static_cast(offsetof(JsonSerializerSettings_t2139255314_StaticFields, ___DefaultContext_0)); } inline StreamingContext_t3711869237 get_DefaultContext_0() const { return ___DefaultContext_0; } inline StreamingContext_t3711869237 * get_address_of_DefaultContext_0() { return &___DefaultContext_0; } inline void set_DefaultContext_0(StreamingContext_t3711869237 value) { ___DefaultContext_0 = value; } inline static int32_t get_offset_of_DefaultCulture_1() { return static_cast(offsetof(JsonSerializerSettings_t2139255314_StaticFields, ___DefaultCulture_1)); } inline CultureInfo_t4157843068 * get_DefaultCulture_1() const { return ___DefaultCulture_1; } inline CultureInfo_t4157843068 ** get_address_of_DefaultCulture_1() { return &___DefaultCulture_1; } inline void set_DefaultCulture_1(CultureInfo_t4157843068 * value) { ___DefaultCulture_1 = value; Il2CppCodeGenWriteBarrier((&___DefaultCulture_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONSERIALIZERSETTINGS_T2139255314_H #ifndef BSONWRITER_T3355227794_H #define BSONWRITER_T3355227794_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Bson.BsonWriter struct BsonWriter_t3355227794 : public JsonWriter_t1467272295 { public: // Newtonsoft.Json.Bson.BsonBinaryWriter Newtonsoft.Json.Bson.BsonWriter::_writer BsonBinaryWriter_t671405346 * ____writer_13; // Newtonsoft.Json.Bson.BsonToken Newtonsoft.Json.Bson.BsonWriter::_root BsonToken_t3838771636 * ____root_14; // Newtonsoft.Json.Bson.BsonToken Newtonsoft.Json.Bson.BsonWriter::_parent BsonToken_t3838771636 * ____parent_15; // System.String Newtonsoft.Json.Bson.BsonWriter::_propertyName String_t* ____propertyName_16; public: inline static int32_t get_offset_of__writer_13() { return static_cast(offsetof(BsonWriter_t3355227794, ____writer_13)); } inline BsonBinaryWriter_t671405346 * get__writer_13() const { return ____writer_13; } inline BsonBinaryWriter_t671405346 ** get_address_of__writer_13() { return &____writer_13; } inline void set__writer_13(BsonBinaryWriter_t671405346 * value) { ____writer_13 = value; Il2CppCodeGenWriteBarrier((&____writer_13), value); } inline static int32_t get_offset_of__root_14() { return static_cast(offsetof(BsonWriter_t3355227794, ____root_14)); } inline BsonToken_t3838771636 * get__root_14() const { return ____root_14; } inline BsonToken_t3838771636 ** get_address_of__root_14() { return &____root_14; } inline void set__root_14(BsonToken_t3838771636 * value) { ____root_14 = value; Il2CppCodeGenWriteBarrier((&____root_14), value); } inline static int32_t get_offset_of__parent_15() { return static_cast(offsetof(BsonWriter_t3355227794, ____parent_15)); } inline BsonToken_t3838771636 * get__parent_15() const { return ____parent_15; } inline BsonToken_t3838771636 ** get_address_of__parent_15() { return &____parent_15; } inline void set__parent_15(BsonToken_t3838771636 * value) { ____parent_15 = value; Il2CppCodeGenWriteBarrier((&____parent_15), value); } inline static int32_t get_offset_of__propertyName_16() { return static_cast(offsetof(BsonWriter_t3355227794, ____propertyName_16)); } inline String_t* get__propertyName_16() const { return ____propertyName_16; } inline String_t** get_address_of__propertyName_16() { return &____propertyName_16; } inline void set__propertyName_16(String_t* value) { ____propertyName_16 = value; Il2CppCodeGenWriteBarrier((&____propertyName_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BSONWRITER_T3355227794_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 NULLABLE_1_T656882293_H #define NULLABLE_1_T656882293_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t656882293 { public: // T System.Nullable`1::value DateTimeOffset_t3229287507 ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t656882293, ___value_0)); } inline DateTimeOffset_t3229287507 get_value_0() const { return ___value_0; } inline DateTimeOffset_t3229287507 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(DateTimeOffset_t3229287507 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t656882293, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T656882293_H // System.Byte[] struct ByteU5BU5D_t4116647657 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // System.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.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.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); } }; // 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.Void System.Collections.Generic.List`1::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m3338814081_gshared (List_1_t257213610 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.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); // System.Void System.Collections.Generic.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m2321703786_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // System.Void 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.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.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::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void List_1_RemoveAt_m2730968292_gshared (List_1_t257213610 * __this, int32_t p0, 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.Object Newtonsoft.Json.Serialization.ObjectConstructor`1::Invoke(System.Object[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectConstructor_1_Invoke_m3185456453_gshared (ObjectConstructor_1_t3207922868 * __this, ObjectU5BU5D_t2843939325* p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m115581213_gshared (List_1_t2606371118 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m2253401767_gshared (List_1_t2606371118 * __this, uint8_t p0, const RuntimeMethod* method); // !0[] System.Collections.Generic.List`1::ToArray() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* List_1_ToArray_m210634055_gshared (List_1_t2606371118 * __this, const RuntimeMethod* method); // TValue Newtonsoft.Json.Utilities.ThreadSafeStore`2::Get(TKey) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ThreadSafeStore_2_Get_m3495790489_gshared (ThreadSafeStore_2_t1066477248 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void 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.Void Newtonsoft.Json.Utilities.ThreadSafeStore`2::.ctor(System.Func`2) extern "C" IL2CPP_METHOD_ATTR void ThreadSafeStore_2__ctor_m3312637891_gshared (ThreadSafeStore_2_t1066477248 * __this, Func_2_t2447130374 * p0, const RuntimeMethod* method); // T Newtonsoft.Json.JsonSerializer::Deserialize(Newtonsoft.Json.JsonReader) extern "C" IL2CPP_METHOD_ATTR int32_t JsonSerializer_Deserialize_TisRegexOptions_t92845595_m174991243_gshared (JsonSerializer_t1424496335 * __this, JsonReader_t2369136700 * ___reader0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m226679314_gshared (Nullable_1_t1815407677 * __this, int32_t p0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m2920168947_gshared (Nullable_1_t1815407677 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m2800676062_gshared (Nullable_1_t1815407677 * __this, 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.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::get_Value() extern "C" IL2CPP_METHOD_ATTR float Nullable_1_get_Value_m2309635241_gshared (Nullable_1_t3119828856 * __this, const RuntimeMethod* method); // U Newtonsoft.Json.Linq.Extensions::Value(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR float Extensions_Value_TisSingle_t1397266774_m3867180525_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject* ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Insert(System.Int32,!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Insert_m3748206754_gshared (List_1_t257213610 * __this, int32_t p0, RuntimeObject * p1, 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.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.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m518943619_gshared (Dictionary_2_t132545152 * __this, 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.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m2387223709_gshared (Dictionary_2_t132545152 * __this, RuntimeObject * p0, RuntimeObject * p1, 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); // !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); // !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); // 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.Boolean Newtonsoft.Json.Utilities.CollectionUtils::IsNullOrEmpty(System.Collections.Generic.ICollection`1) extern "C" IL2CPP_METHOD_ATTR bool CollectionUtils_IsNullOrEmpty_TisRuntimeObject_m702392015_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject* ___collection0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m3947764094_gshared (List_1_t257213610 * __this, int32_t p0, 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.Void System.Collections.ObjectModel.Collection`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void Collection_1__ctor_m627519480_gshared (Collection_1_t2024462082 * __this, 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.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.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m2244203425_gshared (Nullable_1_t4250589796 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR JsonPosition_t2528027714 Nullable_1_GetValueOrDefault_m1395530047_gshared (Nullable_1_t4250589796 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t1594379037 List_1_GetEnumerator_m177011464_gshared (List_1_t4000102456 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR JsonPosition_t2528027714 Enumerator_get_Current_m3978296017_gshared (Enumerator_t1594379037 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m129038534_gshared (Enumerator_t1594379037 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() extern "C" IL2CPP_METHOD_ATTR void Enumerator_Dispose_m3583473203_gshared (Enumerator_t1594379037 * __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); // 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.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_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_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_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.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); // !0 System.Func`1::Invoke() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Func_1_Invoke_m348272648_gshared (Func_1_t2509852811 * __this, const RuntimeMethod* method); // System.Void System.Collections.ObjectModel.Collection`1::Insert(System.Int32,!0) extern "C" IL2CPP_METHOD_ATTR void Collection_1_Insert_m3156540017_gshared (Collection_1_t2024462082 * __this, int32_t p0, RuntimeObject * p1, 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.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m885301859_gshared (Nullable_1_t2764731635 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m3081697230_gshared (Nullable_1_t2590601907 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m77919780_gshared (Nullable_1_t2538550894 * __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_m1584743840_gshared (Nullable_1_t1470895410 * __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_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_m3852945211_gshared (Nullable_1_t616964910 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m705675263_gshared (Nullable_1_t1139464023 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m4266842741_gshared (Nullable_1_t3914607011 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m212809423_gshared (Nullable_1_t3098729937 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m71992865_gshared (Nullable_1_t430194516 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m826473069_gshared (Nullable_1_t179296662 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m3994449165_gshared (Nullable_1_t2285469903 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m1804609745_gshared (Nullable_1_t2729527740 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m633545390_gshared (Nullable_1_t1505470351 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m831034040_gshared (Nullable_1_t430194516 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m4209838479_gshared (Nullable_1_t430194516 * __this, int32_t p0, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m3035377239_gshared (Nullable_1_t179296662 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m4189365113_gshared (Nullable_1_t179296662 * __this, int32_t p0, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m1870258506_gshared (Nullable_1_t2729527740 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m2969476024_gshared (Nullable_1_t2729527740 * __this, int32_t p0, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m860959062_gshared (Nullable_1_t3914607011 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m334053534_gshared (Nullable_1_t3914607011 * __this, int32_t p0, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m1120472299_gshared (Nullable_1_t3098729937 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m878665411_gshared (Nullable_1_t3098729937 * __this, int32_t p0, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m1386614888_gshared (Nullable_1_t2285469903 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m358560032_gshared (Nullable_1_t2285469903 * __this, int32_t p0, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m419728216_gshared (Nullable_1_t1505470351 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m2979764839_gshared (Nullable_1_t1505470351 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.EventHandler`1::Invoke(System.Object,!0) extern "C" IL2CPP_METHOD_ATTR void EventHandler_1_Invoke_m4124830036_gshared (EventHandler_1_t1004265597 * __this, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m1029630399_gshared (Nullable_1_t3051693050 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m3269469524_gshared (Nullable_1_t1470895410 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m2614807845_gshared (Nullable_1_t588389317 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m1866108172_gshared (Nullable_1_t829731231 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m880978787_gshared (Nullable_1_t668593436 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m1807021028_gshared (Nullable_1_t2538550894 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m2852219950_gshared (Nullable_1_t1159582132 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m1441879184_gshared (Nullable_1_t2764731635 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m1391030392_gshared (Nullable_1_t2590601907 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m580894237_gshared (Nullable_1_t616964910 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() extern "C" IL2CPP_METHOD_ATTR StreamingContext_t3711869237 Nullable_1_GetValueOrDefault_m215098106_gshared (Nullable_1_t1139464023 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m2810570852(__this, p0, method) (( void (*) (List_1_t1015879082 *, BsonToken_t3838771636 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void Newtonsoft.Json.Bson.BsonToken::set_Parent(Newtonsoft.Json.Bson.BsonToken) extern "C" IL2CPP_METHOD_ATTR void BsonToken_set_Parent_m3940624387 (BsonToken_t3838771636 * __this, BsonToken_t3838771636 * ___value0, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() #define List_1_GetEnumerator_m3152301271(__this, method) (( Enumerator_t2905122959 (*) (List_1_t1015879082 *, const RuntimeMethod*))List_1_GetEnumerator_m2930774921_gshared)(__this, method) // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Bson.BsonArray::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* BsonArray_GetEnumerator_m800492472 (BsonArray_t345506913 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m1951997890(__this, method) (( void (*) (List_1_t1015879082 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void Newtonsoft.Json.Bson.BsonToken::.ctor() extern "C" IL2CPP_METHOD_ATTR void BsonToken__ctor_m4218088391 (BsonToken_t3838771636 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Bson.BsonValue::.ctor(System.Object,Newtonsoft.Json.Bson.BsonType) extern "C" IL2CPP_METHOD_ATTR void BsonValue__ctor_m2547678966 (BsonValue_t3067495970 * __this, RuntimeObject * ___value0, int8_t ___type1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Bson.BsonBinary::set_BinaryType(Newtonsoft.Json.Bson.BsonBinaryType) extern "C" IL2CPP_METHOD_ATTR void BsonBinary_set_BinaryType_m436456018 (BsonBinary_t160198617 * __this, uint8_t ___value0, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.Bson.BsonBinaryWriter::CalculateSize(Newtonsoft.Json.Bson.BsonToken) extern "C" IL2CPP_METHOD_ATTR int32_t BsonBinaryWriter_CalculateSize_m879612069 (BsonBinaryWriter_t671405346 * __this, BsonToken_t3838771636 * ___t0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Bson.BsonBinaryWriter::WriteTokenInternal(Newtonsoft.Json.Bson.BsonToken) extern "C" IL2CPP_METHOD_ATTR void BsonBinaryWriter_WriteTokenInternal_m2476919792 (BsonBinaryWriter_t671405346 * __this, BsonToken_t3838771636 * ___t0, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.Bson.BsonToken::get_CalculatedSize() extern "C" IL2CPP_METHOD_ATTR int32_t BsonToken_get_CalculatedSize_m1041449010 (BsonToken_t3838771636 * __this, const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Bson.BsonObject::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* BsonObject_GetEnumerator_m1568080356 (BsonObject_t3552490343 * __this, const RuntimeMethod* method); // Newtonsoft.Json.Bson.BsonToken Newtonsoft.Json.Bson.BsonProperty::get_Value() extern "C" IL2CPP_METHOD_ATTR BsonToken_t3838771636 * BsonProperty_get_Value_m1673851988 (BsonProperty_t1130223951 * __this, const RuntimeMethod* method); // Newtonsoft.Json.Bson.BsonString Newtonsoft.Json.Bson.BsonProperty::get_Name() extern "C" IL2CPP_METHOD_ATTR BsonString_t1135579766 * BsonProperty_get_Name_m1650577885 (BsonProperty_t1130223951 * __this, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Bson.BsonValue::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * BsonValue_get_Value_m3981426679 (BsonValue_t3067495970 * __this, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.Bson.BsonString::get_ByteCount() extern "C" IL2CPP_METHOD_ATTR int32_t BsonString_get_ByteCount_m2909435692 (BsonString_t1135579766 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Bson.BsonBinaryWriter::WriteString(System.String,System.Int32,System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR void BsonBinaryWriter_WriteString_m2723601906 (BsonBinaryWriter_t671405346 * __this, String_t* ___s0, int32_t ___byteCount1, Nullable_1_t378540539 ___calculatedlengthPrefix2, 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.UInt64::ToString(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* UInt64_ToString_m2623377370 (uint64_t* __this, RuntimeObject* p0, 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.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.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.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.DateTimeKind Newtonsoft.Json.Bson.BsonBinaryWriter::get_DateTimeKindHandling() extern "C" IL2CPP_METHOD_ATTR int32_t BsonBinaryWriter_get_DateTimeKindHandling_m1255248702 (BsonBinaryWriter_t671405346 * __this, const RuntimeMethod* method); // System.DateTime System.DateTime::ToUniversalTime() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_ToUniversalTime_m1945318289 (DateTime_t3738529785 * __this, const RuntimeMethod* method); // System.DateTime System.DateTime::ToLocalTime() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_ToLocalTime_m3134475597 (DateTime_t3738529785 * __this, const RuntimeMethod* method); // System.Int64 Newtonsoft.Json.Utilities.DateTimeUtils::ConvertDateTimeToJavaScriptTicks(System.DateTime,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int64_t DateTimeUtils_ConvertDateTimeToJavaScriptTicks_m3362411187 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 ___dateTime0, bool ___convertToUtc1, 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.TimeSpan System.DateTimeOffset::get_Offset() extern "C" IL2CPP_METHOD_ATTR TimeSpan_t881159249 DateTimeOffset_get_Offset_m2040541042 (DateTimeOffset_t3229287507 * __this, const RuntimeMethod* method); // System.Int64 Newtonsoft.Json.Utilities.DateTimeUtils::ConvertDateTimeToJavaScriptTicks(System.DateTime,System.TimeSpan) extern "C" IL2CPP_METHOD_ATTR int64_t DateTimeUtils_ConvertDateTimeToJavaScriptTicks_m478085472 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 ___dateTime0, TimeSpan_t881159249 ___offset1, const RuntimeMethod* method); // Newtonsoft.Json.Bson.BsonBinaryType Newtonsoft.Json.Bson.BsonBinary::get_BinaryType() extern "C" IL2CPP_METHOD_ATTR uint8_t BsonBinary_get_BinaryType_m1116797009 (BsonBinary_t160198617 * __this, const RuntimeMethod* method); // Newtonsoft.Json.Bson.BsonString Newtonsoft.Json.Bson.BsonRegex::get_Pattern() extern "C" IL2CPP_METHOD_ATTR BsonString_t1135579766 * BsonRegex_get_Pattern_m3874819354 (BsonRegex_t323777446 * __this, const RuntimeMethod* method); // Newtonsoft.Json.Bson.BsonString Newtonsoft.Json.Bson.BsonRegex::get_Options() extern "C" IL2CPP_METHOD_ATTR BsonString_t1135579766 * BsonRegex_get_Options_m3915970614 (BsonRegex_t323777446 * __this, 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 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.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.Void Newtonsoft.Json.Bson.BsonBinaryWriter::WriteUtf8Bytes(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BsonBinaryWriter_WriteUtf8Bytes_m3783864275 (BsonBinaryWriter_t671405346 * __this, String_t* ___s0, int32_t ___byteCount1, 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 Newtonsoft.Json.Bson.BsonToken::set_CalculatedSize(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BsonToken_set_CalculatedSize_m3884778869 (BsonToken_t3838771636 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.Bson.BsonBinaryWriter::CalculateSize(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t BsonBinaryWriter_CalculateSize_m719056144 (BsonBinaryWriter_t671405346 * __this, int32_t ___stringByteCount0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Bson.BsonString::set_ByteCount(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BsonString_set_ByteCount_m2322732339 (BsonString_t1135579766 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Bson.BsonString::get_IncludeLength() extern "C" IL2CPP_METHOD_ATTR bool BsonString_get_IncludeLength_m595252763 (BsonString_t1135579766 * __this, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.Bson.BsonBinaryWriter::CalculateSizeWithLength(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t BsonBinaryWriter_CalculateSizeWithLength_m2668837377 (BsonBinaryWriter_t671405346 * __this, int32_t ___stringByteCount0, bool ___includeSize1, const RuntimeMethod* method); // System.Void System.Text.UTF8Encoding::.ctor(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void UTF8Encoding__ctor_m661806809 (UTF8Encoding_t3956466879 * __this, bool p0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Bson.BsonProperty::.ctor() extern "C" IL2CPP_METHOD_ATTR void BsonProperty__ctor_m3843472899 (BsonProperty_t1130223951 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Bson.BsonString::.ctor(System.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void BsonString__ctor_m147423106 (BsonString_t1135579766 * __this, RuntimeObject * ___value0, bool ___includeLength1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Bson.BsonProperty::set_Name(Newtonsoft.Json.Bson.BsonString) extern "C" IL2CPP_METHOD_ATTR void BsonProperty_set_Name_m40119358 (BsonProperty_t1130223951 * __this, BsonString_t1135579766 * ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Bson.BsonProperty::set_Value(Newtonsoft.Json.Bson.BsonToken) extern "C" IL2CPP_METHOD_ATTR void BsonProperty_set_Value_m1105306920 (BsonProperty_t1130223951 * __this, BsonToken_t3838771636 * ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m776934895(__this, p0, method) (( void (*) (List_1_t2602298693 *, BsonProperty_t1130223951 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() #define List_1_GetEnumerator_m3833462142(__this, method) (( Enumerator_t196575274 (*) (List_1_t2602298693 *, const RuntimeMethod*))List_1_GetEnumerator_m2930774921_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m3097249469(__this, method) (( void (*) (List_1_t2602298693 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Object::.ctor() extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m297566312 (RuntimeObject * __this, 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.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.Void Newtonsoft.Json.Bson.BsonObjectId::set_Value(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void BsonObjectId_set_Value_m1170735108 (BsonObjectId_t3046626253 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method); // Newtonsoft.Json.Bson.BsonType Newtonsoft.Json.Bson.BsonReader::ReadType() extern "C" IL2CPP_METHOD_ATTR int8_t BsonReader_ReadType_m3646065161 (BsonReader_t26184191 * __this, const RuntimeMethod* method); // System.String Newtonsoft.Json.Bson.BsonReader::ReadString() extern "C" IL2CPP_METHOD_ATTR String_t* BsonReader_ReadString_m976318981 (BsonReader_t26184191 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Bson.BsonReader::ReadNormal() extern "C" IL2CPP_METHOD_ATTR bool BsonReader_ReadNormal_m1123923946 (BsonReader_t26184191 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Bson.BsonReader::ReadReference() extern "C" IL2CPP_METHOD_ATTR bool BsonReader_ReadReference_m3972472526 (BsonReader_t26184191 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Bson.BsonReader::ReadCodeWScope() extern "C" IL2CPP_METHOD_ATTR bool BsonReader_ReadCodeWScope_m2588618404 (BsonReader_t26184191 * __this, 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.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 Newtonsoft.Json.JsonReader::Close() extern "C" IL2CPP_METHOD_ATTR void JsonReader_Close_m1607758862 (JsonReader_t2369136700 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.JsonReader::get_CloseInput() extern "C" IL2CPP_METHOD_ATTR bool JsonReader_get_CloseInput_m1824727002 (JsonReader_t2369136700 * __this, const RuntimeMethod* 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.Int32 Newtonsoft.Json.Bson.BsonReader::ReadInt32() extern "C" IL2CPP_METHOD_ATTR int32_t BsonReader_ReadInt32_m2158890228 (BsonReader_t26184191 * __this, const RuntimeMethod* method); // System.String Newtonsoft.Json.Bson.BsonReader::ReadLengthString() extern "C" IL2CPP_METHOD_ATTR String_t* BsonReader_ReadLengthString_m2332418338 (BsonReader_t26184191 * __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.Void Newtonsoft.Json.Bson.BsonReader/ContainerContext::.ctor(Newtonsoft.Json.Bson.BsonType) extern "C" IL2CPP_METHOD_ATTR void ContainerContext__ctor_m3451344717 (ContainerContext_t1305994539 * __this, int8_t ___type0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Bson.BsonReader::PushContext(Newtonsoft.Json.Bson.BsonReader/ContainerContext) extern "C" IL2CPP_METHOD_ATTR void BsonReader_PushContext_m1281137535 (BsonReader_t26184191 * __this, ContainerContext_t1305994539 * ___newContext0, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m2047740448 (ArgumentOutOfRangeException_t777629997 * __this, const RuntimeMethod* method); // System.Byte[] Newtonsoft.Json.Bson.BsonReader::ReadBytes(System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* BsonReader_ReadBytes_m879323340 (BsonReader_t26184191 * __this, int32_t ___count0, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m904156431 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Bson.BsonReader::ReadType(Newtonsoft.Json.Bson.BsonType) extern "C" IL2CPP_METHOD_ATTR void BsonReader_ReadType_m3911217300 (BsonReader_t26184191 * __this, int8_t ___type0, const RuntimeMethod* method); // System.String Newtonsoft.Json.Bson.BsonReader::ReadElement() extern "C" IL2CPP_METHOD_ATTR String_t* BsonReader_ReadElement_m3238861872 (BsonReader_t26184191 * __this, const RuntimeMethod* method); // System.Byte Newtonsoft.Json.Bson.BsonReader::ReadByte() extern "C" IL2CPP_METHOD_ATTR uint8_t BsonReader_ReadByte_m762174036 (BsonReader_t26184191 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Bson.BsonReader::PopContext() extern "C" IL2CPP_METHOD_ATTR void BsonReader_PopContext_m3045397022 (BsonReader_t26184191 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Bson.BsonReader::MovePosition(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BsonReader_MovePosition_m1748530259 (BsonReader_t26184191 * __this, int32_t ___count0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m3888531103(__this, method) (( int32_t (*) (List_1_t2778069281 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) #define List_1_RemoveAt_m1721120959(__this, p0, method) (( void (*) (List_1_t2778069281 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m2730968292_gshared)(__this, p0, method) // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m4058593180(__this, p0, method) (( ContainerContext_t1305994539 * (*) (List_1_t2778069281 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m473395387(__this, p0, method) (( void (*) (List_1_t2778069281 *, ContainerContext_t1305994539 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Double Newtonsoft.Json.Bson.BsonReader::ReadDouble() extern "C" IL2CPP_METHOD_ATTR double BsonReader_ReadDouble_m4091098637 (BsonReader_t26184191 * __this, 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.Byte[] Newtonsoft.Json.Bson.BsonReader::ReadBinary(Newtonsoft.Json.Bson.BsonBinaryType&) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* BsonReader_ReadBinary_m3356569563 (BsonReader_t26184191 * __this, uint8_t* ___binaryType0, 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.Boolean System.Convert::ToBoolean(System.Byte) extern "C" IL2CPP_METHOD_ATTR bool Convert_ToBoolean_m2984378204 (RuntimeObject * __this /* static, unused */, uint8_t p0, const RuntimeMethod* method); // System.Int64 Newtonsoft.Json.Bson.BsonReader::ReadInt64() extern "C" IL2CPP_METHOD_ATTR int64_t BsonReader_ReadInt64_m2357923271 (BsonReader_t26184191 * __this, 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); // System.DateTimeKind Newtonsoft.Json.Bson.BsonReader::get_DateTimeKindHandling() extern "C" IL2CPP_METHOD_ATTR int32_t BsonReader_get_DateTimeKindHandling_m1670309191 (BsonReader_t26184191 * __this, const RuntimeMethod* method); // System.DateTime System.DateTime::SpecifyKind(System.DateTime,System.DateTimeKind) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_SpecifyKind_m3332658812 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 p0, int32_t p1, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m2163913788 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, String_t* p2, String_t* p3, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Bson.BsonReader::EnsureBuffers() extern "C" IL2CPP_METHOD_ATTR void BsonReader_EnsureBuffers_m1301277286 (BsonReader_t26184191 * __this, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_UTF8() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * Encoding_get_UTF8_m1008486739 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.String::CreateString(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_CreateString_m860434552 (String_t* __this, CharU5BU5D_t3528271667* ___val0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.Bson.BsonReader::GetLastFullCharStop(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t BsonReader_GetLastFullCharStop_m3713509419 (BsonReader_t26184191 * __this, int32_t ___start0, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m2367297767 (StringBuilder_t * __this, int32_t p0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m4089665817 (StringBuilder_t * __this, CharU5BU5D_t3528271667* p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Copy_m344457298 (RuntimeObject * __this /* static, unused */, RuntimeArray * p0, int32_t p1, RuntimeArray * p2, int32_t p3, int32_t p4, const RuntimeMethod* method); // System.String Newtonsoft.Json.Bson.BsonReader::GetString(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* BsonReader_GetString_m977061427 (BsonReader_t26184191 * __this, int32_t ___length0, const RuntimeMethod* method); // System.Void System.IO.EndOfStreamException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void EndOfStreamException__ctor_m2720774049 (EndOfStreamException_t2015613008 * __this, String_t* p0, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.Bson.BsonReader::BytesInSequence(System.Byte) extern "C" IL2CPP_METHOD_ATTR int32_t BsonReader_BytesInSequence_m2444842642 (BsonReader_t26184191 * __this, uint8_t ___b0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Bson.BsonRegex::set_Pattern(Newtonsoft.Json.Bson.BsonString) extern "C" IL2CPP_METHOD_ATTR void BsonRegex_set_Pattern_m1218749960 (BsonRegex_t323777446 * __this, BsonString_t1135579766 * ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Bson.BsonRegex::set_Options(Newtonsoft.Json.Bson.BsonString) extern "C" IL2CPP_METHOD_ATTR void BsonRegex_set_Options_m273685210 (BsonRegex_t323777446 * __this, BsonString_t1135579766 * ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Bson.BsonString::set_IncludeLength(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void BsonString_set_IncludeLength_m3091530982 (BsonString_t1135579766 * __this, bool ___value0, const RuntimeMethod* method); // 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); // System.Void Newtonsoft.Json.Bson.BsonWriter::RemoveParent() extern "C" IL2CPP_METHOD_ATTR void BsonWriter_RemoveParent_m1874294740 (BsonWriter_t3355227794 * __this, 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.Void Newtonsoft.Json.Bson.BsonBinaryWriter::WriteToken(Newtonsoft.Json.Bson.BsonToken) extern "C" IL2CPP_METHOD_ATTR void BsonBinaryWriter_WriteToken_m3923062143 (BsonBinaryWriter_t671405346 * __this, BsonToken_t3838771636 * ___t0, 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::WriteStartArray() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteStartArray_m1802468309 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Bson.BsonArray::.ctor() extern "C" IL2CPP_METHOD_ATTR void BsonArray__ctor_m1657671806 (BsonArray_t345506913 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Bson.BsonWriter::AddParent(Newtonsoft.Json.Bson.BsonToken) extern "C" IL2CPP_METHOD_ATTR void BsonWriter_AddParent_m1891594821 (BsonWriter_t3355227794 * __this, BsonToken_t3838771636 * ___container0, 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.Bson.BsonObject::.ctor() extern "C" IL2CPP_METHOD_ATTR void BsonObject__ctor_m3034712262 (BsonObject_t3552490343 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WritePropertyName_m1400365370 (JsonWriter_t1467272295 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::Close() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_Close_m3584185124 (JsonWriter_t1467272295 * __this, 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.Bson.BsonBinaryWriter::Close() extern "C" IL2CPP_METHOD_ATTR void BsonBinaryWriter_Close_m4129648188 (BsonBinaryWriter_t671405346 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Bson.BsonWriter::AddToken(Newtonsoft.Json.Bson.BsonToken) extern "C" IL2CPP_METHOD_ATTR void BsonWriter_AddToken_m1194224412 (BsonWriter_t3355227794 * __this, BsonToken_t3838771636 * ___token0, const RuntimeMethod* method); // Newtonsoft.Json.Bson.BsonToken Newtonsoft.Json.Bson.BsonToken::get_Parent() extern "C" IL2CPP_METHOD_ATTR BsonToken_t3838771636 * BsonToken_get_Parent_m1486056822 (BsonToken_t3838771636 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Bson.BsonObject::Add(System.String,Newtonsoft.Json.Bson.BsonToken) extern "C" IL2CPP_METHOD_ATTR void BsonObject_Add_m603925343 (BsonObject_t3552490343 * __this, String_t* ___name0, BsonToken_t3838771636 * ___token1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Bson.BsonArray::Add(Newtonsoft.Json.Bson.BsonToken) extern "C" IL2CPP_METHOD_ATTR void BsonArray_Add_m4054612223 (BsonArray_t345506913 * __this, BsonToken_t3838771636 * ___token0, 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::WriteNull() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteNull_m2108953018 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Bson.BsonWriter::AddValue(System.Object,Newtonsoft.Json.Bson.BsonType) extern "C" IL2CPP_METHOD_ATTR void BsonWriter_AddValue_m2770326892 (BsonWriter_t3355227794 * __this, RuntimeObject * ___value0, int8_t ___type1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteUndefined() extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteUndefined_m3012783893 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m1762582339 (JsonWriter_t1467272295 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.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); // Newtonsoft.Json.DateTimeZoneHandling Newtonsoft.Json.JsonWriter::get_DateTimeZoneHandling() extern "C" IL2CPP_METHOD_ATTR int32_t JsonWriter_get_DateTimeZoneHandling_m1298912413 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method); // System.DateTime Newtonsoft.Json.Utilities.DateTimeUtils::EnsureDateTime(System.DateTime,Newtonsoft.Json.DateTimeZoneHandling) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTimeUtils_EnsureDateTime_m2677626152 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 ___value0, int32_t ___timeZone1, const RuntimeMethod* method); // System.Void 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.Bson.BsonBinary::.ctor(System.Byte[],Newtonsoft.Json.Bson.BsonBinaryType) extern "C" IL2CPP_METHOD_ATTR void BsonBinary__ctor_m981307087 (BsonBinary_t160198617 * __this, ByteU5BU5D_t4116647657* ___value0, uint8_t ___binaryType1, 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.Byte[] System.Guid::ToByteArray() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* Guid_ToByteArray_m1059098555 (Guid_t * __this, 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.String System.TimeSpan::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* TimeSpan_ToString_m1128692466 (TimeSpan_t881159249 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Uri) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m3636458124 (JsonWriter_t1467272295 * __this, Uri_t100236324 * ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::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.Void Newtonsoft.Json.Bson.BsonRegex::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void BsonRegex__ctor_m4102174036 (BsonRegex_t323777446 * __this, String_t* ___pattern0, String_t* ___options1, const RuntimeMethod* method); // System.Byte[] Newtonsoft.Json.Converters.BinaryConverter::GetByteArray(System.Object) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* BinaryConverter_GetByteArray_m3932615579 (BinaryConverter_t779619639 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Type System.Object::GetType() extern "C" IL2CPP_METHOD_ATTR Type_t * Object_GetType_m88164663 (RuntimeObject * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.TypeExtensions::AssignableToTypeName(System.Type,System.String) extern "C" IL2CPP_METHOD_ATTR bool TypeExtensions_AssignableToTypeName_m361691741 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, String_t* ___fullTypeName1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.BinaryConverter::EnsureReflectionObject(System.Type) extern "C" IL2CPP_METHOD_ATTR void BinaryConverter_EnsureReflectionObject_m4217122254 (BinaryConverter_t779619639 * __this, Type_t * ___t0, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Utilities.ReflectionObject::GetValue(System.Object,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ReflectionObject_GetValue_m2531865869 (ReflectionObject_t701100009 * __this, RuntimeObject * ___target0, String_t* ___member1, const RuntimeMethod* method); // System.Void 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.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.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); // Newtonsoft.Json.Utilities.ReflectionObject Newtonsoft.Json.Utilities.ReflectionObject::Create(System.Type,System.Reflection.MethodBase,System.String[]) extern "C" IL2CPP_METHOD_ATTR ReflectionObject_t701100009 * ReflectionObject_Create_m73781573 (RuntimeObject * __this /* static, unused */, Type_t * ___t0, MethodBase_t * ___creator1, StringU5BU5D_t1281789340* ___memberNames2, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.ReflectionUtils::IsNullable(System.Type) extern "C" IL2CPP_METHOD_ATTR bool ReflectionUtils_IsNullable_m645225420 (RuntimeObject * __this /* static, unused */, Type_t * ___t0, const RuntimeMethod* method); // Newtonsoft.Json.JsonSerializationException Newtonsoft.Json.JsonSerializationException::Create(Newtonsoft.Json.JsonReader,System.String) extern "C" IL2CPP_METHOD_ATTR JsonSerializationException_t4152118729 * JsonSerializationException_Create_m3641289602 (RuntimeObject * __this /* static, unused */, JsonReader_t2369136700 * ___reader0, String_t* ___message1, const RuntimeMethod* method); // System.Byte[] Newtonsoft.Json.Converters.BinaryConverter::ReadByteArray(Newtonsoft.Json.JsonReader) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* BinaryConverter_ReadByteArray_m2221889295 (BinaryConverter_t779619639 * __this, JsonReader_t2369136700 * ___reader0, const RuntimeMethod* method); // System.Byte[] System.Convert::FromBase64String(System.String) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* Convert_FromBase64String_m3685135396 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.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.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); // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Utilities.ReflectionObject::get_Creator() extern "C" IL2CPP_METHOD_ATTR ObjectConstructor_1_t3207922868 * ReflectionObject_get_Creator_m2665801294 (ReflectionObject_t701100009 * __this, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Serialization.ObjectConstructor`1::Invoke(System.Object[]) #define ObjectConstructor_1_Invoke_m3185456453(__this, p0, method) (( RuntimeObject * (*) (ObjectConstructor_1_t3207922868 *, ObjectU5BU5D_t2843939325*, const RuntimeMethod*))ObjectConstructor_1_Invoke_m3185456453_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m115581213(__this, method) (( void (*) (List_1_t2606371118 *, const RuntimeMethod*))List_1__ctor_m115581213_gshared)(__this, 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.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m2253401767(__this, p0, method) (( void (*) (List_1_t2606371118 *, uint8_t, const RuntimeMethod*))List_1_Add_m2253401767_gshared)(__this, p0, method) // !0[] System.Collections.Generic.List`1::ToArray() #define List_1_ToArray_m210634055(__this, method) (( ByteU5BU5D_t4116647657* (*) (List_1_t2606371118 *, const RuntimeMethod*))List_1_ToArray_m210634055_gshared)(__this, method) // System.Void Newtonsoft.Json.JsonConverter::.ctor() extern "C" IL2CPP_METHOD_ATTR void JsonConverter__ctor_m2308226415 (JsonConverter_t1047106545 * __this, const RuntimeMethod* method); // System.Byte[] Newtonsoft.Json.Bson.BsonObjectId::get_Value() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* BsonObjectId_get_Value_m1543259196 (BsonObjectId_t3046626253 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Bson.BsonWriter::WriteObjectId(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void BsonWriter_WriteObjectId_m506627564 (BsonWriter_t3355227794 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Bson.BsonObjectId::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void BsonObjectId__ctor_m1885129763 (BsonObjectId_t3046626253 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method); // System.Object System.Activator::CreateInstance(System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_m3631483688 (RuntimeObject * __this /* static, unused */, Type_t * p0, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Type::GetMethod(System.String) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_m2019726356 (Type_t * __this, String_t* p0, const RuntimeMethod* method); // 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); // 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); // Newtonsoft.Json.JsonReader Newtonsoft.Json.Linq.JToken::CreateReader() extern "C" IL2CPP_METHOD_ATTR JsonReader_t2369136700 * JToken_CreateReader_m3510696721 (JToken_t1038539247 * __this, const RuntimeMethod* method); // System.Object Newtonsoft.Json.JsonSerializer::Deserialize(Newtonsoft.Json.JsonReader,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonSerializer_Deserialize_m2944258957 (JsonSerializer_t1424496335 * __this, JsonReader_t2369136700 * ___reader0, Type_t * ___objectType1, const RuntimeMethod* method); // System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Object[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * MethodBase_Invoke_m1776411915 (MethodBase_t * __this, RuntimeObject * p0, ObjectU5BU5D_t2843939325* p1, const RuntimeMethod* method); // System.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.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.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentCulture() extern "C" IL2CPP_METHOD_ATTR CultureInfo_t4157843068 * CultureInfo_get_CurrentCulture_m1632690660 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Globalization.CultureInfo Newtonsoft.Json.Converters.IsoDateTimeConverter::get_Culture() extern "C" IL2CPP_METHOD_ATTR CultureInfo_t4157843068 * IsoDateTimeConverter_get_Culture_m208253168 (IsoDateTimeConverter_t3020114287 * __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); // System.DateTimeOffset System.DateTimeOffset::ToUniversalTime() extern "C" IL2CPP_METHOD_ATTR DateTimeOffset_t3229287507 DateTimeOffset_ToUniversalTime_m1292281655 (DateTimeOffset_t3229287507 * __this, const RuntimeMethod* 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.Type Newtonsoft.Json.Utilities.ReflectionUtils::GetObjectType(System.Object) extern "C" IL2CPP_METHOD_ATTR Type_t * ReflectionUtils_GetObjectType_m3621750212 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___v0, const RuntimeMethod* method); // System.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.DateTime System.DateTimeOffset::get_DateTime() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTimeOffset_get_DateTime_m620985777 (DateTimeOffset_t3229287507 * __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.DateTimeOffset System.DateTimeOffset::ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles) extern "C" IL2CPP_METHOD_ATTR DateTimeOffset_t3229287507 DateTimeOffset_ParseExact_m1962583889 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, RuntimeObject* p2, int32_t p3, const RuntimeMethod* method); // System.DateTimeOffset System.DateTimeOffset::Parse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles) extern "C" IL2CPP_METHOD_ATTR DateTimeOffset_t3229287507 DateTimeOffset_Parse_m2798053725 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject* p1, int32_t p2, const RuntimeMethod* method); // System.DateTime System.DateTime::ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_ParseExact_m2711902273 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, RuntimeObject* p2, int32_t p3, const RuntimeMethod* method); // System.DateTime System.DateTime::Parse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_Parse_m1070804416 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject* p1, int32_t p2, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.DateTimeConverterBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void DateTimeConverterBase__ctor_m3356153861 (DateTimeConverterBase_t4233217353 * __this, const RuntimeMethod* method); // System.Int64 Newtonsoft.Json.Utilities.DateTimeUtils::ConvertDateTimeToJavaScriptTicks(System.DateTime) extern "C" IL2CPP_METHOD_ATTR int64_t DateTimeUtils_ConvertDateTimeToJavaScriptTicks_m4215710814 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 ___dateTime0, 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.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); // TValue Newtonsoft.Json.Utilities.ThreadSafeStore`2::Get(TKey) #define ThreadSafeStore_2_Get_m4156950888(__this, p0, method) (( ReflectionObject_t701100009 * (*) (ThreadSafeStore_2_t4079379169 *, Type_t *, const RuntimeMethod*))ThreadSafeStore_2_Get_m3495790489_gshared)(__this, p0, method) // 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); // System.Type Newtonsoft.Json.Utilities.ReflectionObject::GetType(System.String) extern "C" IL2CPP_METHOD_ATTR Type_t * ReflectionObject_GetType_m2200262811 (ReflectionObject_t701100009 * __this, String_t* ___member0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonSerializer::Serialize(Newtonsoft.Json.JsonWriter,System.Object,System.Type) extern "C" IL2CPP_METHOD_ATTR void JsonSerializer_Serialize_m474640873 (JsonSerializer_t1424496335 * __this, JsonWriter_t1467272295 * ___jsonWriter0, RuntimeObject * ___value1, Type_t * ___objectType2, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonReader::ReadAndAssert() extern "C" IL2CPP_METHOD_ATTR void JsonReader_ReadAndAssert_m598255277 (JsonReader_t2369136700 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonReader::Skip() extern "C" IL2CPP_METHOD_ATTR void JsonReader_Skip_m763208338 (JsonReader_t2369136700 * __this, 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.Void System.Func`2::.ctor(System.Object,System.IntPtr) #define Func_2__ctor_m112979133(__this, p0, p1, method) (( void (*) (Func_2_t1165064999 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m406556452_gshared)(__this, p0, p1, method) // System.Void Newtonsoft.Json.Utilities.ThreadSafeStore`2::.ctor(System.Func`2) #define ThreadSafeStore_2__ctor_m2178085957(__this, p0, method) (( void (*) (ThreadSafeStore_2_t4079379169 *, Func_2_t1165064999 *, const RuntimeMethod*))ThreadSafeStore_2__ctor_m3312637891_gshared)(__this, p0, method) // System.Void Newtonsoft.Json.Converters.RegexConverter::WriteBson(Newtonsoft.Json.Bson.BsonWriter,System.Text.RegularExpressions.Regex) extern "C" IL2CPP_METHOD_ATTR void RegexConverter_WriteBson_m1318235631 (RegexConverter_t2517515405 * __this, BsonWriter_t3355227794 * ___writer0, Regex_t3657309853 * ___regex1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.RegexConverter::WriteJson(Newtonsoft.Json.JsonWriter,System.Text.RegularExpressions.Regex,Newtonsoft.Json.JsonSerializer) extern "C" IL2CPP_METHOD_ATTR void RegexConverter_WriteJson_m1964472623 (RegexConverter_t2517515405 * __this, JsonWriter_t1467272295 * ___writer0, Regex_t3657309853 * ___regex1, JsonSerializer_t1424496335 * ___serializer2, const RuntimeMethod* method); // System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.Regex::get_Options() extern "C" IL2CPP_METHOD_ATTR int32_t Regex_get_Options_m3142641900 (Regex_t3657309853 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Converters.RegexConverter::HasFlag(System.Text.RegularExpressions.RegexOptions,System.Text.RegularExpressions.RegexOptions) extern "C" IL2CPP_METHOD_ATTR bool RegexConverter_HasFlag_m1559073872 (RegexConverter_t2517515405 * __this, int32_t ___options0, int32_t ___flag1, 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.Bson.BsonWriter::WriteRegex(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void BsonWriter_WriteRegex_m819102871 (BsonWriter_t3355227794 * __this, String_t* ___pattern0, String_t* ___options1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonSerializer::Serialize(Newtonsoft.Json.JsonWriter,System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonSerializer_Serialize_m1889459899 (JsonSerializer_t1424496335 * __this, JsonWriter_t1467272295 * ___jsonWriter0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Text.RegularExpressions.Regex Newtonsoft.Json.Converters.RegexConverter::ReadRegexObject(Newtonsoft.Json.JsonReader,Newtonsoft.Json.JsonSerializer) extern "C" IL2CPP_METHOD_ATTR Regex_t3657309853 * RegexConverter_ReadRegexObject_m3971584731 (RegexConverter_t2517515405 * __this, JsonReader_t2369136700 * ___reader0, JsonSerializer_t1424496335 * ___serializer1, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Converters.RegexConverter::ReadRegexString(Newtonsoft.Json.JsonReader) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * RegexConverter_ReadRegexString_m1182758248 (RegexConverter_t2517515405 * __this, JsonReader_t2369136700 * ___reader0, const RuntimeMethod* method); // System.Int32 System.String::LastIndexOf(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m3451222878 (String_t* __this, Il2CppChar p0, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m1610150815 (String_t* __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m2848979100 (String_t* __this, int32_t p0, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m2986988803 (String_t* __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Regex::.ctor(System.String,System.Text.RegularExpressions.RegexOptions) extern "C" IL2CPP_METHOD_ATTR void Regex__ctor_m1728442805 (Regex_t3657309853 * __this, String_t* p0, int32_t p1, const RuntimeMethod* method); // T Newtonsoft.Json.JsonSerializer::Deserialize(Newtonsoft.Json.JsonReader) #define JsonSerializer_Deserialize_TisRegexOptions_t92845595_m174991243(__this, ___reader0, method) (( int32_t (*) (JsonSerializer_t1424496335 *, JsonReader_t2369136700 *, const RuntimeMethod*))JsonSerializer_Deserialize_TisRegexOptions_t92845595_m174991243_gshared)(__this, ___reader0, method) // System.Void System.Nullable`1::.ctor(!0) #define Nullable_1__ctor_m226679314(__this, p0, method) (( void (*) (Nullable_1_t1815407677 *, int32_t, const RuntimeMethod*))Nullable_1__ctor_m226679314_gshared)(__this, p0, method) // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m2920168947(__this, method) (( bool (*) (Nullable_1_t1815407677 *, const RuntimeMethod*))Nullable_1_get_HasValue_m2920168947_gshared)(__this, method) // !0 System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m2800676062(__this, method) (( int32_t (*) (Nullable_1_t1815407677 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m2800676062_gshared)(__this, method) // System.Void Newtonsoft.Json.Converters.StringEnumConverter::set_AllowIntegerValues(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void StringEnumConverter_set_AllowIntegerValues_m401173727 (StringEnumConverter_t3708940030 * __this, bool ___value0, const RuntimeMethod* method); // System.String System.Enum::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Enum_ToString_m2477889358 (RuntimeObject * __this, String_t* p0, const RuntimeMethod* method); // System.Boolean System.Char::IsNumber(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsNumber_m2445552278 (RuntimeObject * __this /* static, unused */, Il2CppChar p0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Converters.StringEnumConverter::get_CamelCaseText() extern "C" IL2CPP_METHOD_ATTR bool StringEnumConverter_get_CamelCaseText_m3066307386 (StringEnumConverter_t3708940030 * __this, const RuntimeMethod* method); // System.String Newtonsoft.Json.Utilities.EnumUtils::ToEnumName(System.Type,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* EnumUtils_ToEnumName_m1516462206 (RuntimeObject * __this /* static, unused */, Type_t * ___enumType0, String_t* ___enumText1, bool ___camelCaseText2, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Utilities.EnumUtils::ParseEnumName(System.String,System.Boolean,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * EnumUtils_ParseEnumName_m172858425 (RuntimeObject * __this /* static, unused */, String_t* ___enumText0, bool ___isNullable1, Type_t * ___t2, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Converters.StringEnumConverter::get_AllowIntegerValues() extern "C" IL2CPP_METHOD_ATTR bool StringEnumConverter_get_AllowIntegerValues_m3640091271 (StringEnumConverter_t3708940030 * __this, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Utilities.ConvertUtils::ConvertOrCast(System.Object,System.Globalization.CultureInfo,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ConvertUtils_ConvertOrCast_m66164726 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___initialValue0, CultureInfo_t4157843068 * ___culture1, Type_t * ___targetType2, const RuntimeMethod* method); // System.String Newtonsoft.Json.Utilities.MiscellaneousUtils::FormatValueForPrint(System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* MiscellaneousUtils_FormatValueForPrint_m2505289556 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, const RuntimeMethod* method); // Newtonsoft.Json.JsonSerializationException Newtonsoft.Json.JsonSerializationException::Create(Newtonsoft.Json.JsonReader,System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR JsonSerializationException_t4152118729 * JsonSerializationException_Create_m282508658 (RuntimeObject * __this /* static, unused */, JsonReader_t2369136700 * ___reader0, String_t* ___message1, Exception_t * ___ex2, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.TypeExtensions::IsEnum(System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeExtensions_IsEnum_m286495740 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.VectorConverter::set_EnableVector2(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void VectorConverter_set_EnableVector2_m3079846007 (VectorConverter_t1294738057 * __this, bool ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.VectorConverter::set_EnableVector3(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void VectorConverter_set_EnableVector3_m3074336972 (VectorConverter_t1294738057 * __this, bool ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.VectorConverter::set_EnableVector4(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void VectorConverter_set_EnableVector4_m3077892621 (VectorConverter_t1294738057 * __this, bool ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.VectorConverter::WriteVector(Newtonsoft.Json.JsonWriter,System.Single,System.Single,System.Nullable`1,System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR void VectorConverter_WriteVector_m2195133494 (RuntimeObject * __this /* static, unused */, JsonWriter_t1467272295 * ___writer0, float ___x1, float ___y2, Nullable_1_t3119828856 ___z3, Nullable_1_t3119828856 ___w4, const RuntimeMethod* 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.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::get_Value() #define Nullable_1_get_Value_m2309635241(__this, method) (( float (*) (Nullable_1_t3119828856 *, const RuntimeMethod*))Nullable_1_get_Value_m2309635241_gshared)(__this, method) // UnityEngine.Vector2 Newtonsoft.Json.Converters.VectorConverter::PopulateVector2(Newtonsoft.Json.JsonReader) extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 VectorConverter_PopulateVector2_m2076034475 (RuntimeObject * __this /* static, unused */, JsonReader_t2369136700 * ___reader0, const RuntimeMethod* method); // UnityEngine.Vector3 Newtonsoft.Json.Converters.VectorConverter::PopulateVector3(Newtonsoft.Json.JsonReader) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 VectorConverter_PopulateVector3_m629709380 (RuntimeObject * __this /* static, unused */, JsonReader_t2369136700 * ___reader0, const RuntimeMethod* method); // UnityEngine.Vector4 Newtonsoft.Json.Converters.VectorConverter::PopulateVector4(Newtonsoft.Json.JsonReader) extern "C" IL2CPP_METHOD_ATTR Vector4_t3319028937 VectorConverter_PopulateVector4_m3161385160 (RuntimeObject * __this /* static, unused */, JsonReader_t2369136700 * ___reader0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Converters.VectorConverter::get_EnableVector2() extern "C" IL2CPP_METHOD_ATTR bool VectorConverter_get_EnableVector2_m418188885 (VectorConverter_t1294738057 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Converters.VectorConverter::get_EnableVector3() extern "C" IL2CPP_METHOD_ATTR bool VectorConverter_get_EnableVector3_m2374504021 (VectorConverter_t1294738057 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Converters.VectorConverter::get_EnableVector4() extern "C" IL2CPP_METHOD_ATTR bool VectorConverter_get_EnableVector4_m3566145109 (VectorConverter_t1294738057 * __this, const RuntimeMethod* method); // 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); // 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); // U Newtonsoft.Json.Linq.Extensions::Value(System.Collections.Generic.IEnumerable`1) #define Extensions_Value_TisSingle_t1397266774_m3867180525(__this /* static, unused */, ___value0, method) (( float (*) (RuntimeObject * /* static, unused */, RuntimeObject*, const RuntimeMethod*))Extensions_Value_TisSingle_t1397266774_m3867180525_gshared)(__this /* static, unused */, ___value0, method) // System.Void System.Version::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Version__ctor_m1394137037 (Version_t3456873960 * __this, String_t* p0, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Converters.XObjectWrapper::get_WrappedNode() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XObjectWrapper_get_WrappedNode_m985421171 (XObjectWrapper_t2266598274 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XObjectWrapper::.ctor(System.Xml.Linq.XObject) extern "C" IL2CPP_METHOD_ATTR void XObjectWrapper__ctor_m2345886768 (XObjectWrapper_t2266598274 * __this, XObject_t1119084474 * ___xmlObject0, const RuntimeMethod* method); // System.Xml.Linq.XAttribute Newtonsoft.Json.Converters.XAttributeWrapper::get_Attribute() extern "C" IL2CPP_METHOD_ATTR XAttribute_t355876829 * XAttributeWrapper_get_Attribute_m2213555356 (XAttributeWrapper_t1656890028 * __this, const RuntimeMethod* method); // System.String System.Xml.Linq.XAttribute::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* XAttribute_get_Value_m822045865 (XAttribute_t355876829 * __this, const RuntimeMethod* method); // System.Xml.Linq.XName System.Xml.Linq.XAttribute::get_Name() extern "C" IL2CPP_METHOD_ATTR XName_t3751455998 * XAttribute_get_Name_m2178653462 (XAttribute_t355876829 * __this, const RuntimeMethod* method); // System.String System.Xml.Linq.XName::get_LocalName() extern "C" IL2CPP_METHOD_ATTR String_t* XName_get_LocalName_m2163884361 (XName_t3751455998 * __this, const RuntimeMethod* method); // System.String System.Xml.Linq.XName::get_NamespaceName() extern "C" IL2CPP_METHOD_ATTR String_t* XName_get_NamespaceName_m1113219825 (XName_t3751455998 * __this, const RuntimeMethod* method); // System.Xml.Linq.XElement System.Xml.Linq.XObject::get_Parent() extern "C" IL2CPP_METHOD_ATTR XElement_t4185968754 * XObject_get_Parent_m1531964362 (XObject_t1119084474 * __this, const RuntimeMethod* method); // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XContainerWrapper::WrapNode(System.Xml.Linq.XObject) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XContainerWrapper_WrapNode_m3434103590 (RuntimeObject * __this /* static, unused */, XObject_t1119084474 * ___node0, const RuntimeMethod* method); // System.Xml.Linq.XComment Newtonsoft.Json.Converters.XCommentWrapper::get_Text() extern "C" IL2CPP_METHOD_ATTR XComment_t1832251191 * XCommentWrapper_get_Text_m3879058151 (XCommentWrapper_t3809443387 * __this, const RuntimeMethod* method); // System.String System.Xml.Linq.XComment::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* XComment_get_Value_m2341089205 (XComment_t1832251191 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m152997166(__this, method) (( void (*) (List_1_t2041514553 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Xml.Linq.XContainer Newtonsoft.Json.Converters.XContainerWrapper::get_Container() extern "C" IL2CPP_METHOD_ATTR XContainer_t3387731002 * XContainerWrapper_get_Container_m4005399907 (XContainerWrapper_t1262744989 * __this, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 System.Xml.Linq.XContainer::Nodes() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XContainer_Nodes_m2555830513 (XContainer_t3387731002 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m1899444340(__this, p0, method) (( void (*) (List_1_t2041514553 *, RuntimeObject*, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void Newtonsoft.Json.Converters.XDocumentWrapper::.ctor(System.Xml.Linq.XDocument) extern "C" IL2CPP_METHOD_ATTR void XDocumentWrapper__ctor_m3620377898 (XDocumentWrapper_t2289369211 * __this, XDocument_t1376419702 * ___document0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XElementWrapper::.ctor(System.Xml.Linq.XElement) extern "C" IL2CPP_METHOD_ATTR void XElementWrapper__ctor_m3346706945 (XElementWrapper_t2633871282 * __this, XElement_t4185968754 * ___element0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XContainerWrapper::.ctor(System.Xml.Linq.XContainer) extern "C" IL2CPP_METHOD_ATTR void XContainerWrapper__ctor_m3959568421 (XContainerWrapper_t1262744989 * __this, XContainer_t3387731002 * ___container0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XProcessingInstructionWrapper::.ctor(System.Xml.Linq.XProcessingInstruction) extern "C" IL2CPP_METHOD_ATTR void XProcessingInstructionWrapper__ctor_m1335185543 (XProcessingInstructionWrapper_t4108965662 * __this, XProcessingInstruction_t2943691487 * ___processingInstruction0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XTextWrapper::.ctor(System.Xml.Linq.XText) extern "C" IL2CPP_METHOD_ATTR void XTextWrapper__ctor_m2771181243 (XTextWrapper_t1757148629 * __this, XText_t1448860321 * ___text0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XCommentWrapper::.ctor(System.Xml.Linq.XComment) extern "C" IL2CPP_METHOD_ATTR void XCommentWrapper__ctor_m3873504803 (XCommentWrapper_t3809443387 * __this, XComment_t1832251191 * ___text0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XAttributeWrapper::.ctor(System.Xml.Linq.XAttribute) extern "C" IL2CPP_METHOD_ATTR void XAttributeWrapper__ctor_m4203845290 (XAttributeWrapper_t1656890028 * __this, XAttribute_t355876829 * ___attribute0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XDocumentTypeWrapper::.ctor(System.Xml.Linq.XDocumentType) extern "C" IL2CPP_METHOD_ATTR void XDocumentTypeWrapper__ctor_m1901095668 (XDocumentTypeWrapper_t2526962505 * __this, XDocumentType_t1853592271 * ___documentType0, const RuntimeMethod* method); // System.Void System.Xml.Linq.XContainer::Add(System.Object) extern "C" IL2CPP_METHOD_ATTR void XContainer_Add_m3329748841 (XContainer_t3387731002 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XDeclarationWrapper::set_Declaration(System.Xml.Linq.XDeclaration) extern "C" IL2CPP_METHOD_ATTR void XDeclarationWrapper_set_Declaration_m825827382 (XDeclarationWrapper_t1986085046 * __this, XDeclaration_t2907650823 * ___value0, const RuntimeMethod* method); // System.Xml.Linq.XDeclaration Newtonsoft.Json.Converters.XDeclarationWrapper::get_Declaration() extern "C" IL2CPP_METHOD_ATTR XDeclaration_t2907650823 * XDeclarationWrapper_get_Declaration_m2826544781 (XDeclarationWrapper_t1986085046 * __this, const RuntimeMethod* method); // System.String System.Xml.Linq.XDeclaration::get_Version() extern "C" IL2CPP_METHOD_ATTR String_t* XDeclaration_get_Version_m3841412136 (XDeclaration_t2907650823 * __this, const RuntimeMethod* method); // System.String System.Xml.Linq.XDeclaration::get_Encoding() extern "C" IL2CPP_METHOD_ATTR String_t* XDeclaration_get_Encoding_m1349017164 (XDeclaration_t2907650823 * __this, const RuntimeMethod* method); // System.String System.Xml.Linq.XDeclaration::get_Standalone() extern "C" IL2CPP_METHOD_ATTR String_t* XDeclaration_get_Standalone_m2365902379 (XDeclaration_t2907650823 * __this, const RuntimeMethod* method); // System.String System.Xml.Linq.XDocumentType::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XDocumentType_get_Name_m790980377 (XDocumentType_t1853592271 * __this, const RuntimeMethod* method); // System.String System.Xml.Linq.XDocumentType::get_SystemId() extern "C" IL2CPP_METHOD_ATTR String_t* XDocumentType_get_SystemId_m3234814655 (XDocumentType_t1853592271 * __this, const RuntimeMethod* method); // System.String System.Xml.Linq.XDocumentType::get_PublicId() extern "C" IL2CPP_METHOD_ATTR String_t* XDocumentType_get_PublicId_m2737470277 (XDocumentType_t1853592271 * __this, const RuntimeMethod* method); // System.String System.Xml.Linq.XDocumentType::get_InternalSubset() extern "C" IL2CPP_METHOD_ATTR String_t* XDocumentType_get_InternalSubset_m3319583102 (XDocumentType_t1853592271 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1 Newtonsoft.Json.Converters.XContainerWrapper::get_ChildNodes() extern "C" IL2CPP_METHOD_ATTR List_1_t2041514553 * XContainerWrapper_get_ChildNodes_m2932803813 (XContainerWrapper_t1262744989 * __this, const RuntimeMethod* method); // System.Xml.Linq.XDocument Newtonsoft.Json.Converters.XDocumentWrapper::get_Document() extern "C" IL2CPP_METHOD_ATTR XDocument_t1376419702 * XDocumentWrapper_get_Document_m2982943743 (XDocumentWrapper_t2289369211 * __this, const RuntimeMethod* method); // System.Xml.Linq.XDeclaration System.Xml.Linq.XDocument::get_Declaration() extern "C" IL2CPP_METHOD_ATTR XDeclaration_t2907650823 * XDocument_get_Declaration_m925992014 (XDocument_t1376419702 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m2172665450(__this, p0, method) (( RuntimeObject* (*) (List_1_t2041514553 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Void Newtonsoft.Json.Converters.XDeclarationWrapper::.ctor(System.Xml.Linq.XDeclaration) extern "C" IL2CPP_METHOD_ATTR void XDeclarationWrapper__ctor_m3387893676 (XDeclarationWrapper_t1986085046 * __this, XDeclaration_t2907650823 * ___declaration0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Insert(System.Int32,!0) #define List_1_Insert_m1455732304(__this, p0, p1, method) (( void (*) (List_1_t2041514553 *, int32_t, RuntimeObject*, const RuntimeMethod*))List_1_Insert_m3748206754_gshared)(__this, p0, p1, method) // System.Void System.Xml.Linq.XComment::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void XComment__ctor_m2613070977 (XComment_t1832251191 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Xml.Linq.XText::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void XText__ctor_m2401333842 (XText_t1448860321 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Xml.Linq.XCData::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void XCData__ctor_m2121219684 (XCData_t832623270 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Xml.Linq.XDeclaration::.ctor(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XDeclaration__ctor_m3920275799 (XDeclaration_t2907650823 * __this, String_t* p0, String_t* p1, String_t* p2, const RuntimeMethod* method); // System.Void System.Xml.Linq.XDocumentType::.ctor(System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XDocumentType__ctor_m4247116401 (XDocumentType_t1853592271 * __this, String_t* p0, String_t* p1, String_t* p2, String_t* p3, const RuntimeMethod* method); // System.Void System.Xml.Linq.XProcessingInstruction::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XProcessingInstruction__ctor_m3301977354 (XProcessingInstruction_t2943691487 * __this, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Xml.Linq.XName System.Xml.Linq.XName::op_Implicit(System.String) extern "C" IL2CPP_METHOD_ATTR XName_t3751455998 * XName_op_Implicit_m4126397159 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void System.Xml.Linq.XElement::.ctor(System.Xml.Linq.XName) extern "C" IL2CPP_METHOD_ATTR void XElement__ctor_m643760410 (XElement_t4185968754 * __this, XName_t3751455998 * p0, const RuntimeMethod* method); // System.String Newtonsoft.Json.Utilities.MiscellaneousUtils::GetLocalName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* MiscellaneousUtils_GetLocalName_m3921824933 (RuntimeObject * __this /* static, unused */, String_t* ___qualifiedName0, const RuntimeMethod* method); // System.Xml.Linq.XName System.Xml.Linq.XName::Get(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR XName_t3751455998 * XName_Get_m1748475756 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void System.Xml.Linq.XAttribute::.ctor(System.Xml.Linq.XName,System.Object) extern "C" IL2CPP_METHOD_ATTR void XAttribute__ctor_m2609633652 (XAttribute_t355876829 * __this, XName_t3751455998 * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Xml.Linq.XElement System.Xml.Linq.XDocument::get_Root() extern "C" IL2CPP_METHOD_ATTR XElement_t4185968754 * XDocument_get_Root_m2125125051 (XDocument_t1376419702 * __this, const RuntimeMethod* method); // System.Void System.Xml.Linq.XDocument::set_Declaration(System.Xml.Linq.XDeclaration) extern "C" IL2CPP_METHOD_ATTR void XDocument_set_Declaration_m1583407267 (XDocument_t1376419702 * __this, XDeclaration_t2907650823 * p0, const RuntimeMethod* method); // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XContainerWrapper::AppendChild(Newtonsoft.Json.Converters.IXmlNode) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XContainerWrapper_AppendChild_m2603147348 (XContainerWrapper_t1262744989 * __this, RuntimeObject* ___newChild0, const RuntimeMethod* method); // System.Xml.Linq.XElement Newtonsoft.Json.Converters.XElementWrapper::get_Element() extern "C" IL2CPP_METHOD_ATTR XElement_t4185968754 * XElementWrapper_get_Element_m1754124270 (XElementWrapper_t2633871282 * __this, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 System.Xml.Linq.XElement::Attributes() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XElement_Attributes_m3055649957 (XElement_t4185968754 * __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.String Newtonsoft.Json.Converters.XElementWrapper::GetPrefixOfNamespace(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XElementWrapper_GetPrefixOfNamespace_m2446430209 (XElementWrapper_t2633871282 * __this, String_t* ___namespaceUri0, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() #define List_1_GetEnumerator_m129741229(__this, method) (( Enumerator_t3930758430 (*) (List_1_t2041514553 *, const RuntimeMethod*))List_1_GetEnumerator_m2930774921_gshared)(__this, method) // !0 System.Collections.Generic.List`1/Enumerator::get_Current() #define Enumerator_get_Current_m3639170672(__this, method) (( RuntimeObject* (*) (Enumerator_t3930758430 *, const RuntimeMethod*))Enumerator_get_Current_m470245444_gshared)(__this, 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.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() #define Enumerator_MoveNext_m2036347884(__this, method) (( bool (*) (Enumerator_t3930758430 *, const RuntimeMethod*))Enumerator_MoveNext_m2142368520_gshared)(__this, method) // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() #define Enumerator_Dispose_m3806345029(__this, method) (( void (*) (Enumerator_t3930758430 *, const RuntimeMethod*))Enumerator_Dispose_m3007748546_gshared)(__this, method) // System.String System.Xml.Linq.XElement::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* XElement_get_Value_m2366324488 (XElement_t4185968754 * __this, const RuntimeMethod* method); // System.Xml.Linq.XName System.Xml.Linq.XElement::get_Name() extern "C" IL2CPP_METHOD_ATTR XName_t3751455998 * XElement_get_Name_m619912033 (XElement_t4185968754 * __this, const RuntimeMethod* method); // System.Xml.Linq.XNamespace System.Xml.Linq.XNamespace::op_Implicit(System.String) extern "C" IL2CPP_METHOD_ATTR XNamespace_t1843508170 * XNamespace_op_Implicit_m1109018013 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.String System.Xml.Linq.XElement::GetPrefixOfNamespace(System.Xml.Linq.XNamespace) extern "C" IL2CPP_METHOD_ATTR String_t* XElement_GetPrefixOfNamespace_m2885939482 (XElement_t4185968754 * __this, XNamespace_t1843508170 * p0, const RuntimeMethod* method); // System.Boolean System.Xml.Linq.XElement::get_IsEmpty() extern "C" IL2CPP_METHOD_ATTR bool XElement_get_IsEmpty_m2647420198 (XElement_t4185968754 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XmlNodeWrapper::.ctor(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void XmlNodeWrapper__ctor_m4013517294 (XmlNodeWrapper_t3016097339 * __this, XmlNode_t3767805227 * ___node0, const RuntimeMethod* method); // System.String System.Xml.XmlDeclaration::get_Version() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Version_m979887410 (XmlDeclaration_t679870411 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlDeclaration::get_Encoding() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Encoding_m3427069320 (XmlDeclaration_t679870411 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlDeclaration::get_Standalone() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Standalone_m967408221 (XmlDeclaration_t679870411 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlDocumentType::get_SystemId() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_SystemId_m3515778358 (XmlDocumentType_t4112370061 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlDocumentType::get_PublicId() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_PublicId_m3571984252 (XmlDocumentType_t4112370061 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlDocumentType::get_InternalSubset() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_InternalSubset_m105575790 (XmlDocumentType_t4112370061 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XmlDeclarationWrapper::.ctor(System.Xml.XmlDeclaration) extern "C" IL2CPP_METHOD_ATTR void XmlDeclarationWrapper__ctor_m168285296 (XmlDeclarationWrapper_t2867104133 * __this, XmlDeclaration_t679870411 * ___declaration0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XmlDocumentTypeWrapper::.ctor(System.Xml.XmlDocumentType) extern "C" IL2CPP_METHOD_ATTR void XmlDocumentTypeWrapper__ctor_m1410421264 (XmlDocumentTypeWrapper_t2345418247 * __this, XmlDocumentType_t4112370061 * ___documentType0, const RuntimeMethod* method); // System.Xml.XmlElement System.Xml.XmlDocument::CreateElement(System.String) extern "C" IL2CPP_METHOD_ATTR XmlElement_t561603118 * XmlDocument_CreateElement_m2961417808 (XmlDocument_t2837193595 * __this, String_t* p0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XmlElementWrapper::.ctor(System.Xml.XmlElement) extern "C" IL2CPP_METHOD_ATTR void XmlElementWrapper__ctor_m3665337964 (XmlElementWrapper_t3185492177 * __this, XmlElement_t561603118 * ___element0, const RuntimeMethod* method); // System.Xml.XmlElement System.Xml.XmlDocument::CreateElement(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR XmlElement_t561603118 * XmlDocument_CreateElement_m300463600 (XmlDocument_t2837193595 * __this, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Xml.XmlAttribute System.Xml.XmlDocument::CreateAttribute(System.String) extern "C" IL2CPP_METHOD_ATTR XmlAttribute_t1173852259 * XmlDocument_CreateAttribute_m125953371 (XmlDocument_t2837193595 * __this, String_t* p0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XmlNodeWrapper::set_Value(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlNodeWrapper_set_Value_m3003534877 (XmlNodeWrapper_t3016097339 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Xml.XmlAttribute System.Xml.XmlDocument::CreateAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR XmlAttribute_t1173852259 * XmlDocument_CreateAttribute_m695080770 (XmlDocument_t2837193595 * __this, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Xml.XmlElement System.Xml.XmlDocument::get_DocumentElement() extern "C" IL2CPP_METHOD_ATTR XmlElement_t561603118 * XmlDocument_get_DocumentElement_m3009993148 (XmlDocument_t2837193595 * __this, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Converters.XmlNodeWrapper::get_WrappedNode() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlNodeWrapper_get_WrappedNode_m2834660679 (XmlNodeWrapper_t3016097339 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlElement::get_IsEmpty() extern "C" IL2CPP_METHOD_ATTR bool XmlElement_get_IsEmpty_m1188605046 (XmlElement_t561603118 * __this, const RuntimeMethod* method); // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XmlNodeConverter::WrapXml(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlNodeConverter_WrapXml_m3125834721 (XmlNodeConverter_t181348760 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Void System.Xml.NameTable::.ctor() extern "C" IL2CPP_METHOD_ATTR void NameTable__ctor_m874080766 (NameTable_t3178203267 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlNamespaceManager::.ctor(System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR void XmlNamespaceManager__ctor_m3238790559 (XmlNamespaceManager_t418790500 * __this, XmlNameTable_t71772148 * p0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::PushParentNamespaces(Newtonsoft.Json.Converters.IXmlNode,System.Xml.XmlNamespaceManager) extern "C" IL2CPP_METHOD_ATTR void XmlNodeConverter_PushParentNamespaces_m3595970126 (XmlNodeConverter_t181348760 * __this, RuntimeObject* ___node0, XmlNamespaceManager_t418790500 * ___manager1, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Converters.XmlNodeConverter::get_OmitRootObject() extern "C" IL2CPP_METHOD_ATTR bool XmlNodeConverter_get_OmitRootObject_m1973264361 (XmlNodeConverter_t181348760 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::SerializeNode(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.Converters.IXmlNode,System.Xml.XmlNamespaceManager,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlNodeConverter_SerializeNode_m582190384 (XmlNodeConverter_t181348760 * __this, JsonWriter_t1467272295 * ___writer0, RuntimeObject* ___node1, XmlNamespaceManager_t418790500 * ___manager2, bool ___writePropertyName3, const RuntimeMethod* method); // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XmlNodeWrapper::WrapNode(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlNodeWrapper_WrapNode_m1557801260 (RuntimeObject * __this /* static, unused */, XmlNode_t3767805227 * ___node0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Reverse() #define List_1_Reverse_m3807049761(__this, method) (( void (*) (List_1_t2041514553 *, const RuntimeMethod*))List_1_Reverse_m3108420294_gshared)(__this, method) // System.String System.Xml.XmlConvert::DecodeName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_DecodeName_m2953738773 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m3755062657 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, String_t* p2, const RuntimeMethod* method); // System.String Newtonsoft.Json.Converters.XmlNodeConverter::ResolveFullName(Newtonsoft.Json.Converters.IXmlNode,System.Xml.XmlNamespaceManager) extern "C" IL2CPP_METHOD_ATTR String_t* XmlNodeConverter_ResolveFullName_m2660318509 (XmlNodeConverter_t181348760 * __this, RuntimeObject* ___node0, XmlNamespaceManager_t418790500 * ___manager1, const RuntimeMethod* method); // System.Boolean System.Xml.XmlConvert::ToBoolean(System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlConvert_ToBoolean_m3792671347 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2>::.ctor() #define Dictionary_2__ctor_m2571795769(__this, method) (( void (*) (Dictionary_2_t1826770852 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.String Newtonsoft.Json.Converters.XmlNodeConverter::GetPropertyName(Newtonsoft.Json.Converters.IXmlNode,System.Xml.XmlNamespaceManager) extern "C" IL2CPP_METHOD_ATTR String_t* XmlNodeConverter_GetPropertyName_m1214423336 (XmlNodeConverter_t181348760 * __this, RuntimeObject* ___node0, XmlNamespaceManager_t418790500 * ___manager1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2>::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m3940440176(__this, p0, p1, method) (( bool (*) (Dictionary_2_t1826770852 *, String_t*, List_1_t2041514553 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3280774074_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.Dictionary`2>::Add(!0,!1) #define Dictionary_2_Add_m4053596506(__this, p0, p1, method) (( void (*) (Dictionary_2_t1826770852 *, String_t*, List_1_t2041514553 *, const RuntimeMethod*))Dictionary_2_Add_m2387223709_gshared)(__this, p0, p1, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m4257429706(__this, method) (( int32_t (*) (List_1_t2041514553 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2>::GetEnumerator() #define Dictionary_2_GetEnumerator_m2458029339(__this, method) (( Enumerator_t3780953627 (*) (Dictionary_2_t1826770852 *, 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_m196951611(__this, method) (( KeyValuePair_2_t4224443019 (*) (Enumerator_t3780953627 *, const RuntimeMethod*))Enumerator_get_Current_m2655181939_gshared)(__this, method) // !1 System.Collections.Generic.KeyValuePair`2>::get_Value() #define KeyValuePair_2_get_Value_m2539728080(__this, method) (( List_1_t2041514553 * (*) (KeyValuePair_2_t4224443019 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m3464904234_gshared)(__this, method) // System.Boolean Newtonsoft.Json.Converters.XmlNodeConverter::IsArray(Newtonsoft.Json.Converters.IXmlNode) extern "C" IL2CPP_METHOD_ATTR bool XmlNodeConverter_IsArray_m2417693447 (XmlNodeConverter_t181348760 * __this, RuntimeObject* ___node0, const RuntimeMethod* method); // !0 System.Collections.Generic.KeyValuePair`2>::get_Key() #define KeyValuePair_2_get_Key_m2454529781(__this, method) (( String_t* (*) (KeyValuePair_2_t4224443019 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m1328507389_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator>::MoveNext() #define Enumerator_MoveNext_m3083319577(__this, method) (( bool (*) (Enumerator_t3780953627 *, const RuntimeMethod*))Enumerator_MoveNext_m1107569389_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2/Enumerator>::Dispose() #define Enumerator_Dispose_m3038922894(__this, method) (( void (*) (Enumerator_t3780953627 *, const RuntimeMethod*))Enumerator_Dispose_m3885012575_gshared)(__this, method) // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::SerializeGroupedNodes(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.Converters.IXmlNode,System.Xml.XmlNamespaceManager,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlNodeConverter_SerializeGroupedNodes_m1549457347 (XmlNodeConverter_t181348760 * __this, JsonWriter_t1467272295 * ___writer0, RuntimeObject* ___node1, XmlNamespaceManager_t418790500 * ___manager2, bool ___writePropertyName3, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Converters.XmlNodeConverter::AllSameName(Newtonsoft.Json.Converters.IXmlNode) extern "C" IL2CPP_METHOD_ATTR bool XmlNodeConverter_AllSameName_m568376781 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___node0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Converters.XmlNodeConverter::ValueAttributes(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR bool XmlNodeConverter_ValueAttributes_m1202864535 (XmlNodeConverter_t181348760 * __this, List_1_t2041514553 * ___c0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.CollectionUtils::IsNullOrEmpty(System.Collections.Generic.ICollection`1) #define CollectionUtils_IsNullOrEmpty_TisIXmlNode_t569439811_m982799948(__this /* static, unused */, ___collection0, method) (( bool (*) (RuntimeObject * /* static, unused */, RuntimeObject*, const RuntimeMethod*))CollectionUtils_IsNullOrEmpty_TisRuntimeObject_m702392015_gshared)(__this /* static, unused */, ___collection0, method) // System.Void System.Xml.Linq.XDocument::.ctor() extern "C" IL2CPP_METHOD_ATTR void XDocument__ctor_m1715976504 (XDocument_t1376419702 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlDocument__ctor_m1447119458 (XmlDocument_t2837193595 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XmlDocumentWrapper::.ctor(System.Xml.XmlDocument) extern "C" IL2CPP_METHOD_ATTR void XmlDocumentWrapper__ctor_m2947308616 (XmlDocumentWrapper_t3575962533 * __this, XmlDocument_t2837193595 * ___document0, const RuntimeMethod* method); // System.String Newtonsoft.Json.Converters.XmlNodeConverter::get_DeserializeRootElementName() extern "C" IL2CPP_METHOD_ATTR String_t* XmlNodeConverter_get_DeserializeRootElementName_m3805242272 (XmlNodeConverter_t181348760 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::ReadElement(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Converters.IXmlDocument,Newtonsoft.Json.Converters.IXmlNode,System.String,System.Xml.XmlNamespaceManager) extern "C" IL2CPP_METHOD_ATTR void XmlNodeConverter_ReadElement_m2270534709 (XmlNodeConverter_t181348760 * __this, JsonReader_t2369136700 * ___reader0, RuntimeObject* ___document1, RuntimeObject* ___currentNode2, String_t* ___propertyName3, XmlNamespaceManager_t418790500 * ___manager4, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::DeserializeNode(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Converters.IXmlDocument,System.Xml.XmlNamespaceManager,Newtonsoft.Json.Converters.IXmlNode) extern "C" IL2CPP_METHOD_ATTR void XmlNodeConverter_DeserializeNode_m3314376157 (XmlNodeConverter_t181348760 * __this, JsonReader_t2369136700 * ___reader0, RuntimeObject* ___document1, XmlNamespaceManager_t418790500 * ___manager2, RuntimeObject* ___currentNode3, const RuntimeMethod* method); // System.Void System.Xml.Linq.XNode::Remove() extern "C" IL2CPP_METHOD_ATTR void XNode_Remove_m1307836180 (XNode_t716131460 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::CreateInstruction(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Converters.IXmlDocument,Newtonsoft.Json.Converters.IXmlNode,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlNodeConverter_CreateInstruction_m4147217300 (XmlNodeConverter_t181348760 * __this, JsonReader_t2369136700 * ___reader0, RuntimeObject* ___document1, RuntimeObject* ___currentNode2, String_t* ___propertyName3, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::CreateDocumentType(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Converters.IXmlDocument,Newtonsoft.Json.Converters.IXmlNode) extern "C" IL2CPP_METHOD_ATTR void XmlNodeConverter_CreateDocumentType_m841061965 (XmlNodeConverter_t181348760 * __this, JsonReader_t2369136700 * ___reader0, RuntimeObject* ___document1, RuntimeObject* ___currentNode2, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::ReadArrayElements(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Converters.IXmlDocument,System.String,Newtonsoft.Json.Converters.IXmlNode,System.Xml.XmlNamespaceManager) extern "C" IL2CPP_METHOD_ATTR void XmlNodeConverter_ReadArrayElements_m478928390 (XmlNodeConverter_t181348760 * __this, JsonReader_t2369136700 * ___reader0, RuntimeObject* ___document1, String_t* ___propertyName2, RuntimeObject* ___currentNode3, XmlNamespaceManager_t418790500 * ___manager4, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2 Newtonsoft.Json.Converters.XmlNodeConverter::ReadAttributeElements(Newtonsoft.Json.JsonReader,System.Xml.XmlNamespaceManager) extern "C" IL2CPP_METHOD_ATTR Dictionary_2_t1632706988 * XmlNodeConverter_ReadAttributeElements_m807238524 (XmlNodeConverter_t181348760 * __this, JsonReader_t2369136700 * ___reader0, XmlNamespaceManager_t418790500 * ___manager1, const RuntimeMethod* method); // System.String Newtonsoft.Json.Utilities.MiscellaneousUtils::GetPrefix(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* MiscellaneousUtils_GetPrefix_m3254256809 (RuntimeObject * __this /* static, unused */, String_t* ___qualifiedName0, 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.Void Newtonsoft.Json.Converters.XmlNodeConverter::AddAttribute(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Converters.IXmlDocument,Newtonsoft.Json.Converters.IXmlNode,System.String,System.Xml.XmlNamespaceManager,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlNodeConverter_AddAttribute_m3737844344 (RuntimeObject * __this /* static, unused */, JsonReader_t2369136700 * ___reader0, RuntimeObject* ___document1, RuntimeObject* ___currentNode2, String_t* ___attributeName3, XmlNamespaceManager_t418790500 * ___manager4, String_t* ___attributePrefix5, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::CreateElement(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Converters.IXmlDocument,Newtonsoft.Json.Converters.IXmlNode,System.String,System.Xml.XmlNamespaceManager,System.String,System.Collections.Generic.Dictionary`2) extern "C" IL2CPP_METHOD_ATTR void XmlNodeConverter_CreateElement_m1970318748 (XmlNodeConverter_t181348760 * __this, JsonReader_t2369136700 * ___reader0, RuntimeObject* ___document1, RuntimeObject* ___currentNode2, String_t* ___elementName3, XmlNamespaceManager_t418790500 * ___manager4, String_t* ___elementPrefix5, Dictionary_2_t1632706988 * ___attributeNameValues6, const RuntimeMethod* method); // Newtonsoft.Json.Converters.IXmlElement Newtonsoft.Json.Converters.XmlNodeConverter::CreateElement(System.String,Newtonsoft.Json.Converters.IXmlDocument,System.String,System.Xml.XmlNamespaceManager) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlNodeConverter_CreateElement_m3875165516 (XmlNodeConverter_t181348760 * __this, String_t* ___elementName0, RuntimeObject* ___document1, String_t* ___elementPrefix2, XmlNamespaceManager_t418790500 * ___manager3, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() #define Dictionary_2_GetEnumerator_m1883005577(__this, method) (( Enumerator_t3586889763 (*) (Dictionary_2_t1632706988 *, 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_m4125185638(__this, method) (( KeyValuePair_2_t4030379155 (*) (Enumerator_t3586889763 *, const RuntimeMethod*))Enumerator_get_Current_m2655181939_gshared)(__this, method) // !0 System.Collections.Generic.KeyValuePair`2::get_Key() #define KeyValuePair_2_get_Key_m3938572407(__this, method) (( String_t* (*) (KeyValuePair_2_t4030379155 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m1328507389_gshared)(__this, method) // System.String System.Xml.XmlConvert::EncodeName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_EncodeName_m3491219899 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // !1 System.Collections.Generic.KeyValuePair`2::get_Value() #define KeyValuePair_2_get_Value_m2642806556(__this, method) (( String_t* (*) (KeyValuePair_2_t4030379155 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m3464904234_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() #define Enumerator_MoveNext_m897800495(__this, method) (( bool (*) (Enumerator_t3586889763 *, const RuntimeMethod*))Enumerator_MoveNext_m1107569389_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() #define Enumerator_Dispose_m2198401511(__this, method) (( void (*) (Enumerator_t3586889763 *, const RuntimeMethod*))Enumerator_Dispose_m3885012575_gshared)(__this, method) // System.String Newtonsoft.Json.Converters.XmlNodeConverter::ConvertTokenToXmlValue(Newtonsoft.Json.JsonReader) extern "C" IL2CPP_METHOD_ATTR String_t* XmlNodeConverter_ConvertTokenToXmlValue_m1215035019 (XmlNodeConverter_t181348760 * __this, JsonReader_t2369136700 * ___reader0, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::ToString(System.Int64) extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m2891307708 (RuntimeObject * __this /* static, unused */, int64_t p0, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::ToString(System.Decimal) extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m732346799 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 p0, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::ToString(System.Single) extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m934314535 (RuntimeObject * __this /* static, unused */, float p0, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::ToString(System.Double) extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m2027917565 (RuntimeObject * __this /* static, unused */, double p0, 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.String System.Xml.XmlConvert::ToString(System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m142518199 (RuntimeObject * __this /* static, unused */, bool p0, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::ToString(System.DateTimeOffset) extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m158558848 (RuntimeObject * __this /* static, unused */, DateTimeOffset_t3229287507 p0, 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.DateTimeKind System.DateTime::get_Kind() extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_get_Kind_m2154871796 (DateTime_t3738529785 * __this, const RuntimeMethod* method); // System.Xml.XmlDateTimeSerializationMode Newtonsoft.Json.Utilities.DateTimeUtils::ToSerializationMode(System.DateTimeKind) extern "C" IL2CPP_METHOD_ATTR int32_t DateTimeUtils_ToSerializationMode_m2887824490 (RuntimeObject * __this /* static, unused */, int32_t ___kind0, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::ToString(System.DateTime,System.Xml.XmlDateTimeSerializationMode) extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m1019655946 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 p0, int32_t p1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::DeserializeValue(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Converters.IXmlDocument,System.Xml.XmlNamespaceManager,System.String,Newtonsoft.Json.Converters.IXmlNode) extern "C" IL2CPP_METHOD_ATTR void XmlNodeConverter_DeserializeValue_m967285990 (XmlNodeConverter_t181348760 * __this, JsonReader_t2369136700 * ___reader0, RuntimeObject* ___document1, XmlNamespaceManager_t418790500 * ___manager2, String_t* ___propertyName3, RuntimeObject* ___currentNode4, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Converters.XmlNodeConverter::get_WriteArrayAttribute() extern "C" IL2CPP_METHOD_ATTR bool XmlNodeConverter_get_WriteArrayAttribute_m2007220485 (XmlNodeConverter_t181348760 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::AddJsonArrayAttribute(Newtonsoft.Json.Converters.IXmlElement,Newtonsoft.Json.Converters.IXmlDocument) extern "C" IL2CPP_METHOD_ATTR void XmlNodeConverter_AddJsonArrayAttribute_m2287636000 (XmlNodeConverter_t181348760 * __this, RuntimeObject* ___element0, RuntimeObject* ___document1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m3302800229(__this, method) (( void (*) (Dictionary_2_t1632706988 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m633427275(__this, p0, p1, method) (( void (*) (Dictionary_2_t1632706988 *, String_t*, String_t*, const RuntimeMethod*))Dictionary_2_Add_m2387223709_gshared)(__this, p0, p1, method) // System.Boolean Newtonsoft.Json.Converters.XmlNodeConverter::IsNamespaceAttribute(System.String,System.String&) extern "C" IL2CPP_METHOD_ATTR bool XmlNodeConverter_IsNamespaceAttribute_m836068376 (XmlNodeConverter_t181348760 * __this, String_t* ___attributeName0, String_t** ___prefix1, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.JsonTokenUtils::IsPrimitiveToken(Newtonsoft.Json.JsonToken) extern "C" IL2CPP_METHOD_ATTR bool JsonTokenUtils_IsPrimitiveToken_m4162264142 (RuntimeObject * __this /* static, unused */, int32_t ___token0, const RuntimeMethod* method); // System.Boolean System.String::StartsWith(System.String,System.StringComparison) extern "C" IL2CPP_METHOD_ATTR bool String_StartsWith_m2640722675 (String_t* __this, String_t* p0, int32_t p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) #define List_1__ctor_m447691097(__this, p0, method) (( void (*) (List_1_t2041514553 *, int32_t, const RuntimeMethod*))List_1__ctor_m3947764094_gshared)(__this, p0, method) // System.Void System.InvalidOperationException::.ctor() extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m2734335978 (InvalidOperationException_t56020091 * __this, const RuntimeMethod* method); // System.Xml.Linq.XProcessingInstruction Newtonsoft.Json.Converters.XProcessingInstructionWrapper::get_ProcessingInstruction() extern "C" IL2CPP_METHOD_ATTR XProcessingInstruction_t2943691487 * XProcessingInstructionWrapper_get_ProcessingInstruction_m3703034521 (XProcessingInstructionWrapper_t4108965662 * __this, const RuntimeMethod* method); // System.String System.Xml.Linq.XProcessingInstruction::get_Target() extern "C" IL2CPP_METHOD_ATTR String_t* XProcessingInstruction_get_Target_m1093269484 (XProcessingInstruction_t2943691487 * __this, const RuntimeMethod* method); // System.String System.Xml.Linq.XProcessingInstruction::get_Data() extern "C" IL2CPP_METHOD_ATTR String_t* XProcessingInstruction_get_Data_m278879449 (XProcessingInstruction_t2943691487 * __this, const RuntimeMethod* method); // System.Xml.Linq.XText Newtonsoft.Json.Converters.XTextWrapper::get_Text() extern "C" IL2CPP_METHOD_ATTR XText_t1448860321 * XTextWrapper_get_Text_m2517185202 (XTextWrapper_t1757148629 * __this, const RuntimeMethod* method); // System.String System.Xml.Linq.XText::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* XText_get_Value_m3622993421 (XText_t1448860321 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonContainerAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void JsonContainerAttribute__ctor_m577843100 (JsonContainerAttribute_t3874748064 * __this, const RuntimeMethod* method); // System.Void System.Attribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void Attribute__ctor_m1529526131 (Attribute_t861562559 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonSerializerSettings::.ctor() extern "C" IL2CPP_METHOD_ATTR void JsonSerializerSettings__ctor_m2533663507 (JsonSerializerSettings_t2139255314 * __this, const RuntimeMethod* method); // System.Void System.Func`1::.ctor(System.Object,System.IntPtr) #define Func_1__ctor_m1330176475(__this, p0, p1, method) (( void (*) (Func_1_t1569001961 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_1__ctor_m626403339_gshared)(__this, p0, p1, method) // System.Void Newtonsoft.Json.JsonConvert::set_DefaultSettings(System.Func`1) extern "C" IL2CPP_METHOD_ATTR void JsonConvert_set_DefaultSettings_m3427612325 (RuntimeObject * __this /* static, unused */, Func_1_t1569001961 * ___value0, const RuntimeMethod* method); // System.String System.Char::ToString(System.Char) extern "C" IL2CPP_METHOD_ATTR String_t* Char_ToString_m954857583 (RuntimeObject * __this /* static, unused */, Il2CppChar p0, const RuntimeMethod* method); // System.String Newtonsoft.Json.JsonConvert::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m125651327 (RuntimeObject * __this /* static, unused */, String_t* ___value0, const RuntimeMethod* method); // System.String System.Single::ToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Single_ToString_m543431371 (float* __this, String_t* p0, RuntimeObject* p1, const RuntimeMethod* method); // System.String Newtonsoft.Json.JsonConvert::EnsureDecimalPlace(System.Double,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* JsonConvert_EnsureDecimalPlace_m4162199304 (RuntimeObject * __this /* static, unused */, double ___value0, String_t* ___text1, const RuntimeMethod* method); // System.String Newtonsoft.Json.JsonConvert::EnsureFloatFormat(System.Double,System.String,Newtonsoft.Json.FloatFormatHandling,System.Char,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* JsonConvert_EnsureFloatFormat_m3303550856 (RuntimeObject * __this /* static, unused */, double ___value0, String_t* ___text1, int32_t ___floatFormatHandling2, Il2CppChar ___quoteChar3, bool ___nullable4, const RuntimeMethod* method); // System.Boolean System.Double::IsInfinity(System.Double) extern "C" IL2CPP_METHOD_ATTR bool Double_IsInfinity_m820013146 (RuntimeObject * __this /* static, unused */, double p0, const RuntimeMethod* method); // System.Boolean System.Double::IsNaN(System.Double) extern "C" IL2CPP_METHOD_ATTR bool Double_IsNaN_m649024406 (RuntimeObject * __this /* static, unused */, double p0, const RuntimeMethod* method); // System.String System.Char::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Char_ToString_m3588025615 (Il2CppChar* __this, const RuntimeMethod* method); // System.String System.Double::ToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Double_ToString_m1051753975 (double* __this, String_t* p0, RuntimeObject* p1, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m363431711 (String_t* __this, Il2CppChar p0, const RuntimeMethod* method); // System.String System.Decimal::ToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Decimal_ToString_m14270257 (Decimal_t2948259380 * __this, String_t* p0, RuntimeObject* p1, const RuntimeMethod* method); // System.String Newtonsoft.Json.JsonConvert::EnsureDecimalPlace(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* JsonConvert_EnsureDecimalPlace_m369373634 (RuntimeObject * __this /* static, unused */, String_t* ___text0, const RuntimeMethod* method); // System.String Newtonsoft.Json.JsonConvert::ToString(System.String,System.Char) extern "C" IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m1331731295 (RuntimeObject * __this /* static, unused */, String_t* ___value0, Il2CppChar ___delimiter1, const RuntimeMethod* method); // System.String Newtonsoft.Json.JsonConvert::ToString(System.String,System.Char,Newtonsoft.Json.StringEscapeHandling) extern "C" IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m1290863720 (RuntimeObject * __this /* static, unused */, String_t* ___value0, Il2CppChar ___delimiter1, int32_t ___stringEscapeHandling2, const RuntimeMethod* method); // System.String Newtonsoft.Json.Utilities.JavaScriptUtils::ToEscapedJavaScriptString(System.String,System.Char,System.Boolean,Newtonsoft.Json.StringEscapeHandling) extern "C" IL2CPP_METHOD_ATTR String_t* JavaScriptUtils_ToEscapedJavaScriptString_m850540215 (RuntimeObject * __this /* static, unused */, String_t* ___value0, Il2CppChar ___delimiter1, bool ___appendDelimiters2, int32_t ___stringEscapeHandling3, const RuntimeMethod* method); // Newtonsoft.Json.JsonSerializer Newtonsoft.Json.JsonSerializer::CreateDefault(Newtonsoft.Json.JsonSerializerSettings) extern "C" IL2CPP_METHOD_ATTR JsonSerializer_t1424496335 * JsonSerializer_CreateDefault_m3436244345 (RuntimeObject * __this /* static, unused */, JsonSerializerSettings_t2139255314 * ___settings0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.JsonSerializer::IsCheckAdditionalContentSet() extern "C" IL2CPP_METHOD_ATTR bool JsonSerializer_IsCheckAdditionalContentSet_m820149298 (JsonSerializer_t1424496335 * __this, const RuntimeMethod* method); // System.Void System.IO.StringReader::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void StringReader__ctor_m126993932 (StringReader_t3465604688 * __this, String_t* p0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonTextReader::.ctor(System.IO.TextReader) extern "C" IL2CPP_METHOD_ATTR void JsonTextReader__ctor_m3676631220 (JsonTextReader_t262560521 * __this, TextReader_t283511965 * ___reader0, const RuntimeMethod* method); // System.Void System.Collections.ObjectModel.Collection`1::.ctor() #define Collection_1__ctor_m3805327906(__this, method) (( void (*) (Collection_1_t4286429759 *, const RuntimeMethod*))Collection_1__ctor_m627519480_gshared)(__this, method) // System.Void System.Exception::.ctor() extern "C" IL2CPP_METHOD_ATTR void Exception__ctor_m213470898 (Exception_t * __this, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Exception__ctor_m1152696503 (Exception_t * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void Exception__ctor_m1406832249 (Exception_t * __this, String_t* p0, Exception_t * p1, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void Exception__ctor_m2499432361 (Exception_t * __this, SerializationInfo_t950877179 * p0, StreamingContext_t3711869237 p1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonExtensionDataAttribute::set_WriteData(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonExtensionDataAttribute_set_WriteData_m469897071 (JsonExtensionDataAttribute_t1775849281 * __this, bool ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonExtensionDataAttribute::set_ReadData(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonExtensionDataAttribute_set_ReadData_m2611074340 (JsonExtensionDataAttribute_t1775849281 * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.JsonPosition::TypeHasIndex(Newtonsoft.Json.JsonContainerType) extern "C" IL2CPP_METHOD_ATTR bool JsonPosition_TypeHasIndex_m1059517438 (RuntimeObject * __this /* static, unused */, int32_t ___type0, const RuntimeMethod* 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); // 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.Int32 Newtonsoft.Json.JsonPosition::CalculateLength() extern "C" IL2CPP_METHOD_ATTR int32_t JsonPosition_CalculateLength_m2960297679 (JsonPosition_t2528027714 * __this, const RuntimeMethod* method); // System.Int32 System.String::IndexOfAny(System.Char[]) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_m4159774896 (String_t* __this, CharU5BU5D_t3528271667* p0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m1965104174 (StringBuilder_t * __this, String_t* p0, const RuntimeMethod* method); // System.Int32 System.Text.StringBuilder::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m3238060835 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m2383614642 (StringBuilder_t * __this, Il2CppChar p0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Int32) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m890240332 (StringBuilder_t * __this, int32_t p0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonPosition::WriteTo(System.Text.StringBuilder) extern "C" IL2CPP_METHOD_ATTR void JsonPosition_WriteTo_m1350081344 (JsonPosition_t2528027714 * __this, StringBuilder_t * ___sb0, 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.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) // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m2244203425(__this, method) (( bool (*) (Nullable_1_t4250589796 *, const RuntimeMethod*))Nullable_1_get_HasValue_m2244203425_gshared)(__this, method) // !0 System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m1395530047(__this, method) (( JsonPosition_t2528027714 (*) (Nullable_1_t4250589796 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m1395530047_gshared)(__this, method) // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() #define List_1_GetEnumerator_m177011464(__this, method) (( Enumerator_t1594379037 (*) (List_1_t4000102456 *, const RuntimeMethod*))List_1_GetEnumerator_m177011464_gshared)(__this, method) // !0 System.Collections.Generic.List`1/Enumerator::get_Current() #define Enumerator_get_Current_m3978296017(__this, method) (( JsonPosition_t2528027714 (*) (Enumerator_t1594379037 *, const RuntimeMethod*))Enumerator_get_Current_m3978296017_gshared)(__this, method) // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() #define Enumerator_MoveNext_m129038534(__this, method) (( bool (*) (Enumerator_t1594379037 *, const RuntimeMethod*))Enumerator_MoveNext_m129038534_gshared)(__this, method) // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() #define Enumerator_Dispose_m3583473203(__this, method) (( void (*) (Enumerator_t1594379037 *, const RuntimeMethod*))Enumerator_Dispose_m3583473203_gshared)(__this, method) // System.String System.Environment::get_NewLine() extern "C" IL2CPP_METHOD_ATTR String_t* Environment_get_NewLine_m3211016485 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean System.String::EndsWith(System.String,System.StringComparison) extern "C" IL2CPP_METHOD_ATTR bool String_EndsWith_m2637493491 (String_t* __this, String_t* p0, int32_t p1, const RuntimeMethod* method); // System.String System.String::Trim() extern "C" IL2CPP_METHOD_ATTR String_t* String_Trim_m923598732 (String_t* __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.StringUtils::EndsWith(System.String,System.Char) extern "C" IL2CPP_METHOD_ATTR bool StringUtils_EndsWith_m1814538149 (RuntimeObject * __this /* static, unused */, String_t* ___source0, Il2CppChar ___value1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) extern "C" IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m3117905507 (RuntimeObject * __this /* static, unused */, RuntimeArray * p0, RuntimeFieldHandle_t1871169219 p1, 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.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.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 Newtonsoft.Json.JsonReader::set_CloseInput(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonReader_set_CloseInput_m3072148081 (JsonReader_t2369136700 * __this, bool ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonReader::UpdateScopeWithFinishedValue() extern "C" IL2CPP_METHOD_ATTR void JsonReader_UpdateScopeWithFinishedValue_m1281799118 (JsonReader_t2369136700 * __this, 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 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) // Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::GetContentToken() extern "C" IL2CPP_METHOD_ATTR int32_t JsonReader_GetContentToken_m894762553 (JsonReader_t2369136700 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonReader::SetToken(Newtonsoft.Json.JsonToken,System.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonReader_SetToken_m1343918653 (JsonReader_t2369136700 * __this, int32_t ___newToken0, RuntimeObject * ___value1, bool ___updateIndex2, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.JsonReader::ReadInt32String(System.String) extern "C" IL2CPP_METHOD_ATTR Nullable_1_t378540539 JsonReader_ReadInt32String_m3043907652 (JsonReader_t2369136700 * __this, String_t* ___s0, const RuntimeMethod* method); // System.Globalization.CultureInfo Newtonsoft.Json.JsonReader::get_Culture() extern "C" IL2CPP_METHOD_ATTR CultureInfo_t4157843068 * JsonReader_get_Culture_m4025307219 (JsonReader_t2369136700 * __this, const RuntimeMethod* method); // System.Boolean System.Int32::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool Int32_TryParse_m135955795 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, RuntimeObject* p2, int32_t* p3, 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.JsonReader::ReadIntoWrappedTypeObject() extern "C" IL2CPP_METHOD_ATTR void JsonReader_ReadIntoWrappedTypeObject_m4012548808 (JsonReader_t2369136700 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonReader::ReaderReadAndAssert() extern "C" IL2CPP_METHOD_ATTR void JsonReader_ReaderReadAndAssert_m3011377669 (JsonReader_t2369136700 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.ConvertUtils::TryConvertGuid(System.String,System.Guid&) extern "C" IL2CPP_METHOD_ATTR bool ConvertUtils_TryConvertGuid_m1432766850 (RuntimeObject * __this /* static, unused */, String_t* ___s0, Guid_t * ___g1, const RuntimeMethod* method); // System.Byte[] Newtonsoft.Json.JsonReader::ReadArrayIntoByteArray() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* JsonReader_ReadArrayIntoByteArray_m3113362262 (JsonReader_t2369136700 * __this, const RuntimeMethod* 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.Nullable`1 Newtonsoft.Json.JsonReader::ReadDoubleString(System.String) extern "C" IL2CPP_METHOD_ATTR Nullable_1_t2317227445 JsonReader_ReadDoubleString_m60456898 (JsonReader_t2369136700 * __this, String_t* ___s0, const RuntimeMethod* method); // System.Boolean System.Double::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Double&) extern "C" IL2CPP_METHOD_ATTR bool Double_TryParse_m623190659 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, RuntimeObject* p2, double* p3, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) #define Nullable_1__ctor_m1921378621(__this, p0, method) (( void (*) (Nullable_1_t1819850047 *, bool, const RuntimeMethod*))Nullable_1__ctor_m1921378621_gshared)(__this, p0, method) // System.Nullable`1 Newtonsoft.Json.JsonReader::ReadBooleanString(System.String) extern "C" IL2CPP_METHOD_ATTR Nullable_1_t1819850047 JsonReader_ReadBooleanString_m2191744113 (JsonReader_t2369136700 * __this, String_t* ___s0, const RuntimeMethod* method); // System.Boolean System.Boolean::TryParse(System.String,System.Boolean&) extern "C" IL2CPP_METHOD_ATTR bool Boolean_TryParse_m1999513058 (RuntimeObject * __this /* static, unused */, String_t* p0, bool* p1, const RuntimeMethod* 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.Nullable`1 Newtonsoft.Json.JsonReader::ReadDecimalString(System.String) extern "C" IL2CPP_METHOD_ATTR Nullable_1_t375854166 JsonReader_ReadDecimalString_m3238208687 (JsonReader_t2369136700 * __this, String_t* ___s0, const RuntimeMethod* method); // System.Boolean System.Decimal::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Decimal&) extern "C" IL2CPP_METHOD_ATTR bool Decimal_TryParse_m458804504 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, RuntimeObject* p2, Decimal_t2948259380 * p3, const RuntimeMethod* 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.Nullable`1 Newtonsoft.Json.JsonReader::ReadDateTimeString(System.String) extern "C" IL2CPP_METHOD_ATTR Nullable_1_t1166124571 JsonReader_ReadDateTimeString_m1465151377 (JsonReader_t2369136700 * __this, String_t* ___s0, const RuntimeMethod* method); // Newtonsoft.Json.DateTimeZoneHandling Newtonsoft.Json.JsonReader::get_DateTimeZoneHandling() extern "C" IL2CPP_METHOD_ATTR int32_t JsonReader_get_DateTimeZoneHandling_m3350718958 (JsonReader_t2369136700 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.DateTimeUtils::TryParseDateTime(System.String,Newtonsoft.Json.DateTimeZoneHandling,System.String,System.Globalization.CultureInfo,System.DateTime&) extern "C" IL2CPP_METHOD_ATTR bool DateTimeUtils_TryParseDateTime_m1212892142 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___dateTimeZoneHandling1, String_t* ___dateFormatString2, CultureInfo_t4157843068 * ___culture3, DateTime_t3738529785 * ___dt4, const RuntimeMethod* method); // System.Boolean System.DateTime::TryParse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime&) extern "C" IL2CPP_METHOD_ATTR bool DateTime_TryParse_m1691789376 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject* p1, int32_t p2, DateTime_t3738529785 * p3, const RuntimeMethod* 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.Nullable`1 Newtonsoft.Json.JsonReader::ReadDateTimeOffsetString(System.String) extern "C" IL2CPP_METHOD_ATTR Nullable_1_t656882293 JsonReader_ReadDateTimeOffsetString_m3882296690 (JsonReader_t2369136700 * __this, String_t* ___s0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.DateTimeUtils::TryParseDateTimeOffset(System.String,System.String,System.Globalization.CultureInfo,System.DateTimeOffset&) extern "C" IL2CPP_METHOD_ATTR bool DateTimeUtils_TryParseDateTimeOffset_m1182031007 (RuntimeObject * __this /* static, unused */, String_t* ___s0, String_t* ___dateFormatString1, CultureInfo_t4157843068 * ___culture2, DateTimeOffset_t3229287507 * ___dt3, const RuntimeMethod* method); // System.Boolean System.DateTimeOffset::TryParse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset&) extern "C" IL2CPP_METHOD_ATTR bool DateTimeOffset_TryParse_m2514085844 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject* p1, int32_t p2, DateTimeOffset_t3229287507 * p3, const RuntimeMethod* method); // Newtonsoft.Json.JsonReaderException Newtonsoft.Json.JsonReader::CreateUnexpectedEndException() extern "C" IL2CPP_METHOD_ATTR JsonReaderException_t3553144781 * JsonReader_CreateUnexpectedEndException_m3856042659 (JsonReader_t2369136700 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonReader::Push(Newtonsoft.Json.JsonContainerType) extern "C" IL2CPP_METHOD_ATTR void JsonReader_Push_m932194831 (JsonReader_t2369136700 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonReader::ValidateEnd(Newtonsoft.Json.JsonToken) extern "C" IL2CPP_METHOD_ATTR void JsonReader_ValidateEnd_m1840527547 (JsonReader_t2369136700 * __this, int32_t ___endToken0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonReader::SetPostValueState(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonReader_SetPostValueState_m2528031085 (JsonReader_t2369136700 * __this, bool ___updateIndex0, const RuntimeMethod* method); // Newtonsoft.Json.JsonContainerType Newtonsoft.Json.JsonReader::Peek() extern "C" IL2CPP_METHOD_ATTR int32_t JsonReader_Peek_m2283440276 (JsonReader_t2369136700 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonReader::SetFinished() extern "C" IL2CPP_METHOD_ATTR void JsonReader_SetFinished_m662133502 (JsonReader_t2369136700 * __this, const RuntimeMethod* method); // Newtonsoft.Json.JsonContainerType Newtonsoft.Json.JsonReader::Pop() extern "C" IL2CPP_METHOD_ATTR int32_t JsonReader_Pop_m1581645082 (JsonReader_t2369136700 * __this, const RuntimeMethod* method); // Newtonsoft.Json.JsonContainerType Newtonsoft.Json.JsonReader::GetTypeForCloseToken(Newtonsoft.Json.JsonToken) extern "C" IL2CPP_METHOD_ATTR int32_t JsonReader_GetTypeForCloseToken_m2456727280 (JsonReader_t2369136700 * __this, int32_t ___token0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.JsonReader::get_SupportMultipleContent() extern "C" IL2CPP_METHOD_ATTR bool JsonReader_get_SupportMultipleContent_m2507241234 (JsonReader_t2369136700 * __this, const RuntimeMethod* method); // System.Void System.GC::SuppressFinalize(System.Object) extern "C" IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m1177400158 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, 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.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.JsonReaderException::set_Path(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonReaderException_set_Path_m3069177094 (JsonReaderException_t3553144781 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonReaderException::set_LineNumber(System.Int32) extern "C" IL2CPP_METHOD_ATTR void JsonReaderException_set_LineNumber_m2003584299 (JsonReaderException_t3553144781 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonReaderException::set_LinePosition(System.Int32) extern "C" IL2CPP_METHOD_ATTR void JsonReaderException_set_LinePosition_m4235563033 (JsonReaderException_t3553144781 * __this, int32_t ___value0, const RuntimeMethod* method); // Newtonsoft.Json.JsonReaderException Newtonsoft.Json.JsonReaderException::Create(Newtonsoft.Json.JsonReader,System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR JsonReaderException_t3553144781 * JsonReaderException_Create_m2222547458 (RuntimeObject * __this /* static, unused */, JsonReader_t2369136700 * ___reader0, String_t* ___message1, Exception_t * ___ex2, const RuntimeMethod* method); // Newtonsoft.Json.JsonReaderException Newtonsoft.Json.JsonReaderException::Create(Newtonsoft.Json.IJsonLineInfo,System.String,System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR JsonReaderException_t3553144781 * JsonReaderException_Create_m802993940 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___lineInfo0, String_t* ___path1, String_t* ___message2, Exception_t * ___ex3, 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.JsonReaderException::.ctor(System.String,System.Exception,System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void JsonReaderException__ctor_m1713202363 (JsonReaderException_t3553144781 * __this, String_t* ___message0, Exception_t * ___innerException1, String_t* ___path2, int32_t ___lineNumber3, int32_t ___linePosition4, 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); // Newtonsoft.Json.JsonSerializationException Newtonsoft.Json.JsonSerializationException::Create(Newtonsoft.Json.IJsonLineInfo,System.String,System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR JsonSerializationException_t4152118729 * JsonSerializationException_Create_m2499019280 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___lineInfo0, String_t* ___path1, String_t* ___message2, Exception_t * ___ex3, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonSerializationException::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void JsonSerializationException__ctor_m29484521 (JsonSerializationException_t4152118729 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_Combine_m1859655160 (RuntimeObject * __this /* static, unused */, Delegate_t1188392813 * p0, Delegate_t1188392813 * p1, const RuntimeMethod* method); // System.Delegate System.Delegate::Remove(System.Delegate,System.Delegate) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_Remove_m334097152 (RuntimeObject * __this /* static, unused */, Delegate_t1188392813 * p0, Delegate_t1188392813 * p1, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m2009621981 (ArgumentNullException_t1615371798 * __this, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonConverterCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void JsonConverterCollection__ctor_m738879032 (JsonConverterCollection_t3675964822 * __this, const RuntimeMethod* method); // 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); // 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.Void Newtonsoft.Json.JsonSerializer::.ctor() extern "C" IL2CPP_METHOD_ATTR void JsonSerializer__ctor_m961476747 (JsonSerializer_t1424496335 * __this, const RuntimeMethod* method); // Newtonsoft.Json.JsonSerializer Newtonsoft.Json.JsonSerializer::Create() extern "C" IL2CPP_METHOD_ATTR JsonSerializer_t1424496335 * JsonSerializer_Create_m1222097368 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonSerializer::ApplySerializerSettings(Newtonsoft.Json.JsonSerializer,Newtonsoft.Json.JsonSerializerSettings) extern "C" IL2CPP_METHOD_ATTR void JsonSerializer_ApplySerializerSettings_m4088522006 (RuntimeObject * __this /* static, unused */, JsonSerializer_t1424496335 * ___serializer0, JsonSerializerSettings_t2139255314 * ___settings1, 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); // !0 System.Func`1::Invoke() #define Func_1_Invoke_m3078544831(__this, method) (( JsonSerializerSettings_t2139255314 * (*) (Func_1_t1569001961 *, const RuntimeMethod*))Func_1_Invoke_m348272648_gshared)(__this, method) // Newtonsoft.Json.JsonSerializer Newtonsoft.Json.JsonSerializer::Create(Newtonsoft.Json.JsonSerializerSettings) extern "C" IL2CPP_METHOD_ATTR JsonSerializer_t1424496335 * JsonSerializer_Create_m3352753984 (RuntimeObject * __this /* static, unused */, JsonSerializerSettings_t2139255314 * ___settings0, 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.Collections.Generic.IList`1 Newtonsoft.Json.JsonSerializerSettings::get_Converters() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializerSettings_get_Converters_m140499297 (JsonSerializerSettings_t2139255314 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.CollectionUtils::IsNullOrEmpty(System.Collections.Generic.ICollection`1) #define CollectionUtils_IsNullOrEmpty_TisJsonConverter_t1047106545_m3562105067(__this /* static, unused */, ___collection0, method) (( bool (*) (RuntimeObject * /* static, unused */, RuntimeObject*, const RuntimeMethod*))CollectionUtils_IsNullOrEmpty_TisRuntimeObject_m702392015_gshared)(__this /* static, unused */, ___collection0, method) // System.Void System.Collections.ObjectModel.Collection`1::Insert(System.Int32,!0) #define Collection_1_Insert_m2051406015(__this, p0, p1, method) (( void (*) (Collection_1_t4286429759 *, int32_t, JsonConverter_t1047106545 *, const RuntimeMethod*))Collection_1_Insert_m3156540017_gshared)(__this, p0, p1, 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) // Newtonsoft.Json.TypeNameHandling Newtonsoft.Json.JsonSerializerSettings::get_TypeNameHandling() extern "C" IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_TypeNameHandling_m2174410797 (JsonSerializerSettings_t2139255314 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m885301859(__this, method) (( bool (*) (Nullable_1_t2764731635 *, const RuntimeMethod*))Nullable_1_get_HasValue_m885301859_gshared)(__this, method) // Newtonsoft.Json.MetadataPropertyHandling Newtonsoft.Json.JsonSerializerSettings::get_MetadataPropertyHandling() extern "C" IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_MetadataPropertyHandling_m3997336051 (JsonSerializerSettings_t2139255314 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m3081697230(__this, method) (( bool (*) (Nullable_1_t2590601907 *, const RuntimeMethod*))Nullable_1_get_HasValue_m3081697230_gshared)(__this, method) // System.Runtime.Serialization.Formatters.FormatterAssemblyStyle Newtonsoft.Json.JsonSerializerSettings::get_TypeNameAssemblyFormat() extern "C" IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_TypeNameAssemblyFormat_m3779212635 (JsonSerializerSettings_t2139255314 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m77919780(__this, method) (( bool (*) (Nullable_1_t2538550894 *, const RuntimeMethod*))Nullable_1_get_HasValue_m77919780_gshared)(__this, method) // Newtonsoft.Json.PreserveReferencesHandling Newtonsoft.Json.JsonSerializerSettings::get_PreserveReferencesHandling() extern "C" IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_PreserveReferencesHandling_m822891278 (JsonSerializerSettings_t2139255314 * __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) // Newtonsoft.Json.ReferenceLoopHandling Newtonsoft.Json.JsonSerializerSettings::get_ReferenceLoopHandling() extern "C" IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_ReferenceLoopHandling_m39743470 (JsonSerializerSettings_t2139255314 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m1584743840(__this, method) (( bool (*) (Nullable_1_t1470895410 *, const RuntimeMethod*))Nullable_1_get_HasValue_m1584743840_gshared)(__this, method) // Newtonsoft.Json.MissingMemberHandling Newtonsoft.Json.JsonSerializerSettings::get_MissingMemberHandling() extern "C" IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_MissingMemberHandling_m4211449336 (JsonSerializerSettings_t2139255314 * __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) // Newtonsoft.Json.ObjectCreationHandling Newtonsoft.Json.JsonSerializerSettings::get_ObjectCreationHandling() extern "C" IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_ObjectCreationHandling_m305268241 (JsonSerializerSettings_t2139255314 * __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) // Newtonsoft.Json.NullValueHandling Newtonsoft.Json.JsonSerializerSettings::get_NullValueHandling() extern "C" IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_NullValueHandling_m3816547949 (JsonSerializerSettings_t2139255314 * __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) // Newtonsoft.Json.DefaultValueHandling Newtonsoft.Json.JsonSerializerSettings::get_DefaultValueHandling() extern "C" IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_DefaultValueHandling_m506469495 (JsonSerializerSettings_t2139255314 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m3852945211(__this, method) (( bool (*) (Nullable_1_t616964910 *, const RuntimeMethod*))Nullable_1_get_HasValue_m3852945211_gshared)(__this, method) // Newtonsoft.Json.ConstructorHandling Newtonsoft.Json.JsonSerializerSettings::get_ConstructorHandling() extern "C" IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_ConstructorHandling_m3320644544 (JsonSerializerSettings_t2139255314 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m705675263(__this, method) (( bool (*) (Nullable_1_t1139464023 *, const RuntimeMethod*))Nullable_1_get_HasValue_m705675263_gshared)(__this, method) // System.Runtime.Serialization.StreamingContext Newtonsoft.Json.JsonSerializerSettings::get_Context() extern "C" IL2CPP_METHOD_ATTR StreamingContext_t3711869237 JsonSerializerSettings_get_Context_m2462579269 (JsonSerializerSettings_t2139255314 * __this, const RuntimeMethod* method); // System.EventHandler`1 Newtonsoft.Json.JsonSerializerSettings::get_Error() extern "C" IL2CPP_METHOD_ATTR EventHandler_1_t2935836205 * JsonSerializerSettings_get_Error_m2375528660 (JsonSerializerSettings_t2139255314 * __this, const RuntimeMethod* method); // Newtonsoft.Json.Serialization.IContractResolver Newtonsoft.Json.JsonSerializerSettings::get_ContractResolver() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializerSettings_get_ContractResolver_m2693621933 (JsonSerializerSettings_t2139255314 * __this, const RuntimeMethod* method); // System.Func`1 Newtonsoft.Json.JsonSerializerSettings::get_ReferenceResolverProvider() extern "C" IL2CPP_METHOD_ATTR Func_1_t1993807751 * JsonSerializerSettings_get_ReferenceResolverProvider_m2646407486 (JsonSerializerSettings_t2139255314 * __this, const RuntimeMethod* method); // !0 System.Func`1::Invoke() #define Func_1_Invoke_m2303609512(__this, method) (( RuntimeObject* (*) (Func_1_t1993807751 *, const RuntimeMethod*))Func_1_Invoke_m348272648_gshared)(__this, method) // Newtonsoft.Json.Serialization.ITraceWriter Newtonsoft.Json.JsonSerializerSettings::get_TraceWriter() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializerSettings_get_TraceWriter_m3923354195 (JsonSerializerSettings_t2139255314 * __this, const RuntimeMethod* method); // System.Collections.IEqualityComparer Newtonsoft.Json.JsonSerializerSettings::get_EqualityComparer() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializerSettings_get_EqualityComparer_m97885999 (JsonSerializerSettings_t2139255314 * __this, const RuntimeMethod* method); // System.Runtime.Serialization.SerializationBinder Newtonsoft.Json.JsonSerializerSettings::get_Binder() extern "C" IL2CPP_METHOD_ATTR SerializationBinder_t274213469 * JsonSerializerSettings_get_Binder_m3426753959 (JsonSerializerSettings_t2139255314 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m4266842741(__this, method) (( bool (*) (Nullable_1_t3914607011 *, const RuntimeMethod*))Nullable_1_get_HasValue_m4266842741_gshared)(__this, method) // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m212809423(__this, method) (( bool (*) (Nullable_1_t3098729937 *, const RuntimeMethod*))Nullable_1_get_HasValue_m212809423_gshared)(__this, method) // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m71992865(__this, method) (( bool (*) (Nullable_1_t430194516 *, const RuntimeMethod*))Nullable_1_get_HasValue_m71992865_gshared)(__this, method) // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m826473069(__this, method) (( bool (*) (Nullable_1_t179296662 *, const RuntimeMethod*))Nullable_1_get_HasValue_m826473069_gshared)(__this, method) // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m3994449165(__this, method) (( bool (*) (Nullable_1_t2285469903 *, const RuntimeMethod*))Nullable_1_get_HasValue_m3994449165_gshared)(__this, method) // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m1804609745(__this, method) (( bool (*) (Nullable_1_t2729527740 *, const RuntimeMethod*))Nullable_1_get_HasValue_m1804609745_gshared)(__this, method) // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m633545390(__this, method) (( bool (*) (Nullable_1_t1505470351 *, const RuntimeMethod*))Nullable_1_get_HasValue_m633545390_gshared)(__this, method) // System.Void Newtonsoft.Json.JsonSerializer::SetupReader(Newtonsoft.Json.JsonReader,System.Globalization.CultureInfo&,System.Nullable`1&,System.Nullable`1&,System.Nullable`1&,System.Nullable`1&,System.String&) extern "C" IL2CPP_METHOD_ATTR void JsonSerializer_SetupReader_m3844689115 (JsonSerializer_t1424496335 * __this, JsonReader_t2369136700 * ___reader0, CultureInfo_t4157843068 ** ___previousCulture1, Nullable_1_t430194516 * ___previousDateTimeZoneHandling2, Nullable_1_t179296662 * ___previousDateParseHandling3, Nullable_1_t2729527740 * ___previousFloatParseHandling4, Nullable_1_t378540539 * ___previousMaxDepth5, String_t** ___previousDateFormatString6, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.TraceJsonReader::.ctor(Newtonsoft.Json.JsonReader) extern "C" IL2CPP_METHOD_ATTR void TraceJsonReader__ctor_m3038369515 (TraceJsonReader_t740636742 * __this, JsonReader_t2369136700 * ___innerReader0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalReader::.ctor(Newtonsoft.Json.JsonSerializer) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalReader__ctor_m778229773 (JsonSerializerInternalReader_t927352408 * __this, JsonSerializer_t1424496335 * ___serializer0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalReader::Populate(Newtonsoft.Json.JsonReader,System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalReader_Populate_m2037184199 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, RuntimeObject * ___target1, const RuntimeMethod* method); // System.String Newtonsoft.Json.Serialization.TraceJsonReader::GetDeserializedJsonMessage() extern "C" IL2CPP_METHOD_ATTR String_t* TraceJsonReader_GetDeserializedJsonMessage_m552219145 (TraceJsonReader_t740636742 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonSerializer::ResetReader(Newtonsoft.Json.JsonReader,System.Globalization.CultureInfo,System.Nullable`1,System.Nullable`1,System.Nullable`1,System.Nullable`1,System.String) extern "C" IL2CPP_METHOD_ATTR void JsonSerializer_ResetReader_m3114916479 (JsonSerializer_t1424496335 * __this, JsonReader_t2369136700 * ___reader0, CultureInfo_t4157843068 * ___previousCulture1, Nullable_1_t430194516 ___previousDateTimeZoneHandling2, Nullable_1_t179296662 ___previousDateParseHandling3, Nullable_1_t2729527740 ___previousFloatParseHandling4, Nullable_1_t378540539 ___previousMaxDepth5, String_t* ___previousDateFormatString6, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Serialization.JsonSerializerInternalReader::Deserialize(Newtonsoft.Json.JsonReader,System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonSerializerInternalReader_Deserialize_m1834479287 (JsonSerializerInternalReader_t927352408 * __this, JsonReader_t2369136700 * ___reader0, Type_t * ___objectType1, bool ___checkAdditionalContent2, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonReader::set_Culture(System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR void JsonReader_set_Culture_m1761646487 (JsonReader_t2369136700 * __this, CultureInfo_t4157843068 * ___value0, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m831034040(__this, method) (( int32_t (*) (Nullable_1_t430194516 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m831034040_gshared)(__this, method) // System.Void System.Nullable`1::.ctor(!0) #define Nullable_1__ctor_m4209838479(__this, p0, method) (( void (*) (Nullable_1_t430194516 *, int32_t, const RuntimeMethod*))Nullable_1__ctor_m4209838479_gshared)(__this, p0, method) // System.Void Newtonsoft.Json.JsonReader::set_DateTimeZoneHandling(Newtonsoft.Json.DateTimeZoneHandling) extern "C" IL2CPP_METHOD_ATTR void JsonReader_set_DateTimeZoneHandling_m164192948 (JsonReader_t2369136700 * __this, int32_t ___value0, const RuntimeMethod* method); // Newtonsoft.Json.DateParseHandling Newtonsoft.Json.JsonReader::get_DateParseHandling() extern "C" IL2CPP_METHOD_ATTR int32_t JsonReader_get_DateParseHandling_m2700870511 (JsonReader_t2369136700 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m3035377239(__this, method) (( int32_t (*) (Nullable_1_t179296662 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m3035377239_gshared)(__this, method) // System.Void System.Nullable`1::.ctor(!0) #define Nullable_1__ctor_m4189365113(__this, p0, method) (( void (*) (Nullable_1_t179296662 *, int32_t, const RuntimeMethod*))Nullable_1__ctor_m4189365113_gshared)(__this, p0, method) // System.Void Newtonsoft.Json.JsonReader::set_DateParseHandling(Newtonsoft.Json.DateParseHandling) extern "C" IL2CPP_METHOD_ATTR void JsonReader_set_DateParseHandling_m3807032919 (JsonReader_t2369136700 * __this, int32_t ___value0, const RuntimeMethod* method); // Newtonsoft.Json.FloatParseHandling Newtonsoft.Json.JsonReader::get_FloatParseHandling() extern "C" IL2CPP_METHOD_ATTR int32_t JsonReader_get_FloatParseHandling_m1488578159 (JsonReader_t2369136700 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m1870258506(__this, method) (( int32_t (*) (Nullable_1_t2729527740 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m1870258506_gshared)(__this, method) // System.Void System.Nullable`1::.ctor(!0) #define Nullable_1__ctor_m2969476024(__this, p0, method) (( void (*) (Nullable_1_t2729527740 *, int32_t, const RuntimeMethod*))Nullable_1__ctor_m2969476024_gshared)(__this, p0, method) // System.Void Newtonsoft.Json.JsonReader::set_FloatParseHandling(Newtonsoft.Json.FloatParseHandling) extern "C" IL2CPP_METHOD_ATTR void JsonReader_set_FloatParseHandling_m4261313002 (JsonReader_t2369136700 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.JsonReader::get_MaxDepth() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t378540539 JsonReader_get_MaxDepth_m1122545175 (JsonReader_t2369136700 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonReader::set_MaxDepth(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR void JsonReader_set_MaxDepth_m2549745733 (JsonReader_t2369136700 * __this, Nullable_1_t378540539 ___value0, const RuntimeMethod* method); // System.String Newtonsoft.Json.JsonReader::get_DateFormatString() extern "C" IL2CPP_METHOD_ATTR String_t* JsonReader_get_DateFormatString_m3648577372 (JsonReader_t2369136700 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonReader::set_DateFormatString(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonReader_set_DateFormatString_m823365658 (JsonReader_t2369136700 * __this, String_t* ___value0, const RuntimeMethod* method); // Newtonsoft.Json.Serialization.DefaultContractResolverState Newtonsoft.Json.Serialization.DefaultContractResolver::GetState() extern "C" IL2CPP_METHOD_ATTR DefaultContractResolverState_t3045992855 * DefaultContractResolver_GetState_m2274805795 (DefaultContractResolver_t270250618 * __this, const RuntimeMethod* method); // 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); // !0 System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m860959062(__this, method) (( int32_t (*) (Nullable_1_t3914607011 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m860959062_gshared)(__this, method) // System.Void System.Nullable`1::.ctor(!0) #define Nullable_1__ctor_m334053534(__this, p0, method) (( void (*) (Nullable_1_t3914607011 *, int32_t, const RuntimeMethod*))Nullable_1__ctor_m334053534_gshared)(__this, p0, 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); // 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); // !0 System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m1120472299(__this, method) (( int32_t (*) (Nullable_1_t3098729937 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m1120472299_gshared)(__this, method) // System.Void System.Nullable`1::.ctor(!0) #define Nullable_1__ctor_m878665411(__this, p0, method) (( void (*) (Nullable_1_t3098729937 *, int32_t, const RuntimeMethod*))Nullable_1__ctor_m878665411_gshared)(__this, p0, method) // System.Void Newtonsoft.Json.JsonWriter::set_DateFormatHandling(Newtonsoft.Json.DateFormatHandling) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_set_DateFormatHandling_m3318128329 (JsonWriter_t1467272295 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::set_DateTimeZoneHandling(Newtonsoft.Json.DateTimeZoneHandling) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_set_DateTimeZoneHandling_m1324388417 (JsonWriter_t1467272295 * __this, int32_t ___value0, const RuntimeMethod* method); // Newtonsoft.Json.FloatFormatHandling Newtonsoft.Json.JsonWriter::get_FloatFormatHandling() extern "C" IL2CPP_METHOD_ATTR int32_t JsonWriter_get_FloatFormatHandling_m2876749082 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m1386614888(__this, method) (( int32_t (*) (Nullable_1_t2285469903 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m1386614888_gshared)(__this, method) // System.Void System.Nullable`1::.ctor(!0) #define Nullable_1__ctor_m358560032(__this, p0, method) (( void (*) (Nullable_1_t2285469903 *, int32_t, const RuntimeMethod*))Nullable_1__ctor_m358560032_gshared)(__this, p0, method) // System.Void Newtonsoft.Json.JsonWriter::set_FloatFormatHandling(Newtonsoft.Json.FloatFormatHandling) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_set_FloatFormatHandling_m3999801747 (JsonWriter_t1467272295 * __this, int32_t ___value0, const RuntimeMethod* method); // 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); // !0 System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m419728216(__this, method) (( int32_t (*) (Nullable_1_t1505470351 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m419728216_gshared)(__this, method) // System.Void System.Nullable`1::.ctor(!0) #define Nullable_1__ctor_m2979764839(__this, p0, method) (( void (*) (Nullable_1_t1505470351 *, int32_t, const RuntimeMethod*))Nullable_1__ctor_m2979764839_gshared)(__this, p0, method) // 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); // System.Globalization.CultureInfo Newtonsoft.Json.JsonWriter::get_Culture() extern "C" IL2CPP_METHOD_ATTR CultureInfo_t4157843068 * JsonWriter_get_Culture_m2940343858 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::set_Culture(System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_set_Culture_m2361153456 (JsonWriter_t1467272295 * __this, CultureInfo_t4157843068 * ___value0, const RuntimeMethod* method); // System.String Newtonsoft.Json.JsonWriter::get_DateFormatString() extern "C" IL2CPP_METHOD_ATTR String_t* JsonWriter_get_DateFormatString_m3232928038 (JsonWriter_t1467272295 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::set_DateFormatString(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonWriter_set_DateFormatString_m1029558321 (JsonWriter_t1467272295 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::.ctor(Newtonsoft.Json.JsonWriter) extern "C" IL2CPP_METHOD_ATTR void TraceJsonWriter__ctor_m3725709804 (TraceJsonWriter_t1833403397 * __this, JsonWriter_t1467272295 * ___innerWriter0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::.ctor(Newtonsoft.Json.JsonSerializer) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalWriter__ctor_m3989594872 (JsonSerializerInternalWriter_t3588727337 * __this, JsonSerializer_t1424496335 * ___serializer0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::Serialize(Newtonsoft.Json.JsonWriter,System.Object,System.Type) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerInternalWriter_Serialize_m4173797228 (JsonSerializerInternalWriter_t3588727337 * __this, JsonWriter_t1467272295 * ___jsonWriter0, RuntimeObject * ___value1, Type_t * ___objectType2, const RuntimeMethod* method); // System.String Newtonsoft.Json.Serialization.TraceJsonWriter::GetSerializedJsonMessage() extern "C" IL2CPP_METHOD_ATTR String_t* TraceJsonWriter_GetSerializedJsonMessage_m3627518786 (TraceJsonWriter_t1833403397 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.DefaultReferenceResolver::.ctor() extern "C" IL2CPP_METHOD_ATTR void DefaultReferenceResolver__ctor_m273176746 (DefaultReferenceResolver_t3322505560 * __this, const RuntimeMethod* 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.Void System.EventHandler`1::Invoke(System.Object,!0) #define EventHandler_1_Invoke_m1556849528(__this, p0, p1, method) (( void (*) (EventHandler_1_t2935836205 *, RuntimeObject *, ErrorEventArgs_t716709476 *, const RuntimeMethod*))EventHandler_1_Invoke_m4124830036_gshared)(__this, p0, p1, method) // !0 System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m1029630399(__this, method) (( int32_t (*) (Nullable_1_t3051693050 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m1029630399_gshared)(__this, method) // !0 System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m3269469524(__this, method) (( int32_t (*) (Nullable_1_t1470895410 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m3269469524_gshared)(__this, method) // !0 System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m2614807845(__this, method) (( int32_t (*) (Nullable_1_t588389317 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m2614807845_gshared)(__this, method) // !0 System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m1866108172(__this, method) (( int32_t (*) (Nullable_1_t829731231 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m1866108172_gshared)(__this, method) // !0 System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m880978787(__this, method) (( int32_t (*) (Nullable_1_t668593436 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m880978787_gshared)(__this, method) // !0 System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m1807021028(__this, method) (( int32_t (*) (Nullable_1_t2538550894 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m1807021028_gshared)(__this, method) // !0 System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m2852219950(__this, method) (( int32_t (*) (Nullable_1_t1159582132 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m2852219950_gshared)(__this, method) // !0 System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m1441879184(__this, method) (( int32_t (*) (Nullable_1_t2764731635 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m1441879184_gshared)(__this, method) // !0 System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m1391030392(__this, method) (( int32_t (*) (Nullable_1_t2590601907 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m1391030392_gshared)(__this, method) // !0 System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m580894237(__this, method) (( int32_t (*) (Nullable_1_t616964910 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m580894237_gshared)(__this, method) // !0 System.Nullable`1::GetValueOrDefault() #define Nullable_1_GetValueOrDefault_m215098106(__this, method) (( StreamingContext_t3711869237 (*) (Nullable_1_t1139464023 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m215098106_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m3350611764(__this, method) (( void (*) (List_1_t2519181287 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void Newtonsoft.Json.Converters.VectorConverter::.ctor() extern "C" IL2CPP_METHOD_ATTR void VectorConverter__ctor_m1788948413 (VectorConverter_t1294738057 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m2842216030(__this, p0, method) (( void (*) (List_1_t2519181287 *, JsonConverter_t1047106545 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void Newtonsoft.Json.JsonSerializerSettings::set_Converters(System.Collections.Generic.IList`1) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerSettings_set_Converters_m1292904948 (JsonSerializerSettings_t2139255314 * __this, RuntimeObject* ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.HashSetConverter::.ctor() extern "C" IL2CPP_METHOD_ATTR void HashSetConverter__ctor_m3543996548 (HashSetConverter_t587720113 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonReader::.ctor() extern "C" IL2CPP_METHOD_ATTR void JsonReader__ctor_m2619238087 (JsonReader_t2369136700 * __this, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m1170824041 (ArgumentNullException_t1615371798 * __this, String_t* p0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.StringBuffer::get_IsEmpty() extern "C" IL2CPP_METHOD_ATTR bool StringBuffer_get_IsEmpty_m1286579341 (StringBuffer_t2235727887 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.StringBuffer::.ctor(Newtonsoft.Json.IArrayPool`1,System.Int32) extern "C" IL2CPP_METHOD_ATTR void StringBuffer__ctor_m83474316 (StringBuffer_t2235727887 * __this, RuntimeObject* ___bufferPool0, int32_t ___initalSize1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonTextReader::ShiftBufferIfNeeded() extern "C" IL2CPP_METHOD_ATTR void JsonTextReader_ShiftBufferIfNeeded_m933747472 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonTextReader::ReadStringIntoBuffer(System.Char) extern "C" IL2CPP_METHOD_ATTR void JsonTextReader_ReadStringIntoBuffer_m3642681009 (JsonTextReader_t262560521 * __this, Il2CppChar ___quote0, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.Utilities.StringReference::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t StringReference_get_Length_m1881544084 (StringReference_t2912309144 * __this, const RuntimeMethod* method); // System.String Newtonsoft.Json.Utilities.StringReference::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* StringReference_ToString_m3051914173 (StringReference_t2912309144 * __this, const RuntimeMethod* method); // System.Char[] Newtonsoft.Json.Utilities.StringReference::get_Chars() extern "C" IL2CPP_METHOD_ATTR CharU5BU5D_t3528271667* StringReference_get_Chars_m1428785588 (StringReference_t2912309144 * __this, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.Utilities.StringReference::get_StartIndex() extern "C" IL2CPP_METHOD_ATTR int32_t StringReference_get_StartIndex_m577516227 (StringReference_t2912309144 * __this, const RuntimeMethod* method); // System.Byte[] System.Convert::FromBase64CharArray(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* Convert_FromBase64CharArray_m711584625 (RuntimeObject * __this /* static, unused */, CharU5BU5D_t3528271667* p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.DateTimeUtils::TryParseDateTime(Newtonsoft.Json.Utilities.StringReference,Newtonsoft.Json.DateTimeZoneHandling,System.String,System.Globalization.CultureInfo,System.DateTime&) extern "C" IL2CPP_METHOD_ATTR bool DateTimeUtils_TryParseDateTime_m2606903149 (RuntimeObject * __this /* static, unused */, StringReference_t2912309144 ___s0, int32_t ___dateTimeZoneHandling1, String_t* ___dateFormatString2, CultureInfo_t4157843068 * ___culture3, DateTime_t3738529785 * ___dt4, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.DateTimeUtils::TryParseDateTimeOffset(Newtonsoft.Json.Utilities.StringReference,System.String,System.Globalization.CultureInfo,System.DateTimeOffset&) extern "C" IL2CPP_METHOD_ATTR bool DateTimeUtils_TryParseDateTimeOffset_m738404597 (RuntimeObject * __this /* static, unused */, StringReference_t2912309144 ___s0, String_t* ___dateFormatString1, CultureInfo_t4157843068 * ___culture2, DateTimeOffset_t3229287507 * ___dt3, const RuntimeMethod* method); // System.Void System.Buffer::BlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Buffer_BlockCopy_m2884209081 (RuntimeObject * __this /* static, unused */, RuntimeArray * p0, int32_t p1, RuntimeArray * p2, int32_t p3, int32_t p4, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonTextReader::BlockCopyChars(System.Char[],System.Int32,System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void JsonTextReader_BlockCopyChars_m2687549625 (RuntimeObject * __this /* static, unused */, CharU5BU5D_t3528271667* ___src0, int32_t ___srcOffset1, CharU5BU5D_t3528271667* ___dst2, int32_t ___dstOffset3, int32_t ___count4, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.JsonTextReader::ReadData(System.Boolean,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t JsonTextReader_ReadData_m2635518012 (JsonTextReader_t262560521 * __this, bool ___append0, int32_t ___charsRequired1, 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.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.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.JsonTextReader::ReadChars(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool JsonTextReader_ReadChars_m3435403650 (JsonTextReader_t262560521 * __this, int32_t ___relativePosition0, bool ___append1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonTextReader::EnsureBuffer() extern "C" IL2CPP_METHOD_ATTR void JsonTextReader_EnsureBuffer_m4043226489 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.JsonTextReader::ParseValue() extern "C" IL2CPP_METHOD_ATTR bool JsonTextReader_ParseValue_m4237773129 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.JsonTextReader::ParseObject() extern "C" IL2CPP_METHOD_ATTR bool JsonTextReader_ParseObject_m2895069601 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.JsonTextReader::ParsePostValue() extern "C" IL2CPP_METHOD_ATTR bool JsonTextReader_ParsePostValue_m388248165 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.JsonTextReader::EnsureChars(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool JsonTextReader_EnsureChars_m3310991991 (JsonTextReader_t262560521 * __this, int32_t ___relativePosition0, bool ___append1, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.JsonTextReader::EatWhitespace(System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool JsonTextReader_EatWhitespace_m1930379663 (JsonTextReader_t262560521 * __this, bool ___oneOrMore0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonTextReader::ParseComment(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonTextReader_ParseComment_m1674117207 (JsonTextReader_t262560521 * __this, bool ___setToken0, const RuntimeMethod* method); // System.Object Newtonsoft.Json.JsonTextReader::ReadNumberValue(Newtonsoft.Json.ReadType) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonTextReader_ReadNumberValue_m2855532009 (JsonTextReader_t262560521 * __this, int32_t ___readType0, const RuntimeMethod* method); // System.Object Newtonsoft.Json.JsonTextReader::ReadStringValue(Newtonsoft.Json.ReadType) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonTextReader_ReadStringValue_m424544213 (JsonTextReader_t262560521 * __this, int32_t ___readType0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.JsonTextReader::ReadNullChar() extern "C" IL2CPP_METHOD_ATTR bool JsonTextReader_ReadNullChar_m1425669534 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonTextReader::ParseString(System.Char,Newtonsoft.Json.ReadType) extern "C" IL2CPP_METHOD_ATTR void JsonTextReader_ParseString_m3630476145 (JsonTextReader_t262560521 * __this, Il2CppChar ___quote0, int32_t ___readType1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonTextReader::HandleNull() extern "C" IL2CPP_METHOD_ATTR void JsonTextReader_HandleNull_m2453302360 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonTextReader::ProcessValueComma() extern "C" IL2CPP_METHOD_ATTR void JsonTextReader_ProcessValueComma_m1438573467 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method); // Newtonsoft.Json.JsonReaderException Newtonsoft.Json.JsonTextReader::CreateUnexpectedCharacterException(System.Char) extern "C" IL2CPP_METHOD_ATTR JsonReaderException_t3553144781 * JsonTextReader_CreateUnexpectedCharacterException_m1949152881 (JsonTextReader_t262560521 * __this, Il2CppChar ___c0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonTextReader::ProcessCarriageReturn(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonTextReader_ProcessCarriageReturn_m2672890793 (JsonTextReader_t262560521 * __this, bool ___append0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonTextReader::ProcessLineFeed() extern "C" IL2CPP_METHOD_ATTR void JsonTextReader_ProcessLineFeed_m2202485320 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method); // System.Boolean System.Char::IsWhiteSpace(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m2148390798 (RuntimeObject * __this /* static, unused */, Il2CppChar p0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonTextReader::ReadFinished() extern "C" IL2CPP_METHOD_ATTR void JsonTextReader_ReadFinished_m2542728318 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method); // System.Object Newtonsoft.Json.JsonTextReader::ParseNumberNegativeInfinity(Newtonsoft.Json.ReadType) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonTextReader_ParseNumberNegativeInfinity_m251185097 (JsonTextReader_t262560521 * __this, int32_t ___readType0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonTextReader::ParseNumber(Newtonsoft.Json.ReadType) extern "C" IL2CPP_METHOD_ATTR void JsonTextReader_ParseNumber_m3653509115 (JsonTextReader_t262560521 * __this, int32_t ___readType0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.JsonTextReader::MatchValueWithTrailingSeparator(System.String) extern "C" IL2CPP_METHOD_ATTR bool JsonTextReader_MatchValueWithTrailingSeparator_m2039623415 (JsonTextReader_t262560521 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Object Newtonsoft.Json.JsonTextReader::ParseNumberPositiveInfinity(Newtonsoft.Json.ReadType) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonTextReader_ParseNumberPositiveInfinity_m4259567193 (JsonTextReader_t262560521 * __this, int32_t ___readType0, const RuntimeMethod* method); // System.Object Newtonsoft.Json.JsonTextReader::ParseNumberNaN(Newtonsoft.Json.ReadType) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonTextReader_ParseNumberNaN_m1061667244 (JsonTextReader_t262560521 * __this, int32_t ___readType0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonReader::SetStateBasedOnCurrent() extern "C" IL2CPP_METHOD_ATTR void JsonReader_SetStateBasedOnCurrent_m463566957 (JsonReader_t2369136700 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonTextReader::ParseNull() extern "C" IL2CPP_METHOD_ATTR void JsonTextReader_ParseNull_m4121411438 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.JsonTextReader::ReadData(System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t JsonTextReader_ReadData_m741927910 (JsonTextReader_t262560521 * __this, bool ___append0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.StringBuffer::set_Position(System.Int32) extern "C" IL2CPP_METHOD_ATTR void StringBuffer_set_Position_m3776098892 (StringBuffer_t2235727887 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Char Newtonsoft.Json.JsonTextReader::ParseUnicode() extern "C" IL2CPP_METHOD_ATTR Il2CppChar JsonTextReader_ParseUnicode_m779806137 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.StringUtils::IsLowSurrogate(System.Char) extern "C" IL2CPP_METHOD_ATTR bool StringUtils_IsLowSurrogate_m4258024248 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.StringUtils::IsHighSurrogate(System.Char) extern "C" IL2CPP_METHOD_ATTR bool StringUtils_IsHighSurrogate_m2271768366 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonTextReader::EnsureBufferNotEmpty() extern "C" IL2CPP_METHOD_ATTR void JsonTextReader_EnsureBufferNotEmpty_m308470060 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonTextReader::WriteCharToBuffer(System.Char,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void JsonTextReader_WriteCharToBuffer_m1582134630 (JsonTextReader_t262560521 * __this, Il2CppChar ___writeChar0, int32_t ___lastWritePosition1, int32_t ___writeToPosition2, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.StringReference::.ctor(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void StringReference__ctor_m345645319 (StringReference_t2912309144 * __this, CharU5BU5D_t3528271667* ___chars0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.StringBuffer::Append(Newtonsoft.Json.IArrayPool`1,System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void StringBuffer_Append_m109955405 (StringBuffer_t2235727887 * __this, RuntimeObject* ___bufferPool0, CharU5BU5D_t3528271667* ___buffer1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method); // System.Char[] Newtonsoft.Json.Utilities.StringBuffer::get_InternalBuffer() extern "C" IL2CPP_METHOD_ATTR CharU5BU5D_t3528271667* StringBuffer_get_InternalBuffer_m2608640496 (StringBuffer_t2235727887 * __this, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.Utilities.StringBuffer::get_Position() extern "C" IL2CPP_METHOD_ATTR int32_t StringBuffer_get_Position_m2575134391 (StringBuffer_t2235727887 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.StringBuffer::Append(Newtonsoft.Json.IArrayPool`1,System.Char) extern "C" IL2CPP_METHOD_ATTR void StringBuffer_Append_m1645108833 (StringBuffer_t2235727887 * __this, RuntimeObject* ___bufferPool0, Il2CppChar ___value1, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.Utilities.ConvertUtils::HexTextToInt(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ConvertUtils_HexTextToInt_m2758812283 (RuntimeObject * __this /* static, unused */, CharU5BU5D_t3528271667* ___text0, int32_t ___start1, int32_t ___end2, const RuntimeMethod* method); // System.Char System.Convert::ToChar(System.Int32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_m4189066566 (RuntimeObject * __this /* static, unused */, int32_t p0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.JsonTextReader::ParseProperty() extern "C" IL2CPP_METHOD_ATTR bool JsonTextReader_ParseProperty_m3368559874 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.JsonTextReader::ValidIdentifierChar(System.Char) extern "C" IL2CPP_METHOD_ATTR bool JsonTextReader_ValidIdentifierChar_m15930212 (JsonTextReader_t262560521 * __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonTextReader::ParseUnquotedProperty() extern "C" IL2CPP_METHOD_ATTR void JsonTextReader_ParseUnquotedProperty_m1380942179 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method); // System.String Newtonsoft.Json.Utilities.PropertyNameTable::Get(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* PropertyNameTable_Get_m1245220493 (PropertyNameTable_t4130830590 * __this, CharU5BU5D_t3528271667* ___key0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonTextReader::ClearRecentString() extern "C" IL2CPP_METHOD_ATTR void JsonTextReader_ClearRecentString_m4050546697 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method); // System.Boolean System.Char::IsLetterOrDigit(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsLetterOrDigit_m3494175785 (RuntimeObject * __this /* static, unused */, Il2CppChar p0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonTextReader::ParseTrue() extern "C" IL2CPP_METHOD_ATTR void JsonTextReader_ParseTrue_m2933892020 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonTextReader::ParseFalse() extern "C" IL2CPP_METHOD_ATTR void JsonTextReader_ParseFalse_m4024819254 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonTextReader::ParseConstructor() extern "C" IL2CPP_METHOD_ATTR void JsonTextReader_ParseConstructor_m305110786 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonTextReader::ParseUndefined() extern "C" IL2CPP_METHOD_ATTR void JsonTextReader_ParseUndefined_m2416164703 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonTextReader::OnNewLine(System.Int32) extern "C" IL2CPP_METHOD_ATTR void JsonTextReader_OnNewLine_m2689797934 (JsonTextReader_t262560521 * __this, int32_t ___pos0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonTextReader::ReadNumberIntoBuffer() extern "C" IL2CPP_METHOD_ATTR void JsonTextReader_ReadNumberIntoBuffer_m2687473644 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method); // System.Boolean System.Char::IsDigit(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsDigit_m3646673943 (RuntimeObject * __this /* static, unused */, Il2CppChar p0, const RuntimeMethod* method); // System.Int64 System.Convert::ToInt64(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m582681594 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, const RuntimeMethod* method); // System.Int32 System.Convert::ToInt32(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m391894676 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, const RuntimeMethod* method); // Newtonsoft.Json.Utilities.ParseResult Newtonsoft.Json.Utilities.ConvertUtils::Int32TryParse(System.Char[],System.Int32,System.Int32,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t ConvertUtils_Int32TryParse_m2513116180 (RuntimeObject * __this /* static, unused */, CharU5BU5D_t3528271667* ___chars0, int32_t ___start1, int32_t ___length2, int32_t* ___value3, const RuntimeMethod* method); // System.Decimal System.Decimal::op_Implicit(System.Char) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_op_Implicit_m3829681458 (RuntimeObject * __this /* static, unused */, Il2CppChar p0, const RuntimeMethod* method); // System.Void System.Decimal::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Decimal__ctor_m1256289983 (Decimal_t2948259380 * __this, int32_t p0, const RuntimeMethod* method); // System.Decimal System.Decimal::op_Subtraction(System.Decimal,System.Decimal) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_op_Subtraction_m2530510375 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 p0, Decimal_t2948259380 p1, const RuntimeMethod* method); // System.Decimal System.Convert::ToDecimal(System.Int64) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Convert_ToDecimal_m1284279264 (RuntimeObject * __this /* static, unused */, int64_t p0, const RuntimeMethod* method); // System.Double System.Convert::ToDouble(System.Int64) extern "C" IL2CPP_METHOD_ATTR double Convert_ToDouble_m2180337032 (RuntimeObject * __this /* static, unused */, int64_t p0, const RuntimeMethod* method); // Newtonsoft.Json.Utilities.ParseResult Newtonsoft.Json.Utilities.ConvertUtils::Int64TryParse(System.Char[],System.Int32,System.Int32,System.Int64&) extern "C" IL2CPP_METHOD_ATTR int32_t ConvertUtils_Int64TryParse_m4091387998 (RuntimeObject * __this /* static, unused */, CharU5BU5D_t3528271667* ___chars0, int32_t ___start1, int32_t ___length2, int64_t* ___value3, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonTextReader::EndComment(System.Boolean,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void JsonTextReader_EndComment_m1168016514 (JsonTextReader_t262560521 * __this, bool ___setToken0, int32_t ___initialPosition1, int32_t ___endPosition2, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.JsonTextReader::MatchValue(System.String) extern "C" IL2CPP_METHOD_ATTR bool JsonTextReader_MatchValue_m1431692368 (JsonTextReader_t262560521 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.JsonTextReader::IsSeparator(System.Char) extern "C" IL2CPP_METHOD_ATTR bool JsonTextReader_IsSeparator_m1799965531 (JsonTextReader_t262560521 * __this, Il2CppChar ___c0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.StringBuffer::Clear(Newtonsoft.Json.IArrayPool`1) extern "C" IL2CPP_METHOD_ATTR void StringBuffer_Clear_m2783062614 (StringBuffer_t2235727887 * __this, RuntimeObject* ___bufferPool0, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.JsonTextReader::get_LinePosition() extern "C" IL2CPP_METHOD_ATTR int32_t JsonTextReader_get_LinePosition_m2636411728 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #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.Bson.BsonArray::Add(Newtonsoft.Json.Bson.BsonToken) extern "C" IL2CPP_METHOD_ATTR void BsonArray_Add_m4054612223 (BsonArray_t345506913 * __this, BsonToken_t3838771636 * ___token0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonArray_Add_m4054612223_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1015879082 * L_0 = __this->get__children_2(); BsonToken_t3838771636 * L_1 = ___token0; NullCheck(L_0); List_1_Add_m2810570852(L_0, L_1, /*hidden argument*/List_1_Add_m2810570852_RuntimeMethod_var); BsonToken_t3838771636 * L_2 = ___token0; NullCheck(L_2); BsonToken_set_Parent_m3940624387(L_2, __this, /*hidden argument*/NULL); return; } } // Newtonsoft.Json.Bson.BsonType Newtonsoft.Json.Bson.BsonArray::get_Type() extern "C" IL2CPP_METHOD_ATTR int8_t BsonArray_get_Type_m3354278507 (BsonArray_t345506913 * __this, const RuntimeMethod* method) { { return (int8_t)(4); } } // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Bson.BsonArray::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* BsonArray_GetEnumerator_m800492472 (BsonArray_t345506913 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonArray_GetEnumerator_m800492472_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1015879082 * L_0 = __this->get__children_2(); NullCheck(L_0); Enumerator_t2905122959 L_1 = List_1_GetEnumerator_m3152301271(L_0, /*hidden argument*/List_1_GetEnumerator_m3152301271_RuntimeMethod_var); Enumerator_t2905122959 L_2 = L_1; RuntimeObject * L_3 = Box(Enumerator_t2905122959_il2cpp_TypeInfo_var, &L_2); return (RuntimeObject*)L_3; } } // System.Collections.IEnumerator Newtonsoft.Json.Bson.BsonArray::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* BsonArray_System_Collections_IEnumerable_GetEnumerator_m3794266165 (BsonArray_t345506913 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = BsonArray_GetEnumerator_m800492472(__this, /*hidden argument*/NULL); return L_0; } } // System.Void Newtonsoft.Json.Bson.BsonArray::.ctor() extern "C" IL2CPP_METHOD_ATTR void BsonArray__ctor_m1657671806 (BsonArray_t345506913 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonArray__ctor_m1657671806_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1015879082 * L_0 = (List_1_t1015879082 *)il2cpp_codegen_object_new(List_1_t1015879082_il2cpp_TypeInfo_var); List_1__ctor_m1951997890(L_0, /*hidden argument*/List_1__ctor_m1951997890_RuntimeMethod_var); __this->set__children_2(L_0); BsonToken__ctor_m4218088391(__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.Bson.BsonBinaryType Newtonsoft.Json.Bson.BsonBinary::get_BinaryType() extern "C" IL2CPP_METHOD_ATTR uint8_t BsonBinary_get_BinaryType_m1116797009 (BsonBinary_t160198617 * __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->get_U3CBinaryTypeU3Ek__BackingField_4(); return L_0; } } // System.Void Newtonsoft.Json.Bson.BsonBinary::set_BinaryType(Newtonsoft.Json.Bson.BsonBinaryType) extern "C" IL2CPP_METHOD_ATTR void BsonBinary_set_BinaryType_m436456018 (BsonBinary_t160198617 * __this, uint8_t ___value0, const RuntimeMethod* method) { { uint8_t L_0 = ___value0; __this->set_U3CBinaryTypeU3Ek__BackingField_4(L_0); return; } } // System.Void Newtonsoft.Json.Bson.BsonBinary::.ctor(System.Byte[],Newtonsoft.Json.Bson.BsonBinaryType) extern "C" IL2CPP_METHOD_ATTR void BsonBinary__ctor_m981307087 (BsonBinary_t160198617 * __this, ByteU5BU5D_t4116647657* ___value0, uint8_t ___binaryType1, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = ___value0; BsonValue__ctor_m2547678966(__this, (RuntimeObject *)(RuntimeObject *)L_0, 5, /*hidden argument*/NULL); uint8_t L_1 = ___binaryType1; BsonBinary_set_BinaryType_m436456018(__this, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTimeKind Newtonsoft.Json.Bson.BsonBinaryWriter::get_DateTimeKindHandling() extern "C" IL2CPP_METHOD_ATTR int32_t BsonBinaryWriter_get_DateTimeKindHandling_m1255248702 (BsonBinaryWriter_t671405346 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CDateTimeKindHandlingU3Ek__BackingField_3(); return L_0; } } // System.Void Newtonsoft.Json.Bson.BsonBinaryWriter::Close() extern "C" IL2CPP_METHOD_ATTR void BsonBinaryWriter_Close_m4129648188 (BsonBinaryWriter_t671405346 * __this, const RuntimeMethod* method) { { BinaryWriter_t3992595042 * L_0 = __this->get__writer_1(); NullCheck(L_0); VirtActionInvoker0::Invoke(5 /* System.Void System.IO.BinaryWriter::Close() */, L_0); return; } } // System.Void Newtonsoft.Json.Bson.BsonBinaryWriter::WriteToken(Newtonsoft.Json.Bson.BsonToken) extern "C" IL2CPP_METHOD_ATTR void BsonBinaryWriter_WriteToken_m3923062143 (BsonBinaryWriter_t671405346 * __this, BsonToken_t3838771636 * ___t0, const RuntimeMethod* method) { { BsonToken_t3838771636 * L_0 = ___t0; BsonBinaryWriter_CalculateSize_m879612069(__this, L_0, /*hidden argument*/NULL); BsonToken_t3838771636 * L_1 = ___t0; BsonBinaryWriter_WriteTokenInternal_m2476919792(__this, L_1, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Bson.BsonBinaryWriter::WriteTokenInternal(Newtonsoft.Json.Bson.BsonToken) extern "C" IL2CPP_METHOD_ATTR void BsonBinaryWriter_WriteTokenInternal_m2476919792 (BsonBinaryWriter_t671405346 * __this, BsonToken_t3838771636 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonBinaryWriter_WriteTokenInternal_m2476919792_MetadataUsageId); s_Il2CppMethodInitialized = true; } int8_t V_0 = 0; BsonObject_t3552490343 * V_1 = NULL; RuntimeObject* V_2 = NULL; BsonProperty_t1130223951 * V_3 = NULL; Nullable_1_t378540539 V_4; memset(&V_4, 0, sizeof(V_4)); BsonArray_t345506913 * V_5 = NULL; uint64_t V_6 = 0; RuntimeObject* V_7 = NULL; BsonToken_t3838771636 * V_8 = NULL; BsonValue_t3067495970 * V_9 = NULL; BsonValue_t3067495970 * V_10 = NULL; BsonValue_t3067495970 * V_11 = NULL; BsonString_t1135579766 * V_12 = NULL; BsonValue_t3067495970 * V_13 = NULL; BsonValue_t3067495970 * V_14 = NULL; int64_t V_15 = 0; DateTime_t3738529785 V_16; memset(&V_16, 0, sizeof(V_16)); DateTimeOffset_t3229287507 V_17; memset(&V_17, 0, sizeof(V_17)); BsonBinary_t160198617 * V_18 = NULL; ByteU5BU5D_t4116647657* V_19 = NULL; ByteU5BU5D_t4116647657* V_20 = NULL; BsonRegex_t323777446 * V_21 = 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); { BsonToken_t3838771636 * L_0 = ___t0; NullCheck(L_0); int8_t L_1 = VirtFuncInvoker0< int8_t >::Invoke(4 /* Newtonsoft.Json.Bson.BsonType Newtonsoft.Json.Bson.BsonToken::get_Type() */, L_0); V_0 = L_1; int8_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) { case 0: { goto IL_01d6; } case 1: { goto IL_01fb; } case 2: { goto IL_005c; } case 3: { goto IL_00f2; } case 4: { goto IL_02d6; } case 5: { goto IL_03c3; } case 6: { goto IL_031b; } case 7: { goto IL_022b; } case 8: { goto IL_024b; } case 9: { goto IL_03c3; } case 10: { goto IL_033b; } case 11: { goto IL_039e; } case 12: { goto IL_039e; } case 13: { goto IL_039e; } case 14: { goto IL_039e; } case 15: { goto IL_018c; } case 16: { goto IL_039e; } case 17: { goto IL_01b1; } } } { goto IL_039e; } IL_005c: { BsonToken_t3838771636 * L_3 = ___t0; V_1 = ((BsonObject_t3552490343 *)CastclassClass((RuntimeObject*)L_3, BsonObject_t3552490343_il2cpp_TypeInfo_var)); BinaryWriter_t3992595042 * L_4 = __this->get__writer_1(); BsonObject_t3552490343 * L_5 = V_1; NullCheck(L_5); int32_t L_6 = BsonToken_get_CalculatedSize_m1041449010(L_5, /*hidden argument*/NULL); NullCheck(L_4); VirtActionInvoker1< int32_t >::Invoke(12 /* System.Void System.IO.BinaryWriter::Write(System.Int32) */, L_4, L_6); BsonObject_t3552490343 * L_7 = V_1; NullCheck(L_7); RuntimeObject* L_8 = BsonObject_GetEnumerator_m1568080356(L_7, /*hidden argument*/NULL); V_2 = L_8; } IL_007b: try { // begin try (depth: 1) { goto IL_00d1; } IL_007d: { RuntimeObject* L_9 = V_2; NullCheck(L_9); BsonProperty_t1130223951 * L_10 = InterfaceFuncInvoker0< BsonProperty_t1130223951 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t1562794419_il2cpp_TypeInfo_var, L_9); V_3 = L_10; BinaryWriter_t3992595042 * L_11 = __this->get__writer_1(); BsonProperty_t1130223951 * L_12 = V_3; NullCheck(L_12); BsonToken_t3838771636 * L_13 = BsonProperty_get_Value_m1673851988(L_12, /*hidden argument*/NULL); NullCheck(L_13); int8_t L_14 = VirtFuncInvoker0< int8_t >::Invoke(4 /* Newtonsoft.Json.Bson.BsonType Newtonsoft.Json.Bson.BsonToken::get_Type() */, L_13); NullCheck(L_11); VirtActionInvoker1< int8_t >::Invoke(14 /* System.Void System.IO.BinaryWriter::Write(System.SByte) */, L_11, L_14); BsonProperty_t1130223951 * L_15 = V_3; NullCheck(L_15); BsonString_t1135579766 * L_16 = BsonProperty_get_Name_m1650577885(L_15, /*hidden argument*/NULL); NullCheck(L_16); RuntimeObject * L_17 = BsonValue_get_Value_m3981426679(L_16, /*hidden argument*/NULL); BsonProperty_t1130223951 * L_18 = V_3; NullCheck(L_18); BsonString_t1135579766 * L_19 = BsonProperty_get_Name_m1650577885(L_18, /*hidden argument*/NULL); NullCheck(L_19); int32_t L_20 = BsonString_get_ByteCount_m2909435692(L_19, /*hidden argument*/NULL); il2cpp_codegen_initobj((&V_4), sizeof(Nullable_1_t378540539 )); Nullable_1_t378540539 L_21 = V_4; BsonBinaryWriter_WriteString_m2723601906(__this, ((String_t*)CastclassSealed((RuntimeObject*)L_17, String_t_il2cpp_TypeInfo_var)), L_20, L_21, /*hidden argument*/NULL); BsonProperty_t1130223951 * L_22 = V_3; NullCheck(L_22); BsonToken_t3838771636 * L_23 = BsonProperty_get_Value_m1673851988(L_22, /*hidden argument*/NULL); BsonBinaryWriter_WriteTokenInternal_m2476919792(__this, L_23, /*hidden argument*/NULL); } IL_00d1: { RuntimeObject* L_24 = V_2; 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_007d; } } IL_00d9: { IL2CPP_LEAVE(0xE5, FINALLY_00db); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00db; } FINALLY_00db: { // begin finally (depth: 1) { RuntimeObject* L_26 = V_2; if (!L_26) { goto IL_00e4; } } IL_00de: { RuntimeObject* L_27 = V_2; NullCheck(L_27); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_27); } IL_00e4: { IL2CPP_END_FINALLY(219) } } // end finally (depth: 1) IL2CPP_CLEANUP(219) { IL2CPP_JUMP_TBL(0xE5, IL_00e5) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00e5: { BinaryWriter_t3992595042 * L_28 = __this->get__writer_1(); NullCheck(L_28); VirtActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, L_28, (uint8_t)0); return; } IL_00f2: { BsonToken_t3838771636 * L_29 = ___t0; V_5 = ((BsonArray_t345506913 *)CastclassClass((RuntimeObject*)L_29, BsonArray_t345506913_il2cpp_TypeInfo_var)); BinaryWriter_t3992595042 * L_30 = __this->get__writer_1(); BsonArray_t345506913 * L_31 = V_5; NullCheck(L_31); int32_t L_32 = BsonToken_get_CalculatedSize_m1041449010(L_31, /*hidden argument*/NULL); NullCheck(L_30); VirtActionInvoker1< int32_t >::Invoke(12 /* System.Void System.IO.BinaryWriter::Write(System.Int32) */, L_30, L_32); V_6 = (((int64_t)((int64_t)0))); BsonArray_t345506913 * L_33 = V_5; NullCheck(L_33); RuntimeObject* L_34 = BsonArray_GetEnumerator_m800492472(L_33, /*hidden argument*/NULL); V_7 = L_34; } IL_0119: try { // begin try (depth: 1) { goto IL_0168; } IL_011b: { RuntimeObject* L_35 = V_7; NullCheck(L_35); BsonToken_t3838771636 * L_36 = InterfaceFuncInvoker0< BsonToken_t3838771636 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t4271342104_il2cpp_TypeInfo_var, L_35); V_8 = L_36; BinaryWriter_t3992595042 * L_37 = __this->get__writer_1(); BsonToken_t3838771636 * L_38 = V_8; NullCheck(L_38); int8_t L_39 = VirtFuncInvoker0< int8_t >::Invoke(4 /* Newtonsoft.Json.Bson.BsonType Newtonsoft.Json.Bson.BsonToken::get_Type() */, L_38); NullCheck(L_37); VirtActionInvoker1< int8_t >::Invoke(14 /* System.Void System.IO.BinaryWriter::Write(System.SByte) */, L_37, L_39); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_40 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_41 = UInt64_ToString_m2623377370((&V_6), L_40, /*hidden argument*/NULL); uint64_t L_42 = V_6; int32_t L_43 = MathUtils_IntLength_m3543442926(NULL /*static, unused*/, L_42, /*hidden argument*/NULL); il2cpp_codegen_initobj((&V_4), sizeof(Nullable_1_t378540539 )); Nullable_1_t378540539 L_44 = V_4; BsonBinaryWriter_WriteString_m2723601906(__this, L_41, L_43, L_44, /*hidden argument*/NULL); BsonToken_t3838771636 * L_45 = V_8; BsonBinaryWriter_WriteTokenInternal_m2476919792(__this, L_45, /*hidden argument*/NULL); uint64_t L_46 = V_6; V_6 = ((int64_t)il2cpp_codegen_add((int64_t)L_46, (int64_t)(((int64_t)((int64_t)1))))); } IL_0168: { RuntimeObject* L_47 = V_7; NullCheck(L_47); bool L_48 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_47); if (L_48) { goto IL_011b; } } IL_0171: { IL2CPP_LEAVE(0x17F, FINALLY_0173); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0173; } FINALLY_0173: { // begin finally (depth: 1) { RuntimeObject* L_49 = V_7; if (!L_49) { goto IL_017e; } } IL_0177: { RuntimeObject* L_50 = V_7; NullCheck(L_50); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_50); } IL_017e: { IL2CPP_END_FINALLY(371) } } // end finally (depth: 1) IL2CPP_CLEANUP(371) { IL2CPP_JUMP_TBL(0x17F, IL_017f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_017f: { BinaryWriter_t3992595042 * L_51 = __this->get__writer_1(); NullCheck(L_51); VirtActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, L_51, (uint8_t)0); return; } IL_018c: { BsonToken_t3838771636 * L_52 = ___t0; V_9 = ((BsonValue_t3067495970 *)CastclassClass((RuntimeObject*)L_52, BsonValue_t3067495970_il2cpp_TypeInfo_var)); BinaryWriter_t3992595042 * L_53 = __this->get__writer_1(); BsonValue_t3067495970 * L_54 = V_9; NullCheck(L_54); RuntimeObject * L_55 = BsonValue_get_Value_m3981426679(L_54, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_56 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_57 = Convert_ToInt32_m3211312035(NULL /*static, unused*/, L_55, L_56, /*hidden argument*/NULL); NullCheck(L_53); VirtActionInvoker1< int32_t >::Invoke(12 /* System.Void System.IO.BinaryWriter::Write(System.Int32) */, L_53, L_57); return; } IL_01b1: { BsonToken_t3838771636 * L_58 = ___t0; V_10 = ((BsonValue_t3067495970 *)CastclassClass((RuntimeObject*)L_58, BsonValue_t3067495970_il2cpp_TypeInfo_var)); BinaryWriter_t3992595042 * L_59 = __this->get__writer_1(); BsonValue_t3067495970 * L_60 = V_10; NullCheck(L_60); RuntimeObject * L_61 = BsonValue_get_Value_m3981426679(L_60, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_62 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int64_t L_63 = Convert_ToInt64_m2643251823(NULL /*static, unused*/, L_61, L_62, /*hidden argument*/NULL); NullCheck(L_59); VirtActionInvoker1< int64_t >::Invoke(13 /* System.Void System.IO.BinaryWriter::Write(System.Int64) */, L_59, L_63); return; } IL_01d6: { BsonToken_t3838771636 * L_64 = ___t0; V_11 = ((BsonValue_t3067495970 *)CastclassClass((RuntimeObject*)L_64, BsonValue_t3067495970_il2cpp_TypeInfo_var)); BinaryWriter_t3992595042 * L_65 = __this->get__writer_1(); BsonValue_t3067495970 * L_66 = V_11; NullCheck(L_66); RuntimeObject * L_67 = BsonValue_get_Value_m3981426679(L_66, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_68 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); double L_69 = Convert_ToDouble_m4017511472(NULL /*static, unused*/, L_67, L_68, /*hidden argument*/NULL); NullCheck(L_65); VirtActionInvoker1< double >::Invoke(11 /* System.Void System.IO.BinaryWriter::Write(System.Double) */, L_65, L_69); return; } IL_01fb: { BsonToken_t3838771636 * L_70 = ___t0; V_12 = ((BsonString_t1135579766 *)CastclassClass((RuntimeObject*)L_70, BsonString_t1135579766_il2cpp_TypeInfo_var)); BsonString_t1135579766 * L_71 = V_12; NullCheck(L_71); RuntimeObject * L_72 = BsonValue_get_Value_m3981426679(L_71, /*hidden argument*/NULL); BsonString_t1135579766 * L_73 = V_12; NullCheck(L_73); int32_t L_74 = BsonString_get_ByteCount_m2909435692(L_73, /*hidden argument*/NULL); BsonString_t1135579766 * L_75 = V_12; NullCheck(L_75); int32_t L_76 = BsonToken_get_CalculatedSize_m1041449010(L_75, /*hidden argument*/NULL); Nullable_1_t378540539 L_77; memset(&L_77, 0, sizeof(L_77)); Nullable_1__ctor_m2076366551((&L_77), ((int32_t)il2cpp_codegen_subtract((int32_t)L_76, (int32_t)4)), /*hidden argument*/Nullable_1__ctor_m2076366551_RuntimeMethod_var); BsonBinaryWriter_WriteString_m2723601906(__this, ((String_t*)CastclassSealed((RuntimeObject*)L_72, String_t_il2cpp_TypeInfo_var)), L_74, L_77, /*hidden argument*/NULL); return; } IL_022b: { BsonToken_t3838771636 * L_78 = ___t0; V_13 = ((BsonValue_t3067495970 *)CastclassClass((RuntimeObject*)L_78, BsonValue_t3067495970_il2cpp_TypeInfo_var)); BinaryWriter_t3992595042 * L_79 = __this->get__writer_1(); BsonValue_t3067495970 * L_80 = V_13; NullCheck(L_80); RuntimeObject * L_81 = BsonValue_get_Value_m3981426679(L_80, /*hidden argument*/NULL); NullCheck(L_79); VirtActionInvoker1< bool >::Invoke(7 /* System.Void System.IO.BinaryWriter::Write(System.Boolean) */, L_79, ((*(bool*)((bool*)UnBox(L_81, Boolean_t97287965_il2cpp_TypeInfo_var))))); return; } IL_024b: { BsonToken_t3838771636 * L_82 = ___t0; V_14 = ((BsonValue_t3067495970 *)CastclassClass((RuntimeObject*)L_82, BsonValue_t3067495970_il2cpp_TypeInfo_var)); V_15 = (((int64_t)((int64_t)0))); BsonValue_t3067495970 * L_83 = V_14; NullCheck(L_83); RuntimeObject * L_84 = BsonValue_get_Value_m3981426679(L_83, /*hidden argument*/NULL); if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_84, DateTime_t3738529785_il2cpp_TypeInfo_var))) { goto IL_02a5; } } { BsonValue_t3067495970 * L_85 = V_14; NullCheck(L_85); RuntimeObject * L_86 = BsonValue_get_Value_m3981426679(L_85, /*hidden argument*/NULL); V_16 = ((*(DateTime_t3738529785 *)((DateTime_t3738529785 *)UnBox(L_86, DateTime_t3738529785_il2cpp_TypeInfo_var)))); int32_t L_87 = BsonBinaryWriter_get_DateTimeKindHandling_m1255248702(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_87) == ((uint32_t)1)))) { goto IL_0287; } } { DateTime_t3738529785 L_88 = DateTime_ToUniversalTime_m1945318289((&V_16), /*hidden argument*/NULL); V_16 = L_88; goto IL_0299; } IL_0287: { int32_t L_89 = BsonBinaryWriter_get_DateTimeKindHandling_m1255248702(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_89) == ((uint32_t)2)))) { goto IL_0299; } } { DateTime_t3738529785 L_90 = DateTime_ToLocalTime_m3134475597((&V_16), /*hidden argument*/NULL); V_16 = L_90; } IL_0299: { DateTime_t3738529785 L_91 = V_16; IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_t3515429982_il2cpp_TypeInfo_var); int64_t L_92 = DateTimeUtils_ConvertDateTimeToJavaScriptTicks_m3362411187(NULL /*static, unused*/, L_91, (bool)0, /*hidden argument*/NULL); V_15 = L_92; goto IL_02c8; } IL_02a5: { BsonValue_t3067495970 * L_93 = V_14; NullCheck(L_93); RuntimeObject * L_94 = BsonValue_get_Value_m3981426679(L_93, /*hidden argument*/NULL); V_17 = ((*(DateTimeOffset_t3229287507 *)((DateTimeOffset_t3229287507 *)UnBox(L_94, DateTimeOffset_t3229287507_il2cpp_TypeInfo_var)))); DateTime_t3738529785 L_95 = DateTimeOffset_get_UtcDateTime_m1021718282((&V_17), /*hidden argument*/NULL); TimeSpan_t881159249 L_96 = DateTimeOffset_get_Offset_m2040541042((&V_17), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_t3515429982_il2cpp_TypeInfo_var); int64_t L_97 = DateTimeUtils_ConvertDateTimeToJavaScriptTicks_m478085472(NULL /*static, unused*/, L_95, L_96, /*hidden argument*/NULL); V_15 = L_97; } IL_02c8: { BinaryWriter_t3992595042 * L_98 = __this->get__writer_1(); int64_t L_99 = V_15; NullCheck(L_98); VirtActionInvoker1< int64_t >::Invoke(13 /* System.Void System.IO.BinaryWriter::Write(System.Int64) */, L_98, L_99); return; } IL_02d6: { BsonToken_t3838771636 * L_100 = ___t0; V_18 = ((BsonBinary_t160198617 *)CastclassClass((RuntimeObject*)L_100, BsonBinary_t160198617_il2cpp_TypeInfo_var)); BsonBinary_t160198617 * L_101 = V_18; NullCheck(L_101); RuntimeObject * L_102 = BsonValue_get_Value_m3981426679(L_101, /*hidden argument*/NULL); V_19 = ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_102, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var)); BinaryWriter_t3992595042 * L_103 = __this->get__writer_1(); ByteU5BU5D_t4116647657* L_104 = V_19; NullCheck(L_104); NullCheck(L_103); VirtActionInvoker1< int32_t >::Invoke(12 /* System.Void System.IO.BinaryWriter::Write(System.Int32) */, L_103, (((int32_t)((int32_t)(((RuntimeArray *)L_104)->max_length))))); BinaryWriter_t3992595042 * L_105 = __this->get__writer_1(); BsonBinary_t160198617 * L_106 = V_18; NullCheck(L_106); uint8_t L_107 = BsonBinary_get_BinaryType_m1116797009(L_106, /*hidden argument*/NULL); NullCheck(L_105); VirtActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, L_105, L_107); BinaryWriter_t3992595042 * L_108 = __this->get__writer_1(); ByteU5BU5D_t4116647657* L_109 = V_19; NullCheck(L_108); VirtActionInvoker1< ByteU5BU5D_t4116647657* >::Invoke(9 /* System.Void System.IO.BinaryWriter::Write(System.Byte[]) */, L_108, L_109); return; } IL_031b: { BsonToken_t3838771636 * L_110 = ___t0; NullCheck(((BsonValue_t3067495970 *)CastclassClass((RuntimeObject*)L_110, BsonValue_t3067495970_il2cpp_TypeInfo_var))); RuntimeObject * L_111 = BsonValue_get_Value_m3981426679(((BsonValue_t3067495970 *)CastclassClass((RuntimeObject*)L_110, BsonValue_t3067495970_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_20 = ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_111, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var)); BinaryWriter_t3992595042 * L_112 = __this->get__writer_1(); ByteU5BU5D_t4116647657* L_113 = V_20; NullCheck(L_112); VirtActionInvoker1< ByteU5BU5D_t4116647657* >::Invoke(9 /* System.Void System.IO.BinaryWriter::Write(System.Byte[]) */, L_112, L_113); return; } IL_033b: { BsonToken_t3838771636 * L_114 = ___t0; V_21 = ((BsonRegex_t323777446 *)CastclassClass((RuntimeObject*)L_114, BsonRegex_t323777446_il2cpp_TypeInfo_var)); BsonRegex_t323777446 * L_115 = V_21; NullCheck(L_115); BsonString_t1135579766 * L_116 = BsonRegex_get_Pattern_m3874819354(L_115, /*hidden argument*/NULL); NullCheck(L_116); RuntimeObject * L_117 = BsonValue_get_Value_m3981426679(L_116, /*hidden argument*/NULL); BsonRegex_t323777446 * L_118 = V_21; NullCheck(L_118); BsonString_t1135579766 * L_119 = BsonRegex_get_Pattern_m3874819354(L_118, /*hidden argument*/NULL); NullCheck(L_119); int32_t L_120 = BsonString_get_ByteCount_m2909435692(L_119, /*hidden argument*/NULL); il2cpp_codegen_initobj((&V_4), sizeof(Nullable_1_t378540539 )); Nullable_1_t378540539 L_121 = V_4; BsonBinaryWriter_WriteString_m2723601906(__this, ((String_t*)CastclassSealed((RuntimeObject*)L_117, String_t_il2cpp_TypeInfo_var)), L_120, L_121, /*hidden argument*/NULL); BsonRegex_t323777446 * L_122 = V_21; NullCheck(L_122); BsonString_t1135579766 * L_123 = BsonRegex_get_Options_m3915970614(L_122, /*hidden argument*/NULL); NullCheck(L_123); RuntimeObject * L_124 = BsonValue_get_Value_m3981426679(L_123, /*hidden argument*/NULL); BsonRegex_t323777446 * L_125 = V_21; NullCheck(L_125); BsonString_t1135579766 * L_126 = BsonRegex_get_Options_m3915970614(L_125, /*hidden argument*/NULL); NullCheck(L_126); int32_t L_127 = BsonString_get_ByteCount_m2909435692(L_126, /*hidden argument*/NULL); il2cpp_codegen_initobj((&V_4), sizeof(Nullable_1_t378540539 )); Nullable_1_t378540539 L_128 = V_4; BsonBinaryWriter_WriteString_m2723601906(__this, ((String_t*)CastclassSealed((RuntimeObject*)L_124, String_t_il2cpp_TypeInfo_var)), L_127, L_128, /*hidden argument*/NULL); return; } IL_039e: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_129 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); BsonToken_t3838771636 * L_130 = ___t0; NullCheck(L_130); int8_t L_131 = VirtFuncInvoker0< int8_t >::Invoke(4 /* Newtonsoft.Json.Bson.BsonType Newtonsoft.Json.Bson.BsonToken::get_Type() */, L_130); int8_t L_132 = L_131; RuntimeObject * L_133 = Box(BsonType_t1843803290_il2cpp_TypeInfo_var, &L_132); String_t* L_134 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral1984087693, L_129, L_133, /*hidden argument*/NULL); ArgumentOutOfRangeException_t777629997 * L_135 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_135, _stringLiteral3452614604, L_134, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_135,BsonBinaryWriter_WriteTokenInternal_m2476919792_RuntimeMethod_var); } IL_03c3: { return; } } // System.Void Newtonsoft.Json.Bson.BsonBinaryWriter::WriteString(System.String,System.Int32,System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR void BsonBinaryWriter_WriteString_m2723601906 (BsonBinaryWriter_t671405346 * __this, String_t* ___s0, int32_t ___byteCount1, Nullable_1_t378540539 ___calculatedlengthPrefix2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonBinaryWriter_WriteString_m2723601906_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = Nullable_1_get_HasValue_m2648265346((&___calculatedlengthPrefix2), /*hidden argument*/Nullable_1_get_HasValue_m2648265346_RuntimeMethod_var); if (!L_0) { goto IL_001b; } } { BinaryWriter_t3992595042 * L_1 = __this->get__writer_1(); int32_t L_2 = Nullable_1_GetValueOrDefault_m2296315628((&___calculatedlengthPrefix2), /*hidden argument*/Nullable_1_GetValueOrDefault_m2296315628_RuntimeMethod_var); NullCheck(L_1); VirtActionInvoker1< int32_t >::Invoke(12 /* System.Void System.IO.BinaryWriter::Write(System.Int32) */, L_1, L_2); } IL_001b: { String_t* L_3 = ___s0; int32_t L_4 = ___byteCount1; BsonBinaryWriter_WriteUtf8Bytes_m3783864275(__this, L_3, L_4, /*hidden argument*/NULL); BinaryWriter_t3992595042 * L_5 = __this->get__writer_1(); NullCheck(L_5); VirtActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, L_5, (uint8_t)0); return; } } // System.Void Newtonsoft.Json.Bson.BsonBinaryWriter::WriteUtf8Bytes(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BsonBinaryWriter_WriteUtf8Bytes_m3783864275 (BsonBinaryWriter_t671405346 * __this, String_t* ___s0, int32_t ___byteCount1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonBinaryWriter_WriteUtf8Bytes_m3783864275_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; { String_t* L_0 = ___s0; if (!L_0) { goto IL_0069; } } { ByteU5BU5D_t4116647657* L_1 = __this->get__largeByteBuffer_2(); if (L_1) { goto IL_001b; } } { __this->set__largeByteBuffer_2(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)))); } IL_001b: { int32_t L_2 = ___byteCount1; if ((((int32_t)L_2) > ((int32_t)((int32_t)256)))) { goto IL_0051; } } { IL2CPP_RUNTIME_CLASS_INIT(BsonBinaryWriter_t671405346_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_3 = ((BsonBinaryWriter_t671405346_StaticFields*)il2cpp_codegen_static_fields_for(BsonBinaryWriter_t671405346_il2cpp_TypeInfo_var))->get_Encoding_0(); String_t* L_4 = ___s0; String_t* L_5 = ___s0; NullCheck(L_5); int32_t L_6 = String_get_Length_m3847582255(L_5, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_7 = __this->get__largeByteBuffer_2(); NullCheck(L_3); VirtFuncInvoker5< int32_t, String_t*, int32_t, int32_t, ByteU5BU5D_t4116647657*, int32_t >::Invoke(9 /* System.Int32 System.Text.Encoding::GetBytes(System.String,System.Int32,System.Int32,System.Byte[],System.Int32) */, L_3, L_4, 0, L_6, L_7, 0); BinaryWriter_t3992595042 * L_8 = __this->get__writer_1(); ByteU5BU5D_t4116647657* L_9 = __this->get__largeByteBuffer_2(); int32_t L_10 = ___byteCount1; NullCheck(L_8); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(10 /* System.Void System.IO.BinaryWriter::Write(System.Byte[],System.Int32,System.Int32) */, L_8, L_9, 0, L_10); return; } IL_0051: { IL2CPP_RUNTIME_CLASS_INIT(BsonBinaryWriter_t671405346_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_11 = ((BsonBinaryWriter_t671405346_StaticFields*)il2cpp_codegen_static_fields_for(BsonBinaryWriter_t671405346_il2cpp_TypeInfo_var))->get_Encoding_0(); String_t* L_12 = ___s0; NullCheck(L_11); ByteU5BU5D_t4116647657* L_13 = VirtFuncInvoker1< ByteU5BU5D_t4116647657*, String_t* >::Invoke(10 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_11, L_12); V_0 = L_13; BinaryWriter_t3992595042 * L_14 = __this->get__writer_1(); ByteU5BU5D_t4116647657* L_15 = V_0; NullCheck(L_14); VirtActionInvoker1< ByteU5BU5D_t4116647657* >::Invoke(9 /* System.Void System.IO.BinaryWriter::Write(System.Byte[]) */, L_14, L_15); } IL_0069: { return; } } // System.Int32 Newtonsoft.Json.Bson.BsonBinaryWriter::CalculateSize(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t BsonBinaryWriter_CalculateSize_m719056144 (BsonBinaryWriter_t671405346 * __this, int32_t ___stringByteCount0, const RuntimeMethod* method) { { int32_t L_0 = ___stringByteCount0; return ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)); } } // System.Int32 Newtonsoft.Json.Bson.BsonBinaryWriter::CalculateSizeWithLength(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t BsonBinaryWriter_CalculateSizeWithLength_m2668837377 (BsonBinaryWriter_t671405346 * __this, int32_t ___stringByteCount0, bool ___includeSize1, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { bool L_0 = ___includeSize1; if (L_0) { goto IL_0006; } } { G_B3_0 = 1; goto IL_0007; } IL_0006: { G_B3_0 = 5; } IL_0007: { int32_t L_1 = ___stringByteCount0; return ((int32_t)il2cpp_codegen_add((int32_t)G_B3_0, (int32_t)L_1)); } } // System.Int32 Newtonsoft.Json.Bson.BsonBinaryWriter::CalculateSize(Newtonsoft.Json.Bson.BsonToken) extern "C" IL2CPP_METHOD_ATTR int32_t BsonBinaryWriter_CalculateSize_m879612069 (BsonBinaryWriter_t671405346 * __this, BsonToken_t3838771636 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonBinaryWriter_CalculateSize_m879612069_MetadataUsageId); s_Il2CppMethodInitialized = true; } int8_t V_0 = 0; BsonObject_t3552490343 * V_1 = NULL; int32_t V_2 = 0; RuntimeObject* V_3 = NULL; BsonProperty_t1130223951 * V_4 = NULL; int32_t V_5 = 0; BsonArray_t345506913 * V_6 = NULL; int32_t V_7 = 0; uint64_t V_8 = 0; RuntimeObject* V_9 = NULL; BsonToken_t3838771636 * V_10 = NULL; BsonString_t1135579766 * V_11 = NULL; String_t* V_12 = NULL; ByteU5BU5D_t4116647657* V_13 = NULL; BsonRegex_t323777446 * V_14 = NULL; int32_t V_15 = 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); BsonString_t1135579766 * G_B25_0 = NULL; BsonString_t1135579766 * G_B24_0 = NULL; int32_t G_B26_0 = 0; BsonString_t1135579766 * G_B26_1 = NULL; { BsonToken_t3838771636 * L_0 = ___t0; NullCheck(L_0); int8_t L_1 = VirtFuncInvoker0< int8_t >::Invoke(4 /* Newtonsoft.Json.Bson.BsonType Newtonsoft.Json.Bson.BsonToken::get_Type() */, L_0); V_0 = L_1; int8_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) { case 0: { goto IL_0144; } case 1: { goto IL_0146; } case 2: { goto IL_005c; } case 3: { goto IL_00c3; } case 4: { goto IL_019f; } case 5: { goto IL_019b; } case 6: { goto IL_01c4; } case 7: { goto IL_0199; } case 8: { goto IL_019d; } case 9: { goto IL_019b; } case 10: { goto IL_01c7; } case 11: { goto IL_0207; } case 12: { goto IL_0207; } case 13: { goto IL_0207; } case 14: { goto IL_0207; } case 15: { goto IL_0140; } case 16: { goto IL_0207; } case 17: { goto IL_0142; } } } { goto IL_0207; } IL_005c: { BsonToken_t3838771636 * L_3 = ___t0; V_1 = ((BsonObject_t3552490343 *)CastclassClass((RuntimeObject*)L_3, BsonObject_t3552490343_il2cpp_TypeInfo_var)); V_2 = 4; BsonObject_t3552490343 * L_4 = V_1; NullCheck(L_4); RuntimeObject* L_5 = BsonObject_GetEnumerator_m1568080356(L_4, /*hidden argument*/NULL); V_3 = L_5; } IL_006c: try { // begin try (depth: 1) { goto IL_00a2; } IL_006e: { RuntimeObject* L_6 = V_3; NullCheck(L_6); BsonProperty_t1130223951 * L_7 = InterfaceFuncInvoker0< BsonProperty_t1130223951 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t1562794419_il2cpp_TypeInfo_var, L_6); V_4 = L_7; V_5 = 1; int32_t L_8 = V_5; BsonProperty_t1130223951 * L_9 = V_4; NullCheck(L_9); BsonString_t1135579766 * L_10 = BsonProperty_get_Name_m1650577885(L_9, /*hidden argument*/NULL); int32_t L_11 = BsonBinaryWriter_CalculateSize_m879612069(__this, L_10, /*hidden argument*/NULL); V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_11)); int32_t L_12 = V_5; BsonProperty_t1130223951 * L_13 = V_4; NullCheck(L_13); BsonToken_t3838771636 * L_14 = BsonProperty_get_Value_m1673851988(L_13, /*hidden argument*/NULL); int32_t L_15 = BsonBinaryWriter_CalculateSize_m879612069(__this, L_14, /*hidden argument*/NULL); V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_15)); int32_t L_16 = V_2; int32_t L_17 = V_5; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)); } IL_00a2: { RuntimeObject* L_18 = V_3; 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_006e; } } IL_00aa: { IL2CPP_LEAVE(0xB6, FINALLY_00ac); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00ac; } FINALLY_00ac: { // begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_00b5; } } IL_00af: { RuntimeObject* L_21 = V_3; NullCheck(L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_21); } IL_00b5: { IL2CPP_END_FINALLY(172) } } // end finally (depth: 1) IL2CPP_CLEANUP(172) { IL2CPP_JUMP_TBL(0xB6, IL_00b6) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00b6: { int32_t L_22 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); BsonObject_t3552490343 * L_23 = V_1; int32_t L_24 = V_2; NullCheck(L_23); BsonToken_set_CalculatedSize_m3884778869(L_23, L_24, /*hidden argument*/NULL); int32_t L_25 = V_2; return L_25; } IL_00c3: { BsonToken_t3838771636 * L_26 = ___t0; V_6 = ((BsonArray_t345506913 *)CastclassClass((RuntimeObject*)L_26, BsonArray_t345506913_il2cpp_TypeInfo_var)); V_7 = 4; V_8 = (((int64_t)((int64_t)0))); BsonArray_t345506913 * L_27 = V_6; NullCheck(L_27); RuntimeObject* L_28 = BsonArray_GetEnumerator_m800492472(L_27, /*hidden argument*/NULL); V_9 = L_28; } IL_00db: try { // begin try (depth: 1) { goto IL_0112; } IL_00dd: { RuntimeObject* L_29 = V_9; NullCheck(L_29); BsonToken_t3838771636 * L_30 = InterfaceFuncInvoker0< BsonToken_t3838771636 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t4271342104_il2cpp_TypeInfo_var, L_29); V_10 = L_30; int32_t L_31 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); int32_t L_32 = V_7; uint64_t L_33 = V_8; int32_t L_34 = MathUtils_IntLength_m3543442926(NULL /*static, unused*/, L_33, /*hidden argument*/NULL); int32_t L_35 = BsonBinaryWriter_CalculateSize_m719056144(__this, L_34, /*hidden argument*/NULL); V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)L_35)); int32_t L_36 = V_7; BsonToken_t3838771636 * L_37 = V_10; int32_t L_38 = BsonBinaryWriter_CalculateSize_m879612069(__this, L_37, /*hidden argument*/NULL); V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)L_38)); uint64_t L_39 = V_8; V_8 = ((int64_t)il2cpp_codegen_add((int64_t)L_39, (int64_t)(((int64_t)((int64_t)1))))); } IL_0112: { RuntimeObject* L_40 = V_9; NullCheck(L_40); bool L_41 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_40); if (L_41) { goto IL_00dd; } } IL_011b: { IL2CPP_LEAVE(0x129, FINALLY_011d); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_011d; } FINALLY_011d: { // begin finally (depth: 1) { RuntimeObject* L_42 = V_9; if (!L_42) { goto IL_0128; } } IL_0121: { RuntimeObject* L_43 = V_9; NullCheck(L_43); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_43); } IL_0128: { IL2CPP_END_FINALLY(285) } } // end finally (depth: 1) IL2CPP_CLEANUP(285) { IL2CPP_JUMP_TBL(0x129, IL_0129) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0129: { int32_t L_44 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); BsonArray_t345506913 * L_45 = V_6; int32_t L_46 = V_7; NullCheck(L_45); BsonToken_set_CalculatedSize_m3884778869(L_45, L_46, /*hidden argument*/NULL); BsonArray_t345506913 * L_47 = V_6; NullCheck(L_47); int32_t L_48 = BsonToken_get_CalculatedSize_m1041449010(L_47, /*hidden argument*/NULL); return L_48; } IL_0140: { return 4; } IL_0142: { return 8; } IL_0144: { return 8; } IL_0146: { BsonToken_t3838771636 * L_49 = ___t0; V_11 = ((BsonString_t1135579766 *)CastclassClass((RuntimeObject*)L_49, BsonString_t1135579766_il2cpp_TypeInfo_var)); BsonString_t1135579766 * L_50 = V_11; NullCheck(L_50); RuntimeObject * L_51 = BsonValue_get_Value_m3981426679(L_50, /*hidden argument*/NULL); V_12 = ((String_t*)CastclassSealed((RuntimeObject*)L_51, String_t_il2cpp_TypeInfo_var)); BsonString_t1135579766 * L_52 = V_11; String_t* L_53 = V_12; G_B24_0 = L_52; if (L_53) { G_B25_0 = L_52; goto IL_0165; } } { G_B26_0 = 0; G_B26_1 = G_B24_0; goto IL_0171; } IL_0165: { IL2CPP_RUNTIME_CLASS_INIT(BsonBinaryWriter_t671405346_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_54 = ((BsonBinaryWriter_t671405346_StaticFields*)il2cpp_codegen_static_fields_for(BsonBinaryWriter_t671405346_il2cpp_TypeInfo_var))->get_Encoding_0(); String_t* L_55 = V_12; NullCheck(L_54); int32_t L_56 = VirtFuncInvoker1< int32_t, String_t* >::Invoke(6 /* System.Int32 System.Text.Encoding::GetByteCount(System.String) */, L_54, L_55); G_B26_0 = L_56; G_B26_1 = G_B25_0; } IL_0171: { NullCheck(G_B26_1); BsonString_set_ByteCount_m2322732339(G_B26_1, G_B26_0, /*hidden argument*/NULL); BsonString_t1135579766 * L_57 = V_11; BsonString_t1135579766 * L_58 = V_11; NullCheck(L_58); int32_t L_59 = BsonString_get_ByteCount_m2909435692(L_58, /*hidden argument*/NULL); BsonString_t1135579766 * L_60 = V_11; NullCheck(L_60); bool L_61 = BsonString_get_IncludeLength_m595252763(L_60, /*hidden argument*/NULL); int32_t L_62 = BsonBinaryWriter_CalculateSizeWithLength_m2668837377(__this, L_59, L_61, /*hidden argument*/NULL); NullCheck(L_57); BsonToken_set_CalculatedSize_m3884778869(L_57, L_62, /*hidden argument*/NULL); BsonString_t1135579766 * L_63 = V_11; NullCheck(L_63); int32_t L_64 = BsonToken_get_CalculatedSize_m1041449010(L_63, /*hidden argument*/NULL); return L_64; } IL_0199: { return 1; } IL_019b: { return 0; } IL_019d: { return 8; } IL_019f: { BsonToken_t3838771636 * L_65 = ___t0; BsonBinary_t160198617 * L_66 = ((BsonBinary_t160198617 *)CastclassClass((RuntimeObject*)L_65, BsonBinary_t160198617_il2cpp_TypeInfo_var)); NullCheck(L_66); RuntimeObject * L_67 = BsonValue_get_Value_m3981426679(L_66, /*hidden argument*/NULL); V_13 = ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_67, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var)); BsonBinary_t160198617 * L_68 = L_66; ByteU5BU5D_t4116647657* L_69 = V_13; NullCheck(L_69); NullCheck(L_68); BsonToken_set_CalculatedSize_m3884778869(L_68, ((int32_t)il2cpp_codegen_add((int32_t)5, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_69)->max_length)))))), /*hidden argument*/NULL); NullCheck(L_68); int32_t L_70 = BsonToken_get_CalculatedSize_m1041449010(L_68, /*hidden argument*/NULL); return L_70; } IL_01c4: { return ((int32_t)12); } IL_01c7: { BsonToken_t3838771636 * L_71 = ___t0; V_14 = ((BsonRegex_t323777446 *)CastclassClass((RuntimeObject*)L_71, BsonRegex_t323777446_il2cpp_TypeInfo_var)); V_15 = 0; int32_t L_72 = V_15; BsonRegex_t323777446 * L_73 = V_14; NullCheck(L_73); BsonString_t1135579766 * L_74 = BsonRegex_get_Pattern_m3874819354(L_73, /*hidden argument*/NULL); int32_t L_75 = BsonBinaryWriter_CalculateSize_m879612069(__this, L_74, /*hidden argument*/NULL); V_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)L_75)); int32_t L_76 = V_15; BsonRegex_t323777446 * L_77 = V_14; NullCheck(L_77); BsonString_t1135579766 * L_78 = BsonRegex_get_Options_m3915970614(L_77, /*hidden argument*/NULL); int32_t L_79 = BsonBinaryWriter_CalculateSize_m879612069(__this, L_78, /*hidden argument*/NULL); V_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)L_79)); BsonRegex_t323777446 * L_80 = V_14; int32_t L_81 = V_15; NullCheck(L_80); BsonToken_set_CalculatedSize_m3884778869(L_80, L_81, /*hidden argument*/NULL); BsonRegex_t323777446 * L_82 = V_14; NullCheck(L_82); int32_t L_83 = BsonToken_get_CalculatedSize_m1041449010(L_82, /*hidden argument*/NULL); return L_83; } IL_0207: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_84 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); BsonToken_t3838771636 * L_85 = ___t0; NullCheck(L_85); int8_t L_86 = VirtFuncInvoker0< int8_t >::Invoke(4 /* Newtonsoft.Json.Bson.BsonType Newtonsoft.Json.Bson.BsonToken::get_Type() */, L_85); int8_t L_87 = L_86; RuntimeObject * L_88 = Box(BsonType_t1843803290_il2cpp_TypeInfo_var, &L_87); String_t* L_89 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral1984087693, L_84, L_88, /*hidden argument*/NULL); ArgumentOutOfRangeException_t777629997 * L_90 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_90, _stringLiteral3452614604, L_89, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_90,BsonBinaryWriter_CalculateSize_m879612069_RuntimeMethod_var); } } // System.Void Newtonsoft.Json.Bson.BsonBinaryWriter::.cctor() extern "C" IL2CPP_METHOD_ATTR void BsonBinaryWriter__cctor_m3833245906 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonBinaryWriter__cctor_m3833245906_MetadataUsageId); s_Il2CppMethodInitialized = true; } { UTF8Encoding_t3956466879 * L_0 = (UTF8Encoding_t3956466879 *)il2cpp_codegen_object_new(UTF8Encoding_t3956466879_il2cpp_TypeInfo_var); UTF8Encoding__ctor_m661806809(L_0, (bool)0, /*hidden argument*/NULL); ((BsonBinaryWriter_t671405346_StaticFields*)il2cpp_codegen_static_fields_for(BsonBinaryWriter_t671405346_il2cpp_TypeInfo_var))->set_Encoding_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Bson.BsonObject::Add(System.String,Newtonsoft.Json.Bson.BsonToken) extern "C" IL2CPP_METHOD_ATTR void BsonObject_Add_m603925343 (BsonObject_t3552490343 * __this, String_t* ___name0, BsonToken_t3838771636 * ___token1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonObject_Add_m603925343_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t2602298693 * L_0 = __this->get__children_2(); BsonProperty_t1130223951 * L_1 = (BsonProperty_t1130223951 *)il2cpp_codegen_object_new(BsonProperty_t1130223951_il2cpp_TypeInfo_var); BsonProperty__ctor_m3843472899(L_1, /*hidden argument*/NULL); BsonProperty_t1130223951 * L_2 = L_1; String_t* L_3 = ___name0; BsonString_t1135579766 * L_4 = (BsonString_t1135579766 *)il2cpp_codegen_object_new(BsonString_t1135579766_il2cpp_TypeInfo_var); BsonString__ctor_m147423106(L_4, L_3, (bool)0, /*hidden argument*/NULL); NullCheck(L_2); BsonProperty_set_Name_m40119358(L_2, L_4, /*hidden argument*/NULL); BsonProperty_t1130223951 * L_5 = L_2; BsonToken_t3838771636 * L_6 = ___token1; NullCheck(L_5); BsonProperty_set_Value_m1105306920(L_5, L_6, /*hidden argument*/NULL); NullCheck(L_0); List_1_Add_m776934895(L_0, L_5, /*hidden argument*/List_1_Add_m776934895_RuntimeMethod_var); BsonToken_t3838771636 * L_7 = ___token1; NullCheck(L_7); BsonToken_set_Parent_m3940624387(L_7, __this, /*hidden argument*/NULL); return; } } // Newtonsoft.Json.Bson.BsonType Newtonsoft.Json.Bson.BsonObject::get_Type() extern "C" IL2CPP_METHOD_ATTR int8_t BsonObject_get_Type_m3374456150 (BsonObject_t3552490343 * __this, const RuntimeMethod* method) { { return (int8_t)(3); } } // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Bson.BsonObject::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* BsonObject_GetEnumerator_m1568080356 (BsonObject_t3552490343 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonObject_GetEnumerator_m1568080356_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t2602298693 * L_0 = __this->get__children_2(); NullCheck(L_0); Enumerator_t196575274 L_1 = List_1_GetEnumerator_m3833462142(L_0, /*hidden argument*/List_1_GetEnumerator_m3833462142_RuntimeMethod_var); Enumerator_t196575274 L_2 = L_1; RuntimeObject * L_3 = Box(Enumerator_t196575274_il2cpp_TypeInfo_var, &L_2); return (RuntimeObject*)L_3; } } // System.Collections.IEnumerator Newtonsoft.Json.Bson.BsonObject::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* BsonObject_System_Collections_IEnumerable_GetEnumerator_m1246509565 (BsonObject_t3552490343 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = BsonObject_GetEnumerator_m1568080356(__this, /*hidden argument*/NULL); return L_0; } } // System.Void Newtonsoft.Json.Bson.BsonObject::.ctor() extern "C" IL2CPP_METHOD_ATTR void BsonObject__ctor_m3034712262 (BsonObject_t3552490343 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonObject__ctor_m3034712262_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t2602298693 * L_0 = (List_1_t2602298693 *)il2cpp_codegen_object_new(List_1_t2602298693_il2cpp_TypeInfo_var); List_1__ctor_m3097249469(L_0, /*hidden argument*/List_1__ctor_m3097249469_RuntimeMethod_var); __this->set__children_2(L_0); BsonToken__ctor_m4218088391(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Byte[] Newtonsoft.Json.Bson.BsonObjectId::get_Value() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* BsonObjectId_get_Value_m1543259196 (BsonObjectId_t3046626253 * __this, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = __this->get_U3CValueU3Ek__BackingField_0(); return L_0; } } // System.Void Newtonsoft.Json.Bson.BsonObjectId::set_Value(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void BsonObjectId_set_Value_m1170735108 (BsonObjectId_t3046626253 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = ___value0; __this->set_U3CValueU3Ek__BackingField_0(L_0); return; } } // System.Void Newtonsoft.Json.Bson.BsonObjectId::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void BsonObjectId__ctor_m1885129763 (BsonObjectId_t3046626253 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonObjectId__ctor_m1885129763_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_0 = ___value0; ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, (RuntimeObject *)(RuntimeObject *)L_0, _stringLiteral3493618073, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_1 = ___value0; NullCheck(L_1); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))) == ((int32_t)((int32_t)12)))) { goto IL_0028; } } { ArgumentException_t132251570 * L_2 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_2, _stringLiteral2818022740, _stringLiteral3493618073, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,BsonObjectId__ctor_m1885129763_RuntimeMethod_var); } IL_0028: { ByteU5BU5D_t4116647657* L_3 = ___value0; BsonObjectId_set_Value_m1170735108(__this, L_3, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Bson.BsonString Newtonsoft.Json.Bson.BsonProperty::get_Name() extern "C" IL2CPP_METHOD_ATTR BsonString_t1135579766 * BsonProperty_get_Name_m1650577885 (BsonProperty_t1130223951 * __this, const RuntimeMethod* method) { { BsonString_t1135579766 * L_0 = __this->get_U3CNameU3Ek__BackingField_0(); return L_0; } } // System.Void Newtonsoft.Json.Bson.BsonProperty::set_Name(Newtonsoft.Json.Bson.BsonString) extern "C" IL2CPP_METHOD_ATTR void BsonProperty_set_Name_m40119358 (BsonProperty_t1130223951 * __this, BsonString_t1135579766 * ___value0, const RuntimeMethod* method) { { BsonString_t1135579766 * L_0 = ___value0; __this->set_U3CNameU3Ek__BackingField_0(L_0); return; } } // Newtonsoft.Json.Bson.BsonToken Newtonsoft.Json.Bson.BsonProperty::get_Value() extern "C" IL2CPP_METHOD_ATTR BsonToken_t3838771636 * BsonProperty_get_Value_m1673851988 (BsonProperty_t1130223951 * __this, const RuntimeMethod* method) { { BsonToken_t3838771636 * L_0 = __this->get_U3CValueU3Ek__BackingField_1(); return L_0; } } // System.Void Newtonsoft.Json.Bson.BsonProperty::set_Value(Newtonsoft.Json.Bson.BsonToken) extern "C" IL2CPP_METHOD_ATTR void BsonProperty_set_Value_m1105306920 (BsonProperty_t1130223951 * __this, BsonToken_t3838771636 * ___value0, const RuntimeMethod* method) { { BsonToken_t3838771636 * L_0 = ___value0; __this->set_U3CValueU3Ek__BackingField_1(L_0); return; } } // System.Void Newtonsoft.Json.Bson.BsonProperty::.ctor() extern "C" IL2CPP_METHOD_ATTR void BsonProperty__ctor_m3843472899 (BsonProperty_t1130223951 * __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.DateTimeKind Newtonsoft.Json.Bson.BsonReader::get_DateTimeKindHandling() extern "C" IL2CPP_METHOD_ATTR int32_t BsonReader_get_DateTimeKindHandling_m1670309191 (BsonReader_t26184191 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__dateTimeKindHandling_28(); return L_0; } } // System.String Newtonsoft.Json.Bson.BsonReader::ReadElement() extern "C" IL2CPP_METHOD_ATTR String_t* BsonReader_ReadElement_m3238861872 (BsonReader_t26184191 * __this, const RuntimeMethod* method) { { int8_t L_0 = BsonReader_ReadType_m3646065161(__this, /*hidden argument*/NULL); __this->set__currentElementType_23(L_0); String_t* L_1 = BsonReader_ReadString_m976318981(__this, /*hidden argument*/NULL); return L_1; } } // System.Boolean Newtonsoft.Json.Bson.BsonReader::Read() extern "C" IL2CPP_METHOD_ATTR bool BsonReader_Read_m1953068537 (BsonReader_t26184191 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonReader_Read_m1953068537_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; 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); IL_0000: try { // begin try (depth: 1) { int32_t L_0 = __this->get__bsonReaderState_24(); V_1 = L_0; int32_t L_1 = V_1; switch (L_1) { case 0: { goto IL_0033; } case 1: { goto IL_003c; } case 2: { goto IL_003c; } case 3: { goto IL_003c; } case 4: { goto IL_0045; } case 5: { goto IL_0045; } case 6: { goto IL_0045; } case 7: { goto IL_0045; } case 8: { goto IL_0045; } } } IL_0031: { goto IL_004e; } IL_0033: { bool L_2 = BsonReader_ReadNormal_m1123923946(__this, /*hidden argument*/NULL); V_0 = L_2; goto IL_006f; } IL_003c: { bool L_3 = BsonReader_ReadReference_m3972472526(__this, /*hidden argument*/NULL); V_0 = L_3; goto IL_006f; } IL_0045: { bool L_4 = BsonReader_ReadCodeWScope_m2588618404(__this, /*hidden argument*/NULL); V_0 = L_4; goto IL_006f; } IL_004e: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_5 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_6 = __this->get__bsonReaderState_24(); int32_t L_7 = L_6; RuntimeObject * L_8 = Box(BsonReaderState_t1965113074_il2cpp_TypeInfo_var, &L_7); String_t* L_9 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral3357737594, L_5, L_8, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_10 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,BsonReader_Read_m1953068537_RuntimeMethod_var); } IL_006f: { bool L_11 = V_0; if (L_11) { goto IL_007d; } } IL_0072: { JsonReader_SetToken_m3474373430(__this, 0, /*hidden argument*/NULL); V_2 = (bool)0; goto IL_008d; } IL_007d: { V_2 = (bool)1; goto IL_008d; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (EndOfStreamException_t2015613008_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0081; throw e; } CATCH_0081: { // begin catch(System.IO.EndOfStreamException) JsonReader_SetToken_m3474373430(__this, 0, /*hidden argument*/NULL); V_2 = (bool)0; goto IL_008d; } // end catch (depth: 1) IL_008d: { bool L_12 = V_2; return L_12; } } // System.Void Newtonsoft.Json.Bson.BsonReader::Close() extern "C" IL2CPP_METHOD_ATTR void BsonReader_Close_m1730594744 (BsonReader_t26184191 * __this, const RuntimeMethod* method) { { JsonReader_Close_m1607758862(__this, /*hidden argument*/NULL); bool L_0 = JsonReader_get_CloseInput_m1824727002(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0021; } } { BinaryReader_t2428077293 * L_1 = __this->get__reader_19(); if (!L_1) { goto IL_0021; } } { BinaryReader_t2428077293 * L_2 = __this->get__reader_19(); NullCheck(L_2); VirtActionInvoker0::Invoke(6 /* System.Void System.IO.BinaryReader::Close() */, L_2); } IL_0021: { return; } } // System.Boolean Newtonsoft.Json.Bson.BsonReader::ReadCodeWScope() extern "C" IL2CPP_METHOD_ATTR bool BsonReader_ReadCodeWScope_m2588618404 (BsonReader_t26184191 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonReader_ReadCodeWScope_m2588618404_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ContainerContext_t1305994539 * V_1 = NULL; bool G_B10_0 = false; bool G_B8_0 = false; bool G_B9_0 = false; { int32_t L_0 = __this->get__bsonReaderState_24(); V_0 = L_0; int32_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)4))) { case 0: { goto IL_0028; } case 1: { goto IL_003d; } case 2: { goto IL_005b; } case 3: { goto IL_009c; } case 4: { goto IL_00b7; } } } { goto IL_00c8; } IL_0028: { JsonReader_SetToken_m1070955544(__this, 4, _stringLiteral2365961636, /*hidden argument*/NULL); __this->set__bsonReaderState_24(5); return (bool)1; } IL_003d: { BsonReader_ReadInt32_m2158890228(__this, /*hidden argument*/NULL); String_t* L_2 = BsonReader_ReadLengthString_m2332418338(__this, /*hidden argument*/NULL); JsonReader_SetToken_m1070955544(__this, ((int32_t)9), L_2, /*hidden argument*/NULL); __this->set__bsonReaderState_24(6); return (bool)1; } IL_005b: { int32_t L_3 = JsonReader_get_CurrentState_m2615533740(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)8)))) { goto IL_0072; } } { JsonReader_SetToken_m1070955544(__this, 4, _stringLiteral3528427517, /*hidden argument*/NULL); return (bool)1; } IL_0072: { JsonReader_SetToken_m3474373430(__this, 1, /*hidden argument*/NULL); __this->set__bsonReaderState_24(7); ContainerContext_t1305994539 * L_4 = (ContainerContext_t1305994539 *)il2cpp_codegen_object_new(ContainerContext_t1305994539_il2cpp_TypeInfo_var); ContainerContext__ctor_m3451344717(L_4, 3, /*hidden argument*/NULL); V_1 = L_4; ContainerContext_t1305994539 * L_5 = V_1; BsonReader_PushContext_m1281137535(__this, L_5, /*hidden argument*/NULL); ContainerContext_t1305994539 * L_6 = V_1; int32_t L_7 = BsonReader_ReadInt32_m2158890228(__this, /*hidden argument*/NULL); NullCheck(L_6); L_6->set_Length_1(L_7); return (bool)1; } IL_009c: { bool L_8 = BsonReader_ReadNormal_m1123923946(__this, /*hidden argument*/NULL); bool L_9 = L_8; G_B8_0 = L_9; if (!L_9) { G_B10_0 = L_9; goto IL_00b6; } } { int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, __this); G_B9_0 = G_B8_0; if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)13))))) { G_B10_0 = G_B8_0; goto IL_00b6; } } { __this->set__bsonReaderState_24(8); G_B10_0 = G_B9_0; } IL_00b6: { return G_B10_0; } IL_00b7: { JsonReader_SetToken_m3474373430(__this, ((int32_t)13), /*hidden argument*/NULL); __this->set__bsonReaderState_24(0); return (bool)1; } IL_00c8: { ArgumentOutOfRangeException_t777629997 * L_11 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m2047740448(L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,BsonReader_ReadCodeWScope_m2588618404_RuntimeMethod_var); } } // System.Boolean Newtonsoft.Json.Bson.BsonReader::ReadReference() extern "C" IL2CPP_METHOD_ATTR bool BsonReader_ReadReference_m3972472526 (BsonReader_t26184191 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonReader_ReadReference_m3972472526_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = JsonReader_get_CurrentState_m2615533740(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)2))) { goto IL_002d; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)3))) { goto IL_0018; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)8))) { goto IL_007d; } } { goto IL_00d1; } IL_0018: { JsonReader_SetToken_m1070955544(__this, 4, _stringLiteral2376253709, /*hidden argument*/NULL); __this->set__bsonReaderState_24(2); return (bool)1; } IL_002d: { int32_t L_4 = __this->get__bsonReaderState_24(); if ((!(((uint32_t)L_4) == ((uint32_t)2)))) { goto IL_0046; } } { String_t* L_5 = BsonReader_ReadLengthString_m2332418338(__this, /*hidden argument*/NULL); JsonReader_SetToken_m1070955544(__this, ((int32_t)9), L_5, /*hidden argument*/NULL); return (bool)1; } IL_0046: { int32_t L_6 = __this->get__bsonReaderState_24(); if ((!(((uint32_t)L_6) == ((uint32_t)3)))) { goto IL_0061; } } { ByteU5BU5D_t4116647657* L_7 = BsonReader_ReadBytes_m879323340(__this, ((int32_t)12), /*hidden argument*/NULL); JsonReader_SetToken_m1070955544(__this, ((int32_t)17), (RuntimeObject *)(RuntimeObject *)L_7, /*hidden argument*/NULL); return (bool)1; } IL_0061: { int32_t L_8 = __this->get__bsonReaderState_24(); int32_t L_9 = L_8; RuntimeObject * L_10 = Box(BsonReaderState_t1965113074_il2cpp_TypeInfo_var, &L_9); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2711060890, L_10, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_12 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,BsonReader_ReadReference_m3972472526_RuntimeMethod_var); } IL_007d: { int32_t L_13 = __this->get__bsonReaderState_24(); if ((!(((uint32_t)L_13) == ((uint32_t)2)))) { goto IL_009b; } } { JsonReader_SetToken_m1070955544(__this, 4, _stringLiteral3266464882, /*hidden argument*/NULL); __this->set__bsonReaderState_24(3); return (bool)1; } IL_009b: { int32_t L_14 = __this->get__bsonReaderState_24(); if ((!(((uint32_t)L_14) == ((uint32_t)3)))) { goto IL_00b5; } } { JsonReader_SetToken_m3474373430(__this, ((int32_t)13), /*hidden argument*/NULL); __this->set__bsonReaderState_24(0); return (bool)1; } IL_00b5: { int32_t L_15 = __this->get__bsonReaderState_24(); int32_t L_16 = L_15; RuntimeObject * L_17 = Box(BsonReaderState_t1965113074_il2cpp_TypeInfo_var, &L_16); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_18 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2711060890, L_17, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_19 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19,BsonReader_ReadReference_m3972472526_RuntimeMethod_var); } IL_00d1: { int32_t L_20 = JsonReader_get_CurrentState_m2615533740(__this, /*hidden argument*/NULL); int32_t L_21 = L_20; RuntimeObject * L_22 = Box(State_t879723262_il2cpp_TypeInfo_var, &L_21); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_23 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2711060890, L_22, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_24 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_23, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24,BsonReader_ReadReference_m3972472526_RuntimeMethod_var); } } // System.Boolean Newtonsoft.Json.Bson.BsonReader::ReadNormal() extern "C" IL2CPP_METHOD_ATTR bool BsonReader_ReadNormal_m1123923946 (BsonReader_t26184191 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonReader_ReadNormal_m1123923946_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ContainerContext_t1305994539 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; ContainerContext_t1305994539 * V_4 = NULL; int32_t V_5 = 0; int32_t G_B5_0 = 0; int32_t G_B8_0 = 0; int32_t G_B25_0 = 0; { int32_t L_0 = JsonReader_get_CurrentState_m2615533740(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0046; } case 1: { goto IL_0084; } case 2: { goto IL_0086; } case 3: { goto IL_0094; } case 4: { goto IL_013d; } case 5: { goto IL_0094; } case 6: { goto IL_013d; } case 7: { goto IL_0084; } case 8: { goto IL_0094; } case 9: { goto IL_0143; } case 10: { goto IL_0143; } case 11: { goto IL_0143; } case 12: { goto IL_0143; } } } { goto IL_013d; } IL_0046: { bool L_2 = __this->get__readRootValueAsArray_26(); if (!L_2) { goto IL_0051; } } { G_B5_0 = 2; goto IL_0052; } IL_0051: { G_B5_0 = 1; } IL_0052: { V_3 = G_B5_0; bool L_3 = __this->get__readRootValueAsArray_26(); if (!L_3) { goto IL_005e; } } { G_B8_0 = 4; goto IL_005f; } IL_005e: { G_B8_0 = 3; } IL_005f: { int32_t L_4 = V_3; JsonReader_SetToken_m3474373430(__this, L_4, /*hidden argument*/NULL); ContainerContext_t1305994539 * L_5 = (ContainerContext_t1305994539 *)il2cpp_codegen_object_new(ContainerContext_t1305994539_il2cpp_TypeInfo_var); ContainerContext__ctor_m3451344717(L_5, G_B8_0, /*hidden argument*/NULL); V_4 = L_5; ContainerContext_t1305994539 * L_6 = V_4; BsonReader_PushContext_m1281137535(__this, L_6, /*hidden argument*/NULL); ContainerContext_t1305994539 * L_7 = V_4; int32_t L_8 = BsonReader_ReadInt32_m2158890228(__this, /*hidden argument*/NULL); NullCheck(L_7); L_7->set_Length_1(L_8); return (bool)1; } IL_0084: { return (bool)0; } IL_0086: { int8_t L_9 = __this->get__currentElementType_23(); BsonReader_ReadType_m3911217300(__this, L_9, /*hidden argument*/NULL); return (bool)1; } IL_0094: { ContainerContext_t1305994539 * L_10 = __this->get__currentContext_25(); V_1 = L_10; ContainerContext_t1305994539 * L_11 = V_1; if (L_11) { goto IL_00a0; } } { return (bool)0; } IL_00a0: { ContainerContext_t1305994539 * L_12 = V_1; NullCheck(L_12); int32_t L_13 = L_12->get_Length_1(); V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)); ContainerContext_t1305994539 * L_14 = V_1; NullCheck(L_14); int32_t L_15 = L_14->get_Position_2(); int32_t L_16 = V_2; if ((((int32_t)L_15) >= ((int32_t)L_16))) { goto IL_00df; } } { ContainerContext_t1305994539 * L_17 = V_1; NullCheck(L_17); int8_t L_18 = L_17->get_Type_0(); if ((!(((uint32_t)L_18) == ((uint32_t)4)))) { goto IL_00d0; } } { BsonReader_ReadElement_m3238861872(__this, /*hidden argument*/NULL); int8_t L_19 = __this->get__currentElementType_23(); BsonReader_ReadType_m3911217300(__this, L_19, /*hidden argument*/NULL); return (bool)1; } IL_00d0: { String_t* L_20 = BsonReader_ReadElement_m3238861872(__this, /*hidden argument*/NULL); JsonReader_SetToken_m1070955544(__this, 4, L_20, /*hidden argument*/NULL); return (bool)1; } IL_00df: { ContainerContext_t1305994539 * L_21 = V_1; NullCheck(L_21); int32_t L_22 = L_21->get_Position_2(); int32_t L_23 = V_2; if ((!(((uint32_t)L_22) == ((uint32_t)L_23)))) { goto IL_0131; } } { uint8_t L_24 = BsonReader_ReadByte_m762174036(__this, /*hidden argument*/NULL); if (!L_24) { goto IL_00fc; } } { JsonReaderException_t3553144781 * L_25 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, _stringLiteral995033228, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25,BsonReader_ReadNormal_m1123923946_RuntimeMethod_var); } IL_00fc: { BsonReader_PopContext_m3045397022(__this, /*hidden argument*/NULL); ContainerContext_t1305994539 * L_26 = __this->get__currentContext_25(); if (!L_26) { goto IL_0116; } } { ContainerContext_t1305994539 * L_27 = V_1; NullCheck(L_27); int32_t L_28 = L_27->get_Length_1(); BsonReader_MovePosition_m1748530259(__this, L_28, /*hidden argument*/NULL); } IL_0116: { ContainerContext_t1305994539 * L_29 = V_1; NullCheck(L_29); int8_t L_30 = L_29->get_Type_0(); if ((((int32_t)L_30) == ((int32_t)3))) { goto IL_0123; } } { G_B25_0 = ((int32_t)14); goto IL_0125; } IL_0123: { G_B25_0 = ((int32_t)13); } IL_0125: { V_5 = G_B25_0; int32_t L_31 = V_5; JsonReader_SetToken_m3474373430(__this, L_31, /*hidden argument*/NULL); return (bool)1; } IL_0131: { JsonReaderException_t3553144781 * L_32 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, _stringLiteral3844441802, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_32,BsonReader_ReadNormal_m1123923946_RuntimeMethod_var); } IL_013d: { ArgumentOutOfRangeException_t777629997 * L_33 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m2047740448(L_33, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_33,BsonReader_ReadNormal_m1123923946_RuntimeMethod_var); } IL_0143: { return (bool)0; } } // System.Void Newtonsoft.Json.Bson.BsonReader::PopContext() extern "C" IL2CPP_METHOD_ATTR void BsonReader_PopContext_m3045397022 (BsonReader_t26184191 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonReader_PopContext_m3045397022_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t2778069281 * L_0 = __this->get__stack_20(); List_1_t2778069281 * L_1 = __this->get__stack_20(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m3888531103(L_1, /*hidden argument*/List_1_get_Count_m3888531103_RuntimeMethod_var); NullCheck(L_0); List_1_RemoveAt_m1721120959(L_0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)), /*hidden argument*/List_1_RemoveAt_m1721120959_RuntimeMethod_var); List_1_t2778069281 * L_3 = __this->get__stack_20(); NullCheck(L_3); int32_t L_4 = List_1_get_Count_m3888531103(L_3, /*hidden argument*/List_1_get_Count_m3888531103_RuntimeMethod_var); if (L_4) { goto IL_002d; } } { __this->set__currentContext_25((ContainerContext_t1305994539 *)NULL); return; } IL_002d: { List_1_t2778069281 * L_5 = __this->get__stack_20(); List_1_t2778069281 * L_6 = __this->get__stack_20(); NullCheck(L_6); int32_t L_7 = List_1_get_Count_m3888531103(L_6, /*hidden argument*/List_1_get_Count_m3888531103_RuntimeMethod_var); NullCheck(L_5); ContainerContext_t1305994539 * L_8 = List_1_get_Item_m4058593180(L_5, ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)), /*hidden argument*/List_1_get_Item_m4058593180_RuntimeMethod_var); __this->set__currentContext_25(L_8); return; } } // System.Void Newtonsoft.Json.Bson.BsonReader::PushContext(Newtonsoft.Json.Bson.BsonReader/ContainerContext) extern "C" IL2CPP_METHOD_ATTR void BsonReader_PushContext_m1281137535 (BsonReader_t26184191 * __this, ContainerContext_t1305994539 * ___newContext0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonReader_PushContext_m1281137535_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t2778069281 * L_0 = __this->get__stack_20(); ContainerContext_t1305994539 * L_1 = ___newContext0; NullCheck(L_0); List_1_Add_m473395387(L_0, L_1, /*hidden argument*/List_1_Add_m473395387_RuntimeMethod_var); ContainerContext_t1305994539 * L_2 = ___newContext0; __this->set__currentContext_25(L_2); return; } } // System.Byte Newtonsoft.Json.Bson.BsonReader::ReadByte() extern "C" IL2CPP_METHOD_ATTR uint8_t BsonReader_ReadByte_m762174036 (BsonReader_t26184191 * __this, const RuntimeMethod* method) { { BsonReader_MovePosition_m1748530259(__this, 1, /*hidden argument*/NULL); BinaryReader_t2428077293 * L_0 = __this->get__reader_19(); NullCheck(L_0); uint8_t L_1 = VirtFuncInvoker0< uint8_t >::Invoke(13 /* System.Byte System.IO.BinaryReader::ReadByte() */, L_0); return L_1; } } // System.Void Newtonsoft.Json.Bson.BsonReader::ReadType(Newtonsoft.Json.Bson.BsonType) extern "C" IL2CPP_METHOD_ATTR void BsonReader_ReadType_m3911217300 (BsonReader_t26184191 * __this, int8_t ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonReader_ReadType_m3911217300_MetadataUsageId); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; uint8_t V_1 = 0; ByteU5BU5D_t4116647657* V_2 = NULL; RuntimeObject * V_3 = NULL; ByteU5BU5D_t4116647657* V_4 = NULL; bool V_5 = false; DateTime_t3738529785 V_6; memset(&V_6, 0, sizeof(V_6)); DateTime_t3738529785 V_7; memset(&V_7, 0, sizeof(V_7)); String_t* V_8 = NULL; String_t* V_9 = NULL; String_t* V_10 = NULL; ContainerContext_t1305994539 * V_11 = NULL; ContainerContext_t1305994539 * V_12 = NULL; int32_t V_13 = 0; RuntimeObject * G_B11_0 = NULL; { int8_t L_0 = ___type0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1))) { case 0: { goto IL_0055; } case 1: { goto IL_0090; } case 2: { goto IL_009f; } case 3: { goto IL_00c4; } case 4: { goto IL_00e9; } case 5: { goto IL_010f; } case 6: { goto IL_0118; } case 7: { goto IL_012d; } case 8: { goto IL_014a; } case 9: { goto IL_0195; } case 10: { goto IL_019e; } case 11: { goto IL_01ce; } case 12: { goto IL_01dd; } case 13: { goto IL_0090; } case 14: { goto IL_01ec; } case 15: { goto IL_01fb; } case 16: { goto IL_020f; } case 17: { goto IL_020f; } } } { goto IL_0222; } IL_0055: { double L_1 = BsonReader_ReadDouble_m4091098637(__this, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = ((JsonReader_t2369136700 *)__this)->get__floatParseHandling_10(); if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_0082; } } { double L_3 = V_0; double L_4 = L_3; RuntimeObject * L_5 = Box(Double_t594665363_il2cpp_TypeInfo_var, &L_4); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_6 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); Decimal_t2948259380 L_7 = Convert_ToDecimal_m3815908452(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); Decimal_t2948259380 L_8 = L_7; RuntimeObject * L_9 = Box(Decimal_t2948259380_il2cpp_TypeInfo_var, &L_8); JsonReader_SetToken_m1070955544(__this, 8, L_9, /*hidden argument*/NULL); return; } IL_0082: { double L_10 = V_0; double L_11 = L_10; RuntimeObject * L_12 = Box(Double_t594665363_il2cpp_TypeInfo_var, &L_11); JsonReader_SetToken_m1070955544(__this, 8, L_12, /*hidden argument*/NULL); return; } IL_0090: { String_t* L_13 = BsonReader_ReadLengthString_m2332418338(__this, /*hidden argument*/NULL); JsonReader_SetToken_m1070955544(__this, ((int32_t)9), L_13, /*hidden argument*/NULL); return; } IL_009f: { JsonReader_SetToken_m3474373430(__this, 1, /*hidden argument*/NULL); ContainerContext_t1305994539 * L_14 = (ContainerContext_t1305994539 *)il2cpp_codegen_object_new(ContainerContext_t1305994539_il2cpp_TypeInfo_var); ContainerContext__ctor_m3451344717(L_14, 3, /*hidden argument*/NULL); V_11 = L_14; ContainerContext_t1305994539 * L_15 = V_11; BsonReader_PushContext_m1281137535(__this, L_15, /*hidden argument*/NULL); ContainerContext_t1305994539 * L_16 = V_11; int32_t L_17 = BsonReader_ReadInt32_m2158890228(__this, /*hidden argument*/NULL); NullCheck(L_16); L_16->set_Length_1(L_17); return; } IL_00c4: { JsonReader_SetToken_m3474373430(__this, 2, /*hidden argument*/NULL); ContainerContext_t1305994539 * L_18 = (ContainerContext_t1305994539 *)il2cpp_codegen_object_new(ContainerContext_t1305994539_il2cpp_TypeInfo_var); ContainerContext__ctor_m3451344717(L_18, 4, /*hidden argument*/NULL); V_12 = L_18; ContainerContext_t1305994539 * L_19 = V_12; BsonReader_PushContext_m1281137535(__this, L_19, /*hidden argument*/NULL); ContainerContext_t1305994539 * L_20 = V_12; int32_t L_21 = BsonReader_ReadInt32_m2158890228(__this, /*hidden argument*/NULL); NullCheck(L_20); L_20->set_Length_1(L_21); return; } IL_00e9: { ByteU5BU5D_t4116647657* L_22 = BsonReader_ReadBinary_m3356569563(__this, (&V_1), /*hidden argument*/NULL); V_2 = L_22; uint8_t L_23 = V_1; if ((!(((uint32_t)L_23) == ((uint32_t)4)))) { goto IL_0103; } } { ByteU5BU5D_t4116647657* L_24 = V_2; Guid_t L_25; memset(&L_25, 0, sizeof(L_25)); Guid__ctor_m3421080095((&L_25), L_24, /*hidden argument*/NULL); Guid_t L_26 = L_25; RuntimeObject * L_27 = Box(Guid_t_il2cpp_TypeInfo_var, &L_26); G_B11_0 = L_27; goto IL_0104; } IL_0103: { ByteU5BU5D_t4116647657* L_28 = V_2; G_B11_0 = ((RuntimeObject *)(L_28)); } IL_0104: { V_3 = G_B11_0; RuntimeObject * L_29 = V_3; JsonReader_SetToken_m1070955544(__this, ((int32_t)17), L_29, /*hidden argument*/NULL); return; } IL_010f: { JsonReader_SetToken_m3474373430(__this, ((int32_t)12), /*hidden argument*/NULL); return; } IL_0118: { ByteU5BU5D_t4116647657* L_30 = BsonReader_ReadBytes_m879323340(__this, ((int32_t)12), /*hidden argument*/NULL); V_4 = L_30; ByteU5BU5D_t4116647657* L_31 = V_4; JsonReader_SetToken_m1070955544(__this, ((int32_t)17), (RuntimeObject *)(RuntimeObject *)L_31, /*hidden argument*/NULL); return; } IL_012d: { uint8_t L_32 = BsonReader_ReadByte_m762174036(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); bool L_33 = Convert_ToBoolean_m2984378204(NULL /*static, unused*/, L_32, /*hidden argument*/NULL); V_5 = L_33; bool L_34 = V_5; bool L_35 = L_34; RuntimeObject * L_36 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_35); JsonReader_SetToken_m1070955544(__this, ((int32_t)10), L_36, /*hidden argument*/NULL); return; } IL_014a: { int64_t L_37 = BsonReader_ReadInt64_m2357923271(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_t3515429982_il2cpp_TypeInfo_var); DateTime_t3738529785 L_38 = DateTimeUtils_ConvertJavaScriptTicksToDateTime_m2220449017(NULL /*static, unused*/, L_37, /*hidden argument*/NULL); V_6 = L_38; int32_t L_39 = BsonReader_get_DateTimeKindHandling_m1670309191(__this, /*hidden argument*/NULL); V_13 = L_39; int32_t L_40 = V_13; if (!L_40) { goto IL_016a; } } { int32_t L_41 = V_13; if ((((int32_t)L_41) == ((int32_t)2))) { goto IL_0176; } } { goto IL_0181; } IL_016a: { DateTime_t3738529785 L_42 = V_6; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_43 = DateTime_SpecifyKind_m3332658812(NULL /*static, unused*/, L_42, 0, /*hidden argument*/NULL); V_7 = L_43; goto IL_0185; } IL_0176: { DateTime_t3738529785 L_44 = DateTime_ToLocalTime_m3134475597((&V_6), /*hidden argument*/NULL); V_7 = L_44; goto IL_0185; } IL_0181: { DateTime_t3738529785 L_45 = V_6; V_7 = L_45; } IL_0185: { DateTime_t3738529785 L_46 = V_7; DateTime_t3738529785 L_47 = L_46; RuntimeObject * L_48 = Box(DateTime_t3738529785_il2cpp_TypeInfo_var, &L_47); JsonReader_SetToken_m1070955544(__this, ((int32_t)16), L_48, /*hidden argument*/NULL); return; } IL_0195: { JsonReader_SetToken_m3474373430(__this, ((int32_t)11), /*hidden argument*/NULL); return; } IL_019e: { String_t* L_49 = BsonReader_ReadString_m976318981(__this, /*hidden argument*/NULL); V_8 = L_49; String_t* L_50 = BsonReader_ReadString_m976318981(__this, /*hidden argument*/NULL); V_9 = L_50; String_t* L_51 = V_8; String_t* L_52 = V_9; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_53 = String_Concat_m2163913788(NULL /*static, unused*/, _stringLiteral3452614529, L_51, _stringLiteral3452614529, L_52, /*hidden argument*/NULL); V_10 = L_53; String_t* L_54 = V_10; JsonReader_SetToken_m1070955544(__this, ((int32_t)9), L_54, /*hidden argument*/NULL); return; } IL_01ce: { JsonReader_SetToken_m3474373430(__this, 1, /*hidden argument*/NULL); __this->set__bsonReaderState_24(1); return; } IL_01dd: { String_t* L_55 = BsonReader_ReadLengthString_m2332418338(__this, /*hidden argument*/NULL); JsonReader_SetToken_m1070955544(__this, ((int32_t)9), L_55, /*hidden argument*/NULL); return; } IL_01ec: { JsonReader_SetToken_m3474373430(__this, 1, /*hidden argument*/NULL); __this->set__bsonReaderState_24(4); return; } IL_01fb: { int32_t L_56 = BsonReader_ReadInt32_m2158890228(__this, /*hidden argument*/NULL); int64_t L_57 = (((int64_t)((int64_t)L_56))); RuntimeObject * L_58 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_57); JsonReader_SetToken_m1070955544(__this, 7, L_58, /*hidden argument*/NULL); return; } IL_020f: { int64_t L_59 = BsonReader_ReadInt64_m2357923271(__this, /*hidden argument*/NULL); int64_t L_60 = L_59; RuntimeObject * L_61 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_60); JsonReader_SetToken_m1070955544(__this, 7, L_61, /*hidden argument*/NULL); return; } IL_0222: { int8_t L_62 = ___type0; int8_t L_63 = L_62; RuntimeObject * L_64 = Box(BsonType_t1843803290_il2cpp_TypeInfo_var, &L_63); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_65 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1442268853, L_64, /*hidden argument*/NULL); ArgumentOutOfRangeException_t777629997 * L_66 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_66, _stringLiteral3243520166, L_65, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_66,BsonReader_ReadType_m3911217300_RuntimeMethod_var); } } // System.Byte[] Newtonsoft.Json.Bson.BsonReader::ReadBinary(Newtonsoft.Json.Bson.BsonBinaryType&) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* BsonReader_ReadBinary_m3356569563 (BsonReader_t26184191 * __this, uint8_t* ___binaryType0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = BsonReader_ReadInt32_m2158890228(__this, /*hidden argument*/NULL); V_0 = L_0; uint8_t* L_1 = ___binaryType0; uint8_t L_2 = BsonReader_ReadByte_m762174036(__this, /*hidden argument*/NULL); *((int8_t*)(L_1)) = (int8_t)L_2; uint8_t* L_3 = ___binaryType0; if ((!(((uint32_t)(*((uint8_t*)L_3))) == ((uint32_t)2)))) { goto IL_0023; } } { bool L_4 = __this->get__jsonNet35BinaryCompatibility_27(); if (L_4) { goto IL_0023; } } { int32_t L_5 = BsonReader_ReadInt32_m2158890228(__this, /*hidden argument*/NULL); V_0 = L_5; } IL_0023: { int32_t L_6 = V_0; ByteU5BU5D_t4116647657* L_7 = BsonReader_ReadBytes_m879323340(__this, L_6, /*hidden argument*/NULL); return L_7; } } // System.String Newtonsoft.Json.Bson.BsonReader::ReadString() extern "C" IL2CPP_METHOD_ATTR String_t* BsonReader_ReadString_m976318981 (BsonReader_t26184191 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonReader_ReadString_m976318981_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; uint8_t V_4 = 0x0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; { BsonReader_EnsureBuffers_m1301277286(__this, /*hidden argument*/NULL); V_0 = (StringBuilder_t *)NULL; V_1 = 0; V_2 = 0; } IL_000c: { int32_t L_0 = V_2; V_3 = L_0; goto IL_001e; } IL_0010: { ByteU5BU5D_t4116647657* L_1 = __this->get__byteBuffer_21(); int32_t L_2 = V_3; int32_t L_3 = L_2; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); uint8_t L_4 = V_4; NullCheck(L_1); (L_1)->SetAt(static_cast(L_3), (uint8_t)L_4); } IL_001e: { int32_t L_5 = V_3; if ((((int32_t)L_5) >= ((int32_t)((int32_t)128)))) { goto IL_0037; } } { BinaryReader_t2428077293 * L_6 = __this->get__reader_19(); NullCheck(L_6); uint8_t L_7 = VirtFuncInvoker0< uint8_t >::Invoke(13 /* System.Byte System.IO.BinaryReader::ReadByte() */, L_6); uint8_t L_8 = L_7; V_4 = L_8; if ((((int32_t)L_8) > ((int32_t)0))) { goto IL_0010; } } IL_0037: { int32_t L_9 = V_3; int32_t L_10 = V_2; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_10)); int32_t L_11 = V_1; int32_t L_12 = V_5; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12)); int32_t L_13 = V_3; if ((((int32_t)L_13) >= ((int32_t)((int32_t)128)))) { goto IL_0080; } } { StringBuilder_t * L_14 = V_0; if (L_14) { goto IL_0080; } } { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_15 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_16 = __this->get__byteBuffer_21(); int32_t L_17 = V_5; CharU5BU5D_t3528271667* L_18 = __this->get__charBuffer_22(); NullCheck(L_15); int32_t L_19 = VirtFuncInvoker5< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t, CharU5BU5D_t3528271667*, int32_t >::Invoke(14 /* System.Int32 System.Text.Encoding::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) */, L_15, L_16, 0, L_17, L_18, 0); V_6 = L_19; int32_t L_20 = V_1; BsonReader_MovePosition_m1748530259(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)), /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_21 = __this->get__charBuffer_22(); int32_t L_22 = V_6; String_t* L_23 = String_CreateString_m860434552(NULL, L_21, 0, L_22, /*hidden argument*/NULL); return L_23; } IL_0080: { int32_t L_24 = V_3; int32_t L_25 = BsonReader_GetLastFullCharStop_m3713509419(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1)), /*hidden argument*/NULL); V_7 = L_25; IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_26 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_27 = __this->get__byteBuffer_21(); int32_t L_28 = V_7; CharU5BU5D_t3528271667* L_29 = __this->get__charBuffer_22(); NullCheck(L_26); int32_t L_30 = VirtFuncInvoker5< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t, CharU5BU5D_t3528271667*, int32_t >::Invoke(14 /* System.Int32 System.Text.Encoding::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) */, L_26, L_27, 0, ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)), L_29, 0); V_8 = L_30; StringBuilder_t * L_31 = V_0; if (L_31) { goto IL_00b7; } } { StringBuilder_t * L_32 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m2367297767(L_32, ((int32_t)256), /*hidden argument*/NULL); V_0 = L_32; } IL_00b7: { StringBuilder_t * L_33 = V_0; CharU5BU5D_t3528271667* L_34 = __this->get__charBuffer_22(); int32_t L_35 = V_8; NullCheck(L_33); StringBuilder_Append_m4089665817(L_33, L_34, 0, L_35, /*hidden argument*/NULL); int32_t L_36 = V_7; int32_t L_37 = V_5; if ((((int32_t)L_36) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)1))))) { goto IL_00f3; } } { int32_t L_38 = V_5; int32_t L_39 = V_7; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)L_39)), (int32_t)1)); ByteU5BU5D_t4116647657* L_40 = __this->get__byteBuffer_21(); int32_t L_41 = V_7; ByteU5BU5D_t4116647657* L_42 = __this->get__byteBuffer_21(); int32_t L_43 = V_2; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_40, ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_42, 0, L_43, /*hidden argument*/NULL); goto IL_000c; } IL_00f3: { int32_t L_44 = V_3; if ((((int32_t)L_44) >= ((int32_t)((int32_t)128)))) { goto IL_010b; } } { int32_t L_45 = V_1; BsonReader_MovePosition_m1748530259(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)), /*hidden argument*/NULL); StringBuilder_t * L_46 = V_0; NullCheck(L_46); String_t* L_47 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_46); return L_47; } IL_010b: { V_2 = 0; goto IL_000c; } } // System.String Newtonsoft.Json.Bson.BsonReader::ReadLengthString() extern "C" IL2CPP_METHOD_ATTR String_t* BsonReader_ReadLengthString_m2332418338 (BsonReader_t26184191 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = BsonReader_ReadInt32_m2158890228(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; BsonReader_MovePosition_m1748530259(__this, L_1, /*hidden argument*/NULL); int32_t L_2 = V_0; String_t* L_3 = BsonReader_GetString_m977061427(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)), /*hidden argument*/NULL); BinaryReader_t2428077293 * L_4 = __this->get__reader_19(); NullCheck(L_4); VirtFuncInvoker0< uint8_t >::Invoke(13 /* System.Byte System.IO.BinaryReader::ReadByte() */, L_4); return L_3; } } // System.String Newtonsoft.Json.Bson.BsonReader::GetString(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* BsonReader_GetString_m977061427 (BsonReader_t26184191 * __this, int32_t ___length0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonReader_GetString_m977061427_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t G_B6_0 = 0; { int32_t L_0 = ___length0; if (L_0) { goto IL_0009; } } { 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_0009: { BsonReader_EnsureBuffers_m1301277286(__this, /*hidden argument*/NULL); V_0 = (StringBuilder_t *)NULL; V_1 = 0; V_2 = 0; } IL_0015: { int32_t L_2 = ___length0; int32_t L_3 = V_1; int32_t L_4 = V_2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_3))) > ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)128), (int32_t)L_4))))) { goto IL_0026; } } { int32_t L_5 = ___length0; int32_t L_6 = V_1; G_B6_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)L_6)); goto IL_002d; } IL_0026: { int32_t L_7 = V_2; G_B6_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)128), (int32_t)L_7)); } IL_002d: { V_3 = G_B6_0; BinaryReader_t2428077293 * L_8 = __this->get__reader_19(); ByteU5BU5D_t4116647657* L_9 = __this->get__byteBuffer_21(); int32_t L_10 = V_2; int32_t L_11 = V_3; NullCheck(L_8); int32_t L_12 = VirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(10 /* System.Int32 System.IO.BinaryReader::Read(System.Byte[],System.Int32,System.Int32) */, L_8, L_9, L_10, L_11); V_4 = L_12; int32_t L_13 = V_4; if (L_13) { goto IL_0052; } } { EndOfStreamException_t2015613008 * L_14 = (EndOfStreamException_t2015613008 *)il2cpp_codegen_object_new(EndOfStreamException_t2015613008_il2cpp_TypeInfo_var); EndOfStreamException__ctor_m2720774049(L_14, _stringLiteral2085299287, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,BsonReader_GetString_m977061427_RuntimeMethod_var); } IL_0052: { int32_t L_15 = V_1; int32_t L_16 = V_4; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_16)); int32_t L_17 = V_4; int32_t L_18 = V_2; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_18)); int32_t L_19 = V_4; int32_t L_20 = ___length0; if ((!(((uint32_t)L_19) == ((uint32_t)L_20)))) { goto IL_008d; } } { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_21 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_22 = __this->get__byteBuffer_21(); int32_t L_23 = V_4; CharU5BU5D_t3528271667* L_24 = __this->get__charBuffer_22(); NullCheck(L_21); int32_t L_25 = VirtFuncInvoker5< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t, CharU5BU5D_t3528271667*, int32_t >::Invoke(14 /* System.Int32 System.Text.Encoding::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) */, L_21, L_22, 0, L_23, L_24, 0); V_5 = L_25; CharU5BU5D_t3528271667* L_26 = __this->get__charBuffer_22(); int32_t L_27 = V_5; String_t* L_28 = String_CreateString_m860434552(NULL, L_26, 0, L_27, /*hidden argument*/NULL); return L_28; } IL_008d: { int32_t L_29 = V_4; int32_t L_30 = BsonReader_GetLastFullCharStop_m3713509419(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)1)), /*hidden argument*/NULL); V_6 = L_30; StringBuilder_t * L_31 = V_0; if (L_31) { goto IL_00a3; } } { int32_t L_32 = ___length0; StringBuilder_t * L_33 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m2367297767(L_33, L_32, /*hidden argument*/NULL); V_0 = L_33; } IL_00a3: { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_34 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_35 = __this->get__byteBuffer_21(); int32_t L_36 = V_6; CharU5BU5D_t3528271667* L_37 = __this->get__charBuffer_22(); NullCheck(L_34); int32_t L_38 = VirtFuncInvoker5< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t, CharU5BU5D_t3528271667*, int32_t >::Invoke(14 /* System.Int32 System.Text.Encoding::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) */, L_34, L_35, 0, ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)), L_37, 0); V_7 = L_38; StringBuilder_t * L_39 = V_0; CharU5BU5D_t3528271667* L_40 = __this->get__charBuffer_22(); int32_t L_41 = V_7; NullCheck(L_39); StringBuilder_Append_m4089665817(L_39, L_40, 0, L_41, /*hidden argument*/NULL); int32_t L_42 = V_6; int32_t L_43 = V_4; if ((((int32_t)L_42) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1))))) { goto IL_00fa; } } { int32_t L_44 = V_4; int32_t L_45 = V_6; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)L_45)), (int32_t)1)); ByteU5BU5D_t4116647657* L_46 = __this->get__byteBuffer_21(); int32_t L_47 = V_6; ByteU5BU5D_t4116647657* L_48 = __this->get__byteBuffer_21(); int32_t L_49 = V_2; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_46, ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_48, 0, L_49, /*hidden argument*/NULL); goto IL_00fc; } IL_00fa: { V_2 = 0; } IL_00fc: { int32_t L_50 = V_1; int32_t L_51 = ___length0; if ((((int32_t)L_50) < ((int32_t)L_51))) { goto IL_0015; } } { StringBuilder_t * L_52 = V_0; NullCheck(L_52); String_t* L_53 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_52); return L_53; } } // System.Int32 Newtonsoft.Json.Bson.BsonReader::GetLastFullCharStop(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t BsonReader_GetLastFullCharStop_m3713509419 (BsonReader_t26184191 * __this, int32_t ___start0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___start0; V_0 = L_0; V_1 = 0; goto IL_0028; } IL_0006: { ByteU5BU5D_t4116647657* L_1 = __this->get__byteBuffer_21(); int32_t L_2 = V_0; NullCheck(L_1); int32_t L_3 = L_2; uint8_t L_4 = (L_1)->GetAt(static_cast(L_3)); int32_t L_5 = BsonReader_BytesInSequence_m2444842642(__this, L_4, /*hidden argument*/NULL); V_1 = L_5; int32_t L_6 = V_1; if (L_6) { goto IL_001e; } } { int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); goto IL_0028; } IL_001e: { int32_t L_8 = V_1; if ((((int32_t)L_8) == ((int32_t)1))) { goto IL_002c; } } { int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); goto IL_002c; } IL_0028: { int32_t L_10 = V_0; if ((((int32_t)L_10) >= ((int32_t)0))) { goto IL_0006; } } IL_002c: { int32_t L_11 = V_1; int32_t L_12 = ___start0; int32_t L_13 = V_0; if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)L_13)))))) { goto IL_0034; } } { int32_t L_14 = ___start0; return L_14; } IL_0034: { int32_t L_15 = V_0; return L_15; } } // System.Int32 Newtonsoft.Json.Bson.BsonReader::BytesInSequence(System.Byte) extern "C" IL2CPP_METHOD_ATTR int32_t BsonReader_BytesInSequence_m2444842642 (BsonReader_t26184191 * __this, uint8_t ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonReader_BytesInSequence_m2444842642_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uint8_t L_0 = ___b0; IL2CPP_RUNTIME_CLASS_INIT(BsonReader_t26184191_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_1 = ((BsonReader_t26184191_StaticFields*)il2cpp_codegen_static_fields_for(BsonReader_t26184191_il2cpp_TypeInfo_var))->get_SeqRange1_15(); NullCheck(L_1); int32_t L_2 = 1; uint8_t L_3 = (L_1)->GetAt(static_cast(L_2)); if ((((int32_t)L_0) > ((int32_t)L_3))) { goto IL_000c; } } { return 1; } IL_000c: { uint8_t L_4 = ___b0; IL2CPP_RUNTIME_CLASS_INIT(BsonReader_t26184191_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_5 = ((BsonReader_t26184191_StaticFields*)il2cpp_codegen_static_fields_for(BsonReader_t26184191_il2cpp_TypeInfo_var))->get_SeqRange2_16(); NullCheck(L_5); int32_t L_6 = 0; uint8_t L_7 = (L_5)->GetAt(static_cast(L_6)); if ((((int32_t)L_4) < ((int32_t)L_7))) { goto IL_0022; } } { uint8_t L_8 = ___b0; IL2CPP_RUNTIME_CLASS_INIT(BsonReader_t26184191_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_9 = ((BsonReader_t26184191_StaticFields*)il2cpp_codegen_static_fields_for(BsonReader_t26184191_il2cpp_TypeInfo_var))->get_SeqRange2_16(); NullCheck(L_9); int32_t L_10 = 1; uint8_t L_11 = (L_9)->GetAt(static_cast(L_10)); if ((((int32_t)L_8) > ((int32_t)L_11))) { goto IL_0022; } } { return 2; } IL_0022: { uint8_t L_12 = ___b0; IL2CPP_RUNTIME_CLASS_INIT(BsonReader_t26184191_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_13 = ((BsonReader_t26184191_StaticFields*)il2cpp_codegen_static_fields_for(BsonReader_t26184191_il2cpp_TypeInfo_var))->get_SeqRange3_17(); NullCheck(L_13); int32_t L_14 = 0; uint8_t L_15 = (L_13)->GetAt(static_cast(L_14)); if ((((int32_t)L_12) < ((int32_t)L_15))) { goto IL_0038; } } { uint8_t L_16 = ___b0; IL2CPP_RUNTIME_CLASS_INIT(BsonReader_t26184191_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_17 = ((BsonReader_t26184191_StaticFields*)il2cpp_codegen_static_fields_for(BsonReader_t26184191_il2cpp_TypeInfo_var))->get_SeqRange3_17(); NullCheck(L_17); int32_t L_18 = 1; uint8_t L_19 = (L_17)->GetAt(static_cast(L_18)); if ((((int32_t)L_16) > ((int32_t)L_19))) { goto IL_0038; } } { return 3; } IL_0038: { uint8_t L_20 = ___b0; IL2CPP_RUNTIME_CLASS_INIT(BsonReader_t26184191_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_21 = ((BsonReader_t26184191_StaticFields*)il2cpp_codegen_static_fields_for(BsonReader_t26184191_il2cpp_TypeInfo_var))->get_SeqRange4_18(); NullCheck(L_21); int32_t L_22 = 0; uint8_t L_23 = (L_21)->GetAt(static_cast(L_22)); if ((((int32_t)L_20) < ((int32_t)L_23))) { goto IL_004e; } } { uint8_t L_24 = ___b0; IL2CPP_RUNTIME_CLASS_INIT(BsonReader_t26184191_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_25 = ((BsonReader_t26184191_StaticFields*)il2cpp_codegen_static_fields_for(BsonReader_t26184191_il2cpp_TypeInfo_var))->get_SeqRange4_18(); NullCheck(L_25); int32_t L_26 = 1; uint8_t L_27 = (L_25)->GetAt(static_cast(L_26)); if ((((int32_t)L_24) > ((int32_t)L_27))) { goto IL_004e; } } { return 4; } IL_004e: { return 0; } } // System.Void Newtonsoft.Json.Bson.BsonReader::EnsureBuffers() extern "C" IL2CPP_METHOD_ATTR void BsonReader_EnsureBuffers_m1301277286 (BsonReader_t26184191 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonReader_EnsureBuffers_m1301277286_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ByteU5BU5D_t4116647657* L_0 = __this->get__byteBuffer_21(); if (L_0) { goto IL_0018; } } { __this->set__byteBuffer_21(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)128)))); } IL_0018: { CharU5BU5D_t3528271667* L_1 = __this->get__charBuffer_22(); if (L_1) { goto IL_003c; } } { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_2 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = VirtFuncInvoker1< int32_t, int32_t >::Invoke(20 /* System.Int32 System.Text.Encoding::GetMaxCharCount(System.Int32) */, L_2, ((int32_t)128)); V_0 = L_3; int32_t L_4 = V_0; __this->set__charBuffer_22(((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)L_4))); } IL_003c: { return; } } // System.Double Newtonsoft.Json.Bson.BsonReader::ReadDouble() extern "C" IL2CPP_METHOD_ATTR double BsonReader_ReadDouble_m4091098637 (BsonReader_t26184191 * __this, const RuntimeMethod* method) { { BsonReader_MovePosition_m1748530259(__this, 8, /*hidden argument*/NULL); BinaryReader_t2428077293 * L_0 = __this->get__reader_19(); NullCheck(L_0); double L_1 = VirtFuncInvoker0< double >::Invoke(17 /* System.Double System.IO.BinaryReader::ReadDouble() */, L_0); return L_1; } } // System.Int32 Newtonsoft.Json.Bson.BsonReader::ReadInt32() extern "C" IL2CPP_METHOD_ATTR int32_t BsonReader_ReadInt32_m2158890228 (BsonReader_t26184191 * __this, const RuntimeMethod* method) { { BsonReader_MovePosition_m1748530259(__this, 4, /*hidden argument*/NULL); BinaryReader_t2428077293 * L_0 = __this->get__reader_19(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_0); return L_1; } } // System.Int64 Newtonsoft.Json.Bson.BsonReader::ReadInt64() extern "C" IL2CPP_METHOD_ATTR int64_t BsonReader_ReadInt64_m2357923271 (BsonReader_t26184191 * __this, const RuntimeMethod* method) { { BsonReader_MovePosition_m1748530259(__this, 8, /*hidden argument*/NULL); BinaryReader_t2428077293 * L_0 = __this->get__reader_19(); NullCheck(L_0); int64_t L_1 = VirtFuncInvoker0< int64_t >::Invoke(20 /* System.Int64 System.IO.BinaryReader::ReadInt64() */, L_0); return L_1; } } // Newtonsoft.Json.Bson.BsonType Newtonsoft.Json.Bson.BsonReader::ReadType() extern "C" IL2CPP_METHOD_ATTR int8_t BsonReader_ReadType_m3646065161 (BsonReader_t26184191 * __this, const RuntimeMethod* method) { { BsonReader_MovePosition_m1748530259(__this, 1, /*hidden argument*/NULL); BinaryReader_t2428077293 * L_0 = __this->get__reader_19(); NullCheck(L_0); int8_t L_1 = VirtFuncInvoker0< int8_t >::Invoke(21 /* System.SByte System.IO.BinaryReader::ReadSByte() */, L_0); return (int8_t)(L_1); } } // System.Void Newtonsoft.Json.Bson.BsonReader::MovePosition(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BsonReader_MovePosition_m1748530259 (BsonReader_t26184191 * __this, int32_t ___count0, const RuntimeMethod* method) { { ContainerContext_t1305994539 * L_0 = __this->get__currentContext_25(); ContainerContext_t1305994539 * L_1 = L_0; NullCheck(L_1); int32_t L_2 = L_1->get_Position_2(); int32_t L_3 = ___count0; NullCheck(L_1); L_1->set_Position_2(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3))); return; } } // System.Byte[] Newtonsoft.Json.Bson.BsonReader::ReadBytes(System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* BsonReader_ReadBytes_m879323340 (BsonReader_t26184191 * __this, int32_t ___count0, const RuntimeMethod* method) { { int32_t L_0 = ___count0; BsonReader_MovePosition_m1748530259(__this, L_0, /*hidden argument*/NULL); BinaryReader_t2428077293 * L_1 = __this->get__reader_19(); int32_t L_2 = ___count0; NullCheck(L_1); ByteU5BU5D_t4116647657* L_3 = VirtFuncInvoker1< ByteU5BU5D_t4116647657*, int32_t >::Invoke(14 /* System.Byte[] System.IO.BinaryReader::ReadBytes(System.Int32) */, L_1, L_2); return L_3; } } // System.Void Newtonsoft.Json.Bson.BsonReader::.cctor() extern "C" IL2CPP_METHOD_ATTR void BsonReader__cctor_m417232326 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonReader__cctor_m417232326_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)2)); NullCheck(L_0); (L_0)->SetAt(static_cast(1), (uint8_t)((int32_t)127)); ((BsonReader_t26184191_StaticFields*)il2cpp_codegen_static_fields_for(BsonReader_t26184191_il2cpp_TypeInfo_var))->set_SeqRange1_15(L_0); ByteU5BU5D_t4116647657* L_1 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)2)); NullCheck(L_1); (L_1)->SetAt(static_cast(0), (uint8_t)((int32_t)194)); ByteU5BU5D_t4116647657* L_2 = L_1; NullCheck(L_2); (L_2)->SetAt(static_cast(1), (uint8_t)((int32_t)223)); ((BsonReader_t26184191_StaticFields*)il2cpp_codegen_static_fields_for(BsonReader_t26184191_il2cpp_TypeInfo_var))->set_SeqRange2_16(L_2); ByteU5BU5D_t4116647657* L_3 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)2)); NullCheck(L_3); (L_3)->SetAt(static_cast(0), (uint8_t)((int32_t)224)); ByteU5BU5D_t4116647657* L_4 = L_3; NullCheck(L_4); (L_4)->SetAt(static_cast(1), (uint8_t)((int32_t)239)); ((BsonReader_t26184191_StaticFields*)il2cpp_codegen_static_fields_for(BsonReader_t26184191_il2cpp_TypeInfo_var))->set_SeqRange3_17(L_4); ByteU5BU5D_t4116647657* L_5 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)2)); NullCheck(L_5); (L_5)->SetAt(static_cast(0), (uint8_t)((int32_t)240)); ByteU5BU5D_t4116647657* L_6 = L_5; NullCheck(L_6); (L_6)->SetAt(static_cast(1), (uint8_t)((int32_t)244)); ((BsonReader_t26184191_StaticFields*)il2cpp_codegen_static_fields_for(BsonReader_t26184191_il2cpp_TypeInfo_var))->set_SeqRange4_18(L_6); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Bson.BsonReader/ContainerContext::.ctor(Newtonsoft.Json.Bson.BsonType) extern "C" IL2CPP_METHOD_ATTR void ContainerContext__ctor_m3451344717 (ContainerContext_t1305994539 * __this, int8_t ___type0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int8_t L_0 = ___type0; __this->set_Type_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Bson.BsonString Newtonsoft.Json.Bson.BsonRegex::get_Pattern() extern "C" IL2CPP_METHOD_ATTR BsonString_t1135579766 * BsonRegex_get_Pattern_m3874819354 (BsonRegex_t323777446 * __this, const RuntimeMethod* method) { { BsonString_t1135579766 * L_0 = __this->get_U3CPatternU3Ek__BackingField_2(); return L_0; } } // System.Void Newtonsoft.Json.Bson.BsonRegex::set_Pattern(Newtonsoft.Json.Bson.BsonString) extern "C" IL2CPP_METHOD_ATTR void BsonRegex_set_Pattern_m1218749960 (BsonRegex_t323777446 * __this, BsonString_t1135579766 * ___value0, const RuntimeMethod* method) { { BsonString_t1135579766 * L_0 = ___value0; __this->set_U3CPatternU3Ek__BackingField_2(L_0); return; } } // Newtonsoft.Json.Bson.BsonString Newtonsoft.Json.Bson.BsonRegex::get_Options() extern "C" IL2CPP_METHOD_ATTR BsonString_t1135579766 * BsonRegex_get_Options_m3915970614 (BsonRegex_t323777446 * __this, const RuntimeMethod* method) { { BsonString_t1135579766 * L_0 = __this->get_U3COptionsU3Ek__BackingField_3(); return L_0; } } // System.Void Newtonsoft.Json.Bson.BsonRegex::set_Options(Newtonsoft.Json.Bson.BsonString) extern "C" IL2CPP_METHOD_ATTR void BsonRegex_set_Options_m273685210 (BsonRegex_t323777446 * __this, BsonString_t1135579766 * ___value0, const RuntimeMethod* method) { { BsonString_t1135579766 * L_0 = ___value0; __this->set_U3COptionsU3Ek__BackingField_3(L_0); return; } } // System.Void Newtonsoft.Json.Bson.BsonRegex::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void BsonRegex__ctor_m4102174036 (BsonRegex_t323777446 * __this, String_t* ___pattern0, String_t* ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonRegex__ctor_m4102174036_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BsonToken__ctor_m4218088391(__this, /*hidden argument*/NULL); String_t* L_0 = ___pattern0; BsonString_t1135579766 * L_1 = (BsonString_t1135579766 *)il2cpp_codegen_object_new(BsonString_t1135579766_il2cpp_TypeInfo_var); BsonString__ctor_m147423106(L_1, L_0, (bool)0, /*hidden argument*/NULL); BsonRegex_set_Pattern_m1218749960(__this, L_1, /*hidden argument*/NULL); String_t* L_2 = ___options1; BsonString_t1135579766 * L_3 = (BsonString_t1135579766 *)il2cpp_codegen_object_new(BsonString_t1135579766_il2cpp_TypeInfo_var); BsonString__ctor_m147423106(L_3, L_2, (bool)0, /*hidden argument*/NULL); BsonRegex_set_Options_m273685210(__this, L_3, /*hidden argument*/NULL); return; } } // Newtonsoft.Json.Bson.BsonType Newtonsoft.Json.Bson.BsonRegex::get_Type() extern "C" IL2CPP_METHOD_ATTR int8_t BsonRegex_get_Type_m4128169491 (BsonRegex_t323777446 * __this, const RuntimeMethod* method) { { return (int8_t)(((int32_t)11)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 Newtonsoft.Json.Bson.BsonString::get_ByteCount() extern "C" IL2CPP_METHOD_ATTR int32_t BsonString_get_ByteCount_m2909435692 (BsonString_t1135579766 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CByteCountU3Ek__BackingField_4(); return L_0; } } // System.Void Newtonsoft.Json.Bson.BsonString::set_ByteCount(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BsonString_set_ByteCount_m2322732339 (BsonString_t1135579766 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CByteCountU3Ek__BackingField_4(L_0); return; } } // System.Boolean Newtonsoft.Json.Bson.BsonString::get_IncludeLength() extern "C" IL2CPP_METHOD_ATTR bool BsonString_get_IncludeLength_m595252763 (BsonString_t1135579766 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CIncludeLengthU3Ek__BackingField_5(); return L_0; } } // System.Void Newtonsoft.Json.Bson.BsonString::set_IncludeLength(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void BsonString_set_IncludeLength_m3091530982 (BsonString_t1135579766 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIncludeLengthU3Ek__BackingField_5(L_0); return; } } // System.Void Newtonsoft.Json.Bson.BsonString::.ctor(System.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void BsonString__ctor_m147423106 (BsonString_t1135579766 * __this, RuntimeObject * ___value0, bool ___includeLength1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; BsonValue__ctor_m2547678966(__this, L_0, 2, /*hidden argument*/NULL); bool L_1 = ___includeLength1; BsonString_set_IncludeLength_m3091530982(__this, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Bson.BsonToken Newtonsoft.Json.Bson.BsonToken::get_Parent() extern "C" IL2CPP_METHOD_ATTR BsonToken_t3838771636 * BsonToken_get_Parent_m1486056822 (BsonToken_t3838771636 * __this, const RuntimeMethod* method) { { BsonToken_t3838771636 * L_0 = __this->get_U3CParentU3Ek__BackingField_0(); return L_0; } } // System.Void Newtonsoft.Json.Bson.BsonToken::set_Parent(Newtonsoft.Json.Bson.BsonToken) extern "C" IL2CPP_METHOD_ATTR void BsonToken_set_Parent_m3940624387 (BsonToken_t3838771636 * __this, BsonToken_t3838771636 * ___value0, const RuntimeMethod* method) { { BsonToken_t3838771636 * L_0 = ___value0; __this->set_U3CParentU3Ek__BackingField_0(L_0); return; } } // System.Int32 Newtonsoft.Json.Bson.BsonToken::get_CalculatedSize() extern "C" IL2CPP_METHOD_ATTR int32_t BsonToken_get_CalculatedSize_m1041449010 (BsonToken_t3838771636 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CCalculatedSizeU3Ek__BackingField_1(); return L_0; } } // System.Void Newtonsoft.Json.Bson.BsonToken::set_CalculatedSize(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BsonToken_set_CalculatedSize_m3884778869 (BsonToken_t3838771636 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CCalculatedSizeU3Ek__BackingField_1(L_0); return; } } // System.Void Newtonsoft.Json.Bson.BsonToken::.ctor() extern "C" IL2CPP_METHOD_ATTR void BsonToken__ctor_m4218088391 (BsonToken_t3838771636 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Bson.BsonValue::.ctor(System.Object,Newtonsoft.Json.Bson.BsonType) extern "C" IL2CPP_METHOD_ATTR void BsonValue__ctor_m2547678966 (BsonValue_t3067495970 * __this, RuntimeObject * ___value0, int8_t ___type1, const RuntimeMethod* method) { { BsonToken__ctor_m4218088391(__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___value0; __this->set__value_2(L_0); int8_t L_1 = ___type1; __this->set__type_3(L_1); return; } } // System.Object Newtonsoft.Json.Bson.BsonValue::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * BsonValue_get_Value_m3981426679 (BsonValue_t3067495970 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get__value_2(); return L_0; } } // Newtonsoft.Json.Bson.BsonType Newtonsoft.Json.Bson.BsonValue::get_Type() extern "C" IL2CPP_METHOD_ATTR int8_t BsonValue_get_Type_m4226830423 (BsonValue_t3067495970 * __this, const RuntimeMethod* method) { { int8_t L_0 = __this->get__type_3(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Bson.BsonWriter::WriteEnd(Newtonsoft.Json.JsonToken) extern "C" IL2CPP_METHOD_ATTR void BsonWriter_WriteEnd_m206005449 (BsonWriter_t3355227794 * __this, int32_t ___token0, const RuntimeMethod* method) { { int32_t L_0 = ___token0; JsonWriter_WriteEnd_m2456810107(__this, L_0, /*hidden argument*/NULL); BsonWriter_RemoveParent_m1874294740(__this, /*hidden argument*/NULL); int32_t L_1 = JsonWriter_get_Top_m1361217067(__this, /*hidden argument*/NULL); if (L_1) { goto IL_0026; } } { BsonBinaryWriter_t671405346 * L_2 = __this->get__writer_13(); BsonToken_t3838771636 * L_3 = __this->get__root_14(); NullCheck(L_2); BsonBinaryWriter_WriteToken_m3923062143(L_2, L_3, /*hidden argument*/NULL); } IL_0026: { return; } } // System.Void Newtonsoft.Json.Bson.BsonWriter::WriteComment(System.String) extern "C" IL2CPP_METHOD_ATTR void BsonWriter_WriteComment_m1685769633 (BsonWriter_t3355227794 * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonWriter_WriteComment_m1685769633_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonWriterException_t1282940098 * L_0 = JsonWriterException_Create_m902284538(NULL /*static, unused*/, __this, _stringLiteral2275151822, (Exception_t *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,BsonWriter_WriteComment_m1685769633_RuntimeMethod_var); } } // System.Void Newtonsoft.Json.Bson.BsonWriter::WriteStartConstructor(System.String) extern "C" IL2CPP_METHOD_ATTR void BsonWriter_WriteStartConstructor_m4217038979 (BsonWriter_t3355227794 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonWriter_WriteStartConstructor_m4217038979_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonWriterException_t1282940098 * L_0 = JsonWriterException_Create_m902284538(NULL /*static, unused*/, __this, _stringLiteral1429938105, (Exception_t *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,BsonWriter_WriteStartConstructor_m4217038979_RuntimeMethod_var); } } // System.Void Newtonsoft.Json.Bson.BsonWriter::WriteRaw(System.String) extern "C" IL2CPP_METHOD_ATTR void BsonWriter_WriteRaw_m3227117585 (BsonWriter_t3355227794 * __this, String_t* ___json0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonWriter_WriteRaw_m3227117585_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonWriterException_t1282940098 * L_0 = JsonWriterException_Create_m902284538(NULL /*static, unused*/, __this, _stringLiteral1486923172, (Exception_t *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,BsonWriter_WriteRaw_m3227117585_RuntimeMethod_var); } } // System.Void Newtonsoft.Json.Bson.BsonWriter::WriteRawValue(System.String) extern "C" IL2CPP_METHOD_ATTR void BsonWriter_WriteRawValue_m2653590634 (BsonWriter_t3355227794 * __this, String_t* ___json0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonWriter_WriteRawValue_m2653590634_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonWriterException_t1282940098 * L_0 = JsonWriterException_Create_m902284538(NULL /*static, unused*/, __this, _stringLiteral1486923172, (Exception_t *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,BsonWriter_WriteRawValue_m2653590634_RuntimeMethod_var); } } // System.Void Newtonsoft.Json.Bson.BsonWriter::WriteStartArray() extern "C" IL2CPP_METHOD_ATTR void BsonWriter_WriteStartArray_m1337937770 (BsonWriter_t3355227794 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonWriter_WriteStartArray_m1337937770_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonWriter_WriteStartArray_m1802468309(__this, /*hidden argument*/NULL); BsonArray_t345506913 * L_0 = (BsonArray_t345506913 *)il2cpp_codegen_object_new(BsonArray_t345506913_il2cpp_TypeInfo_var); BsonArray__ctor_m1657671806(L_0, /*hidden argument*/NULL); BsonWriter_AddParent_m1891594821(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Bson.BsonWriter::WriteStartObject() extern "C" IL2CPP_METHOD_ATTR void BsonWriter_WriteStartObject_m3785223384 (BsonWriter_t3355227794 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonWriter_WriteStartObject_m3785223384_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonWriter_WriteStartObject_m116870646(__this, /*hidden argument*/NULL); BsonObject_t3552490343 * L_0 = (BsonObject_t3552490343 *)il2cpp_codegen_object_new(BsonObject_t3552490343_il2cpp_TypeInfo_var); BsonObject__ctor_m3034712262(L_0, /*hidden argument*/NULL); BsonWriter_AddParent_m1891594821(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Bson.BsonWriter::WritePropertyName(System.String) extern "C" IL2CPP_METHOD_ATTR void BsonWriter_WritePropertyName_m1455990299 (BsonWriter_t3355227794 * __this, String_t* ___name0, const RuntimeMethod* method) { { String_t* L_0 = ___name0; JsonWriter_WritePropertyName_m1400365370(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___name0; __this->set__propertyName_16(L_1); return; } } // System.Void Newtonsoft.Json.Bson.BsonWriter::Close() extern "C" IL2CPP_METHOD_ATTR void BsonWriter_Close_m1864919534 (BsonWriter_t3355227794 * __this, const RuntimeMethod* method) { { JsonWriter_Close_m3584185124(__this, /*hidden argument*/NULL); bool L_0 = JsonWriter_get_CloseOutput_m3225392997(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0021; } } { BsonBinaryWriter_t671405346 * L_1 = __this->get__writer_13(); if (!L_1) { goto IL_0021; } } { BsonBinaryWriter_t671405346 * L_2 = __this->get__writer_13(); NullCheck(L_2); BsonBinaryWriter_Close_m4129648188(L_2, /*hidden argument*/NULL); } IL_0021: { return; } } // System.Void Newtonsoft.Json.Bson.BsonWriter::AddParent(Newtonsoft.Json.Bson.BsonToken) extern "C" IL2CPP_METHOD_ATTR void BsonWriter_AddParent_m1891594821 (BsonWriter_t3355227794 * __this, BsonToken_t3838771636 * ___container0, const RuntimeMethod* method) { { BsonToken_t3838771636 * L_0 = ___container0; BsonWriter_AddToken_m1194224412(__this, L_0, /*hidden argument*/NULL); BsonToken_t3838771636 * L_1 = ___container0; __this->set__parent_15(L_1); return; } } // System.Void Newtonsoft.Json.Bson.BsonWriter::RemoveParent() extern "C" IL2CPP_METHOD_ATTR void BsonWriter_RemoveParent_m1874294740 (BsonWriter_t3355227794 * __this, const RuntimeMethod* method) { { BsonToken_t3838771636 * L_0 = __this->get__parent_15(); NullCheck(L_0); BsonToken_t3838771636 * L_1 = BsonToken_get_Parent_m1486056822(L_0, /*hidden argument*/NULL); __this->set__parent_15(L_1); return; } } // System.Void Newtonsoft.Json.Bson.BsonWriter::AddValue(System.Object,Newtonsoft.Json.Bson.BsonType) extern "C" IL2CPP_METHOD_ATTR void BsonWriter_AddValue_m2770326892 (BsonWriter_t3355227794 * __this, RuntimeObject * ___value0, int8_t ___type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonWriter_AddValue_m2770326892_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; int8_t L_1 = ___type1; BsonValue_t3067495970 * L_2 = (BsonValue_t3067495970 *)il2cpp_codegen_object_new(BsonValue_t3067495970_il2cpp_TypeInfo_var); BsonValue__ctor_m2547678966(L_2, L_0, L_1, /*hidden argument*/NULL); BsonWriter_AddToken_m1194224412(__this, L_2, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Bson.BsonWriter::AddToken(Newtonsoft.Json.Bson.BsonToken) extern "C" IL2CPP_METHOD_ATTR void BsonWriter_AddToken_m1194224412 (BsonWriter_t3355227794 * __this, BsonToken_t3838771636 * ___token0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonWriter_AddToken_m1194224412_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BsonToken_t3838771636 * L_0 = __this->get__parent_15(); if (!L_0) { goto IL_0046; } } { BsonToken_t3838771636 * L_1 = __this->get__parent_15(); if (!((BsonObject_t3552490343 *)IsInstClass((RuntimeObject*)L_1, BsonObject_t3552490343_il2cpp_TypeInfo_var))) { goto IL_0034; } } { BsonToken_t3838771636 * L_2 = __this->get__parent_15(); String_t* L_3 = __this->get__propertyName_16(); BsonToken_t3838771636 * L_4 = ___token0; NullCheck(((BsonObject_t3552490343 *)CastclassClass((RuntimeObject*)L_2, BsonObject_t3552490343_il2cpp_TypeInfo_var))); BsonObject_Add_m603925343(((BsonObject_t3552490343 *)CastclassClass((RuntimeObject*)L_2, BsonObject_t3552490343_il2cpp_TypeInfo_var)), L_3, L_4, /*hidden argument*/NULL); __this->set__propertyName_16((String_t*)NULL); return; } IL_0034: { BsonToken_t3838771636 * L_5 = __this->get__parent_15(); BsonToken_t3838771636 * L_6 = ___token0; NullCheck(((BsonArray_t345506913 *)CastclassClass((RuntimeObject*)L_5, BsonArray_t345506913_il2cpp_TypeInfo_var))); BsonArray_Add_m4054612223(((BsonArray_t345506913 *)CastclassClass((RuntimeObject*)L_5, BsonArray_t345506913_il2cpp_TypeInfo_var)), L_6, /*hidden argument*/NULL); return; } IL_0046: { BsonToken_t3838771636 * L_7 = ___token0; NullCheck(L_7); int8_t L_8 = VirtFuncInvoker0< int8_t >::Invoke(4 /* Newtonsoft.Json.Bson.BsonType Newtonsoft.Json.Bson.BsonToken::get_Type() */, L_7); if ((((int32_t)L_8) == ((int32_t)3))) { goto IL_007a; } } { BsonToken_t3838771636 * L_9 = ___token0; NullCheck(L_9); int8_t L_10 = VirtFuncInvoker0< int8_t >::Invoke(4 /* Newtonsoft.Json.Bson.BsonType Newtonsoft.Json.Bson.BsonToken::get_Type() */, L_9); if ((((int32_t)L_10) == ((int32_t)4))) { goto IL_007a; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_11 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); BsonToken_t3838771636 * L_12 = ___token0; NullCheck(L_12); int8_t L_13 = VirtFuncInvoker0< int8_t >::Invoke(4 /* Newtonsoft.Json.Bson.BsonType Newtonsoft.Json.Bson.BsonToken::get_Type() */, L_12); int8_t L_14 = L_13; RuntimeObject * L_15 = Box(BsonType_t1843803290_il2cpp_TypeInfo_var, &L_14); String_t* L_16 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral727054131, L_11, L_15, /*hidden argument*/NULL); JsonWriterException_t1282940098 * L_17 = JsonWriterException_Create_m902284538(NULL /*static, unused*/, __this, L_16, (Exception_t *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17,BsonWriter_AddToken_m1194224412_RuntimeMethod_var); } IL_007a: { BsonToken_t3838771636 * L_18 = ___token0; __this->set__parent_15(L_18); BsonToken_t3838771636 * L_19 = ___token0; __this->set__root_14(L_19); return; } } // System.Void Newtonsoft.Json.Bson.BsonWriter::WriteValue(System.Object) extern "C" IL2CPP_METHOD_ATTR void BsonWriter_WriteValue_m336893232 (BsonWriter_t3355227794 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; JsonWriter_WriteValue_m57335208(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Bson.BsonWriter::WriteNull() extern "C" IL2CPP_METHOD_ATTR void BsonWriter_WriteNull_m576653445 (BsonWriter_t3355227794 * __this, const RuntimeMethod* method) { { JsonWriter_WriteNull_m2108953018(__this, /*hidden argument*/NULL); BsonWriter_AddValue_m2770326892(__this, NULL, ((int32_t)10), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Bson.BsonWriter::WriteUndefined() extern "C" IL2CPP_METHOD_ATTR void BsonWriter_WriteUndefined_m3595518192 (BsonWriter_t3355227794 * __this, const RuntimeMethod* method) { { JsonWriter_WriteUndefined_m3012783893(__this, /*hidden argument*/NULL); BsonWriter_AddValue_m2770326892(__this, NULL, 6, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Bson.BsonWriter::WriteValue(System.String) extern "C" IL2CPP_METHOD_ATTR void BsonWriter_WriteValue_m3658549969 (BsonWriter_t3355227794 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonWriter_WriteValue_m3658549969_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; JsonWriter_WriteValue_m1762582339(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___value0; if (L_1) { goto IL_0014; } } { BsonWriter_AddValue_m2770326892(__this, NULL, ((int32_t)10), /*hidden argument*/NULL); return; } IL_0014: { String_t* L_2 = ___value0; BsonString_t1135579766 * L_3 = (BsonString_t1135579766 *)il2cpp_codegen_object_new(BsonString_t1135579766_il2cpp_TypeInfo_var); BsonString__ctor_m147423106(L_3, L_2, (bool)1, /*hidden argument*/NULL); BsonWriter_AddToken_m1194224412(__this, L_3, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Bson.BsonWriter::WriteValue(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BsonWriter_WriteValue_m2784824663 (BsonWriter_t3355227794 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonWriter_WriteValue_m2784824663_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); BsonWriter_AddValue_m2770326892(__this, L_3, ((int32_t)16), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Bson.BsonWriter::WriteValue(System.UInt32) extern "C" IL2CPP_METHOD_ATTR void BsonWriter_WriteValue_m672651834 (BsonWriter_t3355227794 * __this, uint32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonWriter_WriteValue_m672651834_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uint32_t L_0 = ___value0; if ((!(((uint32_t)L_0) > ((uint32_t)((int32_t)2147483647LL))))) { goto IL_0015; } } { JsonWriterException_t1282940098 * L_1 = JsonWriterException_Create_m902284538(NULL /*static, unused*/, __this, _stringLiteral2546146709, (Exception_t *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,BsonWriter_WriteValue_m672651834_RuntimeMethod_var); } IL_0015: { uint32_t L_2 = ___value0; JsonWriter_WriteValue_m1399368634(__this, L_2, /*hidden argument*/NULL); uint32_t L_3 = ___value0; uint32_t L_4 = L_3; RuntimeObject * L_5 = Box(UInt32_t2560061978_il2cpp_TypeInfo_var, &L_4); BsonWriter_AddValue_m2770326892(__this, L_5, ((int32_t)16), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Bson.BsonWriter::WriteValue(System.Int64) extern "C" IL2CPP_METHOD_ATTR void BsonWriter_WriteValue_m878298704 (BsonWriter_t3355227794 * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonWriter_WriteValue_m878298704_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); BsonWriter_AddValue_m2770326892(__this, L_3, ((int32_t)18), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Bson.BsonWriter::WriteValue(System.UInt64) extern "C" IL2CPP_METHOD_ATTR void BsonWriter_WriteValue_m3393641024 (BsonWriter_t3355227794 * __this, uint64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonWriter_WriteValue_m3393641024_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uint64_t L_0 = ___value0; if ((!(((uint64_t)L_0) > ((uint64_t)((int64_t)std::numeric_limits::max()))))) { goto IL_0019; } } { JsonWriterException_t1282940098 * L_1 = JsonWriterException_Create_m902284538(NULL /*static, unused*/, __this, _stringLiteral3275887282, (Exception_t *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,BsonWriter_WriteValue_m3393641024_RuntimeMethod_var); } IL_0019: { uint64_t L_2 = ___value0; JsonWriter_WriteValue_m3305894593(__this, L_2, /*hidden argument*/NULL); uint64_t L_3 = ___value0; uint64_t L_4 = L_3; RuntimeObject * L_5 = Box(UInt64_t4134040092_il2cpp_TypeInfo_var, &L_4); BsonWriter_AddValue_m2770326892(__this, L_5, ((int32_t)18), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Bson.BsonWriter::WriteValue(System.Single) extern "C" IL2CPP_METHOD_ATTR void BsonWriter_WriteValue_m204909252 (BsonWriter_t3355227794 * __this, float ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonWriter_WriteValue_m204909252_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); BsonWriter_AddValue_m2770326892(__this, L_3, 1, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Bson.BsonWriter::WriteValue(System.Double) extern "C" IL2CPP_METHOD_ATTR void BsonWriter_WriteValue_m374540623 (BsonWriter_t3355227794 * __this, double ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonWriter_WriteValue_m374540623_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); BsonWriter_AddValue_m2770326892(__this, L_3, 1, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Bson.BsonWriter::WriteValue(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void BsonWriter_WriteValue_m3171958749 (BsonWriter_t3355227794 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonWriter_WriteValue_m3171958749_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); BsonWriter_AddValue_m2770326892(__this, L_3, 8, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Bson.BsonWriter::WriteValue(System.Int16) extern "C" IL2CPP_METHOD_ATTR void BsonWriter_WriteValue_m3182950029 (BsonWriter_t3355227794 * __this, int16_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonWriter_WriteValue_m3182950029_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); BsonWriter_AddValue_m2770326892(__this, L_3, ((int32_t)16), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Bson.BsonWriter::WriteValue(System.UInt16) extern "C" IL2CPP_METHOD_ATTR void BsonWriter_WriteValue_m290314814 (BsonWriter_t3355227794 * __this, uint16_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonWriter_WriteValue_m290314814_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); BsonWriter_AddValue_m2770326892(__this, L_3, ((int32_t)16), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Bson.BsonWriter::WriteValue(System.Char) extern "C" IL2CPP_METHOD_ATTR void BsonWriter_WriteValue_m3016174809 (BsonWriter_t3355227794 * __this, Il2CppChar ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonWriter_WriteValue_m3016174809_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; BsonString_t1135579766 * L_4 = (BsonString_t1135579766 *)il2cpp_codegen_object_new(BsonString_t1135579766_il2cpp_TypeInfo_var); BsonString__ctor_m147423106(L_4, L_3, (bool)1, /*hidden argument*/NULL); BsonWriter_AddToken_m1194224412(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Bson.BsonWriter::WriteValue(System.Byte) extern "C" IL2CPP_METHOD_ATTR void BsonWriter_WriteValue_m1400046047 (BsonWriter_t3355227794 * __this, uint8_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonWriter_WriteValue_m1400046047_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); BsonWriter_AddValue_m2770326892(__this, L_3, ((int32_t)16), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Bson.BsonWriter::WriteValue(System.SByte) extern "C" IL2CPP_METHOD_ATTR void BsonWriter_WriteValue_m1767758586 (BsonWriter_t3355227794 * __this, int8_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonWriter_WriteValue_m1767758586_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); BsonWriter_AddValue_m2770326892(__this, L_3, ((int32_t)16), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Bson.BsonWriter::WriteValue(System.Decimal) extern "C" IL2CPP_METHOD_ATTR void BsonWriter_WriteValue_m1516543028 (BsonWriter_t3355227794 * __this, Decimal_t2948259380 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonWriter_WriteValue_m1516543028_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); BsonWriter_AddValue_m2770326892(__this, L_3, 1, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Bson.BsonWriter::WriteValue(System.DateTime) extern "C" IL2CPP_METHOD_ATTR void BsonWriter_WriteValue_m40682672 (BsonWriter_t3355227794 * __this, DateTime_t3738529785 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonWriter_WriteValue_m40682672_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); BsonWriter_AddValue_m2770326892(__this, L_6, ((int32_t)9), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Bson.BsonWriter::WriteValue(System.DateTimeOffset) extern "C" IL2CPP_METHOD_ATTR void BsonWriter_WriteValue_m3921940871 (BsonWriter_t3355227794 * __this, DateTimeOffset_t3229287507 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonWriter_WriteValue_m3921940871_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); BsonWriter_AddValue_m2770326892(__this, L_3, ((int32_t)9), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Bson.BsonWriter::WriteValue(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void BsonWriter_WriteValue_m3440874002 (BsonWriter_t3355227794 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonWriter_WriteValue_m3440874002_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ___value0; JsonWriter_WriteValue_m3107219797(__this, L_0, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_1 = ___value0; BsonBinary_t160198617 * L_2 = (BsonBinary_t160198617 *)il2cpp_codegen_object_new(BsonBinary_t160198617_il2cpp_TypeInfo_var); BsonBinary__ctor_m981307087(L_2, L_1, 0, /*hidden argument*/NULL); BsonWriter_AddToken_m1194224412(__this, L_2, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Bson.BsonWriter::WriteValue(System.Guid) extern "C" IL2CPP_METHOD_ATTR void BsonWriter_WriteValue_m2029751632 (BsonWriter_t3355227794 * __this, Guid_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonWriter_WriteValue_m2029751632_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Guid_t L_0 = ___value0; JsonWriter_WriteValue_m2212523461(__this, L_0, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_1 = Guid_ToByteArray_m1059098555((&___value0), /*hidden argument*/NULL); BsonBinary_t160198617 * L_2 = (BsonBinary_t160198617 *)il2cpp_codegen_object_new(BsonBinary_t160198617_il2cpp_TypeInfo_var); BsonBinary__ctor_m981307087(L_2, L_1, 4, /*hidden argument*/NULL); BsonWriter_AddToken_m1194224412(__this, L_2, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Bson.BsonWriter::WriteValue(System.TimeSpan) extern "C" IL2CPP_METHOD_ATTR void BsonWriter_WriteValue_m1013987861 (BsonWriter_t3355227794 * __this, TimeSpan_t881159249 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonWriter_WriteValue_m1013987861_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TimeSpan_t881159249 L_0 = ___value0; JsonWriter_WriteValue_m3976123313(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = TimeSpan_ToString_m1128692466((&___value0), /*hidden argument*/NULL); BsonString_t1135579766 * L_2 = (BsonString_t1135579766 *)il2cpp_codegen_object_new(BsonString_t1135579766_il2cpp_TypeInfo_var); BsonString__ctor_m147423106(L_2, L_1, (bool)1, /*hidden argument*/NULL); BsonWriter_AddToken_m1194224412(__this, L_2, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Bson.BsonWriter::WriteValue(System.Uri) extern "C" IL2CPP_METHOD_ATTR void BsonWriter_WriteValue_m3843838568 (BsonWriter_t3355227794 * __this, Uri_t100236324 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonWriter_WriteValue_m3843838568_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Uri_t100236324 * L_0 = ___value0; JsonWriter_WriteValue_m3636458124(__this, L_0, /*hidden argument*/NULL); Uri_t100236324 * L_1 = ___value0; NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1); BsonString_t1135579766 * L_3 = (BsonString_t1135579766 *)il2cpp_codegen_object_new(BsonString_t1135579766_il2cpp_TypeInfo_var); BsonString__ctor_m147423106(L_3, L_2, (bool)1, /*hidden argument*/NULL); BsonWriter_AddToken_m1194224412(__this, L_3, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Bson.BsonWriter::WriteObjectId(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void BsonWriter_WriteObjectId_m506627564 (BsonWriter_t3355227794 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonWriter_WriteObjectId_m506627564_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ___value0; ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, (RuntimeObject *)(RuntimeObject *)L_0, _stringLiteral3493618073, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_1 = ___value0; NullCheck(L_1); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))) == ((int32_t)((int32_t)12)))) { goto IL_001f; } } { JsonWriterException_t1282940098 * L_2 = JsonWriterException_Create_m902284538(NULL /*static, unused*/, __this, _stringLiteral3019636283, (Exception_t *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,BsonWriter_WriteObjectId_m506627564_RuntimeMethod_var); } IL_001f: { JsonWriter_UpdateScopeWithFinishedValue_m2741790470(__this, /*hidden argument*/NULL); JsonWriter_AutoComplete_m1414726084(__this, ((int32_t)12), /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_3 = ___value0; BsonWriter_AddValue_m2770326892(__this, (RuntimeObject *)(RuntimeObject *)L_3, 7, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Bson.BsonWriter::WriteRegex(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void BsonWriter_WriteRegex_m819102871 (BsonWriter_t3355227794 * __this, String_t* ___pattern0, String_t* ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonWriter_WriteRegex_m819102871_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___pattern0; ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, L_0, _stringLiteral2326546891, /*hidden argument*/NULL); JsonWriter_UpdateScopeWithFinishedValue_m2741790470(__this, /*hidden argument*/NULL); JsonWriter_AutoComplete_m1414726084(__this, ((int32_t)12), /*hidden argument*/NULL); String_t* L_1 = ___pattern0; String_t* L_2 = ___options1; BsonRegex_t323777446 * L_3 = (BsonRegex_t323777446 *)il2cpp_codegen_object_new(BsonRegex_t323777446_il2cpp_TypeInfo_var); BsonRegex__ctor_m4102174036(L_3, L_1, L_2, /*hidden argument*/NULL); BsonWriter_AddToken_m1194224412(__this, L_3, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Converters.BinaryConverter::WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) extern "C" IL2CPP_METHOD_ATTR void BinaryConverter_WriteJson_m4258238343 (BinaryConverter_t779619639 * __this, JsonWriter_t1467272295 * ___writer0, RuntimeObject * ___value1, JsonSerializer_t1424496335 * ___serializer2, const RuntimeMethod* method) { ByteU5BU5D_t4116647657* V_0 = NULL; { RuntimeObject * L_0 = ___value1; if (L_0) { goto IL_000a; } } { JsonWriter_t1467272295 * L_1 = ___writer0; NullCheck(L_1); VirtActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, L_1); return; } IL_000a: { RuntimeObject * L_2 = ___value1; ByteU5BU5D_t4116647657* L_3 = BinaryConverter_GetByteArray_m3932615579(__this, L_2, /*hidden argument*/NULL); V_0 = L_3; JsonWriter_t1467272295 * L_4 = ___writer0; ByteU5BU5D_t4116647657* L_5 = V_0; NullCheck(L_4); VirtActionInvoker1< ByteU5BU5D_t4116647657* >::Invoke(60 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Byte[]) */, L_4, L_5); return; } } // System.Byte[] Newtonsoft.Json.Converters.BinaryConverter::GetByteArray(System.Object) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* BinaryConverter_GetByteArray_m3932615579 (BinaryConverter_t779619639 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryConverter_GetByteArray_m3932615579_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; NullCheck(L_0); Type_t * L_1 = Object_GetType_m88164663(L_0, /*hidden argument*/NULL); bool L_2 = TypeExtensions_AssignableToTypeName_m361691741(NULL /*static, unused*/, L_1, _stringLiteral1645192052, /*hidden argument*/NULL); if (!L_2) { goto IL_0035; } } { RuntimeObject * L_3 = ___value0; NullCheck(L_3); Type_t * L_4 = Object_GetType_m88164663(L_3, /*hidden argument*/NULL); BinaryConverter_EnsureReflectionObject_m4217122254(__this, L_4, /*hidden argument*/NULL); ReflectionObject_t701100009 * L_5 = __this->get__reflectionObject_0(); RuntimeObject * L_6 = ___value0; NullCheck(L_5); RuntimeObject * L_7 = ReflectionObject_GetValue_m2531865869(L_5, L_6, _stringLiteral3359776660, /*hidden argument*/NULL); return ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_7, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var)); } IL_0035: { 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 = ___value0; NullCheck(L_9); Type_t * L_10 = Object_GetType_m88164663(L_9, /*hidden argument*/NULL); String_t* L_11 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral1120279967, L_8, L_10, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_12 = (JsonSerializationException_t4152118729 *)il2cpp_codegen_object_new(JsonSerializationException_t4152118729_il2cpp_TypeInfo_var); JsonSerializationException__ctor_m3520895892(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,BinaryConverter_GetByteArray_m3932615579_RuntimeMethod_var); } } // System.Void Newtonsoft.Json.Converters.BinaryConverter::EnsureReflectionObject(System.Type) extern "C" IL2CPP_METHOD_ATTR void BinaryConverter_EnsureReflectionObject_m4217122254 (BinaryConverter_t779619639 * __this, Type_t * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryConverter_EnsureReflectionObject_m4217122254_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ReflectionObject_t701100009 * L_0 = __this->get__reflectionObject_0(); if (L_0) { goto IL_003b; } } { Type_t * L_1 = ___t0; Type_t * L_2 = ___t0; TypeU5BU5D_t3940880105* L_3 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)1)); RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (ByteU5BU5D_t4116647657_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_5); (L_3)->SetAt(static_cast(0), (Type_t *)L_5); NullCheck(L_2); ConstructorInfo_t5769829 * L_6 = Type_GetConstructor_m2219014380(L_2, L_3, /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_7 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral3359776660); (L_7)->SetAt(static_cast(0), (String_t*)_stringLiteral3359776660); ReflectionObject_t701100009 * L_8 = ReflectionObject_Create_m73781573(NULL /*static, unused*/, L_1, L_6, L_7, /*hidden argument*/NULL); __this->set__reflectionObject_0(L_8); } IL_003b: { return; } } // System.Object Newtonsoft.Json.Converters.BinaryConverter::ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * BinaryConverter_ReadJson_m4217533036 (BinaryConverter_t779619639 * __this, JsonReader_t2369136700 * ___reader0, Type_t * ___objectType1, RuntimeObject * ___existingValue2, JsonSerializer_t1424496335 * ___serializer3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryConverter_ReadJson_m4217533036_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; Type_t * V_1 = NULL; Type_t * G_B12_0 = NULL; { 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 ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)11))))) { goto IL_002b; } } { Type_t * L_2 = ___objectType1; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); bool L_3 = ReflectionUtils_IsNullable_m645225420(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0029; } } { 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 = ___objectType1; String_t* L_7 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2483310222, L_5, L_6, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_8 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_4, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,BinaryConverter_ReadJson_m4217533036_RuntimeMethod_var); } IL_0029: { return NULL; } IL_002b: { JsonReader_t2369136700 * L_9 = ___reader0; NullCheck(L_9); int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_9); if ((!(((uint32_t)L_10) == ((uint32_t)2)))) { goto IL_003e; } } { JsonReader_t2369136700 * L_11 = ___reader0; ByteU5BU5D_t4116647657* L_12 = BinaryConverter_ReadByteArray_m2221889295(__this, L_11, /*hidden argument*/NULL); V_0 = L_12; goto IL_007c; } IL_003e: { 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); if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)9))))) { goto IL_005b; } } { JsonReader_t2369136700 * L_15 = ___reader0; NullCheck(L_15); RuntimeObject * L_16 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_15); NullCheck(L_16); String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_16); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_18 = Convert_FromBase64String_m3685135396(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); V_0 = L_18; goto IL_007c; } IL_005b: { JsonReader_t2369136700 * L_19 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_20 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonReader_t2369136700 * L_21 = ___reader0; NullCheck(L_21); int32_t L_22 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_21); int32_t L_23 = L_22; RuntimeObject * L_24 = Box(JsonToken_t1917433489_il2cpp_TypeInfo_var, &L_23); String_t* L_25 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral28720256, L_20, L_24, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_26 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_19, L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26,BinaryConverter_ReadJson_m4217533036_RuntimeMethod_var); } IL_007c: { Type_t * L_27 = ___objectType1; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); bool L_28 = ReflectionUtils_IsNullableType_m2557784957(NULL /*static, unused*/, L_27, /*hidden argument*/NULL); if (L_28) { goto IL_0087; } } { Type_t * L_29 = ___objectType1; G_B12_0 = L_29; goto IL_008d; } IL_0087: { Type_t * L_30 = ___objectType1; Type_t * L_31 = Nullable_GetUnderlyingType_m3905033790(NULL /*static, unused*/, L_30, /*hidden argument*/NULL); G_B12_0 = L_31; } IL_008d: { V_1 = G_B12_0; Type_t * L_32 = V_1; bool L_33 = TypeExtensions_AssignableToTypeName_m361691741(NULL /*static, unused*/, L_32, _stringLiteral1645192052, /*hidden argument*/NULL); if (!L_33) { goto IL_00bd; } } { Type_t * L_34 = V_1; BinaryConverter_EnsureReflectionObject_m4217122254(__this, L_34, /*hidden argument*/NULL); ReflectionObject_t701100009 * L_35 = __this->get__reflectionObject_0(); NullCheck(L_35); ObjectConstructor_1_t3207922868 * L_36 = ReflectionObject_get_Creator_m2665801294(L_35, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_37 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); ByteU5BU5D_t4116647657* L_38 = V_0; NullCheck(L_37); ArrayElementTypeCheck (L_37, L_38); (L_37)->SetAt(static_cast(0), (RuntimeObject *)L_38); NullCheck(L_36); RuntimeObject * L_39 = ObjectConstructor_1_Invoke_m3185456453(L_36, L_37, /*hidden argument*/ObjectConstructor_1_Invoke_m3185456453_RuntimeMethod_var); return L_39; } IL_00bd: { JsonReader_t2369136700 * L_40 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_41 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); Type_t * L_42 = ___objectType1; String_t* L_43 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2482332049, L_41, L_42, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_44 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_40, L_43, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_44,BinaryConverter_ReadJson_m4217533036_RuntimeMethod_var); } } // System.Byte[] Newtonsoft.Json.Converters.BinaryConverter::ReadByteArray(Newtonsoft.Json.JsonReader) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* BinaryConverter_ReadByteArray_m2221889295 (BinaryConverter_t779619639 * __this, JsonReader_t2369136700 * ___reader0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryConverter_ReadByteArray_m2221889295_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t2606371118 * V_0 = NULL; int32_t V_1 = 0; { List_1_t2606371118 * L_0 = (List_1_t2606371118 *)il2cpp_codegen_object_new(List_1_t2606371118_il2cpp_TypeInfo_var); List_1__ctor_m115581213(L_0, /*hidden argument*/List_1__ctor_m115581213_RuntimeMethod_var); V_0 = L_0; goto IL_005e; } IL_0008: { 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); V_1 = L_2; int32_t L_3 = V_1; if ((((int32_t)L_3) == ((int32_t)5))) { goto IL_005e; } } { int32_t L_4 = V_1; if ((((int32_t)L_4) == ((int32_t)7))) { goto IL_001e; } } { int32_t L_5 = V_1; if ((((int32_t)L_5) == ((int32_t)((int32_t)14)))) { goto IL_0036; } } { goto IL_003d; } IL_001e: { List_1_t2606371118 * L_6 = V_0; JsonReader_t2369136700 * L_7 = ___reader0; NullCheck(L_7); RuntimeObject * L_8 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_7); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_9 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint8_t L_10 = Convert_ToByte_m3527805587(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); NullCheck(L_6); List_1_Add_m2253401767(L_6, L_10, /*hidden argument*/List_1_Add_m2253401767_RuntimeMethod_var); goto IL_005e; } IL_0036: { List_1_t2606371118 * L_11 = V_0; NullCheck(L_11); ByteU5BU5D_t4116647657* L_12 = List_1_ToArray_m210634055(L_11, /*hidden argument*/List_1_ToArray_m210634055_RuntimeMethod_var); return L_12; } IL_003d: { JsonReader_t2369136700 * L_13 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_14 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonReader_t2369136700 * L_15 = ___reader0; NullCheck(L_15); int32_t L_16 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_15); int32_t L_17 = L_16; RuntimeObject * L_18 = Box(JsonToken_t1917433489_il2cpp_TypeInfo_var, &L_17); String_t* L_19 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral1334684567, L_14, L_18, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_20 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_13, L_19, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20,BinaryConverter_ReadByteArray_m2221889295_RuntimeMethod_var); } IL_005e: { JsonReader_t2369136700 * L_21 = ___reader0; NullCheck(L_21); bool L_22 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_21); if (L_22) { goto IL_0008; } } { JsonReader_t2369136700 * L_23 = ___reader0; JsonSerializationException_t4152118729 * L_24 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_23, _stringLiteral2453570285, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24,BinaryConverter_ReadByteArray_m2221889295_RuntimeMethod_var); } } // System.Boolean Newtonsoft.Json.Converters.BinaryConverter::CanConvert(System.Type) extern "C" IL2CPP_METHOD_ATTR bool BinaryConverter_CanConvert_m3173506379 (BinaryConverter_t779619639 * __this, Type_t * ___objectType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryConverter_CanConvert_m3173506379_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___objectType0; bool L_1 = TypeExtensions_AssignableToTypeName_m361691741(NULL /*static, unused*/, L_0, _stringLiteral1645192052, /*hidden argument*/NULL); if (!L_1) { goto IL_000f; } } { return (bool)1; } IL_000f: { return (bool)0; } } // System.Void Newtonsoft.Json.Converters.BinaryConverter::.ctor() extern "C" IL2CPP_METHOD_ATTR void BinaryConverter__ctor_m202804081 (BinaryConverter_t779619639 * __this, const RuntimeMethod* method) { { JsonConverter__ctor_m2308226415(__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.Converters.BsonObjectIdConverter::WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) extern "C" IL2CPP_METHOD_ATTR void BsonObjectIdConverter_WriteJson_m2922023601 (BsonObjectIdConverter_t1190033754 * __this, JsonWriter_t1467272295 * ___writer0, RuntimeObject * ___value1, JsonSerializer_t1424496335 * ___serializer2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonObjectIdConverter_WriteJson_m2922023601_MetadataUsageId); s_Il2CppMethodInitialized = true; } BsonObjectId_t3046626253 * V_0 = NULL; BsonWriter_t3355227794 * V_1 = NULL; { RuntimeObject * L_0 = ___value1; V_0 = ((BsonObjectId_t3046626253 *)CastclassClass((RuntimeObject*)L_0, BsonObjectId_t3046626253_il2cpp_TypeInfo_var)); JsonWriter_t1467272295 * L_1 = ___writer0; V_1 = ((BsonWriter_t3355227794 *)IsInstClass((RuntimeObject*)L_1, BsonWriter_t3355227794_il2cpp_TypeInfo_var)); BsonWriter_t3355227794 * L_2 = V_1; if (!L_2) { goto IL_001e; } } { BsonWriter_t3355227794 * L_3 = V_1; BsonObjectId_t3046626253 * L_4 = V_0; NullCheck(L_4); ByteU5BU5D_t4116647657* L_5 = BsonObjectId_get_Value_m1543259196(L_4, /*hidden argument*/NULL); NullCheck(L_3); BsonWriter_WriteObjectId_m506627564(L_3, L_5, /*hidden argument*/NULL); return; } IL_001e: { JsonWriter_t1467272295 * L_6 = ___writer0; BsonObjectId_t3046626253 * L_7 = V_0; NullCheck(L_7); ByteU5BU5D_t4116647657* L_8 = BsonObjectId_get_Value_m1543259196(L_7, /*hidden argument*/NULL); NullCheck(L_6); VirtActionInvoker1< ByteU5BU5D_t4116647657* >::Invoke(60 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Byte[]) */, L_6, L_8); return; } } // System.Object Newtonsoft.Json.Converters.BsonObjectIdConverter::ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * BsonObjectIdConverter_ReadJson_m2615361259 (BsonObjectIdConverter_t1190033754 * __this, JsonReader_t2369136700 * ___reader0, Type_t * ___objectType1, RuntimeObject * ___existingValue2, JsonSerializer_t1424496335 * ___serializer3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonObjectIdConverter_ReadJson_m2615361259_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 ((((int32_t)L_1) == ((int32_t)((int32_t)17)))) { goto IL_002a; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_2 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); 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); int32_t L_5 = L_4; RuntimeObject * L_6 = Box(JsonToken_t1917433489_il2cpp_TypeInfo_var, &L_5); String_t* L_7 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral4170765297, L_2, L_6, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_8 = (JsonSerializationException_t4152118729 *)il2cpp_codegen_object_new(JsonSerializationException_t4152118729_il2cpp_TypeInfo_var); JsonSerializationException__ctor_m3520895892(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,BsonObjectIdConverter_ReadJson_m2615361259_RuntimeMethod_var); } IL_002a: { JsonReader_t2369136700 * L_9 = ___reader0; NullCheck(L_9); RuntimeObject * L_10 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_9); BsonObjectId_t3046626253 * L_11 = (BsonObjectId_t3046626253 *)il2cpp_codegen_object_new(BsonObjectId_t3046626253_il2cpp_TypeInfo_var); BsonObjectId__ctor_m1885129763(L_11, ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_10, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_11; } } // System.Boolean Newtonsoft.Json.Converters.BsonObjectIdConverter::CanConvert(System.Type) extern "C" IL2CPP_METHOD_ATTR bool BsonObjectIdConverter_CanConvert_m2926194243 (BsonObjectIdConverter_t1190033754 * __this, Type_t * ___objectType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BsonObjectIdConverter_CanConvert_m2926194243_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___objectType0; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (BsonObjectId_t3046626253_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); return (bool)((((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2))? 1 : 0); } } // System.Void Newtonsoft.Json.Converters.BsonObjectIdConverter::.ctor() extern "C" IL2CPP_METHOD_ATTR void BsonObjectIdConverter__ctor_m3976717226 (BsonObjectIdConverter_t1190033754 * __this, const RuntimeMethod* method) { { JsonConverter__ctor_m2308226415(__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.Boolean Newtonsoft.Json.Converters.DateTimeConverterBase::CanConvert(System.Type) extern "C" IL2CPP_METHOD_ATTR bool DateTimeConverterBase_CanConvert_m3403366061 (DateTimeConverterBase_t4233217353 * __this, Type_t * ___objectType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTimeConverterBase_CanConvert_m3403366061_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___objectType0; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (DateTime_t3738529785_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2))) { goto IL_001a; } } { Type_t * L_3 = ___objectType0; RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (Nullable_1_t1166124571_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_3) == ((RuntimeObject*)(Type_t *)L_5)))) { goto IL_001c; } } IL_001a: { return (bool)1; } IL_001c: { Type_t * L_6 = ___objectType0; RuntimeTypeHandle_t3027515415 L_7 = { reinterpret_cast (DateTimeOffset_t3229287507_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_0036; } } { Type_t * L_9 = ___objectType0; RuntimeTypeHandle_t3027515415 L_10 = { reinterpret_cast (Nullable_1_t656882293_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); if ((!(((RuntimeObject*)(Type_t *)L_9) == ((RuntimeObject*)(Type_t *)L_11)))) { goto IL_0038; } } IL_0036: { return (bool)1; } IL_0038: { return (bool)0; } } // System.Void Newtonsoft.Json.Converters.DateTimeConverterBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void DateTimeConverterBase__ctor_m3356153861 (DateTimeConverterBase_t4233217353 * __this, const RuntimeMethod* method) { { JsonConverter__ctor_m2308226415(__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.Converters.HashSetConverter::WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) extern "C" IL2CPP_METHOD_ATTR void HashSetConverter_WriteJson_m3031885245 (HashSetConverter_t587720113 * __this, JsonWriter_t1467272295 * ___writer0, RuntimeObject * ___value1, JsonSerializer_t1424496335 * ___serializer2, const RuntimeMethod* method) { { return; } } // System.Object Newtonsoft.Json.Converters.HashSetConverter::ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * HashSetConverter_ReadJson_m1683316567 (HashSetConverter_t587720113 * __this, JsonReader_t2369136700 * ___reader0, Type_t * ___objectType1, RuntimeObject * ___existingValue2, JsonSerializer_t1424496335 * ___serializer3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HashSetConverter_ReadJson_m1683316567_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; RuntimeObject * V_1 = NULL; Type_t * V_2 = NULL; MethodInfo_t * V_3 = NULL; JArray_t2963978544 * V_4 = NULL; int32_t V_5 = 0; RuntimeObject * V_6 = NULL; RuntimeObject * G_B8_0 = NULL; { JsonSerializer_t1424496335 * L_0 = ___serializer3; NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(18 /* Newtonsoft.Json.ObjectCreationHandling Newtonsoft.Json.JsonSerializer::get_ObjectCreationHandling() */, L_0); V_0 = (bool)((((int32_t)L_1) == ((int32_t)2))? 1 : 0); JsonReader_t2369136700 * L_2 = ___reader0; NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_2); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)11))))) { goto IL_001c; } } { bool L_4 = V_0; if (L_4) { goto IL_001a; } } { RuntimeObject * L_5 = ___existingValue2; return L_5; } IL_001a: { return NULL; } IL_001c: { bool L_6 = V_0; if (L_6) { goto IL_0022; } } { RuntimeObject * L_7 = ___existingValue2; if (L_7) { goto IL_002a; } } IL_0022: { Type_t * L_8 = ___objectType1; RuntimeObject * L_9 = Activator_CreateInstance_m3631483688(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); G_B8_0 = L_9; goto IL_002b; } IL_002a: { RuntimeObject * L_10 = ___existingValue2; G_B8_0 = L_10; } IL_002b: { V_1 = G_B8_0; Type_t * L_11 = ___objectType1; NullCheck(L_11); TypeU5BU5D_t3940880105* L_12 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(92 /* System.Type[] System.Type::GetGenericArguments() */, L_11); NullCheck(L_12); int32_t L_13 = 0; Type_t * L_14 = (L_12)->GetAt(static_cast(L_13)); V_2 = L_14; Type_t * L_15 = ___objectType1; NullCheck(L_15); MethodInfo_t * L_16 = Type_GetMethod_m2019726356(L_15, _stringLiteral3265744085, /*hidden argument*/NULL); V_3 = L_16; JsonReader_t2369136700 * L_17 = ___reader0; JArray_t2963978544 * L_18 = JArray_Load_m1621262242(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); V_4 = L_18; V_5 = 0; goto IL_007f; } IL_004e: { JsonSerializer_t1424496335 * L_19 = ___serializer3; JArray_t2963978544 * L_20 = V_4; int32_t L_21 = V_5; NullCheck(L_20); JToken_t1038539247 * L_22 = JArray_get_Item_m3241673954(L_20, L_21, /*hidden argument*/NULL); NullCheck(L_22); JsonReader_t2369136700 * L_23 = JToken_CreateReader_m3510696721(L_22, /*hidden argument*/NULL); Type_t * L_24 = V_2; NullCheck(L_19); RuntimeObject * L_25 = JsonSerializer_Deserialize_m2944258957(L_19, L_23, L_24, /*hidden argument*/NULL); V_6 = L_25; MethodInfo_t * L_26 = V_3; RuntimeObject * L_27 = V_1; ObjectU5BU5D_t2843939325* L_28 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); RuntimeObject * L_29 = V_6; NullCheck(L_28); ArrayElementTypeCheck (L_28, L_29); (L_28)->SetAt(static_cast(0), (RuntimeObject *)L_29); NullCheck(L_26); MethodBase_Invoke_m1776411915(L_26, L_27, L_28, /*hidden argument*/NULL); int32_t L_30 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_007f: { int32_t L_31 = V_5; JArray_t2963978544 * L_32 = V_4; NullCheck(L_32); int32_t L_33 = JContainer_get_Count_m3989743323(L_32, /*hidden argument*/NULL); if ((((int32_t)L_31) < ((int32_t)L_33))) { goto IL_004e; } } { RuntimeObject * L_34 = V_1; return L_34; } } // System.Boolean Newtonsoft.Json.Converters.HashSetConverter::CanConvert(System.Type) extern "C" IL2CPP_METHOD_ATTR bool HashSetConverter_CanConvert_m493756691 (HashSetConverter_t587720113 * __this, Type_t * ___objectType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HashSetConverter_CanConvert_m493756691_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___objectType0; bool L_1 = TypeExtensions_IsGenericType_m3947308765(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001b; } } { Type_t * L_2 = ___objectType0; NullCheck(L_2); Type_t * L_3 = VirtFuncInvoker0< Type_t * >::Invoke(95 /* System.Type System.Type::GetGenericTypeDefinition() */, L_2); RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (HashSet_1_t743387557_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); return (bool)((((RuntimeObject*)(Type_t *)L_3) == ((RuntimeObject*)(Type_t *)L_5))? 1 : 0); } IL_001b: { return (bool)0; } } // System.Boolean Newtonsoft.Json.Converters.HashSetConverter::get_CanWrite() extern "C" IL2CPP_METHOD_ATTR bool HashSetConverter_get_CanWrite_m3945506576 (HashSetConverter_t587720113 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Void Newtonsoft.Json.Converters.HashSetConverter::.ctor() extern "C" IL2CPP_METHOD_ATTR void HashSetConverter__ctor_m3543996548 (HashSetConverter_t587720113 * __this, const RuntimeMethod* method) { { JsonConverter__ctor_m2308226415(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.CultureInfo Newtonsoft.Json.Converters.IsoDateTimeConverter::get_Culture() extern "C" IL2CPP_METHOD_ATTR CultureInfo_t4157843068 * IsoDateTimeConverter_get_Culture_m208253168 (IsoDateTimeConverter_t3020114287 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IsoDateTimeConverter_get_Culture_m208253168_MetadataUsageId); s_Il2CppMethodInitialized = true; } CultureInfo_t4157843068 * G_B2_0 = NULL; CultureInfo_t4157843068 * G_B1_0 = NULL; { CultureInfo_t4157843068 * L_0 = __this->get__culture_2(); 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_CurrentCulture_m1632690660(NULL /*static, unused*/, /*hidden argument*/NULL); G_B2_0 = L_2; } IL_000f: { return G_B2_0; } } // System.Void Newtonsoft.Json.Converters.IsoDateTimeConverter::WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) extern "C" IL2CPP_METHOD_ATTR void IsoDateTimeConverter_WriteJson_m3262685781 (IsoDateTimeConverter_t3020114287 * __this, JsonWriter_t1467272295 * ___writer0, RuntimeObject * ___value1, JsonSerializer_t1424496335 * ___serializer2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IsoDateTimeConverter_WriteJson_m3262685781_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; DateTime_t3738529785 V_1; memset(&V_1, 0, sizeof(V_1)); DateTimeOffset_t3229287507 V_2; memset(&V_2, 0, sizeof(V_2)); String_t* G_B6_0 = NULL; DateTime_t3738529785 * G_B6_1 = NULL; String_t* G_B5_0 = NULL; DateTime_t3738529785 * G_B5_1 = NULL; String_t* G_B13_0 = NULL; DateTimeOffset_t3229287507 * G_B13_1 = NULL; String_t* G_B12_0 = NULL; DateTimeOffset_t3229287507 * G_B12_1 = NULL; { RuntimeObject * L_0 = ___value1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, DateTime_t3738529785_il2cpp_TypeInfo_var))) { goto IL_0050; } } { RuntimeObject * L_1 = ___value1; V_1 = ((*(DateTime_t3738529785 *)((DateTime_t3738529785 *)UnBox(L_1, DateTime_t3738529785_il2cpp_TypeInfo_var)))); int32_t L_2 = __this->get__dateTimeStyles_0(); if ((((int32_t)((int32_t)((int32_t)L_2&(int32_t)((int32_t)16)))) == ((int32_t)((int32_t)16)))) { goto IL_0029; } } { int32_t L_3 = __this->get__dateTimeStyles_0(); if ((!(((uint32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)64)))) == ((uint32_t)((int32_t)64))))) { goto IL_0031; } } IL_0029: { DateTime_t3738529785 L_4 = DateTime_ToUniversalTime_m1945318289((&V_1), /*hidden argument*/NULL); V_1 = L_4; } IL_0031: { String_t* L_5 = __this->get__dateTimeFormat_1(); String_t* L_6 = L_5; G_B5_0 = L_6; G_B5_1 = (&V_1); if (L_6) { G_B6_0 = L_6; G_B6_1 = (&V_1); goto IL_0042; } } { G_B6_0 = _stringLiteral327129730; G_B6_1 = G_B5_1; } IL_0042: { CultureInfo_t4157843068 * L_7 = IsoDateTimeConverter_get_Culture_m208253168(__this, /*hidden argument*/NULL); String_t* L_8 = DateTime_ToString_m2992030064(G_B6_1, G_B6_0, L_7, /*hidden argument*/NULL); V_0 = L_8; goto IL_00bb; } IL_0050: { RuntimeObject * L_9 = ___value1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_9, DateTimeOffset_t3229287507_il2cpp_TypeInfo_var))) { goto IL_00a0; } } { RuntimeObject * L_10 = ___value1; V_2 = ((*(DateTimeOffset_t3229287507 *)((DateTimeOffset_t3229287507 *)UnBox(L_10, DateTimeOffset_t3229287507_il2cpp_TypeInfo_var)))); int32_t L_11 = __this->get__dateTimeStyles_0(); if ((((int32_t)((int32_t)((int32_t)L_11&(int32_t)((int32_t)16)))) == ((int32_t)((int32_t)16)))) { goto IL_0079; } } { int32_t L_12 = __this->get__dateTimeStyles_0(); if ((!(((uint32_t)((int32_t)((int32_t)L_12&(int32_t)((int32_t)64)))) == ((uint32_t)((int32_t)64))))) { goto IL_0081; } } IL_0079: { DateTimeOffset_t3229287507 L_13 = DateTimeOffset_ToUniversalTime_m1292281655((&V_2), /*hidden argument*/NULL); V_2 = L_13; } IL_0081: { String_t* L_14 = __this->get__dateTimeFormat_1(); String_t* L_15 = L_14; G_B12_0 = L_15; G_B12_1 = (&V_2); if (L_15) { G_B13_0 = L_15; G_B13_1 = (&V_2); goto IL_0092; } } { G_B13_0 = _stringLiteral327129730; G_B13_1 = G_B12_1; } IL_0092: { CultureInfo_t4157843068 * L_16 = IsoDateTimeConverter_get_Culture_m208253168(__this, /*hidden argument*/NULL); String_t* L_17 = DateTimeOffset_ToString_m3985341516(G_B13_1, G_B13_0, L_16, /*hidden argument*/NULL); V_0 = L_17; goto IL_00bb; } IL_00a0: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_18 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); RuntimeObject * L_19 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); Type_t * L_20 = ReflectionUtils_GetObjectType_m3621750212(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); String_t* L_21 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral254549190, L_18, L_20, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_22 = (JsonSerializationException_t4152118729 *)il2cpp_codegen_object_new(JsonSerializationException_t4152118729_il2cpp_TypeInfo_var); JsonSerializationException__ctor_m3520895892(L_22, L_21, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22,IsoDateTimeConverter_WriteJson_m3262685781_RuntimeMethod_var); } IL_00bb: { JsonWriter_t1467272295 * L_23 = ___writer0; String_t* L_24 = V_0; NullCheck(L_23); VirtActionInvoker1< String_t* >::Invoke(25 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.String) */, L_23, L_24); return; } } // System.Object Newtonsoft.Json.Converters.IsoDateTimeConverter::ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * IsoDateTimeConverter_ReadJson_m2395022585 (IsoDateTimeConverter_t3020114287 * __this, JsonReader_t2369136700 * ___reader0, Type_t * ___objectType1, RuntimeObject * ___existingValue2, JsonSerializer_t1424496335 * ___serializer3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IsoDateTimeConverter_ReadJson_m2395022585_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; Type_t * V_1 = NULL; String_t* V_2 = NULL; DateTimeOffset_t3229287507 V_3; memset(&V_3, 0, sizeof(V_3)); Type_t * G_B3_0 = NULL; { Type_t * L_0 = ___objectType1; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); bool L_1 = ReflectionUtils_IsNullableType_m2557784957(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; bool L_2 = V_0; if (L_2) { goto IL_000d; } } { Type_t * L_3 = ___objectType1; G_B3_0 = L_3; goto IL_0013; } IL_000d: { Type_t * L_4 = ___objectType1; Type_t * L_5 = Nullable_GetUnderlyingType_m3905033790(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); G_B3_0 = L_5; } IL_0013: { V_1 = G_B3_0; JsonReader_t2369136700 * L_6 = ___reader0; NullCheck(L_6); int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_6); if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)11))))) { goto IL_003f; } } { Type_t * L_8 = ___objectType1; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); bool L_9 = ReflectionUtils_IsNullableType_m2557784957(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); if (L_9) { goto IL_003d; } } { 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); Type_t * L_12 = ___objectType1; String_t* L_13 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2483310222, L_11, L_12, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_14 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_10, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,IsoDateTimeConverter_ReadJson_m2395022585_RuntimeMethod_var); } IL_003d: { return NULL; } IL_003f: { JsonReader_t2369136700 * L_15 = ___reader0; NullCheck(L_15); int32_t L_16 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_15); if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)16))))) { goto IL_00ad; } } { Type_t * L_17 = V_1; RuntimeTypeHandle_t3027515415 L_18 = { reinterpret_cast (DateTimeOffset_t3229287507_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_0080; } } { JsonReader_t2369136700 * L_20 = ___reader0; NullCheck(L_20); RuntimeObject * L_21 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_20); if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_21, DateTimeOffset_t3229287507_il2cpp_TypeInfo_var))) { goto IL_0079; } } { JsonReader_t2369136700 * L_22 = ___reader0; NullCheck(L_22); RuntimeObject * L_23 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_22); DateTimeOffset_t3229287507 L_24; memset(&L_24, 0, sizeof(L_24)); DateTimeOffset__ctor_m2084804982((&L_24), ((*(DateTime_t3738529785 *)((DateTime_t3738529785 *)UnBox(L_23, DateTime_t3738529785_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); DateTimeOffset_t3229287507 L_25 = L_24; RuntimeObject * L_26 = Box(DateTimeOffset_t3229287507_il2cpp_TypeInfo_var, &L_25); return L_26; } IL_0079: { JsonReader_t2369136700 * L_27 = ___reader0; NullCheck(L_27); RuntimeObject * L_28 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_27); return L_28; } IL_0080: { JsonReader_t2369136700 * L_29 = ___reader0; NullCheck(L_29); RuntimeObject * L_30 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_29); if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_30, DateTimeOffset_t3229287507_il2cpp_TypeInfo_var))) { goto IL_00a6; } } { JsonReader_t2369136700 * L_31 = ___reader0; NullCheck(L_31); RuntimeObject * L_32 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_31); V_3 = ((*(DateTimeOffset_t3229287507 *)((DateTimeOffset_t3229287507 *)UnBox(L_32, DateTimeOffset_t3229287507_il2cpp_TypeInfo_var)))); DateTime_t3738529785 L_33 = DateTimeOffset_get_DateTime_m620985777((&V_3), /*hidden argument*/NULL); DateTime_t3738529785 L_34 = L_33; RuntimeObject * L_35 = Box(DateTime_t3738529785_il2cpp_TypeInfo_var, &L_34); return L_35; } IL_00a6: { JsonReader_t2369136700 * L_36 = ___reader0; NullCheck(L_36); RuntimeObject * L_37 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_36); return L_37; } IL_00ad: { JsonReader_t2369136700 * L_38 = ___reader0; NullCheck(L_38); int32_t L_39 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_38); if ((((int32_t)L_39) == ((int32_t)((int32_t)9)))) { goto IL_00d8; } } { JsonReader_t2369136700 * L_40 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_41 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonReader_t2369136700 * L_42 = ___reader0; NullCheck(L_42); int32_t L_43 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_42); int32_t L_44 = L_43; RuntimeObject * L_45 = Box(JsonToken_t1917433489_il2cpp_TypeInfo_var, &L_44); String_t* L_46 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral4222302618, L_41, L_45, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_47 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_40, L_46, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_47,IsoDateTimeConverter_ReadJson_m2395022585_RuntimeMethod_var); } IL_00d8: { JsonReader_t2369136700 * L_48 = ___reader0; NullCheck(L_48); RuntimeObject * L_49 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_48); NullCheck(L_49); String_t* L_50 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_49); V_2 = L_50; String_t* L_51 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_52 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_51, /*hidden argument*/NULL); bool L_53 = V_0; if (!((int32_t)((int32_t)L_52&(int32_t)L_53))) { goto IL_00f0; } } { return NULL; } IL_00f0: { Type_t * L_54 = V_1; RuntimeTypeHandle_t3027515415 L_55 = { reinterpret_cast (DateTimeOffset_t3229287507_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_0140; } } { String_t* L_57 = __this->get__dateTimeFormat_1(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_58 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_57, /*hidden argument*/NULL); if (L_58) { goto IL_0128; } } { String_t* L_59 = V_2; String_t* L_60 = __this->get__dateTimeFormat_1(); CultureInfo_t4157843068 * L_61 = IsoDateTimeConverter_get_Culture_m208253168(__this, /*hidden argument*/NULL); int32_t L_62 = __this->get__dateTimeStyles_0(); IL2CPP_RUNTIME_CLASS_INIT(DateTimeOffset_t3229287507_il2cpp_TypeInfo_var); DateTimeOffset_t3229287507 L_63 = DateTimeOffset_ParseExact_m1962583889(NULL /*static, unused*/, L_59, L_60, L_61, L_62, /*hidden argument*/NULL); DateTimeOffset_t3229287507 L_64 = L_63; RuntimeObject * L_65 = Box(DateTimeOffset_t3229287507_il2cpp_TypeInfo_var, &L_64); return L_65; } IL_0128: { String_t* L_66 = V_2; CultureInfo_t4157843068 * L_67 = IsoDateTimeConverter_get_Culture_m208253168(__this, /*hidden argument*/NULL); int32_t L_68 = __this->get__dateTimeStyles_0(); IL2CPP_RUNTIME_CLASS_INIT(DateTimeOffset_t3229287507_il2cpp_TypeInfo_var); DateTimeOffset_t3229287507 L_69 = DateTimeOffset_Parse_m2798053725(NULL /*static, unused*/, L_66, L_67, L_68, /*hidden argument*/NULL); DateTimeOffset_t3229287507 L_70 = L_69; RuntimeObject * L_71 = Box(DateTimeOffset_t3229287507_il2cpp_TypeInfo_var, &L_70); return L_71; } IL_0140: { String_t* L_72 = __this->get__dateTimeFormat_1(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_73 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_72, /*hidden argument*/NULL); if (L_73) { goto IL_016b; } } { String_t* L_74 = V_2; String_t* L_75 = __this->get__dateTimeFormat_1(); CultureInfo_t4157843068 * L_76 = IsoDateTimeConverter_get_Culture_m208253168(__this, /*hidden argument*/NULL); int32_t L_77 = __this->get__dateTimeStyles_0(); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_78 = DateTime_ParseExact_m2711902273(NULL /*static, unused*/, L_74, L_75, L_76, L_77, /*hidden argument*/NULL); DateTime_t3738529785 L_79 = L_78; RuntimeObject * L_80 = Box(DateTime_t3738529785_il2cpp_TypeInfo_var, &L_79); return L_80; } IL_016b: { String_t* L_81 = V_2; CultureInfo_t4157843068 * L_82 = IsoDateTimeConverter_get_Culture_m208253168(__this, /*hidden argument*/NULL); int32_t L_83 = __this->get__dateTimeStyles_0(); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_84 = DateTime_Parse_m1070804416(NULL /*static, unused*/, L_81, L_82, L_83, /*hidden argument*/NULL); DateTime_t3738529785 L_85 = L_84; RuntimeObject * L_86 = Box(DateTime_t3738529785_il2cpp_TypeInfo_var, &L_85); return L_86; } } // System.Void Newtonsoft.Json.Converters.IsoDateTimeConverter::.ctor() extern "C" IL2CPP_METHOD_ATTR void IsoDateTimeConverter__ctor_m1628978983 (IsoDateTimeConverter_t3020114287 * __this, const RuntimeMethod* method) { { __this->set__dateTimeStyles_0(((int32_t)128)); DateTimeConverterBase__ctor_m3356153861(__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.Converters.JavaScriptDateTimeConverter::WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) extern "C" IL2CPP_METHOD_ATTR void JavaScriptDateTimeConverter_WriteJson_m1370154448 (JavaScriptDateTimeConverter_t3307376016 * __this, JsonWriter_t1467272295 * ___writer0, RuntimeObject * ___value1, JsonSerializer_t1424496335 * ___serializer2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JavaScriptDateTimeConverter_WriteJson_m1370154448_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; DateTime_t3738529785 V_1; memset(&V_1, 0, sizeof(V_1)); DateTimeOffset_t3229287507 V_2; memset(&V_2, 0, sizeof(V_2)); DateTimeOffset_t3229287507 V_3; memset(&V_3, 0, sizeof(V_3)); { RuntimeObject * L_0 = ___value1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, DateTime_t3738529785_il2cpp_TypeInfo_var))) { goto IL_001e; } } { RuntimeObject * L_1 = ___value1; V_1 = ((*(DateTime_t3738529785 *)((DateTime_t3738529785 *)UnBox(L_1, DateTime_t3738529785_il2cpp_TypeInfo_var)))); DateTime_t3738529785 L_2 = DateTime_ToUniversalTime_m1945318289((&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_t3515429982_il2cpp_TypeInfo_var); int64_t L_3 = DateTimeUtils_ConvertDateTimeToJavaScriptTicks_m4215710814(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_0 = L_3; goto IL_004f; } IL_001e: { RuntimeObject * L_4 = ___value1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_4, DateTimeOffset_t3229287507_il2cpp_TypeInfo_var))) { goto IL_0044; } } { RuntimeObject * L_5 = ___value1; V_2 = ((*(DateTimeOffset_t3229287507 *)((DateTimeOffset_t3229287507 *)UnBox(L_5, DateTimeOffset_t3229287507_il2cpp_TypeInfo_var)))); DateTimeOffset_t3229287507 L_6 = DateTimeOffset_ToUniversalTime_m1292281655((&V_2), /*hidden argument*/NULL); V_3 = L_6; DateTime_t3738529785 L_7 = DateTimeOffset_get_UtcDateTime_m1021718282((&V_3), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_t3515429982_il2cpp_TypeInfo_var); int64_t L_8 = DateTimeUtils_ConvertDateTimeToJavaScriptTicks_m4215710814(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); V_0 = L_8; goto IL_004f; } IL_0044: { JsonSerializationException_t4152118729 * L_9 = (JsonSerializationException_t4152118729 *)il2cpp_codegen_object_new(JsonSerializationException_t4152118729_il2cpp_TypeInfo_var); JsonSerializationException__ctor_m3520895892(L_9, _stringLiteral805597976, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,JavaScriptDateTimeConverter_WriteJson_m1370154448_RuntimeMethod_var); } IL_004f: { JsonWriter_t1467272295 * L_10 = ___writer0; NullCheck(L_10); VirtActionInvoker1< String_t* >::Invoke(11 /* System.Void Newtonsoft.Json.JsonWriter::WriteStartConstructor(System.String) */, L_10, _stringLiteral1272578850); JsonWriter_t1467272295 * L_11 = ___writer0; int64_t L_12 = V_0; NullCheck(L_11); VirtActionInvoker1< int64_t >::Invoke(28 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Int64) */, L_11, L_12); JsonWriter_t1467272295 * L_13 = ___writer0; NullCheck(L_13); VirtActionInvoker0::Invoke(12 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndConstructor() */, L_13); return; } } // System.Object Newtonsoft.Json.Converters.JavaScriptDateTimeConverter::ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JavaScriptDateTimeConverter_ReadJson_m1618576334 (JavaScriptDateTimeConverter_t3307376016 * __this, JsonReader_t2369136700 * ___reader0, Type_t * ___objectType1, RuntimeObject * ___existingValue2, JsonSerializer_t1424496335 * ___serializer3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JavaScriptDateTimeConverter_ReadJson_m1618576334_MetadataUsageId); s_Il2CppMethodInitialized = true; } DateTime_t3738529785 V_0; memset(&V_0, 0, sizeof(V_0)); Type_t * G_B14_0 = NULL; { 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 ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)11))))) { goto IL_002b; } } { Type_t * L_2 = ___objectType1; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); bool L_3 = ReflectionUtils_IsNullable_m645225420(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0029; } } { 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 = ___objectType1; String_t* L_7 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2483310222, L_5, L_6, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_8 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_4, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,JavaScriptDateTimeConverter_ReadJson_m1618576334_RuntimeMethod_var); } IL_0029: { return NULL; } IL_002b: { JsonReader_t2369136700 * L_9 = ___reader0; NullCheck(L_9); int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_9); if ((!(((uint32_t)L_10) == ((uint32_t)3)))) { goto IL_004c; } } { JsonReader_t2369136700 * L_11 = ___reader0; NullCheck(L_11); RuntimeObject * L_12 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_11); NullCheck(L_12); String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_12); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_14 = String_Equals_m2359609904(NULL /*static, unused*/, L_13, _stringLiteral1272578850, 4, /*hidden argument*/NULL); if (L_14) { goto IL_0073; } } IL_004c: { 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); 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); int32_t L_19 = L_18; RuntimeObject * L_20 = Box(JsonToken_t1917433489_il2cpp_TypeInfo_var, &L_19); JsonReader_t2369136700 * L_21 = ___reader0; NullCheck(L_21); RuntimeObject * L_22 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_21); String_t* L_23 = StringUtils_FormatWith_m353537829(NULL /*static, unused*/, _stringLiteral2966159629, L_16, L_20, L_22, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_24 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_15, L_23, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24,JavaScriptDateTimeConverter_ReadJson_m1618576334_RuntimeMethod_var); } IL_0073: { JsonReader_t2369136700 * L_25 = ___reader0; NullCheck(L_25); VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_25); JsonReader_t2369136700 * L_26 = ___reader0; NullCheck(L_26); int32_t L_27 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_26); if ((((int32_t)L_27) == ((int32_t)7))) { goto IL_00a4; } } { JsonReader_t2369136700 * L_28 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_29 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonReader_t2369136700 * L_30 = ___reader0; NullCheck(L_30); int32_t L_31 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_30); int32_t L_32 = L_31; RuntimeObject * L_33 = Box(JsonToken_t1917433489_il2cpp_TypeInfo_var, &L_32); String_t* L_34 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral1560579440, L_29, L_33, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_35 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_28, L_34, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_35,JavaScriptDateTimeConverter_ReadJson_m1618576334_RuntimeMethod_var); } IL_00a4: { JsonReader_t2369136700 * L_36 = ___reader0; NullCheck(L_36); RuntimeObject * L_37 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_36); IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_t3515429982_il2cpp_TypeInfo_var); DateTime_t3738529785 L_38 = DateTimeUtils_ConvertJavaScriptTicksToDateTime_m2220449017(NULL /*static, unused*/, ((*(int64_t*)((int64_t*)UnBox(L_37, Int64_t3736567304_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); V_0 = L_38; JsonReader_t2369136700 * L_39 = ___reader0; NullCheck(L_39); VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_39); JsonReader_t2369136700 * L_40 = ___reader0; NullCheck(L_40); int32_t L_41 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_40); if ((((int32_t)L_41) == ((int32_t)((int32_t)15)))) { goto IL_00e7; } } { JsonReader_t2369136700 * L_42 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_43 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonReader_t2369136700 * L_44 = ___reader0; NullCheck(L_44); int32_t L_45 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_44); int32_t L_46 = L_45; RuntimeObject * L_47 = Box(JsonToken_t1917433489_il2cpp_TypeInfo_var, &L_46); String_t* L_48 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral4023519597, L_43, L_47, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_49 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_42, L_48, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_49,JavaScriptDateTimeConverter_ReadJson_m1618576334_RuntimeMethod_var); } IL_00e7: { Type_t * L_50 = ___objectType1; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); bool L_51 = ReflectionUtils_IsNullableType_m2557784957(NULL /*static, unused*/, L_50, /*hidden argument*/NULL); if (L_51) { goto IL_00f2; } } { Type_t * L_52 = ___objectType1; G_B14_0 = L_52; goto IL_00f8; } IL_00f2: { Type_t * L_53 = ___objectType1; Type_t * L_54 = Nullable_GetUnderlyingType_m3905033790(NULL /*static, unused*/, L_53, /*hidden argument*/NULL); G_B14_0 = L_54; } IL_00f8: { RuntimeTypeHandle_t3027515415 L_55 = { reinterpret_cast (DateTimeOffset_t3229287507_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 *)G_B14_0) == ((RuntimeObject*)(Type_t *)L_56)))) { goto IL_0110; } } { DateTime_t3738529785 L_57 = V_0; DateTimeOffset_t3229287507 L_58; memset(&L_58, 0, sizeof(L_58)); DateTimeOffset__ctor_m2084804982((&L_58), L_57, /*hidden argument*/NULL); DateTimeOffset_t3229287507 L_59 = L_58; RuntimeObject * L_60 = Box(DateTimeOffset_t3229287507_il2cpp_TypeInfo_var, &L_59); return L_60; } IL_0110: { DateTime_t3738529785 L_61 = V_0; DateTime_t3738529785 L_62 = L_61; RuntimeObject * L_63 = Box(DateTime_t3738529785_il2cpp_TypeInfo_var, &L_62); return L_63; } } // System.Void Newtonsoft.Json.Converters.JavaScriptDateTimeConverter::.ctor() extern "C" IL2CPP_METHOD_ATTR void JavaScriptDateTimeConverter__ctor_m167372995 (JavaScriptDateTimeConverter_t3307376016 * __this, const RuntimeMethod* method) { { DateTimeConverterBase__ctor_m3356153861(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.ReflectionObject Newtonsoft.Json.Converters.KeyValuePairConverter::InitializeReflectionObject(System.Type) extern "C" IL2CPP_METHOD_ATTR ReflectionObject_t701100009 * KeyValuePairConverter_InitializeReflectionObject_m3188259707 (RuntimeObject * __this /* static, unused */, Type_t * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (KeyValuePairConverter_InitializeReflectionObject_m3188259707_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; Type_t * V_1 = NULL; { Type_t * L_0 = ___t0; NullCheck(L_0); TypeU5BU5D_t3940880105* L_1 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(92 /* System.Type[] System.Type::GetGenericArguments() */, L_0); TypeU5BU5D_t3940880105* L_2 = L_1; NullCheck((RuntimeObject*)(RuntimeObject*)L_2); Type_t * L_3 = InterfaceFuncInvoker1< Type_t *, int32_t >::Invoke(3 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t4297247_il2cpp_TypeInfo_var, (RuntimeObject*)(RuntimeObject*)L_2, 0); V_0 = L_3; NullCheck((RuntimeObject*)(RuntimeObject*)L_2); Type_t * L_4 = InterfaceFuncInvoker1< Type_t *, int32_t >::Invoke(3 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t4297247_il2cpp_TypeInfo_var, (RuntimeObject*)(RuntimeObject*)L_2, 1); V_1 = L_4; Type_t * L_5 = ___t0; Type_t * L_6 = ___t0; TypeU5BU5D_t3940880105* L_7 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)2)); Type_t * L_8 = V_0; NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(0), (Type_t *)L_8); TypeU5BU5D_t3940880105* L_9 = L_7; Type_t * L_10 = V_1; NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(1), (Type_t *)L_10); NullCheck(L_6); ConstructorInfo_t5769829 * L_11 = Type_GetConstructor_m2219014380(L_6, L_9, /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_12 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)2)); NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteral2600272002); (L_12)->SetAt(static_cast(0), (String_t*)_stringLiteral2600272002); StringU5BU5D_t1281789340* L_13 = L_12; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral3493619321); (L_13)->SetAt(static_cast(1), (String_t*)_stringLiteral3493619321); ReflectionObject_t701100009 * L_14 = ReflectionObject_Create_m73781573(NULL /*static, unused*/, L_5, L_11, L_13, /*hidden argument*/NULL); return L_14; } } // System.Void Newtonsoft.Json.Converters.KeyValuePairConverter::WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) extern "C" IL2CPP_METHOD_ATTR void KeyValuePairConverter_WriteJson_m2349097696 (KeyValuePairConverter_t2108458033 * __this, JsonWriter_t1467272295 * ___writer0, RuntimeObject * ___value1, JsonSerializer_t1424496335 * ___serializer2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (KeyValuePairConverter_WriteJson_m2349097696_MetadataUsageId); s_Il2CppMethodInitialized = true; } ReflectionObject_t701100009 * V_0 = NULL; DefaultContractResolver_t270250618 * V_1 = NULL; JsonWriter_t1467272295 * G_B2_0 = NULL; JsonWriter_t1467272295 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; JsonWriter_t1467272295 * G_B3_1 = NULL; JsonWriter_t1467272295 * G_B5_0 = NULL; JsonWriter_t1467272295 * G_B4_0 = NULL; String_t* G_B6_0 = NULL; JsonWriter_t1467272295 * G_B6_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(KeyValuePairConverter_t2108458033_il2cpp_TypeInfo_var); ThreadSafeStore_2_t4079379169 * L_0 = ((KeyValuePairConverter_t2108458033_StaticFields*)il2cpp_codegen_static_fields_for(KeyValuePairConverter_t2108458033_il2cpp_TypeInfo_var))->get_ReflectionObjectPerType_0(); RuntimeObject * L_1 = ___value1; NullCheck(L_1); Type_t * L_2 = Object_GetType_m88164663(L_1, /*hidden argument*/NULL); NullCheck(L_0); ReflectionObject_t701100009 * L_3 = ThreadSafeStore_2_Get_m4156950888(L_0, L_2, /*hidden argument*/ThreadSafeStore_2_Get_m4156950888_RuntimeMethod_var); V_0 = L_3; JsonSerializer_t1424496335 * L_4 = ___serializer2; NullCheck(L_4); RuntimeObject* L_5 = VirtFuncInvoker0< RuntimeObject* >::Invoke(24 /* Newtonsoft.Json.Serialization.IContractResolver Newtonsoft.Json.JsonSerializer::get_ContractResolver() */, L_4); V_1 = ((DefaultContractResolver_t270250618 *)IsInstClass((RuntimeObject*)L_5, DefaultContractResolver_t270250618_il2cpp_TypeInfo_var)); JsonWriter_t1467272295 * L_6 = ___writer0; NullCheck(L_6); VirtActionInvoker0::Invoke(7 /* System.Void Newtonsoft.Json.JsonWriter::WriteStartObject() */, L_6); JsonWriter_t1467272295 * L_7 = ___writer0; DefaultContractResolver_t270250618 * L_8 = V_1; G_B1_0 = L_7; if (L_8) { G_B2_0 = L_7; goto IL_002e; } } { G_B3_0 = _stringLiteral2600272002; G_B3_1 = G_B1_0; goto IL_0039; } IL_002e: { DefaultContractResolver_t270250618 * L_9 = V_1; NullCheck(L_9); String_t* L_10 = DefaultContractResolver_GetResolvedPropertyName_m3277180474(L_9, _stringLiteral2600272002, /*hidden argument*/NULL); G_B3_0 = L_10; G_B3_1 = G_B2_0; } IL_0039: { NullCheck(G_B3_1); VirtActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, G_B3_1, G_B3_0); JsonSerializer_t1424496335 * L_11 = ___serializer2; JsonWriter_t1467272295 * L_12 = ___writer0; ReflectionObject_t701100009 * L_13 = V_0; RuntimeObject * L_14 = ___value1; NullCheck(L_13); RuntimeObject * L_15 = ReflectionObject_GetValue_m2531865869(L_13, L_14, _stringLiteral2600272002, /*hidden argument*/NULL); ReflectionObject_t701100009 * L_16 = V_0; NullCheck(L_16); Type_t * L_17 = ReflectionObject_GetType_m2200262811(L_16, _stringLiteral2600272002, /*hidden argument*/NULL); NullCheck(L_11); JsonSerializer_Serialize_m474640873(L_11, L_12, L_15, L_17, /*hidden argument*/NULL); JsonWriter_t1467272295 * L_18 = ___writer0; DefaultContractResolver_t270250618 * L_19 = V_1; G_B4_0 = L_18; if (L_19) { G_B5_0 = L_18; goto IL_0067; } } { G_B6_0 = _stringLiteral3493619321; G_B6_1 = G_B4_0; goto IL_0072; } IL_0067: { DefaultContractResolver_t270250618 * L_20 = V_1; NullCheck(L_20); String_t* L_21 = DefaultContractResolver_GetResolvedPropertyName_m3277180474(L_20, _stringLiteral3493619321, /*hidden argument*/NULL); G_B6_0 = L_21; G_B6_1 = G_B5_0; } IL_0072: { NullCheck(G_B6_1); VirtActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, G_B6_1, G_B6_0); JsonSerializer_t1424496335 * L_22 = ___serializer2; JsonWriter_t1467272295 * L_23 = ___writer0; ReflectionObject_t701100009 * L_24 = V_0; RuntimeObject * L_25 = ___value1; NullCheck(L_24); RuntimeObject * L_26 = ReflectionObject_GetValue_m2531865869(L_24, L_25, _stringLiteral3493619321, /*hidden argument*/NULL); ReflectionObject_t701100009 * L_27 = V_0; NullCheck(L_27); Type_t * L_28 = ReflectionObject_GetType_m2200262811(L_27, _stringLiteral3493619321, /*hidden argument*/NULL); NullCheck(L_22); JsonSerializer_Serialize_m474640873(L_22, L_23, L_26, L_28, /*hidden argument*/NULL); JsonWriter_t1467272295 * L_29 = ___writer0; NullCheck(L_29); VirtActionInvoker0::Invoke(8 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndObject() */, L_29); return; } } // System.Object Newtonsoft.Json.Converters.KeyValuePairConverter::ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePairConverter_ReadJson_m767118588 (KeyValuePairConverter_t2108458033 * __this, JsonReader_t2369136700 * ___reader0, Type_t * ___objectType1, RuntimeObject * ___existingValue2, JsonSerializer_t1424496335 * ___serializer3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (KeyValuePairConverter_ReadJson_m767118588_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; RuntimeObject * V_1 = NULL; Type_t * V_2 = NULL; ReflectionObject_t701100009 * V_3 = NULL; String_t* V_4 = NULL; Type_t * G_B7_0 = NULL; { 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 ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)11))))) { goto IL_0020; } } { Type_t * L_2 = ___objectType1; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); bool L_3 = ReflectionUtils_IsNullableType_m2557784957(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_001e; } } { JsonReader_t2369136700 * L_4 = ___reader0; JsonSerializationException_t4152118729 * L_5 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_4, _stringLiteral913976624, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,KeyValuePairConverter_ReadJson_m767118588_RuntimeMethod_var); } IL_001e: { return NULL; } IL_0020: { V_0 = NULL; V_1 = NULL; JsonReader_t2369136700 * L_6 = ___reader0; NullCheck(L_6); JsonReader_ReadAndAssert_m598255277(L_6, /*hidden argument*/NULL); Type_t * L_7 = ___objectType1; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); bool L_8 = ReflectionUtils_IsNullableType_m2557784957(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0035; } } { Type_t * L_9 = ___objectType1; G_B7_0 = L_9; goto IL_003b; } IL_0035: { Type_t * L_10 = ___objectType1; Type_t * L_11 = Nullable_GetUnderlyingType_m3905033790(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); G_B7_0 = L_11; } IL_003b: { V_2 = G_B7_0; IL2CPP_RUNTIME_CLASS_INIT(KeyValuePairConverter_t2108458033_il2cpp_TypeInfo_var); ThreadSafeStore_2_t4079379169 * L_12 = ((KeyValuePairConverter_t2108458033_StaticFields*)il2cpp_codegen_static_fields_for(KeyValuePairConverter_t2108458033_il2cpp_TypeInfo_var))->get_ReflectionObjectPerType_0(); Type_t * L_13 = V_2; NullCheck(L_12); ReflectionObject_t701100009 * L_14 = ThreadSafeStore_2_Get_m4156950888(L_12, L_13, /*hidden argument*/ThreadSafeStore_2_Get_m4156950888_RuntimeMethod_var); V_3 = L_14; goto IL_00b9; } IL_004a: { JsonReader_t2369136700 * L_15 = ___reader0; NullCheck(L_15); RuntimeObject * L_16 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_15); NullCheck(L_16); String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_16); V_4 = L_17; String_t* L_18 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_19 = String_Equals_m2359609904(NULL /*static, unused*/, L_18, _stringLiteral2600272002, 5, /*hidden argument*/NULL); if (!L_19) { goto IL_0082; } } { JsonReader_t2369136700 * L_20 = ___reader0; NullCheck(L_20); JsonReader_ReadAndAssert_m598255277(L_20, /*hidden argument*/NULL); JsonSerializer_t1424496335 * L_21 = ___serializer3; JsonReader_t2369136700 * L_22 = ___reader0; ReflectionObject_t701100009 * L_23 = V_3; NullCheck(L_23); Type_t * L_24 = ReflectionObject_GetType_m2200262811(L_23, _stringLiteral2600272002, /*hidden argument*/NULL); NullCheck(L_21); RuntimeObject * L_25 = JsonSerializer_Deserialize_m2944258957(L_21, L_22, L_24, /*hidden argument*/NULL); V_0 = L_25; goto IL_00b3; } IL_0082: { String_t* L_26 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_27 = String_Equals_m2359609904(NULL /*static, unused*/, L_26, _stringLiteral3493619321, 5, /*hidden argument*/NULL); if (!L_27) { goto IL_00ad; } } { JsonReader_t2369136700 * L_28 = ___reader0; NullCheck(L_28); JsonReader_ReadAndAssert_m598255277(L_28, /*hidden argument*/NULL); JsonSerializer_t1424496335 * L_29 = ___serializer3; JsonReader_t2369136700 * L_30 = ___reader0; ReflectionObject_t701100009 * L_31 = V_3; NullCheck(L_31); Type_t * L_32 = ReflectionObject_GetType_m2200262811(L_31, _stringLiteral3493619321, /*hidden argument*/NULL); NullCheck(L_29); RuntimeObject * L_33 = JsonSerializer_Deserialize_m2944258957(L_29, L_30, L_32, /*hidden argument*/NULL); V_1 = L_33; goto IL_00b3; } IL_00ad: { JsonReader_t2369136700 * L_34 = ___reader0; NullCheck(L_34); JsonReader_Skip_m763208338(L_34, /*hidden argument*/NULL); } IL_00b3: { JsonReader_t2369136700 * L_35 = ___reader0; NullCheck(L_35); JsonReader_ReadAndAssert_m598255277(L_35, /*hidden argument*/NULL); } IL_00b9: { JsonReader_t2369136700 * L_36 = ___reader0; NullCheck(L_36); int32_t L_37 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_36); if ((((int32_t)L_37) == ((int32_t)4))) { goto IL_004a; } } { ReflectionObject_t701100009 * L_38 = V_3; NullCheck(L_38); ObjectConstructor_1_t3207922868 * L_39 = ReflectionObject_get_Creator_m2665801294(L_38, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_40 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)2)); RuntimeObject * L_41 = V_0; NullCheck(L_40); ArrayElementTypeCheck (L_40, L_41); (L_40)->SetAt(static_cast(0), (RuntimeObject *)L_41); ObjectU5BU5D_t2843939325* L_42 = L_40; RuntimeObject * L_43 = V_1; NullCheck(L_42); ArrayElementTypeCheck (L_42, L_43); (L_42)->SetAt(static_cast(1), (RuntimeObject *)L_43); NullCheck(L_39); RuntimeObject * L_44 = ObjectConstructor_1_Invoke_m3185456453(L_39, L_42, /*hidden argument*/ObjectConstructor_1_Invoke_m3185456453_RuntimeMethod_var); return L_44; } } // System.Boolean Newtonsoft.Json.Converters.KeyValuePairConverter::CanConvert(System.Type) extern "C" IL2CPP_METHOD_ATTR bool KeyValuePairConverter_CanConvert_m2699151787 (KeyValuePairConverter_t2108458033 * __this, Type_t * ___objectType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (KeyValuePairConverter_CanConvert_m2699151787_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; Type_t * G_B3_0 = NULL; { Type_t * L_0 = ___objectType0; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); bool L_1 = ReflectionUtils_IsNullableType_m2557784957(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000b; } } { Type_t * L_2 = ___objectType0; G_B3_0 = L_2; goto IL_0011; } IL_000b: { Type_t * L_3 = ___objectType0; Type_t * L_4 = Nullable_GetUnderlyingType_m3905033790(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); G_B3_0 = L_4; } IL_0011: { V_0 = G_B3_0; Type_t * L_5 = V_0; bool L_6 = TypeExtensions_IsValueType_m852671066(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0035; } } { Type_t * L_7 = V_0; bool L_8 = TypeExtensions_IsGenericType_m3947308765(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0035; } } { Type_t * L_9 = V_0; NullCheck(L_9); Type_t * L_10 = VirtFuncInvoker0< Type_t * >::Invoke(95 /* System.Type System.Type::GetGenericTypeDefinition() */, L_9); RuntimeTypeHandle_t3027515415 L_11 = { reinterpret_cast (KeyValuePair_2_t4175610960_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); return (bool)((((RuntimeObject*)(Type_t *)L_10) == ((RuntimeObject*)(Type_t *)L_12))? 1 : 0); } IL_0035: { return (bool)0; } } // System.Void Newtonsoft.Json.Converters.KeyValuePairConverter::.ctor() extern "C" IL2CPP_METHOD_ATTR void KeyValuePairConverter__ctor_m4000973340 (KeyValuePairConverter_t2108458033 * __this, const RuntimeMethod* method) { { JsonConverter__ctor_m2308226415(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Converters.KeyValuePairConverter::.cctor() extern "C" IL2CPP_METHOD_ATTR void KeyValuePairConverter__cctor_m507665969 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (KeyValuePairConverter__cctor_m507665969_MetadataUsageId); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = (intptr_t)KeyValuePairConverter_InitializeReflectionObject_m3188259707_RuntimeMethod_var; Func_2_t1165064999 * L_1 = (Func_2_t1165064999 *)il2cpp_codegen_object_new(Func_2_t1165064999_il2cpp_TypeInfo_var); Func_2__ctor_m112979133(L_1, NULL, L_0, /*hidden argument*/Func_2__ctor_m112979133_RuntimeMethod_var); ThreadSafeStore_2_t4079379169 * L_2 = (ThreadSafeStore_2_t4079379169 *)il2cpp_codegen_object_new(ThreadSafeStore_2_t4079379169_il2cpp_TypeInfo_var); ThreadSafeStore_2__ctor_m2178085957(L_2, L_1, /*hidden argument*/ThreadSafeStore_2__ctor_m2178085957_RuntimeMethod_var); ((KeyValuePairConverter_t2108458033_StaticFields*)il2cpp_codegen_static_fields_for(KeyValuePairConverter_t2108458033_il2cpp_TypeInfo_var))->set_ReflectionObjectPerType_0(L_2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Converters.RegexConverter::WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) extern "C" IL2CPP_METHOD_ATTR void RegexConverter_WriteJson_m716029702 (RegexConverter_t2517515405 * __this, JsonWriter_t1467272295 * ___writer0, RuntimeObject * ___value1, JsonSerializer_t1424496335 * ___serializer2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RegexConverter_WriteJson_m716029702_MetadataUsageId); s_Il2CppMethodInitialized = true; } Regex_t3657309853 * V_0 = NULL; BsonWriter_t3355227794 * V_1 = NULL; { RuntimeObject * L_0 = ___value1; V_0 = ((Regex_t3657309853 *)CastclassClass((RuntimeObject*)L_0, Regex_t3657309853_il2cpp_TypeInfo_var)); JsonWriter_t1467272295 * L_1 = ___writer0; V_1 = ((BsonWriter_t3355227794 *)IsInstClass((RuntimeObject*)L_1, BsonWriter_t3355227794_il2cpp_TypeInfo_var)); BsonWriter_t3355227794 * L_2 = V_1; if (!L_2) { goto IL_001a; } } { BsonWriter_t3355227794 * L_3 = V_1; Regex_t3657309853 * L_4 = V_0; RegexConverter_WriteBson_m1318235631(__this, L_3, L_4, /*hidden argument*/NULL); return; } IL_001a: { JsonWriter_t1467272295 * L_5 = ___writer0; Regex_t3657309853 * L_6 = V_0; JsonSerializer_t1424496335 * L_7 = ___serializer2; RegexConverter_WriteJson_m1964472623(__this, L_5, L_6, L_7, /*hidden argument*/NULL); return; } } // System.Boolean Newtonsoft.Json.Converters.RegexConverter::HasFlag(System.Text.RegularExpressions.RegexOptions,System.Text.RegularExpressions.RegexOptions) extern "C" IL2CPP_METHOD_ATTR bool RegexConverter_HasFlag_m1559073872 (RegexConverter_t2517515405 * __this, int32_t ___options0, int32_t ___flag1, const RuntimeMethod* method) { { int32_t L_0 = ___options0; int32_t L_1 = ___flag1; int32_t L_2 = ___flag1; return (bool)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)L_1))) == ((int32_t)L_2))? 1 : 0); } } // System.Void Newtonsoft.Json.Converters.RegexConverter::WriteBson(Newtonsoft.Json.Bson.BsonWriter,System.Text.RegularExpressions.Regex) extern "C" IL2CPP_METHOD_ATTR void RegexConverter_WriteBson_m1318235631 (RegexConverter_t2517515405 * __this, BsonWriter_t3355227794 * ___writer0, Regex_t3657309853 * ___regex1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RegexConverter_WriteBson_m1318235631_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { V_0 = (String_t*)NULL; Regex_t3657309853 * L_0 = ___regex1; NullCheck(L_0); int32_t L_1 = Regex_get_Options_m3142641900(L_0, /*hidden argument*/NULL); bool L_2 = RegexConverter_HasFlag_m1559073872(__this, L_1, 1, /*hidden argument*/NULL); if (!L_2) { goto IL_001d; } } { String_t* L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m3937257545(NULL /*static, unused*/, L_3, _stringLiteral3452614599, /*hidden argument*/NULL); V_0 = L_4; } IL_001d: { Regex_t3657309853 * L_5 = ___regex1; NullCheck(L_5); int32_t L_6 = Regex_get_Options_m3142641900(L_5, /*hidden argument*/NULL); bool L_7 = RegexConverter_HasFlag_m1559073872(__this, L_6, 2, /*hidden argument*/NULL); if (!L_7) { goto IL_0038; } } { String_t* L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_9 = String_Concat_m3937257545(NULL /*static, unused*/, L_8, _stringLiteral3452614595, /*hidden argument*/NULL); V_0 = L_9; } IL_0038: { Regex_t3657309853 * L_10 = ___regex1; NullCheck(L_10); int32_t L_11 = Regex_get_Options_m3142641900(L_10, /*hidden argument*/NULL); bool L_12 = RegexConverter_HasFlag_m1559073872(__this, L_11, ((int32_t)16), /*hidden argument*/NULL); if (!L_12) { goto IL_0054; } } { String_t* L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m3937257545(NULL /*static, unused*/, L_13, _stringLiteral3452614605, /*hidden argument*/NULL); V_0 = L_14; } IL_0054: { String_t* L_15 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m3937257545(NULL /*static, unused*/, L_15, _stringLiteral3452614603, /*hidden argument*/NULL); V_0 = L_16; Regex_t3657309853 * L_17 = ___regex1; NullCheck(L_17); int32_t L_18 = Regex_get_Options_m3142641900(L_17, /*hidden argument*/NULL); bool L_19 = RegexConverter_HasFlag_m1559073872(__this, L_18, 4, /*hidden argument*/NULL); if (!L_19) { goto IL_007b; } } { String_t* L_20 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_Concat_m3937257545(NULL /*static, unused*/, L_20, _stringLiteral3452614616, /*hidden argument*/NULL); V_0 = L_21; } IL_007b: { BsonWriter_t3355227794 * L_22 = ___writer0; Regex_t3657309853 * L_23 = ___regex1; NullCheck(L_23); String_t* L_24 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_23); String_t* L_25 = V_0; NullCheck(L_22); BsonWriter_WriteRegex_m819102871(L_22, L_24, L_25, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Converters.RegexConverter::WriteJson(Newtonsoft.Json.JsonWriter,System.Text.RegularExpressions.Regex,Newtonsoft.Json.JsonSerializer) extern "C" IL2CPP_METHOD_ATTR void RegexConverter_WriteJson_m1964472623 (RegexConverter_t2517515405 * __this, JsonWriter_t1467272295 * ___writer0, Regex_t3657309853 * ___regex1, JsonSerializer_t1424496335 * ___serializer2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RegexConverter_WriteJson_m1964472623_MetadataUsageId); s_Il2CppMethodInitialized = true; } DefaultContractResolver_t270250618 * V_0 = NULL; JsonWriter_t1467272295 * G_B2_0 = NULL; JsonWriter_t1467272295 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; JsonWriter_t1467272295 * G_B3_1 = NULL; JsonWriter_t1467272295 * G_B5_0 = NULL; JsonWriter_t1467272295 * G_B4_0 = NULL; String_t* G_B6_0 = NULL; JsonWriter_t1467272295 * G_B6_1 = NULL; { JsonSerializer_t1424496335 * L_0 = ___serializer2; NullCheck(L_0); RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(24 /* Newtonsoft.Json.Serialization.IContractResolver Newtonsoft.Json.JsonSerializer::get_ContractResolver() */, L_0); V_0 = ((DefaultContractResolver_t270250618 *)IsInstClass((RuntimeObject*)L_1, DefaultContractResolver_t270250618_il2cpp_TypeInfo_var)); JsonWriter_t1467272295 * L_2 = ___writer0; NullCheck(L_2); VirtActionInvoker0::Invoke(7 /* System.Void Newtonsoft.Json.JsonWriter::WriteStartObject() */, L_2); JsonWriter_t1467272295 * L_3 = ___writer0; DefaultContractResolver_t270250618 * L_4 = V_0; G_B1_0 = L_3; if (L_4) { G_B2_0 = L_3; goto IL_001d; } } { G_B3_0 = _stringLiteral2326547883; G_B3_1 = G_B1_0; goto IL_0028; } IL_001d: { DefaultContractResolver_t270250618 * L_5 = V_0; NullCheck(L_5); String_t* L_6 = DefaultContractResolver_GetResolvedPropertyName_m3277180474(L_5, _stringLiteral2326547883, /*hidden argument*/NULL); G_B3_0 = L_6; G_B3_1 = G_B2_0; } IL_0028: { NullCheck(G_B3_1); VirtActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, G_B3_1, G_B3_0); JsonWriter_t1467272295 * L_7 = ___writer0; Regex_t3657309853 * L_8 = ___regex1; NullCheck(L_8); String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_8); NullCheck(L_7); VirtActionInvoker1< String_t* >::Invoke(25 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.String) */, L_7, L_9); JsonWriter_t1467272295 * L_10 = ___writer0; DefaultContractResolver_t270250618 * L_11 = V_0; G_B4_0 = L_10; if (L_11) { G_B5_0 = L_10; goto IL_0044; } } { G_B6_0 = _stringLiteral2715198515; G_B6_1 = G_B4_0; goto IL_004f; } IL_0044: { DefaultContractResolver_t270250618 * L_12 = V_0; NullCheck(L_12); String_t* L_13 = DefaultContractResolver_GetResolvedPropertyName_m3277180474(L_12, _stringLiteral2715198515, /*hidden argument*/NULL); G_B6_0 = L_13; G_B6_1 = G_B5_0; } IL_004f: { NullCheck(G_B6_1); VirtActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, G_B6_1, G_B6_0); JsonSerializer_t1424496335 * L_14 = ___serializer2; JsonWriter_t1467272295 * L_15 = ___writer0; Regex_t3657309853 * L_16 = ___regex1; NullCheck(L_16); int32_t L_17 = Regex_get_Options_m3142641900(L_16, /*hidden argument*/NULL); int32_t L_18 = L_17; RuntimeObject * L_19 = Box(RegexOptions_t92845595_il2cpp_TypeInfo_var, &L_18); NullCheck(L_14); JsonSerializer_Serialize_m1889459899(L_14, L_15, L_19, /*hidden argument*/NULL); JsonWriter_t1467272295 * L_20 = ___writer0; NullCheck(L_20); VirtActionInvoker0::Invoke(8 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndObject() */, L_20); return; } } // System.Object Newtonsoft.Json.Converters.RegexConverter::ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * RegexConverter_ReadJson_m2073163720 (RegexConverter_t2517515405 * __this, JsonReader_t2369136700 * ___reader0, Type_t * ___objectType1, RuntimeObject * ___existingValue2, JsonSerializer_t1424496335 * ___serializer3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RegexConverter_ReadJson_m2073163720_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 ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_0013; } } { JsonReader_t2369136700 * L_2 = ___reader0; JsonSerializer_t1424496335 * L_3 = ___serializer3; Regex_t3657309853 * L_4 = RegexConverter_ReadRegexObject_m3971584731(__this, L_2, L_3, /*hidden argument*/NULL); return L_4; } IL_0013: { 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); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)9))))) { goto IL_0025; } } { JsonReader_t2369136700 * L_7 = ___reader0; RuntimeObject * L_8 = RegexConverter_ReadRegexString_m1182758248(__this, L_7, /*hidden argument*/NULL); return L_8; } IL_0025: { JsonReader_t2369136700 * L_9 = ___reader0; JsonSerializationException_t4152118729 * L_10 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_9, _stringLiteral1227703987, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,RegexConverter_ReadJson_m2073163720_RuntimeMethod_var); } } // System.Object Newtonsoft.Json.Converters.RegexConverter::ReadRegexString(Newtonsoft.Json.JsonReader) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * RegexConverter_ReadRegexString_m1182758248 (RegexConverter_t2517515405 * __this, JsonReader_t2369136700 * ___reader0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RegexConverter_ReadRegexString_m1182758248_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; int32_t V_2 = 0; String_t* V_3 = NULL; int32_t V_4 = 0; Il2CppChar V_5 = 0x0; { JsonReader_t2369136700 * L_0 = ___reader0; NullCheck(L_0); RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_0); String_t* L_2 = ((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)); NullCheck(L_2); int32_t L_3 = String_LastIndexOf_m3451222878(L_2, ((int32_t)47), /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = L_2; int32_t L_5 = V_0; NullCheck(L_4); String_t* L_6 = String_Substring_m1610150815(L_4, 1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1)), /*hidden argument*/NULL); V_1 = L_6; int32_t L_7 = V_0; NullCheck(L_4); String_t* L_8 = String_Substring_m2848979100(L_4, ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)), /*hidden argument*/NULL); V_2 = 0; V_3 = L_8; V_4 = 0; goto IL_0078; } IL_002f: { String_t* L_9 = V_3; int32_t L_10 = V_4; NullCheck(L_9); Il2CppChar L_11 = String_get_Chars_m2986988803(L_9, L_10, /*hidden argument*/NULL); V_5 = L_11; Il2CppChar L_12 = V_5; if ((!(((uint32_t)L_12) <= ((uint32_t)((int32_t)109))))) { goto IL_004d; } } { Il2CppChar L_13 = V_5; if ((((int32_t)L_13) == ((int32_t)((int32_t)105)))) { goto IL_005b; } } { Il2CppChar L_14 = V_5; if ((((int32_t)L_14) == ((int32_t)((int32_t)109)))) { goto IL_0061; } } { goto IL_0072; } IL_004d: { Il2CppChar L_15 = V_5; if ((((int32_t)L_15) == ((int32_t)((int32_t)115)))) { goto IL_0067; } } { Il2CppChar L_16 = V_5; if ((((int32_t)L_16) == ((int32_t)((int32_t)120)))) { goto IL_006e; } } { goto IL_0072; } IL_005b: { int32_t L_17 = V_2; V_2 = ((int32_t)((int32_t)L_17|(int32_t)1)); goto IL_0072; } IL_0061: { int32_t L_18 = V_2; V_2 = ((int32_t)((int32_t)L_18|(int32_t)2)); goto IL_0072; } IL_0067: { int32_t L_19 = V_2; V_2 = ((int32_t)((int32_t)L_19|(int32_t)((int32_t)16))); goto IL_0072; } IL_006e: { int32_t L_20 = V_2; V_2 = ((int32_t)((int32_t)L_20|(int32_t)4)); } IL_0072: { int32_t L_21 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_0078: { int32_t L_22 = V_4; String_t* L_23 = V_3; NullCheck(L_23); int32_t L_24 = String_get_Length_m3847582255(L_23, /*hidden argument*/NULL); if ((((int32_t)L_22) < ((int32_t)L_24))) { goto IL_002f; } } { String_t* L_25 = V_1; int32_t L_26 = V_2; Regex_t3657309853 * L_27 = (Regex_t3657309853 *)il2cpp_codegen_object_new(Regex_t3657309853_il2cpp_TypeInfo_var); Regex__ctor_m1728442805(L_27, L_25, L_26, /*hidden argument*/NULL); return L_27; } } // System.Text.RegularExpressions.Regex Newtonsoft.Json.Converters.RegexConverter::ReadRegexObject(Newtonsoft.Json.JsonReader,Newtonsoft.Json.JsonSerializer) extern "C" IL2CPP_METHOD_ATTR Regex_t3657309853 * RegexConverter_ReadRegexObject_m3971584731 (RegexConverter_t2517515405 * __this, JsonReader_t2369136700 * ___reader0, JsonSerializer_t1424496335 * ___serializer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RegexConverter_ReadRegexObject_m3971584731_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Nullable_1_t1815407677 V_1; memset(&V_1, 0, sizeof(V_1)); int32_t V_2 = 0; String_t* V_3 = NULL; Nullable_1_t1815407677 V_4; memset(&V_4, 0, sizeof(V_4)); String_t* G_B16_0 = NULL; String_t* G_B15_0 = NULL; int32_t G_B17_0 = 0; String_t* G_B17_1 = NULL; { V_0 = (String_t*)NULL; il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t1815407677 )); goto IL_00b9; } IL_000f: { 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); V_2 = L_1; int32_t L_2 = V_2; if ((((int32_t)L_2) == ((int32_t)4))) { goto IL_002b; } } { int32_t L_3 = V_2; if ((((int32_t)L_3) == ((int32_t)5))) { goto IL_00b9; } } { int32_t L_4 = V_2; if ((((int32_t)L_4) == ((int32_t)((int32_t)13)))) { goto IL_008d; } } { goto IL_00b9; } IL_002b: { JsonReader_t2369136700 * L_5 = ___reader0; NullCheck(L_5); RuntimeObject * L_6 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_5); NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_6); V_3 = L_7; JsonReader_t2369136700 * L_8 = ___reader0; NullCheck(L_8); bool L_9 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_8); if (L_9) { goto IL_004b; } } { JsonReader_t2369136700 * L_10 = ___reader0; JsonSerializationException_t4152118729 * L_11 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_10, _stringLiteral1608074029, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,RegexConverter_ReadRegexObject_m3971584731_RuntimeMethod_var); } IL_004b: { String_t* L_12 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_13 = String_Equals_m2359609904(NULL /*static, unused*/, L_12, _stringLiteral2326547883, 5, /*hidden argument*/NULL); if (!L_13) { goto IL_0067; } } { JsonReader_t2369136700 * L_14 = ___reader0; NullCheck(L_14); RuntimeObject * L_15 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_14); V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_15, String_t_il2cpp_TypeInfo_var)); goto IL_00b9; } IL_0067: { String_t* L_16 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_17 = String_Equals_m2359609904(NULL /*static, unused*/, L_16, _stringLiteral2715198515, 5, /*hidden argument*/NULL); if (!L_17) { goto IL_0085; } } { JsonSerializer_t1424496335 * L_18 = ___serializer1; JsonReader_t2369136700 * L_19 = ___reader0; NullCheck(L_18); int32_t L_20 = JsonSerializer_Deserialize_TisRegexOptions_t92845595_m174991243(L_18, L_19, /*hidden argument*/JsonSerializer_Deserialize_TisRegexOptions_t92845595_m174991243_RuntimeMethod_var); Nullable_1__ctor_m226679314((&V_1), L_20, /*hidden argument*/Nullable_1__ctor_m226679314_RuntimeMethod_var); goto IL_00b9; } IL_0085: { JsonReader_t2369136700 * L_21 = ___reader0; NullCheck(L_21); JsonReader_Skip_m763208338(L_21, /*hidden argument*/NULL); goto IL_00b9; } IL_008d: { String_t* L_22 = V_0; if (L_22) { goto IL_009c; } } { JsonReader_t2369136700 * L_23 = ___reader0; JsonSerializationException_t4152118729 * L_24 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_23, _stringLiteral3315093386, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24,RegexConverter_ReadRegexObject_m3971584731_RuntimeMethod_var); } IL_009c: { String_t* L_25 = V_0; Nullable_1_t1815407677 L_26 = V_1; V_4 = L_26; bool L_27 = Nullable_1_get_HasValue_m2920168947((&V_4), /*hidden argument*/Nullable_1_get_HasValue_m2920168947_RuntimeMethod_var); G_B15_0 = L_25; if (L_27) { G_B16_0 = L_25; goto IL_00ac; } } { G_B17_0 = 0; G_B17_1 = G_B15_0; goto IL_00b3; } IL_00ac: { int32_t L_28 = Nullable_1_GetValueOrDefault_m2800676062((&V_4), /*hidden argument*/Nullable_1_GetValueOrDefault_m2800676062_RuntimeMethod_var); G_B17_0 = ((int32_t)(L_28)); G_B17_1 = G_B16_0; } IL_00b3: { Regex_t3657309853 * L_29 = (Regex_t3657309853 *)il2cpp_codegen_object_new(Regex_t3657309853_il2cpp_TypeInfo_var); Regex__ctor_m1728442805(L_29, G_B17_1, G_B17_0, /*hidden argument*/NULL); return L_29; } IL_00b9: { JsonReader_t2369136700 * L_30 = ___reader0; NullCheck(L_30); bool L_31 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_30); if (L_31) { goto IL_000f; } } { JsonReader_t2369136700 * L_32 = ___reader0; JsonSerializationException_t4152118729 * L_33 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_32, _stringLiteral1608074029, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_33,RegexConverter_ReadRegexObject_m3971584731_RuntimeMethod_var); } } // System.Boolean Newtonsoft.Json.Converters.RegexConverter::CanConvert(System.Type) extern "C" IL2CPP_METHOD_ATTR bool RegexConverter_CanConvert_m912392229 (RegexConverter_t2517515405 * __this, Type_t * ___objectType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RegexConverter_CanConvert_m912392229_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___objectType0; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (Regex_t3657309853_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); return (bool)((((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2))? 1 : 0); } } // System.Void Newtonsoft.Json.Converters.RegexConverter::.ctor() extern "C" IL2CPP_METHOD_ATTR void RegexConverter__ctor_m1639077962 (RegexConverter_t2517515405 * __this, const RuntimeMethod* method) { { JsonConverter__ctor_m2308226415(__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.Boolean Newtonsoft.Json.Converters.StringEnumConverter::get_CamelCaseText() extern "C" IL2CPP_METHOD_ATTR bool StringEnumConverter_get_CamelCaseText_m3066307386 (StringEnumConverter_t3708940030 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CCamelCaseTextU3Ek__BackingField_0(); return L_0; } } // System.Boolean Newtonsoft.Json.Converters.StringEnumConverter::get_AllowIntegerValues() extern "C" IL2CPP_METHOD_ATTR bool StringEnumConverter_get_AllowIntegerValues_m3640091271 (StringEnumConverter_t3708940030 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CAllowIntegerValuesU3Ek__BackingField_1(); return L_0; } } // System.Void Newtonsoft.Json.Converters.StringEnumConverter::set_AllowIntegerValues(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void StringEnumConverter_set_AllowIntegerValues_m401173727 (StringEnumConverter_t3708940030 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CAllowIntegerValuesU3Ek__BackingField_1(L_0); return; } } // System.Void Newtonsoft.Json.Converters.StringEnumConverter::.ctor() extern "C" IL2CPP_METHOD_ATTR void StringEnumConverter__ctor_m2140798451 (StringEnumConverter_t3708940030 * __this, const RuntimeMethod* method) { { JsonConverter__ctor_m2308226415(__this, /*hidden argument*/NULL); StringEnumConverter_set_AllowIntegerValues_m401173727(__this, (bool)1, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Converters.StringEnumConverter::WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) extern "C" IL2CPP_METHOD_ATTR void StringEnumConverter_WriteJson_m3043910623 (StringEnumConverter_t3708940030 * __this, JsonWriter_t1467272295 * ___writer0, RuntimeObject * ___value1, JsonSerializer_t1424496335 * ___serializer2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringEnumConverter_WriteJson_m3043910623_MetadataUsageId); s_Il2CppMethodInitialized = true; } Enum_t4135868527 * V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; { RuntimeObject * L_0 = ___value1; if (L_0) { goto IL_000a; } } { JsonWriter_t1467272295 * L_1 = ___writer0; NullCheck(L_1); VirtActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, L_1); return; } IL_000a: { RuntimeObject * L_2 = ___value1; V_0 = ((Enum_t4135868527 *)CastclassClass((RuntimeObject*)L_2, Enum_t4135868527_il2cpp_TypeInfo_var)); Enum_t4135868527 * L_3 = V_0; NullCheck(L_3); String_t* L_4 = Enum_ToString_m2477889358(L_3, _stringLiteral3452614617, /*hidden argument*/NULL); V_1 = L_4; String_t* L_5 = V_1; NullCheck(L_5); Il2CppChar L_6 = String_get_Chars_m2986988803(L_5, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_7 = Char_IsNumber_m2445552278(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0036; } } { String_t* L_8 = V_1; NullCheck(L_8); Il2CppChar L_9 = String_get_Chars_m2986988803(L_8, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)45))))) { goto IL_003e; } } IL_0036: { JsonWriter_t1467272295 * L_10 = ___writer0; RuntimeObject * L_11 = ___value1; NullCheck(L_10); VirtActionInvoker1< RuntimeObject * >::Invoke(62 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Object) */, L_10, L_11); return; } IL_003e: { Enum_t4135868527 * L_12 = V_0; NullCheck(L_12); Type_t * L_13 = Object_GetType_m88164663(L_12, /*hidden argument*/NULL); String_t* L_14 = V_1; bool L_15 = StringEnumConverter_get_CamelCaseText_m3066307386(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(EnumUtils_t2002471470_il2cpp_TypeInfo_var); String_t* L_16 = EnumUtils_ToEnumName_m1516462206(NULL /*static, unused*/, L_13, L_14, L_15, /*hidden argument*/NULL); V_2 = L_16; JsonWriter_t1467272295 * L_17 = ___writer0; String_t* L_18 = V_2; NullCheck(L_17); VirtActionInvoker1< String_t* >::Invoke(25 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.String) */, L_17, L_18); return; } } // System.Object Newtonsoft.Json.Converters.StringEnumConverter::ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * StringEnumConverter_ReadJson_m1692650423 (StringEnumConverter_t3708940030 * __this, JsonReader_t2369136700 * ___reader0, Type_t * ___objectType1, RuntimeObject * ___existingValue2, JsonSerializer_t1424496335 * ___serializer3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringEnumConverter_ReadJson_m1692650423_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; Type_t * V_1 = NULL; RuntimeObject * V_2 = NULL; Exception_t * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); Type_t * G_B7_0 = NULL; { 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 ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)11))))) { goto IL_002b; } } { Type_t * L_2 = ___objectType1; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); bool L_3 = ReflectionUtils_IsNullableType_m2557784957(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0029; } } { 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 = ___objectType1; String_t* L_7 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2483310222, L_5, L_6, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_8 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_4, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,StringEnumConverter_ReadJson_m1692650423_RuntimeMethod_var); } IL_0029: { return NULL; } IL_002b: { Type_t * L_9 = ___objectType1; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); bool L_10 = ReflectionUtils_IsNullableType_m2557784957(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); V_0 = L_10; bool L_11 = V_0; if (L_11) { goto IL_0038; } } { Type_t * L_12 = ___objectType1; G_B7_0 = L_12; goto IL_003e; } IL_0038: { Type_t * L_13 = ___objectType1; Type_t * L_14 = Nullable_GetUnderlyingType_m3905033790(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); G_B7_0 = L_14; } IL_003e: { V_1 = G_B7_0; } IL_003f: try { // begin try (depth: 1) { JsonReader_t2369136700 * L_15 = ___reader0; NullCheck(L_15); int32_t L_16 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_15); if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)9))))) { goto IL_0061; } } IL_0049: { JsonReader_t2369136700 * L_17 = ___reader0; NullCheck(L_17); RuntimeObject * L_18 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_17); NullCheck(L_18); String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_18); bool L_20 = V_0; Type_t * L_21 = V_1; IL2CPP_RUNTIME_CLASS_INIT(EnumUtils_t2002471470_il2cpp_TypeInfo_var); RuntimeObject * L_22 = EnumUtils_ParseEnumName_m172858425(NULL /*static, unused*/, L_19, L_20, L_21, /*hidden argument*/NULL); V_2 = L_22; goto IL_00e9; } IL_0061: { JsonReader_t2369136700 * L_23 = ___reader0; NullCheck(L_23); int32_t L_24 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_23); if ((!(((uint32_t)L_24) == ((uint32_t)7)))) { goto IL_00a2; } } IL_006a: { bool L_25 = StringEnumConverter_get_AllowIntegerValues_m3640091271(__this, /*hidden argument*/NULL); if (L_25) { goto IL_008e; } } IL_0072: { JsonReader_t2369136700 * L_26 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_27 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonReader_t2369136700 * L_28 = ___reader0; NullCheck(L_28); RuntimeObject * L_29 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_28); String_t* L_30 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2478706801, L_27, L_29, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_31 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_26, L_30, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_31,StringEnumConverter_ReadJson_m1692650423_RuntimeMethod_var); } IL_008e: { JsonReader_t2369136700 * L_32 = ___reader0; NullCheck(L_32); RuntimeObject * L_33 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_32); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_34 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); Type_t * L_35 = V_1; IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_t2194062972_il2cpp_TypeInfo_var); RuntimeObject * L_36 = ConvertUtils_ConvertOrCast_m66164726(NULL /*static, unused*/, L_33, L_34, L_35, /*hidden argument*/NULL); V_2 = L_36; goto IL_00e9; } IL_00a2: { goto IL_00c8; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __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_00a4; throw e; } CATCH_00a4: { // begin catch(System.Exception) V_3 = ((Exception_t *)__exception_local); JsonReader_t2369136700 * L_37 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_38 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonReader_t2369136700 * L_39 = ___reader0; NullCheck(L_39); RuntimeObject * L_40 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_39); String_t* L_41 = MiscellaneousUtils_FormatValueForPrint_m2505289556(NULL /*static, unused*/, L_40, /*hidden argument*/NULL); Type_t * L_42 = ___objectType1; String_t* L_43 = StringUtils_FormatWith_m353537829(NULL /*static, unused*/, _stringLiteral2480270007, L_38, L_41, L_42, /*hidden argument*/NULL); Exception_t * L_44 = V_3; JsonSerializationException_t4152118729 * L_45 = JsonSerializationException_Create_m282508658(NULL /*static, unused*/, L_37, L_43, L_44, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_45,StringEnumConverter_ReadJson_m1692650423_RuntimeMethod_var); } // end catch (depth: 1) IL_00c8: { JsonReader_t2369136700 * L_46 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_47 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonReader_t2369136700 * L_48 = ___reader0; NullCheck(L_48); int32_t L_49 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_48); int32_t L_50 = L_49; RuntimeObject * L_51 = Box(JsonToken_t1917433489_il2cpp_TypeInfo_var, &L_50); String_t* L_52 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral1106992481, L_47, L_51, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_53 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_46, L_52, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_53,StringEnumConverter_ReadJson_m1692650423_RuntimeMethod_var); } IL_00e9: { RuntimeObject * L_54 = V_2; return L_54; } } // System.Boolean Newtonsoft.Json.Converters.StringEnumConverter::CanConvert(System.Type) extern "C" IL2CPP_METHOD_ATTR bool StringEnumConverter_CanConvert_m1331084973 (StringEnumConverter_t3708940030 * __this, Type_t * ___objectType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringEnumConverter_CanConvert_m1331084973_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * G_B3_0 = NULL; { Type_t * L_0 = ___objectType0; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); bool L_1 = ReflectionUtils_IsNullableType_m2557784957(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000b; } } { Type_t * L_2 = ___objectType0; G_B3_0 = L_2; goto IL_0011; } IL_000b: { Type_t * L_3 = ___objectType0; Type_t * L_4 = Nullable_GetUnderlyingType_m3905033790(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); G_B3_0 = L_4; } IL_0011: { bool L_5 = TypeExtensions_IsEnum_m286495740(NULL /*static, unused*/, G_B3_0, /*hidden argument*/NULL); return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean Newtonsoft.Json.Converters.VectorConverter::get_EnableVector2() extern "C" IL2CPP_METHOD_ATTR bool VectorConverter_get_EnableVector2_m418188885 (VectorConverter_t1294738057 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CEnableVector2U3Ek__BackingField_3(); return L_0; } } // System.Void Newtonsoft.Json.Converters.VectorConverter::set_EnableVector2(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void VectorConverter_set_EnableVector2_m3079846007 (VectorConverter_t1294738057 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CEnableVector2U3Ek__BackingField_3(L_0); return; } } // System.Boolean Newtonsoft.Json.Converters.VectorConverter::get_EnableVector3() extern "C" IL2CPP_METHOD_ATTR bool VectorConverter_get_EnableVector3_m2374504021 (VectorConverter_t1294738057 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CEnableVector3U3Ek__BackingField_4(); return L_0; } } // System.Void Newtonsoft.Json.Converters.VectorConverter::set_EnableVector3(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void VectorConverter_set_EnableVector3_m3074336972 (VectorConverter_t1294738057 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CEnableVector3U3Ek__BackingField_4(L_0); return; } } // System.Boolean Newtonsoft.Json.Converters.VectorConverter::get_EnableVector4() extern "C" IL2CPP_METHOD_ATTR bool VectorConverter_get_EnableVector4_m3566145109 (VectorConverter_t1294738057 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CEnableVector4U3Ek__BackingField_5(); return L_0; } } // System.Void Newtonsoft.Json.Converters.VectorConverter::set_EnableVector4(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void VectorConverter_set_EnableVector4_m3077892621 (VectorConverter_t1294738057 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CEnableVector4U3Ek__BackingField_5(L_0); return; } } // System.Void Newtonsoft.Json.Converters.VectorConverter::.ctor() extern "C" IL2CPP_METHOD_ATTR void VectorConverter__ctor_m1788948413 (VectorConverter_t1294738057 * __this, const RuntimeMethod* method) { { JsonConverter__ctor_m2308226415(__this, /*hidden argument*/NULL); VectorConverter_set_EnableVector2_m3079846007(__this, (bool)1, /*hidden argument*/NULL); VectorConverter_set_EnableVector3_m3074336972(__this, (bool)1, /*hidden argument*/NULL); VectorConverter_set_EnableVector4_m3077892621(__this, (bool)1, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Converters.VectorConverter::WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) extern "C" IL2CPP_METHOD_ATTR void VectorConverter_WriteJson_m1613441825 (VectorConverter_t1294738057 * __this, JsonWriter_t1467272295 * ___writer0, RuntimeObject * ___value1, JsonSerializer_t1424496335 * ___serializer2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (VectorConverter_WriteJson_m1613441825_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; Vector2_t2156229523 V_1; memset(&V_1, 0, sizeof(V_1)); Nullable_1_t3119828856 V_2; memset(&V_2, 0, sizeof(V_2)); Vector3_t3722313464 V_3; memset(&V_3, 0, sizeof(V_3)); Vector4_t3319028937 V_4; memset(&V_4, 0, sizeof(V_4)); { RuntimeObject * L_0 = ___value1; if (L_0) { goto IL_000a; } } { JsonWriter_t1467272295 * L_1 = ___writer0; NullCheck(L_1); VirtActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, L_1); return; } IL_000a: { RuntimeObject * L_2 = ___value1; NullCheck(L_2); Type_t * L_3 = Object_GetType_m88164663(L_2, /*hidden argument*/NULL); V_0 = L_3; Type_t * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(VectorConverter_t1294738057_il2cpp_TypeInfo_var); Type_t * L_5 = ((VectorConverter_t1294738057_StaticFields*)il2cpp_codegen_static_fields_for(VectorConverter_t1294738057_il2cpp_TypeInfo_var))->get_V2_0(); if ((!(((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_5)))) { goto IL_0045; } } { RuntimeObject * L_6 = ___value1; V_1 = ((*(Vector2_t2156229523 *)((Vector2_t2156229523 *)UnBox(L_6, Vector2_t2156229523_il2cpp_TypeInfo_var)))); JsonWriter_t1467272295 * L_7 = ___writer0; Vector2_t2156229523 L_8 = V_1; float L_9 = L_8.get_x_0(); Vector2_t2156229523 L_10 = V_1; float L_11 = L_10.get_y_1(); il2cpp_codegen_initobj((&V_2), sizeof(Nullable_1_t3119828856 )); Nullable_1_t3119828856 L_12 = V_2; il2cpp_codegen_initobj((&V_2), sizeof(Nullable_1_t3119828856 )); Nullable_1_t3119828856 L_13 = V_2; IL2CPP_RUNTIME_CLASS_INIT(VectorConverter_t1294738057_il2cpp_TypeInfo_var); VectorConverter_WriteVector_m2195133494(NULL /*static, unused*/, L_7, L_9, L_11, L_12, L_13, /*hidden argument*/NULL); return; } IL_0045: { Type_t * L_14 = V_0; IL2CPP_RUNTIME_CLASS_INIT(VectorConverter_t1294738057_il2cpp_TypeInfo_var); Type_t * L_15 = ((VectorConverter_t1294738057_StaticFields*)il2cpp_codegen_static_fields_for(VectorConverter_t1294738057_il2cpp_TypeInfo_var))->get_V3_1(); if ((!(((RuntimeObject*)(Type_t *)L_14) == ((RuntimeObject*)(Type_t *)L_15)))) { goto IL_007b; } } { RuntimeObject * L_16 = ___value1; V_3 = ((*(Vector3_t3722313464 *)((Vector3_t3722313464 *)UnBox(L_16, Vector3_t3722313464_il2cpp_TypeInfo_var)))); JsonWriter_t1467272295 * L_17 = ___writer0; Vector3_t3722313464 L_18 = V_3; float L_19 = L_18.get_x_1(); Vector3_t3722313464 L_20 = V_3; float L_21 = L_20.get_y_2(); Vector3_t3722313464 L_22 = V_3; float L_23 = L_22.get_z_3(); Nullable_1_t3119828856 L_24; memset(&L_24, 0, sizeof(L_24)); Nullable_1__ctor_m3169166495((&L_24), L_23, /*hidden argument*/Nullable_1__ctor_m3169166495_RuntimeMethod_var); il2cpp_codegen_initobj((&V_2), sizeof(Nullable_1_t3119828856 )); Nullable_1_t3119828856 L_25 = V_2; IL2CPP_RUNTIME_CLASS_INIT(VectorConverter_t1294738057_il2cpp_TypeInfo_var); VectorConverter_WriteVector_m2195133494(NULL /*static, unused*/, L_17, L_19, L_21, L_24, L_25, /*hidden argument*/NULL); return; } IL_007b: { Type_t * L_26 = V_0; IL2CPP_RUNTIME_CLASS_INIT(VectorConverter_t1294738057_il2cpp_TypeInfo_var); Type_t * L_27 = ((VectorConverter_t1294738057_StaticFields*)il2cpp_codegen_static_fields_for(VectorConverter_t1294738057_il2cpp_TypeInfo_var))->get_V4_2(); if ((!(((RuntimeObject*)(Type_t *)L_26) == ((RuntimeObject*)(Type_t *)L_27)))) { goto IL_00b8; } } { RuntimeObject * L_28 = ___value1; V_4 = ((*(Vector4_t3319028937 *)((Vector4_t3319028937 *)UnBox(L_28, Vector4_t3319028937_il2cpp_TypeInfo_var)))); JsonWriter_t1467272295 * L_29 = ___writer0; Vector4_t3319028937 L_30 = V_4; float L_31 = L_30.get_x_1(); Vector4_t3319028937 L_32 = V_4; float L_33 = L_32.get_y_2(); Vector4_t3319028937 L_34 = V_4; float L_35 = L_34.get_z_3(); Nullable_1_t3119828856 L_36; memset(&L_36, 0, sizeof(L_36)); Nullable_1__ctor_m3169166495((&L_36), L_35, /*hidden argument*/Nullable_1__ctor_m3169166495_RuntimeMethod_var); Vector4_t3319028937 L_37 = V_4; float L_38 = L_37.get_w_4(); Nullable_1_t3119828856 L_39; memset(&L_39, 0, sizeof(L_39)); Nullable_1__ctor_m3169166495((&L_39), L_38, /*hidden argument*/Nullable_1__ctor_m3169166495_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(VectorConverter_t1294738057_il2cpp_TypeInfo_var); VectorConverter_WriteVector_m2195133494(NULL /*static, unused*/, L_29, L_31, L_33, L_36, L_39, /*hidden argument*/NULL); return; } IL_00b8: { JsonWriter_t1467272295 * L_40 = ___writer0; NullCheck(L_40); VirtActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, L_40); return; } } // System.Void Newtonsoft.Json.Converters.VectorConverter::WriteVector(Newtonsoft.Json.JsonWriter,System.Single,System.Single,System.Nullable`1,System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR void VectorConverter_WriteVector_m2195133494 (RuntimeObject * __this /* static, unused */, JsonWriter_t1467272295 * ___writer0, float ___x1, float ___y2, Nullable_1_t3119828856 ___z3, Nullable_1_t3119828856 ___w4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (VectorConverter_WriteVector_m2195133494_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonWriter_t1467272295 * L_0 = ___writer0; NullCheck(L_0); VirtActionInvoker0::Invoke(7 /* System.Void Newtonsoft.Json.JsonWriter::WriteStartObject() */, L_0); JsonWriter_t1467272295 * L_1 = ___writer0; NullCheck(L_1); VirtActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, L_1, _stringLiteral3452614616); JsonWriter_t1467272295 * L_2 = ___writer0; float L_3 = ___x1; NullCheck(L_2); VirtActionInvoker1< float >::Invoke(30 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Single) */, L_2, L_3); JsonWriter_t1467272295 * L_4 = ___writer0; NullCheck(L_4); VirtActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, L_4, _stringLiteral3452614615); JsonWriter_t1467272295 * L_5 = ___writer0; float L_6 = ___y2; NullCheck(L_5); VirtActionInvoker1< float >::Invoke(30 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Single) */, L_5, L_6); bool L_7 = Nullable_1_get_HasValue_m147051412((&___z3), /*hidden argument*/Nullable_1_get_HasValue_m147051412_RuntimeMethod_var); if (!L_7) { goto IL_006c; } } { JsonWriter_t1467272295 * L_8 = ___writer0; NullCheck(L_8); VirtActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, L_8, _stringLiteral3452614614); JsonWriter_t1467272295 * L_9 = ___writer0; float L_10 = Nullable_1_get_Value_m2309635241((&___z3), /*hidden argument*/Nullable_1_get_Value_m2309635241_RuntimeMethod_var); NullCheck(L_9); VirtActionInvoker1< float >::Invoke(30 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Single) */, L_9, L_10); bool L_11 = Nullable_1_get_HasValue_m147051412((&___w4), /*hidden argument*/Nullable_1_get_HasValue_m147051412_RuntimeMethod_var); if (!L_11) { goto IL_006c; } } { JsonWriter_t1467272295 * L_12 = ___writer0; NullCheck(L_12); VirtActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, L_12, _stringLiteral3452614601); JsonWriter_t1467272295 * L_13 = ___writer0; float L_14 = Nullable_1_get_Value_m2309635241((&___w4), /*hidden argument*/Nullable_1_get_Value_m2309635241_RuntimeMethod_var); NullCheck(L_13); VirtActionInvoker1< float >::Invoke(30 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Single) */, L_13, L_14); } IL_006c: { JsonWriter_t1467272295 * L_15 = ___writer0; NullCheck(L_15); VirtActionInvoker0::Invoke(8 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndObject() */, L_15); return; } } // System.Object Newtonsoft.Json.Converters.VectorConverter::ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * VectorConverter_ReadJson_m2704803130 (VectorConverter_t1294738057 * __this, JsonReader_t2369136700 * ___reader0, Type_t * ___objectType1, RuntimeObject * ___existingValue2, JsonSerializer_t1424496335 * ___serializer3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (VectorConverter_ReadJson_m2704803130_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___objectType1; IL2CPP_RUNTIME_CLASS_INIT(VectorConverter_t1294738057_il2cpp_TypeInfo_var); Type_t * L_1 = ((VectorConverter_t1294738057_StaticFields*)il2cpp_codegen_static_fields_for(VectorConverter_t1294738057_il2cpp_TypeInfo_var))->get_V2_0(); if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_1)))) { goto IL_0014; } } { JsonReader_t2369136700 * L_2 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(VectorConverter_t1294738057_il2cpp_TypeInfo_var); Vector2_t2156229523 L_3 = VectorConverter_PopulateVector2_m2076034475(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); Vector2_t2156229523 L_4 = L_3; RuntimeObject * L_5 = Box(Vector2_t2156229523_il2cpp_TypeInfo_var, &L_4); return L_5; } IL_0014: { Type_t * L_6 = ___objectType1; IL2CPP_RUNTIME_CLASS_INIT(VectorConverter_t1294738057_il2cpp_TypeInfo_var); Type_t * L_7 = ((VectorConverter_t1294738057_StaticFields*)il2cpp_codegen_static_fields_for(VectorConverter_t1294738057_il2cpp_TypeInfo_var))->get_V3_1(); if ((!(((RuntimeObject*)(Type_t *)L_6) == ((RuntimeObject*)(Type_t *)L_7)))) { goto IL_0028; } } { JsonReader_t2369136700 * L_8 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(VectorConverter_t1294738057_il2cpp_TypeInfo_var); Vector3_t3722313464 L_9 = VectorConverter_PopulateVector3_m629709380(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); Vector3_t3722313464 L_10 = L_9; RuntimeObject * L_11 = Box(Vector3_t3722313464_il2cpp_TypeInfo_var, &L_10); return L_11; } IL_0028: { JsonReader_t2369136700 * L_12 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(VectorConverter_t1294738057_il2cpp_TypeInfo_var); Vector4_t3319028937 L_13 = VectorConverter_PopulateVector4_m3161385160(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); Vector4_t3319028937 L_14 = L_13; RuntimeObject * L_15 = Box(Vector4_t3319028937_il2cpp_TypeInfo_var, &L_14); return L_15; } } // System.Boolean Newtonsoft.Json.Converters.VectorConverter::CanConvert(System.Type) extern "C" IL2CPP_METHOD_ATTR bool VectorConverter_CanConvert_m2121839945 (VectorConverter_t1294738057 * __this, Type_t * ___objectType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (VectorConverter_CanConvert_m2121839945_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = VectorConverter_get_EnableVector2_m418188885(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0010; } } { Type_t * L_1 = ___objectType0; IL2CPP_RUNTIME_CLASS_INIT(VectorConverter_t1294738057_il2cpp_TypeInfo_var); Type_t * L_2 = ((VectorConverter_t1294738057_StaticFields*)il2cpp_codegen_static_fields_for(VectorConverter_t1294738057_il2cpp_TypeInfo_var))->get_V2_0(); if ((((RuntimeObject*)(Type_t *)L_1) == ((RuntimeObject*)(Type_t *)L_2))) { goto IL_0033; } } IL_0010: { bool L_3 = VectorConverter_get_EnableVector3_m2374504021(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_0020; } } { Type_t * L_4 = ___objectType0; IL2CPP_RUNTIME_CLASS_INIT(VectorConverter_t1294738057_il2cpp_TypeInfo_var); Type_t * L_5 = ((VectorConverter_t1294738057_StaticFields*)il2cpp_codegen_static_fields_for(VectorConverter_t1294738057_il2cpp_TypeInfo_var))->get_V3_1(); if ((((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_5))) { goto IL_0033; } } IL_0020: { bool L_6 = VectorConverter_get_EnableVector4_m3566145109(__this, /*hidden argument*/NULL); if (!L_6) { goto IL_0031; } } { Type_t * L_7 = ___objectType0; IL2CPP_RUNTIME_CLASS_INIT(VectorConverter_t1294738057_il2cpp_TypeInfo_var); Type_t * L_8 = ((VectorConverter_t1294738057_StaticFields*)il2cpp_codegen_static_fields_for(VectorConverter_t1294738057_il2cpp_TypeInfo_var))->get_V4_2(); return (bool)((((RuntimeObject*)(Type_t *)L_7) == ((RuntimeObject*)(Type_t *)L_8))? 1 : 0); } IL_0031: { return (bool)0; } IL_0033: { return (bool)1; } } // UnityEngine.Vector2 Newtonsoft.Json.Converters.VectorConverter::PopulateVector2(Newtonsoft.Json.JsonReader) extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 VectorConverter_PopulateVector2_m2076034475 (RuntimeObject * __this /* static, unused */, JsonReader_t2369136700 * ___reader0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (VectorConverter_PopulateVector2_m2076034475_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector2_t2156229523 V_0; memset(&V_0, 0, sizeof(V_0)); JObject_t2059125928 * V_1 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(Vector2_t2156229523 )); 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 ((((int32_t)L_1) == ((int32_t)((int32_t)11)))) { goto IL_0047; } } { JsonReader_t2369136700 * L_2 = ___reader0; JObject_t2059125928 * L_3 = JObject_Load_m3922106929(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_1 = L_3; JObject_t2059125928 * L_4 = V_1; NullCheck(L_4); JToken_t1038539247 * L_5 = JObject_get_Item_m332585514(L_4, _stringLiteral3452614616, /*hidden argument*/NULL); float L_6 = Extensions_Value_TisSingle_t1397266774_m3867180525(NULL /*static, unused*/, L_5, /*hidden argument*/Extensions_Value_TisSingle_t1397266774_m3867180525_RuntimeMethod_var); (&V_0)->set_x_0(L_6); JObject_t2059125928 * L_7 = V_1; NullCheck(L_7); JToken_t1038539247 * L_8 = JObject_get_Item_m332585514(L_7, _stringLiteral3452614615, /*hidden argument*/NULL); float L_9 = Extensions_Value_TisSingle_t1397266774_m3867180525(NULL /*static, unused*/, L_8, /*hidden argument*/Extensions_Value_TisSingle_t1397266774_m3867180525_RuntimeMethod_var); (&V_0)->set_y_1(L_9); } IL_0047: { Vector2_t2156229523 L_10 = V_0; return L_10; } } // UnityEngine.Vector3 Newtonsoft.Json.Converters.VectorConverter::PopulateVector3(Newtonsoft.Json.JsonReader) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 VectorConverter_PopulateVector3_m629709380 (RuntimeObject * __this /* static, unused */, JsonReader_t2369136700 * ___reader0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (VectorConverter_PopulateVector3_m629709380_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector3_t3722313464 V_0; memset(&V_0, 0, sizeof(V_0)); JObject_t2059125928 * V_1 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(Vector3_t3722313464 )); 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 ((((int32_t)L_1) == ((int32_t)((int32_t)11)))) { goto IL_005e; } } { JsonReader_t2369136700 * L_2 = ___reader0; JObject_t2059125928 * L_3 = JObject_Load_m3922106929(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_1 = L_3; JObject_t2059125928 * L_4 = V_1; NullCheck(L_4); JToken_t1038539247 * L_5 = JObject_get_Item_m332585514(L_4, _stringLiteral3452614616, /*hidden argument*/NULL); float L_6 = Extensions_Value_TisSingle_t1397266774_m3867180525(NULL /*static, unused*/, L_5, /*hidden argument*/Extensions_Value_TisSingle_t1397266774_m3867180525_RuntimeMethod_var); (&V_0)->set_x_1(L_6); JObject_t2059125928 * L_7 = V_1; NullCheck(L_7); JToken_t1038539247 * L_8 = JObject_get_Item_m332585514(L_7, _stringLiteral3452614615, /*hidden argument*/NULL); float L_9 = Extensions_Value_TisSingle_t1397266774_m3867180525(NULL /*static, unused*/, L_8, /*hidden argument*/Extensions_Value_TisSingle_t1397266774_m3867180525_RuntimeMethod_var); (&V_0)->set_y_2(L_9); JObject_t2059125928 * L_10 = V_1; NullCheck(L_10); JToken_t1038539247 * L_11 = JObject_get_Item_m332585514(L_10, _stringLiteral3452614614, /*hidden argument*/NULL); float L_12 = Extensions_Value_TisSingle_t1397266774_m3867180525(NULL /*static, unused*/, L_11, /*hidden argument*/Extensions_Value_TisSingle_t1397266774_m3867180525_RuntimeMethod_var); (&V_0)->set_z_3(L_12); } IL_005e: { Vector3_t3722313464 L_13 = V_0; return L_13; } } // UnityEngine.Vector4 Newtonsoft.Json.Converters.VectorConverter::PopulateVector4(Newtonsoft.Json.JsonReader) extern "C" IL2CPP_METHOD_ATTR Vector4_t3319028937 VectorConverter_PopulateVector4_m3161385160 (RuntimeObject * __this /* static, unused */, JsonReader_t2369136700 * ___reader0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (VectorConverter_PopulateVector4_m3161385160_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector4_t3319028937 V_0; memset(&V_0, 0, sizeof(V_0)); JObject_t2059125928 * V_1 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(Vector4_t3319028937 )); 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 ((((int32_t)L_1) == ((int32_t)((int32_t)11)))) { goto IL_0075; } } { JsonReader_t2369136700 * L_2 = ___reader0; JObject_t2059125928 * L_3 = JObject_Load_m3922106929(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_1 = L_3; JObject_t2059125928 * L_4 = V_1; NullCheck(L_4); JToken_t1038539247 * L_5 = JObject_get_Item_m332585514(L_4, _stringLiteral3452614616, /*hidden argument*/NULL); float L_6 = Extensions_Value_TisSingle_t1397266774_m3867180525(NULL /*static, unused*/, L_5, /*hidden argument*/Extensions_Value_TisSingle_t1397266774_m3867180525_RuntimeMethod_var); (&V_0)->set_x_1(L_6); JObject_t2059125928 * L_7 = V_1; NullCheck(L_7); JToken_t1038539247 * L_8 = JObject_get_Item_m332585514(L_7, _stringLiteral3452614615, /*hidden argument*/NULL); float L_9 = Extensions_Value_TisSingle_t1397266774_m3867180525(NULL /*static, unused*/, L_8, /*hidden argument*/Extensions_Value_TisSingle_t1397266774_m3867180525_RuntimeMethod_var); (&V_0)->set_y_2(L_9); JObject_t2059125928 * L_10 = V_1; NullCheck(L_10); JToken_t1038539247 * L_11 = JObject_get_Item_m332585514(L_10, _stringLiteral3452614614, /*hidden argument*/NULL); float L_12 = Extensions_Value_TisSingle_t1397266774_m3867180525(NULL /*static, unused*/, L_11, /*hidden argument*/Extensions_Value_TisSingle_t1397266774_m3867180525_RuntimeMethod_var); (&V_0)->set_z_3(L_12); JObject_t2059125928 * L_13 = V_1; NullCheck(L_13); JToken_t1038539247 * L_14 = JObject_get_Item_m332585514(L_13, _stringLiteral3452614601, /*hidden argument*/NULL); float L_15 = Extensions_Value_TisSingle_t1397266774_m3867180525(NULL /*static, unused*/, L_14, /*hidden argument*/Extensions_Value_TisSingle_t1397266774_m3867180525_RuntimeMethod_var); (&V_0)->set_w_4(L_15); } IL_0075: { Vector4_t3319028937 L_16 = V_0; return L_16; } } // System.Void Newtonsoft.Json.Converters.VectorConverter::.cctor() extern "C" IL2CPP_METHOD_ATTR void VectorConverter__cctor_m157819590 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (VectorConverter__cctor_m157819590_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (Vector2_t2156229523_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); ((VectorConverter_t1294738057_StaticFields*)il2cpp_codegen_static_fields_for(VectorConverter_t1294738057_il2cpp_TypeInfo_var))->set_V2_0(L_1); RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (Vector3_t3722313464_0_0_0_var) }; Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); ((VectorConverter_t1294738057_StaticFields*)il2cpp_codegen_static_fields_for(VectorConverter_t1294738057_il2cpp_TypeInfo_var))->set_V3_1(L_3); RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (Vector4_t3319028937_0_0_0_var) }; Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); ((VectorConverter_t1294738057_StaticFields*)il2cpp_codegen_static_fields_for(VectorConverter_t1294738057_il2cpp_TypeInfo_var))->set_V4_2(L_5); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Converters.VersionConverter::WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) extern "C" IL2CPP_METHOD_ATTR void VersionConverter_WriteJson_m704353289 (VersionConverter_t4153846029 * __this, JsonWriter_t1467272295 * ___writer0, RuntimeObject * ___value1, JsonSerializer_t1424496335 * ___serializer2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (VersionConverter_WriteJson_m704353289_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value1; if (L_0) { goto IL_000a; } } { JsonWriter_t1467272295 * L_1 = ___writer0; NullCheck(L_1); VirtActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, L_1); return; } IL_000a: { RuntimeObject * L_2 = ___value1; if (!((Version_t3456873960 *)IsInstSealed((RuntimeObject*)L_2, Version_t3456873960_il2cpp_TypeInfo_var))) { goto IL_001f; } } { JsonWriter_t1467272295 * L_3 = ___writer0; RuntimeObject * L_4 = ___value1; NullCheck(L_4); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_4); NullCheck(L_3); VirtActionInvoker1< String_t* >::Invoke(25 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.String) */, L_3, L_5); return; } IL_001f: { JsonSerializationException_t4152118729 * L_6 = (JsonSerializationException_t4152118729 *)il2cpp_codegen_object_new(JsonSerializationException_t4152118729_il2cpp_TypeInfo_var); JsonSerializationException__ctor_m3520895892(L_6, _stringLiteral4264538824, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,VersionConverter_WriteJson_m704353289_RuntimeMethod_var); } } // System.Object Newtonsoft.Json.Converters.VersionConverter::ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * VersionConverter_ReadJson_m3621514814 (VersionConverter_t4153846029 * __this, JsonReader_t2369136700 * ___reader0, Type_t * ___objectType1, RuntimeObject * ___existingValue2, JsonSerializer_t1424496335 * ___serializer3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (VersionConverter_ReadJson_m3621514814_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; Exception_t * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { 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 ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)11))))) { goto IL_000c; } } { return NULL; } 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); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)9))))) { goto IL_0047; } } IL_0016: try { // begin try (depth: 1) JsonReader_t2369136700 * L_4 = ___reader0; NullCheck(L_4); RuntimeObject * L_5 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_4); Version_t3456873960 * L_6 = (Version_t3456873960 *)il2cpp_codegen_object_new(Version_t3456873960_il2cpp_TypeInfo_var); Version__ctor_m1394137037(L_6, ((String_t*)CastclassSealed((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_6; goto IL_006e; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __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_0029; throw e; } CATCH_0029: { // begin catch(System.Exception) V_1 = ((Exception_t *)__exception_local); JsonReader_t2369136700 * L_7 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_8 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonReader_t2369136700 * L_9 = ___reader0; NullCheck(L_9); RuntimeObject * L_10 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_9); String_t* L_11 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral1924783047, L_8, L_10, /*hidden argument*/NULL); Exception_t * L_12 = V_1; JsonSerializationException_t4152118729 * L_13 = JsonSerializationException_Create_m282508658(NULL /*static, unused*/, L_7, L_11, L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,VersionConverter_ReadJson_m3621514814_RuntimeMethod_var); } // end catch (depth: 1) IL_0047: { JsonReader_t2369136700 * L_14 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_15 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonReader_t2369136700 * L_16 = ___reader0; NullCheck(L_16); int32_t L_17 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_16); int32_t L_18 = L_17; RuntimeObject * L_19 = Box(JsonToken_t1917433489_il2cpp_TypeInfo_var, &L_18); JsonReader_t2369136700 * L_20 = ___reader0; NullCheck(L_20); RuntimeObject * L_21 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_20); String_t* L_22 = StringUtils_FormatWith_m353537829(NULL /*static, unused*/, _stringLiteral4181047595, L_15, L_19, L_21, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_23 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_14, L_22, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23,VersionConverter_ReadJson_m3621514814_RuntimeMethod_var); } IL_006e: { RuntimeObject * L_24 = V_0; return L_24; } } // System.Boolean Newtonsoft.Json.Converters.VersionConverter::CanConvert(System.Type) extern "C" IL2CPP_METHOD_ATTR bool VersionConverter_CanConvert_m2441768354 (VersionConverter_t4153846029 * __this, Type_t * ___objectType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (VersionConverter_CanConvert_m2441768354_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___objectType0; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (Version_t3456873960_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); return (bool)((((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2))? 1 : 0); } } // System.Void Newtonsoft.Json.Converters.VersionConverter::.ctor() extern "C" IL2CPP_METHOD_ATTR void VersionConverter__ctor_m1769092484 (VersionConverter_t4153846029 * __this, const RuntimeMethod* method) { { JsonConverter__ctor_m2308226415(__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.Xml.Linq.XAttribute Newtonsoft.Json.Converters.XAttributeWrapper::get_Attribute() extern "C" IL2CPP_METHOD_ATTR XAttribute_t355876829 * XAttributeWrapper_get_Attribute_m2213555356 (XAttributeWrapper_t1656890028 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XAttributeWrapper_get_Attribute_m2213555356_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = XObjectWrapper_get_WrappedNode_m985421171(__this, /*hidden argument*/NULL); return ((XAttribute_t355876829 *)CastclassClass((RuntimeObject*)L_0, XAttribute_t355876829_il2cpp_TypeInfo_var)); } } // System.Void Newtonsoft.Json.Converters.XAttributeWrapper::.ctor(System.Xml.Linq.XAttribute) extern "C" IL2CPP_METHOD_ATTR void XAttributeWrapper__ctor_m4203845290 (XAttributeWrapper_t1656890028 * __this, XAttribute_t355876829 * ___attribute0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XAttributeWrapper__ctor_m4203845290_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XAttribute_t355876829 * L_0 = ___attribute0; IL2CPP_RUNTIME_CLASS_INIT(XObjectWrapper_t2266598274_il2cpp_TypeInfo_var); XObjectWrapper__ctor_m2345886768(__this, L_0, /*hidden argument*/NULL); return; } } // System.String Newtonsoft.Json.Converters.XAttributeWrapper::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* XAttributeWrapper_get_Value_m2473301505 (XAttributeWrapper_t1656890028 * __this, const RuntimeMethod* method) { { XAttribute_t355876829 * L_0 = XAttributeWrapper_get_Attribute_m2213555356(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = XAttribute_get_Value_m822045865(L_0, /*hidden argument*/NULL); return L_1; } } // System.String Newtonsoft.Json.Converters.XAttributeWrapper::get_LocalName() extern "C" IL2CPP_METHOD_ATTR String_t* XAttributeWrapper_get_LocalName_m1679291207 (XAttributeWrapper_t1656890028 * __this, const RuntimeMethod* method) { { XAttribute_t355876829 * L_0 = XAttributeWrapper_get_Attribute_m2213555356(__this, /*hidden argument*/NULL); NullCheck(L_0); XName_t3751455998 * L_1 = XAttribute_get_Name_m2178653462(L_0, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2 = XName_get_LocalName_m2163884361(L_1, /*hidden argument*/NULL); return L_2; } } // System.String Newtonsoft.Json.Converters.XAttributeWrapper::get_NamespaceUri() extern "C" IL2CPP_METHOD_ATTR String_t* XAttributeWrapper_get_NamespaceUri_m916762111 (XAttributeWrapper_t1656890028 * __this, const RuntimeMethod* method) { { XAttribute_t355876829 * L_0 = XAttributeWrapper_get_Attribute_m2213555356(__this, /*hidden argument*/NULL); NullCheck(L_0); XName_t3751455998 * L_1 = XAttribute_get_Name_m2178653462(L_0, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2 = XName_get_NamespaceName_m1113219825(L_1, /*hidden argument*/NULL); return L_2; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XAttributeWrapper::get_ParentNode() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XAttributeWrapper_get_ParentNode_m3009163558 (XAttributeWrapper_t1656890028 * __this, const RuntimeMethod* method) { { XAttribute_t355876829 * L_0 = XAttributeWrapper_get_Attribute_m2213555356(__this, /*hidden argument*/NULL); NullCheck(L_0); XElement_t4185968754 * L_1 = XObject_get_Parent_m1531964362(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000f; } } { return (RuntimeObject*)NULL; } IL_000f: { XAttribute_t355876829 * L_2 = XAttributeWrapper_get_Attribute_m2213555356(__this, /*hidden argument*/NULL); NullCheck(L_2); XElement_t4185968754 * L_3 = XObject_get_Parent_m1531964362(L_2, /*hidden argument*/NULL); RuntimeObject* L_4 = XContainerWrapper_WrapNode_m3434103590(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Linq.XComment Newtonsoft.Json.Converters.XCommentWrapper::get_Text() extern "C" IL2CPP_METHOD_ATTR XComment_t1832251191 * XCommentWrapper_get_Text_m3879058151 (XCommentWrapper_t3809443387 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XCommentWrapper_get_Text_m3879058151_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = XObjectWrapper_get_WrappedNode_m985421171(__this, /*hidden argument*/NULL); return ((XComment_t1832251191 *)CastclassClass((RuntimeObject*)L_0, XComment_t1832251191_il2cpp_TypeInfo_var)); } } // System.Void Newtonsoft.Json.Converters.XCommentWrapper::.ctor(System.Xml.Linq.XComment) extern "C" IL2CPP_METHOD_ATTR void XCommentWrapper__ctor_m3873504803 (XCommentWrapper_t3809443387 * __this, XComment_t1832251191 * ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XCommentWrapper__ctor_m3873504803_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XComment_t1832251191 * L_0 = ___text0; IL2CPP_RUNTIME_CLASS_INIT(XObjectWrapper_t2266598274_il2cpp_TypeInfo_var); XObjectWrapper__ctor_m2345886768(__this, L_0, /*hidden argument*/NULL); return; } } // System.String Newtonsoft.Json.Converters.XCommentWrapper::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* XCommentWrapper_get_Value_m3468461152 (XCommentWrapper_t3809443387 * __this, const RuntimeMethod* method) { { XComment_t1832251191 * L_0 = XCommentWrapper_get_Text_m3879058151(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = XComment_get_Value_m2341089205(L_0, /*hidden argument*/NULL); return L_1; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XCommentWrapper::get_ParentNode() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XCommentWrapper_get_ParentNode_m3512810139 (XCommentWrapper_t3809443387 * __this, const RuntimeMethod* method) { { XComment_t1832251191 * L_0 = XCommentWrapper_get_Text_m3879058151(__this, /*hidden argument*/NULL); NullCheck(L_0); XElement_t4185968754 * L_1 = XObject_get_Parent_m1531964362(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000f; } } { return (RuntimeObject*)NULL; } IL_000f: { XComment_t1832251191 * L_2 = XCommentWrapper_get_Text_m3879058151(__this, /*hidden argument*/NULL); NullCheck(L_2); XElement_t4185968754 * L_3 = XObject_get_Parent_m1531964362(L_2, /*hidden argument*/NULL); RuntimeObject* L_4 = XContainerWrapper_WrapNode_m3434103590(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Linq.XContainer Newtonsoft.Json.Converters.XContainerWrapper::get_Container() extern "C" IL2CPP_METHOD_ATTR XContainer_t3387731002 * XContainerWrapper_get_Container_m4005399907 (XContainerWrapper_t1262744989 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XContainerWrapper_get_Container_m4005399907_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = XObjectWrapper_get_WrappedNode_m985421171(__this, /*hidden argument*/NULL); return ((XContainer_t3387731002 *)CastclassClass((RuntimeObject*)L_0, XContainer_t3387731002_il2cpp_TypeInfo_var)); } } // System.Void Newtonsoft.Json.Converters.XContainerWrapper::.ctor(System.Xml.Linq.XContainer) extern "C" IL2CPP_METHOD_ATTR void XContainerWrapper__ctor_m3959568421 (XContainerWrapper_t1262744989 * __this, XContainer_t3387731002 * ___container0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XContainerWrapper__ctor_m3959568421_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XContainer_t3387731002 * L_0 = ___container0; IL2CPP_RUNTIME_CLASS_INIT(XObjectWrapper_t2266598274_il2cpp_TypeInfo_var); XObjectWrapper__ctor_m2345886768(__this, L_0, /*hidden argument*/NULL); return; } } // System.Collections.Generic.List`1 Newtonsoft.Json.Converters.XContainerWrapper::get_ChildNodes() extern "C" IL2CPP_METHOD_ATTR List_1_t2041514553 * XContainerWrapper_get_ChildNodes_m2932803813 (XContainerWrapper_t1262744989 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XContainerWrapper_get_ChildNodes_m2932803813_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; XNode_t716131460 * 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); { List_1_t2041514553 * L_0 = __this->get__childNodes_2(); if (L_0) { goto IL_0052; } } { List_1_t2041514553 * L_1 = (List_1_t2041514553 *)il2cpp_codegen_object_new(List_1_t2041514553_il2cpp_TypeInfo_var); List_1__ctor_m152997166(L_1, /*hidden argument*/List_1__ctor_m152997166_RuntimeMethod_var); __this->set__childNodes_2(L_1); XContainer_t3387731002 * L_2 = XContainerWrapper_get_Container_m4005399907(__this, /*hidden argument*/NULL); NullCheck(L_2); RuntimeObject* L_3 = XContainer_Nodes_m2555830513(L_2, /*hidden argument*/NULL); NullCheck(L_3); RuntimeObject* L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t3990951645_il2cpp_TypeInfo_var, L_3); V_0 = L_4; } IL_0024: try { // begin try (depth: 1) { goto IL_003e; } IL_0026: { RuntimeObject* L_5 = V_0; NullCheck(L_5); XNode_t716131460 * L_6 = InterfaceFuncInvoker0< XNode_t716131460 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t1148701928_il2cpp_TypeInfo_var, L_5); V_1 = L_6; List_1_t2041514553 * L_7 = __this->get__childNodes_2(); XNode_t716131460 * L_8 = V_1; RuntimeObject* L_9 = XContainerWrapper_WrapNode_m3434103590(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); NullCheck(L_7); List_1_Add_m1899444340(L_7, L_9, /*hidden argument*/List_1_Add_m1899444340_RuntimeMethod_var); } IL_003e: { RuntimeObject* L_10 = V_0; NullCheck(L_10); bool L_11 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_10); if (L_11) { goto IL_0026; } } IL_0046: { IL2CPP_LEAVE(0x52, FINALLY_0048); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0048; } FINALLY_0048: { // begin finally (depth: 1) { RuntimeObject* L_12 = V_0; if (!L_12) { goto IL_0051; } } IL_004b: { RuntimeObject* L_13 = V_0; NullCheck(L_13); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_13); } IL_0051: { IL2CPP_END_FINALLY(72) } } // end finally (depth: 1) IL2CPP_CLEANUP(72) { IL2CPP_JUMP_TBL(0x52, IL_0052) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0052: { List_1_t2041514553 * L_14 = __this->get__childNodes_2(); return L_14; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XContainerWrapper::get_ParentNode() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XContainerWrapper_get_ParentNode_m1957280075 (XContainerWrapper_t1262744989 * __this, const RuntimeMethod* method) { { XContainer_t3387731002 * L_0 = XContainerWrapper_get_Container_m4005399907(__this, /*hidden argument*/NULL); NullCheck(L_0); XElement_t4185968754 * L_1 = XObject_get_Parent_m1531964362(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000f; } } { return (RuntimeObject*)NULL; } IL_000f: { XContainer_t3387731002 * L_2 = XContainerWrapper_get_Container_m4005399907(__this, /*hidden argument*/NULL); NullCheck(L_2); XElement_t4185968754 * L_3 = XObject_get_Parent_m1531964362(L_2, /*hidden argument*/NULL); RuntimeObject* L_4 = XContainerWrapper_WrapNode_m3434103590(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return L_4; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XContainerWrapper::WrapNode(System.Xml.Linq.XObject) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XContainerWrapper_WrapNode_m3434103590 (RuntimeObject * __this /* static, unused */, XObject_t1119084474 * ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XContainerWrapper_WrapNode_m3434103590_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XObject_t1119084474 * L_0 = ___node0; if (!((XDocument_t1376419702 *)IsInstClass((RuntimeObject*)L_0, XDocument_t1376419702_il2cpp_TypeInfo_var))) { goto IL_0014; } } { XObject_t1119084474 * L_1 = ___node0; XDocumentWrapper_t2289369211 * L_2 = (XDocumentWrapper_t2289369211 *)il2cpp_codegen_object_new(XDocumentWrapper_t2289369211_il2cpp_TypeInfo_var); XDocumentWrapper__ctor_m3620377898(L_2, ((XDocument_t1376419702 *)CastclassClass((RuntimeObject*)L_1, XDocument_t1376419702_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_2; } IL_0014: { XObject_t1119084474 * L_3 = ___node0; if (!((XElement_t4185968754 *)IsInstClass((RuntimeObject*)L_3, XElement_t4185968754_il2cpp_TypeInfo_var))) { goto IL_0028; } } { XObject_t1119084474 * L_4 = ___node0; XElementWrapper_t2633871282 * L_5 = (XElementWrapper_t2633871282 *)il2cpp_codegen_object_new(XElementWrapper_t2633871282_il2cpp_TypeInfo_var); XElementWrapper__ctor_m3346706945(L_5, ((XElement_t4185968754 *)CastclassClass((RuntimeObject*)L_4, XElement_t4185968754_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_5; } IL_0028: { XObject_t1119084474 * L_6 = ___node0; if (!((XContainer_t3387731002 *)IsInstClass((RuntimeObject*)L_6, XContainer_t3387731002_il2cpp_TypeInfo_var))) { goto IL_003c; } } { XObject_t1119084474 * L_7 = ___node0; XContainerWrapper_t1262744989 * L_8 = (XContainerWrapper_t1262744989 *)il2cpp_codegen_object_new(XContainerWrapper_t1262744989_il2cpp_TypeInfo_var); XContainerWrapper__ctor_m3959568421(L_8, ((XContainer_t3387731002 *)CastclassClass((RuntimeObject*)L_7, XContainer_t3387731002_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_8; } IL_003c: { XObject_t1119084474 * L_9 = ___node0; if (!((XProcessingInstruction_t2943691487 *)IsInstClass((RuntimeObject*)L_9, XProcessingInstruction_t2943691487_il2cpp_TypeInfo_var))) { goto IL_0050; } } { XObject_t1119084474 * L_10 = ___node0; XProcessingInstructionWrapper_t4108965662 * L_11 = (XProcessingInstructionWrapper_t4108965662 *)il2cpp_codegen_object_new(XProcessingInstructionWrapper_t4108965662_il2cpp_TypeInfo_var); XProcessingInstructionWrapper__ctor_m1335185543(L_11, ((XProcessingInstruction_t2943691487 *)CastclassClass((RuntimeObject*)L_10, XProcessingInstruction_t2943691487_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_11; } IL_0050: { XObject_t1119084474 * L_12 = ___node0; if (!((XText_t1448860321 *)IsInstClass((RuntimeObject*)L_12, XText_t1448860321_il2cpp_TypeInfo_var))) { goto IL_0064; } } { XObject_t1119084474 * L_13 = ___node0; XTextWrapper_t1757148629 * L_14 = (XTextWrapper_t1757148629 *)il2cpp_codegen_object_new(XTextWrapper_t1757148629_il2cpp_TypeInfo_var); XTextWrapper__ctor_m2771181243(L_14, ((XText_t1448860321 *)CastclassClass((RuntimeObject*)L_13, XText_t1448860321_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_14; } IL_0064: { XObject_t1119084474 * L_15 = ___node0; if (!((XComment_t1832251191 *)IsInstClass((RuntimeObject*)L_15, XComment_t1832251191_il2cpp_TypeInfo_var))) { goto IL_0078; } } { XObject_t1119084474 * L_16 = ___node0; XCommentWrapper_t3809443387 * L_17 = (XCommentWrapper_t3809443387 *)il2cpp_codegen_object_new(XCommentWrapper_t3809443387_il2cpp_TypeInfo_var); XCommentWrapper__ctor_m3873504803(L_17, ((XComment_t1832251191 *)CastclassClass((RuntimeObject*)L_16, XComment_t1832251191_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_17; } IL_0078: { XObject_t1119084474 * L_18 = ___node0; if (!((XAttribute_t355876829 *)IsInstClass((RuntimeObject*)L_18, XAttribute_t355876829_il2cpp_TypeInfo_var))) { goto IL_008c; } } { XObject_t1119084474 * L_19 = ___node0; XAttributeWrapper_t1656890028 * L_20 = (XAttributeWrapper_t1656890028 *)il2cpp_codegen_object_new(XAttributeWrapper_t1656890028_il2cpp_TypeInfo_var); XAttributeWrapper__ctor_m4203845290(L_20, ((XAttribute_t355876829 *)CastclassClass((RuntimeObject*)L_19, XAttribute_t355876829_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_20; } IL_008c: { XObject_t1119084474 * L_21 = ___node0; if (!((XDocumentType_t1853592271 *)IsInstClass((RuntimeObject*)L_21, XDocumentType_t1853592271_il2cpp_TypeInfo_var))) { goto IL_00a0; } } { XObject_t1119084474 * L_22 = ___node0; XDocumentTypeWrapper_t2526962505 * L_23 = (XDocumentTypeWrapper_t2526962505 *)il2cpp_codegen_object_new(XDocumentTypeWrapper_t2526962505_il2cpp_TypeInfo_var); XDocumentTypeWrapper__ctor_m1901095668(L_23, ((XDocumentType_t1853592271 *)CastclassClass((RuntimeObject*)L_22, XDocumentType_t1853592271_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_23; } IL_00a0: { XObject_t1119084474 * L_24 = ___node0; XObjectWrapper_t2266598274 * L_25 = (XObjectWrapper_t2266598274 *)il2cpp_codegen_object_new(XObjectWrapper_t2266598274_il2cpp_TypeInfo_var); XObjectWrapper__ctor_m2345886768(L_25, L_24, /*hidden argument*/NULL); return L_25; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XContainerWrapper::AppendChild(Newtonsoft.Json.Converters.IXmlNode) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XContainerWrapper_AppendChild_m2603147348 (XContainerWrapper_t1262744989 * __this, RuntimeObject* ___newChild0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XContainerWrapper_AppendChild_m2603147348_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XContainer_t3387731002 * L_0 = XContainerWrapper_get_Container_m4005399907(__this, /*hidden argument*/NULL); RuntimeObject* L_1 = ___newChild0; NullCheck(L_1); RuntimeObject * L_2 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(8 /* System.Object Newtonsoft.Json.Converters.IXmlNode::get_WrappedNode() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_1); NullCheck(L_0); XContainer_Add_m3329748841(L_0, L_2, /*hidden argument*/NULL); __this->set__childNodes_2((List_1_t2041514553 *)NULL); RuntimeObject* L_3 = ___newChild0; return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Linq.XDeclaration Newtonsoft.Json.Converters.XDeclarationWrapper::get_Declaration() extern "C" IL2CPP_METHOD_ATTR XDeclaration_t2907650823 * XDeclarationWrapper_get_Declaration_m2826544781 (XDeclarationWrapper_t1986085046 * __this, const RuntimeMethod* method) { { XDeclaration_t2907650823 * L_0 = __this->get_U3CDeclarationU3Ek__BackingField_2(); return L_0; } } // System.Void Newtonsoft.Json.Converters.XDeclarationWrapper::set_Declaration(System.Xml.Linq.XDeclaration) extern "C" IL2CPP_METHOD_ATTR void XDeclarationWrapper_set_Declaration_m825827382 (XDeclarationWrapper_t1986085046 * __this, XDeclaration_t2907650823 * ___value0, const RuntimeMethod* method) { { XDeclaration_t2907650823 * L_0 = ___value0; __this->set_U3CDeclarationU3Ek__BackingField_2(L_0); return; } } // System.Void Newtonsoft.Json.Converters.XDeclarationWrapper::.ctor(System.Xml.Linq.XDeclaration) extern "C" IL2CPP_METHOD_ATTR void XDeclarationWrapper__ctor_m3387893676 (XDeclarationWrapper_t1986085046 * __this, XDeclaration_t2907650823 * ___declaration0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XDeclarationWrapper__ctor_m3387893676_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XObjectWrapper_t2266598274_il2cpp_TypeInfo_var); XObjectWrapper__ctor_m2345886768(__this, (XObject_t1119084474 *)NULL, /*hidden argument*/NULL); XDeclaration_t2907650823 * L_0 = ___declaration0; XDeclarationWrapper_set_Declaration_m825827382(__this, L_0, /*hidden argument*/NULL); return; } } // System.Xml.XmlNodeType Newtonsoft.Json.Converters.XDeclarationWrapper::get_NodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XDeclarationWrapper_get_NodeType_m3637283525 (XDeclarationWrapper_t1986085046 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)17)); } } // System.String Newtonsoft.Json.Converters.XDeclarationWrapper::get_Version() extern "C" IL2CPP_METHOD_ATTR String_t* XDeclarationWrapper_get_Version_m2379829085 (XDeclarationWrapper_t1986085046 * __this, const RuntimeMethod* method) { { XDeclaration_t2907650823 * L_0 = XDeclarationWrapper_get_Declaration_m2826544781(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = XDeclaration_get_Version_m3841412136(L_0, /*hidden argument*/NULL); return L_1; } } // System.String Newtonsoft.Json.Converters.XDeclarationWrapper::get_Encoding() extern "C" IL2CPP_METHOD_ATTR String_t* XDeclarationWrapper_get_Encoding_m3451160400 (XDeclarationWrapper_t1986085046 * __this, const RuntimeMethod* method) { { XDeclaration_t2907650823 * L_0 = XDeclarationWrapper_get_Declaration_m2826544781(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = XDeclaration_get_Encoding_m1349017164(L_0, /*hidden argument*/NULL); return L_1; } } // System.String Newtonsoft.Json.Converters.XDeclarationWrapper::get_Standalone() extern "C" IL2CPP_METHOD_ATTR String_t* XDeclarationWrapper_get_Standalone_m3362500012 (XDeclarationWrapper_t1986085046 * __this, const RuntimeMethod* method) { { XDeclaration_t2907650823 * L_0 = XDeclarationWrapper_get_Declaration_m2826544781(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = XDeclaration_get_Standalone_m2365902379(L_0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Converters.XDocumentTypeWrapper::.ctor(System.Xml.Linq.XDocumentType) extern "C" IL2CPP_METHOD_ATTR void XDocumentTypeWrapper__ctor_m1901095668 (XDocumentTypeWrapper_t2526962505 * __this, XDocumentType_t1853592271 * ___documentType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XDocumentTypeWrapper__ctor_m1901095668_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XDocumentType_t1853592271 * L_0 = ___documentType0; IL2CPP_RUNTIME_CLASS_INIT(XObjectWrapper_t2266598274_il2cpp_TypeInfo_var); XObjectWrapper__ctor_m2345886768(__this, L_0, /*hidden argument*/NULL); XDocumentType_t1853592271 * L_1 = ___documentType0; __this->set__documentType_2(L_1); return; } } // System.String Newtonsoft.Json.Converters.XDocumentTypeWrapper::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XDocumentTypeWrapper_get_Name_m2280170257 (XDocumentTypeWrapper_t2526962505 * __this, const RuntimeMethod* method) { { XDocumentType_t1853592271 * L_0 = __this->get__documentType_2(); NullCheck(L_0); String_t* L_1 = XDocumentType_get_Name_m790980377(L_0, /*hidden argument*/NULL); return L_1; } } // System.String Newtonsoft.Json.Converters.XDocumentTypeWrapper::get_System() extern "C" IL2CPP_METHOD_ATTR String_t* XDocumentTypeWrapper_get_System_m867744606 (XDocumentTypeWrapper_t2526962505 * __this, const RuntimeMethod* method) { { XDocumentType_t1853592271 * L_0 = __this->get__documentType_2(); NullCheck(L_0); String_t* L_1 = XDocumentType_get_SystemId_m3234814655(L_0, /*hidden argument*/NULL); return L_1; } } // System.String Newtonsoft.Json.Converters.XDocumentTypeWrapper::get_Public() extern "C" IL2CPP_METHOD_ATTR String_t* XDocumentTypeWrapper_get_Public_m1720163464 (XDocumentTypeWrapper_t2526962505 * __this, const RuntimeMethod* method) { { XDocumentType_t1853592271 * L_0 = __this->get__documentType_2(); NullCheck(L_0); String_t* L_1 = XDocumentType_get_PublicId_m2737470277(L_0, /*hidden argument*/NULL); return L_1; } } // System.String Newtonsoft.Json.Converters.XDocumentTypeWrapper::get_InternalSubset() extern "C" IL2CPP_METHOD_ATTR String_t* XDocumentTypeWrapper_get_InternalSubset_m3405482835 (XDocumentTypeWrapper_t2526962505 * __this, const RuntimeMethod* method) { { XDocumentType_t1853592271 * L_0 = __this->get__documentType_2(); NullCheck(L_0); String_t* L_1 = XDocumentType_get_InternalSubset_m3319583102(L_0, /*hidden argument*/NULL); return L_1; } } // System.String Newtonsoft.Json.Converters.XDocumentTypeWrapper::get_LocalName() extern "C" IL2CPP_METHOD_ATTR String_t* XDocumentTypeWrapper_get_LocalName_m2129441985 (XDocumentTypeWrapper_t2526962505 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XDocumentTypeWrapper_get_LocalName_m2129441985_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral2857192859; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Linq.XDocument Newtonsoft.Json.Converters.XDocumentWrapper::get_Document() extern "C" IL2CPP_METHOD_ATTR XDocument_t1376419702 * XDocumentWrapper_get_Document_m2982943743 (XDocumentWrapper_t2289369211 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XDocumentWrapper_get_Document_m2982943743_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = XObjectWrapper_get_WrappedNode_m985421171(__this, /*hidden argument*/NULL); return ((XDocument_t1376419702 *)CastclassClass((RuntimeObject*)L_0, XDocument_t1376419702_il2cpp_TypeInfo_var)); } } // System.Void Newtonsoft.Json.Converters.XDocumentWrapper::.ctor(System.Xml.Linq.XDocument) extern "C" IL2CPP_METHOD_ATTR void XDocumentWrapper__ctor_m3620377898 (XDocumentWrapper_t2289369211 * __this, XDocument_t1376419702 * ___document0, const RuntimeMethod* method) { { XDocument_t1376419702 * L_0 = ___document0; XContainerWrapper__ctor_m3959568421(__this, L_0, /*hidden argument*/NULL); return; } } // System.Collections.Generic.List`1 Newtonsoft.Json.Converters.XDocumentWrapper::get_ChildNodes() extern "C" IL2CPP_METHOD_ATTR List_1_t2041514553 * XDocumentWrapper_get_ChildNodes_m3556422365 (XDocumentWrapper_t2289369211 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XDocumentWrapper_get_ChildNodes_m3556422365_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t2041514553 * V_0 = NULL; { List_1_t2041514553 * L_0 = XContainerWrapper_get_ChildNodes_m2932803813(__this, /*hidden argument*/NULL); V_0 = L_0; XDocument_t1376419702 * L_1 = XDocumentWrapper_get_Document_m2982943743(__this, /*hidden argument*/NULL); NullCheck(L_1); XDeclaration_t2907650823 * L_2 = XDocument_get_Declaration_m925992014(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_003b; } } { List_1_t2041514553 * L_3 = V_0; NullCheck(L_3); RuntimeObject* L_4 = List_1_get_Item_m2172665450(L_3, 0, /*hidden argument*/List_1_get_Item_m2172665450_RuntimeMethod_var); NullCheck(L_4); int32_t L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.XmlNodeType Newtonsoft.Json.Converters.IXmlNode::get_NodeType() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_4); if ((((int32_t)L_5) == ((int32_t)((int32_t)17)))) { goto IL_003b; } } { List_1_t2041514553 * L_6 = V_0; XDocument_t1376419702 * L_7 = XDocumentWrapper_get_Document_m2982943743(__this, /*hidden argument*/NULL); NullCheck(L_7); XDeclaration_t2907650823 * L_8 = XDocument_get_Declaration_m925992014(L_7, /*hidden argument*/NULL); XDeclarationWrapper_t1986085046 * L_9 = (XDeclarationWrapper_t1986085046 *)il2cpp_codegen_object_new(XDeclarationWrapper_t1986085046_il2cpp_TypeInfo_var); XDeclarationWrapper__ctor_m3387893676(L_9, L_8, /*hidden argument*/NULL); NullCheck(L_6); List_1_Insert_m1455732304(L_6, 0, L_9, /*hidden argument*/List_1_Insert_m1455732304_RuntimeMethod_var); } IL_003b: { List_1_t2041514553 * L_10 = V_0; return L_10; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XDocumentWrapper::CreateComment(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XDocumentWrapper_CreateComment_m1205066039 (XDocumentWrapper_t2289369211 * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XDocumentWrapper_CreateComment_m1205066039_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___text0; XComment_t1832251191 * L_1 = (XComment_t1832251191 *)il2cpp_codegen_object_new(XComment_t1832251191_il2cpp_TypeInfo_var); XComment__ctor_m2613070977(L_1, L_0, /*hidden argument*/NULL); XObjectWrapper_t2266598274 * L_2 = (XObjectWrapper_t2266598274 *)il2cpp_codegen_object_new(XObjectWrapper_t2266598274_il2cpp_TypeInfo_var); XObjectWrapper__ctor_m2345886768(L_2, L_1, /*hidden argument*/NULL); return L_2; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XDocumentWrapper::CreateTextNode(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XDocumentWrapper_CreateTextNode_m4277838901 (XDocumentWrapper_t2289369211 * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XDocumentWrapper_CreateTextNode_m4277838901_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___text0; XText_t1448860321 * L_1 = (XText_t1448860321 *)il2cpp_codegen_object_new(XText_t1448860321_il2cpp_TypeInfo_var); XText__ctor_m2401333842(L_1, L_0, /*hidden argument*/NULL); XObjectWrapper_t2266598274 * L_2 = (XObjectWrapper_t2266598274 *)il2cpp_codegen_object_new(XObjectWrapper_t2266598274_il2cpp_TypeInfo_var); XObjectWrapper__ctor_m2345886768(L_2, L_1, /*hidden argument*/NULL); return L_2; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XDocumentWrapper::CreateCDataSection(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XDocumentWrapper_CreateCDataSection_m3325915585 (XDocumentWrapper_t2289369211 * __this, String_t* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XDocumentWrapper_CreateCDataSection_m3325915585_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___data0; XCData_t832623270 * L_1 = (XCData_t832623270 *)il2cpp_codegen_object_new(XCData_t832623270_il2cpp_TypeInfo_var); XCData__ctor_m2121219684(L_1, L_0, /*hidden argument*/NULL); XObjectWrapper_t2266598274 * L_2 = (XObjectWrapper_t2266598274 *)il2cpp_codegen_object_new(XObjectWrapper_t2266598274_il2cpp_TypeInfo_var); XObjectWrapper__ctor_m2345886768(L_2, L_1, /*hidden argument*/NULL); return L_2; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XDocumentWrapper::CreateWhitespace(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XDocumentWrapper_CreateWhitespace_m2786982282 (XDocumentWrapper_t2289369211 * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XDocumentWrapper_CreateWhitespace_m2786982282_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___text0; XText_t1448860321 * L_1 = (XText_t1448860321 *)il2cpp_codegen_object_new(XText_t1448860321_il2cpp_TypeInfo_var); XText__ctor_m2401333842(L_1, L_0, /*hidden argument*/NULL); XObjectWrapper_t2266598274 * L_2 = (XObjectWrapper_t2266598274 *)il2cpp_codegen_object_new(XObjectWrapper_t2266598274_il2cpp_TypeInfo_var); XObjectWrapper__ctor_m2345886768(L_2, L_1, /*hidden argument*/NULL); return L_2; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XDocumentWrapper::CreateSignificantWhitespace(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XDocumentWrapper_CreateSignificantWhitespace_m321991371 (XDocumentWrapper_t2289369211 * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XDocumentWrapper_CreateSignificantWhitespace_m321991371_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___text0; XText_t1448860321 * L_1 = (XText_t1448860321 *)il2cpp_codegen_object_new(XText_t1448860321_il2cpp_TypeInfo_var); XText__ctor_m2401333842(L_1, L_0, /*hidden argument*/NULL); XObjectWrapper_t2266598274 * L_2 = (XObjectWrapper_t2266598274 *)il2cpp_codegen_object_new(XObjectWrapper_t2266598274_il2cpp_TypeInfo_var); XObjectWrapper__ctor_m2345886768(L_2, L_1, /*hidden argument*/NULL); return L_2; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XDocumentWrapper::CreateXmlDeclaration(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XDocumentWrapper_CreateXmlDeclaration_m1603961917 (XDocumentWrapper_t2289369211 * __this, String_t* ___version0, String_t* ___encoding1, String_t* ___standalone2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XDocumentWrapper_CreateXmlDeclaration_m1603961917_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___version0; String_t* L_1 = ___encoding1; String_t* L_2 = ___standalone2; XDeclaration_t2907650823 * L_3 = (XDeclaration_t2907650823 *)il2cpp_codegen_object_new(XDeclaration_t2907650823_il2cpp_TypeInfo_var); XDeclaration__ctor_m3920275799(L_3, L_0, L_1, L_2, /*hidden argument*/NULL); XDeclarationWrapper_t1986085046 * L_4 = (XDeclarationWrapper_t1986085046 *)il2cpp_codegen_object_new(XDeclarationWrapper_t1986085046_il2cpp_TypeInfo_var); XDeclarationWrapper__ctor_m3387893676(L_4, L_3, /*hidden argument*/NULL); return L_4; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XDocumentWrapper::CreateXmlDocumentType(System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XDocumentWrapper_CreateXmlDocumentType_m956604447 (XDocumentWrapper_t2289369211 * __this, String_t* ___name0, String_t* ___publicId1, String_t* ___systemId2, String_t* ___internalSubset3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XDocumentWrapper_CreateXmlDocumentType_m956604447_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; String_t* L_1 = ___publicId1; String_t* L_2 = ___systemId2; String_t* L_3 = ___internalSubset3; XDocumentType_t1853592271 * L_4 = (XDocumentType_t1853592271 *)il2cpp_codegen_object_new(XDocumentType_t1853592271_il2cpp_TypeInfo_var); XDocumentType__ctor_m4247116401(L_4, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); XDocumentTypeWrapper_t2526962505 * L_5 = (XDocumentTypeWrapper_t2526962505 *)il2cpp_codegen_object_new(XDocumentTypeWrapper_t2526962505_il2cpp_TypeInfo_var); XDocumentTypeWrapper__ctor_m1901095668(L_5, L_4, /*hidden argument*/NULL); return L_5; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XDocumentWrapper::CreateProcessingInstruction(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XDocumentWrapper_CreateProcessingInstruction_m2251528699 (XDocumentWrapper_t2289369211 * __this, String_t* ___target0, String_t* ___data1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XDocumentWrapper_CreateProcessingInstruction_m2251528699_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___target0; String_t* L_1 = ___data1; XProcessingInstruction_t2943691487 * L_2 = (XProcessingInstruction_t2943691487 *)il2cpp_codegen_object_new(XProcessingInstruction_t2943691487_il2cpp_TypeInfo_var); XProcessingInstruction__ctor_m3301977354(L_2, L_0, L_1, /*hidden argument*/NULL); XProcessingInstructionWrapper_t4108965662 * L_3 = (XProcessingInstructionWrapper_t4108965662 *)il2cpp_codegen_object_new(XProcessingInstructionWrapper_t4108965662_il2cpp_TypeInfo_var); XProcessingInstructionWrapper__ctor_m1335185543(L_3, L_2, /*hidden argument*/NULL); return L_3; } } // Newtonsoft.Json.Converters.IXmlElement Newtonsoft.Json.Converters.XDocumentWrapper::CreateElement(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XDocumentWrapper_CreateElement_m2230987304 (XDocumentWrapper_t2289369211 * __this, String_t* ___elementName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XDocumentWrapper_CreateElement_m2230987304_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___elementName0; XName_t3751455998 * L_1 = XName_op_Implicit_m4126397159(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); XElement_t4185968754 * L_2 = (XElement_t4185968754 *)il2cpp_codegen_object_new(XElement_t4185968754_il2cpp_TypeInfo_var); XElement__ctor_m643760410(L_2, L_1, /*hidden argument*/NULL); XElementWrapper_t2633871282 * L_3 = (XElementWrapper_t2633871282 *)il2cpp_codegen_object_new(XElementWrapper_t2633871282_il2cpp_TypeInfo_var); XElementWrapper__ctor_m3346706945(L_3, L_2, /*hidden argument*/NULL); return L_3; } } // Newtonsoft.Json.Converters.IXmlElement Newtonsoft.Json.Converters.XDocumentWrapper::CreateElement(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XDocumentWrapper_CreateElement_m473167200 (XDocumentWrapper_t2289369211 * __this, String_t* ___qualifiedName0, String_t* ___namespaceUri1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XDocumentWrapper_CreateElement_m473167200_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___qualifiedName0; String_t* L_1 = MiscellaneousUtils_GetLocalName_m3921824933(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); String_t* L_2 = ___namespaceUri1; XName_t3751455998 * L_3 = XName_Get_m1748475756(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); XElement_t4185968754 * L_4 = (XElement_t4185968754 *)il2cpp_codegen_object_new(XElement_t4185968754_il2cpp_TypeInfo_var); XElement__ctor_m643760410(L_4, L_3, /*hidden argument*/NULL); XElementWrapper_t2633871282 * L_5 = (XElementWrapper_t2633871282 *)il2cpp_codegen_object_new(XElementWrapper_t2633871282_il2cpp_TypeInfo_var); XElementWrapper__ctor_m3346706945(L_5, L_4, /*hidden argument*/NULL); return L_5; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XDocumentWrapper::CreateAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XDocumentWrapper_CreateAttribute_m1083944542 (XDocumentWrapper_t2289369211 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XDocumentWrapper_CreateAttribute_m1083944542_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; XName_t3751455998 * L_1 = XName_op_Implicit_m4126397159(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); String_t* L_2 = ___value1; XAttribute_t355876829 * L_3 = (XAttribute_t355876829 *)il2cpp_codegen_object_new(XAttribute_t355876829_il2cpp_TypeInfo_var); XAttribute__ctor_m2609633652(L_3, L_1, L_2, /*hidden argument*/NULL); XAttributeWrapper_t1656890028 * L_4 = (XAttributeWrapper_t1656890028 *)il2cpp_codegen_object_new(XAttributeWrapper_t1656890028_il2cpp_TypeInfo_var); XAttributeWrapper__ctor_m4203845290(L_4, L_3, /*hidden argument*/NULL); return L_4; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XDocumentWrapper::CreateAttribute(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XDocumentWrapper_CreateAttribute_m2010702174 (XDocumentWrapper_t2289369211 * __this, String_t* ___qualifiedName0, String_t* ___namespaceUri1, String_t* ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XDocumentWrapper_CreateAttribute_m2010702174_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___qualifiedName0; String_t* L_1 = MiscellaneousUtils_GetLocalName_m3921824933(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); String_t* L_2 = ___namespaceUri1; XName_t3751455998 * L_3 = XName_Get_m1748475756(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); String_t* L_4 = ___value2; XAttribute_t355876829 * L_5 = (XAttribute_t355876829 *)il2cpp_codegen_object_new(XAttribute_t355876829_il2cpp_TypeInfo_var); XAttribute__ctor_m2609633652(L_5, L_3, L_4, /*hidden argument*/NULL); XAttributeWrapper_t1656890028 * L_6 = (XAttributeWrapper_t1656890028 *)il2cpp_codegen_object_new(XAttributeWrapper_t1656890028_il2cpp_TypeInfo_var); XAttributeWrapper__ctor_m4203845290(L_6, L_5, /*hidden argument*/NULL); return L_6; } } // Newtonsoft.Json.Converters.IXmlElement Newtonsoft.Json.Converters.XDocumentWrapper::get_DocumentElement() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XDocumentWrapper_get_DocumentElement_m1370826834 (XDocumentWrapper_t2289369211 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XDocumentWrapper_get_DocumentElement_m1370826834_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XDocument_t1376419702 * L_0 = XDocumentWrapper_get_Document_m2982943743(__this, /*hidden argument*/NULL); NullCheck(L_0); XElement_t4185968754 * L_1 = XDocument_get_Root_m2125125051(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000f; } } { return (RuntimeObject*)NULL; } IL_000f: { XDocument_t1376419702 * L_2 = XDocumentWrapper_get_Document_m2982943743(__this, /*hidden argument*/NULL); NullCheck(L_2); XElement_t4185968754 * L_3 = XDocument_get_Root_m2125125051(L_2, /*hidden argument*/NULL); XElementWrapper_t2633871282 * L_4 = (XElementWrapper_t2633871282 *)il2cpp_codegen_object_new(XElementWrapper_t2633871282_il2cpp_TypeInfo_var); XElementWrapper__ctor_m3346706945(L_4, L_3, /*hidden argument*/NULL); return L_4; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XDocumentWrapper::AppendChild(Newtonsoft.Json.Converters.IXmlNode) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XDocumentWrapper_AppendChild_m4169632473 (XDocumentWrapper_t2289369211 * __this, RuntimeObject* ___newChild0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XDocumentWrapper_AppendChild_m4169632473_MetadataUsageId); s_Il2CppMethodInitialized = true; } XDeclarationWrapper_t1986085046 * V_0 = NULL; { RuntimeObject* L_0 = ___newChild0; V_0 = ((XDeclarationWrapper_t1986085046 *)IsInstClass((RuntimeObject*)L_0, XDeclarationWrapper_t1986085046_il2cpp_TypeInfo_var)); XDeclarationWrapper_t1986085046 * L_1 = V_0; if (!L_1) { goto IL_001d; } } { XDocument_t1376419702 * L_2 = XDocumentWrapper_get_Document_m2982943743(__this, /*hidden argument*/NULL); XDeclarationWrapper_t1986085046 * L_3 = V_0; NullCheck(L_3); XDeclaration_t2907650823 * L_4 = XDeclarationWrapper_get_Declaration_m2826544781(L_3, /*hidden argument*/NULL); NullCheck(L_2); XDocument_set_Declaration_m1583407267(L_2, L_4, /*hidden argument*/NULL); XDeclarationWrapper_t1986085046 * L_5 = V_0; return L_5; } IL_001d: { RuntimeObject* L_6 = ___newChild0; RuntimeObject* L_7 = XContainerWrapper_AppendChild_m2603147348(__this, L_6, /*hidden argument*/NULL); return L_7; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Linq.XElement Newtonsoft.Json.Converters.XElementWrapper::get_Element() extern "C" IL2CPP_METHOD_ATTR XElement_t4185968754 * XElementWrapper_get_Element_m1754124270 (XElementWrapper_t2633871282 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XElementWrapper_get_Element_m1754124270_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = XObjectWrapper_get_WrappedNode_m985421171(__this, /*hidden argument*/NULL); return ((XElement_t4185968754 *)CastclassClass((RuntimeObject*)L_0, XElement_t4185968754_il2cpp_TypeInfo_var)); } } // System.Void Newtonsoft.Json.Converters.XElementWrapper::.ctor(System.Xml.Linq.XElement) extern "C" IL2CPP_METHOD_ATTR void XElementWrapper__ctor_m3346706945 (XElementWrapper_t2633871282 * __this, XElement_t4185968754 * ___element0, const RuntimeMethod* method) { { XElement_t4185968754 * L_0 = ___element0; XContainerWrapper__ctor_m3959568421(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Converters.XElementWrapper::SetAttributeNode(Newtonsoft.Json.Converters.IXmlNode) extern "C" IL2CPP_METHOD_ATTR void XElementWrapper_SetAttributeNode_m2284415139 (XElementWrapper_t2633871282 * __this, RuntimeObject* ___attribute0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XElementWrapper_SetAttributeNode_m2284415139_MetadataUsageId); s_Il2CppMethodInitialized = true; } XObjectWrapper_t2266598274 * V_0 = NULL; { RuntimeObject* L_0 = ___attribute0; V_0 = ((XObjectWrapper_t2266598274 *)CastclassClass((RuntimeObject*)L_0, XObjectWrapper_t2266598274_il2cpp_TypeInfo_var)); XElement_t4185968754 * L_1 = XElementWrapper_get_Element_m1754124270(__this, /*hidden argument*/NULL); XObjectWrapper_t2266598274 * L_2 = V_0; NullCheck(L_2); RuntimeObject * L_3 = XObjectWrapper_get_WrappedNode_m985421171(L_2, /*hidden argument*/NULL); NullCheck(L_1); XContainer_Add_m3329748841(L_1, L_3, /*hidden argument*/NULL); __this->set__attributes_3((List_1_t2041514553 *)NULL); return; } } // System.Collections.Generic.List`1 Newtonsoft.Json.Converters.XElementWrapper::get_Attributes() extern "C" IL2CPP_METHOD_ATTR List_1_t2041514553 * XElementWrapper_get_Attributes_m857354106 (XElementWrapper_t2633871282 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XElementWrapper_get_Attributes_m857354106_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; RuntimeObject* V_1 = NULL; XAttribute_t355876829 * V_2 = NULL; bool V_3 = false; Enumerator_t3930758430 V_4; memset(&V_4, 0, sizeof(V_4)); RuntimeObject* V_5 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); RuntimeObject* G_B12_0 = NULL; String_t* G_B12_1 = NULL; RuntimeObject* G_B11_0 = NULL; String_t* G_B11_1 = NULL; String_t* G_B13_0 = NULL; String_t* G_B13_1 = NULL; { List_1_t2041514553 * L_0 = __this->get__attributes_3(); if (L_0) { goto IL_011e; } } { List_1_t2041514553 * L_1 = (List_1_t2041514553 *)il2cpp_codegen_object_new(List_1_t2041514553_il2cpp_TypeInfo_var); List_1__ctor_m152997166(L_1, /*hidden argument*/List_1__ctor_m152997166_RuntimeMethod_var); __this->set__attributes_3(L_1); XElement_t4185968754 * L_2 = XElementWrapper_get_Element_m1754124270(__this, /*hidden argument*/NULL); NullCheck(L_2); RuntimeObject* L_3 = XElement_Attributes_m3055649957(L_2, /*hidden argument*/NULL); NullCheck(L_3); RuntimeObject* L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t3630697014_il2cpp_TypeInfo_var, L_3); V_1 = L_4; } IL_0027: try { // begin try (depth: 1) { goto IL_0041; } IL_0029: { RuntimeObject* L_5 = V_1; NullCheck(L_5); XAttribute_t355876829 * L_6 = InterfaceFuncInvoker0< XAttribute_t355876829 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t788447297_il2cpp_TypeInfo_var, L_5); V_2 = L_6; List_1_t2041514553 * L_7 = __this->get__attributes_3(); XAttribute_t355876829 * L_8 = V_2; XAttributeWrapper_t1656890028 * L_9 = (XAttributeWrapper_t1656890028 *)il2cpp_codegen_object_new(XAttributeWrapper_t1656890028_il2cpp_TypeInfo_var); XAttributeWrapper__ctor_m4203845290(L_9, L_8, /*hidden argument*/NULL); NullCheck(L_7); List_1_Add_m1899444340(L_7, L_9, /*hidden argument*/List_1_Add_m1899444340_RuntimeMethod_var); } IL_0041: { RuntimeObject* L_10 = V_1; NullCheck(L_10); bool L_11 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_10); if (L_11) { goto IL_0029; } } IL_0049: { IL2CPP_LEAVE(0x55, FINALLY_004b); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004b; } FINALLY_004b: { // begin finally (depth: 1) { RuntimeObject* L_12 = V_1; if (!L_12) { goto IL_0054; } } IL_004e: { RuntimeObject* L_13 = V_1; NullCheck(L_13); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_13); } IL_0054: { IL2CPP_END_FINALLY(75) } } // end finally (depth: 1) IL2CPP_CLEANUP(75) { IL2CPP_JUMP_TBL(0x55, IL_0055) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0055: { String_t* L_14 = VirtFuncInvoker0< String_t* >::Invoke(20 /* System.String Newtonsoft.Json.Converters.XObjectWrapper::get_NamespaceUri() */, __this); V_0 = L_14; String_t* L_15 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_16 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); if (L_16) { goto IL_011e; } } { String_t* L_17 = V_0; RuntimeObject* L_18 = VirtFuncInvoker0< RuntimeObject* >::Invoke(17 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XObjectWrapper::get_ParentNode() */, __this); RuntimeObject* L_19 = L_18; G_B11_0 = L_19; G_B11_1 = L_17; if (L_19) { G_B12_0 = L_19; G_B12_1 = L_17; goto IL_0075; } } { G_B13_0 = ((String_t*)(NULL)); G_B13_1 = G_B11_1; goto IL_007a; } IL_0075: { NullCheck(G_B12_0); String_t* L_20 = InterfaceFuncInvoker0< String_t* >::Invoke(7 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_NamespaceUri() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, G_B12_0); G_B13_0 = L_20; G_B13_1 = G_B12_1; } IL_007a: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_21 = String_op_Inequality_m215368492(NULL /*static, unused*/, G_B13_1, G_B13_0, /*hidden argument*/NULL); if (!L_21) { goto IL_011e; } } { String_t* L_22 = V_0; String_t* L_23 = XElementWrapper_GetPrefixOfNamespace_m2446430209(__this, L_22, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_24 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_011e; } } { V_3 = (bool)0; List_1_t2041514553 * L_25 = __this->get__attributes_3(); NullCheck(L_25); Enumerator_t3930758430 L_26 = List_1_GetEnumerator_m129741229(L_25, /*hidden argument*/List_1_GetEnumerator_m129741229_RuntimeMethod_var); V_4 = L_26; } IL_00a4: try { // begin try (depth: 1) { goto IL_00e1; } IL_00a6: { RuntimeObject* L_27 = Enumerator_get_Current_m3639170672((&V_4), /*hidden argument*/Enumerator_get_Current_m3639170672_RuntimeMethod_var); V_5 = L_27; RuntimeObject* L_28 = V_5; NullCheck(L_28); String_t* L_29 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_LocalName() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_28); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_30 = String_op_Equality_m920492651(NULL /*static, unused*/, L_29, _stringLiteral3929236445, /*hidden argument*/NULL); if (!L_30) { goto IL_00e1; } } IL_00c2: { RuntimeObject* L_31 = V_5; NullCheck(L_31); String_t* L_32 = InterfaceFuncInvoker0< String_t* >::Invoke(7 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_NamespaceUri() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_31); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_33 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_00e1; } } IL_00d0: { RuntimeObject* L_34 = V_5; NullCheck(L_34); String_t* L_35 = InterfaceFuncInvoker0< String_t* >::Invoke(5 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_Value() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_34); String_t* L_36 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_37 = String_op_Equality_m920492651(NULL /*static, unused*/, L_35, L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_00e1; } } IL_00df: { V_3 = (bool)1; } IL_00e1: { bool L_38 = Enumerator_MoveNext_m2036347884((&V_4), /*hidden argument*/Enumerator_MoveNext_m2036347884_RuntimeMethod_var); if (L_38) { goto IL_00a6; } } IL_00ea: { IL2CPP_LEAVE(0xFA, FINALLY_00ec); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00ec; } FINALLY_00ec: { // begin finally (depth: 1) Enumerator_Dispose_m3806345029((&V_4), /*hidden argument*/Enumerator_Dispose_m3806345029_RuntimeMethod_var); IL2CPP_END_FINALLY(236) } // end finally (depth: 1) IL2CPP_CLEANUP(236) { IL2CPP_JUMP_TBL(0xFA, IL_00fa) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00fa: { bool L_39 = V_3; if (L_39) { goto IL_011e; } } { List_1_t2041514553 * L_40 = __this->get__attributes_3(); XName_t3751455998 * L_41 = XName_op_Implicit_m4126397159(NULL /*static, unused*/, _stringLiteral3929236445, /*hidden argument*/NULL); String_t* L_42 = V_0; XAttribute_t355876829 * L_43 = (XAttribute_t355876829 *)il2cpp_codegen_object_new(XAttribute_t355876829_il2cpp_TypeInfo_var); XAttribute__ctor_m2609633652(L_43, L_41, L_42, /*hidden argument*/NULL); XAttributeWrapper_t1656890028 * L_44 = (XAttributeWrapper_t1656890028 *)il2cpp_codegen_object_new(XAttributeWrapper_t1656890028_il2cpp_TypeInfo_var); XAttributeWrapper__ctor_m4203845290(L_44, L_43, /*hidden argument*/NULL); NullCheck(L_40); List_1_Insert_m1455732304(L_40, 0, L_44, /*hidden argument*/List_1_Insert_m1455732304_RuntimeMethod_var); } IL_011e: { List_1_t2041514553 * L_45 = __this->get__attributes_3(); return L_45; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XElementWrapper::AppendChild(Newtonsoft.Json.Converters.IXmlNode) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XElementWrapper_AppendChild_m3918166738 (XElementWrapper_t2633871282 * __this, RuntimeObject* ___newChild0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___newChild0; RuntimeObject* L_1 = XContainerWrapper_AppendChild_m2603147348(__this, L_0, /*hidden argument*/NULL); __this->set__attributes_3((List_1_t2041514553 *)NULL); return L_1; } } // System.String Newtonsoft.Json.Converters.XElementWrapper::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* XElementWrapper_get_Value_m1721544757 (XElementWrapper_t2633871282 * __this, const RuntimeMethod* method) { { XElement_t4185968754 * L_0 = XElementWrapper_get_Element_m1754124270(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = XElement_get_Value_m2366324488(L_0, /*hidden argument*/NULL); return L_1; } } // System.String Newtonsoft.Json.Converters.XElementWrapper::get_LocalName() extern "C" IL2CPP_METHOD_ATTR String_t* XElementWrapper_get_LocalName_m3128089588 (XElementWrapper_t2633871282 * __this, const RuntimeMethod* method) { { XElement_t4185968754 * L_0 = XElementWrapper_get_Element_m1754124270(__this, /*hidden argument*/NULL); NullCheck(L_0); XName_t3751455998 * L_1 = XElement_get_Name_m619912033(L_0, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2 = XName_get_LocalName_m2163884361(L_1, /*hidden argument*/NULL); return L_2; } } // System.String Newtonsoft.Json.Converters.XElementWrapper::get_NamespaceUri() extern "C" IL2CPP_METHOD_ATTR String_t* XElementWrapper_get_NamespaceUri_m1956082654 (XElementWrapper_t2633871282 * __this, const RuntimeMethod* method) { { XElement_t4185968754 * L_0 = XElementWrapper_get_Element_m1754124270(__this, /*hidden argument*/NULL); NullCheck(L_0); XName_t3751455998 * L_1 = XElement_get_Name_m619912033(L_0, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2 = XName_get_NamespaceName_m1113219825(L_1, /*hidden argument*/NULL); return L_2; } } // System.String Newtonsoft.Json.Converters.XElementWrapper::GetPrefixOfNamespace(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XElementWrapper_GetPrefixOfNamespace_m2446430209 (XElementWrapper_t2633871282 * __this, String_t* ___namespaceUri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XElementWrapper_GetPrefixOfNamespace_m2446430209_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XElement_t4185968754 * L_0 = XElementWrapper_get_Element_m1754124270(__this, /*hidden argument*/NULL); String_t* L_1 = ___namespaceUri0; IL2CPP_RUNTIME_CLASS_INIT(XNamespace_t1843508170_il2cpp_TypeInfo_var); XNamespace_t1843508170 * L_2 = XNamespace_op_Implicit_m1109018013(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_3 = XElement_GetPrefixOfNamespace_m2885939482(L_0, L_2, /*hidden argument*/NULL); return L_3; } } // System.Boolean Newtonsoft.Json.Converters.XElementWrapper::get_IsEmpty() extern "C" IL2CPP_METHOD_ATTR bool XElementWrapper_get_IsEmpty_m3298344839 (XElementWrapper_t2633871282 * __this, const RuntimeMethod* method) { { XElement_t4185968754 * L_0 = XElementWrapper_get_Element_m1754124270(__this, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = XElement_get_IsEmpty_m2647420198(L_0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Converters.XmlDeclarationWrapper::.ctor(System.Xml.XmlDeclaration) extern "C" IL2CPP_METHOD_ATTR void XmlDeclarationWrapper__ctor_m168285296 (XmlDeclarationWrapper_t2867104133 * __this, XmlDeclaration_t679870411 * ___declaration0, const RuntimeMethod* method) { { XmlDeclaration_t679870411 * L_0 = ___declaration0; XmlNodeWrapper__ctor_m4013517294(__this, L_0, /*hidden argument*/NULL); XmlDeclaration_t679870411 * L_1 = ___declaration0; __this->set__declaration_3(L_1); return; } } // System.String Newtonsoft.Json.Converters.XmlDeclarationWrapper::get_Version() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDeclarationWrapper_get_Version_m1369548120 (XmlDeclarationWrapper_t2867104133 * __this, const RuntimeMethod* method) { { XmlDeclaration_t679870411 * L_0 = __this->get__declaration_3(); NullCheck(L_0); String_t* L_1 = XmlDeclaration_get_Version_m979887410(L_0, /*hidden argument*/NULL); return L_1; } } // System.String Newtonsoft.Json.Converters.XmlDeclarationWrapper::get_Encoding() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDeclarationWrapper_get_Encoding_m621124562 (XmlDeclarationWrapper_t2867104133 * __this, const RuntimeMethod* method) { { XmlDeclaration_t679870411 * L_0 = __this->get__declaration_3(); NullCheck(L_0); String_t* L_1 = XmlDeclaration_get_Encoding_m3427069320(L_0, /*hidden argument*/NULL); return L_1; } } // System.String Newtonsoft.Json.Converters.XmlDeclarationWrapper::get_Standalone() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDeclarationWrapper_get_Standalone_m953219225 (XmlDeclarationWrapper_t2867104133 * __this, const RuntimeMethod* method) { { XmlDeclaration_t679870411 * L_0 = __this->get__declaration_3(); NullCheck(L_0); String_t* L_1 = XmlDeclaration_get_Standalone_m967408221(L_0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Converters.XmlDocumentTypeWrapper::.ctor(System.Xml.XmlDocumentType) extern "C" IL2CPP_METHOD_ATTR void XmlDocumentTypeWrapper__ctor_m1410421264 (XmlDocumentTypeWrapper_t2345418247 * __this, XmlDocumentType_t4112370061 * ___documentType0, const RuntimeMethod* method) { { XmlDocumentType_t4112370061 * L_0 = ___documentType0; XmlNodeWrapper__ctor_m4013517294(__this, L_0, /*hidden argument*/NULL); XmlDocumentType_t4112370061 * L_1 = ___documentType0; __this->set__documentType_3(L_1); return; } } // System.String Newtonsoft.Json.Converters.XmlDocumentTypeWrapper::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocumentTypeWrapper_get_Name_m2497431497 (XmlDocumentTypeWrapper_t2345418247 * __this, const RuntimeMethod* method) { { XmlDocumentType_t4112370061 * L_0 = __this->get__documentType_3(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(16 /* System.String System.Xml.XmlNode::get_Name() */, L_0); return L_1; } } // System.String Newtonsoft.Json.Converters.XmlDocumentTypeWrapper::get_System() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocumentTypeWrapper_get_System_m1499360890 (XmlDocumentTypeWrapper_t2345418247 * __this, const RuntimeMethod* method) { { XmlDocumentType_t4112370061 * L_0 = __this->get__documentType_3(); NullCheck(L_0); String_t* L_1 = XmlDocumentType_get_SystemId_m3515778358(L_0, /*hidden argument*/NULL); return L_1; } } // System.String Newtonsoft.Json.Converters.XmlDocumentTypeWrapper::get_Public() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocumentTypeWrapper_get_Public_m2247618592 (XmlDocumentTypeWrapper_t2345418247 * __this, const RuntimeMethod* method) { { XmlDocumentType_t4112370061 * L_0 = __this->get__documentType_3(); NullCheck(L_0); String_t* L_1 = XmlDocumentType_get_PublicId_m3571984252(L_0, /*hidden argument*/NULL); return L_1; } } // System.String Newtonsoft.Json.Converters.XmlDocumentTypeWrapper::get_InternalSubset() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocumentTypeWrapper_get_InternalSubset_m345054907 (XmlDocumentTypeWrapper_t2345418247 * __this, const RuntimeMethod* method) { { XmlDocumentType_t4112370061 * L_0 = __this->get__documentType_3(); NullCheck(L_0); String_t* L_1 = XmlDocumentType_get_InternalSubset_m105575790(L_0, /*hidden argument*/NULL); return L_1; } } // System.String Newtonsoft.Json.Converters.XmlDocumentTypeWrapper::get_LocalName() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocumentTypeWrapper_get_LocalName_m1028833721 (XmlDocumentTypeWrapper_t2345418247 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentTypeWrapper_get_LocalName_m1028833721_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral2857192859; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Converters.XmlDocumentWrapper::.ctor(System.Xml.XmlDocument) extern "C" IL2CPP_METHOD_ATTR void XmlDocumentWrapper__ctor_m2947308616 (XmlDocumentWrapper_t3575962533 * __this, XmlDocument_t2837193595 * ___document0, const RuntimeMethod* method) { { XmlDocument_t2837193595 * L_0 = ___document0; XmlNodeWrapper__ctor_m4013517294(__this, L_0, /*hidden argument*/NULL); XmlDocument_t2837193595 * L_1 = ___document0; __this->set__document_3(L_1); return; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XmlDocumentWrapper::CreateComment(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlDocumentWrapper_CreateComment_m2921765478 (XmlDocumentWrapper_t3575962533 * __this, String_t* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentWrapper_CreateComment_m2921765478_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlDocument_t2837193595 * L_0 = __this->get__document_3(); String_t* L_1 = ___data0; NullCheck(L_0); XmlComment_t2476947920 * L_2 = VirtFuncInvoker1< XmlComment_t2476947920 *, String_t* >::Invoke(45 /* System.Xml.XmlComment System.Xml.XmlDocument::CreateComment(System.String) */, L_0, L_1); XmlNodeWrapper_t3016097339 * L_3 = (XmlNodeWrapper_t3016097339 *)il2cpp_codegen_object_new(XmlNodeWrapper_t3016097339_il2cpp_TypeInfo_var); XmlNodeWrapper__ctor_m4013517294(L_3, L_2, /*hidden argument*/NULL); return L_3; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XmlDocumentWrapper::CreateTextNode(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlDocumentWrapper_CreateTextNode_m188507184 (XmlDocumentWrapper_t3575962533 * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentWrapper_CreateTextNode_m188507184_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlDocument_t2837193595 * L_0 = __this->get__document_3(); String_t* L_1 = ___text0; NullCheck(L_0); XmlText_t2682211705 * L_2 = VirtFuncInvoker1< XmlText_t2682211705 *, String_t* >::Invoke(53 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, L_0, L_1); XmlNodeWrapper_t3016097339 * L_3 = (XmlNodeWrapper_t3016097339 *)il2cpp_codegen_object_new(XmlNodeWrapper_t3016097339_il2cpp_TypeInfo_var); XmlNodeWrapper__ctor_m4013517294(L_3, L_2, /*hidden argument*/NULL); return L_3; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XmlDocumentWrapper::CreateCDataSection(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlDocumentWrapper_CreateCDataSection_m2295119525 (XmlDocumentWrapper_t3575962533 * __this, String_t* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentWrapper_CreateCDataSection_m2295119525_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlDocument_t2837193595 * L_0 = __this->get__document_3(); String_t* L_1 = ___data0; NullCheck(L_0); XmlCDataSection_t3267478366 * L_2 = VirtFuncInvoker1< XmlCDataSection_t3267478366 *, String_t* >::Invoke(44 /* System.Xml.XmlCDataSection System.Xml.XmlDocument::CreateCDataSection(System.String) */, L_0, L_1); XmlNodeWrapper_t3016097339 * L_3 = (XmlNodeWrapper_t3016097339 *)il2cpp_codegen_object_new(XmlNodeWrapper_t3016097339_il2cpp_TypeInfo_var); XmlNodeWrapper__ctor_m4013517294(L_3, L_2, /*hidden argument*/NULL); return L_3; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XmlDocumentWrapper::CreateWhitespace(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlDocumentWrapper_CreateWhitespace_m3622247255 (XmlDocumentWrapper_t3575962533 * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentWrapper_CreateWhitespace_m3622247255_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlDocument_t2837193595 * L_0 = __this->get__document_3(); String_t* L_1 = ___text0; NullCheck(L_0); XmlWhitespace_t131741354 * L_2 = VirtFuncInvoker1< XmlWhitespace_t131741354 *, String_t* >::Invoke(54 /* System.Xml.XmlWhitespace System.Xml.XmlDocument::CreateWhitespace(System.String) */, L_0, L_1); XmlNodeWrapper_t3016097339 * L_3 = (XmlNodeWrapper_t3016097339 *)il2cpp_codegen_object_new(XmlNodeWrapper_t3016097339_il2cpp_TypeInfo_var); XmlNodeWrapper__ctor_m4013517294(L_3, L_2, /*hidden argument*/NULL); return L_3; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XmlDocumentWrapper::CreateSignificantWhitespace(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlDocumentWrapper_CreateSignificantWhitespace_m2456853855 (XmlDocumentWrapper_t3575962533 * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentWrapper_CreateSignificantWhitespace_m2456853855_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlDocument_t2837193595 * L_0 = __this->get__document_3(); String_t* L_1 = ___text0; NullCheck(L_0); XmlSignificantWhitespace_t1052520128 * L_2 = VirtFuncInvoker1< XmlSignificantWhitespace_t1052520128 *, String_t* >::Invoke(52 /* System.Xml.XmlSignificantWhitespace System.Xml.XmlDocument::CreateSignificantWhitespace(System.String) */, L_0, L_1); XmlNodeWrapper_t3016097339 * L_3 = (XmlNodeWrapper_t3016097339 *)il2cpp_codegen_object_new(XmlNodeWrapper_t3016097339_il2cpp_TypeInfo_var); XmlNodeWrapper__ctor_m4013517294(L_3, L_2, /*hidden argument*/NULL); return L_3; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XmlDocumentWrapper::CreateXmlDeclaration(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlDocumentWrapper_CreateXmlDeclaration_m2742267033 (XmlDocumentWrapper_t3575962533 * __this, String_t* ___version0, String_t* ___encoding1, String_t* ___standalone2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentWrapper_CreateXmlDeclaration_m2742267033_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlDocument_t2837193595 * L_0 = __this->get__document_3(); String_t* L_1 = ___version0; String_t* L_2 = ___encoding1; String_t* L_3 = ___standalone2; NullCheck(L_0); XmlDeclaration_t679870411 * L_4 = VirtFuncInvoker3< XmlDeclaration_t679870411 *, String_t*, String_t*, String_t* >::Invoke(55 /* System.Xml.XmlDeclaration System.Xml.XmlDocument::CreateXmlDeclaration(System.String,System.String,System.String) */, L_0, L_1, L_2, L_3); XmlDeclarationWrapper_t2867104133 * L_5 = (XmlDeclarationWrapper_t2867104133 *)il2cpp_codegen_object_new(XmlDeclarationWrapper_t2867104133_il2cpp_TypeInfo_var); XmlDeclarationWrapper__ctor_m168285296(L_5, L_4, /*hidden argument*/NULL); return L_5; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XmlDocumentWrapper::CreateXmlDocumentType(System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlDocumentWrapper_CreateXmlDocumentType_m1608557543 (XmlDocumentWrapper_t3575962533 * __this, String_t* ___name0, String_t* ___publicId1, String_t* ___systemId2, String_t* ___internalSubset3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentWrapper_CreateXmlDocumentType_m1608557543_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlDocument_t2837193595 * L_0 = __this->get__document_3(); String_t* L_1 = ___name0; String_t* L_2 = ___publicId1; String_t* L_3 = ___systemId2; NullCheck(L_0); XmlDocumentType_t4112370061 * L_4 = VirtFuncInvoker4< XmlDocumentType_t4112370061 *, String_t*, String_t*, String_t*, String_t* >::Invoke(47 /* System.Xml.XmlDocumentType System.Xml.XmlDocument::CreateDocumentType(System.String,System.String,System.String,System.String) */, L_0, L_1, L_2, L_3, (String_t*)NULL); XmlDocumentTypeWrapper_t2345418247 * L_5 = (XmlDocumentTypeWrapper_t2345418247 *)il2cpp_codegen_object_new(XmlDocumentTypeWrapper_t2345418247_il2cpp_TypeInfo_var); XmlDocumentTypeWrapper__ctor_m1410421264(L_5, L_4, /*hidden argument*/NULL); return L_5; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XmlDocumentWrapper::CreateProcessingInstruction(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlDocumentWrapper_CreateProcessingInstruction_m1985859745 (XmlDocumentWrapper_t3575962533 * __this, String_t* ___target0, String_t* ___data1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentWrapper_CreateProcessingInstruction_m1985859745_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlDocument_t2837193595 * L_0 = __this->get__document_3(); String_t* L_1 = ___target0; String_t* L_2 = ___data1; NullCheck(L_0); XmlProcessingInstruction_t425688976 * L_3 = VirtFuncInvoker2< XmlProcessingInstruction_t425688976 *, String_t*, String_t* >::Invoke(51 /* System.Xml.XmlProcessingInstruction System.Xml.XmlDocument::CreateProcessingInstruction(System.String,System.String) */, L_0, L_1, L_2); XmlNodeWrapper_t3016097339 * L_4 = (XmlNodeWrapper_t3016097339 *)il2cpp_codegen_object_new(XmlNodeWrapper_t3016097339_il2cpp_TypeInfo_var); XmlNodeWrapper__ctor_m4013517294(L_4, L_3, /*hidden argument*/NULL); return L_4; } } // Newtonsoft.Json.Converters.IXmlElement Newtonsoft.Json.Converters.XmlDocumentWrapper::CreateElement(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlDocumentWrapper_CreateElement_m3921870342 (XmlDocumentWrapper_t3575962533 * __this, String_t* ___elementName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentWrapper_CreateElement_m3921870342_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlDocument_t2837193595 * L_0 = __this->get__document_3(); String_t* L_1 = ___elementName0; NullCheck(L_0); XmlElement_t561603118 * L_2 = XmlDocument_CreateElement_m2961417808(L_0, L_1, /*hidden argument*/NULL); XmlElementWrapper_t3185492177 * L_3 = (XmlElementWrapper_t3185492177 *)il2cpp_codegen_object_new(XmlElementWrapper_t3185492177_il2cpp_TypeInfo_var); XmlElementWrapper__ctor_m3665337964(L_3, L_2, /*hidden argument*/NULL); return L_3; } } // Newtonsoft.Json.Converters.IXmlElement Newtonsoft.Json.Converters.XmlDocumentWrapper::CreateElement(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlDocumentWrapper_CreateElement_m2644790724 (XmlDocumentWrapper_t3575962533 * __this, String_t* ___qualifiedName0, String_t* ___namespaceUri1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentWrapper_CreateElement_m2644790724_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlDocument_t2837193595 * L_0 = __this->get__document_3(); String_t* L_1 = ___qualifiedName0; String_t* L_2 = ___namespaceUri1; NullCheck(L_0); XmlElement_t561603118 * L_3 = XmlDocument_CreateElement_m300463600(L_0, L_1, L_2, /*hidden argument*/NULL); XmlElementWrapper_t3185492177 * L_4 = (XmlElementWrapper_t3185492177 *)il2cpp_codegen_object_new(XmlElementWrapper_t3185492177_il2cpp_TypeInfo_var); XmlElementWrapper__ctor_m3665337964(L_4, L_3, /*hidden argument*/NULL); return L_4; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XmlDocumentWrapper::CreateAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlDocumentWrapper_CreateAttribute_m1483164800 (XmlDocumentWrapper_t3575962533 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentWrapper_CreateAttribute_m1483164800_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlDocument_t2837193595 * L_0 = __this->get__document_3(); String_t* L_1 = ___name0; NullCheck(L_0); XmlAttribute_t1173852259 * L_2 = XmlDocument_CreateAttribute_m125953371(L_0, L_1, /*hidden argument*/NULL); XmlNodeWrapper_t3016097339 * L_3 = (XmlNodeWrapper_t3016097339 *)il2cpp_codegen_object_new(XmlNodeWrapper_t3016097339_il2cpp_TypeInfo_var); XmlNodeWrapper__ctor_m4013517294(L_3, L_2, /*hidden argument*/NULL); XmlNodeWrapper_t3016097339 * L_4 = L_3; String_t* L_5 = ___value1; NullCheck(L_4); XmlNodeWrapper_set_Value_m3003534877(L_4, L_5, /*hidden argument*/NULL); return L_4; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XmlDocumentWrapper::CreateAttribute(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlDocumentWrapper_CreateAttribute_m3446173667 (XmlDocumentWrapper_t3575962533 * __this, String_t* ___qualifiedName0, String_t* ___namespaceUri1, String_t* ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentWrapper_CreateAttribute_m3446173667_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlDocument_t2837193595 * L_0 = __this->get__document_3(); String_t* L_1 = ___qualifiedName0; String_t* L_2 = ___namespaceUri1; NullCheck(L_0); XmlAttribute_t1173852259 * L_3 = XmlDocument_CreateAttribute_m695080770(L_0, L_1, L_2, /*hidden argument*/NULL); XmlNodeWrapper_t3016097339 * L_4 = (XmlNodeWrapper_t3016097339 *)il2cpp_codegen_object_new(XmlNodeWrapper_t3016097339_il2cpp_TypeInfo_var); XmlNodeWrapper__ctor_m4013517294(L_4, L_3, /*hidden argument*/NULL); XmlNodeWrapper_t3016097339 * L_5 = L_4; String_t* L_6 = ___value2; NullCheck(L_5); XmlNodeWrapper_set_Value_m3003534877(L_5, L_6, /*hidden argument*/NULL); return L_5; } } // Newtonsoft.Json.Converters.IXmlElement Newtonsoft.Json.Converters.XmlDocumentWrapper::get_DocumentElement() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlDocumentWrapper_get_DocumentElement_m812762667 (XmlDocumentWrapper_t3575962533 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentWrapper_get_DocumentElement_m812762667_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlDocument_t2837193595 * L_0 = __this->get__document_3(); NullCheck(L_0); XmlElement_t561603118 * L_1 = XmlDocument_get_DocumentElement_m3009993148(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000f; } } { return (RuntimeObject*)NULL; } IL_000f: { XmlDocument_t2837193595 * L_2 = __this->get__document_3(); NullCheck(L_2); XmlElement_t561603118 * L_3 = XmlDocument_get_DocumentElement_m3009993148(L_2, /*hidden argument*/NULL); XmlElementWrapper_t3185492177 * L_4 = (XmlElementWrapper_t3185492177 *)il2cpp_codegen_object_new(XmlElementWrapper_t3185492177_il2cpp_TypeInfo_var); XmlElementWrapper__ctor_m3665337964(L_4, L_3, /*hidden argument*/NULL); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Converters.XmlElementWrapper::.ctor(System.Xml.XmlElement) extern "C" IL2CPP_METHOD_ATTR void XmlElementWrapper__ctor_m3665337964 (XmlElementWrapper_t3185492177 * __this, XmlElement_t561603118 * ___element0, const RuntimeMethod* method) { { XmlElement_t561603118 * L_0 = ___element0; XmlNodeWrapper__ctor_m4013517294(__this, L_0, /*hidden argument*/NULL); XmlElement_t561603118 * L_1 = ___element0; __this->set__element_3(L_1); return; } } // System.Void Newtonsoft.Json.Converters.XmlElementWrapper::SetAttributeNode(Newtonsoft.Json.Converters.IXmlNode) extern "C" IL2CPP_METHOD_ATTR void XmlElementWrapper_SetAttributeNode_m3046335231 (XmlElementWrapper_t3185492177 * __this, RuntimeObject* ___attribute0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlElementWrapper_SetAttributeNode_m3046335231_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNodeWrapper_t3016097339 * V_0 = NULL; { RuntimeObject* L_0 = ___attribute0; V_0 = ((XmlNodeWrapper_t3016097339 *)CastclassClass((RuntimeObject*)L_0, XmlNodeWrapper_t3016097339_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_1 = __this->get__element_3(); XmlNodeWrapper_t3016097339 * L_2 = V_0; NullCheck(L_2); RuntimeObject * L_3 = XmlNodeWrapper_get_WrappedNode_m2834660679(L_2, /*hidden argument*/NULL); NullCheck(L_1); VirtFuncInvoker1< XmlAttribute_t1173852259 *, XmlAttribute_t1173852259 * >::Invoke(45 /* System.Xml.XmlAttribute System.Xml.XmlElement::SetAttributeNode(System.Xml.XmlAttribute) */, L_1, ((XmlAttribute_t1173852259 *)CastclassClass((RuntimeObject*)L_3, XmlAttribute_t1173852259_il2cpp_TypeInfo_var))); return; } } // System.String Newtonsoft.Json.Converters.XmlElementWrapper::GetPrefixOfNamespace(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlElementWrapper_GetPrefixOfNamespace_m277138955 (XmlElementWrapper_t3185492177 * __this, String_t* ___namespaceUri0, const RuntimeMethod* method) { { XmlElement_t561603118 * L_0 = __this->get__element_3(); String_t* L_1 = ___namespaceUri0; NullCheck(L_0); String_t* L_2 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(35 /* System.String System.Xml.XmlNode::GetPrefixOfNamespace(System.String) */, L_0, L_1); return L_2; } } // System.Boolean Newtonsoft.Json.Converters.XmlElementWrapper::get_IsEmpty() extern "C" IL2CPP_METHOD_ATTR bool XmlElementWrapper_get_IsEmpty_m811265486 (XmlElementWrapper_t3185492177 * __this, const RuntimeMethod* method) { { XmlElement_t561603118 * L_0 = __this->get__element_3(); NullCheck(L_0); bool L_1 = XmlElement_get_IsEmpty_m1188605046(L_0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String Newtonsoft.Json.Converters.XmlNodeConverter::get_DeserializeRootElementName() extern "C" IL2CPP_METHOD_ATTR String_t* XmlNodeConverter_get_DeserializeRootElementName_m3805242272 (XmlNodeConverter_t181348760 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CDeserializeRootElementNameU3Ek__BackingField_0(); return L_0; } } // System.Boolean Newtonsoft.Json.Converters.XmlNodeConverter::get_WriteArrayAttribute() extern "C" IL2CPP_METHOD_ATTR bool XmlNodeConverter_get_WriteArrayAttribute_m2007220485 (XmlNodeConverter_t181348760 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CWriteArrayAttributeU3Ek__BackingField_1(); return L_0; } } // System.Boolean Newtonsoft.Json.Converters.XmlNodeConverter::get_OmitRootObject() extern "C" IL2CPP_METHOD_ATTR bool XmlNodeConverter_get_OmitRootObject_m1973264361 (XmlNodeConverter_t181348760 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3COmitRootObjectU3Ek__BackingField_2(); return L_0; } } // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) extern "C" IL2CPP_METHOD_ATTR void XmlNodeConverter_WriteJson_m2074708602 (XmlNodeConverter_t181348760 * __this, JsonWriter_t1467272295 * ___writer0, RuntimeObject * ___value1, JsonSerializer_t1424496335 * ___serializer2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeConverter_WriteJson_m2074708602_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; XmlNamespaceManager_t418790500 * V_1 = NULL; { RuntimeObject * L_0 = ___value1; RuntimeObject* L_1 = XmlNodeConverter_WrapXml_m3125834721(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; NameTable_t3178203267 * L_2 = (NameTable_t3178203267 *)il2cpp_codegen_object_new(NameTable_t3178203267_il2cpp_TypeInfo_var); NameTable__ctor_m874080766(L_2, /*hidden argument*/NULL); XmlNamespaceManager_t418790500 * L_3 = (XmlNamespaceManager_t418790500 *)il2cpp_codegen_object_new(XmlNamespaceManager_t418790500_il2cpp_TypeInfo_var); XmlNamespaceManager__ctor_m3238790559(L_3, L_2, /*hidden argument*/NULL); V_1 = L_3; RuntimeObject* L_4 = V_0; XmlNamespaceManager_t418790500 * L_5 = V_1; XmlNodeConverter_PushParentNamespaces_m3595970126(__this, L_4, L_5, /*hidden argument*/NULL); bool L_6 = XmlNodeConverter_get_OmitRootObject_m1973264361(__this, /*hidden argument*/NULL); if (L_6) { goto IL_0029; } } { JsonWriter_t1467272295 * L_7 = ___writer0; NullCheck(L_7); VirtActionInvoker0::Invoke(7 /* System.Void Newtonsoft.Json.JsonWriter::WriteStartObject() */, L_7); } IL_0029: { JsonWriter_t1467272295 * L_8 = ___writer0; RuntimeObject* L_9 = V_0; XmlNamespaceManager_t418790500 * L_10 = V_1; bool L_11 = XmlNodeConverter_get_OmitRootObject_m1973264361(__this, /*hidden argument*/NULL); XmlNodeConverter_SerializeNode_m582190384(__this, L_8, L_9, L_10, (bool)((((int32_t)L_11) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); bool L_12 = XmlNodeConverter_get_OmitRootObject_m1973264361(__this, /*hidden argument*/NULL); if (L_12) { goto IL_0049; } } { JsonWriter_t1467272295 * L_13 = ___writer0; NullCheck(L_13); VirtActionInvoker0::Invoke(8 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndObject() */, L_13); } IL_0049: { return; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XmlNodeConverter::WrapXml(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlNodeConverter_WrapXml_m3125834721 (XmlNodeConverter_t181348760 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeConverter_WrapXml_m3125834721_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (!((XObject_t1119084474 *)IsInstClass((RuntimeObject*)L_0, XObject_t1119084474_il2cpp_TypeInfo_var))) { goto IL_0014; } } { RuntimeObject * L_1 = ___value0; RuntimeObject* L_2 = XContainerWrapper_WrapNode_m3434103590(NULL /*static, unused*/, ((XObject_t1119084474 *)CastclassClass((RuntimeObject*)L_1, XObject_t1119084474_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_2; } IL_0014: { RuntimeObject * L_3 = ___value0; if (!((XmlNode_t3767805227 *)IsInstClass((RuntimeObject*)L_3, XmlNode_t3767805227_il2cpp_TypeInfo_var))) { goto IL_0028; } } { RuntimeObject * L_4 = ___value0; RuntimeObject* L_5 = XmlNodeWrapper_WrapNode_m1557801260(NULL /*static, unused*/, ((XmlNode_t3767805227 *)CastclassClass((RuntimeObject*)L_4, XmlNode_t3767805227_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_5; } IL_0028: { ArgumentException_t132251570 * L_6 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_6, _stringLiteral3083382190, _stringLiteral3493618073, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,XmlNodeConverter_WrapXml_m3125834721_RuntimeMethod_var); } } // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::PushParentNamespaces(Newtonsoft.Json.Converters.IXmlNode,System.Xml.XmlNamespaceManager) extern "C" IL2CPP_METHOD_ATTR void XmlNodeConverter_PushParentNamespaces_m3595970126 (XmlNodeConverter_t181348760 * __this, RuntimeObject* ___node0, XmlNamespaceManager_t418790500 * ___manager1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeConverter_PushParentNamespaces_m3595970126_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t2041514553 * V_0 = NULL; RuntimeObject* V_1 = NULL; Enumerator_t3930758430 V_2; memset(&V_2, 0, sizeof(V_2)); Enumerator_t3930758430 V_3; memset(&V_3, 0, sizeof(V_3)); RuntimeObject* 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); { V_0 = (List_1_t2041514553 *)NULL; RuntimeObject* L_0 = ___node0; V_1 = L_0; goto IL_001f; } IL_0006: { RuntimeObject* L_1 = V_1; NullCheck(L_1); int32_t L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.XmlNodeType Newtonsoft.Json.Converters.IXmlNode::get_NodeType() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_1); if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_001f; } } { List_1_t2041514553 * L_3 = V_0; if (L_3) { goto IL_0018; } } { List_1_t2041514553 * L_4 = (List_1_t2041514553 *)il2cpp_codegen_object_new(List_1_t2041514553_il2cpp_TypeInfo_var); List_1__ctor_m152997166(L_4, /*hidden argument*/List_1__ctor_m152997166_RuntimeMethod_var); V_0 = L_4; } IL_0018: { List_1_t2041514553 * L_5 = V_0; RuntimeObject* L_6 = V_1; NullCheck(L_5); List_1_Add_m1899444340(L_5, L_6, /*hidden argument*/List_1_Add_m1899444340_RuntimeMethod_var); } IL_001f: { RuntimeObject* L_7 = V_1; NullCheck(L_7); RuntimeObject* L_8 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(4 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlNode::get_ParentNode() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_7); RuntimeObject* L_9 = L_8; V_1 = L_9; if (L_9) { goto IL_0006; } } { List_1_t2041514553 * L_10 = V_0; if (!L_10) { goto IL_00cd; } } { List_1_t2041514553 * L_11 = V_0; NullCheck(L_11); List_1_Reverse_m3807049761(L_11, /*hidden argument*/List_1_Reverse_m3807049761_RuntimeMethod_var); List_1_t2041514553 * L_12 = V_0; NullCheck(L_12); Enumerator_t3930758430 L_13 = List_1_GetEnumerator_m129741229(L_12, /*hidden argument*/List_1_GetEnumerator_m129741229_RuntimeMethod_var); V_2 = L_13; } IL_003c: try { // begin try (depth: 1) { goto IL_00b4; } IL_003e: { RuntimeObject* L_14 = Enumerator_get_Current_m3639170672((&V_2), /*hidden argument*/Enumerator_get_Current_m3639170672_RuntimeMethod_var); XmlNamespaceManager_t418790500 * L_15 = ___manager1; NullCheck(L_15); VirtActionInvoker0::Invoke(13 /* System.Void System.Xml.XmlNamespaceManager::PushScope() */, L_15); NullCheck(L_14); List_1_t2041514553 * L_16 = InterfaceFuncInvoker0< List_1_t2041514553 * >::Invoke(3 /* System.Collections.Generic.List`1 Newtonsoft.Json.Converters.IXmlNode::get_Attributes() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_14); NullCheck(L_16); Enumerator_t3930758430 L_17 = List_1_GetEnumerator_m129741229(L_16, /*hidden argument*/List_1_GetEnumerator_m129741229_RuntimeMethod_var); V_3 = L_17; } IL_0056: try { // begin try (depth: 2) { goto IL_009b; } IL_0058: { RuntimeObject* L_18 = Enumerator_get_Current_m3639170672((&V_3), /*hidden argument*/Enumerator_get_Current_m3639170672_RuntimeMethod_var); V_4 = L_18; RuntimeObject* L_19 = V_4; NullCheck(L_19); String_t* L_20 = InterfaceFuncInvoker0< String_t* >::Invoke(7 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_NamespaceUri() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_19); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_21 = String_op_Equality_m920492651(NULL /*static, unused*/, L_20, _stringLiteral2829469855, /*hidden argument*/NULL); if (!L_21) { goto IL_009b; } } IL_0074: { RuntimeObject* L_22 = V_4; NullCheck(L_22); String_t* L_23 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_LocalName() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_24 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_23, _stringLiteral3929236445, /*hidden argument*/NULL); if (!L_24) { goto IL_009b; } } IL_0087: { XmlNamespaceManager_t418790500 * L_25 = ___manager1; RuntimeObject* L_26 = V_4; NullCheck(L_26); String_t* L_27 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_LocalName() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_26); RuntimeObject* L_28 = V_4; NullCheck(L_28); String_t* L_29 = InterfaceFuncInvoker0< String_t* >::Invoke(5 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_Value() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_28); NullCheck(L_25); VirtActionInvoker2< String_t*, String_t* >::Invoke(8 /* System.Void System.Xml.XmlNamespaceManager::AddNamespace(System.String,System.String) */, L_25, L_27, L_29); } IL_009b: { bool L_30 = Enumerator_MoveNext_m2036347884((&V_3), /*hidden argument*/Enumerator_MoveNext_m2036347884_RuntimeMethod_var); if (L_30) { goto IL_0058; } } IL_00a4: { IL2CPP_LEAVE(0xB4, FINALLY_00a6); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00a6; } FINALLY_00a6: { // begin finally (depth: 2) Enumerator_Dispose_m3806345029((&V_3), /*hidden argument*/Enumerator_Dispose_m3806345029_RuntimeMethod_var); IL2CPP_END_FINALLY(166) } // end finally (depth: 2) IL2CPP_CLEANUP(166) { IL2CPP_JUMP_TBL(0xB4, IL_00b4) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00b4: { bool L_31 = Enumerator_MoveNext_m2036347884((&V_2), /*hidden argument*/Enumerator_MoveNext_m2036347884_RuntimeMethod_var); if (L_31) { goto IL_003e; } } IL_00bd: { IL2CPP_LEAVE(0xCD, FINALLY_00bf); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00bf; } FINALLY_00bf: { // begin finally (depth: 1) Enumerator_Dispose_m3806345029((&V_2), /*hidden argument*/Enumerator_Dispose_m3806345029_RuntimeMethod_var); IL2CPP_END_FINALLY(191) } // end finally (depth: 1) IL2CPP_CLEANUP(191) { IL2CPP_JUMP_TBL(0xCD, IL_00cd) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00cd: { return; } } // System.String Newtonsoft.Json.Converters.XmlNodeConverter::ResolveFullName(Newtonsoft.Json.Converters.IXmlNode,System.Xml.XmlNamespaceManager) extern "C" IL2CPP_METHOD_ATTR String_t* XmlNodeConverter_ResolveFullName_m2660318509 (XmlNodeConverter_t181348760 * __this, RuntimeObject* ___node0, XmlNamespaceManager_t418790500 * ___manager1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeConverter_ResolveFullName_m2660318509_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* G_B5_0 = NULL; { RuntimeObject* L_0 = ___node0; NullCheck(L_0); String_t* L_1 = InterfaceFuncInvoker0< String_t* >::Invoke(7 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_NamespaceUri() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_0); if (!L_1) { goto IL_003a; } } { RuntimeObject* L_2 = ___node0; NullCheck(L_2); String_t* L_3 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_LocalName() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Equality_m920492651(NULL /*static, unused*/, L_3, _stringLiteral3929236445, /*hidden argument*/NULL); if (!L_4) { goto IL_002c; } } { RuntimeObject* L_5 = ___node0; NullCheck(L_5); String_t* L_6 = InterfaceFuncInvoker0< String_t* >::Invoke(7 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_NamespaceUri() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_5); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Equality_m920492651(NULL /*static, unused*/, L_6, _stringLiteral2829469855, /*hidden argument*/NULL); if (L_7) { goto IL_003a; } } IL_002c: { XmlNamespaceManager_t418790500 * L_8 = ___manager1; RuntimeObject* L_9 = ___node0; NullCheck(L_9); String_t* L_10 = InterfaceFuncInvoker0< String_t* >::Invoke(7 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_NamespaceUri() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_9); NullCheck(L_8); String_t* L_11 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(11 /* System.String System.Xml.XmlNamespaceManager::LookupPrefix(System.String) */, L_8, L_10); G_B5_0 = L_11; goto IL_003b; } IL_003a: { G_B5_0 = ((String_t*)(NULL)); } IL_003b: { V_0 = G_B5_0; String_t* L_12 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_13 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); if (L_13) { goto IL_005b; } } { String_t* L_14 = V_0; RuntimeObject* L_15 = ___node0; NullCheck(L_15); String_t* L_16 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_LocalName() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_15); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); String_t* L_17 = XmlConvert_DecodeName_m2953738773(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_18 = String_Concat_m3755062657(NULL /*static, unused*/, L_14, _stringLiteral3452614550, L_17, /*hidden argument*/NULL); return L_18; } IL_005b: { RuntimeObject* L_19 = ___node0; NullCheck(L_19); String_t* L_20 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_LocalName() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_19); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); String_t* L_21 = XmlConvert_DecodeName_m2953738773(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); return L_21; } } // System.String Newtonsoft.Json.Converters.XmlNodeConverter::GetPropertyName(Newtonsoft.Json.Converters.IXmlNode,System.Xml.XmlNamespaceManager) extern "C" IL2CPP_METHOD_ATTR String_t* XmlNodeConverter_GetPropertyName_m1214423336 (XmlNodeConverter_t181348760 * __this, RuntimeObject* ___node0, XmlNamespaceManager_t418790500 * ___manager1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeConverter_GetPropertyName_m1214423336_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { RuntimeObject* L_0 = ___node0; NullCheck(L_0); int32_t L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.XmlNodeType Newtonsoft.Json.Converters.IXmlNode::get_NodeType() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_0); V_0 = L_1; int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) { case 0: { goto IL_009a; } case 1: { goto IL_0058; } case 2: { goto IL_00f8; } case 3: { goto IL_008e; } case 4: { goto IL_0104; } case 5: { goto IL_0104; } case 6: { goto IL_00c6; } case 7: { goto IL_0094; } case 8: { goto IL_0104; } case 9: { goto IL_00d9; } case 10: { goto IL_0104; } case 11: { goto IL_0104; } case 12: { goto IL_00fe; } case 13: { goto IL_00f2; } case 14: { goto IL_0104; } case 15: { goto IL_0104; } case 16: { goto IL_00ec; } } } { goto IL_0104; } IL_0058: { RuntimeObject* L_3 = ___node0; NullCheck(L_3); String_t* L_4 = InterfaceFuncInvoker0< String_t* >::Invoke(7 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_NamespaceUri() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_3); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_5 = String_op_Equality_m920492651(NULL /*static, unused*/, L_4, _stringLiteral1185000618, /*hidden argument*/NULL); if (!L_5) { goto IL_007b; } } { RuntimeObject* L_6 = ___node0; NullCheck(L_6); String_t* L_7 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_LocalName() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_6); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3452614524, L_7, /*hidden argument*/NULL); return L_8; } IL_007b: { RuntimeObject* L_9 = ___node0; XmlNamespaceManager_t418790500 * L_10 = ___manager1; String_t* L_11 = XmlNodeConverter_ResolveFullName_m2660318509(__this, L_9, L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3452614624, L_11, /*hidden argument*/NULL); return L_12; } IL_008e: { return _stringLiteral3841790420; } IL_0094: { return _stringLiteral1704856999; } IL_009a: { RuntimeObject* L_13 = ___node0; NullCheck(L_13); String_t* L_14 = InterfaceFuncInvoker0< String_t* >::Invoke(7 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_NamespaceUri() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_13); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_15 = String_op_Equality_m920492651(NULL /*static, unused*/, L_14, _stringLiteral1185000618, /*hidden argument*/NULL); if (!L_15) { goto IL_00bd; } } { RuntimeObject* L_16 = ___node0; NullCheck(L_16); String_t* L_17 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_LocalName() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_16); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_18 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3452614524, L_17, /*hidden argument*/NULL); return L_18; } IL_00bd: { RuntimeObject* L_19 = ___node0; XmlNamespaceManager_t418790500 * L_20 = ___manager1; String_t* L_21 = XmlNodeConverter_ResolveFullName_m2660318509(__this, L_19, L_20, /*hidden argument*/NULL); return L_21; } IL_00c6: { RuntimeObject* L_22 = ___node0; XmlNamespaceManager_t418790500 * L_23 = ___manager1; String_t* L_24 = XmlNodeConverter_ResolveFullName_m2660318509(__this, L_22, L_23, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_25 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3452614545, L_24, /*hidden argument*/NULL); return L_25; } IL_00d9: { RuntimeObject* L_26 = ___node0; XmlNamespaceManager_t418790500 * L_27 = ___manager1; String_t* L_28 = XmlNodeConverter_ResolveFullName_m2660318509(__this, L_26, L_27, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_29 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3452614527, L_28, /*hidden argument*/NULL); return L_29; } IL_00ec: { return _stringLiteral3932363850; } IL_00f2: { return _stringLiteral1556661878; } IL_00f8: { return _stringLiteral2649583896; } IL_00fe: { return _stringLiteral1653520728; } IL_0104: { RuntimeObject* L_30 = ___node0; NullCheck(L_30); int32_t L_31 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.XmlNodeType Newtonsoft.Json.Converters.IXmlNode::get_NodeType() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_30); int32_t L_32 = L_31; RuntimeObject * L_33 = Box(XmlNodeType_t1672767151_il2cpp_TypeInfo_var, &L_32); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_34 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral684489543, L_33, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_35 = (JsonSerializationException_t4152118729 *)il2cpp_codegen_object_new(JsonSerializationException_t4152118729_il2cpp_TypeInfo_var); JsonSerializationException__ctor_m3520895892(L_35, L_34, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_35,XmlNodeConverter_GetPropertyName_m1214423336_RuntimeMethod_var); } } // System.Boolean Newtonsoft.Json.Converters.XmlNodeConverter::IsArray(Newtonsoft.Json.Converters.IXmlNode) extern "C" IL2CPP_METHOD_ATTR bool XmlNodeConverter_IsArray_m2417693447 (XmlNodeConverter_t181348760 * __this, RuntimeObject* ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeConverter_IsArray_m2417693447_MetadataUsageId); s_Il2CppMethodInitialized = true; } Enumerator_t3930758430 V_0; memset(&V_0, 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; 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); { RuntimeObject* L_0 = ___node0; NullCheck(L_0); List_1_t2041514553 * L_1 = InterfaceFuncInvoker0< List_1_t2041514553 * >::Invoke(3 /* System.Collections.Generic.List`1 Newtonsoft.Json.Converters.IXmlNode::get_Attributes() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_0); if (!L_1) { goto IL_0069; } } { RuntimeObject* L_2 = ___node0; NullCheck(L_2); List_1_t2041514553 * L_3 = InterfaceFuncInvoker0< List_1_t2041514553 * >::Invoke(3 /* System.Collections.Generic.List`1 Newtonsoft.Json.Converters.IXmlNode::get_Attributes() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_2); NullCheck(L_3); Enumerator_t3930758430 L_4 = List_1_GetEnumerator_m129741229(L_3, /*hidden argument*/List_1_GetEnumerator_m129741229_RuntimeMethod_var); V_0 = L_4; } IL_0014: try { // begin try (depth: 1) { goto IL_0050; } IL_0016: { RuntimeObject* L_5 = Enumerator_get_Current_m3639170672((&V_0), /*hidden argument*/Enumerator_get_Current_m3639170672_RuntimeMethod_var); V_1 = L_5; RuntimeObject* L_6 = V_1; NullCheck(L_6); String_t* L_7 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_LocalName() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_6); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_8 = String_op_Equality_m920492651(NULL /*static, unused*/, L_7, _stringLiteral4007974638, /*hidden argument*/NULL); if (!L_8) { goto IL_0050; } } IL_0030: { RuntimeObject* L_9 = V_1; NullCheck(L_9); String_t* L_10 = InterfaceFuncInvoker0< String_t* >::Invoke(7 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_NamespaceUri() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_9); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_11 = String_op_Equality_m920492651(NULL /*static, unused*/, L_10, _stringLiteral1185000618, /*hidden argument*/NULL); if (!L_11) { goto IL_0050; } } IL_0042: { RuntimeObject* L_12 = V_1; NullCheck(L_12); String_t* L_13 = InterfaceFuncInvoker0< String_t* >::Invoke(5 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_Value() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_12); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); bool L_14 = XmlConvert_ToBoolean_m3792671347(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); V_2 = L_14; IL2CPP_LEAVE(0x6B, FINALLY_005b); } IL_0050: { bool L_15 = Enumerator_MoveNext_m2036347884((&V_0), /*hidden argument*/Enumerator_MoveNext_m2036347884_RuntimeMethod_var); if (L_15) { goto IL_0016; } } IL_0059: { IL2CPP_LEAVE(0x69, FINALLY_005b); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005b; } FINALLY_005b: { // begin finally (depth: 1) Enumerator_Dispose_m3806345029((&V_0), /*hidden argument*/Enumerator_Dispose_m3806345029_RuntimeMethod_var); IL2CPP_END_FINALLY(91) } // end finally (depth: 1) IL2CPP_CLEANUP(91) { IL2CPP_JUMP_TBL(0x6B, IL_006b) IL2CPP_JUMP_TBL(0x69, IL_0069) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0069: { return (bool)0; } IL_006b: { bool L_16 = V_2; return L_16; } } // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::SerializeGroupedNodes(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.Converters.IXmlNode,System.Xml.XmlNamespaceManager,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlNodeConverter_SerializeGroupedNodes_m1549457347 (XmlNodeConverter_t181348760 * __this, JsonWriter_t1467272295 * ___writer0, RuntimeObject* ___node1, XmlNamespaceManager_t418790500 * ___manager2, bool ___writePropertyName3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeConverter_SerializeGroupedNodes_m1549457347_MetadataUsageId); s_Il2CppMethodInitialized = true; } Dictionary_2_t1826770852 * V_0 = NULL; int32_t V_1 = 0; RuntimeObject* V_2 = NULL; String_t* V_3 = NULL; List_1_t2041514553 * V_4 = NULL; Enumerator_t3780953627 V_5; memset(&V_5, 0, sizeof(V_5)); KeyValuePair_2_t4224443019 V_6; memset(&V_6, 0, sizeof(V_6)); List_1_t2041514553 * V_7 = NULL; bool V_8 = false; String_t* V_9 = NULL; int32_t V_10 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { Dictionary_2_t1826770852 * L_0 = (Dictionary_2_t1826770852 *)il2cpp_codegen_object_new(Dictionary_2_t1826770852_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2571795769(L_0, /*hidden argument*/Dictionary_2__ctor_m2571795769_RuntimeMethod_var); V_0 = L_0; V_1 = 0; goto IL_0047; } IL_000a: { RuntimeObject* L_1 = ___node1; NullCheck(L_1); List_1_t2041514553 * L_2 = InterfaceFuncInvoker0< List_1_t2041514553 * >::Invoke(2 /* System.Collections.Generic.List`1 Newtonsoft.Json.Converters.IXmlNode::get_ChildNodes() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_1); int32_t L_3 = V_1; NullCheck(L_2); RuntimeObject* L_4 = List_1_get_Item_m2172665450(L_2, L_3, /*hidden argument*/List_1_get_Item_m2172665450_RuntimeMethod_var); V_2 = L_4; RuntimeObject* L_5 = V_2; XmlNamespaceManager_t418790500 * L_6 = ___manager2; String_t* L_7 = XmlNodeConverter_GetPropertyName_m1214423336(__this, L_5, L_6, /*hidden argument*/NULL); V_3 = L_7; Dictionary_2_t1826770852 * L_8 = V_0; String_t* L_9 = V_3; NullCheck(L_8); bool L_10 = Dictionary_2_TryGetValue_m3940440176(L_8, L_9, (&V_4), /*hidden argument*/Dictionary_2_TryGetValue_m3940440176_RuntimeMethod_var); if (L_10) { goto IL_003b; } } { List_1_t2041514553 * L_11 = (List_1_t2041514553 *)il2cpp_codegen_object_new(List_1_t2041514553_il2cpp_TypeInfo_var); List_1__ctor_m152997166(L_11, /*hidden argument*/List_1__ctor_m152997166_RuntimeMethod_var); V_4 = L_11; Dictionary_2_t1826770852 * L_12 = V_0; String_t* L_13 = V_3; List_1_t2041514553 * L_14 = V_4; NullCheck(L_12); Dictionary_2_Add_m4053596506(L_12, L_13, L_14, /*hidden argument*/Dictionary_2_Add_m4053596506_RuntimeMethod_var); } IL_003b: { List_1_t2041514553 * L_15 = V_4; RuntimeObject* L_16 = V_2; NullCheck(L_15); List_1_Add_m1899444340(L_15, L_16, /*hidden argument*/List_1_Add_m1899444340_RuntimeMethod_var); int32_t L_17 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0047: { int32_t L_18 = V_1; RuntimeObject* L_19 = ___node1; NullCheck(L_19); List_1_t2041514553 * L_20 = InterfaceFuncInvoker0< List_1_t2041514553 * >::Invoke(2 /* System.Collections.Generic.List`1 Newtonsoft.Json.Converters.IXmlNode::get_ChildNodes() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_19); NullCheck(L_20); int32_t L_21 = List_1_get_Count_m4257429706(L_20, /*hidden argument*/List_1_get_Count_m4257429706_RuntimeMethod_var); if ((((int32_t)L_18) < ((int32_t)L_21))) { goto IL_000a; } } { Dictionary_2_t1826770852 * L_22 = V_0; NullCheck(L_22); Enumerator_t3780953627 L_23 = Dictionary_2_GetEnumerator_m2458029339(L_22, /*hidden argument*/Dictionary_2_GetEnumerator_m2458029339_RuntimeMethod_var); V_5 = L_23; } IL_005d: try { // begin try (depth: 1) { goto IL_00f4; } IL_0062: { KeyValuePair_2_t4224443019 L_24 = Enumerator_get_Current_m196951611((&V_5), /*hidden argument*/Enumerator_get_Current_m196951611_RuntimeMethod_var); V_6 = L_24; List_1_t2041514553 * L_25 = KeyValuePair_2_get_Value_m2539728080((&V_6), /*hidden argument*/KeyValuePair_2_get_Value_m2539728080_RuntimeMethod_var); V_7 = L_25; List_1_t2041514553 * L_26 = V_7; NullCheck(L_26); int32_t L_27 = List_1_get_Count_m4257429706(L_26, /*hidden argument*/List_1_get_Count_m4257429706_RuntimeMethod_var); if ((!(((uint32_t)L_27) == ((uint32_t)1)))) { goto IL_0090; } } IL_007e: { List_1_t2041514553 * L_28 = V_7; NullCheck(L_28); RuntimeObject* L_29 = List_1_get_Item_m2172665450(L_28, 0, /*hidden argument*/List_1_get_Item_m2172665450_RuntimeMethod_var); bool L_30 = XmlNodeConverter_IsArray_m2417693447(__this, L_29, /*hidden argument*/NULL); V_8 = L_30; goto IL_0093; } IL_0090: { V_8 = (bool)1; } IL_0093: { bool L_31 = V_8; if (L_31) { goto IL_00ab; } } IL_0097: { JsonWriter_t1467272295 * L_32 = ___writer0; List_1_t2041514553 * L_33 = V_7; NullCheck(L_33); RuntimeObject* L_34 = List_1_get_Item_m2172665450(L_33, 0, /*hidden argument*/List_1_get_Item_m2172665450_RuntimeMethod_var); XmlNamespaceManager_t418790500 * L_35 = ___manager2; bool L_36 = ___writePropertyName3; XmlNodeConverter_SerializeNode_m582190384(__this, L_32, L_34, L_35, L_36, /*hidden argument*/NULL); goto IL_00f4; } IL_00ab: { String_t* L_37 = KeyValuePair_2_get_Key_m2454529781((&V_6), /*hidden argument*/KeyValuePair_2_get_Key_m2454529781_RuntimeMethod_var); V_9 = L_37; bool L_38 = ___writePropertyName3; if (!L_38) { goto IL_00c0; } } IL_00b8: { JsonWriter_t1467272295 * L_39 = ___writer0; String_t* L_40 = V_9; NullCheck(L_39); VirtActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, L_39, L_40); } IL_00c0: { JsonWriter_t1467272295 * L_41 = ___writer0; NullCheck(L_41); VirtActionInvoker0::Invoke(9 /* System.Void Newtonsoft.Json.JsonWriter::WriteStartArray() */, L_41); V_10 = 0; goto IL_00e3; } IL_00cb: { JsonWriter_t1467272295 * L_42 = ___writer0; List_1_t2041514553 * L_43 = V_7; int32_t L_44 = V_10; NullCheck(L_43); RuntimeObject* L_45 = List_1_get_Item_m2172665450(L_43, L_44, /*hidden argument*/List_1_get_Item_m2172665450_RuntimeMethod_var); XmlNamespaceManager_t418790500 * L_46 = ___manager2; XmlNodeConverter_SerializeNode_m582190384(__this, L_42, L_45, L_46, (bool)0, /*hidden argument*/NULL); int32_t L_47 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1)); } IL_00e3: { int32_t L_48 = V_10; List_1_t2041514553 * L_49 = V_7; NullCheck(L_49); int32_t L_50 = List_1_get_Count_m4257429706(L_49, /*hidden argument*/List_1_get_Count_m4257429706_RuntimeMethod_var); if ((((int32_t)L_48) < ((int32_t)L_50))) { goto IL_00cb; } } IL_00ee: { JsonWriter_t1467272295 * L_51 = ___writer0; NullCheck(L_51); VirtActionInvoker0::Invoke(10 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndArray() */, L_51); } IL_00f4: { bool L_52 = Enumerator_MoveNext_m3083319577((&V_5), /*hidden argument*/Enumerator_MoveNext_m3083319577_RuntimeMethod_var); if (L_52) { goto IL_0062; } } IL_0100: { IL2CPP_LEAVE(0x110, FINALLY_0102); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0102; } FINALLY_0102: { // begin finally (depth: 1) Enumerator_Dispose_m3038922894((&V_5), /*hidden argument*/Enumerator_Dispose_m3038922894_RuntimeMethod_var); IL2CPP_END_FINALLY(258) } // end finally (depth: 1) IL2CPP_CLEANUP(258) { IL2CPP_JUMP_TBL(0x110, IL_0110) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0110: { return; } } // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::SerializeNode(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.Converters.IXmlNode,System.Xml.XmlNamespaceManager,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlNodeConverter_SerializeNode_m582190384 (XmlNodeConverter_t181348760 * __this, JsonWriter_t1467272295 * ___writer0, RuntimeObject* ___node1, XmlNamespaceManager_t418790500 * ___manager2, bool ___writePropertyName3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeConverter_SerializeNode_m582190384_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; Enumerator_t3930758430 V_3; memset(&V_3, 0, sizeof(V_3)); RuntimeObject* V_4 = NULL; String_t* V_5 = NULL; String_t* V_6 = NULL; int32_t V_7 = 0; Exception_t * __last_unhandled_exception = 0; 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_B13_0 = NULL; { RuntimeObject* L_0 = ___node1; NullCheck(L_0); int32_t L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.XmlNodeType Newtonsoft.Json.Converters.IXmlNode::get_NodeType() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_0); V_0 = L_1; int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) { case 0: { goto IL_0064; } case 1: { goto IL_020e; } case 2: { goto IL_020e; } case 3: { goto IL_020e; } case 4: { goto IL_03b7; } case 5: { goto IL_03b7; } case 6: { goto IL_020e; } case 7: { goto IL_01fa; } case 8: { goto IL_0058; } case 9: { goto IL_0305; } case 10: { goto IL_0058; } case 11: { goto IL_03b7; } case 12: { goto IL_020e; } case 13: { goto IL_020e; } case 14: { goto IL_03b7; } case 15: { goto IL_03b7; } case 16: { goto IL_0277; } } } { goto IL_03b7; } IL_0058: { JsonWriter_t1467272295 * L_3 = ___writer0; RuntimeObject* L_4 = ___node1; XmlNamespaceManager_t418790500 * L_5 = ___manager2; bool L_6 = ___writePropertyName3; XmlNodeConverter_SerializeGroupedNodes_m1549457347(__this, L_3, L_4, L_5, L_6, /*hidden argument*/NULL); return; } IL_0064: { RuntimeObject* L_7 = ___node1; bool L_8 = XmlNodeConverter_IsArray_m2417693447(__this, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_008e; } } { RuntimeObject* L_9 = ___node1; bool L_10 = XmlNodeConverter_AllSameName_m568376781(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_008e; } } { RuntimeObject* L_11 = ___node1; NullCheck(L_11); List_1_t2041514553 * L_12 = InterfaceFuncInvoker0< List_1_t2041514553 * >::Invoke(2 /* System.Collections.Generic.List`1 Newtonsoft.Json.Converters.IXmlNode::get_ChildNodes() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_11); NullCheck(L_12); int32_t L_13 = List_1_get_Count_m4257429706(L_12, /*hidden argument*/List_1_get_Count_m4257429706_RuntimeMethod_var); if ((((int32_t)L_13) <= ((int32_t)0))) { goto IL_008e; } } { JsonWriter_t1467272295 * L_14 = ___writer0; RuntimeObject* L_15 = ___node1; XmlNamespaceManager_t418790500 * L_16 = ___manager2; XmlNodeConverter_SerializeGroupedNodes_m1549457347(__this, L_14, L_15, L_16, (bool)0, /*hidden argument*/NULL); return; } IL_008e: { XmlNamespaceManager_t418790500 * L_17 = ___manager2; NullCheck(L_17); VirtActionInvoker0::Invoke(13 /* System.Void System.Xml.XmlNamespaceManager::PushScope() */, L_17); RuntimeObject* L_18 = ___node1; NullCheck(L_18); List_1_t2041514553 * L_19 = InterfaceFuncInvoker0< List_1_t2041514553 * >::Invoke(3 /* System.Collections.Generic.List`1 Newtonsoft.Json.Converters.IXmlNode::get_Attributes() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_18); NullCheck(L_19); Enumerator_t3930758430 L_20 = List_1_GetEnumerator_m129741229(L_19, /*hidden argument*/List_1_GetEnumerator_m129741229_RuntimeMethod_var); V_3 = L_20; } IL_00a0: try { // begin try (depth: 1) { goto IL_00f9; } IL_00a2: { RuntimeObject* L_21 = Enumerator_get_Current_m3639170672((&V_3), /*hidden argument*/Enumerator_get_Current_m3639170672_RuntimeMethod_var); V_4 = L_21; RuntimeObject* L_22 = V_4; NullCheck(L_22); String_t* L_23 = InterfaceFuncInvoker0< String_t* >::Invoke(7 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_NamespaceUri() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_24 = String_op_Equality_m920492651(NULL /*static, unused*/, L_23, _stringLiteral2829469855, /*hidden argument*/NULL); if (!L_24) { goto IL_00f9; } } IL_00be: { RuntimeObject* L_25 = V_4; NullCheck(L_25); String_t* L_26 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_LocalName() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_25); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_27 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_26, _stringLiteral3929236445, /*hidden argument*/NULL); if (L_27) { goto IL_00d8; } } IL_00d1: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_28 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B13_0 = L_28; goto IL_00e4; } IL_00d8: { RuntimeObject* L_29 = V_4; NullCheck(L_29); String_t* L_30 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_LocalName() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_29); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); String_t* L_31 = XmlConvert_DecodeName_m2953738773(NULL /*static, unused*/, L_30, /*hidden argument*/NULL); G_B13_0 = L_31; } IL_00e4: { V_5 = G_B13_0; RuntimeObject* L_32 = V_4; NullCheck(L_32); String_t* L_33 = InterfaceFuncInvoker0< String_t* >::Invoke(5 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_Value() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_32); V_6 = L_33; XmlNamespaceManager_t418790500 * L_34 = ___manager2; String_t* L_35 = V_5; String_t* L_36 = V_6; NullCheck(L_34); VirtActionInvoker2< String_t*, String_t* >::Invoke(8 /* System.Void System.Xml.XmlNamespaceManager::AddNamespace(System.String,System.String) */, L_34, L_35, L_36); } IL_00f9: { bool L_37 = Enumerator_MoveNext_m2036347884((&V_3), /*hidden argument*/Enumerator_MoveNext_m2036347884_RuntimeMethod_var); if (L_37) { goto IL_00a2; } } IL_0102: { IL2CPP_LEAVE(0x112, FINALLY_0104); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0104; } FINALLY_0104: { // begin finally (depth: 1) Enumerator_Dispose_m3806345029((&V_3), /*hidden argument*/Enumerator_Dispose_m3806345029_RuntimeMethod_var); IL2CPP_END_FINALLY(260) } // end finally (depth: 1) IL2CPP_CLEANUP(260) { IL2CPP_JUMP_TBL(0x112, IL_0112) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0112: { bool L_38 = ___writePropertyName3; if (!L_38) { goto IL_0124; } } { JsonWriter_t1467272295 * L_39 = ___writer0; RuntimeObject* L_40 = ___node1; XmlNamespaceManager_t418790500 * L_41 = ___manager2; String_t* L_42 = XmlNodeConverter_GetPropertyName_m1214423336(__this, L_40, L_41, /*hidden argument*/NULL); NullCheck(L_39); VirtActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, L_39, L_42); } IL_0124: { RuntimeObject* L_43 = ___node1; NullCheck(L_43); List_1_t2041514553 * L_44 = InterfaceFuncInvoker0< List_1_t2041514553 * >::Invoke(3 /* System.Collections.Generic.List`1 Newtonsoft.Json.Converters.IXmlNode::get_Attributes() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_43); bool L_45 = XmlNodeConverter_ValueAttributes_m1202864535(__this, L_44, /*hidden argument*/NULL); if (L_45) { goto IL_0170; } } { RuntimeObject* L_46 = ___node1; NullCheck(L_46); List_1_t2041514553 * L_47 = InterfaceFuncInvoker0< List_1_t2041514553 * >::Invoke(2 /* System.Collections.Generic.List`1 Newtonsoft.Json.Converters.IXmlNode::get_ChildNodes() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_46); NullCheck(L_47); int32_t L_48 = List_1_get_Count_m4257429706(L_47, /*hidden argument*/List_1_get_Count_m4257429706_RuntimeMethod_var); if ((!(((uint32_t)L_48) == ((uint32_t)1)))) { goto IL_0170; } } { RuntimeObject* L_49 = ___node1; NullCheck(L_49); List_1_t2041514553 * L_50 = InterfaceFuncInvoker0< List_1_t2041514553 * >::Invoke(2 /* System.Collections.Generic.List`1 Newtonsoft.Json.Converters.IXmlNode::get_ChildNodes() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_49); NullCheck(L_50); RuntimeObject* L_51 = List_1_get_Item_m2172665450(L_50, 0, /*hidden argument*/List_1_get_Item_m2172665450_RuntimeMethod_var); NullCheck(L_51); int32_t L_52 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.XmlNodeType Newtonsoft.Json.Converters.IXmlNode::get_NodeType() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_51); if ((!(((uint32_t)L_52) == ((uint32_t)3)))) { goto IL_0170; } } { JsonWriter_t1467272295 * L_53 = ___writer0; RuntimeObject* L_54 = ___node1; NullCheck(L_54); List_1_t2041514553 * L_55 = InterfaceFuncInvoker0< List_1_t2041514553 * >::Invoke(2 /* System.Collections.Generic.List`1 Newtonsoft.Json.Converters.IXmlNode::get_ChildNodes() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_54); NullCheck(L_55); RuntimeObject* L_56 = List_1_get_Item_m2172665450(L_55, 0, /*hidden argument*/List_1_get_Item_m2172665450_RuntimeMethod_var); NullCheck(L_56); String_t* L_57 = InterfaceFuncInvoker0< String_t* >::Invoke(5 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_Value() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_56); NullCheck(L_53); VirtActionInvoker1< String_t* >::Invoke(25 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.String) */, L_53, L_57); goto IL_01f2; } IL_0170: { RuntimeObject* L_58 = ___node1; NullCheck(L_58); List_1_t2041514553 * L_59 = InterfaceFuncInvoker0< List_1_t2041514553 * >::Invoke(2 /* System.Collections.Generic.List`1 Newtonsoft.Json.Converters.IXmlNode::get_ChildNodes() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_58); NullCheck(L_59); int32_t L_60 = List_1_get_Count_m4257429706(L_59, /*hidden argument*/List_1_get_Count_m4257429706_RuntimeMethod_var); if (L_60) { goto IL_01ac; } } { RuntimeObject* L_61 = ___node1; NullCheck(L_61); List_1_t2041514553 * L_62 = InterfaceFuncInvoker0< List_1_t2041514553 * >::Invoke(3 /* System.Collections.Generic.List`1 Newtonsoft.Json.Converters.IXmlNode::get_Attributes() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_61); bool L_63 = CollectionUtils_IsNullOrEmpty_TisIXmlNode_t569439811_m982799948(NULL /*static, unused*/, L_62, /*hidden argument*/CollectionUtils_IsNullOrEmpty_TisIXmlNode_t569439811_m982799948_RuntimeMethod_var); if (!L_63) { goto IL_01ac; } } { RuntimeObject* L_64 = ___node1; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_64, IXmlElement_t1496947789_il2cpp_TypeInfo_var))); bool L_65 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean Newtonsoft.Json.Converters.IXmlElement::get_IsEmpty() */, IXmlElement_t1496947789_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_64, IXmlElement_t1496947789_il2cpp_TypeInfo_var))); if (!L_65) { goto IL_019f; } } { JsonWriter_t1467272295 * L_66 = ___writer0; NullCheck(L_66); VirtActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, L_66); goto IL_01f2; } IL_019f: { JsonWriter_t1467272295 * L_67 = ___writer0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_68 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_67); VirtActionInvoker1< String_t* >::Invoke(25 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.String) */, L_67, L_68); goto IL_01f2; } IL_01ac: { JsonWriter_t1467272295 * L_69 = ___writer0; NullCheck(L_69); VirtActionInvoker0::Invoke(7 /* System.Void Newtonsoft.Json.JsonWriter::WriteStartObject() */, L_69); V_7 = 0; goto IL_01d3; } IL_01b7: { JsonWriter_t1467272295 * L_70 = ___writer0; RuntimeObject* L_71 = ___node1; NullCheck(L_71); List_1_t2041514553 * L_72 = InterfaceFuncInvoker0< List_1_t2041514553 * >::Invoke(3 /* System.Collections.Generic.List`1 Newtonsoft.Json.Converters.IXmlNode::get_Attributes() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_71); int32_t L_73 = V_7; NullCheck(L_72); RuntimeObject* L_74 = List_1_get_Item_m2172665450(L_72, L_73, /*hidden argument*/List_1_get_Item_m2172665450_RuntimeMethod_var); XmlNamespaceManager_t418790500 * L_75 = ___manager2; XmlNodeConverter_SerializeNode_m582190384(__this, L_70, L_74, L_75, (bool)1, /*hidden argument*/NULL); int32_t L_76 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)1)); } IL_01d3: { int32_t L_77 = V_7; RuntimeObject* L_78 = ___node1; NullCheck(L_78); List_1_t2041514553 * L_79 = InterfaceFuncInvoker0< List_1_t2041514553 * >::Invoke(3 /* System.Collections.Generic.List`1 Newtonsoft.Json.Converters.IXmlNode::get_Attributes() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_78); NullCheck(L_79); int32_t L_80 = List_1_get_Count_m4257429706(L_79, /*hidden argument*/List_1_get_Count_m4257429706_RuntimeMethod_var); if ((((int32_t)L_77) < ((int32_t)L_80))) { goto IL_01b7; } } { JsonWriter_t1467272295 * L_81 = ___writer0; RuntimeObject* L_82 = ___node1; XmlNamespaceManager_t418790500 * L_83 = ___manager2; XmlNodeConverter_SerializeGroupedNodes_m1549457347(__this, L_81, L_82, L_83, (bool)1, /*hidden argument*/NULL); JsonWriter_t1467272295 * L_84 = ___writer0; NullCheck(L_84); VirtActionInvoker0::Invoke(8 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndObject() */, L_84); } IL_01f2: { XmlNamespaceManager_t418790500 * L_85 = ___manager2; NullCheck(L_85); VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Xml.XmlNamespaceManager::PopScope() */, L_85); return; } IL_01fa: { bool L_86 = ___writePropertyName3; if (!L_86) { goto IL_03d2; } } { JsonWriter_t1467272295 * L_87 = ___writer0; RuntimeObject* L_88 = ___node1; NullCheck(L_88); String_t* L_89 = InterfaceFuncInvoker0< String_t* >::Invoke(5 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_Value() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_88); NullCheck(L_87); VirtActionInvoker1< String_t* >::Invoke(63 /* System.Void Newtonsoft.Json.JsonWriter::WriteComment(System.String) */, L_87, L_89); return; } IL_020e: { RuntimeObject* L_90 = ___node1; NullCheck(L_90); String_t* L_91 = InterfaceFuncInvoker0< String_t* >::Invoke(7 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_NamespaceUri() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_90); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_92 = String_op_Equality_m920492651(NULL /*static, unused*/, L_91, _stringLiteral2829469855, /*hidden argument*/NULL); if (!L_92) { goto IL_0233; } } { RuntimeObject* L_93 = ___node1; NullCheck(L_93); String_t* L_94 = InterfaceFuncInvoker0< String_t* >::Invoke(5 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_Value() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_93); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_95 = String_op_Equality_m920492651(NULL /*static, unused*/, L_94, _stringLiteral1185000618, /*hidden argument*/NULL); if (!L_95) { goto IL_0233; } } { return; } IL_0233: { RuntimeObject* L_96 = ___node1; NullCheck(L_96); String_t* L_97 = InterfaceFuncInvoker0< String_t* >::Invoke(7 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_NamespaceUri() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_96); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_98 = String_op_Equality_m920492651(NULL /*static, unused*/, L_97, _stringLiteral1185000618, /*hidden argument*/NULL); if (!L_98) { goto IL_0258; } } { RuntimeObject* L_99 = ___node1; NullCheck(L_99); String_t* L_100 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_LocalName() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_99); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_101 = String_op_Equality_m920492651(NULL /*static, unused*/, L_100, _stringLiteral4007974638, /*hidden argument*/NULL); if (!L_101) { goto IL_0258; } } { return; } IL_0258: { bool L_102 = ___writePropertyName3; if (!L_102) { goto IL_026a; } } { JsonWriter_t1467272295 * L_103 = ___writer0; RuntimeObject* L_104 = ___node1; XmlNamespaceManager_t418790500 * L_105 = ___manager2; String_t* L_106 = XmlNodeConverter_GetPropertyName_m1214423336(__this, L_104, L_105, /*hidden argument*/NULL); NullCheck(L_103); VirtActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, L_103, L_106); } IL_026a: { JsonWriter_t1467272295 * L_107 = ___writer0; RuntimeObject* L_108 = ___node1; NullCheck(L_108); String_t* L_109 = InterfaceFuncInvoker0< String_t* >::Invoke(5 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_Value() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_108); NullCheck(L_107); VirtActionInvoker1< String_t* >::Invoke(25 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.String) */, L_107, L_109); return; } IL_0277: { RuntimeObject* L_110 = ___node1; V_1 = ((RuntimeObject*)Castclass((RuntimeObject*)L_110, IXmlDeclaration_t3727250237_il2cpp_TypeInfo_var)); JsonWriter_t1467272295 * L_111 = ___writer0; RuntimeObject* L_112 = ___node1; XmlNamespaceManager_t418790500 * L_113 = ___manager2; String_t* L_114 = XmlNodeConverter_GetPropertyName_m1214423336(__this, L_112, L_113, /*hidden argument*/NULL); NullCheck(L_111); VirtActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, L_111, L_114); JsonWriter_t1467272295 * L_115 = ___writer0; NullCheck(L_115); VirtActionInvoker0::Invoke(7 /* System.Void Newtonsoft.Json.JsonWriter::WriteStartObject() */, L_115); RuntimeObject* L_116 = V_1; NullCheck(L_116); String_t* L_117 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String Newtonsoft.Json.Converters.IXmlDeclaration::get_Version() */, IXmlDeclaration_t3727250237_il2cpp_TypeInfo_var, L_116); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_118 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_117, /*hidden argument*/NULL); if (L_118) { goto IL_02b6; } } { JsonWriter_t1467272295 * L_119 = ___writer0; NullCheck(L_119); VirtActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, L_119, _stringLiteral1914678369); JsonWriter_t1467272295 * L_120 = ___writer0; RuntimeObject* L_121 = V_1; NullCheck(L_121); String_t* L_122 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String Newtonsoft.Json.Converters.IXmlDeclaration::get_Version() */, IXmlDeclaration_t3727250237_il2cpp_TypeInfo_var, L_121); NullCheck(L_120); VirtActionInvoker1< String_t* >::Invoke(25 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.String) */, L_120, L_122); } IL_02b6: { RuntimeObject* L_123 = V_1; NullCheck(L_123); String_t* L_124 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String Newtonsoft.Json.Converters.IXmlDeclaration::get_Encoding() */, IXmlDeclaration_t3727250237_il2cpp_TypeInfo_var, L_123); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_125 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_124, /*hidden argument*/NULL); if (L_125) { goto IL_02da; } } { JsonWriter_t1467272295 * L_126 = ___writer0; NullCheck(L_126); VirtActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, L_126, _stringLiteral3907865926); JsonWriter_t1467272295 * L_127 = ___writer0; RuntimeObject* L_128 = V_1; NullCheck(L_128); String_t* L_129 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String Newtonsoft.Json.Converters.IXmlDeclaration::get_Encoding() */, IXmlDeclaration_t3727250237_il2cpp_TypeInfo_var, L_128); NullCheck(L_127); VirtActionInvoker1< String_t* >::Invoke(25 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.String) */, L_127, L_129); } IL_02da: { RuntimeObject* L_130 = V_1; NullCheck(L_130); String_t* L_131 = InterfaceFuncInvoker0< String_t* >::Invoke(2 /* System.String Newtonsoft.Json.Converters.IXmlDeclaration::get_Standalone() */, IXmlDeclaration_t3727250237_il2cpp_TypeInfo_var, L_130); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_132 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_131, /*hidden argument*/NULL); if (L_132) { goto IL_02fe; } } { JsonWriter_t1467272295 * L_133 = ___writer0; NullCheck(L_133); VirtActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, L_133, _stringLiteral239840542); JsonWriter_t1467272295 * L_134 = ___writer0; RuntimeObject* L_135 = V_1; NullCheck(L_135); String_t* L_136 = InterfaceFuncInvoker0< String_t* >::Invoke(2 /* System.String Newtonsoft.Json.Converters.IXmlDeclaration::get_Standalone() */, IXmlDeclaration_t3727250237_il2cpp_TypeInfo_var, L_135); NullCheck(L_134); VirtActionInvoker1< String_t* >::Invoke(25 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.String) */, L_134, L_136); } IL_02fe: { JsonWriter_t1467272295 * L_137 = ___writer0; NullCheck(L_137); VirtActionInvoker0::Invoke(8 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndObject() */, L_137); return; } IL_0305: { RuntimeObject* L_138 = ___node1; V_2 = ((RuntimeObject*)Castclass((RuntimeObject*)L_138, IXmlDocumentType_t2566236775_il2cpp_TypeInfo_var)); JsonWriter_t1467272295 * L_139 = ___writer0; RuntimeObject* L_140 = ___node1; XmlNamespaceManager_t418790500 * L_141 = ___manager2; String_t* L_142 = XmlNodeConverter_GetPropertyName_m1214423336(__this, L_140, L_141, /*hidden argument*/NULL); NullCheck(L_139); VirtActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, L_139, L_142); JsonWriter_t1467272295 * L_143 = ___writer0; NullCheck(L_143); VirtActionInvoker0::Invoke(7 /* System.Void Newtonsoft.Json.JsonWriter::WriteStartObject() */, L_143); RuntimeObject* L_144 = V_2; NullCheck(L_144); String_t* L_145 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String Newtonsoft.Json.Converters.IXmlDocumentType::get_Name() */, IXmlDocumentType_t2566236775_il2cpp_TypeInfo_var, L_144); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_146 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_145, /*hidden argument*/NULL); if (L_146) { goto IL_0344; } } { JsonWriter_t1467272295 * L_147 = ___writer0; NullCheck(L_147); VirtActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, L_147, _stringLiteral2730273782); JsonWriter_t1467272295 * L_148 = ___writer0; RuntimeObject* L_149 = V_2; NullCheck(L_149); String_t* L_150 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String Newtonsoft.Json.Converters.IXmlDocumentType::get_Name() */, IXmlDocumentType_t2566236775_il2cpp_TypeInfo_var, L_149); NullCheck(L_148); VirtActionInvoker1< String_t* >::Invoke(25 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.String) */, L_148, L_150); } IL_0344: { RuntimeObject* L_151 = V_2; NullCheck(L_151); String_t* L_152 = InterfaceFuncInvoker0< String_t* >::Invoke(2 /* System.String Newtonsoft.Json.Converters.IXmlDocumentType::get_Public() */, IXmlDocumentType_t2566236775_il2cpp_TypeInfo_var, L_151); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_153 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_152, /*hidden argument*/NULL); if (L_153) { goto IL_0368; } } { JsonWriter_t1467272295 * L_154 = ___writer0; NullCheck(L_154); VirtActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, L_154, _stringLiteral479323656); JsonWriter_t1467272295 * L_155 = ___writer0; RuntimeObject* L_156 = V_2; NullCheck(L_156); String_t* L_157 = InterfaceFuncInvoker0< String_t* >::Invoke(2 /* System.String Newtonsoft.Json.Converters.IXmlDocumentType::get_Public() */, IXmlDocumentType_t2566236775_il2cpp_TypeInfo_var, L_156); NullCheck(L_155); VirtActionInvoker1< String_t* >::Invoke(25 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.String) */, L_155, L_157); } IL_0368: { RuntimeObject* L_158 = V_2; NullCheck(L_158); String_t* L_159 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String Newtonsoft.Json.Converters.IXmlDocumentType::get_System() */, IXmlDocumentType_t2566236775_il2cpp_TypeInfo_var, L_158); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_160 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_159, /*hidden argument*/NULL); if (L_160) { goto IL_038c; } } { JsonWriter_t1467272295 * L_161 = ___writer0; NullCheck(L_161); VirtActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, L_161, _stringLiteral3287063814); JsonWriter_t1467272295 * L_162 = ___writer0; RuntimeObject* L_163 = V_2; NullCheck(L_163); String_t* L_164 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String Newtonsoft.Json.Converters.IXmlDocumentType::get_System() */, IXmlDocumentType_t2566236775_il2cpp_TypeInfo_var, L_163); NullCheck(L_162); VirtActionInvoker1< String_t* >::Invoke(25 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.String) */, L_162, L_164); } IL_038c: { RuntimeObject* L_165 = V_2; NullCheck(L_165); String_t* L_166 = InterfaceFuncInvoker0< String_t* >::Invoke(3 /* System.String Newtonsoft.Json.Converters.IXmlDocumentType::get_InternalSubset() */, IXmlDocumentType_t2566236775_il2cpp_TypeInfo_var, L_165); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_167 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_166, /*hidden argument*/NULL); if (L_167) { goto IL_03b0; } } { JsonWriter_t1467272295 * L_168 = ___writer0; NullCheck(L_168); VirtActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, L_168, _stringLiteral2830718721); JsonWriter_t1467272295 * L_169 = ___writer0; RuntimeObject* L_170 = V_2; NullCheck(L_170); String_t* L_171 = InterfaceFuncInvoker0< String_t* >::Invoke(3 /* System.String Newtonsoft.Json.Converters.IXmlDocumentType::get_InternalSubset() */, IXmlDocumentType_t2566236775_il2cpp_TypeInfo_var, L_170); NullCheck(L_169); VirtActionInvoker1< String_t* >::Invoke(25 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.String) */, L_169, L_171); } IL_03b0: { JsonWriter_t1467272295 * L_172 = ___writer0; NullCheck(L_172); VirtActionInvoker0::Invoke(8 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndObject() */, L_172); return; } IL_03b7: { RuntimeObject* L_173 = ___node1; NullCheck(L_173); int32_t L_174 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.XmlNodeType Newtonsoft.Json.Converters.IXmlNode::get_NodeType() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_173); int32_t L_175 = L_174; RuntimeObject * L_176 = Box(XmlNodeType_t1672767151_il2cpp_TypeInfo_var, &L_175); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_177 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1723379823, L_176, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_178 = (JsonSerializationException_t4152118729 *)il2cpp_codegen_object_new(JsonSerializationException_t4152118729_il2cpp_TypeInfo_var); JsonSerializationException__ctor_m3520895892(L_178, L_177, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_178,XmlNodeConverter_SerializeNode_m582190384_RuntimeMethod_var); } IL_03d2: { return; } } // System.Boolean Newtonsoft.Json.Converters.XmlNodeConverter::AllSameName(Newtonsoft.Json.Converters.IXmlNode) extern "C" IL2CPP_METHOD_ATTR bool XmlNodeConverter_AllSameName_m568376781 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeConverter_AllSameName_m568376781_MetadataUsageId); s_Il2CppMethodInitialized = true; } Enumerator_t3930758430 V_0; memset(&V_0, 0, sizeof(V_0)); bool V_1 = 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); { RuntimeObject* L_0 = ___node0; NullCheck(L_0); List_1_t2041514553 * L_1 = InterfaceFuncInvoker0< List_1_t2041514553 * >::Invoke(2 /* System.Collections.Generic.List`1 Newtonsoft.Json.Converters.IXmlNode::get_ChildNodes() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_0); NullCheck(L_1); Enumerator_t3930758430 L_2 = List_1_GetEnumerator_m129741229(L_1, /*hidden argument*/List_1_GetEnumerator_m129741229_RuntimeMethod_var); V_0 = L_2; } IL_000c: try { // begin try (depth: 1) { goto IL_002b; } IL_000e: { RuntimeObject* L_3 = Enumerator_get_Current_m3639170672((&V_0), /*hidden argument*/Enumerator_get_Current_m3639170672_RuntimeMethod_var); NullCheck(L_3); String_t* L_4 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_LocalName() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_3); RuntimeObject* L_5 = ___node0; NullCheck(L_5); String_t* L_6 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_LocalName() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_5); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_4, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_002b; } } IL_0027: { V_1 = (bool)0; IL2CPP_LEAVE(0x46, FINALLY_0036); } IL_002b: { bool L_8 = Enumerator_MoveNext_m2036347884((&V_0), /*hidden argument*/Enumerator_MoveNext_m2036347884_RuntimeMethod_var); if (L_8) { goto IL_000e; } } IL_0034: { IL2CPP_LEAVE(0x44, FINALLY_0036); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0036; } FINALLY_0036: { // begin finally (depth: 1) Enumerator_Dispose_m3806345029((&V_0), /*hidden argument*/Enumerator_Dispose_m3806345029_RuntimeMethod_var); IL2CPP_END_FINALLY(54) } // end finally (depth: 1) IL2CPP_CLEANUP(54) { IL2CPP_JUMP_TBL(0x46, IL_0046) IL2CPP_JUMP_TBL(0x44, IL_0044) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0044: { return (bool)1; } IL_0046: { bool L_9 = V_1; return L_9; } } // System.Object Newtonsoft.Json.Converters.XmlNodeConverter::ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlNodeConverter_ReadJson_m198800262 (XmlNodeConverter_t181348760 * __this, JsonReader_t2369136700 * ___reader0, Type_t * ___objectType1, RuntimeObject * ___existingValue2, JsonSerializer_t1424496335 * ___serializer3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeConverter_ReadJson_m198800262_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNamespaceManager_t418790500 * V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; { 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 ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)11))))) { goto IL_000c; } } { return NULL; } IL_000c: { NameTable_t3178203267 * L_2 = (NameTable_t3178203267 *)il2cpp_codegen_object_new(NameTable_t3178203267_il2cpp_TypeInfo_var); NameTable__ctor_m874080766(L_2, /*hidden argument*/NULL); XmlNamespaceManager_t418790500 * L_3 = (XmlNamespaceManager_t418790500 *)il2cpp_codegen_object_new(XmlNamespaceManager_t418790500_il2cpp_TypeInfo_var); XmlNamespaceManager__ctor_m3238790559(L_3, L_2, /*hidden argument*/NULL); V_0 = L_3; V_1 = (RuntimeObject*)NULL; V_2 = (RuntimeObject*)NULL; RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (XObject_t1119084474_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); Type_t * L_6 = ___objectType1; NullCheck(L_5); bool L_7 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_5, L_6); if (!L_7) { goto IL_005f; } } { Type_t * L_8 = ___objectType1; RuntimeTypeHandle_t3027515415 L_9 = { reinterpret_cast (XDocument_t1376419702_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_10 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_8) == ((RuntimeObject*)(Type_t *)L_10))) { goto IL_0052; } } { Type_t * L_11 = ___objectType1; RuntimeTypeHandle_t3027515415 L_12 = { reinterpret_cast (XElement_t4185968754_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_13 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_11) == ((RuntimeObject*)(Type_t *)L_13))) { goto IL_0052; } } { JsonSerializationException_t4152118729 * L_14 = (JsonSerializationException_t4152118729 *)il2cpp_codegen_object_new(JsonSerializationException_t4152118729_il2cpp_TypeInfo_var); JsonSerializationException__ctor_m3520895892(L_14, _stringLiteral1571441517, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,XmlNodeConverter_ReadJson_m198800262_RuntimeMethod_var); } IL_0052: { XDocument_t1376419702 * L_15 = (XDocument_t1376419702 *)il2cpp_codegen_object_new(XDocument_t1376419702_il2cpp_TypeInfo_var); XDocument__ctor_m1715976504(L_15, /*hidden argument*/NULL); XDocumentWrapper_t2289369211 * L_16 = (XDocumentWrapper_t2289369211 *)il2cpp_codegen_object_new(XDocumentWrapper_t2289369211_il2cpp_TypeInfo_var); XDocumentWrapper__ctor_m3620377898(L_16, L_15, /*hidden argument*/NULL); V_1 = L_16; RuntimeObject* L_17 = V_1; V_2 = L_17; } IL_005f: { RuntimeTypeHandle_t3027515415 L_18 = { reinterpret_cast (XmlNode_t3767805227_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); Type_t * L_20 = ___objectType1; NullCheck(L_19); bool L_21 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_19, L_20); if (!L_21) { goto IL_009d; } } { Type_t * L_22 = ___objectType1; RuntimeTypeHandle_t3027515415 L_23 = { reinterpret_cast (XmlDocument_t2837193595_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_24 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_22) == ((RuntimeObject*)(Type_t *)L_24))) { goto IL_0089; } } { JsonSerializationException_t4152118729 * L_25 = (JsonSerializationException_t4152118729 *)il2cpp_codegen_object_new(JsonSerializationException_t4152118729_il2cpp_TypeInfo_var); JsonSerializationException__ctor_m3520895892(L_25, _stringLiteral3501901588, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25,XmlNodeConverter_ReadJson_m198800262_RuntimeMethod_var); } IL_0089: { XmlDocument_t2837193595 * L_26 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m1447119458(L_26, /*hidden argument*/NULL); XmlDocument_t2837193595 * L_27 = L_26; NullCheck(L_27); VirtActionInvoker1< XmlResolver_t626023767 * >::Invoke(42 /* System.Void System.Xml.XmlDocument::set_XmlResolver(System.Xml.XmlResolver) */, L_27, (XmlResolver_t626023767 *)NULL); XmlDocumentWrapper_t3575962533 * L_28 = (XmlDocumentWrapper_t3575962533 *)il2cpp_codegen_object_new(XmlDocumentWrapper_t3575962533_il2cpp_TypeInfo_var); XmlDocumentWrapper__ctor_m2947308616(L_28, L_27, /*hidden argument*/NULL); V_1 = L_28; RuntimeObject* L_29 = V_1; V_2 = L_29; } IL_009d: { RuntimeObject* L_30 = V_1; if (!L_30) { goto IL_00a3; } } { RuntimeObject* L_31 = V_2; if (L_31) { goto IL_00b4; } } IL_00a3: { Type_t * L_32 = ___objectType1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_33 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3416560899, L_32, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_34 = (JsonSerializationException_t4152118729 *)il2cpp_codegen_object_new(JsonSerializationException_t4152118729_il2cpp_TypeInfo_var); JsonSerializationException__ctor_m3520895892(L_34, L_33, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_34,XmlNodeConverter_ReadJson_m198800262_RuntimeMethod_var); } IL_00b4: { JsonReader_t2369136700 * L_35 = ___reader0; NullCheck(L_35); int32_t L_36 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_35); if ((((int32_t)L_36) == ((int32_t)1))) { goto IL_00c8; } } { JsonSerializationException_t4152118729 * L_37 = (JsonSerializationException_t4152118729 *)il2cpp_codegen_object_new(JsonSerializationException_t4152118729_il2cpp_TypeInfo_var); JsonSerializationException__ctor_m3520895892(L_37, _stringLiteral563170929, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_37,XmlNodeConverter_ReadJson_m198800262_RuntimeMethod_var); } IL_00c8: { String_t* L_38 = XmlNodeConverter_get_DeserializeRootElementName_m3805242272(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_39 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_38, /*hidden argument*/NULL); if (L_39) { goto IL_00e7; } } { JsonReader_t2369136700 * L_40 = ___reader0; RuntimeObject* L_41 = V_1; RuntimeObject* L_42 = V_2; String_t* L_43 = XmlNodeConverter_get_DeserializeRootElementName_m3805242272(__this, /*hidden argument*/NULL); XmlNamespaceManager_t418790500 * L_44 = V_0; XmlNodeConverter_ReadElement_m2270534709(__this, L_40, L_41, L_42, L_43, L_44, /*hidden argument*/NULL); goto IL_00f8; } IL_00e7: { JsonReader_t2369136700 * L_45 = ___reader0; NullCheck(L_45); VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_45); JsonReader_t2369136700 * L_46 = ___reader0; RuntimeObject* L_47 = V_1; XmlNamespaceManager_t418790500 * L_48 = V_0; RuntimeObject* L_49 = V_2; XmlNodeConverter_DeserializeNode_m3314376157(__this, L_46, L_47, L_48, L_49, /*hidden argument*/NULL); } IL_00f8: { Type_t * L_50 = ___objectType1; RuntimeTypeHandle_t3027515415 L_51 = { reinterpret_cast (XElement_t4185968754_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_52 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_51, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_50) == ((RuntimeObject*)(Type_t *)L_52)))) { goto IL_011c; } } { RuntimeObject* L_53 = V_1; NullCheck(L_53); RuntimeObject* L_54 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(12 /* Newtonsoft.Json.Converters.IXmlElement Newtonsoft.Json.Converters.IXmlDocument::get_DocumentElement() */, IXmlDocument_t2842458485_il2cpp_TypeInfo_var, L_53); NullCheck(L_54); RuntimeObject * L_55 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(8 /* System.Object Newtonsoft.Json.Converters.IXmlNode::get_WrappedNode() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_54); XElement_t4185968754 * L_56 = ((XElement_t4185968754 *)CastclassClass((RuntimeObject*)L_55, XElement_t4185968754_il2cpp_TypeInfo_var)); NullCheck(L_56); XNode_Remove_m1307836180(L_56, /*hidden argument*/NULL); return L_56; } IL_011c: { RuntimeObject* L_57 = V_1; NullCheck(L_57); RuntimeObject * L_58 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(8 /* System.Object Newtonsoft.Json.Converters.IXmlNode::get_WrappedNode() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_57); return L_58; } } // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::DeserializeValue(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Converters.IXmlDocument,System.Xml.XmlNamespaceManager,System.String,Newtonsoft.Json.Converters.IXmlNode) extern "C" IL2CPP_METHOD_ATTR void XmlNodeConverter_DeserializeValue_m967285990 (XmlNodeConverter_t181348760 * __this, JsonReader_t2369136700 * ___reader0, RuntimeObject* ___document1, XmlNamespaceManager_t418790500 * ___manager2, String_t* ___propertyName3, RuntimeObject* ___currentNode4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeConverter_DeserializeValue_m967285990_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___propertyName3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_op_Equality_m920492651(NULL /*static, unused*/, L_0, _stringLiteral2649583896, /*hidden argument*/NULL); if (L_1) { goto IL_003a; } } { String_t* L_2 = ___propertyName3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_3 = String_op_Equality_m920492651(NULL /*static, unused*/, L_2, _stringLiteral3841790420, /*hidden argument*/NULL); if (L_3) { goto IL_0054; } } { String_t* L_4 = ___propertyName3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_5 = String_op_Equality_m920492651(NULL /*static, unused*/, L_4, _stringLiteral1653520728, /*hidden argument*/NULL); if (L_5) { goto IL_006e; } } { String_t* L_6 = ___propertyName3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Equality_m920492651(NULL /*static, unused*/, L_6, _stringLiteral1556661878, /*hidden argument*/NULL); if (L_7) { goto IL_0088; } } { goto IL_00a2; } IL_003a: { RuntimeObject* L_8 = ___currentNode4; RuntimeObject* L_9 = ___document1; JsonReader_t2369136700 * L_10 = ___reader0; NullCheck(L_10); RuntimeObject * L_11 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_10); NullCheck(L_11); String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_11); NullCheck(L_9); RuntimeObject* L_13 = InterfaceFuncInvoker1< RuntimeObject*, String_t* >::Invoke(1 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlDocument::CreateTextNode(System.String) */, IXmlDocument_t2842458485_il2cpp_TypeInfo_var, L_9, L_12); NullCheck(L_8); InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(6 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlNode::AppendChild(Newtonsoft.Json.Converters.IXmlNode) */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_8, L_13); return; } IL_0054: { RuntimeObject* L_14 = ___currentNode4; RuntimeObject* L_15 = ___document1; JsonReader_t2369136700 * L_16 = ___reader0; NullCheck(L_16); RuntimeObject * L_17 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_16); NullCheck(L_17); String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_17); NullCheck(L_15); RuntimeObject* L_19 = InterfaceFuncInvoker1< RuntimeObject*, String_t* >::Invoke(2 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlDocument::CreateCDataSection(System.String) */, IXmlDocument_t2842458485_il2cpp_TypeInfo_var, L_15, L_18); NullCheck(L_14); InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(6 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlNode::AppendChild(Newtonsoft.Json.Converters.IXmlNode) */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_14, L_19); return; } IL_006e: { RuntimeObject* L_20 = ___currentNode4; RuntimeObject* L_21 = ___document1; JsonReader_t2369136700 * L_22 = ___reader0; NullCheck(L_22); RuntimeObject * L_23 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_22); NullCheck(L_23); String_t* L_24 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_23); NullCheck(L_21); RuntimeObject* L_25 = InterfaceFuncInvoker1< RuntimeObject*, String_t* >::Invoke(3 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlDocument::CreateWhitespace(System.String) */, IXmlDocument_t2842458485_il2cpp_TypeInfo_var, L_21, L_24); NullCheck(L_20); InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(6 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlNode::AppendChild(Newtonsoft.Json.Converters.IXmlNode) */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_20, L_25); return; } IL_0088: { RuntimeObject* L_26 = ___currentNode4; RuntimeObject* L_27 = ___document1; JsonReader_t2369136700 * L_28 = ___reader0; NullCheck(L_28); RuntimeObject * L_29 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_28); NullCheck(L_29); String_t* L_30 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_29); NullCheck(L_27); RuntimeObject* L_31 = InterfaceFuncInvoker1< RuntimeObject*, String_t* >::Invoke(4 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlDocument::CreateSignificantWhitespace(System.String) */, IXmlDocument_t2842458485_il2cpp_TypeInfo_var, L_27, L_30); NullCheck(L_26); InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(6 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlNode::AppendChild(Newtonsoft.Json.Converters.IXmlNode) */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_26, L_31); return; } IL_00a2: { String_t* L_32 = ___propertyName3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_33 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_32, /*hidden argument*/NULL); if (L_33) { goto IL_00c4; } } { String_t* L_34 = ___propertyName3; NullCheck(L_34); Il2CppChar L_35 = String_get_Chars_m2986988803(L_34, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_35) == ((uint32_t)((int32_t)63))))) { goto IL_00c4; } } { JsonReader_t2369136700 * L_36 = ___reader0; RuntimeObject* L_37 = ___document1; RuntimeObject* L_38 = ___currentNode4; String_t* L_39 = ___propertyName3; XmlNodeConverter_CreateInstruction_m4147217300(__this, L_36, L_37, L_38, L_39, /*hidden argument*/NULL); return; } IL_00c4: { String_t* L_40 = ___propertyName3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_41 = String_Equals_m2359609904(NULL /*static, unused*/, L_40, _stringLiteral1672065646, 5, /*hidden argument*/NULL); if (!L_41) { goto IL_00de; } } { JsonReader_t2369136700 * L_42 = ___reader0; RuntimeObject* L_43 = ___document1; RuntimeObject* L_44 = ___currentNode4; XmlNodeConverter_CreateDocumentType_m841061965(__this, L_42, L_43, L_44, /*hidden argument*/NULL); return; } IL_00de: { JsonReader_t2369136700 * L_45 = ___reader0; NullCheck(L_45); int32_t L_46 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_45); if ((!(((uint32_t)L_46) == ((uint32_t)2)))) { goto IL_00f5; } } { JsonReader_t2369136700 * L_47 = ___reader0; RuntimeObject* L_48 = ___document1; String_t* L_49 = ___propertyName3; RuntimeObject* L_50 = ___currentNode4; XmlNamespaceManager_t418790500 * L_51 = ___manager2; XmlNodeConverter_ReadArrayElements_m478928390(__this, L_47, L_48, L_49, L_50, L_51, /*hidden argument*/NULL); return; } IL_00f5: { JsonReader_t2369136700 * L_52 = ___reader0; RuntimeObject* L_53 = ___document1; RuntimeObject* L_54 = ___currentNode4; String_t* L_55 = ___propertyName3; XmlNamespaceManager_t418790500 * L_56 = ___manager2; XmlNodeConverter_ReadElement_m2270534709(__this, L_52, L_53, L_54, L_55, L_56, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::ReadElement(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Converters.IXmlDocument,Newtonsoft.Json.Converters.IXmlNode,System.String,System.Xml.XmlNamespaceManager) extern "C" IL2CPP_METHOD_ATTR void XmlNodeConverter_ReadElement_m2270534709 (XmlNodeConverter_t181348760 * __this, JsonReader_t2369136700 * ___reader0, RuntimeObject* ___document1, RuntimeObject* ___currentNode2, String_t* ___propertyName3, XmlNamespaceManager_t418790500 * ___manager4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeConverter_ReadElement_m2270534709_MetadataUsageId); s_Il2CppMethodInitialized = true; } Dictionary_2_t1632706988 * V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; String_t* V_4 = NULL; String_t* V_5 = NULL; { String_t* L_0 = ___propertyName3; 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_0015; } } { JsonReader_t2369136700 * L_2 = ___reader0; JsonSerializationException_t4152118729 * L_3 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_2, _stringLiteral3364743112, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,XmlNodeConverter_ReadElement_m2270534709_RuntimeMethod_var); } IL_0015: { JsonReader_t2369136700 * L_4 = ___reader0; XmlNamespaceManager_t418790500 * L_5 = ___manager4; Dictionary_2_t1632706988 * L_6 = XmlNodeConverter_ReadAttributeElements_m807238524(__this, L_4, L_5, /*hidden argument*/NULL); V_0 = L_6; String_t* L_7 = ___propertyName3; String_t* L_8 = MiscellaneousUtils_GetPrefix_m3254256809(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); V_1 = L_8; String_t* L_9 = ___propertyName3; bool L_10 = StringUtils_StartsWith_m3114937475(NULL /*static, unused*/, L_9, ((int32_t)64), /*hidden argument*/NULL); if (!L_10) { goto IL_004f; } } { String_t* L_11 = ___propertyName3; NullCheck(L_11); String_t* L_12 = String_Substring_m2848979100(L_11, 1, /*hidden argument*/NULL); V_2 = L_12; String_t* L_13 = V_2; String_t* L_14 = MiscellaneousUtils_GetPrefix_m3254256809(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); V_3 = L_14; JsonReader_t2369136700 * L_15 = ___reader0; RuntimeObject* L_16 = ___document1; RuntimeObject* L_17 = ___currentNode2; String_t* L_18 = V_2; XmlNamespaceManager_t418790500 * L_19 = ___manager4; String_t* L_20 = V_3; XmlNodeConverter_AddAttribute_m3737844344(NULL /*static, unused*/, L_15, L_16, L_17, L_18, L_19, L_20, /*hidden argument*/NULL); return; } IL_004f: { String_t* L_21 = ___propertyName3; bool L_22 = StringUtils_StartsWith_m3114937475(NULL /*static, unused*/, L_21, ((int32_t)36), /*hidden argument*/NULL); if (!L_22) { goto IL_00f3; } } { String_t* L_23 = ___propertyName3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_24 = String_op_Equality_m920492651(NULL /*static, unused*/, L_23, _stringLiteral2945250967, /*hidden argument*/NULL); if (L_24) { goto IL_00a5; } } { String_t* L_25 = ___propertyName3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_26 = String_op_Equality_m920492651(NULL /*static, unused*/, L_25, _stringLiteral3266464882, /*hidden argument*/NULL); if (L_26) { goto IL_00cc; } } { String_t* L_27 = ___propertyName3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_28 = String_op_Equality_m920492651(NULL /*static, unused*/, L_27, _stringLiteral2376253709, /*hidden argument*/NULL); if (L_28) { goto IL_00cc; } } { String_t* L_29 = ___propertyName3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_30 = String_op_Equality_m920492651(NULL /*static, unused*/, L_29, _stringLiteral2020913234, /*hidden argument*/NULL); if (L_30) { goto IL_00cc; } } { String_t* L_31 = ___propertyName3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_32 = String_op_Equality_m920492651(NULL /*static, unused*/, L_31, _stringLiteral797875914, /*hidden argument*/NULL); if (L_32) { goto IL_00cc; } } { goto IL_00f3; } IL_00a5: { String_t* L_33 = ___propertyName3; NullCheck(L_33); String_t* L_34 = String_Substring_m2848979100(L_33, 1, /*hidden argument*/NULL); ___propertyName3 = L_34; XmlNamespaceManager_t418790500 * L_35 = ___manager4; NullCheck(L_35); String_t* L_36 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(11 /* System.String System.Xml.XmlNamespaceManager::LookupPrefix(System.String) */, L_35, _stringLiteral1185000618); V_1 = L_36; JsonReader_t2369136700 * L_37 = ___reader0; RuntimeObject* L_38 = ___document1; RuntimeObject* L_39 = ___currentNode2; String_t* L_40 = ___propertyName3; XmlNamespaceManager_t418790500 * L_41 = ___manager4; String_t* L_42 = V_1; Dictionary_2_t1632706988 * L_43 = V_0; XmlNodeConverter_CreateElement_m1970318748(__this, L_37, L_38, L_39, L_40, L_41, L_42, L_43, /*hidden argument*/NULL); return; } IL_00cc: { String_t* L_44 = ___propertyName3; NullCheck(L_44); String_t* L_45 = String_Substring_m2848979100(L_44, 1, /*hidden argument*/NULL); V_4 = L_45; XmlNamespaceManager_t418790500 * L_46 = ___manager4; NullCheck(L_46); String_t* L_47 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(11 /* System.String System.Xml.XmlNamespaceManager::LookupPrefix(System.String) */, L_46, _stringLiteral1185000618); V_5 = L_47; JsonReader_t2369136700 * L_48 = ___reader0; RuntimeObject* L_49 = ___document1; RuntimeObject* L_50 = ___currentNode2; String_t* L_51 = V_4; XmlNamespaceManager_t418790500 * L_52 = ___manager4; String_t* L_53 = V_5; XmlNodeConverter_AddAttribute_m3737844344(NULL /*static, unused*/, L_48, L_49, L_50, L_51, L_52, L_53, /*hidden argument*/NULL); return; } IL_00f3: { JsonReader_t2369136700 * L_54 = ___reader0; RuntimeObject* L_55 = ___document1; RuntimeObject* L_56 = ___currentNode2; String_t* L_57 = ___propertyName3; XmlNamespaceManager_t418790500 * L_58 = ___manager4; String_t* L_59 = V_1; Dictionary_2_t1632706988 * L_60 = V_0; XmlNodeConverter_CreateElement_m1970318748(__this, L_54, L_55, L_56, L_57, L_58, L_59, L_60, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::CreateElement(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Converters.IXmlDocument,Newtonsoft.Json.Converters.IXmlNode,System.String,System.Xml.XmlNamespaceManager,System.String,System.Collections.Generic.Dictionary`2) extern "C" IL2CPP_METHOD_ATTR void XmlNodeConverter_CreateElement_m1970318748 (XmlNodeConverter_t181348760 * __this, JsonReader_t2369136700 * ___reader0, RuntimeObject* ___document1, RuntimeObject* ___currentNode2, String_t* ___elementName3, XmlNamespaceManager_t418790500 * ___manager4, String_t* ___elementPrefix5, Dictionary_2_t1632706988 * ___attributeNameValues6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeConverter_CreateElement_m1970318748_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Enumerator_t3586889763 V_1; memset(&V_1, 0, sizeof(V_1)); KeyValuePair_2_t4030379155 V_2; memset(&V_2, 0, sizeof(V_2)); String_t* V_3 = NULL; String_t* V_4 = NULL; RuntimeObject* V_5 = NULL; String_t* V_6 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); RuntimeObject* G_B7_0 = NULL; String_t* G_B6_0 = NULL; String_t* G_B6_1 = NULL; RuntimeObject* G_B6_2 = NULL; String_t* G_B5_0 = NULL; String_t* G_B5_1 = NULL; RuntimeObject* G_B5_2 = NULL; { String_t* L_0 = ___elementName3; RuntimeObject* L_1 = ___document1; String_t* L_2 = ___elementPrefix5; XmlNamespaceManager_t418790500 * L_3 = ___manager4; RuntimeObject* L_4 = XmlNodeConverter_CreateElement_m3875165516(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; RuntimeObject* L_5 = ___currentNode2; RuntimeObject* L_6 = V_0; NullCheck(L_5); InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(6 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlNode::AppendChild(Newtonsoft.Json.Converters.IXmlNode) */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_5, L_6); Dictionary_2_t1632706988 * L_7 = ___attributeNameValues6; NullCheck(L_7); Enumerator_t3586889763 L_8 = Dictionary_2_GetEnumerator_m1883005577(L_7, /*hidden argument*/Dictionary_2_GetEnumerator_m1883005577_RuntimeMethod_var); V_1 = L_8; } IL_001e: try { // begin try (depth: 1) { goto IL_0086; } IL_0020: { KeyValuePair_2_t4030379155 L_9 = Enumerator_get_Current_m4125185638((&V_1), /*hidden argument*/Enumerator_get_Current_m4125185638_RuntimeMethod_var); V_2 = L_9; String_t* L_10 = KeyValuePair_2_get_Key_m3938572407((&V_2), /*hidden argument*/KeyValuePair_2_get_Key_m3938572407_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); String_t* L_11 = XmlConvert_EncodeName_m3491219899(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); V_3 = L_11; String_t* L_12 = KeyValuePair_2_get_Key_m3938572407((&V_2), /*hidden argument*/KeyValuePair_2_get_Key_m3938572407_RuntimeMethod_var); String_t* L_13 = MiscellaneousUtils_GetPrefix_m3254256809(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); V_4 = L_13; String_t* L_14 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_15 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_005c; } } IL_004c: { RuntimeObject* L_16 = ___document1; String_t* L_17 = V_3; String_t* L_18 = KeyValuePair_2_get_Value_m2642806556((&V_2), /*hidden argument*/KeyValuePair_2_get_Value_m2642806556_RuntimeMethod_var); NullCheck(L_16); RuntimeObject* L_19 = InterfaceFuncInvoker2< RuntimeObject*, String_t*, String_t* >::Invoke(10 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlDocument::CreateAttribute(System.String,System.String) */, IXmlDocument_t2842458485_il2cpp_TypeInfo_var, L_16, L_17, L_18); G_B7_0 = L_19; goto IL_007c; } IL_005c: { RuntimeObject* L_20 = ___document1; String_t* L_21 = V_3; XmlNamespaceManager_t418790500 * L_22 = ___manager4; String_t* L_23 = V_4; NullCheck(L_22); String_t* L_24 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(10 /* System.String System.Xml.XmlNamespaceManager::LookupNamespace(System.String) */, L_22, L_23); String_t* L_25 = L_24; G_B5_0 = L_25; G_B5_1 = L_21; G_B5_2 = L_20; if (L_25) { G_B6_0 = L_25; G_B6_1 = L_21; G_B6_2 = L_20; goto IL_0070; } } IL_006a: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_26 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B6_0 = L_26; G_B6_1 = G_B5_1; G_B6_2 = G_B5_2; } IL_0070: { String_t* L_27 = KeyValuePair_2_get_Value_m2642806556((&V_2), /*hidden argument*/KeyValuePair_2_get_Value_m2642806556_RuntimeMethod_var); NullCheck(G_B6_2); RuntimeObject* L_28 = InterfaceFuncInvoker3< RuntimeObject*, String_t*, String_t*, String_t* >::Invoke(11 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlDocument::CreateAttribute(System.String,System.String,System.String) */, IXmlDocument_t2842458485_il2cpp_TypeInfo_var, G_B6_2, G_B6_1, G_B6_0, L_27); G_B7_0 = L_28; } IL_007c: { V_5 = G_B7_0; RuntimeObject* L_29 = V_0; RuntimeObject* L_30 = V_5; NullCheck(L_29); InterfaceActionInvoker1< RuntimeObject* >::Invoke(0 /* System.Void Newtonsoft.Json.Converters.IXmlElement::SetAttributeNode(Newtonsoft.Json.Converters.IXmlNode) */, IXmlElement_t1496947789_il2cpp_TypeInfo_var, L_29, L_30); } IL_0086: { bool L_31 = Enumerator_MoveNext_m897800495((&V_1), /*hidden argument*/Enumerator_MoveNext_m897800495_RuntimeMethod_var); if (L_31) { goto IL_0020; } } IL_008f: { IL2CPP_LEAVE(0x9F, FINALLY_0091); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0091; } FINALLY_0091: { // begin finally (depth: 1) Enumerator_Dispose_m2198401511((&V_1), /*hidden argument*/Enumerator_Dispose_m2198401511_RuntimeMethod_var); IL2CPP_END_FINALLY(145) } // end finally (depth: 1) IL2CPP_CLEANUP(145) { IL2CPP_JUMP_TBL(0x9F, IL_009f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_009f: { JsonReader_t2369136700 * L_32 = ___reader0; NullCheck(L_32); int32_t L_33 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_32); if ((((int32_t)L_33) == ((int32_t)((int32_t)9)))) { goto IL_00cf; } } { JsonReader_t2369136700 * L_34 = ___reader0; NullCheck(L_34); int32_t L_35 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_34); if ((((int32_t)L_35) == ((int32_t)7))) { goto IL_00cf; } } { JsonReader_t2369136700 * L_36 = ___reader0; NullCheck(L_36); int32_t L_37 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_36); if ((((int32_t)L_37) == ((int32_t)8))) { goto IL_00cf; } } { JsonReader_t2369136700 * L_38 = ___reader0; NullCheck(L_38); int32_t L_39 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_38); if ((((int32_t)L_39) == ((int32_t)((int32_t)10)))) { goto IL_00cf; } } { JsonReader_t2369136700 * L_40 = ___reader0; NullCheck(L_40); int32_t L_41 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_40); if ((!(((uint32_t)L_41) == ((uint32_t)((int32_t)16))))) { goto IL_00ec; } } IL_00cf: { JsonReader_t2369136700 * L_42 = ___reader0; String_t* L_43 = XmlNodeConverter_ConvertTokenToXmlValue_m1215035019(__this, L_42, /*hidden argument*/NULL); V_6 = L_43; String_t* L_44 = V_6; if (!L_44) { goto IL_012d; } } { RuntimeObject* L_45 = V_0; RuntimeObject* L_46 = ___document1; String_t* L_47 = V_6; NullCheck(L_46); RuntimeObject* L_48 = InterfaceFuncInvoker1< RuntimeObject*, String_t* >::Invoke(1 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlDocument::CreateTextNode(System.String) */, IXmlDocument_t2842458485_il2cpp_TypeInfo_var, L_46, L_47); NullCheck(L_45); InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(6 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlNode::AppendChild(Newtonsoft.Json.Converters.IXmlNode) */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_45, L_48); return; } IL_00ec: { JsonReader_t2369136700 * L_49 = ___reader0; NullCheck(L_49); int32_t L_50 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_49); if ((((int32_t)L_50) == ((int32_t)((int32_t)11)))) { goto IL_012d; } } { 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); if ((((int32_t)L_52) == ((int32_t)((int32_t)13)))) { goto IL_011a; } } { XmlNamespaceManager_t418790500 * L_53 = ___manager4; NullCheck(L_53); VirtActionInvoker0::Invoke(13 /* System.Void System.Xml.XmlNamespaceManager::PushScope() */, L_53); JsonReader_t2369136700 * L_54 = ___reader0; RuntimeObject* L_55 = ___document1; XmlNamespaceManager_t418790500 * L_56 = ___manager4; RuntimeObject* L_57 = V_0; XmlNodeConverter_DeserializeNode_m3314376157(__this, L_54, L_55, L_56, L_57, /*hidden argument*/NULL); XmlNamespaceManager_t418790500 * L_58 = ___manager4; NullCheck(L_58); VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Xml.XmlNamespaceManager::PopScope() */, L_58); } IL_011a: { XmlNamespaceManager_t418790500 * L_59 = ___manager4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_60 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); XmlNamespaceManager_t418790500 * L_61 = ___manager4; NullCheck(L_61); String_t* L_62 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlNamespaceManager::get_DefaultNamespace() */, L_61); NullCheck(L_59); VirtActionInvoker2< String_t*, String_t* >::Invoke(14 /* System.Void System.Xml.XmlNamespaceManager::RemoveNamespace(System.String,System.String) */, L_59, L_60, L_62); } IL_012d: { return; } } // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::AddAttribute(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Converters.IXmlDocument,Newtonsoft.Json.Converters.IXmlNode,System.String,System.Xml.XmlNamespaceManager,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlNodeConverter_AddAttribute_m3737844344 (RuntimeObject * __this /* static, unused */, JsonReader_t2369136700 * ___reader0, RuntimeObject* ___document1, RuntimeObject* ___currentNode2, String_t* ___attributeName3, XmlNamespaceManager_t418790500 * ___manager4, String_t* ___attributePrefix5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeConverter_AddAttribute_m3737844344_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* G_B3_0 = NULL; { String_t* L_0 = ___attributeName3; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); String_t* L_1 = XmlConvert_EncodeName_m3491219899(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; JsonReader_t2369136700 * L_2 = ___reader0; NullCheck(L_2); RuntimeObject * L_3 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_2); NullCheck(L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_3); V_1 = L_4; String_t* L_5 = ___attributePrefix5; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_6 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0026; } } { RuntimeObject* L_7 = ___document1; String_t* L_8 = V_0; String_t* L_9 = V_1; NullCheck(L_7); RuntimeObject* L_10 = InterfaceFuncInvoker2< RuntimeObject*, String_t*, String_t* >::Invoke(10 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlDocument::CreateAttribute(System.String,System.String) */, IXmlDocument_t2842458485_il2cpp_TypeInfo_var, L_7, L_8, L_9); G_B3_0 = L_10; goto IL_0037; } IL_0026: { RuntimeObject* L_11 = ___document1; String_t* L_12 = V_0; XmlNamespaceManager_t418790500 * L_13 = ___manager4; String_t* L_14 = ___attributePrefix5; NullCheck(L_13); String_t* L_15 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(10 /* System.String System.Xml.XmlNamespaceManager::LookupNamespace(System.String) */, L_13, L_14); String_t* L_16 = V_1; NullCheck(L_11); RuntimeObject* L_17 = InterfaceFuncInvoker3< RuntimeObject*, String_t*, String_t*, String_t* >::Invoke(11 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlDocument::CreateAttribute(System.String,System.String,System.String) */, IXmlDocument_t2842458485_il2cpp_TypeInfo_var, L_11, L_12, L_15, L_16); G_B3_0 = L_17; } IL_0037: { V_2 = G_B3_0; RuntimeObject* L_18 = ___currentNode2; RuntimeObject* L_19 = V_2; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_18, IXmlElement_t1496947789_il2cpp_TypeInfo_var))); InterfaceActionInvoker1< RuntimeObject* >::Invoke(0 /* System.Void Newtonsoft.Json.Converters.IXmlElement::SetAttributeNode(Newtonsoft.Json.Converters.IXmlNode) */, IXmlElement_t1496947789_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_18, IXmlElement_t1496947789_il2cpp_TypeInfo_var)), L_19); return; } } // System.String Newtonsoft.Json.Converters.XmlNodeConverter::ConvertTokenToXmlValue(Newtonsoft.Json.JsonReader) extern "C" IL2CPP_METHOD_ATTR String_t* XmlNodeConverter_ConvertTokenToXmlValue_m1215035019 (XmlNodeConverter_t181348760 * __this, JsonReader_t2369136700 * ___reader0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeConverter_ConvertTokenToXmlValue_m1215035019_MetadataUsageId); s_Il2CppMethodInitialized = true; } DateTime_t3738529785 V_0; memset(&V_0, 0, sizeof(V_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 ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)9))))) { goto IL_0020; } } { JsonReader_t2369136700 * L_2 = ___reader0; NullCheck(L_2); RuntimeObject * L_3 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_2); if (L_3) { goto IL_0014; } } { return (String_t*)NULL; } IL_0014: { JsonReader_t2369136700 * L_4 = ___reader0; NullCheck(L_4); RuntimeObject * L_5 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_4); NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_5); return L_6; } IL_0020: { 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 ((!(((uint32_t)L_8) == ((uint32_t)7)))) { goto IL_003f; } } { JsonReader_t2369136700 * L_9 = ___reader0; NullCheck(L_9); RuntimeObject * L_10 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_9); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_11 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int64_t L_12 = Convert_ToInt64_m2643251823(NULL /*static, unused*/, L_10, L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); String_t* L_13 = XmlConvert_ToString_m2891307708(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); return L_13; } IL_003f: { JsonReader_t2369136700 * L_14 = ___reader0; NullCheck(L_14); int32_t L_15 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_14); if ((!(((uint32_t)L_15) == ((uint32_t)8)))) { goto IL_009a; } } { JsonReader_t2369136700 * L_16 = ___reader0; NullCheck(L_16); RuntimeObject * L_17 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_16); if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_17, Decimal_t2948259380_il2cpp_TypeInfo_var))) { goto IL_0066; } } { JsonReader_t2369136700 * L_18 = ___reader0; NullCheck(L_18); RuntimeObject * L_19 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_18); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); String_t* L_20 = XmlConvert_ToString_m732346799(NULL /*static, unused*/, ((*(Decimal_t2948259380 *)((Decimal_t2948259380 *)UnBox(L_19, Decimal_t2948259380_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_20; } IL_0066: { JsonReader_t2369136700 * L_21 = ___reader0; NullCheck(L_21); RuntimeObject * L_22 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_21); if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_22, Single_t1397266774_il2cpp_TypeInfo_var))) { goto IL_0084; } } { JsonReader_t2369136700 * L_23 = ___reader0; NullCheck(L_23); RuntimeObject * L_24 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_23); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); String_t* L_25 = XmlConvert_ToString_m934314535(NULL /*static, unused*/, ((*(float*)((float*)UnBox(L_24, Single_t1397266774_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_25; } IL_0084: { JsonReader_t2369136700 * L_26 = ___reader0; NullCheck(L_26); RuntimeObject * L_27 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_26); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_28 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); double L_29 = Convert_ToDouble_m4017511472(NULL /*static, unused*/, L_27, L_28, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); String_t* L_30 = XmlConvert_ToString_m2027917565(NULL /*static, unused*/, L_29, /*hidden argument*/NULL); return L_30; } IL_009a: { JsonReader_t2369136700 * L_31 = ___reader0; NullCheck(L_31); int32_t L_32 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_31); if ((!(((uint32_t)L_32) == ((uint32_t)((int32_t)10))))) { goto IL_00ba; } } { JsonReader_t2369136700 * L_33 = ___reader0; NullCheck(L_33); RuntimeObject * L_34 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_33); 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); bool L_36 = Convert_ToBoolean_m4120735400(NULL /*static, unused*/, L_34, L_35, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); String_t* L_37 = XmlConvert_ToString_m142518199(NULL /*static, unused*/, L_36, /*hidden argument*/NULL); return L_37; } IL_00ba: { JsonReader_t2369136700 * L_38 = ___reader0; NullCheck(L_38); int32_t L_39 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_38); if ((!(((uint32_t)L_39) == ((uint32_t)((int32_t)16))))) { goto IL_0106; } } { JsonReader_t2369136700 * L_40 = ___reader0; NullCheck(L_40); RuntimeObject * L_41 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_40); if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_41, DateTimeOffset_t3229287507_il2cpp_TypeInfo_var))) { goto IL_00e2; } } { JsonReader_t2369136700 * L_42 = ___reader0; NullCheck(L_42); RuntimeObject * L_43 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_42); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); String_t* L_44 = XmlConvert_ToString_m158558848(NULL /*static, unused*/, ((*(DateTimeOffset_t3229287507 *)((DateTimeOffset_t3229287507 *)UnBox(L_43, DateTimeOffset_t3229287507_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_44; } IL_00e2: { JsonReader_t2369136700 * L_45 = ___reader0; NullCheck(L_45); RuntimeObject * L_46 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_45); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_47 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); DateTime_t3738529785 L_48 = Convert_ToDateTime_m1567637286(NULL /*static, unused*/, L_46, L_47, /*hidden argument*/NULL); V_0 = L_48; DateTime_t3738529785 L_49 = V_0; int32_t L_50 = DateTime_get_Kind_m2154871796((&V_0), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_t3515429982_il2cpp_TypeInfo_var); int32_t L_51 = DateTimeUtils_ToSerializationMode_m2887824490(NULL /*static, unused*/, L_50, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); String_t* L_52 = XmlConvert_ToString_m1019655946(NULL /*static, unused*/, L_49, L_51, /*hidden argument*/NULL); return L_52; } IL_0106: { JsonReader_t2369136700 * L_53 = ___reader0; NullCheck(L_53); int32_t L_54 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_53); if ((!(((uint32_t)L_54) == ((uint32_t)((int32_t)11))))) { goto IL_0112; } } { return (String_t*)NULL; } IL_0112: { JsonReader_t2369136700 * L_55 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_56 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); JsonReader_t2369136700 * L_57 = ___reader0; NullCheck(L_57); int32_t L_58 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_57); int32_t L_59 = L_58; RuntimeObject * L_60 = Box(JsonToken_t1917433489_il2cpp_TypeInfo_var, &L_59); String_t* L_61 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2632739797, L_56, L_60, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_62 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_55, L_61, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_62,XmlNodeConverter_ConvertTokenToXmlValue_m1215035019_RuntimeMethod_var); } } // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::ReadArrayElements(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Converters.IXmlDocument,System.String,Newtonsoft.Json.Converters.IXmlNode,System.Xml.XmlNamespaceManager) extern "C" IL2CPP_METHOD_ATTR void XmlNodeConverter_ReadArrayElements_m478928390 (XmlNodeConverter_t181348760 * __this, JsonReader_t2369136700 * ___reader0, RuntimeObject* ___document1, String_t* ___propertyName2, RuntimeObject* ___currentNode3, XmlNamespaceManager_t418790500 * ___manager4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeConverter_ReadArrayElements_m478928390_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; RuntimeObject* V_1 = NULL; int32_t V_2 = 0; Enumerator_t3930758430 V_3; memset(&V_3, 0, sizeof(V_3)); RuntimeObject* 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); { String_t* L_0 = ___propertyName2; String_t* L_1 = MiscellaneousUtils_GetPrefix_m3254256809(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = ___propertyName2; RuntimeObject* L_3 = ___document1; String_t* L_4 = V_0; XmlNamespaceManager_t418790500 * L_5 = ___manager4; RuntimeObject* L_6 = XmlNodeConverter_CreateElement_m3875165516(__this, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); V_1 = L_6; RuntimeObject* L_7 = ___currentNode3; RuntimeObject* L_8 = V_1; NullCheck(L_7); InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(6 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlNode::AppendChild(Newtonsoft.Json.Converters.IXmlNode) */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_7, L_8); V_2 = 0; goto IL_0030; } IL_0020: { JsonReader_t2369136700 * L_9 = ___reader0; RuntimeObject* L_10 = ___document1; XmlNamespaceManager_t418790500 * L_11 = ___manager4; String_t* L_12 = ___propertyName2; RuntimeObject* L_13 = V_1; XmlNodeConverter_DeserializeValue_m967285990(__this, L_9, L_10, L_11, L_12, L_13, /*hidden argument*/NULL); int32_t L_14 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0030: { JsonReader_t2369136700 * L_15 = ___reader0; NullCheck(L_15); bool L_16 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_15); if (!L_16) { goto IL_0042; } } { 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 ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)14))))) { goto IL_0020; } } IL_0042: { bool L_19 = XmlNodeConverter_get_WriteArrayAttribute_m2007220485(__this, /*hidden argument*/NULL); if (!L_19) { goto IL_0052; } } { RuntimeObject* L_20 = V_1; RuntimeObject* L_21 = ___document1; XmlNodeConverter_AddJsonArrayAttribute_m2287636000(__this, L_20, L_21, /*hidden argument*/NULL); } IL_0052: { int32_t L_22 = V_2; if ((!(((uint32_t)L_22) == ((uint32_t)1)))) { goto IL_00b1; } } { bool L_23 = XmlNodeConverter_get_WriteArrayAttribute_m2007220485(__this, /*hidden argument*/NULL); if (!L_23) { goto IL_00b1; } } { RuntimeObject* L_24 = V_1; NullCheck(L_24); List_1_t2041514553 * L_25 = InterfaceFuncInvoker0< List_1_t2041514553 * >::Invoke(2 /* System.Collections.Generic.List`1 Newtonsoft.Json.Converters.IXmlNode::get_ChildNodes() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_24); NullCheck(L_25); Enumerator_t3930758430 L_26 = List_1_GetEnumerator_m129741229(L_25, /*hidden argument*/List_1_GetEnumerator_m129741229_RuntimeMethod_var); V_3 = L_26; } IL_006a: try { // begin try (depth: 1) { goto IL_0098; } IL_006c: { RuntimeObject* L_27 = Enumerator_get_Current_m3639170672((&V_3), /*hidden argument*/Enumerator_get_Current_m3639170672_RuntimeMethod_var); V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_27, IXmlElement_t1496947789_il2cpp_TypeInfo_var)); RuntimeObject* L_28 = V_4; if (!L_28) { goto IL_0098; } } IL_007e: { RuntimeObject* L_29 = V_4; NullCheck(L_29); String_t* L_30 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_LocalName() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_29); String_t* L_31 = ___propertyName2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_32 = String_op_Equality_m920492651(NULL /*static, unused*/, L_30, L_31, /*hidden argument*/NULL); if (!L_32) { goto IL_0098; } } IL_008d: { RuntimeObject* L_33 = V_4; RuntimeObject* L_34 = ___document1; XmlNodeConverter_AddJsonArrayAttribute_m2287636000(__this, L_33, L_34, /*hidden argument*/NULL); IL2CPP_LEAVE(0xB1, FINALLY_00a3); } IL_0098: { bool L_35 = Enumerator_MoveNext_m2036347884((&V_3), /*hidden argument*/Enumerator_MoveNext_m2036347884_RuntimeMethod_var); if (L_35) { goto IL_006c; } } IL_00a1: { IL2CPP_LEAVE(0xB1, FINALLY_00a3); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00a3; } FINALLY_00a3: { // begin finally (depth: 1) Enumerator_Dispose_m3806345029((&V_3), /*hidden argument*/Enumerator_Dispose_m3806345029_RuntimeMethod_var); IL2CPP_END_FINALLY(163) } // end finally (depth: 1) IL2CPP_CLEANUP(163) { IL2CPP_JUMP_TBL(0xB1, IL_00b1) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00b1: { return; } } // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::AddJsonArrayAttribute(Newtonsoft.Json.Converters.IXmlElement,Newtonsoft.Json.Converters.IXmlDocument) extern "C" IL2CPP_METHOD_ATTR void XmlNodeConverter_AddJsonArrayAttribute_m2287636000 (XmlNodeConverter_t181348760 * __this, RuntimeObject* ___element0, RuntimeObject* ___document1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeConverter_AddJsonArrayAttribute_m2287636000_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___element0; RuntimeObject* L_1 = ___document1; NullCheck(L_1); RuntimeObject* L_2 = InterfaceFuncInvoker3< RuntimeObject*, String_t*, String_t*, String_t* >::Invoke(11 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlDocument::CreateAttribute(System.String,System.String,System.String) */, IXmlDocument_t2842458485_il2cpp_TypeInfo_var, L_1, _stringLiteral3245331810, _stringLiteral1185000618, _stringLiteral4002445229); NullCheck(L_0); InterfaceActionInvoker1< RuntimeObject* >::Invoke(0 /* System.Void Newtonsoft.Json.Converters.IXmlElement::SetAttributeNode(Newtonsoft.Json.Converters.IXmlNode) */, IXmlElement_t1496947789_il2cpp_TypeInfo_var, L_0, L_2); RuntimeObject* L_3 = ___element0; if (!((XElementWrapper_t2633871282 *)IsInstClass((RuntimeObject*)L_3, XElementWrapper_t2633871282_il2cpp_TypeInfo_var))) { goto IL_004b; } } { RuntimeObject* L_4 = ___element0; NullCheck(L_4); String_t* L_5 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(1 /* System.String Newtonsoft.Json.Converters.IXmlElement::GetPrefixOfNamespace(System.String) */, IXmlElement_t1496947789_il2cpp_TypeInfo_var, L_4, _stringLiteral1185000618); if (L_5) { goto IL_004b; } } { RuntimeObject* L_6 = ___element0; RuntimeObject* L_7 = ___document1; NullCheck(L_7); RuntimeObject* L_8 = InterfaceFuncInvoker3< RuntimeObject*, String_t*, String_t*, String_t* >::Invoke(11 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlDocument::CreateAttribute(System.String,System.String,System.String) */, IXmlDocument_t2842458485_il2cpp_TypeInfo_var, L_7, _stringLiteral2041072787, _stringLiteral2829469855, _stringLiteral1185000618); NullCheck(L_6); InterfaceActionInvoker1< RuntimeObject* >::Invoke(0 /* System.Void Newtonsoft.Json.Converters.IXmlElement::SetAttributeNode(Newtonsoft.Json.Converters.IXmlNode) */, IXmlElement_t1496947789_il2cpp_TypeInfo_var, L_6, L_8); } IL_004b: { return; } } // System.Collections.Generic.Dictionary`2 Newtonsoft.Json.Converters.XmlNodeConverter::ReadAttributeElements(Newtonsoft.Json.JsonReader,System.Xml.XmlNamespaceManager) extern "C" IL2CPP_METHOD_ATTR Dictionary_2_t1632706988 * XmlNodeConverter_ReadAttributeElements_m807238524 (XmlNodeConverter_t181348760 * __this, JsonReader_t2369136700 * ___reader0, XmlNamespaceManager_t418790500 * ___manager1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeConverter_ReadAttributeElements_m807238524_MetadataUsageId); s_Il2CppMethodInitialized = true; } Dictionary_2_t1632706988 * V_0 = NULL; bool V_1 = false; bool V_2 = false; int32_t V_3 = 0; String_t* V_4 = NULL; Il2CppChar V_5 = 0x0; String_t* V_6 = NULL; String_t* V_7 = NULL; String_t* V_8 = NULL; Nullable_1_t378540539 V_9; memset(&V_9, 0, sizeof(V_9)); String_t* G_B34_0 = NULL; { Dictionary_2_t1632706988 * L_0 = (Dictionary_2_t1632706988 *)il2cpp_codegen_object_new(Dictionary_2_t1632706988_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3302800229(L_0, /*hidden argument*/Dictionary_2__ctor_m3302800229_RuntimeMethod_var); V_0 = L_0; V_1 = (bool)0; V_2 = (bool)0; 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 ((((int32_t)L_2) == ((int32_t)((int32_t)9)))) { goto IL_027e; } } { 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)((int32_t)11)))) { goto IL_027e; } } { 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); if ((((int32_t)L_6) == ((int32_t)((int32_t)10)))) { goto IL_027e; } } { 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)7))) { goto IL_027e; } } { JsonReader_t2369136700 * L_9 = ___reader0; NullCheck(L_9); int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_9); if ((((int32_t)L_10) == ((int32_t)8))) { goto IL_027e; } } { JsonReader_t2369136700 * L_11 = ___reader0; NullCheck(L_11); int32_t L_12 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_11); if ((((int32_t)L_12) == ((int32_t)((int32_t)16)))) { goto IL_027e; } } { 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); if ((((int32_t)L_14) == ((int32_t)3))) { goto IL_027e; } } { goto IL_026d; } IL_0067: { JsonReader_t2369136700 * L_15 = ___reader0; NullCheck(L_15); int32_t L_16 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_15); V_3 = L_16; int32_t L_17 = V_3; if ((((int32_t)L_17) == ((int32_t)4))) { goto IL_0086; } } { int32_t L_18 = V_3; if ((((int32_t)L_18) == ((int32_t)5))) { goto IL_024d; } } { int32_t L_19 = V_3; if ((((int32_t)L_19) == ((int32_t)((int32_t)13)))) { goto IL_0249; } } { goto IL_0251; } IL_0086: { JsonReader_t2369136700 * L_20 = ___reader0; NullCheck(L_20); RuntimeObject * L_21 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_20); NullCheck(L_21); String_t* L_22 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_21); V_4 = L_22; String_t* L_23 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_24 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); if (L_24) { goto IL_0245; } } { String_t* L_25 = V_4; NullCheck(L_25); Il2CppChar L_26 = String_get_Chars_m2986988803(L_25, 0, /*hidden argument*/NULL); V_5 = L_26; Il2CppChar L_27 = V_5; if ((((int32_t)L_27) == ((int32_t)((int32_t)36)))) { goto IL_00fa; } } { Il2CppChar L_28 = V_5; if ((!(((uint32_t)L_28) == ((uint32_t)((int32_t)64))))) { goto IL_0241; } } { String_t* L_29 = V_4; NullCheck(L_29); String_t* L_30 = String_Substring_m2848979100(L_29, 1, /*hidden argument*/NULL); V_4 = L_30; JsonReader_t2369136700 * L_31 = ___reader0; NullCheck(L_31); VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_31); JsonReader_t2369136700 * L_32 = ___reader0; String_t* L_33 = XmlNodeConverter_ConvertTokenToXmlValue_m1215035019(__this, L_32, /*hidden argument*/NULL); V_6 = L_33; Dictionary_2_t1632706988 * L_34 = V_0; String_t* L_35 = V_4; String_t* L_36 = V_6; NullCheck(L_34); Dictionary_2_Add_m633427275(L_34, L_35, L_36, /*hidden argument*/Dictionary_2_Add_m633427275_RuntimeMethod_var); String_t* L_37 = V_4; bool L_38 = XmlNodeConverter_IsNamespaceAttribute_m836068376(__this, L_37, (&V_7), /*hidden argument*/NULL); if (!L_38) { goto IL_026d; } } { XmlNamespaceManager_t418790500 * L_39 = ___manager1; String_t* L_40 = V_7; String_t* L_41 = V_6; NullCheck(L_39); VirtActionInvoker2< String_t*, String_t* >::Invoke(8 /* System.Void System.Xml.XmlNamespaceManager::AddNamespace(System.String,System.String) */, L_39, L_40, L_41); goto IL_026d; } IL_00fa: { String_t* L_42 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_43 = String_op_Equality_m920492651(NULL /*static, unused*/, L_42, _stringLiteral2945250967, /*hidden argument*/NULL); if (L_43) { goto IL_0143; } } { String_t* L_44 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_45 = String_op_Equality_m920492651(NULL /*static, unused*/, L_44, _stringLiteral3266464882, /*hidden argument*/NULL); if (L_45) { goto IL_0143; } } { String_t* L_46 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_47 = String_op_Equality_m920492651(NULL /*static, unused*/, L_46, _stringLiteral2376253709, /*hidden argument*/NULL); if (L_47) { goto IL_0143; } } { String_t* L_48 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_49 = String_op_Equality_m920492651(NULL /*static, unused*/, L_48, _stringLiteral2020913234, /*hidden argument*/NULL); if (L_49) { goto IL_0143; } } { String_t* L_50 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_51 = String_op_Equality_m920492651(NULL /*static, unused*/, L_50, _stringLiteral797875914, /*hidden argument*/NULL); if (!L_51) { goto IL_023d; } } IL_0143: { XmlNamespaceManager_t418790500 * L_52 = ___manager1; NullCheck(L_52); String_t* L_53 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(11 /* System.String System.Xml.XmlNamespaceManager::LookupPrefix(System.String) */, L_52, _stringLiteral1185000618); V_8 = L_53; String_t* L_54 = V_8; if (L_54) { goto IL_01be; } } { il2cpp_codegen_initobj((&V_9), sizeof(Nullable_1_t378540539 )); goto IL_016e; } IL_015e: { int32_t L_55 = Nullable_1_GetValueOrDefault_m2296315628((&V_9), /*hidden argument*/Nullable_1_GetValueOrDefault_m2296315628_RuntimeMethod_var); Nullable_1__ctor_m2076366551((&V_9), ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1)), /*hidden argument*/Nullable_1__ctor_m2076366551_RuntimeMethod_var); } IL_016e: { XmlNamespaceManager_t418790500 * L_56 = ___manager1; Nullable_1_t378540539 L_57 = V_9; Nullable_1_t378540539 L_58 = L_57; RuntimeObject * L_59 = Box(Nullable_1_t378540539_il2cpp_TypeInfo_var, &L_58); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_60 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral417138101, L_59, /*hidden argument*/NULL); NullCheck(L_56); String_t* L_61 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(10 /* System.String System.Xml.XmlNamespaceManager::LookupNamespace(System.String) */, L_56, L_60); if (L_61) { goto IL_015e; } } { Nullable_1_t378540539 L_62 = V_9; Nullable_1_t378540539 L_63 = L_62; RuntimeObject * L_64 = Box(Nullable_1_t378540539_il2cpp_TypeInfo_var, &L_63); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_65 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral417138101, L_64, /*hidden argument*/NULL); V_8 = L_65; Dictionary_2_t1632706988 * L_66 = V_0; String_t* L_67 = V_8; String_t* L_68 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3928843229, L_67, /*hidden argument*/NULL); NullCheck(L_66); Dictionary_2_Add_m633427275(L_66, L_68, _stringLiteral1185000618, /*hidden argument*/Dictionary_2_Add_m633427275_RuntimeMethod_var); XmlNamespaceManager_t418790500 * L_69 = ___manager1; String_t* L_70 = V_8; NullCheck(L_69); VirtActionInvoker2< String_t*, String_t* >::Invoke(8 /* System.Void System.Xml.XmlNamespaceManager::AddNamespace(System.String,System.String) */, L_69, L_70, _stringLiteral1185000618); } IL_01be: { String_t* L_71 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_72 = String_op_Equality_m920492651(NULL /*static, unused*/, L_71, _stringLiteral2945250967, /*hidden argument*/NULL); if (!L_72) { goto IL_01d3; } } { V_1 = (bool)1; goto IL_026d; } IL_01d3: { String_t* L_73 = V_4; NullCheck(L_73); String_t* L_74 = String_Substring_m2848979100(L_73, 1, /*hidden argument*/NULL); V_4 = L_74; JsonReader_t2369136700 * L_75 = ___reader0; NullCheck(L_75); VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_75); JsonReader_t2369136700 * L_76 = ___reader0; NullCheck(L_76); int32_t L_77 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_76); bool L_78 = JsonTokenUtils_IsPrimitiveToken_m4162264142(NULL /*static, unused*/, L_77, /*hidden argument*/NULL); if (L_78) { goto IL_020d; } } { JsonReader_t2369136700 * L_79 = ___reader0; JsonReader_t2369136700 * L_80 = ___reader0; NullCheck(L_80); int32_t L_81 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_80); int32_t L_82 = L_81; RuntimeObject * L_83 = Box(JsonToken_t1917433489_il2cpp_TypeInfo_var, &L_82); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_84 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral266346688, L_83, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_85 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_79, L_84, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_85,XmlNodeConverter_ReadAttributeElements_m807238524_RuntimeMethod_var); } IL_020d: { JsonReader_t2369136700 * L_86 = ___reader0; NullCheck(L_86); RuntimeObject * L_87 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_86); if (L_87) { goto IL_0218; } } { G_B34_0 = ((String_t*)(NULL)); goto IL_0223; } IL_0218: { JsonReader_t2369136700 * L_88 = ___reader0; NullCheck(L_88); RuntimeObject * L_89 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_88); NullCheck(L_89); String_t* L_90 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_89); G_B34_0 = L_90; } IL_0223: { V_6 = G_B34_0; Dictionary_2_t1632706988 * L_91 = V_0; String_t* L_92 = V_8; String_t* L_93 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_94 = String_Concat_m3755062657(NULL /*static, unused*/, L_92, _stringLiteral3452614550, L_93, /*hidden argument*/NULL); String_t* L_95 = V_6; NullCheck(L_91); Dictionary_2_Add_m633427275(L_91, L_94, L_95, /*hidden argument*/Dictionary_2_Add_m633427275_RuntimeMethod_var); goto IL_026d; } IL_023d: { V_1 = (bool)1; goto IL_026d; } IL_0241: { V_1 = (bool)1; goto IL_026d; } IL_0245: { V_1 = (bool)1; goto IL_026d; } IL_0249: { V_2 = (bool)1; goto IL_026d; } IL_024d: { V_2 = (bool)1; goto IL_026d; } IL_0251: { JsonReader_t2369136700 * L_96 = ___reader0; JsonReader_t2369136700 * L_97 = ___reader0; NullCheck(L_97); int32_t L_98 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_97); int32_t L_99 = L_98; RuntimeObject * L_100 = Box(JsonToken_t1917433489_il2cpp_TypeInfo_var, &L_99); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_101 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral266346688, L_100, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_102 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_96, L_101, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_102,XmlNodeConverter_ReadAttributeElements_m807238524_RuntimeMethod_var); } IL_026d: { bool L_103 = V_1; if (L_103) { goto IL_027e; } } { bool L_104 = V_2; if (L_104) { goto IL_027e; } } { JsonReader_t2369136700 * L_105 = ___reader0; NullCheck(L_105); bool L_106 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_105); if (L_106) { goto IL_0067; } } IL_027e: { Dictionary_2_t1632706988 * L_107 = V_0; return L_107; } } // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::CreateInstruction(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Converters.IXmlDocument,Newtonsoft.Json.Converters.IXmlNode,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlNodeConverter_CreateInstruction_m4147217300 (XmlNodeConverter_t181348760 * __this, JsonReader_t2369136700 * ___reader0, RuntimeObject* ___document1, RuntimeObject* ___currentNode2, String_t* ___propertyName3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeConverter_CreateInstruction_m4147217300_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; RuntimeObject* V_3 = NULL; String_t* V_4 = NULL; RuntimeObject* V_5 = NULL; { String_t* L_0 = ___propertyName3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_op_Equality_m920492651(NULL /*static, unused*/, L_0, _stringLiteral3932363850, /*hidden argument*/NULL); if (!L_1) { goto IL_00d3; } } { V_0 = (String_t*)NULL; V_1 = (String_t*)NULL; V_2 = (String_t*)NULL; goto IL_00ab; } IL_001c: { JsonReader_t2369136700 * L_2 = ___reader0; NullCheck(L_2); RuntimeObject * L_3 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_2); NullCheck(L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_3); V_4 = L_4; String_t* L_5 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_6 = String_op_Equality_m920492651(NULL /*static, unused*/, L_5, _stringLiteral1914678369, /*hidden argument*/NULL); if (L_6) { goto IL_0055; } } { String_t* L_7 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_8 = String_op_Equality_m920492651(NULL /*static, unused*/, L_7, _stringLiteral3907865926, /*hidden argument*/NULL); if (L_8) { goto IL_006a; } } { String_t* L_9 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_10 = String_op_Equality_m920492651(NULL /*static, unused*/, L_9, _stringLiteral239840542, /*hidden argument*/NULL); if (L_10) { goto IL_007f; } } { goto IL_0094; } IL_0055: { JsonReader_t2369136700 * L_11 = ___reader0; NullCheck(L_11); VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_11); 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); V_0 = L_14; goto IL_00ab; } IL_006a: { JsonReader_t2369136700 * L_15 = ___reader0; NullCheck(L_15); VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_15); JsonReader_t2369136700 * L_16 = ___reader0; NullCheck(L_16); RuntimeObject * L_17 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_16); NullCheck(L_17); String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_17); V_1 = L_18; goto IL_00ab; } IL_007f: { JsonReader_t2369136700 * L_19 = ___reader0; NullCheck(L_19); VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_19); JsonReader_t2369136700 * L_20 = ___reader0; NullCheck(L_20); RuntimeObject * L_21 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_20); NullCheck(L_21); String_t* L_22 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_21); V_2 = L_22; goto IL_00ab; } IL_0094: { JsonReader_t2369136700 * L_23 = ___reader0; JsonReader_t2369136700 * L_24 = ___reader0; NullCheck(L_24); RuntimeObject * L_25 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_24); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_26 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral4006809347, L_25, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_27 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_23, L_26, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27,XmlNodeConverter_CreateInstruction_m4147217300_RuntimeMethod_var); } IL_00ab: { JsonReader_t2369136700 * L_28 = ___reader0; NullCheck(L_28); bool L_29 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_28); if (!L_29) { goto IL_00c0; } } { JsonReader_t2369136700 * L_30 = ___reader0; NullCheck(L_30); int32_t L_31 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_30); if ((!(((uint32_t)L_31) == ((uint32_t)((int32_t)13))))) { goto IL_001c; } } IL_00c0: { RuntimeObject* L_32 = ___document1; String_t* L_33 = V_0; String_t* L_34 = V_1; String_t* L_35 = V_2; NullCheck(L_32); RuntimeObject* L_36 = InterfaceFuncInvoker3< RuntimeObject*, String_t*, String_t*, String_t* >::Invoke(5 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlDocument::CreateXmlDeclaration(System.String,System.String,System.String) */, IXmlDocument_t2842458485_il2cpp_TypeInfo_var, L_32, L_33, L_34, L_35); V_3 = L_36; RuntimeObject* L_37 = ___currentNode2; RuntimeObject* L_38 = V_3; NullCheck(L_37); InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(6 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlNode::AppendChild(Newtonsoft.Json.Converters.IXmlNode) */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_37, L_38); return; } IL_00d3: { RuntimeObject* L_39 = ___document1; String_t* L_40 = ___propertyName3; NullCheck(L_40); String_t* L_41 = String_Substring_m2848979100(L_40, 1, /*hidden argument*/NULL); JsonReader_t2369136700 * L_42 = ___reader0; NullCheck(L_42); RuntimeObject * L_43 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_42); NullCheck(L_43); String_t* L_44 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_43); NullCheck(L_39); RuntimeObject* L_45 = InterfaceFuncInvoker2< RuntimeObject*, String_t*, String_t* >::Invoke(7 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlDocument::CreateProcessingInstruction(System.String,System.String) */, IXmlDocument_t2842458485_il2cpp_TypeInfo_var, L_39, L_41, L_44); V_5 = L_45; RuntimeObject* L_46 = ___currentNode2; RuntimeObject* L_47 = V_5; NullCheck(L_46); InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(6 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlNode::AppendChild(Newtonsoft.Json.Converters.IXmlNode) */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_46, L_47); return; } } // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::CreateDocumentType(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Converters.IXmlDocument,Newtonsoft.Json.Converters.IXmlNode) extern "C" IL2CPP_METHOD_ATTR void XmlNodeConverter_CreateDocumentType_m841061965 (XmlNodeConverter_t181348760 * __this, JsonReader_t2369136700 * ___reader0, RuntimeObject* ___document1, RuntimeObject* ___currentNode2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeConverter_CreateDocumentType_m841061965_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; RuntimeObject* V_4 = NULL; String_t* V_5 = NULL; { V_0 = (String_t*)NULL; V_1 = (String_t*)NULL; V_2 = (String_t*)NULL; V_3 = (String_t*)NULL; goto IL_00bf; } IL_000d: { JsonReader_t2369136700 * L_0 = ___reader0; NullCheck(L_0); RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_0); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1); V_5 = L_2; String_t* L_3 = V_5; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Equality_m920492651(NULL /*static, unused*/, L_3, _stringLiteral2730273782, /*hidden argument*/NULL); if (L_4) { goto IL_0054; } } { String_t* L_5 = V_5; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_6 = String_op_Equality_m920492651(NULL /*static, unused*/, L_5, _stringLiteral479323656, /*hidden argument*/NULL); if (L_6) { goto IL_0069; } } { String_t* L_7 = V_5; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_8 = String_op_Equality_m920492651(NULL /*static, unused*/, L_7, _stringLiteral3287063814, /*hidden argument*/NULL); if (L_8) { goto IL_007e; } } { String_t* L_9 = V_5; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_10 = String_op_Equality_m920492651(NULL /*static, unused*/, L_9, _stringLiteral2830718721, /*hidden argument*/NULL); if (L_10) { goto IL_0093; } } { goto IL_00a8; } IL_0054: { JsonReader_t2369136700 * L_11 = ___reader0; NullCheck(L_11); VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_11); 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); V_0 = L_14; goto IL_00bf; } IL_0069: { JsonReader_t2369136700 * L_15 = ___reader0; NullCheck(L_15); VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_15); JsonReader_t2369136700 * L_16 = ___reader0; NullCheck(L_16); RuntimeObject * L_17 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_16); NullCheck(L_17); String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_17); V_1 = L_18; goto IL_00bf; } IL_007e: { JsonReader_t2369136700 * L_19 = ___reader0; NullCheck(L_19); VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_19); JsonReader_t2369136700 * L_20 = ___reader0; NullCheck(L_20); RuntimeObject * L_21 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_20); NullCheck(L_21); String_t* L_22 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_21); V_2 = L_22; goto IL_00bf; } IL_0093: { JsonReader_t2369136700 * L_23 = ___reader0; NullCheck(L_23); VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_23); JsonReader_t2369136700 * L_24 = ___reader0; NullCheck(L_24); RuntimeObject * L_25 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_24); NullCheck(L_25); String_t* L_26 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_25); V_3 = L_26; goto IL_00bf; } IL_00a8: { JsonReader_t2369136700 * L_27 = ___reader0; JsonReader_t2369136700 * L_28 = ___reader0; NullCheck(L_28); RuntimeObject * L_29 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_28); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_30 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral4006809347, L_29, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_31 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_27, L_30, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_31,XmlNodeConverter_CreateDocumentType_m841061965_RuntimeMethod_var); } IL_00bf: { JsonReader_t2369136700 * L_32 = ___reader0; NullCheck(L_32); bool L_33 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_32); if (!L_33) { goto IL_00d4; } } { JsonReader_t2369136700 * L_34 = ___reader0; NullCheck(L_34); int32_t L_35 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_34); if ((!(((uint32_t)L_35) == ((uint32_t)((int32_t)13))))) { goto IL_000d; } } IL_00d4: { RuntimeObject* L_36 = ___document1; String_t* L_37 = V_0; String_t* L_38 = V_1; String_t* L_39 = V_2; String_t* L_40 = V_3; NullCheck(L_36); RuntimeObject* L_41 = InterfaceFuncInvoker4< RuntimeObject*, String_t*, String_t*, String_t*, String_t* >::Invoke(6 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlDocument::CreateXmlDocumentType(System.String,System.String,System.String,System.String) */, IXmlDocument_t2842458485_il2cpp_TypeInfo_var, L_36, L_37, L_38, L_39, L_40); V_4 = L_41; RuntimeObject* L_42 = ___currentNode2; RuntimeObject* L_43 = V_4; NullCheck(L_42); InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(6 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlNode::AppendChild(Newtonsoft.Json.Converters.IXmlNode) */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_42, L_43); return; } } // Newtonsoft.Json.Converters.IXmlElement Newtonsoft.Json.Converters.XmlNodeConverter::CreateElement(System.String,Newtonsoft.Json.Converters.IXmlDocument,System.String,System.Xml.XmlNamespaceManager) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlNodeConverter_CreateElement_m3875165516 (XmlNodeConverter_t181348760 * __this, String_t* ___elementName0, RuntimeObject* ___document1, String_t* ___elementPrefix2, XmlNamespaceManager_t418790500 * ___manager3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeConverter_CreateElement_m3875165516_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* G_B3_0 = NULL; { String_t* L_0 = ___elementName0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); String_t* L_1 = XmlConvert_EncodeName_m3491219899(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = ___elementPrefix2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_3 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0019; } } { XmlNamespaceManager_t418790500 * L_4 = ___manager3; String_t* L_5 = ___elementPrefix2; NullCheck(L_4); String_t* L_6 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(10 /* System.String System.Xml.XmlNamespaceManager::LookupNamespace(System.String) */, L_4, L_5); G_B3_0 = L_6; goto IL_0020; } IL_0019: { XmlNamespaceManager_t418790500 * L_7 = ___manager3; NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlNamespaceManager::get_DefaultNamespace() */, L_7); G_B3_0 = L_8; } IL_0020: { V_1 = G_B3_0; String_t* L_9 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_10 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0031; } } { RuntimeObject* L_11 = ___document1; String_t* L_12 = V_0; NullCheck(L_11); RuntimeObject* L_13 = InterfaceFuncInvoker1< RuntimeObject*, String_t* >::Invoke(8 /* Newtonsoft.Json.Converters.IXmlElement Newtonsoft.Json.Converters.IXmlDocument::CreateElement(System.String) */, IXmlDocument_t2842458485_il2cpp_TypeInfo_var, L_11, L_12); return L_13; } IL_0031: { RuntimeObject* L_14 = ___document1; String_t* L_15 = V_0; String_t* L_16 = V_1; NullCheck(L_14); RuntimeObject* L_17 = InterfaceFuncInvoker2< RuntimeObject*, String_t*, String_t* >::Invoke(9 /* Newtonsoft.Json.Converters.IXmlElement Newtonsoft.Json.Converters.IXmlDocument::CreateElement(System.String,System.String) */, IXmlDocument_t2842458485_il2cpp_TypeInfo_var, L_14, L_15, L_16); return L_17; } } // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::DeserializeNode(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Converters.IXmlDocument,System.Xml.XmlNamespaceManager,Newtonsoft.Json.Converters.IXmlNode) extern "C" IL2CPP_METHOD_ATTR void XmlNodeConverter_DeserializeNode_m3314376157 (XmlNodeConverter_t181348760 * __this, JsonReader_t2369136700 * ___reader0, RuntimeObject* ___document1, XmlNamespaceManager_t418790500 * ___manager2, RuntimeObject* ___currentNode3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeConverter_DeserializeNode_m3314376157_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; String_t* V_2 = NULL; int32_t V_3 = 0; Enumerator_t3930758430 V_4; memset(&V_4, 0, sizeof(V_4)); RuntimeObject* V_5 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: { 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); V_0 = L_1; int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)3))) { case 0: { goto IL_010f; } case 1: { goto IL_0030; } case 2: { goto IL_013d; } } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)((int32_t)13)))) { goto IL_0158; } } { int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)((int32_t)14)))) { goto IL_0158; } } { goto IL_0159; } IL_0030: { RuntimeObject* L_5 = ___currentNode3; NullCheck(L_5); int32_t L_6 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.XmlNodeType Newtonsoft.Json.Converters.IXmlNode::get_NodeType() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_5); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)9))))) { goto IL_004f; } } { RuntimeObject* L_7 = ___document1; NullCheck(L_7); RuntimeObject* L_8 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(12 /* Newtonsoft.Json.Converters.IXmlElement Newtonsoft.Json.Converters.IXmlDocument::get_DocumentElement() */, IXmlDocument_t2842458485_il2cpp_TypeInfo_var, L_7); if (!L_8) { goto IL_004f; } } { JsonReader_t2369136700 * L_9 = ___reader0; JsonSerializationException_t4152118729 * L_10 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_9, _stringLiteral1303949968, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,XmlNodeConverter_DeserializeNode_m3314376157_RuntimeMethod_var); } IL_004f: { JsonReader_t2369136700 * L_11 = ___reader0; NullCheck(L_11); RuntimeObject * L_12 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_11); NullCheck(L_12); String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_12); V_1 = L_13; JsonReader_t2369136700 * L_14 = ___reader0; NullCheck(L_14); VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_14); JsonReader_t2369136700 * L_15 = ___reader0; NullCheck(L_15); int32_t L_16 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_15); if ((!(((uint32_t)L_16) == ((uint32_t)2)))) { goto IL_0101; } } { V_3 = 0; goto IL_0082; } IL_0072: { JsonReader_t2369136700 * L_17 = ___reader0; RuntimeObject* L_18 = ___document1; XmlNamespaceManager_t418790500 * L_19 = ___manager2; String_t* L_20 = V_1; RuntimeObject* L_21 = ___currentNode3; XmlNodeConverter_DeserializeValue_m967285990(__this, L_17, L_18, L_19, L_20, L_21, /*hidden argument*/NULL); int32_t L_22 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0082: { JsonReader_t2369136700 * L_23 = ___reader0; NullCheck(L_23); bool L_24 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_23); if (!L_24) { goto IL_0094; } } { JsonReader_t2369136700 * L_25 = ___reader0; NullCheck(L_25); int32_t L_26 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_25); if ((!(((uint32_t)L_26) == ((uint32_t)((int32_t)14))))) { goto IL_0072; } } IL_0094: { int32_t L_27 = V_3; if ((!(((uint32_t)L_27) == ((uint32_t)1)))) { goto IL_0175; } } { bool L_28 = XmlNodeConverter_get_WriteArrayAttribute_m2007220485(__this, /*hidden argument*/NULL); if (!L_28) { goto IL_0175; } } { RuntimeObject* L_29 = ___currentNode3; NullCheck(L_29); List_1_t2041514553 * L_30 = InterfaceFuncInvoker0< List_1_t2041514553 * >::Invoke(2 /* System.Collections.Generic.List`1 Newtonsoft.Json.Converters.IXmlNode::get_ChildNodes() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_29); NullCheck(L_30); Enumerator_t3930758430 L_31 = List_1_GetEnumerator_m129741229(L_30, /*hidden argument*/List_1_GetEnumerator_m129741229_RuntimeMethod_var); V_4 = L_31; } IL_00b4: try { // begin try (depth: 1) { goto IL_00e5; } IL_00b6: { RuntimeObject* L_32 = Enumerator_get_Current_m3639170672((&V_4), /*hidden argument*/Enumerator_get_Current_m3639170672_RuntimeMethod_var); V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_32, IXmlElement_t1496947789_il2cpp_TypeInfo_var)); RuntimeObject* L_33 = V_5; if (!L_33) { goto IL_00e5; } } IL_00c8: { RuntimeObject* L_34 = V_5; NullCheck(L_34); String_t* L_35 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_LocalName() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_34); String_t* L_36 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_37 = String_op_Equality_m920492651(NULL /*static, unused*/, L_35, L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_00e5; } } IL_00d7: { RuntimeObject* L_38 = V_5; RuntimeObject* L_39 = ___document1; XmlNodeConverter_AddJsonArrayAttribute_m2287636000(__this, L_38, L_39, /*hidden argument*/NULL); IL2CPP_LEAVE(0x175, FINALLY_00f3); } IL_00e5: { bool L_40 = Enumerator_MoveNext_m2036347884((&V_4), /*hidden argument*/Enumerator_MoveNext_m2036347884_RuntimeMethod_var); if (L_40) { goto IL_00b6; } } IL_00ee: { IL2CPP_LEAVE(0x175, FINALLY_00f3); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00f3; } FINALLY_00f3: { // begin finally (depth: 1) Enumerator_Dispose_m3806345029((&V_4), /*hidden argument*/Enumerator_Dispose_m3806345029_RuntimeMethod_var); IL2CPP_END_FINALLY(243) } // end finally (depth: 1) IL2CPP_CLEANUP(243) { IL2CPP_JUMP_TBL(0x175, IL_0175) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0101: { JsonReader_t2369136700 * L_41 = ___reader0; RuntimeObject* L_42 = ___document1; XmlNamespaceManager_t418790500 * L_43 = ___manager2; String_t* L_44 = V_1; RuntimeObject* L_45 = ___currentNode3; XmlNodeConverter_DeserializeValue_m967285990(__this, L_41, L_42, L_43, L_44, L_45, /*hidden argument*/NULL); goto IL_0175; } IL_010f: { JsonReader_t2369136700 * L_46 = ___reader0; NullCheck(L_46); RuntimeObject * L_47 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_46); NullCheck(L_47); String_t* L_48 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_47); V_2 = L_48; goto IL_0129; } IL_011d: { JsonReader_t2369136700 * L_49 = ___reader0; RuntimeObject* L_50 = ___document1; XmlNamespaceManager_t418790500 * L_51 = ___manager2; String_t* L_52 = V_2; RuntimeObject* L_53 = ___currentNode3; XmlNodeConverter_DeserializeValue_m967285990(__this, L_49, L_50, L_51, L_52, L_53, /*hidden argument*/NULL); } IL_0129: { JsonReader_t2369136700 * L_54 = ___reader0; NullCheck(L_54); bool L_55 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_54); if (!L_55) { goto IL_0175; } } { JsonReader_t2369136700 * L_56 = ___reader0; NullCheck(L_56); int32_t L_57 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_56); if ((!(((uint32_t)L_57) == ((uint32_t)((int32_t)15))))) { goto IL_011d; } } { goto IL_0175; } IL_013d: { RuntimeObject* L_58 = ___currentNode3; RuntimeObject* L_59 = ___document1; JsonReader_t2369136700 * L_60 = ___reader0; NullCheck(L_60); RuntimeObject * L_61 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_60); NullCheck(L_59); RuntimeObject* L_62 = InterfaceFuncInvoker1< RuntimeObject*, String_t* >::Invoke(0 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlDocument::CreateComment(System.String) */, IXmlDocument_t2842458485_il2cpp_TypeInfo_var, L_59, ((String_t*)CastclassSealed((RuntimeObject*)L_61, String_t_il2cpp_TypeInfo_var))); NullCheck(L_58); InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(6 /* Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.IXmlNode::AppendChild(Newtonsoft.Json.Converters.IXmlNode) */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_58, L_62); goto IL_0175; } IL_0158: { return; } IL_0159: { JsonReader_t2369136700 * L_63 = ___reader0; JsonReader_t2369136700 * L_64 = ___reader0; NullCheck(L_64); int32_t L_65 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_64); int32_t L_66 = L_65; RuntimeObject * L_67 = Box(JsonToken_t1917433489_il2cpp_TypeInfo_var, &L_66); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_68 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral531491209, L_67, /*hidden argument*/NULL); JsonSerializationException_t4152118729 * L_69 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, L_63, L_68, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_69,XmlNodeConverter_DeserializeNode_m3314376157_RuntimeMethod_var); } IL_0175: { JsonReader_t2369136700 * L_70 = ___reader0; NullCheck(L_70); int32_t L_71 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_70); if ((((int32_t)L_71) == ((int32_t)4))) { goto IL_0000; } } { JsonReader_t2369136700 * L_72 = ___reader0; NullCheck(L_72); bool L_73 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_72); if (L_73) { goto IL_0000; } } { return; } } // System.Boolean Newtonsoft.Json.Converters.XmlNodeConverter::IsNamespaceAttribute(System.String,System.String&) extern "C" IL2CPP_METHOD_ATTR bool XmlNodeConverter_IsNamespaceAttribute_m836068376 (XmlNodeConverter_t181348760 * __this, String_t* ___attributeName0, String_t** ___prefix1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeConverter_IsNamespaceAttribute_m836068376_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___attributeName0; NullCheck(L_0); bool L_1 = String_StartsWith_m2640722675(L_0, _stringLiteral3929236445, 4, /*hidden argument*/NULL); if (!L_1) { goto IL_003e; } } { String_t* L_2 = ___attributeName0; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)5)))) { goto IL_0020; } } { String_t** L_4 = ___prefix1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); *((RuntimeObject **)(L_4)) = (RuntimeObject *)L_5; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_4), (RuntimeObject *)L_5); return (bool)1; } IL_0020: { String_t* L_6 = ___attributeName0; NullCheck(L_6); Il2CppChar L_7 = String_get_Chars_m2986988803(L_6, 5, /*hidden argument*/NULL); if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)58))))) { goto IL_003e; } } { String_t** L_8 = ___prefix1; String_t* L_9 = ___attributeName0; String_t* L_10 = ___attributeName0; NullCheck(L_10); int32_t L_11 = String_get_Length_m3847582255(L_10, /*hidden argument*/NULL); NullCheck(L_9); String_t* L_12 = String_Substring_m1610150815(L_9, 6, ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)6)), /*hidden argument*/NULL); *((RuntimeObject **)(L_8)) = (RuntimeObject *)L_12; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_8), (RuntimeObject *)L_12); return (bool)1; } IL_003e: { String_t** L_13 = ___prefix1; *((RuntimeObject **)(L_13)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_13), (RuntimeObject *)NULL); return (bool)0; } } // System.Boolean Newtonsoft.Json.Converters.XmlNodeConverter::ValueAttributes(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR bool XmlNodeConverter_ValueAttributes_m1202864535 (XmlNodeConverter_t181348760 * __this, List_1_t2041514553 * ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeConverter_ValueAttributes_m1202864535_MetadataUsageId); s_Il2CppMethodInitialized = true; } Enumerator_t3930758430 V_0; memset(&V_0, 0, sizeof(V_0)); bool V_1 = 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_t2041514553 * L_0 = ___c0; NullCheck(L_0); Enumerator_t3930758430 L_1 = List_1_GetEnumerator_m129741229(L_0, /*hidden argument*/List_1_GetEnumerator_m129741229_RuntimeMethod_var); V_0 = L_1; } IL_0007: try { // begin try (depth: 1) { goto IL_0025; } IL_0009: { RuntimeObject* L_2 = Enumerator_get_Current_m3639170672((&V_0), /*hidden argument*/Enumerator_get_Current_m3639170672_RuntimeMethod_var); NullCheck(L_2); String_t* L_3 = InterfaceFuncInvoker0< String_t* >::Invoke(7 /* System.String Newtonsoft.Json.Converters.IXmlNode::get_NamespaceUri() */, IXmlNode_t569439811_il2cpp_TypeInfo_var, L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_3, _stringLiteral1185000618, /*hidden argument*/NULL); if (!L_4) { goto IL_0025; } } IL_0021: { V_1 = (bool)1; IL2CPP_LEAVE(0x40, FINALLY_0030); } IL_0025: { bool L_5 = Enumerator_MoveNext_m2036347884((&V_0), /*hidden argument*/Enumerator_MoveNext_m2036347884_RuntimeMethod_var); if (L_5) { goto IL_0009; } } IL_002e: { IL2CPP_LEAVE(0x3E, FINALLY_0030); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0030; } FINALLY_0030: { // begin finally (depth: 1) Enumerator_Dispose_m3806345029((&V_0), /*hidden argument*/Enumerator_Dispose_m3806345029_RuntimeMethod_var); IL2CPP_END_FINALLY(48) } // end finally (depth: 1) IL2CPP_CLEANUP(48) { IL2CPP_JUMP_TBL(0x40, IL_0040) IL2CPP_JUMP_TBL(0x3E, IL_003e) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_003e: { return (bool)0; } IL_0040: { bool L_6 = V_1; return L_6; } } // System.Boolean Newtonsoft.Json.Converters.XmlNodeConverter::CanConvert(System.Type) extern "C" IL2CPP_METHOD_ATTR bool XmlNodeConverter_CanConvert_m767579858 (XmlNodeConverter_t181348760 * __this, Type_t * ___valueType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeConverter_CanConvert_m767579858_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (XObject_t1119084474_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 = ___valueType0; 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_0014; } } { return (bool)1; } IL_0014: { RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (XmlNode_t3767805227_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); Type_t * L_6 = ___valueType0; NullCheck(L_5); bool L_7 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_5, L_6); if (!L_7) { goto IL_0028; } } { return (bool)1; } IL_0028: { return (bool)0; } } // System.Void Newtonsoft.Json.Converters.XmlNodeConverter::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlNodeConverter__ctor_m2994813967 (XmlNodeConverter_t181348760 * __this, const RuntimeMethod* method) { { JsonConverter__ctor_m2308226415(__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.Converters.XmlNodeWrapper::.ctor(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void XmlNodeWrapper__ctor_m4013517294 (XmlNodeWrapper_t3016097339 * __this, XmlNode_t3767805227 * ___node0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); XmlNode_t3767805227 * L_0 = ___node0; __this->set__node_0(L_0); return; } } // System.Object Newtonsoft.Json.Converters.XmlNodeWrapper::get_WrappedNode() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlNodeWrapper_get_WrappedNode_m2834660679 (XmlNodeWrapper_t3016097339 * __this, const RuntimeMethod* method) { { XmlNode_t3767805227 * L_0 = __this->get__node_0(); return L_0; } } // System.Xml.XmlNodeType Newtonsoft.Json.Converters.XmlNodeWrapper::get_NodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlNodeWrapper_get_NodeType_m1384767595 (XmlNodeWrapper_t3016097339 * __this, const RuntimeMethod* method) { { XmlNode_t3767805227 * L_0 = __this->get__node_0(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_0); return L_1; } } // System.String Newtonsoft.Json.Converters.XmlNodeWrapper::get_LocalName() extern "C" IL2CPP_METHOD_ATTR String_t* XmlNodeWrapper_get_LocalName_m3139999550 (XmlNodeWrapper_t3016097339 * __this, const RuntimeMethod* method) { { XmlNode_t3767805227 * L_0 = __this->get__node_0(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(15 /* System.String System.Xml.XmlNode::get_LocalName() */, L_0); return L_1; } } // System.Collections.Generic.List`1 Newtonsoft.Json.Converters.XmlNodeWrapper::get_ChildNodes() extern "C" IL2CPP_METHOD_ATTR List_1_t2041514553 * XmlNodeWrapper_get_ChildNodes_m1252460564 (XmlNodeWrapper_t3016097339 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeWrapper_get_ChildNodes_m1252460564_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; XmlNode_t3767805227 * V_1 = NULL; RuntimeObject* 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); { List_1_t2041514553 * L_0 = __this->get__childNodes_1(); if (L_0) { goto IL_006e; } } { XmlNode_t3767805227 * L_1 = __this->get__node_0(); NullCheck(L_1); XmlNodeList_t2551693786 * L_2 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_1); NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_2); List_1_t2041514553 * L_4 = (List_1_t2041514553 *)il2cpp_codegen_object_new(List_1_t2041514553_il2cpp_TypeInfo_var); List_1__ctor_m447691097(L_4, L_3, /*hidden argument*/List_1__ctor_m447691097_RuntimeMethod_var); __this->set__childNodes_1(L_4); XmlNode_t3767805227 * L_5 = __this->get__node_0(); NullCheck(L_5); XmlNodeList_t2551693786 * L_6 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_5); NullCheck(L_6); RuntimeObject* L_7 = VirtFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.IEnumerator System.Xml.XmlNodeList::GetEnumerator() */, L_6); V_0 = L_7; } IL_0034: try { // begin try (depth: 1) { goto IL_0053; } IL_0036: { RuntimeObject* L_8 = V_0; NullCheck(L_8); RuntimeObject * L_9 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_8); V_1 = ((XmlNode_t3767805227 *)CastclassClass((RuntimeObject*)L_9, XmlNode_t3767805227_il2cpp_TypeInfo_var)); List_1_t2041514553 * L_10 = __this->get__childNodes_1(); XmlNode_t3767805227 * L_11 = V_1; RuntimeObject* L_12 = XmlNodeWrapper_WrapNode_m1557801260(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); NullCheck(L_10); List_1_Add_m1899444340(L_10, L_12, /*hidden argument*/List_1_Add_m1899444340_RuntimeMethod_var); } IL_0053: { RuntimeObject* L_13 = V_0; 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_0036; } } IL_005b: { IL2CPP_LEAVE(0x6E, FINALLY_005d); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005d; } FINALLY_005d: { // begin finally (depth: 1) { RuntimeObject* L_15 = V_0; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_15, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_16 = V_2; if (!L_16) { goto IL_006d; } } IL_0067: { RuntimeObject* L_17 = V_2; NullCheck(L_17); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_17); } IL_006d: { IL2CPP_END_FINALLY(93) } } // end finally (depth: 1) IL2CPP_CLEANUP(93) { IL2CPP_JUMP_TBL(0x6E, IL_006e) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_006e: { List_1_t2041514553 * L_18 = __this->get__childNodes_1(); return L_18; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XmlNodeWrapper::WrapNode(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlNodeWrapper_WrapNode_m1557801260 (RuntimeObject * __this /* static, unused */, XmlNode_t3767805227 * ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeWrapper_WrapNode_m1557801260_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { XmlNode_t3767805227 * L_0 = ___node0; NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_0); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)((int32_t)10)))) { goto IL_002f; } } { int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)((int32_t)17)))) { goto IL_0023; } } { goto IL_003b; } IL_0017: { XmlNode_t3767805227 * L_5 = ___node0; XmlElementWrapper_t3185492177 * L_6 = (XmlElementWrapper_t3185492177 *)il2cpp_codegen_object_new(XmlElementWrapper_t3185492177_il2cpp_TypeInfo_var); XmlElementWrapper__ctor_m3665337964(L_6, ((XmlElement_t561603118 *)CastclassClass((RuntimeObject*)L_5, XmlElement_t561603118_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_6; } IL_0023: { XmlNode_t3767805227 * L_7 = ___node0; XmlDeclarationWrapper_t2867104133 * L_8 = (XmlDeclarationWrapper_t2867104133 *)il2cpp_codegen_object_new(XmlDeclarationWrapper_t2867104133_il2cpp_TypeInfo_var); XmlDeclarationWrapper__ctor_m168285296(L_8, ((XmlDeclaration_t679870411 *)CastclassClass((RuntimeObject*)L_7, XmlDeclaration_t679870411_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_8; } IL_002f: { XmlNode_t3767805227 * L_9 = ___node0; XmlDocumentTypeWrapper_t2345418247 * L_10 = (XmlDocumentTypeWrapper_t2345418247 *)il2cpp_codegen_object_new(XmlDocumentTypeWrapper_t2345418247_il2cpp_TypeInfo_var); XmlDocumentTypeWrapper__ctor_m1410421264(L_10, ((XmlDocumentType_t4112370061 *)CastclassClass((RuntimeObject*)L_9, XmlDocumentType_t4112370061_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_10; } IL_003b: { XmlNode_t3767805227 * L_11 = ___node0; XmlNodeWrapper_t3016097339 * L_12 = (XmlNodeWrapper_t3016097339 *)il2cpp_codegen_object_new(XmlNodeWrapper_t3016097339_il2cpp_TypeInfo_var); XmlNodeWrapper__ctor_m4013517294(L_12, L_11, /*hidden argument*/NULL); return L_12; } } // System.Collections.Generic.List`1 Newtonsoft.Json.Converters.XmlNodeWrapper::get_Attributes() extern "C" IL2CPP_METHOD_ATTR List_1_t2041514553 * XmlNodeWrapper_get_Attributes_m165794927 (XmlNodeWrapper_t3016097339 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeWrapper_get_Attributes_m165794927_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; XmlAttribute_t1173852259 * V_1 = NULL; RuntimeObject* 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); { XmlNode_t3767805227 * L_0 = __this->get__node_0(); NullCheck(L_0); XmlAttributeCollection_t2316283784 * L_1 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_0); if (L_1) { goto IL_000f; } } { return (List_1_t2041514553 *)NULL; } IL_000f: { List_1_t2041514553 * L_2 = __this->get__attributes_2(); if (L_2) { goto IL_007d; } } { XmlNode_t3767805227 * L_3 = __this->get__node_0(); NullCheck(L_3); XmlAttributeCollection_t2316283784 * L_4 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_3); NullCheck(L_4); int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, L_4); List_1_t2041514553 * L_6 = (List_1_t2041514553 *)il2cpp_codegen_object_new(List_1_t2041514553_il2cpp_TypeInfo_var); List_1__ctor_m447691097(L_6, L_5, /*hidden argument*/List_1__ctor_m447691097_RuntimeMethod_var); __this->set__attributes_2(L_6); XmlNode_t3767805227 * L_7 = __this->get__node_0(); NullCheck(L_7); XmlAttributeCollection_t2316283784 * L_8 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_7); NullCheck(L_8); RuntimeObject* L_9 = VirtFuncInvoker0< RuntimeObject* >::Invoke(6 /* System.Collections.IEnumerator System.Xml.XmlNamedNodeMap::GetEnumerator() */, L_8); V_0 = L_9; } IL_0043: try { // begin try (depth: 1) { goto IL_0062; } IL_0045: { RuntimeObject* L_10 = V_0; NullCheck(L_10); RuntimeObject * L_11 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_10); V_1 = ((XmlAttribute_t1173852259 *)CastclassClass((RuntimeObject*)L_11, XmlAttribute_t1173852259_il2cpp_TypeInfo_var)); List_1_t2041514553 * L_12 = __this->get__attributes_2(); XmlAttribute_t1173852259 * L_13 = V_1; RuntimeObject* L_14 = XmlNodeWrapper_WrapNode_m1557801260(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); NullCheck(L_12); List_1_Add_m1899444340(L_12, L_14, /*hidden argument*/List_1_Add_m1899444340_RuntimeMethod_var); } IL_0062: { RuntimeObject* L_15 = V_0; NullCheck(L_15); bool L_16 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_15); if (L_16) { goto IL_0045; } } IL_006a: { IL2CPP_LEAVE(0x7D, FINALLY_006c); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_006c; } FINALLY_006c: { // begin finally (depth: 1) { RuntimeObject* L_17 = V_0; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_18 = V_2; if (!L_18) { goto IL_007c; } } IL_0076: { RuntimeObject* L_19 = V_2; NullCheck(L_19); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_19); } IL_007c: { IL2CPP_END_FINALLY(108) } } // end finally (depth: 1) IL2CPP_CLEANUP(108) { IL2CPP_JUMP_TBL(0x7D, IL_007d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_007d: { List_1_t2041514553 * L_20 = __this->get__attributes_2(); return L_20; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XmlNodeWrapper::get_ParentNode() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlNodeWrapper_get_ParentNode_m3399277550 (XmlNodeWrapper_t3016097339 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeWrapper_get_ParentNode_m3399277550_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNode_t3767805227 * V_0 = NULL; XmlNode_t3767805227 * G_B3_0 = NULL; { XmlNode_t3767805227 * L_0 = __this->get__node_0(); if (((XmlAttribute_t1173852259 *)IsInstClass((RuntimeObject*)L_0, XmlAttribute_t1173852259_il2cpp_TypeInfo_var))) { goto IL_001a; } } { XmlNode_t3767805227 * L_1 = __this->get__node_0(); NullCheck(L_1); XmlNode_t3767805227 * L_2 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(22 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_1); G_B3_0 = L_2; goto IL_002a; } IL_001a: { XmlNode_t3767805227 * L_3 = __this->get__node_0(); NullCheck(((XmlAttribute_t1173852259 *)CastclassClass((RuntimeObject*)L_3, XmlAttribute_t1173852259_il2cpp_TypeInfo_var))); XmlElement_t561603118 * L_4 = VirtFuncInvoker0< XmlElement_t561603118 * >::Invoke(41 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, ((XmlAttribute_t1173852259 *)CastclassClass((RuntimeObject*)L_3, XmlAttribute_t1173852259_il2cpp_TypeInfo_var))); G_B3_0 = ((XmlNode_t3767805227 *)(L_4)); } IL_002a: { V_0 = G_B3_0; XmlNode_t3767805227 * L_5 = V_0; if (L_5) { goto IL_0030; } } { return (RuntimeObject*)NULL; } IL_0030: { XmlNode_t3767805227 * L_6 = V_0; RuntimeObject* L_7 = XmlNodeWrapper_WrapNode_m1557801260(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); return L_7; } } // System.String Newtonsoft.Json.Converters.XmlNodeWrapper::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* XmlNodeWrapper_get_Value_m2677959329 (XmlNodeWrapper_t3016097339 * __this, const RuntimeMethod* method) { { XmlNode_t3767805227 * L_0 = __this->get__node_0(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Xml.XmlNode::get_Value() */, L_0); return L_1; } } // System.Void Newtonsoft.Json.Converters.XmlNodeWrapper::set_Value(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlNodeWrapper_set_Value_m3003534877 (XmlNodeWrapper_t3016097339 * __this, String_t* ___value0, const RuntimeMethod* method) { { XmlNode_t3767805227 * L_0 = __this->get__node_0(); String_t* L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< String_t* >::Invoke(26 /* System.Void System.Xml.XmlNode::set_Value(System.String) */, L_0, L_1); return; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XmlNodeWrapper::AppendChild(Newtonsoft.Json.Converters.IXmlNode) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlNodeWrapper_AppendChild_m1871265848 (XmlNodeWrapper_t3016097339 * __this, RuntimeObject* ___newChild0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeWrapper_AppendChild_m1871265848_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNodeWrapper_t3016097339 * V_0 = NULL; { RuntimeObject* L_0 = ___newChild0; V_0 = ((XmlNodeWrapper_t3016097339 *)CastclassClass((RuntimeObject*)L_0, XmlNodeWrapper_t3016097339_il2cpp_TypeInfo_var)); XmlNode_t3767805227 * L_1 = __this->get__node_0(); XmlNodeWrapper_t3016097339 * L_2 = V_0; NullCheck(L_2); XmlNode_t3767805227 * L_3 = L_2->get__node_0(); NullCheck(L_1); VirtFuncInvoker1< XmlNode_t3767805227 *, XmlNode_t3767805227 * >::Invoke(30 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChild(System.Xml.XmlNode) */, L_1, L_3); __this->set__childNodes_1((List_1_t2041514553 *)NULL); __this->set__attributes_2((List_1_t2041514553 *)NULL); RuntimeObject* L_4 = ___newChild0; return L_4; } } // System.String Newtonsoft.Json.Converters.XmlNodeWrapper::get_NamespaceUri() extern "C" IL2CPP_METHOD_ATTR String_t* XmlNodeWrapper_get_NamespaceUri_m3501530889 (XmlNodeWrapper_t3016097339 * __this, const RuntimeMethod* method) { { XmlNode_t3767805227 * L_0 = __this->get__node_0(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_0); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Converters.XObjectWrapper::.ctor(System.Xml.Linq.XObject) extern "C" IL2CPP_METHOD_ATTR void XObjectWrapper__ctor_m2345886768 (XObjectWrapper_t2266598274 * __this, XObject_t1119084474 * ___xmlObject0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); XObject_t1119084474 * L_0 = ___xmlObject0; __this->set__xmlObject_1(L_0); return; } } // System.Object Newtonsoft.Json.Converters.XObjectWrapper::get_WrappedNode() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XObjectWrapper_get_WrappedNode_m985421171 (XObjectWrapper_t2266598274 * __this, const RuntimeMethod* method) { { XObject_t1119084474 * L_0 = __this->get__xmlObject_1(); return L_0; } } // System.Xml.XmlNodeType Newtonsoft.Json.Converters.XObjectWrapper::get_NodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XObjectWrapper_get_NodeType_m2601701841 (XObjectWrapper_t2266598274 * __this, const RuntimeMethod* method) { { XObject_t1119084474 * L_0 = __this->get__xmlObject_1(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.Linq.XObject::get_NodeType() */, L_0); return L_1; } } // System.String Newtonsoft.Json.Converters.XObjectWrapper::get_LocalName() extern "C" IL2CPP_METHOD_ATTR String_t* XObjectWrapper_get_LocalName_m1325482706 (XObjectWrapper_t2266598274 * __this, const RuntimeMethod* method) { { return (String_t*)NULL; } } // System.Collections.Generic.List`1 Newtonsoft.Json.Converters.XObjectWrapper::get_ChildNodes() extern "C" IL2CPP_METHOD_ATTR List_1_t2041514553 * XObjectWrapper_get_ChildNodes_m1999909372 (XObjectWrapper_t2266598274 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XObjectWrapper_get_ChildNodes_m1999909372_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XObjectWrapper_t2266598274_il2cpp_TypeInfo_var); List_1_t2041514553 * L_0 = ((XObjectWrapper_t2266598274_StaticFields*)il2cpp_codegen_static_fields_for(XObjectWrapper_t2266598274_il2cpp_TypeInfo_var))->get_EmptyChildNodes_0(); return L_0; } } // System.Collections.Generic.List`1 Newtonsoft.Json.Converters.XObjectWrapper::get_Attributes() extern "C" IL2CPP_METHOD_ATTR List_1_t2041514553 * XObjectWrapper_get_Attributes_m1098250551 (XObjectWrapper_t2266598274 * __this, const RuntimeMethod* method) { { return (List_1_t2041514553 *)NULL; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XObjectWrapper::get_ParentNode() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XObjectWrapper_get_ParentNode_m372265198 (XObjectWrapper_t2266598274 * __this, const RuntimeMethod* method) { { return (RuntimeObject*)NULL; } } // System.String Newtonsoft.Json.Converters.XObjectWrapper::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* XObjectWrapper_get_Value_m1301409692 (XObjectWrapper_t2266598274 * __this, const RuntimeMethod* method) { { return (String_t*)NULL; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XObjectWrapper::AppendChild(Newtonsoft.Json.Converters.IXmlNode) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XObjectWrapper_AppendChild_m1683937606 (XObjectWrapper_t2266598274 * __this, RuntimeObject* ___newChild0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XObjectWrapper_AppendChild_m1683937606_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t56020091 * L_0 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m2734335978(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,XObjectWrapper_AppendChild_m1683937606_RuntimeMethod_var); } } // System.String Newtonsoft.Json.Converters.XObjectWrapper::get_NamespaceUri() extern "C" IL2CPP_METHOD_ATTR String_t* XObjectWrapper_get_NamespaceUri_m2351583291 (XObjectWrapper_t2266598274 * __this, const RuntimeMethod* method) { { return (String_t*)NULL; } } // System.Void Newtonsoft.Json.Converters.XObjectWrapper::.cctor() extern "C" IL2CPP_METHOD_ATTR void XObjectWrapper__cctor_m156098822 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XObjectWrapper__cctor_m156098822_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t2041514553 * L_0 = (List_1_t2041514553 *)il2cpp_codegen_object_new(List_1_t2041514553_il2cpp_TypeInfo_var); List_1__ctor_m152997166(L_0, /*hidden argument*/List_1__ctor_m152997166_RuntimeMethod_var); ((XObjectWrapper_t2266598274_StaticFields*)il2cpp_codegen_static_fields_for(XObjectWrapper_t2266598274_il2cpp_TypeInfo_var))->set_EmptyChildNodes_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Linq.XProcessingInstruction Newtonsoft.Json.Converters.XProcessingInstructionWrapper::get_ProcessingInstruction() extern "C" IL2CPP_METHOD_ATTR XProcessingInstruction_t2943691487 * XProcessingInstructionWrapper_get_ProcessingInstruction_m3703034521 (XProcessingInstructionWrapper_t4108965662 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XProcessingInstructionWrapper_get_ProcessingInstruction_m3703034521_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = XObjectWrapper_get_WrappedNode_m985421171(__this, /*hidden argument*/NULL); return ((XProcessingInstruction_t2943691487 *)CastclassClass((RuntimeObject*)L_0, XProcessingInstruction_t2943691487_il2cpp_TypeInfo_var)); } } // System.Void Newtonsoft.Json.Converters.XProcessingInstructionWrapper::.ctor(System.Xml.Linq.XProcessingInstruction) extern "C" IL2CPP_METHOD_ATTR void XProcessingInstructionWrapper__ctor_m1335185543 (XProcessingInstructionWrapper_t4108965662 * __this, XProcessingInstruction_t2943691487 * ___processingInstruction0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XProcessingInstructionWrapper__ctor_m1335185543_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XProcessingInstruction_t2943691487 * L_0 = ___processingInstruction0; IL2CPP_RUNTIME_CLASS_INIT(XObjectWrapper_t2266598274_il2cpp_TypeInfo_var); XObjectWrapper__ctor_m2345886768(__this, L_0, /*hidden argument*/NULL); return; } } // System.String Newtonsoft.Json.Converters.XProcessingInstructionWrapper::get_LocalName() extern "C" IL2CPP_METHOD_ATTR String_t* XProcessingInstructionWrapper_get_LocalName_m3984863595 (XProcessingInstructionWrapper_t4108965662 * __this, const RuntimeMethod* method) { { XProcessingInstruction_t2943691487 * L_0 = XProcessingInstructionWrapper_get_ProcessingInstruction_m3703034521(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = XProcessingInstruction_get_Target_m1093269484(L_0, /*hidden argument*/NULL); return L_1; } } // System.String Newtonsoft.Json.Converters.XProcessingInstructionWrapper::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* XProcessingInstructionWrapper_get_Value_m3763374711 (XProcessingInstructionWrapper_t4108965662 * __this, const RuntimeMethod* method) { { XProcessingInstruction_t2943691487 * L_0 = XProcessingInstructionWrapper_get_ProcessingInstruction_m3703034521(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = XProcessingInstruction_get_Data_m278879449(L_0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Linq.XText Newtonsoft.Json.Converters.XTextWrapper::get_Text() extern "C" IL2CPP_METHOD_ATTR XText_t1448860321 * XTextWrapper_get_Text_m2517185202 (XTextWrapper_t1757148629 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XTextWrapper_get_Text_m2517185202_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = XObjectWrapper_get_WrappedNode_m985421171(__this, /*hidden argument*/NULL); return ((XText_t1448860321 *)CastclassClass((RuntimeObject*)L_0, XText_t1448860321_il2cpp_TypeInfo_var)); } } // System.Void Newtonsoft.Json.Converters.XTextWrapper::.ctor(System.Xml.Linq.XText) extern "C" IL2CPP_METHOD_ATTR void XTextWrapper__ctor_m2771181243 (XTextWrapper_t1757148629 * __this, XText_t1448860321 * ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XTextWrapper__ctor_m2771181243_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XText_t1448860321 * L_0 = ___text0; IL2CPP_RUNTIME_CLASS_INIT(XObjectWrapper_t2266598274_il2cpp_TypeInfo_var); XObjectWrapper__ctor_m2345886768(__this, L_0, /*hidden argument*/NULL); return; } } // System.String Newtonsoft.Json.Converters.XTextWrapper::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* XTextWrapper_get_Value_m3751154717 (XTextWrapper_t1757148629 * __this, const RuntimeMethod* method) { { XText_t1448860321 * L_0 = XTextWrapper_get_Text_m2517185202(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = XText_get_Value_m3622993421(L_0, /*hidden argument*/NULL); return L_1; } } // Newtonsoft.Json.Converters.IXmlNode Newtonsoft.Json.Converters.XTextWrapper::get_ParentNode() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XTextWrapper_get_ParentNode_m2527440944 (XTextWrapper_t1757148629 * __this, const RuntimeMethod* method) { { XText_t1448860321 * L_0 = XTextWrapper_get_Text_m2517185202(__this, /*hidden argument*/NULL); NullCheck(L_0); XElement_t4185968754 * L_1 = XObject_get_Parent_m1531964362(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000f; } } { return (RuntimeObject*)NULL; } IL_000f: { XText_t1448860321 * L_2 = XTextWrapper_get_Text_m2517185202(__this, /*hidden argument*/NULL); NullCheck(L_2); XElement_t4185968754 * L_3 = XObject_get_Parent_m1531964362(L_2, /*hidden argument*/NULL); RuntimeObject* L_4 = XContainerWrapper_WrapNode_m3434103590(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #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.JsonArrayAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void JsonArrayAttribute__ctor_m2359541511 (JsonArrayAttribute_t3155801748 * __this, const RuntimeMethod* method) { { JsonContainerAttribute__ctor_m577843100(__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.JsonConstructorAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void JsonConstructorAttribute__ctor_m2153729355 (JsonConstructorAttribute_t2226951669 * __this, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Type Newtonsoft.Json.JsonContainerAttribute::get_ItemConverterType() extern "C" IL2CPP_METHOD_ATTR Type_t * JsonContainerAttribute_get_ItemConverterType_m4147842986 (JsonContainerAttribute_t3874748064 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_U3CItemConverterTypeU3Ek__BackingField_0(); return L_0; } } // System.Object[] Newtonsoft.Json.JsonContainerAttribute::get_ItemConverterParameters() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* JsonContainerAttribute_get_ItemConverterParameters_m86743846 (JsonContainerAttribute_t3874748064 * __this, const RuntimeMethod* method) { { ObjectU5BU5D_t2843939325* L_0 = __this->get_U3CItemConverterParametersU3Ek__BackingField_1(); return L_0; } } // System.Void Newtonsoft.Json.JsonContainerAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void JsonContainerAttribute__ctor_m577843100 (JsonContainerAttribute_t3874748064 * __this, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonConvert_get_DefaultSettings_m2352210284_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_t3077351166_il2cpp_TypeInfo_var); Func_1_t1569001961 * L_0 = ((JsonConvert_t3077351166_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t3077351166_il2cpp_TypeInfo_var))->get_U3CDefaultSettingsU3Ek__BackingField_0(); return L_0; } } // System.Void Newtonsoft.Json.JsonConvert::set_DefaultSettings(System.Func`1) extern "C" IL2CPP_METHOD_ATTR void JsonConvert_set_DefaultSettings_m3427612325 (RuntimeObject * __this /* static, unused */, Func_1_t1569001961 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonConvert_set_DefaultSettings_m3427612325_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Func_1_t1569001961 * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_t3077351166_il2cpp_TypeInfo_var); ((JsonConvert_t3077351166_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t3077351166_il2cpp_TypeInfo_var))->set_U3CDefaultSettingsU3Ek__BackingField_0(L_0); return; } } // System.Void Newtonsoft.Json.JsonConvert::.cctor() extern "C" IL2CPP_METHOD_ATTR void JsonConvert__cctor_m265204102 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonConvert__cctor_m265204102_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((JsonConvert_t3077351166_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t3077351166_il2cpp_TypeInfo_var))->set_True_1(_stringLiteral4002445229); ((JsonConvert_t3077351166_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t3077351166_il2cpp_TypeInfo_var))->set_False_2(_stringLiteral3875954633); ((JsonConvert_t3077351166_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t3077351166_il2cpp_TypeInfo_var))->set_Null_3(_stringLiteral1202628576); ((JsonConvert_t3077351166_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t3077351166_il2cpp_TypeInfo_var))->set_Undefined_4(_stringLiteral3079778386); ((JsonConvert_t3077351166_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t3077351166_il2cpp_TypeInfo_var))->set_PositiveInfinity_5(_stringLiteral670053913); ((JsonConvert_t3077351166_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t3077351166_il2cpp_TypeInfo_var))->set_NegativeInfinity_6(_stringLiteral2385296252); ((JsonConvert_t3077351166_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t3077351166_il2cpp_TypeInfo_var))->set_NaN_7(_stringLiteral2647588310); JsonSerializerSettings_t2139255314 * L_0 = (JsonSerializerSettings_t2139255314 *)il2cpp_codegen_object_new(JsonSerializerSettings_t2139255314_il2cpp_TypeInfo_var); JsonSerializerSettings__ctor_m2533663507(L_0, /*hidden argument*/NULL); ((JsonConvert_t3077351166_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t3077351166_il2cpp_TypeInfo_var))->set_InitialSerializerSettings_8(L_0); intptr_t L_1 = (intptr_t)JsonConvert_GetDefaultSettings_m3651338163_RuntimeMethod_var; Func_1_t1569001961 * L_2 = (Func_1_t1569001961 *)il2cpp_codegen_object_new(Func_1_t1569001961_il2cpp_TypeInfo_var); Func_1__ctor_m1330176475(L_2, NULL, L_1, /*hidden argument*/Func_1__ctor_m1330176475_RuntimeMethod_var); JsonConvert_set_DefaultSettings_m3427612325(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); return; } } // Newtonsoft.Json.JsonSerializerSettings Newtonsoft.Json.JsonConvert::GetDefaultSettings() extern "C" IL2CPP_METHOD_ATTR JsonSerializerSettings_t2139255314 * JsonConvert_GetDefaultSettings_m3651338163 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonConvert_GetDefaultSettings_m3651338163_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_t3077351166_il2cpp_TypeInfo_var); JsonSerializerSettings_t2139255314 * L_0 = ((JsonConvert_t3077351166_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t3077351166_il2cpp_TypeInfo_var))->get_InitialSerializerSettings_8(); return L_0; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonConvert_ToString_m3460234951_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___value0; if (L_0) { goto IL_0009; } } { 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_False_2(); return L_1; } IL_0009: { IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_t3077351166_il2cpp_TypeInfo_var); String_t* L_2 = ((JsonConvert_t3077351166_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t3077351166_il2cpp_TypeInfo_var))->get_True_1(); return L_2; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonConvert_ToString_m454975570_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); String_t* L_1 = Char_ToString_m954857583(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_t3077351166_il2cpp_TypeInfo_var); String_t* L_2 = JsonConvert_ToString_m125651327(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); return L_2; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonConvert_ToString_m3857511928_MetadataUsageId); s_Il2CppMethodInitialized = true; } { float L_0 = ___value0; float L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_2 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_3 = Single_ToString_m543431371((&___value0), _stringLiteral3452614638, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_t3077351166_il2cpp_TypeInfo_var); String_t* L_4 = JsonConvert_EnsureDecimalPlace_m4162199304(NULL /*static, unused*/, (((double)((double)L_1))), L_3, /*hidden argument*/NULL); int32_t L_5 = ___floatFormatHandling1; Il2CppChar L_6 = ___quoteChar2; bool L_7 = ___nullable3; String_t* L_8 = JsonConvert_EnsureFloatFormat_m3303550856(NULL /*static, unused*/, (((double)((double)L_0))), L_4, L_5, L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.String Newtonsoft.Json.JsonConvert::EnsureFloatFormat(System.Double,System.String,Newtonsoft.Json.FloatFormatHandling,System.Char,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* JsonConvert_EnsureFloatFormat_m3303550856 (RuntimeObject * __this /* static, unused */, double ___value0, String_t* ___text1, int32_t ___floatFormatHandling2, Il2CppChar ___quoteChar3, bool ___nullable4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonConvert_EnsureFloatFormat_m3303550856_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___floatFormatHandling2; if ((((int32_t)L_0) == ((int32_t)1))) { goto IL_0014; } } { double L_1 = ___value0; bool L_2 = Double_IsInfinity_m820013146(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0016; } } { double L_3 = ___value0; bool L_4 = Double_IsNaN_m649024406(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0016; } } IL_0014: { String_t* L_5 = ___text1; return L_5; } IL_0016: { int32_t L_6 = ___floatFormatHandling2; if ((!(((uint32_t)L_6) == ((uint32_t)2)))) { goto IL_002a; } } { bool L_7 = ___nullable4; if (!L_7) { goto IL_0024; } } { IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_t3077351166_il2cpp_TypeInfo_var); String_t* L_8 = ((JsonConvert_t3077351166_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t3077351166_il2cpp_TypeInfo_var))->get_Null_3(); return L_8; } IL_0024: { return _stringLiteral3073726250; } IL_002a: { String_t* L_9 = Char_ToString_m3588025615((&___quoteChar3), /*hidden argument*/NULL); String_t* L_10 = ___text1; String_t* L_11 = Char_ToString_m3588025615((&___quoteChar3), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Concat_m3755062657(NULL /*static, unused*/, L_9, L_10, L_11, /*hidden argument*/NULL); return L_12; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonConvert_ToString_m1711181805_MetadataUsageId); s_Il2CppMethodInitialized = true; } { double L_0 = ___value0; double L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_2 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_3 = Double_ToString_m1051753975((&___value0), _stringLiteral3452614638, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_t3077351166_il2cpp_TypeInfo_var); String_t* L_4 = JsonConvert_EnsureDecimalPlace_m4162199304(NULL /*static, unused*/, L_1, L_3, /*hidden argument*/NULL); int32_t L_5 = ___floatFormatHandling1; Il2CppChar L_6 = ___quoteChar2; bool L_7 = ___nullable3; String_t* L_8 = JsonConvert_EnsureFloatFormat_m3303550856(NULL /*static, unused*/, L_0, L_4, L_5, L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.String Newtonsoft.Json.JsonConvert::EnsureDecimalPlace(System.Double,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* JsonConvert_EnsureDecimalPlace_m4162199304 (RuntimeObject * __this /* static, unused */, double ___value0, String_t* ___text1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonConvert_EnsureDecimalPlace_m4162199304_MetadataUsageId); s_Il2CppMethodInitialized = true; } { double L_0 = ___value0; bool L_1 = Double_IsNaN_m649024406(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0031; } } { double L_2 = ___value0; bool L_3 = Double_IsInfinity_m820013146(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0031; } } { String_t* L_4 = ___text1; NullCheck(L_4); int32_t L_5 = String_IndexOf_m363431711(L_4, ((int32_t)46), /*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)(-1))))) { goto IL_0031; } } { String_t* L_6 = ___text1; NullCheck(L_6); int32_t L_7 = String_IndexOf_m363431711(L_6, ((int32_t)69), /*hidden argument*/NULL); if ((!(((uint32_t)L_7) == ((uint32_t)(-1))))) { goto IL_0031; } } { String_t* L_8 = ___text1; NullCheck(L_8); int32_t L_9 = String_IndexOf_m363431711(L_8, ((int32_t)101), /*hidden argument*/NULL); if ((((int32_t)L_9) == ((int32_t)(-1)))) { goto IL_0033; } } IL_0031: { String_t* L_10 = ___text1; return L_10; } IL_0033: { String_t* L_11 = ___text1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Concat_m3937257545(NULL /*static, unused*/, L_11, _stringLiteral3451565954, /*hidden argument*/NULL); return L_12; } } // System.String Newtonsoft.Json.JsonConvert::EnsureDecimalPlace(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* JsonConvert_EnsureDecimalPlace_m369373634 (RuntimeObject * __this /* static, unused */, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonConvert_EnsureDecimalPlace_m369373634_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___text0; NullCheck(L_0); int32_t L_1 = String_IndexOf_m363431711(L_0, ((int32_t)46), /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)(-1)))) { goto IL_000d; } } { String_t* L_2 = ___text0; return L_2; } IL_000d: { String_t* L_3 = ___text0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m3937257545(NULL /*static, unused*/, L_3, _stringLiteral3451565954, /*hidden argument*/NULL); return L_4; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonConvert_ToString_m2135690332_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); String_t* L_1 = Decimal_ToString_m14270257((&___value0), (String_t*)NULL, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_t3077351166_il2cpp_TypeInfo_var); String_t* L_2 = JsonConvert_EnsureDecimalPlace_m369373634(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); return L_2; } } // System.String Newtonsoft.Json.JsonConvert::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m125651327 (RuntimeObject * __this /* static, unused */, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonConvert_ToString_m125651327_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_t3077351166_il2cpp_TypeInfo_var); String_t* L_1 = JsonConvert_ToString_m1331731295(NULL /*static, unused*/, L_0, ((int32_t)34), /*hidden argument*/NULL); return L_1; } } // System.String Newtonsoft.Json.JsonConvert::ToString(System.String,System.Char) extern "C" IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m1331731295 (RuntimeObject * __this /* static, unused */, String_t* ___value0, Il2CppChar ___delimiter1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonConvert_ToString_m1331731295_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; Il2CppChar L_1 = ___delimiter1; IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_t3077351166_il2cpp_TypeInfo_var); String_t* L_2 = JsonConvert_ToString_m1290863720(NULL /*static, unused*/, L_0, L_1, 0, /*hidden argument*/NULL); return L_2; } } // System.String Newtonsoft.Json.JsonConvert::ToString(System.String,System.Char,Newtonsoft.Json.StringEscapeHandling) extern "C" IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m1290863720 (RuntimeObject * __this /* static, unused */, String_t* ___value0, Il2CppChar ___delimiter1, int32_t ___stringEscapeHandling2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonConvert_ToString_m1290863720_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___delimiter1; if ((((int32_t)L_0) == ((int32_t)((int32_t)34)))) { goto IL_001a; } } { Il2CppChar L_1 = ___delimiter1; if ((((int32_t)L_1) == ((int32_t)((int32_t)39)))) { goto IL_001a; } } { ArgumentException_t132251570 * L_2 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_2, _stringLiteral2051664912, _stringLiteral4128592124, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,JsonConvert_ToString_m1290863720_RuntimeMethod_var); } IL_001a: { String_t* L_3 = ___value0; Il2CppChar L_4 = ___delimiter1; int32_t L_5 = ___stringEscapeHandling2; IL2CPP_RUNTIME_CLASS_INIT(JavaScriptUtils_t1108575081_il2cpp_TypeInfo_var); String_t* L_6 = JavaScriptUtils_ToEscapedJavaScriptString_m850540215(NULL /*static, unused*/, L_3, L_4, (bool)1, L_5, /*hidden argument*/NULL); return L_6; } } // System.Object Newtonsoft.Json.JsonConvert::DeserializeObject(System.String,System.Type,Newtonsoft.Json.JsonSerializerSettings) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonConvert_DeserializeObject_m739035730 (RuntimeObject * __this /* static, unused */, String_t* ___value0, Type_t * ___type1, JsonSerializerSettings_t2139255314 * ___settings2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonConvert_DeserializeObject_m739035730_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonSerializer_t1424496335 * V_0 = NULL; JsonTextReader_t262560521 * V_1 = NULL; RuntimeObject * 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); { String_t* L_0 = ___value0; ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, L_0, _stringLiteral3493618073, /*hidden argument*/NULL); JsonSerializerSettings_t2139255314 * L_1 = ___settings2; JsonSerializer_t1424496335 * L_2 = JsonSerializer_CreateDefault_m3436244345(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); V_0 = L_2; JsonSerializer_t1424496335 * L_3 = V_0; NullCheck(L_3); bool L_4 = JsonSerializer_IsCheckAdditionalContentSet_m820149298(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0021; } } { JsonSerializer_t1424496335 * L_5 = V_0; NullCheck(L_5); VirtActionInvoker1< bool >::Invoke(29 /* System.Void Newtonsoft.Json.JsonSerializer::set_CheckAdditionalContent(System.Boolean) */, L_5, (bool)1); } IL_0021: { String_t* L_6 = ___value0; StringReader_t3465604688 * L_7 = (StringReader_t3465604688 *)il2cpp_codegen_object_new(StringReader_t3465604688_il2cpp_TypeInfo_var); StringReader__ctor_m126993932(L_7, L_6, /*hidden argument*/NULL); JsonTextReader_t262560521 * L_8 = (JsonTextReader_t262560521 *)il2cpp_codegen_object_new(JsonTextReader_t262560521_il2cpp_TypeInfo_var); JsonTextReader__ctor_m3676631220(L_8, L_7, /*hidden argument*/NULL); V_1 = L_8; } IL_002d: try { // begin try (depth: 1) JsonSerializer_t1424496335 * L_9 = V_0; JsonTextReader_t262560521 * L_10 = V_1; Type_t * L_11 = ___type1; NullCheck(L_9); RuntimeObject * L_12 = JsonSerializer_Deserialize_m2944258957(L_9, L_10, L_11, /*hidden argument*/NULL); V_2 = L_12; IL2CPP_LEAVE(0x42, FINALLY_0038); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0038; } FINALLY_0038: { // begin finally (depth: 1) { JsonTextReader_t262560521 * L_13 = V_1; if (!L_13) { goto IL_0041; } } IL_003b: { JsonTextReader_t262560521 * L_14 = V_1; NullCheck(L_14); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_14); } IL_0041: { IL2CPP_END_FINALLY(56) } } // end finally (depth: 1) IL2CPP_CLEANUP(56) { IL2CPP_JUMP_TBL(0x42, IL_0042) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0042: { RuntimeObject * L_15 = V_2; return L_15; } } #ifdef __clang__ #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.JsonConverter::get_CanRead() extern "C" IL2CPP_METHOD_ATTR bool JsonConverter_get_CanRead_m420194096 (JsonConverter_t1047106545 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean Newtonsoft.Json.JsonConverter::get_CanWrite() extern "C" IL2CPP_METHOD_ATTR bool JsonConverter_get_CanWrite_m4269756724 (JsonConverter_t1047106545 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Void Newtonsoft.Json.JsonConverter::.ctor() extern "C" IL2CPP_METHOD_ATTR void JsonConverter__ctor_m2308226415 (JsonConverter_t1047106545 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Type Newtonsoft.Json.JsonConverterAttribute::get_ConverterType() extern "C" IL2CPP_METHOD_ATTR Type_t * JsonConverterAttribute_get_ConverterType_m2009851784 (JsonConverterAttribute_t3132853130 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get__converterType_0(); return L_0; } } // System.Object[] Newtonsoft.Json.JsonConverterAttribute::get_ConverterParameters() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* JsonConverterAttribute_get_ConverterParameters_m1764831039 (JsonConverterAttribute_t3132853130 * __this, const RuntimeMethod* method) { { ObjectU5BU5D_t2843939325* L_0 = __this->get_U3CConverterParametersU3Ek__BackingField_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.JsonConverterCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void JsonConverterCollection__ctor_m738879032 (JsonConverterCollection_t3675964822 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonConverterCollection__ctor_m738879032_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Collection_1__ctor_m3805327906(__this, /*hidden argument*/Collection_1__ctor_m3805327906_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.JsonDictionaryAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void JsonDictionaryAttribute__ctor_m1758597324 (JsonDictionaryAttribute_t3890173510 * __this, const RuntimeMethod* method) { { JsonContainerAttribute__ctor_m577843100(__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.JsonException::.ctor() extern "C" IL2CPP_METHOD_ATTR void JsonException__ctor_m2704487205 (JsonException_t3720114400 * __this, const RuntimeMethod* method) { { Exception__ctor_m213470898(__this, /*hidden argument*/NULL); return; } } // 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) { { String_t* L_0 = ___message0; Exception__ctor_m1152696503(__this, L_0, /*hidden argument*/NULL); return; } } // 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) { { String_t* L_0 = ___message0; Exception_t * L_1 = ___innerException1; Exception__ctor_m1406832249(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // 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) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; Exception__ctor_m2499432361(__this, L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean Newtonsoft.Json.JsonExtensionDataAttribute::get_WriteData() extern "C" IL2CPP_METHOD_ATTR bool JsonExtensionDataAttribute_get_WriteData_m3068379070 (JsonExtensionDataAttribute_t1775849281 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CWriteDataU3Ek__BackingField_0(); return L_0; } } // System.Void Newtonsoft.Json.JsonExtensionDataAttribute::set_WriteData(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonExtensionDataAttribute_set_WriteData_m469897071 (JsonExtensionDataAttribute_t1775849281 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CWriteDataU3Ek__BackingField_0(L_0); return; } } // System.Boolean Newtonsoft.Json.JsonExtensionDataAttribute::get_ReadData() extern "C" IL2CPP_METHOD_ATTR bool JsonExtensionDataAttribute_get_ReadData_m2359128195 (JsonExtensionDataAttribute_t1775849281 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CReadDataU3Ek__BackingField_1(); return L_0; } } // System.Void Newtonsoft.Json.JsonExtensionDataAttribute::set_ReadData(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonExtensionDataAttribute_set_ReadData_m2611074340 (JsonExtensionDataAttribute_t1775849281 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CReadDataU3Ek__BackingField_1(L_0); return; } } // System.Void Newtonsoft.Json.JsonExtensionDataAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void JsonExtensionDataAttribute__ctor_m138210265 (JsonExtensionDataAttribute_t1775849281 * __this, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); JsonExtensionDataAttribute_set_WriteData_m469897071(__this, (bool)1, /*hidden argument*/NULL); JsonExtensionDataAttribute_set_ReadData_m2611074340(__this, (bool)1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.JsonIgnoreAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void JsonIgnoreAttribute__ctor_m1697770687 (JsonIgnoreAttribute_t836745302 * __this, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.MemberSerialization Newtonsoft.Json.JsonObjectAttribute::get_MemberSerialization() extern "C" IL2CPP_METHOD_ATTR int32_t JsonObjectAttribute_get_MemberSerialization_m997981070 (JsonObjectAttribute_t3277381142 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__memberSerialization_6(); return L_0; } } // System.Void Newtonsoft.Json.JsonObjectAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void JsonObjectAttribute__ctor_m2146967289 (JsonObjectAttribute_t3277381142 * __this, const RuntimeMethod* method) { { JsonContainerAttribute__ctor_m577843100(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: Newtonsoft.Json.JsonPosition extern "C" void JsonPosition_t2528027714_marshal_pinvoke(const JsonPosition_t2528027714& unmarshaled, JsonPosition_t2528027714_marshaled_pinvoke& marshaled) { marshaled.___Type_1 = unmarshaled.get_Type_1(); marshaled.___Position_2 = unmarshaled.get_Position_2(); marshaled.___PropertyName_3 = il2cpp_codegen_marshal_string(unmarshaled.get_PropertyName_3()); marshaled.___HasIndex_4 = static_cast(unmarshaled.get_HasIndex_4()); } extern "C" void JsonPosition_t2528027714_marshal_pinvoke_back(const JsonPosition_t2528027714_marshaled_pinvoke& marshaled, JsonPosition_t2528027714& unmarshaled) { int32_t unmarshaled_Type_temp_0 = 0; unmarshaled_Type_temp_0 = marshaled.___Type_1; unmarshaled.set_Type_1(unmarshaled_Type_temp_0); int32_t unmarshaled_Position_temp_1 = 0; unmarshaled_Position_temp_1 = marshaled.___Position_2; unmarshaled.set_Position_2(unmarshaled_Position_temp_1); unmarshaled.set_PropertyName_3(il2cpp_codegen_marshal_string_result(marshaled.___PropertyName_3)); bool unmarshaled_HasIndex_temp_3 = false; unmarshaled_HasIndex_temp_3 = static_cast(marshaled.___HasIndex_4); unmarshaled.set_HasIndex_4(unmarshaled_HasIndex_temp_3); } // Conversion method for clean up from marshalling of: Newtonsoft.Json.JsonPosition extern "C" void JsonPosition_t2528027714_marshal_pinvoke_cleanup(JsonPosition_t2528027714_marshaled_pinvoke& marshaled) { il2cpp_codegen_marshal_free(marshaled.___PropertyName_3); marshaled.___PropertyName_3 = NULL; } // Conversion methods for marshalling of: Newtonsoft.Json.JsonPosition extern "C" void JsonPosition_t2528027714_marshal_com(const JsonPosition_t2528027714& unmarshaled, JsonPosition_t2528027714_marshaled_com& marshaled) { marshaled.___Type_1 = unmarshaled.get_Type_1(); marshaled.___Position_2 = unmarshaled.get_Position_2(); marshaled.___PropertyName_3 = il2cpp_codegen_marshal_bstring(unmarshaled.get_PropertyName_3()); marshaled.___HasIndex_4 = static_cast(unmarshaled.get_HasIndex_4()); } extern "C" void JsonPosition_t2528027714_marshal_com_back(const JsonPosition_t2528027714_marshaled_com& marshaled, JsonPosition_t2528027714& unmarshaled) { int32_t unmarshaled_Type_temp_0 = 0; unmarshaled_Type_temp_0 = marshaled.___Type_1; unmarshaled.set_Type_1(unmarshaled_Type_temp_0); int32_t unmarshaled_Position_temp_1 = 0; unmarshaled_Position_temp_1 = marshaled.___Position_2; unmarshaled.set_Position_2(unmarshaled_Position_temp_1); unmarshaled.set_PropertyName_3(il2cpp_codegen_marshal_bstring_result(marshaled.___PropertyName_3)); bool unmarshaled_HasIndex_temp_3 = false; unmarshaled_HasIndex_temp_3 = static_cast(marshaled.___HasIndex_4); unmarshaled.set_HasIndex_4(unmarshaled_HasIndex_temp_3); } // Conversion method for clean up from marshalling of: Newtonsoft.Json.JsonPosition extern "C" void JsonPosition_t2528027714_marshal_com_cleanup(JsonPosition_t2528027714_marshaled_com& marshaled) { il2cpp_codegen_marshal_free_bstring(marshaled.___PropertyName_3); marshaled.___PropertyName_3 = NULL; } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonPosition__ctor_m1215355640_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___type0; __this->set_Type_1(L_0); int32_t L_1 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(JsonPosition_t2528027714_il2cpp_TypeInfo_var); bool L_2 = JsonPosition_TypeHasIndex_m1059517438(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); __this->set_HasIndex_4(L_2); __this->set_Position_2((-1)); __this->set_PropertyName_3((String_t*)NULL); return; } } extern "C" void JsonPosition__ctor_m1215355640_AdjustorThunk (RuntimeObject * __this, int32_t ___type0, const RuntimeMethod* method) { JsonPosition_t2528027714 * _thisAdjusted = reinterpret_cast(__this + 1); JsonPosition__ctor_m1215355640(_thisAdjusted, ___type0, method); } // System.Int32 Newtonsoft.Json.JsonPosition::CalculateLength() extern "C" IL2CPP_METHOD_ATTR int32_t JsonPosition_CalculateLength_m2960297679 (JsonPosition_t2528027714 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonPosition_CalculateLength_m2960297679_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get_Type_1(); V_0 = L_0; int32_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1))) { case 0: { goto IL_001d; } case 1: { goto IL_002b; } case 2: { goto IL_002b; } } } { goto IL_003a; } IL_001d: { String_t* L_2 = __this->get_PropertyName_3(); NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)5)); } IL_002b: { int32_t L_4 = __this->get_Position_2(); int32_t L_5 = MathUtils_IntLength_m3543442926(NULL /*static, unused*/, (((int64_t)((int64_t)L_4))), /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)2)); } IL_003a: { ArgumentOutOfRangeException_t777629997 * L_6 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_6, _stringLiteral3243520198, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,JsonPosition_CalculateLength_m2960297679_RuntimeMethod_var); } } extern "C" int32_t JsonPosition_CalculateLength_m2960297679_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { JsonPosition_t2528027714 * _thisAdjusted = reinterpret_cast(__this + 1); return JsonPosition_CalculateLength_m2960297679(_thisAdjusted, method); } // System.Void Newtonsoft.Json.JsonPosition::WriteTo(System.Text.StringBuilder) extern "C" IL2CPP_METHOD_ATTR void JsonPosition_WriteTo_m1350081344 (JsonPosition_t2528027714 * __this, StringBuilder_t * ___sb0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonPosition_WriteTo_m1350081344_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; { int32_t L_0 = __this->get_Type_1(); V_0 = L_0; int32_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1))) { case 0: { goto IL_001c; } case 1: { goto IL_006d; } case 2: { goto IL_006d; } } } { return; } IL_001c: { String_t* L_2 = __this->get_PropertyName_3(); V_1 = L_2; String_t* L_3 = V_1; IL2CPP_RUNTIME_CLASS_INIT(JsonPosition_t2528027714_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_4 = ((JsonPosition_t2528027714_StaticFields*)il2cpp_codegen_static_fields_for(JsonPosition_t2528027714_il2cpp_TypeInfo_var))->get_SpecialCharacters_0(); NullCheck(L_3); int32_t L_5 = String_IndexOfAny_m4159774896(L_3, L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) == ((int32_t)(-1)))) { goto IL_0052; } } { StringBuilder_t * L_6 = ___sb0; NullCheck(L_6); StringBuilder_Append_m1965104174(L_6, _stringLiteral3450058741, /*hidden argument*/NULL); StringBuilder_t * L_7 = ___sb0; String_t* L_8 = V_1; NullCheck(L_7); StringBuilder_Append_m1965104174(L_7, L_8, /*hidden argument*/NULL); StringBuilder_t * L_9 = ___sb0; NullCheck(L_9); StringBuilder_Append_m1965104174(L_9, _stringLiteral3458054009, /*hidden argument*/NULL); return; } IL_0052: { StringBuilder_t * L_10 = ___sb0; NullCheck(L_10); int32_t L_11 = StringBuilder_get_Length_m3238060835(L_10, /*hidden argument*/NULL); if ((((int32_t)L_11) <= ((int32_t)0))) { goto IL_0064; } } { StringBuilder_t * L_12 = ___sb0; NullCheck(L_12); StringBuilder_Append_m2383614642(L_12, ((int32_t)46), /*hidden argument*/NULL); } IL_0064: { StringBuilder_t * L_13 = ___sb0; String_t* L_14 = V_1; NullCheck(L_13); StringBuilder_Append_m1965104174(L_13, L_14, /*hidden argument*/NULL); return; } IL_006d: { StringBuilder_t * L_15 = ___sb0; NullCheck(L_15); StringBuilder_Append_m2383614642(L_15, ((int32_t)91), /*hidden argument*/NULL); StringBuilder_t * L_16 = ___sb0; int32_t L_17 = __this->get_Position_2(); NullCheck(L_16); StringBuilder_Append_m890240332(L_16, L_17, /*hidden argument*/NULL); StringBuilder_t * L_18 = ___sb0; NullCheck(L_18); StringBuilder_Append_m2383614642(L_18, ((int32_t)93), /*hidden argument*/NULL); return; } } extern "C" void JsonPosition_WriteTo_m1350081344_AdjustorThunk (RuntimeObject * __this, StringBuilder_t * ___sb0, const RuntimeMethod* method) { JsonPosition_t2528027714 * _thisAdjusted = reinterpret_cast(__this + 1); JsonPosition_WriteTo_m1350081344(_thisAdjusted, ___sb0, method); } // System.Boolean Newtonsoft.Json.JsonPosition::TypeHasIndex(Newtonsoft.Json.JsonContainerType) extern "C" IL2CPP_METHOD_ATTR bool JsonPosition_TypeHasIndex_m1059517438 (RuntimeObject * __this /* static, unused */, int32_t ___type0, const RuntimeMethod* method) { { int32_t L_0 = ___type0; if ((((int32_t)L_0) == ((int32_t)2))) { goto IL_0009; } } { int32_t L_1 = ___type0; return (bool)((((int32_t)L_1) == ((int32_t)3))? 1 : 0); } IL_0009: { return (bool)1; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonPosition_BuildPath_m2776750612_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; StringBuilder_t * V_1 = NULL; int32_t V_2 = 0; JsonPosition_t2528027714 V_3; memset(&V_3, 0, sizeof(V_3)); Enumerator_t1594379037 V_4; memset(&V_4, 0, sizeof(V_4)); JsonPosition_t2528027714 V_5; memset(&V_5, 0, sizeof(V_5)); 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; List_1_t4000102456 * L_0 = ___positions0; if (!L_0) { goto IL_0028; } } { V_2 = 0; goto IL_001f; } IL_0009: { int32_t L_1 = V_0; List_1_t4000102456 * L_2 = ___positions0; int32_t L_3 = V_2; NullCheck(L_2); JsonPosition_t2528027714 L_4 = List_1_get_Item_m592205178(L_2, L_3, /*hidden argument*/List_1_get_Item_m592205178_RuntimeMethod_var); V_3 = L_4; int32_t L_5 = JsonPosition_CalculateLength_m2960297679((&V_3), /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_5)); int32_t L_6 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_001f: { int32_t L_7 = V_2; List_1_t4000102456 * L_8 = ___positions0; NullCheck(L_8); int32_t L_9 = List_1_get_Count_m4240163880(L_8, /*hidden argument*/List_1_get_Count_m4240163880_RuntimeMethod_var); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_0009; } } IL_0028: { bool L_10 = Nullable_1_get_HasValue_m2244203425((&___currentPosition1), /*hidden argument*/Nullable_1_get_HasValue_m2244203425_RuntimeMethod_var); if (!L_10) { goto IL_0043; } } { int32_t L_11 = V_0; JsonPosition_t2528027714 L_12 = Nullable_1_GetValueOrDefault_m1395530047((&___currentPosition1), /*hidden argument*/Nullable_1_GetValueOrDefault_m1395530047_RuntimeMethod_var); V_3 = L_12; int32_t L_13 = JsonPosition_CalculateLength_m2960297679((&V_3), /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_13)); } IL_0043: { int32_t L_14 = V_0; StringBuilder_t * L_15 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m2367297767(L_15, L_14, /*hidden argument*/NULL); V_1 = L_15; List_1_t4000102456 * L_16 = ___positions0; if (!L_16) { goto IL_0081; } } { List_1_t4000102456 * L_17 = ___positions0; NullCheck(L_17); Enumerator_t1594379037 L_18 = List_1_GetEnumerator_m177011464(L_17, /*hidden argument*/List_1_GetEnumerator_m177011464_RuntimeMethod_var); V_4 = L_18; } IL_0055: try { // begin try (depth: 1) { goto IL_0068; } IL_0057: { JsonPosition_t2528027714 L_19 = Enumerator_get_Current_m3978296017((&V_4), /*hidden argument*/Enumerator_get_Current_m3978296017_RuntimeMethod_var); V_5 = L_19; StringBuilder_t * L_20 = V_1; JsonPosition_WriteTo_m1350081344((&V_5), L_20, /*hidden argument*/NULL); } IL_0068: { bool L_21 = Enumerator_MoveNext_m129038534((&V_4), /*hidden argument*/Enumerator_MoveNext_m129038534_RuntimeMethod_var); if (L_21) { goto IL_0057; } } IL_0071: { IL2CPP_LEAVE(0x81, FINALLY_0073); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: { // begin finally (depth: 1) Enumerator_Dispose_m3583473203((&V_4), /*hidden argument*/Enumerator_Dispose_m3583473203_RuntimeMethod_var); IL2CPP_END_FINALLY(115) } // end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_JUMP_TBL(0x81, IL_0081) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0081: { bool L_22 = Nullable_1_get_HasValue_m2244203425((&___currentPosition1), /*hidden argument*/Nullable_1_get_HasValue_m2244203425_RuntimeMethod_var); if (!L_22) { goto IL_009a; } } { JsonPosition_t2528027714 L_23 = Nullable_1_GetValueOrDefault_m1395530047((&___currentPosition1), /*hidden argument*/Nullable_1_GetValueOrDefault_m1395530047_RuntimeMethod_var); V_3 = L_23; StringBuilder_t * L_24 = V_1; JsonPosition_WriteTo_m1350081344((&V_3), L_24, /*hidden argument*/NULL); } IL_009a: { StringBuilder_t * L_25 = V_1; NullCheck(L_25); String_t* L_26 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_25); return L_26; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonPosition_FormatMessage_m331598339_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___message2; String_t* L_1 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); bool L_2 = String_EndsWith_m2637493491(L_0, L_1, 4, /*hidden argument*/NULL); if (L_2) { goto IL_003a; } } { String_t* L_3 = ___message2; NullCheck(L_3); String_t* L_4 = String_Trim_m923598732(L_3, /*hidden argument*/NULL); ___message2 = L_4; String_t* L_5 = ___message2; bool L_6 = StringUtils_EndsWith_m1814538149(NULL /*static, unused*/, L_5, ((int32_t)46), /*hidden argument*/NULL); if (L_6) { goto IL_002d; } } { String_t* L_7 = ___message2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = String_Concat_m3937257545(NULL /*static, unused*/, L_7, _stringLiteral3452614530, /*hidden argument*/NULL); ___message2 = L_8; } IL_002d: { String_t* L_9 = ___message2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Concat_m3937257545(NULL /*static, unused*/, L_9, _stringLiteral3452614528, /*hidden argument*/NULL); ___message2 = L_10; } IL_003a: { String_t* L_11 = ___message2; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_12 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_13 = ___path1; String_t* L_14 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2811554113, L_12, L_13, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = String_Concat_m3937257545(NULL /*static, unused*/, L_11, L_14, /*hidden argument*/NULL); ___message2 = L_15; RuntimeObject* L_16 = ___lineInfo0; if (!L_16) { goto IL_008a; } } { RuntimeObject* L_17 = ___lineInfo0; NullCheck(L_17); bool L_18 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean Newtonsoft.Json.IJsonLineInfo::HasLineInfo() */, IJsonLineInfo_t2844470104_il2cpp_TypeInfo_var, L_17); if (!L_18) { goto IL_008a; } } { String_t* L_19 = ___message2; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_20 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); RuntimeObject* L_21 = ___lineInfo0; NullCheck(L_21); int32_t L_22 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 Newtonsoft.Json.IJsonLineInfo::get_LineNumber() */, IJsonLineInfo_t2844470104_il2cpp_TypeInfo_var, L_21); int32_t L_23 = L_22; RuntimeObject * L_24 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_23); RuntimeObject* L_25 = ___lineInfo0; NullCheck(L_25); int32_t L_26 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 Newtonsoft.Json.IJsonLineInfo::get_LinePosition() */, IJsonLineInfo_t2844470104_il2cpp_TypeInfo_var, L_25); int32_t L_27 = L_26; RuntimeObject * L_28 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_27); String_t* L_29 = StringUtils_FormatWith_m353537829(NULL /*static, unused*/, _stringLiteral323735489, L_20, L_24, L_28, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_30 = String_Concat_m3937257545(NULL /*static, unused*/, L_19, L_29, /*hidden argument*/NULL); ___message2 = L_30; } IL_008a: { String_t* L_31 = ___message2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_32 = String_Concat_m3937257545(NULL /*static, unused*/, L_31, _stringLiteral3452614530, /*hidden argument*/NULL); ___message2 = L_32; String_t* L_33 = ___message2; return L_33; } } // System.Void Newtonsoft.Json.JsonPosition::.cctor() extern "C" IL2CPP_METHOD_ATTR void JsonPosition__cctor_m1676284614 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonPosition__cctor_m1676284614_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CharU5BU5D_t3528271667* L_0 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)6)); RuntimeFieldHandle_t1871169219 L_1 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255369____ADFD2E1C801C825415DD53F4F2F72A13B389313C_1_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, L_1, /*hidden argument*/NULL); ((JsonPosition_t2528027714_StaticFields*)il2cpp_codegen_static_fields_for(JsonPosition_t2528027714_il2cpp_TypeInfo_var))->set_SpecialCharacters_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Type Newtonsoft.Json.JsonPropertyAttribute::get_ItemConverterType() extern "C" IL2CPP_METHOD_ATTR Type_t * JsonPropertyAttribute_get_ItemConverterType_m2358059448 (JsonPropertyAttribute_t2223277056 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_U3CItemConverterTypeU3Ek__BackingField_11(); return L_0; } } // System.Object[] Newtonsoft.Json.JsonPropertyAttribute::get_ItemConverterParameters() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* JsonPropertyAttribute_get_ItemConverterParameters_m4023038973 (JsonPropertyAttribute_t2223277056 * __this, const RuntimeMethod* method) { { ObjectU5BU5D_t2843939325* L_0 = __this->get_U3CItemConverterParametersU3Ek__BackingField_12(); return L_0; } } // System.String Newtonsoft.Json.JsonPropertyAttribute::get_PropertyName() extern "C" IL2CPP_METHOD_ATTR String_t* JsonPropertyAttribute_get_PropertyName_m3777306309 (JsonPropertyAttribute_t2223277056 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CPropertyNameU3Ek__BackingField_13(); return L_0; } } // System.Void Newtonsoft.Json.JsonPropertyAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void JsonPropertyAttribute__ctor_m735208280 (JsonPropertyAttribute_t2223277056 * __this, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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) { { int32_t L_0 = __this->get__currentState_3(); return L_0; } } // System.Boolean Newtonsoft.Json.JsonReader::get_CloseInput() extern "C" IL2CPP_METHOD_ATTR bool JsonReader_get_CloseInput_m1824727002 (JsonReader_t2369136700 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CCloseInputU3Ek__BackingField_13(); return L_0; } } // System.Void Newtonsoft.Json.JsonReader::set_CloseInput(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonReader_set_CloseInput_m3072148081 (JsonReader_t2369136700 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CCloseInputU3Ek__BackingField_13(L_0); return; } } // System.Boolean Newtonsoft.Json.JsonReader::get_SupportMultipleContent() extern "C" IL2CPP_METHOD_ATTR bool JsonReader_get_SupportMultipleContent_m2507241234 (JsonReader_t2369136700 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CSupportMultipleContentU3Ek__BackingField_14(); return L_0; } } // System.Void Newtonsoft.Json.JsonReader::set_SupportMultipleContent(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonReader_set_SupportMultipleContent_m2021001284 (JsonReader_t2369136700 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CSupportMultipleContentU3Ek__BackingField_14(L_0); return; } } // Newtonsoft.Json.DateTimeZoneHandling Newtonsoft.Json.JsonReader::get_DateTimeZoneHandling() extern "C" IL2CPP_METHOD_ATTR int32_t JsonReader_get_DateTimeZoneHandling_m3350718958 (JsonReader_t2369136700 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__dateTimeZoneHandling_6(); return L_0; } } // System.Void Newtonsoft.Json.JsonReader::set_DateTimeZoneHandling(Newtonsoft.Json.DateTimeZoneHandling) extern "C" IL2CPP_METHOD_ATTR void JsonReader_set_DateTimeZoneHandling_m164192948 (JsonReader_t2369136700 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonReader_set_DateTimeZoneHandling_m164192948_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,JsonReader_set_DateTimeZoneHandling_m164192948_RuntimeMethod_var); } IL_0013: { int32_t L_3 = ___value0; __this->set__dateTimeZoneHandling_6(L_3); return; } } // Newtonsoft.Json.DateParseHandling Newtonsoft.Json.JsonReader::get_DateParseHandling() extern "C" IL2CPP_METHOD_ATTR int32_t JsonReader_get_DateParseHandling_m2700870511 (JsonReader_t2369136700 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__dateParseHandling_9(); return L_0; } } // System.Void Newtonsoft.Json.JsonReader::set_DateParseHandling(Newtonsoft.Json.DateParseHandling) extern "C" IL2CPP_METHOD_ATTR void JsonReader_set_DateParseHandling_m3807032919 (JsonReader_t2369136700 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonReader_set_DateParseHandling_m3807032919_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,JsonReader_set_DateParseHandling_m3807032919_RuntimeMethod_var); } IL_0013: { int32_t L_3 = ___value0; __this->set__dateParseHandling_9(L_3); return; } } // Newtonsoft.Json.FloatParseHandling Newtonsoft.Json.JsonReader::get_FloatParseHandling() extern "C" IL2CPP_METHOD_ATTR int32_t JsonReader_get_FloatParseHandling_m1488578159 (JsonReader_t2369136700 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__floatParseHandling_10(); return L_0; } } // System.Void Newtonsoft.Json.JsonReader::set_FloatParseHandling(Newtonsoft.Json.FloatParseHandling) extern "C" IL2CPP_METHOD_ATTR void JsonReader_set_FloatParseHandling_m4261313002 (JsonReader_t2369136700 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonReader_set_FloatParseHandling_m4261313002_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,JsonReader_set_FloatParseHandling_m4261313002_RuntimeMethod_var); } IL_0013: { int32_t L_3 = ___value0; __this->set__floatParseHandling_10(L_3); return; } } // System.String Newtonsoft.Json.JsonReader::get_DateFormatString() extern "C" IL2CPP_METHOD_ATTR String_t* JsonReader_get_DateFormatString_m3648577372 (JsonReader_t2369136700 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__dateFormatString_11(); return L_0; } } // System.Void Newtonsoft.Json.JsonReader::set_DateFormatString(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonReader_set_DateFormatString_m823365658 (JsonReader_t2369136700 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set__dateFormatString_11(L_0); return; } } // System.Nullable`1 Newtonsoft.Json.JsonReader::get_MaxDepth() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t378540539 JsonReader_get_MaxDepth_m1122545175 (JsonReader_t2369136700 * __this, const RuntimeMethod* method) { { Nullable_1_t378540539 L_0 = __this->get__maxDepth_7(); return L_0; } } // System.Void Newtonsoft.Json.JsonReader::set_MaxDepth(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR void JsonReader_set_MaxDepth_m2549745733 (JsonReader_t2369136700 * __this, Nullable_1_t378540539 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonReader_set_MaxDepth_m2549745733_MetadataUsageId); s_Il2CppMethodInitialized = true; } Nullable_1_t378540539 V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; int32_t G_B3_0 = 0; { Nullable_1_t378540539 L_0 = ___value0; V_0 = L_0; V_1 = 0; int32_t L_1 = Nullable_1_GetValueOrDefault_m2296315628((&V_0), /*hidden argument*/Nullable_1_GetValueOrDefault_m2296315628_RuntimeMethod_var); int32_t L_2 = V_1; if ((((int32_t)L_1) <= ((int32_t)L_2))) { goto IL_0011; } } { G_B3_0 = 0; goto IL_0018; } IL_0011: { bool L_3 = Nullable_1_get_HasValue_m2648265346((&V_0), /*hidden argument*/Nullable_1_get_HasValue_m2648265346_RuntimeMethod_var); G_B3_0 = ((int32_t)(L_3)); } IL_0018: { if (!G_B3_0) { goto IL_002a; } } { ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_4, _stringLiteral1939948882, _stringLiteral3493618073, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,JsonReader_set_MaxDepth_m2549745733_RuntimeMethod_var); } IL_002a: { Nullable_1_t378540539 L_5 = ___value0; __this->set__maxDepth_7(L_5); return; } } // Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() extern "C" IL2CPP_METHOD_ATTR int32_t JsonReader_get_TokenType_m342962589 (JsonReader_t2369136700 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__tokenType_0(); return L_0; } } // System.Object Newtonsoft.Json.JsonReader::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonReader_get_Value_m261157920 (JsonReader_t2369136700 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get__value_1(); return L_0; } } // System.Type Newtonsoft.Json.JsonReader::get_ValueType() extern "C" IL2CPP_METHOD_ATTR Type_t * JsonReader_get_ValueType_m1808029311 (JsonReader_t2369136700 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get__value_1(); if (L_0) { goto IL_000a; } } { return (Type_t *)NULL; } IL_000a: { RuntimeObject * L_1 = __this->get__value_1(); NullCheck(L_1); Type_t * L_2 = Object_GetType_m88164663(L_1, /*hidden argument*/NULL); return L_2; } } // System.Int32 Newtonsoft.Json.JsonReader::get_Depth() extern "C" IL2CPP_METHOD_ATTR int32_t JsonReader_get_Depth_m3828744735 (JsonReader_t2369136700 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonReader_get_Depth_m3828744735_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t G_B3_0 = 0; { List_1_t4000102456 * L_0 = __this->get__stack_12(); if (L_0) { goto IL_000b; } } { G_B3_0 = 0; goto IL_0016; } IL_000b: { List_1_t4000102456 * L_1 = __this->get__stack_12(); 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 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, __this); bool L_4 = JsonTokenUtils_IsStartToken_m2983268978(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0031; } } { JsonPosition_t2528027714 * L_5 = __this->get_address_of__currentPosition_4(); int32_t L_6 = L_5->get_Type_1(); if (L_6) { goto IL_0033; } } IL_0031: { int32_t L_7 = V_0; return L_7; } IL_0033: { int32_t L_8 = V_0; return ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } } // System.String Newtonsoft.Json.JsonReader::get_Path() extern "C" IL2CPP_METHOD_ATTR String_t* JsonReader_get_Path_m2893483569 (JsonReader_t2369136700 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonReader_get_Path_m2893483569_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_4(); 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_3(); if ((((int32_t)L_3) == ((int32_t)5))) { goto IL_0034; } } { int32_t L_4 = __this->get__currentState_3(); if ((((int32_t)L_4) == ((int32_t)((int32_t)9)))) { goto IL_0034; } } { int32_t L_5 = __this->get__currentState_3(); G_B6_0 = ((((int32_t)((((int32_t)L_5) == ((int32_t)3))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0035; } IL_0034: { G_B6_0 = 0; } IL_0035: { if (G_B6_0) { goto IL_0042; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t4250589796 )); Nullable_1_t4250589796 L_6 = V_1; G_B9_0 = L_6; goto IL_004d; } IL_0042: { JsonPosition_t2528027714 L_7 = __this->get__currentPosition_4(); 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_004d: { V_0 = G_B9_0; List_1_t4000102456 * L_9 = __this->get__stack_12(); 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; } } // System.Globalization.CultureInfo Newtonsoft.Json.JsonReader::get_Culture() extern "C" IL2CPP_METHOD_ATTR CultureInfo_t4157843068 * JsonReader_get_Culture_m4025307219 (JsonReader_t2369136700 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonReader_get_Culture_m4025307219_MetadataUsageId); s_Il2CppMethodInitialized = true; } CultureInfo_t4157843068 * G_B2_0 = NULL; CultureInfo_t4157843068 * G_B1_0 = NULL; { CultureInfo_t4157843068 * L_0 = __this->get__culture_5(); 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.JsonReader::set_Culture(System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR void JsonReader_set_Culture_m1761646487 (JsonReader_t2369136700 * __this, CultureInfo_t4157843068 * ___value0, const RuntimeMethod* method) { { CultureInfo_t4157843068 * L_0 = ___value0; __this->set__culture_5(L_0); return; } } // Newtonsoft.Json.JsonPosition Newtonsoft.Json.JsonReader::GetPosition(System.Int32) extern "C" IL2CPP_METHOD_ATTR JsonPosition_t2528027714 JsonReader_GetPosition_m1743712922 (JsonReader_t2369136700 * __this, int32_t ___depth0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonReader_GetPosition_m1743712922_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t4000102456 * L_0 = __this->get__stack_12(); if (!L_0) { goto IL_0023; } } { int32_t L_1 = ___depth0; List_1_t4000102456 * L_2 = __this->get__stack_12(); NullCheck(L_2); int32_t L_3 = List_1_get_Count_m4240163880(L_2, /*hidden argument*/List_1_get_Count_m4240163880_RuntimeMethod_var); if ((((int32_t)L_1) >= ((int32_t)L_3))) { goto IL_0023; } } { List_1_t4000102456 * L_4 = __this->get__stack_12(); int32_t L_5 = ___depth0; NullCheck(L_4); JsonPosition_t2528027714 L_6 = List_1_get_Item_m592205178(L_4, L_5, /*hidden argument*/List_1_get_Item_m592205178_RuntimeMethod_var); return L_6; } IL_0023: { JsonPosition_t2528027714 L_7 = __this->get__currentPosition_4(); return L_7; } } // System.Void Newtonsoft.Json.JsonReader::.ctor() extern "C" IL2CPP_METHOD_ATTR void JsonReader__ctor_m2619238087 (JsonReader_t2369136700 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set__currentState_3(0); __this->set__dateTimeZoneHandling_6(3); __this->set__dateParseHandling_9(1); __this->set__floatParseHandling_10(0); JsonReader_set_CloseInput_m3072148081(__this, (bool)1, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonReader::Push(Newtonsoft.Json.JsonContainerType) extern "C" IL2CPP_METHOD_ATTR void JsonReader_Push_m932194831 (JsonReader_t2369136700 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonReader_Push_m932194831_MetadataUsageId); s_Il2CppMethodInitialized = true; } Nullable_1_t378540539 V_0; memset(&V_0, 0, sizeof(V_0)); int32_t G_B8_0 = 0; { JsonReader_UpdateScopeWithFinishedValue_m1281799118(__this, /*hidden argument*/NULL); JsonPosition_t2528027714 * L_0 = __this->get_address_of__currentPosition_4(); int32_t L_1 = L_0->get_Type_1(); if (L_1) { goto IL_0020; } } { int32_t L_2 = ___value0; JsonPosition_t2528027714 L_3; memset(&L_3, 0, sizeof(L_3)); JsonPosition__ctor_m1215355640((&L_3), L_2, /*hidden argument*/NULL); __this->set__currentPosition_4(L_3); return; } IL_0020: { List_1_t4000102456 * L_4 = __this->get__stack_12(); if (L_4) { goto IL_0033; } } { List_1_t4000102456 * L_5 = (List_1_t4000102456 *)il2cpp_codegen_object_new(List_1_t4000102456_il2cpp_TypeInfo_var); List_1__ctor_m1378328547(L_5, /*hidden argument*/List_1__ctor_m1378328547_RuntimeMethod_var); __this->set__stack_12(L_5); } IL_0033: { List_1_t4000102456 * L_6 = __this->get__stack_12(); JsonPosition_t2528027714 L_7 = __this->get__currentPosition_4(); NullCheck(L_6); List_1_Add_m2564458925(L_6, L_7, /*hidden argument*/List_1_Add_m2564458925_RuntimeMethod_var); int32_t L_8 = ___value0; JsonPosition_t2528027714 L_9; memset(&L_9, 0, sizeof(L_9)); JsonPosition__ctor_m1215355640((&L_9), L_8, /*hidden argument*/NULL); __this->set__currentPosition_4(L_9); Nullable_1_t378540539 * L_10 = __this->get_address_of__maxDepth_7(); bool L_11 = Nullable_1_get_HasValue_m2648265346(L_10, /*hidden argument*/Nullable_1_get_HasValue_m2648265346_RuntimeMethod_var); if (!L_11) { goto IL_00b1; } } { int32_t L_12 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 Newtonsoft.Json.JsonReader::get_Depth() */, __this); Nullable_1_t378540539 L_13 = __this->get__maxDepth_7(); V_0 = L_13; int32_t L_14 = Nullable_1_GetValueOrDefault_m2296315628((&V_0), /*hidden argument*/Nullable_1_GetValueOrDefault_m2296315628_RuntimeMethod_var); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))) > ((int32_t)L_14))) { goto IL_0078; } } { G_B8_0 = 0; goto IL_007f; } IL_0078: { bool L_15 = Nullable_1_get_HasValue_m2648265346((&V_0), /*hidden argument*/Nullable_1_get_HasValue_m2648265346_RuntimeMethod_var); G_B8_0 = ((int32_t)(L_15)); } IL_007f: { if (!G_B8_0) { goto IL_00b1; } } { bool L_16 = __this->get__hasExceededMaxDepth_8(); if (L_16) { goto IL_00b1; } } { __this->set__hasExceededMaxDepth_8((bool)1); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_17 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); Nullable_1_t378540539 L_18 = __this->get__maxDepth_7(); Nullable_1_t378540539 L_19 = L_18; RuntimeObject * L_20 = Box(Nullable_1_t378540539_il2cpp_TypeInfo_var, &L_19); String_t* L_21 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2619507609, L_17, L_20, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_22 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_21, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22,JsonReader_Push_m932194831_RuntimeMethod_var); } IL_00b1: { return; } } // Newtonsoft.Json.JsonContainerType Newtonsoft.Json.JsonReader::Pop() extern "C" IL2CPP_METHOD_ATTR int32_t JsonReader_Pop_m1581645082 (JsonReader_t2369136700 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonReader_Pop_m1581645082_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonPosition_t2528027714 V_0; memset(&V_0, 0, sizeof(V_0)); Nullable_1_t378540539 V_1; memset(&V_1, 0, sizeof(V_1)); int32_t G_B8_0 = 0; { List_1_t4000102456 * L_0 = __this->get__stack_12(); if (!L_0) { goto IL_0055; } } { List_1_t4000102456 * L_1 = __this->get__stack_12(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m4240163880(L_1, /*hidden argument*/List_1_get_Count_m4240163880_RuntimeMethod_var); if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_0055; } } { JsonPosition_t2528027714 L_3 = __this->get__currentPosition_4(); V_0 = L_3; List_1_t4000102456 * L_4 = __this->get__stack_12(); List_1_t4000102456 * L_5 = __this->get__stack_12(); 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_4(L_7); List_1_t4000102456 * L_8 = __this->get__stack_12(); List_1_t4000102456 * L_9 = __this->get__stack_12(); 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); goto IL_0068; } IL_0055: { JsonPosition_t2528027714 L_11 = __this->get__currentPosition_4(); V_0 = L_11; JsonPosition_t2528027714 * L_12 = __this->get_address_of__currentPosition_4(); il2cpp_codegen_initobj(L_12, sizeof(JsonPosition_t2528027714 )); } IL_0068: { Nullable_1_t378540539 * L_13 = __this->get_address_of__maxDepth_7(); bool L_14 = Nullable_1_get_HasValue_m2648265346(L_13, /*hidden argument*/Nullable_1_get_HasValue_m2648265346_RuntimeMethod_var); if (!L_14) { goto IL_009e; } } { int32_t L_15 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 Newtonsoft.Json.JsonReader::get_Depth() */, __this); Nullable_1_t378540539 L_16 = __this->get__maxDepth_7(); V_1 = L_16; int32_t L_17 = Nullable_1_GetValueOrDefault_m2296315628((&V_1), /*hidden argument*/Nullable_1_GetValueOrDefault_m2296315628_RuntimeMethod_var); if ((((int32_t)L_15) <= ((int32_t)L_17))) { goto IL_008e; } } { G_B8_0 = 0; goto IL_0095; } IL_008e: { bool L_18 = Nullable_1_get_HasValue_m2648265346((&V_1), /*hidden argument*/Nullable_1_get_HasValue_m2648265346_RuntimeMethod_var); G_B8_0 = ((int32_t)(L_18)); } IL_0095: { if (!G_B8_0) { goto IL_009e; } } { __this->set__hasExceededMaxDepth_8((bool)0); } IL_009e: { JsonPosition_t2528027714 L_19 = V_0; int32_t L_20 = L_19.get_Type_1(); return L_20; } } // Newtonsoft.Json.JsonContainerType Newtonsoft.Json.JsonReader::Peek() extern "C" IL2CPP_METHOD_ATTR int32_t JsonReader_Peek_m2283440276 (JsonReader_t2369136700 * __this, const RuntimeMethod* method) { { JsonPosition_t2528027714 * L_0 = __this->get_address_of__currentPosition_4(); int32_t L_1 = L_0->get_Type_1(); return L_1; } } // System.Nullable`1 Newtonsoft.Json.JsonReader::ReadAsInt32() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t378540539 JsonReader_ReadAsInt32_m409741494 (JsonReader_t2369136700 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonReader_ReadAsInt32_m409741494_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; Nullable_1_t378540539 V_2; memset(&V_2, 0, sizeof(V_2)); { int32_t L_0 = JsonReader_GetContentToken_m894762553(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if (!L_1) { goto IL_0034; } } { int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)7))) { case 0: { goto IL_003e; } case 1: { goto IL_003e; } case 2: { goto IL_0079; } case 3: { goto IL_008d; } case 4: { goto IL_0034; } case 5: { goto IL_008d; } case 6: { goto IL_008d; } case 7: { goto IL_0034; } } } { goto IL_008d; } IL_0034: { il2cpp_codegen_initobj((&V_2), sizeof(Nullable_1_t378540539 )); Nullable_1_t378540539 L_3 = V_2; return L_3; } IL_003e: { RuntimeObject * L_4 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_4, Int32_t2950945753_il2cpp_TypeInfo_var))) { goto IL_0068; } } { RuntimeObject * L_5 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_6 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_7 = Convert_ToInt32_m3211312035(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); int32_t L_8 = L_7; RuntimeObject * L_9 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_8); JsonReader_SetToken_m1343918653(__this, 7, L_9, (bool)0, /*hidden argument*/NULL); } IL_0068: { RuntimeObject * L_10 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); Nullable_1_t378540539 L_11; memset(&L_11, 0, sizeof(L_11)); Nullable_1__ctor_m2076366551((&L_11), ((*(int32_t*)((int32_t*)UnBox(L_10, Int32_t2950945753_il2cpp_TypeInfo_var)))), /*hidden argument*/Nullable_1__ctor_m2076366551_RuntimeMethod_var); return L_11; } IL_0079: { RuntimeObject * L_12 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); V_1 = ((String_t*)CastclassSealed((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); String_t* L_13 = V_1; Nullable_1_t378540539 L_14 = JsonReader_ReadInt32String_m3043907652(__this, L_13, /*hidden argument*/NULL); return L_14; } IL_008d: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_15 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_16 = V_0; int32_t L_17 = L_16; RuntimeObject * L_18 = Box(JsonToken_t1917433489_il2cpp_TypeInfo_var, &L_17); String_t* L_19 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral3615226485, L_15, L_18, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_20 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_19, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20,JsonReader_ReadAsInt32_m409741494_RuntimeMethod_var); } } // System.Nullable`1 Newtonsoft.Json.JsonReader::ReadInt32String(System.String) extern "C" IL2CPP_METHOD_ATTR Nullable_1_t378540539 JsonReader_ReadInt32String_m3043907652 (JsonReader_t2369136700 * __this, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonReader_ReadInt32String_m3043907652_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Nullable_1_t378540539 V_1; memset(&V_1, 0, sizeof(V_1)); { String_t* L_0 = ___s0; 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_001c; } } { JsonReader_SetToken_m1343918653(__this, ((int32_t)11), NULL, (bool)0, /*hidden argument*/NULL); il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t378540539 )); Nullable_1_t378540539 L_2 = V_1; return L_2; } IL_001c: { String_t* L_3 = ___s0; CultureInfo_t4157843068 * L_4 = JsonReader_get_Culture_m4025307219(__this, /*hidden argument*/NULL); bool L_5 = Int32_TryParse_m135955795(NULL /*static, unused*/, L_3, 7, L_4, (&V_0), /*hidden argument*/NULL); if (!L_5) { goto IL_0042; } } { int32_t L_6 = V_0; int32_t L_7 = L_6; RuntimeObject * L_8 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_7); JsonReader_SetToken_m1343918653(__this, 7, L_8, (bool)0, /*hidden argument*/NULL); int32_t L_9 = V_0; Nullable_1_t378540539 L_10; memset(&L_10, 0, sizeof(L_10)); Nullable_1__ctor_m2076366551((&L_10), L_9, /*hidden argument*/Nullable_1__ctor_m2076366551_RuntimeMethod_var); return L_10; } IL_0042: { String_t* L_11 = ___s0; JsonReader_SetToken_m1343918653(__this, ((int32_t)9), L_11, (bool)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_12 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_13 = ___s0; String_t* L_14 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral3583192845, L_12, L_13, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_15 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,JsonReader_ReadInt32String_m3043907652_RuntimeMethod_var); } } // System.String Newtonsoft.Json.JsonReader::ReadAsString() extern "C" IL2CPP_METHOD_ATTR String_t* JsonReader_ReadAsString_m3847429486 (JsonReader_t2369136700 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonReader_ReadAsString_m3847429486_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; { int32_t L_0 = JsonReader_GetContentToken_m894762553(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) > ((int32_t)((int32_t)9)))) { goto IL_0016; } } { int32_t L_2 = V_0; if (!L_2) { goto IL_0020; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)((int32_t)9)))) { goto IL_0022; } } { goto IL_002e; } IL_0016: { int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)((int32_t)11)))) { goto IL_0020; } } { int32_t L_5 = V_0; if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)14))))) { goto IL_002e; } } IL_0020: { return (String_t*)NULL; } IL_0022: { RuntimeObject * L_6 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); return ((String_t*)CastclassSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var)); } IL_002e: { int32_t L_7 = V_0; bool L_8 = JsonTokenUtils_IsPrimitiveToken_m4162264142(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_009d; } } { RuntimeObject * L_9 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); if (!L_9) { goto IL_009d; } } { RuntimeObject * L_10 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); if (!((RuntimeObject*)IsInst((RuntimeObject*)L_10, IFormattable_t1450744796_il2cpp_TypeInfo_var))) { goto IL_0065; } } { RuntimeObject * L_11 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); CultureInfo_t4157843068 * L_12 = JsonReader_get_Culture_m4025307219(__this, /*hidden argument*/NULL); NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_11, IFormattable_t1450744796_il2cpp_TypeInfo_var))); String_t* L_13 = InterfaceFuncInvoker2< String_t*, String_t*, RuntimeObject* >::Invoke(0 /* System.String System.IFormattable::ToString(System.String,System.IFormatProvider) */, IFormattable_t1450744796_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_11, IFormattable_t1450744796_il2cpp_TypeInfo_var)), (String_t*)NULL, L_12); V_1 = L_13; goto IL_0091; } IL_0065: { RuntimeObject * L_14 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); if (!((Uri_t100236324 *)IsInstClass((RuntimeObject*)L_14, Uri_t100236324_il2cpp_TypeInfo_var))) { goto IL_0085; } } { RuntimeObject * L_15 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); NullCheck(((Uri_t100236324 *)CastclassClass((RuntimeObject*)L_15, Uri_t100236324_il2cpp_TypeInfo_var))); String_t* L_16 = Uri_get_OriginalString_m3715995233(((Uri_t100236324 *)CastclassClass((RuntimeObject*)L_15, Uri_t100236324_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_1 = L_16; goto IL_0091; } IL_0085: { RuntimeObject * L_17 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); NullCheck(L_17); String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_17); V_1 = L_18; } IL_0091: { String_t* L_19 = V_1; JsonReader_SetToken_m1343918653(__this, ((int32_t)9), L_19, (bool)0, /*hidden argument*/NULL); String_t* L_20 = V_1; return L_20; } IL_009d: { 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 = V_0; int32_t L_23 = L_22; RuntimeObject * L_24 = Box(JsonToken_t1917433489_il2cpp_TypeInfo_var, &L_23); String_t* L_25 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral3333968665, L_21, L_24, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_26 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26,JsonReader_ReadAsString_m3847429486_RuntimeMethod_var); } } // System.Byte[] Newtonsoft.Json.JsonReader::ReadAsBytes() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* JsonReader_ReadAsBytes_m327923556 (JsonReader_t2369136700 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonReader_ReadAsBytes_m327923556_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_t4116647657* V_1 = NULL; String_t* V_2 = NULL; ByteU5BU5D_t4116647657* V_3 = NULL; Guid_t V_4; memset(&V_4, 0, sizeof(V_4)); ByteU5BU5D_t4116647657* V_5 = NULL; Guid_t V_6; memset(&V_6, 0, sizeof(V_6)); { int32_t L_0 = JsonReader_GetContentToken_m894762553(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if (L_1) { goto IL_000c; } } { return (ByteU5BU5D_t4116647657*)NULL; } IL_000c: { int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, __this); if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_005f; } } { JsonReader_ReadIntoWrappedTypeObject_m4012548808(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_3 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(13 /* System.Byte[] Newtonsoft.Json.JsonReader::ReadAsBytes() */, __this); V_1 = L_3; JsonReader_ReaderReadAndAssert_m3011377669(__this, /*hidden argument*/NULL); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, __this); if ((((int32_t)L_4) == ((int32_t)((int32_t)13)))) { goto IL_0053; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_5 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, __this); int32_t L_7 = L_6; RuntimeObject * L_8 = Box(JsonToken_t1917433489_il2cpp_TypeInfo_var, &L_7); String_t* L_9 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2694121769, L_5, L_8, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_10 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,JsonReader_ReadAsBytes_m327923556_RuntimeMethod_var); } IL_0053: { ByteU5BU5D_t4116647657* L_11 = V_1; JsonReader_SetToken_m1343918653(__this, ((int32_t)17), (RuntimeObject *)(RuntimeObject *)L_11, (bool)0, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_12 = V_1; return L_12; } IL_005f: { int32_t L_13 = V_0; if ((((int32_t)L_13) > ((int32_t)((int32_t)9)))) { goto IL_0075; } } { int32_t L_14 = V_0; if ((((int32_t)L_14) == ((int32_t)2))) { goto IL_0111; } } { int32_t L_15 = V_0; if ((((int32_t)L_15) == ((int32_t)((int32_t)9)))) { goto IL_0089; } } { goto IL_0118; } IL_0075: { int32_t L_16 = V_0; if ((((int32_t)L_16) == ((int32_t)((int32_t)11)))) { goto IL_00cd; } } { int32_t L_17 = V_0; if ((((int32_t)L_17) == ((int32_t)((int32_t)14)))) { goto IL_00cd; } } { int32_t L_18 = V_0; if ((((int32_t)L_18) == ((int32_t)((int32_t)17)))) { goto IL_00cf; } } { goto IL_0118; } IL_0089: { RuntimeObject * L_19 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); V_2 = ((String_t*)CastclassSealed((RuntimeObject*)L_19, String_t_il2cpp_TypeInfo_var)); String_t* L_20 = V_2; NullCheck(L_20); int32_t L_21 = String_get_Length_m3847582255(L_20, /*hidden argument*/NULL); if (L_21) { goto IL_00a6; } } { V_3 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)0)); goto IL_00c1; } IL_00a6: { String_t* L_22 = V_2; IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_t2194062972_il2cpp_TypeInfo_var); bool L_23 = ConvertUtils_TryConvertGuid_m1432766850(NULL /*static, unused*/, L_22, (&V_4), /*hidden argument*/NULL); if (!L_23) { goto IL_00ba; } } { ByteU5BU5D_t4116647657* L_24 = Guid_ToByteArray_m1059098555((&V_4), /*hidden argument*/NULL); V_3 = L_24; goto IL_00c1; } IL_00ba: { String_t* L_25 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_26 = Convert_FromBase64String_m3685135396(NULL /*static, unused*/, L_25, /*hidden argument*/NULL); V_3 = L_26; } IL_00c1: { ByteU5BU5D_t4116647657* L_27 = V_3; JsonReader_SetToken_m1343918653(__this, ((int32_t)17), (RuntimeObject *)(RuntimeObject *)L_27, (bool)0, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_28 = V_3; return L_28; } IL_00cd: { return (ByteU5BU5D_t4116647657*)NULL; } IL_00cf: { Type_t * L_29 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type Newtonsoft.Json.JsonReader::get_ValueType() */, __this); RuntimeTypeHandle_t3027515415 L_30 = { reinterpret_cast (Guid_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_31 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_30, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_29) == ((RuntimeObject*)(Type_t *)L_31)))) { goto IL_0105; } } { RuntimeObject * L_32 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); V_6 = ((*(Guid_t *)((Guid_t *)UnBox(L_32, Guid_t_il2cpp_TypeInfo_var)))); ByteU5BU5D_t4116647657* L_33 = Guid_ToByteArray_m1059098555((&V_6), /*hidden argument*/NULL); V_5 = L_33; ByteU5BU5D_t4116647657* L_34 = V_5; JsonReader_SetToken_m1343918653(__this, ((int32_t)17), (RuntimeObject *)(RuntimeObject *)L_34, (bool)0, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_35 = V_5; return L_35; } IL_0105: { RuntimeObject * L_36 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); return ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_36, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var)); } IL_0111: { ByteU5BU5D_t4116647657* L_37 = JsonReader_ReadArrayIntoByteArray_m3113362262(__this, /*hidden argument*/NULL); return L_37; } IL_0118: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_38 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_39 = V_0; int32_t L_40 = L_39; RuntimeObject * L_41 = Box(JsonToken_t1917433489_il2cpp_TypeInfo_var, &L_40); String_t* L_42 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2694121769, L_38, L_41, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_43 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_42, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_43,JsonReader_ReadAsBytes_m327923556_RuntimeMethod_var); } } // System.Byte[] Newtonsoft.Json.JsonReader::ReadArrayIntoByteArray() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* JsonReader_ReadArrayIntoByteArray_m3113362262 (JsonReader_t2369136700 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonReader_ReadArrayIntoByteArray_m3113362262_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t2606371118 * V_0 = NULL; int32_t V_1 = 0; ByteU5BU5D_t4116647657* V_2 = NULL; { List_1_t2606371118 * L_0 = (List_1_t2606371118 *)il2cpp_codegen_object_new(List_1_t2606371118_il2cpp_TypeInfo_var); List_1__ctor_m115581213(L_0, /*hidden argument*/List_1__ctor_m115581213_RuntimeMethod_var); V_0 = L_0; } IL_0006: { int32_t L_1 = JsonReader_GetContentToken_m894762553(__this, /*hidden argument*/NULL); V_1 = L_1; int32_t L_2 = V_1; if (!L_2) { goto IL_001b; } } { int32_t L_3 = V_1; if ((((int32_t)L_3) == ((int32_t)7))) { goto IL_0027; } } { int32_t L_4 = V_1; if ((((int32_t)L_4) == ((int32_t)((int32_t)14)))) { goto IL_003f; } } { goto IL_0052; } IL_001b: { JsonReaderException_t3553144781 * L_5 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, _stringLiteral2453570285, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,JsonReader_ReadArrayIntoByteArray_m3113362262_RuntimeMethod_var); } IL_0027: { List_1_t2606371118 * L_6 = V_0; RuntimeObject * L_7 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_8 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint8_t L_9 = Convert_ToByte_m3527805587(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); NullCheck(L_6); List_1_Add_m2253401767(L_6, L_9, /*hidden argument*/List_1_Add_m2253401767_RuntimeMethod_var); goto IL_0006; } IL_003f: { List_1_t2606371118 * L_10 = V_0; NullCheck(L_10); ByteU5BU5D_t4116647657* L_11 = List_1_ToArray_m210634055(L_10, /*hidden argument*/List_1_ToArray_m210634055_RuntimeMethod_var); V_2 = L_11; ByteU5BU5D_t4116647657* L_12 = V_2; JsonReader_SetToken_m1343918653(__this, ((int32_t)17), (RuntimeObject *)(RuntimeObject *)L_12, (bool)0, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_13 = V_2; return L_13; } IL_0052: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_14 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_15 = V_1; int32_t L_16 = L_15; RuntimeObject * L_17 = Box(JsonToken_t1917433489_il2cpp_TypeInfo_var, &L_16); String_t* L_18 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral4234693647, L_14, L_17, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_19 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19,JsonReader_ReadArrayIntoByteArray_m3113362262_RuntimeMethod_var); } } // System.Nullable`1 Newtonsoft.Json.JsonReader::ReadAsDouble() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t2317227445 JsonReader_ReadAsDouble_m3650444181 (JsonReader_t2369136700 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonReader_ReadAsDouble_m3650444181_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Nullable_1_t2317227445 V_1; memset(&V_1, 0, sizeof(V_1)); double V_2 = 0.0; { int32_t L_0 = JsonReader_GetContentToken_m894762553(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if (!L_1) { goto IL_0034; } } { int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)7))) { case 0: { goto IL_003e; } case 1: { goto IL_003e; } case 2: { goto IL_007b; } case 3: { goto IL_008d; } case 4: { goto IL_0034; } case 5: { goto IL_008d; } case 6: { goto IL_008d; } case 7: { goto IL_0034; } } } { goto IL_008d; } IL_0034: { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t2317227445 )); Nullable_1_t2317227445 L_3 = V_1; return L_3; } IL_003e: { RuntimeObject * L_4 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_4, Double_t594665363_il2cpp_TypeInfo_var))) { goto IL_006a; } } { RuntimeObject * L_5 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_6 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); double L_7 = Convert_ToDouble_m4017511472(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); V_2 = L_7; double L_8 = V_2; double L_9 = L_8; RuntimeObject * L_10 = Box(Double_t594665363_il2cpp_TypeInfo_var, &L_9); JsonReader_SetToken_m1343918653(__this, 8, L_10, (bool)0, /*hidden argument*/NULL); } IL_006a: { RuntimeObject * L_11 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); Nullable_1_t2317227445 L_12; memset(&L_12, 0, sizeof(L_12)); Nullable_1__ctor_m3137306314((&L_12), ((*(double*)((double*)UnBox(L_11, Double_t594665363_il2cpp_TypeInfo_var)))), /*hidden argument*/Nullable_1__ctor_m3137306314_RuntimeMethod_var); return L_12; } IL_007b: { RuntimeObject * L_13 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); Nullable_1_t2317227445 L_14 = JsonReader_ReadDoubleString_m60456898(__this, ((String_t*)CastclassSealed((RuntimeObject*)L_13, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_14; } IL_008d: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_15 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_16 = V_0; int32_t L_17 = L_16; RuntimeObject * L_18 = Box(JsonToken_t1917433489_il2cpp_TypeInfo_var, &L_17); String_t* L_19 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral903444449, L_15, L_18, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_20 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_19, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20,JsonReader_ReadAsDouble_m3650444181_RuntimeMethod_var); } } // System.Nullable`1 Newtonsoft.Json.JsonReader::ReadDoubleString(System.String) extern "C" IL2CPP_METHOD_ATTR Nullable_1_t2317227445 JsonReader_ReadDoubleString_m60456898 (JsonReader_t2369136700 * __this, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonReader_ReadDoubleString_m60456898_MetadataUsageId); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; Nullable_1_t2317227445 V_1; memset(&V_1, 0, sizeof(V_1)); { String_t* L_0 = ___s0; 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_001c; } } { JsonReader_SetToken_m1343918653(__this, ((int32_t)11), NULL, (bool)0, /*hidden argument*/NULL); il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t2317227445 )); Nullable_1_t2317227445 L_2 = V_1; return L_2; } IL_001c: { String_t* L_3 = ___s0; CultureInfo_t4157843068 * L_4 = JsonReader_get_Culture_m4025307219(__this, /*hidden argument*/NULL); bool L_5 = Double_TryParse_m623190659(NULL /*static, unused*/, L_3, ((int32_t)231), L_4, (&V_0), /*hidden argument*/NULL); if (!L_5) { goto IL_0046; } } { double L_6 = V_0; double L_7 = L_6; RuntimeObject * L_8 = Box(Double_t594665363_il2cpp_TypeInfo_var, &L_7); JsonReader_SetToken_m1343918653(__this, 8, L_8, (bool)0, /*hidden argument*/NULL); double L_9 = V_0; Nullable_1_t2317227445 L_10; memset(&L_10, 0, sizeof(L_10)); Nullable_1__ctor_m3137306314((&L_10), L_9, /*hidden argument*/Nullable_1__ctor_m3137306314_RuntimeMethod_var); return L_10; } IL_0046: { String_t* L_11 = ___s0; JsonReader_SetToken_m1343918653(__this, ((int32_t)9), L_11, (bool)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_12 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_13 = ___s0; String_t* L_14 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2076137696, L_12, L_13, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_15 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,JsonReader_ReadDoubleString_m60456898_RuntimeMethod_var); } } // System.Nullable`1 Newtonsoft.Json.JsonReader::ReadAsBoolean() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t1819850047 JsonReader_ReadAsBoolean_m377897851 (JsonReader_t2369136700 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonReader_ReadAsBoolean_m377897851_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; Nullable_1_t1819850047 V_2; memset(&V_2, 0, sizeof(V_2)); { int32_t L_0 = JsonReader_GetContentToken_m894762553(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if (!L_1) { goto IL_0034; } } { int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)7))) { case 0: { goto IL_003e; } case 1: { goto IL_003e; } case 2: { goto IL_0065; } case 3: { goto IL_0077; } case 4: { goto IL_0034; } case 5: { goto IL_0088; } case 6: { goto IL_0088; } case 7: { goto IL_0034; } } } { goto IL_0088; } IL_0034: { il2cpp_codegen_initobj((&V_2), sizeof(Nullable_1_t1819850047 )); Nullable_1_t1819850047 L_3 = V_2; return L_3; } IL_003e: { RuntimeObject * L_4 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_5 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); bool L_6 = Convert_ToBoolean_m4120735400(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); V_1 = L_6; bool L_7 = V_1; bool L_8 = L_7; RuntimeObject * L_9 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_8); JsonReader_SetToken_m1343918653(__this, ((int32_t)10), L_9, (bool)0, /*hidden argument*/NULL); bool L_10 = V_1; Nullable_1_t1819850047 L_11; memset(&L_11, 0, sizeof(L_11)); Nullable_1__ctor_m1921378621((&L_11), L_10, /*hidden argument*/Nullable_1__ctor_m1921378621_RuntimeMethod_var); return L_11; } IL_0065: { RuntimeObject * L_12 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); Nullable_1_t1819850047 L_13 = JsonReader_ReadBooleanString_m2191744113(__this, ((String_t*)CastclassSealed((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_13; } IL_0077: { RuntimeObject * L_14 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); Nullable_1_t1819850047 L_15; memset(&L_15, 0, sizeof(L_15)); Nullable_1__ctor_m1921378621((&L_15), ((*(bool*)((bool*)UnBox(L_14, Boolean_t97287965_il2cpp_TypeInfo_var)))), /*hidden argument*/Nullable_1__ctor_m1921378621_RuntimeMethod_var); return L_15; } IL_0088: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_16 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_17 = V_0; int32_t L_18 = L_17; RuntimeObject * L_19 = Box(JsonToken_t1917433489_il2cpp_TypeInfo_var, &L_18); String_t* L_20 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral541670115, L_16, L_19, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_21 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_20, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21,JsonReader_ReadAsBoolean_m377897851_RuntimeMethod_var); } } // System.Nullable`1 Newtonsoft.Json.JsonReader::ReadBooleanString(System.String) extern "C" IL2CPP_METHOD_ATTR Nullable_1_t1819850047 JsonReader_ReadBooleanString_m2191744113 (JsonReader_t2369136700 * __this, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonReader_ReadBooleanString_m2191744113_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; Nullable_1_t1819850047 V_1; memset(&V_1, 0, sizeof(V_1)); { String_t* L_0 = ___s0; 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_001c; } } { JsonReader_SetToken_m1343918653(__this, ((int32_t)11), NULL, (bool)0, /*hidden argument*/NULL); il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t1819850047 )); Nullable_1_t1819850047 L_2 = V_1; return L_2; } IL_001c: { String_t* L_3 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(Boolean_t97287965_il2cpp_TypeInfo_var); bool L_4 = Boolean_TryParse_m1999513058(NULL /*static, unused*/, L_3, (&V_0), /*hidden argument*/NULL); if (!L_4) { goto IL_003c; } } { bool L_5 = V_0; bool L_6 = L_5; RuntimeObject * L_7 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_6); JsonReader_SetToken_m1343918653(__this, ((int32_t)10), L_7, (bool)0, /*hidden argument*/NULL); bool L_8 = V_0; Nullable_1_t1819850047 L_9; memset(&L_9, 0, sizeof(L_9)); Nullable_1__ctor_m1921378621((&L_9), L_8, /*hidden argument*/Nullable_1__ctor_m1921378621_RuntimeMethod_var); return L_9; } IL_003c: { String_t* L_10 = ___s0; JsonReader_SetToken_m1343918653(__this, ((int32_t)9), L_10, (bool)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_11 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_12 = ___s0; String_t* L_13 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral299116425, L_11, L_12, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_14 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,JsonReader_ReadBooleanString_m2191744113_RuntimeMethod_var); } } // System.Nullable`1 Newtonsoft.Json.JsonReader::ReadAsDecimal() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t375854166 JsonReader_ReadAsDecimal_m2557576907 (JsonReader_t2369136700 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonReader_ReadAsDecimal_m2557576907_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Nullable_1_t375854166 V_1; memset(&V_1, 0, sizeof(V_1)); { int32_t L_0 = JsonReader_GetContentToken_m894762553(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if (!L_1) { goto IL_0034; } } { int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)7))) { case 0: { goto IL_003e; } case 1: { goto IL_003e; } case 2: { goto IL_0079; } case 3: { goto IL_008b; } case 4: { goto IL_0034; } case 5: { goto IL_008b; } case 6: { goto IL_008b; } case 7: { goto IL_0034; } } } { goto IL_008b; } IL_0034: { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t375854166 )); Nullable_1_t375854166 L_3 = V_1; return L_3; } IL_003e: { RuntimeObject * L_4 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_4, Decimal_t2948259380_il2cpp_TypeInfo_var))) { goto IL_0068; } } { RuntimeObject * L_5 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_6 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); Decimal_t2948259380 L_7 = Convert_ToDecimal_m3815908452(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); Decimal_t2948259380 L_8 = L_7; RuntimeObject * L_9 = Box(Decimal_t2948259380_il2cpp_TypeInfo_var, &L_8); JsonReader_SetToken_m1343918653(__this, 8, L_9, (bool)0, /*hidden argument*/NULL); } IL_0068: { RuntimeObject * L_10 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); Nullable_1_t375854166 L_11; memset(&L_11, 0, sizeof(L_11)); Nullable_1__ctor_m3508690032((&L_11), ((*(Decimal_t2948259380 *)((Decimal_t2948259380 *)UnBox(L_10, Decimal_t2948259380_il2cpp_TypeInfo_var)))), /*hidden argument*/Nullable_1__ctor_m3508690032_RuntimeMethod_var); return L_11; } IL_0079: { RuntimeObject * L_12 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); Nullable_1_t375854166 L_13 = JsonReader_ReadDecimalString_m3238208687(__this, ((String_t*)CastclassSealed((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_13; } IL_008b: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_14 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_15 = V_0; int32_t L_16 = L_15; RuntimeObject * L_17 = Box(JsonToken_t1917433489_il2cpp_TypeInfo_var, &L_16); String_t* L_18 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral3574718635, L_14, L_17, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_19 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19,JsonReader_ReadAsDecimal_m2557576907_RuntimeMethod_var); } } // System.Nullable`1 Newtonsoft.Json.JsonReader::ReadDecimalString(System.String) extern "C" IL2CPP_METHOD_ATTR Nullable_1_t375854166 JsonReader_ReadDecimalString_m3238208687 (JsonReader_t2369136700 * __this, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonReader_ReadDecimalString_m3238208687_MetadataUsageId); s_Il2CppMethodInitialized = true; } Decimal_t2948259380 V_0; memset(&V_0, 0, sizeof(V_0)); Nullable_1_t375854166 V_1; memset(&V_1, 0, sizeof(V_1)); { String_t* L_0 = ___s0; 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_001c; } } { JsonReader_SetToken_m1343918653(__this, ((int32_t)11), NULL, (bool)0, /*hidden argument*/NULL); il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t375854166 )); Nullable_1_t375854166 L_2 = V_1; return L_2; } IL_001c: { String_t* L_3 = ___s0; CultureInfo_t4157843068 * L_4 = JsonReader_get_Culture_m4025307219(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_5 = Decimal_TryParse_m458804504(NULL /*static, unused*/, L_3, ((int32_t)111), L_4, (&V_0), /*hidden argument*/NULL); if (!L_5) { goto IL_0043; } } { Decimal_t2948259380 L_6 = V_0; Decimal_t2948259380 L_7 = L_6; RuntimeObject * L_8 = Box(Decimal_t2948259380_il2cpp_TypeInfo_var, &L_7); JsonReader_SetToken_m1343918653(__this, 8, L_8, (bool)0, /*hidden argument*/NULL); Decimal_t2948259380 L_9 = V_0; Nullable_1_t375854166 L_10; memset(&L_10, 0, sizeof(L_10)); Nullable_1__ctor_m3508690032((&L_10), L_9, /*hidden argument*/Nullable_1__ctor_m3508690032_RuntimeMethod_var); return L_10; } IL_0043: { String_t* L_11 = ___s0; JsonReader_SetToken_m1343918653(__this, ((int32_t)9), L_11, (bool)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_12 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_13 = ___s0; String_t* L_14 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral3159888566, L_12, L_13, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_15 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,JsonReader_ReadDecimalString_m3238208687_RuntimeMethod_var); } } // System.Nullable`1 Newtonsoft.Json.JsonReader::ReadAsDateTime() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t1166124571 JsonReader_ReadAsDateTime_m4147122000 (JsonReader_t2369136700 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonReader_ReadAsDateTime_m4147122000_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; Nullable_1_t1166124571 V_2; memset(&V_2, 0, sizeof(V_2)); DateTimeOffset_t3229287507 V_3; memset(&V_3, 0, sizeof(V_3)); { int32_t L_0 = JsonReader_GetContentToken_m894762553(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) > ((int32_t)((int32_t)9)))) { goto IL_0016; } } { int32_t L_2 = V_0; if (!L_2) { goto IL_0027; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)((int32_t)9)))) { goto IL_0070; } } { goto IL_0084; } IL_0016: { int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)((int32_t)11)))) { goto IL_0027; } } { int32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)14)))) { goto IL_0027; } } { int32_t L_6 = V_0; if ((((int32_t)L_6) == ((int32_t)((int32_t)16)))) { goto IL_0031; } } { goto IL_0084; } IL_0027: { il2cpp_codegen_initobj((&V_2), sizeof(Nullable_1_t1166124571 )); Nullable_1_t1166124571 L_7 = V_2; return L_7; } IL_0031: { RuntimeObject * L_8 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_8, DateTimeOffset_t3229287507_il2cpp_TypeInfo_var))) { goto IL_005f; } } { RuntimeObject * L_9 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); V_3 = ((*(DateTimeOffset_t3229287507 *)((DateTimeOffset_t3229287507 *)UnBox(L_9, DateTimeOffset_t3229287507_il2cpp_TypeInfo_var)))); DateTime_t3738529785 L_10 = DateTimeOffset_get_DateTime_m620985777((&V_3), /*hidden argument*/NULL); DateTime_t3738529785 L_11 = L_10; RuntimeObject * L_12 = Box(DateTime_t3738529785_il2cpp_TypeInfo_var, &L_11); JsonReader_SetToken_m1343918653(__this, ((int32_t)16), L_12, (bool)0, /*hidden argument*/NULL); } IL_005f: { RuntimeObject * L_13 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); Nullable_1_t1166124571 L_14; memset(&L_14, 0, sizeof(L_14)); Nullable_1__ctor_m614513477((&L_14), ((*(DateTime_t3738529785 *)((DateTime_t3738529785 *)UnBox(L_13, DateTime_t3738529785_il2cpp_TypeInfo_var)))), /*hidden argument*/Nullable_1__ctor_m614513477_RuntimeMethod_var); return L_14; } IL_0070: { RuntimeObject * L_15 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); V_1 = ((String_t*)CastclassSealed((RuntimeObject*)L_15, String_t_il2cpp_TypeInfo_var)); String_t* L_16 = V_1; Nullable_1_t1166124571 L_17 = JsonReader_ReadDateTimeString_m1465151377(__this, L_16, /*hidden argument*/NULL); return L_17; } IL_0084: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_18 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_19 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, __this); int32_t L_20 = L_19; RuntimeObject * L_21 = Box(JsonToken_t1917433489_il2cpp_TypeInfo_var, &L_20); String_t* L_22 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral734302635, L_18, L_21, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_23 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_22, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23,JsonReader_ReadAsDateTime_m4147122000_RuntimeMethod_var); } } // System.Nullable`1 Newtonsoft.Json.JsonReader::ReadDateTimeString(System.String) extern "C" IL2CPP_METHOD_ATTR Nullable_1_t1166124571 JsonReader_ReadDateTimeString_m1465151377 (JsonReader_t2369136700 * __this, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonReader_ReadDateTimeString_m1465151377_MetadataUsageId); s_Il2CppMethodInitialized = true; } DateTime_t3738529785 V_0; memset(&V_0, 0, sizeof(V_0)); Nullable_1_t1166124571 V_1; memset(&V_1, 0, sizeof(V_1)); { String_t* L_0 = ___s0; 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_001c; } } { JsonReader_SetToken_m1343918653(__this, ((int32_t)11), NULL, (bool)0, /*hidden argument*/NULL); il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t1166124571 )); Nullable_1_t1166124571 L_2 = V_1; return L_2; } IL_001c: { String_t* L_3 = ___s0; int32_t L_4 = JsonReader_get_DateTimeZoneHandling_m3350718958(__this, /*hidden argument*/NULL); String_t* L_5 = __this->get__dateFormatString_11(); CultureInfo_t4157843068 * L_6 = JsonReader_get_Culture_m4025307219(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_t3515429982_il2cpp_TypeInfo_var); bool L_7 = DateTimeUtils_TryParseDateTime_m1212892142(NULL /*static, unused*/, L_3, L_4, L_5, L_6, (&V_0), /*hidden argument*/NULL); if (!L_7) { goto IL_005b; } } { DateTime_t3738529785 L_8 = V_0; int32_t L_9 = JsonReader_get_DateTimeZoneHandling_m3350718958(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_t3515429982_il2cpp_TypeInfo_var); DateTime_t3738529785 L_10 = DateTimeUtils_EnsureDateTime_m2677626152(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); V_0 = L_10; DateTime_t3738529785 L_11 = V_0; DateTime_t3738529785 L_12 = L_11; RuntimeObject * L_13 = Box(DateTime_t3738529785_il2cpp_TypeInfo_var, &L_12); JsonReader_SetToken_m1343918653(__this, ((int32_t)16), L_13, (bool)0, /*hidden argument*/NULL); DateTime_t3738529785 L_14 = V_0; Nullable_1_t1166124571 L_15; memset(&L_15, 0, sizeof(L_15)); Nullable_1__ctor_m614513477((&L_15), L_14, /*hidden argument*/Nullable_1__ctor_m614513477_RuntimeMethod_var); return L_15; } IL_005b: { String_t* L_16 = ___s0; CultureInfo_t4157843068 * L_17 = JsonReader_get_Culture_m4025307219(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); bool L_18 = DateTime_TryParse_m1691789376(NULL /*static, unused*/, L_16, L_17, ((int32_t)128), (&V_0), /*hidden argument*/NULL); if (!L_18) { goto IL_0093; } } { DateTime_t3738529785 L_19 = V_0; int32_t L_20 = JsonReader_get_DateTimeZoneHandling_m3350718958(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_t3515429982_il2cpp_TypeInfo_var); DateTime_t3738529785 L_21 = DateTimeUtils_EnsureDateTime_m2677626152(NULL /*static, unused*/, L_19, L_20, /*hidden argument*/NULL); V_0 = L_21; DateTime_t3738529785 L_22 = V_0; DateTime_t3738529785 L_23 = L_22; RuntimeObject * L_24 = Box(DateTime_t3738529785_il2cpp_TypeInfo_var, &L_23); JsonReader_SetToken_m1343918653(__this, ((int32_t)16), L_24, (bool)0, /*hidden argument*/NULL); DateTime_t3738529785 L_25 = V_0; 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; } IL_0093: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_27 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_28 = ___s0; String_t* L_29 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral1478306881, L_27, L_28, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_30 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_29, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30,JsonReader_ReadDateTimeString_m1465151377_RuntimeMethod_var); } } // System.Nullable`1 Newtonsoft.Json.JsonReader::ReadAsDateTimeOffset() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t656882293 JsonReader_ReadAsDateTimeOffset_m184128311 (JsonReader_t2369136700 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonReader_ReadAsDateTimeOffset_m184128311_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; Nullable_1_t656882293 V_2; memset(&V_2, 0, sizeof(V_2)); { int32_t L_0 = JsonReader_GetContentToken_m894762553(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) > ((int32_t)((int32_t)9)))) { goto IL_0016; } } { int32_t L_2 = V_0; if (!L_2) { goto IL_0027; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)((int32_t)9)))) { goto IL_006d; } } { goto IL_0081; } IL_0016: { int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)((int32_t)11)))) { goto IL_0027; } } { int32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)14)))) { goto IL_0027; } } { int32_t L_6 = V_0; if ((((int32_t)L_6) == ((int32_t)((int32_t)16)))) { goto IL_0031; } } { goto IL_0081; } IL_0027: { il2cpp_codegen_initobj((&V_2), sizeof(Nullable_1_t656882293 )); Nullable_1_t656882293 L_7 = V_2; return L_7; } IL_0031: { RuntimeObject * L_8 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_8, DateTime_t3738529785_il2cpp_TypeInfo_var))) { goto IL_005c; } } { RuntimeObject * L_9 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); DateTimeOffset_t3229287507 L_10; memset(&L_10, 0, sizeof(L_10)); DateTimeOffset__ctor_m2084804982((&L_10), ((*(DateTime_t3738529785 *)((DateTime_t3738529785 *)UnBox(L_9, DateTime_t3738529785_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); DateTimeOffset_t3229287507 L_11 = L_10; RuntimeObject * L_12 = Box(DateTimeOffset_t3229287507_il2cpp_TypeInfo_var, &L_11); JsonReader_SetToken_m1343918653(__this, ((int32_t)16), L_12, (bool)0, /*hidden argument*/NULL); } IL_005c: { RuntimeObject * L_13 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); Nullable_1_t656882293 L_14; memset(&L_14, 0, sizeof(L_14)); Nullable_1__ctor_m444749240((&L_14), ((*(DateTimeOffset_t3229287507 *)((DateTimeOffset_t3229287507 *)UnBox(L_13, DateTimeOffset_t3229287507_il2cpp_TypeInfo_var)))), /*hidden argument*/Nullable_1__ctor_m444749240_RuntimeMethod_var); return L_14; } IL_006d: { RuntimeObject * L_15 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); V_1 = ((String_t*)CastclassSealed((RuntimeObject*)L_15, String_t_il2cpp_TypeInfo_var)); String_t* L_16 = V_1; Nullable_1_t656882293 L_17 = JsonReader_ReadDateTimeOffsetString_m3882296690(__this, L_16, /*hidden argument*/NULL); return L_17; } IL_0081: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_18 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_19 = V_0; int32_t L_20 = L_19; RuntimeObject * L_21 = Box(JsonToken_t1917433489_il2cpp_TypeInfo_var, &L_20); String_t* L_22 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral734302635, L_18, L_21, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_23 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_22, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23,JsonReader_ReadAsDateTimeOffset_m184128311_RuntimeMethod_var); } } // System.Nullable`1 Newtonsoft.Json.JsonReader::ReadDateTimeOffsetString(System.String) extern "C" IL2CPP_METHOD_ATTR Nullable_1_t656882293 JsonReader_ReadDateTimeOffsetString_m3882296690 (JsonReader_t2369136700 * __this, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonReader_ReadDateTimeOffsetString_m3882296690_MetadataUsageId); s_Il2CppMethodInitialized = true; } DateTimeOffset_t3229287507 V_0; memset(&V_0, 0, sizeof(V_0)); Nullable_1_t656882293 V_1; memset(&V_1, 0, sizeof(V_1)); { String_t* L_0 = ___s0; 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_001c; } } { JsonReader_SetToken_m1343918653(__this, ((int32_t)11), NULL, (bool)0, /*hidden argument*/NULL); il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t656882293 )); Nullable_1_t656882293 L_2 = V_1; return L_2; } IL_001c: { String_t* L_3 = ___s0; String_t* L_4 = __this->get__dateFormatString_11(); CultureInfo_t4157843068 * L_5 = JsonReader_get_Culture_m4025307219(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_t3515429982_il2cpp_TypeInfo_var); bool L_6 = DateTimeUtils_TryParseDateTimeOffset_m1182031007(NULL /*static, unused*/, L_3, L_4, L_5, (&V_0), /*hidden argument*/NULL); if (!L_6) { goto IL_0048; } } { DateTimeOffset_t3229287507 L_7 = V_0; DateTimeOffset_t3229287507 L_8 = L_7; RuntimeObject * L_9 = Box(DateTimeOffset_t3229287507_il2cpp_TypeInfo_var, &L_8); JsonReader_SetToken_m1343918653(__this, ((int32_t)16), L_9, (bool)0, /*hidden argument*/NULL); DateTimeOffset_t3229287507 L_10 = V_0; Nullable_1_t656882293 L_11; memset(&L_11, 0, sizeof(L_11)); Nullable_1__ctor_m444749240((&L_11), L_10, /*hidden argument*/Nullable_1__ctor_m444749240_RuntimeMethod_var); return L_11; } IL_0048: { String_t* L_12 = ___s0; CultureInfo_t4157843068 * L_13 = JsonReader_get_Culture_m4025307219(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTimeOffset_t3229287507_il2cpp_TypeInfo_var); bool L_14 = DateTimeOffset_TryParse_m2514085844(NULL /*static, unused*/, L_12, L_13, ((int32_t)128), (&V_0), /*hidden argument*/NULL); if (!L_14) { goto IL_0073; } } { DateTimeOffset_t3229287507 L_15 = V_0; DateTimeOffset_t3229287507 L_16 = L_15; RuntimeObject * L_17 = Box(DateTimeOffset_t3229287507_il2cpp_TypeInfo_var, &L_16); JsonReader_SetToken_m1343918653(__this, ((int32_t)16), L_17, (bool)0, /*hidden argument*/NULL); DateTimeOffset_t3229287507 L_18 = V_0; Nullable_1_t656882293 L_19; memset(&L_19, 0, sizeof(L_19)); Nullable_1__ctor_m444749240((&L_19), L_18, /*hidden argument*/Nullable_1__ctor_m444749240_RuntimeMethod_var); return L_19; } IL_0073: { String_t* L_20 = ___s0; JsonReader_SetToken_m1343918653(__this, ((int32_t)9), L_20, (bool)0, /*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); String_t* L_22 = ___s0; String_t* L_23 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral198662089, L_21, L_22, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_24 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_23, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24,JsonReader_ReadDateTimeOffsetString_m3882296690_RuntimeMethod_var); } } // System.Void Newtonsoft.Json.JsonReader::ReaderReadAndAssert() extern "C" IL2CPP_METHOD_ATTR void JsonReader_ReaderReadAndAssert_m3011377669 (JsonReader_t2369136700 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonReader_ReaderReadAndAssert_m3011377669_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, __this); if (L_0) { goto IL_000f; } } { JsonReaderException_t3553144781 * L_1 = JsonReader_CreateUnexpectedEndException_m3856042659(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,JsonReader_ReaderReadAndAssert_m3011377669_RuntimeMethod_var); } IL_000f: { return; } } // Newtonsoft.Json.JsonReaderException Newtonsoft.Json.JsonReader::CreateUnexpectedEndException() extern "C" IL2CPP_METHOD_ATTR JsonReaderException_t3553144781 * JsonReader_CreateUnexpectedEndException_m3856042659 (JsonReader_t2369136700 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonReader_CreateUnexpectedEndException_m3856042659_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonReaderException_t3553144781 * L_0 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, _stringLiteral1980716523, /*hidden argument*/NULL); return L_0; } } // System.Void Newtonsoft.Json.JsonReader::ReadIntoWrappedTypeObject() extern "C" IL2CPP_METHOD_ATTR void JsonReader_ReadIntoWrappedTypeObject_m4012548808 (JsonReader_t2369136700 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonReader_ReadIntoWrappedTypeObject_m4012548808_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonReader_ReaderReadAndAssert_m3011377669(__this, /*hidden argument*/NULL); RuntimeObject * L_0 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_0); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_2 = String_op_Equality_m920492651(NULL /*static, unused*/, L_1, _stringLiteral2020913234, /*hidden argument*/NULL); if (!L_2) { goto IL_0061; } } { JsonReader_ReaderReadAndAssert_m3011377669(__this, /*hidden argument*/NULL); RuntimeObject * L_3 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); if (!L_3) { goto IL_0061; } } { RuntimeObject * L_4 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); NullCheck(L_4); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_4); NullCheck(L_5); bool L_6 = String_StartsWith_m2640722675(L_5, _stringLiteral3021064759, 4, /*hidden argument*/NULL); if (!L_6) { goto IL_0061; } } { JsonReader_ReaderReadAndAssert_m3011377669(__this, /*hidden argument*/NULL); RuntimeObject * L_7 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_7); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_9 = String_op_Equality_m920492651(NULL /*static, unused*/, L_8, _stringLiteral797875914, /*hidden argument*/NULL); if (!L_9) { goto IL_0061; } } { return; } IL_0061: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_10 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_11 = ((int32_t)1); RuntimeObject * L_12 = Box(JsonToken_t1917433489_il2cpp_TypeInfo_var, &L_11); String_t* L_13 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2694121769, L_10, L_12, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_14 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,JsonReader_ReadIntoWrappedTypeObject_m4012548808_RuntimeMethod_var); } } // System.Void Newtonsoft.Json.JsonReader::Skip() extern "C" IL2CPP_METHOD_ATTR void JsonReader_Skip_m763208338 (JsonReader_t2369136700 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, __this); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0010; } } { VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, __this); } IL_0010: { int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, __this); bool L_2 = JsonTokenUtils_IsStartToken_m2983268978(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0035; } } { int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 Newtonsoft.Json.JsonReader::get_Depth() */, __this); V_0 = L_3; } IL_0024: { bool L_4 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, __this); if (!L_4) { goto IL_0035; } } { int32_t L_5 = V_0; int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 Newtonsoft.Json.JsonReader::get_Depth() */, __this); if ((((int32_t)L_5) < ((int32_t)L_6))) { goto IL_0024; } } IL_0035: { return; } } // 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) { { int32_t L_0 = ___newToken0; JsonReader_SetToken_m1343918653(__this, L_0, NULL, (bool)1, /*hidden argument*/NULL); return; } } // 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) { { int32_t L_0 = ___newToken0; RuntimeObject * L_1 = ___value1; JsonReader_SetToken_m1343918653(__this, L_0, L_1, (bool)1, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonReader::SetToken(Newtonsoft.Json.JsonToken,System.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonReader_SetToken_m1343918653 (JsonReader_t2369136700 * __this, int32_t ___newToken0, RuntimeObject * ___value1, bool ___updateIndex2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonReader_SetToken_m1343918653_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___newToken0; __this->set__tokenType_0(L_0); RuntimeObject * L_1 = ___value1; __this->set__value_1(L_1); int32_t L_2 = ___newToken0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) { case 0: { goto IL_005b; } case 1: { goto IL_006a; } case 2: { goto IL_0079; } case 3: { goto IL_00a4; } case 4: { goto IL_00c4; } case 5: { goto IL_00bd; } case 6: { goto IL_00bd; } case 7: { goto IL_00bd; } case 8: { goto IL_00bd; } case 9: { goto IL_00bd; } case 10: { goto IL_00bd; } case 11: { goto IL_00bd; } case 12: { goto IL_0089; } case 13: { goto IL_0092; } case 14: { goto IL_009b; } case 15: { goto IL_00bd; } case 16: { goto IL_00bd; } } } { return; } IL_005b: { __this->set__currentState_3(3); JsonReader_Push_m932194831(__this, 1, /*hidden argument*/NULL); return; } IL_006a: { __this->set__currentState_3(5); JsonReader_Push_m932194831(__this, 2, /*hidden argument*/NULL); return; } IL_0079: { __this->set__currentState_3(((int32_t)9)); JsonReader_Push_m932194831(__this, 3, /*hidden argument*/NULL); return; } IL_0089: { JsonReader_ValidateEnd_m1840527547(__this, ((int32_t)13), /*hidden argument*/NULL); return; } IL_0092: { JsonReader_ValidateEnd_m1840527547(__this, ((int32_t)14), /*hidden argument*/NULL); return; } IL_009b: { JsonReader_ValidateEnd_m1840527547(__this, ((int32_t)15), /*hidden argument*/NULL); return; } IL_00a4: { __this->set__currentState_3(2); JsonPosition_t2528027714 * L_3 = __this->get_address_of__currentPosition_4(); RuntimeObject * L_4 = ___value1; L_3->set_PropertyName_3(((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var))); return; } IL_00bd: { bool L_5 = ___updateIndex2; JsonReader_SetPostValueState_m2528031085(__this, L_5, /*hidden argument*/NULL); } IL_00c4: { return; } } // System.Void Newtonsoft.Json.JsonReader::SetPostValueState(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonReader_SetPostValueState_m2528031085 (JsonReader_t2369136700 * __this, bool ___updateIndex0, const RuntimeMethod* method) { { int32_t L_0 = JsonReader_Peek_m2283440276(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0011; } } { __this->set__currentState_3(8); goto IL_0017; } IL_0011: { JsonReader_SetFinished_m662133502(__this, /*hidden argument*/NULL); } IL_0017: { bool L_1 = ___updateIndex0; if (!L_1) { goto IL_0020; } } { JsonReader_UpdateScopeWithFinishedValue_m1281799118(__this, /*hidden argument*/NULL); } IL_0020: { return; } } // System.Void Newtonsoft.Json.JsonReader::UpdateScopeWithFinishedValue() extern "C" IL2CPP_METHOD_ATTR void JsonReader_UpdateScopeWithFinishedValue_m1281799118 (JsonReader_t2369136700 * __this, const RuntimeMethod* method) { { JsonPosition_t2528027714 * L_0 = __this->get_address_of__currentPosition_4(); bool L_1 = L_0->get_HasIndex_4(); if (!L_1) { goto IL_001d; } } { JsonPosition_t2528027714 * L_2 = __this->get_address_of__currentPosition_4(); 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.JsonReader::ValidateEnd(Newtonsoft.Json.JsonToken) extern "C" IL2CPP_METHOD_ATTR void JsonReader_ValidateEnd_m1840527547 (JsonReader_t2369136700 * __this, int32_t ___endToken0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonReader_ValidateEnd_m1840527547_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = JsonReader_Pop_m1581645082(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = ___endToken0; int32_t L_2 = JsonReader_GetTypeForCloseToken_m2456727280(__this, L_1, /*hidden argument*/NULL); int32_t L_3 = V_0; if ((((int32_t)L_2) == ((int32_t)L_3))) { goto IL_0033; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_4 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_5 = ___endToken0; int32_t L_6 = L_5; RuntimeObject * L_7 = Box(JsonToken_t1917433489_il2cpp_TypeInfo_var, &L_6); int32_t L_8 = V_0; int32_t L_9 = L_8; RuntimeObject * L_10 = Box(JsonContainerType_t3191599701_il2cpp_TypeInfo_var, &L_9); String_t* L_11 = StringUtils_FormatWith_m353537829(NULL /*static, unused*/, _stringLiteral221561960, L_4, L_7, L_10, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_12 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,JsonReader_ValidateEnd_m1840527547_RuntimeMethod_var); } IL_0033: { int32_t L_13 = JsonReader_Peek_m2283440276(__this, /*hidden argument*/NULL); if (!L_13) { goto IL_0043; } } { __this->set__currentState_3(8); return; } IL_0043: { JsonReader_SetFinished_m662133502(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonReader::SetStateBasedOnCurrent() extern "C" IL2CPP_METHOD_ATTR void JsonReader_SetStateBasedOnCurrent_m463566957 (JsonReader_t2369136700 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonReader_SetStateBasedOnCurrent_m463566957_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = JsonReader_Peek_m2283440276(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0038; } case 1: { goto IL_001f; } case 2: { goto IL_0027; } case 3: { goto IL_002f; } } } { goto IL_003f; } IL_001f: { __this->set__currentState_3(4); return; } IL_0027: { __this->set__currentState_3(6); return; } IL_002f: { __this->set__currentState_3(((int32_t)10)); return; } IL_0038: { JsonReader_SetFinished_m662133502(__this, /*hidden argument*/NULL); return; } IL_003f: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_2 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_3 = V_0; int32_t L_4 = L_3; RuntimeObject * L_5 = Box(JsonContainerType_t3191599701_il2cpp_TypeInfo_var, &L_4); String_t* L_6 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral1435365871, L_2, L_5, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_7 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,JsonReader_SetStateBasedOnCurrent_m463566957_RuntimeMethod_var); } } // System.Void Newtonsoft.Json.JsonReader::SetFinished() extern "C" IL2CPP_METHOD_ATTR void JsonReader_SetFinished_m662133502 (JsonReader_t2369136700 * __this, const RuntimeMethod* method) { { bool L_0 = JsonReader_get_SupportMultipleContent_m2507241234(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0010; } } { __this->set__currentState_3(0); return; } IL_0010: { __this->set__currentState_3(((int32_t)12)); return; } } // Newtonsoft.Json.JsonContainerType Newtonsoft.Json.JsonReader::GetTypeForCloseToken(Newtonsoft.Json.JsonToken) extern "C" IL2CPP_METHOD_ATTR int32_t JsonReader_GetTypeForCloseToken_m2456727280 (JsonReader_t2369136700 * __this, int32_t ___token0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonReader_GetTypeForCloseToken_m2456727280_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_0019; } case 2: { goto IL_001b; } } } { goto IL_001d; } IL_0017: { return (int32_t)(1); } IL_0019: { return (int32_t)(2); } IL_001b: { return (int32_t)(3); } IL_001d: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_1 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_2 = ___token0; int32_t L_3 = L_2; RuntimeObject * L_4 = Box(JsonToken_t1917433489_il2cpp_TypeInfo_var, &L_3); String_t* L_5 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral1583642383, L_1, L_4, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_6 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,JsonReader_GetTypeForCloseToken_m2456727280_RuntimeMethod_var); } } // System.Void Newtonsoft.Json.JsonReader::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void JsonReader_System_IDisposable_Dispose_m4087677708 (JsonReader_t2369136700 * __this, const RuntimeMethod* method) { { VirtActionInvoker1< bool >::Invoke(19 /* System.Void Newtonsoft.Json.JsonReader::Dispose(System.Boolean) */, __this, (bool)1); GC_SuppressFinalize_m1177400158(NULL /*static, unused*/, __this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonReader::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonReader_Dispose_m356309784 (JsonReader_t2369136700 * __this, bool ___disposing0, const RuntimeMethod* method) { { int32_t L_0 = __this->get__currentState_3(); bool L_1 = ___disposing0; if (!((int32_t)((int32_t)((((int32_t)((((int32_t)L_0) == ((int32_t)7))? 1 : 0)) == ((int32_t)0))? 1 : 0)&(int32_t)L_1))) { goto IL_0016; } } { VirtActionInvoker0::Invoke(20 /* System.Void Newtonsoft.Json.JsonReader::Close() */, __this); } IL_0016: { return; } } // System.Void Newtonsoft.Json.JsonReader::Close() extern "C" IL2CPP_METHOD_ATTR void JsonReader_Close_m1607758862 (JsonReader_t2369136700 * __this, const RuntimeMethod* method) { { __this->set__currentState_3(7); __this->set__tokenType_0(0); __this->set__value_1(NULL); return; } } // System.Void Newtonsoft.Json.JsonReader::ReadAndAssert() extern "C" IL2CPP_METHOD_ATTR void JsonReader_ReadAndAssert_m598255277 (JsonReader_t2369136700 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonReader_ReadAndAssert_m598255277_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, __this); if (L_0) { goto IL_0014; } } { JsonSerializationException_t4152118729 * L_1 = JsonSerializationException_Create_m3641289602(NULL /*static, unused*/, __this, _stringLiteral1980716523, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,JsonReader_ReadAndAssert_m598255277_RuntimeMethod_var); } IL_0014: { return; } } // System.Boolean Newtonsoft.Json.JsonReader::ReadAndMoveToContent() extern "C" IL2CPP_METHOD_ATTR bool JsonReader_ReadAndMoveToContent_m799965404 (JsonReader_t2369136700 * __this, const RuntimeMethod* method) { { bool L_0 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, __this); if (!L_0) { goto IL_000f; } } { bool L_1 = JsonReader_MoveToContent_m203105123(__this, /*hidden argument*/NULL); return L_1; } IL_000f: { return (bool)0; } } // System.Boolean Newtonsoft.Json.JsonReader::MoveToContent() extern "C" IL2CPP_METHOD_ATTR bool JsonReader_MoveToContent_m203105123 (JsonReader_t2369136700 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, __this); V_0 = L_0; goto IL_001a; } IL_0009: { bool L_1 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, __this); if (L_1) { goto IL_0013; } } { return (bool)0; } IL_0013: { int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, __this); V_0 = L_2; } IL_001a: { int32_t L_3 = V_0; if (!L_3) { goto IL_0009; } } { int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)5))) { goto IL_0009; } } { return (bool)1; } } // Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::GetContentToken() extern "C" IL2CPP_METHOD_ATTR int32_t JsonReader_GetContentToken_m894762553 (JsonReader_t2369136700 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; IL_0000: { bool L_0 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, __this); if (L_0) { goto IL_0011; } } { JsonReader_SetToken_m3474373430(__this, 0, /*hidden argument*/NULL); return (int32_t)(0); } IL_0011: { int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, __this); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)5))) { goto IL_0000; } } { int32_t L_3 = V_0; 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 #ifdef __clang__ #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.JsonReaderException::set_LineNumber(System.Int32) extern "C" IL2CPP_METHOD_ATTR void JsonReaderException_set_LineNumber_m2003584299 (JsonReaderException_t3553144781 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CLineNumberU3Ek__BackingField_11(L_0); return; } } // System.Void Newtonsoft.Json.JsonReaderException::set_LinePosition(System.Int32) extern "C" IL2CPP_METHOD_ATTR void JsonReaderException_set_LinePosition_m4235563033 (JsonReaderException_t3553144781 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CLinePositionU3Ek__BackingField_12(L_0); return; } } // System.Void Newtonsoft.Json.JsonReaderException::set_Path(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonReaderException_set_Path_m3069177094 (JsonReaderException_t3553144781 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CPathU3Ek__BackingField_13(L_0); return; } } // System.Void Newtonsoft.Json.JsonReaderException::.ctor() extern "C" IL2CPP_METHOD_ATTR void JsonReaderException__ctor_m618508775 (JsonReaderException_t3553144781 * __this, const RuntimeMethod* method) { { JsonException__ctor_m2704487205(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonReaderException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void JsonReaderException__ctor_m365250450 (JsonReaderException_t3553144781 * __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.JsonReaderException::.ctor(System.String,System.Exception,System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void JsonReaderException__ctor_m1713202363 (JsonReaderException_t3553144781 * __this, String_t* ___message0, Exception_t * ___innerException1, String_t* ___path2, int32_t ___lineNumber3, int32_t ___linePosition4, 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; JsonReaderException_set_Path_m3069177094(__this, L_2, /*hidden argument*/NULL); int32_t L_3 = ___lineNumber3; JsonReaderException_set_LineNumber_m2003584299(__this, L_3, /*hidden argument*/NULL); int32_t L_4 = ___linePosition4; JsonReaderException_set_LinePosition_m4235563033(__this, L_4, /*hidden argument*/NULL); return; } } // 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) { { JsonReader_t2369136700 * L_0 = ___reader0; String_t* L_1 = ___message1; JsonReaderException_t3553144781 * L_2 = JsonReaderException_Create_m2222547458(NULL /*static, unused*/, L_0, L_1, (Exception_t *)NULL, /*hidden argument*/NULL); return L_2; } } // Newtonsoft.Json.JsonReaderException Newtonsoft.Json.JsonReaderException::Create(Newtonsoft.Json.JsonReader,System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR JsonReaderException_t3553144781 * JsonReaderException_Create_m2222547458 (RuntimeObject * __this /* static, unused */, JsonReader_t2369136700 * ___reader0, String_t* ___message1, Exception_t * ___ex2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonReaderException_Create_m2222547458_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonReader_t2369136700 * L_0 = ___reader0; JsonReader_t2369136700 * L_1 = ___reader0; NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String Newtonsoft.Json.JsonReader::get_Path() */, L_1); String_t* L_3 = ___message1; Exception_t * L_4 = ___ex2; JsonReaderException_t3553144781 * L_5 = JsonReaderException_Create_m802993940(NULL /*static, unused*/, ((RuntimeObject*)IsInst((RuntimeObject*)L_0, IJsonLineInfo_t2844470104_il2cpp_TypeInfo_var)), L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // Newtonsoft.Json.JsonReaderException Newtonsoft.Json.JsonReaderException::Create(Newtonsoft.Json.IJsonLineInfo,System.String,System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR JsonReaderException_t3553144781 * JsonReaderException_Create_m802993940 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___lineInfo0, String_t* ___path1, String_t* ___message2, Exception_t * ___ex3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonReaderException_Create_m802993940_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { RuntimeObject* L_0 = ___lineInfo0; String_t* L_1 = ___path1; String_t* L_2 = ___message2; IL2CPP_RUNTIME_CLASS_INIT(JsonPosition_t2528027714_il2cpp_TypeInfo_var); String_t* L_3 = JsonPosition_FormatMessage_m331598339(NULL /*static, unused*/, L_0, L_1, L_2, /*hidden argument*/NULL); ___message2 = L_3; RuntimeObject* L_4 = ___lineInfo0; if (!L_4) { goto IL_0025; } } { RuntimeObject* L_5 = ___lineInfo0; NullCheck(L_5); bool L_6 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean Newtonsoft.Json.IJsonLineInfo::HasLineInfo() */, IJsonLineInfo_t2844470104_il2cpp_TypeInfo_var, L_5); if (!L_6) { goto IL_0025; } } { RuntimeObject* L_7 = ___lineInfo0; NullCheck(L_7); int32_t L_8 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 Newtonsoft.Json.IJsonLineInfo::get_LineNumber() */, IJsonLineInfo_t2844470104_il2cpp_TypeInfo_var, L_7); V_0 = L_8; RuntimeObject* L_9 = ___lineInfo0; NullCheck(L_9); int32_t L_10 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 Newtonsoft.Json.IJsonLineInfo::get_LinePosition() */, IJsonLineInfo_t2844470104_il2cpp_TypeInfo_var, L_9); V_1 = L_10; goto IL_0029; } IL_0025: { V_0 = 0; V_1 = 0; } IL_0029: { String_t* L_11 = ___message2; Exception_t * L_12 = ___ex3; String_t* L_13 = ___path1; int32_t L_14 = V_0; int32_t L_15 = V_1; JsonReaderException_t3553144781 * L_16 = (JsonReaderException_t3553144781 *)il2cpp_codegen_object_new(JsonReaderException_t3553144781_il2cpp_TypeInfo_var); JsonReaderException__ctor_m1713202363(L_16, L_11, L_12, L_13, L_14, L_15, /*hidden argument*/NULL); 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.Void Newtonsoft.Json.JsonRequiredAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void JsonRequiredAttribute__ctor_m4086320080 (JsonRequiredAttribute_t2327646188 * __this, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.JsonSerializationException::.ctor() extern "C" IL2CPP_METHOD_ATTR void JsonSerializationException__ctor_m3641178767 (JsonSerializationException_t4152118729 * __this, const RuntimeMethod* method) { { JsonException__ctor_m2704487205(__this, /*hidden argument*/NULL); return; } } // 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) { { String_t* L_0 = ___message0; JsonException__ctor_m1434178872(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonSerializationException::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void JsonSerializationException__ctor_m29484521 (JsonSerializationException_t4152118729 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method) { { String_t* L_0 = ___message0; Exception_t * L_1 = ___innerException1; JsonException__ctor_m1026323257(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonSerializationException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void JsonSerializationException__ctor_m2652632903 (JsonSerializationException_t4152118729 * __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; } } // Newtonsoft.Json.JsonSerializationException Newtonsoft.Json.JsonSerializationException::Create(Newtonsoft.Json.JsonReader,System.String) extern "C" IL2CPP_METHOD_ATTR JsonSerializationException_t4152118729 * JsonSerializationException_Create_m3641289602 (RuntimeObject * __this /* static, unused */, JsonReader_t2369136700 * ___reader0, String_t* ___message1, const RuntimeMethod* method) { { JsonReader_t2369136700 * L_0 = ___reader0; String_t* L_1 = ___message1; JsonSerializationException_t4152118729 * L_2 = JsonSerializationException_Create_m282508658(NULL /*static, unused*/, L_0, L_1, (Exception_t *)NULL, /*hidden argument*/NULL); return L_2; } } // Newtonsoft.Json.JsonSerializationException Newtonsoft.Json.JsonSerializationException::Create(Newtonsoft.Json.JsonReader,System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR JsonSerializationException_t4152118729 * JsonSerializationException_Create_m282508658 (RuntimeObject * __this /* static, unused */, JsonReader_t2369136700 * ___reader0, String_t* ___message1, Exception_t * ___ex2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializationException_Create_m282508658_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonReader_t2369136700 * L_0 = ___reader0; JsonReader_t2369136700 * L_1 = ___reader0; NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String Newtonsoft.Json.JsonReader::get_Path() */, L_1); String_t* L_3 = ___message1; Exception_t * L_4 = ___ex2; JsonSerializationException_t4152118729 * L_5 = JsonSerializationException_Create_m2499019280(NULL /*static, unused*/, ((RuntimeObject*)IsInst((RuntimeObject*)L_0, IJsonLineInfo_t2844470104_il2cpp_TypeInfo_var)), L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // Newtonsoft.Json.JsonSerializationException Newtonsoft.Json.JsonSerializationException::Create(Newtonsoft.Json.IJsonLineInfo,System.String,System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR JsonSerializationException_t4152118729 * JsonSerializationException_Create_m2499019280 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___lineInfo0, String_t* ___path1, String_t* ___message2, Exception_t * ___ex3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializationException_Create_m2499019280_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___lineInfo0; String_t* L_1 = ___path1; String_t* L_2 = ___message2; IL2CPP_RUNTIME_CLASS_INIT(JsonPosition_t2528027714_il2cpp_TypeInfo_var); String_t* L_3 = JsonPosition_FormatMessage_m331598339(NULL /*static, unused*/, L_0, L_1, L_2, /*hidden argument*/NULL); ___message2 = L_3; String_t* L_4 = ___message2; Exception_t * L_5 = ___ex3; JsonSerializationException_t4152118729 * L_6 = (JsonSerializationException_t4152118729 *)il2cpp_codegen_object_new(JsonSerializationException_t4152118729_il2cpp_TypeInfo_var); JsonSerializationException__ctor_m29484521(L_6, 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 // System.Void Newtonsoft.Json.JsonSerializer::add_Error(System.EventHandler`1) extern "C" IL2CPP_METHOD_ATTR void JsonSerializer_add_Error_m2767448421 (JsonSerializer_t1424496335 * __this, EventHandler_1_t2935836205 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializer_add_Error_m2767448421_MetadataUsageId); s_Il2CppMethodInitialized = true; } EventHandler_1_t2935836205 * V_0 = NULL; EventHandler_1_t2935836205 * V_1 = NULL; EventHandler_1_t2935836205 * V_2 = NULL; { EventHandler_1_t2935836205 * L_0 = __this->get_Error_30(); V_0 = L_0; } IL_0007: { EventHandler_1_t2935836205 * L_1 = V_0; V_1 = L_1; EventHandler_1_t2935836205 * L_2 = V_1; EventHandler_1_t2935836205 * L_3 = ___value0; Delegate_t1188392813 * L_4 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); V_2 = ((EventHandler_1_t2935836205 *)CastclassSealed((RuntimeObject*)L_4, EventHandler_1_t2935836205_il2cpp_TypeInfo_var)); EventHandler_1_t2935836205 ** L_5 = __this->get_address_of_Error_30(); EventHandler_1_t2935836205 * L_6 = V_2; EventHandler_1_t2935836205 * L_7 = V_1; EventHandler_1_t2935836205 * L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; EventHandler_1_t2935836205 * L_9 = V_0; EventHandler_1_t2935836205 * L_10 = V_1; if ((!(((RuntimeObject*)(EventHandler_1_t2935836205 *)L_9) == ((RuntimeObject*)(EventHandler_1_t2935836205 *)L_10)))) { goto IL_0007; } } { return; } } // System.Void Newtonsoft.Json.JsonSerializer::remove_Error(System.EventHandler`1) extern "C" IL2CPP_METHOD_ATTR void JsonSerializer_remove_Error_m3893951396 (JsonSerializer_t1424496335 * __this, EventHandler_1_t2935836205 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializer_remove_Error_m3893951396_MetadataUsageId); s_Il2CppMethodInitialized = true; } EventHandler_1_t2935836205 * V_0 = NULL; EventHandler_1_t2935836205 * V_1 = NULL; EventHandler_1_t2935836205 * V_2 = NULL; { EventHandler_1_t2935836205 * L_0 = __this->get_Error_30(); V_0 = L_0; } IL_0007: { EventHandler_1_t2935836205 * L_1 = V_0; V_1 = L_1; EventHandler_1_t2935836205 * L_2 = V_1; EventHandler_1_t2935836205 * L_3 = ___value0; Delegate_t1188392813 * L_4 = Delegate_Remove_m334097152(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); V_2 = ((EventHandler_1_t2935836205 *)CastclassSealed((RuntimeObject*)L_4, EventHandler_1_t2935836205_il2cpp_TypeInfo_var)); EventHandler_1_t2935836205 ** L_5 = __this->get_address_of_Error_30(); EventHandler_1_t2935836205 * L_6 = V_2; EventHandler_1_t2935836205 * L_7 = V_1; EventHandler_1_t2935836205 * L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; EventHandler_1_t2935836205 * L_9 = V_0; EventHandler_1_t2935836205 * L_10 = V_1; if ((!(((RuntimeObject*)(EventHandler_1_t2935836205 *)L_9) == ((RuntimeObject*)(EventHandler_1_t2935836205 *)L_10)))) { goto IL_0007; } } { return; } } // System.Void Newtonsoft.Json.JsonSerializer::set_ReferenceResolver(Newtonsoft.Json.Serialization.IReferenceResolver) extern "C" IL2CPP_METHOD_ATTR void JsonSerializer_set_ReferenceResolver_m1435767324 (JsonSerializer_t1424496335 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializer_set_ReferenceResolver_m1435767324_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___value0; if (L_0) { goto IL_0013; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2009621981(L_1, _stringLiteral3493618073, _stringLiteral4167941124, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,JsonSerializer_set_ReferenceResolver_m1435767324_RuntimeMethod_var); } IL_0013: { RuntimeObject* L_2 = ___value0; __this->set__referenceResolver_16(L_2); return; } } // System.Void Newtonsoft.Json.JsonSerializer::set_Binder(System.Runtime.Serialization.SerializationBinder) extern "C" IL2CPP_METHOD_ATTR void JsonSerializer_set_Binder_m4127400289 (JsonSerializer_t1424496335 * __this, SerializationBinder_t274213469 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializer_set_Binder_m4127400289_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationBinder_t274213469 * L_0 = ___value0; if (L_0) { goto IL_0013; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2009621981(L_1, _stringLiteral3493618073, _stringLiteral371139347, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,JsonSerializer_set_Binder_m4127400289_RuntimeMethod_var); } IL_0013: { SerializationBinder_t274213469 * L_2 = ___value0; __this->set__binder_14(L_2); return; } } // Newtonsoft.Json.Serialization.ITraceWriter Newtonsoft.Json.JsonSerializer::get_TraceWriter() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializer_get_TraceWriter_m3836153403 (JsonSerializer_t1424496335 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get__traceWriter_12(); return L_0; } } // System.Void Newtonsoft.Json.JsonSerializer::set_TraceWriter(Newtonsoft.Json.Serialization.ITraceWriter) extern "C" IL2CPP_METHOD_ATTR void JsonSerializer_set_TraceWriter_m372528925 (JsonSerializer_t1424496335 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___value0; __this->set__traceWriter_12(L_0); return; } } // System.Void Newtonsoft.Json.JsonSerializer::set_EqualityComparer(System.Collections.IEqualityComparer) extern "C" IL2CPP_METHOD_ATTR void JsonSerializer_set_EqualityComparer_m3090313819 (JsonSerializer_t1424496335 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___value0; __this->set__equalityComparer_13(L_0); return; } } // System.Void Newtonsoft.Json.JsonSerializer::set_TypeNameHandling(Newtonsoft.Json.TypeNameHandling) extern "C" IL2CPP_METHOD_ATTR void JsonSerializer_set_TypeNameHandling_m3283893687 (JsonSerializer_t1424496335 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializer_set_TypeNameHandling_m3283893687_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)4))) { 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,JsonSerializer_set_TypeNameHandling_m3283893687_RuntimeMethod_var); } IL_0013: { int32_t L_3 = ___value0; __this->set__typeNameHandling_0(L_3); return; } } // System.Void Newtonsoft.Json.JsonSerializer::set_TypeNameAssemblyFormat(System.Runtime.Serialization.Formatters.FormatterAssemblyStyle) extern "C" IL2CPP_METHOD_ATTR void JsonSerializer_set_TypeNameAssemblyFormat_m2926073337 (JsonSerializer_t1424496335 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializer_set_TypeNameAssemblyFormat_m2926073337_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,JsonSerializer_set_TypeNameAssemblyFormat_m2926073337_RuntimeMethod_var); } IL_0013: { int32_t L_3 = ___value0; __this->set__typeNameAssemblyFormat_1(L_3); return; } } // System.Void Newtonsoft.Json.JsonSerializer::set_PreserveReferencesHandling(Newtonsoft.Json.PreserveReferencesHandling) extern "C" IL2CPP_METHOD_ATTR void JsonSerializer_set_PreserveReferencesHandling_m714434798 (JsonSerializer_t1424496335 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializer_set_PreserveReferencesHandling_m714434798_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,JsonSerializer_set_PreserveReferencesHandling_m714434798_RuntimeMethod_var); } IL_0013: { int32_t L_3 = ___value0; __this->set__preserveReferencesHandling_2(L_3); return; } } // System.Void Newtonsoft.Json.JsonSerializer::set_ReferenceLoopHandling(Newtonsoft.Json.ReferenceLoopHandling) extern "C" IL2CPP_METHOD_ATTR void JsonSerializer_set_ReferenceLoopHandling_m2966417035 (JsonSerializer_t1424496335 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializer_set_ReferenceLoopHandling_m2966417035_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,JsonSerializer_set_ReferenceLoopHandling_m2966417035_RuntimeMethod_var); } IL_0013: { int32_t L_3 = ___value0; __this->set__referenceLoopHandling_3(L_3); return; } } // System.Void Newtonsoft.Json.JsonSerializer::set_MissingMemberHandling(Newtonsoft.Json.MissingMemberHandling) extern "C" IL2CPP_METHOD_ATTR void JsonSerializer_set_MissingMemberHandling_m3330213965 (JsonSerializer_t1424496335 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializer_set_MissingMemberHandling_m3330213965_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,JsonSerializer_set_MissingMemberHandling_m3330213965_RuntimeMethod_var); } IL_0013: { int32_t L_3 = ___value0; __this->set__missingMemberHandling_4(L_3); return; } } // System.Void Newtonsoft.Json.JsonSerializer::set_NullValueHandling(Newtonsoft.Json.NullValueHandling) extern "C" IL2CPP_METHOD_ATTR void JsonSerializer_set_NullValueHandling_m4227161183 (JsonSerializer_t1424496335 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializer_set_NullValueHandling_m4227161183_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,JsonSerializer_set_NullValueHandling_m4227161183_RuntimeMethod_var); } IL_0013: { int32_t L_3 = ___value0; __this->set__nullValueHandling_6(L_3); return; } } // System.Void Newtonsoft.Json.JsonSerializer::set_DefaultValueHandling(Newtonsoft.Json.DefaultValueHandling) extern "C" IL2CPP_METHOD_ATTR void JsonSerializer_set_DefaultValueHandling_m4288087374 (JsonSerializer_t1424496335 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializer_set_DefaultValueHandling_m4288087374_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,JsonSerializer_set_DefaultValueHandling_m4288087374_RuntimeMethod_var); } IL_0013: { int32_t L_3 = ___value0; __this->set__defaultValueHandling_7(L_3); return; } } // Newtonsoft.Json.ObjectCreationHandling Newtonsoft.Json.JsonSerializer::get_ObjectCreationHandling() extern "C" IL2CPP_METHOD_ATTR int32_t JsonSerializer_get_ObjectCreationHandling_m3332940634 (JsonSerializer_t1424496335 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__objectCreationHandling_5(); return L_0; } } // System.Void Newtonsoft.Json.JsonSerializer::set_ObjectCreationHandling(Newtonsoft.Json.ObjectCreationHandling) extern "C" IL2CPP_METHOD_ATTR void JsonSerializer_set_ObjectCreationHandling_m2704789129 (JsonSerializer_t1424496335 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializer_set_ObjectCreationHandling_m2704789129_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,JsonSerializer_set_ObjectCreationHandling_m2704789129_RuntimeMethod_var); } IL_0013: { int32_t L_3 = ___value0; __this->set__objectCreationHandling_5(L_3); return; } } // System.Void Newtonsoft.Json.JsonSerializer::set_ConstructorHandling(Newtonsoft.Json.ConstructorHandling) extern "C" IL2CPP_METHOD_ATTR void JsonSerializer_set_ConstructorHandling_m2469705446 (JsonSerializer_t1424496335 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializer_set_ConstructorHandling_m2469705446_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,JsonSerializer_set_ConstructorHandling_m2469705446_RuntimeMethod_var); } IL_0013: { int32_t L_3 = ___value0; __this->set__constructorHandling_8(L_3); return; } } // Newtonsoft.Json.MetadataPropertyHandling Newtonsoft.Json.JsonSerializer::get_MetadataPropertyHandling() extern "C" IL2CPP_METHOD_ATTR int32_t JsonSerializer_get_MetadataPropertyHandling_m1231945710 (JsonSerializer_t1424496335 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__metadataPropertyHandling_9(); return L_0; } } // System.Void Newtonsoft.Json.JsonSerializer::set_MetadataPropertyHandling(Newtonsoft.Json.MetadataPropertyHandling) extern "C" IL2CPP_METHOD_ATTR void JsonSerializer_set_MetadataPropertyHandling_m3353658830 (JsonSerializer_t1424496335 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializer_set_MetadataPropertyHandling_m3353658830_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,JsonSerializer_set_MetadataPropertyHandling_m3353658830_RuntimeMethod_var); } IL_0013: { int32_t L_3 = ___value0; __this->set__metadataPropertyHandling_9(L_3); return; } } // Newtonsoft.Json.JsonConverterCollection Newtonsoft.Json.JsonSerializer::get_Converters() extern "C" IL2CPP_METHOD_ATTR JsonConverterCollection_t3675964822 * JsonSerializer_get_Converters_m2461869690 (JsonSerializer_t1424496335 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializer_get_Converters_m2461869690_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonConverterCollection_t3675964822 * L_0 = __this->get__converters_10(); if (L_0) { goto IL_0013; } } { JsonConverterCollection_t3675964822 * L_1 = (JsonConverterCollection_t3675964822 *)il2cpp_codegen_object_new(JsonConverterCollection_t3675964822_il2cpp_TypeInfo_var); JsonConverterCollection__ctor_m738879032(L_1, /*hidden argument*/NULL); __this->set__converters_10(L_1); } IL_0013: { JsonConverterCollection_t3675964822 * L_2 = __this->get__converters_10(); return L_2; } } // Newtonsoft.Json.Serialization.IContractResolver Newtonsoft.Json.JsonSerializer::get_ContractResolver() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializer_get_ContractResolver_m4035146995 (JsonSerializer_t1424496335 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get__contractResolver_11(); return L_0; } } // System.Void Newtonsoft.Json.JsonSerializer::set_ContractResolver(Newtonsoft.Json.Serialization.IContractResolver) extern "C" IL2CPP_METHOD_ATTR void JsonSerializer_set_ContractResolver_m2634850991 (JsonSerializer_t1424496335 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializer_set_ContractResolver_m2634850991_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* G_B2_0 = NULL; JsonSerializer_t1424496335 * G_B2_1 = NULL; RuntimeObject* G_B1_0 = NULL; JsonSerializer_t1424496335 * G_B1_1 = NULL; { RuntimeObject* L_0 = ___value0; RuntimeObject* L_1 = L_0; G_B1_0 = L_1; G_B1_1 = __this; if (L_1) { G_B2_0 = L_1; G_B2_1 = __this; goto IL_000b; } } { IL2CPP_RUNTIME_CLASS_INIT(DefaultContractResolver_t270250618_il2cpp_TypeInfo_var); RuntimeObject* L_2 = DefaultContractResolver_get_Instance_m2957973855(NULL /*static, unused*/, /*hidden argument*/NULL); G_B2_0 = L_2; G_B2_1 = G_B1_1; } IL_000b: { NullCheck(G_B2_1); G_B2_1->set__contractResolver_11(G_B2_0); return; } } // System.Runtime.Serialization.StreamingContext Newtonsoft.Json.JsonSerializer::get_Context() extern "C" IL2CPP_METHOD_ATTR StreamingContext_t3711869237 JsonSerializer_get_Context_m692230805 (JsonSerializer_t1424496335 * __this, const RuntimeMethod* method) { { StreamingContext_t3711869237 L_0 = __this->get__context_15(); return L_0; } } // System.Void Newtonsoft.Json.JsonSerializer::set_Context(System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void JsonSerializer_set_Context_m2161881577 (JsonSerializer_t1424496335 * __this, StreamingContext_t3711869237 ___value0, const RuntimeMethod* method) { { StreamingContext_t3711869237 L_0 = ___value0; __this->set__context_15(L_0); return; } } // System.Boolean Newtonsoft.Json.JsonSerializer::get_CheckAdditionalContent() extern "C" IL2CPP_METHOD_ATTR bool JsonSerializer_get_CheckAdditionalContent_m377290787 (JsonSerializer_t1424496335 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializer_get_CheckAdditionalContent_m377290787_MetadataUsageId); s_Il2CppMethodInitialized = true; } Nullable_1_t1819850047 V_0; memset(&V_0, 0, sizeof(V_0)); { Nullable_1_t1819850047 L_0 = __this->get__checkAdditionalContent_27(); V_0 = L_0; bool L_1 = Nullable_1_get_HasValue_m3206831396((&V_0), /*hidden argument*/Nullable_1_get_HasValue_m3206831396_RuntimeMethod_var); if (L_1) { goto IL_0012; } } { return (bool)0; } IL_0012: { bool L_2 = Nullable_1_GetValueOrDefault_m2119174086((&V_0), /*hidden argument*/Nullable_1_GetValueOrDefault_m2119174086_RuntimeMethod_var); return L_2; } } // System.Void Newtonsoft.Json.JsonSerializer::set_CheckAdditionalContent(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonSerializer_set_CheckAdditionalContent_m1500244512 (JsonSerializer_t1424496335 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializer_set_CheckAdditionalContent_m1500244512_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___value0; Nullable_1_t1819850047 L_1; memset(&L_1, 0, sizeof(L_1)); Nullable_1__ctor_m1921378621((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_m1921378621_RuntimeMethod_var); __this->set__checkAdditionalContent_27(L_1); return; } } // System.Boolean Newtonsoft.Json.JsonSerializer::IsCheckAdditionalContentSet() extern "C" IL2CPP_METHOD_ATTR bool JsonSerializer_IsCheckAdditionalContentSet_m820149298 (JsonSerializer_t1424496335 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializer_IsCheckAdditionalContentSet_m820149298_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Nullable_1_t1819850047 * L_0 = __this->get_address_of__checkAdditionalContent_27(); bool L_1 = Nullable_1_get_HasValue_m3206831396(L_0, /*hidden argument*/Nullable_1_get_HasValue_m3206831396_RuntimeMethod_var); return L_1; } } // System.Void Newtonsoft.Json.JsonSerializer::.ctor() extern "C" IL2CPP_METHOD_ATTR void JsonSerializer__ctor_m961476747 (JsonSerializer_t1424496335 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializer__ctor_m961476747_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set__referenceLoopHandling_3(0); __this->set__missingMemberHandling_4(0); __this->set__nullValueHandling_6(0); __this->set__defaultValueHandling_7(0); __this->set__objectCreationHandling_5(0); __this->set__preserveReferencesHandling_2(0); __this->set__constructorHandling_8(0); __this->set__typeNameHandling_0(0); __this->set__metadataPropertyHandling_9(0); IL2CPP_RUNTIME_CLASS_INIT(JsonSerializerSettings_t2139255314_il2cpp_TypeInfo_var); StreamingContext_t3711869237 L_0 = ((JsonSerializerSettings_t2139255314_StaticFields*)il2cpp_codegen_static_fields_for(JsonSerializerSettings_t2139255314_il2cpp_TypeInfo_var))->get_DefaultContext_0(); __this->set__context_15(L_0); IL2CPP_RUNTIME_CLASS_INIT(DefaultSerializationBinder_t1281536470_il2cpp_TypeInfo_var); DefaultSerializationBinder_t1281536470 * L_1 = ((DefaultSerializationBinder_t1281536470_StaticFields*)il2cpp_codegen_static_fields_for(DefaultSerializationBinder_t1281536470_il2cpp_TypeInfo_var))->get_Instance_0(); __this->set__binder_14(L_1); CultureInfo_t4157843068 * L_2 = ((JsonSerializerSettings_t2139255314_StaticFields*)il2cpp_codegen_static_fields_for(JsonSerializerSettings_t2139255314_il2cpp_TypeInfo_var))->get_DefaultCulture_1(); __this->set__culture_24(L_2); IL2CPP_RUNTIME_CLASS_INIT(DefaultContractResolver_t270250618_il2cpp_TypeInfo_var); RuntimeObject* L_3 = DefaultContractResolver_get_Instance_m2957973855(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set__contractResolver_11(L_3); return; } } // Newtonsoft.Json.JsonSerializer Newtonsoft.Json.JsonSerializer::Create() extern "C" IL2CPP_METHOD_ATTR JsonSerializer_t1424496335 * JsonSerializer_Create_m1222097368 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializer_Create_m1222097368_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonSerializer_t1424496335 * L_0 = (JsonSerializer_t1424496335 *)il2cpp_codegen_object_new(JsonSerializer_t1424496335_il2cpp_TypeInfo_var); JsonSerializer__ctor_m961476747(L_0, /*hidden argument*/NULL); return L_0; } } // Newtonsoft.Json.JsonSerializer Newtonsoft.Json.JsonSerializer::Create(Newtonsoft.Json.JsonSerializerSettings) extern "C" IL2CPP_METHOD_ATTR JsonSerializer_t1424496335 * JsonSerializer_Create_m3352753984 (RuntimeObject * __this /* static, unused */, JsonSerializerSettings_t2139255314 * ___settings0, const RuntimeMethod* method) { JsonSerializer_t1424496335 * V_0 = NULL; { JsonSerializer_t1424496335 * L_0 = JsonSerializer_Create_m1222097368(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; JsonSerializerSettings_t2139255314 * L_1 = ___settings0; if (!L_1) { goto IL_0010; } } { JsonSerializer_t1424496335 * L_2 = V_0; JsonSerializerSettings_t2139255314 * L_3 = ___settings0; JsonSerializer_ApplySerializerSettings_m4088522006(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); } IL_0010: { JsonSerializer_t1424496335 * L_4 = V_0; return L_4; } } // Newtonsoft.Json.JsonSerializer Newtonsoft.Json.JsonSerializer::CreateDefault() extern "C" IL2CPP_METHOD_ATTR JsonSerializer_t1424496335 * JsonSerializer_CreateDefault_m1062012334 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializer_CreateDefault_m1062012334_MetadataUsageId); s_Il2CppMethodInitialized = true; } Func_1_t1569001961 * V_0 = NULL; JsonSerializerSettings_t2139255314 * G_B3_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); V_0 = L_0; Func_1_t1569001961 * L_1 = V_0; if (L_1) { goto IL_000c; } } { G_B3_0 = ((JsonSerializerSettings_t2139255314 *)(NULL)); goto IL_0012; } IL_000c: { Func_1_t1569001961 * L_2 = V_0; NullCheck(L_2); JsonSerializerSettings_t2139255314 * L_3 = Func_1_Invoke_m3078544831(L_2, /*hidden argument*/Func_1_Invoke_m3078544831_RuntimeMethod_var); G_B3_0 = L_3; } IL_0012: { JsonSerializer_t1424496335 * L_4 = JsonSerializer_Create_m3352753984(NULL /*static, unused*/, G_B3_0, /*hidden argument*/NULL); return L_4; } } // Newtonsoft.Json.JsonSerializer Newtonsoft.Json.JsonSerializer::CreateDefault(Newtonsoft.Json.JsonSerializerSettings) extern "C" IL2CPP_METHOD_ATTR JsonSerializer_t1424496335 * JsonSerializer_CreateDefault_m3436244345 (RuntimeObject * __this /* static, unused */, JsonSerializerSettings_t2139255314 * ___settings0, const RuntimeMethod* method) { JsonSerializer_t1424496335 * V_0 = NULL; { JsonSerializer_t1424496335 * L_0 = JsonSerializer_CreateDefault_m1062012334(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; JsonSerializerSettings_t2139255314 * L_1 = ___settings0; if (!L_1) { goto IL_0010; } } { JsonSerializer_t1424496335 * L_2 = V_0; JsonSerializerSettings_t2139255314 * L_3 = ___settings0; JsonSerializer_ApplySerializerSettings_m4088522006(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); } IL_0010: { JsonSerializer_t1424496335 * L_4 = V_0; return L_4; } } // System.Void Newtonsoft.Json.JsonSerializer::ApplySerializerSettings(Newtonsoft.Json.JsonSerializer,Newtonsoft.Json.JsonSerializerSettings) extern "C" IL2CPP_METHOD_ATTR void JsonSerializer_ApplySerializerSettings_m4088522006 (RuntimeObject * __this /* static, unused */, JsonSerializer_t1424496335 * ___serializer0, JsonSerializerSettings_t2139255314 * ___settings1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializer_ApplySerializerSettings_m4088522006_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { JsonSerializerSettings_t2139255314 * L_0 = ___settings1; NullCheck(L_0); RuntimeObject* L_1 = JsonSerializerSettings_get_Converters_m140499297(L_0, /*hidden argument*/NULL); bool L_2 = CollectionUtils_IsNullOrEmpty_TisJsonConverter_t1047106545_m3562105067(NULL /*static, unused*/, L_1, /*hidden argument*/CollectionUtils_IsNullOrEmpty_TisJsonConverter_t1047106545_m3562105067_RuntimeMethod_var); if (L_2) { goto IL_003b; } } { V_0 = 0; goto IL_002d; } IL_0011: { JsonSerializer_t1424496335 * L_3 = ___serializer0; NullCheck(L_3); JsonConverterCollection_t3675964822 * L_4 = VirtFuncInvoker0< JsonConverterCollection_t3675964822 * >::Invoke(23 /* Newtonsoft.Json.JsonConverterCollection Newtonsoft.Json.JsonSerializer::get_Converters() */, L_3); int32_t L_5 = V_0; JsonSerializerSettings_t2139255314 * L_6 = ___settings1; NullCheck(L_6); RuntimeObject* L_7 = JsonSerializerSettings_get_Converters_m140499297(L_6, /*hidden argument*/NULL); int32_t L_8 = V_0; NullCheck(L_7); JsonConverter_t1047106545 * L_9 = InterfaceFuncInvoker1< JsonConverter_t1047106545 *, int32_t >::Invoke(3 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t2862426328_il2cpp_TypeInfo_var, L_7, L_8); NullCheck(L_4); Collection_1_Insert_m2051406015(L_4, L_5, L_9, /*hidden argument*/Collection_1_Insert_m2051406015_RuntimeMethod_var); int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_002d: { int32_t L_11 = V_0; JsonSerializerSettings_t2139255314 * L_12 = ___settings1; NullCheck(L_12); RuntimeObject* L_13 = JsonSerializerSettings_get_Converters_m140499297(L_12, /*hidden argument*/NULL); NullCheck(L_13); int32_t L_14 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t3875258779_il2cpp_TypeInfo_var, L_13); if ((((int32_t)L_11) < ((int32_t)L_14))) { goto IL_0011; } } IL_003b: { JsonSerializerSettings_t2139255314 * L_15 = ___settings1; NullCheck(L_15); Nullable_1_t1159582132 * L_16 = L_15->get_address_of__typeNameHandling_24(); bool L_17 = Nullable_1_get_HasValue_m772260800(L_16, /*hidden argument*/Nullable_1_get_HasValue_m772260800_RuntimeMethod_var); if (!L_17) { goto IL_0054; } } { JsonSerializer_t1424496335 * L_18 = ___serializer0; JsonSerializerSettings_t2139255314 * L_19 = ___settings1; NullCheck(L_19); int32_t L_20 = JsonSerializerSettings_get_TypeNameHandling_m2174410797(L_19, /*hidden argument*/NULL); NullCheck(L_18); VirtActionInvoker1< int32_t >::Invoke(11 /* System.Void Newtonsoft.Json.JsonSerializer::set_TypeNameHandling(Newtonsoft.Json.TypeNameHandling) */, L_18, L_20); } IL_0054: { JsonSerializerSettings_t2139255314 * L_21 = ___settings1; NullCheck(L_21); Nullable_1_t2764731635 * L_22 = L_21->get_address_of__metadataPropertyHandling_25(); bool L_23 = Nullable_1_get_HasValue_m885301859(L_22, /*hidden argument*/Nullable_1_get_HasValue_m885301859_RuntimeMethod_var); if (!L_23) { goto IL_006d; } } { JsonSerializer_t1424496335 * L_24 = ___serializer0; JsonSerializerSettings_t2139255314 * L_25 = ___settings1; NullCheck(L_25); int32_t L_26 = JsonSerializerSettings_get_MetadataPropertyHandling_m3997336051(L_25, /*hidden argument*/NULL); NullCheck(L_24); VirtActionInvoker1< int32_t >::Invoke(22 /* System.Void Newtonsoft.Json.JsonSerializer::set_MetadataPropertyHandling(Newtonsoft.Json.MetadataPropertyHandling) */, L_24, L_26); } IL_006d: { JsonSerializerSettings_t2139255314 * L_27 = ___settings1; NullCheck(L_27); Nullable_1_t2590601907 * L_28 = L_27->get_address_of__typeNameAssemblyFormat_15(); bool L_29 = Nullable_1_get_HasValue_m3081697230(L_28, /*hidden argument*/Nullable_1_get_HasValue_m3081697230_RuntimeMethod_var); if (!L_29) { goto IL_0086; } } { JsonSerializer_t1424496335 * L_30 = ___serializer0; JsonSerializerSettings_t2139255314 * L_31 = ___settings1; NullCheck(L_31); int32_t L_32 = JsonSerializerSettings_get_TypeNameAssemblyFormat_m3779212635(L_31, /*hidden argument*/NULL); NullCheck(L_30); VirtActionInvoker1< int32_t >::Invoke(12 /* System.Void Newtonsoft.Json.JsonSerializer::set_TypeNameAssemblyFormat(System.Runtime.Serialization.Formatters.FormatterAssemblyStyle) */, L_30, L_32); } IL_0086: { JsonSerializerSettings_t2139255314 * L_33 = ___settings1; NullCheck(L_33); Nullable_1_t2538550894 * L_34 = L_33->get_address_of__preserveReferencesHandling_17(); bool L_35 = Nullable_1_get_HasValue_m77919780(L_34, /*hidden argument*/Nullable_1_get_HasValue_m77919780_RuntimeMethod_var); if (!L_35) { goto IL_009f; } } { JsonSerializer_t1424496335 * L_36 = ___serializer0; JsonSerializerSettings_t2139255314 * L_37 = ___settings1; NullCheck(L_37); int32_t L_38 = JsonSerializerSettings_get_PreserveReferencesHandling_m822891278(L_37, /*hidden argument*/NULL); NullCheck(L_36); VirtActionInvoker1< int32_t >::Invoke(13 /* System.Void Newtonsoft.Json.JsonSerializer::set_PreserveReferencesHandling(Newtonsoft.Json.PreserveReferencesHandling) */, L_36, L_38); } IL_009f: { JsonSerializerSettings_t2139255314 * L_39 = ___settings1; NullCheck(L_39); Nullable_1_t3051693050 * L_40 = L_39->get_address_of__referenceLoopHandling_21(); bool L_41 = Nullable_1_get_HasValue_m3254789393(L_40, /*hidden argument*/Nullable_1_get_HasValue_m3254789393_RuntimeMethod_var); if (!L_41) { goto IL_00b8; } } { JsonSerializer_t1424496335 * L_42 = ___serializer0; JsonSerializerSettings_t2139255314 * L_43 = ___settings1; NullCheck(L_43); int32_t L_44 = JsonSerializerSettings_get_ReferenceLoopHandling_m39743470(L_43, /*hidden argument*/NULL); NullCheck(L_42); VirtActionInvoker1< int32_t >::Invoke(14 /* System.Void Newtonsoft.Json.JsonSerializer::set_ReferenceLoopHandling(Newtonsoft.Json.ReferenceLoopHandling) */, L_42, L_44); } IL_00b8: { JsonSerializerSettings_t2139255314 * L_45 = ___settings1; NullCheck(L_45); Nullable_1_t1470895410 * L_46 = L_45->get_address_of__missingMemberHandling_20(); bool L_47 = Nullable_1_get_HasValue_m1584743840(L_46, /*hidden argument*/Nullable_1_get_HasValue_m1584743840_RuntimeMethod_var); if (!L_47) { goto IL_00d1; } } { JsonSerializer_t1424496335 * L_48 = ___serializer0; JsonSerializerSettings_t2139255314 * L_49 = ___settings1; NullCheck(L_49); int32_t L_50 = JsonSerializerSettings_get_MissingMemberHandling_m4211449336(L_49, /*hidden argument*/NULL); NullCheck(L_48); VirtActionInvoker1< int32_t >::Invoke(15 /* System.Void Newtonsoft.Json.JsonSerializer::set_MissingMemberHandling(Newtonsoft.Json.MissingMemberHandling) */, L_48, L_50); } IL_00d1: { JsonSerializerSettings_t2139255314 * L_51 = ___settings1; NullCheck(L_51); Nullable_1_t588389317 * L_52 = L_51->get_address_of__objectCreationHandling_19(); bool L_53 = Nullable_1_get_HasValue_m2699568762(L_52, /*hidden argument*/Nullable_1_get_HasValue_m2699568762_RuntimeMethod_var); if (!L_53) { goto IL_00ea; } } { JsonSerializer_t1424496335 * L_54 = ___serializer0; JsonSerializerSettings_t2139255314 * L_55 = ___settings1; NullCheck(L_55); int32_t L_56 = JsonSerializerSettings_get_ObjectCreationHandling_m305268241(L_55, /*hidden argument*/NULL); NullCheck(L_54); VirtActionInvoker1< int32_t >::Invoke(19 /* System.Void Newtonsoft.Json.JsonSerializer::set_ObjectCreationHandling(Newtonsoft.Json.ObjectCreationHandling) */, L_54, L_56); } IL_00ea: { JsonSerializerSettings_t2139255314 * L_57 = ___settings1; NullCheck(L_57); Nullable_1_t829731231 * L_58 = L_57->get_address_of__nullValueHandling_18(); bool L_59 = Nullable_1_get_HasValue_m4114458644(L_58, /*hidden argument*/Nullable_1_get_HasValue_m4114458644_RuntimeMethod_var); if (!L_59) { goto IL_0103; } } { JsonSerializer_t1424496335 * L_60 = ___serializer0; JsonSerializerSettings_t2139255314 * L_61 = ___settings1; NullCheck(L_61); int32_t L_62 = JsonSerializerSettings_get_NullValueHandling_m3816547949(L_61, /*hidden argument*/NULL); NullCheck(L_60); VirtActionInvoker1< int32_t >::Invoke(16 /* System.Void Newtonsoft.Json.JsonSerializer::set_NullValueHandling(Newtonsoft.Json.NullValueHandling) */, L_60, L_62); } IL_0103: { JsonSerializerSettings_t2139255314 * L_63 = ___settings1; NullCheck(L_63); Nullable_1_t668593436 * L_64 = L_63->get_address_of__defaultValueHandling_16(); bool L_65 = Nullable_1_get_HasValue_m4201331606(L_64, /*hidden argument*/Nullable_1_get_HasValue_m4201331606_RuntimeMethod_var); if (!L_65) { goto IL_011c; } } { JsonSerializer_t1424496335 * L_66 = ___serializer0; JsonSerializerSettings_t2139255314 * L_67 = ___settings1; NullCheck(L_67); int32_t L_68 = JsonSerializerSettings_get_DefaultValueHandling_m506469495(L_67, /*hidden argument*/NULL); NullCheck(L_66); VirtActionInvoker1< int32_t >::Invoke(17 /* System.Void Newtonsoft.Json.JsonSerializer::set_DefaultValueHandling(Newtonsoft.Json.DefaultValueHandling) */, L_66, L_68); } IL_011c: { JsonSerializerSettings_t2139255314 * L_69 = ___settings1; NullCheck(L_69); Nullable_1_t616964910 * L_70 = L_69->get_address_of__constructorHandling_23(); bool L_71 = Nullable_1_get_HasValue_m3852945211(L_70, /*hidden argument*/Nullable_1_get_HasValue_m3852945211_RuntimeMethod_var); if (!L_71) { goto IL_0135; } } { JsonSerializer_t1424496335 * L_72 = ___serializer0; JsonSerializerSettings_t2139255314 * L_73 = ___settings1; NullCheck(L_73); int32_t L_74 = JsonSerializerSettings_get_ConstructorHandling_m3320644544(L_73, /*hidden argument*/NULL); NullCheck(L_72); VirtActionInvoker1< int32_t >::Invoke(20 /* System.Void Newtonsoft.Json.JsonSerializer::set_ConstructorHandling(Newtonsoft.Json.ConstructorHandling) */, L_72, L_74); } IL_0135: { JsonSerializerSettings_t2139255314 * L_75 = ___settings1; NullCheck(L_75); Nullable_1_t1139464023 * L_76 = L_75->get_address_of__context_22(); bool L_77 = Nullable_1_get_HasValue_m705675263(L_76, /*hidden argument*/Nullable_1_get_HasValue_m705675263_RuntimeMethod_var); if (!L_77) { goto IL_014e; } } { JsonSerializer_t1424496335 * L_78 = ___serializer0; JsonSerializerSettings_t2139255314 * L_79 = ___settings1; NullCheck(L_79); StreamingContext_t3711869237 L_80 = JsonSerializerSettings_get_Context_m2462579269(L_79, /*hidden argument*/NULL); NullCheck(L_78); VirtActionInvoker1< StreamingContext_t3711869237 >::Invoke(27 /* System.Void Newtonsoft.Json.JsonSerializer::set_Context(System.Runtime.Serialization.StreamingContext) */, L_78, L_80); } IL_014e: { JsonSerializerSettings_t2139255314 * L_81 = ___settings1; NullCheck(L_81); Nullable_1_t1819850047 * L_82 = L_81->get_address_of__checkAdditionalContent_10(); bool L_83 = Nullable_1_get_HasValue_m3206831396(L_82, /*hidden argument*/Nullable_1_get_HasValue_m3206831396_RuntimeMethod_var); if (!L_83) { goto IL_0167; } } { JsonSerializer_t1424496335 * L_84 = ___serializer0; JsonSerializerSettings_t2139255314 * L_85 = ___settings1; NullCheck(L_85); Nullable_1_t1819850047 L_86 = L_85->get__checkAdditionalContent_10(); NullCheck(L_84); L_84->set__checkAdditionalContent_27(L_86); } IL_0167: { JsonSerializerSettings_t2139255314 * L_87 = ___settings1; NullCheck(L_87); EventHandler_1_t2935836205 * L_88 = JsonSerializerSettings_get_Error_m2375528660(L_87, /*hidden argument*/NULL); if (!L_88) { goto IL_017b; } } { JsonSerializer_t1424496335 * L_89 = ___serializer0; JsonSerializerSettings_t2139255314 * L_90 = ___settings1; NullCheck(L_90); EventHandler_1_t2935836205 * L_91 = JsonSerializerSettings_get_Error_m2375528660(L_90, /*hidden argument*/NULL); NullCheck(L_89); VirtActionInvoker1< EventHandler_1_t2935836205 * >::Invoke(4 /* System.Void Newtonsoft.Json.JsonSerializer::add_Error(System.EventHandler`1) */, L_89, L_91); } IL_017b: { JsonSerializerSettings_t2139255314 * L_92 = ___settings1; NullCheck(L_92); RuntimeObject* L_93 = JsonSerializerSettings_get_ContractResolver_m2693621933(L_92, /*hidden argument*/NULL); if (!L_93) { goto IL_018f; } } { JsonSerializer_t1424496335 * L_94 = ___serializer0; JsonSerializerSettings_t2139255314 * L_95 = ___settings1; NullCheck(L_95); RuntimeObject* L_96 = JsonSerializerSettings_get_ContractResolver_m2693621933(L_95, /*hidden argument*/NULL); NullCheck(L_94); VirtActionInvoker1< RuntimeObject* >::Invoke(25 /* System.Void Newtonsoft.Json.JsonSerializer::set_ContractResolver(Newtonsoft.Json.Serialization.IContractResolver) */, L_94, L_96); } IL_018f: { JsonSerializerSettings_t2139255314 * L_97 = ___settings1; NullCheck(L_97); Func_1_t1993807751 * L_98 = JsonSerializerSettings_get_ReferenceResolverProvider_m2646407486(L_97, /*hidden argument*/NULL); if (!L_98) { goto IL_01a8; } } { JsonSerializer_t1424496335 * L_99 = ___serializer0; JsonSerializerSettings_t2139255314 * L_100 = ___settings1; NullCheck(L_100); Func_1_t1993807751 * L_101 = JsonSerializerSettings_get_ReferenceResolverProvider_m2646407486(L_100, /*hidden argument*/NULL); NullCheck(L_101); RuntimeObject* L_102 = Func_1_Invoke_m2303609512(L_101, /*hidden argument*/Func_1_Invoke_m2303609512_RuntimeMethod_var); NullCheck(L_99); VirtActionInvoker1< RuntimeObject* >::Invoke(6 /* System.Void Newtonsoft.Json.JsonSerializer::set_ReferenceResolver(Newtonsoft.Json.Serialization.IReferenceResolver) */, L_99, L_102); } IL_01a8: { JsonSerializerSettings_t2139255314 * L_103 = ___settings1; NullCheck(L_103); RuntimeObject* L_104 = JsonSerializerSettings_get_TraceWriter_m3923354195(L_103, /*hidden argument*/NULL); if (!L_104) { goto IL_01bc; } } { JsonSerializer_t1424496335 * L_105 = ___serializer0; JsonSerializerSettings_t2139255314 * L_106 = ___settings1; NullCheck(L_106); RuntimeObject* L_107 = JsonSerializerSettings_get_TraceWriter_m3923354195(L_106, /*hidden argument*/NULL); NullCheck(L_105); VirtActionInvoker1< RuntimeObject* >::Invoke(9 /* System.Void Newtonsoft.Json.JsonSerializer::set_TraceWriter(Newtonsoft.Json.Serialization.ITraceWriter) */, L_105, L_107); } IL_01bc: { JsonSerializerSettings_t2139255314 * L_108 = ___settings1; NullCheck(L_108); RuntimeObject* L_109 = JsonSerializerSettings_get_EqualityComparer_m97885999(L_108, /*hidden argument*/NULL); if (!L_109) { goto IL_01d0; } } { JsonSerializer_t1424496335 * L_110 = ___serializer0; JsonSerializerSettings_t2139255314 * L_111 = ___settings1; NullCheck(L_111); RuntimeObject* L_112 = JsonSerializerSettings_get_EqualityComparer_m97885999(L_111, /*hidden argument*/NULL); NullCheck(L_110); VirtActionInvoker1< RuntimeObject* >::Invoke(10 /* System.Void Newtonsoft.Json.JsonSerializer::set_EqualityComparer(System.Collections.IEqualityComparer) */, L_110, L_112); } IL_01d0: { JsonSerializerSettings_t2139255314 * L_113 = ___settings1; NullCheck(L_113); SerializationBinder_t274213469 * L_114 = JsonSerializerSettings_get_Binder_m3426753959(L_113, /*hidden argument*/NULL); if (!L_114) { goto IL_01e4; } } { JsonSerializer_t1424496335 * L_115 = ___serializer0; JsonSerializerSettings_t2139255314 * L_116 = ___settings1; NullCheck(L_116); SerializationBinder_t274213469 * L_117 = JsonSerializerSettings_get_Binder_m3426753959(L_116, /*hidden argument*/NULL); NullCheck(L_115); VirtActionInvoker1< SerializationBinder_t274213469 * >::Invoke(7 /* System.Void Newtonsoft.Json.JsonSerializer::set_Binder(System.Runtime.Serialization.SerializationBinder) */, L_115, L_117); } IL_01e4: { JsonSerializerSettings_t2139255314 * L_118 = ___settings1; NullCheck(L_118); Nullable_1_t3914607011 * L_119 = L_118->get_address_of__formatting_2(); bool L_120 = Nullable_1_get_HasValue_m4266842741(L_119, /*hidden argument*/Nullable_1_get_HasValue_m4266842741_RuntimeMethod_var); if (!L_120) { goto IL_01fd; } } { JsonSerializer_t1424496335 * L_121 = ___serializer0; JsonSerializerSettings_t2139255314 * L_122 = ___settings1; NullCheck(L_122); Nullable_1_t3914607011 L_123 = L_122->get__formatting_2(); NullCheck(L_121); L_121->set__formatting_17(L_123); } IL_01fd: { JsonSerializerSettings_t2139255314 * L_124 = ___settings1; NullCheck(L_124); Nullable_1_t3098729937 * L_125 = L_124->get_address_of__dateFormatHandling_3(); bool L_126 = Nullable_1_get_HasValue_m212809423(L_125, /*hidden argument*/Nullable_1_get_HasValue_m212809423_RuntimeMethod_var); if (!L_126) { goto IL_0216; } } { JsonSerializer_t1424496335 * L_127 = ___serializer0; JsonSerializerSettings_t2139255314 * L_128 = ___settings1; NullCheck(L_128); Nullable_1_t3098729937 L_129 = L_128->get__dateFormatHandling_3(); NullCheck(L_127); L_127->set__dateFormatHandling_18(L_129); } IL_0216: { JsonSerializerSettings_t2139255314 * L_130 = ___settings1; NullCheck(L_130); Nullable_1_t430194516 * L_131 = L_130->get_address_of__dateTimeZoneHandling_4(); bool L_132 = Nullable_1_get_HasValue_m71992865(L_131, /*hidden argument*/Nullable_1_get_HasValue_m71992865_RuntimeMethod_var); if (!L_132) { goto IL_022f; } } { JsonSerializer_t1424496335 * L_133 = ___serializer0; JsonSerializerSettings_t2139255314 * L_134 = ___settings1; NullCheck(L_134); Nullable_1_t430194516 L_135 = L_134->get__dateTimeZoneHandling_4(); NullCheck(L_133); L_133->set__dateTimeZoneHandling_19(L_135); } IL_022f: { JsonSerializerSettings_t2139255314 * L_136 = ___settings1; NullCheck(L_136); Nullable_1_t179296662 * L_137 = L_136->get_address_of__dateParseHandling_5(); bool L_138 = Nullable_1_get_HasValue_m826473069(L_137, /*hidden argument*/Nullable_1_get_HasValue_m826473069_RuntimeMethod_var); if (!L_138) { goto IL_0248; } } { JsonSerializer_t1424496335 * L_139 = ___serializer0; JsonSerializerSettings_t2139255314 * L_140 = ___settings1; NullCheck(L_140); Nullable_1_t179296662 L_141 = L_140->get__dateParseHandling_5(); NullCheck(L_139); L_139->set__dateParseHandling_20(L_141); } IL_0248: { JsonSerializerSettings_t2139255314 * L_142 = ___settings1; NullCheck(L_142); bool L_143 = L_142->get__dateFormatStringSet_14(); if (!L_143) { goto IL_0268; } } { JsonSerializer_t1424496335 * L_144 = ___serializer0; JsonSerializerSettings_t2139255314 * L_145 = ___settings1; NullCheck(L_145); String_t* L_146 = L_145->get__dateFormatString_13(); NullCheck(L_144); L_144->set__dateFormatString_28(L_146); JsonSerializer_t1424496335 * L_147 = ___serializer0; JsonSerializerSettings_t2139255314 * L_148 = ___settings1; NullCheck(L_148); bool L_149 = L_148->get__dateFormatStringSet_14(); NullCheck(L_147); L_147->set__dateFormatStringSet_29(L_149); } IL_0268: { JsonSerializerSettings_t2139255314 * L_150 = ___settings1; NullCheck(L_150); Nullable_1_t2285469903 * L_151 = L_150->get_address_of__floatFormatHandling_6(); bool L_152 = Nullable_1_get_HasValue_m3994449165(L_151, /*hidden argument*/Nullable_1_get_HasValue_m3994449165_RuntimeMethod_var); if (!L_152) { goto IL_0281; } } { JsonSerializer_t1424496335 * L_153 = ___serializer0; JsonSerializerSettings_t2139255314 * L_154 = ___settings1; NullCheck(L_154); Nullable_1_t2285469903 L_155 = L_154->get__floatFormatHandling_6(); NullCheck(L_153); L_153->set__floatFormatHandling_21(L_155); } IL_0281: { JsonSerializerSettings_t2139255314 * L_156 = ___settings1; NullCheck(L_156); Nullable_1_t2729527740 * L_157 = L_156->get_address_of__floatParseHandling_7(); bool L_158 = Nullable_1_get_HasValue_m1804609745(L_157, /*hidden argument*/Nullable_1_get_HasValue_m1804609745_RuntimeMethod_var); if (!L_158) { goto IL_029a; } } { JsonSerializer_t1424496335 * L_159 = ___serializer0; JsonSerializerSettings_t2139255314 * L_160 = ___settings1; NullCheck(L_160); Nullable_1_t2729527740 L_161 = L_160->get__floatParseHandling_7(); NullCheck(L_159); L_159->set__floatParseHandling_22(L_161); } IL_029a: { JsonSerializerSettings_t2139255314 * L_162 = ___settings1; NullCheck(L_162); Nullable_1_t1505470351 * L_163 = L_162->get_address_of__stringEscapeHandling_8(); bool L_164 = Nullable_1_get_HasValue_m633545390(L_163, /*hidden argument*/Nullable_1_get_HasValue_m633545390_RuntimeMethod_var); if (!L_164) { goto IL_02b3; } } { JsonSerializer_t1424496335 * L_165 = ___serializer0; JsonSerializerSettings_t2139255314 * L_166 = ___settings1; NullCheck(L_166); Nullable_1_t1505470351 L_167 = L_166->get__stringEscapeHandling_8(); NullCheck(L_165); L_165->set__stringEscapeHandling_23(L_167); } IL_02b3: { JsonSerializerSettings_t2139255314 * L_168 = ___settings1; NullCheck(L_168); CultureInfo_t4157843068 * L_169 = L_168->get__culture_9(); if (!L_169) { goto IL_02c7; } } { JsonSerializer_t1424496335 * L_170 = ___serializer0; JsonSerializerSettings_t2139255314 * L_171 = ___settings1; NullCheck(L_171); CultureInfo_t4157843068 * L_172 = L_171->get__culture_9(); NullCheck(L_170); L_170->set__culture_24(L_172); } IL_02c7: { JsonSerializerSettings_t2139255314 * L_173 = ___settings1; NullCheck(L_173); bool L_174 = L_173->get__maxDepthSet_12(); if (!L_174) { goto IL_02e7; } } { JsonSerializer_t1424496335 * L_175 = ___serializer0; JsonSerializerSettings_t2139255314 * L_176 = ___settings1; NullCheck(L_176); Nullable_1_t378540539 L_177 = L_176->get__maxDepth_11(); NullCheck(L_175); L_175->set__maxDepth_25(L_177); JsonSerializer_t1424496335 * L_178 = ___serializer0; JsonSerializerSettings_t2139255314 * L_179 = ___settings1; NullCheck(L_179); bool L_180 = L_179->get__maxDepthSet_12(); NullCheck(L_178); L_178->set__maxDepthSet_26(L_180); } IL_02e7: { return; } } // System.Void Newtonsoft.Json.JsonSerializer::Populate(Newtonsoft.Json.JsonReader,System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonSerializer_Populate_m3554373500 (JsonSerializer_t1424496335 * __this, JsonReader_t2369136700 * ___reader0, RuntimeObject * ___target1, const RuntimeMethod* method) { { JsonReader_t2369136700 * L_0 = ___reader0; RuntimeObject * L_1 = ___target1; VirtActionInvoker2< JsonReader_t2369136700 *, RuntimeObject * >::Invoke(30 /* System.Void Newtonsoft.Json.JsonSerializer::PopulateInternal(Newtonsoft.Json.JsonReader,System.Object) */, __this, L_0, L_1); return; } } // System.Void Newtonsoft.Json.JsonSerializer::PopulateInternal(Newtonsoft.Json.JsonReader,System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonSerializer_PopulateInternal_m393332859 (JsonSerializer_t1424496335 * __this, JsonReader_t2369136700 * ___reader0, RuntimeObject * ___target1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializer_PopulateInternal_m393332859_MetadataUsageId); s_Il2CppMethodInitialized = true; } CultureInfo_t4157843068 * V_0 = NULL; Nullable_1_t430194516 V_1; memset(&V_1, 0, sizeof(V_1)); Nullable_1_t179296662 V_2; memset(&V_2, 0, sizeof(V_2)); Nullable_1_t2729527740 V_3; memset(&V_3, 0, sizeof(V_3)); Nullable_1_t378540539 V_4; memset(&V_4, 0, sizeof(V_4)); String_t* V_5 = NULL; TraceJsonReader_t740636742 * V_6 = NULL; TraceJsonReader_t740636742 * G_B4_0 = NULL; TraceJsonReader_t740636742 * G_B6_0 = NULL; JsonSerializerInternalReader_t927352408 * G_B6_1 = NULL; TraceJsonReader_t740636742 * G_B5_0 = NULL; JsonSerializerInternalReader_t927352408 * G_B5_1 = NULL; { JsonReader_t2369136700 * L_0 = ___reader0; ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, L_0, _stringLiteral3529812268, /*hidden argument*/NULL); RuntimeObject * L_1 = ___target1; ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, L_1, _stringLiteral2833503317, /*hidden argument*/NULL); JsonReader_t2369136700 * L_2 = ___reader0; JsonSerializer_SetupReader_m3844689115(__this, L_2, (&V_0), (&V_1), (&V_2), (&V_3), (&V_4), (&V_5), /*hidden argument*/NULL); RuntimeObject* L_3 = VirtFuncInvoker0< RuntimeObject* >::Invoke(8 /* Newtonsoft.Json.Serialization.ITraceWriter Newtonsoft.Json.JsonSerializer::get_TraceWriter() */, __this); if (!L_3) { goto IL_003f; } } { RuntimeObject* L_4 = VirtFuncInvoker0< RuntimeObject* >::Invoke(8 /* Newtonsoft.Json.Serialization.ITraceWriter Newtonsoft.Json.JsonSerializer::get_TraceWriter() */, __this); NullCheck(L_4); int32_t L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Diagnostics.TraceLevel Newtonsoft.Json.Serialization.ITraceWriter::get_LevelFilter() */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_4); if ((((int32_t)L_5) >= ((int32_t)4))) { goto IL_0042; } } IL_003f: { G_B4_0 = ((TraceJsonReader_t740636742 *)(NULL)); goto IL_0048; } IL_0042: { JsonReader_t2369136700 * L_6 = ___reader0; TraceJsonReader_t740636742 * L_7 = (TraceJsonReader_t740636742 *)il2cpp_codegen_object_new(TraceJsonReader_t740636742_il2cpp_TypeInfo_var); TraceJsonReader__ctor_m3038369515(L_7, L_6, /*hidden argument*/NULL); G_B4_0 = L_7; } IL_0048: { V_6 = G_B4_0; JsonSerializerInternalReader_t927352408 * L_8 = (JsonSerializerInternalReader_t927352408 *)il2cpp_codegen_object_new(JsonSerializerInternalReader_t927352408_il2cpp_TypeInfo_var); JsonSerializerInternalReader__ctor_m778229773(L_8, __this, /*hidden argument*/NULL); TraceJsonReader_t740636742 * L_9 = V_6; TraceJsonReader_t740636742 * L_10 = L_9; G_B5_0 = L_10; G_B5_1 = L_8; if (L_10) { G_B6_0 = L_10; G_B6_1 = L_8; goto IL_0057; } } { JsonReader_t2369136700 * L_11 = ___reader0; G_B6_0 = ((TraceJsonReader_t740636742 *)(L_11)); G_B6_1 = G_B5_1; } IL_0057: { RuntimeObject * L_12 = ___target1; NullCheck(G_B6_1); JsonSerializerInternalReader_Populate_m2037184199(G_B6_1, G_B6_0, L_12, /*hidden argument*/NULL); TraceJsonReader_t740636742 * L_13 = V_6; if (!L_13) { goto IL_0075; } } { RuntimeObject* L_14 = VirtFuncInvoker0< RuntimeObject* >::Invoke(8 /* Newtonsoft.Json.Serialization.ITraceWriter Newtonsoft.Json.JsonSerializer::get_TraceWriter() */, __this); TraceJsonReader_t740636742 * L_15 = V_6; NullCheck(L_15); String_t* L_16 = TraceJsonReader_GetDeserializedJsonMessage_m552219145(L_15, /*hidden argument*/NULL); NullCheck(L_14); InterfaceActionInvoker3< int32_t, String_t*, Exception_t * >::Invoke(1 /* System.Void Newtonsoft.Json.Serialization.ITraceWriter::Trace(System.Diagnostics.TraceLevel,System.String,System.Exception) */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_14, 4, L_16, (Exception_t *)NULL); } IL_0075: { JsonReader_t2369136700 * L_17 = ___reader0; CultureInfo_t4157843068 * L_18 = V_0; Nullable_1_t430194516 L_19 = V_1; Nullable_1_t179296662 L_20 = V_2; Nullable_1_t2729527740 L_21 = V_3; Nullable_1_t378540539 L_22 = V_4; String_t* L_23 = V_5; JsonSerializer_ResetReader_m3114916479(__this, L_17, L_18, L_19, L_20, L_21, L_22, L_23, /*hidden argument*/NULL); return; } } // 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) { { JsonReader_t2369136700 * L_0 = ___reader0; Type_t * L_1 = ___objectType1; RuntimeObject * L_2 = VirtFuncInvoker2< RuntimeObject *, JsonReader_t2369136700 *, Type_t * >::Invoke(31 /* System.Object Newtonsoft.Json.JsonSerializer::DeserializeInternal(Newtonsoft.Json.JsonReader,System.Type) */, __this, L_0, L_1); return L_2; } } // System.Object Newtonsoft.Json.JsonSerializer::DeserializeInternal(Newtonsoft.Json.JsonReader,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonSerializer_DeserializeInternal_m213313314 (JsonSerializer_t1424496335 * __this, JsonReader_t2369136700 * ___reader0, Type_t * ___objectType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializer_DeserializeInternal_m213313314_MetadataUsageId); s_Il2CppMethodInitialized = true; } CultureInfo_t4157843068 * V_0 = NULL; Nullable_1_t430194516 V_1; memset(&V_1, 0, sizeof(V_1)); Nullable_1_t179296662 V_2; memset(&V_2, 0, sizeof(V_2)); Nullable_1_t2729527740 V_3; memset(&V_3, 0, sizeof(V_3)); Nullable_1_t378540539 V_4; memset(&V_4, 0, sizeof(V_4)); String_t* V_5 = NULL; TraceJsonReader_t740636742 * V_6 = NULL; TraceJsonReader_t740636742 * G_B4_0 = NULL; TraceJsonReader_t740636742 * G_B6_0 = NULL; JsonSerializerInternalReader_t927352408 * G_B6_1 = NULL; TraceJsonReader_t740636742 * G_B5_0 = NULL; JsonSerializerInternalReader_t927352408 * G_B5_1 = NULL; RuntimeObject * G_B8_0 = NULL; RuntimeObject * G_B7_0 = NULL; { JsonReader_t2369136700 * L_0 = ___reader0; ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, L_0, _stringLiteral3529812268, /*hidden argument*/NULL); JsonReader_t2369136700 * L_1 = ___reader0; JsonSerializer_SetupReader_m3844689115(__this, L_1, (&V_0), (&V_1), (&V_2), (&V_3), (&V_4), (&V_5), /*hidden argument*/NULL); RuntimeObject* L_2 = VirtFuncInvoker0< RuntimeObject* >::Invoke(8 /* Newtonsoft.Json.Serialization.ITraceWriter Newtonsoft.Json.JsonSerializer::get_TraceWriter() */, __this); if (!L_2) { goto IL_0034; } } { RuntimeObject* L_3 = VirtFuncInvoker0< RuntimeObject* >::Invoke(8 /* Newtonsoft.Json.Serialization.ITraceWriter Newtonsoft.Json.JsonSerializer::get_TraceWriter() */, __this); NullCheck(L_3); int32_t L_4 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Diagnostics.TraceLevel Newtonsoft.Json.Serialization.ITraceWriter::get_LevelFilter() */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_3); if ((((int32_t)L_4) >= ((int32_t)4))) { goto IL_0037; } } IL_0034: { G_B4_0 = ((TraceJsonReader_t740636742 *)(NULL)); goto IL_003d; } IL_0037: { JsonReader_t2369136700 * L_5 = ___reader0; TraceJsonReader_t740636742 * L_6 = (TraceJsonReader_t740636742 *)il2cpp_codegen_object_new(TraceJsonReader_t740636742_il2cpp_TypeInfo_var); TraceJsonReader__ctor_m3038369515(L_6, L_5, /*hidden argument*/NULL); G_B4_0 = L_6; } IL_003d: { V_6 = G_B4_0; JsonSerializerInternalReader_t927352408 * L_7 = (JsonSerializerInternalReader_t927352408 *)il2cpp_codegen_object_new(JsonSerializerInternalReader_t927352408_il2cpp_TypeInfo_var); JsonSerializerInternalReader__ctor_m778229773(L_7, __this, /*hidden argument*/NULL); TraceJsonReader_t740636742 * L_8 = V_6; TraceJsonReader_t740636742 * L_9 = L_8; G_B5_0 = L_9; G_B5_1 = L_7; if (L_9) { G_B6_0 = L_9; G_B6_1 = L_7; goto IL_004c; } } { JsonReader_t2369136700 * L_10 = ___reader0; G_B6_0 = ((TraceJsonReader_t740636742 *)(L_10)); G_B6_1 = G_B5_1; } IL_004c: { Type_t * L_11 = ___objectType1; bool L_12 = VirtFuncInvoker0< bool >::Invoke(28 /* System.Boolean Newtonsoft.Json.JsonSerializer::get_CheckAdditionalContent() */, __this); NullCheck(G_B6_1); RuntimeObject * L_13 = JsonSerializerInternalReader_Deserialize_m1834479287(G_B6_1, G_B6_0, L_11, L_12, /*hidden argument*/NULL); TraceJsonReader_t740636742 * L_14 = V_6; G_B7_0 = L_13; if (!L_14) { G_B8_0 = L_13; goto IL_0070; } } { RuntimeObject* L_15 = VirtFuncInvoker0< RuntimeObject* >::Invoke(8 /* Newtonsoft.Json.Serialization.ITraceWriter Newtonsoft.Json.JsonSerializer::get_TraceWriter() */, __this); TraceJsonReader_t740636742 * L_16 = V_6; NullCheck(L_16); String_t* L_17 = TraceJsonReader_GetDeserializedJsonMessage_m552219145(L_16, /*hidden argument*/NULL); NullCheck(L_15); InterfaceActionInvoker3< int32_t, String_t*, Exception_t * >::Invoke(1 /* System.Void Newtonsoft.Json.Serialization.ITraceWriter::Trace(System.Diagnostics.TraceLevel,System.String,System.Exception) */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_15, 4, L_17, (Exception_t *)NULL); G_B8_0 = G_B7_0; } IL_0070: { JsonReader_t2369136700 * L_18 = ___reader0; CultureInfo_t4157843068 * L_19 = V_0; Nullable_1_t430194516 L_20 = V_1; Nullable_1_t179296662 L_21 = V_2; Nullable_1_t2729527740 L_22 = V_3; Nullable_1_t378540539 L_23 = V_4; String_t* L_24 = V_5; JsonSerializer_ResetReader_m3114916479(__this, L_18, L_19, L_20, L_21, L_22, L_23, L_24, /*hidden argument*/NULL); return G_B8_0; } } // System.Void Newtonsoft.Json.JsonSerializer::SetupReader(Newtonsoft.Json.JsonReader,System.Globalization.CultureInfo&,System.Nullable`1&,System.Nullable`1&,System.Nullable`1&,System.Nullable`1&,System.String&) extern "C" IL2CPP_METHOD_ATTR void JsonSerializer_SetupReader_m3844689115 (JsonSerializer_t1424496335 * __this, JsonReader_t2369136700 * ___reader0, CultureInfo_t4157843068 ** ___previousCulture1, Nullable_1_t430194516 * ___previousDateTimeZoneHandling2, Nullable_1_t179296662 * ___previousDateParseHandling3, Nullable_1_t2729527740 * ___previousFloatParseHandling4, Nullable_1_t378540539 * ___previousMaxDepth5, String_t** ___previousDateFormatString6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializer_SetupReader_m3844689115_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonTextReader_t262560521 * V_0 = NULL; Nullable_1_t430194516 V_1; memset(&V_1, 0, sizeof(V_1)); Nullable_1_t179296662 V_2; memset(&V_2, 0, sizeof(V_2)); Nullable_1_t2729527740 V_3; memset(&V_3, 0, sizeof(V_3)); Nullable_1_t378540539 V_4; memset(&V_4, 0, sizeof(V_4)); Nullable_1_t378540539 V_5; memset(&V_5, 0, sizeof(V_5)); DefaultContractResolver_t270250618 * V_6 = NULL; int32_t G_B8_0 = 0; int32_t G_B15_0 = 0; int32_t G_B22_0 = 0; int32_t G_B29_0 = 0; { CultureInfo_t4157843068 * L_0 = __this->get__culture_24(); if (!L_0) { goto IL_0031; } } { CultureInfo_t4157843068 * L_1 = __this->get__culture_24(); JsonReader_t2369136700 * L_2 = ___reader0; NullCheck(L_2); CultureInfo_t4157843068 * L_3 = JsonReader_get_Culture_m4025307219(L_2, /*hidden argument*/NULL); NullCheck(L_1); bool L_4 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_1, L_3); if (L_4) { goto IL_0031; } } { CultureInfo_t4157843068 ** L_5 = ___previousCulture1; JsonReader_t2369136700 * L_6 = ___reader0; NullCheck(L_6); CultureInfo_t4157843068 * L_7 = JsonReader_get_Culture_m4025307219(L_6, /*hidden argument*/NULL); *((RuntimeObject **)(L_5)) = (RuntimeObject *)L_7; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_5), (RuntimeObject *)L_7); JsonReader_t2369136700 * L_8 = ___reader0; CultureInfo_t4157843068 * L_9 = __this->get__culture_24(); NullCheck(L_8); JsonReader_set_Culture_m1761646487(L_8, L_9, /*hidden argument*/NULL); goto IL_0034; } IL_0031: { CultureInfo_t4157843068 ** L_10 = ___previousCulture1; *((RuntimeObject **)(L_10)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_10), (RuntimeObject *)NULL); } IL_0034: { Nullable_1_t430194516 * L_11 = __this->get_address_of__dateTimeZoneHandling_19(); bool L_12 = Nullable_1_get_HasValue_m71992865(L_11, /*hidden argument*/Nullable_1_get_HasValue_m71992865_RuntimeMethod_var); if (!L_12) { goto IL_008a; } } { JsonReader_t2369136700 * L_13 = ___reader0; NullCheck(L_13); int32_t L_14 = JsonReader_get_DateTimeZoneHandling_m3350718958(L_13, /*hidden argument*/NULL); Nullable_1_t430194516 L_15 = __this->get__dateTimeZoneHandling_19(); V_1 = L_15; int32_t L_16 = Nullable_1_GetValueOrDefault_m831034040((&V_1), /*hidden argument*/Nullable_1_GetValueOrDefault_m831034040_RuntimeMethod_var); if ((((int32_t)L_14) == ((int32_t)L_16))) { goto IL_005a; } } { G_B8_0 = 1; goto IL_0064; } IL_005a: { bool L_17 = Nullable_1_get_HasValue_m71992865((&V_1), /*hidden argument*/Nullable_1_get_HasValue_m71992865_RuntimeMethod_var); G_B8_0 = ((((int32_t)L_17) == ((int32_t)0))? 1 : 0); } IL_0064: { if (!G_B8_0) { goto IL_008a; } } { Nullable_1_t430194516 * L_18 = ___previousDateTimeZoneHandling2; JsonReader_t2369136700 * L_19 = ___reader0; NullCheck(L_19); int32_t L_20 = JsonReader_get_DateTimeZoneHandling_m3350718958(L_19, /*hidden argument*/NULL); Nullable_1_t430194516 L_21; memset(&L_21, 0, sizeof(L_21)); Nullable_1__ctor_m4209838479((&L_21), L_20, /*hidden argument*/Nullable_1__ctor_m4209838479_RuntimeMethod_var); *(Nullable_1_t430194516 *)L_18 = L_21; JsonReader_t2369136700 * L_22 = ___reader0; Nullable_1_t430194516 * L_23 = __this->get_address_of__dateTimeZoneHandling_19(); int32_t L_24 = Nullable_1_GetValueOrDefault_m831034040(L_23, /*hidden argument*/Nullable_1_GetValueOrDefault_m831034040_RuntimeMethod_var); NullCheck(L_22); JsonReader_set_DateTimeZoneHandling_m164192948(L_22, L_24, /*hidden argument*/NULL); goto IL_0091; } IL_008a: { Nullable_1_t430194516 * L_25 = ___previousDateTimeZoneHandling2; il2cpp_codegen_initobj(L_25, sizeof(Nullable_1_t430194516 )); } IL_0091: { Nullable_1_t179296662 * L_26 = __this->get_address_of__dateParseHandling_20(); bool L_27 = Nullable_1_get_HasValue_m826473069(L_26, /*hidden argument*/Nullable_1_get_HasValue_m826473069_RuntimeMethod_var); if (!L_27) { goto IL_00e8; } } { JsonReader_t2369136700 * L_28 = ___reader0; NullCheck(L_28); int32_t L_29 = JsonReader_get_DateParseHandling_m2700870511(L_28, /*hidden argument*/NULL); Nullable_1_t179296662 L_30 = __this->get__dateParseHandling_20(); V_2 = L_30; int32_t L_31 = Nullable_1_GetValueOrDefault_m3035377239((&V_2), /*hidden argument*/Nullable_1_GetValueOrDefault_m3035377239_RuntimeMethod_var); if ((((int32_t)L_29) == ((int32_t)L_31))) { goto IL_00b7; } } { G_B15_0 = 1; goto IL_00c1; } IL_00b7: { bool L_32 = Nullable_1_get_HasValue_m826473069((&V_2), /*hidden argument*/Nullable_1_get_HasValue_m826473069_RuntimeMethod_var); G_B15_0 = ((((int32_t)L_32) == ((int32_t)0))? 1 : 0); } IL_00c1: { if (!G_B15_0) { goto IL_00e8; } } { Nullable_1_t179296662 * L_33 = ___previousDateParseHandling3; JsonReader_t2369136700 * L_34 = ___reader0; NullCheck(L_34); int32_t L_35 = JsonReader_get_DateParseHandling_m2700870511(L_34, /*hidden argument*/NULL); Nullable_1_t179296662 L_36; memset(&L_36, 0, sizeof(L_36)); Nullable_1__ctor_m4189365113((&L_36), L_35, /*hidden argument*/Nullable_1__ctor_m4189365113_RuntimeMethod_var); *(Nullable_1_t179296662 *)L_33 = L_36; JsonReader_t2369136700 * L_37 = ___reader0; Nullable_1_t179296662 * L_38 = __this->get_address_of__dateParseHandling_20(); int32_t L_39 = Nullable_1_GetValueOrDefault_m3035377239(L_38, /*hidden argument*/Nullable_1_GetValueOrDefault_m3035377239_RuntimeMethod_var); NullCheck(L_37); JsonReader_set_DateParseHandling_m3807032919(L_37, L_39, /*hidden argument*/NULL); goto IL_00f0; } IL_00e8: { Nullable_1_t179296662 * L_40 = ___previousDateParseHandling3; il2cpp_codegen_initobj(L_40, sizeof(Nullable_1_t179296662 )); } IL_00f0: { Nullable_1_t2729527740 * L_41 = __this->get_address_of__floatParseHandling_22(); bool L_42 = Nullable_1_get_HasValue_m1804609745(L_41, /*hidden argument*/Nullable_1_get_HasValue_m1804609745_RuntimeMethod_var); if (!L_42) { goto IL_0147; } } { JsonReader_t2369136700 * L_43 = ___reader0; NullCheck(L_43); int32_t L_44 = JsonReader_get_FloatParseHandling_m1488578159(L_43, /*hidden argument*/NULL); Nullable_1_t2729527740 L_45 = __this->get__floatParseHandling_22(); V_3 = L_45; int32_t L_46 = Nullable_1_GetValueOrDefault_m1870258506((&V_3), /*hidden argument*/Nullable_1_GetValueOrDefault_m1870258506_RuntimeMethod_var); if ((((int32_t)L_44) == ((int32_t)L_46))) { goto IL_0116; } } { G_B22_0 = 1; goto IL_0120; } IL_0116: { bool L_47 = Nullable_1_get_HasValue_m1804609745((&V_3), /*hidden argument*/Nullable_1_get_HasValue_m1804609745_RuntimeMethod_var); G_B22_0 = ((((int32_t)L_47) == ((int32_t)0))? 1 : 0); } IL_0120: { if (!G_B22_0) { goto IL_0147; } } { Nullable_1_t2729527740 * L_48 = ___previousFloatParseHandling4; JsonReader_t2369136700 * L_49 = ___reader0; NullCheck(L_49); int32_t L_50 = JsonReader_get_FloatParseHandling_m1488578159(L_49, /*hidden argument*/NULL); Nullable_1_t2729527740 L_51; memset(&L_51, 0, sizeof(L_51)); Nullable_1__ctor_m2969476024((&L_51), L_50, /*hidden argument*/Nullable_1__ctor_m2969476024_RuntimeMethod_var); *(Nullable_1_t2729527740 *)L_48 = L_51; JsonReader_t2369136700 * L_52 = ___reader0; Nullable_1_t2729527740 * L_53 = __this->get_address_of__floatParseHandling_22(); int32_t L_54 = Nullable_1_GetValueOrDefault_m1870258506(L_53, /*hidden argument*/Nullable_1_GetValueOrDefault_m1870258506_RuntimeMethod_var); NullCheck(L_52); JsonReader_set_FloatParseHandling_m4261313002(L_52, L_54, /*hidden argument*/NULL); goto IL_014f; } IL_0147: { Nullable_1_t2729527740 * L_55 = ___previousFloatParseHandling4; il2cpp_codegen_initobj(L_55, sizeof(Nullable_1_t2729527740 )); } IL_014f: { bool L_56 = __this->get__maxDepthSet_26(); if (!L_56) { goto IL_01aa; } } { JsonReader_t2369136700 * L_57 = ___reader0; NullCheck(L_57); Nullable_1_t378540539 L_58 = JsonReader_get_MaxDepth_m1122545175(L_57, /*hidden argument*/NULL); V_4 = L_58; Nullable_1_t378540539 L_59 = __this->get__maxDepth_25(); V_5 = L_59; int32_t L_60 = Nullable_1_GetValueOrDefault_m2296315628((&V_4), /*hidden argument*/Nullable_1_GetValueOrDefault_m2296315628_RuntimeMethod_var); int32_t L_61 = Nullable_1_GetValueOrDefault_m2296315628((&V_5), /*hidden argument*/Nullable_1_GetValueOrDefault_m2296315628_RuntimeMethod_var); if ((((int32_t)L_60) == ((int32_t)L_61))) { goto IL_017a; } } { G_B29_0 = 1; goto IL_018d; } IL_017a: { bool L_62 = Nullable_1_get_HasValue_m2648265346((&V_4), /*hidden argument*/Nullable_1_get_HasValue_m2648265346_RuntimeMethod_var); bool L_63 = Nullable_1_get_HasValue_m2648265346((&V_5), /*hidden argument*/Nullable_1_get_HasValue_m2648265346_RuntimeMethod_var); G_B29_0 = ((((int32_t)((((int32_t)L_62) == ((int32_t)L_63))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_018d: { if (!G_B29_0) { goto IL_01aa; } } { Nullable_1_t378540539 * L_64 = ___previousMaxDepth5; JsonReader_t2369136700 * L_65 = ___reader0; NullCheck(L_65); Nullable_1_t378540539 L_66 = JsonReader_get_MaxDepth_m1122545175(L_65, /*hidden argument*/NULL); *(Nullable_1_t378540539 *)L_64 = L_66; JsonReader_t2369136700 * L_67 = ___reader0; Nullable_1_t378540539 L_68 = __this->get__maxDepth_25(); NullCheck(L_67); JsonReader_set_MaxDepth_m2549745733(L_67, L_68, /*hidden argument*/NULL); goto IL_01b2; } IL_01aa: { Nullable_1_t378540539 * L_69 = ___previousMaxDepth5; il2cpp_codegen_initobj(L_69, sizeof(Nullable_1_t378540539 )); } IL_01b2: { bool L_70 = __this->get__dateFormatStringSet_29(); if (!L_70) { goto IL_01e4; } } { JsonReader_t2369136700 * L_71 = ___reader0; NullCheck(L_71); String_t* L_72 = JsonReader_get_DateFormatString_m3648577372(L_71, /*hidden argument*/NULL); String_t* L_73 = __this->get__dateFormatString_28(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_74 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_72, L_73, /*hidden argument*/NULL); if (!L_74) { goto IL_01e4; } } { String_t** L_75 = ___previousDateFormatString6; JsonReader_t2369136700 * L_76 = ___reader0; NullCheck(L_76); String_t* L_77 = JsonReader_get_DateFormatString_m3648577372(L_76, /*hidden argument*/NULL); *((RuntimeObject **)(L_75)) = (RuntimeObject *)L_77; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_75), (RuntimeObject *)L_77); JsonReader_t2369136700 * L_78 = ___reader0; String_t* L_79 = __this->get__dateFormatString_28(); NullCheck(L_78); JsonReader_set_DateFormatString_m823365658(L_78, L_79, /*hidden argument*/NULL); goto IL_01e8; } IL_01e4: { String_t** L_80 = ___previousDateFormatString6; *((RuntimeObject **)(L_80)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_80), (RuntimeObject *)NULL); } IL_01e8: { JsonReader_t2369136700 * L_81 = ___reader0; V_0 = ((JsonTextReader_t262560521 *)IsInstClass((RuntimeObject*)L_81, JsonTextReader_t262560521_il2cpp_TypeInfo_var)); JsonTextReader_t262560521 * L_82 = V_0; if (!L_82) { goto IL_0215; } } { RuntimeObject* L_83 = __this->get__contractResolver_11(); V_6 = ((DefaultContractResolver_t270250618 *)IsInstClass((RuntimeObject*)L_83, DefaultContractResolver_t270250618_il2cpp_TypeInfo_var)); DefaultContractResolver_t270250618 * L_84 = V_6; if (!L_84) { goto IL_0215; } } { JsonTextReader_t262560521 * L_85 = V_0; DefaultContractResolver_t270250618 * L_86 = V_6; NullCheck(L_86); DefaultContractResolverState_t3045992855 * L_87 = DefaultContractResolver_GetState_m2274805795(L_86, /*hidden argument*/NULL); NullCheck(L_87); PropertyNameTable_t4130830590 * L_88 = L_87->get_NameTable_1(); NullCheck(L_85); L_85->set_NameTable_25(L_88); } IL_0215: { return; } } // System.Void Newtonsoft.Json.JsonSerializer::ResetReader(Newtonsoft.Json.JsonReader,System.Globalization.CultureInfo,System.Nullable`1,System.Nullable`1,System.Nullable`1,System.Nullable`1,System.String) extern "C" IL2CPP_METHOD_ATTR void JsonSerializer_ResetReader_m3114916479 (JsonSerializer_t1424496335 * __this, JsonReader_t2369136700 * ___reader0, CultureInfo_t4157843068 * ___previousCulture1, Nullable_1_t430194516 ___previousDateTimeZoneHandling2, Nullable_1_t179296662 ___previousDateParseHandling3, Nullable_1_t2729527740 ___previousFloatParseHandling4, Nullable_1_t378540539 ___previousMaxDepth5, String_t* ___previousDateFormatString6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializer_ResetReader_m3114916479_MetadataUsageId); s_Il2CppMethodInitialized = true; } JsonTextReader_t262560521 * V_0 = NULL; { CultureInfo_t4157843068 * L_0 = ___previousCulture1; if (!L_0) { goto IL_000a; } } { JsonReader_t2369136700 * L_1 = ___reader0; CultureInfo_t4157843068 * L_2 = ___previousCulture1; NullCheck(L_1); JsonReader_set_Culture_m1761646487(L_1, L_2, /*hidden argument*/NULL); } IL_000a: { bool L_3 = Nullable_1_get_HasValue_m71992865((&___previousDateTimeZoneHandling2), /*hidden argument*/Nullable_1_get_HasValue_m71992865_RuntimeMethod_var); if (!L_3) { goto IL_0020; } } { JsonReader_t2369136700 * L_4 = ___reader0; int32_t L_5 = Nullable_1_GetValueOrDefault_m831034040((&___previousDateTimeZoneHandling2), /*hidden argument*/Nullable_1_GetValueOrDefault_m831034040_RuntimeMethod_var); NullCheck(L_4); JsonReader_set_DateTimeZoneHandling_m164192948(L_4, L_5, /*hidden argument*/NULL); } IL_0020: { bool L_6 = Nullable_1_get_HasValue_m826473069((&___previousDateParseHandling3), /*hidden argument*/Nullable_1_get_HasValue_m826473069_RuntimeMethod_var); if (!L_6) { goto IL_0036; } } { JsonReader_t2369136700 * L_7 = ___reader0; int32_t L_8 = Nullable_1_GetValueOrDefault_m3035377239((&___previousDateParseHandling3), /*hidden argument*/Nullable_1_GetValueOrDefault_m3035377239_RuntimeMethod_var); NullCheck(L_7); JsonReader_set_DateParseHandling_m3807032919(L_7, L_8, /*hidden argument*/NULL); } IL_0036: { bool L_9 = Nullable_1_get_HasValue_m1804609745((&___previousFloatParseHandling4), /*hidden argument*/Nullable_1_get_HasValue_m1804609745_RuntimeMethod_var); if (!L_9) { goto IL_004c; } } { JsonReader_t2369136700 * L_10 = ___reader0; int32_t L_11 = Nullable_1_GetValueOrDefault_m1870258506((&___previousFloatParseHandling4), /*hidden argument*/Nullable_1_GetValueOrDefault_m1870258506_RuntimeMethod_var); NullCheck(L_10); JsonReader_set_FloatParseHandling_m4261313002(L_10, L_11, /*hidden argument*/NULL); } IL_004c: { bool L_12 = __this->get__maxDepthSet_26(); if (!L_12) { goto IL_005c; } } { JsonReader_t2369136700 * L_13 = ___reader0; Nullable_1_t378540539 L_14 = ___previousMaxDepth5; NullCheck(L_13); JsonReader_set_MaxDepth_m2549745733(L_13, L_14, /*hidden argument*/NULL); } IL_005c: { bool L_15 = __this->get__dateFormatStringSet_29(); if (!L_15) { goto IL_006c; } } { JsonReader_t2369136700 * L_16 = ___reader0; String_t* L_17 = ___previousDateFormatString6; NullCheck(L_16); JsonReader_set_DateFormatString_m823365658(L_16, L_17, /*hidden argument*/NULL); } IL_006c: { JsonReader_t2369136700 * L_18 = ___reader0; V_0 = ((JsonTextReader_t262560521 *)IsInstClass((RuntimeObject*)L_18, JsonTextReader_t262560521_il2cpp_TypeInfo_var)); JsonTextReader_t262560521 * L_19 = V_0; if (!L_19) { goto IL_007d; } } { JsonTextReader_t262560521 * L_20 = V_0; NullCheck(L_20); L_20->set_NameTable_25((PropertyNameTable_t4130830590 *)NULL); } IL_007d: { return; } } // System.Void Newtonsoft.Json.JsonSerializer::Serialize(Newtonsoft.Json.JsonWriter,System.Object,System.Type) extern "C" IL2CPP_METHOD_ATTR void JsonSerializer_Serialize_m474640873 (JsonSerializer_t1424496335 * __this, JsonWriter_t1467272295 * ___jsonWriter0, RuntimeObject * ___value1, Type_t * ___objectType2, const RuntimeMethod* method) { { JsonWriter_t1467272295 * L_0 = ___jsonWriter0; RuntimeObject * L_1 = ___value1; Type_t * L_2 = ___objectType2; VirtActionInvoker3< JsonWriter_t1467272295 *, RuntimeObject *, Type_t * >::Invoke(32 /* System.Void Newtonsoft.Json.JsonSerializer::SerializeInternal(Newtonsoft.Json.JsonWriter,System.Object,System.Type) */, __this, L_0, L_1, L_2); return; } } // System.Void Newtonsoft.Json.JsonSerializer::Serialize(Newtonsoft.Json.JsonWriter,System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonSerializer_Serialize_m1889459899 (JsonSerializer_t1424496335 * __this, JsonWriter_t1467272295 * ___jsonWriter0, RuntimeObject * ___value1, const RuntimeMethod* method) { { JsonWriter_t1467272295 * L_0 = ___jsonWriter0; RuntimeObject * L_1 = ___value1; VirtActionInvoker3< JsonWriter_t1467272295 *, RuntimeObject *, Type_t * >::Invoke(32 /* System.Void Newtonsoft.Json.JsonSerializer::SerializeInternal(Newtonsoft.Json.JsonWriter,System.Object,System.Type) */, __this, L_0, L_1, (Type_t *)NULL); return; } } // System.Void Newtonsoft.Json.JsonSerializer::SerializeInternal(Newtonsoft.Json.JsonWriter,System.Object,System.Type) extern "C" IL2CPP_METHOD_ATTR void JsonSerializer_SerializeInternal_m2111065548 (JsonSerializer_t1424496335 * __this, JsonWriter_t1467272295 * ___jsonWriter0, RuntimeObject * ___value1, Type_t * ___objectType2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializer_SerializeInternal_m2111065548_MetadataUsageId); s_Il2CppMethodInitialized = true; } Nullable_1_t3914607011 V_0; memset(&V_0, 0, sizeof(V_0)); Nullable_1_t3098729937 V_1; memset(&V_1, 0, sizeof(V_1)); Nullable_1_t430194516 V_2; memset(&V_2, 0, sizeof(V_2)); Nullable_1_t2285469903 V_3; memset(&V_3, 0, sizeof(V_3)); Nullable_1_t1505470351 V_4; memset(&V_4, 0, sizeof(V_4)); CultureInfo_t4157843068 * V_5 = NULL; String_t* V_6 = NULL; TraceJsonWriter_t1833403397 * V_7 = NULL; Nullable_1_t3914607011 V_8; memset(&V_8, 0, sizeof(V_8)); Nullable_1_t3098729937 V_9; memset(&V_9, 0, sizeof(V_9)); Nullable_1_t430194516 V_10; memset(&V_10, 0, sizeof(V_10)); Nullable_1_t2285469903 V_11; memset(&V_11, 0, sizeof(V_11)); Nullable_1_t1505470351 V_12; memset(&V_12, 0, sizeof(V_12)); int32_t G_B4_0 = 0; int32_t G_B10_0 = 0; int32_t G_B16_0 = 0; int32_t G_B22_0 = 0; int32_t G_B28_0 = 0; TraceJsonWriter_t1833403397 * G_B40_0 = NULL; TraceJsonWriter_t1833403397 * G_B42_0 = NULL; JsonSerializerInternalWriter_t3588727337 * G_B42_1 = NULL; TraceJsonWriter_t1833403397 * G_B41_0 = NULL; JsonSerializerInternalWriter_t3588727337 * G_B41_1 = NULL; { JsonWriter_t1467272295 * L_0 = ___jsonWriter0; ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, L_0, _stringLiteral3644575098, /*hidden argument*/NULL); il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_t3914607011 )); Nullable_1_t3914607011 * L_1 = __this->get_address_of__formatting_17(); bool L_2 = Nullable_1_get_HasValue_m4266842741(L_1, /*hidden argument*/Nullable_1_get_HasValue_m4266842741_RuntimeMethod_var); if (!L_2) { goto IL_0064; } } { JsonWriter_t1467272295 * L_3 = ___jsonWriter0; NullCheck(L_3); int32_t L_4 = JsonWriter_get_Formatting_m3607185966(L_3, /*hidden argument*/NULL); Nullable_1_t3914607011 L_5 = __this->get__formatting_17(); V_8 = L_5; int32_t L_6 = Nullable_1_GetValueOrDefault_m860959062((&V_8), /*hidden argument*/Nullable_1_GetValueOrDefault_m860959062_RuntimeMethod_var); if ((((int32_t)L_4) == ((int32_t)L_6))) { goto IL_003a; } } { G_B4_0 = 1; goto IL_0044; } IL_003a: { bool L_7 = Nullable_1_get_HasValue_m4266842741((&V_8), /*hidden argument*/Nullable_1_get_HasValue_m4266842741_RuntimeMethod_var); G_B4_0 = ((((int32_t)L_7) == ((int32_t)0))? 1 : 0); } IL_0044: { if (!G_B4_0) { goto IL_0064; } } { JsonWriter_t1467272295 * L_8 = ___jsonWriter0; NullCheck(L_8); int32_t L_9 = JsonWriter_get_Formatting_m3607185966(L_8, /*hidden argument*/NULL); Nullable_1__ctor_m334053534((&V_0), L_9, /*hidden argument*/Nullable_1__ctor_m334053534_RuntimeMethod_var); JsonWriter_t1467272295 * L_10 = ___jsonWriter0; Nullable_1_t3914607011 * L_11 = __this->get_address_of__formatting_17(); int32_t L_12 = Nullable_1_GetValueOrDefault_m860959062(L_11, /*hidden argument*/Nullable_1_GetValueOrDefault_m860959062_RuntimeMethod_var); NullCheck(L_10); JsonWriter_set_Formatting_m76464413(L_10, L_12, /*hidden argument*/NULL); } IL_0064: { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t3098729937 )); Nullable_1_t3098729937 * L_13 = __this->get_address_of__dateFormatHandling_18(); bool L_14 = Nullable_1_get_HasValue_m212809423(L_13, /*hidden argument*/Nullable_1_get_HasValue_m212809423_RuntimeMethod_var); if (!L_14) { goto IL_00bd; } } { JsonWriter_t1467272295 * L_15 = ___jsonWriter0; NullCheck(L_15); int32_t L_16 = JsonWriter_get_DateFormatHandling_m874163967(L_15, /*hidden argument*/NULL); Nullable_1_t3098729937 L_17 = __this->get__dateFormatHandling_18(); V_9 = L_17; int32_t L_18 = Nullable_1_GetValueOrDefault_m1120472299((&V_9), /*hidden argument*/Nullable_1_GetValueOrDefault_m1120472299_RuntimeMethod_var); if ((((int32_t)L_16) == ((int32_t)L_18))) { goto IL_0093; } } { G_B10_0 = 1; goto IL_009d; } IL_0093: { bool L_19 = Nullable_1_get_HasValue_m212809423((&V_9), /*hidden argument*/Nullable_1_get_HasValue_m212809423_RuntimeMethod_var); G_B10_0 = ((((int32_t)L_19) == ((int32_t)0))? 1 : 0); } IL_009d: { if (!G_B10_0) { goto IL_00bd; } } { JsonWriter_t1467272295 * L_20 = ___jsonWriter0; NullCheck(L_20); int32_t L_21 = JsonWriter_get_DateFormatHandling_m874163967(L_20, /*hidden argument*/NULL); Nullable_1__ctor_m878665411((&V_1), L_21, /*hidden argument*/Nullable_1__ctor_m878665411_RuntimeMethod_var); JsonWriter_t1467272295 * L_22 = ___jsonWriter0; Nullable_1_t3098729937 * L_23 = __this->get_address_of__dateFormatHandling_18(); int32_t L_24 = Nullable_1_GetValueOrDefault_m1120472299(L_23, /*hidden argument*/Nullable_1_GetValueOrDefault_m1120472299_RuntimeMethod_var); NullCheck(L_22); JsonWriter_set_DateFormatHandling_m3318128329(L_22, L_24, /*hidden argument*/NULL); } IL_00bd: { il2cpp_codegen_initobj((&V_2), sizeof(Nullable_1_t430194516 )); Nullable_1_t430194516 * L_25 = __this->get_address_of__dateTimeZoneHandling_19(); bool L_26 = Nullable_1_get_HasValue_m71992865(L_25, /*hidden argument*/Nullable_1_get_HasValue_m71992865_RuntimeMethod_var); if (!L_26) { goto IL_0116; } } { JsonWriter_t1467272295 * L_27 = ___jsonWriter0; NullCheck(L_27); int32_t L_28 = JsonWriter_get_DateTimeZoneHandling_m1298912413(L_27, /*hidden argument*/NULL); Nullable_1_t430194516 L_29 = __this->get__dateTimeZoneHandling_19(); V_10 = L_29; int32_t L_30 = Nullable_1_GetValueOrDefault_m831034040((&V_10), /*hidden argument*/Nullable_1_GetValueOrDefault_m831034040_RuntimeMethod_var); if ((((int32_t)L_28) == ((int32_t)L_30))) { goto IL_00ec; } } { G_B16_0 = 1; goto IL_00f6; } IL_00ec: { bool L_31 = Nullable_1_get_HasValue_m71992865((&V_10), /*hidden argument*/Nullable_1_get_HasValue_m71992865_RuntimeMethod_var); G_B16_0 = ((((int32_t)L_31) == ((int32_t)0))? 1 : 0); } IL_00f6: { if (!G_B16_0) { goto IL_0116; } } { JsonWriter_t1467272295 * L_32 = ___jsonWriter0; NullCheck(L_32); int32_t L_33 = JsonWriter_get_DateTimeZoneHandling_m1298912413(L_32, /*hidden argument*/NULL); Nullable_1__ctor_m4209838479((&V_2), L_33, /*hidden argument*/Nullable_1__ctor_m4209838479_RuntimeMethod_var); JsonWriter_t1467272295 * L_34 = ___jsonWriter0; Nullable_1_t430194516 * L_35 = __this->get_address_of__dateTimeZoneHandling_19(); int32_t L_36 = Nullable_1_GetValueOrDefault_m831034040(L_35, /*hidden argument*/Nullable_1_GetValueOrDefault_m831034040_RuntimeMethod_var); NullCheck(L_34); JsonWriter_set_DateTimeZoneHandling_m1324388417(L_34, L_36, /*hidden argument*/NULL); } IL_0116: { il2cpp_codegen_initobj((&V_3), sizeof(Nullable_1_t2285469903 )); Nullable_1_t2285469903 * L_37 = __this->get_address_of__floatFormatHandling_21(); bool L_38 = Nullable_1_get_HasValue_m3994449165(L_37, /*hidden argument*/Nullable_1_get_HasValue_m3994449165_RuntimeMethod_var); if (!L_38) { goto IL_016f; } } { JsonWriter_t1467272295 * L_39 = ___jsonWriter0; NullCheck(L_39); int32_t L_40 = JsonWriter_get_FloatFormatHandling_m2876749082(L_39, /*hidden argument*/NULL); Nullable_1_t2285469903 L_41 = __this->get__floatFormatHandling_21(); V_11 = L_41; int32_t L_42 = Nullable_1_GetValueOrDefault_m1386614888((&V_11), /*hidden argument*/Nullable_1_GetValueOrDefault_m1386614888_RuntimeMethod_var); if ((((int32_t)L_40) == ((int32_t)L_42))) { goto IL_0145; } } { G_B22_0 = 1; goto IL_014f; } IL_0145: { bool L_43 = Nullable_1_get_HasValue_m3994449165((&V_11), /*hidden argument*/Nullable_1_get_HasValue_m3994449165_RuntimeMethod_var); G_B22_0 = ((((int32_t)L_43) == ((int32_t)0))? 1 : 0); } IL_014f: { if (!G_B22_0) { goto IL_016f; } } { JsonWriter_t1467272295 * L_44 = ___jsonWriter0; NullCheck(L_44); int32_t L_45 = JsonWriter_get_FloatFormatHandling_m2876749082(L_44, /*hidden argument*/NULL); Nullable_1__ctor_m358560032((&V_3), L_45, /*hidden argument*/Nullable_1__ctor_m358560032_RuntimeMethod_var); JsonWriter_t1467272295 * L_46 = ___jsonWriter0; Nullable_1_t2285469903 * L_47 = __this->get_address_of__floatFormatHandling_21(); int32_t L_48 = Nullable_1_GetValueOrDefault_m1386614888(L_47, /*hidden argument*/Nullable_1_GetValueOrDefault_m1386614888_RuntimeMethod_var); NullCheck(L_46); JsonWriter_set_FloatFormatHandling_m3999801747(L_46, L_48, /*hidden argument*/NULL); } IL_016f: { il2cpp_codegen_initobj((&V_4), sizeof(Nullable_1_t1505470351 )); Nullable_1_t1505470351 * L_49 = __this->get_address_of__stringEscapeHandling_23(); bool L_50 = Nullable_1_get_HasValue_m633545390(L_49, /*hidden argument*/Nullable_1_get_HasValue_m633545390_RuntimeMethod_var); if (!L_50) { goto IL_01c8; } } { JsonWriter_t1467272295 * L_51 = ___jsonWriter0; NullCheck(L_51); int32_t L_52 = JsonWriter_get_StringEscapeHandling_m1924816288(L_51, /*hidden argument*/NULL); Nullable_1_t1505470351 L_53 = __this->get__stringEscapeHandling_23(); V_12 = L_53; int32_t L_54 = Nullable_1_GetValueOrDefault_m419728216((&V_12), /*hidden argument*/Nullable_1_GetValueOrDefault_m419728216_RuntimeMethod_var); if ((((int32_t)L_52) == ((int32_t)L_54))) { goto IL_019e; } } { G_B28_0 = 1; goto IL_01a8; } IL_019e: { bool L_55 = Nullable_1_get_HasValue_m633545390((&V_12), /*hidden argument*/Nullable_1_get_HasValue_m633545390_RuntimeMethod_var); G_B28_0 = ((((int32_t)L_55) == ((int32_t)0))? 1 : 0); } IL_01a8: { if (!G_B28_0) { goto IL_01c8; } } { JsonWriter_t1467272295 * L_56 = ___jsonWriter0; NullCheck(L_56); int32_t L_57 = JsonWriter_get_StringEscapeHandling_m1924816288(L_56, /*hidden argument*/NULL); Nullable_1__ctor_m2979764839((&V_4), L_57, /*hidden argument*/Nullable_1__ctor_m2979764839_RuntimeMethod_var); JsonWriter_t1467272295 * L_58 = ___jsonWriter0; Nullable_1_t1505470351 * L_59 = __this->get_address_of__stringEscapeHandling_23(); int32_t L_60 = Nullable_1_GetValueOrDefault_m419728216(L_59, /*hidden argument*/Nullable_1_GetValueOrDefault_m419728216_RuntimeMethod_var); NullCheck(L_58); JsonWriter_set_StringEscapeHandling_m1737825118(L_58, L_60, /*hidden argument*/NULL); } IL_01c8: { V_5 = (CultureInfo_t4157843068 *)NULL; CultureInfo_t4157843068 * L_61 = __this->get__culture_24(); if (!L_61) { goto IL_01fa; } } { CultureInfo_t4157843068 * L_62 = __this->get__culture_24(); JsonWriter_t1467272295 * L_63 = ___jsonWriter0; NullCheck(L_63); CultureInfo_t4157843068 * L_64 = JsonWriter_get_Culture_m2940343858(L_63, /*hidden argument*/NULL); NullCheck(L_62); bool L_65 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_62, L_64); if (L_65) { goto IL_01fa; } } { JsonWriter_t1467272295 * L_66 = ___jsonWriter0; NullCheck(L_66); CultureInfo_t4157843068 * L_67 = JsonWriter_get_Culture_m2940343858(L_66, /*hidden argument*/NULL); V_5 = L_67; JsonWriter_t1467272295 * L_68 = ___jsonWriter0; CultureInfo_t4157843068 * L_69 = __this->get__culture_24(); NullCheck(L_68); JsonWriter_set_Culture_m2361153456(L_68, L_69, /*hidden argument*/NULL); } IL_01fa: { V_6 = (String_t*)NULL; bool L_70 = __this->get__dateFormatStringSet_29(); if (!L_70) { goto IL_022c; } } { JsonWriter_t1467272295 * L_71 = ___jsonWriter0; NullCheck(L_71); String_t* L_72 = JsonWriter_get_DateFormatString_m3232928038(L_71, /*hidden argument*/NULL); String_t* L_73 = __this->get__dateFormatString_28(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_74 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_72, L_73, /*hidden argument*/NULL); if (!L_74) { goto IL_022c; } } { JsonWriter_t1467272295 * L_75 = ___jsonWriter0; NullCheck(L_75); String_t* L_76 = JsonWriter_get_DateFormatString_m3232928038(L_75, /*hidden argument*/NULL); V_6 = L_76; JsonWriter_t1467272295 * L_77 = ___jsonWriter0; String_t* L_78 = __this->get__dateFormatString_28(); NullCheck(L_77); JsonWriter_set_DateFormatString_m1029558321(L_77, L_78, /*hidden argument*/NULL); } IL_022c: { RuntimeObject* L_79 = VirtFuncInvoker0< RuntimeObject* >::Invoke(8 /* Newtonsoft.Json.Serialization.ITraceWriter Newtonsoft.Json.JsonSerializer::get_TraceWriter() */, __this); if (!L_79) { goto IL_0242; } } { RuntimeObject* L_80 = VirtFuncInvoker0< RuntimeObject* >::Invoke(8 /* Newtonsoft.Json.Serialization.ITraceWriter Newtonsoft.Json.JsonSerializer::get_TraceWriter() */, __this); NullCheck(L_80); int32_t L_81 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Diagnostics.TraceLevel Newtonsoft.Json.Serialization.ITraceWriter::get_LevelFilter() */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_80); if ((((int32_t)L_81) >= ((int32_t)4))) { goto IL_0245; } } IL_0242: { G_B40_0 = ((TraceJsonWriter_t1833403397 *)(NULL)); goto IL_024b; } IL_0245: { JsonWriter_t1467272295 * L_82 = ___jsonWriter0; TraceJsonWriter_t1833403397 * L_83 = (TraceJsonWriter_t1833403397 *)il2cpp_codegen_object_new(TraceJsonWriter_t1833403397_il2cpp_TypeInfo_var); TraceJsonWriter__ctor_m3725709804(L_83, L_82, /*hidden argument*/NULL); G_B40_0 = L_83; } IL_024b: { V_7 = G_B40_0; JsonSerializerInternalWriter_t3588727337 * L_84 = (JsonSerializerInternalWriter_t3588727337 *)il2cpp_codegen_object_new(JsonSerializerInternalWriter_t3588727337_il2cpp_TypeInfo_var); JsonSerializerInternalWriter__ctor_m3989594872(L_84, __this, /*hidden argument*/NULL); TraceJsonWriter_t1833403397 * L_85 = V_7; TraceJsonWriter_t1833403397 * L_86 = L_85; G_B41_0 = L_86; G_B41_1 = L_84; if (L_86) { G_B42_0 = L_86; G_B42_1 = L_84; goto IL_025a; } } { JsonWriter_t1467272295 * L_87 = ___jsonWriter0; G_B42_0 = ((TraceJsonWriter_t1833403397 *)(L_87)); G_B42_1 = G_B41_1; } IL_025a: { RuntimeObject * L_88 = ___value1; Type_t * L_89 = ___objectType2; NullCheck(G_B42_1); JsonSerializerInternalWriter_Serialize_m4173797228(G_B42_1, G_B42_0, L_88, L_89, /*hidden argument*/NULL); TraceJsonWriter_t1833403397 * L_90 = V_7; if (!L_90) { goto IL_0279; } } { RuntimeObject* L_91 = VirtFuncInvoker0< RuntimeObject* >::Invoke(8 /* Newtonsoft.Json.Serialization.ITraceWriter Newtonsoft.Json.JsonSerializer::get_TraceWriter() */, __this); TraceJsonWriter_t1833403397 * L_92 = V_7; NullCheck(L_92); String_t* L_93 = TraceJsonWriter_GetSerializedJsonMessage_m3627518786(L_92, /*hidden argument*/NULL); NullCheck(L_91); InterfaceActionInvoker3< int32_t, String_t*, Exception_t * >::Invoke(1 /* System.Void Newtonsoft.Json.Serialization.ITraceWriter::Trace(System.Diagnostics.TraceLevel,System.String,System.Exception) */, ITraceWriter_t2623073143_il2cpp_TypeInfo_var, L_91, 4, L_93, (Exception_t *)NULL); } IL_0279: { bool L_94 = Nullable_1_get_HasValue_m4266842741((&V_0), /*hidden argument*/Nullable_1_get_HasValue_m4266842741_RuntimeMethod_var); if (!L_94) { goto IL_028f; } } { JsonWriter_t1467272295 * L_95 = ___jsonWriter0; int32_t L_96 = Nullable_1_GetValueOrDefault_m860959062((&V_0), /*hidden argument*/Nullable_1_GetValueOrDefault_m860959062_RuntimeMethod_var); NullCheck(L_95); JsonWriter_set_Formatting_m76464413(L_95, L_96, /*hidden argument*/NULL); } IL_028f: { bool L_97 = Nullable_1_get_HasValue_m212809423((&V_1), /*hidden argument*/Nullable_1_get_HasValue_m212809423_RuntimeMethod_var); if (!L_97) { goto IL_02a5; } } { JsonWriter_t1467272295 * L_98 = ___jsonWriter0; int32_t L_99 = Nullable_1_GetValueOrDefault_m1120472299((&V_1), /*hidden argument*/Nullable_1_GetValueOrDefault_m1120472299_RuntimeMethod_var); NullCheck(L_98); JsonWriter_set_DateFormatHandling_m3318128329(L_98, L_99, /*hidden argument*/NULL); } IL_02a5: { bool L_100 = Nullable_1_get_HasValue_m71992865((&V_2), /*hidden argument*/Nullable_1_get_HasValue_m71992865_RuntimeMethod_var); if (!L_100) { goto IL_02bb; } } { JsonWriter_t1467272295 * L_101 = ___jsonWriter0; int32_t L_102 = Nullable_1_GetValueOrDefault_m831034040((&V_2), /*hidden argument*/Nullable_1_GetValueOrDefault_m831034040_RuntimeMethod_var); NullCheck(L_101); JsonWriter_set_DateTimeZoneHandling_m1324388417(L_101, L_102, /*hidden argument*/NULL); } IL_02bb: { bool L_103 = Nullable_1_get_HasValue_m3994449165((&V_3), /*hidden argument*/Nullable_1_get_HasValue_m3994449165_RuntimeMethod_var); if (!L_103) { goto IL_02d1; } } { JsonWriter_t1467272295 * L_104 = ___jsonWriter0; int32_t L_105 = Nullable_1_GetValueOrDefault_m1386614888((&V_3), /*hidden argument*/Nullable_1_GetValueOrDefault_m1386614888_RuntimeMethod_var); NullCheck(L_104); JsonWriter_set_FloatFormatHandling_m3999801747(L_104, L_105, /*hidden argument*/NULL); } IL_02d1: { bool L_106 = Nullable_1_get_HasValue_m633545390((&V_4), /*hidden argument*/Nullable_1_get_HasValue_m633545390_RuntimeMethod_var); if (!L_106) { goto IL_02e7; } } { JsonWriter_t1467272295 * L_107 = ___jsonWriter0; int32_t L_108 = Nullable_1_GetValueOrDefault_m419728216((&V_4), /*hidden argument*/Nullable_1_GetValueOrDefault_m419728216_RuntimeMethod_var); NullCheck(L_107); JsonWriter_set_StringEscapeHandling_m1737825118(L_107, L_108, /*hidden argument*/NULL); } IL_02e7: { bool L_109 = __this->get__dateFormatStringSet_29(); if (!L_109) { goto IL_02f7; } } { JsonWriter_t1467272295 * L_110 = ___jsonWriter0; String_t* L_111 = V_6; NullCheck(L_110); JsonWriter_set_DateFormatString_m1029558321(L_110, L_111, /*hidden argument*/NULL); } IL_02f7: { CultureInfo_t4157843068 * L_112 = V_5; if (!L_112) { goto IL_0303; } } { JsonWriter_t1467272295 * L_113 = ___jsonWriter0; CultureInfo_t4157843068 * L_114 = V_5; NullCheck(L_113); JsonWriter_set_Culture_m2361153456(L_113, L_114, /*hidden argument*/NULL); } IL_0303: { return; } } // Newtonsoft.Json.Serialization.IReferenceResolver Newtonsoft.Json.JsonSerializer::GetReferenceResolver() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializer_GetReferenceResolver_m183251564 (JsonSerializer_t1424496335 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializer_GetReferenceResolver_m183251564_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get__referenceResolver_16(); if (L_0) { goto IL_0013; } } { DefaultReferenceResolver_t3322505560 * L_1 = (DefaultReferenceResolver_t3322505560 *)il2cpp_codegen_object_new(DefaultReferenceResolver_t3322505560_il2cpp_TypeInfo_var); DefaultReferenceResolver__ctor_m273176746(L_1, /*hidden argument*/NULL); __this->set__referenceResolver_16(L_1); } IL_0013: { RuntimeObject* L_2 = __this->get__referenceResolver_16(); return L_2; } } // Newtonsoft.Json.JsonConverter Newtonsoft.Json.JsonSerializer::GetMatchingConverter(System.Type) extern "C" IL2CPP_METHOD_ATTR JsonConverter_t1047106545 * JsonSerializer_GetMatchingConverter_m2868001596 (JsonSerializer_t1424496335 * __this, Type_t * ___type0, const RuntimeMethod* method) { { JsonConverterCollection_t3675964822 * L_0 = __this->get__converters_10(); Type_t * L_1 = ___type0; JsonConverter_t1047106545 * L_2 = JsonSerializer_GetMatchingConverter_m3146147673(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializer_GetMatchingConverter_m3146147673_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; JsonConverter_t1047106545 * V_1 = NULL; { RuntimeObject* L_0 = ___converters0; if (!L_0) { goto IL_0027; } } { V_0 = 0; goto IL_001e; } IL_0007: { RuntimeObject* L_1 = ___converters0; int32_t L_2 = V_0; NullCheck(L_1); JsonConverter_t1047106545 * L_3 = InterfaceFuncInvoker1< JsonConverter_t1047106545 *, int32_t >::Invoke(3 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t2862426328_il2cpp_TypeInfo_var, L_1, L_2); V_1 = L_3; JsonConverter_t1047106545 * L_4 = V_1; Type_t * L_5 = ___objectType1; NullCheck(L_4); bool L_6 = VirtFuncInvoker1< bool, Type_t * >::Invoke(6 /* System.Boolean Newtonsoft.Json.JsonConverter::CanConvert(System.Type) */, L_4, L_5); if (!L_6) { goto IL_001a; } } { JsonConverter_t1047106545 * L_7 = V_1; return L_7; } IL_001a: { int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_001e: { int32_t L_9 = V_0; RuntimeObject* L_10 = ___converters0; NullCheck(L_10); int32_t L_11 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t3875258779_il2cpp_TypeInfo_var, L_10); if ((((int32_t)L_9) < ((int32_t)L_11))) { goto IL_0007; } } IL_0027: { return (JsonConverter_t1047106545 *)NULL; } } // System.Void Newtonsoft.Json.JsonSerializer::OnError(Newtonsoft.Json.Serialization.ErrorEventArgs) extern "C" IL2CPP_METHOD_ATTR void JsonSerializer_OnError_m1335991628 (JsonSerializer_t1424496335 * __this, ErrorEventArgs_t716709476 * ___e0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializer_OnError_m1335991628_MetadataUsageId); s_Il2CppMethodInitialized = true; } EventHandler_1_t2935836205 * V_0 = NULL; { EventHandler_1_t2935836205 * L_0 = __this->get_Error_30(); V_0 = L_0; EventHandler_1_t2935836205 * L_1 = V_0; if (!L_1) { goto IL_0012; } } { EventHandler_1_t2935836205 * L_2 = V_0; ErrorEventArgs_t716709476 * L_3 = ___e0; NullCheck(L_2); EventHandler_1_Invoke_m1556849528(L_2, __this, L_3, /*hidden argument*/EventHandler_1_Invoke_m1556849528_RuntimeMethod_var); } IL_0012: { 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.ReferenceLoopHandling Newtonsoft.Json.JsonSerializerSettings::get_ReferenceLoopHandling() extern "C" IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_ReferenceLoopHandling_m39743470 (JsonSerializerSettings_t2139255314 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerSettings_get_ReferenceLoopHandling_m39743470_MetadataUsageId); s_Il2CppMethodInitialized = true; } Nullable_1_t3051693050 V_0; memset(&V_0, 0, sizeof(V_0)); { Nullable_1_t3051693050 L_0 = __this->get__referenceLoopHandling_21(); V_0 = L_0; bool L_1 = Nullable_1_get_HasValue_m3254789393((&V_0), /*hidden argument*/Nullable_1_get_HasValue_m3254789393_RuntimeMethod_var); if (L_1) { goto IL_0012; } } { return (int32_t)(0); } IL_0012: { int32_t L_2 = Nullable_1_GetValueOrDefault_m1029630399((&V_0), /*hidden argument*/Nullable_1_GetValueOrDefault_m1029630399_RuntimeMethod_var); return L_2; } } // Newtonsoft.Json.MissingMemberHandling Newtonsoft.Json.JsonSerializerSettings::get_MissingMemberHandling() extern "C" IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_MissingMemberHandling_m4211449336 (JsonSerializerSettings_t2139255314 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerSettings_get_MissingMemberHandling_m4211449336_MetadataUsageId); s_Il2CppMethodInitialized = true; } Nullable_1_t1470895410 V_0; memset(&V_0, 0, sizeof(V_0)); { Nullable_1_t1470895410 L_0 = __this->get__missingMemberHandling_20(); V_0 = L_0; bool L_1 = Nullable_1_get_HasValue_m1584743840((&V_0), /*hidden argument*/Nullable_1_get_HasValue_m1584743840_RuntimeMethod_var); if (L_1) { goto IL_0012; } } { return (int32_t)(0); } IL_0012: { int32_t L_2 = Nullable_1_GetValueOrDefault_m3269469524((&V_0), /*hidden argument*/Nullable_1_GetValueOrDefault_m3269469524_RuntimeMethod_var); return L_2; } } // Newtonsoft.Json.ObjectCreationHandling Newtonsoft.Json.JsonSerializerSettings::get_ObjectCreationHandling() extern "C" IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_ObjectCreationHandling_m305268241 (JsonSerializerSettings_t2139255314 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerSettings_get_ObjectCreationHandling_m305268241_MetadataUsageId); s_Il2CppMethodInitialized = true; } Nullable_1_t588389317 V_0; memset(&V_0, 0, sizeof(V_0)); { Nullable_1_t588389317 L_0 = __this->get__objectCreationHandling_19(); V_0 = L_0; bool L_1 = Nullable_1_get_HasValue_m2699568762((&V_0), /*hidden argument*/Nullable_1_get_HasValue_m2699568762_RuntimeMethod_var); if (L_1) { goto IL_0012; } } { return (int32_t)(0); } IL_0012: { int32_t L_2 = Nullable_1_GetValueOrDefault_m2614807845((&V_0), /*hidden argument*/Nullable_1_GetValueOrDefault_m2614807845_RuntimeMethod_var); return L_2; } } // Newtonsoft.Json.NullValueHandling Newtonsoft.Json.JsonSerializerSettings::get_NullValueHandling() extern "C" IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_NullValueHandling_m3816547949 (JsonSerializerSettings_t2139255314 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerSettings_get_NullValueHandling_m3816547949_MetadataUsageId); s_Il2CppMethodInitialized = true; } Nullable_1_t829731231 V_0; memset(&V_0, 0, sizeof(V_0)); { Nullable_1_t829731231 L_0 = __this->get__nullValueHandling_18(); V_0 = L_0; bool L_1 = Nullable_1_get_HasValue_m4114458644((&V_0), /*hidden argument*/Nullable_1_get_HasValue_m4114458644_RuntimeMethod_var); if (L_1) { goto IL_0012; } } { return (int32_t)(0); } IL_0012: { int32_t L_2 = Nullable_1_GetValueOrDefault_m1866108172((&V_0), /*hidden argument*/Nullable_1_GetValueOrDefault_m1866108172_RuntimeMethod_var); return L_2; } } // Newtonsoft.Json.DefaultValueHandling Newtonsoft.Json.JsonSerializerSettings::get_DefaultValueHandling() extern "C" IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_DefaultValueHandling_m506469495 (JsonSerializerSettings_t2139255314 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerSettings_get_DefaultValueHandling_m506469495_MetadataUsageId); s_Il2CppMethodInitialized = true; } Nullable_1_t668593436 V_0; memset(&V_0, 0, sizeof(V_0)); { Nullable_1_t668593436 L_0 = __this->get__defaultValueHandling_16(); V_0 = L_0; bool L_1 = Nullable_1_get_HasValue_m4201331606((&V_0), /*hidden argument*/Nullable_1_get_HasValue_m4201331606_RuntimeMethod_var); if (L_1) { goto IL_0012; } } { return (int32_t)(0); } IL_0012: { int32_t L_2 = Nullable_1_GetValueOrDefault_m880978787((&V_0), /*hidden argument*/Nullable_1_GetValueOrDefault_m880978787_RuntimeMethod_var); return L_2; } } // System.Collections.Generic.IList`1 Newtonsoft.Json.JsonSerializerSettings::get_Converters() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializerSettings_get_Converters_m140499297 (JsonSerializerSettings_t2139255314 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_U3CConvertersU3Ek__BackingField_26(); return L_0; } } // System.Void Newtonsoft.Json.JsonSerializerSettings::set_Converters(System.Collections.Generic.IList`1) extern "C" IL2CPP_METHOD_ATTR void JsonSerializerSettings_set_Converters_m1292904948 (JsonSerializerSettings_t2139255314 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___value0; __this->set_U3CConvertersU3Ek__BackingField_26(L_0); return; } } // Newtonsoft.Json.PreserveReferencesHandling Newtonsoft.Json.JsonSerializerSettings::get_PreserveReferencesHandling() extern "C" IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_PreserveReferencesHandling_m822891278 (JsonSerializerSettings_t2139255314 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerSettings_get_PreserveReferencesHandling_m822891278_MetadataUsageId); s_Il2CppMethodInitialized = true; } Nullable_1_t2538550894 V_0; memset(&V_0, 0, sizeof(V_0)); { Nullable_1_t2538550894 L_0 = __this->get__preserveReferencesHandling_17(); V_0 = L_0; bool L_1 = Nullable_1_get_HasValue_m77919780((&V_0), /*hidden argument*/Nullable_1_get_HasValue_m77919780_RuntimeMethod_var); if (L_1) { goto IL_0012; } } { return (int32_t)(0); } IL_0012: { int32_t L_2 = Nullable_1_GetValueOrDefault_m1807021028((&V_0), /*hidden argument*/Nullable_1_GetValueOrDefault_m1807021028_RuntimeMethod_var); return L_2; } } // Newtonsoft.Json.TypeNameHandling Newtonsoft.Json.JsonSerializerSettings::get_TypeNameHandling() extern "C" IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_TypeNameHandling_m2174410797 (JsonSerializerSettings_t2139255314 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerSettings_get_TypeNameHandling_m2174410797_MetadataUsageId); s_Il2CppMethodInitialized = true; } Nullable_1_t1159582132 V_0; memset(&V_0, 0, sizeof(V_0)); { Nullable_1_t1159582132 L_0 = __this->get__typeNameHandling_24(); V_0 = L_0; bool L_1 = Nullable_1_get_HasValue_m772260800((&V_0), /*hidden argument*/Nullable_1_get_HasValue_m772260800_RuntimeMethod_var); if (L_1) { goto IL_0012; } } { return (int32_t)(0); } IL_0012: { int32_t L_2 = Nullable_1_GetValueOrDefault_m2852219950((&V_0), /*hidden argument*/Nullable_1_GetValueOrDefault_m2852219950_RuntimeMethod_var); return L_2; } } // Newtonsoft.Json.MetadataPropertyHandling Newtonsoft.Json.JsonSerializerSettings::get_MetadataPropertyHandling() extern "C" IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_MetadataPropertyHandling_m3997336051 (JsonSerializerSettings_t2139255314 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerSettings_get_MetadataPropertyHandling_m3997336051_MetadataUsageId); s_Il2CppMethodInitialized = true; } Nullable_1_t2764731635 V_0; memset(&V_0, 0, sizeof(V_0)); { Nullable_1_t2764731635 L_0 = __this->get__metadataPropertyHandling_25(); V_0 = L_0; bool L_1 = Nullable_1_get_HasValue_m885301859((&V_0), /*hidden argument*/Nullable_1_get_HasValue_m885301859_RuntimeMethod_var); if (L_1) { goto IL_0012; } } { return (int32_t)(0); } IL_0012: { int32_t L_2 = Nullable_1_GetValueOrDefault_m1441879184((&V_0), /*hidden argument*/Nullable_1_GetValueOrDefault_m1441879184_RuntimeMethod_var); return L_2; } } // System.Runtime.Serialization.Formatters.FormatterAssemblyStyle Newtonsoft.Json.JsonSerializerSettings::get_TypeNameAssemblyFormat() extern "C" IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_TypeNameAssemblyFormat_m3779212635 (JsonSerializerSettings_t2139255314 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerSettings_get_TypeNameAssemblyFormat_m3779212635_MetadataUsageId); s_Il2CppMethodInitialized = true; } Nullable_1_t2590601907 V_0; memset(&V_0, 0, sizeof(V_0)); { Nullable_1_t2590601907 L_0 = __this->get__typeNameAssemblyFormat_15(); V_0 = L_0; bool L_1 = Nullable_1_get_HasValue_m3081697230((&V_0), /*hidden argument*/Nullable_1_get_HasValue_m3081697230_RuntimeMethod_var); if (L_1) { goto IL_0012; } } { return (int32_t)(0); } IL_0012: { int32_t L_2 = Nullable_1_GetValueOrDefault_m1391030392((&V_0), /*hidden argument*/Nullable_1_GetValueOrDefault_m1391030392_RuntimeMethod_var); return L_2; } } // Newtonsoft.Json.ConstructorHandling Newtonsoft.Json.JsonSerializerSettings::get_ConstructorHandling() extern "C" IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_ConstructorHandling_m3320644544 (JsonSerializerSettings_t2139255314 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerSettings_get_ConstructorHandling_m3320644544_MetadataUsageId); s_Il2CppMethodInitialized = true; } Nullable_1_t616964910 V_0; memset(&V_0, 0, sizeof(V_0)); { Nullable_1_t616964910 L_0 = __this->get__constructorHandling_23(); V_0 = L_0; bool L_1 = Nullable_1_get_HasValue_m3852945211((&V_0), /*hidden argument*/Nullable_1_get_HasValue_m3852945211_RuntimeMethod_var); if (L_1) { goto IL_0012; } } { return (int32_t)(0); } IL_0012: { int32_t L_2 = Nullable_1_GetValueOrDefault_m580894237((&V_0), /*hidden argument*/Nullable_1_GetValueOrDefault_m580894237_RuntimeMethod_var); return L_2; } } // Newtonsoft.Json.Serialization.IContractResolver Newtonsoft.Json.JsonSerializerSettings::get_ContractResolver() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializerSettings_get_ContractResolver_m2693621933 (JsonSerializerSettings_t2139255314 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_U3CContractResolverU3Ek__BackingField_27(); return L_0; } } // System.Collections.IEqualityComparer Newtonsoft.Json.JsonSerializerSettings::get_EqualityComparer() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializerSettings_get_EqualityComparer_m97885999 (JsonSerializerSettings_t2139255314 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_U3CEqualityComparerU3Ek__BackingField_28(); return L_0; } } // System.Func`1 Newtonsoft.Json.JsonSerializerSettings::get_ReferenceResolverProvider() extern "C" IL2CPP_METHOD_ATTR Func_1_t1993807751 * JsonSerializerSettings_get_ReferenceResolverProvider_m2646407486 (JsonSerializerSettings_t2139255314 * __this, const RuntimeMethod* method) { { Func_1_t1993807751 * L_0 = __this->get_U3CReferenceResolverProviderU3Ek__BackingField_29(); return L_0; } } // Newtonsoft.Json.Serialization.ITraceWriter Newtonsoft.Json.JsonSerializerSettings::get_TraceWriter() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializerSettings_get_TraceWriter_m3923354195 (JsonSerializerSettings_t2139255314 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_U3CTraceWriterU3Ek__BackingField_30(); return L_0; } } // System.Runtime.Serialization.SerializationBinder Newtonsoft.Json.JsonSerializerSettings::get_Binder() extern "C" IL2CPP_METHOD_ATTR SerializationBinder_t274213469 * JsonSerializerSettings_get_Binder_m3426753959 (JsonSerializerSettings_t2139255314 * __this, const RuntimeMethod* method) { { SerializationBinder_t274213469 * L_0 = __this->get_U3CBinderU3Ek__BackingField_31(); return L_0; } } // System.EventHandler`1 Newtonsoft.Json.JsonSerializerSettings::get_Error() extern "C" IL2CPP_METHOD_ATTR EventHandler_1_t2935836205 * JsonSerializerSettings_get_Error_m2375528660 (JsonSerializerSettings_t2139255314 * __this, const RuntimeMethod* method) { { EventHandler_1_t2935836205 * L_0 = __this->get_U3CErrorU3Ek__BackingField_32(); return L_0; } } // System.Runtime.Serialization.StreamingContext Newtonsoft.Json.JsonSerializerSettings::get_Context() extern "C" IL2CPP_METHOD_ATTR StreamingContext_t3711869237 JsonSerializerSettings_get_Context_m2462579269 (JsonSerializerSettings_t2139255314 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerSettings_get_Context_m2462579269_MetadataUsageId); s_Il2CppMethodInitialized = true; } Nullable_1_t1139464023 V_0; memset(&V_0, 0, sizeof(V_0)); { Nullable_1_t1139464023 L_0 = __this->get__context_22(); V_0 = L_0; bool L_1 = Nullable_1_get_HasValue_m705675263((&V_0), /*hidden argument*/Nullable_1_get_HasValue_m705675263_RuntimeMethod_var); if (L_1) { goto IL_0016; } } { IL2CPP_RUNTIME_CLASS_INIT(JsonSerializerSettings_t2139255314_il2cpp_TypeInfo_var); StreamingContext_t3711869237 L_2 = ((JsonSerializerSettings_t2139255314_StaticFields*)il2cpp_codegen_static_fields_for(JsonSerializerSettings_t2139255314_il2cpp_TypeInfo_var))->get_DefaultContext_0(); return L_2; } IL_0016: { StreamingContext_t3711869237 L_3 = Nullable_1_GetValueOrDefault_m215098106((&V_0), /*hidden argument*/Nullable_1_GetValueOrDefault_m215098106_RuntimeMethod_var); return L_3; } } // System.Void Newtonsoft.Json.JsonSerializerSettings::.cctor() extern "C" IL2CPP_METHOD_ATTR void JsonSerializerSettings__cctor_m1779165470 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerSettings__cctor_m1779165470_MetadataUsageId); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_initobj((((JsonSerializerSettings_t2139255314_StaticFields*)il2cpp_codegen_static_fields_for(JsonSerializerSettings_t2139255314_il2cpp_TypeInfo_var))->get_address_of_DefaultContext_0()), sizeof(StreamingContext_t3711869237 )); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_0 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); ((JsonSerializerSettings_t2139255314_StaticFields*)il2cpp_codegen_static_fields_for(JsonSerializerSettings_t2139255314_il2cpp_TypeInfo_var))->set_DefaultCulture_1(L_0); return; } } // System.Void Newtonsoft.Json.JsonSerializerSettings::.ctor() extern "C" IL2CPP_METHOD_ATTR void JsonSerializerSettings__ctor_m2533663507 (JsonSerializerSettings_t2139255314 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonSerializerSettings__ctor_m2533663507_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); List_1_t2519181287 * L_0 = (List_1_t2519181287 *)il2cpp_codegen_object_new(List_1_t2519181287_il2cpp_TypeInfo_var); List_1__ctor_m3350611764(L_0, /*hidden argument*/List_1__ctor_m3350611764_RuntimeMethod_var); List_1_t2519181287 * L_1 = L_0; VectorConverter_t1294738057 * L_2 = (VectorConverter_t1294738057 *)il2cpp_codegen_object_new(VectorConverter_t1294738057_il2cpp_TypeInfo_var); VectorConverter__ctor_m1788948413(L_2, /*hidden argument*/NULL); NullCheck(L_1); List_1_Add_m2842216030(L_1, L_2, /*hidden argument*/List_1_Add_m2842216030_RuntimeMethod_var); JsonSerializerSettings_set_Converters_m1292904948(__this, L_1, /*hidden argument*/NULL); RuntimeObject* L_3 = JsonSerializerSettings_get_Converters_m140499297(__this, /*hidden argument*/NULL); HashSetConverter_t587720113 * L_4 = (HashSetConverter_t587720113 *)il2cpp_codegen_object_new(HashSetConverter_t587720113_il2cpp_TypeInfo_var); HashSetConverter__ctor_m3543996548(L_4, /*hidden argument*/NULL); NullCheck(L_3); InterfaceActionInvoker1< JsonConverter_t1047106545 * >::Invoke(2 /* System.Void System.Collections.Generic.ICollection`1::Add(!0) */, ICollection_1_t3875258779_il2cpp_TypeInfo_var, L_3, L_4); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.JsonSerializerSettings/<>c__DisplayClass90_0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass90_0__ctor_m1673067449 (U3CU3Ec__DisplayClass90_0_t3738200698 * __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.JsonTextReader::.ctor(System.IO.TextReader) extern "C" IL2CPP_METHOD_ATTR void JsonTextReader__ctor_m3676631220 (JsonTextReader_t262560521 * __this, TextReader_t283511965 * ___reader0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextReader__ctor_m3676631220_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonReader__ctor_m2619238087(__this, /*hidden argument*/NULL); TextReader_t283511965 * L_0 = ___reader0; 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, _stringLiteral3529812268, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,JsonTextReader__ctor_m3676631220_RuntimeMethod_var); } IL_0014: { TextReader_t283511965 * L_2 = ___reader0; __this->set__reader_15(L_2); __this->set__lineNumber_20(1); return; } } // System.Void Newtonsoft.Json.JsonTextReader::EnsureBufferNotEmpty() extern "C" IL2CPP_METHOD_ATTR void JsonTextReader_EnsureBufferNotEmpty_m308470060 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method) { { StringBuffer_t2235727887 * L_0 = __this->get_address_of__stringBuffer_22(); bool L_1 = StringBuffer_get_IsEmpty_m1286579341(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0023; } } { RuntimeObject* L_2 = __this->get__arrayPool_24(); StringBuffer_t2235727887 L_3; memset(&L_3, 0, sizeof(L_3)); StringBuffer__ctor_m83474316((&L_3), L_2, ((int32_t)1024), /*hidden argument*/NULL); __this->set__stringBuffer_22(L_3); } IL_0023: { return; } } // System.Void Newtonsoft.Json.JsonTextReader::OnNewLine(System.Int32) extern "C" IL2CPP_METHOD_ATTR void JsonTextReader_OnNewLine_m2689797934 (JsonTextReader_t262560521 * __this, int32_t ___pos0, const RuntimeMethod* method) { { int32_t L_0 = __this->get__lineNumber_20(); __this->set__lineNumber_20(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); int32_t L_1 = ___pos0; __this->set__lineStartPos_19(L_1); return; } } // System.Void Newtonsoft.Json.JsonTextReader::ParseString(System.Char,Newtonsoft.Json.ReadType) extern "C" IL2CPP_METHOD_ATTR void JsonTextReader_ParseString_m3630476145 (JsonTextReader_t262560521 * __this, Il2CppChar ___quote0, int32_t ___readType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextReader_ParseString_m3630476145_MetadataUsageId); s_Il2CppMethodInitialized = true; } Guid_t V_0; memset(&V_0, 0, sizeof(V_0)); ByteU5BU5D_t4116647657* V_1 = NULL; String_t* V_2 = NULL; int32_t V_3 = 0; DateTime_t3738529785 V_4; memset(&V_4, 0, sizeof(V_4)); DateTimeOffset_t3229287507 V_5; memset(&V_5, 0, sizeof(V_5)); { int32_t L_0 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); JsonTextReader_ShiftBufferIfNeeded_m933747472(__this, /*hidden argument*/NULL); Il2CppChar L_1 = ___quote0; JsonTextReader_ReadStringIntoBuffer_m3642681009(__this, L_1, /*hidden argument*/NULL); JsonReader_SetPostValueState_m2528031085(__this, (bool)1, /*hidden argument*/NULL); int32_t L_2 = ___readType1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) { case 0: { goto IL_0190; } case 1: { goto IL_004f; } case 2: { goto IL_00ca; } case 3: { goto IL_0190; } case 4: { goto IL_00ee; } case 5: { goto IL_00ee; } case 6: { goto IL_00ee; } case 7: { goto IL_0190; } } } { goto IL_00ee; } IL_004f: { StringReference_t2912309144 * L_3 = __this->get_address_of__stringReference_23(); int32_t L_4 = StringReference_get_Length_m1881544084(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0065; } } { V_1 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)0)); goto IL_00bf; } IL_0065: { StringReference_t2912309144 * L_5 = __this->get_address_of__stringReference_23(); int32_t L_6 = StringReference_get_Length_m1881544084(L_5, /*hidden argument*/NULL); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)36))))) { goto IL_0098; } } { StringReference_t2912309144 * L_7 = __this->get_address_of__stringReference_23(); String_t* L_8 = StringReference_ToString_m3051914173(L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_t2194062972_il2cpp_TypeInfo_var); bool L_9 = ConvertUtils_TryConvertGuid_m1432766850(NULL /*static, unused*/, L_8, (&V_0), /*hidden argument*/NULL); if (!L_9) { goto IL_0098; } } { ByteU5BU5D_t4116647657* L_10 = Guid_ToByteArray_m1059098555((&V_0), /*hidden argument*/NULL); V_1 = L_10; goto IL_00bf; } IL_0098: { StringReference_t2912309144 * L_11 = __this->get_address_of__stringReference_23(); CharU5BU5D_t3528271667* L_12 = StringReference_get_Chars_m1428785588(L_11, /*hidden argument*/NULL); StringReference_t2912309144 * L_13 = __this->get_address_of__stringReference_23(); int32_t L_14 = StringReference_get_StartIndex_m577516227(L_13, /*hidden argument*/NULL); StringReference_t2912309144 * L_15 = __this->get_address_of__stringReference_23(); int32_t L_16 = StringReference_get_Length_m1881544084(L_15, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_17 = Convert_FromBase64CharArray_m711584625(NULL /*static, unused*/, L_12, L_14, L_16, /*hidden argument*/NULL); V_1 = L_17; } IL_00bf: { ByteU5BU5D_t4116647657* L_18 = V_1; JsonReader_SetToken_m1343918653(__this, ((int32_t)17), (RuntimeObject *)(RuntimeObject *)L_18, (bool)0, /*hidden argument*/NULL); return; } IL_00ca: { StringReference_t2912309144 * L_19 = __this->get_address_of__stringReference_23(); String_t* L_20 = StringReference_ToString_m3051914173(L_19, /*hidden argument*/NULL); V_2 = L_20; String_t* L_21 = V_2; JsonReader_SetToken_m1343918653(__this, ((int32_t)9), L_21, (bool)0, /*hidden argument*/NULL); Il2CppChar L_22 = ___quote0; ((JsonReader_t2369136700 *)__this)->set__quoteChar_2(L_22); return; } IL_00ee: { int32_t L_23 = ((JsonReader_t2369136700 *)__this)->get__dateParseHandling_9(); if (!L_23) { goto IL_016f; } } { int32_t L_24 = ___readType1; if ((!(((uint32_t)L_24) == ((uint32_t)5)))) { goto IL_00fe; } } { V_3 = 1; goto IL_010d; } IL_00fe: { int32_t L_25 = ___readType1; if ((!(((uint32_t)L_25) == ((uint32_t)6)))) { goto IL_0106; } } { V_3 = 2; goto IL_010d; } IL_0106: { int32_t L_26 = ((JsonReader_t2369136700 *)__this)->get__dateParseHandling_9(); V_3 = L_26; } IL_010d: { int32_t L_27 = V_3; if ((!(((uint32_t)L_27) == ((uint32_t)1)))) { goto IL_0143; } } { StringReference_t2912309144 L_28 = __this->get__stringReference_23(); int32_t L_29 = JsonReader_get_DateTimeZoneHandling_m3350718958(__this, /*hidden argument*/NULL); String_t* L_30 = JsonReader_get_DateFormatString_m3648577372(__this, /*hidden argument*/NULL); CultureInfo_t4157843068 * L_31 = JsonReader_get_Culture_m4025307219(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_t3515429982_il2cpp_TypeInfo_var); bool L_32 = DateTimeUtils_TryParseDateTime_m2606903149(NULL /*static, unused*/, L_28, L_29, L_30, L_31, (&V_4), /*hidden argument*/NULL); if (!L_32) { goto IL_016f; } } { DateTime_t3738529785 L_33 = V_4; DateTime_t3738529785 L_34 = L_33; RuntimeObject * L_35 = Box(DateTime_t3738529785_il2cpp_TypeInfo_var, &L_34); JsonReader_SetToken_m1343918653(__this, ((int32_t)16), L_35, (bool)0, /*hidden argument*/NULL); return; } IL_0143: { StringReference_t2912309144 L_36 = __this->get__stringReference_23(); String_t* L_37 = JsonReader_get_DateFormatString_m3648577372(__this, /*hidden argument*/NULL); CultureInfo_t4157843068 * L_38 = JsonReader_get_Culture_m4025307219(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_t3515429982_il2cpp_TypeInfo_var); bool L_39 = DateTimeUtils_TryParseDateTimeOffset_m738404597(NULL /*static, unused*/, L_36, L_37, L_38, (&V_5), /*hidden argument*/NULL); if (!L_39) { goto IL_016f; } } { DateTimeOffset_t3229287507 L_40 = V_5; DateTimeOffset_t3229287507 L_41 = L_40; RuntimeObject * L_42 = Box(DateTimeOffset_t3229287507_il2cpp_TypeInfo_var, &L_41); JsonReader_SetToken_m1343918653(__this, ((int32_t)16), L_42, (bool)0, /*hidden argument*/NULL); return; } IL_016f: { StringReference_t2912309144 * L_43 = __this->get_address_of__stringReference_23(); String_t* L_44 = StringReference_ToString_m3051914173(L_43, /*hidden argument*/NULL); JsonReader_SetToken_m1343918653(__this, ((int32_t)9), L_44, (bool)0, /*hidden argument*/NULL); Il2CppChar L_45 = ___quote0; ((JsonReader_t2369136700 *)__this)->set__quoteChar_2(L_45); } IL_0190: { return; } } // System.Void Newtonsoft.Json.JsonTextReader::BlockCopyChars(System.Char[],System.Int32,System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void JsonTextReader_BlockCopyChars_m2687549625 (RuntimeObject * __this /* static, unused */, CharU5BU5D_t3528271667* ___src0, int32_t ___srcOffset1, CharU5BU5D_t3528271667* ___dst2, int32_t ___dstOffset3, int32_t ___count4, const RuntimeMethod* method) { { CharU5BU5D_t3528271667* L_0 = ___src0; int32_t L_1 = ___srcOffset1; CharU5BU5D_t3528271667* L_2 = ___dst2; int32_t L_3 = ___dstOffset3; int32_t L_4 = ___count4; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, ((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)2)), (RuntimeArray *)(RuntimeArray *)L_2, ((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)2)), ((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)2)), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextReader::ShiftBufferIfNeeded() extern "C" IL2CPP_METHOD_ATTR void JsonTextReader_ShiftBufferIfNeeded_m933747472 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { CharU5BU5D_t3528271667* L_0 = __this->get__chars_16(); NullCheck(L_0); V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))); int32_t L_1 = V_0; int32_t L_2 = __this->get__charPos_18(); int32_t L_3 = V_0; if ((!(((double)(((double)((double)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2)))))) <= ((double)((double)il2cpp_codegen_multiply((double)(((double)((double)L_3))), (double)(0.1))))))) { goto IL_007a; } } { int32_t L_4 = __this->get__charsUsed_17(); int32_t L_5 = __this->get__charPos_18(); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)); int32_t L_6 = V_1; if ((((int32_t)L_6) <= ((int32_t)0))) { goto IL_004b; } } { CharU5BU5D_t3528271667* L_7 = __this->get__chars_16(); int32_t L_8 = __this->get__charPos_18(); CharU5BU5D_t3528271667* L_9 = __this->get__chars_16(); int32_t L_10 = V_1; JsonTextReader_BlockCopyChars_m2687549625(NULL /*static, unused*/, L_7, L_8, L_9, 0, L_10, /*hidden argument*/NULL); } IL_004b: { int32_t L_11 = __this->get__lineStartPos_19(); int32_t L_12 = __this->get__charPos_18(); __this->set__lineStartPos_19(((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12))); __this->set__charPos_18(0); int32_t L_13 = V_1; __this->set__charsUsed_17(L_13); CharU5BU5D_t3528271667* L_14 = __this->get__chars_16(); int32_t L_15 = __this->get__charsUsed_17(); NullCheck(L_14); (L_14)->SetAt(static_cast(L_15), (Il2CppChar)0); } IL_007a: { return; } } // System.Int32 Newtonsoft.Json.JsonTextReader::ReadData(System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t JsonTextReader_ReadData_m741927910 (JsonTextReader_t262560521 * __this, bool ___append0, const RuntimeMethod* method) { { bool L_0 = ___append0; int32_t L_1 = JsonTextReader_ReadData_m2635518012(__this, L_0, 0, /*hidden argument*/NULL); return L_1; } } // System.Int32 Newtonsoft.Json.JsonTextReader::ReadData(System.Boolean,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t JsonTextReader_ReadData_m2635518012 (JsonTextReader_t262560521 * __this, bool ___append0, int32_t ___charsRequired1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; CharU5BU5D_t3528271667* V_3 = NULL; int32_t V_4 = 0; CharU5BU5D_t3528271667* V_5 = NULL; { bool L_0 = __this->get__isEndOfFile_21(); if (!L_0) { goto IL_000a; } } { return 0; } IL_000a: { int32_t L_1 = __this->get__charsUsed_17(); int32_t L_2 = ___charsRequired1; CharU5BU5D_t3528271667* L_3 = __this->get__chars_16(); NullCheck(L_3); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2))) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))), (int32_t)1))))) { goto IL_0127; } } { bool L_4 = ___append0; if (!L_4) { goto IL_007e; } } { CharU5BU5D_t3528271667* L_5 = __this->get__chars_16(); NullCheck(L_5); int32_t L_6 = __this->get__charsUsed_17(); int32_t L_7 = ___charsRequired1; int32_t L_8 = Math_Max_m1873195862(NULL /*static, unused*/, ((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length)))), (int32_t)2)), ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)), (int32_t)1)), /*hidden argument*/NULL); V_2 = L_8; RuntimeObject* L_9 = __this->get__arrayPool_24(); int32_t L_10 = V_2; CharU5BU5D_t3528271667* L_11 = BufferUtils_RentBuffer_m2229979349(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); V_3 = L_11; CharU5BU5D_t3528271667* L_12 = __this->get__chars_16(); CharU5BU5D_t3528271667* L_13 = V_3; CharU5BU5D_t3528271667* L_14 = __this->get__chars_16(); NullCheck(L_14); JsonTextReader_BlockCopyChars_m2687549625(NULL /*static, unused*/, L_12, 0, L_13, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length)))), /*hidden argument*/NULL); RuntimeObject* L_15 = __this->get__arrayPool_24(); CharU5BU5D_t3528271667* L_16 = __this->get__chars_16(); BufferUtils_ReturnBuffer_m1757235126(NULL /*static, unused*/, L_15, L_16, /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_17 = V_3; __this->set__chars_16(L_17); goto IL_0127; } IL_007e: { int32_t L_18 = __this->get__charsUsed_17(); int32_t L_19 = __this->get__charPos_18(); V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19)); int32_t L_20 = V_4; int32_t L_21 = ___charsRequired1; CharU5BU5D_t3528271667* L_22 = __this->get__chars_16(); NullCheck(L_22); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)L_21)), (int32_t)1))) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_22)->max_length))))))) { goto IL_00e6; } } { RuntimeObject* L_23 = __this->get__arrayPool_24(); int32_t L_24 = V_4; int32_t L_25 = ___charsRequired1; CharU5BU5D_t3528271667* L_26 = BufferUtils_RentBuffer_m2229979349(NULL /*static, unused*/, L_23, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)L_25)), (int32_t)1)), /*hidden argument*/NULL); V_5 = L_26; int32_t L_27 = V_4; if ((((int32_t)L_27) <= ((int32_t)0))) { goto IL_00cb; } } { CharU5BU5D_t3528271667* L_28 = __this->get__chars_16(); int32_t L_29 = __this->get__charPos_18(); CharU5BU5D_t3528271667* L_30 = V_5; int32_t L_31 = V_4; JsonTextReader_BlockCopyChars_m2687549625(NULL /*static, unused*/, L_28, L_29, L_30, 0, L_31, /*hidden argument*/NULL); } IL_00cb: { RuntimeObject* L_32 = __this->get__arrayPool_24(); CharU5BU5D_t3528271667* L_33 = __this->get__chars_16(); BufferUtils_ReturnBuffer_m1757235126(NULL /*static, unused*/, L_32, L_33, /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_34 = V_5; __this->set__chars_16(L_34); goto IL_0105; } IL_00e6: { int32_t L_35 = V_4; if ((((int32_t)L_35) <= ((int32_t)0))) { goto IL_0105; } } { CharU5BU5D_t3528271667* L_36 = __this->get__chars_16(); int32_t L_37 = __this->get__charPos_18(); CharU5BU5D_t3528271667* L_38 = __this->get__chars_16(); int32_t L_39 = V_4; JsonTextReader_BlockCopyChars_m2687549625(NULL /*static, unused*/, L_36, L_37, L_38, 0, L_39, /*hidden argument*/NULL); } IL_0105: { int32_t L_40 = __this->get__lineStartPos_19(); int32_t L_41 = __this->get__charPos_18(); __this->set__lineStartPos_19(((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)L_41))); __this->set__charPos_18(0); int32_t L_42 = V_4; __this->set__charsUsed_17(L_42); } IL_0127: { CharU5BU5D_t3528271667* L_43 = __this->get__chars_16(); NullCheck(L_43); int32_t L_44 = __this->get__charsUsed_17(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_43)->max_length)))), (int32_t)L_44)), (int32_t)1)); TextReader_t283511965 * L_45 = __this->get__reader_15(); CharU5BU5D_t3528271667* L_46 = __this->get__chars_16(); int32_t L_47 = __this->get__charsUsed_17(); int32_t L_48 = V_0; NullCheck(L_45); int32_t L_49 = VirtFuncInvoker3< int32_t, CharU5BU5D_t3528271667*, int32_t, int32_t >::Invoke(9 /* System.Int32 System.IO.TextReader::Read(System.Char[],System.Int32,System.Int32) */, L_45, L_46, L_47, L_48); V_1 = L_49; int32_t L_50 = __this->get__charsUsed_17(); int32_t L_51 = V_1; __this->set__charsUsed_17(((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)L_51))); int32_t L_52 = V_1; if (L_52) { goto IL_016a; } } { __this->set__isEndOfFile_21((bool)1); } IL_016a: { CharU5BU5D_t3528271667* L_53 = __this->get__chars_16(); int32_t L_54 = __this->get__charsUsed_17(); NullCheck(L_53); (L_53)->SetAt(static_cast(L_54), (Il2CppChar)0); int32_t L_55 = V_1; return L_55; } } // System.Boolean Newtonsoft.Json.JsonTextReader::EnsureChars(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool JsonTextReader_EnsureChars_m3310991991 (JsonTextReader_t262560521 * __this, int32_t ___relativePosition0, bool ___append1, const RuntimeMethod* method) { { int32_t L_0 = __this->get__charPos_18(); int32_t L_1 = ___relativePosition0; int32_t L_2 = __this->get__charsUsed_17(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1))) < ((int32_t)L_2))) { goto IL_0019; } } { int32_t L_3 = ___relativePosition0; bool L_4 = ___append1; bool L_5 = JsonTextReader_ReadChars_m3435403650(__this, L_3, L_4, /*hidden argument*/NULL); return L_5; } IL_0019: { return (bool)1; } } // System.Boolean Newtonsoft.Json.JsonTextReader::ReadChars(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool JsonTextReader_ReadChars_m3435403650 (JsonTextReader_t262560521 * __this, int32_t ___relativePosition0, bool ___append1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { bool L_0 = __this->get__isEndOfFile_21(); if (!L_0) { goto IL_000a; } } { return (bool)0; } IL_000a: { int32_t L_1 = __this->get__charPos_18(); int32_t L_2 = ___relativePosition0; int32_t L_3 = __this->get__charsUsed_17(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2)), (int32_t)L_3)), (int32_t)1)); V_1 = 0; } IL_001e: { bool L_4 = ___append1; int32_t L_5 = V_0; int32_t L_6 = V_1; int32_t L_7 = JsonTextReader_ReadData_m2635518012(__this, L_4, ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)L_6)), /*hidden argument*/NULL); V_2 = L_7; int32_t L_8 = V_2; if (!L_8) { goto IL_0034; } } { int32_t L_9 = V_1; int32_t L_10 = V_2; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_10)); int32_t L_11 = V_1; int32_t L_12 = V_0; if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_001e; } } IL_0034: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) >= ((int32_t)L_14))) { goto IL_003a; } } { return (bool)0; } IL_003a: { return (bool)1; } } // System.Boolean Newtonsoft.Json.JsonTextReader::Read() extern "C" IL2CPP_METHOD_ATTR bool JsonTextReader_Read_m2461759731 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextReader_Read_m2461759731_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { JsonTextReader_EnsureBuffer_m4043226489(__this, /*hidden argument*/NULL); } IL_0006: { int32_t L_0 = ((JsonReader_t2369136700 *)__this)->get__currentState_3(); V_0 = L_0; int32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_004c; } case 1: { goto IL_00d2; } case 2: { goto IL_004c; } case 3: { goto IL_0053; } case 4: { goto IL_0053; } case 5: { goto IL_004c; } case 6: { goto IL_004c; } case 7: { goto IL_00d2; } case 8: { goto IL_005a; } case 9: { goto IL_004c; } case 10: { goto IL_004c; } case 11: { goto IL_00d2; } case 12: { goto IL_0064; } } } { goto IL_00d2; } IL_004c: { bool L_2 = JsonTextReader_ParseValue_m4237773129(__this, /*hidden argument*/NULL); return L_2; } IL_0053: { bool L_3 = JsonTextReader_ParseObject_m2895069601(__this, /*hidden argument*/NULL); return L_3; } IL_005a: { bool L_4 = JsonTextReader_ParsePostValue_m388248165(__this, /*hidden argument*/NULL); if (!L_4) { goto IL_0006; } } { return (bool)1; } IL_0064: { bool L_5 = JsonTextReader_EnsureChars_m3310991991(__this, 0, (bool)0, /*hidden argument*/NULL); if (!L_5) { goto IL_00c9; } } { JsonTextReader_EatWhitespace_m1930379663(__this, (bool)0, /*hidden argument*/NULL); bool L_6 = __this->get__isEndOfFile_21(); if (!L_6) { goto IL_0087; } } { JsonReader_SetToken_m3474373430(__this, 0, /*hidden argument*/NULL); return (bool)0; } IL_0087: { CharU5BU5D_t3528271667* L_7 = __this->get__chars_16(); int32_t L_8 = __this->get__charPos_18(); NullCheck(L_7); int32_t L_9 = L_8; uint16_t L_10 = (L_7)->GetAt(static_cast(L_9)); if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)47))))) { goto IL_00a1; } } { JsonTextReader_ParseComment_m1674117207(__this, (bool)1, /*hidden argument*/NULL); return (bool)1; } IL_00a1: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_11 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_12 = __this->get__chars_16(); int32_t L_13 = __this->get__charPos_18(); NullCheck(L_12); int32_t L_14 = L_13; uint16_t L_15 = (L_12)->GetAt(static_cast(L_14)); Il2CppChar L_16 = ((Il2CppChar)L_15); RuntimeObject * L_17 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_16); String_t* L_18 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2485501798, L_11, L_17, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_19 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19,JsonTextReader_Read_m2461759731_RuntimeMethod_var); } IL_00c9: { JsonReader_SetToken_m3474373430(__this, 0, /*hidden argument*/NULL); return (bool)0; } IL_00d2: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_20 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_21 = JsonReader_get_CurrentState_m2615533740(__this, /*hidden argument*/NULL); int32_t L_22 = L_21; RuntimeObject * L_23 = Box(State_t879723262_il2cpp_TypeInfo_var, &L_22); String_t* L_24 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral3354985082, L_20, L_23, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_25 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25,JsonTextReader_Read_m2461759731_RuntimeMethod_var); } } // System.Nullable`1 Newtonsoft.Json.JsonTextReader::ReadAsInt32() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t378540539 JsonTextReader_ReadAsInt32_m2783902737 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextReader_ReadAsInt32_m2783902737_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = JsonTextReader_ReadNumberValue_m2855532009(__this, 1, /*hidden argument*/NULL); void* L_1 = alloca(sizeof(Nullable_1_t378540539 )); UnBoxNullable(L_0, Int32_t2950945753_il2cpp_TypeInfo_var, L_1); return ((*(Nullable_1_t378540539 *)((Nullable_1_t378540539 *)L_1))); } } // System.Nullable`1 Newtonsoft.Json.JsonTextReader::ReadAsDateTime() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t1166124571 JsonTextReader_ReadAsDateTime_m2984673954 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextReader_ReadAsDateTime_m2984673954_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = JsonTextReader_ReadStringValue_m424544213(__this, 5, /*hidden argument*/NULL); void* L_1 = alloca(sizeof(Nullable_1_t1166124571 )); UnBoxNullable(L_0, DateTime_t3738529785_il2cpp_TypeInfo_var, L_1); return ((*(Nullable_1_t1166124571 *)((Nullable_1_t1166124571 *)L_1))); } } // System.String Newtonsoft.Json.JsonTextReader::ReadAsString() extern "C" IL2CPP_METHOD_ATTR String_t* JsonTextReader_ReadAsString_m2832982307 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextReader_ReadAsString_m2832982307_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = JsonTextReader_ReadStringValue_m424544213(__this, 3, /*hidden argument*/NULL); return ((String_t*)CastclassSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)); } } // System.Byte[] Newtonsoft.Json.JsonTextReader::ReadAsBytes() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* JsonTextReader_ReadAsBytes_m4145678395 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextReader_ReadAsBytes_m4145678395_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; ByteU5BU5D_t4116647657* V_3 = NULL; { JsonTextReader_EnsureBuffer_m4043226489(__this, /*hidden argument*/NULL); V_0 = (bool)0; int32_t L_0 = ((JsonReader_t2369136700 *)__this)->get__currentState_3(); V_1 = L_0; int32_t L_1 = V_1; switch (L_1) { case 0: { goto IL_004e; } case 1: { goto IL_0233; } case 2: { goto IL_004e; } case 3: { goto IL_0233; } case 4: { goto IL_0233; } case 5: { goto IL_004e; } case 6: { goto IL_004e; } case 7: { goto IL_0233; } case 8: { goto IL_004e; } case 9: { goto IL_004e; } case 10: { goto IL_004e; } case 11: { goto IL_0233; } case 12: { goto IL_022b; } } } { goto IL_0233; } IL_004e: { CharU5BU5D_t3528271667* L_2 = __this->get__chars_16(); int32_t L_3 = __this->get__charPos_18(); NullCheck(L_2); int32_t L_4 = L_3; uint16_t L_5 = (L_2)->GetAt(static_cast(L_4)); V_2 = L_5; Il2CppChar L_6 = V_2; if ((!(((uint32_t)L_6) <= ((uint32_t)((int32_t)39))))) { goto IL_00a2; } } { Il2CppChar L_7 = V_2; if ((!(((uint32_t)L_7) <= ((uint32_t)((int32_t)13))))) { goto IL_008b; } } { Il2CppChar L_8 = V_2; if (!L_8) { goto IL_00de; } } { Il2CppChar L_9 = V_2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)((int32_t)9)))) { case 0: { goto IL_01f7; } case 1: { goto IL_01ec; } case 2: { goto IL_020a; } case 3: { goto IL_020a; } case 4: { goto IL_01e0; } } } { goto IL_020a; } IL_008b: { Il2CppChar L_10 = V_2; if ((((int32_t)L_10) == ((int32_t)((int32_t)32)))) { goto IL_01f7; } } { Il2CppChar L_11 = V_2; if ((((int32_t)L_11) == ((int32_t)((int32_t)34)))) { goto IL_00f4; } } { Il2CppChar L_12 = V_2; if ((((int32_t)L_12) == ((int32_t)((int32_t)39)))) { goto IL_00f4; } } { goto IL_020a; } IL_00a2: { Il2CppChar L_13 = V_2; if ((!(((uint32_t)L_13) <= ((uint32_t)((int32_t)91))))) { goto IL_00c4; } } { Il2CppChar L_14 = V_2; if ((((int32_t)L_14) == ((int32_t)((int32_t)44)))) { goto IL_019a; } } { Il2CppChar L_15 = V_2; if ((((int32_t)L_15) == ((int32_t)((int32_t)47)))) { goto IL_018e; } } { Il2CppChar L_16 = V_2; if ((((int32_t)L_16) == ((int32_t)((int32_t)91)))) { goto IL_016a; } } { goto IL_020a; } IL_00c4: { Il2CppChar L_17 = V_2; if ((((int32_t)L_17) == ((int32_t)((int32_t)93)))) { goto IL_01a5; } } { Il2CppChar L_18 = V_2; if ((((int32_t)L_18) == ((int32_t)((int32_t)110)))) { goto IL_0186; } } { Il2CppChar L_19 = V_2; if ((((int32_t)L_19) == ((int32_t)((int32_t)123)))) { goto IL_0148; } } { goto IL_020a; } IL_00de: { bool L_20 = JsonTextReader_ReadNullChar_m1425669534(__this, /*hidden argument*/NULL); if (!L_20) { goto IL_004e; } } { JsonReader_SetToken_m1343918653(__this, 0, NULL, (bool)0, /*hidden argument*/NULL); return (ByteU5BU5D_t4116647657*)NULL; } IL_00f4: { Il2CppChar L_21 = V_2; JsonTextReader_ParseString_m3630476145(__this, L_21, 2, /*hidden argument*/NULL); RuntimeObject * L_22 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); V_3 = ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_22, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var)); bool L_23 = V_0; if (!L_23) { goto IL_0146; } } { JsonReader_ReaderReadAndAssert_m3011377669(__this, /*hidden argument*/NULL); int32_t L_24 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, __this); if ((((int32_t)L_24) == ((int32_t)((int32_t)13)))) { goto IL_013c; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_25 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_26 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, __this); int32_t L_27 = L_26; RuntimeObject * L_28 = Box(JsonToken_t1917433489_il2cpp_TypeInfo_var, &L_27); String_t* L_29 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2694121769, L_25, L_28, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_30 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_29, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30,JsonTextReader_ReadAsBytes_m4145678395_RuntimeMethod_var); } IL_013c: { ByteU5BU5D_t4116647657* L_31 = V_3; JsonReader_SetToken_m1343918653(__this, ((int32_t)17), (RuntimeObject *)(RuntimeObject *)L_31, (bool)0, /*hidden argument*/NULL); } IL_0146: { ByteU5BU5D_t4116647657* L_32 = V_3; return L_32; } IL_0148: { int32_t L_33 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1))); JsonReader_SetToken_m3474373430(__this, 1, /*hidden argument*/NULL); JsonReader_ReadIntoWrappedTypeObject_m4012548808(__this, /*hidden argument*/NULL); V_0 = (bool)1; goto IL_004e; } IL_016a: { int32_t L_34 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1))); JsonReader_SetToken_m3474373430(__this, 2, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_35 = JsonReader_ReadArrayIntoByteArray_m3113362262(__this, /*hidden argument*/NULL); return L_35; } IL_0186: { JsonTextReader_HandleNull_m2453302360(__this, /*hidden argument*/NULL); return (ByteU5BU5D_t4116647657*)NULL; } IL_018e: { JsonTextReader_ParseComment_m1674117207(__this, (bool)0, /*hidden argument*/NULL); goto IL_004e; } IL_019a: { JsonTextReader_ProcessValueComma_m1438573467(__this, /*hidden argument*/NULL); goto IL_004e; } IL_01a5: { int32_t L_36 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1))); int32_t L_37 = ((JsonReader_t2369136700 *)__this)->get__currentState_3(); if ((((int32_t)L_37) == ((int32_t)6))) { goto IL_01ce; } } { int32_t L_38 = ((JsonReader_t2369136700 *)__this)->get__currentState_3(); if ((((int32_t)L_38) == ((int32_t)5))) { goto IL_01ce; } } { int32_t L_39 = ((JsonReader_t2369136700 *)__this)->get__currentState_3(); if ((!(((uint32_t)L_39) == ((uint32_t)8)))) { goto IL_01d8; } } IL_01ce: { JsonReader_SetToken_m3474373430(__this, ((int32_t)14), /*hidden argument*/NULL); return (ByteU5BU5D_t4116647657*)NULL; } IL_01d8: { Il2CppChar L_40 = V_2; JsonReaderException_t3553144781 * L_41 = JsonTextReader_CreateUnexpectedCharacterException_m1949152881(__this, L_40, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_41,JsonTextReader_ReadAsBytes_m4145678395_RuntimeMethod_var); } IL_01e0: { JsonTextReader_ProcessCarriageReturn_m2672890793(__this, (bool)0, /*hidden argument*/NULL); goto IL_004e; } IL_01ec: { JsonTextReader_ProcessLineFeed_m2202485320(__this, /*hidden argument*/NULL); goto IL_004e; } IL_01f7: { int32_t L_42 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1))); goto IL_004e; } IL_020a: { int32_t L_43 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1))); Il2CppChar L_44 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_45 = Char_IsWhiteSpace_m2148390798(NULL /*static, unused*/, L_44, /*hidden argument*/NULL); if (L_45) { goto IL_004e; } } { Il2CppChar L_46 = V_2; JsonReaderException_t3553144781 * L_47 = JsonTextReader_CreateUnexpectedCharacterException_m1949152881(__this, L_46, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_47,JsonTextReader_ReadAsBytes_m4145678395_RuntimeMethod_var); } IL_022b: { JsonTextReader_ReadFinished_m2542728318(__this, /*hidden argument*/NULL); return (ByteU5BU5D_t4116647657*)NULL; } IL_0233: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_48 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_49 = JsonReader_get_CurrentState_m2615533740(__this, /*hidden argument*/NULL); int32_t L_50 = L_49; RuntimeObject * L_51 = Box(State_t879723262_il2cpp_TypeInfo_var, &L_50); String_t* L_52 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral3354985082, L_48, L_51, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_53 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_52, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_53,JsonTextReader_ReadAsBytes_m4145678395_RuntimeMethod_var); } } // System.Object Newtonsoft.Json.JsonTextReader::ReadStringValue(Newtonsoft.Json.ReadType) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonTextReader_ReadStringValue_m424544213 (JsonTextReader_t262560521 * __this, int32_t ___readType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextReader_ReadStringValue_m424544213_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Il2CppChar V_1 = 0x0; String_t* V_2 = NULL; String_t* G_B43_0 = NULL; { JsonTextReader_EnsureBuffer_m4043226489(__this, /*hidden argument*/NULL); int32_t L_0 = ((JsonReader_t2369136700 *)__this)->get__currentState_3(); V_0 = L_0; int32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_004c; } case 1: { goto IL_036f; } case 2: { goto IL_004c; } case 3: { goto IL_036f; } case 4: { goto IL_036f; } case 5: { goto IL_004c; } case 6: { goto IL_004c; } case 7: { goto IL_036f; } case 8: { goto IL_004c; } case 9: { goto IL_004c; } case 10: { goto IL_004c; } case 11: { goto IL_036f; } case 12: { goto IL_0367; } } } { goto IL_036f; } IL_004c: { CharU5BU5D_t3528271667* L_2 = __this->get__chars_16(); int32_t L_3 = __this->get__charPos_18(); NullCheck(L_2); int32_t L_4 = L_3; uint16_t L_5 = (L_2)->GetAt(static_cast(L_4)); V_1 = L_5; Il2CppChar L_6 = V_1; if ((!(((uint32_t)L_6) <= ((uint32_t)((int32_t)73))))) { goto IL_010d; } } { Il2CppChar L_7 = V_1; if ((!(((uint32_t)L_7) <= ((uint32_t)((int32_t)13))))) { goto IL_008f; } } { Il2CppChar L_8 = V_1; if (!L_8) { goto IL_0144; } } { Il2CppChar L_9 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)((int32_t)9)))) { case 0: { goto IL_0333; } case 1: { goto IL_0328; } case 2: { goto IL_0346; } case 3: { goto IL_0346; } case 4: { goto IL_031c; } } } { goto IL_0346; } IL_008f: { Il2CppChar L_10 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)((int32_t)32)))) { case 0: { goto IL_0333; } case 1: { goto IL_0346; } case 2: { goto IL_015a; } case 3: { goto IL_0346; } case 4: { goto IL_0346; } case 5: { goto IL_0346; } case 6: { goto IL_0346; } case 7: { goto IL_015a; } case 8: { goto IL_0346; } case 9: { goto IL_0346; } case 10: { goto IL_0346; } case 11: { goto IL_0346; } case 12: { goto IL_02d6; } case 13: { goto IL_0203; } case 14: { goto IL_0236; } case 15: { goto IL_02ca; } case 16: { goto IL_0236; } case 17: { goto IL_0236; } case 18: { goto IL_0236; } case 19: { goto IL_0236; } case 20: { goto IL_0236; } case 21: { goto IL_0236; } case 22: { goto IL_0236; } case 23: { goto IL_0236; } case 24: { goto IL_0236; } case 25: { goto IL_0236; } } } { Il2CppChar L_11 = V_1; if ((((int32_t)L_11) == ((int32_t)((int32_t)73)))) { goto IL_02b2; } } { goto IL_0346; } IL_010d: { Il2CppChar L_12 = V_1; if ((!(((uint32_t)L_12) <= ((uint32_t)((int32_t)93))))) { goto IL_0127; } } { Il2CppChar L_13 = V_1; if ((((int32_t)L_13) == ((int32_t)((int32_t)78)))) { goto IL_02ba; } } { Il2CppChar L_14 = V_1; if ((((int32_t)L_14) == ((int32_t)((int32_t)93)))) { goto IL_02e1; } } { goto IL_0346; } IL_0127: { Il2CppChar L_15 = V_1; if ((((int32_t)L_15) == ((int32_t)((int32_t)102)))) { goto IL_025e; } } { Il2CppChar L_16 = V_1; if ((((int32_t)L_16) == ((int32_t)((int32_t)110)))) { goto IL_02c2; } } { Il2CppChar L_17 = V_1; if ((((int32_t)L_17) == ((int32_t)((int32_t)116)))) { goto IL_025e; } } { goto IL_0346; } IL_0144: { bool L_18 = JsonTextReader_ReadNullChar_m1425669534(__this, /*hidden argument*/NULL); if (!L_18) { goto IL_004c; } } { JsonReader_SetToken_m1343918653(__this, 0, NULL, (bool)0, /*hidden argument*/NULL); return NULL; } IL_015a: { Il2CppChar L_19 = V_1; int32_t L_20 = ___readType0; JsonTextReader_ParseString_m3630476145(__this, L_19, L_20, /*hidden argument*/NULL); int32_t L_21 = ___readType0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)2))) { case 0: { goto IL_0180; } case 1: { goto IL_0187; } case 2: { goto IL_01f8; } case 3: { goto IL_018e; } case 4: { goto IL_01c3; } } } { goto IL_01f8; } IL_0180: { RuntimeObject * L_22 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); return L_22; } IL_0187: { RuntimeObject * L_23 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); return L_23; } IL_018e: { RuntimeObject * L_24 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_24, DateTime_t3738529785_il2cpp_TypeInfo_var))) { goto IL_01ac; } } { RuntimeObject * L_25 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); DateTime_t3738529785 L_26 = ((*(DateTime_t3738529785 *)((DateTime_t3738529785 *)UnBox(L_25, DateTime_t3738529785_il2cpp_TypeInfo_var)))); RuntimeObject * L_27 = Box(DateTime_t3738529785_il2cpp_TypeInfo_var, &L_26); return L_27; } IL_01ac: { RuntimeObject * L_28 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); Nullable_1_t1166124571 L_29 = JsonReader_ReadDateTimeString_m1465151377(__this, ((String_t*)CastclassSealed((RuntimeObject*)L_28, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); Nullable_1_t1166124571 L_30 = L_29; RuntimeObject * L_31 = Box(Nullable_1_t1166124571_il2cpp_TypeInfo_var, &L_30); return L_31; } IL_01c3: { RuntimeObject * L_32 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_32, DateTimeOffset_t3229287507_il2cpp_TypeInfo_var))) { goto IL_01e1; } } { RuntimeObject * L_33 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); DateTimeOffset_t3229287507 L_34 = ((*(DateTimeOffset_t3229287507 *)((DateTimeOffset_t3229287507 *)UnBox(L_33, DateTimeOffset_t3229287507_il2cpp_TypeInfo_var)))); RuntimeObject * L_35 = Box(DateTimeOffset_t3229287507_il2cpp_TypeInfo_var, &L_34); return L_35; } IL_01e1: { RuntimeObject * L_36 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); Nullable_1_t656882293 L_37 = JsonReader_ReadDateTimeOffsetString_m3882296690(__this, ((String_t*)CastclassSealed((RuntimeObject*)L_36, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); Nullable_1_t656882293 L_38 = L_37; RuntimeObject * L_39 = Box(Nullable_1_t656882293_il2cpp_TypeInfo_var, &L_38); return L_39; } IL_01f8: { ArgumentOutOfRangeException_t777629997 * L_40 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_40, _stringLiteral4209467131, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_40,JsonTextReader_ReadStringValue_m424544213_RuntimeMethod_var); } IL_0203: { bool L_41 = JsonTextReader_EnsureChars_m3310991991(__this, 1, (bool)1, /*hidden argument*/NULL); if (!L_41) { goto IL_0228; } } { CharU5BU5D_t3528271667* L_42 = __this->get__chars_16(); int32_t L_43 = __this->get__charPos_18(); NullCheck(L_42); int32_t L_44 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); uint16_t L_45 = (L_42)->GetAt(static_cast(L_44)); if ((!(((uint32_t)L_45) == ((uint32_t)((int32_t)73))))) { goto IL_0228; } } { int32_t L_46 = ___readType0; RuntimeObject * L_47 = JsonTextReader_ParseNumberNegativeInfinity_m251185097(__this, L_46, /*hidden argument*/NULL); return L_47; } IL_0228: { int32_t L_48 = ___readType0; JsonTextReader_ParseNumber_m3653509115(__this, L_48, /*hidden argument*/NULL); RuntimeObject * L_49 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); return L_49; } IL_0236: { int32_t L_50 = ___readType0; if ((((int32_t)L_50) == ((int32_t)3))) { goto IL_0250; } } { int32_t L_51 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1))); Il2CppChar L_52 = V_1; JsonReaderException_t3553144781 * L_53 = JsonTextReader_CreateUnexpectedCharacterException_m1949152881(__this, L_52, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_53,JsonTextReader_ReadStringValue_m424544213_RuntimeMethod_var); } IL_0250: { JsonTextReader_ParseNumber_m3653509115(__this, 3, /*hidden argument*/NULL); RuntimeObject * L_54 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); return L_54; } IL_025e: { int32_t L_55 = ___readType0; if ((((int32_t)L_55) == ((int32_t)3))) { goto IL_0278; } } { int32_t L_56 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1))); Il2CppChar L_57 = V_1; JsonReaderException_t3553144781 * L_58 = JsonTextReader_CreateUnexpectedCharacterException_m1949152881(__this, L_57, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_58,JsonTextReader_ReadStringValue_m424544213_RuntimeMethod_var); } IL_0278: { Il2CppChar L_59 = V_1; if ((((int32_t)L_59) == ((int32_t)((int32_t)116)))) { goto IL_0284; } } { IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_t3077351166_il2cpp_TypeInfo_var); String_t* L_60 = ((JsonConvert_t3077351166_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t3077351166_il2cpp_TypeInfo_var))->get_False_2(); G_B43_0 = L_60; goto IL_0289; } IL_0284: { IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_t3077351166_il2cpp_TypeInfo_var); String_t* L_61 = ((JsonConvert_t3077351166_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t3077351166_il2cpp_TypeInfo_var))->get_True_1(); G_B43_0 = L_61; } IL_0289: { V_2 = G_B43_0; String_t* L_62 = V_2; bool L_63 = JsonTextReader_MatchValueWithTrailingSeparator_m2039623415(__this, L_62, /*hidden argument*/NULL); if (L_63) { goto IL_02a7; } } { CharU5BU5D_t3528271667* L_64 = __this->get__chars_16(); int32_t L_65 = __this->get__charPos_18(); NullCheck(L_64); int32_t L_66 = L_65; uint16_t L_67 = (L_64)->GetAt(static_cast(L_66)); JsonReaderException_t3553144781 * L_68 = JsonTextReader_CreateUnexpectedCharacterException_m1949152881(__this, L_67, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_68,JsonTextReader_ReadStringValue_m424544213_RuntimeMethod_var); } IL_02a7: { String_t* L_69 = V_2; JsonReader_SetToken_m1070955544(__this, ((int32_t)9), L_69, /*hidden argument*/NULL); String_t* L_70 = V_2; return L_70; } IL_02b2: { int32_t L_71 = ___readType0; RuntimeObject * L_72 = JsonTextReader_ParseNumberPositiveInfinity_m4259567193(__this, L_71, /*hidden argument*/NULL); return L_72; } IL_02ba: { int32_t L_73 = ___readType0; RuntimeObject * L_74 = JsonTextReader_ParseNumberNaN_m1061667244(__this, L_73, /*hidden argument*/NULL); return L_74; } IL_02c2: { JsonTextReader_HandleNull_m2453302360(__this, /*hidden argument*/NULL); return NULL; } IL_02ca: { JsonTextReader_ParseComment_m1674117207(__this, (bool)0, /*hidden argument*/NULL); goto IL_004c; } IL_02d6: { JsonTextReader_ProcessValueComma_m1438573467(__this, /*hidden argument*/NULL); goto IL_004c; } IL_02e1: { int32_t L_75 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)1))); int32_t L_76 = ((JsonReader_t2369136700 *)__this)->get__currentState_3(); if ((((int32_t)L_76) == ((int32_t)6))) { goto IL_030a; } } { int32_t L_77 = ((JsonReader_t2369136700 *)__this)->get__currentState_3(); if ((((int32_t)L_77) == ((int32_t)5))) { goto IL_030a; } } { int32_t L_78 = ((JsonReader_t2369136700 *)__this)->get__currentState_3(); if ((!(((uint32_t)L_78) == ((uint32_t)8)))) { goto IL_0314; } } IL_030a: { JsonReader_SetToken_m3474373430(__this, ((int32_t)14), /*hidden argument*/NULL); return NULL; } IL_0314: { Il2CppChar L_79 = V_1; JsonReaderException_t3553144781 * L_80 = JsonTextReader_CreateUnexpectedCharacterException_m1949152881(__this, L_79, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_80,JsonTextReader_ReadStringValue_m424544213_RuntimeMethod_var); } IL_031c: { JsonTextReader_ProcessCarriageReturn_m2672890793(__this, (bool)0, /*hidden argument*/NULL); goto IL_004c; } IL_0328: { JsonTextReader_ProcessLineFeed_m2202485320(__this, /*hidden argument*/NULL); goto IL_004c; } IL_0333: { int32_t L_81 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)1))); goto IL_004c; } IL_0346: { int32_t L_82 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)1))); Il2CppChar L_83 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_84 = Char_IsWhiteSpace_m2148390798(NULL /*static, unused*/, L_83, /*hidden argument*/NULL); if (L_84) { goto IL_004c; } } { Il2CppChar L_85 = V_1; JsonReaderException_t3553144781 * L_86 = JsonTextReader_CreateUnexpectedCharacterException_m1949152881(__this, L_85, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_86,JsonTextReader_ReadStringValue_m424544213_RuntimeMethod_var); } IL_0367: { JsonTextReader_ReadFinished_m2542728318(__this, /*hidden argument*/NULL); return NULL; } IL_036f: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_87 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_88 = JsonReader_get_CurrentState_m2615533740(__this, /*hidden argument*/NULL); int32_t L_89 = L_88; RuntimeObject * L_90 = Box(State_t879723262_il2cpp_TypeInfo_var, &L_89); String_t* L_91 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral3354985082, L_87, L_90, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_92 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_91, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_92,JsonTextReader_ReadStringValue_m424544213_RuntimeMethod_var); } } // Newtonsoft.Json.JsonReaderException Newtonsoft.Json.JsonTextReader::CreateUnexpectedCharacterException(System.Char) extern "C" IL2CPP_METHOD_ATTR JsonReaderException_t3553144781 * JsonTextReader_CreateUnexpectedCharacterException_m1949152881 (JsonTextReader_t262560521 * __this, Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextReader_CreateUnexpectedCharacterException_m1949152881_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); Il2CppChar L_1 = ___c0; Il2CppChar L_2 = L_1; RuntimeObject * L_3 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_2); String_t* L_4 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral674040215, L_0, L_3, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_5 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_4, /*hidden argument*/NULL); return L_5; } } // System.Nullable`1 Newtonsoft.Json.JsonTextReader::ReadAsBoolean() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t1819850047 JsonTextReader_ReadAsBoolean_m2775579873 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextReader_ReadAsBoolean_m2775579873_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Il2CppChar V_1 = 0x0; bool V_2 = false; bool V_3 = false; String_t* V_4 = NULL; Nullable_1_t1819850047 V_5; memset(&V_5, 0, sizeof(V_5)); String_t* G_B22_0 = NULL; { JsonTextReader_EnsureBuffer_m4043226489(__this, /*hidden argument*/NULL); int32_t L_0 = ((JsonReader_t2369136700 *)__this)->get__currentState_3(); V_0 = L_0; int32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_004c; } case 1: { goto IL_02a6; } case 2: { goto IL_004c; } case 3: { goto IL_02a6; } case 4: { goto IL_02a6; } case 5: { goto IL_004c; } case 6: { goto IL_004c; } case 7: { goto IL_02a6; } case 8: { goto IL_004c; } case 9: { goto IL_004c; } case 10: { goto IL_004c; } case 11: { goto IL_02a6; } case 12: { goto IL_0295; } } } { goto IL_02a6; } IL_004c: { CharU5BU5D_t3528271667* L_2 = __this->get__chars_16(); int32_t L_3 = __this->get__charPos_18(); NullCheck(L_2); int32_t L_4 = L_3; uint16_t L_5 = (L_2)->GetAt(static_cast(L_4)); V_1 = L_5; Il2CppChar L_6 = V_1; if ((!(((uint32_t)L_6) <= ((uint32_t)((int32_t)57))))) { goto IL_00fb; } } { Il2CppChar L_7 = V_1; if (!L_7) { goto IL_0127; } } { Il2CppChar L_8 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)((int32_t)9)))) { case 0: { goto IL_0261; } case 1: { goto IL_0256; } case 2: { goto IL_0274; } case 3: { goto IL_0274; } case 4: { goto IL_024a; } } } { Il2CppChar L_9 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)((int32_t)32)))) { case 0: { goto IL_0261; } case 1: { goto IL_0274; } case 2: { goto IL_0146; } case 3: { goto IL_0274; } case 4: { goto IL_0274; } case 5: { goto IL_0274; } case 6: { goto IL_0274; } case 7: { goto IL_0146; } case 8: { goto IL_0274; } case 9: { goto IL_0274; } case 10: { goto IL_0274; } case 11: { goto IL_0274; } case 12: { goto IL_01fb; } case 13: { goto IL_0177; } case 14: { goto IL_0177; } case 15: { goto IL_01ef; } case 16: { goto IL_0177; } case 17: { goto IL_0177; } case 18: { goto IL_0177; } case 19: { goto IL_0177; } case 20: { goto IL_0177; } case 21: { goto IL_0177; } case 22: { goto IL_0177; } case 23: { goto IL_0177; } case 24: { goto IL_0177; } case 25: { goto IL_0177; } } } { goto IL_0274; } IL_00fb: { Il2CppChar L_10 = V_1; if ((!(((uint32_t)L_10) <= ((uint32_t)((int32_t)102))))) { goto IL_0115; } } { Il2CppChar L_11 = V_1; if ((((int32_t)L_11) == ((int32_t)((int32_t)93)))) { goto IL_0206; } } { Il2CppChar L_12 = V_1; if ((((int32_t)L_12) == ((int32_t)((int32_t)102)))) { goto IL_01a5; } } { goto IL_0274; } IL_0115: { Il2CppChar L_13 = V_1; if ((((int32_t)L_13) == ((int32_t)((int32_t)110)))) { goto IL_0166; } } { Il2CppChar L_14 = V_1; if ((((int32_t)L_14) == ((int32_t)((int32_t)116)))) { goto IL_01a5; } } { goto IL_0274; } IL_0127: { bool L_15 = JsonTextReader_ReadNullChar_m1425669534(__this, /*hidden argument*/NULL); if (!L_15) { goto IL_004c; } } { JsonReader_SetToken_m1343918653(__this, 0, NULL, (bool)0, /*hidden argument*/NULL); il2cpp_codegen_initobj((&V_5), sizeof(Nullable_1_t1819850047 )); Nullable_1_t1819850047 L_16 = V_5; return L_16; } IL_0146: { Il2CppChar L_17 = V_1; JsonTextReader_ParseString_m3630476145(__this, L_17, 0, /*hidden argument*/NULL); StringReference_t2912309144 * L_18 = __this->get_address_of__stringReference_23(); String_t* L_19 = StringReference_ToString_m3051914173(L_18, /*hidden argument*/NULL); Nullable_1_t1819850047 L_20 = JsonReader_ReadBooleanString_m2191744113(__this, L_19, /*hidden argument*/NULL); return L_20; } IL_0166: { JsonTextReader_HandleNull_m2453302360(__this, /*hidden argument*/NULL); il2cpp_codegen_initobj((&V_5), sizeof(Nullable_1_t1819850047 )); Nullable_1_t1819850047 L_21 = V_5; return L_21; } IL_0177: { JsonTextReader_ParseNumber_m3653509115(__this, 0, /*hidden argument*/NULL); RuntimeObject * L_22 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); 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); bool L_24 = Convert_ToBoolean_m4120735400(NULL /*static, unused*/, L_22, L_23, /*hidden argument*/NULL); V_2 = L_24; bool L_25 = V_2; bool L_26 = L_25; RuntimeObject * L_27 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_26); JsonReader_SetToken_m1343918653(__this, ((int32_t)10), L_27, (bool)0, /*hidden argument*/NULL); bool L_28 = V_2; Nullable_1_t1819850047 L_29; memset(&L_29, 0, sizeof(L_29)); Nullable_1__ctor_m1921378621((&L_29), L_28, /*hidden argument*/Nullable_1__ctor_m1921378621_RuntimeMethod_var); return L_29; } IL_01a5: { Il2CppChar L_30 = V_1; V_3 = (bool)((((int32_t)L_30) == ((int32_t)((int32_t)116)))? 1 : 0); bool L_31 = V_3; if (L_31) { goto IL_01b5; } } { IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_t3077351166_il2cpp_TypeInfo_var); String_t* L_32 = ((JsonConvert_t3077351166_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t3077351166_il2cpp_TypeInfo_var))->get_False_2(); G_B22_0 = L_32; goto IL_01ba; } IL_01b5: { IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_t3077351166_il2cpp_TypeInfo_var); String_t* L_33 = ((JsonConvert_t3077351166_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t3077351166_il2cpp_TypeInfo_var))->get_True_1(); G_B22_0 = L_33; } IL_01ba: { V_4 = G_B22_0; String_t* L_34 = V_4; bool L_35 = JsonTextReader_MatchValueWithTrailingSeparator_m2039623415(__this, L_34, /*hidden argument*/NULL); if (L_35) { goto IL_01da; } } { CharU5BU5D_t3528271667* L_36 = __this->get__chars_16(); int32_t L_37 = __this->get__charPos_18(); NullCheck(L_36); int32_t L_38 = L_37; uint16_t L_39 = (L_36)->GetAt(static_cast(L_38)); JsonReaderException_t3553144781 * L_40 = JsonTextReader_CreateUnexpectedCharacterException_m1949152881(__this, L_39, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_40,JsonTextReader_ReadAsBoolean_m2775579873_RuntimeMethod_var); } IL_01da: { bool L_41 = V_3; bool L_42 = L_41; RuntimeObject * L_43 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_42); JsonReader_SetToken_m1070955544(__this, ((int32_t)10), L_43, /*hidden argument*/NULL); bool L_44 = V_3; Nullable_1_t1819850047 L_45; memset(&L_45, 0, sizeof(L_45)); Nullable_1__ctor_m1921378621((&L_45), L_44, /*hidden argument*/Nullable_1__ctor_m1921378621_RuntimeMethod_var); return L_45; } IL_01ef: { JsonTextReader_ParseComment_m1674117207(__this, (bool)0, /*hidden argument*/NULL); goto IL_004c; } IL_01fb: { JsonTextReader_ProcessValueComma_m1438573467(__this, /*hidden argument*/NULL); goto IL_004c; } IL_0206: { int32_t L_46 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1))); int32_t L_47 = ((JsonReader_t2369136700 *)__this)->get__currentState_3(); if ((((int32_t)L_47) == ((int32_t)6))) { goto IL_022f; } } { int32_t L_48 = ((JsonReader_t2369136700 *)__this)->get__currentState_3(); if ((((int32_t)L_48) == ((int32_t)5))) { goto IL_022f; } } { int32_t L_49 = ((JsonReader_t2369136700 *)__this)->get__currentState_3(); if ((!(((uint32_t)L_49) == ((uint32_t)8)))) { goto IL_0242; } } IL_022f: { JsonReader_SetToken_m3474373430(__this, ((int32_t)14), /*hidden argument*/NULL); il2cpp_codegen_initobj((&V_5), sizeof(Nullable_1_t1819850047 )); Nullable_1_t1819850047 L_50 = V_5; return L_50; } IL_0242: { Il2CppChar L_51 = V_1; JsonReaderException_t3553144781 * L_52 = JsonTextReader_CreateUnexpectedCharacterException_m1949152881(__this, L_51, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_52,JsonTextReader_ReadAsBoolean_m2775579873_RuntimeMethod_var); } IL_024a: { JsonTextReader_ProcessCarriageReturn_m2672890793(__this, (bool)0, /*hidden argument*/NULL); goto IL_004c; } IL_0256: { JsonTextReader_ProcessLineFeed_m2202485320(__this, /*hidden argument*/NULL); goto IL_004c; } IL_0261: { int32_t L_53 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1))); goto IL_004c; } IL_0274: { int32_t L_54 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1))); Il2CppChar L_55 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_56 = Char_IsWhiteSpace_m2148390798(NULL /*static, unused*/, L_55, /*hidden argument*/NULL); if (L_56) { goto IL_004c; } } { Il2CppChar L_57 = V_1; JsonReaderException_t3553144781 * L_58 = JsonTextReader_CreateUnexpectedCharacterException_m1949152881(__this, L_57, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_58,JsonTextReader_ReadAsBoolean_m2775579873_RuntimeMethod_var); } IL_0295: { JsonTextReader_ReadFinished_m2542728318(__this, /*hidden argument*/NULL); il2cpp_codegen_initobj((&V_5), sizeof(Nullable_1_t1819850047 )); Nullable_1_t1819850047 L_59 = V_5; return L_59; } IL_02a6: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_60 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_61 = JsonReader_get_CurrentState_m2615533740(__this, /*hidden argument*/NULL); int32_t L_62 = L_61; RuntimeObject * L_63 = Box(State_t879723262_il2cpp_TypeInfo_var, &L_62); String_t* L_64 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral3354985082, L_60, L_63, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_65 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_64, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_65,JsonTextReader_ReadAsBoolean_m2775579873_RuntimeMethod_var); } } // System.Void Newtonsoft.Json.JsonTextReader::ProcessValueComma() extern "C" IL2CPP_METHOD_ATTR void JsonTextReader_ProcessValueComma_m1438573467 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextReader_ProcessValueComma_m1438573467_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); int32_t L_1 = ((JsonReader_t2369136700 *)__this)->get__currentState_3(); if ((((int32_t)L_1) == ((int32_t)8))) { goto IL_0028; } } { JsonReader_SetToken_m3474373430(__this, ((int32_t)12), /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_2 = JsonTextReader_CreateUnexpectedCharacterException_m1949152881(__this, ((int32_t)44), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,JsonTextReader_ProcessValueComma_m1438573467_RuntimeMethod_var); } IL_0028: { JsonReader_SetStateBasedOnCurrent_m463566957(__this, /*hidden argument*/NULL); return; } } // System.Object Newtonsoft.Json.JsonTextReader::ReadNumberValue(Newtonsoft.Json.ReadType) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonTextReader_ReadNumberValue_m2855532009 (JsonTextReader_t262560521 * __this, int32_t ___readType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextReader_ReadNumberValue_m2855532009_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Il2CppChar V_1 = 0x0; { JsonTextReader_EnsureBuffer_m4043226489(__this, /*hidden argument*/NULL); int32_t L_0 = ((JsonReader_t2369136700 *)__this)->get__currentState_3(); V_0 = L_0; int32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_004c; } case 1: { goto IL_02b6; } case 2: { goto IL_004c; } case 3: { goto IL_02b6; } case 4: { goto IL_02b6; } case 5: { goto IL_004c; } case 6: { goto IL_004c; } case 7: { goto IL_02b6; } case 8: { goto IL_004c; } case 9: { goto IL_004c; } case 10: { goto IL_004c; } case 11: { goto IL_02b6; } case 12: { goto IL_02ae; } } } { goto IL_02b6; } IL_004c: { CharU5BU5D_t3528271667* L_2 = __this->get__chars_16(); int32_t L_3 = __this->get__charPos_18(); NullCheck(L_2); int32_t L_4 = L_3; uint16_t L_5 = (L_2)->GetAt(static_cast(L_4)); V_1 = L_5; Il2CppChar L_6 = V_1; if ((!(((uint32_t)L_6) <= ((uint32_t)((int32_t)57))))) { goto IL_00fb; } } { Il2CppChar L_7 = V_1; if (!L_7) { goto IL_012a; } } { Il2CppChar L_8 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)((int32_t)9)))) { case 0: { goto IL_027a; } case 1: { goto IL_026f; } case 2: { goto IL_028d; } case 3: { goto IL_028d; } case 4: { goto IL_0263; } } } { Il2CppChar L_9 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)((int32_t)32)))) { case 0: { goto IL_027a; } case 1: { goto IL_028d; } case 2: { goto IL_0140; } case 3: { goto IL_028d; } case 4: { goto IL_028d; } case 5: { goto IL_028d; } case 6: { goto IL_028d; } case 7: { goto IL_0140; } case 8: { goto IL_028d; } case 9: { goto IL_028d; } case 10: { goto IL_028d; } case 11: { goto IL_028d; } case 12: { goto IL_021d; } case 13: { goto IL_01d0; } case 14: { goto IL_0203; } case 15: { goto IL_0211; } case 16: { goto IL_0203; } case 17: { goto IL_0203; } case 18: { goto IL_0203; } case 19: { goto IL_0203; } case 20: { goto IL_0203; } case 21: { goto IL_0203; } case 22: { goto IL_0203; } case 23: { goto IL_0203; } case 24: { goto IL_0203; } case 25: { goto IL_0203; } } } { goto IL_028d; } IL_00fb: { Il2CppChar L_10 = V_1; if ((!(((uint32_t)L_10) <= ((uint32_t)((int32_t)78))))) { goto IL_0115; } } { Il2CppChar L_11 = V_1; if ((((int32_t)L_11) == ((int32_t)((int32_t)73)))) { goto IL_01c8; } } { Il2CppChar L_12 = V_1; if ((((int32_t)L_12) == ((int32_t)((int32_t)78)))) { goto IL_01c0; } } { goto IL_028d; } IL_0115: { Il2CppChar L_13 = V_1; if ((((int32_t)L_13) == ((int32_t)((int32_t)93)))) { goto IL_0228; } } { Il2CppChar L_14 = V_1; if ((((int32_t)L_14) == ((int32_t)((int32_t)110)))) { goto IL_01b8; } } { goto IL_028d; } IL_012a: { bool L_15 = JsonTextReader_ReadNullChar_m1425669534(__this, /*hidden argument*/NULL); if (!L_15) { goto IL_004c; } } { JsonReader_SetToken_m1343918653(__this, 0, NULL, (bool)0, /*hidden argument*/NULL); return NULL; } IL_0140: { Il2CppChar L_16 = V_1; int32_t L_17 = ___readType0; JsonTextReader_ParseString_m3630476145(__this, L_16, L_17, /*hidden argument*/NULL); int32_t L_18 = ___readType0; if ((((int32_t)L_18) == ((int32_t)1))) { goto IL_0156; } } { int32_t L_19 = ___readType0; if ((((int32_t)L_19) == ((int32_t)4))) { goto IL_0173; } } { int32_t L_20 = ___readType0; if ((((int32_t)L_20) == ((int32_t)7))) { goto IL_0190; } } { goto IL_01ad; } IL_0156: { StringReference_t2912309144 * L_21 = __this->get_address_of__stringReference_23(); String_t* L_22 = StringReference_ToString_m3051914173(L_21, /*hidden argument*/NULL); Nullable_1_t378540539 L_23 = JsonReader_ReadInt32String_m3043907652(__this, L_22, /*hidden argument*/NULL); Nullable_1_t378540539 L_24 = L_23; RuntimeObject * L_25 = Box(Nullable_1_t378540539_il2cpp_TypeInfo_var, &L_24); return L_25; } IL_0173: { StringReference_t2912309144 * L_26 = __this->get_address_of__stringReference_23(); String_t* L_27 = StringReference_ToString_m3051914173(L_26, /*hidden argument*/NULL); Nullable_1_t375854166 L_28 = JsonReader_ReadDecimalString_m3238208687(__this, L_27, /*hidden argument*/NULL); Nullable_1_t375854166 L_29 = L_28; RuntimeObject * L_30 = Box(Nullable_1_t375854166_il2cpp_TypeInfo_var, &L_29); return L_30; } IL_0190: { StringReference_t2912309144 * L_31 = __this->get_address_of__stringReference_23(); String_t* L_32 = StringReference_ToString_m3051914173(L_31, /*hidden argument*/NULL); Nullable_1_t2317227445 L_33 = JsonReader_ReadDoubleString_m60456898(__this, L_32, /*hidden argument*/NULL); Nullable_1_t2317227445 L_34 = L_33; RuntimeObject * L_35 = Box(Nullable_1_t2317227445_il2cpp_TypeInfo_var, &L_34); return L_35; } IL_01ad: { ArgumentOutOfRangeException_t777629997 * L_36 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_36, _stringLiteral4209467131, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36,JsonTextReader_ReadNumberValue_m2855532009_RuntimeMethod_var); } IL_01b8: { JsonTextReader_HandleNull_m2453302360(__this, /*hidden argument*/NULL); return NULL; } IL_01c0: { int32_t L_37 = ___readType0; RuntimeObject * L_38 = JsonTextReader_ParseNumberNaN_m1061667244(__this, L_37, /*hidden argument*/NULL); return L_38; } IL_01c8: { int32_t L_39 = ___readType0; RuntimeObject * L_40 = JsonTextReader_ParseNumberPositiveInfinity_m4259567193(__this, L_39, /*hidden argument*/NULL); return L_40; } IL_01d0: { bool L_41 = JsonTextReader_EnsureChars_m3310991991(__this, 1, (bool)1, /*hidden argument*/NULL); if (!L_41) { goto IL_01f5; } } { CharU5BU5D_t3528271667* L_42 = __this->get__chars_16(); int32_t L_43 = __this->get__charPos_18(); NullCheck(L_42); int32_t L_44 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); uint16_t L_45 = (L_42)->GetAt(static_cast(L_44)); if ((!(((uint32_t)L_45) == ((uint32_t)((int32_t)73))))) { goto IL_01f5; } } { int32_t L_46 = ___readType0; RuntimeObject * L_47 = JsonTextReader_ParseNumberNegativeInfinity_m251185097(__this, L_46, /*hidden argument*/NULL); return L_47; } IL_01f5: { int32_t L_48 = ___readType0; JsonTextReader_ParseNumber_m3653509115(__this, L_48, /*hidden argument*/NULL); RuntimeObject * L_49 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); return L_49; } IL_0203: { int32_t L_50 = ___readType0; JsonTextReader_ParseNumber_m3653509115(__this, L_50, /*hidden argument*/NULL); RuntimeObject * L_51 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); return L_51; } IL_0211: { JsonTextReader_ParseComment_m1674117207(__this, (bool)0, /*hidden argument*/NULL); goto IL_004c; } IL_021d: { JsonTextReader_ProcessValueComma_m1438573467(__this, /*hidden argument*/NULL); goto IL_004c; } IL_0228: { int32_t L_52 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1))); int32_t L_53 = ((JsonReader_t2369136700 *)__this)->get__currentState_3(); if ((((int32_t)L_53) == ((int32_t)6))) { goto IL_0251; } } { int32_t L_54 = ((JsonReader_t2369136700 *)__this)->get__currentState_3(); if ((((int32_t)L_54) == ((int32_t)5))) { goto IL_0251; } } { int32_t L_55 = ((JsonReader_t2369136700 *)__this)->get__currentState_3(); if ((!(((uint32_t)L_55) == ((uint32_t)8)))) { goto IL_025b; } } IL_0251: { JsonReader_SetToken_m3474373430(__this, ((int32_t)14), /*hidden argument*/NULL); return NULL; } IL_025b: { Il2CppChar L_56 = V_1; JsonReaderException_t3553144781 * L_57 = JsonTextReader_CreateUnexpectedCharacterException_m1949152881(__this, L_56, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_57,JsonTextReader_ReadNumberValue_m2855532009_RuntimeMethod_var); } IL_0263: { JsonTextReader_ProcessCarriageReturn_m2672890793(__this, (bool)0, /*hidden argument*/NULL); goto IL_004c; } IL_026f: { JsonTextReader_ProcessLineFeed_m2202485320(__this, /*hidden argument*/NULL); goto IL_004c; } IL_027a: { int32_t L_58 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1))); goto IL_004c; } IL_028d: { int32_t L_59 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1))); Il2CppChar L_60 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_61 = Char_IsWhiteSpace_m2148390798(NULL /*static, unused*/, L_60, /*hidden argument*/NULL); if (L_61) { goto IL_004c; } } { Il2CppChar L_62 = V_1; JsonReaderException_t3553144781 * L_63 = JsonTextReader_CreateUnexpectedCharacterException_m1949152881(__this, L_62, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_63,JsonTextReader_ReadNumberValue_m2855532009_RuntimeMethod_var); } IL_02ae: { JsonTextReader_ReadFinished_m2542728318(__this, /*hidden argument*/NULL); return NULL; } IL_02b6: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_64 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_65 = JsonReader_get_CurrentState_m2615533740(__this, /*hidden argument*/NULL); int32_t L_66 = L_65; RuntimeObject * L_67 = Box(State_t879723262_il2cpp_TypeInfo_var, &L_66); String_t* L_68 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral3354985082, L_64, L_67, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_69 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_68, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_69,JsonTextReader_ReadNumberValue_m2855532009_RuntimeMethod_var); } } // System.Nullable`1 Newtonsoft.Json.JsonTextReader::ReadAsDateTimeOffset() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t656882293 JsonTextReader_ReadAsDateTimeOffset_m3586199824 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextReader_ReadAsDateTimeOffset_m3586199824_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = JsonTextReader_ReadStringValue_m424544213(__this, 6, /*hidden argument*/NULL); void* L_1 = alloca(sizeof(Nullable_1_t656882293 )); UnBoxNullable(L_0, DateTimeOffset_t3229287507_il2cpp_TypeInfo_var, L_1); return ((*(Nullable_1_t656882293 *)((Nullable_1_t656882293 *)L_1))); } } // System.Nullable`1 Newtonsoft.Json.JsonTextReader::ReadAsDecimal() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t375854166 JsonTextReader_ReadAsDecimal_m1892006206 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextReader_ReadAsDecimal_m1892006206_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = JsonTextReader_ReadNumberValue_m2855532009(__this, 4, /*hidden argument*/NULL); void* L_1 = alloca(sizeof(Nullable_1_t375854166 )); UnBoxNullable(L_0, Decimal_t2948259380_il2cpp_TypeInfo_var, L_1); return ((*(Nullable_1_t375854166 *)((Nullable_1_t375854166 *)L_1))); } } // System.Nullable`1 Newtonsoft.Json.JsonTextReader::ReadAsDouble() extern "C" IL2CPP_METHOD_ATTR Nullable_1_t2317227445 JsonTextReader_ReadAsDouble_m2476350150 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextReader_ReadAsDouble_m2476350150_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = JsonTextReader_ReadNumberValue_m2855532009(__this, 7, /*hidden argument*/NULL); void* L_1 = alloca(sizeof(Nullable_1_t2317227445 )); UnBoxNullable(L_0, Double_t594665363_il2cpp_TypeInfo_var, L_1); return ((*(Nullable_1_t2317227445 *)((Nullable_1_t2317227445 *)L_1))); } } // System.Void Newtonsoft.Json.JsonTextReader::HandleNull() extern "C" IL2CPP_METHOD_ATTR void JsonTextReader_HandleNull_m2453302360 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextReader_HandleNull_m2453302360_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = JsonTextReader_EnsureChars_m3310991991(__this, 1, (bool)1, /*hidden argument*/NULL); if (!L_0) { goto IL_0048; } } { CharU5BU5D_t3528271667* L_1 = __this->get__chars_16(); int32_t L_2 = __this->get__charPos_18(); NullCheck(L_1); int32_t L_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); uint16_t L_4 = (L_1)->GetAt(static_cast(L_3)); if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)117))))) { goto IL_0024; } } { JsonTextReader_ParseNull_m4121411438(__this, /*hidden argument*/NULL); return; } IL_0024: { int32_t L_5 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)2))); CharU5BU5D_t3528271667* L_6 = __this->get__chars_16(); int32_t L_7 = __this->get__charPos_18(); NullCheck(L_6); int32_t L_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); uint16_t L_9 = (L_6)->GetAt(static_cast(L_8)); JsonReaderException_t3553144781 * L_10 = JsonTextReader_CreateUnexpectedCharacterException_m1949152881(__this, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,JsonTextReader_HandleNull_m2453302360_RuntimeMethod_var); } IL_0048: { int32_t L_11 = __this->get__charsUsed_17(); __this->set__charPos_18(L_11); JsonReaderException_t3553144781 * L_12 = JsonReader_CreateUnexpectedEndException_m3856042659(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,JsonTextReader_HandleNull_m2453302360_RuntimeMethod_var); } } // System.Void Newtonsoft.Json.JsonTextReader::ReadFinished() extern "C" IL2CPP_METHOD_ATTR void JsonTextReader_ReadFinished_m2542728318 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextReader_ReadFinished_m2542728318_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = JsonTextReader_EnsureChars_m3310991991(__this, 0, (bool)0, /*hidden argument*/NULL); if (!L_0) { goto IL_005d; } } { JsonTextReader_EatWhitespace_m1930379663(__this, (bool)0, /*hidden argument*/NULL); bool L_1 = __this->get__isEndOfFile_21(); if (!L_1) { goto IL_001b; } } { return; } IL_001b: { CharU5BU5D_t3528271667* L_2 = __this->get__chars_16(); int32_t L_3 = __this->get__charPos_18(); NullCheck(L_2); int32_t L_4 = L_3; uint16_t L_5 = (L_2)->GetAt(static_cast(L_4)); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)47))))) { goto IL_0035; } } { JsonTextReader_ParseComment_m1674117207(__this, (bool)0, /*hidden argument*/NULL); goto IL_005d; } IL_0035: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_6 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_7 = __this->get__chars_16(); int32_t L_8 = __this->get__charPos_18(); NullCheck(L_7); int32_t L_9 = L_8; uint16_t L_10 = (L_7)->GetAt(static_cast(L_9)); Il2CppChar L_11 = ((Il2CppChar)L_10); RuntimeObject * L_12 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_11); String_t* L_13 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2485501798, L_6, L_12, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_14 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,JsonTextReader_ReadFinished_m2542728318_RuntimeMethod_var); } IL_005d: { JsonReader_SetToken_m3474373430(__this, 0, /*hidden argument*/NULL); return; } } // System.Boolean Newtonsoft.Json.JsonTextReader::ReadNullChar() extern "C" IL2CPP_METHOD_ATTR bool JsonTextReader_ReadNullChar_m1425669534 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__charsUsed_17(); int32_t L_1 = __this->get__charPos_18(); if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_0020; } } { int32_t L_2 = JsonTextReader_ReadData_m741927910(__this, (bool)0, /*hidden argument*/NULL); if (L_2) { goto IL_002e; } } { __this->set__isEndOfFile_21((bool)1); return (bool)1; } IL_0020: { int32_t L_3 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); } IL_002e: { return (bool)0; } } // System.Void Newtonsoft.Json.JsonTextReader::EnsureBuffer() extern "C" IL2CPP_METHOD_ATTR void JsonTextReader_EnsureBuffer_m4043226489 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method) { { CharU5BU5D_t3528271667* L_0 = __this->get__chars_16(); if (L_0) { goto IL_0027; } } { RuntimeObject* L_1 = __this->get__arrayPool_24(); CharU5BU5D_t3528271667* L_2 = BufferUtils_RentBuffer_m2229979349(NULL /*static, unused*/, L_1, ((int32_t)1024), /*hidden argument*/NULL); __this->set__chars_16(L_2); CharU5BU5D_t3528271667* L_3 = __this->get__chars_16(); NullCheck(L_3); (L_3)->SetAt(static_cast(0), (Il2CppChar)0); } IL_0027: { return; } } // System.Void Newtonsoft.Json.JsonTextReader::ReadStringIntoBuffer(System.Char) extern "C" IL2CPP_METHOD_ATTR void JsonTextReader_ReadStringIntoBuffer_m3642681009 (JsonTextReader_t262560521 * __this, Il2CppChar ___quote0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextReader_ReadStringIntoBuffer_m3642681009_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; Il2CppChar V_3 = 0x0; int32_t V_4 = 0; Il2CppChar V_5 = 0x0; Il2CppChar V_6 = 0x0; bool V_7 = false; Il2CppChar V_8 = 0x0; { int32_t L_0 = __this->get__charPos_18(); V_0 = L_0; int32_t L_1 = __this->get__charPos_18(); V_1 = L_1; int32_t L_2 = __this->get__charPos_18(); V_2 = L_2; StringBuffer_t2235727887 * L_3 = __this->get_address_of__stringBuffer_22(); StringBuffer_set_Position_m3776098892(L_3, 0, /*hidden argument*/NULL); } IL_0021: { CharU5BU5D_t3528271667* L_4 = __this->get__chars_16(); int32_t L_5 = V_0; int32_t L_6 = L_5; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); NullCheck(L_4); int32_t L_7 = L_6; uint16_t L_8 = (L_4)->GetAt(static_cast(L_7)); V_3 = L_8; Il2CppChar L_9 = V_3; if ((!(((uint32_t)L_9) <= ((uint32_t)((int32_t)13))))) { goto IL_0048; } } { Il2CppChar L_10 = V_3; if (!L_10) { goto IL_005f; } } { Il2CppChar L_11 = V_3; if ((((int32_t)L_11) == ((int32_t)((int32_t)10)))) { goto IL_02bb; } } { Il2CppChar L_12 = V_3; if ((((int32_t)L_12) == ((int32_t)((int32_t)13)))) { goto IL_029f; } } { goto IL_0021; } IL_0048: { Il2CppChar L_13 = V_3; if ((((int32_t)L_13) == ((int32_t)((int32_t)34)))) { goto IL_02d6; } } { Il2CppChar L_14 = V_3; if ((((int32_t)L_14) == ((int32_t)((int32_t)39)))) { goto IL_02d6; } } { Il2CppChar L_15 = V_3; if ((((int32_t)L_15) == ((int32_t)((int32_t)92)))) { goto IL_009a; } } { goto IL_0021; } IL_005f: { int32_t L_16 = __this->get__charsUsed_17(); int32_t L_17 = V_0; if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1)))))) { goto IL_0021; } } { int32_t L_18 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1)); int32_t L_19 = JsonTextReader_ReadData_m741927910(__this, (bool)1, /*hidden argument*/NULL); if (L_19) { goto IL_0021; } } { int32_t L_20 = V_0; __this->set__charPos_18(L_20); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_21 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); Il2CppChar L_22 = ___quote0; Il2CppChar L_23 = L_22; RuntimeObject * L_24 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_23); String_t* L_25 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2539889039, L_21, L_24, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_26 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26,JsonTextReader_ReadStringIntoBuffer_m3642681009_RuntimeMethod_var); } IL_009a: { int32_t L_27 = V_0; __this->set__charPos_18(L_27); bool L_28 = JsonTextReader_EnsureChars_m3310991991(__this, 0, (bool)1, /*hidden argument*/NULL); if (L_28) { goto IL_00c7; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_29 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); Il2CppChar L_30 = ___quote0; Il2CppChar L_31 = L_30; RuntimeObject * L_32 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_31); String_t* L_33 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2539889039, L_29, L_32, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_34 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_33, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_34,JsonTextReader_ReadStringIntoBuffer_m3642681009_RuntimeMethod_var); } IL_00c7: { int32_t L_35 = V_0; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)1)); CharU5BU5D_t3528271667* L_36 = __this->get__chars_16(); int32_t L_37 = V_0; NullCheck(L_36); int32_t L_38 = L_37; uint16_t L_39 = (L_36)->GetAt(static_cast(L_38)); V_5 = L_39; int32_t L_40 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); Il2CppChar L_41 = V_5; if ((!(((uint32_t)L_41) <= ((uint32_t)((int32_t)92))))) { goto IL_010e; } } { Il2CppChar L_42 = V_5; if ((!(((uint32_t)L_42) <= ((uint32_t)((int32_t)39))))) { goto IL_00fd; } } { Il2CppChar L_43 = V_5; if ((((int32_t)L_43) == ((int32_t)((int32_t)34)))) { goto IL_017f; } } { Il2CppChar L_44 = V_5; if ((((int32_t)L_44) == ((int32_t)((int32_t)39)))) { goto IL_017f; } } { goto IL_0259; } IL_00fd: { Il2CppChar L_45 = V_5; if ((((int32_t)L_45) == ((int32_t)((int32_t)47)))) { goto IL_017f; } } { Il2CppChar L_46 = V_5; if ((((int32_t)L_46) == ((int32_t)((int32_t)92)))) { goto IL_0176; } } { goto IL_0259; } IL_010e: { Il2CppChar L_47 = V_5; if ((!(((uint32_t)L_47) <= ((uint32_t)((int32_t)102))))) { goto IL_0125; } } { Il2CppChar L_48 = V_5; if ((((int32_t)L_48) == ((int32_t)((int32_t)98)))) { goto IL_014a; } } { Il2CppChar L_49 = V_5; if ((((int32_t)L_49) == ((int32_t)((int32_t)102)))) { goto IL_0164; } } { goto IL_0259; } IL_0125: { Il2CppChar L_50 = V_5; if ((((int32_t)L_50) == ((int32_t)((int32_t)110)))) { goto IL_015b; } } { Il2CppChar L_51 = V_5; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_51, (int32_t)((int32_t)114)))) { case 0: { goto IL_016d; } case 1: { goto IL_0259; } case 2: { goto IL_0152; } case 3: { goto IL_0188; } } } { goto IL_0259; } IL_014a: { V_6 = 8; goto IL_0287; } IL_0152: { V_6 = ((int32_t)9); goto IL_0287; } IL_015b: { V_6 = ((int32_t)10); goto IL_0287; } IL_0164: { V_6 = ((int32_t)12); goto IL_0287; } IL_016d: { V_6 = ((int32_t)13); goto IL_0287; } IL_0176: { V_6 = ((int32_t)92); goto IL_0287; } IL_017f: { Il2CppChar L_52 = V_5; V_6 = L_52; goto IL_0287; } IL_0188: { int32_t L_53 = V_0; __this->set__charPos_18(L_53); Il2CppChar L_54 = JsonTextReader_ParseUnicode_m779806137(__this, /*hidden argument*/NULL); V_6 = L_54; Il2CppChar L_55 = V_6; bool L_56 = StringUtils_IsLowSurrogate_m4258024248(NULL /*static, unused*/, L_55, /*hidden argument*/NULL); if (!L_56) { goto IL_01ac; } } { V_6 = ((int32_t)65533); goto IL_0250; } IL_01ac: { Il2CppChar L_57 = V_6; bool L_58 = StringUtils_IsHighSurrogate_m2271768366(NULL /*static, unused*/, L_57, /*hidden argument*/NULL); if (!L_58) { goto IL_0250; } } IL_01b8: { V_7 = (bool)0; bool L_59 = JsonTextReader_EnsureChars_m3310991991(__this, 2, (bool)1, /*hidden argument*/NULL); if (!L_59) { goto IL_0242; } } { CharU5BU5D_t3528271667* L_60 = __this->get__chars_16(); int32_t L_61 = __this->get__charPos_18(); NullCheck(L_60); int32_t L_62 = L_61; uint16_t L_63 = (L_60)->GetAt(static_cast(L_62)); if ((!(((uint32_t)L_63) == ((uint32_t)((int32_t)92))))) { goto IL_0242; } } { CharU5BU5D_t3528271667* L_64 = __this->get__chars_16(); int32_t L_65 = __this->get__charPos_18(); NullCheck(L_64); int32_t L_66 = ((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)1)); uint16_t L_67 = (L_64)->GetAt(static_cast(L_66)); if ((!(((uint32_t)L_67) == ((uint32_t)((int32_t)117))))) { goto IL_0242; } } { Il2CppChar L_68 = V_6; V_8 = L_68; int32_t L_69 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)2))); Il2CppChar L_70 = JsonTextReader_ParseUnicode_m779806137(__this, /*hidden argument*/NULL); V_6 = L_70; Il2CppChar L_71 = V_6; bool L_72 = StringUtils_IsLowSurrogate_m4258024248(NULL /*static, unused*/, L_71, /*hidden argument*/NULL); if (L_72) { goto IL_0228; } } { Il2CppChar L_73 = V_6; bool L_74 = StringUtils_IsHighSurrogate_m2271768366(NULL /*static, unused*/, L_73, /*hidden argument*/NULL); if (!L_74) { goto IL_0221; } } { V_8 = ((int32_t)65533); V_7 = (bool)1; goto IL_0228; } IL_0221: { V_8 = ((int32_t)65533); } IL_0228: { JsonTextReader_EnsureBufferNotEmpty_m308470060(__this, /*hidden argument*/NULL); Il2CppChar L_75 = V_8; int32_t L_76 = V_2; int32_t L_77 = V_4; JsonTextReader_WriteCharToBuffer_m1582134630(__this, L_75, L_76, L_77, /*hidden argument*/NULL); int32_t L_78 = __this->get__charPos_18(); V_2 = L_78; goto IL_0249; } IL_0242: { V_6 = ((int32_t)65533); } IL_0249: { bool L_79 = V_7; if (L_79) { goto IL_01b8; } } IL_0250: { int32_t L_80 = __this->get__charPos_18(); V_0 = L_80; goto IL_0287; } IL_0259: { int32_t L_81 = V_0; __this->set__charPos_18(L_81); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_82 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_83 = Char_ToString_m3588025615((&V_5), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_84 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3452614644, L_83, /*hidden argument*/NULL); String_t* L_85 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral1405088237, L_82, L_84, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_86 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_85, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_86,JsonTextReader_ReadStringIntoBuffer_m3642681009_RuntimeMethod_var); } IL_0287: { JsonTextReader_EnsureBufferNotEmpty_m308470060(__this, /*hidden argument*/NULL); Il2CppChar L_87 = V_6; int32_t L_88 = V_2; int32_t L_89 = V_4; JsonTextReader_WriteCharToBuffer_m1582134630(__this, L_87, L_88, L_89, /*hidden argument*/NULL); int32_t L_90 = V_0; V_2 = L_90; goto IL_0021; } IL_029f: { int32_t L_91 = V_0; __this->set__charPos_18(((int32_t)il2cpp_codegen_subtract((int32_t)L_91, (int32_t)1))); JsonTextReader_ProcessCarriageReturn_m2672890793(__this, (bool)1, /*hidden argument*/NULL); int32_t L_92 = __this->get__charPos_18(); V_0 = L_92; goto IL_0021; } IL_02bb: { int32_t L_93 = V_0; __this->set__charPos_18(((int32_t)il2cpp_codegen_subtract((int32_t)L_93, (int32_t)1))); JsonTextReader_ProcessLineFeed_m2202485320(__this, /*hidden argument*/NULL); int32_t L_94 = __this->get__charPos_18(); V_0 = L_94; goto IL_0021; } IL_02d6: { CharU5BU5D_t3528271667* L_95 = __this->get__chars_16(); int32_t L_96 = V_0; NullCheck(L_95); int32_t L_97 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_96, (int32_t)1)); uint16_t L_98 = (L_95)->GetAt(static_cast(L_97)); Il2CppChar L_99 = ___quote0; if ((!(((uint32_t)L_98) == ((uint32_t)L_99)))) { goto IL_0021; } } { int32_t L_100 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_100, (int32_t)1)); int32_t L_101 = V_1; int32_t L_102 = V_2; if ((!(((uint32_t)L_101) == ((uint32_t)L_102)))) { goto IL_0305; } } { CharU5BU5D_t3528271667* L_103 = __this->get__chars_16(); int32_t L_104 = V_1; int32_t L_105 = V_0; int32_t L_106 = V_1; StringReference_t2912309144 L_107; memset(&L_107, 0, sizeof(L_107)); StringReference__ctor_m345645319((&L_107), L_103, L_104, ((int32_t)il2cpp_codegen_subtract((int32_t)L_105, (int32_t)L_106)), /*hidden argument*/NULL); __this->set__stringReference_23(L_107); goto IL_034c; } IL_0305: { JsonTextReader_EnsureBufferNotEmpty_m308470060(__this, /*hidden argument*/NULL); int32_t L_108 = V_0; int32_t L_109 = V_2; if ((((int32_t)L_108) <= ((int32_t)L_109))) { goto IL_032a; } } { StringBuffer_t2235727887 * L_110 = __this->get_address_of__stringBuffer_22(); RuntimeObject* L_111 = __this->get__arrayPool_24(); CharU5BU5D_t3528271667* L_112 = __this->get__chars_16(); int32_t L_113 = V_2; int32_t L_114 = V_0; int32_t L_115 = V_2; StringBuffer_Append_m109955405(L_110, L_111, L_112, L_113, ((int32_t)il2cpp_codegen_subtract((int32_t)L_114, (int32_t)L_115)), /*hidden argument*/NULL); } IL_032a: { StringBuffer_t2235727887 * L_116 = __this->get_address_of__stringBuffer_22(); CharU5BU5D_t3528271667* L_117 = StringBuffer_get_InternalBuffer_m2608640496(L_116, /*hidden argument*/NULL); StringBuffer_t2235727887 * L_118 = __this->get_address_of__stringBuffer_22(); int32_t L_119 = StringBuffer_get_Position_m2575134391(L_118, /*hidden argument*/NULL); StringReference_t2912309144 L_120; memset(&L_120, 0, sizeof(L_120)); StringReference__ctor_m345645319((&L_120), L_117, 0, L_119, /*hidden argument*/NULL); __this->set__stringReference_23(L_120); } IL_034c: { int32_t L_121 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_121, (int32_t)1)); int32_t L_122 = V_0; __this->set__charPos_18(L_122); return; } } // System.Void Newtonsoft.Json.JsonTextReader::WriteCharToBuffer(System.Char,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void JsonTextReader_WriteCharToBuffer_m1582134630 (JsonTextReader_t262560521 * __this, Il2CppChar ___writeChar0, int32_t ___lastWritePosition1, int32_t ___writeToPosition2, const RuntimeMethod* method) { { int32_t L_0 = ___writeToPosition2; int32_t L_1 = ___lastWritePosition1; if ((((int32_t)L_0) <= ((int32_t)L_1))) { goto IL_001f; } } { StringBuffer_t2235727887 * L_2 = __this->get_address_of__stringBuffer_22(); RuntimeObject* L_3 = __this->get__arrayPool_24(); CharU5BU5D_t3528271667* L_4 = __this->get__chars_16(); int32_t L_5 = ___lastWritePosition1; int32_t L_6 = ___writeToPosition2; int32_t L_7 = ___lastWritePosition1; StringBuffer_Append_m109955405(L_2, L_3, L_4, L_5, ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)), /*hidden argument*/NULL); } IL_001f: { StringBuffer_t2235727887 * L_8 = __this->get_address_of__stringBuffer_22(); RuntimeObject* L_9 = __this->get__arrayPool_24(); Il2CppChar L_10 = ___writeChar0; StringBuffer_Append_m1645108833(L_8, L_9, L_10, /*hidden argument*/NULL); return; } } // System.Char Newtonsoft.Json.JsonTextReader::ParseUnicode() extern "C" IL2CPP_METHOD_ATTR Il2CppChar JsonTextReader_ParseUnicode_m779806137 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextReader_ParseUnicode_m779806137_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; { bool L_0 = JsonTextReader_EnsureChars_m3310991991(__this, 4, (bool)1, /*hidden argument*/NULL); if (!L_0) { goto IL_0039; } } { CharU5BU5D_t3528271667* L_1 = __this->get__chars_16(); int32_t L_2 = __this->get__charPos_18(); int32_t L_3 = __this->get__charPos_18(); IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_t2194062972_il2cpp_TypeInfo_var); int32_t L_4 = ConvertUtils_HexTextToInt_m2758812283(NULL /*static, unused*/, L_1, L_2, ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)4)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); Il2CppChar L_5 = Convert_ToChar_m4189066566(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); V_0 = L_5; int32_t L_6 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)4))); goto IL_0045; } IL_0039: { JsonReaderException_t3553144781 * L_7 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, _stringLiteral3893113249, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,JsonTextReader_ParseUnicode_m779806137_RuntimeMethod_var); } IL_0045: { Il2CppChar L_8 = V_0; return L_8; } } // System.Void Newtonsoft.Json.JsonTextReader::ReadNumberIntoBuffer() extern "C" IL2CPP_METHOD_ATTR void JsonTextReader_ReadNumberIntoBuffer_m2687473644 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextReader_ReadNumberIntoBuffer_m2687473644_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Il2CppChar V_1 = 0x0; Il2CppChar V_2 = 0x0; { int32_t L_0 = __this->get__charPos_18(); V_0 = L_0; } IL_0007: { CharU5BU5D_t3528271667* L_1 = __this->get__chars_16(); int32_t L_2 = V_0; NullCheck(L_1); int32_t L_3 = L_2; uint16_t L_4 = (L_1)->GetAt(static_cast(L_3)); V_1 = L_4; Il2CppChar L_5 = V_1; if ((!(((uint32_t)L_5) <= ((uint32_t)((int32_t)70))))) { goto IL_0099; } } { Il2CppChar L_6 = V_1; if (!L_6) { goto IL_00c6; } } { Il2CppChar L_7 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)((int32_t)43)))) { case 0: { goto IL_00e4; } case 1: { goto IL_00ed; } case 2: { goto IL_00e4; } case 3: { goto IL_00e4; } case 4: { goto IL_00ed; } case 5: { goto IL_00e4; } case 6: { goto IL_00e4; } case 7: { goto IL_00e4; } case 8: { goto IL_00e4; } case 9: { goto IL_00e4; } case 10: { goto IL_00e4; } case 11: { goto IL_00e4; } case 12: { goto IL_00e4; } case 13: { goto IL_00e4; } case 14: { goto IL_00e4; } case 15: { goto IL_00ed; } case 16: { goto IL_00ed; } case 17: { goto IL_00ed; } case 18: { goto IL_00ed; } case 19: { goto IL_00ed; } case 20: { goto IL_00ed; } case 21: { goto IL_00ed; } case 22: { goto IL_00e4; } case 23: { goto IL_00e4; } case 24: { goto IL_00e4; } case 25: { goto IL_00e4; } case 26: { goto IL_00e4; } case 27: { goto IL_00e4; } } } { goto IL_00ed; } IL_0099: { Il2CppChar L_8 = V_1; if ((((int32_t)L_8) == ((int32_t)((int32_t)88)))) { goto IL_00e4; } } { Il2CppChar L_9 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)((int32_t)97)))) { case 0: { goto IL_00e4; } case 1: { goto IL_00e4; } case 2: { goto IL_00e4; } case 3: { goto IL_00e4; } case 4: { goto IL_00e4; } case 5: { goto IL_00e4; } } } { Il2CppChar L_10 = V_1; if ((((int32_t)L_10) == ((int32_t)((int32_t)120)))) { goto IL_00e4; } } { goto IL_00ed; } IL_00c6: { int32_t L_11 = V_0; __this->set__charPos_18(L_11); int32_t L_12 = __this->get__charsUsed_17(); int32_t L_13 = V_0; if ((!(((uint32_t)L_12) == ((uint32_t)L_13)))) { goto IL_00e3; } } { int32_t L_14 = JsonTextReader_ReadData_m741927910(__this, (bool)1, /*hidden argument*/NULL); if (L_14) { goto IL_0007; } } { return; } IL_00e3: { return; } IL_00e4: { int32_t L_15 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); goto IL_0007; } IL_00ed: { int32_t L_16 = V_0; __this->set__charPos_18(L_16); CharU5BU5D_t3528271667* L_17 = __this->get__chars_16(); int32_t L_18 = __this->get__charPos_18(); NullCheck(L_17); int32_t L_19 = L_18; uint16_t L_20 = (L_17)->GetAt(static_cast(L_19)); V_2 = L_20; Il2CppChar L_21 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_22 = Char_IsWhiteSpace_m2148390798(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); if (L_22) { goto IL_0123; } } { Il2CppChar L_23 = V_2; if ((((int32_t)L_23) == ((int32_t)((int32_t)44)))) { goto IL_0123; } } { Il2CppChar L_24 = V_2; if ((((int32_t)L_24) == ((int32_t)((int32_t)125)))) { goto IL_0123; } } { Il2CppChar L_25 = V_2; if ((((int32_t)L_25) == ((int32_t)((int32_t)93)))) { goto IL_0123; } } { Il2CppChar L_26 = V_2; if ((((int32_t)L_26) == ((int32_t)((int32_t)41)))) { goto IL_0123; } } { Il2CppChar L_27 = V_2; if ((!(((uint32_t)L_27) == ((uint32_t)((int32_t)47))))) { goto IL_0124; } } IL_0123: { return; } IL_0124: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_28 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); Il2CppChar L_29 = V_2; Il2CppChar L_30 = L_29; RuntimeObject * L_31 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_30); String_t* L_32 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2819806526, L_28, L_31, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_33 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_32, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_33,JsonTextReader_ReadNumberIntoBuffer_m2687473644_RuntimeMethod_var); } } // System.Void Newtonsoft.Json.JsonTextReader::ClearRecentString() extern "C" IL2CPP_METHOD_ATTR void JsonTextReader_ClearRecentString_m4050546697 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method) { { StringBuffer_t2235727887 * L_0 = __this->get_address_of__stringBuffer_22(); StringBuffer_set_Position_m3776098892(L_0, 0, /*hidden argument*/NULL); StringReference_t2912309144 * L_1 = __this->get_address_of__stringReference_23(); il2cpp_codegen_initobj(L_1, sizeof(StringReference_t2912309144 )); return; } } // System.Boolean Newtonsoft.Json.JsonTextReader::ParsePostValue() extern "C" IL2CPP_METHOD_ATTR bool JsonTextReader_ParsePostValue_m388248165 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextReader_ParsePostValue_m388248165_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; IL_0000: { CharU5BU5D_t3528271667* L_0 = __this->get__chars_16(); int32_t L_1 = __this->get__charPos_18(); NullCheck(L_0); int32_t L_2 = L_1; uint16_t L_3 = (L_0)->GetAt(static_cast(L_2)); V_0 = L_3; Il2CppChar L_4 = V_0; if ((!(((uint32_t)L_4) <= ((uint32_t)((int32_t)41))))) { goto IL_0052; } } { Il2CppChar L_5 = V_0; if ((!(((uint32_t)L_5) <= ((uint32_t)((int32_t)13))))) { goto IL_003d; } } { Il2CppChar L_6 = V_0; if (!L_6) { goto IL_007b; } } { Il2CppChar L_7 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)((int32_t)9)))) { case 0: { goto IL_0119; } case 1: { goto IL_0138; } case 2: { goto IL_0143; } case 3: { goto IL_0143; } case 4: { goto IL_012c; } } } { goto IL_0143; } IL_003d: { Il2CppChar L_8 = V_0; if ((((int32_t)L_8) == ((int32_t)((int32_t)32)))) { goto IL_0119; } } { Il2CppChar L_9 = V_0; if ((((int32_t)L_9) == ((int32_t)((int32_t)41)))) { goto IL_00e2; } } { goto IL_0143; } IL_0052: { Il2CppChar L_10 = V_0; if ((!(((uint32_t)L_10) <= ((uint32_t)((int32_t)47))))) { goto IL_006c; } } { Il2CppChar L_11 = V_0; if ((((int32_t)L_11) == ((int32_t)((int32_t)44)))) { goto IL_0103; } } { Il2CppChar L_12 = V_0; if ((((int32_t)L_12) == ((int32_t)((int32_t)47)))) { goto IL_00fa; } } { goto IL_0143; } IL_006c: { Il2CppChar L_13 = V_0; if ((((int32_t)L_13) == ((int32_t)((int32_t)93)))) { goto IL_00ca; } } { Il2CppChar L_14 = V_0; if ((((int32_t)L_14) == ((int32_t)((int32_t)125)))) { goto IL_00b2; } } { goto IL_0143; } IL_007b: { int32_t L_15 = __this->get__charsUsed_17(); int32_t L_16 = __this->get__charPos_18(); if ((!(((uint32_t)L_15) == ((uint32_t)L_16)))) { goto IL_009f; } } { int32_t L_17 = JsonTextReader_ReadData_m741927910(__this, (bool)0, /*hidden argument*/NULL); if (L_17) { goto IL_0000; } } { ((JsonReader_t2369136700 *)__this)->set__currentState_3(((int32_t)12)); return (bool)0; } IL_009f: { int32_t L_18 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); goto IL_0000; } IL_00b2: { int32_t L_19 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1))); JsonReader_SetToken_m3474373430(__this, ((int32_t)13), /*hidden argument*/NULL); return (bool)1; } IL_00ca: { int32_t L_20 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1))); JsonReader_SetToken_m3474373430(__this, ((int32_t)14), /*hidden argument*/NULL); return (bool)1; } IL_00e2: { int32_t L_21 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1))); JsonReader_SetToken_m3474373430(__this, ((int32_t)15), /*hidden argument*/NULL); return (bool)1; } IL_00fa: { JsonTextReader_ParseComment_m1674117207(__this, (bool)1, /*hidden argument*/NULL); return (bool)1; } IL_0103: { int32_t L_22 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1))); JsonReader_SetStateBasedOnCurrent_m463566957(__this, /*hidden argument*/NULL); return (bool)0; } IL_0119: { int32_t L_23 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))); goto IL_0000; } IL_012c: { JsonTextReader_ProcessCarriageReturn_m2672890793(__this, (bool)0, /*hidden argument*/NULL); goto IL_0000; } IL_0138: { JsonTextReader_ProcessLineFeed_m2202485320(__this, /*hidden argument*/NULL); goto IL_0000; } IL_0143: { Il2CppChar L_24 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_25 = Char_IsWhiteSpace_m2148390798(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_015e; } } { int32_t L_26 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1))); goto IL_0000; } IL_015e: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_27 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); Il2CppChar L_28 = V_0; Il2CppChar L_29 = L_28; RuntimeObject * L_30 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_29); String_t* L_31 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral633541858, L_27, L_30, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_32 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_31, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_32,JsonTextReader_ParsePostValue_m388248165_RuntimeMethod_var); } } // System.Boolean Newtonsoft.Json.JsonTextReader::ParseObject() extern "C" IL2CPP_METHOD_ATTR bool JsonTextReader_ParseObject_m2895069601 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextReader_ParseObject_m2895069601_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; IL_0000: { CharU5BU5D_t3528271667* L_0 = __this->get__chars_16(); int32_t L_1 = __this->get__charPos_18(); NullCheck(L_0); int32_t L_2 = L_1; uint16_t L_3 = (L_0)->GetAt(static_cast(L_2)); V_0 = L_3; Il2CppChar L_4 = V_0; if ((!(((uint32_t)L_4) <= ((uint32_t)((int32_t)13))))) { goto IL_0038; } } { Il2CppChar L_5 = V_0; if (!L_5) { goto IL_0049; } } { Il2CppChar L_6 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)((int32_t)9)))) { case 0: { goto IL_00aa; } case 1: { goto IL_009f; } case 2: { goto IL_00bd; } case 3: { goto IL_00bd; } case 4: { goto IL_0093; } } } { goto IL_00bd; } IL_0038: { Il2CppChar L_7 = V_0; if ((((int32_t)L_7) == ((int32_t)((int32_t)32)))) { goto IL_00aa; } } { Il2CppChar L_8 = V_0; if ((((int32_t)L_8) == ((int32_t)((int32_t)47)))) { goto IL_008a; } } { Il2CppChar L_9 = V_0; if ((((int32_t)L_9) == ((int32_t)((int32_t)125)))) { goto IL_0072; } } { goto IL_00bd; } IL_0049: { int32_t L_10 = __this->get__charsUsed_17(); int32_t L_11 = __this->get__charPos_18(); if ((!(((uint32_t)L_10) == ((uint32_t)L_11)))) { goto IL_0062; } } { int32_t L_12 = JsonTextReader_ReadData_m741927910(__this, (bool)0, /*hidden argument*/NULL); if (L_12) { goto IL_0000; } } { return (bool)0; } IL_0062: { int32_t L_13 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1))); goto IL_0000; } IL_0072: { JsonReader_SetToken_m3474373430(__this, ((int32_t)13), /*hidden argument*/NULL); int32_t L_14 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1))); return (bool)1; } IL_008a: { JsonTextReader_ParseComment_m1674117207(__this, (bool)1, /*hidden argument*/NULL); return (bool)1; } IL_0093: { JsonTextReader_ProcessCarriageReturn_m2672890793(__this, (bool)0, /*hidden argument*/NULL); goto IL_0000; } IL_009f: { JsonTextReader_ProcessLineFeed_m2202485320(__this, /*hidden argument*/NULL); goto IL_0000; } IL_00aa: { int32_t L_15 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1))); goto IL_0000; } IL_00bd: { Il2CppChar L_16 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_17 = Char_IsWhiteSpace_m2148390798(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_00d8; } } { int32_t L_18 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); goto IL_0000; } IL_00d8: { bool L_19 = JsonTextReader_ParseProperty_m3368559874(__this, /*hidden argument*/NULL); return L_19; } } // System.Boolean Newtonsoft.Json.JsonTextReader::ParseProperty() extern "C" IL2CPP_METHOD_ATTR bool JsonTextReader_ParseProperty_m3368559874 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextReader_ParseProperty_m3368559874_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; Il2CppChar V_1 = 0x0; String_t* V_2 = NULL; { CharU5BU5D_t3528271667* L_0 = __this->get__chars_16(); int32_t L_1 = __this->get__charPos_18(); NullCheck(L_0); int32_t L_2 = L_1; uint16_t L_3 = (L_0)->GetAt(static_cast(L_2)); V_0 = L_3; Il2CppChar L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)((int32_t)34)))) { goto IL_0018; } } { Il2CppChar L_5 = V_0; if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)39))))) { goto IL_0037; } } IL_0018: { int32_t L_6 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))); Il2CppChar L_7 = V_0; V_1 = L_7; JsonTextReader_ShiftBufferIfNeeded_m933747472(__this, /*hidden argument*/NULL); Il2CppChar L_8 = V_1; JsonTextReader_ReadStringIntoBuffer_m3642681009(__this, L_8, /*hidden argument*/NULL); goto IL_0078; } IL_0037: { Il2CppChar L_9 = V_0; bool L_10 = JsonTextReader_ValidIdentifierChar_m15930212(__this, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0050; } } { V_1 = 0; JsonTextReader_ShiftBufferIfNeeded_m933747472(__this, /*hidden argument*/NULL); JsonTextReader_ParseUnquotedProperty_m1380942179(__this, /*hidden argument*/NULL); goto IL_0078; } IL_0050: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_11 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_12 = __this->get__chars_16(); int32_t L_13 = __this->get__charPos_18(); NullCheck(L_12); int32_t L_14 = L_13; uint16_t L_15 = (L_12)->GetAt(static_cast(L_14)); Il2CppChar L_16 = ((Il2CppChar)L_15); RuntimeObject * L_17 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_16); String_t* L_18 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2596921171, L_11, L_17, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_19 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19,JsonTextReader_ParseProperty_m3368559874_RuntimeMethod_var); } IL_0078: { PropertyNameTable_t4130830590 * L_20 = __this->get_NameTable_25(); if (!L_20) { goto IL_00c4; } } { PropertyNameTable_t4130830590 * L_21 = __this->get_NameTable_25(); StringReference_t2912309144 * L_22 = __this->get_address_of__stringReference_23(); CharU5BU5D_t3528271667* L_23 = StringReference_get_Chars_m1428785588(L_22, /*hidden argument*/NULL); StringReference_t2912309144 * L_24 = __this->get_address_of__stringReference_23(); int32_t L_25 = StringReference_get_StartIndex_m577516227(L_24, /*hidden argument*/NULL); StringReference_t2912309144 * L_26 = __this->get_address_of__stringReference_23(); int32_t L_27 = StringReference_get_Length_m1881544084(L_26, /*hidden argument*/NULL); NullCheck(L_21); String_t* L_28 = PropertyNameTable_Get_m1245220493(L_21, L_23, L_25, L_27, /*hidden argument*/NULL); V_2 = L_28; String_t* L_29 = V_2; if (L_29) { goto IL_00d6; } } { StringReference_t2912309144 * L_30 = __this->get_address_of__stringReference_23(); String_t* L_31 = StringReference_ToString_m3051914173(L_30, /*hidden argument*/NULL); V_2 = L_31; goto IL_00d6; } IL_00c4: { StringReference_t2912309144 * L_32 = __this->get_address_of__stringReference_23(); String_t* L_33 = StringReference_ToString_m3051914173(L_32, /*hidden argument*/NULL); V_2 = L_33; } IL_00d6: { JsonTextReader_EatWhitespace_m1930379663(__this, (bool)0, /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_34 = __this->get__chars_16(); int32_t L_35 = __this->get__charPos_18(); NullCheck(L_34); int32_t L_36 = L_35; uint16_t L_37 = (L_34)->GetAt(static_cast(L_36)); if ((((int32_t)L_37) == ((int32_t)((int32_t)58)))) { goto IL_0117; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_38 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_39 = __this->get__chars_16(); int32_t L_40 = __this->get__charPos_18(); NullCheck(L_39); int32_t L_41 = L_40; uint16_t L_42 = (L_39)->GetAt(static_cast(L_41)); Il2CppChar L_43 = ((Il2CppChar)L_42); RuntimeObject * L_44 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_43); String_t* L_45 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral3542364575, L_38, L_44, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_46 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_45, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_46,JsonTextReader_ParseProperty_m3368559874_RuntimeMethod_var); } IL_0117: { int32_t L_47 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1))); String_t* L_48 = V_2; JsonReader_SetToken_m1070955544(__this, 4, L_48, /*hidden argument*/NULL); Il2CppChar L_49 = V_1; ((JsonReader_t2369136700 *)__this)->set__quoteChar_2(L_49); JsonTextReader_ClearRecentString_m4050546697(__this, /*hidden argument*/NULL); return (bool)1; } } // System.Boolean Newtonsoft.Json.JsonTextReader::ValidIdentifierChar(System.Char) extern "C" IL2CPP_METHOD_ATTR bool JsonTextReader_ValidIdentifierChar_m15930212 (JsonTextReader_t262560521 * __this, Il2CppChar ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextReader_ValidIdentifierChar_m15930212_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_1 = Char_IsLetterOrDigit_m3494175785(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0013; } } { Il2CppChar L_2 = ___value0; if ((((int32_t)L_2) == ((int32_t)((int32_t)95)))) { goto IL_0013; } } { Il2CppChar L_3 = ___value0; return (bool)((((int32_t)L_3) == ((int32_t)((int32_t)36)))? 1 : 0); } IL_0013: { return (bool)1; } } // System.Void Newtonsoft.Json.JsonTextReader::ParseUnquotedProperty() extern "C" IL2CPP_METHOD_ATTR void JsonTextReader_ParseUnquotedProperty_m1380942179 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextReader_ParseUnquotedProperty_m1380942179_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Il2CppChar V_1 = 0x0; Il2CppChar V_2 = 0x0; { int32_t L_0 = __this->get__charPos_18(); V_0 = L_0; } IL_0007: { CharU5BU5D_t3528271667* L_1 = __this->get__chars_16(); int32_t L_2 = __this->get__charPos_18(); NullCheck(L_1); int32_t L_3 = L_2; uint16_t L_4 = (L_1)->GetAt(static_cast(L_3)); V_1 = L_4; Il2CppChar L_5 = V_1; if (L_5) { goto IL_0056; } } { int32_t L_6 = __this->get__charsUsed_17(); int32_t L_7 = __this->get__charPos_18(); if ((!(((uint32_t)L_6) == ((uint32_t)L_7)))) { goto IL_003b; } } { int32_t L_8 = JsonTextReader_ReadData_m741927910(__this, (bool)1, /*hidden argument*/NULL); if (L_8) { goto IL_0007; } } { JsonReaderException_t3553144781 * L_9 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, _stringLiteral2829998763, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,JsonTextReader_ParseUnquotedProperty_m1380942179_RuntimeMethod_var); } IL_003b: { CharU5BU5D_t3528271667* L_10 = __this->get__chars_16(); int32_t L_11 = V_0; int32_t L_12 = __this->get__charPos_18(); int32_t L_13 = V_0; StringReference_t2912309144 L_14; memset(&L_14, 0, sizeof(L_14)); StringReference__ctor_m345645319((&L_14), L_10, L_11, ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)L_13)), /*hidden argument*/NULL); __this->set__stringReference_23(L_14); return; } IL_0056: { CharU5BU5D_t3528271667* L_15 = __this->get__chars_16(); int32_t L_16 = __this->get__charPos_18(); NullCheck(L_15); int32_t L_17 = L_16; uint16_t L_18 = (L_15)->GetAt(static_cast(L_17)); V_2 = L_18; Il2CppChar L_19 = V_2; bool L_20 = JsonTextReader_ValidIdentifierChar_m15930212(__this, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_007d; } } { int32_t L_21 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1))); goto IL_0007; } IL_007d: { Il2CppChar L_22 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_23 = Char_IsWhiteSpace_m2148390798(NULL /*static, unused*/, L_22, /*hidden argument*/NULL); if (L_23) { goto IL_008a; } } { Il2CppChar L_24 = V_2; if ((!(((uint32_t)L_24) == ((uint32_t)((int32_t)58))))) { goto IL_00a5; } } IL_008a: { CharU5BU5D_t3528271667* L_25 = __this->get__chars_16(); int32_t L_26 = V_0; int32_t L_27 = __this->get__charPos_18(); int32_t L_28 = V_0; StringReference_t2912309144 L_29; memset(&L_29, 0, sizeof(L_29)); StringReference__ctor_m345645319((&L_29), L_25, L_26, ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)L_28)), /*hidden argument*/NULL); __this->set__stringReference_23(L_29); return; } IL_00a5: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_30 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); Il2CppChar L_31 = V_2; Il2CppChar L_32 = L_31; RuntimeObject * L_33 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_32); String_t* L_34 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral1020909378, L_30, L_33, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_35 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_34, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_35,JsonTextReader_ParseUnquotedProperty_m1380942179_RuntimeMethod_var); } } // System.Boolean Newtonsoft.Json.JsonTextReader::ParseValue() extern "C" IL2CPP_METHOD_ATTR bool JsonTextReader_ParseValue_m4237773129 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextReader_ParseValue_m4237773129_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; Il2CppChar V_1 = 0x0; IL_0000: { CharU5BU5D_t3528271667* L_0 = __this->get__chars_16(); int32_t L_1 = __this->get__charPos_18(); NullCheck(L_0); int32_t L_2 = L_1; uint16_t L_3 = (L_0)->GetAt(static_cast(L_2)); V_0 = L_3; Il2CppChar L_4 = V_0; if ((!(((uint32_t)L_4) <= ((uint32_t)((int32_t)78))))) { goto IL_009f; } } { Il2CppChar L_5 = V_0; if ((!(((uint32_t)L_5) <= ((uint32_t)((int32_t)32))))) { goto IL_004b; } } { Il2CppChar L_6 = V_0; if (!L_6) { goto IL_00e7; } } { Il2CppChar L_7 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)((int32_t)9)))) { case 0: { goto IL_0263; } case 1: { goto IL_0258; } case 2: { goto IL_0276; } case 3: { goto IL_0276; } case 4: { goto IL_024c; } } } { Il2CppChar L_8 = V_0; if ((((int32_t)L_8) == ((int32_t)((int32_t)32)))) { goto IL_0263; } } { goto IL_0276; } IL_004b: { Il2CppChar L_9 = V_0; if ((!(((uint32_t)L_9) <= ((uint32_t)((int32_t)47))))) { goto IL_008a; } } { Il2CppChar L_10 = V_0; if ((((int32_t)L_10) == ((int32_t)((int32_t)34)))) { goto IL_0116; } } { Il2CppChar L_11 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)((int32_t)39)))) { case 0: { goto IL_0116; } case 1: { goto IL_0276; } case 2: { goto IL_0234; } case 3: { goto IL_0276; } case 4: { goto IL_0276; } case 5: { goto IL_022a; } case 6: { goto IL_01a3; } case 7: { goto IL_0276; } case 8: { goto IL_01d3; } } } { goto IL_0276; } IL_008a: { Il2CppChar L_12 = V_0; if ((((int32_t)L_12) == ((int32_t)((int32_t)73)))) { goto IL_0199; } } { Il2CppChar L_13 = V_0; if ((((int32_t)L_13) == ((int32_t)((int32_t)78)))) { goto IL_018f; } } { goto IL_0276; } IL_009f: { Il2CppChar L_14 = V_0; if ((!(((uint32_t)L_14) <= ((uint32_t)((int32_t)102))))) { goto IL_00be; } } { Il2CppChar L_15 = V_0; if ((((int32_t)L_15) == ((int32_t)((int32_t)91)))) { goto IL_01fb; } } { Il2CppChar L_16 = V_0; if ((((int32_t)L_16) == ((int32_t)((int32_t)93)))) { goto IL_0212; } } { Il2CppChar L_17 = V_0; if ((((int32_t)L_17) == ((int32_t)((int32_t)102)))) { goto IL_0128; } } { goto IL_0276; } IL_00be: { Il2CppChar L_18 = V_0; if ((!(((uint32_t)L_18) <= ((uint32_t)((int32_t)116))))) { goto IL_00d2; } } { Il2CppChar L_19 = V_0; if ((((int32_t)L_19) == ((int32_t)((int32_t)110)))) { goto IL_0130; } } { Il2CppChar L_20 = V_0; if ((((int32_t)L_20) == ((int32_t)((int32_t)116)))) { goto IL_0120; } } { goto IL_0276; } IL_00d2: { Il2CppChar L_21 = V_0; if ((((int32_t)L_21) == ((int32_t)((int32_t)117)))) { goto IL_01dc; } } { Il2CppChar L_22 = V_0; if ((((int32_t)L_22) == ((int32_t)((int32_t)123)))) { goto IL_01e4; } } { goto IL_0276; } IL_00e7: { int32_t L_23 = __this->get__charsUsed_17(); int32_t L_24 = __this->get__charPos_18(); if ((!(((uint32_t)L_23) == ((uint32_t)L_24)))) { goto IL_0103; } } { int32_t L_25 = JsonTextReader_ReadData_m741927910(__this, (bool)0, /*hidden argument*/NULL); if (L_25) { goto IL_0000; } } { return (bool)0; } IL_0103: { int32_t L_26 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1))); goto IL_0000; } IL_0116: { Il2CppChar L_27 = V_0; JsonTextReader_ParseString_m3630476145(__this, L_27, 0, /*hidden argument*/NULL); return (bool)1; } IL_0120: { JsonTextReader_ParseTrue_m2933892020(__this, /*hidden argument*/NULL); return (bool)1; } IL_0128: { JsonTextReader_ParseFalse_m4024819254(__this, /*hidden argument*/NULL); return (bool)1; } IL_0130: { bool L_28 = JsonTextReader_EnsureChars_m3310991991(__this, 1, (bool)1, /*hidden argument*/NULL); if (!L_28) { goto IL_0178; } } { CharU5BU5D_t3528271667* L_29 = __this->get__chars_16(); int32_t L_30 = __this->get__charPos_18(); NullCheck(L_29); int32_t L_31 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); uint16_t L_32 = (L_29)->GetAt(static_cast(L_31)); V_1 = L_32; Il2CppChar L_33 = V_1; if ((!(((uint32_t)L_33) == ((uint32_t)((int32_t)117))))) { goto IL_0157; } } { JsonTextReader_ParseNull_m4121411438(__this, /*hidden argument*/NULL); goto IL_018d; } IL_0157: { Il2CppChar L_34 = V_1; if ((!(((uint32_t)L_34) == ((uint32_t)((int32_t)101))))) { goto IL_0164; } } { JsonTextReader_ParseConstructor_m305110786(__this, /*hidden argument*/NULL); goto IL_018d; } IL_0164: { CharU5BU5D_t3528271667* L_35 = __this->get__chars_16(); int32_t L_36 = __this->get__charPos_18(); NullCheck(L_35); int32_t L_37 = L_36; uint16_t L_38 = (L_35)->GetAt(static_cast(L_37)); JsonReaderException_t3553144781 * L_39 = JsonTextReader_CreateUnexpectedCharacterException_m1949152881(__this, L_38, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_39,JsonTextReader_ParseValue_m4237773129_RuntimeMethod_var); } IL_0178: { int32_t L_40 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1))); JsonReaderException_t3553144781 * L_41 = JsonReader_CreateUnexpectedEndException_m3856042659(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_41,JsonTextReader_ParseValue_m4237773129_RuntimeMethod_var); } IL_018d: { return (bool)1; } IL_018f: { JsonTextReader_ParseNumberNaN_m1061667244(__this, 0, /*hidden argument*/NULL); return (bool)1; } IL_0199: { JsonTextReader_ParseNumberPositiveInfinity_m4259567193(__this, 0, /*hidden argument*/NULL); return (bool)1; } IL_01a3: { bool L_42 = JsonTextReader_EnsureChars_m3310991991(__this, 1, (bool)1, /*hidden argument*/NULL); if (!L_42) { goto IL_01ca; } } { CharU5BU5D_t3528271667* L_43 = __this->get__chars_16(); int32_t L_44 = __this->get__charPos_18(); NullCheck(L_43); int32_t L_45 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); uint16_t L_46 = (L_43)->GetAt(static_cast(L_45)); if ((!(((uint32_t)L_46) == ((uint32_t)((int32_t)73))))) { goto IL_01ca; } } { JsonTextReader_ParseNumberNegativeInfinity_m251185097(__this, 0, /*hidden argument*/NULL); goto IL_01d1; } IL_01ca: { JsonTextReader_ParseNumber_m3653509115(__this, 0, /*hidden argument*/NULL); } IL_01d1: { return (bool)1; } IL_01d3: { JsonTextReader_ParseComment_m1674117207(__this, (bool)1, /*hidden argument*/NULL); return (bool)1; } IL_01dc: { JsonTextReader_ParseUndefined_m2416164703(__this, /*hidden argument*/NULL); return (bool)1; } IL_01e4: { int32_t L_47 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1))); JsonReader_SetToken_m3474373430(__this, 1, /*hidden argument*/NULL); return (bool)1; } IL_01fb: { int32_t L_48 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1))); JsonReader_SetToken_m3474373430(__this, 2, /*hidden argument*/NULL); return (bool)1; } IL_0212: { int32_t L_49 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1))); JsonReader_SetToken_m3474373430(__this, ((int32_t)14), /*hidden argument*/NULL); return (bool)1; } IL_022a: { JsonReader_SetToken_m3474373430(__this, ((int32_t)12), /*hidden argument*/NULL); return (bool)1; } IL_0234: { int32_t L_50 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1))); JsonReader_SetToken_m3474373430(__this, ((int32_t)15), /*hidden argument*/NULL); return (bool)1; } IL_024c: { JsonTextReader_ProcessCarriageReturn_m2672890793(__this, (bool)0, /*hidden argument*/NULL); goto IL_0000; } IL_0258: { JsonTextReader_ProcessLineFeed_m2202485320(__this, /*hidden argument*/NULL); goto IL_0000; } IL_0263: { int32_t L_51 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1))); goto IL_0000; } IL_0276: { Il2CppChar L_52 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_53 = Char_IsWhiteSpace_m2148390798(NULL /*static, unused*/, L_52, /*hidden argument*/NULL); if (!L_53) { goto IL_0291; } } { int32_t L_54 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1))); goto IL_0000; } IL_0291: { Il2CppChar L_55 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_56 = Char_IsNumber_m2445552278(NULL /*static, unused*/, L_55, /*hidden argument*/NULL); if (L_56) { goto IL_02a3; } } { Il2CppChar L_57 = V_0; if ((((int32_t)L_57) == ((int32_t)((int32_t)45)))) { goto IL_02a3; } } { Il2CppChar L_58 = V_0; if ((!(((uint32_t)L_58) == ((uint32_t)((int32_t)46))))) { goto IL_02ac; } } IL_02a3: { JsonTextReader_ParseNumber_m3653509115(__this, 0, /*hidden argument*/NULL); return (bool)1; } IL_02ac: { Il2CppChar L_59 = V_0; JsonReaderException_t3553144781 * L_60 = JsonTextReader_CreateUnexpectedCharacterException_m1949152881(__this, L_59, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_60,JsonTextReader_ParseValue_m4237773129_RuntimeMethod_var); } } // System.Void Newtonsoft.Json.JsonTextReader::ProcessLineFeed() extern "C" IL2CPP_METHOD_ATTR void JsonTextReader_ProcessLineFeed_m2202485320 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); int32_t L_1 = __this->get__charPos_18(); JsonTextReader_OnNewLine_m2689797934(__this, L_1, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextReader::ProcessCarriageReturn(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonTextReader_ProcessCarriageReturn_m2672890793 (JsonTextReader_t262560521 * __this, bool ___append0, const RuntimeMethod* method) { { int32_t L_0 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); bool L_1 = ___append0; bool L_2 = JsonTextReader_EnsureChars_m3310991991(__this, 1, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0037; } } { CharU5BU5D_t3528271667* L_3 = __this->get__chars_16(); int32_t L_4 = __this->get__charPos_18(); NullCheck(L_3); int32_t L_5 = L_4; uint16_t L_6 = (L_3)->GetAt(static_cast(L_5)); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)10))))) { goto IL_0037; } } { int32_t L_7 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); } IL_0037: { int32_t L_8 = __this->get__charPos_18(); JsonTextReader_OnNewLine_m2689797934(__this, L_8, /*hidden argument*/NULL); return; } } // System.Boolean Newtonsoft.Json.JsonTextReader::EatWhitespace(System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool JsonTextReader_EatWhitespace_m1930379663 (JsonTextReader_t262560521 * __this, bool ___oneOrMore0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextReader_EatWhitespace_m1930379663_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; Il2CppChar V_2 = 0x0; { V_0 = (bool)0; V_1 = (bool)0; goto IL_0080; } IL_0006: { CharU5BU5D_t3528271667* L_0 = __this->get__chars_16(); int32_t L_1 = __this->get__charPos_18(); NullCheck(L_0); int32_t L_2 = L_1; uint16_t L_3 = (L_0)->GetAt(static_cast(L_2)); V_2 = L_3; Il2CppChar L_4 = V_2; if (!L_4) { goto IL_0023; } } { Il2CppChar L_5 = V_2; if ((((int32_t)L_5) == ((int32_t)((int32_t)10)))) { goto IL_0057; } } { Il2CppChar L_6 = V_2; if ((((int32_t)L_6) == ((int32_t)((int32_t)13)))) { goto IL_004e; } } { goto IL_005f; } IL_0023: { int32_t L_7 = __this->get__charsUsed_17(); int32_t L_8 = __this->get__charPos_18(); if ((!(((uint32_t)L_7) == ((uint32_t)L_8)))) { goto IL_003e; } } { int32_t L_9 = JsonTextReader_ReadData_m741927910(__this, (bool)0, /*hidden argument*/NULL); if (L_9) { goto IL_0080; } } { V_0 = (bool)1; goto IL_0080; } IL_003e: { int32_t L_10 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))); goto IL_0080; } IL_004e: { JsonTextReader_ProcessCarriageReturn_m2672890793(__this, (bool)0, /*hidden argument*/NULL); goto IL_0080; } IL_0057: { JsonTextReader_ProcessLineFeed_m2202485320(__this, /*hidden argument*/NULL); goto IL_0080; } IL_005f: { Il2CppChar L_11 = V_2; if ((((int32_t)L_11) == ((int32_t)((int32_t)32)))) { goto IL_006c; } } { Il2CppChar L_12 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_13 = Char_IsWhiteSpace_m2148390798(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_007e; } } IL_006c: { V_1 = (bool)1; int32_t L_14 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1))); goto IL_0080; } IL_007e: { V_0 = (bool)1; } IL_0080: { bool L_15 = V_0; if (!L_15) { goto IL_0006; } } { bool L_16 = ___oneOrMore0; bool L_17 = V_1; return (bool)((int32_t)((int32_t)((((int32_t)L_16) == ((int32_t)0))? 1 : 0)|(int32_t)L_17)); } } // System.Void Newtonsoft.Json.JsonTextReader::ParseConstructor() extern "C" IL2CPP_METHOD_ATTR void JsonTextReader_ParseConstructor_m305110786 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextReader_ParseConstructor_m305110786_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; String_t* V_2 = NULL; Il2CppChar V_3 = 0x0; { bool L_0 = JsonTextReader_MatchValueWithTrailingSeparator_m2039623415(__this, _stringLiteral2149933273, /*hidden argument*/NULL); if (!L_0) { goto IL_017c; } } { JsonTextReader_EatWhitespace_m1930379663(__this, (bool)0, /*hidden argument*/NULL); int32_t L_1 = __this->get__charPos_18(); V_0 = L_1; } IL_001f: { CharU5BU5D_t3528271667* L_2 = __this->get__chars_16(); int32_t L_3 = __this->get__charPos_18(); NullCheck(L_2); int32_t L_4 = L_3; uint16_t L_5 = (L_2)->GetAt(static_cast(L_4)); V_3 = L_5; Il2CppChar L_6 = V_3; if (L_6) { goto IL_006d; } } { int32_t L_7 = __this->get__charsUsed_17(); int32_t L_8 = __this->get__charPos_18(); if ((!(((uint32_t)L_7) == ((uint32_t)L_8)))) { goto IL_0053; } } { int32_t L_9 = JsonTextReader_ReadData_m741927910(__this, (bool)1, /*hidden argument*/NULL); if (L_9) { goto IL_001f; } } { JsonReaderException_t3553144781 * L_10 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, _stringLiteral2982434706, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,JsonTextReader_ParseConstructor_m305110786_RuntimeMethod_var); } IL_0053: { int32_t L_11 = __this->get__charPos_18(); V_1 = L_11; int32_t L_12 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); goto IL_00f7; } IL_006d: { Il2CppChar L_13 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_14 = Char_IsLetterOrDigit_m3494175785(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0085; } } { int32_t L_15 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1))); goto IL_001f; } IL_0085: { Il2CppChar L_16 = V_3; if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)13))))) { goto IL_009a; } } { int32_t L_17 = __this->get__charPos_18(); V_1 = L_17; JsonTextReader_ProcessCarriageReturn_m2672890793(__this, (bool)1, /*hidden argument*/NULL); goto IL_00f7; } IL_009a: { Il2CppChar L_18 = V_3; if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)10))))) { goto IL_00ae; } } { int32_t L_19 = __this->get__charPos_18(); V_1 = L_19; JsonTextReader_ProcessLineFeed_m2202485320(__this, /*hidden argument*/NULL); goto IL_00f7; } IL_00ae: { Il2CppChar L_20 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_21 = Char_IsWhiteSpace_m2148390798(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_00cd; } } { int32_t L_22 = __this->get__charPos_18(); V_1 = L_22; int32_t L_23 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))); goto IL_00f7; } IL_00cd: { Il2CppChar L_24 = V_3; if ((!(((uint32_t)L_24) == ((uint32_t)((int32_t)40))))) { goto IL_00db; } } { int32_t L_25 = __this->get__charPos_18(); V_1 = L_25; goto IL_00f7; } IL_00db: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_26 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); Il2CppChar L_27 = V_3; Il2CppChar L_28 = L_27; RuntimeObject * L_29 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_28); String_t* L_30 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2807669601, L_26, L_29, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_31 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_30, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_31,JsonTextReader_ParseConstructor_m305110786_RuntimeMethod_var); } IL_00f7: { CharU5BU5D_t3528271667* L_32 = __this->get__chars_16(); int32_t L_33 = V_0; int32_t L_34 = V_1; int32_t L_35 = V_0; StringReference_t2912309144 L_36; memset(&L_36, 0, sizeof(L_36)); StringReference__ctor_m345645319((&L_36), L_32, L_33, ((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)L_35)), /*hidden argument*/NULL); __this->set__stringReference_23(L_36); StringReference_t2912309144 * L_37 = __this->get_address_of__stringReference_23(); String_t* L_38 = StringReference_ToString_m3051914173(L_37, /*hidden argument*/NULL); V_2 = L_38; JsonTextReader_EatWhitespace_m1930379663(__this, (bool)0, /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_39 = __this->get__chars_16(); int32_t L_40 = __this->get__charPos_18(); NullCheck(L_39); int32_t L_41 = L_40; uint16_t L_42 = (L_39)->GetAt(static_cast(L_41)); if ((((int32_t)L_42) == ((int32_t)((int32_t)40)))) { goto IL_015f; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_43 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_44 = __this->get__chars_16(); int32_t L_45 = __this->get__charPos_18(); NullCheck(L_44); int32_t L_46 = L_45; uint16_t L_47 = (L_44)->GetAt(static_cast(L_46)); Il2CppChar L_48 = ((Il2CppChar)L_47); RuntimeObject * L_49 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_48); String_t* L_50 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2807669601, L_43, L_49, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_51 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_50, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_51,JsonTextReader_ParseConstructor_m305110786_RuntimeMethod_var); } IL_015f: { int32_t L_52 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1))); JsonTextReader_ClearRecentString_m4050546697(__this, /*hidden argument*/NULL); String_t* L_53 = V_2; JsonReader_SetToken_m1070955544(__this, 3, L_53, /*hidden argument*/NULL); return; } IL_017c: { JsonReaderException_t3553144781 * L_54 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, _stringLiteral2299864459, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_54,JsonTextReader_ParseConstructor_m305110786_RuntimeMethod_var); } } // System.Void Newtonsoft.Json.JsonTextReader::ParseNumber(Newtonsoft.Json.ReadType) extern "C" IL2CPP_METHOD_ATTR void JsonTextReader_ParseNumber_m3653509115 (JsonTextReader_t262560521 * __this, int32_t ___readType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextReader_ParseNumber_m3653509115_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; int32_t V_1 = 0; RuntimeObject * V_2 = NULL; int32_t V_3 = 0; bool V_4 = false; bool V_5 = false; String_t* V_6 = NULL; Exception_t * V_7 = NULL; double V_8 = 0.0; String_t* V_9 = NULL; Exception_t * V_10 = NULL; int32_t V_11 = 0; int32_t V_12 = 0; String_t* V_13 = NULL; Exception_t * V_14 = NULL; Decimal_t2948259380 V_15; memset(&V_15, 0, sizeof(V_15)); String_t* V_16 = NULL; Exception_t * V_17 = NULL; double V_18 = 0.0; String_t* V_19 = NULL; Exception_t * V_20 = NULL; int64_t V_21 = 0; int32_t V_22 = 0; String_t* V_23 = NULL; Decimal_t2948259380 V_24; memset(&V_24, 0, sizeof(V_24)); double V_25 = 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 G_B3_0 = 0; int32_t G_B9_0 = 0; int32_t G_B27_0 = 0; int64_t G_B43_0 = 0; int64_t G_B57_0 = 0; int64_t G_B70_0 = 0; { JsonTextReader_ShiftBufferIfNeeded_m933747472(__this, /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_0 = __this->get__chars_16(); int32_t L_1 = __this->get__charPos_18(); NullCheck(L_0); int32_t L_2 = L_1; uint16_t L_3 = (L_0)->GetAt(static_cast(L_2)); V_0 = L_3; int32_t L_4 = __this->get__charPos_18(); V_1 = L_4; JsonTextReader_ReadNumberIntoBuffer_m2687473644(__this, /*hidden argument*/NULL); JsonReader_SetPostValueState_m2528031085(__this, (bool)1, /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_5 = __this->get__chars_16(); int32_t L_6 = V_1; int32_t L_7 = __this->get__charPos_18(); int32_t L_8 = V_1; StringReference_t2912309144 L_9; memset(&L_9, 0, sizeof(L_9)); StringReference__ctor_m345645319((&L_9), L_5, L_6, ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_8)), /*hidden argument*/NULL); __this->set__stringReference_23(L_9); Il2CppChar L_10 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_11 = Char_IsDigit_m3646673943(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_005a; } } { StringReference_t2912309144 * L_12 = __this->get_address_of__stringReference_23(); int32_t L_13 = StringReference_get_Length_m1881544084(L_12, /*hidden argument*/NULL); G_B3_0 = ((((int32_t)L_13) == ((int32_t)1))? 1 : 0); goto IL_005b; } IL_005a: { G_B3_0 = 0; } IL_005b: { V_4 = (bool)G_B3_0; Il2CppChar L_14 = V_0; if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)48))))) { goto IL_00cc; } } { StringReference_t2912309144 * L_15 = __this->get_address_of__stringReference_23(); int32_t L_16 = StringReference_get_Length_m1881544084(L_15, /*hidden argument*/NULL); if ((((int32_t)L_16) <= ((int32_t)1))) { goto IL_00cc; } } { StringReference_t2912309144 * L_17 = __this->get_address_of__stringReference_23(); CharU5BU5D_t3528271667* L_18 = StringReference_get_Chars_m1428785588(L_17, /*hidden argument*/NULL); StringReference_t2912309144 * L_19 = __this->get_address_of__stringReference_23(); int32_t L_20 = StringReference_get_StartIndex_m577516227(L_19, /*hidden argument*/NULL); NullCheck(L_18); int32_t L_21 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); uint16_t L_22 = (L_18)->GetAt(static_cast(L_21)); if ((((int32_t)L_22) == ((int32_t)((int32_t)46)))) { goto IL_00cc; } } { StringReference_t2912309144 * L_23 = __this->get_address_of__stringReference_23(); CharU5BU5D_t3528271667* L_24 = StringReference_get_Chars_m1428785588(L_23, /*hidden argument*/NULL); StringReference_t2912309144 * L_25 = __this->get_address_of__stringReference_23(); int32_t L_26 = StringReference_get_StartIndex_m577516227(L_25, /*hidden argument*/NULL); NullCheck(L_24); int32_t L_27 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); uint16_t L_28 = (L_24)->GetAt(static_cast(L_27)); if ((((int32_t)L_28) == ((int32_t)((int32_t)101)))) { goto IL_00cc; } } { StringReference_t2912309144 * L_29 = __this->get_address_of__stringReference_23(); CharU5BU5D_t3528271667* L_30 = StringReference_get_Chars_m1428785588(L_29, /*hidden argument*/NULL); StringReference_t2912309144 * L_31 = __this->get_address_of__stringReference_23(); int32_t L_32 = StringReference_get_StartIndex_m577516227(L_31, /*hidden argument*/NULL); NullCheck(L_30); int32_t L_33 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); uint16_t L_34 = (L_30)->GetAt(static_cast(L_33)); G_B9_0 = ((((int32_t)((((int32_t)L_34) == ((int32_t)((int32_t)69)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_00cd; } IL_00cc: { G_B9_0 = 0; } IL_00cd: { V_5 = (bool)G_B9_0; int32_t L_35 = ___readType0; if ((!(((uint32_t)L_35) == ((uint32_t)3)))) { goto IL_0176; } } { StringReference_t2912309144 * L_36 = __this->get_address_of__stringReference_23(); String_t* L_37 = StringReference_ToString_m3051914173(L_36, /*hidden argument*/NULL); V_6 = L_37; bool L_38 = V_5; if (!L_38) { goto IL_012f; } } IL_00ed: try { // begin try (depth: 1) { String_t* L_39 = V_6; NullCheck(L_39); bool L_40 = String_StartsWith_m2640722675(L_39, _stringLiteral3456284560, 5, /*hidden argument*/NULL); if (!L_40) { goto IL_0108; } } IL_00fc: { String_t* L_41 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); Convert_ToInt64_m582681594(NULL /*static, unused*/, L_41, ((int32_t)16), /*hidden argument*/NULL); goto IL_0111; } IL_0108: { String_t* L_42 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); Convert_ToInt64_m582681594(NULL /*static, unused*/, L_42, 8, /*hidden argument*/NULL); } IL_0111: { goto IL_016b; } } // 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_0113; throw e; } CATCH_0113: { // begin catch(System.Exception) V_7 = ((Exception_t *)__exception_local); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_43 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_44 = V_6; String_t* L_45 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral3017728276, L_43, L_44, /*hidden argument*/NULL); Exception_t * L_46 = V_7; JsonReaderException_t3553144781 * L_47 = JsonReaderException_Create_m2222547458(NULL /*static, unused*/, __this, L_45, L_46, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_47,JsonTextReader_ParseNumber_m3653509115_RuntimeMethod_var); } // end catch (depth: 1) IL_012f: { String_t* L_48 = V_6; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_49 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_50 = Double_TryParse_m623190659(NULL /*static, unused*/, L_48, ((int32_t)167), L_49, (&V_8), /*hidden argument*/NULL); if (L_50) { goto IL_016b; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_51 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); StringReference_t2912309144 * L_52 = __this->get_address_of__stringReference_23(); String_t* L_53 = StringReference_ToString_m3051914173(L_52, /*hidden argument*/NULL); String_t* L_54 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral3017728276, L_51, L_53, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_55 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_54, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_55,JsonTextReader_ParseNumber_m3653509115_RuntimeMethod_var); } IL_016b: { V_3 = ((int32_t)9); String_t* L_56 = V_6; V_2 = L_56; goto IL_05ba; } IL_0176: { int32_t L_57 = ___readType0; if ((!(((uint32_t)L_57) == ((uint32_t)1)))) { goto IL_0283; } } { bool L_58 = V_4; if (!L_58) { goto IL_0190; } } { Il2CppChar L_59 = V_0; int32_t L_60 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_59, (int32_t)((int32_t)48))); RuntimeObject * L_61 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_60); V_2 = L_61; goto IL_027c; } IL_0190: { bool L_62 = V_5; if (!L_62) { goto IL_01f0; } } { StringReference_t2912309144 * L_63 = __this->get_address_of__stringReference_23(); String_t* L_64 = StringReference_ToString_m3051914173(L_63, /*hidden argument*/NULL); V_9 = L_64; } IL_01a7: try { // begin try (depth: 1) { String_t* L_65 = V_9; NullCheck(L_65); bool L_66 = String_StartsWith_m2640722675(L_65, _stringLiteral3456284560, 5, /*hidden argument*/NULL); if (L_66) { goto IL_01c0; } } IL_01b6: { String_t* L_67 = V_9; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_68 = Convert_ToInt32_m391894676(NULL /*static, unused*/, L_67, 8, /*hidden argument*/NULL); G_B27_0 = L_68; goto IL_01c9; } IL_01c0: { String_t* L_69 = V_9; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_70 = Convert_ToInt32_m391894676(NULL /*static, unused*/, L_69, ((int32_t)16), /*hidden argument*/NULL); G_B27_0 = L_70; } IL_01c9: { int32_t L_71 = G_B27_0; RuntimeObject * L_72 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_71); V_2 = L_72; goto IL_027c; } } // 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_01d4; throw e; } CATCH_01d4: { // begin catch(System.Exception) V_10 = ((Exception_t *)__exception_local); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_73 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_74 = V_9; String_t* L_75 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral596634714, L_73, L_74, /*hidden argument*/NULL); Exception_t * L_76 = V_10; JsonReaderException_t3553144781 * L_77 = JsonReaderException_Create_m2222547458(NULL /*static, unused*/, __this, L_75, L_76, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_77,JsonTextReader_ParseNumber_m3653509115_RuntimeMethod_var); } // end catch (depth: 1) IL_01f0: { StringReference_t2912309144 * L_78 = __this->get_address_of__stringReference_23(); CharU5BU5D_t3528271667* L_79 = StringReference_get_Chars_m1428785588(L_78, /*hidden argument*/NULL); StringReference_t2912309144 * L_80 = __this->get_address_of__stringReference_23(); int32_t L_81 = StringReference_get_StartIndex_m577516227(L_80, /*hidden argument*/NULL); StringReference_t2912309144 * L_82 = __this->get_address_of__stringReference_23(); int32_t L_83 = StringReference_get_Length_m1881544084(L_82, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_t2194062972_il2cpp_TypeInfo_var); int32_t L_84 = ConvertUtils_Int32TryParse_m2513116180(NULL /*static, unused*/, L_79, L_81, L_83, (&V_11), /*hidden argument*/NULL); V_12 = L_84; int32_t L_85 = V_12; if ((!(((uint32_t)L_85) == ((uint32_t)1)))) { goto IL_0229; } } { int32_t L_86 = V_11; int32_t L_87 = L_86; RuntimeObject * L_88 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_87); V_2 = L_88; goto IL_027c; } IL_0229: { int32_t L_89 = V_12; if ((!(((uint32_t)L_89) == ((uint32_t)2)))) { goto IL_0255; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_90 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); StringReference_t2912309144 * L_91 = __this->get_address_of__stringReference_23(); String_t* L_92 = StringReference_ToString_m3051914173(L_91, /*hidden argument*/NULL); String_t* L_93 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral658094327, L_90, L_92, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_94 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_93, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_94,JsonTextReader_ParseNumber_m3653509115_RuntimeMethod_var); } IL_0255: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_95 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); StringReference_t2912309144 * L_96 = __this->get_address_of__stringReference_23(); String_t* L_97 = StringReference_ToString_m3051914173(L_96, /*hidden argument*/NULL); String_t* L_98 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral596634714, L_95, L_97, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_99 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_98, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_99,JsonTextReader_ParseNumber_m3653509115_RuntimeMethod_var); } IL_027c: { V_3 = 7; goto IL_05ba; } IL_0283: { int32_t L_100 = ___readType0; if ((!(((uint32_t)L_100) == ((uint32_t)4)))) { goto IL_0369; } } { bool L_101 = V_4; if (!L_101) { goto IL_02ab; } } { Il2CppChar L_102 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_103 = Decimal_op_Implicit_m3829681458(NULL /*static, unused*/, L_102, /*hidden argument*/NULL); Decimal_t2948259380 L_104; memset(&L_104, 0, sizeof(L_104)); Decimal__ctor_m1256289983((&L_104), ((int32_t)48), /*hidden argument*/NULL); Decimal_t2948259380 L_105 = Decimal_op_Subtraction_m2530510375(NULL /*static, unused*/, L_103, L_104, /*hidden argument*/NULL); Decimal_t2948259380 L_106 = L_105; RuntimeObject * L_107 = Box(Decimal_t2948259380_il2cpp_TypeInfo_var, &L_106); V_2 = L_107; goto IL_0362; } IL_02ab: { bool L_108 = V_5; if (!L_108) { goto IL_030d; } } { StringReference_t2912309144 * L_109 = __this->get_address_of__stringReference_23(); String_t* L_110 = StringReference_ToString_m3051914173(L_109, /*hidden argument*/NULL); V_13 = L_110; } IL_02c2: try { // begin try (depth: 1) { String_t* L_111 = V_13; NullCheck(L_111); bool L_112 = String_StartsWith_m2640722675(L_111, _stringLiteral3456284560, 5, /*hidden argument*/NULL); if (L_112) { goto IL_02db; } } IL_02d1: { String_t* L_113 = V_13; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int64_t L_114 = Convert_ToInt64_m582681594(NULL /*static, unused*/, L_113, 8, /*hidden argument*/NULL); G_B43_0 = L_114; goto IL_02e4; } IL_02db: { String_t* L_115 = V_13; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int64_t L_116 = Convert_ToInt64_m582681594(NULL /*static, unused*/, L_115, ((int32_t)16), /*hidden argument*/NULL); G_B43_0 = L_116; } IL_02e4: { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); Decimal_t2948259380 L_117 = Convert_ToDecimal_m1284279264(NULL /*static, unused*/, G_B43_0, /*hidden argument*/NULL); Decimal_t2948259380 L_118 = L_117; RuntimeObject * L_119 = Box(Decimal_t2948259380_il2cpp_TypeInfo_var, &L_118); V_2 = L_119; goto IL_0362; } } // 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_02f1; throw e; } CATCH_02f1: { // begin catch(System.Exception) V_14 = ((Exception_t *)__exception_local); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_120 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_121 = V_13; String_t* L_122 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral3736861414, L_120, L_121, /*hidden argument*/NULL); Exception_t * L_123 = V_14; JsonReaderException_t3553144781 * L_124 = JsonReaderException_Create_m2222547458(NULL /*static, unused*/, __this, L_122, L_123, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_124,JsonTextReader_ParseNumber_m3653509115_RuntimeMethod_var); } // end catch (depth: 1) IL_030d: { StringReference_t2912309144 * L_125 = __this->get_address_of__stringReference_23(); String_t* L_126 = StringReference_ToString_m3051914173(L_125, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_127 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_128 = Decimal_TryParse_m458804504(NULL /*static, unused*/, L_126, ((int32_t)239), L_127, (&V_15), /*hidden argument*/NULL); if (!L_128) { goto IL_033b; } } { Decimal_t2948259380 L_129 = V_15; Decimal_t2948259380 L_130 = L_129; RuntimeObject * L_131 = Box(Decimal_t2948259380_il2cpp_TypeInfo_var, &L_130); V_2 = L_131; goto IL_0362; } IL_033b: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_132 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); StringReference_t2912309144 * L_133 = __this->get_address_of__stringReference_23(); String_t* L_134 = StringReference_ToString_m3051914173(L_133, /*hidden argument*/NULL); String_t* L_135 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral3736861414, L_132, L_134, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_136 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_135, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_136,JsonTextReader_ParseNumber_m3653509115_RuntimeMethod_var); } IL_0362: { V_3 = 8; goto IL_05ba; } IL_0369: { int32_t L_137 = ___readType0; if ((!(((uint32_t)L_137) == ((uint32_t)7)))) { goto IL_0449; } } { bool L_138 = V_4; if (!L_138) { goto IL_038b; } } { Il2CppChar L_139 = V_0; double L_140 = ((double)il2cpp_codegen_subtract((double)(((double)((double)L_139))), (double)(48.0))); RuntimeObject * L_141 = Box(Double_t594665363_il2cpp_TypeInfo_var, &L_140); V_2 = L_141; goto IL_0442; } IL_038b: { bool L_142 = V_5; if (!L_142) { goto IL_03ed; } } { StringReference_t2912309144 * L_143 = __this->get_address_of__stringReference_23(); String_t* L_144 = StringReference_ToString_m3051914173(L_143, /*hidden argument*/NULL); V_16 = L_144; } IL_03a2: try { // begin try (depth: 1) { String_t* L_145 = V_16; NullCheck(L_145); bool L_146 = String_StartsWith_m2640722675(L_145, _stringLiteral3456284560, 5, /*hidden argument*/NULL); if (L_146) { goto IL_03bb; } } IL_03b1: { String_t* L_147 = V_16; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int64_t L_148 = Convert_ToInt64_m582681594(NULL /*static, unused*/, L_147, 8, /*hidden argument*/NULL); G_B57_0 = L_148; goto IL_03c4; } IL_03bb: { String_t* L_149 = V_16; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int64_t L_150 = Convert_ToInt64_m582681594(NULL /*static, unused*/, L_149, ((int32_t)16), /*hidden argument*/NULL); G_B57_0 = L_150; } IL_03c4: { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); double L_151 = Convert_ToDouble_m2180337032(NULL /*static, unused*/, G_B57_0, /*hidden argument*/NULL); double L_152 = L_151; RuntimeObject * L_153 = Box(Double_t594665363_il2cpp_TypeInfo_var, &L_152); V_2 = L_153; goto IL_0442; } } // 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_03d1; throw e; } CATCH_03d1: { // begin catch(System.Exception) V_17 = ((Exception_t *)__exception_local); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_154 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_155 = V_16; String_t* L_156 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral1721731383, L_154, L_155, /*hidden argument*/NULL); Exception_t * L_157 = V_17; JsonReaderException_t3553144781 * L_158 = JsonReaderException_Create_m2222547458(NULL /*static, unused*/, __this, L_156, L_157, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_158,JsonTextReader_ParseNumber_m3653509115_RuntimeMethod_var); } // end catch (depth: 1) IL_03ed: { StringReference_t2912309144 * L_159 = __this->get_address_of__stringReference_23(); String_t* L_160 = StringReference_ToString_m3051914173(L_159, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_161 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_162 = Double_TryParse_m623190659(NULL /*static, unused*/, L_160, ((int32_t)167), L_161, (&V_18), /*hidden argument*/NULL); if (!L_162) { goto IL_041b; } } { double L_163 = V_18; double L_164 = L_163; RuntimeObject * L_165 = Box(Double_t594665363_il2cpp_TypeInfo_var, &L_164); V_2 = L_165; goto IL_0442; } IL_041b: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_166 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); StringReference_t2912309144 * L_167 = __this->get_address_of__stringReference_23(); String_t* L_168 = StringReference_ToString_m3051914173(L_167, /*hidden argument*/NULL); String_t* L_169 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral1721731383, L_166, L_168, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_170 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_169, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_170,JsonTextReader_ParseNumber_m3653509115_RuntimeMethod_var); } IL_0442: { V_3 = 8; goto IL_05ba; } IL_0449: { bool L_171 = V_4; if (!L_171) { goto IL_0460; } } { Il2CppChar L_172 = V_0; int64_t L_173 = ((int64_t)il2cpp_codegen_subtract((int64_t)(((int64_t)((uint64_t)L_172))), (int64_t)(((int64_t)((int64_t)((int32_t)48)))))); RuntimeObject * L_174 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_173); V_2 = L_174; V_3 = 7; goto IL_05ba; } IL_0460: { bool L_175 = V_5; if (!L_175) { goto IL_04c4; } } { StringReference_t2912309144 * L_176 = __this->get_address_of__stringReference_23(); String_t* L_177 = StringReference_ToString_m3051914173(L_176, /*hidden argument*/NULL); V_19 = L_177; } IL_0477: try { // begin try (depth: 1) { String_t* L_178 = V_19; NullCheck(L_178); bool L_179 = String_StartsWith_m2640722675(L_178, _stringLiteral3456284560, 5, /*hidden argument*/NULL); if (L_179) { goto IL_0490; } } IL_0486: { String_t* L_180 = V_19; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int64_t L_181 = Convert_ToInt64_m582681594(NULL /*static, unused*/, L_180, 8, /*hidden argument*/NULL); G_B70_0 = L_181; goto IL_0499; } IL_0490: { String_t* L_182 = V_19; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int64_t L_183 = Convert_ToInt64_m582681594(NULL /*static, unused*/, L_182, ((int32_t)16), /*hidden argument*/NULL); G_B70_0 = L_183; } IL_0499: { int64_t L_184 = G_B70_0; RuntimeObject * L_185 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_184); V_2 = L_185; goto IL_04bd; } } // 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_04a1; throw e; } CATCH_04a1: { // begin catch(System.Exception) V_20 = ((Exception_t *)__exception_local); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_186 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_187 = V_19; String_t* L_188 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral3017728276, L_186, L_187, /*hidden argument*/NULL); Exception_t * L_189 = V_20; JsonReaderException_t3553144781 * L_190 = JsonReaderException_Create_m2222547458(NULL /*static, unused*/, __this, L_188, L_189, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_190,JsonTextReader_ParseNumber_m3653509115_RuntimeMethod_var); } // end catch (depth: 1) IL_04bd: { V_3 = 7; goto IL_05ba; } IL_04c4: { StringReference_t2912309144 * L_191 = __this->get_address_of__stringReference_23(); CharU5BU5D_t3528271667* L_192 = StringReference_get_Chars_m1428785588(L_191, /*hidden argument*/NULL); StringReference_t2912309144 * L_193 = __this->get_address_of__stringReference_23(); int32_t L_194 = StringReference_get_StartIndex_m577516227(L_193, /*hidden argument*/NULL); StringReference_t2912309144 * L_195 = __this->get_address_of__stringReference_23(); int32_t L_196 = StringReference_get_Length_m1881544084(L_195, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_t2194062972_il2cpp_TypeInfo_var); int32_t L_197 = ConvertUtils_Int64TryParse_m4091387998(NULL /*static, unused*/, L_192, L_194, L_196, (&V_21), /*hidden argument*/NULL); V_22 = L_197; int32_t L_198 = V_22; if ((!(((uint32_t)L_198) == ((uint32_t)1)))) { goto IL_0502; } } { int64_t L_199 = V_21; int64_t L_200 = L_199; RuntimeObject * L_201 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_200); V_2 = L_201; V_3 = 7; goto IL_05ba; } IL_0502: { int32_t L_202 = V_22; if ((!(((uint32_t)L_202) == ((uint32_t)2)))) { goto IL_052e; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_203 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); StringReference_t2912309144 * L_204 = __this->get_address_of__stringReference_23(); String_t* L_205 = StringReference_ToString_m3051914173(L_204, /*hidden argument*/NULL); String_t* L_206 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral4146820249, L_203, L_205, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_207 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_206, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_207,JsonTextReader_ParseNumber_m3653509115_RuntimeMethod_var); } IL_052e: { StringReference_t2912309144 * L_208 = __this->get_address_of__stringReference_23(); String_t* L_209 = StringReference_ToString_m3051914173(L_208, /*hidden argument*/NULL); V_23 = L_209; int32_t L_210 = ((JsonReader_t2369136700 *)__this)->get__floatParseHandling_10(); if ((!(((uint32_t)L_210) == ((uint32_t)1)))) { goto IL_0581; } } { String_t* L_211 = V_23; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_212 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_213 = Decimal_TryParse_m458804504(NULL /*static, unused*/, L_211, ((int32_t)239), L_212, (&V_24), /*hidden argument*/NULL); if (!L_213) { goto IL_0569; } } { Decimal_t2948259380 L_214 = V_24; Decimal_t2948259380 L_215 = L_214; RuntimeObject * L_216 = Box(Decimal_t2948259380_il2cpp_TypeInfo_var, &L_215); V_2 = L_216; goto IL_05b8; } IL_0569: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_217 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_218 = V_23; String_t* L_219 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral3736861414, L_217, L_218, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_220 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_219, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_220,JsonTextReader_ParseNumber_m3653509115_RuntimeMethod_var); } IL_0581: { String_t* L_221 = V_23; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_222 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_223 = Double_TryParse_m623190659(NULL /*static, unused*/, L_221, ((int32_t)231), L_222, (&V_25), /*hidden argument*/NULL); if (!L_223) { goto IL_05a0; } } { double L_224 = V_25; double L_225 = L_224; RuntimeObject * L_226 = Box(Double_t594665363_il2cpp_TypeInfo_var, &L_225); V_2 = L_226; goto IL_05b8; } IL_05a0: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_227 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_228 = V_23; String_t* L_229 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral3017728276, L_227, L_228, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_230 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_229, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_230,JsonTextReader_ParseNumber_m3653509115_RuntimeMethod_var); } IL_05b8: { V_3 = 8; } IL_05ba: { JsonTextReader_ClearRecentString_m4050546697(__this, /*hidden argument*/NULL); int32_t L_231 = V_3; RuntimeObject * L_232 = V_2; JsonReader_SetToken_m1343918653(__this, L_231, L_232, (bool)0, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonTextReader::ParseComment(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void JsonTextReader_ParseComment_m1674117207 (JsonTextReader_t262560521 * __this, bool ___setToken0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextReader_ParseComment_m1674117207_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; { int32_t L_0 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); bool L_1 = JsonTextReader_EnsureChars_m3310991991(__this, 1, (bool)0, /*hidden argument*/NULL); if (L_1) { goto IL_0024; } } { JsonReaderException_t3553144781 * L_2 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, _stringLiteral3344698755, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,JsonTextReader_ParseComment_m1674117207_RuntimeMethod_var); } IL_0024: { CharU5BU5D_t3528271667* L_3 = __this->get__chars_16(); int32_t L_4 = __this->get__charPos_18(); NullCheck(L_3); int32_t L_5 = L_4; uint16_t L_6 = (L_3)->GetAt(static_cast(L_5)); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)42))))) { goto IL_0039; } } { V_0 = (bool)0; goto IL_0076; } IL_0039: { CharU5BU5D_t3528271667* L_7 = __this->get__chars_16(); int32_t L_8 = __this->get__charPos_18(); NullCheck(L_7); int32_t L_9 = L_8; uint16_t L_10 = (L_7)->GetAt(static_cast(L_9)); if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)47))))) { goto IL_004e; } } { V_0 = (bool)1; goto IL_0076; } IL_004e: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_11 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_12 = __this->get__chars_16(); int32_t L_13 = __this->get__charPos_18(); NullCheck(L_12); int32_t L_14 = L_13; uint16_t L_15 = (L_12)->GetAt(static_cast(L_14)); Il2CppChar L_16 = ((Il2CppChar)L_15); RuntimeObject * L_17 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_16); String_t* L_18 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, _stringLiteral2478074743, L_11, L_17, /*hidden argument*/NULL); JsonReaderException_t3553144781 * L_19 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19,JsonTextReader_ParseComment_m1674117207_RuntimeMethod_var); } IL_0076: { int32_t L_20 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1))); int32_t L_21 = __this->get__charPos_18(); V_1 = L_21; } IL_008b: { CharU5BU5D_t3528271667* L_22 = __this->get__chars_16(); int32_t L_23 = __this->get__charPos_18(); NullCheck(L_22); int32_t L_24 = L_23; uint16_t L_25 = (L_22)->GetAt(static_cast(L_24)); V_2 = L_25; Il2CppChar L_26 = V_2; if ((!(((uint32_t)L_26) <= ((uint32_t)((int32_t)10))))) { goto IL_00ae; } } { Il2CppChar L_27 = V_2; if (!L_27) { goto IL_00c0; } } { Il2CppChar L_28 = V_2; if ((((int32_t)L_28) == ((int32_t)((int32_t)10)))) { goto IL_0177; } } { goto IL_0194; } IL_00ae: { Il2CppChar L_29 = V_2; if ((((int32_t)L_29) == ((int32_t)((int32_t)13)))) { goto IL_0159; } } { Il2CppChar L_30 = V_2; if ((((int32_t)L_30) == ((int32_t)((int32_t)42)))) { goto IL_0105; } } { goto IL_0194; } IL_00c0: { int32_t L_31 = __this->get__charsUsed_17(); int32_t L_32 = __this->get__charPos_18(); if ((!(((uint32_t)L_31) == ((uint32_t)L_32)))) { goto IL_00f5; } } { int32_t L_33 = JsonTextReader_ReadData_m741927910(__this, (bool)1, /*hidden argument*/NULL); if (L_33) { goto IL_008b; } } { bool L_34 = V_0; if (L_34) { goto IL_00e6; } } { JsonReaderException_t3553144781 * L_35 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, _stringLiteral3344698755, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_35,JsonTextReader_ParseComment_m1674117207_RuntimeMethod_var); } IL_00e6: { bool L_36 = ___setToken0; int32_t L_37 = V_1; int32_t L_38 = __this->get__charPos_18(); JsonTextReader_EndComment_m1168016514(__this, L_36, L_37, L_38, /*hidden argument*/NULL); return; } IL_00f5: { int32_t L_39 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1))); goto IL_008b; } IL_0105: { int32_t L_40 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1))); bool L_41 = V_0; if (L_41) { goto IL_008b; } } { bool L_42 = JsonTextReader_EnsureChars_m3310991991(__this, 0, (bool)1, /*hidden argument*/NULL); if (!L_42) { goto IL_008b; } } { CharU5BU5D_t3528271667* L_43 = __this->get__chars_16(); int32_t L_44 = __this->get__charPos_18(); NullCheck(L_43); int32_t L_45 = L_44; uint16_t L_46 = (L_43)->GetAt(static_cast(L_45)); if ((!(((uint32_t)L_46) == ((uint32_t)((int32_t)47))))) { goto IL_008b; } } { bool L_47 = ___setToken0; int32_t L_48 = V_1; int32_t L_49 = __this->get__charPos_18(); JsonTextReader_EndComment_m1168016514(__this, L_47, L_48, ((int32_t)il2cpp_codegen_subtract((int32_t)L_49, (int32_t)1)), /*hidden argument*/NULL); int32_t L_50 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1))); return; } IL_0159: { bool L_51 = V_0; if (!L_51) { goto IL_016b; } } { bool L_52 = ___setToken0; int32_t L_53 = V_1; int32_t L_54 = __this->get__charPos_18(); JsonTextReader_EndComment_m1168016514(__this, L_52, L_53, L_54, /*hidden argument*/NULL); return; } IL_016b: { JsonTextReader_ProcessCarriageReturn_m2672890793(__this, (bool)1, /*hidden argument*/NULL); goto IL_008b; } IL_0177: { bool L_55 = V_0; if (!L_55) { goto IL_0189; } } { bool L_56 = ___setToken0; int32_t L_57 = V_1; int32_t L_58 = __this->get__charPos_18(); JsonTextReader_EndComment_m1168016514(__this, L_56, L_57, L_58, /*hidden argument*/NULL); return; } IL_0189: { JsonTextReader_ProcessLineFeed_m2202485320(__this, /*hidden argument*/NULL); goto IL_008b; } IL_0194: { int32_t L_59 = __this->get__charPos_18(); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1))); goto IL_008b; } } // System.Void Newtonsoft.Json.JsonTextReader::EndComment(System.Boolean,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void JsonTextReader_EndComment_m1168016514 (JsonTextReader_t262560521 * __this, bool ___setToken0, int32_t ___initialPosition1, int32_t ___endPosition2, const RuntimeMethod* method) { { bool L_0 = ___setToken0; if (!L_0) { goto IL_0019; } } { CharU5BU5D_t3528271667* L_1 = __this->get__chars_16(); int32_t L_2 = ___initialPosition1; int32_t L_3 = ___endPosition2; int32_t L_4 = ___initialPosition1; String_t* L_5 = String_CreateString_m860434552(NULL, L_1, L_2, ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)), /*hidden argument*/NULL); JsonReader_SetToken_m1070955544(__this, 5, L_5, /*hidden argument*/NULL); } IL_0019: { return; } } // System.Boolean Newtonsoft.Json.JsonTextReader::MatchValue(System.String) extern "C" IL2CPP_METHOD_ATTR bool JsonTextReader_MatchValue_m1431692368 (JsonTextReader_t262560521 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextReader_MatchValue_m1431692368_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___value0; NullCheck(L_0); int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL); bool L_2 = JsonTextReader_EnsureChars_m3310991991(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)), (bool)1, /*hidden argument*/NULL); if (L_2) { goto IL_0024; } } { int32_t L_3 = __this->get__charsUsed_17(); __this->set__charPos_18(L_3); JsonReaderException_t3553144781 * L_4 = JsonReader_CreateUnexpectedEndException_m3856042659(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,JsonTextReader_MatchValue_m1431692368_RuntimeMethod_var); } IL_0024: { V_0 = 0; goto IL_0054; } IL_0028: { CharU5BU5D_t3528271667* L_5 = __this->get__chars_16(); int32_t L_6 = __this->get__charPos_18(); int32_t L_7 = V_0; NullCheck(L_5); int32_t L_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)); uint16_t L_9 = (L_5)->GetAt(static_cast(L_8)); String_t* L_10 = ___value0; int32_t L_11 = V_0; NullCheck(L_10); Il2CppChar L_12 = String_get_Chars_m2986988803(L_10, L_11, /*hidden argument*/NULL); if ((((int32_t)L_9) == ((int32_t)L_12))) { goto IL_0050; } } { int32_t L_13 = __this->get__charPos_18(); int32_t L_14 = V_0; __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14))); return (bool)0; } IL_0050: { int32_t L_15 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0054: { int32_t L_16 = V_0; String_t* L_17 = ___value0; NullCheck(L_17); int32_t L_18 = String_get_Length_m3847582255(L_17, /*hidden argument*/NULL); if ((((int32_t)L_16) < ((int32_t)L_18))) { goto IL_0028; } } { int32_t L_19 = __this->get__charPos_18(); String_t* L_20 = ___value0; NullCheck(L_20); int32_t L_21 = String_get_Length_m3847582255(L_20, /*hidden argument*/NULL); __this->set__charPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_21))); return (bool)1; } } // System.Boolean Newtonsoft.Json.JsonTextReader::MatchValueWithTrailingSeparator(System.String) extern "C" IL2CPP_METHOD_ATTR bool JsonTextReader_MatchValueWithTrailingSeparator_m2039623415 (JsonTextReader_t262560521 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; bool L_1 = JsonTextReader_MatchValue_m1431692368(__this, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000b; } } { return (bool)0; } IL_000b: { bool L_2 = JsonTextReader_EnsureChars_m3310991991(__this, 0, (bool)0, /*hidden argument*/NULL); if (L_2) { goto IL_0017; } } { return (bool)1; } IL_0017: { CharU5BU5D_t3528271667* L_3 = __this->get__chars_16(); int32_t L_4 = __this->get__charPos_18(); NullCheck(L_3); int32_t L_5 = L_4; uint16_t L_6 = (L_3)->GetAt(static_cast(L_5)); bool L_7 = JsonTextReader_IsSeparator_m1799965531(__this, L_6, /*hidden argument*/NULL); if (L_7) { goto IL_003d; } } { CharU5BU5D_t3528271667* L_8 = __this->get__chars_16(); int32_t L_9 = __this->get__charPos_18(); NullCheck(L_8); int32_t L_10 = L_9; uint16_t L_11 = (L_8)->GetAt(static_cast(L_10)); return (bool)((((int32_t)L_11) == ((int32_t)0))? 1 : 0); } IL_003d: { return (bool)1; } } // System.Boolean Newtonsoft.Json.JsonTextReader::IsSeparator(System.Char) extern "C" IL2CPP_METHOD_ATTR bool JsonTextReader_IsSeparator_m1799965531 (JsonTextReader_t262560521 * __this, Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextReader_IsSeparator_m1799965531_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; { Il2CppChar L_0 = ___c0; if ((!(((uint32_t)L_0) <= ((uint32_t)((int32_t)41))))) { goto IL_002e; } } { Il2CppChar L_1 = ___c0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)9)))) { case 0: { goto IL_008a; } case 1: { goto IL_008a; } case 2: { goto IL_008c; } case 3: { goto IL_008c; } case 4: { goto IL_008a; } } } { Il2CppChar L_2 = ___c0; if ((((int32_t)L_2) == ((int32_t)((int32_t)32)))) { goto IL_008a; } } { Il2CppChar L_3 = ___c0; if ((((int32_t)L_3) == ((int32_t)((int32_t)41)))) { goto IL_0074; } } { goto IL_008c; } IL_002e: { Il2CppChar L_4 = ___c0; if ((!(((uint32_t)L_4) <= ((uint32_t)((int32_t)47))))) { goto IL_003f; } } { Il2CppChar L_5 = ___c0; if ((((int32_t)L_5) == ((int32_t)((int32_t)44)))) { goto IL_0049; } } { Il2CppChar L_6 = ___c0; if ((((int32_t)L_6) == ((int32_t)((int32_t)47)))) { goto IL_004b; } } { goto IL_008c; } IL_003f: { Il2CppChar L_7 = ___c0; if ((((int32_t)L_7) == ((int32_t)((int32_t)93)))) { goto IL_0049; } } { Il2CppChar L_8 = ___c0; if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)125))))) { goto IL_008c; } } IL_0049: { return (bool)1; } IL_004b: { bool L_9 = JsonTextReader_EnsureChars_m3310991991(__this, 1, (bool)0, /*hidden argument*/NULL); if (L_9) { goto IL_0057; } } { return (bool)0; } IL_0057: { CharU5BU5D_t3528271667* L_10 = __this->get__chars_16(); int32_t L_11 = __this->get__charPos_18(); NullCheck(L_10); int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); uint16_t L_13 = (L_10)->GetAt(static_cast(L_12)); V_0 = L_13; Il2CppChar L_14 = V_0; if ((((int32_t)L_14) == ((int32_t)((int32_t)42)))) { goto IL_0072; } } { Il2CppChar L_15 = V_0; return (bool)((((int32_t)L_15) == ((int32_t)((int32_t)47)))? 1 : 0); } IL_0072: { return (bool)1; } IL_0074: { int32_t L_16 = JsonReader_get_CurrentState_m2615533740(__this, /*hidden argument*/NULL); if ((((int32_t)L_16) == ((int32_t)((int32_t)10)))) { goto IL_0088; } } { int32_t L_17 = JsonReader_get_CurrentState_m2615533740(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_17) == ((uint32_t)((int32_t)9))))) { goto IL_0096; } } IL_0088: { return (bool)1; } IL_008a: { return (bool)1; } IL_008c: { Il2CppChar L_18 = ___c0; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_19 = Char_IsWhiteSpace_m2148390798(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_0096; } } { return (bool)1; } IL_0096: { return (bool)0; } } // System.Void Newtonsoft.Json.JsonTextReader::ParseTrue() extern "C" IL2CPP_METHOD_ATTR void JsonTextReader_ParseTrue_m2933892020 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextReader_ParseTrue_m2933892020_MetadataUsageId); s_Il2CppMethodInitialized = true; } { 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_True_1(); bool L_1 = JsonTextReader_MatchValueWithTrailingSeparator_m2039623415(__this, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001c; } } { bool L_2 = ((bool)1); RuntimeObject * L_3 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_2); JsonReader_SetToken_m1070955544(__this, ((int32_t)10), L_3, /*hidden argument*/NULL); return; } IL_001c: { JsonReaderException_t3553144781 * L_4 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, _stringLiteral798778352, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,JsonTextReader_ParseTrue_m2933892020_RuntimeMethod_var); } } // System.Void Newtonsoft.Json.JsonTextReader::ParseNull() extern "C" IL2CPP_METHOD_ATTR void JsonTextReader_ParseNull_m4121411438 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextReader_ParseNull_m4121411438_MetadataUsageId); s_Il2CppMethodInitialized = true; } { 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(); bool L_1 = JsonTextReader_MatchValueWithTrailingSeparator_m2039623415(__this, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0016; } } { JsonReader_SetToken_m3474373430(__this, ((int32_t)11), /*hidden argument*/NULL); return; } IL_0016: { JsonReaderException_t3553144781 * L_2 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, _stringLiteral1276311441, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,JsonTextReader_ParseNull_m4121411438_RuntimeMethod_var); } } // System.Void Newtonsoft.Json.JsonTextReader::ParseUndefined() extern "C" IL2CPP_METHOD_ATTR void JsonTextReader_ParseUndefined_m2416164703 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextReader_ParseUndefined_m2416164703_MetadataUsageId); s_Il2CppMethodInitialized = true; } { 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(); bool L_1 = JsonTextReader_MatchValueWithTrailingSeparator_m2039623415(__this, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0016; } } { JsonReader_SetToken_m3474373430(__this, ((int32_t)12), /*hidden argument*/NULL); return; } IL_0016: { JsonReaderException_t3553144781 * L_2 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, _stringLiteral3518589659, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,JsonTextReader_ParseUndefined_m2416164703_RuntimeMethod_var); } } // System.Void Newtonsoft.Json.JsonTextReader::ParseFalse() extern "C" IL2CPP_METHOD_ATTR void JsonTextReader_ParseFalse_m4024819254 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextReader_ParseFalse_m4024819254_MetadataUsageId); s_Il2CppMethodInitialized = true; } { 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_False_2(); bool L_1 = JsonTextReader_MatchValueWithTrailingSeparator_m2039623415(__this, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001c; } } { bool L_2 = ((bool)0); RuntimeObject * L_3 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_2); JsonReader_SetToken_m1070955544(__this, ((int32_t)10), L_3, /*hidden argument*/NULL); return; } IL_001c: { JsonReaderException_t3553144781 * L_4 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, _stringLiteral798778352, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,JsonTextReader_ParseFalse_m4024819254_RuntimeMethod_var); } } // System.Object Newtonsoft.Json.JsonTextReader::ParseNumberNegativeInfinity(Newtonsoft.Json.ReadType) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonTextReader_ParseNumberNegativeInfinity_m251185097 (JsonTextReader_t262560521 * __this, int32_t ___readType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextReader_ParseNumberNegativeInfinity_m251185097_MetadataUsageId); s_Il2CppMethodInitialized = true; } { 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_NegativeInfinity_6(); bool L_1 = JsonTextReader_MatchValueWithTrailingSeparator_m2039623415(__this, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0063; } } { int32_t L_2 = ___readType0; if (!L_2) { goto IL_0018; } } { int32_t L_3 = ___readType0; if ((((int32_t)L_3) == ((int32_t)3))) { goto IL_0044; } } { int32_t L_4 = ___readType0; if ((!(((uint32_t)L_4) == ((uint32_t)7)))) { goto IL_0057; } } IL_0018: { int32_t L_5 = ((JsonReader_t2369136700 *)__this)->get__floatParseHandling_10(); if (L_5) { goto IL_0057; } } { double L_6 = (-std::numeric_limits::infinity()); RuntimeObject * L_7 = Box(Double_t594665363_il2cpp_TypeInfo_var, &L_6); JsonReader_SetToken_m1070955544(__this, 8, L_7, /*hidden argument*/NULL); double L_8 = (-std::numeric_limits::infinity()); RuntimeObject * L_9 = Box(Double_t594665363_il2cpp_TypeInfo_var, &L_8); return L_9; } IL_0044: { IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_t3077351166_il2cpp_TypeInfo_var); String_t* L_10 = ((JsonConvert_t3077351166_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t3077351166_il2cpp_TypeInfo_var))->get_NegativeInfinity_6(); JsonReader_SetToken_m1070955544(__this, ((int32_t)9), L_10, /*hidden argument*/NULL); String_t* L_11 = ((JsonConvert_t3077351166_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t3077351166_il2cpp_TypeInfo_var))->get_NegativeInfinity_6(); return L_11; } IL_0057: { JsonReaderException_t3553144781 * L_12 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, _stringLiteral3857103471, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,JsonTextReader_ParseNumberNegativeInfinity_m251185097_RuntimeMethod_var); } IL_0063: { JsonReaderException_t3553144781 * L_13 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, _stringLiteral739225983, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,JsonTextReader_ParseNumberNegativeInfinity_m251185097_RuntimeMethod_var); } } // System.Object Newtonsoft.Json.JsonTextReader::ParseNumberPositiveInfinity(Newtonsoft.Json.ReadType) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonTextReader_ParseNumberPositiveInfinity_m4259567193 (JsonTextReader_t262560521 * __this, int32_t ___readType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextReader_ParseNumberPositiveInfinity_m4259567193_MetadataUsageId); s_Il2CppMethodInitialized = true; } { 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_PositiveInfinity_5(); bool L_1 = JsonTextReader_MatchValueWithTrailingSeparator_m2039623415(__this, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0063; } } { int32_t L_2 = ___readType0; if (!L_2) { goto IL_0018; } } { int32_t L_3 = ___readType0; if ((((int32_t)L_3) == ((int32_t)3))) { goto IL_0044; } } { int32_t L_4 = ___readType0; if ((!(((uint32_t)L_4) == ((uint32_t)7)))) { goto IL_0057; } } IL_0018: { int32_t L_5 = ((JsonReader_t2369136700 *)__this)->get__floatParseHandling_10(); if (L_5) { goto IL_0057; } } { double L_6 = (std::numeric_limits::infinity()); RuntimeObject * L_7 = Box(Double_t594665363_il2cpp_TypeInfo_var, &L_6); JsonReader_SetToken_m1070955544(__this, 8, L_7, /*hidden argument*/NULL); double L_8 = (std::numeric_limits::infinity()); RuntimeObject * L_9 = Box(Double_t594665363_il2cpp_TypeInfo_var, &L_8); return L_9; } IL_0044: { IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_t3077351166_il2cpp_TypeInfo_var); String_t* L_10 = ((JsonConvert_t3077351166_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t3077351166_il2cpp_TypeInfo_var))->get_PositiveInfinity_5(); JsonReader_SetToken_m1070955544(__this, ((int32_t)9), L_10, /*hidden argument*/NULL); String_t* L_11 = ((JsonConvert_t3077351166_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t3077351166_il2cpp_TypeInfo_var))->get_PositiveInfinity_5(); return L_11; } IL_0057: { JsonReaderException_t3553144781 * L_12 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, _stringLiteral2351130718, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,JsonTextReader_ParseNumberPositiveInfinity_m4259567193_RuntimeMethod_var); } IL_0063: { JsonReaderException_t3553144781 * L_13 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, _stringLiteral3863298428, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,JsonTextReader_ParseNumberPositiveInfinity_m4259567193_RuntimeMethod_var); } } // System.Object Newtonsoft.Json.JsonTextReader::ParseNumberNaN(Newtonsoft.Json.ReadType) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * JsonTextReader_ParseNumberNaN_m1061667244 (JsonTextReader_t262560521 * __this, int32_t ___readType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JsonTextReader_ParseNumberNaN_m1061667244_MetadataUsageId); s_Il2CppMethodInitialized = true; } { 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_NaN_7(); bool L_1 = JsonTextReader_MatchValueWithTrailingSeparator_m2039623415(__this, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0063; } } { int32_t L_2 = ___readType0; if (!L_2) { goto IL_0018; } } { int32_t L_3 = ___readType0; if ((((int32_t)L_3) == ((int32_t)3))) { goto IL_0044; } } { int32_t L_4 = ___readType0; if ((!(((uint32_t)L_4) == ((uint32_t)7)))) { goto IL_0057; } } IL_0018: { int32_t L_5 = ((JsonReader_t2369136700 *)__this)->get__floatParseHandling_10(); if (L_5) { goto IL_0057; } } { double L_6 = (std::numeric_limits::quiet_NaN()); RuntimeObject * L_7 = Box(Double_t594665363_il2cpp_TypeInfo_var, &L_6); JsonReader_SetToken_m1070955544(__this, 8, L_7, /*hidden argument*/NULL); double L_8 = (std::numeric_limits::quiet_NaN()); RuntimeObject * L_9 = Box(Double_t594665363_il2cpp_TypeInfo_var, &L_8); return L_9; } IL_0044: { IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_t3077351166_il2cpp_TypeInfo_var); String_t* L_10 = ((JsonConvert_t3077351166_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t3077351166_il2cpp_TypeInfo_var))->get_NaN_7(); JsonReader_SetToken_m1070955544(__this, ((int32_t)9), L_10, /*hidden argument*/NULL); String_t* L_11 = ((JsonConvert_t3077351166_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t3077351166_il2cpp_TypeInfo_var))->get_NaN_7(); return L_11; } IL_0057: { JsonReaderException_t3553144781 * L_12 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, _stringLiteral1917332014, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,JsonTextReader_ParseNumberNaN_m1061667244_RuntimeMethod_var); } IL_0063: { JsonReaderException_t3553144781 * L_13 = JsonReaderException_Create_m462917555(NULL /*static, unused*/, __this, _stringLiteral1970614611, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,JsonTextReader_ParseNumberNaN_m1061667244_RuntimeMethod_var); } } // System.Void Newtonsoft.Json.JsonTextReader::Close() extern "C" IL2CPP_METHOD_ATTR void JsonTextReader_Close_m2235937047 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method) { { JsonReader_Close_m1607758862(__this, /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_0 = __this->get__chars_16(); if (!L_0) { goto IL_0026; } } { RuntimeObject* L_1 = __this->get__arrayPool_24(); CharU5BU5D_t3528271667* L_2 = __this->get__chars_16(); BufferUtils_ReturnBuffer_m1757235126(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); __this->set__chars_16((CharU5BU5D_t3528271667*)NULL); } IL_0026: { bool L_3 = JsonReader_get_CloseInput_m1824727002(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_0041; } } { TextReader_t283511965 * L_4 = __this->get__reader_15(); if (!L_4) { goto IL_0041; } } { TextReader_t283511965 * L_5 = __this->get__reader_15(); NullCheck(L_5); VirtActionInvoker0::Invoke(5 /* System.Void System.IO.TextReader::Close() */, L_5); } IL_0041: { StringBuffer_t2235727887 * L_6 = __this->get_address_of__stringBuffer_22(); RuntimeObject* L_7 = __this->get__arrayPool_24(); StringBuffer_Clear_m2783062614(L_6, L_7, /*hidden argument*/NULL); return; } } // System.Boolean Newtonsoft.Json.JsonTextReader::HasLineInfo() extern "C" IL2CPP_METHOD_ATTR bool JsonTextReader_HasLineInfo_m659019218 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Int32 Newtonsoft.Json.JsonTextReader::get_LineNumber() extern "C" IL2CPP_METHOD_ATTR int32_t JsonTextReader_get_LineNumber_m1467351074 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method) { { int32_t L_0 = JsonReader_get_CurrentState_m2615533740(__this, /*hidden argument*/NULL); if (L_0) { goto IL_001b; } } { int32_t L_1 = JsonTextReader_get_LinePosition_m2636411728(__this, /*hidden argument*/NULL); if (L_1) { goto IL_001b; } } { int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, __this); if ((((int32_t)L_2) == ((int32_t)5))) { goto IL_001b; } } { return 0; } IL_001b: { int32_t L_3 = __this->get__lineNumber_20(); return L_3; } } // System.Int32 Newtonsoft.Json.JsonTextReader::get_LinePosition() extern "C" IL2CPP_METHOD_ATTR int32_t JsonTextReader_get_LinePosition_m2636411728 (JsonTextReader_t262560521 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__charPos_18(); int32_t L_1 = __this->get__lineStartPos_19(); return ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif