优化实践教程示例项目
您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

35346 行
1.8 MiB

#include "pch-cpp.hpp"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <limits>
#include <stdint.h>
struct VirtualActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1>
struct VirtualActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1, typename T2>
struct VirtualActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename T1, typename T2, typename T3>
struct VirtualActionInvoker3
{
typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
template <typename R>
struct VirtualFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1>
struct VirtualFuncInvoker1
{
typedef R (*Func)(void*, T1, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename R, typename T1, typename T2>
struct VirtualFuncInvoker2
{
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3>
struct VirtualFuncInvoker3
{
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
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 <typename T1, typename T2, typename T3>
struct InterfaceActionInvoker3
{
typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
template <typename R>
struct InterfaceFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1>
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 <typename R, typename T1, typename T2>
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);
}
};
// System.Action`1<System.Object>
struct Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87;
// Newtonsoft.Json.Utilities.BidirectionalDictionary`2<System.String,System.Object>
struct BidirectionalDictionary_2_t96BBB1E530DA466A62C25B69EF22432517CE6E17;
// System.Collections.ObjectModel.Collection`1<Newtonsoft.Json.JsonConverter>
struct Collection_1_t7961B8923F0E801A9FD6B5E01E1FBB05580AEF9F;
// System.Collections.ObjectModel.Collection`1<System.Object>
struct Collection_1_t3899E6252BC3D003B1AB1D6F5D7AD93EB1DCEEC3;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>
struct Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Threading.Tasks.Task>
struct Dictionary_2_t403063CE4960B4F46C688912237C6A27E550FF55;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo>
struct Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28;
// System.Collections.Generic.Dictionary`2<System.String,System.Int32>
struct Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588;
// System.EventHandler`1<Newtonsoft.Json.Serialization.ErrorEventArgs>
struct EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380;
// System.EventHandler`1<System.Object>
struct EventHandler_1_tD8C4A5BE1F7C91B1A7E99AE87AFD2F5432C38746;
// System.Func`1<Newtonsoft.Json.Serialization.IReferenceResolver>
struct Func_1_t78E8B13F3C7D6CC3EB821B4F5D26999D062417E2;
// System.Func`1<Newtonsoft.Json.JsonSerializerSettings>
struct Func_1_tBFD60F84D866D7D581A740F0AD1D2726E7052D08;
// System.Func`1<System.Object>
struct Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4;
// System.Func`1<System.Threading.Tasks.Task/ContingentProperties>
struct Func_1_tD59A12717D79BFB403BF973694B1BE5B85474BD1;
// Newtonsoft.Json.IArrayPool`1<System.Char>
struct IArrayPool_1_t5EA5B0C4FD1E47DB5E30F9B7802F3D7E181E10F6;
// System.Collections.Generic.ICollection`1<Newtonsoft.Json.JsonConverter>
struct ICollection_1_tBA46B0B91EBAF6B08DED48AF18B2916FC06B7FC6;
// System.Collections.Generic.ICollection`1<System.Object>
struct ICollection_1_tD7413105CA5DBF6629BE5E9EE453204D7C0D90FB;
// System.Collections.Generic.IList`1<Newtonsoft.Json.JsonConverter>
struct IList_1_t106D4C1340745E38431865BBEA6AE170A4713431;
// System.Collections.Generic.List`1<System.Byte>
struct List_1_t7D15BE3246500BBF1A24C24DBF963B89A876255B;
// System.Collections.Generic.List`1<Newtonsoft.Json.Converters.IXmlNode>
struct List_1_tCA41878C726B03CC852C13E2FB0D9FFA9CEE458E;
// System.Collections.Generic.List`1<Newtonsoft.Json.JsonConverter>
struct List_1_t2D3373CEE35E29CDEB531AF0926BF9553626BFDF;
// System.Collections.Generic.List`1<Newtonsoft.Json.JsonPosition>
struct List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB;
// System.Collections.Generic.List`1<System.Object>
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D;
// System.Collections.Generic.List`1<Newtonsoft.Json.Serialization.SerializationCallback>
struct List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132;
// System.Collections.Generic.List`1<Newtonsoft.Json.Serialization.SerializationErrorCallback>
struct List_1_t9F34549D054E5864A5FE59A6E94DA8FD8E2BDD2E;
// System.Predicate`1<System.Object>
struct Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12;
// System.Predicate`1<System.Threading.Tasks.Task>
struct Predicate_1_t7F48518B008C1472339EEEBABA3DE203FE1F26ED;
// System.Threading.Tasks.TaskFactory`1<System.Nullable`1<System.Boolean>>
struct TaskFactory_1_tA691E2BC5961896B5A97C2F15650D3151CE60A00;
// System.Threading.Tasks.TaskFactory`1<System.Nullable`1<System.DateTime>>
struct TaskFactory_1_tD1312B07567D037375AE1BC9E412FA736BE9A26C;
// System.Threading.Tasks.TaskFactory`1<System.Nullable`1<System.DateTimeOffset>>
struct TaskFactory_1_t9BADAC0CF805EB57D601FE0FDE41344D8C34C9AD;
// System.Threading.Tasks.TaskFactory`1<System.Nullable`1<System.Decimal>>
struct TaskFactory_1_t1FC6F041AB46A11726B4503E01C3D2C937910EC2;
// System.Threading.Tasks.TaskFactory`1<System.Nullable`1<System.Double>>
struct TaskFactory_1_t440BCA273D8F7D2BE5CAA88135480E6CF22A9715;
// System.Threading.Tasks.TaskFactory`1<System.Nullable`1<System.Int32>>
struct TaskFactory_1_tAE919A7BAE255B9F6EF5F440E30D3AF6A9C9322E;
// System.Threading.Tasks.TaskFactory`1<System.Byte[]>
struct TaskFactory_1_tE78D5901E25DE030D64ED783B6E0BED8282D0148;
// System.Threading.Tasks.TaskFactory`1<System.Boolean>
struct TaskFactory_1_tFAEAC22A1E986463E6956C344A78A7C7197288E0;
// System.Threading.Tasks.TaskFactory`1<System.Char>
struct TaskFactory_1_tAE55B2107FC11B3C6C510A21445CAC987671E7FD;
// System.Threading.Tasks.TaskFactory`1<System.Int32>
struct TaskFactory_1_t0BEF06D58E44525B9135AB0B22D016856EE69FF3;
// System.Threading.Tasks.TaskFactory`1<System.Object>
struct TaskFactory_1_t6F188FE70F3006B0386002E392B799D85100732B;
// System.Threading.Tasks.TaskFactory`1<System.String>
struct TaskFactory_1_t7ABCD7F9503486A075E0B072E6EB95956CFE3106;
// System.Threading.Tasks.Task`1<System.Nullable`1<System.Boolean>>
struct Task_1_t73C2C5C7202C39C9ED1CE9CD750B63BD7B0705D0;
// System.Threading.Tasks.Task`1<System.Nullable`1<System.DateTime>>
struct Task_1_t65DD22766038CC419979FC66D2CFEF60381EE84B;
// System.Threading.Tasks.Task`1<System.Nullable`1<System.DateTimeOffset>>
struct Task_1_tEFEAE70575CF6F04BF8FB37590483461AC941964;
// System.Threading.Tasks.Task`1<System.Nullable`1<System.Decimal>>
struct Task_1_t1253923251256D5BDFC2FDA8EFF422DBBAB7C239;
// System.Threading.Tasks.Task`1<System.Nullable`1<System.Double>>
struct Task_1_tB943B576D2304CD76D3E20C67231C192B2DD0C41;
// System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>
struct Task_1_t75694119DBB4B68675BB4BAB3E446BA4EE5C91C7;
// System.Threading.Tasks.Task`1<System.Byte[]>
struct Task_1_t46575E75F710D631831E756B5DE20429700F6B95;
// System.Threading.Tasks.Task`1<System.Boolean>
struct Task_1_t824317F4B958F7512E8F7300511752937A6C6043;
// System.Threading.Tasks.Task`1<System.Char>
struct Task_1_tF70626CA48A1BC439512EBC23E365CCCE98C92F9;
// System.Threading.Tasks.Task`1<System.Int32>
struct Task_1_t4C228DE57804012969575431CFF12D57C875552D;
// System.Threading.Tasks.Task`1<System.Object>
struct Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2;
// System.Threading.Tasks.Task`1<System.String>
struct Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0;
// System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>
struct Task_1_tE41CFF640EB7C045550D9D0D92BE67533B084C17;
// Newtonsoft.Json.Utilities.ThreadSafeStore`2<Newtonsoft.Json.Utilities.StructMultiKey`2<System.String,System.String>,System.Type>
struct ThreadSafeStore_2_tD138905FD3E2A03C1551F5EE129582035C1D1237;
// Newtonsoft.Json.Utilities.ThreadSafeStore`2<System.Type,Newtonsoft.Json.Serialization.JsonContract>
struct ThreadSafeStore_2_tF22121D3E11895CE38FFEE9105F013F4ECC2DFC5;
// Newtonsoft.Json.JsonWriter/State[][]
struct StateU5BU5DU5BU5D_tA12046738DA5F6289ABA74ED1C079ED07EE202ED;
// System.Boolean[]
struct BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4;
// System.Byte[]
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
// System.Char[]
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
// System.Delegate[]
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
// System.Int32[]
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
// System.IntPtr[]
struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832;
// Newtonsoft.Json.JsonConverter[]
struct JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E;
// Newtonsoft.Json.JsonPosition[]
struct JsonPositionU5BU5D_t529EF84770C7EF9DFD154612EED7169C4AF13338;
// System.Object[]
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
// System.Diagnostics.StackTrace[]
struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF;
// System.String[]
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
// System.Type[]
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
// System.UInt32[]
struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA;
// Newtonsoft.Json.DefaultJsonNameTable/Entry[]
struct EntryU5BU5D_t3184E1D42097231E108026E16E017E6C572FAA00;
// System.Action
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07;
// System.Diagnostics.CodeAnalysis.AllowNullAttribute
struct AllowNullAttribute_t6C28001C61F04EFE76D012D0BAA01A50F790996E;
// System.ArgumentException
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263;
// System.ArgumentNullException
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129;
// System.ArgumentOutOfRangeException
struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F;
// System.Attribute
struct Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA;
// Newtonsoft.Json.Utilities.Base64Encoder
struct Base64Encoder_t70348F0C1F3E24616D01828E151D7E559CE8AC57;
// System.Reflection.Binder
struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235;
// System.Globalization.Calendar
struct Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B;
// System.Threading.CancellationTokenSource
struct CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B;
// System.Globalization.CompareInfo
struct CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57;
// System.Threading.ContextCallback
struct ContextCallback_tE8AFBDBFCC040FDA8DA8C1EEFE9BD66B16BDA007;
// System.Globalization.CultureData
struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D;
// System.Globalization.CultureInfo
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0;
// System.Globalization.DateTimeFormatInfo
struct DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A;
// Newtonsoft.Json.DefaultJsonNameTable
struct DefaultJsonNameTable_t81ABCBAD900C62AEA009A48779C3F3893DBC110D;
// Newtonsoft.Json.Serialization.DefaultReferenceResolver
struct DefaultReferenceResolver_t2F8577BD7BE87EF2232A84B848D164DD192EE2CA;
// System.Delegate
struct Delegate_t;
// System.DelegateData
struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
// System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute
struct DoesNotReturnIfAttribute_tD0F599247B4E1EEFA526CCBBB08E133E1AC99487;
// System.Xml.DomNameTable
struct DomNameTable_tE4318EC10C55A46FD00324E740BFA7D9CEE2AF45;
// Microsoft.CodeAnalysis.EmbeddedAttribute
struct EmbeddedAttribute_tC2B2B55FE541386738AE5A2B7350AB966C710989;
// System.Xml.EmptyEnumerator
struct EmptyEnumerator_t84EC9187C8460EE98E675ED9258AE4DF2A6776DA;
// System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2;
// Newtonsoft.Json.Serialization.ErrorContext
struct ErrorContext_tEF76A5282C88B9261A5A35EEDA8FB53DA6E6F71B;
// Newtonsoft.Json.Serialization.ErrorEventArgs
struct ErrorEventArgs_t1B2CABE4363186DCBFD01B7D057F1BC92E143CAA;
// System.Exception
struct Exception_t;
// System.Collections.Hashtable
struct Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D;
// System.Runtime.CompilerServices.IAsyncStateMachine
struct IAsyncStateMachine_t0680C7F905C553076B552D5A1A6E39E2F0F36AA2;
// Newtonsoft.Json.Serialization.IContractResolver
struct IContractResolver_t7EC502F5FCA86DD95579A92A1E0116BE32D6340B;
// System.Collections.IDictionary
struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220;
// System.Collections.IEqualityComparer
struct IEqualityComparer_tEF8F1EC76B9C8E76695BE848D41E6B147928D1C1;
// System.IFormatProvider
struct IFormatProvider_tC202922D43BFF3525109ABF3FB79625F5646AB52;
// System.Runtime.Serialization.IFormatterConverter
struct IFormatterConverter_t726606DAC82C384B08C82471313C340968DDB609;
// Newtonsoft.Json.IJsonLineInfo
struct IJsonLineInfo_t0D0AE8B876EA3C837134934E5A1A3DF9FB72A32C;
// Newtonsoft.Json.Serialization.IReferenceResolver
struct IReferenceResolver_t29B0AEAFB8A7BF2EE446320DE590343B21EA69A3;
// Newtonsoft.Json.Serialization.ISerializationBinder
struct ISerializationBinder_t3C8B850335FB40001C9201981439AE77B430031F;
// Newtonsoft.Json.Serialization.ITraceWriter
struct ITraceWriter_t44C99CB7D5AB59A077F569914E56DAD66B5A41EF;
// System.Xml.Schema.IXmlSchemaInfo
struct IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB;
// System.InvalidOperationException
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB;
// System.Runtime.CompilerServices.IsReadOnlyAttribute
struct IsReadOnlyAttribute_t412393826D35E4C3C4AE5909FE3F67D639C102EE;
// Newtonsoft.Json.JsonArrayAttribute
struct JsonArrayAttribute_tFD08140E8D9D38970D4A0C824AF300A45FC184C2;
// Newtonsoft.Json.JsonConstructorAttribute
struct JsonConstructorAttribute_t6208876FE5D9A006C934D0C802EF83ACAA0E80DE;
// Newtonsoft.Json.JsonContainerAttribute
struct JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7;
// Newtonsoft.Json.Serialization.JsonContract
struct JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA;
// Newtonsoft.Json.JsonConverter
struct JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16;
// Newtonsoft.Json.JsonConverterAttribute
struct JsonConverterAttribute_t8A0F4E46EC010D3F56F2CE55882AB58B0A2D9B44;
// Newtonsoft.Json.JsonConverterCollection
struct JsonConverterCollection_t6EEC84565C08B14107276B5023CE9E978DFCDF89;
// Newtonsoft.Json.JsonDictionaryAttribute
struct JsonDictionaryAttribute_t55904FD7C00AA9EF94FAEF553F5595E203DA6E3E;
// Newtonsoft.Json.JsonException
struct JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD;
// Newtonsoft.Json.JsonExtensionDataAttribute
struct JsonExtensionDataAttribute_tF492B4EC51E6325C4CA761F373861202B4F9035E;
// Newtonsoft.Json.JsonIgnoreAttribute
struct JsonIgnoreAttribute_t9C194C4132F31C3496A2B7C90C9050BA47A34850;
// Newtonsoft.Json.JsonNameTable
struct JsonNameTable_t0B2C7BA303E82F2C1E3C1176620FA86FA3BB611F;
// Newtonsoft.Json.JsonObjectAttribute
struct JsonObjectAttribute_tF1A0A8D30875A7ECC57B4B2D52C684D61D2038B9;
// Newtonsoft.Json.JsonPropertyAttribute
struct JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48;
// Newtonsoft.Json.JsonReader
struct JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765;
// Newtonsoft.Json.JsonReaderException
struct JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA;
// Newtonsoft.Json.JsonRequiredAttribute
struct JsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647;
// Newtonsoft.Json.JsonSerializationException
struct JsonSerializationException_t00F36890DFAC04F2FDE779151340B9C5563612EC;
// Newtonsoft.Json.JsonSerializer
struct JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59;
// Newtonsoft.Json.Serialization.JsonSerializerInternalReader
struct JsonSerializerInternalReader_tB13136F0DA95D198262A47B23B64F33590A956E5;
// Newtonsoft.Json.Serialization.JsonSerializerInternalWriter
struct JsonSerializerInternalWriter_t9625AB9A7212A131A3B48F8BC3D1F6835DC51866;
// Newtonsoft.Json.Serialization.JsonSerializerProxy
struct JsonSerializerProxy_t4AFA5984432EE56D56AC4507C35171B730C05B4A;
// Newtonsoft.Json.JsonSerializerSettings
struct JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF;
// Newtonsoft.Json.JsonTextReader
struct JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E;
// Newtonsoft.Json.JsonTextWriter
struct JsonTextWriter_t8A730143EFDFE2A07F31B3C4DB82061A883A60F4;
// Newtonsoft.Json.JsonWriter
struct JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3;
// System.Diagnostics.CodeAnalysis.MaybeNullAttribute
struct MaybeNullAttribute_t662AA3ECB8CCA9460F986E6E24A7091286E9D032;
// System.Reflection.MemberFilter
struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553;
// System.Reflection.MethodInfo
struct MethodInfo_t;
// Newtonsoft.Json.Serialization.NamingStrategy
struct NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50;
// System.Diagnostics.CodeAnalysis.NotNullAttribute
struct NotNullAttribute_tDEA5969AB691A8F65140AD3F8A97DA1F1C62D6A1;
// System.Diagnostics.CodeAnalysis.NotNullWhenAttribute
struct NotNullWhenAttribute_t51688EDAAFB2931702499D7CF2384403E0A293C9;
// System.Runtime.CompilerServices.NullableAttribute
struct NullableAttribute_tE12DE86818301058BBA3570511A38AFCA7BFB0DE;
// System.Runtime.CompilerServices.NullableContextAttribute
struct NullableContextAttribute_t7696A8146ECF1153807F5C3A23A8E7ECA6E5BA00;
// System.Globalization.NumberFormatInfo
struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472;
// System.Runtime.Serialization.SafeSerializationManager
struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6;
// System.Xml.Schema.SchemaInfo
struct SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E;
// System.Runtime.Serialization.SerializationBinder
struct SerializationBinder_tB959BF0F4EF3F8611E5891A7011DD99F9FD69E2A;
// Newtonsoft.Json.Serialization.SerializationBinderAdapter
struct SerializationBinderAdapter_tFBDD37985DAFAC30BC71E67FC1F51A0F354A3F1A;
// System.Runtime.Serialization.SerializationInfo
struct SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37;
// System.Threading.Tasks.StackGuard
struct StackGuard_tACE063A1B7374BDF4AD472DE4585D05AD8745352;
// System.String
struct String_t;
// System.Text.StringBuilder
struct StringBuilder_t;
// System.IO.StringReader
struct StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8;
// System.IO.StringWriter
struct StringWriter_tF48052BE4F980E5C85403221E835768E4156267D;
// System.Threading.Tasks.Task
struct Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572;
// System.Threading.Tasks.TaskFactory
struct TaskFactory_tF781BD37BE23917412AD83424D1497C7C1509DF0;
// System.Threading.Tasks.TaskScheduler
struct TaskScheduler_t3F0550EBEF7C41F74EC8C08FF4BED0D8CE66006E;
// System.Globalization.TextInfo
struct TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4;
// System.IO.TextReader
struct TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7;
// System.IO.TextWriter
struct TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3;
// Newtonsoft.Json.Serialization.TraceJsonReader
struct TraceJsonReader_tD4D9FA5AA572E9BAB681D1B0BBA67990700CCB13;
// Newtonsoft.Json.Serialization.TraceJsonWriter
struct TraceJsonWriter_t8594E0A375EC85B5EA9AF763114C4E39B8258FCE;
// System.Type
struct Type_t;
// System.Text.UnicodeEncoding
struct UnicodeEncoding_t2C90D9E1E55C16081FACA57B229053C1EF05DAF0;
// System.Uri
struct Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E;
// System.UriParser
struct UriParser_t920B0868286118827C08B08A15A9456AF6C19D81;
// System.Void
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
// System.Xml.Linq.XContainer
struct XContainer_tF94A2D69B11B71834E4E5531DD59E627CBFE2BBF;
// System.Xml.Linq.XDeclaration
struct XDeclaration_t62AAE9A25589F7D4C5B016DDF6DF858D11A2A990;
// System.Xml.Linq.XDocument
struct XDocument_tFD643046CAF39623C3D8AA1693390D5EE08E82F1;
// System.Xml.Linq.XObject
struct XObject_t1E867FBE626AA0DC878BDDFC1ABCF19F1A4B5C29;
// System.Xml.XmlDocument
struct XmlDocument_t4DE82998E642C5C21A4A620A5278237C70D3E42B;
// System.Xml.XmlImplementation
struct XmlImplementation_t4B3F467B76BD95C919C40424196C55B38EEC0F4D;
// System.Xml.XmlLinkedNode
struct XmlLinkedNode_t640BF5D3FDAF0606665C3BAE565988A5014F1B9C;
// System.Xml.XmlNamedNodeMap
struct XmlNamedNodeMap_t13203D1B3861C62568AFFA1D644C04ABCBFC130C;
// System.Xml.XmlNode
struct XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF;
// System.Xml.XmlNodeChangedEventHandler
struct XmlNodeChangedEventHandler_t907F6E9CB8DE238635028EC468AD41CAB0BA269B;
// Newtonsoft.Json.Converters.XmlNodeConverter
struct XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF;
// System.Xml.XmlResolver
struct XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF;
// System.Xml.Schema.XmlSchemaSet
struct XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1;
// Newtonsoft.Json.DefaultJsonNameTable/Entry
struct Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2;
// Newtonsoft.Json.JsonSerializerSettings/<>c__DisplayClass92_0
struct U3CU3Ec__DisplayClass92_0_t716D9B4E028930AC763EA1DD1C37E64678FFF40F;
// System.Threading.Tasks.Task/ContingentProperties
struct ContingentProperties_t3FA59480914505CEA917B1002EC675F29D0CB540;
// System.Uri/UriInfo
struct UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09;
IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AsyncTaskMethodBuilder_1_t0F76E779969EE3E617B35882CAB293B65403E2F3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AsyncTaskMethodBuilder_1_t217E99BB21C2C44C75A9042892F2D37033643B36_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AsyncTaskMethodBuilder_1_t5019936B22640F9C2547CBE357F45D942841FAC7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AsyncTaskMethodBuilder_1_t7BA09CA1BB279AA706D98A618EE11038FD1985F7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AsyncTaskMethodBuilder_1_tA28B0962049DC249BEC0054E2394B1962E28E90E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AsyncTaskMethodBuilder_1_tA37ED9A5D3A5A604D8DE794A45320CF8F5F7AC47_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AsyncTaskMethodBuilder_1_tAA005815DC520CE8A2C1F518268AC0B4735B7EB6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AsyncTaskMethodBuilder_1_tD13C30CCEA06DAAC3D725FDE727D31CE7D60BC5E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AsyncTaskMethodBuilder_1_tF4B144BF5EE52E8AC70FFD31FC2684642AC52B81_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AsyncUtils_t2172E6EFE7AF89193B0556B417E8A4430C28A7FC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DefaultJsonNameTable_t81ABCBAD900C62AEA009A48779C3F3893DBC110D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DefaultReferenceResolver_t2F8577BD7BE87EF2232A84B848D164DD192EE2CA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DefaultSerializationBinder_t6767000E873D10EBF36E0C036CC1926542B5112D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EntryU5BU5D_t3184E1D42097231E108026E16E017E6C572FAA00_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_1_t78E8B13F3C7D6CC3EB821B4F5D26999D062417E2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Guid_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ICollection_1_tBA46B0B91EBAF6B08DED48AF18B2916FC06B7FC6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IFormattable_t235A539BD9771E1E118DB99384BA8385D2F971CA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IJsonLineInfo_t0D0AE8B876EA3C837134934E5A1A3DF9FB72A32C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IList_1_t106D4C1340745E38431865BBEA6AE170A4713431_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ISerializationBinder_t3C8B850335FB40001C9201981439AE77B430031F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ITraceWriter_t44C99CB7D5AB59A077F569914E56DAD66B5A41EF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* JavaScriptUtils_t41F94ACD19AD4866BBC370C0C6A45522105B9DEF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* JsonContainerType_t4F8244AEE40CAB63CA2C1E281038F4E2B3E3887E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* JsonConverterCollection_t6EEC84565C08B14107276B5023CE9E978DFCDF89_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* JsonPosition_t7788656A280615072710710E8C15D23285850E8E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* JsonSerializationException_t00F36890DFAC04F2FDE779151340B9C5563612EC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* JsonSerializerInternalReader_tB13136F0DA95D198262A47B23B64F33590A956E5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* JsonSerializerInternalWriter_t9625AB9A7212A131A3B48F8BC3D1F6835DC51866_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* JsonTextWriter_t8A730143EFDFE2A07F31B3C4DB82061A883A60F4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* JsonToken_t00B2B3F98FB3E9A8DE72409901BED1C7F1670BD5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t2D3373CEE35E29CDEB531AF0926BF9553626BFDF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t7D15BE3246500BBF1A24C24DBF963B89A876255B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Nullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Nullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Nullable_1_t6E154519A812D040E3016229CD7638843A2CC165_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SerializationBinderAdapter_tFBDD37985DAFAC30BC71E67FC1F51A0F354A3F1A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SerializationBinder_tB959BF0F4EF3F8611E5891A7011DD99F9FD69E2A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* State_tFC19CCEAFF8F4E6C73914F3B8850C622CE3490A4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringWriter_tF48052BE4F980E5C85403221E835768E4156267D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TraceJsonReader_tD4D9FA5AA572E9BAB681D1B0BBA67990700CCB13_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TraceJsonWriter_t8594E0A375EC85B5EA9AF763114C4E39B8258FCE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass92_0_t716D9B4E028930AC763EA1DD1C37E64678FFF40F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XDocument_tFD643046CAF39623C3D8AA1693390D5EE08E82F1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlDocument_t4DE82998E642C5C21A4A620A5278237C70D3E42B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t2100A0BC4744267E7860382071B8C5AC5C15E6CD____E289D9D3D233BC253E8C0FA8C2AFDD86A407CE30_18_FieldInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral042D5257625C9358C840FA1BA4A978DC0470104F;
IL2CPP_EXTERN_C String_t* _stringLiteral08440D5D4C6716EB5A69FB4349AD1731E41170F7;
IL2CPP_EXTERN_C String_t* _stringLiteral09B11B6CC411D8B9FFB75EAAE9A35B2AF248CE40;
IL2CPP_EXTERN_C String_t* _stringLiteral11F941DFBA062769D6F047F85D846335446DFB0E;
IL2CPP_EXTERN_C String_t* _stringLiteral1259A69728F6E183F7B07DB0D5DE2D7D966667C1;
IL2CPP_EXTERN_C String_t* _stringLiteral13872043775D2451AF84CDFC4C77247AABC111DE;
IL2CPP_EXTERN_C String_t* _stringLiteral13BD732681D88AB6355EB68BDDA7EBBCC1206658;
IL2CPP_EXTERN_C String_t* _stringLiteral152B86A15BB1547061F59ADC16CADE5BB1511C7D;
IL2CPP_EXTERN_C String_t* _stringLiteral158765DAD906DF36B8505DD381B603F9A0F345A1;
IL2CPP_EXTERN_C String_t* _stringLiteral2126A564AADEBC9EC77DE191B2AB9177358A6021;
IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745;
IL2CPP_EXTERN_C String_t* _stringLiteral2591BC727921C9B6A5E095E0888D3483EAE15E1C;
IL2CPP_EXTERN_C String_t* _stringLiteral2594644AE572F89F612BCB57FF0C68FAE6AB9DA0;
IL2CPP_EXTERN_C String_t* _stringLiteral270A3005FA6EE97F89CC51926146A36B2B0400CD;
IL2CPP_EXTERN_C String_t* _stringLiteral2AC7AD72C8C7727EB908AAF2FE71F321499373FC;
IL2CPP_EXTERN_C String_t* _stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE;
IL2CPP_EXTERN_C String_t* _stringLiteral2E960D5150CB102FE0FD08E925071DFDF8D3364C;
IL2CPP_EXTERN_C String_t* _stringLiteral320772EF40302B49A179DB96BAD02224E97B4018;
IL2CPP_EXTERN_C String_t* _stringLiteral32EABB14738F60B1C336D90AE9D93CE15F48116D;
IL2CPP_EXTERN_C String_t* _stringLiteral33F3CCC8C96B52CBA9D88D899779B6191CE15B79;
IL2CPP_EXTERN_C String_t* _stringLiteral33FD405D3BA3127C8C4DE356A7330442BF516F7E;
IL2CPP_EXTERN_C String_t* _stringLiteral36A2069F2EBB68A1BE4AF9D9FF3B475C9EE76A26;
IL2CPP_EXTERN_C String_t* _stringLiteral3BDE36734DA338BA8CE22868593B120CABF7E673;
IL2CPP_EXTERN_C String_t* _stringLiteral3CB83D01AFDFD325DD1290B1890CD781893086B0;
IL2CPP_EXTERN_C String_t* _stringLiteral3DEC0D937D2006F461C592A7C679860346661B25;
IL2CPP_EXTERN_C String_t* _stringLiteral3F548562C3CCA4BBECF95F8971C4DD4C8A862DE9;
IL2CPP_EXTERN_C String_t* _stringLiteral40746AA0CDE78B7D63B9BBD5EA20977350DEB0DD;
IL2CPP_EXTERN_C String_t* _stringLiteral451FE154B618BE0288F8F244B9F13BB01C4D2FDF;
IL2CPP_EXTERN_C String_t* _stringLiteral45E83B62D7297228BA9BE75B2FDFC650B833EC46;
IL2CPP_EXTERN_C String_t* _stringLiteral46D0177DFB3F0AF27BD70DA6DEF6FDD4A6C7C944;
IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8;
IL2CPP_EXTERN_C String_t* _stringLiteral47D7A062A664CE7F57BD7DDAB24C563130766892;
IL2CPP_EXTERN_C String_t* _stringLiteral489D254BDFD5C4D9510447E85CFB7BB6AB8E92C6;
IL2CPP_EXTERN_C String_t* _stringLiteral4A1B02691D5F67CCB02E25545FC0BC709056EA08;
IL2CPP_EXTERN_C String_t* _stringLiteral4EA506B69E335C18E704C80BD1C743CBC3F8DCB8;
IL2CPP_EXTERN_C String_t* _stringLiteral51A27B2BA2890881DE51265E5366F94E15F61348;
IL2CPP_EXTERN_C String_t* _stringLiteral546DC8042D987ADE62998CEBF32C2F71A92A8154;
IL2CPP_EXTERN_C String_t* _stringLiteral55AF7DBF13B32167FCB3F5C1105702295D67D528;
IL2CPP_EXTERN_C String_t* _stringLiteral57B341789365819E03B537390DEEB644B5EB0CEA;
IL2CPP_EXTERN_C String_t* _stringLiteral5A65C5353FCF9B2392130B62992E8D50E5552C89;
IL2CPP_EXTERN_C String_t* _stringLiteral5B22DE498A248A5D137E9D01CFAA089B3CA784EA;
IL2CPP_EXTERN_C String_t* _stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174;
IL2CPP_EXTERN_C String_t* _stringLiteral5C0CD24479F0451747CC0A2C7CDE95061553222E;
IL2CPP_EXTERN_C String_t* _stringLiteral5E079D9BD60D20B2D539239450C2A3B2D10F6C56;
IL2CPP_EXTERN_C String_t* _stringLiteral5FAD7770918C6E78D94301DA64DF0E8EB61EA7A1;
IL2CPP_EXTERN_C String_t* _stringLiteral60D8A3D869242922B132601B16B00E5AE9AC8E8B;
IL2CPP_EXTERN_C String_t* _stringLiteral61632E42A0E229746520A210984ADA9A7D988192;
IL2CPP_EXTERN_C String_t* _stringLiteral683CA1B8E9B788512A00D071449A6FA87D813606;
IL2CPP_EXTERN_C String_t* _stringLiteral6F45AE1F6DDDD4F0B29149B9126317C62C36E5A5;
IL2CPP_EXTERN_C String_t* _stringLiteral70EEFAA66DA29FAC9E1A81759A5984878FB67ED3;
IL2CPP_EXTERN_C String_t* _stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB;
IL2CPP_EXTERN_C String_t* _stringLiteral79D571C2E0438A96561C6F47157F2572D1CCD56A;
IL2CPP_EXTERN_C String_t* _stringLiteral7AC7AB0661F4B3FB85F0ECB9054F4C1BE122885D;
IL2CPP_EXTERN_C String_t* _stringLiteral7CEA2FF07D6B6EFFB0D2FE96C3E1DA596EC55036;
IL2CPP_EXTERN_C String_t* _stringLiteral82A48DA1E7A9588DA188DC841AF17995A36BB122;
IL2CPP_EXTERN_C String_t* _stringLiteral896E77B114098BE65C71B40EC53BCAB6F2A6A314;
IL2CPP_EXTERN_C String_t* _stringLiteral8A4CB13FA4ACF90231000678CC69D8AC0A01FE73;
IL2CPP_EXTERN_C String_t* _stringLiteral93793CFCB0E5DC19248B4B3239C9ACF940258782;
IL2CPP_EXTERN_C String_t* _stringLiteral939D71C3E77A3C6D9EE95ABAAB53367196A61BBF;
IL2CPP_EXTERN_C String_t* _stringLiteral9C13F9518FA7CC1BD59798DD42106A373DE21BD3;
IL2CPP_EXTERN_C String_t* _stringLiteral9CA8C44D8001E19877B2F2B86EC61A60048AF615;
IL2CPP_EXTERN_C String_t* _stringLiteral9D64FD021538BBCA256D783E52916EC66D2582E4;
IL2CPP_EXTERN_C String_t* _stringLiteral9FE6C6537467A9CE1B0920766AE42A334B64AA94;
IL2CPP_EXTERN_C String_t* _stringLiteralA019FB7F17AA36A9743C530E1F11D5613B8B1158;
IL2CPP_EXTERN_C String_t* _stringLiteralA1216524CEC07B2021B75BE715C2136F65EEF8CC;
IL2CPP_EXTERN_C String_t* _stringLiteralA15CF7E1CEFBD0C475E3A89A80B5393D417F8634;
IL2CPP_EXTERN_C String_t* _stringLiteralA1D84A955BA15307F2CBD1A2AAE0A3D075B4321F;
IL2CPP_EXTERN_C String_t* _stringLiteralA51B14EEE37AF979D300EFF9CB43B1B78626C857;
IL2CPP_EXTERN_C String_t* _stringLiteralAB288DF9A2916D57A7E6D73226C3C1BAF54C9408;
IL2CPP_EXTERN_C String_t* _stringLiteralAF8C78D3ABD8A135F42C84881BFEFF370220ABAB;
IL2CPP_EXTERN_C String_t* _stringLiteralB56B1A8EB1266CAF5186ABF821BE92341AEB5FAF;
IL2CPP_EXTERN_C String_t* _stringLiteralB611668C4A625F042C90A7F3AC01E72247744D5D;
IL2CPP_EXTERN_C String_t* _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2;
IL2CPP_EXTERN_C String_t* _stringLiteralBCF1D25B05860FF3AADE7EC54A45D791634970B6;
IL2CPP_EXTERN_C String_t* _stringLiteralBF7965C967856FAE6BF532BD484672CA37E74311;
IL2CPP_EXTERN_C String_t* _stringLiteralBFA1DD5A2F76C53F5CEBCC19C73BE1306F5EF247;
IL2CPP_EXTERN_C String_t* _stringLiteralBFC6EFA30212A785DD99A9B079E0B792860EA6B6;
IL2CPP_EXTERN_C String_t* _stringLiteralC008E503687BA2A627379D4E257787AEA3506830;
IL2CPP_EXTERN_C String_t* _stringLiteralC24C7EB2258A7909378797A0C4011EC281984C75;
IL2CPP_EXTERN_C String_t* _stringLiteralC31E66F919D06AD2730738EF7F884271E99BB7DA;
IL2CPP_EXTERN_C String_t* _stringLiteralC430CC8B1BC8542E15779055224F947FCDA79CB6;
IL2CPP_EXTERN_C String_t* _stringLiteralCD2956AE0ADA8B1B0E3E0C4A03F3BD968CA54060;
IL2CPP_EXTERN_C String_t* _stringLiteralCF56E40291F5B3AA26C55A369AC8E3145F9C903C;
IL2CPP_EXTERN_C String_t* _stringLiteralD4375B5558631B37241ECEF7EADCC7F8558F7FD0;
IL2CPP_EXTERN_C String_t* _stringLiteralD9D48D0E16129B9AA9B4C0A1840318F21A0A4EB3;
IL2CPP_EXTERN_C String_t* _stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6;
IL2CPP_EXTERN_C String_t* _stringLiteralE7D89EE67669C688B4DDE92E4F7F7835B2E359FB;
IL2CPP_EXTERN_C String_t* _stringLiteralEA684F3EFC323E6BBAB839483D825C367D7BC511;
IL2CPP_EXTERN_C String_t* _stringLiteralEAB6322D18614AF353D31A2FCF18E0D692F3E72D;
IL2CPP_EXTERN_C String_t* _stringLiteralEB3D98CC4A78CBE066E2B4809C93F62460AE5180;
IL2CPP_EXTERN_C String_t* _stringLiteralECAC83771A00C701043A940F621CC1C765D30D31;
IL2CPP_EXTERN_C String_t* _stringLiteralEE710863535BE9B7DACB2F9ED0EB20F85D091B7D;
IL2CPP_EXTERN_C String_t* _stringLiteralEF71D65961F6679C9A6BD7E304B6876E8D54E895;
IL2CPP_EXTERN_C String_t* _stringLiteralEF7BA52D332C76AD75DE632E0A04B7AFED29EECA;
IL2CPP_EXTERN_C String_t* _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D;
IL2CPP_EXTERN_C String_t* _stringLiteralFBDED71709FCEDA454F0DB97DB9136219A5ACF82;
IL2CPP_EXTERN_C String_t* _stringLiteralFD0BD4C28C5DD340193C602B92723689D3AD161B;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CMoveToContentFromNonContentAsyncU3Ed__14_t5C1A2CB5DE2F1C4A2764A241B9D8AC115D343A32_m0ACBAE60A1C81FC7ED815295B735A185C685061F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CReadAndMoveToContentAsyncU3Ed__12_t1F39829270AB73E558C8C4636F23E71DA39B90BB_mAC43010194D2FABB1458D02270AD715641A3EBE8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CReadArrayIntoByteArrayAsyncU3Ed__5_t8D6087A7701FE87C9A96520D4219DCFA8717A94A_m901B962BFD1D2A4A367CB5BA00305D983C59423E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Create_m145FFCC5EF8FDBB354085B56EE5CA5B865F5F49C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Create_m4CB15D06286C7AA0BA8318800D23A9D574CBE0E8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Create_m53D0A527D96BEE82B2B6ABA81CAC967228B0E452_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Create_m947F84E9E3C8ACB9A24160F6C3C33BF4D70F1AB1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Create_m9A684FC6084699E902E2812424176F19A84C2021_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Create_mAFCDBB3F3D94DC87243FAB2D72DD85D1EFB68441_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Create_mC1147FD8ED81E882A7AF119D34FE8082015E0E42_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Create_mC1979663ACE6C155D712F82737927F6850B8BF41_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Create_mC57CC757E0B5634D1157643CD0D75090F6E3201A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Create_mD6BC27D1E6350ECB9B61238E38D4C15C8CE96802_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Create_mE1BCAD450F9F52C26974E07F87A47C1EBEAE2B06_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Create_mE41F34163E40A97FB25427519FBDB7692F06D192_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetException_mB8F5D5EF18A12CBFF3C7D54CE6382DBB1640C0FD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetException_mF567C6A1FEA33A1EF9F395C24D9CD4095E2B70A6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetResult_mA33666F8F9751DDF31F6C4C22C991E9F4BDA52B0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetResult_mF21C48FC9CEC24F4E9C5975C54F87BE9CA179046_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetStateMachine_m9D382E265E211762EDB525CF74EBB7FA21DDDCE8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetStateMachine_mAD061BEAE640C56538A74B398FCF9195BCED98E4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsBooleanAsyncU3Ed__40_t1FC234CFBC3D01B9FD2C9F2365D0A7BA3E12AEDF_m6F2CBEC779E5B962AD9FBC91040BDD3F8D794747_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsBytesAsyncU3Ed__42_tD52457B8015747423AFC01351311EB45A1F1EE68_m1C271C574FA57279BC7DB76D1610541893975F07_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsDateTimeAsyncU3Ed__45_t5AD785D70EAFD5E48A58440513186424824D0880_m449ABA9E5BCB8727CEC641F097DFF89DA4FFD0AD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsDateTimeOffsetAsyncU3Ed__47_t378C51B5DE3CAFAB26E5C8766C8EBFE1E4EC4450_m060B107A046488DA942588B3FF727CAA75A600C5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsDecimalAsyncU3Ed__49_t678B51EA86EBF0CCD323147293035394B33C8DDF_m7204A889585AE59C502389FACAB6555D0D49B057_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsDoubleAsyncU3Ed__51_t0C6FAF7D482F0EC5D559436276EDF6252501D031_m0A8575CA689D9CE2DB545B1B35AE1A6045D46DC8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsInt32AsyncU3Ed__53_t13C3AFD09883FEE38A0D5B54C93A6B599D2AB480_mC67780F282D939619D7ED7DEAEF4F907CEE9049C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsStringAsyncU3Ed__55_t63C07945627752D063789D6C1D3B1CC86046B053_mEC090F18EFACFA666FE1A91E464AA935865087C9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsyncU3Ed__3_tA46AB44FDD374D3515F3FD85E9F2C88D3760CA4E_mAC281C066F83B711CBFB35C744DA69A2F002CBAF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CMatchValueAsyncU3Ed__19_t5AD6346B00C4C4FC670F55C39C6D045D43B8582D_m32E8188DA822EEE2F4E2D3C9748383732C65B116_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CMatchValueWithTrailingSeparatorAsyncU3Ed__20_tEC12EC2CC4A3158DBDAF05681B8AA709C1AA10B3_m4CDA5296075AAE1104C49A8D92AC31A29F4E7510_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CMoveToContentFromNonContentAsyncU3Ed__14_t5C1A2CB5DE2F1C4A2764A241B9D8AC115D343A32_m4F7618F7056708D72099608DE95BB11B3AA61D98_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CParseNumberNaNAsyncU3Ed__26_t202B518CE39C327490C3AFFB092C1440960E3DCD_mA22ED225FDCD89100B9260F0F417EEC49CA26FF5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CParseNumberNegativeInfinityAsyncU3Ed__28_tF27E4166499FDC284A88B58DFD2CC3DBA46EF102_m9192AF9778099DC4A2F7490D548FF7B26A4E53E5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CParseNumberPositiveInfinityAsyncU3Ed__27_t3CCD8B9A15C6CFA01B46815CEE281403B986847A_mEC02129B637E43E74BA09148C0AFD1AAC2632281_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CParseObjectAsyncU3Ed__15_tD8DA78FCF30569472EC2738627FD798EEA97BB11_m670A967913A8A7CD65447511F14C3BACC741A1E5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CParsePostValueAsyncU3Ed__4_t2565628AABDE0EFE32362E8AB8F38097959B639B_m4AA23AC238C3546853A8FCA4AB876237A63BABE8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CParsePropertyAsyncU3Ed__31_t6F8D7F6C62EFB764EE5F9B51EDC74D384559A594_m0EDCB0CAD8F9BFAFE9055B5085420554A4201E9C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CParseUnicodeAsyncU3Ed__12_t6E9A097907EC707C11AC31384BA1711E9E601DC0_m64B36DCD87B404E6807788570F875B25C317D0A1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CParseValueAsyncU3Ed__8_tB97C3E304A31B7E7F9C6224B197A9F5D7FF565D0_m6F0491C474756FB9FF7D56153C4D71B13C473E9A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CReadAndMoveToContentAsyncU3Ed__12_t1F39829270AB73E558C8C4636F23E71DA39B90BB_m913376DB40FBCEC2BFDC6CC91A5AE1088348CA3E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CReadArrayIntoByteArrayAsyncU3Ed__5_t8D6087A7701FE87C9A96520D4219DCFA8717A94A_mB491AD7CD1C7F015C0608C6D21A6C99DC0BF76C1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CReadCharsAsyncU3Ed__14_t74CF9E22B9A4A43E8E9DF3756A6158705EB9A626_m0CECFE6624F9A67AB46EBC77002459F3DDA75F8C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CReadDataAsyncU3Ed__7_t7616932194A372D503D0DD13A29073E7AD8C06B7_mC1F82E8D9806D50FE1658867D41FEB049165F961_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CReadFromFinishedAsyncU3Ed__5_t567743D80F8A434DAF8D538FBA4A6A3AC7D6D0DB_mA16AA97AA8F05CB695A3AEDE970A25CAE352EE73_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CReadNullCharAsyncU3Ed__34_tC1803D9A31DB1E1B3F72270CD10AC25C862D0785_m2FF6F7A93BA84AB455FFFBA947755BA4E704C34A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CReadNumberValueAsyncU3Ed__38_t1E673208CDB5C144FFC3F97CDF0C05BC03B38BDE_m48A2F718E69447B804EDA80AF90B3ABA0D865D40_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CReadStringValueAsyncU3Ed__37_tC22F6DC2FBC218785263CEEFF8AC80A27BD5DFBE_m080497BCDEBD879FD31916E669940326BF2B1648_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_get_Task_m01EB243CF4396C9A2645F71572B47CF12151974E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_get_Task_m1BFEC2D85643659CCFCB0055986B849F09DB6DE2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_get_Task_m2DCDBC59910811D107353C5752AD58B28C2D97FE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_get_Task_m681268783211B285AABC4BE7872DEBEBC6E1815A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_get_Task_m7164E00326DC7BC82FE12A781478471DD7A1CE69_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_get_Task_m7240951B6E9A5DB275CDFCA78339FFEE26BA8802_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_get_Task_mB36BC37F05CC1BD3EDB9EC66B9BBEA7DE33F3D03_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_get_Task_mBF376E337D4B5678E2CA85B41B527FA18E340B4A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_get_Task_mC10888726AB1CF669A543F39EC82C1B8B296C524_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_get_Task_mEA092EC6F1324A9D694CF6056FA8583F2A2BDC89_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_get_Task_mFF107A582F8CB464DC795B93946486F5CB72C967_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CReaderReadAndAssertAsyncU3Ed__2_t572869D71BE3CF3C23B194BFCEB3CEF33199EDD7_m4C418EDEC6C525D2B63B8C5B65EDCBA83F9A56A5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CSkipAsyncU3Ed__1_t8F0C7302F4FE7641CABDA0B29B9662FC16F8043B_m45C4C8BF33EAA9D63CA9D276CDC7A88F70942577_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CEatWhitespaceAsyncU3Ed__17_tB5ACE0F164BD4E46E90D99CB3ED5885CE1301B1F_m3F635AB61F28E6C0B127EF3CDDDE1D15268D8F88_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CHandleNullAsyncU3Ed__35_t066A2DA3C880CFC30E3664BFBAB9DCB43137212E_mD9E50F4637FD187A74AF345072805AB85AA783A0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CMatchAndSetAsyncU3Ed__21_t242B452BC7F54333EDCDF6864AA6061B68A1F071_mB691569A50915D95215EEC83DD368214BA795446_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CParseCommentAsyncU3Ed__16_t946D317ED94B4DA21A201285AD9BE935758A328F_m23729C4E0F6F8940E34ACEA5BEB5A6ECFEA1826B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CParseConstructorAsyncU3Ed__25_tF73A320F9D98CCA7E54246C9C787CEF21B954092_m82F6C812D75E00C40589F8CAC358C2EED8199522_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CParseNumberAsyncU3Ed__29_tCB458D8E63B8C1EE749C579BD499450E7C34BE18_mE0BF545CAAB2AB8B3E94DC84A8ACE17863A738F2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CParseStringAsyncU3Ed__18_tE689F6F20A75B29849FCAA30C81977568AE94B7B_m6AE81B1335F7004C9D94DF1E94E29FBFFE43E3B3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CParseUnquotedPropertyAsyncU3Ed__33_tED6843B3B9218BEDF46702940D88A277D02A05B2_m9EAB2FB2673F2A2D5627EC1ED0C44E0C6CDD63FC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CProcessCarriageReturnAsyncU3Ed__11_tC4F0CA8077C03B0147F68C3EB1FDC520615E6692_m861D95CD537023BF51F79929CB9EF1C367C4E65B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CReadFinishedAsyncU3Ed__36_t526F4ABF5E4C01DB6B1E6C62F4109B7CD606CFB4_m055CBE66D5BB720BD132367912138A1BA83DEF67_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CReadIntoWrappedTypeObjectAsyncU3Ed__43_t95F011C64E38B823F87C7E435802A2056FF03B2F_m73A16AA768AC856BAEBF9F4D00602BD683B6C874_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CReadNumberIntoBufferAsyncU3Ed__32_t5C647A69C8E67EE0F64C8B0B08217DE7A34D753A_m654E17613E4BF50373057DB06CD67BB4C1A399F5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CReadStringIntoBufferAsyncU3Ed__9_t6590404E9863BA6BC3F174F77ADD6E35BE90E574_m98BC8558DFE41AA8746B5FBC793EAB4ECC127F57_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CReaderReadAndAssertAsyncU3Ed__2_t572869D71BE3CF3C23B194BFCEB3CEF33199EDD7_m98B8ACE5791208DA5DF91AE70F3E246982D5AA78_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CSkipAsyncU3Ed__1_t8F0C7302F4FE7641CABDA0B29B9662FC16F8043B_mC343C975C8C0C89C65DD2695F8897E6E9FDFBDAD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncUtils_CancelIfRequestedAsync_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_m0BE0A0F0A604699495AE7ED000079C091D56806D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncUtils_CancelIfRequestedAsync_TisByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_m85C3F133ADB699DAA5C9A7253BF4C1054EF7722E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncUtils_CancelIfRequestedAsync_TisNullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB_m3D9D57E07139ADAECC6F6A834A615CB3F2562220_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncUtils_CancelIfRequestedAsync_TisNullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B_m8457B8E784541DC204A2F555F8F0AFAC404D4723_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncUtils_CancelIfRequestedAsync_TisNullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01_m5C134D81251FFB53F2E07905783FFE23C9720290_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncUtils_CancelIfRequestedAsync_TisNullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28_m9E4A27B6175EE176D36F9CF2BBFCF9C83922F0E8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncUtils_CancelIfRequestedAsync_TisNullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC_mF1503CAFB4ECB75C08321BA8A87175321EAD13D8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncUtils_CancelIfRequestedAsync_TisString_t_m5C778B02BDF052206FE0BFE2667B70AF9224F2FC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CollectionUtils_ArrayEmpty_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mD02E1E6761052BEF37759A7241CBC15C3F7A904F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CollectionUtils_IsNullOrEmpty_TisJsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16_m4CA47EC91DDE0252DE1321CCD2578F516412685E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Collection_1_Insert_m1DB9202EBD55D200EAA108533F0F9BF683605A7E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Collection_1__ctor_mB0C148A764CAA17F7190EBD287C9925ADD0F2D15_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DefaultJsonNameTable_Add_m126591FC04F969EF8DC5B25E886DD9D470F440C7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mE5682592A4C7633F7C0429185AF8C9A8E1F45032_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m8069E98A1A2B4BB180C9234F1C456DEC0C1E07A9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mCAB5474BEFF16443260F5AD82F94FF5379C4FC8B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonConvert_PopulateObject_mC02477F09A9C05D722F2D3B3E56D5644333234A1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonConvert_ToString_m379E99166E5D3C35C545388946F2B861781806FD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonConvert_ToString_m4F8664006D5D1A0FBB42E2EE981BB5B82BDEDD2B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonConverterAttribute__ctor_mC49DD719FDF77A863367D49B709A7ECF38D02753_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonPosition_CalculateLength_mF8830A4B38109D0C9EBA7F90CF1DFB70B7E08BA1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_GetTypeForCloseToken_m184FEDCE4797DB95600F26BAC386E11C5D977470_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_Push_mF0F4F11224139B36E63CF369F8D0043C5FEC7759_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_ReadAndAssert_m8E4307CFC38DA6E98E818C3058CCE2E385DC9EB7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_ReadArrayElementIntoByteArrayReportDone_m85666155ACCD9C0478B9FCEFD53C6F44873EFD86_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_ReadAsBoolean_mF52C093C99856A31D54A0F33927F5A6969AB35D6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_ReadAsBytes_mDD4F4FF1027E21622EE70DC557A4186C13AC6E68_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_ReadAsDateTimeOffset_m4EACD91C4FC30B376CC88A87DC808766D4B5E398_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_ReadAsDateTime_m00C1F7D83FFB7708D511A1767282C64460AD7D6D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_ReadAsDecimal_mF2351F836B051FC679349DFD2C5423541FBB8146_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_ReadAsDouble_m84357B2560C4B03E2362D8B5D953C7336473F39D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_ReadAsInt32_mC4899D463063847ADA81A7E132F224DD5A56726C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_ReadAsString_mB3980B052533C0CA4C8DCE9FE4E30F761B49366B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_ReadBooleanString_mFFA51C5DFAFDEC91AADCCB70F0EA03BA7A3C81B2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_ReadDateTimeOffsetString_mA98E55BB14501C2528F2170F8FE5F3007B0EE9B3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_ReadDateTimeString_m4FF3EBFF0F0493D881BACF474BB4E23B8EAF39C4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_ReadDecimalString_mF85AE314BF27C69E910E0BF7BE2BDA25FCEEF686_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_ReadDoubleString_m324284E6D595C592176860D2B67B053713664F0E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_ReadForTypeAndAssert_mD93C829D483E9E6D5DD528AB101C82D479A42D1C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_ReadForType_m6F484EDB33D339FBCDC478E106012393E89958CE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_ReadInt32String_mC88B484FFAD09A2650BC9080CA32FB6E4EF387F2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_ReadIntoWrappedTypeObject_mAF0B8C23E64E3D2F2DC68A6D99979234CFBDB121_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_ReaderReadAndAssert_m8656D7D7DCB4B6C7CC0FA48CFD1DEC0DB38B9C4A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_SetStateBasedOnCurrent_m6D87B324B2C242175441D53056B94620AF006C70_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_ValidateEnd_mE6C8BAFA18ACFD014745A9CB8B294E07A3F2504E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_set_DateParseHandling_mEE7359F16431F3997CF22EA9383A6FB6CBF33717_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_set_DateTimeZoneHandling_mB7165954217060B05EE3A640407A22FE6431CD0E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_set_FloatParseHandling_m59278EBB6D40F8F11639AEA5476D438F5153F9FF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_set_MaxDepth_m03E983D915FC443AACAB411E630AC5A932B992C2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonSerializerSettings_get_Binder_mDC6289CA577DFB45B2127E2124DACD3DE5315295_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonSerializerSettings_set_MaxDepth_m7E360474BBC32A6FB597428CEE087DA833A3A6A5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonSerializer_get_Binder_m101319485BF047A4D829EFED668F12FC195E52E5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonSerializer_set_Binder_mBADB914660791D1815A3971AB2BAD407240C6B14_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonSerializer_set_ConstructorHandling_mA9D7108344EFC8C7559ECEC31F0D63AEB3305B61_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonSerializer_set_DefaultValueHandling_m93AA18CF60212E9F8F8AE186A8DEB0D21ABF2AF6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonSerializer_set_MaxDepth_mEF7B11A008F6AD3046586839BA501AE83836D760_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonSerializer_set_MetadataPropertyHandling_m8390531F6FC7199ABA6A72B79FFF9BC2064203C3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonSerializer_set_MissingMemberHandling_m6B023E04A6921DE7F2C2CFC5BF9FBCEEC0196514_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonSerializer_set_NullValueHandling_m69454B6187F3C4C4EF4BC701B044A75F496BEB8E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonSerializer_set_ObjectCreationHandling_mDF99455B480225939D04E9B41626E0EE259EEC4A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonSerializer_set_PreserveReferencesHandling_mF24D1DA24B14BA618ACAD87C0A899E474B469D64_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonSerializer_set_ReferenceLoopHandling_m82082A93BCECEB8554123D00DD7C0DBA40DD0709_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonSerializer_set_ReferenceResolver_mF996B45BD10A050C835C14E80BD99C47F87EE0A0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonSerializer_set_SerializationBinder_m0DC80BCCBB9C946381A166ED5A969F0171409700_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonSerializer_set_TypeNameAssemblyFormatHandling_m7FA0D0A55A893F44FD22A891436BAA34CF3442EE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonSerializer_set_TypeNameAssemblyFormat_mEE839C3CC76B8970E16033AF785EA27552934AA7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonSerializer_set_TypeNameHandling_m53B1E2AD1781281688AF0728F61ECD6E4800FE2B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonTextReader_ConvertUnicode_m64A15948BD804881A97B89240A75F14A98A2BA1A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonTextReader_DoReadAsync_m22E76003D6CA6A358BDC1499774C27CF4396DDF3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonTextReader_FinishReadQuotedNumber_mFD6E505434388810AFBF350496C12378874109B8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonTextReader_FinishReadQuotedStringValue_m8F071F23293B3801B94F15DD3FB582CCA549C9C4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonTextReader_HandleNull_m29E36B9003D6A5A1229326201A5AAA7A84BBE17A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonTextReader_MatchValue_m014EB8DCBFCDC8E54522FA71313B9F47442D4356_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonTextReader_ParseComment_mBA16BDED23A3AE70DDF01C0DF209FC829BE0D406_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonTextReader_ParseConstructor_m3B027AEEF6FD5790100D8F094046DC1D6EE5A677_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonTextReader_ParseFalse_m0E30E5B9698EBA3749591A9EF0AB71DFD93CB8B0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonTextReader_ParseNull_m919795B4C72BE47235F01092E85A2ACFAB37D727_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonTextReader_ParseNumberNaN_m807CBF48362672E5C2BA098DAE0A6867CE04EB02_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonTextReader_ParseNumberNegativeInfinity_m22947A4019CAE1C75BBEF6649AF6F581E5D7EB00_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonTextReader_ParseNumberPositiveInfinity_m55117DA2065DA67095B349435C343141F5DF6064_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonTextReader_ParsePostValue_m5A3EEE31E3D1991F35854AC96C29563F587640EB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonTextReader_ParseProperty_m884E9FD46B7F7447F767D11E0DB5105C6320D153_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonTextReader_ParseReadNumber_mDFDAFD58BCFF82ED3DFCD560D7B727825BA07F9F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonTextReader_ParseTrue_m680ED3A5A15B4AAA22B378E92B3D489F4696A3F4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonTextReader_ParseUndefined_mE51CFE534A88607500322D701E3FB32BA047BF26_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonTextReader_ParseUnquotedProperty_m27D01F8849EF755498630A3ED41AB622D3AF732A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonTextReader_ParseValue_mDED4C55A0064009E981474138317B8D7CA778E81_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonTextReader_ProcessValueComma_mC7F07BBCAA5B3D96F7A98AB3416DECA99C76242D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonTextReader_ReadAsBoolean_m9778868B591339941F1826A947F088BF41396956_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonTextReader_ReadAsBytes_m67EDC2DFD294CC399281DC493A912AE02D8C2215_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonTextReader_ReadFinished_m9FB34AB2BA71C2896F2425A7C2B651A2FE15F354_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonTextReader_ReadNumberCharIntoBuffer_m4FF67C243C359F36D2D5F51F19380C79EA549D29_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonTextReader_ReadNumberValue_mEA7EBB1B9A7673A62E976573D0FD11AF3A4C49FA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonTextReader_ReadStringIntoBuffer_m22539A750E1BCDC2E4F23D60A3832B5AC34705C4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonTextReader_ReadStringValue_m52DD00E9F1C25D4855D0023D889877D2F46D8446_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonTextReader_ReadUnquotedPropertyReportIfDone_mE2F8D4D773936DD07DE1138B649FC553992685F8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonTextReader_Read_m2D0F271F9202CFCC311179AF88939ACC706CF687_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonTextReader__ctor_m362F27D5EA7CEE0A9BDBF46FE235D8558146C10D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* JsonTextReader_set_ArrayPool_m9F5282059B8D0A5655AB6463B129C952AE4D84C9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m34ED5C6C6145CA655718C59A51BEA6FE899B8987_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mCF9C36A7DE08AFB2D2EEC76139677E086A6CAD73_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m4933F8F56650B1B27A0634EA8D78D53CE60592A8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_mA428CA46F23CEDC530248D23D088812DF8C98379_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m23F8BB7CABADC11EBCAB5AB701B75F56C865BE24_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m4D3A0C3BB61FAE2CD50F2FA207948E380C0611FE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m5070C1A9568ED848F054CA61F5675752CB1DC0B7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mC411581553467A7DB76C06E5E5FCA34E4EC621B9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m00C7B09127FBADCF02F7C159E1802727A35E6BAC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mB3CCB539CB5CCFC5C7C20F312FB7BC4EF69F8D75_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m05CA8E1B6A351F3A5603AF3DC5E446E8089CB56D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m07AC0F595CD362F4553AC56EC0AC8D2C5685C238_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m0C55109738A0466299155BBBC14A07FE27CA821B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m0ED2F3B02B35A18E62A05617A7E9F1121183706B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m144FF59A57ED81B7EEFE2196D199312B1C11116B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m1C4472FB0CB532C4E2EA56AFCF6F7D9E76F35B19_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m37D1F7239FEECB844A295C36AD69023F6A03A0E2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m455C7CC9E896F7AD7ABC515E056F2F1518A1414B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m69DB313A95B4E1195EC8848F21DC22A9DB62358F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m7B2C33D7E2E197EA19672C84EA68F1388C9DB607_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m7D397D27D5E967476FE18C8F61BA53A2849DBBA1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m7FD242A4349C7B53C2C8E9D9054398EFE7827526_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m9A30131EC9AEF586D37D076D78BB4A384BA907D9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_mACE47F9047FB1C65BA59F55A476885C39041B88F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_mCF737EB39796319BEE4826CD667FAAF67D229CE4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_mD9A1772CD0FEA58D40AB9FF4EF624F8E179FE910_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_mE4D2141BEE43F4C6E67EDB891F19DCD83B2D64DE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_mF22045A8476B347EC854FCEDE563FBB4ADAFA610_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_mFA59F12B51F88443EC69B353580127B218974064_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_mFC645893E28AF4C54816D51A0C49E5125EA8C75F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m0B03CBA79AAC61080D28D9F0334261EDD839ADE4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m2ED14CBE705E3AD5E0395243C765C128BDC0F930_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m311B57331EECB792DBAD038699DB1623EB04585B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m3D5FA469FE82399DE42F03486726AB388E84C414_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m41EF1FB4D7AA73E57D0E45A4D16404C327D76527_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m521C1A6B6969A1E89E06FB50F58582B8748EEBCE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m7AC7CA842FEEBAE7F715892237C4F1199083EB64_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m7CF880D33C83103906BE216714B358D39A5B9569_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m8F6C054B6FB0738037A85A8EB926CE128A4DB8D7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m9E1D9019C2EAC4FC5A849A9C76B23BF58A6722A9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mA5863E524F19F6B1DCD3C4A1CAC06ED60F9CA6E2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mA5D6B80EF5F0D9FB2BF1DBB3D648B0C433A9F02F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mAC9E0A4276EB00B8BB8CBD659D18982B9D9B58CF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mB17304720EA19F5469A4883827F53A75FEB492CF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mB3A273B80B5A373D79FDDC16158ED830E9ABADFB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mBA16BFEE85735510F7F78085FFF37FEBEB6A2AC7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mD1FB6279D3F0551989DE961B3C939626CC2C2F03_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mDA82F73205B49CB1E147CB683AA4A7F401AC35AF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mDE3158DD99CA7E1775A8BA276E428AF808AB8FBF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mDFA6FB30082A75C339885A19A3D22EBDCCD1139F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mE09573A712FD6592F678A36870D665CF04E4508D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mEB2DE61CA62733F5C3103D20371163EE434E8441_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mEDA931BC5332E8D44357D90737247E83969FFE84_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mFA90D3C0605F390FD7DF6DE19337747E4AF595F8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m057A0B5FF959F8A0EE6E5C1E55F4B1B1FA1F9B27_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m1011C885149341D952EEB15937E8796363EC2997_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m2260B32980E978EBEC393091DC29AF9DD7EE19CF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m31175AFA7DFB0E471E2B408ACF258930E2AC2260_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m3273D6CDABABFD4B08847041446C901786649BB5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m431ADD26BDB5D8A596F75234E2A5C79F720C472F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m5488A39D24CA895889FD9102BEF2FD7B0409DD39_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m6AF9C2D7130F62751A08F6F68B006970A6F92284_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m6DCF2B6333A04690B7827C13BE852CBA979B41CC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mA17F655968AD8B406145013BAD4B9D5672856EFB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mA1E2FF8D68974D11E12F985D200C466BFDD13713_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mA301CEEE514E90D0BDED5AB7113CD25FA2B87764_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mA6FE3C2E84F652C16AA5E5DF13E2428366389564_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mB4F59118F4C38F7F1BCCD1B414B9CF2ADF20D273_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mC8284E7BC5A0BC5FD0718B6B93B9CD8AA357BB55_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mE1609B5D3C72B90FA50D506C4393933D9130089A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mE218D5A9C3364280259C6098D9D779BB800747F3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mE88C7FD764D1BAA43F542690D3A9D2570E1C7CF8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mEB8CB060CBB6BC228BA470891E2A8C58E3807AAE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Task_1_get_Result_m48902D0529EDB4646DFE6B5A7631AE15911E87B9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Task_FromResult_TisByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_m67A184CEADCD61CE2F5FDDC6C991AFA5AC6EADCF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Task_FromResult_TisNullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB_mF9342CBF3996587A08ABAD58EE43C00D867B8956_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Task_FromResult_TisNullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B_m3BFD88181BEA2B5167F3F56F08216724CB40CAF3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Task_FromResult_TisNullable_1_t6E154519A812D040E3016229CD7638843A2CC165_m923A4852490B89FF607864A0300587D6726EA696_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Task_FromResult_TisNullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01_m62701703A02F2C70BDDE013773D197C177A76D25_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Task_FromResult_TisNullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28_mC2A145C16866E650D05F180A6D824D0D12AB734D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Task_FromResult_TisNullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC_m69CD9A801409994D65491523FA9B1540070B36F9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Task_FromResult_TisString_t_mCE9554AC91EE79860B171D4EFD627B46F6688E0C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CReaderReadAndAssertAsyncU3Ed__2_MoveNext_m48E5D791D5C97A9952A76901708940180F121B28_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass92_0_U3Cset_ReferenceResolverU3Eb__0_m0F411035A8AA4AF96DA579A2F096995073A5803C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeType* Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* XDocument_tFD643046CAF39623C3D8AA1693390D5EE08E82F1_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* XmlDocument_t4DE82998E642C5C21A4A620A5278237C70D3E42B_0_0_0_var;
struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_com;
struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_pinvoke;
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com;
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke;
struct Delegate_t_marshaled_com;
struct Delegate_t_marshaled_pinvoke;
struct Exception_t_marshaled_com;
struct Exception_t_marshaled_pinvoke;
struct BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4;
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
struct JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E;
struct JsonPositionU5BU5D_t529EF84770C7EF9DFD154612EED7169C4AF13338;
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
struct EntryU5BU5D_t3184E1D42097231E108026E16E017E6C572FAA00;
IL2CPP_EXTERN_C_BEGIN
IL2CPP_EXTERN_C_END
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <Module>
struct U3CModuleU3E_t13B4601AA3064B43B294BFC79D2ABCA4B6FC02AA
{
};
// System.Collections.ObjectModel.Collection`1<Newtonsoft.Json.JsonConverter>
struct Collection_1_t7961B8923F0E801A9FD6B5E01E1FBB05580AEF9F : public RuntimeObject
{
// System.Collections.Generic.IList`1<T> System.Collections.ObjectModel.Collection`1::items
RuntimeObject* ___items_0;
};
// Newtonsoft.Json.Utilities.CollectionUtils/EmptyArrayContainer`1<System.Byte>
struct EmptyArrayContainer_1_t1B2EEAFA84699FF4386CD130FACC67819455A5BB : public RuntimeObject
{
};
struct EmptyArrayContainer_1_t1B2EEAFA84699FF4386CD130FACC67819455A5BB_StaticFields
{
// T[] Newtonsoft.Json.Utilities.CollectionUtils/EmptyArrayContainer`1::Empty
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___Empty_0;
};
// System.Collections.Generic.List`1<System.Byte>
struct List_1_t7D15BE3246500BBF1A24C24DBF963B89A876255B : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
struct List_1_t7D15BE3246500BBF1A24C24DBF963B89A876255B_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<Newtonsoft.Json.JsonConverter>
struct List_1_t2D3373CEE35E29CDEB531AF0926BF9553626BFDF : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
struct List_1_t2D3373CEE35E29CDEB531AF0926BF9553626BFDF_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<Newtonsoft.Json.JsonPosition>
struct List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
JsonPositionU5BU5D_t529EF84770C7EF9DFD154612EED7169C4AF13338* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
struct List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
JsonPositionU5BU5D_t529EF84770C7EF9DFD154612EED7169C4AF13338* ___s_emptyArray_5;
};
struct Il2CppArrayBounds;
// Newtonsoft.Json.Utilities.AsyncUtils
struct AsyncUtils_t2172E6EFE7AF89193B0556B417E8A4430C28A7FC : public RuntimeObject
{
};
struct AsyncUtils_t2172E6EFE7AF89193B0556B417E8A4430C28A7FC_StaticFields
{
// System.Threading.Tasks.Task`1<System.Boolean> Newtonsoft.Json.Utilities.AsyncUtils::False
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* ___False_0;
// System.Threading.Tasks.Task`1<System.Boolean> Newtonsoft.Json.Utilities.AsyncUtils::True
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* ___True_1;
// System.Threading.Tasks.Task Newtonsoft.Json.Utilities.AsyncUtils::CompletedTask
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___CompletedTask_2;
};
// System.Attribute
struct Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA : public RuntimeObject
{
};
// System.Globalization.CultureInfo
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0 : public RuntimeObject
{
// System.Boolean System.Globalization.CultureInfo::m_isReadOnly
bool ___m_isReadOnly_3;
// System.Int32 System.Globalization.CultureInfo::cultureID
int32_t ___cultureID_4;
// System.Int32 System.Globalization.CultureInfo::parent_lcid
int32_t ___parent_lcid_5;
// System.Int32 System.Globalization.CultureInfo::datetime_index
int32_t ___datetime_index_6;
// System.Int32 System.Globalization.CultureInfo::number_index
int32_t ___number_index_7;
// System.Int32 System.Globalization.CultureInfo::default_calendar_type
int32_t ___default_calendar_type_8;
// System.Boolean System.Globalization.CultureInfo::m_useUserOverride
bool ___m_useUserOverride_9;
// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10;
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11;
// System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo_12;
// System.String System.Globalization.CultureInfo::m_name
String_t* ___m_name_13;
// System.String System.Globalization.CultureInfo::englishname
String_t* ___englishname_14;
// System.String System.Globalization.CultureInfo::nativename
String_t* ___nativename_15;
// System.String System.Globalization.CultureInfo::iso3lang
String_t* ___iso3lang_16;
// System.String System.Globalization.CultureInfo::iso2lang
String_t* ___iso2lang_17;
// System.String System.Globalization.CultureInfo::win3lang
String_t* ___win3lang_18;
// System.String System.Globalization.CultureInfo::territory
String_t* ___territory_19;
// System.String[] System.Globalization.CultureInfo::native_calendar_names
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___native_calendar_names_20;
// System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21;
// System.Void* System.Globalization.CultureInfo::textinfo_data
void* ___textinfo_data_22;
// System.Int32 System.Globalization.CultureInfo::m_dataItem
int32_t ___m_dataItem_23;
// System.Globalization.Calendar System.Globalization.CultureInfo::calendar
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___parent_culture_25;
// System.Boolean System.Globalization.CultureInfo::constructed
bool ___constructed_26;
// System.Byte[] System.Globalization.CultureInfo::cached_serialized_form
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___cached_serialized_form_27;
// System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData
CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D* ___m_cultureData_28;
// System.Boolean System.Globalization.CultureInfo::m_isInherited
bool ___m_isInherited_29;
};
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_StaticFields
{
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___invariant_culture_info_0;
// System.Object System.Globalization.CultureInfo::shared_table_lock
RuntimeObject* ___shared_table_lock_1;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___default_current_culture_2;
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_DefaultThreadCurrentUICulture_34;
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_DefaultThreadCurrentCulture_35;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_number
Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3* ___shared_by_number_36;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_name
Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28* ___shared_by_name_37;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::s_UserPreferredCultureInfoInAppX
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_UserPreferredCultureInfoInAppX_38;
// System.Boolean System.Globalization.CultureInfo::IsTaiwanSku
bool ___IsTaiwanSku_39;
};
// Native definition for P/Invoke marshalling of System.Globalization.CultureInfo
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke
{
int32_t ___m_isReadOnly_3;
int32_t ___cultureID_4;
int32_t ___parent_lcid_5;
int32_t ___datetime_index_6;
int32_t ___number_index_7;
int32_t ___default_calendar_type_8;
int32_t ___m_useUserOverride_9;
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11;
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo_12;
char* ___m_name_13;
char* ___englishname_14;
char* ___nativename_15;
char* ___iso3lang_16;
char* ___iso2lang_17;
char* ___win3lang_18;
char* ___territory_19;
char** ___native_calendar_names_20;
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21;
void* ___textinfo_data_22;
int32_t ___m_dataItem_23;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke* ___parent_culture_25;
int32_t ___constructed_26;
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_pinvoke* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
// Native definition for COM marshalling of System.Globalization.CultureInfo
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com
{
int32_t ___m_isReadOnly_3;
int32_t ___cultureID_4;
int32_t ___parent_lcid_5;
int32_t ___datetime_index_6;
int32_t ___number_index_7;
int32_t ___default_calendar_type_8;
int32_t ___m_useUserOverride_9;
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11;
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo_12;
Il2CppChar* ___m_name_13;
Il2CppChar* ___englishname_14;
Il2CppChar* ___nativename_15;
Il2CppChar* ___iso3lang_16;
Il2CppChar* ___iso2lang_17;
Il2CppChar* ___win3lang_18;
Il2CppChar* ___territory_19;
Il2CppChar** ___native_calendar_names_20;
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21;
void* ___textinfo_data_22;
int32_t ___m_dataItem_23;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com* ___parent_culture_25;
int32_t ___constructed_26;
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_com* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
// Newtonsoft.Json.Serialization.DefaultReferenceResolver
struct DefaultReferenceResolver_t2F8577BD7BE87EF2232A84B848D164DD192EE2CA : public RuntimeObject
{
// System.Int32 Newtonsoft.Json.Serialization.DefaultReferenceResolver::_referenceCount
int32_t ____referenceCount_0;
};
// System.EventArgs
struct EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377 : public RuntimeObject
{
};
struct EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_StaticFields
{
// System.EventArgs System.EventArgs::Empty
EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___Empty_0;
};
// Newtonsoft.Json.Utilities.JavaScriptUtils
struct JavaScriptUtils_t41F94ACD19AD4866BBC370C0C6A45522105B9DEF : public RuntimeObject
{
};
struct JavaScriptUtils_t41F94ACD19AD4866BBC370C0C6A45522105B9DEF_StaticFields
{
// System.Boolean[] Newtonsoft.Json.Utilities.JavaScriptUtils::SingleQuoteCharEscapeFlags
BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* ___SingleQuoteCharEscapeFlags_0;
// System.Boolean[] Newtonsoft.Json.Utilities.JavaScriptUtils::DoubleQuoteCharEscapeFlags
BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* ___DoubleQuoteCharEscapeFlags_1;
// System.Boolean[] Newtonsoft.Json.Utilities.JavaScriptUtils::HtmlCharEscapeFlags
BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* ___HtmlCharEscapeFlags_2;
};
// Newtonsoft.Json.JsonConvert
struct JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2 : public RuntimeObject
{
};
struct JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_StaticFields
{
// System.Func`1<Newtonsoft.Json.JsonSerializerSettings> Newtonsoft.Json.JsonConvert::<DefaultSettings>k__BackingField
Func_1_tBFD60F84D866D7D581A740F0AD1D2726E7052D08* ___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.JsonConverter
struct JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16 : public RuntimeObject
{
};
// Newtonsoft.Json.JsonNameTable
struct JsonNameTable_t0B2C7BA303E82F2C1E3C1176620FA86FA3BB611F : public RuntimeObject
{
};
// Newtonsoft.Json.Serialization.JsonSerializerInternalBase
struct JsonSerializerInternalBase_t48977BB25CBF2FA336A773E78DDB1377D20AFD11 : public RuntimeObject
{
// Newtonsoft.Json.Serialization.ErrorContext Newtonsoft.Json.Serialization.JsonSerializerInternalBase::_currentErrorContext
ErrorContext_tEF76A5282C88B9261A5A35EEDA8FB53DA6E6F71B* ____currentErrorContext_0;
// Newtonsoft.Json.Utilities.BidirectionalDictionary`2<System.String,System.Object> Newtonsoft.Json.Serialization.JsonSerializerInternalBase::_mappings
BidirectionalDictionary_2_t96BBB1E530DA466A62C25B69EF22432517CE6E17* ____mappings_1;
// Newtonsoft.Json.JsonSerializer Newtonsoft.Json.Serialization.JsonSerializerInternalBase::Serializer
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* ___Serializer_2;
// Newtonsoft.Json.Serialization.ITraceWriter Newtonsoft.Json.Serialization.JsonSerializerInternalBase::TraceWriter
RuntimeObject* ___TraceWriter_3;
// Newtonsoft.Json.Serialization.JsonSerializerProxy Newtonsoft.Json.Serialization.JsonSerializerInternalBase::InternalSerializer
JsonSerializerProxy_t4AFA5984432EE56D56AC4507C35171B730C05B4A* ___InternalSerializer_4;
};
// System.MarshalByRefObject
struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE : public RuntimeObject
{
// System.Object System.MarshalByRefObject::_identity
RuntimeObject* ____identity_0;
};
// Native definition for P/Invoke marshalling of System.MarshalByRefObject
struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_pinvoke
{
Il2CppIUnknown* ____identity_0;
};
// Native definition for COM marshalling of System.MarshalByRefObject
struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_com
{
Il2CppIUnknown* ____identity_0;
};
// System.Reflection.MemberInfo
struct MemberInfo_t : public RuntimeObject
{
};
// Newtonsoft.Json.Serialization.NamingStrategy
struct NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50 : public RuntimeObject
{
// System.Boolean Newtonsoft.Json.Serialization.NamingStrategy::<ProcessDictionaryKeys>k__BackingField
bool ___U3CProcessDictionaryKeysU3Ek__BackingField_0;
// System.Boolean Newtonsoft.Json.Serialization.NamingStrategy::<ProcessExtensionDataNames>k__BackingField
bool ___U3CProcessExtensionDataNamesU3Ek__BackingField_1;
// System.Boolean Newtonsoft.Json.Serialization.NamingStrategy::<OverrideSpecifiedNames>k__BackingField
bool ___U3COverrideSpecifiedNamesU3Ek__BackingField_2;
};
// System.Runtime.Serialization.SerializationBinder
struct SerializationBinder_tB959BF0F4EF3F8611E5891A7011DD99F9FD69E2A : public RuntimeObject
{
};
// Newtonsoft.Json.Serialization.SerializationBinderAdapter
struct SerializationBinderAdapter_tFBDD37985DAFAC30BC71E67FC1F51A0F354A3F1A : public RuntimeObject
{
// System.Runtime.Serialization.SerializationBinder Newtonsoft.Json.Serialization.SerializationBinderAdapter::SerializationBinder
SerializationBinder_tB959BF0F4EF3F8611E5891A7011DD99F9FD69E2A* ___SerializationBinder_0;
};
// System.Runtime.Serialization.SerializationInfo
struct SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37 : public RuntimeObject
{
// System.String[] System.Runtime.Serialization.SerializationInfo::m_members
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_members_3;
// System.Object[] System.Runtime.Serialization.SerializationInfo::m_data
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___m_data_4;
// System.Type[] System.Runtime.Serialization.SerializationInfo::m_types
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___m_types_5;
// System.Collections.Generic.Dictionary`2<System.String,System.Int32> System.Runtime.Serialization.SerializationInfo::m_nameToIndex
Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* ___m_nameToIndex_6;
// System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember
int32_t ___m_currMember_7;
// System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter
RuntimeObject* ___m_converter_8;
// System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName
String_t* ___m_fullTypeName_9;
// System.String System.Runtime.Serialization.SerializationInfo::m_assemName
String_t* ___m_assemName_10;
// System.Type System.Runtime.Serialization.SerializationInfo::objectType
Type_t* ___objectType_11;
// System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit
bool ___isFullTypeNameSetExplicit_12;
// System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit
bool ___isAssemblyNameSetExplicit_13;
// System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust
bool ___requireSameTokenInPartialTrust_14;
};
// System.String
struct String_t : public RuntimeObject
{
// System.Int32 System.String::_stringLength
int32_t ____stringLength_4;
// System.Char System.String::_firstChar
Il2CppChar ____firstChar_5;
};
struct String_t_StaticFields
{
// System.String System.String::Empty
String_t* ___Empty_6;
};
// System.Text.StringBuilder
struct StringBuilder_t : public RuntimeObject
{
// System.Char[] System.Text.StringBuilder::m_ChunkChars
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___m_ChunkChars_0;
// System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious
StringBuilder_t* ___m_ChunkPrevious_1;
// System.Int32 System.Text.StringBuilder::m_ChunkLength
int32_t ___m_ChunkLength_2;
// System.Int32 System.Text.StringBuilder::m_ChunkOffset
int32_t ___m_ChunkOffset_3;
// System.Int32 System.Text.StringBuilder::m_MaxCapacity
int32_t ___m_MaxCapacity_4;
};
// System.ValueType
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject
{
};
// Native definition for P/Invoke marshalling of System.ValueType
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.ValueType
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com
{
};
// System.Xml.Linq.XObject
struct XObject_t1E867FBE626AA0DC878BDDFC1ABCF19F1A4B5C29 : public RuntimeObject
{
// System.Xml.Linq.XContainer System.Xml.Linq.XObject::parent
XContainer_tF94A2D69B11B71834E4E5531DD59E627CBFE2BBF* ___parent_0;
// System.Object System.Xml.Linq.XObject::annotations
RuntimeObject* ___annotations_1;
};
// System.Xml.XmlNode
struct XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF : public RuntimeObject
{
// System.Xml.XmlNode System.Xml.XmlNode::parentNode
XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF* ___parentNode_0;
};
// Newtonsoft.Json.DefaultJsonNameTable/Entry
struct Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2 : public RuntimeObject
{
// System.String Newtonsoft.Json.DefaultJsonNameTable/Entry::Value
String_t* ___Value_0;
// System.Int32 Newtonsoft.Json.DefaultJsonNameTable/Entry::HashCode
int32_t ___HashCode_1;
// Newtonsoft.Json.DefaultJsonNameTable/Entry Newtonsoft.Json.DefaultJsonNameTable/Entry::Next
Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2* ___Next_2;
};
// Newtonsoft.Json.JsonSerializerSettings/<>c__DisplayClass92_0
struct U3CU3Ec__DisplayClass92_0_t716D9B4E028930AC763EA1DD1C37E64678FFF40F : public RuntimeObject
{
// Newtonsoft.Json.Serialization.IReferenceResolver Newtonsoft.Json.JsonSerializerSettings/<>c__DisplayClass92_0::value
RuntimeObject* ___value_0;
};
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Byte[]>
struct ConfiguredTaskAwaiter_t55E8B0809B670865495D2F805914DCE37F0A0198
{
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task
Task_1_t46575E75F710D631831E756B5DE20429700F6B95* ___m_task_0;
// System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_continueOnCapturedContext
bool ___m_continueOnCapturedContext_1;
};
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean>
struct ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4
{
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* ___m_task_0;
// System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_continueOnCapturedContext
bool ___m_continueOnCapturedContext_1;
};
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Char>
struct ConfiguredTaskAwaiter_tFE1F3E8785A34499A7F552C538E2FAAA5AFEFCED
{
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task
Task_1_tF70626CA48A1BC439512EBC23E365CCCE98C92F9* ___m_task_0;
// System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_continueOnCapturedContext
bool ___m_continueOnCapturedContext_1;
};
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32>
struct ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80
{
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task
Task_1_t4C228DE57804012969575431CFF12D57C875552D* ___m_task_0;
// System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_continueOnCapturedContext
bool ___m_continueOnCapturedContext_1;
};
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Object>
struct ConfiguredTaskAwaiter_t28A5A60199BBE7F1F31159301DD211EFDCF955E2
{
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task
Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* ___m_task_0;
// System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_continueOnCapturedContext
bool ___m_continueOnCapturedContext_1;
};
// System.Nullable`1<System.Boolean>
struct Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01
{
// System.Boolean System.Nullable`1::hasValue
bool ___hasValue_0;
// T System.Nullable`1::value
bool ___value_1;
};
// System.Nullable`1<System.Double>
struct Nullable_1_t6E154519A812D040E3016229CD7638843A2CC165
{
// System.Boolean System.Nullable`1::hasValue
bool ___hasValue_0;
// T System.Nullable`1::value
double ___value_1;
};
// System.Nullable`1<System.Int32>
struct Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28
{
// System.Boolean System.Nullable`1::hasValue
bool ___hasValue_0;
// T System.Nullable`1::value
int32_t ___value_1;
};
// System.Diagnostics.CodeAnalysis.AllowNullAttribute
struct AllowNullAttribute_t6C28001C61F04EFE76D012D0BAA01A50F790996E : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
{
};
// System.Runtime.CompilerServices.AsyncMethodBuilderCore
struct AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF
{
// System.Runtime.CompilerServices.IAsyncStateMachine System.Runtime.CompilerServices.AsyncMethodBuilderCore::m_stateMachine
RuntimeObject* ___m_stateMachine_0;
// System.Action System.Runtime.CompilerServices.AsyncMethodBuilderCore::m_defaultContextAction
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___m_defaultContextAction_1;
};
// Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.AsyncMethodBuilderCore
struct AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF_marshaled_pinvoke
{
RuntimeObject* ___m_stateMachine_0;
Il2CppMethodPointer ___m_defaultContextAction_1;
};
// Native definition for COM marshalling of System.Runtime.CompilerServices.AsyncMethodBuilderCore
struct AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF_marshaled_com
{
RuntimeObject* ___m_stateMachine_0;
Il2CppMethodPointer ___m_defaultContextAction_1;
};
// System.Numerics.BigInteger
struct BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F
{
// System.Int32 System.Numerics.BigInteger::_sign
int32_t ____sign_0;
// System.UInt32[] System.Numerics.BigInteger::_bits
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ____bits_1;
};
struct BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_StaticFields
{
// System.Numerics.BigInteger System.Numerics.BigInteger::s_bnMinInt
BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___s_bnMinInt_2;
// System.Numerics.BigInteger System.Numerics.BigInteger::s_bnOneInt
BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___s_bnOneInt_3;
// System.Numerics.BigInteger System.Numerics.BigInteger::s_bnZeroInt
BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___s_bnZeroInt_4;
// System.Numerics.BigInteger System.Numerics.BigInteger::s_bnMinusOneInt
BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___s_bnMinusOneInt_5;
// System.Byte[] System.Numerics.BigInteger::s_success
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_success_6;
};
// Native definition for P/Invoke marshalling of System.Numerics.BigInteger
struct BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_marshaled_pinvoke
{
int32_t ____sign_0;
Il2CppSafeArray/*NONE*/* ____bits_1;
};
// Native definition for COM marshalling of System.Numerics.BigInteger
struct BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_marshaled_com
{
int32_t ____sign_0;
Il2CppSafeArray/*NONE*/* ____bits_1;
};
// System.Boolean
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22
{
// System.Boolean System.Boolean::m_value
bool ___m_value_0;
};
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields
{
// System.String System.Boolean::TrueString
String_t* ___TrueString_5;
// System.String System.Boolean::FalseString
String_t* ___FalseString_6;
};
// System.Byte
struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3
{
// System.Byte System.Byte::m_value
uint8_t ___m_value_0;
};
// System.Threading.CancellationToken
struct CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED
{
// System.Threading.CancellationTokenSource System.Threading.CancellationToken::_source
CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B* ____source_0;
};
struct CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED_StaticFields
{
// System.Action`1<System.Object> System.Threading.CancellationToken::s_actionToActionObjShunt
Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* ___s_actionToActionObjShunt_1;
};
// Native definition for P/Invoke marshalling of System.Threading.CancellationToken
struct CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED_marshaled_pinvoke
{
CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B* ____source_0;
};
// Native definition for COM marshalling of System.Threading.CancellationToken
struct CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED_marshaled_com
{
CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B* ____source_0;
};
// System.Char
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17
{
// System.Char System.Char::m_value
Il2CppChar ___m_value_0;
};
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17_StaticFields
{
// System.Byte[] System.Char::s_categoryForLatin1
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_categoryForLatin1_3;
};
// System.DateTime
struct DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D
{
// System.UInt64 System.DateTime::_dateData
uint64_t ____dateData_46;
};
struct DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields
{
// System.Int32[] System.DateTime::s_daysToMonth365
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_daysToMonth365_30;
// System.Int32[] System.DateTime::s_daysToMonth366
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_daysToMonth366_31;
// System.DateTime System.DateTime::MinValue
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___MinValue_32;
// System.DateTime System.DateTime::MaxValue
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___MaxValue_33;
// System.DateTime System.DateTime::UnixEpoch
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___UnixEpoch_34;
};
// System.Decimal
struct Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F
{
union
{
#pragma pack(push, tp, 1)
struct
{
// System.Int32 System.Decimal::flags
int32_t ___flags_8;
};
#pragma pack(pop, tp)
struct
{
int32_t ___flags_8_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___hi_9_OffsetPadding[4];
// System.Int32 System.Decimal::hi
int32_t ___hi_9;
};
#pragma pack(pop, tp)
struct
{
char ___hi_9_OffsetPadding_forAlignmentOnly[4];
int32_t ___hi_9_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___lo_10_OffsetPadding[8];
// System.Int32 System.Decimal::lo
int32_t ___lo_10;
};
#pragma pack(pop, tp)
struct
{
char ___lo_10_OffsetPadding_forAlignmentOnly[8];
int32_t ___lo_10_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___mid_11_OffsetPadding[12];
// System.Int32 System.Decimal::mid
int32_t ___mid_11;
};
#pragma pack(pop, tp)
struct
{
char ___mid_11_OffsetPadding_forAlignmentOnly[12];
int32_t ___mid_11_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___ulomidLE_12_OffsetPadding[8];
// System.UInt64 System.Decimal::ulomidLE
uint64_t ___ulomidLE_12;
};
#pragma pack(pop, tp)
struct
{
char ___ulomidLE_12_OffsetPadding_forAlignmentOnly[8];
uint64_t ___ulomidLE_12_forAlignmentOnly;
};
};
};
struct Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields
{
// System.Decimal System.Decimal::Zero
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___Zero_3;
// System.Decimal System.Decimal::One
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___One_4;
// System.Decimal System.Decimal::MinusOne
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MinusOne_5;
// System.Decimal System.Decimal::MaxValue
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MaxValue_6;
// System.Decimal System.Decimal::MinValue
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MinValue_7;
};
// Newtonsoft.Json.DefaultJsonNameTable
struct DefaultJsonNameTable_t81ABCBAD900C62AEA009A48779C3F3893DBC110D : public JsonNameTable_t0B2C7BA303E82F2C1E3C1176620FA86FA3BB611F
{
// System.Int32 Newtonsoft.Json.DefaultJsonNameTable::_count
int32_t ____count_1;
// Newtonsoft.Json.DefaultJsonNameTable/Entry[] Newtonsoft.Json.DefaultJsonNameTable::_entries
EntryU5BU5D_t3184E1D42097231E108026E16E017E6C572FAA00* ____entries_2;
// System.Int32 Newtonsoft.Json.DefaultJsonNameTable::_mask
int32_t ____mask_3;
};
struct DefaultJsonNameTable_t81ABCBAD900C62AEA009A48779C3F3893DBC110D_StaticFields
{
// System.Int32 Newtonsoft.Json.DefaultJsonNameTable::HashCodeRandomizer
int32_t ___HashCodeRandomizer_0;
};
// Newtonsoft.Json.Serialization.DefaultSerializationBinder
struct DefaultSerializationBinder_t6767000E873D10EBF36E0C036CC1926542B5112D : public SerializationBinder_tB959BF0F4EF3F8611E5891A7011DD99F9FD69E2A
{
// Newtonsoft.Json.Utilities.ThreadSafeStore`2<Newtonsoft.Json.Utilities.StructMultiKey`2<System.String,System.String>,System.Type> Newtonsoft.Json.Serialization.DefaultSerializationBinder::_typeCache
ThreadSafeStore_2_tD138905FD3E2A03C1551F5EE129582035C1D1237* ____typeCache_1;
};
struct DefaultSerializationBinder_t6767000E873D10EBF36E0C036CC1926542B5112D_StaticFields
{
// Newtonsoft.Json.Serialization.DefaultSerializationBinder Newtonsoft.Json.Serialization.DefaultSerializationBinder::Instance
DefaultSerializationBinder_t6767000E873D10EBF36E0C036CC1926542B5112D* ___Instance_0;
};
// System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute
struct DoesNotReturnIfAttribute_tD0F599247B4E1EEFA526CCBBB08E133E1AC99487 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
{
// System.Boolean System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute::<ParameterValue>k__BackingField
bool ___U3CParameterValueU3Ek__BackingField_0;
};
// System.Double
struct Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F
{
// System.Double System.Double::m_value
double ___m_value_0;
};
// Microsoft.CodeAnalysis.EmbeddedAttribute
struct EmbeddedAttribute_tC2B2B55FE541386738AE5A2B7350AB966C710989 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
{
};
// System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F
{
};
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_StaticFields
{
// System.Char[] System.Enum::enumSeperatorCharArray
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___enumSeperatorCharArray_0;
};
// Native definition for P/Invoke marshalling of System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com
{
};
// Newtonsoft.Json.Serialization.ErrorEventArgs
struct ErrorEventArgs_t1B2CABE4363186DCBFD01B7D057F1BC92E143CAA : public EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377
{
// System.Object Newtonsoft.Json.Serialization.ErrorEventArgs::<CurrentObject>k__BackingField
RuntimeObject* ___U3CCurrentObjectU3Ek__BackingField_1;
// Newtonsoft.Json.Serialization.ErrorContext Newtonsoft.Json.Serialization.ErrorEventArgs::<ErrorContext>k__BackingField
ErrorContext_tEF76A5282C88B9261A5A35EEDA8FB53DA6E6F71B* ___U3CErrorContextU3Ek__BackingField_2;
};
// System.Guid
struct Guid_t
{
// System.Int32 System.Guid::_a
int32_t ____a_1;
// System.Int16 System.Guid::_b
int16_t ____b_2;
// System.Int16 System.Guid::_c
int16_t ____c_3;
// System.Byte System.Guid::_d
uint8_t ____d_4;
// System.Byte System.Guid::_e
uint8_t ____e_5;
// System.Byte System.Guid::_f
uint8_t ____f_6;
// System.Byte System.Guid::_g
uint8_t ____g_7;
// System.Byte System.Guid::_h
uint8_t ____h_8;
// System.Byte System.Guid::_i
uint8_t ____i_9;
// System.Byte System.Guid::_j
uint8_t ____j_10;
// System.Byte System.Guid::_k
uint8_t ____k_11;
};
struct Guid_t_StaticFields
{
// System.Guid System.Guid::Empty
Guid_t ___Empty_0;
};
// System.Int16
struct Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175
{
// System.Int16 System.Int16::m_value
int16_t ___m_value_0;
};
// System.Int32
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C
{
// System.Int32 System.Int32::m_value
int32_t ___m_value_0;
};
// System.Int64
struct Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3
{
// System.Int64 System.Int64::m_value
int64_t ___m_value_0;
};
// System.IntPtr
struct IntPtr_t
{
// System.Void* System.IntPtr::m_value
void* ___m_value_0;
};
struct IntPtr_t_StaticFields
{
// System.IntPtr System.IntPtr::Zero
intptr_t ___Zero_1;
};
// System.Runtime.CompilerServices.IsReadOnlyAttribute
struct IsReadOnlyAttribute_t412393826D35E4C3C4AE5909FE3F67D639C102EE : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
{
};
// Newtonsoft.Json.JsonConstructorAttribute
struct JsonConstructorAttribute_t6208876FE5D9A006C934D0C802EF83ACAA0E80DE : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
{
};
// Newtonsoft.Json.JsonConverterAttribute
struct JsonConverterAttribute_t8A0F4E46EC010D3F56F2CE55882AB58B0A2D9B44 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
{
// System.Type Newtonsoft.Json.JsonConverterAttribute::_converterType
Type_t* ____converterType_0;
// System.Object[] Newtonsoft.Json.JsonConverterAttribute::<ConverterParameters>k__BackingField
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___U3CConverterParametersU3Ek__BackingField_1;
};
// Newtonsoft.Json.JsonConverterCollection
struct JsonConverterCollection_t6EEC84565C08B14107276B5023CE9E978DFCDF89 : public Collection_1_t7961B8923F0E801A9FD6B5E01E1FBB05580AEF9F
{
};
// Newtonsoft.Json.JsonExtensionDataAttribute
struct JsonExtensionDataAttribute_tF492B4EC51E6325C4CA761F373861202B4F9035E : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
{
// System.Boolean Newtonsoft.Json.JsonExtensionDataAttribute::<WriteData>k__BackingField
bool ___U3CWriteDataU3Ek__BackingField_0;
// System.Boolean Newtonsoft.Json.JsonExtensionDataAttribute::<ReadData>k__BackingField
bool ___U3CReadDataU3Ek__BackingField_1;
};
// Newtonsoft.Json.JsonIgnoreAttribute
struct JsonIgnoreAttribute_t9C194C4132F31C3496A2B7C90C9050BA47A34850 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
{
};
// Newtonsoft.Json.JsonRequiredAttribute
struct JsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
{
};
// Newtonsoft.Json.Serialization.JsonSerializerInternalReader
struct JsonSerializerInternalReader_tB13136F0DA95D198262A47B23B64F33590A956E5 : public JsonSerializerInternalBase_t48977BB25CBF2FA336A773E78DDB1377D20AFD11
{
};
// Newtonsoft.Json.Serialization.JsonSerializerInternalWriter
struct JsonSerializerInternalWriter_t9625AB9A7212A131A3B48F8BC3D1F6835DC51866 : public JsonSerializerInternalBase_t48977BB25CBF2FA336A773E78DDB1377D20AFD11
{
// 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<System.Object> Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::_serializeStack
List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* ____serializeStack_7;
};
// System.Diagnostics.CodeAnalysis.MaybeNullAttribute
struct MaybeNullAttribute_t662AA3ECB8CCA9460F986E6E24A7091286E9D032 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
{
};
// System.Diagnostics.CodeAnalysis.NotNullAttribute
struct NotNullAttribute_tDEA5969AB691A8F65140AD3F8A97DA1F1C62D6A1 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
{
};
// System.Diagnostics.CodeAnalysis.NotNullWhenAttribute
struct NotNullWhenAttribute_t51688EDAAFB2931702499D7CF2384403E0A293C9 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
{
// System.Boolean System.Diagnostics.CodeAnalysis.NotNullWhenAttribute::<ReturnValue>k__BackingField
bool ___U3CReturnValueU3Ek__BackingField_0;
};
// System.Runtime.CompilerServices.NullableAttribute
struct NullableAttribute_tE12DE86818301058BBA3570511A38AFCA7BFB0DE : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
{
// System.Byte[] System.Runtime.CompilerServices.NullableAttribute::NullableFlags
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___NullableFlags_0;
};
// System.Runtime.CompilerServices.NullableContextAttribute
struct NullableContextAttribute_t7696A8146ECF1153807F5C3A23A8E7ECA6E5BA00 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
{
// System.Byte System.Runtime.CompilerServices.NullableContextAttribute::Flag
uint8_t ___Flag_0;
};
// System.SByte
struct SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5
{
// System.SByte System.SByte::m_value
int8_t ___m_value_0;
};
// System.Single
struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C
{
// System.Single System.Single::m_value
float ___m_value_0;
};
// Newtonsoft.Json.Utilities.StringBuffer
struct StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB
{
// System.Char[] Newtonsoft.Json.Utilities.StringBuffer::_buffer
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ____buffer_0;
// System.Int32 Newtonsoft.Json.Utilities.StringBuffer::_position
int32_t ____position_1;
};
// Native definition for P/Invoke marshalling of Newtonsoft.Json.Utilities.StringBuffer
struct StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB_marshaled_pinvoke
{
uint8_t* ____buffer_0;
int32_t ____position_1;
};
// Native definition for COM marshalling of Newtonsoft.Json.Utilities.StringBuffer
struct StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB_marshaled_com
{
uint8_t* ____buffer_0;
int32_t ____position_1;
};
// Newtonsoft.Json.Utilities.StringReference
struct StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C
{
// System.Char[] Newtonsoft.Json.Utilities.StringReference::_chars
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ____chars_0;
// System.Int32 Newtonsoft.Json.Utilities.StringReference::_startIndex
int32_t ____startIndex_1;
// System.Int32 Newtonsoft.Json.Utilities.StringReference::_length
int32_t ____length_2;
};
// Native definition for P/Invoke marshalling of Newtonsoft.Json.Utilities.StringReference
struct StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C_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_t699448489ADA552CAB49087CA0E213D0554EFE3C_marshaled_com
{
uint8_t* ____chars_0;
int32_t ____startIndex_1;
int32_t ____length_2;
};
// System.IO.TextReader
struct TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7 : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE
{
};
struct TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7_StaticFields
{
// System.IO.TextReader System.IO.TextReader::Null
TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* ___Null_1;
};
// System.IO.TextWriter
struct TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3 : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE
{
// System.Char[] System.IO.TextWriter::CoreNewLine
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___CoreNewLine_3;
// System.String System.IO.TextWriter::CoreNewLineStr
String_t* ___CoreNewLineStr_4;
// System.IFormatProvider System.IO.TextWriter::_internalFormatProvider
RuntimeObject* ____internalFormatProvider_5;
};
struct TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3_StaticFields
{
// System.IO.TextWriter System.IO.TextWriter::Null
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___Null_1;
// System.Char[] System.IO.TextWriter::s_coreNewLine
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___s_coreNewLine_2;
};
// System.TimeSpan
struct TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A
{
// System.Int64 System.TimeSpan::_ticks
int64_t ____ticks_22;
};
struct TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_StaticFields
{
// System.TimeSpan System.TimeSpan::Zero
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___Zero_19;
// System.TimeSpan System.TimeSpan::MaxValue
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___MaxValue_20;
// System.TimeSpan System.TimeSpan::MinValue
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___MinValue_21;
};
// System.UInt16
struct UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455
{
// System.UInt16 System.UInt16::m_value
uint16_t ___m_value_0;
};
// System.UInt32
struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B
{
// System.UInt32 System.UInt32::m_value
uint32_t ___m_value_0;
};
// System.UInt64
struct UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF
{
// System.UInt64 System.UInt64::m_value
uint64_t ___m_value_0;
};
// System.Void
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
{
union
{
struct
{
};
uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
};
};
// System.Xml.Linq.XNode
struct XNode_t185C922661054AAD14F49676DD6F3CB10D652A30 : public XObject_t1E867FBE626AA0DC878BDDFC1ABCF19F1A4B5C29
{
// System.Xml.Linq.XNode System.Xml.Linq.XNode::next
XNode_t185C922661054AAD14F49676DD6F3CB10D652A30* ___next_2;
};
// System.Xml.XmlDocument
struct XmlDocument_t4DE82998E642C5C21A4A620A5278237C70D3E42B : public XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF
{
// System.Xml.XmlImplementation System.Xml.XmlDocument::implementation
XmlImplementation_t4B3F467B76BD95C919C40424196C55B38EEC0F4D* ___implementation_1;
// System.Xml.DomNameTable System.Xml.XmlDocument::domNameTable
DomNameTable_tE4318EC10C55A46FD00324E740BFA7D9CEE2AF45* ___domNameTable_2;
// System.Xml.XmlLinkedNode System.Xml.XmlDocument::lastChild
XmlLinkedNode_t640BF5D3FDAF0606665C3BAE565988A5014F1B9C* ___lastChild_3;
// System.Xml.XmlNamedNodeMap System.Xml.XmlDocument::entities
XmlNamedNodeMap_t13203D1B3861C62568AFFA1D644C04ABCBFC130C* ___entities_4;
// System.Collections.Hashtable System.Xml.XmlDocument::htElementIdMap
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___htElementIdMap_5;
// System.Collections.Hashtable System.Xml.XmlDocument::htElementIDAttrDecl
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___htElementIDAttrDecl_6;
// System.Xml.Schema.SchemaInfo System.Xml.XmlDocument::schemaInfo
SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* ___schemaInfo_7;
// System.Xml.Schema.XmlSchemaSet System.Xml.XmlDocument::schemas
XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* ___schemas_8;
// System.Boolean System.Xml.XmlDocument::reportValidity
bool ___reportValidity_9;
// System.Boolean System.Xml.XmlDocument::actualLoadingStatus
bool ___actualLoadingStatus_10;
// System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::onNodeInsertingDelegate
XmlNodeChangedEventHandler_t907F6E9CB8DE238635028EC468AD41CAB0BA269B* ___onNodeInsertingDelegate_11;
// System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::onNodeInsertedDelegate
XmlNodeChangedEventHandler_t907F6E9CB8DE238635028EC468AD41CAB0BA269B* ___onNodeInsertedDelegate_12;
// System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::onNodeRemovingDelegate
XmlNodeChangedEventHandler_t907F6E9CB8DE238635028EC468AD41CAB0BA269B* ___onNodeRemovingDelegate_13;
// System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::onNodeRemovedDelegate
XmlNodeChangedEventHandler_t907F6E9CB8DE238635028EC468AD41CAB0BA269B* ___onNodeRemovedDelegate_14;
// System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::onNodeChangingDelegate
XmlNodeChangedEventHandler_t907F6E9CB8DE238635028EC468AD41CAB0BA269B* ___onNodeChangingDelegate_15;
// System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::onNodeChangedDelegate
XmlNodeChangedEventHandler_t907F6E9CB8DE238635028EC468AD41CAB0BA269B* ___onNodeChangedDelegate_16;
// System.Boolean System.Xml.XmlDocument::fEntRefNodesPresent
bool ___fEntRefNodesPresent_17;
// System.Boolean System.Xml.XmlDocument::fCDataNodesPresent
bool ___fCDataNodesPresent_18;
// System.Boolean System.Xml.XmlDocument::preserveWhitespace
bool ___preserveWhitespace_19;
// System.Boolean System.Xml.XmlDocument::isLoading
bool ___isLoading_20;
// System.String System.Xml.XmlDocument::strDocumentName
String_t* ___strDocumentName_21;
// System.String System.Xml.XmlDocument::strDocumentFragmentName
String_t* ___strDocumentFragmentName_22;
// System.String System.Xml.XmlDocument::strCommentName
String_t* ___strCommentName_23;
// System.String System.Xml.XmlDocument::strTextName
String_t* ___strTextName_24;
// System.String System.Xml.XmlDocument::strCDataSectionName
String_t* ___strCDataSectionName_25;
// System.String System.Xml.XmlDocument::strEntityName
String_t* ___strEntityName_26;
// System.String System.Xml.XmlDocument::strID
String_t* ___strID_27;
// System.String System.Xml.XmlDocument::strXmlns
String_t* ___strXmlns_28;
// System.String System.Xml.XmlDocument::strXml
String_t* ___strXml_29;
// System.String System.Xml.XmlDocument::strSpace
String_t* ___strSpace_30;
// System.String System.Xml.XmlDocument::strLang
String_t* ___strLang_31;
// System.String System.Xml.XmlDocument::strEmpty
String_t* ___strEmpty_32;
// System.String System.Xml.XmlDocument::strNonSignificantWhitespaceName
String_t* ___strNonSignificantWhitespaceName_33;
// System.String System.Xml.XmlDocument::strSignificantWhitespaceName
String_t* ___strSignificantWhitespaceName_34;
// System.String System.Xml.XmlDocument::strReservedXmlns
String_t* ___strReservedXmlns_35;
// System.String System.Xml.XmlDocument::strReservedXml
String_t* ___strReservedXml_36;
// System.String System.Xml.XmlDocument::baseURI
String_t* ___baseURI_37;
// System.Xml.XmlResolver System.Xml.XmlDocument::resolver
XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* ___resolver_38;
// System.Boolean System.Xml.XmlDocument::bSetResolver
bool ___bSetResolver_39;
// System.Object System.Xml.XmlDocument::objLock
RuntimeObject* ___objLock_40;
};
struct XmlDocument_t4DE82998E642C5C21A4A620A5278237C70D3E42B_StaticFields
{
// System.Xml.EmptyEnumerator System.Xml.XmlDocument::EmptyEnumerator
EmptyEnumerator_t84EC9187C8460EE98E675ED9258AE4DF2A6776DA* ___EmptyEnumerator_41;
// System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlDocument::NotKnownSchemaInfo
RuntimeObject* ___NotKnownSchemaInfo_42;
// System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlDocument::ValidSchemaInfo
RuntimeObject* ___ValidSchemaInfo_43;
// System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlDocument::InvalidSchemaInfo
RuntimeObject* ___InvalidSchemaInfo_44;
};
// Newtonsoft.Json.Converters.XmlNodeConverter
struct XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF : public JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16
{
// System.String Newtonsoft.Json.Converters.XmlNodeConverter::<DeserializeRootElementName>k__BackingField
String_t* ___U3CDeserializeRootElementNameU3Ek__BackingField_8;
// System.Boolean Newtonsoft.Json.Converters.XmlNodeConverter::<WriteArrayAttribute>k__BackingField
bool ___U3CWriteArrayAttributeU3Ek__BackingField_9;
// System.Boolean Newtonsoft.Json.Converters.XmlNodeConverter::<OmitRootObject>k__BackingField
bool ___U3COmitRootObjectU3Ek__BackingField_10;
// System.Boolean Newtonsoft.Json.Converters.XmlNodeConverter::<EncodeSpecialCharacters>k__BackingField
bool ___U3CEncodeSpecialCharactersU3Ek__BackingField_11;
};
struct XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF_StaticFields
{
// System.Collections.Generic.List`1<Newtonsoft.Json.Converters.IXmlNode> Newtonsoft.Json.Converters.XmlNodeConverter::EmptyChildNodes
List_1_tCA41878C726B03CC852C13E2FB0D9FFA9CEE458E* ___EmptyChildNodes_0;
};
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter
struct ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618
{
// System.Threading.Tasks.Task System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter::m_task
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___m_task_0;
// System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter::m_continueOnCapturedContext
bool ___m_continueOnCapturedContext_1;
};
// Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter
struct ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_marshaled_pinvoke
{
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___m_task_0;
int32_t ___m_continueOnCapturedContext_1;
};
// Native definition for COM marshalling of System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter
struct ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_marshaled_com
{
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___m_task_0;
int32_t ___m_continueOnCapturedContext_1;
};
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Boolean>>
struct AsyncTaskMethodBuilder_1_t0F76E779969EE3E617B35882CAB293B65403E2F3
{
// System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState
AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF ___m_coreState_1;
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task
Task_1_t73C2C5C7202C39C9ED1CE9CD750B63BD7B0705D0* ___m_task_2;
};
struct AsyncTaskMethodBuilder_1_t0F76E779969EE3E617B35882CAB293B65403E2F3_StaticFields
{
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask
Task_1_t73C2C5C7202C39C9ED1CE9CD750B63BD7B0705D0* ___s_defaultResultTask_0;
};
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.DateTime>>
struct AsyncTaskMethodBuilder_1_tD13C30CCEA06DAAC3D725FDE727D31CE7D60BC5E
{
// System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState
AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF ___m_coreState_1;
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task
Task_1_t65DD22766038CC419979FC66D2CFEF60381EE84B* ___m_task_2;
};
struct AsyncTaskMethodBuilder_1_tD13C30CCEA06DAAC3D725FDE727D31CE7D60BC5E_StaticFields
{
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask
Task_1_t65DD22766038CC419979FC66D2CFEF60381EE84B* ___s_defaultResultTask_0;
};
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.DateTimeOffset>>
struct AsyncTaskMethodBuilder_1_tAA005815DC520CE8A2C1F518268AC0B4735B7EB6
{
// System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState
AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF ___m_coreState_1;
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task
Task_1_tEFEAE70575CF6F04BF8FB37590483461AC941964* ___m_task_2;
};
struct AsyncTaskMethodBuilder_1_tAA005815DC520CE8A2C1F518268AC0B4735B7EB6_StaticFields
{
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask
Task_1_tEFEAE70575CF6F04BF8FB37590483461AC941964* ___s_defaultResultTask_0;
};
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Decimal>>
struct AsyncTaskMethodBuilder_1_t217E99BB21C2C44C75A9042892F2D37033643B36
{
// System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState
AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF ___m_coreState_1;
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task
Task_1_t1253923251256D5BDFC2FDA8EFF422DBBAB7C239* ___m_task_2;
};
struct AsyncTaskMethodBuilder_1_t217E99BB21C2C44C75A9042892F2D37033643B36_StaticFields
{
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask
Task_1_t1253923251256D5BDFC2FDA8EFF422DBBAB7C239* ___s_defaultResultTask_0;
};
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Double>>
struct AsyncTaskMethodBuilder_1_t5019936B22640F9C2547CBE357F45D942841FAC7
{
// System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState
AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF ___m_coreState_1;
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task
Task_1_tB943B576D2304CD76D3E20C67231C192B2DD0C41* ___m_task_2;
};
struct AsyncTaskMethodBuilder_1_t5019936B22640F9C2547CBE357F45D942841FAC7_StaticFields
{
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask
Task_1_tB943B576D2304CD76D3E20C67231C192B2DD0C41* ___s_defaultResultTask_0;
};
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Int32>>
struct AsyncTaskMethodBuilder_1_t7BA09CA1BB279AA706D98A618EE11038FD1985F7
{
// System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState
AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF ___m_coreState_1;
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task
Task_1_t75694119DBB4B68675BB4BAB3E446BA4EE5C91C7* ___m_task_2;
};
struct AsyncTaskMethodBuilder_1_t7BA09CA1BB279AA706D98A618EE11038FD1985F7_StaticFields
{
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask
Task_1_t75694119DBB4B68675BB4BAB3E446BA4EE5C91C7* ___s_defaultResultTask_0;
};
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Byte[]>
struct AsyncTaskMethodBuilder_1_tF4B144BF5EE52E8AC70FFD31FC2684642AC52B81
{
// System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState
AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF ___m_coreState_1;
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task
Task_1_t46575E75F710D631831E756B5DE20429700F6B95* ___m_task_2;
};
struct AsyncTaskMethodBuilder_1_tF4B144BF5EE52E8AC70FFD31FC2684642AC52B81_StaticFields
{
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask
Task_1_t46575E75F710D631831E756B5DE20429700F6B95* ___s_defaultResultTask_0;
};
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>
struct AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA
{
// System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState
AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF ___m_coreState_1;
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* ___m_task_2;
};
struct AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA_StaticFields
{
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* ___s_defaultResultTask_0;
};
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Char>
struct AsyncTaskMethodBuilder_1_tA37ED9A5D3A5A604D8DE794A45320CF8F5F7AC47
{
// System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState
AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF ___m_coreState_1;
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task
Task_1_tF70626CA48A1BC439512EBC23E365CCCE98C92F9* ___m_task_2;
};
struct AsyncTaskMethodBuilder_1_tA37ED9A5D3A5A604D8DE794A45320CF8F5F7AC47_StaticFields
{
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask
Task_1_tF70626CA48A1BC439512EBC23E365CCCE98C92F9* ___s_defaultResultTask_0;
};
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>
struct AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019
{
// System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState
AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF ___m_coreState_1;
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task
Task_1_t4C228DE57804012969575431CFF12D57C875552D* ___m_task_2;
};
struct AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019_StaticFields
{
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask
Task_1_t4C228DE57804012969575431CFF12D57C875552D* ___s_defaultResultTask_0;
};
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>
struct AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0
{
// System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState
AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF ___m_coreState_1;
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task
Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* ___m_task_2;
};
struct AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0_StaticFields
{
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask
Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* ___s_defaultResultTask_0;
};
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.String>
struct AsyncTaskMethodBuilder_1_tA28B0962049DC249BEC0054E2394B1962E28E90E
{
// System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState
AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF ___m_coreState_1;
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task
Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0* ___m_task_2;
};
struct AsyncTaskMethodBuilder_1_tA28B0962049DC249BEC0054E2394B1962E28E90E_StaticFields
{
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask
Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0* ___s_defaultResultTask_0;
};
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>
struct AsyncTaskMethodBuilder_1_tE88892A6B2F97B5D44B7C3EE2DBEED85743412AC
{
// System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState
AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF ___m_coreState_1;
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task
Task_1_tE41CFF640EB7C045550D9D0D92BE67533B084C17* ___m_task_2;
};
struct AsyncTaskMethodBuilder_1_tE88892A6B2F97B5D44B7C3EE2DBEED85743412AC_StaticFields
{
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask
Task_1_tE41CFF640EB7C045550D9D0D92BE67533B084C17* ___s_defaultResultTask_0;
};
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Boolean>
struct ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C
{
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::m_configuredTaskAwaiter
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 ___m_configuredTaskAwaiter_0;
};
// System.Nullable`1<System.DateTime>
struct Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC
{
// System.Boolean System.Nullable`1::hasValue
bool ___hasValue_0;
// T System.Nullable`1::value
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___value_1;
};
// System.Nullable`1<System.Decimal>
struct Nullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB
{
// System.Boolean System.Nullable`1::hasValue
bool ___hasValue_0;
// T System.Nullable`1::value
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___value_1;
};
// System.Reflection.BindingFlags
struct BindingFlags_t5DC2835E4AE9C1862B3AD172EF35B6A5F4F1812C
{
// System.Int32 System.Reflection.BindingFlags::value__
int32_t ___value___2;
};
// Newtonsoft.Json.ConstructorHandling
struct ConstructorHandling_tBAFC8D79770520A5FE179D99B00E863ECFD41FBC
{
// System.Int32 Newtonsoft.Json.ConstructorHandling::value__
int32_t ___value___2;
};
// Newtonsoft.Json.DateFormatHandling
struct DateFormatHandling_t572F7AE07F2480341B7A6A66E2B76630B513F797
{
// System.Int32 Newtonsoft.Json.DateFormatHandling::value__
int32_t ___value___2;
};
// Newtonsoft.Json.DateParseHandling
struct DateParseHandling_t9C3D12600E1C83D014F016D8B1F88411FF41263C
{
// System.Int32 Newtonsoft.Json.DateParseHandling::value__
int32_t ___value___2;
};
// System.DateTimeOffset
struct DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4
{
// System.DateTime System.DateTimeOffset::_dateTime
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ____dateTime_3;
// System.Int16 System.DateTimeOffset::_offsetMinutes
int16_t ____offsetMinutes_4;
};
struct DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_StaticFields
{
// System.DateTimeOffset System.DateTimeOffset::MinValue
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___MinValue_0;
// System.DateTimeOffset System.DateTimeOffset::MaxValue
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___MaxValue_1;
// System.DateTimeOffset System.DateTimeOffset::UnixEpoch
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___UnixEpoch_2;
};
// System.Globalization.DateTimeStyles
struct DateTimeStyles_t68D2C41B347837759F064D04F256AC268AF50465
{
// System.Int32 System.Globalization.DateTimeStyles::value__
int32_t ___value___2;
};
// Newtonsoft.Json.DateTimeZoneHandling
struct DateTimeZoneHandling_tC6052391FA7B95E92AFFABA381532EEFA193FB9F
{
// System.Int32 Newtonsoft.Json.DateTimeZoneHandling::value__
int32_t ___value___2;
};
// Newtonsoft.Json.DefaultValueHandling
struct DefaultValueHandling_t996735A0C7CC889B941C53B522E62A988B47402A
{
// System.Int32 Newtonsoft.Json.DefaultValueHandling::value__
int32_t ___value___2;
};
// System.Delegate
struct Delegate_t : public RuntimeObject
{
// System.IntPtr System.Delegate::method_ptr
Il2CppMethodPointer ___method_ptr_0;
// System.IntPtr System.Delegate::invoke_impl
intptr_t ___invoke_impl_1;
// System.Object System.Delegate::m_target
RuntimeObject* ___m_target_2;
// System.IntPtr System.Delegate::method
intptr_t ___method_3;
// System.IntPtr System.Delegate::delegate_trampoline
intptr_t ___delegate_trampoline_4;
// System.IntPtr System.Delegate::extra_arg
intptr_t ___extra_arg_5;
// System.IntPtr System.Delegate::method_code
intptr_t ___method_code_6;
// System.IntPtr System.Delegate::interp_method
intptr_t ___interp_method_7;
// System.IntPtr System.Delegate::interp_invoke_impl
intptr_t ___interp_invoke_impl_8;
// System.Reflection.MethodInfo System.Delegate::method_info
MethodInfo_t* ___method_info_9;
// System.Reflection.MethodInfo System.Delegate::original_method_info
MethodInfo_t* ___original_method_info_10;
// System.DelegateData System.Delegate::data
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
// System.Boolean System.Delegate::method_is_virtual
bool ___method_is_virtual_12;
};
// Native definition for P/Invoke marshalling of System.Delegate
struct Delegate_t_marshaled_pinvoke
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
intptr_t ___interp_method_7;
intptr_t ___interp_invoke_impl_8;
MethodInfo_t* ___method_info_9;
MethodInfo_t* ___original_method_info_10;
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
int32_t ___method_is_virtual_12;
};
// Native definition for COM marshalling of System.Delegate
struct Delegate_t_marshaled_com
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
intptr_t ___interp_method_7;
intptr_t ___interp_invoke_impl_8;
MethodInfo_t* ___method_info_9;
MethodInfo_t* ___original_method_info_10;
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
int32_t ___method_is_virtual_12;
};
// System.Exception
struct Exception_t : public RuntimeObject
{
// System.String System.Exception::_className
String_t* ____className_1;
// System.String System.Exception::_message
String_t* ____message_2;
// System.Collections.IDictionary System.Exception::_data
RuntimeObject* ____data_3;
// System.Exception System.Exception::_innerException
Exception_t* ____innerException_4;
// System.String System.Exception::_helpURL
String_t* ____helpURL_5;
// System.Object System.Exception::_stackTrace
RuntimeObject* ____stackTrace_6;
// System.String System.Exception::_stackTraceString
String_t* ____stackTraceString_7;
// System.String System.Exception::_remoteStackTraceString
String_t* ____remoteStackTraceString_8;
// System.Int32 System.Exception::_remoteStackIndex
int32_t ____remoteStackIndex_9;
// System.Object System.Exception::_dynamicMethods
RuntimeObject* ____dynamicMethods_10;
// System.Int32 System.Exception::_HResult
int32_t ____HResult_11;
// System.String System.Exception::_source
String_t* ____source_12;
// System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
// System.IntPtr[] System.Exception::native_trace_ips
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___native_trace_ips_15;
// System.Int32 System.Exception::caught_in_unmanaged
int32_t ___caught_in_unmanaged_16;
};
struct Exception_t_StaticFields
{
// System.Object System.Exception::s_EDILock
RuntimeObject* ___s_EDILock_0;
};
// Native definition for P/Invoke marshalling of System.Exception
struct Exception_t_marshaled_pinvoke
{
char* ____className_1;
char* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_pinvoke* ____innerException_4;
char* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
char* ____stackTraceString_7;
char* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
char* ____source_12;
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
int32_t ___caught_in_unmanaged_16;
};
// Native definition for COM marshalling of System.Exception
struct Exception_t_marshaled_com
{
Il2CppChar* ____className_1;
Il2CppChar* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_com* ____innerException_4;
Il2CppChar* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
Il2CppChar* ____stackTraceString_7;
Il2CppChar* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
Il2CppChar* ____source_12;
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
int32_t ___caught_in_unmanaged_16;
};
// Newtonsoft.Json.FloatFormatHandling
struct FloatFormatHandling_t6D69CDEC3FBD6B43B168CFE1033506CE3F50EE8C
{
// System.Int32 Newtonsoft.Json.FloatFormatHandling::value__
int32_t ___value___2;
};
// Newtonsoft.Json.FloatParseHandling
struct FloatParseHandling_tB923F780A6087CF142D4D00486E840D870ECDA5D
{
// System.Int32 Newtonsoft.Json.FloatParseHandling::value__
int32_t ___value___2;
};
// System.Runtime.Serialization.Formatters.FormatterAssemblyStyle
struct FormatterAssemblyStyle_t4CCE312D5A245F25EB81559ED52F386ECA54F110
{
// System.Int32 System.Runtime.Serialization.Formatters.FormatterAssemblyStyle::value__
int32_t ___value___2;
};
// Newtonsoft.Json.Formatting
struct Formatting_t38B3D1A17CE6825AA2C906374AD2434FD10ED7EC
{
// System.Int32 Newtonsoft.Json.Formatting::value__
int32_t ___value___2;
};
// System.Int32Enum
struct Int32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C
{
// System.Int32 System.Int32Enum::value__
int32_t ___value___2;
};
// Newtonsoft.Json.JsonContainerType
struct JsonContainerType_t4F8244AEE40CAB63CA2C1E281038F4E2B3E3887E
{
// System.Int32 Newtonsoft.Json.JsonContainerType::value__
int32_t ___value___2;
};
// Newtonsoft.Json.Serialization.JsonContractType
struct JsonContractType_t648DA7254ACAFCDB8C02BA87DF2E55C423ACF27E
{
// System.Int32 Newtonsoft.Json.Serialization.JsonContractType::value__
int32_t ___value___2;
};
// Newtonsoft.Json.JsonToken
struct JsonToken_t00B2B3F98FB3E9A8DE72409901BED1C7F1670BD5
{
// System.Int32 Newtonsoft.Json.JsonToken::value__
int32_t ___value___2;
};
// Newtonsoft.Json.MemberSerialization
struct MemberSerialization_t257FAC6CFDCFB591C71BFA910013E4CEFB7491DA
{
// System.Int32 Newtonsoft.Json.MemberSerialization::value__
int32_t ___value___2;
};
// Newtonsoft.Json.MetadataPropertyHandling
struct MetadataPropertyHandling_tA3EC6C7A5429A693E0370D712C7850854F60B6B2
{
// System.Int32 Newtonsoft.Json.MetadataPropertyHandling::value__
int32_t ___value___2;
};
// Newtonsoft.Json.MissingMemberHandling
struct MissingMemberHandling_tD1037A7561C66E2015BA288AF16A9F2DC9307FA5
{
// System.Int32 Newtonsoft.Json.MissingMemberHandling::value__
int32_t ___value___2;
};
// Newtonsoft.Json.NullValueHandling
struct NullValueHandling_t4BDE6EFA837EAE85524EDF0FE21D0B9668F4FD6A
{
// System.Int32 Newtonsoft.Json.NullValueHandling::value__
int32_t ___value___2;
};
// System.Globalization.NumberStyles
struct NumberStyles_t567C6CBC2A2B5B5A2C43B2855D158949984A810C
{
// System.Int32 System.Globalization.NumberStyles::value__
int32_t ___value___2;
};
// Newtonsoft.Json.ObjectCreationHandling
struct ObjectCreationHandling_tA895C8A4A1D7444BBEDD0E29D7490C625BF93131
{
// System.Int32 Newtonsoft.Json.ObjectCreationHandling::value__
int32_t ___value___2;
};
// Newtonsoft.Json.Utilities.ParseResult
struct ParseResult_t4C0931224069A9D603A36C1F6F1100A9C422948D
{
// System.Int32 Newtonsoft.Json.Utilities.ParseResult::value__
int32_t ___value___2;
};
// Newtonsoft.Json.PreserveReferencesHandling
struct PreserveReferencesHandling_t435BCAA15E433D8D2F5DB0D05A41E7E564671737
{
// System.Int32 Newtonsoft.Json.PreserveReferencesHandling::value__
int32_t ___value___2;
};
// Newtonsoft.Json.Utilities.PrimitiveTypeCode
struct PrimitiveTypeCode_t63C3D4F39DC3B6C82690A769515BAA5A0361A573
{
// System.Int32 Newtonsoft.Json.Utilities.PrimitiveTypeCode::value__
int32_t ___value___2;
};
// Newtonsoft.Json.ReadType
struct ReadType_t493768768508AD7DDF9096F57CF048F2616FDF2C
{
// System.Int32 Newtonsoft.Json.ReadType::value__
int32_t ___value___2;
};
// Newtonsoft.Json.ReferenceLoopHandling
struct ReferenceLoopHandling_t7D243173DF188E0478CF37E7C940CDDCAC1E0D20
{
// System.Int32 Newtonsoft.Json.ReferenceLoopHandling::value__
int32_t ___value___2;
};
// Newtonsoft.Json.Required
struct Required_tE2BADA700C1076BDCC25AAF912F3C76B8BD842A7
{
// System.Int32 Newtonsoft.Json.Required::value__
int32_t ___value___2;
};
// System.RuntimeFieldHandle
struct RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5
{
// System.IntPtr System.RuntimeFieldHandle::value
intptr_t ___value_0;
};
// System.RuntimeTypeHandle
struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B
{
// System.IntPtr System.RuntimeTypeHandle::value
intptr_t ___value_0;
};
// System.Runtime.Serialization.StreamingContextStates
struct StreamingContextStates_t5EE358E619B251608A9327618C7BFE8638FC33C1
{
// System.Int32 System.Runtime.Serialization.StreamingContextStates::value__
int32_t ___value___2;
};
// System.StringComparison
struct StringComparison_tE14A55CCFA001A5AC85D754179BF2888F45CC94D
{
// System.Int32 System.StringComparison::value__
int32_t ___value___2;
};
// Newtonsoft.Json.StringEscapeHandling
struct StringEscapeHandling_t6C5E715C7EA7676CB7369DBE8EB487724B07F354
{
// System.Int32 Newtonsoft.Json.StringEscapeHandling::value__
int32_t ___value___2;
};
// System.IO.StringReader
struct StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8 : public TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7
{
// System.String System.IO.StringReader::_s
String_t* ____s_2;
// System.Int32 System.IO.StringReader::_pos
int32_t ____pos_3;
// System.Int32 System.IO.StringReader::_length
int32_t ____length_4;
};
// System.IO.StringWriter
struct StringWriter_tF48052BE4F980E5C85403221E835768E4156267D : public TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3
{
// System.Text.StringBuilder System.IO.StringWriter::_sb
StringBuilder_t* ____sb_7;
// System.Boolean System.IO.StringWriter::_isOpen
bool ____isOpen_8;
};
struct StringWriter_tF48052BE4F980E5C85403221E835768E4156267D_StaticFields
{
// System.Text.UnicodeEncoding modreq(System.Runtime.CompilerServices.IsVolatile) System.IO.StringWriter::m_encoding
UnicodeEncoding_t2C90D9E1E55C16081FACA57B229053C1EF05DAF0* ___m_encoding_6;
};
// System.Threading.Tasks.Task
struct Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572 : public RuntimeObject
{
// System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_taskId
int32_t ___m_taskId_1;
// System.Delegate System.Threading.Tasks.Task::m_action
Delegate_t* ___m_action_2;
// System.Object System.Threading.Tasks.Task::m_stateObject
RuntimeObject* ___m_stateObject_3;
// System.Threading.Tasks.TaskScheduler System.Threading.Tasks.Task::m_taskScheduler
TaskScheduler_t3F0550EBEF7C41F74EC8C08FF4BED0D8CE66006E* ___m_taskScheduler_4;
// System.Threading.Tasks.Task System.Threading.Tasks.Task::m_parent
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___m_parent_5;
// System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_stateFlags
int32_t ___m_stateFlags_6;
// System.Object modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_continuationObject
RuntimeObject* ___m_continuationObject_7;
// System.Threading.Tasks.Task/ContingentProperties modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_contingentProperties
ContingentProperties_t3FA59480914505CEA917B1002EC675F29D0CB540* ___m_contingentProperties_10;
};
struct Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_StaticFields
{
// System.Int32 System.Threading.Tasks.Task::s_taskIdCounter
int32_t ___s_taskIdCounter_0;
// System.Object System.Threading.Tasks.Task::s_taskCompletionSentinel
RuntimeObject* ___s_taskCompletionSentinel_8;
// System.Boolean System.Threading.Tasks.Task::s_asyncDebuggingEnabled
bool ___s_asyncDebuggingEnabled_9;
// System.Action`1<System.Object> System.Threading.Tasks.Task::s_taskCancelCallback
Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* ___s_taskCancelCallback_11;
// System.Func`1<System.Threading.Tasks.Task/ContingentProperties> System.Threading.Tasks.Task::s_createContingentProperties
Func_1_tD59A12717D79BFB403BF973694B1BE5B85474BD1* ___s_createContingentProperties_14;
// System.Threading.Tasks.TaskFactory System.Threading.Tasks.Task::<Factory>k__BackingField
TaskFactory_tF781BD37BE23917412AD83424D1497C7C1509DF0* ___U3CFactoryU3Ek__BackingField_15;
// System.Threading.Tasks.Task System.Threading.Tasks.Task::<CompletedTask>k__BackingField
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___U3CCompletedTaskU3Ek__BackingField_16;
// System.Predicate`1<System.Threading.Tasks.Task> System.Threading.Tasks.Task::s_IsExceptionObservedByParentPredicate
Predicate_1_t7F48518B008C1472339EEEBABA3DE203FE1F26ED* ___s_IsExceptionObservedByParentPredicate_17;
// System.Threading.ContextCallback System.Threading.Tasks.Task::s_ecCallback
ContextCallback_tE8AFBDBFCC040FDA8DA8C1EEFE9BD66B16BDA007* ___s_ecCallback_18;
// System.Predicate`1<System.Object> System.Threading.Tasks.Task::s_IsTaskContinuationNullPredicate
Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12* ___s_IsTaskContinuationNullPredicate_19;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Threading.Tasks.Task> System.Threading.Tasks.Task::s_currentActiveTasks
Dictionary_2_t403063CE4960B4F46C688912237C6A27E550FF55* ___s_currentActiveTasks_20;
// System.Object System.Threading.Tasks.Task::s_activeTasksLock
RuntimeObject* ___s_activeTasksLock_21;
};
struct Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_ThreadStaticFields
{
// System.Threading.Tasks.Task System.Threading.Tasks.Task::t_currentTask
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___t_currentTask_12;
// System.Threading.Tasks.StackGuard System.Threading.Tasks.Task::t_stackGuard
StackGuard_tACE063A1B7374BDF4AD472DE4585D05AD8745352* ___t_stackGuard_13;
};
// System.Diagnostics.TraceLevel
struct TraceLevel_tC6D20CA5EEFD86A80A74E11DCFAE7AAA5A5D966F
{
// System.Int32 System.Diagnostics.TraceLevel::value__
int32_t ___value___2;
};
// Newtonsoft.Json.TypeNameAssemblyFormatHandling
struct TypeNameAssemblyFormatHandling_t9FB27147BC97FE6AB2CC242DA377B594D900491E
{
// System.Int32 Newtonsoft.Json.TypeNameAssemblyFormatHandling::value__
int32_t ___value___2;
};
// Newtonsoft.Json.TypeNameHandling
struct TypeNameHandling_t4D77402771E5E38DE1AE390B60542985276D9D69
{
// System.Int32 Newtonsoft.Json.TypeNameHandling::value__
int32_t ___value___2;
};
// System.UriIdnScope
struct UriIdnScope_t001CC97A6F977E9BB7DB855CC6BA415A7F47491F
{
// System.Int32 System.UriIdnScope::value__
int32_t ___value___2;
};
// System.Xml.Linq.XContainer
struct XContainer_tF94A2D69B11B71834E4E5531DD59E627CBFE2BBF : public XNode_t185C922661054AAD14F49676DD6F3CB10D652A30
{
// System.Object System.Xml.Linq.XContainer::content
RuntimeObject* ___content_3;
};
// Newtonsoft.Json.JsonReader/State
struct State_tFC19CCEAFF8F4E6C73914F3B8850C622CE3490A4
{
// System.Int32 Newtonsoft.Json.JsonReader/State::value__
int32_t ___value___2;
};
// Newtonsoft.Json.JsonWriter/State
struct State_tAE23C0C2937491FB5A76EBB46CC416A10DB1667D
{
// System.Int32 Newtonsoft.Json.JsonWriter/State::value__
int32_t ___value___2;
};
// System.Uri/Flags
struct Flags_t47CF4DB4036A6A539AFA6EE39C75F772E865E897
{
// System.UInt64 System.Uri/Flags::value__
uint64_t ___value___2;
};
// System.Nullable`1<Newtonsoft.Json.ConstructorHandling>
struct Nullable_1_tE866C25CB8A73A44077AAC48B1D406CF034E1496
{
// System.Boolean System.Nullable`1::hasValue
bool ___hasValue_0;
// T System.Nullable`1::value
int32_t ___value_1;
};
// System.Nullable`1<Newtonsoft.Json.DateFormatHandling>
struct Nullable_1_t4776B8A4D0D52AA8BDCD45E6D7070659326453D2
{
// System.Boolean System.Nullable`1::hasValue
bool ___hasValue_0;
// T System.Nullable`1::value
int32_t ___value_1;
};
// System.Nullable`1<Newtonsoft.Json.DateParseHandling>
struct Nullable_1_tDC640D18A54CA8F0A3C74518CBC15D439C8FC228
{
// System.Boolean System.Nullable`1::hasValue
bool ___hasValue_0;
// T System.Nullable`1::value
int32_t ___value_1;
};
// System.Nullable`1<System.DateTimeOffset>
struct Nullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B
{
// System.Boolean System.Nullable`1::hasValue
bool ___hasValue_0;
// T System.Nullable`1::value
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___value_1;
};
// System.Nullable`1<Newtonsoft.Json.DateTimeZoneHandling>
struct Nullable_1_tD88F7E37B65824D38D74608E576D1265E5A2D2B2
{
// System.Boolean System.Nullable`1::hasValue
bool ___hasValue_0;
// T System.Nullable`1::value
int32_t ___value_1;
};
// System.Nullable`1<Newtonsoft.Json.DefaultValueHandling>
struct Nullable_1_t4DEE77C12DDAF72BAE2A1FA8A8736FC478D721E8
{
// System.Boolean System.Nullable`1::hasValue
bool ___hasValue_0;
// T System.Nullable`1::value
int32_t ___value_1;
};
// System.Nullable`1<Newtonsoft.Json.FloatFormatHandling>
struct Nullable_1_tEAE8D5B59DCEB4F809A8A5F390EAAC18F266B822
{
// System.Boolean System.Nullable`1::hasValue
bool ___hasValue_0;
// T System.Nullable`1::value
int32_t ___value_1;
};
// System.Nullable`1<Newtonsoft.Json.FloatParseHandling>
struct Nullable_1_tC13211A32645AE3863530378A08BC45089EE419B
{
// System.Boolean System.Nullable`1::hasValue
bool ___hasValue_0;
// T System.Nullable`1::value
int32_t ___value_1;
};
// System.Nullable`1<Newtonsoft.Json.Formatting>
struct Nullable_1_tAEE2B9C53750E53F9B91B70967290720873E8D3E
{
// System.Boolean System.Nullable`1::hasValue
bool ___hasValue_0;
// T System.Nullable`1::value
int32_t ___value_1;
};
// System.Nullable`1<System.Int32Enum>
struct Nullable_1_t163D49A1147F217B7BD43BE8ACC8A5CC6B846D14
{
// System.Boolean System.Nullable`1::hasValue
bool ___hasValue_0;
// T System.Nullable`1::value
int32_t ___value_1;
};
// System.Nullable`1<Newtonsoft.Json.MetadataPropertyHandling>
struct Nullable_1_t0E2AF35997B80CE423EBCAFDC0C58FB7182CA6FE
{
// System.Boolean System.Nullable`1::hasValue
bool ___hasValue_0;
// T System.Nullable`1::value
int32_t ___value_1;
};
// System.Nullable`1<Newtonsoft.Json.MissingMemberHandling>
struct Nullable_1_t776B72BEFF6E3E2D489C4C6D855C89139D6B4CA4
{
// System.Boolean System.Nullable`1::hasValue
bool ___hasValue_0;
// T System.Nullable`1::value
int32_t ___value_1;
};
// System.Nullable`1<Newtonsoft.Json.NullValueHandling>
struct Nullable_1_tA1B6210C1924173AEFE9AF8FBDD3BA856E74A790
{
// System.Boolean System.Nullable`1::hasValue
bool ___hasValue_0;
// T System.Nullable`1::value
int32_t ___value_1;
};
// System.Nullable`1<Newtonsoft.Json.ObjectCreationHandling>
struct Nullable_1_t5ECEC9E2B3F1C050A3E9EC928487DD5C9AB0996D
{
// System.Boolean System.Nullable`1::hasValue
bool ___hasValue_0;
// T System.Nullable`1::value
int32_t ___value_1;
};
// System.Nullable`1<Newtonsoft.Json.PreserveReferencesHandling>
struct Nullable_1_t599FF2F862BEFE0F4B6BDA65B36841F4740B0D12
{
// System.Boolean System.Nullable`1::hasValue
bool ___hasValue_0;
// T System.Nullable`1::value
int32_t ___value_1;
};
// System.Nullable`1<Newtonsoft.Json.ReferenceLoopHandling>
struct Nullable_1_t599F8D9D40143BFCB12D7085DFEA8AC7171F5E77
{
// System.Boolean System.Nullable`1::hasValue
bool ___hasValue_0;
// T System.Nullable`1::value
int32_t ___value_1;
};
// System.Nullable`1<Newtonsoft.Json.Required>
struct Nullable_1_t0ED183EB9E50B714F9A282F07935579F070B562B
{
// System.Boolean System.Nullable`1::hasValue
bool ___hasValue_0;
// T System.Nullable`1::value
int32_t ___value_1;
};
// System.Nullable`1<Newtonsoft.Json.StringEscapeHandling>
struct Nullable_1_t61214A44C233A0B00A9F79E380485D79D5FAA7C6
{
// System.Boolean System.Nullable`1::hasValue
bool ___hasValue_0;
// T System.Nullable`1::value
int32_t ___value_1;
};
// System.Nullable`1<Newtonsoft.Json.TypeNameAssemblyFormatHandling>
struct Nullable_1_t762E380C63D6C0CB1E8ADBCADE57240FB061367F
{
// System.Boolean System.Nullable`1::hasValue
bool ___hasValue_0;
// T System.Nullable`1::value
int32_t ___value_1;
};
// System.Nullable`1<Newtonsoft.Json.TypeNameHandling>
struct Nullable_1_tB85AB604017196E6A3D3B920121E8C3A255827F0
{
// System.Boolean System.Nullable`1::hasValue
bool ___hasValue_0;
// T System.Nullable`1::value
int32_t ___value_1;
};
// System.Threading.Tasks.Task`1<System.Nullable`1<System.Boolean>>
struct Task_1_t73C2C5C7202C39C9ED1CE9CD750B63BD7B0705D0 : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572
{
// TResult System.Threading.Tasks.Task`1::m_result
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ___m_result_22;
};
struct Task_1_t73C2C5C7202C39C9ED1CE9CD750B63BD7B0705D0_StaticFields
{
// System.Threading.Tasks.TaskFactory`1<TResult> System.Threading.Tasks.Task`1::s_defaultFactory
TaskFactory_1_tA691E2BC5961896B5A97C2F15650D3151CE60A00* ___s_defaultFactory_23;
};
// System.Threading.Tasks.Task`1<System.Nullable`1<System.DateTime>>
struct Task_1_t65DD22766038CC419979FC66D2CFEF60381EE84B : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572
{
// TResult System.Threading.Tasks.Task`1::m_result
Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC ___m_result_22;
};
struct Task_1_t65DD22766038CC419979FC66D2CFEF60381EE84B_StaticFields
{
// System.Threading.Tasks.TaskFactory`1<TResult> System.Threading.Tasks.Task`1::s_defaultFactory
TaskFactory_1_tD1312B07567D037375AE1BC9E412FA736BE9A26C* ___s_defaultFactory_23;
};
// System.Threading.Tasks.Task`1<System.Nullable`1<System.Decimal>>
struct Task_1_t1253923251256D5BDFC2FDA8EFF422DBBAB7C239 : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572
{
// TResult System.Threading.Tasks.Task`1::m_result
Nullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB ___m_result_22;
};
struct Task_1_t1253923251256D5BDFC2FDA8EFF422DBBAB7C239_StaticFields
{
// System.Threading.Tasks.TaskFactory`1<TResult> System.Threading.Tasks.Task`1::s_defaultFactory
TaskFactory_1_t1FC6F041AB46A11726B4503E01C3D2C937910EC2* ___s_defaultFactory_23;
};
// System.Threading.Tasks.Task`1<System.Nullable`1<System.Double>>
struct Task_1_tB943B576D2304CD76D3E20C67231C192B2DD0C41 : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572
{
// TResult System.Threading.Tasks.Task`1::m_result
Nullable_1_t6E154519A812D040E3016229CD7638843A2CC165 ___m_result_22;
};
struct Task_1_tB943B576D2304CD76D3E20C67231C192B2DD0C41_StaticFields
{
// System.Threading.Tasks.TaskFactory`1<TResult> System.Threading.Tasks.Task`1::s_defaultFactory
TaskFactory_1_t440BCA273D8F7D2BE5CAA88135480E6CF22A9715* ___s_defaultFactory_23;
};
// System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>>
struct Task_1_t75694119DBB4B68675BB4BAB3E446BA4EE5C91C7 : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572
{
// TResult System.Threading.Tasks.Task`1::m_result
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 ___m_result_22;
};
struct Task_1_t75694119DBB4B68675BB4BAB3E446BA4EE5C91C7_StaticFields
{
// System.Threading.Tasks.TaskFactory`1<TResult> System.Threading.Tasks.Task`1::s_defaultFactory
TaskFactory_1_tAE919A7BAE255B9F6EF5F440E30D3AF6A9C9322E* ___s_defaultFactory_23;
};
// System.Threading.Tasks.Task`1<System.Byte[]>
struct Task_1_t46575E75F710D631831E756B5DE20429700F6B95 : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572
{
// TResult System.Threading.Tasks.Task`1::m_result
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___m_result_22;
};
struct Task_1_t46575E75F710D631831E756B5DE20429700F6B95_StaticFields
{
// System.Threading.Tasks.TaskFactory`1<TResult> System.Threading.Tasks.Task`1::s_defaultFactory
TaskFactory_1_tE78D5901E25DE030D64ED783B6E0BED8282D0148* ___s_defaultFactory_23;
};
// System.Threading.Tasks.Task`1<System.Boolean>
struct Task_1_t824317F4B958F7512E8F7300511752937A6C6043 : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572
{
// TResult System.Threading.Tasks.Task`1::m_result
bool ___m_result_22;
};
struct Task_1_t824317F4B958F7512E8F7300511752937A6C6043_StaticFields
{
// System.Threading.Tasks.TaskFactory`1<TResult> System.Threading.Tasks.Task`1::s_defaultFactory
TaskFactory_1_tFAEAC22A1E986463E6956C344A78A7C7197288E0* ___s_defaultFactory_23;
};
// System.Threading.Tasks.Task`1<System.Char>
struct Task_1_tF70626CA48A1BC439512EBC23E365CCCE98C92F9 : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572
{
// TResult System.Threading.Tasks.Task`1::m_result
Il2CppChar ___m_result_22;
};
struct Task_1_tF70626CA48A1BC439512EBC23E365CCCE98C92F9_StaticFields
{
// System.Threading.Tasks.TaskFactory`1<TResult> System.Threading.Tasks.Task`1::s_defaultFactory
TaskFactory_1_tAE55B2107FC11B3C6C510A21445CAC987671E7FD* ___s_defaultFactory_23;
};
// System.Threading.Tasks.Task`1<System.Int32>
struct Task_1_t4C228DE57804012969575431CFF12D57C875552D : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572
{
// TResult System.Threading.Tasks.Task`1::m_result
int32_t ___m_result_22;
};
struct Task_1_t4C228DE57804012969575431CFF12D57C875552D_StaticFields
{
// System.Threading.Tasks.TaskFactory`1<TResult> System.Threading.Tasks.Task`1::s_defaultFactory
TaskFactory_1_t0BEF06D58E44525B9135AB0B22D016856EE69FF3* ___s_defaultFactory_23;
};
// System.Threading.Tasks.Task`1<System.Object>
struct Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2 : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572
{
// TResult System.Threading.Tasks.Task`1::m_result
RuntimeObject* ___m_result_22;
};
struct Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2_StaticFields
{
// System.Threading.Tasks.TaskFactory`1<TResult> System.Threading.Tasks.Task`1::s_defaultFactory
TaskFactory_1_t6F188FE70F3006B0386002E392B799D85100732B* ___s_defaultFactory_23;
};
// System.Threading.Tasks.Task`1<System.String>
struct Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0 : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572
{
// TResult System.Threading.Tasks.Task`1::m_result
String_t* ___m_result_22;
};
struct Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0_StaticFields
{
// System.Threading.Tasks.TaskFactory`1<TResult> System.Threading.Tasks.Task`1::s_defaultFactory
TaskFactory_1_t7ABCD7F9503486A075E0B072E6EB95956CFE3106* ___s_defaultFactory_23;
};
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder
struct AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06
{
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder::m_builder
AsyncTaskMethodBuilder_1_tE88892A6B2F97B5D44B7C3EE2DBEED85743412AC ___m_builder_1;
};
struct AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_StaticFields
{
// System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder::s_cachedCompleted
Task_1_tE41CFF640EB7C045550D9D0D92BE67533B084C17* ___s_cachedCompleted_0;
};
// Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.AsyncTaskMethodBuilder
struct AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_marshaled_pinvoke
{
AsyncTaskMethodBuilder_1_tE88892A6B2F97B5D44B7C3EE2DBEED85743412AC ___m_builder_1;
};
// Native definition for COM marshalling of System.Runtime.CompilerServices.AsyncTaskMethodBuilder
struct AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_marshaled_com
{
AsyncTaskMethodBuilder_1_tE88892A6B2F97B5D44B7C3EE2DBEED85743412AC ___m_builder_1;
};
// Newtonsoft.Json.Serialization.DefaultContractResolver
struct DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD : public RuntimeObject
{
// Newtonsoft.Json.DefaultJsonNameTable Newtonsoft.Json.Serialization.DefaultContractResolver::_nameTable
DefaultJsonNameTable_t81ABCBAD900C62AEA009A48779C3F3893DBC110D* ____nameTable_3;
// Newtonsoft.Json.Utilities.ThreadSafeStore`2<System.Type,Newtonsoft.Json.Serialization.JsonContract> Newtonsoft.Json.Serialization.DefaultContractResolver::_contractCache
ThreadSafeStore_2_tF22121D3E11895CE38FFEE9105F013F4ECC2DFC5* ____contractCache_4;
// System.Reflection.BindingFlags Newtonsoft.Json.Serialization.DefaultContractResolver::<DefaultMembersSearchFlags>k__BackingField
int32_t ___U3CDefaultMembersSearchFlagsU3Ek__BackingField_5;
// System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::<SerializeCompilerGeneratedMembers>k__BackingField
bool ___U3CSerializeCompilerGeneratedMembersU3Ek__BackingField_6;
// System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::<IgnoreSerializableInterface>k__BackingField
bool ___U3CIgnoreSerializableInterfaceU3Ek__BackingField_7;
// System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::<IgnoreSerializableAttribute>k__BackingField
bool ___U3CIgnoreSerializableAttributeU3Ek__BackingField_8;
// System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::<IgnoreIsSpecifiedMembers>k__BackingField
bool ___U3CIgnoreIsSpecifiedMembersU3Ek__BackingField_9;
// System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::<IgnoreShouldSerializeMembers>k__BackingField
bool ___U3CIgnoreShouldSerializeMembersU3Ek__BackingField_10;
// Newtonsoft.Json.Serialization.NamingStrategy Newtonsoft.Json.Serialization.DefaultContractResolver::<NamingStrategy>k__BackingField
NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* ___U3CNamingStrategyU3Ek__BackingField_11;
};
struct DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_StaticFields
{
// Newtonsoft.Json.Serialization.IContractResolver Newtonsoft.Json.Serialization.DefaultContractResolver::_instance
RuntimeObject* ____instance_0;
// System.String[] Newtonsoft.Json.Serialization.DefaultContractResolver::BlacklistedTypeNames
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___BlacklistedTypeNames_1;
// Newtonsoft.Json.JsonConverter[] Newtonsoft.Json.Serialization.DefaultContractResolver::BuiltInConverters
JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E* ___BuiltInConverters_2;
};
// Newtonsoft.Json.Serialization.JsonContract
struct JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA : public RuntimeObject
{
// System.Boolean Newtonsoft.Json.Serialization.JsonContract::IsNullable
bool ___IsNullable_0;
// System.Boolean Newtonsoft.Json.Serialization.JsonContract::IsConvertable
bool ___IsConvertable_1;
// System.Boolean Newtonsoft.Json.Serialization.JsonContract::IsEnum
bool ___IsEnum_2;
// System.Type Newtonsoft.Json.Serialization.JsonContract::NonNullableUnderlyingType
Type_t* ___NonNullableUnderlyingType_3;
// Newtonsoft.Json.ReadType Newtonsoft.Json.Serialization.JsonContract::InternalReadType
int32_t ___InternalReadType_4;
// Newtonsoft.Json.Serialization.JsonContractType Newtonsoft.Json.Serialization.JsonContract::ContractType
int32_t ___ContractType_5;
// System.Boolean Newtonsoft.Json.Serialization.JsonContract::IsReadOnlyOrFixedSize
bool ___IsReadOnlyOrFixedSize_6;
// System.Boolean Newtonsoft.Json.Serialization.JsonContract::IsSealed
bool ___IsSealed_7;
// System.Boolean Newtonsoft.Json.Serialization.JsonContract::IsInstantiable
bool ___IsInstantiable_8;
// System.Collections.Generic.List`1<Newtonsoft.Json.Serialization.SerializationCallback> Newtonsoft.Json.Serialization.JsonContract::_onDeserializedCallbacks
List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132* ____onDeserializedCallbacks_9;
// System.Collections.Generic.List`1<Newtonsoft.Json.Serialization.SerializationCallback> Newtonsoft.Json.Serialization.JsonContract::_onDeserializingCallbacks
List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132* ____onDeserializingCallbacks_10;
// System.Collections.Generic.List`1<Newtonsoft.Json.Serialization.SerializationCallback> Newtonsoft.Json.Serialization.JsonContract::_onSerializedCallbacks
List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132* ____onSerializedCallbacks_11;
// System.Collections.Generic.List`1<Newtonsoft.Json.Serialization.SerializationCallback> Newtonsoft.Json.Serialization.JsonContract::_onSerializingCallbacks
List_1_t542BD37C49F7B57F9AF6D3202FA3DCB192FF9132* ____onSerializingCallbacks_12;
// System.Collections.Generic.List`1<Newtonsoft.Json.Serialization.SerializationErrorCallback> Newtonsoft.Json.Serialization.JsonContract::_onErrorCallbacks
List_1_t9F34549D054E5864A5FE59A6E94DA8FD8E2BDD2E* ____onErrorCallbacks_13;
// System.Type Newtonsoft.Json.Serialization.JsonContract::_createdType
Type_t* ____createdType_14;
// System.Type Newtonsoft.Json.Serialization.JsonContract::<UnderlyingType>k__BackingField
Type_t* ___U3CUnderlyingTypeU3Ek__BackingField_15;
// System.Nullable`1<System.Boolean> Newtonsoft.Json.Serialization.JsonContract::<IsReference>k__BackingField
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ___U3CIsReferenceU3Ek__BackingField_16;
// Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonContract::<Converter>k__BackingField
JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* ___U3CConverterU3Ek__BackingField_17;
// Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonContract::<InternalConverter>k__BackingField
JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* ___U3CInternalConverterU3Ek__BackingField_18;
// System.Func`1<System.Object> Newtonsoft.Json.Serialization.JsonContract::<DefaultCreator>k__BackingField
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* ___U3CDefaultCreatorU3Ek__BackingField_19;
// System.Boolean Newtonsoft.Json.Serialization.JsonContract::<DefaultCreatorNonPublic>k__BackingField
bool ___U3CDefaultCreatorNonPublicU3Ek__BackingField_20;
};
// Newtonsoft.Json.JsonException
struct JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD : public Exception_t
{
};
// Newtonsoft.Json.JsonPosition
struct JsonPosition_t7788656A280615072710710E8C15D23285850E8E
{
// 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;
};
struct JsonPosition_t7788656A280615072710710E8C15D23285850E8E_StaticFields
{
// System.Char[] Newtonsoft.Json.JsonPosition::SpecialCharacters
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___SpecialCharacters_0;
};
// Native definition for P/Invoke marshalling of Newtonsoft.Json.JsonPosition
struct JsonPosition_t7788656A280615072710710E8C15D23285850E8E_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_t7788656A280615072710710E8C15D23285850E8E_marshaled_com
{
int32_t ___Type_1;
int32_t ___Position_2;
Il2CppChar* ___PropertyName_3;
int32_t ___HasIndex_4;
};
// System.MulticastDelegate
struct MulticastDelegate_t : public Delegate_t
{
// System.Delegate[] System.MulticastDelegate::delegates
DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* ___delegates_13;
};
// Native definition for P/Invoke marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
{
Delegate_t_marshaled_pinvoke** ___delegates_13;
};
// Native definition for COM marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
{
Delegate_t_marshaled_com** ___delegates_13;
};
// System.Runtime.Serialization.StreamingContext
struct StreamingContext_t56760522A751890146EE45F82F866B55B7E33677
{
// System.Object System.Runtime.Serialization.StreamingContext::m_additionalContext
RuntimeObject* ___m_additionalContext_0;
// System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::m_state
int32_t ___m_state_1;
};
// Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext
struct StreamingContext_t56760522A751890146EE45F82F866B55B7E33677_marshaled_pinvoke
{
Il2CppIUnknown* ___m_additionalContext_0;
int32_t ___m_state_1;
};
// Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext
struct StreamingContext_t56760522A751890146EE45F82F866B55B7E33677_marshaled_com
{
Il2CppIUnknown* ___m_additionalContext_0;
int32_t ___m_state_1;
};
// System.SystemException
struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t
{
};
// System.Type
struct Type_t : public MemberInfo_t
{
// System.RuntimeTypeHandle System.Type::_impl
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl_8;
};
struct Type_t_StaticFields
{
// System.Reflection.Binder modreq(System.Runtime.CompilerServices.IsVolatile) System.Type::s_defaultBinder
Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235* ___s_defaultBinder_0;
// System.Char System.Type::Delimiter
Il2CppChar ___Delimiter_1;
// System.Type[] System.Type::EmptyTypes
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___EmptyTypes_2;
// System.Object System.Type::Missing
RuntimeObject* ___Missing_3;
// System.Reflection.MemberFilter System.Type::FilterAttribute
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterAttribute_4;
// System.Reflection.MemberFilter System.Type::FilterName
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterName_5;
// System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterNameIgnoreCase_6;
};
// System.Uri
struct Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E : public RuntimeObject
{
// System.String System.Uri::m_String
String_t* ___m_String_13;
// System.String System.Uri::m_originalUnicodeString
String_t* ___m_originalUnicodeString_14;
// System.UriParser System.Uri::m_Syntax
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* ___m_Syntax_15;
// System.String System.Uri::m_DnsSafeHost
String_t* ___m_DnsSafeHost_16;
// System.Uri/Flags System.Uri::m_Flags
uint64_t ___m_Flags_17;
// System.Uri/UriInfo System.Uri::m_Info
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* ___m_Info_18;
// System.Boolean System.Uri::m_iriParsing
bool ___m_iriParsing_19;
};
struct Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields
{
// System.String System.Uri::UriSchemeFile
String_t* ___UriSchemeFile_0;
// System.String System.Uri::UriSchemeFtp
String_t* ___UriSchemeFtp_1;
// System.String System.Uri::UriSchemeGopher
String_t* ___UriSchemeGopher_2;
// System.String System.Uri::UriSchemeHttp
String_t* ___UriSchemeHttp_3;
// System.String System.Uri::UriSchemeHttps
String_t* ___UriSchemeHttps_4;
// System.String System.Uri::UriSchemeWs
String_t* ___UriSchemeWs_5;
// System.String System.Uri::UriSchemeWss
String_t* ___UriSchemeWss_6;
// System.String System.Uri::UriSchemeMailto
String_t* ___UriSchemeMailto_7;
// System.String System.Uri::UriSchemeNews
String_t* ___UriSchemeNews_8;
// System.String System.Uri::UriSchemeNntp
String_t* ___UriSchemeNntp_9;
// System.String System.Uri::UriSchemeNetTcp
String_t* ___UriSchemeNetTcp_10;
// System.String System.Uri::UriSchemeNetPipe
String_t* ___UriSchemeNetPipe_11;
// System.String System.Uri::SchemeDelimiter
String_t* ___SchemeDelimiter_12;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitialized
bool ___s_ConfigInitialized_20;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitializing
bool ___s_ConfigInitializing_21;
// System.UriIdnScope modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IdnScope
int32_t ___s_IdnScope_22;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IriParsing
bool ___s_IriParsing_23;
// System.Boolean System.Uri::useDotNetRelativeOrAbsolute
bool ___useDotNetRelativeOrAbsolute_24;
// System.Boolean System.Uri::IsWindowsFileSystem
bool ___IsWindowsFileSystem_25;
// System.Object System.Uri::s_initLock
RuntimeObject* ___s_initLock_26;
// System.Char[] System.Uri::HexLowerChars
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___HexLowerChars_27;
// System.Char[] System.Uri::_WSchars
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ____WSchars_28;
};
// System.Xml.Linq.XDocument
struct XDocument_tFD643046CAF39623C3D8AA1693390D5EE08E82F1 : public XContainer_tF94A2D69B11B71834E4E5531DD59E627CBFE2BBF
{
// System.Xml.Linq.XDeclaration System.Xml.Linq.XDocument::_declaration
XDeclaration_t62AAE9A25589F7D4C5B016DDF6DF858D11A2A990* ____declaration_4;
};
// Newtonsoft.Json.JsonReader/<MoveToContentFromNonContentAsync>d__14
struct U3CMoveToContentFromNonContentAsyncU3Ed__14_t5C1A2CB5DE2F1C4A2764A241B9D8AC115D343A32
{
// System.Int32 Newtonsoft.Json.JsonReader/<MoveToContentFromNonContentAsync>d__14::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean> Newtonsoft.Json.JsonReader/<MoveToContentFromNonContentAsync>d__14::<>t__builder
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA ___U3CU3Et__builder_1;
// Newtonsoft.Json.JsonReader Newtonsoft.Json.JsonReader/<MoveToContentFromNonContentAsync>d__14::<>4__this
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* ___U3CU3E4__this_2;
// System.Threading.CancellationToken Newtonsoft.Json.JsonReader/<MoveToContentFromNonContentAsync>d__14::cancellationToken
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken_3;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean> Newtonsoft.Json.JsonReader/<MoveToContentFromNonContentAsync>d__14::<>u__1
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 ___U3CU3Eu__1_4;
};
// Newtonsoft.Json.JsonReader/<ReadAndMoveToContentAsync>d__12
struct U3CReadAndMoveToContentAsyncU3Ed__12_t1F39829270AB73E558C8C4636F23E71DA39B90BB
{
// System.Int32 Newtonsoft.Json.JsonReader/<ReadAndMoveToContentAsync>d__12::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean> Newtonsoft.Json.JsonReader/<ReadAndMoveToContentAsync>d__12::<>t__builder
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA ___U3CU3Et__builder_1;
// Newtonsoft.Json.JsonReader Newtonsoft.Json.JsonReader/<ReadAndMoveToContentAsync>d__12::<>4__this
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* ___U3CU3E4__this_2;
// System.Threading.CancellationToken Newtonsoft.Json.JsonReader/<ReadAndMoveToContentAsync>d__12::cancellationToken
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken_3;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean> Newtonsoft.Json.JsonReader/<ReadAndMoveToContentAsync>d__12::<>u__1
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 ___U3CU3Eu__1_4;
};
// Newtonsoft.Json.JsonReader/<ReadArrayIntoByteArrayAsync>d__5
struct U3CReadArrayIntoByteArrayAsyncU3Ed__5_t8D6087A7701FE87C9A96520D4219DCFA8717A94A
{
// System.Int32 Newtonsoft.Json.JsonReader/<ReadArrayIntoByteArrayAsync>d__5::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Byte[]> Newtonsoft.Json.JsonReader/<ReadArrayIntoByteArrayAsync>d__5::<>t__builder
AsyncTaskMethodBuilder_1_tF4B144BF5EE52E8AC70FFD31FC2684642AC52B81 ___U3CU3Et__builder_1;
// Newtonsoft.Json.JsonReader Newtonsoft.Json.JsonReader/<ReadArrayIntoByteArrayAsync>d__5::<>4__this
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* ___U3CU3E4__this_2;
// System.Threading.CancellationToken Newtonsoft.Json.JsonReader/<ReadArrayIntoByteArrayAsync>d__5::cancellationToken
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken_3;
// System.Collections.Generic.List`1<System.Byte> Newtonsoft.Json.JsonReader/<ReadArrayIntoByteArrayAsync>d__5::<buffer>5__2
List_1_t7D15BE3246500BBF1A24C24DBF963B89A876255B* ___U3CbufferU3E5__2_4;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean> Newtonsoft.Json.JsonReader/<ReadArrayIntoByteArrayAsync>d__5::<>u__1
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 ___U3CU3Eu__1_5;
};
// Newtonsoft.Json.JsonTextReader/<DoReadAsBooleanAsync>d__40
struct U3CDoReadAsBooleanAsyncU3Ed__40_t1FC234CFBC3D01B9FD2C9F2365D0A7BA3E12AEDF
{
// System.Int32 Newtonsoft.Json.JsonTextReader/<DoReadAsBooleanAsync>d__40::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Boolean>> Newtonsoft.Json.JsonTextReader/<DoReadAsBooleanAsync>d__40::<>t__builder
AsyncTaskMethodBuilder_1_t0F76E779969EE3E617B35882CAB293B65403E2F3 ___U3CU3Et__builder_1;
// Newtonsoft.Json.JsonTextReader Newtonsoft.Json.JsonTextReader/<DoReadAsBooleanAsync>d__40::<>4__this
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* ___U3CU3E4__this_2;
// System.Threading.CancellationToken Newtonsoft.Json.JsonTextReader/<DoReadAsBooleanAsync>d__40::cancellationToken
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken_3;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean> Newtonsoft.Json.JsonTextReader/<DoReadAsBooleanAsync>d__40::<>u__1
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 ___U3CU3Eu__1_4;
// System.Numerics.BigInteger Newtonsoft.Json.JsonTextReader/<DoReadAsBooleanAsync>d__40::<i>5__2
BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___U3CiU3E5__2_5;
// System.Boolean Newtonsoft.Json.JsonTextReader/<DoReadAsBooleanAsync>d__40::<isTrue>5__3
bool ___U3CisTrueU3E5__3_6;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter Newtonsoft.Json.JsonTextReader/<DoReadAsBooleanAsync>d__40::<>u__2
ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__2_7;
};
// Newtonsoft.Json.JsonTextReader/<DoReadAsBytesAsync>d__42
struct U3CDoReadAsBytesAsyncU3Ed__42_tD52457B8015747423AFC01351311EB45A1F1EE68
{
// System.Int32 Newtonsoft.Json.JsonTextReader/<DoReadAsBytesAsync>d__42::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Byte[]> Newtonsoft.Json.JsonTextReader/<DoReadAsBytesAsync>d__42::<>t__builder
AsyncTaskMethodBuilder_1_tF4B144BF5EE52E8AC70FFD31FC2684642AC52B81 ___U3CU3Et__builder_1;
// Newtonsoft.Json.JsonTextReader Newtonsoft.Json.JsonTextReader/<DoReadAsBytesAsync>d__42::<>4__this
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* ___U3CU3E4__this_2;
// System.Threading.CancellationToken Newtonsoft.Json.JsonTextReader/<DoReadAsBytesAsync>d__42::cancellationToken
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken_3;
// System.Boolean Newtonsoft.Json.JsonTextReader/<DoReadAsBytesAsync>d__42::<isWrapped>5__2
bool ___U3CisWrappedU3E5__2_4;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean> Newtonsoft.Json.JsonTextReader/<DoReadAsBytesAsync>d__42::<>u__1
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 ___U3CU3Eu__1_5;
// System.Byte[] Newtonsoft.Json.JsonTextReader/<DoReadAsBytesAsync>d__42::<data>5__3
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___U3CdataU3E5__3_6;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter Newtonsoft.Json.JsonTextReader/<DoReadAsBytesAsync>d__42::<>u__2
ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__2_7;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Byte[]> Newtonsoft.Json.JsonTextReader/<DoReadAsBytesAsync>d__42::<>u__3
ConfiguredTaskAwaiter_t55E8B0809B670865495D2F805914DCE37F0A0198 ___U3CU3Eu__3_8;
};
// Newtonsoft.Json.JsonTextReader/<DoReadAsDateTimeAsync>d__45
struct U3CDoReadAsDateTimeAsyncU3Ed__45_t5AD785D70EAFD5E48A58440513186424824D0880
{
// System.Int32 Newtonsoft.Json.JsonTextReader/<DoReadAsDateTimeAsync>d__45::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.DateTime>> Newtonsoft.Json.JsonTextReader/<DoReadAsDateTimeAsync>d__45::<>t__builder
AsyncTaskMethodBuilder_1_tD13C30CCEA06DAAC3D725FDE727D31CE7D60BC5E ___U3CU3Et__builder_1;
// Newtonsoft.Json.JsonTextReader Newtonsoft.Json.JsonTextReader/<DoReadAsDateTimeAsync>d__45::<>4__this
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* ___U3CU3E4__this_2;
// System.Threading.CancellationToken Newtonsoft.Json.JsonTextReader/<DoReadAsDateTimeAsync>d__45::cancellationToken
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken_3;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Object> Newtonsoft.Json.JsonTextReader/<DoReadAsDateTimeAsync>d__45::<>u__1
ConfiguredTaskAwaiter_t28A5A60199BBE7F1F31159301DD211EFDCF955E2 ___U3CU3Eu__1_4;
};
// Newtonsoft.Json.JsonTextReader/<DoReadAsDateTimeOffsetAsync>d__47
struct U3CDoReadAsDateTimeOffsetAsyncU3Ed__47_t378C51B5DE3CAFAB26E5C8766C8EBFE1E4EC4450
{
// System.Int32 Newtonsoft.Json.JsonTextReader/<DoReadAsDateTimeOffsetAsync>d__47::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.DateTimeOffset>> Newtonsoft.Json.JsonTextReader/<DoReadAsDateTimeOffsetAsync>d__47::<>t__builder
AsyncTaskMethodBuilder_1_tAA005815DC520CE8A2C1F518268AC0B4735B7EB6 ___U3CU3Et__builder_1;
// Newtonsoft.Json.JsonTextReader Newtonsoft.Json.JsonTextReader/<DoReadAsDateTimeOffsetAsync>d__47::<>4__this
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* ___U3CU3E4__this_2;
// System.Threading.CancellationToken Newtonsoft.Json.JsonTextReader/<DoReadAsDateTimeOffsetAsync>d__47::cancellationToken
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken_3;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Object> Newtonsoft.Json.JsonTextReader/<DoReadAsDateTimeOffsetAsync>d__47::<>u__1
ConfiguredTaskAwaiter_t28A5A60199BBE7F1F31159301DD211EFDCF955E2 ___U3CU3Eu__1_4;
};
// Newtonsoft.Json.JsonTextReader/<DoReadAsDecimalAsync>d__49
struct U3CDoReadAsDecimalAsyncU3Ed__49_t678B51EA86EBF0CCD323147293035394B33C8DDF
{
// System.Int32 Newtonsoft.Json.JsonTextReader/<DoReadAsDecimalAsync>d__49::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Decimal>> Newtonsoft.Json.JsonTextReader/<DoReadAsDecimalAsync>d__49::<>t__builder
AsyncTaskMethodBuilder_1_t217E99BB21C2C44C75A9042892F2D37033643B36 ___U3CU3Et__builder_1;
// Newtonsoft.Json.JsonTextReader Newtonsoft.Json.JsonTextReader/<DoReadAsDecimalAsync>d__49::<>4__this
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* ___U3CU3E4__this_2;
// System.Threading.CancellationToken Newtonsoft.Json.JsonTextReader/<DoReadAsDecimalAsync>d__49::cancellationToken
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken_3;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Object> Newtonsoft.Json.JsonTextReader/<DoReadAsDecimalAsync>d__49::<>u__1
ConfiguredTaskAwaiter_t28A5A60199BBE7F1F31159301DD211EFDCF955E2 ___U3CU3Eu__1_4;
};
// Newtonsoft.Json.JsonTextReader/<DoReadAsDoubleAsync>d__51
struct U3CDoReadAsDoubleAsyncU3Ed__51_t0C6FAF7D482F0EC5D559436276EDF6252501D031
{
// System.Int32 Newtonsoft.Json.JsonTextReader/<DoReadAsDoubleAsync>d__51::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Double>> Newtonsoft.Json.JsonTextReader/<DoReadAsDoubleAsync>d__51::<>t__builder
AsyncTaskMethodBuilder_1_t5019936B22640F9C2547CBE357F45D942841FAC7 ___U3CU3Et__builder_1;
// Newtonsoft.Json.JsonTextReader Newtonsoft.Json.JsonTextReader/<DoReadAsDoubleAsync>d__51::<>4__this
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* ___U3CU3E4__this_2;
// System.Threading.CancellationToken Newtonsoft.Json.JsonTextReader/<DoReadAsDoubleAsync>d__51::cancellationToken
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken_3;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Object> Newtonsoft.Json.JsonTextReader/<DoReadAsDoubleAsync>d__51::<>u__1
ConfiguredTaskAwaiter_t28A5A60199BBE7F1F31159301DD211EFDCF955E2 ___U3CU3Eu__1_4;
};
// Newtonsoft.Json.JsonTextReader/<DoReadAsInt32Async>d__53
struct U3CDoReadAsInt32AsyncU3Ed__53_t13C3AFD09883FEE38A0D5B54C93A6B599D2AB480
{
// System.Int32 Newtonsoft.Json.JsonTextReader/<DoReadAsInt32Async>d__53::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Int32>> Newtonsoft.Json.JsonTextReader/<DoReadAsInt32Async>d__53::<>t__builder
AsyncTaskMethodBuilder_1_t7BA09CA1BB279AA706D98A618EE11038FD1985F7 ___U3CU3Et__builder_1;
// Newtonsoft.Json.JsonTextReader Newtonsoft.Json.JsonTextReader/<DoReadAsInt32Async>d__53::<>4__this
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* ___U3CU3E4__this_2;
// System.Threading.CancellationToken Newtonsoft.Json.JsonTextReader/<DoReadAsInt32Async>d__53::cancellationToken
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken_3;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Object> Newtonsoft.Json.JsonTextReader/<DoReadAsInt32Async>d__53::<>u__1
ConfiguredTaskAwaiter_t28A5A60199BBE7F1F31159301DD211EFDCF955E2 ___U3CU3Eu__1_4;
};
// Newtonsoft.Json.JsonTextReader/<DoReadAsStringAsync>d__55
struct U3CDoReadAsStringAsyncU3Ed__55_t63C07945627752D063789D6C1D3B1CC86046B053
{
// System.Int32 Newtonsoft.Json.JsonTextReader/<DoReadAsStringAsync>d__55::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.String> Newtonsoft.Json.JsonTextReader/<DoReadAsStringAsync>d__55::<>t__builder
AsyncTaskMethodBuilder_1_tA28B0962049DC249BEC0054E2394B1962E28E90E ___U3CU3Et__builder_1;
// Newtonsoft.Json.JsonTextReader Newtonsoft.Json.JsonTextReader/<DoReadAsStringAsync>d__55::<>4__this
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* ___U3CU3E4__this_2;
// System.Threading.CancellationToken Newtonsoft.Json.JsonTextReader/<DoReadAsStringAsync>d__55::cancellationToken
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken_3;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Object> Newtonsoft.Json.JsonTextReader/<DoReadAsStringAsync>d__55::<>u__1
ConfiguredTaskAwaiter_t28A5A60199BBE7F1F31159301DD211EFDCF955E2 ___U3CU3Eu__1_4;
};
// Newtonsoft.Json.JsonTextReader/<DoReadAsync>d__3
struct U3CDoReadAsyncU3Ed__3_tA46AB44FDD374D3515F3FD85E9F2C88D3760CA4E
{
// System.Int32 Newtonsoft.Json.JsonTextReader/<DoReadAsync>d__3::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean> Newtonsoft.Json.JsonTextReader/<DoReadAsync>d__3::<>t__builder
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA ___U3CU3Et__builder_1;
// System.Threading.Tasks.Task`1<System.Boolean> Newtonsoft.Json.JsonTextReader/<DoReadAsync>d__3::task
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* ___task_2;
// Newtonsoft.Json.JsonTextReader Newtonsoft.Json.JsonTextReader/<DoReadAsync>d__3::<>4__this
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* ___U3CU3E4__this_3;
// System.Threading.CancellationToken Newtonsoft.Json.JsonTextReader/<DoReadAsync>d__3::cancellationToken
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken_4;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean> Newtonsoft.Json.JsonTextReader/<DoReadAsync>d__3::<>u__1
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 ___U3CU3Eu__1_5;
};
// Newtonsoft.Json.JsonTextReader/<MatchValueAsync>d__19
struct U3CMatchValueAsyncU3Ed__19_t5AD6346B00C4C4FC670F55C39C6D045D43B8582D
{
// System.Int32 Newtonsoft.Json.JsonTextReader/<MatchValueAsync>d__19::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean> Newtonsoft.Json.JsonTextReader/<MatchValueAsync>d__19::<>t__builder
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA ___U3CU3Et__builder_1;
// Newtonsoft.Json.JsonTextReader Newtonsoft.Json.JsonTextReader/<MatchValueAsync>d__19::<>4__this
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* ___U3CU3E4__this_2;
// System.String Newtonsoft.Json.JsonTextReader/<MatchValueAsync>d__19::value
String_t* ___value_3;
// System.Threading.CancellationToken Newtonsoft.Json.JsonTextReader/<MatchValueAsync>d__19::cancellationToken
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken_4;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean> Newtonsoft.Json.JsonTextReader/<MatchValueAsync>d__19::<>u__1
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 ___U3CU3Eu__1_5;
};
// Newtonsoft.Json.JsonTextReader/<MatchValueWithTrailingSeparatorAsync>d__20
struct U3CMatchValueWithTrailingSeparatorAsyncU3Ed__20_tEC12EC2CC4A3158DBDAF05681B8AA709C1AA10B3
{
// System.Int32 Newtonsoft.Json.JsonTextReader/<MatchValueWithTrailingSeparatorAsync>d__20::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean> Newtonsoft.Json.JsonTextReader/<MatchValueWithTrailingSeparatorAsync>d__20::<>t__builder
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA ___U3CU3Et__builder_1;
// Newtonsoft.Json.JsonTextReader Newtonsoft.Json.JsonTextReader/<MatchValueWithTrailingSeparatorAsync>d__20::<>4__this
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* ___U3CU3E4__this_2;
// System.String Newtonsoft.Json.JsonTextReader/<MatchValueWithTrailingSeparatorAsync>d__20::value
String_t* ___value_3;
// System.Threading.CancellationToken Newtonsoft.Json.JsonTextReader/<MatchValueWithTrailingSeparatorAsync>d__20::cancellationToken
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken_4;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean> Newtonsoft.Json.JsonTextReader/<MatchValueWithTrailingSeparatorAsync>d__20::<>u__1
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 ___U3CU3Eu__1_5;
};
// Newtonsoft.Json.JsonTextReader/<ParseNumberNaNAsync>d__26
struct U3CParseNumberNaNAsyncU3Ed__26_t202B518CE39C327490C3AFFB092C1440960E3DCD
{
// System.Int32 Newtonsoft.Json.JsonTextReader/<ParseNumberNaNAsync>d__26::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object> Newtonsoft.Json.JsonTextReader/<ParseNumberNaNAsync>d__26::<>t__builder
AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0 ___U3CU3Et__builder_1;
// Newtonsoft.Json.ReadType Newtonsoft.Json.JsonTextReader/<ParseNumberNaNAsync>d__26::readType
int32_t ___readType_2;
// Newtonsoft.Json.JsonTextReader Newtonsoft.Json.JsonTextReader/<ParseNumberNaNAsync>d__26::<>4__this
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* ___U3CU3E4__this_3;
// System.Threading.CancellationToken Newtonsoft.Json.JsonTextReader/<ParseNumberNaNAsync>d__26::cancellationToken
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken_4;
// Newtonsoft.Json.ReadType Newtonsoft.Json.JsonTextReader/<ParseNumberNaNAsync>d__26::<>7__wrap1
int32_t ___U3CU3E7__wrap1_5;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean> Newtonsoft.Json.JsonTextReader/<ParseNumberNaNAsync>d__26::<>u__1
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 ___U3CU3Eu__1_6;
};
// Newtonsoft.Json.JsonTextReader/<ParseNumberNegativeInfinityAsync>d__28
struct U3CParseNumberNegativeInfinityAsyncU3Ed__28_tF27E4166499FDC284A88B58DFD2CC3DBA46EF102
{
// System.Int32 Newtonsoft.Json.JsonTextReader/<ParseNumberNegativeInfinityAsync>d__28::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object> Newtonsoft.Json.JsonTextReader/<ParseNumberNegativeInfinityAsync>d__28::<>t__builder
AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0 ___U3CU3Et__builder_1;
// Newtonsoft.Json.ReadType Newtonsoft.Json.JsonTextReader/<ParseNumberNegativeInfinityAsync>d__28::readType
int32_t ___readType_2;
// Newtonsoft.Json.JsonTextReader Newtonsoft.Json.JsonTextReader/<ParseNumberNegativeInfinityAsync>d__28::<>4__this
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* ___U3CU3E4__this_3;
// System.Threading.CancellationToken Newtonsoft.Json.JsonTextReader/<ParseNumberNegativeInfinityAsync>d__28::cancellationToken
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken_4;
// Newtonsoft.Json.ReadType Newtonsoft.Json.JsonTextReader/<ParseNumberNegativeInfinityAsync>d__28::<>7__wrap1
int32_t ___U3CU3E7__wrap1_5;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean> Newtonsoft.Json.JsonTextReader/<ParseNumberNegativeInfinityAsync>d__28::<>u__1
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 ___U3CU3Eu__1_6;
};
// Newtonsoft.Json.JsonTextReader/<ParseNumberPositiveInfinityAsync>d__27
struct U3CParseNumberPositiveInfinityAsyncU3Ed__27_t3CCD8B9A15C6CFA01B46815CEE281403B986847A
{
// System.Int32 Newtonsoft.Json.JsonTextReader/<ParseNumberPositiveInfinityAsync>d__27::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object> Newtonsoft.Json.JsonTextReader/<ParseNumberPositiveInfinityAsync>d__27::<>t__builder
AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0 ___U3CU3Et__builder_1;
// Newtonsoft.Json.ReadType Newtonsoft.Json.JsonTextReader/<ParseNumberPositiveInfinityAsync>d__27::readType
int32_t ___readType_2;
// Newtonsoft.Json.JsonTextReader Newtonsoft.Json.JsonTextReader/<ParseNumberPositiveInfinityAsync>d__27::<>4__this
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* ___U3CU3E4__this_3;
// System.Threading.CancellationToken Newtonsoft.Json.JsonTextReader/<ParseNumberPositiveInfinityAsync>d__27::cancellationToken
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken_4;
// Newtonsoft.Json.ReadType Newtonsoft.Json.JsonTextReader/<ParseNumberPositiveInfinityAsync>d__27::<>7__wrap1
int32_t ___U3CU3E7__wrap1_5;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean> Newtonsoft.Json.JsonTextReader/<ParseNumberPositiveInfinityAsync>d__27::<>u__1
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 ___U3CU3Eu__1_6;
};
// Newtonsoft.Json.JsonTextReader/<ParseObjectAsync>d__15
struct U3CParseObjectAsyncU3Ed__15_tD8DA78FCF30569472EC2738627FD798EEA97BB11
{
// System.Int32 Newtonsoft.Json.JsonTextReader/<ParseObjectAsync>d__15::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean> Newtonsoft.Json.JsonTextReader/<ParseObjectAsync>d__15::<>t__builder
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA ___U3CU3Et__builder_1;
// Newtonsoft.Json.JsonTextReader Newtonsoft.Json.JsonTextReader/<ParseObjectAsync>d__15::<>4__this
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* ___U3CU3E4__this_2;
// System.Threading.CancellationToken Newtonsoft.Json.JsonTextReader/<ParseObjectAsync>d__15::cancellationToken
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken_3;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32> Newtonsoft.Json.JsonTextReader/<ParseObjectAsync>d__15::<>u__1
ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 ___U3CU3Eu__1_4;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter Newtonsoft.Json.JsonTextReader/<ParseObjectAsync>d__15::<>u__2
ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__2_5;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean> Newtonsoft.Json.JsonTextReader/<ParseObjectAsync>d__15::<>u__3
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 ___U3CU3Eu__3_6;
};
// Newtonsoft.Json.JsonTextReader/<ParsePostValueAsync>d__4
struct U3CParsePostValueAsyncU3Ed__4_t2565628AABDE0EFE32362E8AB8F38097959B639B
{
// System.Int32 Newtonsoft.Json.JsonTextReader/<ParsePostValueAsync>d__4::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean> Newtonsoft.Json.JsonTextReader/<ParsePostValueAsync>d__4::<>t__builder
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA ___U3CU3Et__builder_1;
// Newtonsoft.Json.JsonTextReader Newtonsoft.Json.JsonTextReader/<ParsePostValueAsync>d__4::<>4__this
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* ___U3CU3E4__this_2;
// System.Threading.CancellationToken Newtonsoft.Json.JsonTextReader/<ParsePostValueAsync>d__4::cancellationToken
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken_3;
// System.Boolean Newtonsoft.Json.JsonTextReader/<ParsePostValueAsync>d__4::ignoreComments
bool ___ignoreComments_4;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32> Newtonsoft.Json.JsonTextReader/<ParsePostValueAsync>d__4::<>u__1
ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 ___U3CU3Eu__1_5;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter Newtonsoft.Json.JsonTextReader/<ParsePostValueAsync>d__4::<>u__2
ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__2_6;
};
// Newtonsoft.Json.JsonTextReader/<ParsePropertyAsync>d__31
struct U3CParsePropertyAsyncU3Ed__31_t6F8D7F6C62EFB764EE5F9B51EDC74D384559A594
{
// System.Int32 Newtonsoft.Json.JsonTextReader/<ParsePropertyAsync>d__31::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean> Newtonsoft.Json.JsonTextReader/<ParsePropertyAsync>d__31::<>t__builder
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA ___U3CU3Et__builder_1;
// Newtonsoft.Json.JsonTextReader Newtonsoft.Json.JsonTextReader/<ParsePropertyAsync>d__31::<>4__this
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* ___U3CU3E4__this_2;
// System.Threading.CancellationToken Newtonsoft.Json.JsonTextReader/<ParsePropertyAsync>d__31::cancellationToken
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken_3;
// System.Char Newtonsoft.Json.JsonTextReader/<ParsePropertyAsync>d__31::<quoteChar>5__2
Il2CppChar ___U3CquoteCharU3E5__2_4;
// System.String Newtonsoft.Json.JsonTextReader/<ParsePropertyAsync>d__31::<propertyName>5__3
String_t* ___U3CpropertyNameU3E5__3_5;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter Newtonsoft.Json.JsonTextReader/<ParsePropertyAsync>d__31::<>u__1
ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_6;
};
// Newtonsoft.Json.JsonTextReader/<ParseUnicodeAsync>d__12
struct U3CParseUnicodeAsyncU3Ed__12_t6E9A097907EC707C11AC31384BA1711E9E601DC0
{
// System.Int32 Newtonsoft.Json.JsonTextReader/<ParseUnicodeAsync>d__12::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Char> Newtonsoft.Json.JsonTextReader/<ParseUnicodeAsync>d__12::<>t__builder
AsyncTaskMethodBuilder_1_tA37ED9A5D3A5A604D8DE794A45320CF8F5F7AC47 ___U3CU3Et__builder_1;
// Newtonsoft.Json.JsonTextReader Newtonsoft.Json.JsonTextReader/<ParseUnicodeAsync>d__12::<>4__this
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* ___U3CU3E4__this_2;
// System.Threading.CancellationToken Newtonsoft.Json.JsonTextReader/<ParseUnicodeAsync>d__12::cancellationToken
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken_3;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean> Newtonsoft.Json.JsonTextReader/<ParseUnicodeAsync>d__12::<>u__1
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 ___U3CU3Eu__1_4;
};
// Newtonsoft.Json.JsonTextReader/<ParseValueAsync>d__8
struct U3CParseValueAsyncU3Ed__8_tB97C3E304A31B7E7F9C6224B197A9F5D7FF565D0
{
// System.Int32 Newtonsoft.Json.JsonTextReader/<ParseValueAsync>d__8::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean> Newtonsoft.Json.JsonTextReader/<ParseValueAsync>d__8::<>t__builder
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA ___U3CU3Et__builder_1;
// Newtonsoft.Json.JsonTextReader Newtonsoft.Json.JsonTextReader/<ParseValueAsync>d__8::<>4__this
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* ___U3CU3E4__this_2;
// System.Threading.CancellationToken Newtonsoft.Json.JsonTextReader/<ParseValueAsync>d__8::cancellationToken
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken_3;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32> Newtonsoft.Json.JsonTextReader/<ParseValueAsync>d__8::<>u__1
ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 ___U3CU3Eu__1_4;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter Newtonsoft.Json.JsonTextReader/<ParseValueAsync>d__8::<>u__2
ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__2_5;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean> Newtonsoft.Json.JsonTextReader/<ParseValueAsync>d__8::<>u__3
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 ___U3CU3Eu__3_6;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Object> Newtonsoft.Json.JsonTextReader/<ParseValueAsync>d__8::<>u__4
ConfiguredTaskAwaiter_t28A5A60199BBE7F1F31159301DD211EFDCF955E2 ___U3CU3Eu__4_7;
};
// Newtonsoft.Json.JsonTextReader/<ReadCharsAsync>d__14
struct U3CReadCharsAsyncU3Ed__14_t74CF9E22B9A4A43E8E9DF3756A6158705EB9A626
{
// System.Int32 Newtonsoft.Json.JsonTextReader/<ReadCharsAsync>d__14::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean> Newtonsoft.Json.JsonTextReader/<ReadCharsAsync>d__14::<>t__builder
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA ___U3CU3Et__builder_1;
// Newtonsoft.Json.JsonTextReader Newtonsoft.Json.JsonTextReader/<ReadCharsAsync>d__14::<>4__this
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* ___U3CU3E4__this_2;
// System.Int32 Newtonsoft.Json.JsonTextReader/<ReadCharsAsync>d__14::relativePosition
int32_t ___relativePosition_3;
// System.Boolean Newtonsoft.Json.JsonTextReader/<ReadCharsAsync>d__14::append
bool ___append_4;
// System.Threading.CancellationToken Newtonsoft.Json.JsonTextReader/<ReadCharsAsync>d__14::cancellationToken
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken_5;
// System.Int32 Newtonsoft.Json.JsonTextReader/<ReadCharsAsync>d__14::<charsRequired>5__2
int32_t ___U3CcharsRequiredU3E5__2_6;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32> Newtonsoft.Json.JsonTextReader/<ReadCharsAsync>d__14::<>u__1
ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 ___U3CU3Eu__1_7;
};
// Newtonsoft.Json.JsonTextReader/<ReadDataAsync>d__7
struct U3CReadDataAsyncU3Ed__7_t7616932194A372D503D0DD13A29073E7AD8C06B7
{
// System.Int32 Newtonsoft.Json.JsonTextReader/<ReadDataAsync>d__7::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32> Newtonsoft.Json.JsonTextReader/<ReadDataAsync>d__7::<>t__builder
AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019 ___U3CU3Et__builder_1;
// Newtonsoft.Json.JsonTextReader Newtonsoft.Json.JsonTextReader/<ReadDataAsync>d__7::<>4__this
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* ___U3CU3E4__this_2;
// System.Boolean Newtonsoft.Json.JsonTextReader/<ReadDataAsync>d__7::append
bool ___append_3;
// System.Int32 Newtonsoft.Json.JsonTextReader/<ReadDataAsync>d__7::charsRequired
int32_t ___charsRequired_4;
// System.Threading.CancellationToken Newtonsoft.Json.JsonTextReader/<ReadDataAsync>d__7::cancellationToken
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken_5;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32> Newtonsoft.Json.JsonTextReader/<ReadDataAsync>d__7::<>u__1
ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 ___U3CU3Eu__1_6;
};
// Newtonsoft.Json.JsonTextReader/<ReadFromFinishedAsync>d__5
struct U3CReadFromFinishedAsyncU3Ed__5_t567743D80F8A434DAF8D538FBA4A6A3AC7D6D0DB
{
// System.Int32 Newtonsoft.Json.JsonTextReader/<ReadFromFinishedAsync>d__5::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean> Newtonsoft.Json.JsonTextReader/<ReadFromFinishedAsync>d__5::<>t__builder
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA ___U3CU3Et__builder_1;
// Newtonsoft.Json.JsonTextReader Newtonsoft.Json.JsonTextReader/<ReadFromFinishedAsync>d__5::<>4__this
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* ___U3CU3E4__this_2;
// System.Threading.CancellationToken Newtonsoft.Json.JsonTextReader/<ReadFromFinishedAsync>d__5::cancellationToken
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken_3;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean> Newtonsoft.Json.JsonTextReader/<ReadFromFinishedAsync>d__5::<>u__1
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 ___U3CU3Eu__1_4;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter Newtonsoft.Json.JsonTextReader/<ReadFromFinishedAsync>d__5::<>u__2
ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__2_5;
};
// Newtonsoft.Json.JsonTextReader/<ReadNullCharAsync>d__34
struct U3CReadNullCharAsyncU3Ed__34_tC1803D9A31DB1E1B3F72270CD10AC25C862D0785
{
// System.Int32 Newtonsoft.Json.JsonTextReader/<ReadNullCharAsync>d__34::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean> Newtonsoft.Json.JsonTextReader/<ReadNullCharAsync>d__34::<>t__builder
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA ___U3CU3Et__builder_1;
// Newtonsoft.Json.JsonTextReader Newtonsoft.Json.JsonTextReader/<ReadNullCharAsync>d__34::<>4__this
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* ___U3CU3E4__this_2;
// System.Threading.CancellationToken Newtonsoft.Json.JsonTextReader/<ReadNullCharAsync>d__34::cancellationToken
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken_3;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32> Newtonsoft.Json.JsonTextReader/<ReadNullCharAsync>d__34::<>u__1
ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 ___U3CU3Eu__1_4;
};
// Newtonsoft.Json.JsonTextReader/<ReadNumberValueAsync>d__38
struct U3CReadNumberValueAsyncU3Ed__38_t1E673208CDB5C144FFC3F97CDF0C05BC03B38BDE
{
// System.Int32 Newtonsoft.Json.JsonTextReader/<ReadNumberValueAsync>d__38::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object> Newtonsoft.Json.JsonTextReader/<ReadNumberValueAsync>d__38::<>t__builder
AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0 ___U3CU3Et__builder_1;
// Newtonsoft.Json.JsonTextReader Newtonsoft.Json.JsonTextReader/<ReadNumberValueAsync>d__38::<>4__this
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* ___U3CU3E4__this_2;
// System.Threading.CancellationToken Newtonsoft.Json.JsonTextReader/<ReadNumberValueAsync>d__38::cancellationToken
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken_3;
// Newtonsoft.Json.ReadType Newtonsoft.Json.JsonTextReader/<ReadNumberValueAsync>d__38::readType
int32_t ___readType_4;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean> Newtonsoft.Json.JsonTextReader/<ReadNumberValueAsync>d__38::<>u__1
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 ___U3CU3Eu__1_5;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter Newtonsoft.Json.JsonTextReader/<ReadNumberValueAsync>d__38::<>u__2
ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__2_6;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Object> Newtonsoft.Json.JsonTextReader/<ReadNumberValueAsync>d__38::<>u__3
ConfiguredTaskAwaiter_t28A5A60199BBE7F1F31159301DD211EFDCF955E2 ___U3CU3Eu__3_7;
};
// Newtonsoft.Json.JsonTextReader/<ReadStringValueAsync>d__37
struct U3CReadStringValueAsyncU3Ed__37_tC22F6DC2FBC218785263CEEFF8AC80A27BD5DFBE
{
// System.Int32 Newtonsoft.Json.JsonTextReader/<ReadStringValueAsync>d__37::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object> Newtonsoft.Json.JsonTextReader/<ReadStringValueAsync>d__37::<>t__builder
AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0 ___U3CU3Et__builder_1;
// Newtonsoft.Json.JsonTextReader Newtonsoft.Json.JsonTextReader/<ReadStringValueAsync>d__37::<>4__this
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* ___U3CU3E4__this_2;
// System.Threading.CancellationToken Newtonsoft.Json.JsonTextReader/<ReadStringValueAsync>d__37::cancellationToken
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken_3;
// Newtonsoft.Json.ReadType Newtonsoft.Json.JsonTextReader/<ReadStringValueAsync>d__37::readType
int32_t ___readType_4;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean> Newtonsoft.Json.JsonTextReader/<ReadStringValueAsync>d__37::<>u__1
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 ___U3CU3Eu__1_5;
// System.String Newtonsoft.Json.JsonTextReader/<ReadStringValueAsync>d__37::<expected>5__2
String_t* ___U3CexpectedU3E5__2_6;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter Newtonsoft.Json.JsonTextReader/<ReadStringValueAsync>d__37::<>u__2
ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__2_7;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Object> Newtonsoft.Json.JsonTextReader/<ReadStringValueAsync>d__37::<>u__3
ConfiguredTaskAwaiter_t28A5A60199BBE7F1F31159301DD211EFDCF955E2 ___U3CU3Eu__3_8;
};
// System.Collections.Generic.List`1/Enumerator<Newtonsoft.Json.JsonPosition>
struct Enumerator_t6E468DD51964B6FD4E8A8E789F16809147F786C7
{
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1/Enumerator::_list
List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB* ____list_0;
// System.Int32 System.Collections.Generic.List`1/Enumerator::_index
int32_t ____index_1;
// System.Int32 System.Collections.Generic.List`1/Enumerator::_version
int32_t ____version_2;
// T System.Collections.Generic.List`1/Enumerator::_current
JsonPosition_t7788656A280615072710710E8C15D23285850E8E ____current_3;
};
// System.EventHandler`1<Newtonsoft.Json.Serialization.ErrorEventArgs>
struct EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380 : public MulticastDelegate_t
{
};
// System.EventHandler`1<System.Object>
struct EventHandler_1_tD8C4A5BE1F7C91B1A7E99AE87AFD2F5432C38746 : public MulticastDelegate_t
{
};
// System.Func`1<Newtonsoft.Json.Serialization.IReferenceResolver>
struct Func_1_t78E8B13F3C7D6CC3EB821B4F5D26999D062417E2 : public MulticastDelegate_t
{
};
// System.Func`1<Newtonsoft.Json.JsonSerializerSettings>
struct Func_1_tBFD60F84D866D7D581A740F0AD1D2726E7052D08 : public MulticastDelegate_t
{
};
// System.Func`1<System.Object>
struct Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4 : public MulticastDelegate_t
{
};
// System.Nullable`1<Newtonsoft.Json.JsonPosition>
struct Nullable_1_t6F19C42FD83BED6834BC983208EBC13002F098AF
{
// System.Boolean System.Nullable`1::hasValue
bool ___hasValue_0;
// T System.Nullable`1::value
JsonPosition_t7788656A280615072710710E8C15D23285850E8E ___value_1;
};
// System.Nullable`1<System.Runtime.Serialization.StreamingContext>
struct Nullable_1_tC3E8E254B9DCF808C08AFA1FC2151C2BC0040F3A
{
// System.Boolean System.Nullable`1::hasValue
bool ___hasValue_0;
// T System.Nullable`1::value
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___value_1;
};
// System.Threading.Tasks.Task`1<System.Nullable`1<System.DateTimeOffset>>
struct Task_1_tEFEAE70575CF6F04BF8FB37590483461AC941964 : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572
{
// TResult System.Threading.Tasks.Task`1::m_result
Nullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B ___m_result_22;
};
struct Task_1_tEFEAE70575CF6F04BF8FB37590483461AC941964_StaticFields
{
// System.Threading.Tasks.TaskFactory`1<TResult> System.Threading.Tasks.Task`1::s_defaultFactory
TaskFactory_1_t9BADAC0CF805EB57D601FE0FDE41344D8C34C9AD* ___s_defaultFactory_23;
};
// System.ArgumentException
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
// System.String System.ArgumentException::_paramName
String_t* ____paramName_18;
};
// System.InvalidOperationException
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// Newtonsoft.Json.JsonContainerAttribute
struct JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
{
// System.String Newtonsoft.Json.JsonContainerAttribute::<Id>k__BackingField
String_t* ___U3CIdU3Ek__BackingField_0;
// System.String Newtonsoft.Json.JsonContainerAttribute::<Title>k__BackingField
String_t* ___U3CTitleU3Ek__BackingField_1;
// System.String Newtonsoft.Json.JsonContainerAttribute::<Description>k__BackingField
String_t* ___U3CDescriptionU3Ek__BackingField_2;
// System.Type Newtonsoft.Json.JsonContainerAttribute::<ItemConverterType>k__BackingField
Type_t* ___U3CItemConverterTypeU3Ek__BackingField_3;
// System.Object[] Newtonsoft.Json.JsonContainerAttribute::<ItemConverterParameters>k__BackingField
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___U3CItemConverterParametersU3Ek__BackingField_4;
// Newtonsoft.Json.Serialization.NamingStrategy Newtonsoft.Json.JsonContainerAttribute::<NamingStrategyInstance>k__BackingField
NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* ___U3CNamingStrategyInstanceU3Ek__BackingField_5;
// System.Nullable`1<System.Boolean> Newtonsoft.Json.JsonContainerAttribute::_isReference
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ____isReference_6;
// System.Nullable`1<System.Boolean> Newtonsoft.Json.JsonContainerAttribute::_itemIsReference
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ____itemIsReference_7;
// System.Nullable`1<Newtonsoft.Json.ReferenceLoopHandling> Newtonsoft.Json.JsonContainerAttribute::_itemReferenceLoopHandling
Nullable_1_t599F8D9D40143BFCB12D7085DFEA8AC7171F5E77 ____itemReferenceLoopHandling_8;
// System.Nullable`1<Newtonsoft.Json.TypeNameHandling> Newtonsoft.Json.JsonContainerAttribute::_itemTypeNameHandling
Nullable_1_tB85AB604017196E6A3D3B920121E8C3A255827F0 ____itemTypeNameHandling_9;
// System.Type Newtonsoft.Json.JsonContainerAttribute::_namingStrategyType
Type_t* ____namingStrategyType_10;
// System.Object[] Newtonsoft.Json.JsonContainerAttribute::_namingStrategyParameters
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____namingStrategyParameters_11;
};
// Newtonsoft.Json.JsonPropertyAttribute
struct JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
{
// System.Nullable`1<Newtonsoft.Json.NullValueHandling> Newtonsoft.Json.JsonPropertyAttribute::_nullValueHandling
Nullable_1_tA1B6210C1924173AEFE9AF8FBDD3BA856E74A790 ____nullValueHandling_0;
// System.Nullable`1<Newtonsoft.Json.DefaultValueHandling> Newtonsoft.Json.JsonPropertyAttribute::_defaultValueHandling
Nullable_1_t4DEE77C12DDAF72BAE2A1FA8A8736FC478D721E8 ____defaultValueHandling_1;
// System.Nullable`1<Newtonsoft.Json.ReferenceLoopHandling> Newtonsoft.Json.JsonPropertyAttribute::_referenceLoopHandling
Nullable_1_t599F8D9D40143BFCB12D7085DFEA8AC7171F5E77 ____referenceLoopHandling_2;
// System.Nullable`1<Newtonsoft.Json.ObjectCreationHandling> Newtonsoft.Json.JsonPropertyAttribute::_objectCreationHandling
Nullable_1_t5ECEC9E2B3F1C050A3E9EC928487DD5C9AB0996D ____objectCreationHandling_3;
// System.Nullable`1<Newtonsoft.Json.TypeNameHandling> Newtonsoft.Json.JsonPropertyAttribute::_typeNameHandling
Nullable_1_tB85AB604017196E6A3D3B920121E8C3A255827F0 ____typeNameHandling_4;
// System.Nullable`1<System.Boolean> Newtonsoft.Json.JsonPropertyAttribute::_isReference
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ____isReference_5;
// System.Nullable`1<System.Int32> Newtonsoft.Json.JsonPropertyAttribute::_order
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 ____order_6;
// System.Nullable`1<Newtonsoft.Json.Required> Newtonsoft.Json.JsonPropertyAttribute::_required
Nullable_1_t0ED183EB9E50B714F9A282F07935579F070B562B ____required_7;
// System.Nullable`1<System.Boolean> Newtonsoft.Json.JsonPropertyAttribute::_itemIsReference
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ____itemIsReference_8;
// System.Nullable`1<Newtonsoft.Json.ReferenceLoopHandling> Newtonsoft.Json.JsonPropertyAttribute::_itemReferenceLoopHandling
Nullable_1_t599F8D9D40143BFCB12D7085DFEA8AC7171F5E77 ____itemReferenceLoopHandling_9;
// System.Nullable`1<Newtonsoft.Json.TypeNameHandling> Newtonsoft.Json.JsonPropertyAttribute::_itemTypeNameHandling
Nullable_1_tB85AB604017196E6A3D3B920121E8C3A255827F0 ____itemTypeNameHandling_10;
// System.Type Newtonsoft.Json.JsonPropertyAttribute::<ItemConverterType>k__BackingField
Type_t* ___U3CItemConverterTypeU3Ek__BackingField_11;
// System.Object[] Newtonsoft.Json.JsonPropertyAttribute::<ItemConverterParameters>k__BackingField
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___U3CItemConverterParametersU3Ek__BackingField_12;
// System.Type Newtonsoft.Json.JsonPropertyAttribute::<NamingStrategyType>k__BackingField
Type_t* ___U3CNamingStrategyTypeU3Ek__BackingField_13;
// System.Object[] Newtonsoft.Json.JsonPropertyAttribute::<NamingStrategyParameters>k__BackingField
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___U3CNamingStrategyParametersU3Ek__BackingField_14;
// System.String Newtonsoft.Json.JsonPropertyAttribute::<PropertyName>k__BackingField
String_t* ___U3CPropertyNameU3Ek__BackingField_15;
};
// Newtonsoft.Json.JsonReader
struct JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765 : public RuntimeObject
{
// 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_t7788656A280615072710710E8C15D23285850E8E ____currentPosition_4;
// System.Globalization.CultureInfo Newtonsoft.Json.JsonReader::_culture
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ____culture_5;
// Newtonsoft.Json.DateTimeZoneHandling Newtonsoft.Json.JsonReader::_dateTimeZoneHandling
int32_t ____dateTimeZoneHandling_6;
// System.Nullable`1<System.Int32> Newtonsoft.Json.JsonReader::_maxDepth
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 ____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.JsonPosition> Newtonsoft.Json.JsonReader::_stack
List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB* ____stack_12;
// System.Boolean Newtonsoft.Json.JsonReader::<CloseInput>k__BackingField
bool ___U3CCloseInputU3Ek__BackingField_13;
// System.Boolean Newtonsoft.Json.JsonReader::<SupportMultipleContent>k__BackingField
bool ___U3CSupportMultipleContentU3Ek__BackingField_14;
};
// Newtonsoft.Json.JsonReaderException
struct JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA : public JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD
{
// System.Int32 Newtonsoft.Json.JsonReaderException::<LineNumber>k__BackingField
int32_t ___U3CLineNumberU3Ek__BackingField_18;
// System.Int32 Newtonsoft.Json.JsonReaderException::<LinePosition>k__BackingField
int32_t ___U3CLinePositionU3Ek__BackingField_19;
// System.String Newtonsoft.Json.JsonReaderException::<Path>k__BackingField
String_t* ___U3CPathU3Ek__BackingField_20;
};
// Newtonsoft.Json.JsonSerializationException
struct JsonSerializationException_t00F36890DFAC04F2FDE779151340B9C5563612EC : public JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD
{
// System.Int32 Newtonsoft.Json.JsonSerializationException::<LineNumber>k__BackingField
int32_t ___U3CLineNumberU3Ek__BackingField_18;
// System.Int32 Newtonsoft.Json.JsonSerializationException::<LinePosition>k__BackingField
int32_t ___U3CLinePositionU3Ek__BackingField_19;
// System.String Newtonsoft.Json.JsonSerializationException::<Path>k__BackingField
String_t* ___U3CPathU3Ek__BackingField_20;
};
// Newtonsoft.Json.JsonSerializer
struct JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59 : public RuntimeObject
{
// Newtonsoft.Json.TypeNameHandling Newtonsoft.Json.JsonSerializer::_typeNameHandling
int32_t ____typeNameHandling_0;
// Newtonsoft.Json.TypeNameAssemblyFormatHandling Newtonsoft.Json.JsonSerializer::_typeNameAssemblyFormatHandling
int32_t ____typeNameAssemblyFormatHandling_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_t6EEC84565C08B14107276B5023CE9E978DFCDF89* ____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;
// Newtonsoft.Json.Serialization.ISerializationBinder Newtonsoft.Json.JsonSerializer::_serializationBinder
RuntimeObject* ____serializationBinder_14;
// System.Runtime.Serialization.StreamingContext Newtonsoft.Json.JsonSerializer::_context
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ____context_15;
// Newtonsoft.Json.Serialization.IReferenceResolver Newtonsoft.Json.JsonSerializer::_referenceResolver
RuntimeObject* ____referenceResolver_16;
// System.Nullable`1<Newtonsoft.Json.Formatting> Newtonsoft.Json.JsonSerializer::_formatting
Nullable_1_tAEE2B9C53750E53F9B91B70967290720873E8D3E ____formatting_17;
// System.Nullable`1<Newtonsoft.Json.DateFormatHandling> Newtonsoft.Json.JsonSerializer::_dateFormatHandling
Nullable_1_t4776B8A4D0D52AA8BDCD45E6D7070659326453D2 ____dateFormatHandling_18;
// System.Nullable`1<Newtonsoft.Json.DateTimeZoneHandling> Newtonsoft.Json.JsonSerializer::_dateTimeZoneHandling
Nullable_1_tD88F7E37B65824D38D74608E576D1265E5A2D2B2 ____dateTimeZoneHandling_19;
// System.Nullable`1<Newtonsoft.Json.DateParseHandling> Newtonsoft.Json.JsonSerializer::_dateParseHandling
Nullable_1_tDC640D18A54CA8F0A3C74518CBC15D439C8FC228 ____dateParseHandling_20;
// System.Nullable`1<Newtonsoft.Json.FloatFormatHandling> Newtonsoft.Json.JsonSerializer::_floatFormatHandling
Nullable_1_tEAE8D5B59DCEB4F809A8A5F390EAAC18F266B822 ____floatFormatHandling_21;
// System.Nullable`1<Newtonsoft.Json.FloatParseHandling> Newtonsoft.Json.JsonSerializer::_floatParseHandling
Nullable_1_tC13211A32645AE3863530378A08BC45089EE419B ____floatParseHandling_22;
// System.Nullable`1<Newtonsoft.Json.StringEscapeHandling> Newtonsoft.Json.JsonSerializer::_stringEscapeHandling
Nullable_1_t61214A44C233A0B00A9F79E380485D79D5FAA7C6 ____stringEscapeHandling_23;
// System.Globalization.CultureInfo Newtonsoft.Json.JsonSerializer::_culture
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ____culture_24;
// System.Nullable`1<System.Int32> Newtonsoft.Json.JsonSerializer::_maxDepth
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 ____maxDepth_25;
// System.Boolean Newtonsoft.Json.JsonSerializer::_maxDepthSet
bool ____maxDepthSet_26;
// System.Nullable`1<System.Boolean> Newtonsoft.Json.JsonSerializer::_checkAdditionalContent
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ____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.Serialization.ErrorEventArgs> Newtonsoft.Json.JsonSerializer::Error
EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380* ___Error_30;
};
// Newtonsoft.Json.JsonWriter
struct JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3 : public RuntimeObject
{
// System.Collections.Generic.List`1<Newtonsoft.Json.JsonPosition> Newtonsoft.Json.JsonWriter::_stack
List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB* ____stack_2;
// Newtonsoft.Json.JsonPosition Newtonsoft.Json.JsonWriter::_currentPosition
JsonPosition_t7788656A280615072710710E8C15D23285850E8E ____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::<CloseOutput>k__BackingField
bool ___U3CCloseOutputU3Ek__BackingField_6;
// System.Boolean Newtonsoft.Json.JsonWriter::<AutoCompleteOnClose>k__BackingField
bool ___U3CAutoCompleteOnCloseU3Ek__BackingField_7;
// Newtonsoft.Json.DateFormatHandling Newtonsoft.Json.JsonWriter::_dateFormatHandling
int32_t ____dateFormatHandling_8;
// Newtonsoft.Json.DateTimeZoneHandling Newtonsoft.Json.JsonWriter::_dateTimeZoneHandling
int32_t ____dateTimeZoneHandling_9;
// Newtonsoft.Json.StringEscapeHandling Newtonsoft.Json.JsonWriter::_stringEscapeHandling
int32_t ____stringEscapeHandling_10;
// Newtonsoft.Json.FloatFormatHandling Newtonsoft.Json.JsonWriter::_floatFormatHandling
int32_t ____floatFormatHandling_11;
// System.String Newtonsoft.Json.JsonWriter::_dateFormatString
String_t* ____dateFormatString_12;
// System.Globalization.CultureInfo Newtonsoft.Json.JsonWriter::_culture
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ____culture_13;
};
struct JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3_StaticFields
{
// Newtonsoft.Json.JsonWriter/State[][] Newtonsoft.Json.JsonWriter::StateArray
StateU5BU5DU5BU5D_tA12046738DA5F6289ABA74ED1C079ED07EE202ED* ___StateArray_0;
// Newtonsoft.Json.JsonWriter/State[][] Newtonsoft.Json.JsonWriter::StateArrayTempate
StateU5BU5DU5BU5D_tA12046738DA5F6289ABA74ED1C079ED07EE202ED* ___StateArrayTempate_1;
};
// Newtonsoft.Json.JsonReader/<ReaderReadAndAssertAsync>d__2
struct U3CReaderReadAndAssertAsyncU3Ed__2_t572869D71BE3CF3C23B194BFCEB3CEF33199EDD7
{
// System.Int32 Newtonsoft.Json.JsonReader/<ReaderReadAndAssertAsync>d__2::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder Newtonsoft.Json.JsonReader/<ReaderReadAndAssertAsync>d__2::<>t__builder
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1;
// Newtonsoft.Json.JsonReader Newtonsoft.Json.JsonReader/<ReaderReadAndAssertAsync>d__2::<>4__this
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* ___U3CU3E4__this_2;
// System.Threading.CancellationToken Newtonsoft.Json.JsonReader/<ReaderReadAndAssertAsync>d__2::cancellationToken
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken_3;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean> Newtonsoft.Json.JsonReader/<ReaderReadAndAssertAsync>d__2::<>u__1
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 ___U3CU3Eu__1_4;
};
// Newtonsoft.Json.JsonReader/<SkipAsync>d__1
struct U3CSkipAsyncU3Ed__1_t8F0C7302F4FE7641CABDA0B29B9662FC16F8043B
{
// System.Int32 Newtonsoft.Json.JsonReader/<SkipAsync>d__1::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder Newtonsoft.Json.JsonReader/<SkipAsync>d__1::<>t__builder
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1;
// Newtonsoft.Json.JsonReader Newtonsoft.Json.JsonReader/<SkipAsync>d__1::<>4__this
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* ___U3CU3E4__this_2;
// System.Threading.CancellationToken Newtonsoft.Json.JsonReader/<SkipAsync>d__1::cancellationToken
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken_3;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean> Newtonsoft.Json.JsonReader/<SkipAsync>d__1::<>u__1
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 ___U3CU3Eu__1_4;
// System.Int32 Newtonsoft.Json.JsonReader/<SkipAsync>d__1::<depth>5__2
int32_t ___U3CdepthU3E5__2_5;
};
// Newtonsoft.Json.JsonTextReader/<EatWhitespaceAsync>d__17
struct U3CEatWhitespaceAsyncU3Ed__17_tB5ACE0F164BD4E46E90D99CB3ED5885CE1301B1F
{
// System.Int32 Newtonsoft.Json.JsonTextReader/<EatWhitespaceAsync>d__17::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder Newtonsoft.Json.JsonTextReader/<EatWhitespaceAsync>d__17::<>t__builder
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1;
// Newtonsoft.Json.JsonTextReader Newtonsoft.Json.JsonTextReader/<EatWhitespaceAsync>d__17::<>4__this
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* ___U3CU3E4__this_2;
// System.Threading.CancellationToken Newtonsoft.Json.JsonTextReader/<EatWhitespaceAsync>d__17::cancellationToken
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken_3;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32> Newtonsoft.Json.JsonTextReader/<EatWhitespaceAsync>d__17::<>u__1
ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 ___U3CU3Eu__1_4;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter Newtonsoft.Json.JsonTextReader/<EatWhitespaceAsync>d__17::<>u__2
ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__2_5;
};
// Newtonsoft.Json.JsonTextReader/<HandleNullAsync>d__35
struct U3CHandleNullAsyncU3Ed__35_t066A2DA3C880CFC30E3664BFBAB9DCB43137212E
{
// System.Int32 Newtonsoft.Json.JsonTextReader/<HandleNullAsync>d__35::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder Newtonsoft.Json.JsonTextReader/<HandleNullAsync>d__35::<>t__builder
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1;
// Newtonsoft.Json.JsonTextReader Newtonsoft.Json.JsonTextReader/<HandleNullAsync>d__35::<>4__this
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* ___U3CU3E4__this_2;
// System.Threading.CancellationToken Newtonsoft.Json.JsonTextReader/<HandleNullAsync>d__35::cancellationToken
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken_3;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean> Newtonsoft.Json.JsonTextReader/<HandleNullAsync>d__35::<>u__1
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 ___U3CU3Eu__1_4;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter Newtonsoft.Json.JsonTextReader/<HandleNullAsync>d__35::<>u__2
ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__2_5;
};
// Newtonsoft.Json.JsonTextReader/<MatchAndSetAsync>d__21
struct U3CMatchAndSetAsyncU3Ed__21_t242B452BC7F54333EDCDF6864AA6061B68A1F071
{
// System.Int32 Newtonsoft.Json.JsonTextReader/<MatchAndSetAsync>d__21::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder Newtonsoft.Json.JsonTextReader/<MatchAndSetAsync>d__21::<>t__builder
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1;
// Newtonsoft.Json.JsonTextReader Newtonsoft.Json.JsonTextReader/<MatchAndSetAsync>d__21::<>4__this
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* ___U3CU3E4__this_2;
// System.String Newtonsoft.Json.JsonTextReader/<MatchAndSetAsync>d__21::value
String_t* ___value_3;
// System.Threading.CancellationToken Newtonsoft.Json.JsonTextReader/<MatchAndSetAsync>d__21::cancellationToken
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken_4;
// Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonTextReader/<MatchAndSetAsync>d__21::newToken
int32_t ___newToken_5;
// System.Object Newtonsoft.Json.JsonTextReader/<MatchAndSetAsync>d__21::tokenValue
RuntimeObject* ___tokenValue_6;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean> Newtonsoft.Json.JsonTextReader/<MatchAndSetAsync>d__21::<>u__1
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 ___U3CU3Eu__1_7;
};
// Newtonsoft.Json.JsonTextReader/<ParseCommentAsync>d__16
struct U3CParseCommentAsyncU3Ed__16_t946D317ED94B4DA21A201285AD9BE935758A328F
{
// System.Int32 Newtonsoft.Json.JsonTextReader/<ParseCommentAsync>d__16::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder Newtonsoft.Json.JsonTextReader/<ParseCommentAsync>d__16::<>t__builder
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1;
// Newtonsoft.Json.JsonTextReader Newtonsoft.Json.JsonTextReader/<ParseCommentAsync>d__16::<>4__this
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* ___U3CU3E4__this_2;
// System.Threading.CancellationToken Newtonsoft.Json.JsonTextReader/<ParseCommentAsync>d__16::cancellationToken
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken_3;
// System.Boolean Newtonsoft.Json.JsonTextReader/<ParseCommentAsync>d__16::setToken
bool ___setToken_4;
// System.Boolean Newtonsoft.Json.JsonTextReader/<ParseCommentAsync>d__16::<singlelineComment>5__2
bool ___U3CsinglelineCommentU3E5__2_5;
// System.Int32 Newtonsoft.Json.JsonTextReader/<ParseCommentAsync>d__16::<initialPosition>5__3
int32_t ___U3CinitialPositionU3E5__3_6;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean> Newtonsoft.Json.JsonTextReader/<ParseCommentAsync>d__16::<>u__1
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 ___U3CU3Eu__1_7;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32> Newtonsoft.Json.JsonTextReader/<ParseCommentAsync>d__16::<>u__2
ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 ___U3CU3Eu__2_8;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter Newtonsoft.Json.JsonTextReader/<ParseCommentAsync>d__16::<>u__3
ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__3_9;
};
// Newtonsoft.Json.JsonTextReader/<ParseConstructorAsync>d__25
struct U3CParseConstructorAsyncU3Ed__25_tF73A320F9D98CCA7E54246C9C787CEF21B954092
{
// System.Int32 Newtonsoft.Json.JsonTextReader/<ParseConstructorAsync>d__25::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder Newtonsoft.Json.JsonTextReader/<ParseConstructorAsync>d__25::<>t__builder
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1;
// Newtonsoft.Json.JsonTextReader Newtonsoft.Json.JsonTextReader/<ParseConstructorAsync>d__25::<>4__this
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* ___U3CU3E4__this_2;
// System.Threading.CancellationToken Newtonsoft.Json.JsonTextReader/<ParseConstructorAsync>d__25::cancellationToken
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken_3;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean> Newtonsoft.Json.JsonTextReader/<ParseConstructorAsync>d__25::<>u__1
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 ___U3CU3Eu__1_4;
// System.Int32 Newtonsoft.Json.JsonTextReader/<ParseConstructorAsync>d__25::<initialPosition>5__2
int32_t ___U3CinitialPositionU3E5__2_5;
// System.Int32 Newtonsoft.Json.JsonTextReader/<ParseConstructorAsync>d__25::<endPosition>5__3
int32_t ___U3CendPositionU3E5__3_6;
// System.String Newtonsoft.Json.JsonTextReader/<ParseConstructorAsync>d__25::<constructorName>5__4
String_t* ___U3CconstructorNameU3E5__4_7;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter Newtonsoft.Json.JsonTextReader/<ParseConstructorAsync>d__25::<>u__2
ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__2_8;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32> Newtonsoft.Json.JsonTextReader/<ParseConstructorAsync>d__25::<>u__3
ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 ___U3CU3Eu__3_9;
};
// Newtonsoft.Json.JsonTextReader/<ParseNumberAsync>d__29
struct U3CParseNumberAsyncU3Ed__29_tCB458D8E63B8C1EE749C579BD499450E7C34BE18
{
// System.Int32 Newtonsoft.Json.JsonTextReader/<ParseNumberAsync>d__29::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder Newtonsoft.Json.JsonTextReader/<ParseNumberAsync>d__29::<>t__builder
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1;
// Newtonsoft.Json.JsonTextReader Newtonsoft.Json.JsonTextReader/<ParseNumberAsync>d__29::<>4__this
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* ___U3CU3E4__this_2;
// System.Threading.CancellationToken Newtonsoft.Json.JsonTextReader/<ParseNumberAsync>d__29::cancellationToken
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken_3;
// Newtonsoft.Json.ReadType Newtonsoft.Json.JsonTextReader/<ParseNumberAsync>d__29::readType
int32_t ___readType_4;
// System.Char Newtonsoft.Json.JsonTextReader/<ParseNumberAsync>d__29::<firstChar>5__2
Il2CppChar ___U3CfirstCharU3E5__2_5;
// System.Int32 Newtonsoft.Json.JsonTextReader/<ParseNumberAsync>d__29::<initialPosition>5__3
int32_t ___U3CinitialPositionU3E5__3_6;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter Newtonsoft.Json.JsonTextReader/<ParseNumberAsync>d__29::<>u__1
ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_7;
};
// Newtonsoft.Json.JsonTextReader/<ParseStringAsync>d__18
struct U3CParseStringAsyncU3Ed__18_tE689F6F20A75B29849FCAA30C81977568AE94B7B
{
// System.Int32 Newtonsoft.Json.JsonTextReader/<ParseStringAsync>d__18::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder Newtonsoft.Json.JsonTextReader/<ParseStringAsync>d__18::<>t__builder
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1;
// System.Threading.CancellationToken Newtonsoft.Json.JsonTextReader/<ParseStringAsync>d__18::cancellationToken
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken_2;
// Newtonsoft.Json.JsonTextReader Newtonsoft.Json.JsonTextReader/<ParseStringAsync>d__18::<>4__this
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* ___U3CU3E4__this_3;
// System.Char Newtonsoft.Json.JsonTextReader/<ParseStringAsync>d__18::quote
Il2CppChar ___quote_4;
// Newtonsoft.Json.ReadType Newtonsoft.Json.JsonTextReader/<ParseStringAsync>d__18::readType
int32_t ___readType_5;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter Newtonsoft.Json.JsonTextReader/<ParseStringAsync>d__18::<>u__1
ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_6;
};
// Newtonsoft.Json.JsonTextReader/<ParseUnquotedPropertyAsync>d__33
struct U3CParseUnquotedPropertyAsyncU3Ed__33_tED6843B3B9218BEDF46702940D88A277D02A05B2
{
// System.Int32 Newtonsoft.Json.JsonTextReader/<ParseUnquotedPropertyAsync>d__33::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder Newtonsoft.Json.JsonTextReader/<ParseUnquotedPropertyAsync>d__33::<>t__builder
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1;
// Newtonsoft.Json.JsonTextReader Newtonsoft.Json.JsonTextReader/<ParseUnquotedPropertyAsync>d__33::<>4__this
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* ___U3CU3E4__this_2;
// System.Threading.CancellationToken Newtonsoft.Json.JsonTextReader/<ParseUnquotedPropertyAsync>d__33::cancellationToken
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken_3;
// System.Int32 Newtonsoft.Json.JsonTextReader/<ParseUnquotedPropertyAsync>d__33::<initialPosition>5__2
int32_t ___U3CinitialPositionU3E5__2_4;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32> Newtonsoft.Json.JsonTextReader/<ParseUnquotedPropertyAsync>d__33::<>u__1
ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 ___U3CU3Eu__1_5;
};
// Newtonsoft.Json.JsonTextReader/<ProcessCarriageReturnAsync>d__11
struct U3CProcessCarriageReturnAsyncU3Ed__11_tC4F0CA8077C03B0147F68C3EB1FDC520615E6692
{
// System.Int32 Newtonsoft.Json.JsonTextReader/<ProcessCarriageReturnAsync>d__11::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder Newtonsoft.Json.JsonTextReader/<ProcessCarriageReturnAsync>d__11::<>t__builder
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1;
// System.Threading.Tasks.Task`1<System.Boolean> Newtonsoft.Json.JsonTextReader/<ProcessCarriageReturnAsync>d__11::task
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* ___task_2;
// Newtonsoft.Json.JsonTextReader Newtonsoft.Json.JsonTextReader/<ProcessCarriageReturnAsync>d__11::<>4__this
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* ___U3CU3E4__this_3;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean> Newtonsoft.Json.JsonTextReader/<ProcessCarriageReturnAsync>d__11::<>u__1
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 ___U3CU3Eu__1_4;
};
// Newtonsoft.Json.JsonTextReader/<ReadFinishedAsync>d__36
struct U3CReadFinishedAsyncU3Ed__36_t526F4ABF5E4C01DB6B1E6C62F4109B7CD606CFB4
{
// System.Int32 Newtonsoft.Json.JsonTextReader/<ReadFinishedAsync>d__36::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder Newtonsoft.Json.JsonTextReader/<ReadFinishedAsync>d__36::<>t__builder
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1;
// Newtonsoft.Json.JsonTextReader Newtonsoft.Json.JsonTextReader/<ReadFinishedAsync>d__36::<>4__this
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* ___U3CU3E4__this_2;
// System.Threading.CancellationToken Newtonsoft.Json.JsonTextReader/<ReadFinishedAsync>d__36::cancellationToken
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken_3;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean> Newtonsoft.Json.JsonTextReader/<ReadFinishedAsync>d__36::<>u__1
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 ___U3CU3Eu__1_4;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter Newtonsoft.Json.JsonTextReader/<ReadFinishedAsync>d__36::<>u__2
ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__2_5;
};
// Newtonsoft.Json.JsonTextReader/<ReadIntoWrappedTypeObjectAsync>d__43
struct U3CReadIntoWrappedTypeObjectAsyncU3Ed__43_t95F011C64E38B823F87C7E435802A2056FF03B2F
{
// System.Int32 Newtonsoft.Json.JsonTextReader/<ReadIntoWrappedTypeObjectAsync>d__43::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder Newtonsoft.Json.JsonTextReader/<ReadIntoWrappedTypeObjectAsync>d__43::<>t__builder
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1;
// Newtonsoft.Json.JsonTextReader Newtonsoft.Json.JsonTextReader/<ReadIntoWrappedTypeObjectAsync>d__43::<>4__this
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* ___U3CU3E4__this_2;
// System.Threading.CancellationToken Newtonsoft.Json.JsonTextReader/<ReadIntoWrappedTypeObjectAsync>d__43::cancellationToken
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken_3;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter Newtonsoft.Json.JsonTextReader/<ReadIntoWrappedTypeObjectAsync>d__43::<>u__1
ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_4;
};
// Newtonsoft.Json.JsonTextReader/<ReadNumberIntoBufferAsync>d__32
struct U3CReadNumberIntoBufferAsyncU3Ed__32_t5C647A69C8E67EE0F64C8B0B08217DE7A34D753A
{
// System.Int32 Newtonsoft.Json.JsonTextReader/<ReadNumberIntoBufferAsync>d__32::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder Newtonsoft.Json.JsonTextReader/<ReadNumberIntoBufferAsync>d__32::<>t__builder
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1;
// Newtonsoft.Json.JsonTextReader Newtonsoft.Json.JsonTextReader/<ReadNumberIntoBufferAsync>d__32::<>4__this
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* ___U3CU3E4__this_2;
// System.Threading.CancellationToken Newtonsoft.Json.JsonTextReader/<ReadNumberIntoBufferAsync>d__32::cancellationToken
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken_3;
// System.Int32 Newtonsoft.Json.JsonTextReader/<ReadNumberIntoBufferAsync>d__32::<charPos>5__2
int32_t ___U3CcharPosU3E5__2_4;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32> Newtonsoft.Json.JsonTextReader/<ReadNumberIntoBufferAsync>d__32::<>u__1
ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 ___U3CU3Eu__1_5;
};
// Newtonsoft.Json.JsonTextReader/<ReadStringIntoBufferAsync>d__9
struct U3CReadStringIntoBufferAsyncU3Ed__9_t6590404E9863BA6BC3F174F77ADD6E35BE90E574
{
// System.Int32 Newtonsoft.Json.JsonTextReader/<ReadStringIntoBufferAsync>d__9::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder Newtonsoft.Json.JsonTextReader/<ReadStringIntoBufferAsync>d__9::<>t__builder
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1;
// Newtonsoft.Json.JsonTextReader Newtonsoft.Json.JsonTextReader/<ReadStringIntoBufferAsync>d__9::<>4__this
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* ___U3CU3E4__this_2;
// System.Threading.CancellationToken Newtonsoft.Json.JsonTextReader/<ReadStringIntoBufferAsync>d__9::cancellationToken
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken_3;
// System.Char Newtonsoft.Json.JsonTextReader/<ReadStringIntoBufferAsync>d__9::quote
Il2CppChar ___quote_4;
// System.Int32 Newtonsoft.Json.JsonTextReader/<ReadStringIntoBufferAsync>d__9::<charPos>5__2
int32_t ___U3CcharPosU3E5__2_5;
// System.Int32 Newtonsoft.Json.JsonTextReader/<ReadStringIntoBufferAsync>d__9::<initialPosition>5__3
int32_t ___U3CinitialPositionU3E5__3_6;
// System.Int32 Newtonsoft.Json.JsonTextReader/<ReadStringIntoBufferAsync>d__9::<lastWritePosition>5__4
int32_t ___U3ClastWritePositionU3E5__4_7;
// System.Int32 Newtonsoft.Json.JsonTextReader/<ReadStringIntoBufferAsync>d__9::<escapeStartPos>5__5
int32_t ___U3CescapeStartPosU3E5__5_8;
// System.Char Newtonsoft.Json.JsonTextReader/<ReadStringIntoBufferAsync>d__9::<writeChar>5__6
Il2CppChar ___U3CwriteCharU3E5__6_9;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32> Newtonsoft.Json.JsonTextReader/<ReadStringIntoBufferAsync>d__9::<>u__1
ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 ___U3CU3Eu__1_10;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean> Newtonsoft.Json.JsonTextReader/<ReadStringIntoBufferAsync>d__9::<>u__2
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 ___U3CU3Eu__2_11;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Char> Newtonsoft.Json.JsonTextReader/<ReadStringIntoBufferAsync>d__9::<>u__3
ConfiguredTaskAwaiter_tFE1F3E8785A34499A7F552C538E2FAAA5AFEFCED ___U3CU3Eu__3_12;
// System.Boolean Newtonsoft.Json.JsonTextReader/<ReadStringIntoBufferAsync>d__9::<anotherHighSurrogate>5__7
bool ___U3CanotherHighSurrogateU3E5__7_13;
// System.Char Newtonsoft.Json.JsonTextReader/<ReadStringIntoBufferAsync>d__9::<highSurrogate>5__8
Il2CppChar ___U3ChighSurrogateU3E5__8_14;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter Newtonsoft.Json.JsonTextReader/<ReadStringIntoBufferAsync>d__9::<>u__4
ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__4_15;
};
// System.ArgumentNullException
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129 : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263
{
};
// System.ArgumentOutOfRangeException
struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263
{
// System.Object System.ArgumentOutOfRangeException::_actualValue
RuntimeObject* ____actualValue_19;
};
// Newtonsoft.Json.JsonArrayAttribute
struct JsonArrayAttribute_tFD08140E8D9D38970D4A0C824AF300A45FC184C2 : public JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7
{
// System.Boolean Newtonsoft.Json.JsonArrayAttribute::_allowNullItems
bool ____allowNullItems_12;
};
// Newtonsoft.Json.JsonDictionaryAttribute
struct JsonDictionaryAttribute_t55904FD7C00AA9EF94FAEF553F5595E203DA6E3E : public JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7
{
};
// Newtonsoft.Json.JsonObjectAttribute
struct JsonObjectAttribute_tF1A0A8D30875A7ECC57B4B2D52C684D61D2038B9 : public JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7
{
// Newtonsoft.Json.MemberSerialization Newtonsoft.Json.JsonObjectAttribute::_memberSerialization
int32_t ____memberSerialization_12;
// System.Nullable`1<Newtonsoft.Json.MissingMemberHandling> Newtonsoft.Json.JsonObjectAttribute::_missingMemberHandling
Nullable_1_t776B72BEFF6E3E2D489C4C6D855C89139D6B4CA4 ____missingMemberHandling_13;
// System.Nullable`1<Newtonsoft.Json.Required> Newtonsoft.Json.JsonObjectAttribute::_itemRequired
Nullable_1_t0ED183EB9E50B714F9A282F07935579F070B562B ____itemRequired_14;
// System.Nullable`1<Newtonsoft.Json.NullValueHandling> Newtonsoft.Json.JsonObjectAttribute::_itemNullValueHandling
Nullable_1_tA1B6210C1924173AEFE9AF8FBDD3BA856E74A790 ____itemNullValueHandling_15;
};
// Newtonsoft.Json.JsonSerializerSettings
struct JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF : public RuntimeObject
{
// System.Nullable`1<Newtonsoft.Json.Formatting> Newtonsoft.Json.JsonSerializerSettings::_formatting
Nullable_1_tAEE2B9C53750E53F9B91B70967290720873E8D3E ____formatting_21;
// System.Nullable`1<Newtonsoft.Json.DateFormatHandling> Newtonsoft.Json.JsonSerializerSettings::_dateFormatHandling
Nullable_1_t4776B8A4D0D52AA8BDCD45E6D7070659326453D2 ____dateFormatHandling_22;
// System.Nullable`1<Newtonsoft.Json.DateTimeZoneHandling> Newtonsoft.Json.JsonSerializerSettings::_dateTimeZoneHandling
Nullable_1_tD88F7E37B65824D38D74608E576D1265E5A2D2B2 ____dateTimeZoneHandling_23;
// System.Nullable`1<Newtonsoft.Json.DateParseHandling> Newtonsoft.Json.JsonSerializerSettings::_dateParseHandling
Nullable_1_tDC640D18A54CA8F0A3C74518CBC15D439C8FC228 ____dateParseHandling_24;
// System.Nullable`1<Newtonsoft.Json.FloatFormatHandling> Newtonsoft.Json.JsonSerializerSettings::_floatFormatHandling
Nullable_1_tEAE8D5B59DCEB4F809A8A5F390EAAC18F266B822 ____floatFormatHandling_25;
// System.Nullable`1<Newtonsoft.Json.FloatParseHandling> Newtonsoft.Json.JsonSerializerSettings::_floatParseHandling
Nullable_1_tC13211A32645AE3863530378A08BC45089EE419B ____floatParseHandling_26;
// System.Nullable`1<Newtonsoft.Json.StringEscapeHandling> Newtonsoft.Json.JsonSerializerSettings::_stringEscapeHandling
Nullable_1_t61214A44C233A0B00A9F79E380485D79D5FAA7C6 ____stringEscapeHandling_27;
// System.Globalization.CultureInfo Newtonsoft.Json.JsonSerializerSettings::_culture
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ____culture_28;
// System.Nullable`1<System.Boolean> Newtonsoft.Json.JsonSerializerSettings::_checkAdditionalContent
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ____checkAdditionalContent_29;
// System.Nullable`1<System.Int32> Newtonsoft.Json.JsonSerializerSettings::_maxDepth
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 ____maxDepth_30;
// System.Boolean Newtonsoft.Json.JsonSerializerSettings::_maxDepthSet
bool ____maxDepthSet_31;
// System.String Newtonsoft.Json.JsonSerializerSettings::_dateFormatString
String_t* ____dateFormatString_32;
// System.Boolean Newtonsoft.Json.JsonSerializerSettings::_dateFormatStringSet
bool ____dateFormatStringSet_33;
// System.Nullable`1<Newtonsoft.Json.TypeNameAssemblyFormatHandling> Newtonsoft.Json.JsonSerializerSettings::_typeNameAssemblyFormatHandling
Nullable_1_t762E380C63D6C0CB1E8ADBCADE57240FB061367F ____typeNameAssemblyFormatHandling_34;
// System.Nullable`1<Newtonsoft.Json.DefaultValueHandling> Newtonsoft.Json.JsonSerializerSettings::_defaultValueHandling
Nullable_1_t4DEE77C12DDAF72BAE2A1FA8A8736FC478D721E8 ____defaultValueHandling_35;
// System.Nullable`1<Newtonsoft.Json.PreserveReferencesHandling> Newtonsoft.Json.JsonSerializerSettings::_preserveReferencesHandling
Nullable_1_t599FF2F862BEFE0F4B6BDA65B36841F4740B0D12 ____preserveReferencesHandling_36;
// System.Nullable`1<Newtonsoft.Json.NullValueHandling> Newtonsoft.Json.JsonSerializerSettings::_nullValueHandling
Nullable_1_tA1B6210C1924173AEFE9AF8FBDD3BA856E74A790 ____nullValueHandling_37;
// System.Nullable`1<Newtonsoft.Json.ObjectCreationHandling> Newtonsoft.Json.JsonSerializerSettings::_objectCreationHandling
Nullable_1_t5ECEC9E2B3F1C050A3E9EC928487DD5C9AB0996D ____objectCreationHandling_38;
// System.Nullable`1<Newtonsoft.Json.MissingMemberHandling> Newtonsoft.Json.JsonSerializerSettings::_missingMemberHandling
Nullable_1_t776B72BEFF6E3E2D489C4C6D855C89139D6B4CA4 ____missingMemberHandling_39;
// System.Nullable`1<Newtonsoft.Json.ReferenceLoopHandling> Newtonsoft.Json.JsonSerializerSettings::_referenceLoopHandling
Nullable_1_t599F8D9D40143BFCB12D7085DFEA8AC7171F5E77 ____referenceLoopHandling_40;
// System.Nullable`1<System.Runtime.Serialization.StreamingContext> Newtonsoft.Json.JsonSerializerSettings::_context
Nullable_1_tC3E8E254B9DCF808C08AFA1FC2151C2BC0040F3A ____context_41;
// System.Nullable`1<Newtonsoft.Json.ConstructorHandling> Newtonsoft.Json.JsonSerializerSettings::_constructorHandling
Nullable_1_tE866C25CB8A73A44077AAC48B1D406CF034E1496 ____constructorHandling_42;
// System.Nullable`1<Newtonsoft.Json.TypeNameHandling> Newtonsoft.Json.JsonSerializerSettings::_typeNameHandling
Nullable_1_tB85AB604017196E6A3D3B920121E8C3A255827F0 ____typeNameHandling_43;
// System.Nullable`1<Newtonsoft.Json.MetadataPropertyHandling> Newtonsoft.Json.JsonSerializerSettings::_metadataPropertyHandling
Nullable_1_t0E2AF35997B80CE423EBCAFDC0C58FB7182CA6FE ____metadataPropertyHandling_44;
// System.Collections.Generic.IList`1<Newtonsoft.Json.JsonConverter> Newtonsoft.Json.JsonSerializerSettings::<Converters>k__BackingField
RuntimeObject* ___U3CConvertersU3Ek__BackingField_45;
// Newtonsoft.Json.Serialization.IContractResolver Newtonsoft.Json.JsonSerializerSettings::<ContractResolver>k__BackingField
RuntimeObject* ___U3CContractResolverU3Ek__BackingField_46;
// System.Collections.IEqualityComparer Newtonsoft.Json.JsonSerializerSettings::<EqualityComparer>k__BackingField
RuntimeObject* ___U3CEqualityComparerU3Ek__BackingField_47;
// System.Func`1<Newtonsoft.Json.Serialization.IReferenceResolver> Newtonsoft.Json.JsonSerializerSettings::<ReferenceResolverProvider>k__BackingField
Func_1_t78E8B13F3C7D6CC3EB821B4F5D26999D062417E2* ___U3CReferenceResolverProviderU3Ek__BackingField_48;
// Newtonsoft.Json.Serialization.ITraceWriter Newtonsoft.Json.JsonSerializerSettings::<TraceWriter>k__BackingField
RuntimeObject* ___U3CTraceWriterU3Ek__BackingField_49;
// Newtonsoft.Json.Serialization.ISerializationBinder Newtonsoft.Json.JsonSerializerSettings::<SerializationBinder>k__BackingField
RuntimeObject* ___U3CSerializationBinderU3Ek__BackingField_50;
// System.EventHandler`1<Newtonsoft.Json.Serialization.ErrorEventArgs> Newtonsoft.Json.JsonSerializerSettings::<Error>k__BackingField
EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380* ___U3CErrorU3Ek__BackingField_51;
};
struct JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF_StaticFields
{
// System.Runtime.Serialization.StreamingContext Newtonsoft.Json.JsonSerializerSettings::DefaultContext
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___DefaultContext_9;
// System.Globalization.CultureInfo Newtonsoft.Json.JsonSerializerSettings::DefaultCulture
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___DefaultCulture_18;
};
// Newtonsoft.Json.JsonTextReader
struct JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E : public JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765
{
// System.Boolean Newtonsoft.Json.JsonTextReader::_safeAsync
bool ____safeAsync_15;
// System.IO.TextReader Newtonsoft.Json.JsonTextReader::_reader
TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* ____reader_19;
// System.Char[] Newtonsoft.Json.JsonTextReader::_chars
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ____chars_20;
// System.Int32 Newtonsoft.Json.JsonTextReader::_charsUsed
int32_t ____charsUsed_21;
// System.Int32 Newtonsoft.Json.JsonTextReader::_charPos
int32_t ____charPos_22;
// System.Int32 Newtonsoft.Json.JsonTextReader::_lineStartPos
int32_t ____lineStartPos_23;
// System.Int32 Newtonsoft.Json.JsonTextReader::_lineNumber
int32_t ____lineNumber_24;
// System.Boolean Newtonsoft.Json.JsonTextReader::_isEndOfFile
bool ____isEndOfFile_25;
// Newtonsoft.Json.Utilities.StringBuffer Newtonsoft.Json.JsonTextReader::_stringBuffer
StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB ____stringBuffer_26;
// Newtonsoft.Json.Utilities.StringReference Newtonsoft.Json.JsonTextReader::_stringReference
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C ____stringReference_27;
// Newtonsoft.Json.IArrayPool`1<System.Char> Newtonsoft.Json.JsonTextReader::_arrayPool
RuntimeObject* ____arrayPool_28;
// Newtonsoft.Json.JsonNameTable Newtonsoft.Json.JsonTextReader::<PropertyNameTable>k__BackingField
JsonNameTable_t0B2C7BA303E82F2C1E3C1176620FA86FA3BB611F* ___U3CPropertyNameTableU3Ek__BackingField_29;
};
// Newtonsoft.Json.JsonTextWriter
struct JsonTextWriter_t8A730143EFDFE2A07F31B3C4DB82061A883A60F4 : public JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3
{
// System.Boolean Newtonsoft.Json.JsonTextWriter::_safeAsync
bool ____safeAsync_14;
// System.IO.TextWriter Newtonsoft.Json.JsonTextWriter::_writer
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ____writer_16;
// Newtonsoft.Json.Utilities.Base64Encoder Newtonsoft.Json.JsonTextWriter::_base64Encoder
Base64Encoder_t70348F0C1F3E24616D01828E151D7E559CE8AC57* ____base64Encoder_17;
// System.Char Newtonsoft.Json.JsonTextWriter::_indentChar
Il2CppChar ____indentChar_18;
// System.Int32 Newtonsoft.Json.JsonTextWriter::_indentation
int32_t ____indentation_19;
// System.Char Newtonsoft.Json.JsonTextWriter::_quoteChar
Il2CppChar ____quoteChar_20;
// System.Boolean Newtonsoft.Json.JsonTextWriter::_quoteName
bool ____quoteName_21;
// System.Boolean[] Newtonsoft.Json.JsonTextWriter::_charEscapeFlags
BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* ____charEscapeFlags_22;
// System.Char[] Newtonsoft.Json.JsonTextWriter::_writeBuffer
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ____writeBuffer_23;
// Newtonsoft.Json.IArrayPool`1<System.Char> Newtonsoft.Json.JsonTextWriter::_arrayPool
RuntimeObject* ____arrayPool_24;
// System.Char[] Newtonsoft.Json.JsonTextWriter::_indentChars
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ____indentChars_25;
};
// Newtonsoft.Json.Serialization.TraceJsonReader
struct TraceJsonReader_tD4D9FA5AA572E9BAB681D1B0BBA67990700CCB13 : public JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765
{
// Newtonsoft.Json.JsonReader Newtonsoft.Json.Serialization.TraceJsonReader::_innerReader
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* ____innerReader_15;
// Newtonsoft.Json.JsonTextWriter Newtonsoft.Json.Serialization.TraceJsonReader::_textWriter
JsonTextWriter_t8A730143EFDFE2A07F31B3C4DB82061A883A60F4* ____textWriter_16;
// System.IO.StringWriter Newtonsoft.Json.Serialization.TraceJsonReader::_sw
StringWriter_tF48052BE4F980E5C85403221E835768E4156267D* ____sw_17;
};
// Newtonsoft.Json.Serialization.TraceJsonWriter
struct TraceJsonWriter_t8594E0A375EC85B5EA9AF763114C4E39B8258FCE : public JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3
{
// Newtonsoft.Json.JsonWriter Newtonsoft.Json.Serialization.TraceJsonWriter::_innerWriter
JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* ____innerWriter_14;
// Newtonsoft.Json.JsonTextWriter Newtonsoft.Json.Serialization.TraceJsonWriter::_textWriter
JsonTextWriter_t8A730143EFDFE2A07F31B3C4DB82061A883A60F4* ____textWriter_15;
// System.IO.StringWriter Newtonsoft.Json.Serialization.TraceJsonWriter::_sw
StringWriter_tF48052BE4F980E5C85403221E835768E4156267D* ____sw_16;
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// System.Byte[]
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031 : public RuntimeArray
{
ALIGN_FIELD (8) uint8_t m_Items[1];
inline uint8_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline uint8_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, uint8_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value)
{
m_Items[index] = value;
}
};
// Newtonsoft.Json.DefaultJsonNameTable/Entry[]
struct EntryU5BU5D_t3184E1D42097231E108026E16E017E6C572FAA00 : public RuntimeArray
{
ALIGN_FIELD (8) Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2* m_Items[1];
inline Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Char[]
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB : public RuntimeArray
{
ALIGN_FIELD (8) Il2CppChar m_Items[1];
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.Object[]
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918 : public RuntimeArray
{
ALIGN_FIELD (8) RuntimeObject* m_Items[1];
inline RuntimeObject* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimeObject** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, RuntimeObject* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline RuntimeObject* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimeObject** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// Newtonsoft.Json.JsonConverter[]
struct JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E : public RuntimeArray
{
ALIGN_FIELD (8) JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* m_Items[1];
inline JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Boolean[]
struct BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4 : public RuntimeArray
{
ALIGN_FIELD (8) bool m_Items[1];
inline bool GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline bool* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, bool value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline bool GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline bool* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, bool value)
{
m_Items[index] = value;
}
};
// Newtonsoft.Json.JsonPosition[]
struct JsonPositionU5BU5D_t529EF84770C7EF9DFD154612EED7169C4AF13338 : public RuntimeArray
{
ALIGN_FIELD (8) JsonPosition_t7788656A280615072710710E8C15D23285850E8E m_Items[1];
inline JsonPosition_t7788656A280615072710710E8C15D23285850E8E GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline JsonPosition_t7788656A280615072710710E8C15D23285850E8E* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, JsonPosition_t7788656A280615072710710E8C15D23285850E8E value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___PropertyName_3), (void*)NULL);
}
inline JsonPosition_t7788656A280615072710710E8C15D23285850E8E GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline JsonPosition_t7788656A280615072710710E8C15D23285850E8E* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, JsonPosition_t7788656A280615072710710E8C15D23285850E8E value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___PropertyName_3), (void*)NULL);
}
};
// T System.Nullable`1<System.Boolean>::GetValueOrDefault()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_gshared_inline (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, const RuntimeMethod* method) ;
// System.Void System.Nullable`1<System.Boolean>::.ctor(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_gshared (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, bool ___value0, const RuntimeMethod* method) ;
// T System.Nullable`1<System.Int32Enum>::GetValueOrDefault()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m26287DBB36429B2E2FBCB3F96F439248F8CAA8BB_gshared_inline (Nullable_1_t163D49A1147F217B7BD43BE8ACC8A5CC6B846D14* __this, const RuntimeMethod* method) ;
// System.Void System.Nullable`1<System.Int32Enum>::.ctor(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m5100B58428BDAD8C79F3D8576B0C2E1D4F3924EB_gshared (Nullable_1_t163D49A1147F217B7BD43BE8ACC8A5CC6B846D14* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Void System.Collections.ObjectModel.Collection`1<System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Collection_1__ctor_m82A329DF46E01C30AB3FF7AFA314E3CE05945220_gshared (Collection_1_t3899E6252BC3D003B1AB1D6F5D7AD93EB1DCEEC3* __this, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1<Newtonsoft.Json.JsonPosition>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonPosition_t7788656A280615072710710E8C15D23285850E8E List_1_get_Item_mB3CCB539CB5CCFC5C7C20F312FB7BC4EF69F8D75_gshared (List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<Newtonsoft.Json.JsonPosition>::get_Count()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m00C7B09127FBADCF02F7C159E1802727A35E6BAC_gshared_inline (List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB* __this, const RuntimeMethod* method) ;
// System.Boolean System.Nullable`1<Newtonsoft.Json.JsonPosition>::get_HasValue()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mA301CEEE514E90D0BDED5AB7113CD25FA2B87764_gshared_inline (Nullable_1_t6F19C42FD83BED6834BC983208EBC13002F098AF* __this, const RuntimeMethod* method) ;
// T System.Nullable`1<Newtonsoft.Json.JsonPosition>::GetValueOrDefault()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR JsonPosition_t7788656A280615072710710E8C15D23285850E8E Nullable_1_GetValueOrDefault_m144FF59A57ED81B7EEFE2196D199312B1C11116B_gshared_inline (Nullable_1_t6F19C42FD83BED6834BC983208EBC13002F098AF* __this, const RuntimeMethod* method) ;
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<Newtonsoft.Json.JsonPosition>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t6E468DD51964B6FD4E8A8E789F16809147F786C7 List_1_GetEnumerator_m4933F8F56650B1B27A0634EA8D78D53CE60592A8_gshared (List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1/Enumerator<Newtonsoft.Json.JsonPosition>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mE5682592A4C7633F7C0429185AF8C9A8E1F45032_gshared (Enumerator_t6E468DD51964B6FD4E8A8E789F16809147F786C7* __this, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1/Enumerator<Newtonsoft.Json.JsonPosition>::get_Current()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR JsonPosition_t7788656A280615072710710E8C15D23285850E8E Enumerator_get_Current_mCAB5474BEFF16443260F5AD82F94FF5379C4FC8B_gshared_inline (Enumerator_t6E468DD51964B6FD4E8A8E789F16809147F786C7* __this, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.List`1/Enumerator<Newtonsoft.Json.JsonPosition>::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m8069E98A1A2B4BB180C9234F1C456DEC0C1E07A9_gshared (Enumerator_t6E468DD51964B6FD4E8A8E789F16809147F786C7* __this, const RuntimeMethod* method) ;
// T System.Nullable`1<System.Int32>::GetValueOrDefault()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_gshared_inline (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, const RuntimeMethod* method) ;
// System.Void System.Nullable`1<System.Int32>::.ctor(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703_gshared (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Threading.Tasks.Task`1<T> Newtonsoft.Json.Utilities.AsyncUtils::CancelIfRequestedAsync<System.Boolean>(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t824317F4B958F7512E8F7300511752937A6C6043* AsyncUtils_CancelIfRequestedAsync_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_m0BE0A0F0A604699495AE7ED000079C091D56806D_gshared (CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<Newtonsoft.Json.JsonReader/<SkipAsync>d__1>(TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CSkipAsyncU3Ed__1_t8F0C7302F4FE7641CABDA0B29B9662FC16F8043B_mC343C975C8C0C89C65DD2695F8897E6E9FDFBDAD_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CSkipAsyncU3Ed__1_t8F0C7302F4FE7641CABDA0B29B9662FC16F8043B* ___stateMachine0, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<Newtonsoft.Json.JsonReader/<ReaderReadAndAssertAsync>d__2>(TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CReaderReadAndAssertAsyncU3Ed__2_t572869D71BE3CF3C23B194BFCEB3CEF33199EDD7_m98B8ACE5791208DA5DF91AE70F3E246982D5AA78_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CReaderReadAndAssertAsyncU3Ed__2_t572869D71BE3CF3C23B194BFCEB3CEF33199EDD7* ___stateMachine0, const RuntimeMethod* method) ;
// System.Threading.Tasks.Task`1<T> Newtonsoft.Json.Utilities.AsyncUtils::CancelIfRequestedAsync<System.Nullable`1<System.Boolean>>(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t73C2C5C7202C39C9ED1CE9CD750B63BD7B0705D0* AsyncUtils_CancelIfRequestedAsync_TisNullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01_m5C134D81251FFB53F2E07905783FFE23C9720290_gshared (CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method) ;
// System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromResult<System.Nullable`1<System.Boolean>>(TResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t73C2C5C7202C39C9ED1CE9CD750B63BD7B0705D0* Task_FromResult_TisNullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01_m62701703A02F2C70BDDE013773D197C177A76D25_gshared (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ___result0, const RuntimeMethod* method) ;
// System.Threading.Tasks.Task`1<T> Newtonsoft.Json.Utilities.AsyncUtils::CancelIfRequestedAsync<System.Object>(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* AsyncUtils_CancelIfRequestedAsync_TisRuntimeObject_m7F56109D905F8CD4A65203181543C1D3512CFA40_gshared (CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method) ;
// System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromResult<System.Object>(TResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* Task_FromResult_TisRuntimeObject_mCF2DB27B9C76CBB36764EAAC15108BE463AC3A0A_gshared (RuntimeObject* ___result0, const RuntimeMethod* method) ;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0 AsyncTaskMethodBuilder_1_Create_mAFCDBB3F3D94DC87243FAB2D72DD85D1EFB68441_gshared (const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::Start<Newtonsoft.Json.JsonReader/<ReadArrayIntoByteArrayAsync>d__5>(TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CReadArrayIntoByteArrayAsyncU3Ed__5_t8D6087A7701FE87C9A96520D4219DCFA8717A94A_mCFFD9FF5A9C91DAFF7ABD13B70789ABBB5EEB531_gshared (AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0* __this, U3CReadArrayIntoByteArrayAsyncU3Ed__5_t8D6087A7701FE87C9A96520D4219DCFA8717A94A* ___stateMachine0, const RuntimeMethod* method) ;
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::get_Task()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* AsyncTaskMethodBuilder_1_get_Task_mEA092EC6F1324A9D694CF6056FA8583F2A2BDC89_gshared (AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0* __this, const RuntimeMethod* method) ;
// System.Threading.Tasks.Task`1<T> Newtonsoft.Json.Utilities.AsyncUtils::CancelIfRequestedAsync<System.Nullable`1<System.DateTime>>(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t65DD22766038CC419979FC66D2CFEF60381EE84B* AsyncUtils_CancelIfRequestedAsync_TisNullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC_mF1503CAFB4ECB75C08321BA8A87175321EAD13D8_gshared (CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method) ;
// System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromResult<System.Nullable`1<System.DateTime>>(TResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t65DD22766038CC419979FC66D2CFEF60381EE84B* Task_FromResult_TisNullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC_m69CD9A801409994D65491523FA9B1540070B36F9_gshared (Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC ___result0, const RuntimeMethod* method) ;
// System.Threading.Tasks.Task`1<T> Newtonsoft.Json.Utilities.AsyncUtils::CancelIfRequestedAsync<System.Nullable`1<System.DateTimeOffset>>(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tEFEAE70575CF6F04BF8FB37590483461AC941964* AsyncUtils_CancelIfRequestedAsync_TisNullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B_m8457B8E784541DC204A2F555F8F0AFAC404D4723_gshared (CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method) ;
// System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromResult<System.Nullable`1<System.DateTimeOffset>>(TResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tEFEAE70575CF6F04BF8FB37590483461AC941964* Task_FromResult_TisNullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B_m3BFD88181BEA2B5167F3F56F08216724CB40CAF3_gshared (Nullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B ___result0, const RuntimeMethod* method) ;
// System.Threading.Tasks.Task`1<T> Newtonsoft.Json.Utilities.AsyncUtils::CancelIfRequestedAsync<System.Nullable`1<System.Decimal>>(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t1253923251256D5BDFC2FDA8EFF422DBBAB7C239* AsyncUtils_CancelIfRequestedAsync_TisNullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB_m3D9D57E07139ADAECC6F6A834A615CB3F2562220_gshared (CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method) ;
// System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromResult<System.Nullable`1<System.Decimal>>(TResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t1253923251256D5BDFC2FDA8EFF422DBBAB7C239* Task_FromResult_TisNullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB_mF9342CBF3996587A08ABAD58EE43C00D867B8956_gshared (Nullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB ___result0, const RuntimeMethod* method) ;
// System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromResult<System.Nullable`1<System.Double>>(TResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tB943B576D2304CD76D3E20C67231C192B2DD0C41* Task_FromResult_TisNullable_1_t6E154519A812D040E3016229CD7638843A2CC165_m923A4852490B89FF607864A0300587D6726EA696_gshared (Nullable_1_t6E154519A812D040E3016229CD7638843A2CC165 ___result0, const RuntimeMethod* method) ;
// System.Threading.Tasks.Task`1<T> Newtonsoft.Json.Utilities.AsyncUtils::CancelIfRequestedAsync<System.Nullable`1<System.Int32>>(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t75694119DBB4B68675BB4BAB3E446BA4EE5C91C7* AsyncUtils_CancelIfRequestedAsync_TisNullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28_m9E4A27B6175EE176D36F9CF2BBFCF9C83922F0E8_gshared (CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method) ;
// System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromResult<System.Nullable`1<System.Int32>>(TResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t75694119DBB4B68675BB4BAB3E446BA4EE5C91C7* Task_FromResult_TisNullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28_mC2A145C16866E650D05F180A6D824D0D12AB734D_gshared (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 ___result0, const RuntimeMethod* method) ;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA AsyncTaskMethodBuilder_1_Create_m947F84E9E3C8ACB9A24160F6C3C33BF4D70F1AB1_gshared (const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::Start<Newtonsoft.Json.JsonReader/<ReadAndMoveToContentAsync>d__12>(TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CReadAndMoveToContentAsyncU3Ed__12_t1F39829270AB73E558C8C4636F23E71DA39B90BB_m913376DB40FBCEC2BFDC6CC91A5AE1088348CA3E_gshared (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, U3CReadAndMoveToContentAsyncU3Ed__12_t1F39829270AB73E558C8C4636F23E71DA39B90BB* ___stateMachine0, const RuntimeMethod* method) ;
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::get_Task()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t824317F4B958F7512E8F7300511752937A6C6043* AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943_gshared (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::Start<Newtonsoft.Json.JsonReader/<MoveToContentFromNonContentAsync>d__14>(TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CMoveToContentFromNonContentAsyncU3Ed__14_t5C1A2CB5DE2F1C4A2764A241B9D8AC115D343A32_m4F7618F7056708D72099608DE95BB11B3AA61D98_gshared (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, U3CMoveToContentFromNonContentAsyncU3Ed__14_t5C1A2CB5DE2F1C4A2764A241B9D8AC115D343A32* ___stateMachine0, const RuntimeMethod* method) ;
// System.Boolean System.Nullable`1<System.Int32>::get_HasValue()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_gshared_inline (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, const RuntimeMethod* method) ;
// System.Void System.Nullable`1<Newtonsoft.Json.JsonPosition>::.ctor(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m0B03CBA79AAC61080D28D9F0334261EDD839ADE4_gshared (Nullable_1_t6F19C42FD83BED6834BC983208EBC13002F098AF* __this, JsonPosition_t7788656A280615072710710E8C15D23285850E8E ___value0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<Newtonsoft.Json.JsonPosition>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m5070C1A9568ED848F054CA61F5675752CB1DC0B7_gshared (List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<Newtonsoft.Json.JsonPosition>::Add(T)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m34ED5C6C6145CA655718C59A51BEA6FE899B8987_gshared_inline (List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB* __this, JsonPosition_t7788656A280615072710710E8C15D23285850E8E ___item0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<Newtonsoft.Json.JsonPosition>::RemoveAt(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveAt_mA428CA46F23CEDC530248D23D088812DF8C98379_gshared (List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB* __this, int32_t ___index0, const RuntimeMethod* method) ;
// T[] Newtonsoft.Json.Utilities.CollectionUtils::ArrayEmpty<System.Byte>()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* CollectionUtils_ArrayEmpty_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mD02E1E6761052BEF37759A7241CBC15C3F7A904F_gshared_inline (const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Byte>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mC411581553467A7DB76C06E5E5FCA34E4EC621B9_gshared (List_1_t7D15BE3246500BBF1A24C24DBF963B89A876255B* __this, const RuntimeMethod* method) ;
// T[] System.Collections.Generic.List`1<System.Byte>::ToArray()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* List_1_ToArray_m23F8BB7CABADC11EBCAB5AB701B75F56C865BE24_gshared (List_1_t7D15BE3246500BBF1A24C24DBF963B89A876255B* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Byte>::Add(T)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mCF9C36A7DE08AFB2D2EEC76139677E086A6CAD73_gshared_inline (List_1_t7D15BE3246500BBF1A24C24DBF963B89A876255B* __this, uint8_t ___item0, const RuntimeMethod* method) ;
// System.Void System.Nullable`1<System.Double>::.ctor(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mDE3158DD99CA7E1775A8BA276E428AF808AB8FBF_gshared (Nullable_1_t6E154519A812D040E3016229CD7638843A2CC165* __this, double ___value0, const RuntimeMethod* method) ;
// System.Void System.Nullable`1<System.Decimal>::.ctor(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mBA16BFEE85735510F7F78085FFF37FEBEB6A2AC7_gshared (Nullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB* __this, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___value0, const RuntimeMethod* method) ;
// System.Void System.Nullable`1<System.DateTime>::.ctor(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mB17304720EA19F5469A4883827F53A75FEB492CF_gshared (Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___value0, const RuntimeMethod* method) ;
// System.Void System.Nullable`1<System.DateTimeOffset>::.ctor(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mDA82F73205B49CB1E147CB683AA4A7F401AC35AF_gshared (Nullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B* __this, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___value0, const RuntimeMethod* method) ;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<TResult> System.Threading.Tasks.Task`1<System.Boolean>::ConfigureAwait(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA_gshared (Task_1_t824317F4B958F7512E8F7300511752937A6C6043* __this, bool ___continueOnCapturedContext0, const RuntimeMethod* method) ;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Boolean>::GetAwaiter()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_gshared_inline (ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C* __this, const RuntimeMethod* method) ;
// System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean>::get_IsCompleted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190_gshared (ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* __this, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean>,Newtonsoft.Json.JsonReader/<SkipAsync>d__1>(TAwaiter&,TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CSkipAsyncU3Ed__1_t8F0C7302F4FE7641CABDA0B29B9662FC16F8043B_m45C4C8BF33EAA9D63CA9D276CDC7A88F70942577_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* ___awaiter0, U3CSkipAsyncU3Ed__1_t8F0C7302F4FE7641CABDA0B29B9662FC16F8043B* ___stateMachine1, const RuntimeMethod* method) ;
// TResult System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean>::GetResult()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B_gshared (ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* __this, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean>,Newtonsoft.Json.JsonReader/<ReaderReadAndAssertAsync>d__2>(TAwaiter&,TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CReaderReadAndAssertAsyncU3Ed__2_t572869D71BE3CF3C23B194BFCEB3CEF33199EDD7_m4C418EDEC6C525D2B63B8C5B65EDCBA83F9A56A5_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* ___awaiter0, U3CReaderReadAndAssertAsyncU3Ed__2_t572869D71BE3CF3C23B194BFCEB3CEF33199EDD7* ___stateMachine1, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean>,Newtonsoft.Json.JsonReader/<ReadArrayIntoByteArrayAsync>d__5>(TAwaiter&,TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CReadArrayIntoByteArrayAsyncU3Ed__5_t8D6087A7701FE87C9A96520D4219DCFA8717A94A_m43F64A7DF3FDF0D413B0A274F85FFB265F3A3E59_gshared (AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0* __this, ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* ___awaiter0, U3CReadArrayIntoByteArrayAsyncU3Ed__5_t8D6087A7701FE87C9A96520D4219DCFA8717A94A* ___stateMachine1, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::SetException(System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetException_mC2F74B26F5303F9F960965220E2866D777F1A5C6_gshared (AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0* __this, Exception_t* ___exception0, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::SetResult(TResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetResult_m0D83195F995F9825D7A6DCDC3835D6917C43B5A6_gshared (AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0* __this, RuntimeObject* ___result0, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetStateMachine_m3BE54983634ABF5BE05200C7894AD0F9F20BDD65_gshared (AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0* __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean>,Newtonsoft.Json.JsonReader/<ReadAndMoveToContentAsync>d__12>(TAwaiter&,TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CReadAndMoveToContentAsyncU3Ed__12_t1F39829270AB73E558C8C4636F23E71DA39B90BB_mAC43010194D2FABB1458D02270AD715641A3EBE8_gshared (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* ___awaiter0, U3CReadAndMoveToContentAsyncU3Ed__12_t1F39829270AB73E558C8C4636F23E71DA39B90BB* ___stateMachine1, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::SetException(System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetException_mB8F5D5EF18A12CBFF3C7D54CE6382DBB1640C0FD_gshared (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, Exception_t* ___exception0, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::SetResult(TResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetResult_mF21C48FC9CEC24F4E9C5975C54F87BE9CA179046_gshared (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, bool ___result0, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetStateMachine_m9D382E265E211762EDB525CF74EBB7FA21DDDCE8_gshared (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean>,Newtonsoft.Json.JsonReader/<MoveToContentFromNonContentAsync>d__14>(TAwaiter&,TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CMoveToContentFromNonContentAsyncU3Ed__14_t5C1A2CB5DE2F1C4A2764A241B9D8AC115D343A32_m0ACBAE60A1C81FC7ED815295B735A185C685061F_gshared (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* ___awaiter0, U3CMoveToContentFromNonContentAsyncU3Ed__14_t5C1A2CB5DE2F1C4A2764A241B9D8AC115D343A32* ___stateMachine1, const RuntimeMethod* method) ;
// System.Boolean System.Nullable`1<System.Int32Enum>::get_HasValue()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mB1F55188CDD50D6D725D41F55D2F2540CD15FB20_gshared_inline (Nullable_1_t163D49A1147F217B7BD43BE8ACC8A5CC6B846D14* __this, const RuntimeMethod* method) ;
// System.Boolean System.Nullable`1<System.Boolean>::get_HasValue()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_gshared_inline (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, const RuntimeMethod* method) ;
// TResult System.Func`1<System.Object>::Invoke()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Func_1_Invoke_m1412272198DFA4066C83206E5B43353AF10A2EEE_gshared_inline (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* __this, const RuntimeMethod* method) ;
// System.Boolean Newtonsoft.Json.Utilities.CollectionUtils::IsNullOrEmpty<System.Object>(System.Collections.Generic.ICollection`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CollectionUtils_IsNullOrEmpty_TisRuntimeObject_mAFCACA9516012D50B5C162DB94770E10C8587B22_gshared (RuntimeObject* ___collection0, const RuntimeMethod* method) ;
// System.Void System.Collections.ObjectModel.Collection`1<System.Object>::Insert(System.Int32,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Collection_1_Insert_mE0074F5F0969C40E01413F4BCD1E68EE2EE0DBDD_gshared (Collection_1_t3899E6252BC3D003B1AB1D6F5D7AD93EB1DCEEC3* __this, int32_t ___index0, RuntimeObject* ___item1, const RuntimeMethod* method) ;
// System.Boolean System.Nullable`1<System.Runtime.Serialization.StreamingContext>::get_HasValue()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mA17F655968AD8B406145013BAD4B9D5672856EFB_gshared_inline (Nullable_1_tC3E8E254B9DCF808C08AFA1FC2151C2BC0040F3A* __this, const RuntimeMethod* method) ;
// System.Void System.EventHandler`1<System.Object>::Invoke(System.Object,TEventArgs)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventHandler_1_Invoke_mBD72C04FF5A08A2EA93DFD21037CD1C27A48D07A_gshared_inline (EventHandler_1_tD8C4A5BE1F7C91B1A7E99AE87AFD2F5432C38746* __this, RuntimeObject* ___sender0, RuntimeObject* ___e1, const RuntimeMethod* method) ;
// System.Void System.Func`1<System.Object>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8_gshared (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ;
// T System.Nullable`1<System.Runtime.Serialization.StreamingContext>::GetValueOrDefault()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 Nullable_1_GetValueOrDefault_m69DB313A95B4E1195EC8848F21DC22A9DB62358F_gshared_inline (Nullable_1_tC3E8E254B9DCF808C08AFA1FC2151C2BC0040F3A* __this, const RuntimeMethod* method) ;
// System.Void System.Nullable`1<System.Runtime.Serialization.StreamingContext>::.ctor(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mA5D6B80EF5F0D9FB2BF1DBB3D648B0C433A9F02F_gshared (Nullable_1_tC3E8E254B9DCF808C08AFA1FC2151C2BC0040F3A* __this, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___value0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
// TResult System.Threading.Tasks.Task`1<System.Boolean>::get_Result()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_1_get_Result_m48902D0529EDB4646DFE6B5A7631AE15911E87B9_gshared (Task_1_t824317F4B958F7512E8F7300511752937A6C6043* __this, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::Start<Newtonsoft.Json.JsonTextReader/<DoReadAsync>d__3>(TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsyncU3Ed__3_tA46AB44FDD374D3515F3FD85E9F2C88D3760CA4E_mAC281C066F83B711CBFB35C744DA69A2F002CBAF_gshared (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, U3CDoReadAsyncU3Ed__3_tA46AB44FDD374D3515F3FD85E9F2C88D3760CA4E* ___stateMachine0, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::Start<Newtonsoft.Json.JsonTextReader/<ParsePostValueAsync>d__4>(TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CParsePostValueAsyncU3Ed__4_t2565628AABDE0EFE32362E8AB8F38097959B639B_m4AA23AC238C3546853A8FCA4AB876237A63BABE8_gshared (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, U3CParsePostValueAsyncU3Ed__4_t2565628AABDE0EFE32362E8AB8F38097959B639B* ___stateMachine0, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::Start<Newtonsoft.Json.JsonTextReader/<ReadFromFinishedAsync>d__5>(TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CReadFromFinishedAsyncU3Ed__5_t567743D80F8A434DAF8D538FBA4A6A3AC7D6D0DB_mA16AA97AA8F05CB695A3AEDE970A25CAE352EE73_gshared (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, U3CReadFromFinishedAsyncU3Ed__5_t567743D80F8A434DAF8D538FBA4A6A3AC7D6D0DB* ___stateMachine0, const RuntimeMethod* method) ;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019 AsyncTaskMethodBuilder_1_Create_mE41F34163E40A97FB25427519FBDB7692F06D192_gshared (const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::Start<Newtonsoft.Json.JsonTextReader/<ReadDataAsync>d__7>(TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CReadDataAsyncU3Ed__7_t7616932194A372D503D0DD13A29073E7AD8C06B7_mC1F82E8D9806D50FE1658867D41FEB049165F961_gshared (AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019* __this, U3CReadDataAsyncU3Ed__7_t7616932194A372D503D0DD13A29073E7AD8C06B7* ___stateMachine0, const RuntimeMethod* method) ;
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::get_Task()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t4C228DE57804012969575431CFF12D57C875552D* AsyncTaskMethodBuilder_1_get_Task_m2DCDBC59910811D107353C5752AD58B28C2D97FE_gshared (AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019* __this, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::Start<Newtonsoft.Json.JsonTextReader/<ParseValueAsync>d__8>(TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CParseValueAsyncU3Ed__8_tB97C3E304A31B7E7F9C6224B197A9F5D7FF565D0_m6F0491C474756FB9FF7D56153C4D71B13C473E9A_gshared (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, U3CParseValueAsyncU3Ed__8_tB97C3E304A31B7E7F9C6224B197A9F5D7FF565D0* ___stateMachine0, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<Newtonsoft.Json.JsonTextReader/<ReadStringIntoBufferAsync>d__9>(TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CReadStringIntoBufferAsyncU3Ed__9_t6590404E9863BA6BC3F174F77ADD6E35BE90E574_m98BC8558DFE41AA8746B5FBC793EAB4ECC127F57_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CReadStringIntoBufferAsyncU3Ed__9_t6590404E9863BA6BC3F174F77ADD6E35BE90E574* ___stateMachine0, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<Newtonsoft.Json.JsonTextReader/<ProcessCarriageReturnAsync>d__11>(TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CProcessCarriageReturnAsyncU3Ed__11_tC4F0CA8077C03B0147F68C3EB1FDC520615E6692_m861D95CD537023BF51F79929CB9EF1C367C4E65B_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CProcessCarriageReturnAsyncU3Ed__11_tC4F0CA8077C03B0147F68C3EB1FDC520615E6692* ___stateMachine0, const RuntimeMethod* method) ;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Char>::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncTaskMethodBuilder_1_tA37ED9A5D3A5A604D8DE794A45320CF8F5F7AC47 AsyncTaskMethodBuilder_1_Create_mC1979663ACE6C155D712F82737927F6850B8BF41_gshared (const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Char>::Start<Newtonsoft.Json.JsonTextReader/<ParseUnicodeAsync>d__12>(TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CParseUnicodeAsyncU3Ed__12_t6E9A097907EC707C11AC31384BA1711E9E601DC0_m64B36DCD87B404E6807788570F875B25C317D0A1_gshared (AsyncTaskMethodBuilder_1_tA37ED9A5D3A5A604D8DE794A45320CF8F5F7AC47* __this, U3CParseUnicodeAsyncU3Ed__12_t6E9A097907EC707C11AC31384BA1711E9E601DC0* ___stateMachine0, const RuntimeMethod* method) ;
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Char>::get_Task()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tF70626CA48A1BC439512EBC23E365CCCE98C92F9* AsyncTaskMethodBuilder_1_get_Task_m681268783211B285AABC4BE7872DEBEBC6E1815A_gshared (AsyncTaskMethodBuilder_1_tA37ED9A5D3A5A604D8DE794A45320CF8F5F7AC47* __this, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::Start<Newtonsoft.Json.JsonTextReader/<ReadCharsAsync>d__14>(TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CReadCharsAsyncU3Ed__14_t74CF9E22B9A4A43E8E9DF3756A6158705EB9A626_m0CECFE6624F9A67AB46EBC77002459F3DDA75F8C_gshared (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, U3CReadCharsAsyncU3Ed__14_t74CF9E22B9A4A43E8E9DF3756A6158705EB9A626* ___stateMachine0, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::Start<Newtonsoft.Json.JsonTextReader/<ParseObjectAsync>d__15>(TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CParseObjectAsyncU3Ed__15_tD8DA78FCF30569472EC2738627FD798EEA97BB11_m670A967913A8A7CD65447511F14C3BACC741A1E5_gshared (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, U3CParseObjectAsyncU3Ed__15_tD8DA78FCF30569472EC2738627FD798EEA97BB11* ___stateMachine0, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<Newtonsoft.Json.JsonTextReader/<ParseCommentAsync>d__16>(TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CParseCommentAsyncU3Ed__16_t946D317ED94B4DA21A201285AD9BE935758A328F_m23729C4E0F6F8940E34ACEA5BEB5A6ECFEA1826B_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CParseCommentAsyncU3Ed__16_t946D317ED94B4DA21A201285AD9BE935758A328F* ___stateMachine0, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<Newtonsoft.Json.JsonTextReader/<EatWhitespaceAsync>d__17>(TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CEatWhitespaceAsyncU3Ed__17_tB5ACE0F164BD4E46E90D99CB3ED5885CE1301B1F_m3F635AB61F28E6C0B127EF3CDDDE1D15268D8F88_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CEatWhitespaceAsyncU3Ed__17_tB5ACE0F164BD4E46E90D99CB3ED5885CE1301B1F* ___stateMachine0, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<Newtonsoft.Json.JsonTextReader/<ParseStringAsync>d__18>(TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CParseStringAsyncU3Ed__18_tE689F6F20A75B29849FCAA30C81977568AE94B7B_m6AE81B1335F7004C9D94DF1E94E29FBFFE43E3B3_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CParseStringAsyncU3Ed__18_tE689F6F20A75B29849FCAA30C81977568AE94B7B* ___stateMachine0, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::Start<Newtonsoft.Json.JsonTextReader/<MatchValueAsync>d__19>(TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CMatchValueAsyncU3Ed__19_t5AD6346B00C4C4FC670F55C39C6D045D43B8582D_m32E8188DA822EEE2F4E2D3C9748383732C65B116_gshared (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, U3CMatchValueAsyncU3Ed__19_t5AD6346B00C4C4FC670F55C39C6D045D43B8582D* ___stateMachine0, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::Start<Newtonsoft.Json.JsonTextReader/<MatchValueWithTrailingSeparatorAsync>d__20>(TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CMatchValueWithTrailingSeparatorAsyncU3Ed__20_tEC12EC2CC4A3158DBDAF05681B8AA709C1AA10B3_m4CDA5296075AAE1104C49A8D92AC31A29F4E7510_gshared (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, U3CMatchValueWithTrailingSeparatorAsyncU3Ed__20_tEC12EC2CC4A3158DBDAF05681B8AA709C1AA10B3* ___stateMachine0, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<Newtonsoft.Json.JsonTextReader/<MatchAndSetAsync>d__21>(TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CMatchAndSetAsyncU3Ed__21_t242B452BC7F54333EDCDF6864AA6061B68A1F071_mB691569A50915D95215EEC83DD368214BA795446_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CMatchAndSetAsyncU3Ed__21_t242B452BC7F54333EDCDF6864AA6061B68A1F071* ___stateMachine0, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<Newtonsoft.Json.JsonTextReader/<ParseConstructorAsync>d__25>(TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CParseConstructorAsyncU3Ed__25_tF73A320F9D98CCA7E54246C9C787CEF21B954092_m82F6C812D75E00C40589F8CAC358C2EED8199522_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CParseConstructorAsyncU3Ed__25_tF73A320F9D98CCA7E54246C9C787CEF21B954092* ___stateMachine0, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::Start<Newtonsoft.Json.JsonTextReader/<ParseNumberNaNAsync>d__26>(TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CParseNumberNaNAsyncU3Ed__26_t202B518CE39C327490C3AFFB092C1440960E3DCD_mA22ED225FDCD89100B9260F0F417EEC49CA26FF5_gshared (AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0* __this, U3CParseNumberNaNAsyncU3Ed__26_t202B518CE39C327490C3AFFB092C1440960E3DCD* ___stateMachine0, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::Start<Newtonsoft.Json.JsonTextReader/<ParseNumberPositiveInfinityAsync>d__27>(TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CParseNumberPositiveInfinityAsyncU3Ed__27_t3CCD8B9A15C6CFA01B46815CEE281403B986847A_mEC02129B637E43E74BA09148C0AFD1AAC2632281_gshared (AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0* __this, U3CParseNumberPositiveInfinityAsyncU3Ed__27_t3CCD8B9A15C6CFA01B46815CEE281403B986847A* ___stateMachine0, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::Start<Newtonsoft.Json.JsonTextReader/<ParseNumberNegativeInfinityAsync>d__28>(TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CParseNumberNegativeInfinityAsyncU3Ed__28_tF27E4166499FDC284A88B58DFD2CC3DBA46EF102_m9192AF9778099DC4A2F7490D548FF7B26A4E53E5_gshared (AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0* __this, U3CParseNumberNegativeInfinityAsyncU3Ed__28_tF27E4166499FDC284A88B58DFD2CC3DBA46EF102* ___stateMachine0, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<Newtonsoft.Json.JsonTextReader/<ParseNumberAsync>d__29>(TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CParseNumberAsyncU3Ed__29_tCB458D8E63B8C1EE749C579BD499450E7C34BE18_mE0BF545CAAB2AB8B3E94DC84A8ACE17863A738F2_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CParseNumberAsyncU3Ed__29_tCB458D8E63B8C1EE749C579BD499450E7C34BE18* ___stateMachine0, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::Start<Newtonsoft.Json.JsonTextReader/<ParsePropertyAsync>d__31>(TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CParsePropertyAsyncU3Ed__31_t6F8D7F6C62EFB764EE5F9B51EDC74D384559A594_m0EDCB0CAD8F9BFAFE9055B5085420554A4201E9C_gshared (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, U3CParsePropertyAsyncU3Ed__31_t6F8D7F6C62EFB764EE5F9B51EDC74D384559A594* ___stateMachine0, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<Newtonsoft.Json.JsonTextReader/<ReadNumberIntoBufferAsync>d__32>(TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CReadNumberIntoBufferAsyncU3Ed__32_t5C647A69C8E67EE0F64C8B0B08217DE7A34D753A_m654E17613E4BF50373057DB06CD67BB4C1A399F5_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CReadNumberIntoBufferAsyncU3Ed__32_t5C647A69C8E67EE0F64C8B0B08217DE7A34D753A* ___stateMachine0, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<Newtonsoft.Json.JsonTextReader/<ParseUnquotedPropertyAsync>d__33>(TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CParseUnquotedPropertyAsyncU3Ed__33_tED6843B3B9218BEDF46702940D88A277D02A05B2_m9EAB2FB2673F2A2D5627EC1ED0C44E0C6CDD63FC_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CParseUnquotedPropertyAsyncU3Ed__33_tED6843B3B9218BEDF46702940D88A277D02A05B2* ___stateMachine0, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::Start<Newtonsoft.Json.JsonTextReader/<ReadNullCharAsync>d__34>(TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CReadNullCharAsyncU3Ed__34_tC1803D9A31DB1E1B3F72270CD10AC25C862D0785_m2FF6F7A93BA84AB455FFFBA947755BA4E704C34A_gshared (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, U3CReadNullCharAsyncU3Ed__34_tC1803D9A31DB1E1B3F72270CD10AC25C862D0785* ___stateMachine0, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<Newtonsoft.Json.JsonTextReader/<HandleNullAsync>d__35>(TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CHandleNullAsyncU3Ed__35_t066A2DA3C880CFC30E3664BFBAB9DCB43137212E_mD9E50F4637FD187A74AF345072805AB85AA783A0_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CHandleNullAsyncU3Ed__35_t066A2DA3C880CFC30E3664BFBAB9DCB43137212E* ___stateMachine0, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<Newtonsoft.Json.JsonTextReader/<ReadFinishedAsync>d__36>(TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CReadFinishedAsyncU3Ed__36_t526F4ABF5E4C01DB6B1E6C62F4109B7CD606CFB4_m055CBE66D5BB720BD132367912138A1BA83DEF67_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CReadFinishedAsyncU3Ed__36_t526F4ABF5E4C01DB6B1E6C62F4109B7CD606CFB4* ___stateMachine0, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::Start<Newtonsoft.Json.JsonTextReader/<ReadStringValueAsync>d__37>(TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CReadStringValueAsyncU3Ed__37_tC22F6DC2FBC218785263CEEFF8AC80A27BD5DFBE_m080497BCDEBD879FD31916E669940326BF2B1648_gshared (AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0* __this, U3CReadStringValueAsyncU3Ed__37_tC22F6DC2FBC218785263CEEFF8AC80A27BD5DFBE* ___stateMachine0, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::Start<Newtonsoft.Json.JsonTextReader/<ReadNumberValueAsync>d__38>(TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CReadNumberValueAsyncU3Ed__38_t1E673208CDB5C144FFC3F97CDF0C05BC03B38BDE_m48A2F718E69447B804EDA80AF90B3ABA0D865D40_gshared (AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0* __this, U3CReadNumberValueAsyncU3Ed__38_t1E673208CDB5C144FFC3F97CDF0C05BC03B38BDE* ___stateMachine0, const RuntimeMethod* method) ;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Boolean>>::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncTaskMethodBuilder_1_t0F76E779969EE3E617B35882CAB293B65403E2F3 AsyncTaskMethodBuilder_1_Create_m145FFCC5EF8FDBB354085B56EE5CA5B865F5F49C_gshared (const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Boolean>>::Start<Newtonsoft.Json.JsonTextReader/<DoReadAsBooleanAsync>d__40>(TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsBooleanAsyncU3Ed__40_t1FC234CFBC3D01B9FD2C9F2365D0A7BA3E12AEDF_m6F2CBEC779E5B962AD9FBC91040BDD3F8D794747_gshared (AsyncTaskMethodBuilder_1_t0F76E779969EE3E617B35882CAB293B65403E2F3* __this, U3CDoReadAsBooleanAsyncU3Ed__40_t1FC234CFBC3D01B9FD2C9F2365D0A7BA3E12AEDF* ___stateMachine0, const RuntimeMethod* method) ;
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Boolean>>::get_Task()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t73C2C5C7202C39C9ED1CE9CD750B63BD7B0705D0* AsyncTaskMethodBuilder_1_get_Task_m7240951B6E9A5DB275CDFCA78339FFEE26BA8802_gshared (AsyncTaskMethodBuilder_1_t0F76E779969EE3E617B35882CAB293B65403E2F3* __this, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::Start<Newtonsoft.Json.JsonTextReader/<DoReadAsBytesAsync>d__42>(TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsBytesAsyncU3Ed__42_tD52457B8015747423AFC01351311EB45A1F1EE68_m10EC9590B3830BB5431E111E2FDF2CDBF90E09BA_gshared (AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0* __this, U3CDoReadAsBytesAsyncU3Ed__42_tD52457B8015747423AFC01351311EB45A1F1EE68* ___stateMachine0, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<Newtonsoft.Json.JsonTextReader/<ReadIntoWrappedTypeObjectAsync>d__43>(TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CReadIntoWrappedTypeObjectAsyncU3Ed__43_t95F011C64E38B823F87C7E435802A2056FF03B2F_m73A16AA768AC856BAEBF9F4D00602BD683B6C874_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CReadIntoWrappedTypeObjectAsyncU3Ed__43_t95F011C64E38B823F87C7E435802A2056FF03B2F* ___stateMachine0, const RuntimeMethod* method) ;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.DateTime>>::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncTaskMethodBuilder_1_tD13C30CCEA06DAAC3D725FDE727D31CE7D60BC5E AsyncTaskMethodBuilder_1_Create_m9A684FC6084699E902E2812424176F19A84C2021_gshared (const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.DateTime>>::Start<Newtonsoft.Json.JsonTextReader/<DoReadAsDateTimeAsync>d__45>(TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsDateTimeAsyncU3Ed__45_t5AD785D70EAFD5E48A58440513186424824D0880_m449ABA9E5BCB8727CEC641F097DFF89DA4FFD0AD_gshared (AsyncTaskMethodBuilder_1_tD13C30CCEA06DAAC3D725FDE727D31CE7D60BC5E* __this, U3CDoReadAsDateTimeAsyncU3Ed__45_t5AD785D70EAFD5E48A58440513186424824D0880* ___stateMachine0, const RuntimeMethod* method) ;
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.DateTime>>::get_Task()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t65DD22766038CC419979FC66D2CFEF60381EE84B* AsyncTaskMethodBuilder_1_get_Task_mC10888726AB1CF669A543F39EC82C1B8B296C524_gshared (AsyncTaskMethodBuilder_1_tD13C30CCEA06DAAC3D725FDE727D31CE7D60BC5E* __this, const RuntimeMethod* method) ;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.DateTimeOffset>>::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncTaskMethodBuilder_1_tAA005815DC520CE8A2C1F518268AC0B4735B7EB6 AsyncTaskMethodBuilder_1_Create_mC57CC757E0B5634D1157643CD0D75090F6E3201A_gshared (const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.DateTimeOffset>>::Start<Newtonsoft.Json.JsonTextReader/<DoReadAsDateTimeOffsetAsync>d__47>(TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsDateTimeOffsetAsyncU3Ed__47_t378C51B5DE3CAFAB26E5C8766C8EBFE1E4EC4450_m060B107A046488DA942588B3FF727CAA75A600C5_gshared (AsyncTaskMethodBuilder_1_tAA005815DC520CE8A2C1F518268AC0B4735B7EB6* __this, U3CDoReadAsDateTimeOffsetAsyncU3Ed__47_t378C51B5DE3CAFAB26E5C8766C8EBFE1E4EC4450* ___stateMachine0, const RuntimeMethod* method) ;
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.DateTimeOffset>>::get_Task()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tEFEAE70575CF6F04BF8FB37590483461AC941964* AsyncTaskMethodBuilder_1_get_Task_mFF107A582F8CB464DC795B93946486F5CB72C967_gshared (AsyncTaskMethodBuilder_1_tAA005815DC520CE8A2C1F518268AC0B4735B7EB6* __this, const RuntimeMethod* method) ;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Decimal>>::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncTaskMethodBuilder_1_t217E99BB21C2C44C75A9042892F2D37033643B36 AsyncTaskMethodBuilder_1_Create_m53D0A527D96BEE82B2B6ABA81CAC967228B0E452_gshared (const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Decimal>>::Start<Newtonsoft.Json.JsonTextReader/<DoReadAsDecimalAsync>d__49>(TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsDecimalAsyncU3Ed__49_t678B51EA86EBF0CCD323147293035394B33C8DDF_m7204A889585AE59C502389FACAB6555D0D49B057_gshared (AsyncTaskMethodBuilder_1_t217E99BB21C2C44C75A9042892F2D37033643B36* __this, U3CDoReadAsDecimalAsyncU3Ed__49_t678B51EA86EBF0CCD323147293035394B33C8DDF* ___stateMachine0, const RuntimeMethod* method) ;
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Decimal>>::get_Task()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t1253923251256D5BDFC2FDA8EFF422DBBAB7C239* AsyncTaskMethodBuilder_1_get_Task_m1BFEC2D85643659CCFCB0055986B849F09DB6DE2_gshared (AsyncTaskMethodBuilder_1_t217E99BB21C2C44C75A9042892F2D37033643B36* __this, const RuntimeMethod* method) ;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Double>>::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncTaskMethodBuilder_1_t5019936B22640F9C2547CBE357F45D942841FAC7 AsyncTaskMethodBuilder_1_Create_mE1BCAD450F9F52C26974E07F87A47C1EBEAE2B06_gshared (const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Double>>::Start<Newtonsoft.Json.JsonTextReader/<DoReadAsDoubleAsync>d__51>(TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsDoubleAsyncU3Ed__51_t0C6FAF7D482F0EC5D559436276EDF6252501D031_m0A8575CA689D9CE2DB545B1B35AE1A6045D46DC8_gshared (AsyncTaskMethodBuilder_1_t5019936B22640F9C2547CBE357F45D942841FAC7* __this, U3CDoReadAsDoubleAsyncU3Ed__51_t0C6FAF7D482F0EC5D559436276EDF6252501D031* ___stateMachine0, const RuntimeMethod* method) ;
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Double>>::get_Task()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tB943B576D2304CD76D3E20C67231C192B2DD0C41* AsyncTaskMethodBuilder_1_get_Task_m7164E00326DC7BC82FE12A781478471DD7A1CE69_gshared (AsyncTaskMethodBuilder_1_t5019936B22640F9C2547CBE357F45D942841FAC7* __this, const RuntimeMethod* method) ;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Int32>>::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncTaskMethodBuilder_1_t7BA09CA1BB279AA706D98A618EE11038FD1985F7 AsyncTaskMethodBuilder_1_Create_mD6BC27D1E6350ECB9B61238E38D4C15C8CE96802_gshared (const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Int32>>::Start<Newtonsoft.Json.JsonTextReader/<DoReadAsInt32Async>d__53>(TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsInt32AsyncU3Ed__53_t13C3AFD09883FEE38A0D5B54C93A6B599D2AB480_mC67780F282D939619D7ED7DEAEF4F907CEE9049C_gshared (AsyncTaskMethodBuilder_1_t7BA09CA1BB279AA706D98A618EE11038FD1985F7* __this, U3CDoReadAsInt32AsyncU3Ed__53_t13C3AFD09883FEE38A0D5B54C93A6B599D2AB480* ___stateMachine0, const RuntimeMethod* method) ;
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Int32>>::get_Task()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t75694119DBB4B68675BB4BAB3E446BA4EE5C91C7* AsyncTaskMethodBuilder_1_get_Task_mB36BC37F05CC1BD3EDB9EC66B9BBEA7DE33F3D03_gshared (AsyncTaskMethodBuilder_1_t7BA09CA1BB279AA706D98A618EE11038FD1985F7* __this, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::Start<Newtonsoft.Json.JsonTextReader/<DoReadAsStringAsync>d__55>(TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsStringAsyncU3Ed__55_t63C07945627752D063789D6C1D3B1CC86046B053_mE73818052D37FDED1624F9056D479D6E747E2150_gshared (AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0* __this, U3CDoReadAsStringAsyncU3Ed__55_t63C07945627752D063789D6C1D3B1CC86046B053* ___stateMachine0, const RuntimeMethod* method) ;
// System.Void System.Attribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2 (Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* __this, const RuntimeMethod* method) ;
// System.Int32 System.Environment::get_TickCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Environment_get_TickCount_m3499A4943E060ECB90E790A097D9691448AD1276 (const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonNameTable::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonNameTable__ctor_m39C6452248E6DA1BF9494BED1D11F2752A4B2467 (JsonNameTable_t0B2C7BA303E82F2C1E3C1176620FA86FA3BB611F* __this, const RuntimeMethod* method) ;
// System.Boolean Newtonsoft.Json.DefaultJsonNameTable::TextEquals(System.String,System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultJsonNameTable_TextEquals_m7F2F988D593002892A0D2E45DBF8933C83838883 (String_t* ___str10, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___str21, int32_t ___str2Start2, int32_t ___str2Length3, const RuntimeMethod* method) ;
// System.Void System.ArgumentNullException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* __this, String_t* ___paramName0, const RuntimeMethod* method) ;
// System.Int32 System.String::get_Length()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method) ;
// System.Char System.String::get_Chars(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3 (String_t* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Boolean System.String::Equals(System.String,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m7BDFC0B951005B9DC2BAED464AFE68FF7E9ACE5A (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method) ;
// System.String Newtonsoft.Json.DefaultJsonNameTable::AddEntry(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultJsonNameTable_AddEntry_m559A6B9AF0247D8BDF72872835AF4E55BA1BCADE (DefaultJsonNameTable_t81ABCBAD900C62AEA009A48779C3F3893DBC110D* __this, String_t* ___str0, int32_t ___hashCode1, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.DefaultJsonNameTable/Entry::.ctor(System.String,System.Int32,Newtonsoft.Json.DefaultJsonNameTable/Entry)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Entry__ctor_mBF6523661909608B09999FF58225C997ECF3EE97 (Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2* __this, String_t* ___value0, int32_t ___hashCode1, Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2* ___next2, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.DefaultJsonNameTable::Grow()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultJsonNameTable_Grow_mB44E5D524BD726E5D1B6534CA80D7BA52D5A7959 (DefaultJsonNameTable_t81ABCBAD900C62AEA009A48779C3F3893DBC110D* __this, const RuntimeMethod* method) ;
// System.Void System.Object::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonContainerAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonContainerAttribute__ctor_m58831F420FD3D536478054080A1F3C68B00960B4 (JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* __this, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonContainerAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonContainerAttribute__ctor_m35BA38396D25D3071F6E0FB2ADE1C7C5817622B0 (JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* __this, String_t* ___id0, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonContainerAttribute::set_NamingStrategyInstance(Newtonsoft.Json.Serialization.NamingStrategy)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonContainerAttribute_set_NamingStrategyInstance_mEC93A971DA02ED78E28B14E24D1A9098692CB442_inline (JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* __this, NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* ___value0, const RuntimeMethod* method) ;
// T System.Nullable`1<System.Boolean>::GetValueOrDefault()
inline bool Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_inline (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, const RuntimeMethod* method)
{
return (( bool (*) (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01*, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_gshared_inline)(__this, method);
}
// System.Void System.Nullable`1<System.Boolean>::.ctor(T)
inline void Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5 (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, bool ___value0, const RuntimeMethod* method)
{
(( void (*) (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01*, bool, const RuntimeMethod*))Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_gshared)(__this, ___value0, method);
}
// T System.Nullable`1<Newtonsoft.Json.ReferenceLoopHandling>::GetValueOrDefault()
inline int32_t Nullable_1_GetValueOrDefault_m7FD242A4349C7B53C2C8E9D9054398EFE7827526_inline (Nullable_1_t599F8D9D40143BFCB12D7085DFEA8AC7171F5E77* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Nullable_1_t599F8D9D40143BFCB12D7085DFEA8AC7171F5E77*, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m26287DBB36429B2E2FBCB3F96F439248F8CAA8BB_gshared_inline)(__this, method);
}
// System.Void System.Nullable`1<Newtonsoft.Json.ReferenceLoopHandling>::.ctor(T)
inline void Nullable_1__ctor_m7CF880D33C83103906BE216714B358D39A5B9569 (Nullable_1_t599F8D9D40143BFCB12D7085DFEA8AC7171F5E77* __this, int32_t ___value0, const RuntimeMethod* method)
{
(( void (*) (Nullable_1_t599F8D9D40143BFCB12D7085DFEA8AC7171F5E77*, int32_t, const RuntimeMethod*))Nullable_1__ctor_m5100B58428BDAD8C79F3D8576B0C2E1D4F3924EB_gshared)(__this, ___value0, method);
}
// T System.Nullable`1<Newtonsoft.Json.TypeNameHandling>::GetValueOrDefault()
inline int32_t Nullable_1_GetValueOrDefault_m7B2C33D7E2E197EA19672C84EA68F1388C9DB607_inline (Nullable_1_tB85AB604017196E6A3D3B920121E8C3A255827F0* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Nullable_1_tB85AB604017196E6A3D3B920121E8C3A255827F0*, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m26287DBB36429B2E2FBCB3F96F439248F8CAA8BB_gshared_inline)(__this, method);
}
// System.Void System.Nullable`1<Newtonsoft.Json.TypeNameHandling>::.ctor(T)
inline void Nullable_1__ctor_mEB2DE61CA62733F5C3103D20371163EE434E8441 (Nullable_1_tB85AB604017196E6A3D3B920121E8C3A255827F0* __this, int32_t ___value0, const RuntimeMethod* method)
{
(( void (*) (Nullable_1_tB85AB604017196E6A3D3B920121E8C3A255827F0*, int32_t, const RuntimeMethod*))Nullable_1__ctor_m5100B58428BDAD8C79F3D8576B0C2E1D4F3924EB_gshared)(__this, ___value0, method);
}
// System.Void Newtonsoft.Json.JsonContainerAttribute::set_Id(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonContainerAttribute_set_Id_mFF33E336D35F872AD79BE6FB4665551BD729EFA8_inline (JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.String Newtonsoft.Json.JsonConvert::ToString(System.DateTime,Newtonsoft.Json.DateFormatHandling,Newtonsoft.Json.DateTimeZoneHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m3E471BF4CB6CC8EFEC3BC7C003FB40B1ABBB03E4 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___value0, int32_t ___format1, int32_t ___timeZoneHandling2, const RuntimeMethod* method) ;
// System.DateTime Newtonsoft.Json.Utilities.DateTimeUtils::EnsureDateTime(System.DateTime,Newtonsoft.Json.DateTimeZoneHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTimeUtils_EnsureDateTime_m5E553913ADE441BBA1B99CE6B1F4918111909837 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___value0, int32_t ___timeZone1, const RuntimeMethod* method) ;
// System.IO.StringWriter Newtonsoft.Json.Utilities.StringUtils::CreateStringWriter(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringWriter_tF48052BE4F980E5C85403221E835768E4156267D* StringUtils_CreateStringWriter_m330EDE0346AA3FE3FAB24D6F8C475226C2BA60DF (int32_t ___capacity0, const RuntimeMethod* method) ;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425 (const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.Utilities.DateTimeUtils::WriteDateTimeString(System.IO.TextWriter,System.DateTime,Newtonsoft.Json.DateFormatHandling,System.String,System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeUtils_WriteDateTimeString_m5E82F196A664738C299B84F2721FE7CDF1069B71 (TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___writer0, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___value1, int32_t ___format2, String_t* ___formatString3, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___culture4, const RuntimeMethod* method) ;
// System.String Newtonsoft.Json.JsonConvert::ToString(System.DateTimeOffset,Newtonsoft.Json.DateFormatHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_mF5EE9B28256D1DB277BCB88F22FB747FE468C5B8 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___value0, int32_t ___format1, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.Utilities.DateTimeUtils::WriteDateTimeOffsetString(System.IO.TextWriter,System.DateTimeOffset,Newtonsoft.Json.DateFormatHandling,System.String,System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeUtils_WriteDateTimeOffsetString_m012644D84C5B7073D9D3BC60BFCCFD274CBEF622 (TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___writer0, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___value1, int32_t ___format2, String_t* ___formatString3, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___culture4, const RuntimeMethod* method) ;
// System.String System.Char::ToString(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Char_ToString_m0B6C7DF5A285D4F8F62CCBA35A2B92E48C3AD288 (Il2CppChar ___c0, const RuntimeMethod* method) ;
// System.String Newtonsoft.Json.JsonConvert::ToString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m4DB836F84551584FD9B30571A43DF028A2EDC65B (String_t* ___value0, const RuntimeMethod* method) ;
// System.String System.Enum::ToString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Enum_ToString_mC82F2E769BD9FF89D7F7E88D78B7F98FA56D4F91 (RuntimeObject* __this, String_t* ___format0, const RuntimeMethod* method) ;
// System.String System.Int32::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8 (int32_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) ;
// System.String System.Int16::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int16_ToString_m586D9FFDE912794F068DF7B1FC00A68A984FBCB9 (int16_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) ;
// System.String System.UInt16::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt16_ToString_mBD648884B6569D3E7D779669EEFCB1ED5EE4A521 (uint16_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) ;
// System.String System.UInt32::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt32_ToString_m464396B0FE2115F3CEA38AEECDDB0FACC3AADADE (uint32_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) ;
// System.String System.Int64::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int64_ToString_mBCE0DC50D6F802651A6AE75682FF67775CB19B3B (int64_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) ;
// System.String System.Numerics.BigInteger::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BigInteger_ToString_mF67077A813661D27640565FC41346D65A155B3F6 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) ;
// System.String System.UInt64::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt64_ToString_m779041C8FDD58BF8617838B00CD041788DB2F1A3 (uint64_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) ;
// System.String System.Single::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_mF468A56B3A746EFD805E0604EE7A2873DA157ADE (float* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) ;
// System.String Newtonsoft.Json.JsonConvert::EnsureDecimalPlace(System.Double,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_EnsureDecimalPlace_m85BADEEDEBEAF1ED479AF41A3992078EE873B7E7 (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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_EnsureFloatFormat_mDB90C92E5808F91C455D4F0A8543A3FFA55DBDA2 (double ___value0, String_t* ___text1, int32_t ___floatFormatHandling2, Il2CppChar ___quoteChar3, bool ___nullable4, const RuntimeMethod* method) ;
// System.Boolean System.Double::IsInfinity(System.Double)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Double_IsInfinity_mFA158CA8247818AE2FEB5B11158A354CA5B4FCC5_inline (double ___d0, const RuntimeMethod* method) ;
// System.Boolean System.Double::IsNaN(System.Double)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Double_IsNaN_m752DA1554CE1712F292DAC4AEC30869AD7234E18_inline (double ___d0, const RuntimeMethod* method) ;
// System.String System.Char::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C (Il2CppChar* __this, const RuntimeMethod* method) ;
// System.String System.String::Concat(System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method) ;
// System.String System.Double::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Double_ToString_m7E3930DDFB35B1919FE538A246A59C3FC62AF789 (double* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) ;
// System.Int32 System.String::IndexOf(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966 (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method) ;
// System.String System.String::Concat(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method) ;
// System.String System.Byte::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Byte_ToString_m64EE358F20093EE61D30F9A21638D9E9EE8F87EC (uint8_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) ;
// System.String System.SByte::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SByte_ToString_m183C4DB410DD03A804F3DA87DB223A249A68E139 (int8_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) ;
// System.String System.Decimal::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Decimal_ToString_m2600674D09D44940FA0AAA00A87858E741671F4E (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) ;
// System.String Newtonsoft.Json.JsonConvert::EnsureDecimalPlace(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_EnsureDecimalPlace_m52BC9AD8CB67860B68082D25B9E19780EF61C0BD (String_t* ___text0, const RuntimeMethod* method) ;
// System.String Newtonsoft.Json.JsonConvert::ToString(System.Guid,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m39895128D01E903FFA5C1BABDF410503A3000DA1 (Guid_t ___value0, Il2CppChar ___quoteChar1, const RuntimeMethod* method) ;
// System.String System.Guid::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Guid_ToString_mD2A93BCA0CBFABB680A93A8FA668AD90E7B56130 (Guid_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) ;
// System.String System.Char::ToString(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Char_ToString_m34499826F048A38EB8216D5844A5DA49F54719C8 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
// System.String Newtonsoft.Json.JsonConvert::ToString(System.TimeSpan,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m4586DF3D7DDB7CCCDBECC8D5C03B1946EA595624 (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___value0, Il2CppChar ___quoteChar1, const RuntimeMethod* method) ;
// System.String System.TimeSpan::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TimeSpan_ToString_m44D5BF48E35E18BB8B99A86B6535DA5E847FFE92 (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* __this, const RuntimeMethod* method) ;
// System.String Newtonsoft.Json.JsonConvert::ToString(System.String,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_mB2B26E65A60368FAB43ED5916E1B26D953B72389 (String_t* ___value0, Il2CppChar ___delimiter1, const RuntimeMethod* method) ;
// System.Boolean System.Uri::op_Equality(System.Uri,System.Uri)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_op_Equality_mB299FA02A76FD12A781BCBAD53D65B73C1768682 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___uri10, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___uri21, const RuntimeMethod* method) ;
// System.String Newtonsoft.Json.JsonConvert::ToString(System.Uri,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_mA517951BD8AF44935030D11C16273074F56B2965 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___value0, Il2CppChar ___quoteChar1, const RuntimeMethod* method) ;
// System.String System.Uri::get_OriginalString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_OriginalString_m3031F9054CA10F2C55C0E2415CC19810D360A5D6 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ;
// System.String Newtonsoft.Json.JsonConvert::ToString(System.String,System.Char,Newtonsoft.Json.StringEscapeHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m4F8664006D5D1A0FBB42E2EE981BB5B82BDEDD2B (String_t* ___value0, Il2CppChar ___delimiter1, int32_t ___stringEscapeHandling2, const RuntimeMethod* method) ;
// System.Void System.ArgumentException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method) ;
// System.String Newtonsoft.Json.Utilities.JavaScriptUtils::ToEscapedJavaScriptString(System.String,System.Char,System.Boolean,Newtonsoft.Json.StringEscapeHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JavaScriptUtils_ToEscapedJavaScriptString_mDF6BEF818E063F21A6FE3A8C681F501975B159EE (String_t* ___value0, Il2CppChar ___delimiter1, bool ___appendDelimiters2, int32_t ___stringEscapeHandling3, const RuntimeMethod* method) ;
// System.Type System.Object::GetType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3 (RuntimeObject* __this, const RuntimeMethod* method) ;
// Newtonsoft.Json.Utilities.PrimitiveTypeCode Newtonsoft.Json.Utilities.ConvertUtils::GetTypeCode(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConvertUtils_GetTypeCode_mF911DD9600942D6B3D8F8919FCE5B45F92A4D4A8 (Type_t* ___t0, const RuntimeMethod* method) ;
// System.String Newtonsoft.Json.JsonConvert::ToString(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_mBE18E2E2F5D648B1C1046FEF7DAA208F1AAC4E9D (Il2CppChar ___value0, const RuntimeMethod* method) ;
// System.String Newtonsoft.Json.JsonConvert::ToString(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_mD351CBF2BD01FF862BA860377F74BB04D3B92683 (bool ___value0, const RuntimeMethod* method) ;
// System.String Newtonsoft.Json.JsonConvert::ToString(System.SByte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_mE5E66551003454C03D49A31205D26379D24521FE (int8_t ___value0, const RuntimeMethod* method) ;
// System.String Newtonsoft.Json.JsonConvert::ToString(System.Int16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_mD8D77F1CBDE0C114B02197EB77F2B4750CC69B78 (int16_t ___value0, const RuntimeMethod* method) ;
// System.String Newtonsoft.Json.JsonConvert::ToString(System.UInt16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m004AEE5A340259E4C3A83953F2C248815D187074 (uint16_t ___value0, const RuntimeMethod* method) ;
// System.String Newtonsoft.Json.JsonConvert::ToString(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_mE597415BFDBD7A8D9CBDB9AB9023C5AEDDA6BE09 (int32_t ___value0, const RuntimeMethod* method) ;
// System.String Newtonsoft.Json.JsonConvert::ToString(System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m7166C7E9297A9B1243A9A21DD6DD330D78548A3F (uint8_t ___value0, const RuntimeMethod* method) ;
// System.String Newtonsoft.Json.JsonConvert::ToString(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m6DD2FF6F0563FC3AD49F472C32366D54CE4EB245 (uint32_t ___value0, const RuntimeMethod* method) ;
// System.String Newtonsoft.Json.JsonConvert::ToString(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_mECEAD8CB82D694A169576DBC841FEB3440519FF0 (int64_t ___value0, const RuntimeMethod* method) ;
// System.String Newtonsoft.Json.JsonConvert::ToString(System.UInt64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m3C0F08BD39146D8582FE83A8794206BBC3DB291C (uint64_t ___value0, const RuntimeMethod* method) ;
// System.String Newtonsoft.Json.JsonConvert::ToString(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m5470E8DAA973EDF5E2A8A7F766C415ED773789C8 (float ___value0, const RuntimeMethod* method) ;
// System.String Newtonsoft.Json.JsonConvert::ToString(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m01E9CD542FD987718D57E3CE62173EFC37FA03F0 (double ___value0, const RuntimeMethod* method) ;
// System.String Newtonsoft.Json.JsonConvert::ToString(System.DateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_mC98A090B87E92B50A0B699AF656FB8F3DD83421E (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___value0, const RuntimeMethod* method) ;
// System.String Newtonsoft.Json.JsonConvert::ToString(System.Decimal)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m964123CEBD3906C01204C8DF5C7D24AF18CBEE25 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___value0, const RuntimeMethod* method) ;
// System.String Newtonsoft.Json.JsonConvert::ToString(System.DateTimeOffset)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_mECD701080F9B0457AC39906EA975CC591A78BD1A (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___value0, const RuntimeMethod* method) ;
// System.String Newtonsoft.Json.JsonConvert::ToString(System.Guid)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m17007143345E176C8CB3D5FFE48456EE423B07A6 (Guid_t ___value0, const RuntimeMethod* method) ;
// System.String Newtonsoft.Json.JsonConvert::ToString(System.Uri)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m6C04E957A7CCB2C1FAE7B6A8E66CD794C396D72B (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___value0, const RuntimeMethod* method) ;
// System.String Newtonsoft.Json.JsonConvert::ToString(System.TimeSpan)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m0CDD07283600357E4A71CD4614357878D9700230 (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___value0, const RuntimeMethod* method) ;
// System.String Newtonsoft.Json.JsonConvert::ToStringInternal(System.Numerics.BigInteger)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToStringInternal_mAC935AD7699519A0704FC53E66A114338F556738 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___value0, const RuntimeMethod* method) ;
// System.String Newtonsoft.Json.Utilities.StringUtils::FormatWith(System.String,System.IFormatProvider,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5 (String_t* ___format0, RuntimeObject* ___provider1, RuntimeObject* ___arg02, const RuntimeMethod* method) ;
// System.Void System.ArgumentException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___message0, const RuntimeMethod* method) ;
// System.String Newtonsoft.Json.JsonConvert::SerializeObject(System.Object,System.Type,Newtonsoft.Json.JsonSerializerSettings)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_SerializeObject_m0B225BC20398E3D91A440E092EA2365396FC708E (RuntimeObject* ___value0, Type_t* ___type1, JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* ___settings2, const RuntimeMethod* method) ;
// System.String Newtonsoft.Json.JsonConvert::SerializeObject(System.Object,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonSerializerSettings)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_SerializeObject_m2FD84A11AB507316C720E5D72298B8B605CE9064 (RuntimeObject* ___value0, int32_t ___formatting1, JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* ___settings2, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonSerializerSettings::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializerSettings__ctor_mE1C9A90375BA88DF7F6911F1F96AEEC6A98CD22F (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonSerializerSettings::set_Converters(System.Collections.Generic.IList`1<Newtonsoft.Json.JsonConverter>)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonSerializerSettings_set_Converters_mF3D958F510BA4BBC18E2D2088EF9D3FC839AFB4C_inline (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, RuntimeObject* ___value0, const RuntimeMethod* method) ;
// System.String Newtonsoft.Json.JsonConvert::SerializeObject(System.Object,System.Type,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonSerializerSettings)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_SerializeObject_m39369CA0FFDB7F727EF7E2B92DBC25C74D8D9FAD (RuntimeObject* ___value0, Type_t* ___type1, int32_t ___formatting2, JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* ___settings3, const RuntimeMethod* method) ;
// Newtonsoft.Json.JsonSerializer Newtonsoft.Json.JsonSerializer::CreateDefault(Newtonsoft.Json.JsonSerializerSettings)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* JsonSerializer_CreateDefault_m1AAC9310CCCCFFEECB5AE8420539401737C4494A (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* ___settings0, const RuntimeMethod* method) ;
// System.String Newtonsoft.Json.JsonConvert::SerializeObjectInternal(System.Object,System.Type,Newtonsoft.Json.JsonSerializer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_SerializeObjectInternal_m4376CBCA3344BD1FDE65CD3CB48FD80F19876A0F (RuntimeObject* ___value0, Type_t* ___type1, JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* ___jsonSerializer2, const RuntimeMethod* method) ;
// System.Void System.Text.StringBuilder::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m2619CA8D2C3476DF1A302D9D941498BB1C6164C5 (StringBuilder_t* __this, int32_t ___capacity0, const RuntimeMethod* method) ;
// System.Void System.IO.StringWriter::.ctor(System.Text.StringBuilder,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringWriter__ctor_m375438909A280EC4405CE3280579C905CAC06BDA (StringWriter_tF48052BE4F980E5C85403221E835768E4156267D* __this, StringBuilder_t* ___sb0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonTextWriter::.ctor(System.IO.TextWriter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter__ctor_mE77A9BD1789BB07C3B49A6EF74857D2225AA99B3 (JsonTextWriter_t8A730143EFDFE2A07F31B3C4DB82061A883A60F4* __this, TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___textWriter0, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonWriter::set_Formatting(Newtonsoft.Json.Formatting)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_set_Formatting_mCBA8160F9B05B54E46AD8057A1E7061742B0BBAE (JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonSerializer::Serialize(Newtonsoft.Json.JsonWriter,System.Object,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_Serialize_m7E0ACFF2ABCDF5C092E2B735945B7BE7BAC3688A (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* ___jsonWriter0, RuntimeObject* ___value1, Type_t* ___objectType2, const RuntimeMethod* method) ;
// System.Object Newtonsoft.Json.JsonConvert::DeserializeObject(System.String,System.Type,Newtonsoft.Json.JsonSerializerSettings)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonConvert_DeserializeObject_mD6D5502A461E92C82567768031751E8E2E0EE229 (String_t* ___value0, Type_t* ___type1, JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* ___settings2, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.Utilities.ValidationUtils::ArgumentNotNull(System.Object,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidationUtils_ArgumentNotNull_m73ECC0CA34E9075680E80F7B34526E5EC8206587 (RuntimeObject* ___value0, String_t* ___parameterName1, const RuntimeMethod* method) ;
// System.Boolean Newtonsoft.Json.JsonSerializer::IsCheckAdditionalContentSet()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonSerializer_IsCheckAdditionalContentSet_mF612DA7202241577EE38C3BED5791065247FA9EF (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, const RuntimeMethod* method) ;
// System.Void System.IO.StringReader::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringReader__ctor_m72556EC1062F49E05CF41B0825AC7FA2DB2A81C0 (StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8* __this, String_t* ___s0, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonTextReader::.ctor(System.IO.TextReader)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader__ctor_m362F27D5EA7CEE0A9BDBF46FE235D8558146C10D (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* ___reader0, const RuntimeMethod* method) ;
// System.Object Newtonsoft.Json.JsonSerializer::Deserialize(Newtonsoft.Json.JsonReader,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializer_Deserialize_m07E18A6BAA0AD5521D26EC348575BA6683DC4336 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* ___reader0, Type_t* ___objectType1, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonConvert::PopulateObject(System.String,System.Object,Newtonsoft.Json.JsonSerializerSettings)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonConvert_PopulateObject_mC02477F09A9C05D722F2D3B3E56D5644333234A1 (String_t* ___value0, RuntimeObject* ___target1, JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* ___settings2, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonSerializer::Populate(Newtonsoft.Json.JsonReader,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_Populate_m82119593CD901DEF485D2F206E9713100A28D827 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* ___reader0, RuntimeObject* ___target1, const RuntimeMethod* method) ;
// System.Boolean Newtonsoft.Json.JsonSerializerSettings::get_CheckAdditionalContent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonSerializerSettings_get_CheckAdditionalContent_m65DE6276F363FEA2D94C03834685898D4374F526 (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method) ;
// Newtonsoft.Json.JsonSerializationException Newtonsoft.Json.JsonSerializationException::Create(Newtonsoft.Json.JsonReader,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonSerializationException_t00F36890DFAC04F2FDE779151340B9C5563612EC* JsonSerializationException_Create_m6C7554AD803E3362DCC52A8DB9DC068469CE1D84 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* ___reader0, String_t* ___message1, const RuntimeMethod* method) ;
// System.String Newtonsoft.Json.JsonConvert::SerializeXmlNode(System.Xml.XmlNode,Newtonsoft.Json.Formatting)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_SerializeXmlNode_mFA73064BED1A84B0367E5720D6C3CFFF214D63D5 (XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF* ___node0, int32_t ___formatting1, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.Converters.XmlNodeConverter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeConverter__ctor_m5EA79F6E3B52F680FC2F5DA529993033645D62C3 (XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF* __this, const RuntimeMethod* method) ;
// System.String Newtonsoft.Json.JsonConvert::SerializeObject(System.Object,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonConverter[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_SerializeObject_mB74ECE7988BC265B703BC14979A0577748B1DF93 (RuntimeObject* ___value0, int32_t ___formatting1, JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E* ___converters2, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.Converters.XmlNodeConverter::set_OmitRootObject(System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlNodeConverter_set_OmitRootObject_mA3B18200974DB101932BFFD9AE802656815C7729_inline (XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF* __this, bool ___value0, const RuntimeMethod* method) ;
// System.Xml.XmlDocument Newtonsoft.Json.JsonConvert::DeserializeXmlNode(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDocument_t4DE82998E642C5C21A4A620A5278237C70D3E42B* JsonConvert_DeserializeXmlNode_m8E13BEE9809CFFFD7E98B3DE7C29085435729722 (String_t* ___value0, String_t* ___deserializeRootElementName1, const RuntimeMethod* method) ;
// System.Xml.XmlDocument Newtonsoft.Json.JsonConvert::DeserializeXmlNode(System.String,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDocument_t4DE82998E642C5C21A4A620A5278237C70D3E42B* JsonConvert_DeserializeXmlNode_m2492E358320103D0165A28B0F30D464A13DEC1E2 (String_t* ___value0, String_t* ___deserializeRootElementName1, bool ___writeArrayAttribute2, const RuntimeMethod* method) ;
// System.Xml.XmlDocument Newtonsoft.Json.JsonConvert::DeserializeXmlNode(System.String,System.String,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDocument_t4DE82998E642C5C21A4A620A5278237C70D3E42B* JsonConvert_DeserializeXmlNode_m4680455166E1876DD705FBF52985415CF49650ED (String_t* ___value0, String_t* ___deserializeRootElementName1, bool ___writeArrayAttribute2, bool ___encodeSpecialCharacters3, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.Converters.XmlNodeConverter::set_DeserializeRootElementName(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlNodeConverter_set_DeserializeRootElementName_m3BF71E4654215F114EDE08F035A62A886E87821A_inline (XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.Converters.XmlNodeConverter::set_WriteArrayAttribute(System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlNodeConverter_set_WriteArrayAttribute_mDB9B899CAC005A16290D1AE4688D6114195A1F24_inline (XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF* __this, bool ___value0, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.Converters.XmlNodeConverter::set_EncodeSpecialCharacters(System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlNodeConverter_set_EncodeSpecialCharacters_m08188F39DD276C01BD54AA58C4A7D7CF2E03D47C_inline (XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF* __this, bool ___value0, const RuntimeMethod* method) ;
// System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E (RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ___handle0, const RuntimeMethod* method) ;
// System.Object Newtonsoft.Json.JsonConvert::DeserializeObject(System.String,System.Type,Newtonsoft.Json.JsonConverter[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonConvert_DeserializeObject_mECA719464B8661CFE1FF620B04BFAA2E357B4419 (String_t* ___value0, Type_t* ___type1, JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E* ___converters2, const RuntimeMethod* method) ;
// System.String Newtonsoft.Json.JsonConvert::SerializeXNode(System.Xml.Linq.XObject,Newtonsoft.Json.Formatting)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_SerializeXNode_m2A8AE36CC67FE2BEE53DE524EE6491F1B9131DF4 (XObject_t1E867FBE626AA0DC878BDDFC1ABCF19F1A4B5C29* ___node0, int32_t ___formatting1, const RuntimeMethod* method) ;
// System.String Newtonsoft.Json.JsonConvert::SerializeXNode(System.Xml.Linq.XObject,Newtonsoft.Json.Formatting,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_SerializeXNode_m8B638566B1D8849FA6E140E308B2CC3912BCCAF5 (XObject_t1E867FBE626AA0DC878BDDFC1ABCF19F1A4B5C29* ___node0, int32_t ___formatting1, bool ___omitRootObject2, const RuntimeMethod* method) ;
// System.Xml.Linq.XDocument Newtonsoft.Json.JsonConvert::DeserializeXNode(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XDocument_tFD643046CAF39623C3D8AA1693390D5EE08E82F1* JsonConvert_DeserializeXNode_m7AE4B81F96EA6601280C77ED829491D9D21E0BBB (String_t* ___value0, String_t* ___deserializeRootElementName1, const RuntimeMethod* method) ;
// System.Xml.Linq.XDocument Newtonsoft.Json.JsonConvert::DeserializeXNode(System.String,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XDocument_tFD643046CAF39623C3D8AA1693390D5EE08E82F1* JsonConvert_DeserializeXNode_m9D39F1BEE02C611C06C24F5A25CEF8E1FDE89877 (String_t* ___value0, String_t* ___deserializeRootElementName1, bool ___writeArrayAttribute2, const RuntimeMethod* method) ;
// System.Xml.Linq.XDocument Newtonsoft.Json.JsonConvert::DeserializeXNode(System.String,System.String,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XDocument_tFD643046CAF39623C3D8AA1693390D5EE08E82F1* JsonConvert_DeserializeXNode_m871CF5440374D67AB65433FC6AEE3DE8E74641B0 (String_t* ___value0, String_t* ___deserializeRootElementName1, bool ___writeArrayAttribute2, bool ___encodeSpecialCharacters3, const RuntimeMethod* method) ;
// System.Boolean System.Type::op_Equality(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7 (Type_t* ___left0, Type_t* ___right1, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonConverterAttribute::.ctor(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonConverterAttribute__ctor_mC49DD719FDF77A863367D49B709A7ECF38D02753 (JsonConverterAttribute_t8A0F4E46EC010D3F56F2CE55882AB58B0A2D9B44* __this, Type_t* ___converterType0, const RuntimeMethod* method) ;
// System.Void System.Collections.ObjectModel.Collection`1<Newtonsoft.Json.JsonConverter>::.ctor()
inline void Collection_1__ctor_mB0C148A764CAA17F7190EBD287C9925ADD0F2D15 (Collection_1_t7961B8923F0E801A9FD6B5E01E1FBB05580AEF9F* __this, const RuntimeMethod* method)
{
(( void (*) (Collection_1_t7961B8923F0E801A9FD6B5E01E1FBB05580AEF9F*, const RuntimeMethod*))Collection_1__ctor_m82A329DF46E01C30AB3FF7AFA314E3CE05945220_gshared)(__this, method);
}
// System.Void System.Exception::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m203319D1EA1274689B380A947B4ADC8445662B8F (Exception_t* __this, const RuntimeMethod* method) ;
// System.Void System.Exception::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F (Exception_t* __this, String_t* ___message0, const RuntimeMethod* method) ;
// System.Void System.Exception::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m9BC141AAB08F47C34B7ED40C1A6C0C1ADDEC5CB3 (Exception_t* __this, String_t* ___message0, Exception_t* ___innerException1, const RuntimeMethod* method) ;
// System.Void System.Exception::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m412D5FC4D69035738F1DB88FD771ABD6B0E9E120 (Exception_t* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___info0, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___context1, const RuntimeMethod* method) ;
// System.String Newtonsoft.Json.JsonPosition::FormatMessage(Newtonsoft.Json.IJsonLineInfo,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonPosition_FormatMessage_m75AF225DE2E1664B976DAA52E080571CC36E51E5 (RuntimeObject* ___lineInfo0, String_t* ___path1, String_t* ___message2, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonException__ctor_m29A7A39A820BD2EFF57EC051CB305B86C4B81FA9 (JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD* __this, String_t* ___message0, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonExtensionDataAttribute::set_WriteData(System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonExtensionDataAttribute_set_WriteData_mDF516C304D65CDAB9EDE6FFA7F69C1BFAD02F564_inline (JsonExtensionDataAttribute_tF492B4EC51E6325C4CA761F373861202B4F9035E* __this, bool ___value0, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonExtensionDataAttribute::set_ReadData(System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonExtensionDataAttribute_set_ReadData_m4C4681A75042DE8C8A35380154BE3A870AD78D1D_inline (JsonExtensionDataAttribute_tF492B4EC51E6325C4CA761F373861202B4F9035E* __this, bool ___value0, const RuntimeMethod* method) ;
// T System.Nullable`1<Newtonsoft.Json.MissingMemberHandling>::GetValueOrDefault()
inline int32_t Nullable_1_GetValueOrDefault_mACE47F9047FB1C65BA59F55A476885C39041B88F_inline (Nullable_1_t776B72BEFF6E3E2D489C4C6D855C89139D6B4CA4* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Nullable_1_t776B72BEFF6E3E2D489C4C6D855C89139D6B4CA4*, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m26287DBB36429B2E2FBCB3F96F439248F8CAA8BB_gshared_inline)(__this, method);
}
// System.Void System.Nullable`1<Newtonsoft.Json.MissingMemberHandling>::.ctor(T)
inline void Nullable_1__ctor_mAC9E0A4276EB00B8BB8CBD659D18982B9D9B58CF (Nullable_1_t776B72BEFF6E3E2D489C4C6D855C89139D6B4CA4* __this, int32_t ___value0, const RuntimeMethod* method)
{
(( void (*) (Nullable_1_t776B72BEFF6E3E2D489C4C6D855C89139D6B4CA4*, int32_t, const RuntimeMethod*))Nullable_1__ctor_m5100B58428BDAD8C79F3D8576B0C2E1D4F3924EB_gshared)(__this, ___value0, method);
}
// T System.Nullable`1<Newtonsoft.Json.NullValueHandling>::GetValueOrDefault()
inline int32_t Nullable_1_GetValueOrDefault_m07AC0F595CD362F4553AC56EC0AC8D2C5685C238_inline (Nullable_1_tA1B6210C1924173AEFE9AF8FBDD3BA856E74A790* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Nullable_1_tA1B6210C1924173AEFE9AF8FBDD3BA856E74A790*, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m26287DBB36429B2E2FBCB3F96F439248F8CAA8BB_gshared_inline)(__this, method);
}
// System.Void System.Nullable`1<Newtonsoft.Json.NullValueHandling>::.ctor(T)
inline void Nullable_1__ctor_mD1FB6279D3F0551989DE961B3C939626CC2C2F03 (Nullable_1_tA1B6210C1924173AEFE9AF8FBDD3BA856E74A790* __this, int32_t ___value0, const RuntimeMethod* method)
{
(( void (*) (Nullable_1_tA1B6210C1924173AEFE9AF8FBDD3BA856E74A790*, int32_t, const RuntimeMethod*))Nullable_1__ctor_m5100B58428BDAD8C79F3D8576B0C2E1D4F3924EB_gshared)(__this, ___value0, method);
}
// T System.Nullable`1<Newtonsoft.Json.Required>::GetValueOrDefault()
inline int32_t Nullable_1_GetValueOrDefault_mF22045A8476B347EC854FCEDE563FBB4ADAFA610_inline (Nullable_1_t0ED183EB9E50B714F9A282F07935579F070B562B* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Nullable_1_t0ED183EB9E50B714F9A282F07935579F070B562B*, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m26287DBB36429B2E2FBCB3F96F439248F8CAA8BB_gshared_inline)(__this, method);
}
// System.Void System.Nullable`1<Newtonsoft.Json.Required>::.ctor(T)
inline void Nullable_1__ctor_mFA90D3C0605F390FD7DF6DE19337747E4AF595F8 (Nullable_1_t0ED183EB9E50B714F9A282F07935579F070B562B* __this, int32_t ___value0, const RuntimeMethod* method)
{
(( void (*) (Nullable_1_t0ED183EB9E50B714F9A282F07935579F070B562B*, int32_t, const RuntimeMethod*))Nullable_1__ctor_m5100B58428BDAD8C79F3D8576B0C2E1D4F3924EB_gshared)(__this, ___value0, method);
}
// System.Void Newtonsoft.Json.JsonObjectAttribute::set_MemberSerialization(Newtonsoft.Json.MemberSerialization)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonObjectAttribute_set_MemberSerialization_m241046E598051AB3A18948986659C085B905C8BF_inline (JsonObjectAttribute_tF1A0A8D30875A7ECC57B4B2D52C684D61D2038B9* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Boolean Newtonsoft.Json.JsonPosition::TypeHasIndex(Newtonsoft.Json.JsonContainerType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonPosition_TypeHasIndex_mB313070DC0E35C9437E344F50D068192F1DF557E (int32_t ___type0, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonPosition::.ctor(Newtonsoft.Json.JsonContainerType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonPosition__ctor_mB2A076189BFC7885AA7876D42D0A612A1119AC90 (JsonPosition_t7788656A280615072710710E8C15D23285850E8E* __this, int32_t ___type0, const RuntimeMethod* method) ;
// System.Int32 Newtonsoft.Json.Utilities.MathUtils::IntLength(System.UInt64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MathUtils_IntLength_mBAFEF09419CEA67F2644A0723D668BE4E6400DE0 (uint64_t ___i0, const RuntimeMethod* method) ;
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* __this, String_t* ___paramName0, const RuntimeMethod* method) ;
// System.Int32 Newtonsoft.Json.JsonPosition::CalculateLength()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonPosition_CalculateLength_mF8830A4B38109D0C9EBA7F90CF1DFB70B7E08BA1 (JsonPosition_t7788656A280615072710710E8C15D23285850E8E* __this, const RuntimeMethod* method) ;
// System.Int32 System.String::IndexOfAny(System.Char[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_mC7AA4AE42B38667BDB9B214AA6230F322306CFF6 (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___anyOf0, const RuntimeMethod* method) ;
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D (StringBuilder_t* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Void System.IO.StringWriter::.ctor(System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringWriter__ctor_mF38CB8046B79DEF523E427B7F41CA3135671D0C8 (StringWriter_tF48052BE4F980E5C85403221E835768E4156267D* __this, StringBuilder_t* ___sb0, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.Utilities.JavaScriptUtils::WriteEscapedJavaScriptString(System.IO.TextWriter,System.String,System.Char,System.Boolean,System.Boolean[],Newtonsoft.Json.StringEscapeHandling,Newtonsoft.Json.IArrayPool`1<System.Char>,System.Char[]&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JavaScriptUtils_WriteEscapedJavaScriptString_m9338E7B75DEE50EF9042E3B8D83B6BAE947F264C (TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___writer0, String_t* ___s1, Il2CppChar ___delimiter2, bool ___appendDelimiters3, BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* ___charEscapeFlags4, int32_t ___stringEscapeHandling5, RuntimeObject* ___bufferPool6, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB** ___writeBuffer7, const RuntimeMethod* method) ;
// System.Int32 System.Text.StringBuilder::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8 (StringBuilder_t* __this, const RuntimeMethod* method) ;
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1 (StringBuilder_t* __this, Il2CppChar ___value0, const RuntimeMethod* method) ;
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m283B617AC29FB0DD6F3A7D8C01D385C25A5F0FAA (StringBuilder_t* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonPosition::WriteTo(System.Text.StringBuilder,System.IO.StringWriter&,System.Char[]&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonPosition_WriteTo_mA761FD061652E496F6CF2F0DA371C471D66DAA50 (JsonPosition_t7788656A280615072710710E8C15D23285850E8E* __this, StringBuilder_t* ___sb0, StringWriter_tF48052BE4F980E5C85403221E835768E4156267D** ___writer1, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB** ___buffer2, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1<Newtonsoft.Json.JsonPosition>::get_Item(System.Int32)
inline JsonPosition_t7788656A280615072710710E8C15D23285850E8E List_1_get_Item_mB3CCB539CB5CCFC5C7C20F312FB7BC4EF69F8D75 (List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB* __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( JsonPosition_t7788656A280615072710710E8C15D23285850E8E (*) (List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB*, int32_t, const RuntimeMethod*))List_1_get_Item_mB3CCB539CB5CCFC5C7C20F312FB7BC4EF69F8D75_gshared)(__this, ___index0, method);
}
// System.Int32 System.Collections.Generic.List`1<Newtonsoft.Json.JsonPosition>::get_Count()
inline int32_t List_1_get_Count_m00C7B09127FBADCF02F7C159E1802727A35E6BAC_inline (List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB*, const RuntimeMethod*))List_1_get_Count_m00C7B09127FBADCF02F7C159E1802727A35E6BAC_gshared_inline)(__this, method);
}
// System.Boolean System.Nullable`1<Newtonsoft.Json.JsonPosition>::get_HasValue()
inline bool Nullable_1_get_HasValue_mA301CEEE514E90D0BDED5AB7113CD25FA2B87764_inline (Nullable_1_t6F19C42FD83BED6834BC983208EBC13002F098AF* __this, const RuntimeMethod* method)
{
return (( bool (*) (Nullable_1_t6F19C42FD83BED6834BC983208EBC13002F098AF*, const RuntimeMethod*))Nullable_1_get_HasValue_mA301CEEE514E90D0BDED5AB7113CD25FA2B87764_gshared_inline)(__this, method);
}
// T System.Nullable`1<Newtonsoft.Json.JsonPosition>::GetValueOrDefault()
inline JsonPosition_t7788656A280615072710710E8C15D23285850E8E Nullable_1_GetValueOrDefault_m144FF59A57ED81B7EEFE2196D199312B1C11116B_inline (Nullable_1_t6F19C42FD83BED6834BC983208EBC13002F098AF* __this, const RuntimeMethod* method)
{
return (( JsonPosition_t7788656A280615072710710E8C15D23285850E8E (*) (Nullable_1_t6F19C42FD83BED6834BC983208EBC13002F098AF*, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m144FF59A57ED81B7EEFE2196D199312B1C11116B_gshared_inline)(__this, method);
}
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<Newtonsoft.Json.JsonPosition>::GetEnumerator()
inline Enumerator_t6E468DD51964B6FD4E8A8E789F16809147F786C7 List_1_GetEnumerator_m4933F8F56650B1B27A0634EA8D78D53CE60592A8 (List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB* __this, const RuntimeMethod* method)
{
return (( Enumerator_t6E468DD51964B6FD4E8A8E789F16809147F786C7 (*) (List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB*, const RuntimeMethod*))List_1_GetEnumerator_m4933F8F56650B1B27A0634EA8D78D53CE60592A8_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1/Enumerator<Newtonsoft.Json.JsonPosition>::Dispose()
inline void Enumerator_Dispose_mE5682592A4C7633F7C0429185AF8C9A8E1F45032 (Enumerator_t6E468DD51964B6FD4E8A8E789F16809147F786C7* __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t6E468DD51964B6FD4E8A8E789F16809147F786C7*, const RuntimeMethod*))Enumerator_Dispose_mE5682592A4C7633F7C0429185AF8C9A8E1F45032_gshared)(__this, method);
}
// T System.Collections.Generic.List`1/Enumerator<Newtonsoft.Json.JsonPosition>::get_Current()
inline JsonPosition_t7788656A280615072710710E8C15D23285850E8E Enumerator_get_Current_mCAB5474BEFF16443260F5AD82F94FF5379C4FC8B_inline (Enumerator_t6E468DD51964B6FD4E8A8E789F16809147F786C7* __this, const RuntimeMethod* method)
{
return (( JsonPosition_t7788656A280615072710710E8C15D23285850E8E (*) (Enumerator_t6E468DD51964B6FD4E8A8E789F16809147F786C7*, const RuntimeMethod*))Enumerator_get_Current_mCAB5474BEFF16443260F5AD82F94FF5379C4FC8B_gshared_inline)(__this, method);
}
// System.Boolean System.Collections.Generic.List`1/Enumerator<Newtonsoft.Json.JsonPosition>::MoveNext()
inline bool Enumerator_MoveNext_m8069E98A1A2B4BB180C9234F1C456DEC0C1E07A9 (Enumerator_t6E468DD51964B6FD4E8A8E789F16809147F786C7* __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_t6E468DD51964B6FD4E8A8E789F16809147F786C7*, const RuntimeMethod*))Enumerator_MoveNext_m8069E98A1A2B4BB180C9234F1C456DEC0C1E07A9_gshared)(__this, method);
}
// System.String System.Environment::get_NewLine()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_get_NewLine_m86172FA1FF2F93F740EFB5760938B35750DD35C0 (const RuntimeMethod* method) ;
// System.Boolean System.String::EndsWith(System.String,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EndsWith_m5E5D307CA6AEB7C08CE782B4693B19D07ADC9075 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method) ;
// System.String System.String::Trim()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5 (String_t* __this, const RuntimeMethod* method) ;
// System.Boolean Newtonsoft.Json.Utilities.StringUtils::EndsWith(System.String,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringUtils_EndsWith_m8FD5FEB9B03E967BB1206296DE2D6D19465BB432 (String_t* ___source0, Il2CppChar ___value1, const RuntimeMethod* method) ;
// System.String Newtonsoft.Json.Utilities.StringUtils::FormatWith(System.String,System.IFormatProvider,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringUtils_FormatWith_m95C836F93B24FE52E5E5B8AFD3B04822296BE501 (String_t* ___format0, RuntimeObject* ___provider1, RuntimeObject* ___arg02, RuntimeObject* ___arg13, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF (RuntimeArray* ___array0, RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 ___fldHandle1, const RuntimeMethod* method) ;
// T System.Nullable`1<Newtonsoft.Json.DefaultValueHandling>::GetValueOrDefault()
inline int32_t Nullable_1_GetValueOrDefault_m0C55109738A0466299155BBBC14A07FE27CA821B_inline (Nullable_1_t4DEE77C12DDAF72BAE2A1FA8A8736FC478D721E8* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Nullable_1_t4DEE77C12DDAF72BAE2A1FA8A8736FC478D721E8*, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m26287DBB36429B2E2FBCB3F96F439248F8CAA8BB_gshared_inline)(__this, method);
}
// System.Void System.Nullable`1<Newtonsoft.Json.DefaultValueHandling>::.ctor(T)
inline void Nullable_1__ctor_m8F6C054B6FB0738037A85A8EB926CE128A4DB8D7 (Nullable_1_t4DEE77C12DDAF72BAE2A1FA8A8736FC478D721E8* __this, int32_t ___value0, const RuntimeMethod* method)
{
(( void (*) (Nullable_1_t4DEE77C12DDAF72BAE2A1FA8A8736FC478D721E8*, int32_t, const RuntimeMethod*))Nullable_1__ctor_m5100B58428BDAD8C79F3D8576B0C2E1D4F3924EB_gshared)(__this, ___value0, method);
}
// T System.Nullable`1<Newtonsoft.Json.ObjectCreationHandling>::GetValueOrDefault()
inline int32_t Nullable_1_GetValueOrDefault_m0ED2F3B02B35A18E62A05617A7E9F1121183706B_inline (Nullable_1_t5ECEC9E2B3F1C050A3E9EC928487DD5C9AB0996D* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Nullable_1_t5ECEC9E2B3F1C050A3E9EC928487DD5C9AB0996D*, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m26287DBB36429B2E2FBCB3F96F439248F8CAA8BB_gshared_inline)(__this, method);
}
// System.Void System.Nullable`1<Newtonsoft.Json.ObjectCreationHandling>::.ctor(T)
inline void Nullable_1__ctor_m521C1A6B6969A1E89E06FB50F58582B8748EEBCE (Nullable_1_t5ECEC9E2B3F1C050A3E9EC928487DD5C9AB0996D* __this, int32_t ___value0, const RuntimeMethod* method)
{
(( void (*) (Nullable_1_t5ECEC9E2B3F1C050A3E9EC928487DD5C9AB0996D*, int32_t, const RuntimeMethod*))Nullable_1__ctor_m5100B58428BDAD8C79F3D8576B0C2E1D4F3924EB_gshared)(__this, ___value0, method);
}
// T System.Nullable`1<System.Int32>::GetValueOrDefault()
inline int32_t Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_inline (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28*, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_gshared_inline)(__this, method);
}
// System.Void System.Nullable`1<System.Int32>::.ctor(T)
inline void Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703 (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, int32_t ___value0, const RuntimeMethod* method)
{
(( void (*) (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28*, int32_t, const RuntimeMethod*))Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703_gshared)(__this, ___value0, method);
}
// System.Void Newtonsoft.Json.JsonPropertyAttribute::set_PropertyName(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonPropertyAttribute_set_PropertyName_m85DD25DB8B7E955976936D0F602507546C3B5EF1_inline (JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Threading.Tasks.Task`1<T> Newtonsoft.Json.Utilities.AsyncUtils::CancelIfRequestedAsync<System.Boolean>(System.Threading.CancellationToken)
inline Task_1_t824317F4B958F7512E8F7300511752937A6C6043* AsyncUtils_CancelIfRequestedAsync_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_m0BE0A0F0A604699495AE7ED000079C091D56806D (CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
return (( Task_1_t824317F4B958F7512E8F7300511752937A6C6043* (*) (CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED, const RuntimeMethod*))AsyncUtils_CancelIfRequestedAsync_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_m0BE0A0F0A604699495AE7ED000079C091D56806D_gshared)(___cancellationToken0, method);
}
// System.Threading.Tasks.Task`1<System.Boolean> Newtonsoft.Json.Utilities.AsyncUtils::ToAsync(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t824317F4B958F7512E8F7300511752937A6C6043* AsyncUtils_ToAsync_m08F1914455B901A0980630E55C0259C2505B78DF (bool ___value0, const RuntimeMethod* method) ;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 AsyncTaskMethodBuilder_Create_m84CBB9FB50A2D132B0A549652557CBE01867A82B (const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<Newtonsoft.Json.JsonReader/<SkipAsync>d__1>(TStateMachine&)
inline void AsyncTaskMethodBuilder_Start_TisU3CSkipAsyncU3Ed__1_t8F0C7302F4FE7641CABDA0B29B9662FC16F8043B_mC343C975C8C0C89C65DD2695F8897E6E9FDFBDAD (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CSkipAsyncU3Ed__1_t8F0C7302F4FE7641CABDA0B29B9662FC16F8043B* ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CSkipAsyncU3Ed__1_t8F0C7302F4FE7641CABDA0B29B9662FC16F8043B*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CSkipAsyncU3Ed__1_t8F0C7302F4FE7641CABDA0B29B9662FC16F8043B_mC343C975C8C0C89C65DD2695F8897E6E9FDFBDAD_gshared)(__this, ___stateMachine0, method);
}
// System.Threading.Tasks.Task System.Runtime.CompilerServices.AsyncTaskMethodBuilder::get_Task()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* AsyncTaskMethodBuilder_get_Task_mE9125D5F8B96F26D1BA5A5347ED82669521C7F9E (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<Newtonsoft.Json.JsonReader/<ReaderReadAndAssertAsync>d__2>(TStateMachine&)
inline void AsyncTaskMethodBuilder_Start_TisU3CReaderReadAndAssertAsyncU3Ed__2_t572869D71BE3CF3C23B194BFCEB3CEF33199EDD7_m98B8ACE5791208DA5DF91AE70F3E246982D5AA78 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CReaderReadAndAssertAsyncU3Ed__2_t572869D71BE3CF3C23B194BFCEB3CEF33199EDD7* ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CReaderReadAndAssertAsyncU3Ed__2_t572869D71BE3CF3C23B194BFCEB3CEF33199EDD7*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CReaderReadAndAssertAsyncU3Ed__2_t572869D71BE3CF3C23B194BFCEB3CEF33199EDD7_m98B8ACE5791208DA5DF91AE70F3E246982D5AA78_gshared)(__this, ___stateMachine0, method);
}
// System.Threading.Tasks.Task`1<T> Newtonsoft.Json.Utilities.AsyncUtils::CancelIfRequestedAsync<System.Nullable`1<System.Boolean>>(System.Threading.CancellationToken)
inline Task_1_t73C2C5C7202C39C9ED1CE9CD750B63BD7B0705D0* AsyncUtils_CancelIfRequestedAsync_TisNullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01_m5C134D81251FFB53F2E07905783FFE23C9720290 (CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
return (( Task_1_t73C2C5C7202C39C9ED1CE9CD750B63BD7B0705D0* (*) (CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED, const RuntimeMethod*))AsyncUtils_CancelIfRequestedAsync_TisNullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01_m5C134D81251FFB53F2E07905783FFE23C9720290_gshared)(___cancellationToken0, method);
}
// System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromResult<System.Nullable`1<System.Boolean>>(TResult)
inline Task_1_t73C2C5C7202C39C9ED1CE9CD750B63BD7B0705D0* Task_FromResult_TisNullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01_m62701703A02F2C70BDDE013773D197C177A76D25 (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ___result0, const RuntimeMethod* method)
{
return (( Task_1_t73C2C5C7202C39C9ED1CE9CD750B63BD7B0705D0* (*) (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01, const RuntimeMethod*))Task_FromResult_TisNullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01_m62701703A02F2C70BDDE013773D197C177A76D25_gshared)(___result0, method);
}
// System.Threading.Tasks.Task`1<T> Newtonsoft.Json.Utilities.AsyncUtils::CancelIfRequestedAsync<System.Byte[]>(System.Threading.CancellationToken)
inline Task_1_t46575E75F710D631831E756B5DE20429700F6B95* AsyncUtils_CancelIfRequestedAsync_TisByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_m85C3F133ADB699DAA5C9A7253BF4C1054EF7722E (CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
return (( Task_1_t46575E75F710D631831E756B5DE20429700F6B95* (*) (CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED, const RuntimeMethod*))AsyncUtils_CancelIfRequestedAsync_TisRuntimeObject_m7F56109D905F8CD4A65203181543C1D3512CFA40_gshared)(___cancellationToken0, method);
}
// System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromResult<System.Byte[]>(TResult)
inline Task_1_t46575E75F710D631831E756B5DE20429700F6B95* Task_FromResult_TisByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_m67A184CEADCD61CE2F5FDDC6C991AFA5AC6EADCF (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___result0, const RuntimeMethod* method)
{
return (( Task_1_t46575E75F710D631831E756B5DE20429700F6B95* (*) (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, const RuntimeMethod*))Task_FromResult_TisRuntimeObject_mCF2DB27B9C76CBB36764EAAC15108BE463AC3A0A_gshared)(___result0, method);
}
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Byte[]>::Create()
inline AsyncTaskMethodBuilder_1_tF4B144BF5EE52E8AC70FFD31FC2684642AC52B81 AsyncTaskMethodBuilder_1_Create_mC1147FD8ED81E882A7AF119D34FE8082015E0E42 (const RuntimeMethod* method)
{
return (( AsyncTaskMethodBuilder_1_tF4B144BF5EE52E8AC70FFD31FC2684642AC52B81 (*) (const RuntimeMethod*))AsyncTaskMethodBuilder_1_Create_mAFCDBB3F3D94DC87243FAB2D72DD85D1EFB68441_gshared)(method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Byte[]>::Start<Newtonsoft.Json.JsonReader/<ReadArrayIntoByteArrayAsync>d__5>(TStateMachine&)
inline void AsyncTaskMethodBuilder_1_Start_TisU3CReadArrayIntoByteArrayAsyncU3Ed__5_t8D6087A7701FE87C9A96520D4219DCFA8717A94A_mB491AD7CD1C7F015C0608C6D21A6C99DC0BF76C1 (AsyncTaskMethodBuilder_1_tF4B144BF5EE52E8AC70FFD31FC2684642AC52B81* __this, U3CReadArrayIntoByteArrayAsyncU3Ed__5_t8D6087A7701FE87C9A96520D4219DCFA8717A94A* ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_tF4B144BF5EE52E8AC70FFD31FC2684642AC52B81*, U3CReadArrayIntoByteArrayAsyncU3Ed__5_t8D6087A7701FE87C9A96520D4219DCFA8717A94A*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CReadArrayIntoByteArrayAsyncU3Ed__5_t8D6087A7701FE87C9A96520D4219DCFA8717A94A_mCFFD9FF5A9C91DAFF7ABD13B70789ABBB5EEB531_gshared)(__this, ___stateMachine0, method);
}
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Byte[]>::get_Task()
inline Task_1_t46575E75F710D631831E756B5DE20429700F6B95* AsyncTaskMethodBuilder_1_get_Task_mBF376E337D4B5678E2CA85B41B527FA18E340B4A (AsyncTaskMethodBuilder_1_tF4B144BF5EE52E8AC70FFD31FC2684642AC52B81* __this, const RuntimeMethod* method)
{
return (( Task_1_t46575E75F710D631831E756B5DE20429700F6B95* (*) (AsyncTaskMethodBuilder_1_tF4B144BF5EE52E8AC70FFD31FC2684642AC52B81*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_get_Task_mEA092EC6F1324A9D694CF6056FA8583F2A2BDC89_gshared)(__this, method);
}
// System.Threading.Tasks.Task`1<T> Newtonsoft.Json.Utilities.AsyncUtils::CancelIfRequestedAsync<System.Nullable`1<System.DateTime>>(System.Threading.CancellationToken)
inline Task_1_t65DD22766038CC419979FC66D2CFEF60381EE84B* AsyncUtils_CancelIfRequestedAsync_TisNullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC_mF1503CAFB4ECB75C08321BA8A87175321EAD13D8 (CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
return (( Task_1_t65DD22766038CC419979FC66D2CFEF60381EE84B* (*) (CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED, const RuntimeMethod*))AsyncUtils_CancelIfRequestedAsync_TisNullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC_mF1503CAFB4ECB75C08321BA8A87175321EAD13D8_gshared)(___cancellationToken0, method);
}
// System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromResult<System.Nullable`1<System.DateTime>>(TResult)
inline Task_1_t65DD22766038CC419979FC66D2CFEF60381EE84B* Task_FromResult_TisNullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC_m69CD9A801409994D65491523FA9B1540070B36F9 (Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC ___result0, const RuntimeMethod* method)
{
return (( Task_1_t65DD22766038CC419979FC66D2CFEF60381EE84B* (*) (Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC, const RuntimeMethod*))Task_FromResult_TisNullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC_m69CD9A801409994D65491523FA9B1540070B36F9_gshared)(___result0, method);
}
// System.Threading.Tasks.Task`1<T> Newtonsoft.Json.Utilities.AsyncUtils::CancelIfRequestedAsync<System.Nullable`1<System.DateTimeOffset>>(System.Threading.CancellationToken)
inline Task_1_tEFEAE70575CF6F04BF8FB37590483461AC941964* AsyncUtils_CancelIfRequestedAsync_TisNullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B_m8457B8E784541DC204A2F555F8F0AFAC404D4723 (CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
return (( Task_1_tEFEAE70575CF6F04BF8FB37590483461AC941964* (*) (CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED, const RuntimeMethod*))AsyncUtils_CancelIfRequestedAsync_TisNullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B_m8457B8E784541DC204A2F555F8F0AFAC404D4723_gshared)(___cancellationToken0, method);
}
// System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromResult<System.Nullable`1<System.DateTimeOffset>>(TResult)
inline Task_1_tEFEAE70575CF6F04BF8FB37590483461AC941964* Task_FromResult_TisNullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B_m3BFD88181BEA2B5167F3F56F08216724CB40CAF3 (Nullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B ___result0, const RuntimeMethod* method)
{
return (( Task_1_tEFEAE70575CF6F04BF8FB37590483461AC941964* (*) (Nullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B, const RuntimeMethod*))Task_FromResult_TisNullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B_m3BFD88181BEA2B5167F3F56F08216724CB40CAF3_gshared)(___result0, method);
}
// System.Threading.Tasks.Task`1<T> Newtonsoft.Json.Utilities.AsyncUtils::CancelIfRequestedAsync<System.Nullable`1<System.Decimal>>(System.Threading.CancellationToken)
inline Task_1_t1253923251256D5BDFC2FDA8EFF422DBBAB7C239* AsyncUtils_CancelIfRequestedAsync_TisNullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB_m3D9D57E07139ADAECC6F6A834A615CB3F2562220 (CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
return (( Task_1_t1253923251256D5BDFC2FDA8EFF422DBBAB7C239* (*) (CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED, const RuntimeMethod*))AsyncUtils_CancelIfRequestedAsync_TisNullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB_m3D9D57E07139ADAECC6F6A834A615CB3F2562220_gshared)(___cancellationToken0, method);
}
// System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromResult<System.Nullable`1<System.Decimal>>(TResult)
inline Task_1_t1253923251256D5BDFC2FDA8EFF422DBBAB7C239* Task_FromResult_TisNullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB_mF9342CBF3996587A08ABAD58EE43C00D867B8956 (Nullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB ___result0, const RuntimeMethod* method)
{
return (( Task_1_t1253923251256D5BDFC2FDA8EFF422DBBAB7C239* (*) (Nullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB, const RuntimeMethod*))Task_FromResult_TisNullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB_mF9342CBF3996587A08ABAD58EE43C00D867B8956_gshared)(___result0, method);
}
// System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromResult<System.Nullable`1<System.Double>>(TResult)
inline Task_1_tB943B576D2304CD76D3E20C67231C192B2DD0C41* Task_FromResult_TisNullable_1_t6E154519A812D040E3016229CD7638843A2CC165_m923A4852490B89FF607864A0300587D6726EA696 (Nullable_1_t6E154519A812D040E3016229CD7638843A2CC165 ___result0, const RuntimeMethod* method)
{
return (( Task_1_tB943B576D2304CD76D3E20C67231C192B2DD0C41* (*) (Nullable_1_t6E154519A812D040E3016229CD7638843A2CC165, const RuntimeMethod*))Task_FromResult_TisNullable_1_t6E154519A812D040E3016229CD7638843A2CC165_m923A4852490B89FF607864A0300587D6726EA696_gshared)(___result0, method);
}
// System.Threading.Tasks.Task`1<T> Newtonsoft.Json.Utilities.AsyncUtils::CancelIfRequestedAsync<System.Nullable`1<System.Int32>>(System.Threading.CancellationToken)
inline Task_1_t75694119DBB4B68675BB4BAB3E446BA4EE5C91C7* AsyncUtils_CancelIfRequestedAsync_TisNullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28_m9E4A27B6175EE176D36F9CF2BBFCF9C83922F0E8 (CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
return (( Task_1_t75694119DBB4B68675BB4BAB3E446BA4EE5C91C7* (*) (CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED, const RuntimeMethod*))AsyncUtils_CancelIfRequestedAsync_TisNullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28_m9E4A27B6175EE176D36F9CF2BBFCF9C83922F0E8_gshared)(___cancellationToken0, method);
}
// System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromResult<System.Nullable`1<System.Int32>>(TResult)
inline Task_1_t75694119DBB4B68675BB4BAB3E446BA4EE5C91C7* Task_FromResult_TisNullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28_mC2A145C16866E650D05F180A6D824D0D12AB734D (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 ___result0, const RuntimeMethod* method)
{
return (( Task_1_t75694119DBB4B68675BB4BAB3E446BA4EE5C91C7* (*) (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28, const RuntimeMethod*))Task_FromResult_TisNullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28_mC2A145C16866E650D05F180A6D824D0D12AB734D_gshared)(___result0, method);
}
// System.Threading.Tasks.Task`1<T> Newtonsoft.Json.Utilities.AsyncUtils::CancelIfRequestedAsync<System.String>(System.Threading.CancellationToken)
inline Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0* AsyncUtils_CancelIfRequestedAsync_TisString_t_m5C778B02BDF052206FE0BFE2667B70AF9224F2FC (CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
return (( Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0* (*) (CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED, const RuntimeMethod*))AsyncUtils_CancelIfRequestedAsync_TisRuntimeObject_m7F56109D905F8CD4A65203181543C1D3512CFA40_gshared)(___cancellationToken0, method);
}
// System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromResult<System.String>(TResult)
inline Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0* Task_FromResult_TisString_t_mCE9554AC91EE79860B171D4EFD627B46F6688E0C (String_t* ___result0, const RuntimeMethod* method)
{
return (( Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0* (*) (String_t*, const RuntimeMethod*))Task_FromResult_TisRuntimeObject_mCF2DB27B9C76CBB36764EAAC15108BE463AC3A0A_gshared)(___result0, method);
}
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::Create()
inline AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA AsyncTaskMethodBuilder_1_Create_m947F84E9E3C8ACB9A24160F6C3C33BF4D70F1AB1 (const RuntimeMethod* method)
{
return (( AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA (*) (const RuntimeMethod*))AsyncTaskMethodBuilder_1_Create_m947F84E9E3C8ACB9A24160F6C3C33BF4D70F1AB1_gshared)(method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::Start<Newtonsoft.Json.JsonReader/<ReadAndMoveToContentAsync>d__12>(TStateMachine&)
inline void AsyncTaskMethodBuilder_1_Start_TisU3CReadAndMoveToContentAsyncU3Ed__12_t1F39829270AB73E558C8C4636F23E71DA39B90BB_m913376DB40FBCEC2BFDC6CC91A5AE1088348CA3E (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, U3CReadAndMoveToContentAsyncU3Ed__12_t1F39829270AB73E558C8C4636F23E71DA39B90BB* ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA*, U3CReadAndMoveToContentAsyncU3Ed__12_t1F39829270AB73E558C8C4636F23E71DA39B90BB*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CReadAndMoveToContentAsyncU3Ed__12_t1F39829270AB73E558C8C4636F23E71DA39B90BB_m913376DB40FBCEC2BFDC6CC91A5AE1088348CA3E_gshared)(__this, ___stateMachine0, method);
}
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::get_Task()
inline Task_1_t824317F4B958F7512E8F7300511752937A6C6043* AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943 (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, const RuntimeMethod* method)
{
return (( Task_1_t824317F4B958F7512E8F7300511752937A6C6043* (*) (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943_gshared)(__this, method);
}
// System.Threading.Tasks.Task`1<System.Boolean> Newtonsoft.Json.JsonReader::MoveToContentFromNonContentAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t824317F4B958F7512E8F7300511752937A6C6043* JsonReader_MoveToContentFromNonContentAsync_m1543208D58274AAE9640E9AC7902E67AFEDB3A82 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::Start<Newtonsoft.Json.JsonReader/<MoveToContentFromNonContentAsync>d__14>(TStateMachine&)
inline void AsyncTaskMethodBuilder_1_Start_TisU3CMoveToContentFromNonContentAsyncU3Ed__14_t5C1A2CB5DE2F1C4A2764A241B9D8AC115D343A32_m4F7618F7056708D72099608DE95BB11B3AA61D98 (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, U3CMoveToContentFromNonContentAsyncU3Ed__14_t5C1A2CB5DE2F1C4A2764A241B9D8AC115D343A32* ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA*, U3CMoveToContentFromNonContentAsyncU3Ed__14_t5C1A2CB5DE2F1C4A2764A241B9D8AC115D343A32*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CMoveToContentFromNonContentAsyncU3Ed__14_t5C1A2CB5DE2F1C4A2764A241B9D8AC115D343A32_m4F7618F7056708D72099608DE95BB11B3AA61D98_gshared)(__this, ___stateMachine0, method);
}
// System.Boolean System.Nullable`1<System.Int32>::get_HasValue()
inline bool Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_inline (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, const RuntimeMethod* method)
{
return (( bool (*) (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28*, const RuntimeMethod*))Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_gshared_inline)(__this, method);
}
// System.Boolean Newtonsoft.Json.Utilities.JsonTokenUtils::IsStartToken(Newtonsoft.Json.JsonToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonTokenUtils_IsStartToken_m758236BBCA0E9391401D583F690F90CA3FD62D86 (int32_t ___token0, const RuntimeMethod* method) ;
// System.Void System.Nullable`1<Newtonsoft.Json.JsonPosition>::.ctor(T)
inline void Nullable_1__ctor_m0B03CBA79AAC61080D28D9F0334261EDD839ADE4 (Nullable_1_t6F19C42FD83BED6834BC983208EBC13002F098AF* __this, JsonPosition_t7788656A280615072710710E8C15D23285850E8E ___value0, const RuntimeMethod* method)
{
(( void (*) (Nullable_1_t6F19C42FD83BED6834BC983208EBC13002F098AF*, JsonPosition_t7788656A280615072710710E8C15D23285850E8E, const RuntimeMethod*))Nullable_1__ctor_m0B03CBA79AAC61080D28D9F0334261EDD839ADE4_gshared)(__this, ___value0, method);
}
// System.String Newtonsoft.Json.JsonPosition::BuildPath(System.Collections.Generic.List`1<Newtonsoft.Json.JsonPosition>,System.Nullable`1<Newtonsoft.Json.JsonPosition>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonPosition_BuildPath_m86C933B709F74BBD4010E449EFA3B8246E7D2A04 (List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB* ___positions0, Nullable_1_t6F19C42FD83BED6834BC983208EBC13002F098AF ___currentPosition1, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonReader::set_CloseInput(System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonReader_set_CloseInput_m084FA36AC838A9D3CABFF315691DACAFC4CF16BC_inline (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, bool ___value0, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonReader::UpdateScopeWithFinishedValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_UpdateScopeWithFinishedValue_m47A4AC48B061E266CEC273759B2551CEF0718498 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<Newtonsoft.Json.JsonPosition>::.ctor()
inline void List_1__ctor_m5070C1A9568ED848F054CA61F5675752CB1DC0B7 (List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB*, const RuntimeMethod*))List_1__ctor_m5070C1A9568ED848F054CA61F5675752CB1DC0B7_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<Newtonsoft.Json.JsonPosition>::Add(T)
inline void List_1_Add_m34ED5C6C6145CA655718C59A51BEA6FE899B8987_inline (List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB* __this, JsonPosition_t7788656A280615072710710E8C15D23285850E8E ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB*, JsonPosition_t7788656A280615072710710E8C15D23285850E8E, const RuntimeMethod*))List_1_Add_m34ED5C6C6145CA655718C59A51BEA6FE899B8987_gshared_inline)(__this, ___item0, method);
}
// Newtonsoft.Json.JsonReaderException Newtonsoft.Json.JsonReaderException::Create(Newtonsoft.Json.JsonReader,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* ___reader0, String_t* ___message1, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<Newtonsoft.Json.JsonPosition>::RemoveAt(System.Int32)
inline void List_1_RemoveAt_mA428CA46F23CEDC530248D23D088812DF8C98379 (List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB* __this, int32_t ___index0, const RuntimeMethod* method)
{
(( void (*) (List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB*, int32_t, const RuntimeMethod*))List_1_RemoveAt_mA428CA46F23CEDC530248D23D088812DF8C98379_gshared)(__this, ___index0, method);
}
// Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::GetContentToken()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonReader_GetContentToken_m026EA65DC32E069C193963D9A2DB3829F533CEEA (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method) ;
// System.Int32 System.Numerics.BigInteger::op_Explicit(System.Numerics.BigInteger)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigInteger_op_Explicit_m046F008251D35766B0BE64B7C436F4880DB853F7 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___value0, const RuntimeMethod* method) ;
// System.Int32 System.Convert::ToInt32(System.Object,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m2BB2FCE52968B106528283B6E972DCEB875128D9 (RuntimeObject* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) ;
// Newtonsoft.Json.JsonReaderException Newtonsoft.Json.JsonReaderException::Create(Newtonsoft.Json.JsonReader,System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* JsonReaderException_Create_m169AE3AA060086A91BD4C54D1A2A381B410FC855 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* ___reader0, String_t* ___message1, Exception_t* ___ex2, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonReader::SetToken(Newtonsoft.Json.JsonToken,System.Object,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_SetToken_m53C7B4EA9EC9F6D97E7CAC00F96DE6393EFEADEC (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, int32_t ___newToken0, RuntimeObject* ___value1, bool ___updateIndex2, const RuntimeMethod* method) ;
// System.Nullable`1<System.Int32> Newtonsoft.Json.JsonReader::ReadInt32String(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 JsonReader_ReadInt32String_mC88B484FFAD09A2650BC9080CA32FB6E4EF387F2 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, String_t* ___s0, const RuntimeMethod* method) ;
// System.Boolean Newtonsoft.Json.Utilities.StringUtils::IsNullOrEmpty(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringUtils_IsNullOrEmpty_m7BEB87E7D51C30DF1FE699A9FF85F2194006EA8B (String_t* ___value0, const RuntimeMethod* method) ;
// System.Globalization.CultureInfo Newtonsoft.Json.JsonReader::get_Culture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* JsonReader_get_Culture_m99A1BB0CC4F4F6E13A243DBF53132881DE58F7E2 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method) ;
// System.Boolean System.Int32::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int32_TryParse_m3CB3A8252B2254BF929D207AFA9F2CD4DA3E3F79 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, int32_t* ___result3, const RuntimeMethod* method) ;
// System.Boolean Newtonsoft.Json.Utilities.JsonTokenUtils::IsPrimitiveToken(Newtonsoft.Json.JsonToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonTokenUtils_IsPrimitiveToken_m98B1B260A486820D52E43B411B1655C15BFF9AEA (int32_t ___token0, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonReader::ReadIntoWrappedTypeObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_ReadIntoWrappedTypeObject_mAF0B8C23E64E3D2F2DC68A6D99979234CFBDB121 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonReader::ReaderReadAndAssert()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_ReaderReadAndAssert_m8656D7D7DCB4B6C7CC0FA48CFD1DEC0DB38B9C4A (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method) ;
// T[] Newtonsoft.Json.Utilities.CollectionUtils::ArrayEmpty<System.Byte>()
inline ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* CollectionUtils_ArrayEmpty_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mD02E1E6761052BEF37759A7241CBC15C3F7A904F_inline (const RuntimeMethod* method)
{
return (( ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* (*) (const RuntimeMethod*))CollectionUtils_ArrayEmpty_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mD02E1E6761052BEF37759A7241CBC15C3F7A904F_gshared_inline)(method);
}
// System.Boolean Newtonsoft.Json.Utilities.ConvertUtils::TryConvertGuid(System.String,System.Guid&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConvertUtils_TryConvertGuid_m86DFDDDFDB55FAFBFDB6E5228FC348015510AA8F (String_t* ___s0, Guid_t* ___g1, const RuntimeMethod* method) ;
// System.Byte[] System.Guid::ToByteArray()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* Guid_ToByteArray_m6EBFB2F42D3760D9143050A3A8ED03F085F3AFE9 (Guid_t* __this, const RuntimeMethod* method) ;
// System.Byte[] System.Convert::FromBase64String(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* Convert_FromBase64String_m421F8600CA5124E047E3D7C2BC1B653F67BC48A1 (String_t* ___s0, const RuntimeMethod* method) ;
// System.Byte[] Newtonsoft.Json.JsonReader::ReadArrayIntoByteArray()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* JsonReader_ReadArrayIntoByteArray_mB00AD02B342C511B5BB8BAB5133BE3B153540682 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Byte>::.ctor()
inline void List_1__ctor_mC411581553467A7DB76C06E5E5FCA34E4EC621B9 (List_1_t7D15BE3246500BBF1A24C24DBF963B89A876255B* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t7D15BE3246500BBF1A24C24DBF963B89A876255B*, const RuntimeMethod*))List_1__ctor_mC411581553467A7DB76C06E5E5FCA34E4EC621B9_gshared)(__this, method);
}
// System.Void Newtonsoft.Json.JsonReader::SetToken(Newtonsoft.Json.JsonToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_SetToken_m9CB3201AB80BD12AF5490EE38B0AB1E667D5757B (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, int32_t ___newToken0, const RuntimeMethod* method) ;
// System.Boolean Newtonsoft.Json.JsonReader::ReadArrayElementIntoByteArrayReportDone(System.Collections.Generic.List`1<System.Byte>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonReader_ReadArrayElementIntoByteArrayReportDone_m85666155ACCD9C0478B9FCEFD53C6F44873EFD86 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, List_1_t7D15BE3246500BBF1A24C24DBF963B89A876255B* ___buffer0, const RuntimeMethod* method) ;
// T[] System.Collections.Generic.List`1<System.Byte>::ToArray()
inline ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* List_1_ToArray_m23F8BB7CABADC11EBCAB5AB701B75F56C865BE24 (List_1_t7D15BE3246500BBF1A24C24DBF963B89A876255B* __this, const RuntimeMethod* method)
{
return (( ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* (*) (List_1_t7D15BE3246500BBF1A24C24DBF963B89A876255B*, const RuntimeMethod*))List_1_ToArray_m23F8BB7CABADC11EBCAB5AB701B75F56C865BE24_gshared)(__this, method);
}
// System.Byte System.Convert::ToByte(System.Object,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m14B0CC84A400FBCED7E0A13FE69950A4F7C091FD (RuntimeObject* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Byte>::Add(T)
inline void List_1_Add_mCF9C36A7DE08AFB2D2EEC76139677E086A6CAD73_inline (List_1_t7D15BE3246500BBF1A24C24DBF963B89A876255B* __this, uint8_t ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t7D15BE3246500BBF1A24C24DBF963B89A876255B*, uint8_t, const RuntimeMethod*))List_1_Add_mCF9C36A7DE08AFB2D2EEC76139677E086A6CAD73_gshared_inline)(__this, ___item0, method);
}
// System.Void System.Nullable`1<System.Double>::.ctor(T)
inline void Nullable_1__ctor_mDE3158DD99CA7E1775A8BA276E428AF808AB8FBF (Nullable_1_t6E154519A812D040E3016229CD7638843A2CC165* __this, double ___value0, const RuntimeMethod* method)
{
(( void (*) (Nullable_1_t6E154519A812D040E3016229CD7638843A2CC165*, double, const RuntimeMethod*))Nullable_1__ctor_mDE3158DD99CA7E1775A8BA276E428AF808AB8FBF_gshared)(__this, ___value0, method);
}
// System.Double System.Numerics.BigInteger::op_Explicit(System.Numerics.BigInteger)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double BigInteger_op_Explicit_m2AE1E0AC2AD93E0A02F65831DA8643B9DEEB99CA (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___value0, const RuntimeMethod* method) ;
// System.Double System.Convert::ToDouble(System.Object,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Convert_ToDouble_mDD0C8022294099032F3EB91C4F6E0D4EEE2A270F (RuntimeObject* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) ;
// System.Nullable`1<System.Double> Newtonsoft.Json.JsonReader::ReadDoubleString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t6E154519A812D040E3016229CD7638843A2CC165 JsonReader_ReadDoubleString_m324284E6D595C592176860D2B67B053713664F0E (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, String_t* ___s0, const RuntimeMethod* method) ;
// System.Boolean System.Double::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Double&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_TryParse_m6038C4DBF1789F1954938FF7F6D3459359CD7718 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, double* ___result3, const RuntimeMethod* method) ;
// System.Boolean System.Numerics.BigInteger::op_Inequality(System.Numerics.BigInteger,System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_op_Inequality_m7E1224F9A051BF8F0DBD1001E931EC3C7F4174BC (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___left0, int64_t ___right1, const RuntimeMethod* method) ;
// System.Boolean System.Convert::ToBoolean(System.Object,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Convert_ToBoolean_mB0FE0EF8913B62A513A8604E24D832B4F5CC9379 (RuntimeObject* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) ;
// System.Nullable`1<System.Boolean> Newtonsoft.Json.JsonReader::ReadBooleanString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 JsonReader_ReadBooleanString_mFFA51C5DFAFDEC91AADCCB70F0EA03BA7A3C81B2 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, String_t* ___s0, const RuntimeMethod* method) ;
// System.Boolean System.Boolean::TryParse(System.String,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Boolean_TryParse_mACDFEB12D4D8B25F9AAA56678FEFC0724D49776F (String_t* ___value0, bool* ___result1, const RuntimeMethod* method) ;
// System.Void System.Nullable`1<System.Decimal>::.ctor(T)
inline void Nullable_1__ctor_mBA16BFEE85735510F7F78085FFF37FEBEB6A2AC7 (Nullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB* __this, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___value0, const RuntimeMethod* method)
{
(( void (*) (Nullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB*, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F, const RuntimeMethod*))Nullable_1__ctor_mBA16BFEE85735510F7F78085FFF37FEBEB6A2AC7_gshared)(__this, ___value0, method);
}
// System.Decimal System.Numerics.BigInteger::op_Explicit(System.Numerics.BigInteger)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F BigInteger_op_Explicit_m7BBDC9C9467637F386A05AE96B834877ECC4ED02 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___value0, const RuntimeMethod* method) ;
// System.Decimal System.Convert::ToDecimal(System.Object,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Convert_ToDecimal_m1CAD30F8AE6C0BE6D4A74023962A6536AA764ADA (RuntimeObject* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) ;
// System.Nullable`1<System.Decimal> Newtonsoft.Json.JsonReader::ReadDecimalString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB JsonReader_ReadDecimalString_mF85AE314BF27C69E910E0BF7BE2BDA25FCEEF686 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, String_t* ___s0, const RuntimeMethod* method) ;
// System.Boolean System.Decimal::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Decimal&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_TryParse_m677E01C2DD4D001D8C73270EE906646DB7615A4B (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* ___result3, const RuntimeMethod* method) ;
// System.Char[] System.String::ToCharArray()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* String_ToCharArray_m0699A92AA3E744229EF29CB9D943C47DF4FE5B46 (String_t* __this, const RuntimeMethod* method) ;
// Newtonsoft.Json.Utilities.ParseResult Newtonsoft.Json.Utilities.ConvertUtils::DecimalTryParse(System.Char[],System.Int32,System.Int32,System.Decimal&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConvertUtils_DecimalTryParse_m5396CD42EBA1E91CD34E86C863794F81C674077F (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___chars0, int32_t ___start1, int32_t ___length2, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* ___value3, const RuntimeMethod* method) ;
// System.DateTime System.DateTimeOffset::get_DateTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTimeOffset_get_DateTime_mDF6DC57E7A5647D8B964D3FD5B6855E7D66EF324 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method) ;
// System.Void System.Nullable`1<System.DateTime>::.ctor(T)
inline void Nullable_1__ctor_mB17304720EA19F5469A4883827F53A75FEB492CF (Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___value0, const RuntimeMethod* method)
{
(( void (*) (Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC*, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D, const RuntimeMethod*))Nullable_1__ctor_mB17304720EA19F5469A4883827F53A75FEB492CF_gshared)(__this, ___value0, method);
}
// System.Nullable`1<System.DateTime> Newtonsoft.Json.JsonReader::ReadDateTimeString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC JsonReader_ReadDateTimeString_m4FF3EBFF0F0493D881BACF474BB4E23B8EAF39C4 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, String_t* ___s0, const RuntimeMethod* method) ;
// Newtonsoft.Json.DateTimeZoneHandling Newtonsoft.Json.JsonReader::get_DateTimeZoneHandling()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonReader_get_DateTimeZoneHandling_m54980577E0FAC72C255619A8971816C4DE07AAA4_inline (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method) ;
// System.Boolean Newtonsoft.Json.Utilities.DateTimeUtils::TryParseDateTime(System.String,Newtonsoft.Json.DateTimeZoneHandling,System.String,System.Globalization.CultureInfo,System.DateTime&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeUtils_TryParseDateTime_m191055AD2AD3975DE504533AF6F0F07486594F53 (String_t* ___s0, int32_t ___dateTimeZoneHandling1, String_t* ___dateFormatString2, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___culture3, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* ___dt4, const RuntimeMethod* method) ;
// System.Boolean System.DateTime::TryParse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_TryParse_mA1B340915FF0BFBFA9BE0D7DBA6B4780B6C9CC8B (String_t* ___s0, RuntimeObject* ___provider1, int32_t ___styles2, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* ___result3, const RuntimeMethod* method) ;
// System.Void System.DateTimeOffset::.ctor(System.DateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_mB1671EA00463E92811C8DEA80797DC89B2FFCA62 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dateTime0, const RuntimeMethod* method) ;
// System.Void System.Nullable`1<System.DateTimeOffset>::.ctor(T)
inline void Nullable_1__ctor_mDA82F73205B49CB1E147CB683AA4A7F401AC35AF (Nullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B* __this, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___value0, const RuntimeMethod* method)
{
(( void (*) (Nullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B*, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4, const RuntimeMethod*))Nullable_1__ctor_mDA82F73205B49CB1E147CB683AA4A7F401AC35AF_gshared)(__this, ___value0, method);
}
// System.Nullable`1<System.DateTimeOffset> Newtonsoft.Json.JsonReader::ReadDateTimeOffsetString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B JsonReader_ReadDateTimeOffsetString_mA98E55BB14501C2528F2170F8FE5F3007B0EE9B3 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, String_t* ___s0, const RuntimeMethod* method) ;
// System.Boolean Newtonsoft.Json.Utilities.DateTimeUtils::TryParseDateTimeOffset(System.String,System.String,System.Globalization.CultureInfo,System.DateTimeOffset&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeUtils_TryParseDateTimeOffset_mEDD80F223DF51052E84B616DC6A922FAC3E9AF8E (String_t* ___s0, String_t* ___dateFormatString1, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___culture2, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* ___dt3, const RuntimeMethod* method) ;
// System.Boolean System.DateTimeOffset::TryParse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeOffset_TryParse_m81879D41FDD9FE0BB4CF9529290560ECB5AFA0AB (String_t* ___input0, RuntimeObject* ___formatProvider1, int32_t ___styles2, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* ___result3, const RuntimeMethod* method) ;
// Newtonsoft.Json.JsonReaderException Newtonsoft.Json.JsonReader::CreateUnexpectedEndException()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* JsonReader_CreateUnexpectedEndException_m990A0BF68A99C9BEF63C7B79654C12699612790A (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method) ;
// System.Boolean System.String::op_Equality(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0 (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method) ;
// System.Boolean System.String::StartsWith(System.String,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_mA2A4405B1B9F3653A6A9AA7F223F68D86A0C6264 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonReader::Push(Newtonsoft.Json.JsonContainerType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_Push_mF0F4F11224139B36E63CF369F8D0043C5FEC7759 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonReader::ValidateEnd(Newtonsoft.Json.JsonToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_ValidateEnd_mE6C8BAFA18ACFD014745A9CB8B294E07A3F2504E (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, int32_t ___endToken0, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonReader::SetPostValueState(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_SetPostValueState_m72D637D843644ACBDF948EC84FCB77510B7D87DB (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, bool ___updateIndex0, const RuntimeMethod* method) ;
// Newtonsoft.Json.JsonContainerType Newtonsoft.Json.JsonReader::Peek()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonReader_Peek_m55B105CCB8DCA5378EA492FF96BC3ED4F4AFD5F3 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method) ;
// System.Boolean Newtonsoft.Json.JsonReader::get_SupportMultipleContent()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool JsonReader_get_SupportMultipleContent_m28769E9E99495F868A23A8F6BDF5CB90D9B792B6_inline (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonReader::SetFinished()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_SetFinished_mAE30671BDCD13311CB2C99684735E435A57F288E (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method) ;
// Newtonsoft.Json.JsonContainerType Newtonsoft.Json.JsonReader::Pop()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonReader_Pop_m8FC04F9ED04088581ACC3BD9BF97595E9337608B (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method) ;
// Newtonsoft.Json.JsonContainerType Newtonsoft.Json.JsonReader::GetTypeForCloseToken(Newtonsoft.Json.JsonToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonReader_GetTypeForCloseToken_m184FEDCE4797DB95600F26BAC386E11C5D977470 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, int32_t ___token0, const RuntimeMethod* method) ;
// System.Void System.GC::SuppressFinalize(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m3352E2F2119EB46913B51B7AAE2F217C63C35F2A (RuntimeObject* ___obj0, const RuntimeMethod* method) ;
// System.Boolean Newtonsoft.Json.JsonReader::ReadForType(Newtonsoft.Json.Serialization.JsonContract,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonReader_ReadForType_m6F484EDB33D339FBCDC478E106012393E89958CE (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* ___contract0, bool ___hasConverter1, const RuntimeMethod* method) ;
// System.Boolean Newtonsoft.Json.JsonReader::ReadAndMoveToContent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonReader_ReadAndMoveToContent_mFE15149891478B519F84C2CE34BF0138F7903E7A (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method) ;
// System.Type Newtonsoft.Json.Serialization.JsonContract::get_UnderlyingType()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* JsonContract_get_UnderlyingType_mD9A37A6619D3F541F77C3E09ED8242511AFCBEB7_inline (JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* __this, const RuntimeMethod* method) ;
// System.Void System.ArgumentOutOfRangeException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mB596C51BFA864B65C2CED275458FAE90F7CD29C9 (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* __this, const RuntimeMethod* method) ;
// System.Boolean Newtonsoft.Json.JsonReader::MoveToContent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonReader_MoveToContent_mFDA4EC684017D33858E3077205F8DFFDFDC38B24 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method) ;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<TResult> System.Threading.Tasks.Task`1<System.Boolean>::ConfigureAwait(System.Boolean)
inline ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA (Task_1_t824317F4B958F7512E8F7300511752937A6C6043* __this, bool ___continueOnCapturedContext0, const RuntimeMethod* method)
{
return (( ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C (*) (Task_1_t824317F4B958F7512E8F7300511752937A6C6043*, bool, const RuntimeMethod*))Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA_gshared)(__this, ___continueOnCapturedContext0, method);
}
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Boolean>::GetAwaiter()
inline ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_inline (ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C* __this, const RuntimeMethod* method)
{
return (( ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 (*) (ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C*, const RuntimeMethod*))ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_gshared_inline)(__this, method);
}
// System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean>::get_IsCompleted()
inline bool ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190 (ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* __this, const RuntimeMethod* method)
{
return (( bool (*) (ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4*, const RuntimeMethod*))ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190_gshared)(__this, method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean>,Newtonsoft.Json.JsonReader/<SkipAsync>d__1>(TAwaiter&,TStateMachine&)
inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CSkipAsyncU3Ed__1_t8F0C7302F4FE7641CABDA0B29B9662FC16F8043B_m45C4C8BF33EAA9D63CA9D276CDC7A88F70942577 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* ___awaiter0, U3CSkipAsyncU3Ed__1_t8F0C7302F4FE7641CABDA0B29B9662FC16F8043B* ___stateMachine1, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4*, U3CSkipAsyncU3Ed__1_t8F0C7302F4FE7641CABDA0B29B9662FC16F8043B*, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CSkipAsyncU3Ed__1_t8F0C7302F4FE7641CABDA0B29B9662FC16F8043B_m45C4C8BF33EAA9D63CA9D276CDC7A88F70942577_gshared)(__this, ___awaiter0, ___stateMachine1, method);
}
// TResult System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean>::GetResult()
inline bool ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B (ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* __this, const RuntimeMethod* method)
{
return (( bool (*) (ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4*, const RuntimeMethod*))ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B_gshared)(__this, method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::SetException(System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_SetException_mBE41863F0571E0177A15731294087DE45E1FC10B (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, Exception_t* ___exception0, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::SetResult()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_SetResult_m76D8B84F0068257C1823B1200B00E58E0C8DDDDE (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonReader/<SkipAsync>d__1::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSkipAsyncU3Ed__1_MoveNext_mE7AAF97E7813E104BA810E5FCA1E389863CEEF55 (U3CSkipAsyncU3Ed__1_t8F0C7302F4FE7641CABDA0B29B9662FC16F8043B* __this, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_SetStateMachine_mE52B5B6B076025592A7AB462E3D26FA434AEB795 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonReader/<SkipAsync>d__1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSkipAsyncU3Ed__1_SetStateMachine_mDFB7C68BEB5AA9BF621CE0A11D0B811739360340 (U3CSkipAsyncU3Ed__1_t8F0C7302F4FE7641CABDA0B29B9662FC16F8043B* __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean>,Newtonsoft.Json.JsonReader/<ReaderReadAndAssertAsync>d__2>(TAwaiter&,TStateMachine&)
inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CReaderReadAndAssertAsyncU3Ed__2_t572869D71BE3CF3C23B194BFCEB3CEF33199EDD7_m4C418EDEC6C525D2B63B8C5B65EDCBA83F9A56A5 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* ___awaiter0, U3CReaderReadAndAssertAsyncU3Ed__2_t572869D71BE3CF3C23B194BFCEB3CEF33199EDD7* ___stateMachine1, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4*, U3CReaderReadAndAssertAsyncU3Ed__2_t572869D71BE3CF3C23B194BFCEB3CEF33199EDD7*, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CReaderReadAndAssertAsyncU3Ed__2_t572869D71BE3CF3C23B194BFCEB3CEF33199EDD7_m4C418EDEC6C525D2B63B8C5B65EDCBA83F9A56A5_gshared)(__this, ___awaiter0, ___stateMachine1, method);
}
// System.Void Newtonsoft.Json.JsonReader/<ReaderReadAndAssertAsync>d__2::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReaderReadAndAssertAsyncU3Ed__2_MoveNext_m48E5D791D5C97A9952A76901708940180F121B28 (U3CReaderReadAndAssertAsyncU3Ed__2_t572869D71BE3CF3C23B194BFCEB3CEF33199EDD7* __this, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonReader/<ReaderReadAndAssertAsync>d__2::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReaderReadAndAssertAsyncU3Ed__2_SetStateMachine_m9397D45291BBC35E428F5FD10F1F263F62155774 (U3CReaderReadAndAssertAsyncU3Ed__2_t572869D71BE3CF3C23B194BFCEB3CEF33199EDD7* __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Byte[]>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean>,Newtonsoft.Json.JsonReader/<ReadArrayIntoByteArrayAsync>d__5>(TAwaiter&,TStateMachine&)
inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CReadArrayIntoByteArrayAsyncU3Ed__5_t8D6087A7701FE87C9A96520D4219DCFA8717A94A_m901B962BFD1D2A4A367CB5BA00305D983C59423E (AsyncTaskMethodBuilder_1_tF4B144BF5EE52E8AC70FFD31FC2684642AC52B81* __this, ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* ___awaiter0, U3CReadArrayIntoByteArrayAsyncU3Ed__5_t8D6087A7701FE87C9A96520D4219DCFA8717A94A* ___stateMachine1, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_tF4B144BF5EE52E8AC70FFD31FC2684642AC52B81*, ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4*, U3CReadArrayIntoByteArrayAsyncU3Ed__5_t8D6087A7701FE87C9A96520D4219DCFA8717A94A*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CReadArrayIntoByteArrayAsyncU3Ed__5_t8D6087A7701FE87C9A96520D4219DCFA8717A94A_m43F64A7DF3FDF0D413B0A274F85FFB265F3A3E59_gshared)(__this, ___awaiter0, ___stateMachine1, method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Byte[]>::SetException(System.Exception)
inline void AsyncTaskMethodBuilder_1_SetException_mF567C6A1FEA33A1EF9F395C24D9CD4095E2B70A6 (AsyncTaskMethodBuilder_1_tF4B144BF5EE52E8AC70FFD31FC2684642AC52B81* __this, Exception_t* ___exception0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_tF4B144BF5EE52E8AC70FFD31FC2684642AC52B81*, Exception_t*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetException_mC2F74B26F5303F9F960965220E2866D777F1A5C6_gshared)(__this, ___exception0, method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Byte[]>::SetResult(TResult)
inline void AsyncTaskMethodBuilder_1_SetResult_mA33666F8F9751DDF31F6C4C22C991E9F4BDA52B0 (AsyncTaskMethodBuilder_1_tF4B144BF5EE52E8AC70FFD31FC2684642AC52B81* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___result0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_tF4B144BF5EE52E8AC70FFD31FC2684642AC52B81*, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetResult_m0D83195F995F9825D7A6DCDC3835D6917C43B5A6_gshared)(__this, ___result0, method);
}
// System.Void Newtonsoft.Json.JsonReader/<ReadArrayIntoByteArrayAsync>d__5::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReadArrayIntoByteArrayAsyncU3Ed__5_MoveNext_mC436FB7881A2F0EF8F7F5FEA1D8B2F543573CD2A (U3CReadArrayIntoByteArrayAsyncU3Ed__5_t8D6087A7701FE87C9A96520D4219DCFA8717A94A* __this, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Byte[]>::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
inline void AsyncTaskMethodBuilder_1_SetStateMachine_mAD061BEAE640C56538A74B398FCF9195BCED98E4 (AsyncTaskMethodBuilder_1_tF4B144BF5EE52E8AC70FFD31FC2684642AC52B81* __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_tF4B144BF5EE52E8AC70FFD31FC2684642AC52B81*, RuntimeObject*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetStateMachine_m3BE54983634ABF5BE05200C7894AD0F9F20BDD65_gshared)(__this, ___stateMachine0, method);
}
// System.Void Newtonsoft.Json.JsonReader/<ReadArrayIntoByteArrayAsync>d__5::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReadArrayIntoByteArrayAsyncU3Ed__5_SetStateMachine_mCD6164EC55986DECDA35E79CEEA99B267C9EDBDC (U3CReadArrayIntoByteArrayAsyncU3Ed__5_t8D6087A7701FE87C9A96520D4219DCFA8717A94A* __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean>,Newtonsoft.Json.JsonReader/<ReadAndMoveToContentAsync>d__12>(TAwaiter&,TStateMachine&)
inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CReadAndMoveToContentAsyncU3Ed__12_t1F39829270AB73E558C8C4636F23E71DA39B90BB_mAC43010194D2FABB1458D02270AD715641A3EBE8 (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* ___awaiter0, U3CReadAndMoveToContentAsyncU3Ed__12_t1F39829270AB73E558C8C4636F23E71DA39B90BB* ___stateMachine1, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA*, ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4*, U3CReadAndMoveToContentAsyncU3Ed__12_t1F39829270AB73E558C8C4636F23E71DA39B90BB*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CReadAndMoveToContentAsyncU3Ed__12_t1F39829270AB73E558C8C4636F23E71DA39B90BB_mAC43010194D2FABB1458D02270AD715641A3EBE8_gshared)(__this, ___awaiter0, ___stateMachine1, method);
}
// System.Threading.Tasks.Task`1<System.Boolean> Newtonsoft.Json.JsonReader::MoveToContentAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t824317F4B958F7512E8F7300511752937A6C6043* JsonReader_MoveToContentAsync_m43D7030E3595C361D2E89E3E1CB4F29F3195FC44 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::SetException(System.Exception)
inline void AsyncTaskMethodBuilder_1_SetException_mB8F5D5EF18A12CBFF3C7D54CE6382DBB1640C0FD (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, Exception_t* ___exception0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA*, Exception_t*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetException_mB8F5D5EF18A12CBFF3C7D54CE6382DBB1640C0FD_gshared)(__this, ___exception0, method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::SetResult(TResult)
inline void AsyncTaskMethodBuilder_1_SetResult_mF21C48FC9CEC24F4E9C5975C54F87BE9CA179046 (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, bool ___result0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA*, bool, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetResult_mF21C48FC9CEC24F4E9C5975C54F87BE9CA179046_gshared)(__this, ___result0, method);
}
// System.Void Newtonsoft.Json.JsonReader/<ReadAndMoveToContentAsync>d__12::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReadAndMoveToContentAsyncU3Ed__12_MoveNext_m2AA70F65CBEE2473596222781F4CE29F5D1E6F5B (U3CReadAndMoveToContentAsyncU3Ed__12_t1F39829270AB73E558C8C4636F23E71DA39B90BB* __this, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
inline void AsyncTaskMethodBuilder_1_SetStateMachine_m9D382E265E211762EDB525CF74EBB7FA21DDDCE8 (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA*, RuntimeObject*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetStateMachine_m9D382E265E211762EDB525CF74EBB7FA21DDDCE8_gshared)(__this, ___stateMachine0, method);
}
// System.Void Newtonsoft.Json.JsonReader/<ReadAndMoveToContentAsync>d__12::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReadAndMoveToContentAsyncU3Ed__12_SetStateMachine_m5F44FCF0B5806576DC9C793698381783BB9F7256 (U3CReadAndMoveToContentAsyncU3Ed__12_t1F39829270AB73E558C8C4636F23E71DA39B90BB* __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean>,Newtonsoft.Json.JsonReader/<MoveToContentFromNonContentAsync>d__14>(TAwaiter&,TStateMachine&)
inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CMoveToContentFromNonContentAsyncU3Ed__14_t5C1A2CB5DE2F1C4A2764A241B9D8AC115D343A32_m0ACBAE60A1C81FC7ED815295B735A185C685061F (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* ___awaiter0, U3CMoveToContentFromNonContentAsyncU3Ed__14_t5C1A2CB5DE2F1C4A2764A241B9D8AC115D343A32* ___stateMachine1, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA*, ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4*, U3CMoveToContentFromNonContentAsyncU3Ed__14_t5C1A2CB5DE2F1C4A2764A241B9D8AC115D343A32*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CMoveToContentFromNonContentAsyncU3Ed__14_t5C1A2CB5DE2F1C4A2764A241B9D8AC115D343A32_m0ACBAE60A1C81FC7ED815295B735A185C685061F_gshared)(__this, ___awaiter0, ___stateMachine1, method);
}
// System.Void Newtonsoft.Json.JsonReader/<MoveToContentFromNonContentAsync>d__14::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CMoveToContentFromNonContentAsyncU3Ed__14_MoveNext_mA51FB37A089887438C1373B9EBE5A62B82FFD755 (U3CMoveToContentFromNonContentAsyncU3Ed__14_t5C1A2CB5DE2F1C4A2764A241B9D8AC115D343A32* __this, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonReader/<MoveToContentFromNonContentAsync>d__14::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CMoveToContentFromNonContentAsyncU3Ed__14_SetStateMachine_mD0927DF18E56760F758A57F247DC01CA402B6FF6 (U3CMoveToContentFromNonContentAsyncU3Ed__14_t5C1A2CB5DE2F1C4A2764A241B9D8AC115D343A32* __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonException__ctor_m133E4DB19926E9CB835F6BDCF47EA910A92252A1 (JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD* __this, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonException::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonException__ctor_mF25D98C588CF67F15BECFB01FEA535FEC0117CB4 (JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD* __this, String_t* ___message0, Exception_t* ___innerException1, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonException__ctor_mF4EA9CF06D3471F221C86E1CF375030528D0090F (JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___info0, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___context1, const RuntimeMethod* method) ;
// Newtonsoft.Json.JsonReaderException Newtonsoft.Json.JsonReaderException::Create(Newtonsoft.Json.IJsonLineInfo,System.String,System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* JsonReaderException_Create_m1D49BD020B13AE5CC07E87B3017BF569680A1667 (RuntimeObject* ___lineInfo0, String_t* ___path1, String_t* ___message2, Exception_t* ___ex3, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonReaderException::.ctor(System.String,System.String,System.Int32,System.Int32,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReaderException__ctor_m512E44BECB687AF69A2718148D4C62525D05FC4D (JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* __this, String_t* ___message0, String_t* ___path1, int32_t ___lineNumber2, int32_t ___linePosition3, Exception_t* ___innerException4, const RuntimeMethod* method) ;
// Newtonsoft.Json.JsonSerializationException Newtonsoft.Json.JsonSerializationException::Create(Newtonsoft.Json.JsonReader,System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonSerializationException_t00F36890DFAC04F2FDE779151340B9C5563612EC* JsonSerializationException_Create_m28BD6FC20D71B942D753262C01C9D33385DC36D9 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* ___reader0, String_t* ___message1, Exception_t* ___ex2, const RuntimeMethod* method) ;
// Newtonsoft.Json.JsonSerializationException Newtonsoft.Json.JsonSerializationException::Create(Newtonsoft.Json.IJsonLineInfo,System.String,System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonSerializationException_t00F36890DFAC04F2FDE779151340B9C5563612EC* JsonSerializationException_Create_m3A0AD591C001E8EC151F2BEA0DF6B930798AE21D (RuntimeObject* ___lineInfo0, String_t* ___path1, String_t* ___message2, Exception_t* ___ex3, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonSerializationException::.ctor(System.String,System.String,System.Int32,System.Int32,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializationException__ctor_m8E5C2984E44AB328C3EDDC40C24F9B5419BDE42F (JsonSerializationException_t00F36890DFAC04F2FDE779151340B9C5563612EC* __this, String_t* ___message0, String_t* ___path1, int32_t ___lineNumber2, int32_t ___linePosition3, Exception_t* ___innerException4, const RuntimeMethod* method) ;
// System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t* Delegate_Combine_m8B9D24CED35033C7FC56501DFE650F5CB7FF012C (Delegate_t* ___a0, Delegate_t* ___b1, const RuntimeMethod* method) ;
// System.Delegate System.Delegate::Remove(System.Delegate,System.Delegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t* Delegate_Remove_m40506877934EC1AD4ADAE57F5E97AF0BC0F96116 (Delegate_t* ___source0, Delegate_t* ___value1, const RuntimeMethod* method) ;
// Newtonsoft.Json.Serialization.IReferenceResolver Newtonsoft.Json.JsonSerializer::GetReferenceResolver()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializer_GetReferenceResolver_m90799FA8F9A70E016947D3DC8C8CF64914A9005F (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, const RuntimeMethod* method) ;
// System.Void System.ArgumentNullException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m6D9C7B47EA708382838B264BA02EBB7576DFA155 (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method) ;
// System.Void System.InvalidOperationException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162 (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* __this, String_t* ___message0, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.Serialization.SerializationBinderAdapter::.ctor(System.Runtime.Serialization.SerializationBinder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationBinderAdapter__ctor_m721DAA586B1E38C52C7E130700058D4B5B07E5C0 (SerializationBinderAdapter_tFBDD37985DAFAC30BC71E67FC1F51A0F354A3F1A* __this, SerializationBinder_tB959BF0F4EF3F8611E5891A7011DD99F9FD69E2A* ___serializationBinder0, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonConverterCollection::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonConverterCollection__ctor_m0C47B6863A198C76E6C4F4D3415E3C426FACE042 (JsonConverterCollection_t6EEC84565C08B14107276B5023CE9E978DFCDF89* __this, const RuntimeMethod* method) ;
// Newtonsoft.Json.Serialization.IContractResolver Newtonsoft.Json.Serialization.DefaultContractResolver::get_Instance()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* DefaultContractResolver_get_Instance_mE3A5B31B25C6A9BA0EF7FD074861AA430F0962F1_inline (const RuntimeMethod* method) ;
// T System.Nullable`1<Newtonsoft.Json.Formatting>::GetValueOrDefault()
inline int32_t Nullable_1_GetValueOrDefault_mD9A1772CD0FEA58D40AB9FF4EF624F8E179FE910_inline (Nullable_1_tAEE2B9C53750E53F9B91B70967290720873E8D3E* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Nullable_1_tAEE2B9C53750E53F9B91B70967290720873E8D3E*, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m26287DBB36429B2E2FBCB3F96F439248F8CAA8BB_gshared_inline)(__this, method);
}
// System.Void System.Nullable`1<Newtonsoft.Json.Formatting>::.ctor(T)
inline void Nullable_1__ctor_m311B57331EECB792DBAD038699DB1623EB04585B (Nullable_1_tAEE2B9C53750E53F9B91B70967290720873E8D3E* __this, int32_t ___value0, const RuntimeMethod* method)
{
(( void (*) (Nullable_1_tAEE2B9C53750E53F9B91B70967290720873E8D3E*, int32_t, const RuntimeMethod*))Nullable_1__ctor_m5100B58428BDAD8C79F3D8576B0C2E1D4F3924EB_gshared)(__this, ___value0, method);
}
// T System.Nullable`1<Newtonsoft.Json.DateFormatHandling>::GetValueOrDefault()
inline int32_t Nullable_1_GetValueOrDefault_m1C4472FB0CB532C4E2EA56AFCF6F7D9E76F35B19_inline (Nullable_1_t4776B8A4D0D52AA8BDCD45E6D7070659326453D2* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Nullable_1_t4776B8A4D0D52AA8BDCD45E6D7070659326453D2*, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m26287DBB36429B2E2FBCB3F96F439248F8CAA8BB_gshared_inline)(__this, method);
}
// System.Void System.Nullable`1<Newtonsoft.Json.DateFormatHandling>::.ctor(T)
inline void Nullable_1__ctor_mEDA931BC5332E8D44357D90737247E83969FFE84 (Nullable_1_t4776B8A4D0D52AA8BDCD45E6D7070659326453D2* __this, int32_t ___value0, const RuntimeMethod* method)
{
(( void (*) (Nullable_1_t4776B8A4D0D52AA8BDCD45E6D7070659326453D2*, int32_t, const RuntimeMethod*))Nullable_1__ctor_m5100B58428BDAD8C79F3D8576B0C2E1D4F3924EB_gshared)(__this, ___value0, method);
}
// System.Boolean System.Nullable`1<Newtonsoft.Json.DateTimeZoneHandling>::get_HasValue()
inline bool Nullable_1_get_HasValue_mC8284E7BC5A0BC5FD0718B6B93B9CD8AA357BB55_inline (Nullable_1_tD88F7E37B65824D38D74608E576D1265E5A2D2B2* __this, const RuntimeMethod* method)
{
return (( bool (*) (Nullable_1_tD88F7E37B65824D38D74608E576D1265E5A2D2B2*, const RuntimeMethod*))Nullable_1_get_HasValue_mB1F55188CDD50D6D725D41F55D2F2540CD15FB20_gshared_inline)(__this, method);
}
// T System.Nullable`1<Newtonsoft.Json.DateTimeZoneHandling>::GetValueOrDefault()
inline int32_t Nullable_1_GetValueOrDefault_mCF737EB39796319BEE4826CD667FAAF67D229CE4_inline (Nullable_1_tD88F7E37B65824D38D74608E576D1265E5A2D2B2* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Nullable_1_tD88F7E37B65824D38D74608E576D1265E5A2D2B2*, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m26287DBB36429B2E2FBCB3F96F439248F8CAA8BB_gshared_inline)(__this, method);
}
// System.Void System.Nullable`1<Newtonsoft.Json.DateTimeZoneHandling>::.ctor(T)
inline void Nullable_1__ctor_m2ED14CBE705E3AD5E0395243C765C128BDC0F930 (Nullable_1_tD88F7E37B65824D38D74608E576D1265E5A2D2B2* __this, int32_t ___value0, const RuntimeMethod* method)
{
(( void (*) (Nullable_1_tD88F7E37B65824D38D74608E576D1265E5A2D2B2*, int32_t, const RuntimeMethod*))Nullable_1__ctor_m5100B58428BDAD8C79F3D8576B0C2E1D4F3924EB_gshared)(__this, ___value0, method);
}
// System.Boolean System.Nullable`1<Newtonsoft.Json.DateParseHandling>::get_HasValue()
inline bool Nullable_1_get_HasValue_mEB8CB060CBB6BC228BA470891E2A8C58E3807AAE_inline (Nullable_1_tDC640D18A54CA8F0A3C74518CBC15D439C8FC228* __this, const RuntimeMethod* method)
{
return (( bool (*) (Nullable_1_tDC640D18A54CA8F0A3C74518CBC15D439C8FC228*, const RuntimeMethod*))Nullable_1_get_HasValue_mB1F55188CDD50D6D725D41F55D2F2540CD15FB20_gshared_inline)(__this, method);
}
// T System.Nullable`1<Newtonsoft.Json.DateParseHandling>::GetValueOrDefault()
inline int32_t Nullable_1_GetValueOrDefault_m37D1F7239FEECB844A295C36AD69023F6A03A0E2_inline (Nullable_1_tDC640D18A54CA8F0A3C74518CBC15D439C8FC228* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Nullable_1_tDC640D18A54CA8F0A3C74518CBC15D439C8FC228*, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m26287DBB36429B2E2FBCB3F96F439248F8CAA8BB_gshared_inline)(__this, method);
}
// System.Void System.Nullable`1<Newtonsoft.Json.DateParseHandling>::.ctor(T)
inline void Nullable_1__ctor_mE09573A712FD6592F678A36870D665CF04E4508D (Nullable_1_tDC640D18A54CA8F0A3C74518CBC15D439C8FC228* __this, int32_t ___value0, const RuntimeMethod* method)
{
(( void (*) (Nullable_1_tDC640D18A54CA8F0A3C74518CBC15D439C8FC228*, int32_t, const RuntimeMethod*))Nullable_1__ctor_m5100B58428BDAD8C79F3D8576B0C2E1D4F3924EB_gshared)(__this, ___value0, method);
}
// T System.Nullable`1<Newtonsoft.Json.FloatParseHandling>::GetValueOrDefault()
inline int32_t Nullable_1_GetValueOrDefault_m9A30131EC9AEF586D37D076D78BB4A384BA907D9_inline (Nullable_1_tC13211A32645AE3863530378A08BC45089EE419B* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Nullable_1_tC13211A32645AE3863530378A08BC45089EE419B*, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m26287DBB36429B2E2FBCB3F96F439248F8CAA8BB_gshared_inline)(__this, method);
}
// System.Void System.Nullable`1<Newtonsoft.Json.FloatParseHandling>::.ctor(T)
inline void Nullable_1__ctor_m9E1D9019C2EAC4FC5A849A9C76B23BF58A6722A9 (Nullable_1_tC13211A32645AE3863530378A08BC45089EE419B* __this, int32_t ___value0, const RuntimeMethod* method)
{
(( void (*) (Nullable_1_tC13211A32645AE3863530378A08BC45089EE419B*, int32_t, const RuntimeMethod*))Nullable_1__ctor_m5100B58428BDAD8C79F3D8576B0C2E1D4F3924EB_gshared)(__this, ___value0, method);
}
// T System.Nullable`1<Newtonsoft.Json.FloatFormatHandling>::GetValueOrDefault()
inline int32_t Nullable_1_GetValueOrDefault_m05CA8E1B6A351F3A5603AF3DC5E446E8089CB56D_inline (Nullable_1_tEAE8D5B59DCEB4F809A8A5F390EAAC18F266B822* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Nullable_1_tEAE8D5B59DCEB4F809A8A5F390EAAC18F266B822*, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m26287DBB36429B2E2FBCB3F96F439248F8CAA8BB_gshared_inline)(__this, method);
}
// System.Void System.Nullable`1<Newtonsoft.Json.FloatFormatHandling>::.ctor(T)
inline void Nullable_1__ctor_mA5863E524F19F6B1DCD3C4A1CAC06ED60F9CA6E2 (Nullable_1_tEAE8D5B59DCEB4F809A8A5F390EAAC18F266B822* __this, int32_t ___value0, const RuntimeMethod* method)
{
(( void (*) (Nullable_1_tEAE8D5B59DCEB4F809A8A5F390EAAC18F266B822*, int32_t, const RuntimeMethod*))Nullable_1__ctor_m5100B58428BDAD8C79F3D8576B0C2E1D4F3924EB_gshared)(__this, ___value0, method);
}
// T System.Nullable`1<Newtonsoft.Json.StringEscapeHandling>::GetValueOrDefault()
inline int32_t Nullable_1_GetValueOrDefault_mFA59F12B51F88443EC69B353580127B218974064_inline (Nullable_1_t61214A44C233A0B00A9F79E380485D79D5FAA7C6* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Nullable_1_t61214A44C233A0B00A9F79E380485D79D5FAA7C6*, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m26287DBB36429B2E2FBCB3F96F439248F8CAA8BB_gshared_inline)(__this, method);
}
// System.Void System.Nullable`1<Newtonsoft.Json.StringEscapeHandling>::.ctor(T)
inline void Nullable_1__ctor_m7AC7CA842FEEBAE7F715892237C4F1199083EB64 (Nullable_1_t61214A44C233A0B00A9F79E380485D79D5FAA7C6* __this, int32_t ___value0, const RuntimeMethod* method)
{
(( void (*) (Nullable_1_t61214A44C233A0B00A9F79E380485D79D5FAA7C6*, int32_t, const RuntimeMethod*))Nullable_1__ctor_m5100B58428BDAD8C79F3D8576B0C2E1D4F3924EB_gshared)(__this, ___value0, method);
}
// System.Boolean System.Nullable`1<System.Boolean>::get_HasValue()
inline bool Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_inline (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, const RuntimeMethod* method)
{
return (( bool (*) (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01*, const RuntimeMethod*))Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_gshared_inline)(__this, method);
}
// System.Void Newtonsoft.Json.JsonSerializer::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer__ctor_m54DC16B93FE333917E76324295F64409DBB9893B (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, const RuntimeMethod* method) ;
// Newtonsoft.Json.JsonSerializer Newtonsoft.Json.JsonSerializer::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* JsonSerializer_Create_m6A2963F980B5E28EBA26DF018EE186C7CA0E1EBA (const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonSerializer::ApplySerializerSettings(Newtonsoft.Json.JsonSerializer,Newtonsoft.Json.JsonSerializerSettings)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_ApplySerializerSettings_m266E39841936D0BE66EC780A45F8EAED7E8B149E (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* ___serializer0, JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* ___settings1, const RuntimeMethod* method) ;
// System.Func`1<Newtonsoft.Json.JsonSerializerSettings> Newtonsoft.Json.JsonConvert::get_DefaultSettings()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Func_1_tBFD60F84D866D7D581A740F0AD1D2726E7052D08* JsonConvert_get_DefaultSettings_m15362B329A16A85FC8E86C8B88DCE1EFB24B95DB_inline (const RuntimeMethod* method) ;
// TResult System.Func`1<Newtonsoft.Json.JsonSerializerSettings>::Invoke()
inline JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* Func_1_Invoke_mC4B798EC08DA7F0778D027E8570AAFC89BF08F2D_inline (Func_1_tBFD60F84D866D7D581A740F0AD1D2726E7052D08* __this, const RuntimeMethod* method)
{
return (( JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* (*) (Func_1_tBFD60F84D866D7D581A740F0AD1D2726E7052D08*, const RuntimeMethod*))Func_1_Invoke_m1412272198DFA4066C83206E5B43353AF10A2EEE_gshared_inline)(__this, method);
}
// Newtonsoft.Json.JsonSerializer Newtonsoft.Json.JsonSerializer::Create(Newtonsoft.Json.JsonSerializerSettings)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* JsonSerializer_Create_m81C8CE5F8BB2CF7964010D8BB7606A65F968D629 (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* ___settings0, const RuntimeMethod* method) ;
// Newtonsoft.Json.JsonSerializer Newtonsoft.Json.JsonSerializer::CreateDefault()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* JsonSerializer_CreateDefault_m3A2DD87890C0C09102147CCCC32BD2A43F25F279 (const RuntimeMethod* method) ;
// System.Collections.Generic.IList`1<Newtonsoft.Json.JsonConverter> Newtonsoft.Json.JsonSerializerSettings::get_Converters()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializerSettings_get_Converters_mB7EE43E74FA48980B6C0976D7A2160B2174C8FCA_inline (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method) ;
// System.Boolean Newtonsoft.Json.Utilities.CollectionUtils::IsNullOrEmpty<Newtonsoft.Json.JsonConverter>(System.Collections.Generic.ICollection`1<T>)
inline bool CollectionUtils_IsNullOrEmpty_TisJsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16_m4CA47EC91DDE0252DE1321CCD2578F516412685E (RuntimeObject* ___collection0, const RuntimeMethod* method)
{
return (( bool (*) (RuntimeObject*, const RuntimeMethod*))CollectionUtils_IsNullOrEmpty_TisRuntimeObject_mAFCACA9516012D50B5C162DB94770E10C8587B22_gshared)(___collection0, method);
}
// System.Void System.Collections.ObjectModel.Collection`1<Newtonsoft.Json.JsonConverter>::Insert(System.Int32,T)
inline void Collection_1_Insert_m1DB9202EBD55D200EAA108533F0F9BF683605A7E (Collection_1_t7961B8923F0E801A9FD6B5E01E1FBB05580AEF9F* __this, int32_t ___index0, JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* ___item1, const RuntimeMethod* method)
{
(( void (*) (Collection_1_t7961B8923F0E801A9FD6B5E01E1FBB05580AEF9F*, int32_t, JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16*, const RuntimeMethod*))Collection_1_Insert_mE0074F5F0969C40E01413F4BCD1E68EE2EE0DBDD_gshared)(__this, ___index0, ___item1, method);
}
// System.Boolean System.Nullable`1<Newtonsoft.Json.TypeNameHandling>::get_HasValue()
inline bool Nullable_1_get_HasValue_m431ADD26BDB5D8A596F75234E2A5C79F720C472F_inline (Nullable_1_tB85AB604017196E6A3D3B920121E8C3A255827F0* __this, const RuntimeMethod* method)
{
return (( bool (*) (Nullable_1_tB85AB604017196E6A3D3B920121E8C3A255827F0*, const RuntimeMethod*))Nullable_1_get_HasValue_mB1F55188CDD50D6D725D41F55D2F2540CD15FB20_gshared_inline)(__this, method);
}
// Newtonsoft.Json.TypeNameHandling Newtonsoft.Json.JsonSerializerSettings::get_TypeNameHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_TypeNameHandling_mF69B78BB41709BB8E6FAFB975955A86AAEFA9B6F (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method) ;
// System.Boolean System.Nullable`1<Newtonsoft.Json.MetadataPropertyHandling>::get_HasValue()
inline bool Nullable_1_get_HasValue_mE88C7FD764D1BAA43F542690D3A9D2570E1C7CF8_inline (Nullable_1_t0E2AF35997B80CE423EBCAFDC0C58FB7182CA6FE* __this, const RuntimeMethod* method)
{
return (( bool (*) (Nullable_1_t0E2AF35997B80CE423EBCAFDC0C58FB7182CA6FE*, const RuntimeMethod*))Nullable_1_get_HasValue_mB1F55188CDD50D6D725D41F55D2F2540CD15FB20_gshared_inline)(__this, method);
}
// Newtonsoft.Json.MetadataPropertyHandling Newtonsoft.Json.JsonSerializerSettings::get_MetadataPropertyHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_MetadataPropertyHandling_m84E3BB4BD1902EE4E071249487325C2547E8D829 (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method) ;
// System.Boolean System.Nullable`1<Newtonsoft.Json.TypeNameAssemblyFormatHandling>::get_HasValue()
inline bool Nullable_1_get_HasValue_m6AF9C2D7130F62751A08F6F68B006970A6F92284_inline (Nullable_1_t762E380C63D6C0CB1E8ADBCADE57240FB061367F* __this, const RuntimeMethod* method)
{
return (( bool (*) (Nullable_1_t762E380C63D6C0CB1E8ADBCADE57240FB061367F*, const RuntimeMethod*))Nullable_1_get_HasValue_mB1F55188CDD50D6D725D41F55D2F2540CD15FB20_gshared_inline)(__this, method);
}
// Newtonsoft.Json.TypeNameAssemblyFormatHandling Newtonsoft.Json.JsonSerializerSettings::get_TypeNameAssemblyFormatHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_TypeNameAssemblyFormatHandling_m28F88153AB2C36D8B60E8E13FD5CAF0C9BFF689C (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method) ;
// System.Boolean System.Nullable`1<Newtonsoft.Json.PreserveReferencesHandling>::get_HasValue()
inline bool Nullable_1_get_HasValue_mB4F59118F4C38F7F1BCCD1B414B9CF2ADF20D273_inline (Nullable_1_t599FF2F862BEFE0F4B6BDA65B36841F4740B0D12* __this, const RuntimeMethod* method)
{
return (( bool (*) (Nullable_1_t599FF2F862BEFE0F4B6BDA65B36841F4740B0D12*, const RuntimeMethod*))Nullable_1_get_HasValue_mB1F55188CDD50D6D725D41F55D2F2540CD15FB20_gshared_inline)(__this, method);
}
// Newtonsoft.Json.PreserveReferencesHandling Newtonsoft.Json.JsonSerializerSettings::get_PreserveReferencesHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_PreserveReferencesHandling_mEA96432AAD3AF1E1DB77E9ADC937F3B539A14DAE (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method) ;
// System.Boolean System.Nullable`1<Newtonsoft.Json.ReferenceLoopHandling>::get_HasValue()
inline bool Nullable_1_get_HasValue_mE1609B5D3C72B90FA50D506C4393933D9130089A_inline (Nullable_1_t599F8D9D40143BFCB12D7085DFEA8AC7171F5E77* __this, const RuntimeMethod* method)
{
return (( bool (*) (Nullable_1_t599F8D9D40143BFCB12D7085DFEA8AC7171F5E77*, const RuntimeMethod*))Nullable_1_get_HasValue_mB1F55188CDD50D6D725D41F55D2F2540CD15FB20_gshared_inline)(__this, method);
}
// Newtonsoft.Json.ReferenceLoopHandling Newtonsoft.Json.JsonSerializerSettings::get_ReferenceLoopHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_ReferenceLoopHandling_m6CD165186AB151BDCACD15E3AB0E10E9CCD9A4D5 (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method) ;
// System.Boolean System.Nullable`1<Newtonsoft.Json.MissingMemberHandling>::get_HasValue()
inline bool Nullable_1_get_HasValue_mE218D5A9C3364280259C6098D9D779BB800747F3_inline (Nullable_1_t776B72BEFF6E3E2D489C4C6D855C89139D6B4CA4* __this, const RuntimeMethod* method)
{
return (( bool (*) (Nullable_1_t776B72BEFF6E3E2D489C4C6D855C89139D6B4CA4*, const RuntimeMethod*))Nullable_1_get_HasValue_mB1F55188CDD50D6D725D41F55D2F2540CD15FB20_gshared_inline)(__this, method);
}
// Newtonsoft.Json.MissingMemberHandling Newtonsoft.Json.JsonSerializerSettings::get_MissingMemberHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_MissingMemberHandling_m3D682DB3B3BBEACC8F8F03909919CF0C29D41D1A (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method) ;
// System.Boolean System.Nullable`1<Newtonsoft.Json.ObjectCreationHandling>::get_HasValue()
inline bool Nullable_1_get_HasValue_mA6FE3C2E84F652C16AA5E5DF13E2428366389564_inline (Nullable_1_t5ECEC9E2B3F1C050A3E9EC928487DD5C9AB0996D* __this, const RuntimeMethod* method)
{
return (( bool (*) (Nullable_1_t5ECEC9E2B3F1C050A3E9EC928487DD5C9AB0996D*, const RuntimeMethod*))Nullable_1_get_HasValue_mB1F55188CDD50D6D725D41F55D2F2540CD15FB20_gshared_inline)(__this, method);
}
// Newtonsoft.Json.ObjectCreationHandling Newtonsoft.Json.JsonSerializerSettings::get_ObjectCreationHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_ObjectCreationHandling_m323D50EB2D88E661942309B60B7CE067D0D4943F (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method) ;
// System.Boolean System.Nullable`1<Newtonsoft.Json.NullValueHandling>::get_HasValue()
inline bool Nullable_1_get_HasValue_m3273D6CDABABFD4B08847041446C901786649BB5_inline (Nullable_1_tA1B6210C1924173AEFE9AF8FBDD3BA856E74A790* __this, const RuntimeMethod* method)
{
return (( bool (*) (Nullable_1_tA1B6210C1924173AEFE9AF8FBDD3BA856E74A790*, const RuntimeMethod*))Nullable_1_get_HasValue_mB1F55188CDD50D6D725D41F55D2F2540CD15FB20_gshared_inline)(__this, method);
}
// Newtonsoft.Json.NullValueHandling Newtonsoft.Json.JsonSerializerSettings::get_NullValueHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_NullValueHandling_m1116B9EE497A5CB9B178CD5DF886C73C4CAD32F0 (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method) ;
// System.Boolean System.Nullable`1<Newtonsoft.Json.DefaultValueHandling>::get_HasValue()
inline bool Nullable_1_get_HasValue_m2260B32980E978EBEC393091DC29AF9DD7EE19CF_inline (Nullable_1_t4DEE77C12DDAF72BAE2A1FA8A8736FC478D721E8* __this, const RuntimeMethod* method)
{
return (( bool (*) (Nullable_1_t4DEE77C12DDAF72BAE2A1FA8A8736FC478D721E8*, const RuntimeMethod*))Nullable_1_get_HasValue_mB1F55188CDD50D6D725D41F55D2F2540CD15FB20_gshared_inline)(__this, method);
}
// Newtonsoft.Json.DefaultValueHandling Newtonsoft.Json.JsonSerializerSettings::get_DefaultValueHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_DefaultValueHandling_mD8D94E521F5739B4332D6DC4FD64A676535F6830 (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method) ;
// System.Boolean System.Nullable`1<Newtonsoft.Json.ConstructorHandling>::get_HasValue()
inline bool Nullable_1_get_HasValue_m5488A39D24CA895889FD9102BEF2FD7B0409DD39_inline (Nullable_1_tE866C25CB8A73A44077AAC48B1D406CF034E1496* __this, const RuntimeMethod* method)
{
return (( bool (*) (Nullable_1_tE866C25CB8A73A44077AAC48B1D406CF034E1496*, const RuntimeMethod*))Nullable_1_get_HasValue_mB1F55188CDD50D6D725D41F55D2F2540CD15FB20_gshared_inline)(__this, method);
}
// Newtonsoft.Json.ConstructorHandling Newtonsoft.Json.JsonSerializerSettings::get_ConstructorHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_ConstructorHandling_mA0F1F980A1D1894748432FBB58718B426D8D3F84 (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method) ;
// System.Boolean System.Nullable`1<System.Runtime.Serialization.StreamingContext>::get_HasValue()
inline bool Nullable_1_get_HasValue_mA17F655968AD8B406145013BAD4B9D5672856EFB_inline (Nullable_1_tC3E8E254B9DCF808C08AFA1FC2151C2BC0040F3A* __this, const RuntimeMethod* method)
{
return (( bool (*) (Nullable_1_tC3E8E254B9DCF808C08AFA1FC2151C2BC0040F3A*, const RuntimeMethod*))Nullable_1_get_HasValue_mA17F655968AD8B406145013BAD4B9D5672856EFB_gshared_inline)(__this, method);
}
// System.Runtime.Serialization.StreamingContext Newtonsoft.Json.JsonSerializerSettings::get_Context()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 JsonSerializerSettings_get_Context_m9F472C555FB0546B2EA8E1EE75A0762768FEBC24 (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method) ;
// System.EventHandler`1<Newtonsoft.Json.Serialization.ErrorEventArgs> Newtonsoft.Json.JsonSerializerSettings::get_Error()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380* JsonSerializerSettings_get_Error_m02A88351C07F1B3821B5E8A161CDE90B7EBF2C89_inline (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method) ;
// Newtonsoft.Json.Serialization.IContractResolver Newtonsoft.Json.JsonSerializerSettings::get_ContractResolver()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializerSettings_get_ContractResolver_mC94CDBCF870E73DC5E8BBF374DF22DB7B864F75A_inline (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method) ;
// System.Func`1<Newtonsoft.Json.Serialization.IReferenceResolver> Newtonsoft.Json.JsonSerializerSettings::get_ReferenceResolverProvider()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Func_1_t78E8B13F3C7D6CC3EB821B4F5D26999D062417E2* JsonSerializerSettings_get_ReferenceResolverProvider_m8525837E697E32E6B6F0D5132A6199BEEBAF217C_inline (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method) ;
// TResult System.Func`1<Newtonsoft.Json.Serialization.IReferenceResolver>::Invoke()
inline RuntimeObject* Func_1_Invoke_m222CC01D7745737AD784649D39E1FBDB69034613_inline (Func_1_t78E8B13F3C7D6CC3EB821B4F5D26999D062417E2* __this, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (Func_1_t78E8B13F3C7D6CC3EB821B4F5D26999D062417E2*, const RuntimeMethod*))Func_1_Invoke_m1412272198DFA4066C83206E5B43353AF10A2EEE_gshared_inline)(__this, method);
}
// Newtonsoft.Json.Serialization.ITraceWriter Newtonsoft.Json.JsonSerializerSettings::get_TraceWriter()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializerSettings_get_TraceWriter_m60C8FFA8ABA33EEE8C2613FD882DEFB50DBED6FC_inline (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method) ;
// System.Collections.IEqualityComparer Newtonsoft.Json.JsonSerializerSettings::get_EqualityComparer()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializerSettings_get_EqualityComparer_mBF43D33BBBCCF1A8BCFF1E12E47C2FBDA3FFDC6B_inline (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method) ;
// Newtonsoft.Json.Serialization.ISerializationBinder Newtonsoft.Json.JsonSerializerSettings::get_SerializationBinder()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializerSettings_get_SerializationBinder_m73166AD5FCC2B810E5A53B5F7BEB42D6664838D7_inline (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method) ;
// System.Boolean System.Nullable`1<Newtonsoft.Json.Formatting>::get_HasValue()
inline bool Nullable_1_get_HasValue_m057A0B5FF959F8A0EE6E5C1E55F4B1B1FA1F9B27_inline (Nullable_1_tAEE2B9C53750E53F9B91B70967290720873E8D3E* __this, const RuntimeMethod* method)
{
return (( bool (*) (Nullable_1_tAEE2B9C53750E53F9B91B70967290720873E8D3E*, const RuntimeMethod*))Nullable_1_get_HasValue_mB1F55188CDD50D6D725D41F55D2F2540CD15FB20_gshared_inline)(__this, method);
}
// System.Boolean System.Nullable`1<Newtonsoft.Json.DateFormatHandling>::get_HasValue()
inline bool Nullable_1_get_HasValue_m6DCF2B6333A04690B7827C13BE852CBA979B41CC_inline (Nullable_1_t4776B8A4D0D52AA8BDCD45E6D7070659326453D2* __this, const RuntimeMethod* method)
{
return (( bool (*) (Nullable_1_t4776B8A4D0D52AA8BDCD45E6D7070659326453D2*, const RuntimeMethod*))Nullable_1_get_HasValue_mB1F55188CDD50D6D725D41F55D2F2540CD15FB20_gshared_inline)(__this, method);
}
// System.Boolean System.Nullable`1<Newtonsoft.Json.FloatFormatHandling>::get_HasValue()
inline bool Nullable_1_get_HasValue_m1011C885149341D952EEB15937E8796363EC2997_inline (Nullable_1_tEAE8D5B59DCEB4F809A8A5F390EAAC18F266B822* __this, const RuntimeMethod* method)
{
return (( bool (*) (Nullable_1_tEAE8D5B59DCEB4F809A8A5F390EAAC18F266B822*, const RuntimeMethod*))Nullable_1_get_HasValue_mB1F55188CDD50D6D725D41F55D2F2540CD15FB20_gshared_inline)(__this, method);
}
// System.Boolean System.Nullable`1<Newtonsoft.Json.FloatParseHandling>::get_HasValue()
inline bool Nullable_1_get_HasValue_mA1E2FF8D68974D11E12F985D200C466BFDD13713_inline (Nullable_1_tC13211A32645AE3863530378A08BC45089EE419B* __this, const RuntimeMethod* method)
{
return (( bool (*) (Nullable_1_tC13211A32645AE3863530378A08BC45089EE419B*, const RuntimeMethod*))Nullable_1_get_HasValue_mB1F55188CDD50D6D725D41F55D2F2540CD15FB20_gshared_inline)(__this, method);
}
// System.Boolean System.Nullable`1<Newtonsoft.Json.StringEscapeHandling>::get_HasValue()
inline bool Nullable_1_get_HasValue_m31175AFA7DFB0E471E2B408ACF258930E2AC2260_inline (Nullable_1_t61214A44C233A0B00A9F79E380485D79D5FAA7C6* __this, const RuntimeMethod* method)
{
return (( bool (*) (Nullable_1_t61214A44C233A0B00A9F79E380485D79D5FAA7C6*, const RuntimeMethod*))Nullable_1_get_HasValue_mB1F55188CDD50D6D725D41F55D2F2540CD15FB20_gshared_inline)(__this, method);
}
// System.Void Newtonsoft.Json.JsonSerializer::SetupReader(Newtonsoft.Json.JsonReader,System.Globalization.CultureInfo&,System.Nullable`1<Newtonsoft.Json.DateTimeZoneHandling>&,System.Nullable`1<Newtonsoft.Json.DateParseHandling>&,System.Nullable`1<Newtonsoft.Json.FloatParseHandling>&,System.Nullable`1<System.Int32>&,System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_SetupReader_mD375BE873123E7A0618B493E5E074CB52F335D22 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* ___reader0, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0** ___previousCulture1, Nullable_1_tD88F7E37B65824D38D74608E576D1265E5A2D2B2* ___previousDateTimeZoneHandling2, Nullable_1_tDC640D18A54CA8F0A3C74518CBC15D439C8FC228* ___previousDateParseHandling3, Nullable_1_tC13211A32645AE3863530378A08BC45089EE419B* ___previousFloatParseHandling4, Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* ___previousMaxDepth5, String_t** ___previousDateFormatString6, const RuntimeMethod* method) ;
// Newtonsoft.Json.Serialization.TraceJsonReader Newtonsoft.Json.JsonSerializer::CreateTraceJsonReader(Newtonsoft.Json.JsonReader)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TraceJsonReader_tD4D9FA5AA572E9BAB681D1B0BBA67990700CCB13* JsonSerializer_CreateTraceJsonReader_m954E0AE5EFD97EB02DA18CC8443B182577BD1FD8 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* ___reader0, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalReader::.ctor(Newtonsoft.Json.JsonSerializer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializerInternalReader__ctor_m0CC3AF92136D2B21D9EE73433F27D362A8427BF1 (JsonSerializerInternalReader_tB13136F0DA95D198262A47B23B64F33590A956E5* __this, JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* ___serializer0, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalReader::Populate(Newtonsoft.Json.JsonReader,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializerInternalReader_Populate_m1E3334B2A04698CACCC6769E77AA3F9E03A7C7D8 (JsonSerializerInternalReader_tB13136F0DA95D198262A47B23B64F33590A956E5* __this, JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* ___reader0, RuntimeObject* ___target1, const RuntimeMethod* method) ;
// System.String Newtonsoft.Json.Serialization.TraceJsonReader::GetDeserializedJsonMessage()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TraceJsonReader_GetDeserializedJsonMessage_mDE67F24CADD1B725363167B2B292DD83EE3A6AD0 (TraceJsonReader_tD4D9FA5AA572E9BAB681D1B0BBA67990700CCB13* __this, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonSerializer::ResetReader(Newtonsoft.Json.JsonReader,System.Globalization.CultureInfo,System.Nullable`1<Newtonsoft.Json.DateTimeZoneHandling>,System.Nullable`1<Newtonsoft.Json.DateParseHandling>,System.Nullable`1<Newtonsoft.Json.FloatParseHandling>,System.Nullable`1<System.Int32>,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_ResetReader_mE7617A472327D71802ED99586AA5658C2EBC588F (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* ___reader0, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___previousCulture1, Nullable_1_tD88F7E37B65824D38D74608E576D1265E5A2D2B2 ___previousDateTimeZoneHandling2, Nullable_1_tDC640D18A54CA8F0A3C74518CBC15D439C8FC228 ___previousDateParseHandling3, Nullable_1_tC13211A32645AE3863530378A08BC45089EE419B ___previousFloatParseHandling4, Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 ___previousMaxDepth5, String_t* ___previousDateFormatString6, const RuntimeMethod* method) ;
// System.Object Newtonsoft.Json.Serialization.JsonSerializerInternalReader::Deserialize(Newtonsoft.Json.JsonReader,System.Type,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializerInternalReader_Deserialize_m37E61DFB1A0016D0CCCFCF33D489BD079BD65EF3 (JsonSerializerInternalReader_tB13136F0DA95D198262A47B23B64F33590A956E5* __this, JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* ___reader0, Type_t* ___objectType1, bool ___checkAdditionalContent2, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonReader::set_Culture(System.Globalization.CultureInfo)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonReader_set_Culture_m32AD6F7F73305D077841E603808BE4B9DBEDAD13_inline (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___value0, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonReader::set_DateTimeZoneHandling(Newtonsoft.Json.DateTimeZoneHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_set_DateTimeZoneHandling_mB7165954217060B05EE3A640407A22FE6431CD0E (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, int32_t ___value0, const RuntimeMethod* method) ;
// Newtonsoft.Json.DateParseHandling Newtonsoft.Json.JsonReader::get_DateParseHandling()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonReader_get_DateParseHandling_m30B55C240DFBB01311DB973D35B62C2A138D4DC5_inline (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonReader::set_DateParseHandling(Newtonsoft.Json.DateParseHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_set_DateParseHandling_mEE7359F16431F3997CF22EA9383A6FB6CBF33717 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, int32_t ___value0, const RuntimeMethod* method) ;
// Newtonsoft.Json.FloatParseHandling Newtonsoft.Json.JsonReader::get_FloatParseHandling()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonReader_get_FloatParseHandling_m6A522BBC3B7FBE3A21C1CC89B5AFB35CEA955826_inline (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonReader::set_FloatParseHandling(Newtonsoft.Json.FloatParseHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_set_FloatParseHandling_m59278EBB6D40F8F11639AEA5476D438F5153F9FF (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Nullable`1<System.Int32> Newtonsoft.Json.JsonReader::get_MaxDepth()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 JsonReader_get_MaxDepth_m36C1AC4E11FA1D37C477B2FEAF26133AFE0BB56E_inline (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonReader::set_MaxDepth(System.Nullable`1<System.Int32>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_set_MaxDepth_m03E983D915FC443AACAB411E630AC5A932B992C2 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 ___value0, const RuntimeMethod* method) ;
// System.String Newtonsoft.Json.JsonReader::get_DateFormatString()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* JsonReader_get_DateFormatString_mBEDE1FE52D98B87A039F321055027AC1FC779071_inline (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method) ;
// System.Boolean System.String::op_Inequality(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_m0FBE5AC4931D312E5B347BAA603755676E6DA2FE (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonReader::set_DateFormatString(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonReader_set_DateFormatString_m7B16FCCF01DADBE34D5371BBD3820DFED84B283C_inline (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, String_t* ___value0, const RuntimeMethod* method) ;
// Newtonsoft.Json.JsonNameTable Newtonsoft.Json.JsonTextReader::get_PropertyNameTable()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR JsonNameTable_t0B2C7BA303E82F2C1E3C1176620FA86FA3BB611F* JsonTextReader_get_PropertyNameTable_mFF19052283A1C0AEA8A9F7265479673FF50D863C_inline (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonTextReader::set_PropertyNameTable(Newtonsoft.Json.JsonNameTable)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonTextReader_set_PropertyNameTable_m489CECD015139F6DCE2B4BEB8360560CAFCA3AAC_inline (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, JsonNameTable_t0B2C7BA303E82F2C1E3C1176620FA86FA3BB611F* ___value0, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonSerializer::Serialize(Newtonsoft.Json.JsonWriter,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_Serialize_mE7F0CF9C2D3AD9D1B19A24F16FB151C9F63E7A2F (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* ___jsonWriter0, RuntimeObject* ___value1, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.Serialization.TraceJsonReader::.ctor(Newtonsoft.Json.JsonReader)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceJsonReader__ctor_m06DE37B905DD72B8EB3BC54B222534125ACD639B (TraceJsonReader_tD4D9FA5AA572E9BAB681D1B0BBA67990700CCB13* __this, JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* ___innerReader0, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.Serialization.TraceJsonReader::WriteCurrentToken()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceJsonReader_WriteCurrentToken_m45E27FD96919F6EEA4075FB04CD7EEF60780E69B (TraceJsonReader_tD4D9FA5AA572E9BAB681D1B0BBA67990700CCB13* __this, const RuntimeMethod* method) ;
// Newtonsoft.Json.Formatting Newtonsoft.Json.JsonWriter::get_Formatting()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonWriter_get_Formatting_m7F7879CD7E9188A428A6E01990E70A65F5FEF81A_inline (JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* __this, const RuntimeMethod* method) ;
// Newtonsoft.Json.DateFormatHandling Newtonsoft.Json.JsonWriter::get_DateFormatHandling()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonWriter_get_DateFormatHandling_mFA2684069267F277B7340B9738B1A9296A4EF8AE_inline (JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* __this, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonWriter::set_DateFormatHandling(Newtonsoft.Json.DateFormatHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_set_DateFormatHandling_mF67163662CA20C80D93A9345D94F608258ABB96B (JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* __this, int32_t ___value0, const RuntimeMethod* method) ;
// Newtonsoft.Json.DateTimeZoneHandling Newtonsoft.Json.JsonWriter::get_DateTimeZoneHandling()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonWriter_get_DateTimeZoneHandling_m70A3776234605D953796332656844492C164F799_inline (JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* __this, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonWriter::set_DateTimeZoneHandling(Newtonsoft.Json.DateTimeZoneHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_set_DateTimeZoneHandling_mD3C952FA405EFCDA4A8E23A4A1F3F33D9F2983F7 (JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* __this, int32_t ___value0, const RuntimeMethod* method) ;
// Newtonsoft.Json.FloatFormatHandling Newtonsoft.Json.JsonWriter::get_FloatFormatHandling()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonWriter_get_FloatFormatHandling_mE17C10E646C9C244BCA40478DDC209C0BC59DF2F_inline (JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* __this, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonWriter::set_FloatFormatHandling(Newtonsoft.Json.FloatFormatHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_set_FloatFormatHandling_m26A6319C489A9C6F3C829E88C75851A6D260463C (JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* __this, int32_t ___value0, const RuntimeMethod* method) ;
// Newtonsoft.Json.StringEscapeHandling Newtonsoft.Json.JsonWriter::get_StringEscapeHandling()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonWriter_get_StringEscapeHandling_m6B1688C4008ED729AF01BF5F2862E665F6F4F685_inline (JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* __this, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonWriter::set_StringEscapeHandling(Newtonsoft.Json.StringEscapeHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_set_StringEscapeHandling_m35E6580C223973ED8B229F3EB1370DB79C215CDA (JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Globalization.CultureInfo Newtonsoft.Json.JsonWriter::get_Culture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* JsonWriter_get_Culture_m8CB4EFB8986973B64D1C8D5A353D8A40447B5586 (JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* __this, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonWriter::set_Culture(System.Globalization.CultureInfo)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonWriter_set_Culture_m46C18DF75D3CB2D3001F41638A397D002F5970A0_inline (JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* __this, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___value0, const RuntimeMethod* method) ;
// System.String Newtonsoft.Json.JsonWriter::get_DateFormatString()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* JsonWriter_get_DateFormatString_m4E28421DC0EEE6A22B612788F0B1E5576FDB7865_inline (JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* __this, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonWriter::set_DateFormatString(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonWriter_set_DateFormatString_m6563F6EF134A68FD75F2B8D40EE72E78286B6B33_inline (JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::.ctor(Newtonsoft.Json.JsonWriter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceJsonWriter__ctor_m3E3486A6651B23E492D604BCEA2A210249592BA6 (TraceJsonWriter_t8594E0A375EC85B5EA9AF763114C4E39B8258FCE* __this, JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* ___innerWriter0, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::.ctor(Newtonsoft.Json.JsonSerializer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializerInternalWriter__ctor_mCC08C997ED86BF784BD7F7D1AA0E3A418AD682B9 (JsonSerializerInternalWriter_t9625AB9A7212A131A3B48F8BC3D1F6835DC51866* __this, JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* ___serializer0, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::Serialize(Newtonsoft.Json.JsonWriter,System.Object,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializerInternalWriter_Serialize_m6F3A4DB9C4E298D5014F4E918B44EC1C3218F0D3 (JsonSerializerInternalWriter_t9625AB9A7212A131A3B48F8BC3D1F6835DC51866* __this, JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* ___jsonWriter0, RuntimeObject* ___value1, Type_t* ___objectType2, const RuntimeMethod* method) ;
// System.String Newtonsoft.Json.Serialization.TraceJsonWriter::GetSerializedJsonMessage()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TraceJsonWriter_GetSerializedJsonMessage_mE49F37A44038C9069FD2716280370814EF74B363 (TraceJsonWriter_t8594E0A375EC85B5EA9AF763114C4E39B8258FCE* __this, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.Serialization.DefaultReferenceResolver::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultReferenceResolver__ctor_m21021524FE387AFB9F24D997468F4A9A02DA4903 (DefaultReferenceResolver_t2F8577BD7BE87EF2232A84B848D164DD192EE2CA* __this, const RuntimeMethod* method) ;
// Newtonsoft.Json.JsonConverter Newtonsoft.Json.JsonSerializer::GetMatchingConverter(System.Collections.Generic.IList`1<Newtonsoft.Json.JsonConverter>,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* JsonSerializer_GetMatchingConverter_mA5A402CEA429BA60DE70737C2FC0D301C53416F4 (RuntimeObject* ___converters0, Type_t* ___objectType1, const RuntimeMethod* method) ;
// System.Void System.EventHandler`1<Newtonsoft.Json.Serialization.ErrorEventArgs>::Invoke(System.Object,TEventArgs)
inline void EventHandler_1_Invoke_mBBFD739F7FEB710D120CE42784243A0E1AB0FCA1_inline (EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380* __this, RuntimeObject* ___sender0, ErrorEventArgs_t1B2CABE4363186DCBFD01B7D057F1BC92E143CAA* ___e1, const RuntimeMethod* method)
{
(( void (*) (EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380*, RuntimeObject*, ErrorEventArgs_t1B2CABE4363186DCBFD01B7D057F1BC92E143CAA*, const RuntimeMethod*))EventHandler_1_Invoke_mBD72C04FF5A08A2EA93DFD21037CD1C27A48D07A_gshared_inline)(__this, ___sender0, ___e1, method);
}
// T System.Nullable`1<Newtonsoft.Json.PreserveReferencesHandling>::GetValueOrDefault()
inline int32_t Nullable_1_GetValueOrDefault_m7D397D27D5E967476FE18C8F61BA53A2849DBBA1_inline (Nullable_1_t599FF2F862BEFE0F4B6BDA65B36841F4740B0D12* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Nullable_1_t599FF2F862BEFE0F4B6BDA65B36841F4740B0D12*, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m26287DBB36429B2E2FBCB3F96F439248F8CAA8BB_gshared_inline)(__this, method);
}
// System.Void System.Nullable`1<Newtonsoft.Json.PreserveReferencesHandling>::.ctor(T)
inline void Nullable_1__ctor_m41EF1FB4D7AA73E57D0E45A4D16404C327D76527 (Nullable_1_t599FF2F862BEFE0F4B6BDA65B36841F4740B0D12* __this, int32_t ___value0, const RuntimeMethod* method)
{
(( void (*) (Nullable_1_t599FF2F862BEFE0F4B6BDA65B36841F4740B0D12*, int32_t, const RuntimeMethod*))Nullable_1__ctor_m5100B58428BDAD8C79F3D8576B0C2E1D4F3924EB_gshared)(__this, ___value0, method);
}
// T System.Nullable`1<Newtonsoft.Json.MetadataPropertyHandling>::GetValueOrDefault()
inline int32_t Nullable_1_GetValueOrDefault_mFC645893E28AF4C54816D51A0C49E5125EA8C75F_inline (Nullable_1_t0E2AF35997B80CE423EBCAFDC0C58FB7182CA6FE* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Nullable_1_t0E2AF35997B80CE423EBCAFDC0C58FB7182CA6FE*, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m26287DBB36429B2E2FBCB3F96F439248F8CAA8BB_gshared_inline)(__this, method);
}
// System.Void System.Nullable`1<Newtonsoft.Json.MetadataPropertyHandling>::.ctor(T)
inline void Nullable_1__ctor_m3D5FA469FE82399DE42F03486726AB388E84C414 (Nullable_1_t0E2AF35997B80CE423EBCAFDC0C58FB7182CA6FE* __this, int32_t ___value0, const RuntimeMethod* method)
{
(( void (*) (Nullable_1_t0E2AF35997B80CE423EBCAFDC0C58FB7182CA6FE*, int32_t, const RuntimeMethod*))Nullable_1__ctor_m5100B58428BDAD8C79F3D8576B0C2E1D4F3924EB_gshared)(__this, ___value0, method);
}
// System.Void Newtonsoft.Json.JsonSerializerSettings::set_TypeNameAssemblyFormatHandling(Newtonsoft.Json.TypeNameAssemblyFormatHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializerSettings_set_TypeNameAssemblyFormatHandling_mB6D4705981E87FF7C5FD299B3D350C809D5E2C05 (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, int32_t ___value0, const RuntimeMethod* method) ;
// T System.Nullable`1<Newtonsoft.Json.TypeNameAssemblyFormatHandling>::GetValueOrDefault()
inline int32_t Nullable_1_GetValueOrDefault_mE4D2141BEE43F4C6E67EDB891F19DCD83B2D64DE_inline (Nullable_1_t762E380C63D6C0CB1E8ADBCADE57240FB061367F* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Nullable_1_t762E380C63D6C0CB1E8ADBCADE57240FB061367F*, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m26287DBB36429B2E2FBCB3F96F439248F8CAA8BB_gshared_inline)(__this, method);
}
// System.Void System.Nullable`1<Newtonsoft.Json.TypeNameAssemblyFormatHandling>::.ctor(T)
inline void Nullable_1__ctor_mB3A273B80B5A373D79FDDC16158ED830E9ABADFB (Nullable_1_t762E380C63D6C0CB1E8ADBCADE57240FB061367F* __this, int32_t ___value0, const RuntimeMethod* method)
{
(( void (*) (Nullable_1_t762E380C63D6C0CB1E8ADBCADE57240FB061367F*, int32_t, const RuntimeMethod*))Nullable_1__ctor_m5100B58428BDAD8C79F3D8576B0C2E1D4F3924EB_gshared)(__this, ___value0, method);
}
// T System.Nullable`1<Newtonsoft.Json.ConstructorHandling>::GetValueOrDefault()
inline int32_t Nullable_1_GetValueOrDefault_m455C7CC9E896F7AD7ABC515E056F2F1518A1414B_inline (Nullable_1_tE866C25CB8A73A44077AAC48B1D406CF034E1496* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Nullable_1_tE866C25CB8A73A44077AAC48B1D406CF034E1496*, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m26287DBB36429B2E2FBCB3F96F439248F8CAA8BB_gshared_inline)(__this, method);
}
// System.Void System.Nullable`1<Newtonsoft.Json.ConstructorHandling>::.ctor(T)
inline void Nullable_1__ctor_mDFA6FB30082A75C339885A19A3D22EBDCCD1139F (Nullable_1_tE866C25CB8A73A44077AAC48B1D406CF034E1496* __this, int32_t ___value0, const RuntimeMethod* method)
{
(( void (*) (Nullable_1_tE866C25CB8A73A44077AAC48B1D406CF034E1496*, int32_t, const RuntimeMethod*))Nullable_1__ctor_m5100B58428BDAD8C79F3D8576B0C2E1D4F3924EB_gshared)(__this, ___value0, method);
}
// System.Void Newtonsoft.Json.JsonSerializerSettings/<>c__DisplayClass92_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass92_0__ctor_m2063ECFC1DA8694C8DBB689627BAFB8F409C3200 (U3CU3Ec__DisplayClass92_0_t716D9B4E028930AC763EA1DD1C37E64678FFF40F* __this, const RuntimeMethod* method) ;
// System.Void System.Func`1<Newtonsoft.Json.Serialization.IReferenceResolver>::.ctor(System.Object,System.IntPtr)
inline void Func_1__ctor_m1BBC496F312340DBFB45C41011E1A10EA0626E16 (Func_1_t78E8B13F3C7D6CC3EB821B4F5D26999D062417E2* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Func_1_t78E8B13F3C7D6CC3EB821B4F5D26999D062417E2*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8_gshared)(__this, ___object0, ___method1, method);
}
// System.Void Newtonsoft.Json.JsonSerializerSettings::set_ReferenceResolverProvider(System.Func`1<Newtonsoft.Json.Serialization.IReferenceResolver>)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonSerializerSettings_set_ReferenceResolverProvider_m247F43293AE66115ADAA6E85C4C0EF76E5851F82_inline (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, Func_1_t78E8B13F3C7D6CC3EB821B4F5D26999D062417E2* ___value0, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonSerializerSettings::set_SerializationBinder(Newtonsoft.Json.Serialization.ISerializationBinder)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonSerializerSettings_set_SerializationBinder_mB422F57C2BBF446B5B898489802820A56C934C52_inline (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, RuntimeObject* ___value0, const RuntimeMethod* method) ;
// T System.Nullable`1<System.Runtime.Serialization.StreamingContext>::GetValueOrDefault()
inline StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 Nullable_1_GetValueOrDefault_m69DB313A95B4E1195EC8848F21DC22A9DB62358F_inline (Nullable_1_tC3E8E254B9DCF808C08AFA1FC2151C2BC0040F3A* __this, const RuntimeMethod* method)
{
return (( StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 (*) (Nullable_1_tC3E8E254B9DCF808C08AFA1FC2151C2BC0040F3A*, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m69DB313A95B4E1195EC8848F21DC22A9DB62358F_gshared_inline)(__this, method);
}
// System.Void System.Nullable`1<System.Runtime.Serialization.StreamingContext>::.ctor(T)
inline void Nullable_1__ctor_mA5D6B80EF5F0D9FB2BF1DBB3D648B0C433A9F02F (Nullable_1_tC3E8E254B9DCF808C08AFA1FC2151C2BC0040F3A* __this, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___value0, const RuntimeMethod* method)
{
(( void (*) (Nullable_1_tC3E8E254B9DCF808C08AFA1FC2151C2BC0040F3A*, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677, const RuntimeMethod*))Nullable_1__ctor_mA5D6B80EF5F0D9FB2BF1DBB3D648B0C433A9F02F_gshared)(__this, ___value0, method);
}
// System.Void System.Collections.Generic.List`1<Newtonsoft.Json.JsonConverter>::.ctor()
inline void List_1__ctor_m4D3A0C3BB61FAE2CD50F2FA207948E380C0611FE (List_1_t2D3373CEE35E29CDEB531AF0926BF9553626BFDF* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t2D3373CEE35E29CDEB531AF0926BF9553626BFDF*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
// System.Threading.Tasks.Task`1<System.Boolean> Newtonsoft.Json.JsonReader::ReadAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t824317F4B958F7512E8F7300511752937A6C6043* JsonReader_ReadAsync_m8AF0DF3EF5328E1769D944E182711BD2F2A346D8 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method) ;
// System.Threading.Tasks.Task`1<System.Boolean> Newtonsoft.Json.JsonTextReader::DoReadAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t824317F4B958F7512E8F7300511752937A6C6043* JsonTextReader_DoReadAsync_m22E76003D6CA6A358BDC1499774C27CF4396DDF3 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonTextReader::EnsureBuffer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_EnsureBuffer_mD5DD845C1E19BAA45D9ED3C7BC488920D1933004 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method) ;
// System.Threading.Tasks.Task`1<System.Boolean> Newtonsoft.Json.JsonTextReader::ParseValueAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t824317F4B958F7512E8F7300511752937A6C6043* JsonTextReader_ParseValueAsync_m9B829611ECFE7DEBCD1190FC89E9EC577FF42127 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method) ;
// System.Threading.Tasks.Task`1<System.Boolean> Newtonsoft.Json.JsonTextReader::ParseObjectAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t824317F4B958F7512E8F7300511752937A6C6043* JsonTextReader_ParseObjectAsync_m93A8BC274F1BCC37B18F984D5088AE5EBC2DEC53 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method) ;
// System.Threading.Tasks.Task`1<System.Boolean> Newtonsoft.Json.JsonTextReader::ParsePostValueAsync(System.Boolean,System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t824317F4B958F7512E8F7300511752937A6C6043* JsonTextReader_ParsePostValueAsync_m5561513358BEE0DE10B3426CDB7C9DAC7E4B2869 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, bool ___ignoreComments0, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken1, const RuntimeMethod* method) ;
// System.Boolean Newtonsoft.Json.Utilities.AsyncUtils::IsCompletedSucessfully(System.Threading.Tasks.Task)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AsyncUtils_IsCompletedSucessfully_m97657301273FA0A88B58B195D01F780211F97FEA (Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___task0, const RuntimeMethod* method) ;
// TResult System.Threading.Tasks.Task`1<System.Boolean>::get_Result()
inline bool Task_1_get_Result_m48902D0529EDB4646DFE6B5A7631AE15911E87B9 (Task_1_t824317F4B958F7512E8F7300511752937A6C6043* __this, const RuntimeMethod* method)
{
return (( bool (*) (Task_1_t824317F4B958F7512E8F7300511752937A6C6043*, const RuntimeMethod*))Task_1_get_Result_m48902D0529EDB4646DFE6B5A7631AE15911E87B9_gshared)(__this, method);
}
// System.Threading.Tasks.Task`1<System.Boolean> Newtonsoft.Json.JsonTextReader::DoReadAsync(System.Threading.Tasks.Task`1<System.Boolean>,System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t824317F4B958F7512E8F7300511752937A6C6043* JsonTextReader_DoReadAsync_m5DF682540A8E17321B48876E9D8D42C45DA7E97B (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, Task_1_t824317F4B958F7512E8F7300511752937A6C6043* ___task0, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken1, const RuntimeMethod* method) ;
// System.Threading.Tasks.Task`1<System.Boolean> Newtonsoft.Json.JsonTextReader::ReadFromFinishedAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t824317F4B958F7512E8F7300511752937A6C6043* JsonTextReader_ReadFromFinishedAsync_m9E0A2A5048B098D01D81C8E3B4D89E8C216FCBB5 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method) ;
// Newtonsoft.Json.JsonReader/State Newtonsoft.Json.JsonReader::get_CurrentState()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonReader_get_CurrentState_m2B6FA669883053CDABF108A980F808CDC9F13699_inline (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::Start<Newtonsoft.Json.JsonTextReader/<DoReadAsync>d__3>(TStateMachine&)
inline void AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsyncU3Ed__3_tA46AB44FDD374D3515F3FD85E9F2C88D3760CA4E_mAC281C066F83B711CBFB35C744DA69A2F002CBAF (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, U3CDoReadAsyncU3Ed__3_tA46AB44FDD374D3515F3FD85E9F2C88D3760CA4E* ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA*, U3CDoReadAsyncU3Ed__3_tA46AB44FDD374D3515F3FD85E9F2C88D3760CA4E*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsyncU3Ed__3_tA46AB44FDD374D3515F3FD85E9F2C88D3760CA4E_mAC281C066F83B711CBFB35C744DA69A2F002CBAF_gshared)(__this, ___stateMachine0, method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::Start<Newtonsoft.Json.JsonTextReader/<ParsePostValueAsync>d__4>(TStateMachine&)
inline void AsyncTaskMethodBuilder_1_Start_TisU3CParsePostValueAsyncU3Ed__4_t2565628AABDE0EFE32362E8AB8F38097959B639B_m4AA23AC238C3546853A8FCA4AB876237A63BABE8 (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, U3CParsePostValueAsyncU3Ed__4_t2565628AABDE0EFE32362E8AB8F38097959B639B* ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA*, U3CParsePostValueAsyncU3Ed__4_t2565628AABDE0EFE32362E8AB8F38097959B639B*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CParsePostValueAsyncU3Ed__4_t2565628AABDE0EFE32362E8AB8F38097959B639B_m4AA23AC238C3546853A8FCA4AB876237A63BABE8_gshared)(__this, ___stateMachine0, method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::Start<Newtonsoft.Json.JsonTextReader/<ReadFromFinishedAsync>d__5>(TStateMachine&)
inline void AsyncTaskMethodBuilder_1_Start_TisU3CReadFromFinishedAsyncU3Ed__5_t567743D80F8A434DAF8D538FBA4A6A3AC7D6D0DB_mA16AA97AA8F05CB695A3AEDE970A25CAE352EE73 (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, U3CReadFromFinishedAsyncU3Ed__5_t567743D80F8A434DAF8D538FBA4A6A3AC7D6D0DB* ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA*, U3CReadFromFinishedAsyncU3Ed__5_t567743D80F8A434DAF8D538FBA4A6A3AC7D6D0DB*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CReadFromFinishedAsyncU3Ed__5_t567743D80F8A434DAF8D538FBA4A6A3AC7D6D0DB_mA16AA97AA8F05CB695A3AEDE970A25CAE352EE73_gshared)(__this, ___stateMachine0, method);
}
// System.Threading.Tasks.Task`1<System.Int32> Newtonsoft.Json.JsonTextReader::ReadDataAsync(System.Boolean,System.Int32,System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t4C228DE57804012969575431CFF12D57C875552D* JsonTextReader_ReadDataAsync_m6248EF24FCDAA2874E8BA890BE32B36520F42F33 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, bool ___append0, int32_t ___charsRequired1, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken2, const RuntimeMethod* method) ;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::Create()
inline AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019 AsyncTaskMethodBuilder_1_Create_mE41F34163E40A97FB25427519FBDB7692F06D192 (const RuntimeMethod* method)
{
return (( AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019 (*) (const RuntimeMethod*))AsyncTaskMethodBuilder_1_Create_mE41F34163E40A97FB25427519FBDB7692F06D192_gshared)(method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::Start<Newtonsoft.Json.JsonTextReader/<ReadDataAsync>d__7>(TStateMachine&)
inline void AsyncTaskMethodBuilder_1_Start_TisU3CReadDataAsyncU3Ed__7_t7616932194A372D503D0DD13A29073E7AD8C06B7_mC1F82E8D9806D50FE1658867D41FEB049165F961 (AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019* __this, U3CReadDataAsyncU3Ed__7_t7616932194A372D503D0DD13A29073E7AD8C06B7* ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019*, U3CReadDataAsyncU3Ed__7_t7616932194A372D503D0DD13A29073E7AD8C06B7*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CReadDataAsyncU3Ed__7_t7616932194A372D503D0DD13A29073E7AD8C06B7_mC1F82E8D9806D50FE1658867D41FEB049165F961_gshared)(__this, ___stateMachine0, method);
}
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::get_Task()
inline Task_1_t4C228DE57804012969575431CFF12D57C875552D* AsyncTaskMethodBuilder_1_get_Task_m2DCDBC59910811D107353C5752AD58B28C2D97FE (AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019* __this, const RuntimeMethod* method)
{
return (( Task_1_t4C228DE57804012969575431CFF12D57C875552D* (*) (AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_get_Task_m2DCDBC59910811D107353C5752AD58B28C2D97FE_gshared)(__this, method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::Start<Newtonsoft.Json.JsonTextReader/<ParseValueAsync>d__8>(TStateMachine&)
inline void AsyncTaskMethodBuilder_1_Start_TisU3CParseValueAsyncU3Ed__8_tB97C3E304A31B7E7F9C6224B197A9F5D7FF565D0_m6F0491C474756FB9FF7D56153C4D71B13C473E9A (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, U3CParseValueAsyncU3Ed__8_tB97C3E304A31B7E7F9C6224B197A9F5D7FF565D0* ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA*, U3CParseValueAsyncU3Ed__8_tB97C3E304A31B7E7F9C6224B197A9F5D7FF565D0*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CParseValueAsyncU3Ed__8_tB97C3E304A31B7E7F9C6224B197A9F5D7FF565D0_m6F0491C474756FB9FF7D56153C4D71B13C473E9A_gshared)(__this, ___stateMachine0, method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<Newtonsoft.Json.JsonTextReader/<ReadStringIntoBufferAsync>d__9>(TStateMachine&)
inline void AsyncTaskMethodBuilder_Start_TisU3CReadStringIntoBufferAsyncU3Ed__9_t6590404E9863BA6BC3F174F77ADD6E35BE90E574_m98BC8558DFE41AA8746B5FBC793EAB4ECC127F57 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CReadStringIntoBufferAsyncU3Ed__9_t6590404E9863BA6BC3F174F77ADD6E35BE90E574* ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CReadStringIntoBufferAsyncU3Ed__9_t6590404E9863BA6BC3F174F77ADD6E35BE90E574*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CReadStringIntoBufferAsyncU3Ed__9_t6590404E9863BA6BC3F174F77ADD6E35BE90E574_m98BC8558DFE41AA8746B5FBC793EAB4ECC127F57_gshared)(__this, ___stateMachine0, method);
}
// System.Threading.Tasks.Task`1<System.Boolean> Newtonsoft.Json.JsonTextReader::EnsureCharsAsync(System.Int32,System.Boolean,System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t824317F4B958F7512E8F7300511752937A6C6043* JsonTextReader_EnsureCharsAsync_m31A27BA3FD3DF23E0F9BE65CDBC6A2B259ADA4DA (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, int32_t ___relativePosition0, bool ___append1, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken2, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonTextReader::SetNewLine(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_SetNewLine_m89308BD49C9C108A8102BC4C02B7A6F51AE788C7 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, bool ___hasNextChar0, const RuntimeMethod* method) ;
// System.Threading.Tasks.Task Newtonsoft.Json.JsonTextReader::ProcessCarriageReturnAsync(System.Threading.Tasks.Task`1<System.Boolean>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* JsonTextReader_ProcessCarriageReturnAsync_m327FFCCEA1971C4BED0BFB57FA59D9696A29B564 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, Task_1_t824317F4B958F7512E8F7300511752937A6C6043* ___task0, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<Newtonsoft.Json.JsonTextReader/<ProcessCarriageReturnAsync>d__11>(TStateMachine&)
inline void AsyncTaskMethodBuilder_Start_TisU3CProcessCarriageReturnAsyncU3Ed__11_tC4F0CA8077C03B0147F68C3EB1FDC520615E6692_m861D95CD537023BF51F79929CB9EF1C367C4E65B (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CProcessCarriageReturnAsyncU3Ed__11_tC4F0CA8077C03B0147F68C3EB1FDC520615E6692* ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CProcessCarriageReturnAsyncU3Ed__11_tC4F0CA8077C03B0147F68C3EB1FDC520615E6692*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CProcessCarriageReturnAsyncU3Ed__11_tC4F0CA8077C03B0147F68C3EB1FDC520615E6692_m861D95CD537023BF51F79929CB9EF1C367C4E65B_gshared)(__this, ___stateMachine0, method);
}
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Char>::Create()
inline AsyncTaskMethodBuilder_1_tA37ED9A5D3A5A604D8DE794A45320CF8F5F7AC47 AsyncTaskMethodBuilder_1_Create_mC1979663ACE6C155D712F82737927F6850B8BF41 (const RuntimeMethod* method)
{
return (( AsyncTaskMethodBuilder_1_tA37ED9A5D3A5A604D8DE794A45320CF8F5F7AC47 (*) (const RuntimeMethod*))AsyncTaskMethodBuilder_1_Create_mC1979663ACE6C155D712F82737927F6850B8BF41_gshared)(method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Char>::Start<Newtonsoft.Json.JsonTextReader/<ParseUnicodeAsync>d__12>(TStateMachine&)
inline void AsyncTaskMethodBuilder_1_Start_TisU3CParseUnicodeAsyncU3Ed__12_t6E9A097907EC707C11AC31384BA1711E9E601DC0_m64B36DCD87B404E6807788570F875B25C317D0A1 (AsyncTaskMethodBuilder_1_tA37ED9A5D3A5A604D8DE794A45320CF8F5F7AC47* __this, U3CParseUnicodeAsyncU3Ed__12_t6E9A097907EC707C11AC31384BA1711E9E601DC0* ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_tA37ED9A5D3A5A604D8DE794A45320CF8F5F7AC47*, U3CParseUnicodeAsyncU3Ed__12_t6E9A097907EC707C11AC31384BA1711E9E601DC0*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CParseUnicodeAsyncU3Ed__12_t6E9A097907EC707C11AC31384BA1711E9E601DC0_m64B36DCD87B404E6807788570F875B25C317D0A1_gshared)(__this, ___stateMachine0, method);
}
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Char>::get_Task()
inline Task_1_tF70626CA48A1BC439512EBC23E365CCCE98C92F9* AsyncTaskMethodBuilder_1_get_Task_m681268783211B285AABC4BE7872DEBEBC6E1815A (AsyncTaskMethodBuilder_1_tA37ED9A5D3A5A604D8DE794A45320CF8F5F7AC47* __this, const RuntimeMethod* method)
{
return (( Task_1_tF70626CA48A1BC439512EBC23E365CCCE98C92F9* (*) (AsyncTaskMethodBuilder_1_tA37ED9A5D3A5A604D8DE794A45320CF8F5F7AC47*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_get_Task_m681268783211B285AABC4BE7872DEBEBC6E1815A_gshared)(__this, method);
}
// System.Threading.Tasks.Task`1<System.Boolean> Newtonsoft.Json.JsonTextReader::ReadCharsAsync(System.Int32,System.Boolean,System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t824317F4B958F7512E8F7300511752937A6C6043* JsonTextReader_ReadCharsAsync_m668263A98E49846D30C3609A81CE122B98CA5BF9 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, int32_t ___relativePosition0, bool ___append1, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken2, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::Start<Newtonsoft.Json.JsonTextReader/<ReadCharsAsync>d__14>(TStateMachine&)
inline void AsyncTaskMethodBuilder_1_Start_TisU3CReadCharsAsyncU3Ed__14_t74CF9E22B9A4A43E8E9DF3756A6158705EB9A626_m0CECFE6624F9A67AB46EBC77002459F3DDA75F8C (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, U3CReadCharsAsyncU3Ed__14_t74CF9E22B9A4A43E8E9DF3756A6158705EB9A626* ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA*, U3CReadCharsAsyncU3Ed__14_t74CF9E22B9A4A43E8E9DF3756A6158705EB9A626*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CReadCharsAsyncU3Ed__14_t74CF9E22B9A4A43E8E9DF3756A6158705EB9A626_m0CECFE6624F9A67AB46EBC77002459F3DDA75F8C_gshared)(__this, ___stateMachine0, method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::Start<Newtonsoft.Json.JsonTextReader/<ParseObjectAsync>d__15>(TStateMachine&)
inline void AsyncTaskMethodBuilder_1_Start_TisU3CParseObjectAsyncU3Ed__15_tD8DA78FCF30569472EC2738627FD798EEA97BB11_m670A967913A8A7CD65447511F14C3BACC741A1E5 (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, U3CParseObjectAsyncU3Ed__15_tD8DA78FCF30569472EC2738627FD798EEA97BB11* ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA*, U3CParseObjectAsyncU3Ed__15_tD8DA78FCF30569472EC2738627FD798EEA97BB11*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CParseObjectAsyncU3Ed__15_tD8DA78FCF30569472EC2738627FD798EEA97BB11_m670A967913A8A7CD65447511F14C3BACC741A1E5_gshared)(__this, ___stateMachine0, method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<Newtonsoft.Json.JsonTextReader/<ParseCommentAsync>d__16>(TStateMachine&)
inline void AsyncTaskMethodBuilder_Start_TisU3CParseCommentAsyncU3Ed__16_t946D317ED94B4DA21A201285AD9BE935758A328F_m23729C4E0F6F8940E34ACEA5BEB5A6ECFEA1826B (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CParseCommentAsyncU3Ed__16_t946D317ED94B4DA21A201285AD9BE935758A328F* ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CParseCommentAsyncU3Ed__16_t946D317ED94B4DA21A201285AD9BE935758A328F*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CParseCommentAsyncU3Ed__16_t946D317ED94B4DA21A201285AD9BE935758A328F_m23729C4E0F6F8940E34ACEA5BEB5A6ECFEA1826B_gshared)(__this, ___stateMachine0, method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<Newtonsoft.Json.JsonTextReader/<EatWhitespaceAsync>d__17>(TStateMachine&)
inline void AsyncTaskMethodBuilder_Start_TisU3CEatWhitespaceAsyncU3Ed__17_tB5ACE0F164BD4E46E90D99CB3ED5885CE1301B1F_m3F635AB61F28E6C0B127EF3CDDDE1D15268D8F88 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CEatWhitespaceAsyncU3Ed__17_tB5ACE0F164BD4E46E90D99CB3ED5885CE1301B1F* ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CEatWhitespaceAsyncU3Ed__17_tB5ACE0F164BD4E46E90D99CB3ED5885CE1301B1F*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CEatWhitespaceAsyncU3Ed__17_tB5ACE0F164BD4E46E90D99CB3ED5885CE1301B1F_m3F635AB61F28E6C0B127EF3CDDDE1D15268D8F88_gshared)(__this, ___stateMachine0, method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<Newtonsoft.Json.JsonTextReader/<ParseStringAsync>d__18>(TStateMachine&)
inline void AsyncTaskMethodBuilder_Start_TisU3CParseStringAsyncU3Ed__18_tE689F6F20A75B29849FCAA30C81977568AE94B7B_m6AE81B1335F7004C9D94DF1E94E29FBFFE43E3B3 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CParseStringAsyncU3Ed__18_tE689F6F20A75B29849FCAA30C81977568AE94B7B* ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CParseStringAsyncU3Ed__18_tE689F6F20A75B29849FCAA30C81977568AE94B7B*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CParseStringAsyncU3Ed__18_tE689F6F20A75B29849FCAA30C81977568AE94B7B_m6AE81B1335F7004C9D94DF1E94E29FBFFE43E3B3_gshared)(__this, ___stateMachine0, method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::Start<Newtonsoft.Json.JsonTextReader/<MatchValueAsync>d__19>(TStateMachine&)
inline void AsyncTaskMethodBuilder_1_Start_TisU3CMatchValueAsyncU3Ed__19_t5AD6346B00C4C4FC670F55C39C6D045D43B8582D_m32E8188DA822EEE2F4E2D3C9748383732C65B116 (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, U3CMatchValueAsyncU3Ed__19_t5AD6346B00C4C4FC670F55C39C6D045D43B8582D* ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA*, U3CMatchValueAsyncU3Ed__19_t5AD6346B00C4C4FC670F55C39C6D045D43B8582D*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CMatchValueAsyncU3Ed__19_t5AD6346B00C4C4FC670F55C39C6D045D43B8582D_m32E8188DA822EEE2F4E2D3C9748383732C65B116_gshared)(__this, ___stateMachine0, method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::Start<Newtonsoft.Json.JsonTextReader/<MatchValueWithTrailingSeparatorAsync>d__20>(TStateMachine&)
inline void AsyncTaskMethodBuilder_1_Start_TisU3CMatchValueWithTrailingSeparatorAsyncU3Ed__20_tEC12EC2CC4A3158DBDAF05681B8AA709C1AA10B3_m4CDA5296075AAE1104C49A8D92AC31A29F4E7510 (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, U3CMatchValueWithTrailingSeparatorAsyncU3Ed__20_tEC12EC2CC4A3158DBDAF05681B8AA709C1AA10B3* ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA*, U3CMatchValueWithTrailingSeparatorAsyncU3Ed__20_tEC12EC2CC4A3158DBDAF05681B8AA709C1AA10B3*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CMatchValueWithTrailingSeparatorAsyncU3Ed__20_tEC12EC2CC4A3158DBDAF05681B8AA709C1AA10B3_m4CDA5296075AAE1104C49A8D92AC31A29F4E7510_gshared)(__this, ___stateMachine0, method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<Newtonsoft.Json.JsonTextReader/<MatchAndSetAsync>d__21>(TStateMachine&)
inline void AsyncTaskMethodBuilder_Start_TisU3CMatchAndSetAsyncU3Ed__21_t242B452BC7F54333EDCDF6864AA6061B68A1F071_mB691569A50915D95215EEC83DD368214BA795446 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CMatchAndSetAsyncU3Ed__21_t242B452BC7F54333EDCDF6864AA6061B68A1F071* ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CMatchAndSetAsyncU3Ed__21_t242B452BC7F54333EDCDF6864AA6061B68A1F071*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CMatchAndSetAsyncU3Ed__21_t242B452BC7F54333EDCDF6864AA6061B68A1F071_mB691569A50915D95215EEC83DD368214BA795446_gshared)(__this, ___stateMachine0, method);
}
// System.Threading.Tasks.Task Newtonsoft.Json.JsonTextReader::MatchAndSetAsync(System.String,Newtonsoft.Json.JsonToken,System.Object,System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* JsonTextReader_MatchAndSetAsync_mF00688A61423337A30994F0AFC6B933B6BDA91FD (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, String_t* ___value0, int32_t ___newToken1, RuntimeObject* ___tokenValue2, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken3, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<Newtonsoft.Json.JsonTextReader/<ParseConstructorAsync>d__25>(TStateMachine&)
inline void AsyncTaskMethodBuilder_Start_TisU3CParseConstructorAsyncU3Ed__25_tF73A320F9D98CCA7E54246C9C787CEF21B954092_m82F6C812D75E00C40589F8CAC358C2EED8199522 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CParseConstructorAsyncU3Ed__25_tF73A320F9D98CCA7E54246C9C787CEF21B954092* ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CParseConstructorAsyncU3Ed__25_tF73A320F9D98CCA7E54246C9C787CEF21B954092*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CParseConstructorAsyncU3Ed__25_tF73A320F9D98CCA7E54246C9C787CEF21B954092_m82F6C812D75E00C40589F8CAC358C2EED8199522_gshared)(__this, ___stateMachine0, method);
}
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::Create()
inline AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0 AsyncTaskMethodBuilder_1_Create_mAFCDBB3F3D94DC87243FAB2D72DD85D1EFB68441 (const RuntimeMethod* method)
{
return (( AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0 (*) (const RuntimeMethod*))AsyncTaskMethodBuilder_1_Create_mAFCDBB3F3D94DC87243FAB2D72DD85D1EFB68441_gshared)(method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::Start<Newtonsoft.Json.JsonTextReader/<ParseNumberNaNAsync>d__26>(TStateMachine&)
inline void AsyncTaskMethodBuilder_1_Start_TisU3CParseNumberNaNAsyncU3Ed__26_t202B518CE39C327490C3AFFB092C1440960E3DCD_mA22ED225FDCD89100B9260F0F417EEC49CA26FF5 (AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0* __this, U3CParseNumberNaNAsyncU3Ed__26_t202B518CE39C327490C3AFFB092C1440960E3DCD* ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0*, U3CParseNumberNaNAsyncU3Ed__26_t202B518CE39C327490C3AFFB092C1440960E3DCD*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CParseNumberNaNAsyncU3Ed__26_t202B518CE39C327490C3AFFB092C1440960E3DCD_mA22ED225FDCD89100B9260F0F417EEC49CA26FF5_gshared)(__this, ___stateMachine0, method);
}
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::get_Task()
inline Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* AsyncTaskMethodBuilder_1_get_Task_mEA092EC6F1324A9D694CF6056FA8583F2A2BDC89 (AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0* __this, const RuntimeMethod* method)
{
return (( Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* (*) (AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_get_Task_mEA092EC6F1324A9D694CF6056FA8583F2A2BDC89_gshared)(__this, method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::Start<Newtonsoft.Json.JsonTextReader/<ParseNumberPositiveInfinityAsync>d__27>(TStateMachine&)
inline void AsyncTaskMethodBuilder_1_Start_TisU3CParseNumberPositiveInfinityAsyncU3Ed__27_t3CCD8B9A15C6CFA01B46815CEE281403B986847A_mEC02129B637E43E74BA09148C0AFD1AAC2632281 (AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0* __this, U3CParseNumberPositiveInfinityAsyncU3Ed__27_t3CCD8B9A15C6CFA01B46815CEE281403B986847A* ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0*, U3CParseNumberPositiveInfinityAsyncU3Ed__27_t3CCD8B9A15C6CFA01B46815CEE281403B986847A*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CParseNumberPositiveInfinityAsyncU3Ed__27_t3CCD8B9A15C6CFA01B46815CEE281403B986847A_mEC02129B637E43E74BA09148C0AFD1AAC2632281_gshared)(__this, ___stateMachine0, method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::Start<Newtonsoft.Json.JsonTextReader/<ParseNumberNegativeInfinityAsync>d__28>(TStateMachine&)
inline void AsyncTaskMethodBuilder_1_Start_TisU3CParseNumberNegativeInfinityAsyncU3Ed__28_tF27E4166499FDC284A88B58DFD2CC3DBA46EF102_m9192AF9778099DC4A2F7490D548FF7B26A4E53E5 (AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0* __this, U3CParseNumberNegativeInfinityAsyncU3Ed__28_tF27E4166499FDC284A88B58DFD2CC3DBA46EF102* ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0*, U3CParseNumberNegativeInfinityAsyncU3Ed__28_tF27E4166499FDC284A88B58DFD2CC3DBA46EF102*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CParseNumberNegativeInfinityAsyncU3Ed__28_tF27E4166499FDC284A88B58DFD2CC3DBA46EF102_m9192AF9778099DC4A2F7490D548FF7B26A4E53E5_gshared)(__this, ___stateMachine0, method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<Newtonsoft.Json.JsonTextReader/<ParseNumberAsync>d__29>(TStateMachine&)
inline void AsyncTaskMethodBuilder_Start_TisU3CParseNumberAsyncU3Ed__29_tCB458D8E63B8C1EE749C579BD499450E7C34BE18_mE0BF545CAAB2AB8B3E94DC84A8ACE17863A738F2 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CParseNumberAsyncU3Ed__29_tCB458D8E63B8C1EE749C579BD499450E7C34BE18* ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CParseNumberAsyncU3Ed__29_tCB458D8E63B8C1EE749C579BD499450E7C34BE18*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CParseNumberAsyncU3Ed__29_tCB458D8E63B8C1EE749C579BD499450E7C34BE18_mE0BF545CAAB2AB8B3E94DC84A8ACE17863A738F2_gshared)(__this, ___stateMachine0, method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::Start<Newtonsoft.Json.JsonTextReader/<ParsePropertyAsync>d__31>(TStateMachine&)
inline void AsyncTaskMethodBuilder_1_Start_TisU3CParsePropertyAsyncU3Ed__31_t6F8D7F6C62EFB764EE5F9B51EDC74D384559A594_m0EDCB0CAD8F9BFAFE9055B5085420554A4201E9C (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, U3CParsePropertyAsyncU3Ed__31_t6F8D7F6C62EFB764EE5F9B51EDC74D384559A594* ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA*, U3CParsePropertyAsyncU3Ed__31_t6F8D7F6C62EFB764EE5F9B51EDC74D384559A594*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CParsePropertyAsyncU3Ed__31_t6F8D7F6C62EFB764EE5F9B51EDC74D384559A594_m0EDCB0CAD8F9BFAFE9055B5085420554A4201E9C_gshared)(__this, ___stateMachine0, method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<Newtonsoft.Json.JsonTextReader/<ReadNumberIntoBufferAsync>d__32>(TStateMachine&)
inline void AsyncTaskMethodBuilder_Start_TisU3CReadNumberIntoBufferAsyncU3Ed__32_t5C647A69C8E67EE0F64C8B0B08217DE7A34D753A_m654E17613E4BF50373057DB06CD67BB4C1A399F5 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CReadNumberIntoBufferAsyncU3Ed__32_t5C647A69C8E67EE0F64C8B0B08217DE7A34D753A* ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CReadNumberIntoBufferAsyncU3Ed__32_t5C647A69C8E67EE0F64C8B0B08217DE7A34D753A*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CReadNumberIntoBufferAsyncU3Ed__32_t5C647A69C8E67EE0F64C8B0B08217DE7A34D753A_m654E17613E4BF50373057DB06CD67BB4C1A399F5_gshared)(__this, ___stateMachine0, method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<Newtonsoft.Json.JsonTextReader/<ParseUnquotedPropertyAsync>d__33>(TStateMachine&)
inline void AsyncTaskMethodBuilder_Start_TisU3CParseUnquotedPropertyAsyncU3Ed__33_tED6843B3B9218BEDF46702940D88A277D02A05B2_m9EAB2FB2673F2A2D5627EC1ED0C44E0C6CDD63FC (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CParseUnquotedPropertyAsyncU3Ed__33_tED6843B3B9218BEDF46702940D88A277D02A05B2* ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CParseUnquotedPropertyAsyncU3Ed__33_tED6843B3B9218BEDF46702940D88A277D02A05B2*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CParseUnquotedPropertyAsyncU3Ed__33_tED6843B3B9218BEDF46702940D88A277D02A05B2_m9EAB2FB2673F2A2D5627EC1ED0C44E0C6CDD63FC_gshared)(__this, ___stateMachine0, method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::Start<Newtonsoft.Json.JsonTextReader/<ReadNullCharAsync>d__34>(TStateMachine&)
inline void AsyncTaskMethodBuilder_1_Start_TisU3CReadNullCharAsyncU3Ed__34_tC1803D9A31DB1E1B3F72270CD10AC25C862D0785_m2FF6F7A93BA84AB455FFFBA947755BA4E704C34A (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, U3CReadNullCharAsyncU3Ed__34_tC1803D9A31DB1E1B3F72270CD10AC25C862D0785* ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA*, U3CReadNullCharAsyncU3Ed__34_tC1803D9A31DB1E1B3F72270CD10AC25C862D0785*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CReadNullCharAsyncU3Ed__34_tC1803D9A31DB1E1B3F72270CD10AC25C862D0785_m2FF6F7A93BA84AB455FFFBA947755BA4E704C34A_gshared)(__this, ___stateMachine0, method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<Newtonsoft.Json.JsonTextReader/<HandleNullAsync>d__35>(TStateMachine&)
inline void AsyncTaskMethodBuilder_Start_TisU3CHandleNullAsyncU3Ed__35_t066A2DA3C880CFC30E3664BFBAB9DCB43137212E_mD9E50F4637FD187A74AF345072805AB85AA783A0 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CHandleNullAsyncU3Ed__35_t066A2DA3C880CFC30E3664BFBAB9DCB43137212E* ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CHandleNullAsyncU3Ed__35_t066A2DA3C880CFC30E3664BFBAB9DCB43137212E*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CHandleNullAsyncU3Ed__35_t066A2DA3C880CFC30E3664BFBAB9DCB43137212E_mD9E50F4637FD187A74AF345072805AB85AA783A0_gshared)(__this, ___stateMachine0, method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<Newtonsoft.Json.JsonTextReader/<ReadFinishedAsync>d__36>(TStateMachine&)
inline void AsyncTaskMethodBuilder_Start_TisU3CReadFinishedAsyncU3Ed__36_t526F4ABF5E4C01DB6B1E6C62F4109B7CD606CFB4_m055CBE66D5BB720BD132367912138A1BA83DEF67 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CReadFinishedAsyncU3Ed__36_t526F4ABF5E4C01DB6B1E6C62F4109B7CD606CFB4* ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CReadFinishedAsyncU3Ed__36_t526F4ABF5E4C01DB6B1E6C62F4109B7CD606CFB4*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CReadFinishedAsyncU3Ed__36_t526F4ABF5E4C01DB6B1E6C62F4109B7CD606CFB4_m055CBE66D5BB720BD132367912138A1BA83DEF67_gshared)(__this, ___stateMachine0, method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::Start<Newtonsoft.Json.JsonTextReader/<ReadStringValueAsync>d__37>(TStateMachine&)
inline void AsyncTaskMethodBuilder_1_Start_TisU3CReadStringValueAsyncU3Ed__37_tC22F6DC2FBC218785263CEEFF8AC80A27BD5DFBE_m080497BCDEBD879FD31916E669940326BF2B1648 (AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0* __this, U3CReadStringValueAsyncU3Ed__37_tC22F6DC2FBC218785263CEEFF8AC80A27BD5DFBE* ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0*, U3CReadStringValueAsyncU3Ed__37_tC22F6DC2FBC218785263CEEFF8AC80A27BD5DFBE*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CReadStringValueAsyncU3Ed__37_tC22F6DC2FBC218785263CEEFF8AC80A27BD5DFBE_m080497BCDEBD879FD31916E669940326BF2B1648_gshared)(__this, ___stateMachine0, method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>::Start<Newtonsoft.Json.JsonTextReader/<ReadNumberValueAsync>d__38>(TStateMachine&)
inline void AsyncTaskMethodBuilder_1_Start_TisU3CReadNumberValueAsyncU3Ed__38_t1E673208CDB5C144FFC3F97CDF0C05BC03B38BDE_m48A2F718E69447B804EDA80AF90B3ABA0D865D40 (AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0* __this, U3CReadNumberValueAsyncU3Ed__38_t1E673208CDB5C144FFC3F97CDF0C05BC03B38BDE* ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0*, U3CReadNumberValueAsyncU3Ed__38_t1E673208CDB5C144FFC3F97CDF0C05BC03B38BDE*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CReadNumberValueAsyncU3Ed__38_t1E673208CDB5C144FFC3F97CDF0C05BC03B38BDE_m48A2F718E69447B804EDA80AF90B3ABA0D865D40_gshared)(__this, ___stateMachine0, method);
}
// System.Threading.Tasks.Task`1<System.Nullable`1<System.Boolean>> Newtonsoft.Json.JsonReader::ReadAsBooleanAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t73C2C5C7202C39C9ED1CE9CD750B63BD7B0705D0* JsonReader_ReadAsBooleanAsync_m7B91C214731A467ADEEFD9A69A33E7446325A883 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method) ;
// System.Threading.Tasks.Task`1<System.Nullable`1<System.Boolean>> Newtonsoft.Json.JsonTextReader::DoReadAsBooleanAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t73C2C5C7202C39C9ED1CE9CD750B63BD7B0705D0* JsonTextReader_DoReadAsBooleanAsync_m9A0DCA91FA8E200852CE0BC966DF5BF7EE8CB4D6 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method) ;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Boolean>>::Create()
inline AsyncTaskMethodBuilder_1_t0F76E779969EE3E617B35882CAB293B65403E2F3 AsyncTaskMethodBuilder_1_Create_m145FFCC5EF8FDBB354085B56EE5CA5B865F5F49C (const RuntimeMethod* method)
{
return (( AsyncTaskMethodBuilder_1_t0F76E779969EE3E617B35882CAB293B65403E2F3 (*) (const RuntimeMethod*))AsyncTaskMethodBuilder_1_Create_m145FFCC5EF8FDBB354085B56EE5CA5B865F5F49C_gshared)(method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Boolean>>::Start<Newtonsoft.Json.JsonTextReader/<DoReadAsBooleanAsync>d__40>(TStateMachine&)
inline void AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsBooleanAsyncU3Ed__40_t1FC234CFBC3D01B9FD2C9F2365D0A7BA3E12AEDF_m6F2CBEC779E5B962AD9FBC91040BDD3F8D794747 (AsyncTaskMethodBuilder_1_t0F76E779969EE3E617B35882CAB293B65403E2F3* __this, U3CDoReadAsBooleanAsyncU3Ed__40_t1FC234CFBC3D01B9FD2C9F2365D0A7BA3E12AEDF* ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_t0F76E779969EE3E617B35882CAB293B65403E2F3*, U3CDoReadAsBooleanAsyncU3Ed__40_t1FC234CFBC3D01B9FD2C9F2365D0A7BA3E12AEDF*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsBooleanAsyncU3Ed__40_t1FC234CFBC3D01B9FD2C9F2365D0A7BA3E12AEDF_m6F2CBEC779E5B962AD9FBC91040BDD3F8D794747_gshared)(__this, ___stateMachine0, method);
}
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Boolean>>::get_Task()
inline Task_1_t73C2C5C7202C39C9ED1CE9CD750B63BD7B0705D0* AsyncTaskMethodBuilder_1_get_Task_m7240951B6E9A5DB275CDFCA78339FFEE26BA8802 (AsyncTaskMethodBuilder_1_t0F76E779969EE3E617B35882CAB293B65403E2F3* __this, const RuntimeMethod* method)
{
return (( Task_1_t73C2C5C7202C39C9ED1CE9CD750B63BD7B0705D0* (*) (AsyncTaskMethodBuilder_1_t0F76E779969EE3E617B35882CAB293B65403E2F3*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_get_Task_m7240951B6E9A5DB275CDFCA78339FFEE26BA8802_gshared)(__this, method);
}
// System.Threading.Tasks.Task`1<System.Byte[]> Newtonsoft.Json.JsonReader::ReadAsBytesAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t46575E75F710D631831E756B5DE20429700F6B95* JsonReader_ReadAsBytesAsync_m661FB964C3FF180A9727167CE0E981B1DD9B5F50 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method) ;
// System.Threading.Tasks.Task`1<System.Byte[]> Newtonsoft.Json.JsonTextReader::DoReadAsBytesAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t46575E75F710D631831E756B5DE20429700F6B95* JsonTextReader_DoReadAsBytesAsync_mD7C37F20AF5305E8A9DCE9D55C4EA6250C28A12B (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Byte[]>::Start<Newtonsoft.Json.JsonTextReader/<DoReadAsBytesAsync>d__42>(TStateMachine&)
inline void AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsBytesAsyncU3Ed__42_tD52457B8015747423AFC01351311EB45A1F1EE68_m1C271C574FA57279BC7DB76D1610541893975F07 (AsyncTaskMethodBuilder_1_tF4B144BF5EE52E8AC70FFD31FC2684642AC52B81* __this, U3CDoReadAsBytesAsyncU3Ed__42_tD52457B8015747423AFC01351311EB45A1F1EE68* ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_tF4B144BF5EE52E8AC70FFD31FC2684642AC52B81*, U3CDoReadAsBytesAsyncU3Ed__42_tD52457B8015747423AFC01351311EB45A1F1EE68*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsBytesAsyncU3Ed__42_tD52457B8015747423AFC01351311EB45A1F1EE68_m10EC9590B3830BB5431E111E2FDF2CDBF90E09BA_gshared)(__this, ___stateMachine0, method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<Newtonsoft.Json.JsonTextReader/<ReadIntoWrappedTypeObjectAsync>d__43>(TStateMachine&)
inline void AsyncTaskMethodBuilder_Start_TisU3CReadIntoWrappedTypeObjectAsyncU3Ed__43_t95F011C64E38B823F87C7E435802A2056FF03B2F_m73A16AA768AC856BAEBF9F4D00602BD683B6C874 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CReadIntoWrappedTypeObjectAsyncU3Ed__43_t95F011C64E38B823F87C7E435802A2056FF03B2F* ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CReadIntoWrappedTypeObjectAsyncU3Ed__43_t95F011C64E38B823F87C7E435802A2056FF03B2F*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CReadIntoWrappedTypeObjectAsyncU3Ed__43_t95F011C64E38B823F87C7E435802A2056FF03B2F_m73A16AA768AC856BAEBF9F4D00602BD683B6C874_gshared)(__this, ___stateMachine0, method);
}
// System.Threading.Tasks.Task`1<System.Nullable`1<System.DateTime>> Newtonsoft.Json.JsonReader::ReadAsDateTimeAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t65DD22766038CC419979FC66D2CFEF60381EE84B* JsonReader_ReadAsDateTimeAsync_mBCEA560CFB7826FA41859CC96F232F757D2AE638 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method) ;
// System.Threading.Tasks.Task`1<System.Nullable`1<System.DateTime>> Newtonsoft.Json.JsonTextReader::DoReadAsDateTimeAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t65DD22766038CC419979FC66D2CFEF60381EE84B* JsonTextReader_DoReadAsDateTimeAsync_mC21BF9CF87C4787A36FBA32A99FE2CD193280462 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method) ;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.DateTime>>::Create()
inline AsyncTaskMethodBuilder_1_tD13C30CCEA06DAAC3D725FDE727D31CE7D60BC5E AsyncTaskMethodBuilder_1_Create_m9A684FC6084699E902E2812424176F19A84C2021 (const RuntimeMethod* method)
{
return (( AsyncTaskMethodBuilder_1_tD13C30CCEA06DAAC3D725FDE727D31CE7D60BC5E (*) (const RuntimeMethod*))AsyncTaskMethodBuilder_1_Create_m9A684FC6084699E902E2812424176F19A84C2021_gshared)(method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.DateTime>>::Start<Newtonsoft.Json.JsonTextReader/<DoReadAsDateTimeAsync>d__45>(TStateMachine&)
inline void AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsDateTimeAsyncU3Ed__45_t5AD785D70EAFD5E48A58440513186424824D0880_m449ABA9E5BCB8727CEC641F097DFF89DA4FFD0AD (AsyncTaskMethodBuilder_1_tD13C30CCEA06DAAC3D725FDE727D31CE7D60BC5E* __this, U3CDoReadAsDateTimeAsyncU3Ed__45_t5AD785D70EAFD5E48A58440513186424824D0880* ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_tD13C30CCEA06DAAC3D725FDE727D31CE7D60BC5E*, U3CDoReadAsDateTimeAsyncU3Ed__45_t5AD785D70EAFD5E48A58440513186424824D0880*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsDateTimeAsyncU3Ed__45_t5AD785D70EAFD5E48A58440513186424824D0880_m449ABA9E5BCB8727CEC641F097DFF89DA4FFD0AD_gshared)(__this, ___stateMachine0, method);
}
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.DateTime>>::get_Task()
inline Task_1_t65DD22766038CC419979FC66D2CFEF60381EE84B* AsyncTaskMethodBuilder_1_get_Task_mC10888726AB1CF669A543F39EC82C1B8B296C524 (AsyncTaskMethodBuilder_1_tD13C30CCEA06DAAC3D725FDE727D31CE7D60BC5E* __this, const RuntimeMethod* method)
{
return (( Task_1_t65DD22766038CC419979FC66D2CFEF60381EE84B* (*) (AsyncTaskMethodBuilder_1_tD13C30CCEA06DAAC3D725FDE727D31CE7D60BC5E*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_get_Task_mC10888726AB1CF669A543F39EC82C1B8B296C524_gshared)(__this, method);
}
// System.Threading.Tasks.Task`1<System.Nullable`1<System.DateTimeOffset>> Newtonsoft.Json.JsonReader::ReadAsDateTimeOffsetAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tEFEAE70575CF6F04BF8FB37590483461AC941964* JsonReader_ReadAsDateTimeOffsetAsync_mA1C790FD32611B67102E738E30739F431046ECDC (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method) ;
// System.Threading.Tasks.Task`1<System.Nullable`1<System.DateTimeOffset>> Newtonsoft.Json.JsonTextReader::DoReadAsDateTimeOffsetAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tEFEAE70575CF6F04BF8FB37590483461AC941964* JsonTextReader_DoReadAsDateTimeOffsetAsync_m21B7C7E6290AD6F72082A361756779BF98754E78 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method) ;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.DateTimeOffset>>::Create()
inline AsyncTaskMethodBuilder_1_tAA005815DC520CE8A2C1F518268AC0B4735B7EB6 AsyncTaskMethodBuilder_1_Create_mC57CC757E0B5634D1157643CD0D75090F6E3201A (const RuntimeMethod* method)
{
return (( AsyncTaskMethodBuilder_1_tAA005815DC520CE8A2C1F518268AC0B4735B7EB6 (*) (const RuntimeMethod*))AsyncTaskMethodBuilder_1_Create_mC57CC757E0B5634D1157643CD0D75090F6E3201A_gshared)(method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.DateTimeOffset>>::Start<Newtonsoft.Json.JsonTextReader/<DoReadAsDateTimeOffsetAsync>d__47>(TStateMachine&)
inline void AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsDateTimeOffsetAsyncU3Ed__47_t378C51B5DE3CAFAB26E5C8766C8EBFE1E4EC4450_m060B107A046488DA942588B3FF727CAA75A600C5 (AsyncTaskMethodBuilder_1_tAA005815DC520CE8A2C1F518268AC0B4735B7EB6* __this, U3CDoReadAsDateTimeOffsetAsyncU3Ed__47_t378C51B5DE3CAFAB26E5C8766C8EBFE1E4EC4450* ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_tAA005815DC520CE8A2C1F518268AC0B4735B7EB6*, U3CDoReadAsDateTimeOffsetAsyncU3Ed__47_t378C51B5DE3CAFAB26E5C8766C8EBFE1E4EC4450*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsDateTimeOffsetAsyncU3Ed__47_t378C51B5DE3CAFAB26E5C8766C8EBFE1E4EC4450_m060B107A046488DA942588B3FF727CAA75A600C5_gshared)(__this, ___stateMachine0, method);
}
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.DateTimeOffset>>::get_Task()
inline Task_1_tEFEAE70575CF6F04BF8FB37590483461AC941964* AsyncTaskMethodBuilder_1_get_Task_mFF107A582F8CB464DC795B93946486F5CB72C967 (AsyncTaskMethodBuilder_1_tAA005815DC520CE8A2C1F518268AC0B4735B7EB6* __this, const RuntimeMethod* method)
{
return (( Task_1_tEFEAE70575CF6F04BF8FB37590483461AC941964* (*) (AsyncTaskMethodBuilder_1_tAA005815DC520CE8A2C1F518268AC0B4735B7EB6*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_get_Task_mFF107A582F8CB464DC795B93946486F5CB72C967_gshared)(__this, method);
}
// System.Threading.Tasks.Task`1<System.Nullable`1<System.Decimal>> Newtonsoft.Json.JsonReader::ReadAsDecimalAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t1253923251256D5BDFC2FDA8EFF422DBBAB7C239* JsonReader_ReadAsDecimalAsync_m2DE9F65BA79A00287A9933D45255C354C9CD53DF (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method) ;
// System.Threading.Tasks.Task`1<System.Nullable`1<System.Decimal>> Newtonsoft.Json.JsonTextReader::DoReadAsDecimalAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t1253923251256D5BDFC2FDA8EFF422DBBAB7C239* JsonTextReader_DoReadAsDecimalAsync_m37EFF06C01B3714012C0C865D3E28CD712186DF4 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method) ;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Decimal>>::Create()
inline AsyncTaskMethodBuilder_1_t217E99BB21C2C44C75A9042892F2D37033643B36 AsyncTaskMethodBuilder_1_Create_m53D0A527D96BEE82B2B6ABA81CAC967228B0E452 (const RuntimeMethod* method)
{
return (( AsyncTaskMethodBuilder_1_t217E99BB21C2C44C75A9042892F2D37033643B36 (*) (const RuntimeMethod*))AsyncTaskMethodBuilder_1_Create_m53D0A527D96BEE82B2B6ABA81CAC967228B0E452_gshared)(method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Decimal>>::Start<Newtonsoft.Json.JsonTextReader/<DoReadAsDecimalAsync>d__49>(TStateMachine&)
inline void AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsDecimalAsyncU3Ed__49_t678B51EA86EBF0CCD323147293035394B33C8DDF_m7204A889585AE59C502389FACAB6555D0D49B057 (AsyncTaskMethodBuilder_1_t217E99BB21C2C44C75A9042892F2D37033643B36* __this, U3CDoReadAsDecimalAsyncU3Ed__49_t678B51EA86EBF0CCD323147293035394B33C8DDF* ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_t217E99BB21C2C44C75A9042892F2D37033643B36*, U3CDoReadAsDecimalAsyncU3Ed__49_t678B51EA86EBF0CCD323147293035394B33C8DDF*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsDecimalAsyncU3Ed__49_t678B51EA86EBF0CCD323147293035394B33C8DDF_m7204A889585AE59C502389FACAB6555D0D49B057_gshared)(__this, ___stateMachine0, method);
}
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Decimal>>::get_Task()
inline Task_1_t1253923251256D5BDFC2FDA8EFF422DBBAB7C239* AsyncTaskMethodBuilder_1_get_Task_m1BFEC2D85643659CCFCB0055986B849F09DB6DE2 (AsyncTaskMethodBuilder_1_t217E99BB21C2C44C75A9042892F2D37033643B36* __this, const RuntimeMethod* method)
{
return (( Task_1_t1253923251256D5BDFC2FDA8EFF422DBBAB7C239* (*) (AsyncTaskMethodBuilder_1_t217E99BB21C2C44C75A9042892F2D37033643B36*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_get_Task_m1BFEC2D85643659CCFCB0055986B849F09DB6DE2_gshared)(__this, method);
}
// System.Threading.Tasks.Task`1<System.Nullable`1<System.Double>> Newtonsoft.Json.JsonReader::ReadAsDoubleAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tB943B576D2304CD76D3E20C67231C192B2DD0C41* JsonReader_ReadAsDoubleAsync_m9D7FD38E2EE8FF9EF87FF1FE49728F7D1479A740 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method) ;
// System.Threading.Tasks.Task`1<System.Nullable`1<System.Double>> Newtonsoft.Json.JsonTextReader::DoReadAsDoubleAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tB943B576D2304CD76D3E20C67231C192B2DD0C41* JsonTextReader_DoReadAsDoubleAsync_m278E30B1DED6176A8E95DA1C5A00A4443A760D97 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method) ;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Double>>::Create()
inline AsyncTaskMethodBuilder_1_t5019936B22640F9C2547CBE357F45D942841FAC7 AsyncTaskMethodBuilder_1_Create_mE1BCAD450F9F52C26974E07F87A47C1EBEAE2B06 (const RuntimeMethod* method)
{
return (( AsyncTaskMethodBuilder_1_t5019936B22640F9C2547CBE357F45D942841FAC7 (*) (const RuntimeMethod*))AsyncTaskMethodBuilder_1_Create_mE1BCAD450F9F52C26974E07F87A47C1EBEAE2B06_gshared)(method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Double>>::Start<Newtonsoft.Json.JsonTextReader/<DoReadAsDoubleAsync>d__51>(TStateMachine&)
inline void AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsDoubleAsyncU3Ed__51_t0C6FAF7D482F0EC5D559436276EDF6252501D031_m0A8575CA689D9CE2DB545B1B35AE1A6045D46DC8 (AsyncTaskMethodBuilder_1_t5019936B22640F9C2547CBE357F45D942841FAC7* __this, U3CDoReadAsDoubleAsyncU3Ed__51_t0C6FAF7D482F0EC5D559436276EDF6252501D031* ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_t5019936B22640F9C2547CBE357F45D942841FAC7*, U3CDoReadAsDoubleAsyncU3Ed__51_t0C6FAF7D482F0EC5D559436276EDF6252501D031*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsDoubleAsyncU3Ed__51_t0C6FAF7D482F0EC5D559436276EDF6252501D031_m0A8575CA689D9CE2DB545B1B35AE1A6045D46DC8_gshared)(__this, ___stateMachine0, method);
}
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Double>>::get_Task()
inline Task_1_tB943B576D2304CD76D3E20C67231C192B2DD0C41* AsyncTaskMethodBuilder_1_get_Task_m7164E00326DC7BC82FE12A781478471DD7A1CE69 (AsyncTaskMethodBuilder_1_t5019936B22640F9C2547CBE357F45D942841FAC7* __this, const RuntimeMethod* method)
{
return (( Task_1_tB943B576D2304CD76D3E20C67231C192B2DD0C41* (*) (AsyncTaskMethodBuilder_1_t5019936B22640F9C2547CBE357F45D942841FAC7*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_get_Task_m7164E00326DC7BC82FE12A781478471DD7A1CE69_gshared)(__this, method);
}
// System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>> Newtonsoft.Json.JsonReader::ReadAsInt32Async(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t75694119DBB4B68675BB4BAB3E446BA4EE5C91C7* JsonReader_ReadAsInt32Async_mC3FD2AC1BE306C85BF8EA9C9B20E04ECCE7E1336 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method) ;
// System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>> Newtonsoft.Json.JsonTextReader::DoReadAsInt32Async(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t75694119DBB4B68675BB4BAB3E446BA4EE5C91C7* JsonTextReader_DoReadAsInt32Async_m6D964084617827FDF4BAA9B38A62E908560EFC32 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method) ;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Int32>>::Create()
inline AsyncTaskMethodBuilder_1_t7BA09CA1BB279AA706D98A618EE11038FD1985F7 AsyncTaskMethodBuilder_1_Create_mD6BC27D1E6350ECB9B61238E38D4C15C8CE96802 (const RuntimeMethod* method)
{
return (( AsyncTaskMethodBuilder_1_t7BA09CA1BB279AA706D98A618EE11038FD1985F7 (*) (const RuntimeMethod*))AsyncTaskMethodBuilder_1_Create_mD6BC27D1E6350ECB9B61238E38D4C15C8CE96802_gshared)(method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Int32>>::Start<Newtonsoft.Json.JsonTextReader/<DoReadAsInt32Async>d__53>(TStateMachine&)
inline void AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsInt32AsyncU3Ed__53_t13C3AFD09883FEE38A0D5B54C93A6B599D2AB480_mC67780F282D939619D7ED7DEAEF4F907CEE9049C (AsyncTaskMethodBuilder_1_t7BA09CA1BB279AA706D98A618EE11038FD1985F7* __this, U3CDoReadAsInt32AsyncU3Ed__53_t13C3AFD09883FEE38A0D5B54C93A6B599D2AB480* ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_t7BA09CA1BB279AA706D98A618EE11038FD1985F7*, U3CDoReadAsInt32AsyncU3Ed__53_t13C3AFD09883FEE38A0D5B54C93A6B599D2AB480*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsInt32AsyncU3Ed__53_t13C3AFD09883FEE38A0D5B54C93A6B599D2AB480_mC67780F282D939619D7ED7DEAEF4F907CEE9049C_gshared)(__this, ___stateMachine0, method);
}
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<System.Int32>>::get_Task()
inline Task_1_t75694119DBB4B68675BB4BAB3E446BA4EE5C91C7* AsyncTaskMethodBuilder_1_get_Task_mB36BC37F05CC1BD3EDB9EC66B9BBEA7DE33F3D03 (AsyncTaskMethodBuilder_1_t7BA09CA1BB279AA706D98A618EE11038FD1985F7* __this, const RuntimeMethod* method)
{
return (( Task_1_t75694119DBB4B68675BB4BAB3E446BA4EE5C91C7* (*) (AsyncTaskMethodBuilder_1_t7BA09CA1BB279AA706D98A618EE11038FD1985F7*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_get_Task_mB36BC37F05CC1BD3EDB9EC66B9BBEA7DE33F3D03_gshared)(__this, method);
}
// System.Threading.Tasks.Task`1<System.String> Newtonsoft.Json.JsonReader::ReadAsStringAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0* JsonReader_ReadAsStringAsync_m8B4330A1EF2D6421D749CCCBEAF033EE1C721DB2 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method) ;
// System.Threading.Tasks.Task`1<System.String> Newtonsoft.Json.JsonTextReader::DoReadAsStringAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0* JsonTextReader_DoReadAsStringAsync_m4E562E024DC298ADC6927AECD9779F4574901154 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method) ;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.String>::Create()
inline AsyncTaskMethodBuilder_1_tA28B0962049DC249BEC0054E2394B1962E28E90E AsyncTaskMethodBuilder_1_Create_m4CB15D06286C7AA0BA8318800D23A9D574CBE0E8 (const RuntimeMethod* method)
{
return (( AsyncTaskMethodBuilder_1_tA28B0962049DC249BEC0054E2394B1962E28E90E (*) (const RuntimeMethod*))AsyncTaskMethodBuilder_1_Create_mAFCDBB3F3D94DC87243FAB2D72DD85D1EFB68441_gshared)(method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.String>::Start<Newtonsoft.Json.JsonTextReader/<DoReadAsStringAsync>d__55>(TStateMachine&)
inline void AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsStringAsyncU3Ed__55_t63C07945627752D063789D6C1D3B1CC86046B053_mEC090F18EFACFA666FE1A91E464AA935865087C9 (AsyncTaskMethodBuilder_1_tA28B0962049DC249BEC0054E2394B1962E28E90E* __this, U3CDoReadAsStringAsyncU3Ed__55_t63C07945627752D063789D6C1D3B1CC86046B053* ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_tA28B0962049DC249BEC0054E2394B1962E28E90E*, U3CDoReadAsStringAsyncU3Ed__55_t63C07945627752D063789D6C1D3B1CC86046B053*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsStringAsyncU3Ed__55_t63C07945627752D063789D6C1D3B1CC86046B053_mE73818052D37FDED1624F9056D479D6E747E2150_gshared)(__this, ___stateMachine0, method);
}
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.String>::get_Task()
inline Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0* AsyncTaskMethodBuilder_1_get_Task_m01EB243CF4396C9A2645F71572B47CF12151974E (AsyncTaskMethodBuilder_1_tA28B0962049DC249BEC0054E2394B1962E28E90E* __this, const RuntimeMethod* method)
{
return (( Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0* (*) (AsyncTaskMethodBuilder_1_tA28B0962049DC249BEC0054E2394B1962E28E90E*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_get_Task_mEA092EC6F1324A9D694CF6056FA8583F2A2BDC89_gshared)(__this, method);
}
// System.Void Newtonsoft.Json.JsonReader::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader__ctor_m1C65CDB90A8B108668938BBE17329FEC76D62C27 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method) ;
// System.Boolean Newtonsoft.Json.Utilities.StringBuffer::get_IsEmpty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringBuffer_get_IsEmpty_m0FF70318FF5ED6D3C0E2C1BD3E5B3BDBB7C0A884 (StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* __this, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.Utilities.StringBuffer::.ctor(Newtonsoft.Json.IArrayPool`1<System.Char>,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuffer__ctor_m0B0B11963A1F7B3F240F8993C116DB8EC5ECE96C (StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* __this, RuntimeObject* ___bufferPool0, int32_t ___initalSize1, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonTextReader::OnNewLine(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_OnNewLine_m81EAB877B3ED61FD2CA6EEB7A25D981649E8CCE2 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, int32_t ___pos0, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonTextReader::ShiftBufferIfNeeded()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_ShiftBufferIfNeeded_mD95108D35B37F15DEFE4279E975DE93C324762FC (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonTextReader::ReadStringIntoBuffer(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_ReadStringIntoBuffer_m22539A750E1BCDC2E4F23D60A3832B5AC34705C4 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, Il2CppChar ___quote0, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonTextReader::ParseReadString(System.Char,Newtonsoft.Json.ReadType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_ParseReadString_m81582C4B4E5F9FF8CD94FB11411BACB73ED34997 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, Il2CppChar ___quote0, int32_t ___readType1, const RuntimeMethod* method) ;
// System.Int32 Newtonsoft.Json.Utilities.StringReference::get_Length()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t StringReference_get_Length_m65CF2F68237C0273F5BE4B4B0DCD4247CD940385_inline (StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* __this, const RuntimeMethod* method) ;
// System.String Newtonsoft.Json.Utilities.StringReference::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringReference_ToString_m14E995A62CEC0B0C1313E51D01878B015EB38EF6 (StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* __this, const RuntimeMethod* method) ;
// System.Char[] Newtonsoft.Json.Utilities.StringReference::get_Chars()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* StringReference_get_Chars_mCAEA9DDED5058DE07529C24621E510E396B79A6B_inline (StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* __this, const RuntimeMethod* method) ;
// System.Int32 Newtonsoft.Json.Utilities.StringReference::get_StartIndex()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t StringReference_get_StartIndex_mC3DD76078312694DB7C297115073EAE930B42925_inline (StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* __this, const RuntimeMethod* method) ;
// System.Byte[] System.Convert::FromBase64CharArray(System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* Convert_FromBase64CharArray_m084747DF9F015CDE232656C475FB666FF57E45D9 (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___inArray0, int32_t ___offset1, int32_t ___length2, const RuntimeMethod* method) ;
// System.Boolean Newtonsoft.Json.Utilities.DateTimeUtils::TryParseDateTime(Newtonsoft.Json.Utilities.StringReference,Newtonsoft.Json.DateTimeZoneHandling,System.String,System.Globalization.CultureInfo,System.DateTime&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeUtils_TryParseDateTime_mEC59F5A8892355DECAB855A697E51662EC377A06 (StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C ___s0, int32_t ___dateTimeZoneHandling1, String_t* ___dateFormatString2, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___culture3, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* ___dt4, const RuntimeMethod* method) ;
// System.Boolean Newtonsoft.Json.Utilities.DateTimeUtils::TryParseDateTimeOffset(Newtonsoft.Json.Utilities.StringReference,System.String,System.Globalization.CultureInfo,System.DateTimeOffset&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeUtils_TryParseDateTimeOffset_mEA4AC9469E7956D1EDE271E677AAC39C4A307EA4 (StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C ___s0, String_t* ___dateFormatString1, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___culture2, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* ___dt3, const RuntimeMethod* method) ;
// System.Void System.Buffer::BlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_BlockCopy_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9 (RuntimeArray* ___src0, int32_t ___srcOffset1, RuntimeArray* ___dst2, int32_t ___dstOffset3, int32_t ___count4, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonTextReader::BlockCopyChars(System.Char[],System.Int32,System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_BlockCopyChars_m47C0362B7369CD73FFE01C0DDB18041FD453755F (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___src0, int32_t ___srcOffset1, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___dst2, int32_t ___dstOffset3, int32_t ___count4, const RuntimeMethod* method) ;
// System.Int32 Newtonsoft.Json.JsonTextReader::ReadData(System.Boolean,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonTextReader_ReadData_mFCC7C912D4C854B4222596EB5FCB4D91571C4623 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, bool ___append0, int32_t ___charsRequired1, const RuntimeMethod* method) ;
// System.Int32 System.Math::Max(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Max_m830F00B616D7A2130E46E974DFB27E9DA7FE30E5 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method) ;
// System.Char[] Newtonsoft.Json.Utilities.BufferUtils::RentBuffer(Newtonsoft.Json.IArrayPool`1<System.Char>,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* BufferUtils_RentBuffer_m70AF45505A9D28EA1A35B54194A366F69112DB9D (RuntimeObject* ___bufferPool0, int32_t ___minSize1, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.Utilities.BufferUtils::ReturnBuffer(Newtonsoft.Json.IArrayPool`1<System.Char>,System.Char[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferUtils_ReturnBuffer_m4E16405935FE4EAAC437FDA5221F38E9E89CD797 (RuntimeObject* ___bufferPool0, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___buffer1, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonTextReader::PrepareBufferForReadData(System.Boolean,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_PrepareBufferForReadData_mB98A62AD4E1250EE5E4F99264D462DBBB2B5EC91 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, bool ___append0, int32_t ___charsRequired1, const RuntimeMethod* method) ;
// System.Boolean Newtonsoft.Json.JsonTextReader::ReadChars(System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonTextReader_ReadChars_m081990A295318CD8C1DB29994465F9CF06B8FDCA (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, int32_t ___relativePosition0, bool ___append1, const RuntimeMethod* method) ;
// System.Boolean Newtonsoft.Json.JsonTextReader::ParseValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonTextReader_ParseValue_mDED4C55A0064009E981474138317B8D7CA778E81 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method) ;
// System.Boolean Newtonsoft.Json.JsonTextReader::ParseObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonTextReader_ParseObject_mC928FB614717EA429B2E56B1ECE16DBEF0462C0D (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method) ;
// System.Boolean Newtonsoft.Json.JsonTextReader::ParsePostValue(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonTextReader_ParsePostValue_m5A3EEE31E3D1991F35854AC96C29563F587640EB (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, bool ___ignoreComments0, const RuntimeMethod* method) ;
// System.Boolean Newtonsoft.Json.JsonTextReader::EnsureChars(System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonTextReader_EnsureChars_m7CABC04368BBB274FD5A8774DFEE5AF9202E0607 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, int32_t ___relativePosition0, bool ___append1, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonTextReader::EatWhitespace()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_EatWhitespace_m9CA8777547A7CB2C6EBA722471DC6594DE430EFB (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonTextReader::ParseComment(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_ParseComment_mBA16BDED23A3AE70DDF01C0DF209FC829BE0D406 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, bool ___setToken0, const RuntimeMethod* method) ;
// System.Object Newtonsoft.Json.JsonTextReader::ReadNumberValue(Newtonsoft.Json.ReadType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonTextReader_ReadNumberValue_mEA7EBB1B9A7673A62E976573D0FD11AF3A4C49FA (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, int32_t ___readType0, const RuntimeMethod* method) ;
// System.Object Newtonsoft.Json.JsonTextReader::ReadStringValue(Newtonsoft.Json.ReadType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonTextReader_ReadStringValue_m52DD00E9F1C25D4855D0023D889877D2F46D8446 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, int32_t ___readType0, const RuntimeMethod* method) ;
// System.Boolean Newtonsoft.Json.JsonTextReader::ReadNullChar()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonTextReader_ReadNullChar_mED59672A36E9DF9B725D24CF508606ABB54CAFA6 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonTextReader::ParseString(System.Char,Newtonsoft.Json.ReadType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_ParseString_mD8CC43B7912D85812D682177D6AE07121D2AC57A (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, Il2CppChar ___quote0, int32_t ___readType1, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonTextReader::HandleNull()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_HandleNull_m29E36B9003D6A5A1229326201A5AAA7A84BBE17A (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonTextReader::ProcessValueComma()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_ProcessValueComma_mC7F07BBCAA5B3D96F7A98AB3416DECA99C76242D (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method) ;
// Newtonsoft.Json.JsonReaderException Newtonsoft.Json.JsonTextReader::CreateUnexpectedCharacterException(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* JsonTextReader_CreateUnexpectedCharacterException_m0080C6FB924D41B32A49FE1FF6723004770F81DA (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, Il2CppChar ___c0, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonTextReader::ProcessCarriageReturn(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_ProcessCarriageReturn_m9BEFD304E778395A07F6238F1B2A47AE5B07C12F (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, bool ___append0, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonTextReader::ProcessLineFeed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_ProcessLineFeed_m3E201A9963B7A588FB1BFF4B8B0D3AA145E0002B (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method) ;
// System.Boolean System.Char::IsWhiteSpace(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m9CE0F6685DB2502ABE106D160F95A287EFC07EF9 (Il2CppChar ___c0, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonTextReader::ReadFinished()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_ReadFinished_m9FB34AB2BA71C2896F2425A7C2B651A2FE15F354 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method) ;
// System.Object Newtonsoft.Json.JsonTextReader::FinishReadQuotedStringValue(Newtonsoft.Json.ReadType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonTextReader_FinishReadQuotedStringValue_m8F071F23293B3801B94F15DD3FB582CCA549C9C4 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, int32_t ___readType0, const RuntimeMethod* method) ;
// System.Object Newtonsoft.Json.JsonTextReader::ParseNumberNegativeInfinity(Newtonsoft.Json.ReadType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonTextReader_ParseNumberNegativeInfinity_m66DE18B2677FAFE1F6BC99D4A0E9FBB89F47F3A1 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, int32_t ___readType0, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonTextReader::ParseNumber(Newtonsoft.Json.ReadType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_ParseNumber_mDB4BDACD7DFFBE6F96E723D9491438282FD703E4 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, int32_t ___readType0, const RuntimeMethod* method) ;
// System.Boolean Newtonsoft.Json.JsonTextReader::MatchValueWithTrailingSeparator(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonTextReader_MatchValueWithTrailingSeparator_m2FF58D79A9DECB4E8A525FEB81764592EE375AA5 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonReader::SetToken(Newtonsoft.Json.JsonToken,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_SetToken_m57B521A8D559EBEC2CF1FED3001068F4F897FEFF (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, int32_t ___newToken0, RuntimeObject* ___value1, const RuntimeMethod* method) ;
// System.Object Newtonsoft.Json.JsonTextReader::ParseNumberPositiveInfinity(Newtonsoft.Json.ReadType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonTextReader_ParseNumberPositiveInfinity_mD0CE3A7D6489B26B0E2D720D0D643D092F8D3BE3 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, int32_t ___readType0, const RuntimeMethod* method) ;
// System.Object Newtonsoft.Json.JsonTextReader::ParseNumberNaN(Newtonsoft.Json.ReadType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonTextReader_ParseNumberNaN_m2E1E654009F175EE501616C680C9E3998DC5211F (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, int32_t ___readType0, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonReader::SetStateBasedOnCurrent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_SetStateBasedOnCurrent_m6D87B324B2C242175441D53056B94620AF006C70 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method) ;
// System.Object Newtonsoft.Json.JsonTextReader::FinishReadQuotedNumber(Newtonsoft.Json.ReadType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonTextReader_FinishReadQuotedNumber_mFD6E505434388810AFBF350496C12378874109B8 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, int32_t ___readType0, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonTextReader::ParseNull()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_ParseNull_m919795B4C72BE47235F01092E85A2ACFAB37D727 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method) ;
// System.Int32 Newtonsoft.Json.JsonTextReader::ReadData(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonTextReader_ReadData_m6F95C344F7FA0C2CF2590AB617B6F26730594F21 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, bool ___append0, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.Utilities.StringBuffer::set_Position(System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void StringBuffer_set_Position_m68C6F0EBF858CFCF3D10A8D1D255B24ADA883263_inline (StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Char Newtonsoft.Json.JsonTextReader::ParseUnicode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar JsonTextReader_ParseUnicode_mBB40787A8BC433976B8E9C9C645DB346972AE0C3 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method) ;
// System.Boolean Newtonsoft.Json.Utilities.StringUtils::IsLowSurrogate(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringUtils_IsLowSurrogate_m6B66E5D7F580BB02DD0D3BC932EB82FF581AD52A (Il2CppChar ___c0, const RuntimeMethod* method) ;
// System.Boolean Newtonsoft.Json.Utilities.StringUtils::IsHighSurrogate(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringUtils_IsHighSurrogate_mFA37CF3666E8F57D57EE188FDA3BA5CA2E7B84A0 (Il2CppChar ___c0, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonTextReader::EnsureBufferNotEmpty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_EnsureBufferNotEmpty_m05AC0A08C014C8603FAE0645369960741B939915 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonTextReader::WriteCharToBuffer(System.Char,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_WriteCharToBuffer_mA1684E95F08F9D0EB2A64C37BEE05D40F016CE58 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, Il2CppChar ___writeChar0, int32_t ___lastWritePosition1, int32_t ___writeToPosition2, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonTextReader::FinishReadStringIntoBuffer(System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_FinishReadStringIntoBuffer_m822EA120895B478D716330FF69BA95E564A75B49 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, int32_t ___charPos0, int32_t ___initialPosition1, int32_t ___lastWritePosition2, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.Utilities.StringReference::.ctor(System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringReference__ctor_mCAEF5A34A8FD029BA4399BDEAD6B9AB67515A5B2 (StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___chars0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.Utilities.StringBuffer::Append(Newtonsoft.Json.IArrayPool`1<System.Char>,System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuffer_Append_mCF7546C3A7CED19D47B3AF5ED2E0A2D456AF5DFE (StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* __this, RuntimeObject* ___bufferPool0, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___buffer1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method) ;
// System.Char[] Newtonsoft.Json.Utilities.StringBuffer::get_InternalBuffer()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* StringBuffer_get_InternalBuffer_m74C440CFC916B0D891EBEB6D577BFB518CF891B0_inline (StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* __this, const RuntimeMethod* method) ;
// System.Int32 Newtonsoft.Json.Utilities.StringBuffer::get_Position()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t StringBuffer_get_Position_m26F00F0301A7D88C7A0E2199F1E6394C2D1AB61D_inline (StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* __this, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.Utilities.StringBuffer::Append(Newtonsoft.Json.IArrayPool`1<System.Char>,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuffer_Append_m77B388D5627C9D7EBB5C5848F20C396B826253AB (StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* __this, RuntimeObject* ___bufferPool0, Il2CppChar ___value1, const RuntimeMethod* method) ;
// System.Boolean Newtonsoft.Json.Utilities.ConvertUtils::TryHexTextToInt(System.Char[],System.Int32,System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConvertUtils_TryHexTextToInt_mFCB28F9712A30F71CB3A2A4B52D90CEEEFBA246C (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___text0, int32_t ___start1, int32_t ___end2, int32_t* ___value3, const RuntimeMethod* method) ;
// System.Char System.Convert::ToChar(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_m22D0549E3F5013C6BA2E1E68B8807F20786889F1 (int32_t ___value0, const RuntimeMethod* method) ;
// System.String System.String::CreateString(System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mB7B3AC2AF28010538650051A9000369B1CD6BAB6 (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___val0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method) ;
// System.Char Newtonsoft.Json.JsonTextReader::ConvertUnicode(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar JsonTextReader_ConvertUnicode_m64A15948BD804881A97B89240A75F14A98A2BA1A (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, bool ___enoughChars0, const RuntimeMethod* method) ;
// System.Boolean Newtonsoft.Json.JsonTextReader::ReadNumberCharIntoBuffer(System.Char,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonTextReader_ReadNumberCharIntoBuffer_m4FF67C243C359F36D2D5F51F19380C79EA549D29 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, Il2CppChar ___currentChar0, int32_t ___charPos1, const RuntimeMethod* method) ;
// System.Boolean Newtonsoft.Json.JsonTextReader::ParseProperty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonTextReader_ParseProperty_m884E9FD46B7F7447F767D11E0DB5105C6320D153 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method) ;
// System.Boolean Newtonsoft.Json.JsonTextReader::ValidIdentifierChar(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonTextReader_ValidIdentifierChar_m556A407C4A508D28AD593498F1D4EFEB06ACF063 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, Il2CppChar ___value0, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonTextReader::ParseUnquotedProperty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_ParseUnquotedProperty_m27D01F8849EF755498630A3ED41AB622D3AF732A (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonTextReader::ClearRecentString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_ClearRecentString_mA9AE4B395EF4019B6E0307B2C14873C0E9A45E84 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method) ;
// System.Boolean System.Char::IsLetterOrDigit(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsLetterOrDigit_m3187D9080624F8059033B204FB5F52FF3632E11C (Il2CppChar ___c0, const RuntimeMethod* method) ;
// System.Boolean Newtonsoft.Json.JsonTextReader::ReadUnquotedPropertyReportIfDone(System.Char,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonTextReader_ReadUnquotedPropertyReportIfDone_mE2F8D4D773936DD07DE1138B649FC553992685F8 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, Il2CppChar ___currentChar0, int32_t ___initialPosition1, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonTextReader::ParseTrue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_ParseTrue_m680ED3A5A15B4AAA22B378E92B3D489F4696A3F4 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonTextReader::ParseFalse()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_ParseFalse_m0E30E5B9698EBA3749591A9EF0AB71DFD93CB8B0 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonTextReader::ParseConstructor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_ParseConstructor_m3B027AEEF6FD5790100D8F094046DC1D6EE5A677 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonTextReader::ParseUndefined()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_ParseUndefined_mE51CFE534A88607500322D701E3FB32BA047BF26 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method) ;
// System.Boolean System.Char::IsNumber(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsNumber_mDC791095BD939D5BC25410006FB6619CB77C2716 (Il2CppChar ___c0, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonTextReader::ReadNumberIntoBuffer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_ReadNumberIntoBuffer_m696A36BDB72CA515C00A2B98A879DFAD20046A7A (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonTextReader::ParseReadNumber(Newtonsoft.Json.ReadType,System.Char,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_ParseReadNumber_mDFDAFD58BCFF82ED3DFCD560D7B727825BA07F9F (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, int32_t ___readType0, Il2CppChar ___firstChar1, int32_t ___initialPosition2, const RuntimeMethod* method) ;
// System.Boolean System.Char::IsDigit(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsDigit_mC98DAF907860EFB7D26C3E126D80AD3A2CE72715 (Il2CppChar ___c0, const RuntimeMethod* method) ;
// System.Int64 System.Convert::ToInt64(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m6162CDF3331970FD93F6619040733A50E5766DDC (String_t* ___value0, int32_t ___fromBase1, const RuntimeMethod* method) ;
// Newtonsoft.Json.JsonReaderException Newtonsoft.Json.JsonTextReader::ThrowReaderError(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* JsonTextReader_ThrowReaderError_mFF98A7F8A4C4D774390854E4E5FF7A458A35724E (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, String_t* ___message0, Exception_t* ___ex1, const RuntimeMethod* method) ;
// System.Int32 System.Convert::ToInt32(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m8881C26C9DC63CBE2186F7180F780706A10283F6 (String_t* ___value0, int32_t ___fromBase1, const RuntimeMethod* method) ;
// Newtonsoft.Json.Utilities.ParseResult Newtonsoft.Json.Utilities.ConvertUtils::Int32TryParse(System.Char[],System.Int32,System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConvertUtils_Int32TryParse_m27D6FEF87EDF6A5A835E12774A5CE9BAA952D266 (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___chars0, int32_t ___start1, int32_t ___length2, int32_t* ___value3, const RuntimeMethod* method) ;
// System.Decimal System.Decimal::op_Implicit(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Decimal_op_Implicit_mF32D0DF617542CD511741BEB5A1C0D9EE8F25C40 (Il2CppChar ___value0, const RuntimeMethod* method) ;
// System.Void System.Decimal::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal__ctor_m6DDFD6E3A7A8CDEB1BADF8E09A8D8E1BDA9497A9 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Decimal System.Decimal::op_Subtraction(System.Decimal,System.Decimal)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Decimal_op_Subtraction_m50F5DC718BD003A09A5BC62BAA3DECD0745AD3F1 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___d10, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___d21, const RuntimeMethod* method) ;
// System.Decimal System.Convert::ToDecimal(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Convert_ToDecimal_m7F70A7D0070A707510BCB7A0AEE33DB31F723257 (int64_t ___value0, const RuntimeMethod* method) ;
// System.Double System.Convert::ToDouble(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Convert_ToDouble_m98DAB0DE222773D3F5F6E1E745F6C03B54524360 (int64_t ___value0, const RuntimeMethod* method) ;
// Newtonsoft.Json.Utilities.ParseResult Newtonsoft.Json.Utilities.ConvertUtils::Int64TryParse(System.Char[],System.Int32,System.Int32,System.Int64&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConvertUtils_Int64TryParse_m1EA37290CAB28B9BDD22888990F8E0E9850E8438 (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___chars0, int32_t ___start1, int32_t ___length2, int64_t* ___value3, const RuntimeMethod* method) ;
// System.Object Newtonsoft.Json.JsonTextReader::BigIntegerParse(System.String,System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR RuntimeObject* JsonTextReader_BigIntegerParse_m11E66301E712709A72A1B3373BBDB273595F9030 (String_t* ___number0, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___culture1, const RuntimeMethod* method) ;
// System.Numerics.BigInteger System.Numerics.BigInteger::Parse(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F BigInteger_Parse_mDED5D552139B603F31989B5D5A5D8F08EB9032A6 (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonTextReader::EndComment(System.Boolean,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_EndComment_m86056041BA2E6586F053E32671208B6A7D3A807E (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, bool ___setToken0, int32_t ___initialPosition1, int32_t ___endPosition2, const RuntimeMethod* method) ;
// System.Boolean Newtonsoft.Json.JsonTextReader::MatchValue(System.Boolean,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonTextReader_MatchValue_m014EB8DCBFCDC8E54522FA71313B9F47442D4356 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, bool ___enoughChars0, String_t* ___value1, const RuntimeMethod* method) ;
// System.Boolean Newtonsoft.Json.JsonTextReader::MatchValue(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonTextReader_MatchValue_m62FC383608CF5AB98A45298CCEB8D2AE6FE82BAA (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Boolean Newtonsoft.Json.JsonTextReader::IsSeparator(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonTextReader_IsSeparator_m1492A54F694AA7C0E377512461A7D62C5E01BB79 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, Il2CppChar ___c0, const RuntimeMethod* method) ;
// System.Object Newtonsoft.Json.JsonTextReader::ParseNumberNegativeInfinity(Newtonsoft.Json.ReadType,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonTextReader_ParseNumberNegativeInfinity_m22947A4019CAE1C75BBEF6649AF6F581E5D7EB00 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, int32_t ___readType0, bool ___matched1, const RuntimeMethod* method) ;
// System.Object Newtonsoft.Json.JsonTextReader::ParseNumberPositiveInfinity(Newtonsoft.Json.ReadType,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonTextReader_ParseNumberPositiveInfinity_m55117DA2065DA67095B349435C343141F5DF6064 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, int32_t ___readType0, bool ___matched1, const RuntimeMethod* method) ;
// System.Object Newtonsoft.Json.JsonTextReader::ParseNumberNaN(Newtonsoft.Json.ReadType,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonTextReader_ParseNumberNaN_m807CBF48362672E5C2BA098DAE0A6867CE04EB02 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, int32_t ___readType0, bool ___matched1, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.JsonReader::Close()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_Close_m68AD33DBE5DA0990DB82A21F3AB2D1F91AE49F84 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method) ;
// System.Boolean Newtonsoft.Json.JsonReader::get_CloseInput()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool JsonReader_get_CloseInput_m5D28FC12BD22B62AA1E493BC7A77402F1AA26DE4_inline (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method) ;
// System.Void Newtonsoft.Json.Utilities.StringBuffer::Clear(Newtonsoft.Json.IArrayPool`1<System.Char>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuffer_Clear_m6C24B7B855B0E8F12C3DC20D6191EDB81A0D65A6 (StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* __this, RuntimeObject* ___bufferPool0, const RuntimeMethod* method) ;
// System.Int32 Newtonsoft.Json.JsonTextReader::get_LinePosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonTextReader_get_LinePosition_m867272C6F2107F121486D302ADCE9A6A9CA6A354 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method) ;
// System.Int64 System.BitConverter::DoubleToInt64Bits(System.Double)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t BitConverter_DoubleToInt64Bits_m45D911F884F3B09BF39C02044EDC9BDA8084C80B_inline (double ___value0, 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
// System.Void Microsoft.CodeAnalysis.EmbeddedAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmbeddedAttribute__ctor_mC4A33536A137C1542C4A1F378A7566B56FF916AD (EmbeddedAttribute_tC2B2B55FE541386738AE5A2B7350AB966C710989* __this, const RuntimeMethod* method)
{
{
Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Runtime.CompilerServices.IsReadOnlyAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IsReadOnlyAttribute__ctor_m7E6811E67433AE8DBB22A85ECDFA502CF60733AE (IsReadOnlyAttribute_t412393826D35E4C3C4AE5909FE3F67D639C102EE* __this, const RuntimeMethod* method)
{
{
Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Runtime.CompilerServices.NullableAttribute::.ctor(System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NullableAttribute__ctor_m41CDAD1AB7B36CEDDFEAB1A43EE45F4B3197386E (NullableAttribute_tE12DE86818301058BBA3570511A38AFCA7BFB0DE* __this, uint8_t p0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)1);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = L_0;
uint8_t L_2 = p0;
NullCheck(L_1);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)L_2);
__this->___NullableFlags_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___NullableFlags_0), (void*)L_1);
return;
}
}
// System.Void System.Runtime.CompilerServices.NullableAttribute::.ctor(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NullableAttribute__ctor_mE2BD48186DE99EED8B9EB08DD7DA1E79C17FF4BE (NullableAttribute_tE12DE86818301058BBA3570511A38AFCA7BFB0DE* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* p0, const RuntimeMethod* method)
{
{
Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = p0;
__this->___NullableFlags_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___NullableFlags_0), (void*)L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Runtime.CompilerServices.NullableContextAttribute::.ctor(System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NullableContextAttribute__ctor_m622CE850194C13A85E43CF89DBA679F52508130C (NullableContextAttribute_t7696A8146ECF1153807F5C3A23A8E7ECA6E5BA00* __this, uint8_t p0, const RuntimeMethod* method)
{
{
Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL);
uint8_t L_0 = p0;
__this->___Flag_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 System.Diagnostics.CodeAnalysis.NotNullAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotNullAttribute__ctor_mA1789E597A5B98069AF1B81D333A1AAA1251620B (NotNullAttribute_tDEA5969AB691A8F65140AD3F8A97DA1F1C62D6A1* __this, const RuntimeMethod* method)
{
{
Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Diagnostics.CodeAnalysis.NotNullWhenAttribute::.ctor(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotNullWhenAttribute__ctor_mD996AD589E0B7B2540BB23A024D0363081E18BB8 (NotNullWhenAttribute_t51688EDAAFB2931702499D7CF2384403E0A293C9* __this, bool ___returnValue0, const RuntimeMethod* method)
{
{
Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL);
bool L_0 = ___returnValue0;
__this->___U3CReturnValueU3Ek__BackingField_0 = L_0;
return;
}
}
// System.Boolean System.Diagnostics.CodeAnalysis.NotNullWhenAttribute::get_ReturnValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NotNullWhenAttribute_get_ReturnValue_m28DD864D83A3CA19D34FFC6E1F46F76DE76A71BB (NotNullWhenAttribute_t51688EDAAFB2931702499D7CF2384403E0A293C9* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___U3CReturnValueU3Ek__BackingField_0;
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 System.Diagnostics.CodeAnalysis.MaybeNullAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaybeNullAttribute__ctor_m9624860547104BDA6C4B80963B955236CCFB10D3 (MaybeNullAttribute_t662AA3ECB8CCA9460F986E6E24A7091286E9D032* __this, const RuntimeMethod* method)
{
{
Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Diagnostics.CodeAnalysis.AllowNullAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AllowNullAttribute__ctor_m874A3E3477A3F05522268D25E21E8EAD201371CF (AllowNullAttribute_t6C28001C61F04EFE76D012D0BAA01A50F790996E* __this, const RuntimeMethod* method)
{
{
Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute::.ctor(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DoesNotReturnIfAttribute__ctor_mF4730B6DAA466D22FFF71A66B441F4588D23D4BB (DoesNotReturnIfAttribute_tD0F599247B4E1EEFA526CCBBB08E133E1AC99487* __this, bool ___parameterValue0, const RuntimeMethod* method)
{
{
Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL);
bool L_0 = ___parameterValue0;
__this->___U3CParameterValueU3Ek__BackingField_0 = L_0;
return;
}
}
// System.Boolean System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute::get_ParameterValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DoesNotReturnIfAttribute_get_ParameterValue_m9766CC9DF3EB88ECCAEC99B34711B4177889B8BE (DoesNotReturnIfAttribute_tD0F599247B4E1EEFA526CCBBB08E133E1AC99487* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___U3CParameterValueU3Ek__BackingField_0;
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#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.DefaultJsonNameTable::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultJsonNameTable__cctor_mEDC87CC901AD915CB145029572EDD521D6FF45A6 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultJsonNameTable_t81ABCBAD900C62AEA009A48779C3F3893DBC110D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0;
L_0 = Environment_get_TickCount_m3499A4943E060ECB90E790A097D9691448AD1276(NULL);
((DefaultJsonNameTable_t81ABCBAD900C62AEA009A48779C3F3893DBC110D_StaticFields*)il2cpp_codegen_static_fields_for(DefaultJsonNameTable_t81ABCBAD900C62AEA009A48779C3F3893DBC110D_il2cpp_TypeInfo_var))->___HashCodeRandomizer_0 = L_0;
return;
}
}
// System.Void Newtonsoft.Json.DefaultJsonNameTable::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultJsonNameTable__ctor_mEBD013018C1C7E620251EE5238FD26F3006D388D (DefaultJsonNameTable_t81ABCBAD900C62AEA009A48779C3F3893DBC110D* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EntryU5BU5D_t3184E1D42097231E108026E16E017E6C572FAA00_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
__this->____mask_3 = ((int32_t)31);
JsonNameTable__ctor_m39C6452248E6DA1BF9494BED1D11F2752A4B2467(__this, NULL);
int32_t L_0 = __this->____mask_3;
EntryU5BU5D_t3184E1D42097231E108026E16E017E6C572FAA00* L_1 = (EntryU5BU5D_t3184E1D42097231E108026E16E017E6C572FAA00*)(EntryU5BU5D_t3184E1D42097231E108026E16E017E6C572FAA00*)SZArrayNew(EntryU5BU5D_t3184E1D42097231E108026E16E017E6C572FAA00_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(L_0, 1)));
__this->____entries_2 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____entries_2), (void*)L_1);
return;
}
}
// System.String Newtonsoft.Json.DefaultJsonNameTable::Get(System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultJsonNameTable_Get_m01D537BC2E411E152ACAFD1A3F89071735CC1EE1 (DefaultJsonNameTable_t81ABCBAD900C62AEA009A48779C3F3893DBC110D* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___key0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultJsonNameTable_t81ABCBAD900C62AEA009A48779C3F3893DBC110D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2* V_4 = NULL;
{
int32_t L_0 = ___length2;
if (L_0)
{
goto IL_0009;
}
}
{
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
return L_1;
}
IL_0009:
{
int32_t L_2 = ___length2;
il2cpp_codegen_runtime_class_init_inline(DefaultJsonNameTable_t81ABCBAD900C62AEA009A48779C3F3893DBC110D_il2cpp_TypeInfo_var);
int32_t L_3 = ((DefaultJsonNameTable_t81ABCBAD900C62AEA009A48779C3F3893DBC110D_StaticFields*)il2cpp_codegen_static_fields_for(DefaultJsonNameTable_t81ABCBAD900C62AEA009A48779C3F3893DBC110D_il2cpp_TypeInfo_var))->___HashCodeRandomizer_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_2, L_3));
int32_t L_4 = V_0;
int32_t L_5 = V_0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_6 = ___key0;
int32_t L_7 = ___start1;
NullCheck(L_6);
int32_t L_8 = L_7;
uint16_t L_9 = (uint16_t)(L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
V_0 = ((int32_t)il2cpp_codegen_add(L_4, ((int32_t)(((int32_t)(L_5<<7))^(int32_t)L_9))));
int32_t L_10 = ___start1;
int32_t L_11 = ___length2;
V_1 = ((int32_t)il2cpp_codegen_add(L_10, L_11));
int32_t L_12 = ___start1;
V_3 = ((int32_t)il2cpp_codegen_add(L_12, 1));
goto IL_0033;
}
IL_0025:
{
int32_t L_13 = V_0;
int32_t L_14 = V_0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_15 = ___key0;
int32_t L_16 = V_3;
NullCheck(L_15);
int32_t L_17 = L_16;
uint16_t L_18 = (uint16_t)(L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
V_0 = ((int32_t)il2cpp_codegen_add(L_13, ((int32_t)(((int32_t)(L_14<<7))^(int32_t)L_18))));
int32_t L_19 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_19, 1));
}
IL_0033:
{
int32_t L_20 = V_3;
int32_t L_21 = V_1;
if ((((int32_t)L_20) < ((int32_t)L_21)))
{
goto IL_0025;
}
}
{
int32_t L_22 = V_0;
int32_t L_23 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract(L_22, ((int32_t)(L_23>>((int32_t)17)))));
int32_t L_24 = V_0;
int32_t L_25 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract(L_24, ((int32_t)(L_25>>((int32_t)11)))));
int32_t L_26 = V_0;
int32_t L_27 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract(L_26, ((int32_t)(L_27>>5))));
int32_t L_28 = V_0;
int32_t L_29 = __this->____mask_3;
V_2 = ((int32_t)(L_28&L_29));
EntryU5BU5D_t3184E1D42097231E108026E16E017E6C572FAA00* L_30 = __this->____entries_2;
int32_t L_31 = V_2;
NullCheck(L_30);
int32_t L_32 = L_31;
Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2* L_33 = (L_30)->GetAt(static_cast<il2cpp_array_size_t>(L_32));
V_4 = L_33;
goto IL_008c;
}
IL_0060:
{
Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2* L_34 = V_4;
NullCheck(L_34);
int32_t L_35 = L_34->___HashCode_1;
int32_t L_36 = V_0;
if ((!(((uint32_t)L_35) == ((uint32_t)L_36))))
{
goto IL_0083;
}
}
{
Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2* L_37 = V_4;
NullCheck(L_37);
String_t* L_38 = L_37->___Value_0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_39 = ___key0;
int32_t L_40 = ___start1;
int32_t L_41 = ___length2;
il2cpp_codegen_runtime_class_init_inline(DefaultJsonNameTable_t81ABCBAD900C62AEA009A48779C3F3893DBC110D_il2cpp_TypeInfo_var);
bool L_42;
L_42 = DefaultJsonNameTable_TextEquals_m7F2F988D593002892A0D2E45DBF8933C83838883(L_38, L_39, L_40, L_41, NULL);
if (!L_42)
{
goto IL_0083;
}
}
{
Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2* L_43 = V_4;
NullCheck(L_43);
String_t* L_44 = L_43->___Value_0;
return L_44;
}
IL_0083:
{
Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2* L_45 = V_4;
NullCheck(L_45);
Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2* L_46 = L_45->___Next_2;
V_4 = L_46;
}
IL_008c:
{
Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2* L_47 = V_4;
if (L_47)
{
goto IL_0060;
}
}
{
return (String_t*)NULL;
}
}
// System.String Newtonsoft.Json.DefaultJsonNameTable::Add(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultJsonNameTable_Add_m126591FC04F969EF8DC5B25E886DD9D470F440C7 (DefaultJsonNameTable_t81ABCBAD900C62AEA009A48779C3F3893DBC110D* __this, String_t* ___key0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultJsonNameTable_t81ABCBAD900C62AEA009A48779C3F3893DBC110D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2* V_3 = NULL;
{
String_t* L_0 = ___key0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_1);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultJsonNameTable_Add_m126591FC04F969EF8DC5B25E886DD9D470F440C7_RuntimeMethod_var)));
}
IL_000e:
{
String_t* L_2 = ___key0;
NullCheck(L_2);
int32_t L_3;
L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_2, NULL);
V_0 = L_3;
int32_t L_4 = V_0;
if (L_4)
{
goto IL_001e;
}
}
{
String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
return L_5;
}
IL_001e:
{
int32_t L_6 = V_0;
il2cpp_codegen_runtime_class_init_inline(DefaultJsonNameTable_t81ABCBAD900C62AEA009A48779C3F3893DBC110D_il2cpp_TypeInfo_var);
int32_t L_7 = ((DefaultJsonNameTable_t81ABCBAD900C62AEA009A48779C3F3893DBC110D_StaticFields*)il2cpp_codegen_static_fields_for(DefaultJsonNameTable_t81ABCBAD900C62AEA009A48779C3F3893DBC110D_il2cpp_TypeInfo_var))->___HashCodeRandomizer_0;
V_1 = ((int32_t)il2cpp_codegen_add(L_6, L_7));
V_2 = 0;
goto IL_003c;
}
IL_002a:
{
int32_t L_8 = V_1;
int32_t L_9 = V_1;
String_t* L_10 = ___key0;
int32_t L_11 = V_2;
NullCheck(L_10);
Il2CppChar L_12;
L_12 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_10, L_11, NULL);
V_1 = ((int32_t)il2cpp_codegen_add(L_8, ((int32_t)(((int32_t)(L_9<<7))^(int32_t)L_12))));
int32_t L_13 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_13, 1));
}
IL_003c:
{
int32_t L_14 = V_2;
String_t* L_15 = ___key0;
NullCheck(L_15);
int32_t L_16;
L_16 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_15, NULL);
if ((((int32_t)L_14) < ((int32_t)L_16)))
{
goto IL_002a;
}
}
{
int32_t L_17 = V_1;
int32_t L_18 = V_1;
V_1 = ((int32_t)il2cpp_codegen_subtract(L_17, ((int32_t)(L_18>>((int32_t)17)))));
int32_t L_19 = V_1;
int32_t L_20 = V_1;
V_1 = ((int32_t)il2cpp_codegen_subtract(L_19, ((int32_t)(L_20>>((int32_t)11)))));
int32_t L_21 = V_1;
int32_t L_22 = V_1;
V_1 = ((int32_t)il2cpp_codegen_subtract(L_21, ((int32_t)(L_22>>5))));
EntryU5BU5D_t3184E1D42097231E108026E16E017E6C572FAA00* L_23 = __this->____entries_2;
int32_t L_24 = V_1;
int32_t L_25 = __this->____mask_3;
NullCheck(L_23);
int32_t L_26 = ((int32_t)(L_24&L_25));
Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2* L_27 = (L_23)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
V_3 = L_27;
goto IL_0091;
}
IL_006b:
{
Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2* L_28 = V_3;
NullCheck(L_28);
int32_t L_29 = L_28->___HashCode_1;
int32_t L_30 = V_1;
if ((!(((uint32_t)L_29) == ((uint32_t)L_30))))
{
goto IL_008a;
}
}
{
Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2* L_31 = V_3;
NullCheck(L_31);
String_t* L_32 = L_31->___Value_0;
String_t* L_33 = ___key0;
NullCheck(L_32);
bool L_34;
L_34 = String_Equals_m7BDFC0B951005B9DC2BAED464AFE68FF7E9ACE5A(L_32, L_33, 4, NULL);
if (!L_34)
{
goto IL_008a;
}
}
{
Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2* L_35 = V_3;
NullCheck(L_35);
String_t* L_36 = L_35->___Value_0;
return L_36;
}
IL_008a:
{
Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2* L_37 = V_3;
NullCheck(L_37);
Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2* L_38 = L_37->___Next_2;
V_3 = L_38;
}
IL_0091:
{
Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2* L_39 = V_3;
if (L_39)
{
goto IL_006b;
}
}
{
String_t* L_40 = ___key0;
int32_t L_41 = V_1;
String_t* L_42;
L_42 = DefaultJsonNameTable_AddEntry_m559A6B9AF0247D8BDF72872835AF4E55BA1BCADE(__this, L_40, L_41, NULL);
return L_42;
}
}
// System.String Newtonsoft.Json.DefaultJsonNameTable::AddEntry(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultJsonNameTable_AddEntry_m559A6B9AF0247D8BDF72872835AF4E55BA1BCADE (DefaultJsonNameTable_t81ABCBAD900C62AEA009A48779C3F3893DBC110D* __this, String_t* ___str0, int32_t ___hashCode1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2* V_1 = NULL;
int32_t V_2 = 0;
{
int32_t L_0 = ___hashCode1;
int32_t L_1 = __this->____mask_3;
V_0 = ((int32_t)(L_0&L_1));
String_t* L_2 = ___str0;
int32_t L_3 = ___hashCode1;
EntryU5BU5D_t3184E1D42097231E108026E16E017E6C572FAA00* L_4 = __this->____entries_2;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = L_5;
Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2* L_8 = (Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2*)il2cpp_codegen_object_new(Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2_il2cpp_TypeInfo_var);
NullCheck(L_8);
Entry__ctor_mBF6523661909608B09999FF58225C997ECF3EE97(L_8, L_2, L_3, L_7, NULL);
V_1 = L_8;
EntryU5BU5D_t3184E1D42097231E108026E16E017E6C572FAA00* L_9 = __this->____entries_2;
int32_t L_10 = V_0;
Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2* L_11 = V_1;
NullCheck(L_9);
ArrayElementTypeCheck (L_9, L_11);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(L_10), (Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2*)L_11);
int32_t L_12 = __this->____count_1;
V_2 = L_12;
int32_t L_13 = V_2;
__this->____count_1 = ((int32_t)il2cpp_codegen_add(L_13, 1));
int32_t L_14 = V_2;
int32_t L_15 = __this->____mask_3;
if ((!(((uint32_t)L_14) == ((uint32_t)L_15))))
{
goto IL_0041;
}
}
{
DefaultJsonNameTable_Grow_mB44E5D524BD726E5D1B6534CA80D7BA52D5A7959(__this, NULL);
}
IL_0041:
{
Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2* L_16 = V_1;
NullCheck(L_16);
String_t* L_17 = L_16->___Value_0;
return L_17;
}
}
// System.Void Newtonsoft.Json.DefaultJsonNameTable::Grow()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultJsonNameTable_Grow_mB44E5D524BD726E5D1B6534CA80D7BA52D5A7959 (DefaultJsonNameTable_t81ABCBAD900C62AEA009A48779C3F3893DBC110D* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EntryU5BU5D_t3184E1D42097231E108026E16E017E6C572FAA00_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
EntryU5BU5D_t3184E1D42097231E108026E16E017E6C572FAA00* V_0 = NULL;
int32_t V_1 = 0;
EntryU5BU5D_t3184E1D42097231E108026E16E017E6C572FAA00* V_2 = NULL;
int32_t V_3 = 0;
Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2* V_4 = NULL;
Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2* V_5 = NULL;
int32_t V_6 = 0;
{
EntryU5BU5D_t3184E1D42097231E108026E16E017E6C572FAA00* L_0 = __this->____entries_2;
V_0 = L_0;
int32_t L_1 = __this->____mask_3;
V_1 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_1, 2)), 1));
int32_t L_2 = V_1;
EntryU5BU5D_t3184E1D42097231E108026E16E017E6C572FAA00* L_3 = (EntryU5BU5D_t3184E1D42097231E108026E16E017E6C572FAA00*)(EntryU5BU5D_t3184E1D42097231E108026E16E017E6C572FAA00*)SZArrayNew(EntryU5BU5D_t3184E1D42097231E108026E16E017E6C572FAA00_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(L_2, 1)));
V_2 = L_3;
V_3 = 0;
goto IL_0057;
}
IL_001f:
{
EntryU5BU5D_t3184E1D42097231E108026E16E017E6C572FAA00* L_4 = V_0;
int32_t L_5 = V_3;
NullCheck(L_4);
int32_t L_6 = L_5;
Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_5 = L_7;
goto IL_004f;
}
IL_0026:
{
Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2* L_8 = V_5;
NullCheck(L_8);
int32_t L_9 = L_8->___HashCode_1;
int32_t L_10 = V_1;
V_6 = ((int32_t)(L_9&L_10));
Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2* L_11 = V_5;
NullCheck(L_11);
Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2* L_12 = L_11->___Next_2;
V_4 = L_12;
Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2* L_13 = V_5;
EntryU5BU5D_t3184E1D42097231E108026E16E017E6C572FAA00* L_14 = V_2;
int32_t L_15 = V_6;
NullCheck(L_14);
int32_t L_16 = L_15;
Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2* L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
NullCheck(L_13);
L_13->___Next_2 = L_17;
Il2CppCodeGenWriteBarrier((void**)(&L_13->___Next_2), (void*)L_17);
EntryU5BU5D_t3184E1D42097231E108026E16E017E6C572FAA00* L_18 = V_2;
int32_t L_19 = V_6;
Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2* L_20 = V_5;
NullCheck(L_18);
ArrayElementTypeCheck (L_18, L_20);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(L_19), (Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2*)L_20);
Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2* L_21 = V_4;
V_5 = L_21;
}
IL_004f:
{
Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2* L_22 = V_5;
if (L_22)
{
goto IL_0026;
}
}
{
int32_t L_23 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_23, 1));
}
IL_0057:
{
int32_t L_24 = V_3;
EntryU5BU5D_t3184E1D42097231E108026E16E017E6C572FAA00* L_25 = V_0;
NullCheck(L_25);
if ((((int32_t)L_24) < ((int32_t)((int32_t)(((RuntimeArray*)L_25)->max_length)))))
{
goto IL_001f;
}
}
{
EntryU5BU5D_t3184E1D42097231E108026E16E017E6C572FAA00* L_26 = V_2;
__this->____entries_2 = L_26;
Il2CppCodeGenWriteBarrier((void**)(&__this->____entries_2), (void*)L_26);
int32_t L_27 = V_1;
__this->____mask_3 = L_27;
return;
}
}
// System.Boolean Newtonsoft.Json.DefaultJsonNameTable::TextEquals(System.String,System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultJsonNameTable_TextEquals_m7F2F988D593002892A0D2E45DBF8933C83838883 (String_t* ___str10, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___str21, int32_t ___str2Start2, int32_t ___str2Length3, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
String_t* L_0 = ___str10;
NullCheck(L_0);
int32_t L_1;
L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL);
int32_t L_2 = ___str2Length3;
if ((((int32_t)L_1) == ((int32_t)L_2)))
{
goto IL_000b;
}
}
{
return (bool)0;
}
IL_000b:
{
V_0 = 0;
goto IL_0023;
}
IL_000f:
{
String_t* L_3 = ___str10;
int32_t L_4 = V_0;
NullCheck(L_3);
Il2CppChar L_5;
L_5 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_3, L_4, NULL);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_6 = ___str21;
int32_t L_7 = ___str2Start2;
int32_t L_8 = V_0;
NullCheck(L_6);
int32_t L_9 = ((int32_t)il2cpp_codegen_add(L_7, L_8));
uint16_t L_10 = (uint16_t)(L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
if ((((int32_t)L_5) == ((int32_t)L_10)))
{
goto IL_001f;
}
}
{
return (bool)0;
}
IL_001f:
{
int32_t L_11 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_11, 1));
}
IL_0023:
{
int32_t L_12 = V_0;
String_t* L_13 = ___str10;
NullCheck(L_13);
int32_t L_14;
L_14 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_13, NULL);
if ((((int32_t)L_12) < ((int32_t)L_14)))
{
goto IL_000f;
}
}
{
return (bool)1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Newtonsoft.Json.DefaultJsonNameTable/Entry::.ctor(System.String,System.Int32,Newtonsoft.Json.DefaultJsonNameTable/Entry)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Entry__ctor_mBF6523661909608B09999FF58225C997ECF3EE97 (Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2* __this, String_t* ___value0, int32_t ___hashCode1, Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2* ___next2, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
String_t* L_0 = ___value0;
__this->___Value_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___Value_0), (void*)L_0);
int32_t L_1 = ___hashCode1;
__this->___HashCode_1 = L_1;
Entry_tCE42B68C242E6F43BAD02AF00F3F2ED802E030C2* L_2 = ___next2;
__this->___Next_2 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___Next_2), (void*)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
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean Newtonsoft.Json.JsonArrayAttribute::get_AllowNullItems()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonArrayAttribute_get_AllowNullItems_m84372604885929CFE59E91F00F271EE87FD9D78F (JsonArrayAttribute_tFD08140E8D9D38970D4A0C824AF300A45FC184C2* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->____allowNullItems_12;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonArrayAttribute::set_AllowNullItems(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonArrayAttribute_set_AllowNullItems_m79F4244AEA19D8FA98447602BDF41C8609EB91A6 (JsonArrayAttribute_tFD08140E8D9D38970D4A0C824AF300A45FC184C2* __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->____allowNullItems_12 = L_0;
return;
}
}
// System.Void Newtonsoft.Json.JsonArrayAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonArrayAttribute__ctor_m298F3229AC19588107B9E3351EED94989176D37E (JsonArrayAttribute_tFD08140E8D9D38970D4A0C824AF300A45FC184C2* __this, const RuntimeMethod* method)
{
{
JsonContainerAttribute__ctor_m58831F420FD3D536478054080A1F3C68B00960B4(__this, NULL);
return;
}
}
// System.Void Newtonsoft.Json.JsonArrayAttribute::.ctor(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonArrayAttribute__ctor_m100866998281842AC940B4F679608155977CEBD3 (JsonArrayAttribute_tFD08140E8D9D38970D4A0C824AF300A45FC184C2* __this, bool ___allowNullItems0, const RuntimeMethod* method)
{
{
JsonContainerAttribute__ctor_m58831F420FD3D536478054080A1F3C68B00960B4(__this, NULL);
bool L_0 = ___allowNullItems0;
__this->____allowNullItems_12 = L_0;
return;
}
}
// System.Void Newtonsoft.Json.JsonArrayAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonArrayAttribute__ctor_m0E9459117B8F70E1CA5DCCDD6C9999E2E9C155A1 (JsonArrayAttribute_tFD08140E8D9D38970D4A0C824AF300A45FC184C2* __this, String_t* ___id0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___id0;
JsonContainerAttribute__ctor_m35BA38396D25D3071F6E0FB2ADE1C7C5817622B0(__this, L_0, 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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonConstructorAttribute__ctor_m81274E33ADDAFF8981B93FCAE6CFD31A91EBEE76 (JsonConstructorAttribute_t6208876FE5D9A006C934D0C802EF83ACAA0E80DE* __this, const RuntimeMethod* method)
{
{
Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, 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.String Newtonsoft.Json.JsonContainerAttribute::get_Id()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonContainerAttribute_get_Id_m29622512E031394994ECAB5AE0E26444D5EAA733 (JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->___U3CIdU3Ek__BackingField_0;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonContainerAttribute::set_Id(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonContainerAttribute_set_Id_mFF33E336D35F872AD79BE6FB4665551BD729EFA8 (JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->___U3CIdU3Ek__BackingField_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CIdU3Ek__BackingField_0), (void*)L_0);
return;
}
}
// System.String Newtonsoft.Json.JsonContainerAttribute::get_Title()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonContainerAttribute_get_Title_m1E960945C1C6CA9D37347718880B8D9724EBE3FC (JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->___U3CTitleU3Ek__BackingField_1;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonContainerAttribute::set_Title(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonContainerAttribute_set_Title_mF7E857C4FC87C6369A015F66014507BC44326376 (JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->___U3CTitleU3Ek__BackingField_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTitleU3Ek__BackingField_1), (void*)L_0);
return;
}
}
// System.String Newtonsoft.Json.JsonContainerAttribute::get_Description()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonContainerAttribute_get_Description_m86D480E2A316F646DED518134EE07C735B91C785 (JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->___U3CDescriptionU3Ek__BackingField_2;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonContainerAttribute::set_Description(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonContainerAttribute_set_Description_m064CCCDDE2CE0351B28C5F89CF82DE44EB4D12A9 (JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->___U3CDescriptionU3Ek__BackingField_2 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CDescriptionU3Ek__BackingField_2), (void*)L_0);
return;
}
}
// System.Type Newtonsoft.Json.JsonContainerAttribute::get_ItemConverterType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* JsonContainerAttribute_get_ItemConverterType_m9404B4FD78A3B8923849B3C6C4B8BCBF83E9C361 (JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* __this, const RuntimeMethod* method)
{
{
Type_t* L_0 = __this->___U3CItemConverterTypeU3Ek__BackingField_3;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonContainerAttribute::set_ItemConverterType(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonContainerAttribute_set_ItemConverterType_m0142176C3F29EA0C7D6965444FFCEFD4CD19FA89 (JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* __this, Type_t* ___value0, const RuntimeMethod* method)
{
{
Type_t* L_0 = ___value0;
__this->___U3CItemConverterTypeU3Ek__BackingField_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CItemConverterTypeU3Ek__BackingField_3), (void*)L_0);
return;
}
}
// System.Object[] Newtonsoft.Json.JsonContainerAttribute::get_ItemConverterParameters()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* JsonContainerAttribute_get_ItemConverterParameters_m46394C4C5DABE9534F121F0BCEC02848D94A1F21 (JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* __this, const RuntimeMethod* method)
{
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = __this->___U3CItemConverterParametersU3Ek__BackingField_4;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonContainerAttribute::set_ItemConverterParameters(System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonContainerAttribute_set_ItemConverterParameters_m611F9E53A3437BC4744250DA917AF2F19E7BD35A (JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___value0, const RuntimeMethod* method)
{
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = ___value0;
__this->___U3CItemConverterParametersU3Ek__BackingField_4 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CItemConverterParametersU3Ek__BackingField_4), (void*)L_0);
return;
}
}
// System.Type Newtonsoft.Json.JsonContainerAttribute::get_NamingStrategyType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* JsonContainerAttribute_get_NamingStrategyType_mF388E94A9AF1E7894F902DB5FCC8E7796CBE5C5D (JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* __this, const RuntimeMethod* method)
{
{
Type_t* L_0 = __this->____namingStrategyType_10;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonContainerAttribute::set_NamingStrategyType(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonContainerAttribute_set_NamingStrategyType_mEC8F0DE33BD1AA8D0D0E13165287F83627D22B5C (JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* __this, Type_t* ___value0, const RuntimeMethod* method)
{
{
Type_t* L_0 = ___value0;
__this->____namingStrategyType_10 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____namingStrategyType_10), (void*)L_0);
JsonContainerAttribute_set_NamingStrategyInstance_mEC93A971DA02ED78E28B14E24D1A9098692CB442_inline(__this, (NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50*)NULL, NULL);
return;
}
}
// System.Object[] Newtonsoft.Json.JsonContainerAttribute::get_NamingStrategyParameters()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* JsonContainerAttribute_get_NamingStrategyParameters_m32C7CEA4948E2A932A2FD22065C67469A69F684F (JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* __this, const RuntimeMethod* method)
{
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = __this->____namingStrategyParameters_11;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonContainerAttribute::set_NamingStrategyParameters(System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonContainerAttribute_set_NamingStrategyParameters_m4A56F87AE652E2F862952B6090AA50DA521F6628 (JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___value0, const RuntimeMethod* method)
{
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = ___value0;
__this->____namingStrategyParameters_11 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____namingStrategyParameters_11), (void*)L_0);
JsonContainerAttribute_set_NamingStrategyInstance_mEC93A971DA02ED78E28B14E24D1A9098692CB442_inline(__this, (NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50*)NULL, NULL);
return;
}
}
// Newtonsoft.Json.Serialization.NamingStrategy Newtonsoft.Json.JsonContainerAttribute::get_NamingStrategyInstance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* JsonContainerAttribute_get_NamingStrategyInstance_mEE3AAE14AB09F806B4249A7EF9556E37B150BDC8 (JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* __this, const RuntimeMethod* method)
{
{
NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* L_0 = __this->___U3CNamingStrategyInstanceU3Ek__BackingField_5;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonContainerAttribute::set_NamingStrategyInstance(Newtonsoft.Json.Serialization.NamingStrategy)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonContainerAttribute_set_NamingStrategyInstance_mEC93A971DA02ED78E28B14E24D1A9098692CB442 (JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* __this, NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* ___value0, const RuntimeMethod* method)
{
{
NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* L_0 = ___value0;
__this->___U3CNamingStrategyInstanceU3Ek__BackingField_5 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CNamingStrategyInstanceU3Ek__BackingField_5), (void*)L_0);
return;
}
}
// System.Boolean Newtonsoft.Json.JsonContainerAttribute::get_IsReference()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonContainerAttribute_get_IsReference_mE0E86DEB1C9C3EF39474D338BDEBBC95D1DAE309 (JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* L_0 = (&__this->____isReference_6);
bool L_1;
L_1 = Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_inline(L_0, Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_RuntimeMethod_var);
return L_1;
}
}
// System.Void Newtonsoft.Json.JsonContainerAttribute::set_IsReference(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonContainerAttribute_set_IsReference_mD1816BD295E740F8D4E2B39B2DE7866C316FEBDC (JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = ___value0;
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_1;
memset((&L_1), 0, sizeof(L_1));
Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var);
__this->____isReference_6 = L_1;
return;
}
}
// System.Boolean Newtonsoft.Json.JsonContainerAttribute::get_ItemIsReference()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonContainerAttribute_get_ItemIsReference_mA9AADF2C65BC739F54C485CE9F44810D2493E0B5 (JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* L_0 = (&__this->____itemIsReference_7);
bool L_1;
L_1 = Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_inline(L_0, Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_RuntimeMethod_var);
return L_1;
}
}
// System.Void Newtonsoft.Json.JsonContainerAttribute::set_ItemIsReference(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonContainerAttribute_set_ItemIsReference_m237C448A73EFF5318C0B7D3B880A20FE4821095C (JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = ___value0;
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_1;
memset((&L_1), 0, sizeof(L_1));
Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var);
__this->____itemIsReference_7 = L_1;
return;
}
}
// Newtonsoft.Json.ReferenceLoopHandling Newtonsoft.Json.JsonContainerAttribute::get_ItemReferenceLoopHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonContainerAttribute_get_ItemReferenceLoopHandling_m4748F9C0177199A4C5E021CA0783D32DDAA6CE17 (JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m7FD242A4349C7B53C2C8E9D9054398EFE7827526_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Nullable_1_t599F8D9D40143BFCB12D7085DFEA8AC7171F5E77* L_0 = (&__this->____itemReferenceLoopHandling_8);
int32_t L_1;
L_1 = Nullable_1_GetValueOrDefault_m7FD242A4349C7B53C2C8E9D9054398EFE7827526_inline(L_0, Nullable_1_GetValueOrDefault_m7FD242A4349C7B53C2C8E9D9054398EFE7827526_RuntimeMethod_var);
return L_1;
}
}
// System.Void Newtonsoft.Json.JsonContainerAttribute::set_ItemReferenceLoopHandling(Newtonsoft.Json.ReferenceLoopHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonContainerAttribute_set_ItemReferenceLoopHandling_m7774E63D0D2AE6B5A99759D9FFD5BEBF9F90FBBB (JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m7CF880D33C83103906BE216714B358D39A5B9569_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
Nullable_1_t599F8D9D40143BFCB12D7085DFEA8AC7171F5E77 L_1;
memset((&L_1), 0, sizeof(L_1));
Nullable_1__ctor_m7CF880D33C83103906BE216714B358D39A5B9569((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_m7CF880D33C83103906BE216714B358D39A5B9569_RuntimeMethod_var);
__this->____itemReferenceLoopHandling_8 = L_1;
return;
}
}
// Newtonsoft.Json.TypeNameHandling Newtonsoft.Json.JsonContainerAttribute::get_ItemTypeNameHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonContainerAttribute_get_ItemTypeNameHandling_mBCB136DC3D1BFD6D373D6C3AD1371CA6AD1B92D3 (JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m7B2C33D7E2E197EA19672C84EA68F1388C9DB607_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Nullable_1_tB85AB604017196E6A3D3B920121E8C3A255827F0* L_0 = (&__this->____itemTypeNameHandling_9);
int32_t L_1;
L_1 = Nullable_1_GetValueOrDefault_m7B2C33D7E2E197EA19672C84EA68F1388C9DB607_inline(L_0, Nullable_1_GetValueOrDefault_m7B2C33D7E2E197EA19672C84EA68F1388C9DB607_RuntimeMethod_var);
return L_1;
}
}
// System.Void Newtonsoft.Json.JsonContainerAttribute::set_ItemTypeNameHandling(Newtonsoft.Json.TypeNameHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonContainerAttribute_set_ItemTypeNameHandling_mAA39601BCA548A6E665B90C8F37D09DC614EFC11 (JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mEB2DE61CA62733F5C3103D20371163EE434E8441_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
Nullable_1_tB85AB604017196E6A3D3B920121E8C3A255827F0 L_1;
memset((&L_1), 0, sizeof(L_1));
Nullable_1__ctor_mEB2DE61CA62733F5C3103D20371163EE434E8441((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_mEB2DE61CA62733F5C3103D20371163EE434E8441_RuntimeMethod_var);
__this->____itemTypeNameHandling_9 = L_1;
return;
}
}
// System.Void Newtonsoft.Json.JsonContainerAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonContainerAttribute__ctor_m58831F420FD3D536478054080A1F3C68B00960B4 (JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* __this, const RuntimeMethod* method)
{
{
Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL);
return;
}
}
// System.Void Newtonsoft.Json.JsonContainerAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonContainerAttribute__ctor_m35BA38396D25D3071F6E0FB2ADE1C7C5817622B0 (JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* __this, String_t* ___id0, const RuntimeMethod* method)
{
{
Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL);
String_t* L_0 = ___id0;
JsonContainerAttribute_set_Id_mFF33E336D35F872AD79BE6FB4665551BD729EFA8_inline(__this, L_0, 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.Func`1<Newtonsoft.Json.JsonSerializerSettings> Newtonsoft.Json.JsonConvert::get_DefaultSettings()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_1_tBFD60F84D866D7D581A740F0AD1D2726E7052D08* JsonConvert_get_DefaultSettings_m15362B329A16A85FC8E86C8B88DCE1EFB24B95DB (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
Func_1_tBFD60F84D866D7D581A740F0AD1D2726E7052D08* L_0 = ((JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var))->___U3CDefaultSettingsU3Ek__BackingField_0;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonConvert::set_DefaultSettings(System.Func`1<Newtonsoft.Json.JsonSerializerSettings>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonConvert_set_DefaultSettings_m53CDA1857945D9D8FC65A9255113CCBC33A71706 (Func_1_tBFD60F84D866D7D581A740F0AD1D2726E7052D08* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Func_1_tBFD60F84D866D7D581A740F0AD1D2726E7052D08* L_0 = ___value0;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
((JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var))->___U3CDefaultSettingsU3Ek__BackingField_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var))->___U3CDefaultSettingsU3Ek__BackingField_0), (void*)L_0);
return;
}
}
// System.String Newtonsoft.Json.JsonConvert::ToString(System.DateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_mC98A090B87E92B50A0B699AF656FB8F3DD83421E (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0 = ___value0;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_1;
L_1 = JsonConvert_ToString_m3E471BF4CB6CC8EFEC3BC7C003FB40B1ABBB03E4(L_0, 0, 3, NULL);
return L_1;
}
}
// System.String Newtonsoft.Json.JsonConvert::ToString(System.DateTime,Newtonsoft.Json.DateFormatHandling,Newtonsoft.Json.DateTimeZoneHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m3E471BF4CB6CC8EFEC3BC7C003FB40B1ABBB03E4 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___value0, int32_t ___format1, int32_t ___timeZoneHandling2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_0;
memset((&V_0), 0, sizeof(V_0));
StringWriter_tF48052BE4F980E5C85403221E835768E4156267D* V_1 = NULL;
String_t* V_2 = NULL;
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0 = ___value0;
int32_t L_1 = ___timeZoneHandling2;
il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_2;
L_2 = DateTimeUtils_EnsureDateTime_m5E553913ADE441BBA1B99CE6B1F4918111909837(L_0, L_1, NULL);
V_0 = L_2;
StringWriter_tF48052BE4F980E5C85403221E835768E4156267D* L_3;
L_3 = StringUtils_CreateStringWriter_m330EDE0346AA3FE3FAB24D6F8C475226C2BA60DF(((int32_t)64), NULL);
V_1 = L_3;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0037:
{// begin finally (depth: 1)
{
StringWriter_tF48052BE4F980E5C85403221E835768E4156267D* L_4 = V_1;
if (!L_4)
{
goto IL_0040;
}
}
{
StringWriter_tF48052BE4F980E5C85403221E835768E4156267D* L_5 = V_1;
NullCheck(L_5);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_5);
}
IL_0040:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
StringWriter_tF48052BE4F980E5C85403221E835768E4156267D* L_6 = V_1;
NullCheck(L_6);
VirtualActionInvoker1< Il2CppChar >::Invoke(13 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_6, ((int32_t)34));
StringWriter_tF48052BE4F980E5C85403221E835768E4156267D* L_7 = V_1;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_8 = V_0;
int32_t L_9 = ___format1;
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_10;
L_10 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
DateTimeUtils_WriteDateTimeString_m5E82F196A664738C299B84F2721FE7CDF1069B71(L_7, L_8, L_9, (String_t*)NULL, L_10, NULL);
StringWriter_tF48052BE4F980E5C85403221E835768E4156267D* L_11 = V_1;
NullCheck(L_11);
VirtualActionInvoker1< Il2CppChar >::Invoke(13 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_11, ((int32_t)34));
StringWriter_tF48052BE4F980E5C85403221E835768E4156267D* L_12 = V_1;
NullCheck(L_12);
String_t* L_13;
L_13 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_12);
V_2 = L_13;
goto IL_0041;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0041:
{
String_t* L_14 = V_2;
return L_14;
}
}
// System.String Newtonsoft.Json.JsonConvert::ToString(System.DateTimeOffset)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_mECD701080F9B0457AC39906EA975CC591A78BD1A (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_0 = ___value0;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_1;
L_1 = JsonConvert_ToString_mF5EE9B28256D1DB277BCB88F22FB747FE468C5B8(L_0, 0, NULL);
return L_1;
}
}
// System.String Newtonsoft.Json.JsonConvert::ToString(System.DateTimeOffset,Newtonsoft.Json.DateFormatHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_mF5EE9B28256D1DB277BCB88F22FB747FE468C5B8 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___value0, int32_t ___format1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
StringWriter_tF48052BE4F980E5C85403221E835768E4156267D* V_0 = NULL;
String_t* V_1 = NULL;
{
StringWriter_tF48052BE4F980E5C85403221E835768E4156267D* L_0;
L_0 = StringUtils_CreateStringWriter_m330EDE0346AA3FE3FAB24D6F8C475226C2BA60DF(((int32_t)64), NULL);
V_0 = L_0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_002f:
{// begin finally (depth: 1)
{
StringWriter_tF48052BE4F980E5C85403221E835768E4156267D* L_1 = V_0;
if (!L_1)
{
goto IL_0038;
}
}
{
StringWriter_tF48052BE4F980E5C85403221E835768E4156267D* L_2 = V_0;
NullCheck(L_2);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
}
IL_0038:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
StringWriter_tF48052BE4F980E5C85403221E835768E4156267D* L_3 = V_0;
NullCheck(L_3);
VirtualActionInvoker1< Il2CppChar >::Invoke(13 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_3, ((int32_t)34));
StringWriter_tF48052BE4F980E5C85403221E835768E4156267D* L_4 = V_0;
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_5 = ___value0;
int32_t L_6 = ___format1;
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_7;
L_7 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
DateTimeUtils_WriteDateTimeOffsetString_m012644D84C5B7073D9D3BC60BFCCFD274CBEF622(L_4, L_5, L_6, (String_t*)NULL, L_7, NULL);
StringWriter_tF48052BE4F980E5C85403221E835768E4156267D* L_8 = V_0;
NullCheck(L_8);
VirtualActionInvoker1< Il2CppChar >::Invoke(13 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_8, ((int32_t)34));
StringWriter_tF48052BE4F980E5C85403221E835768E4156267D* L_9 = V_0;
NullCheck(L_9);
String_t* L_10;
L_10 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_9);
V_1 = L_10;
goto IL_0039;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0039:
{
String_t* L_11 = V_1;
return L_11;
}
}
// System.String Newtonsoft.Json.JsonConvert::ToString(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_mD351CBF2BD01FF862BA860377F74BB04D3B92683 (bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = ___value0;
if (L_0)
{
goto IL_0009;
}
}
{
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_1 = ((JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var))->___False_2;
return L_1;
}
IL_0009:
{
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_2 = ((JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var))->___True_1;
return L_2;
}
}
// System.String Newtonsoft.Json.JsonConvert::ToString(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_mBE18E2E2F5D648B1C1046FEF7DAA208F1AAC4E9D (Il2CppChar ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Il2CppChar L_0 = ___value0;
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
String_t* L_1;
L_1 = Char_ToString_m0B6C7DF5A285D4F8F62CCBA35A2B92E48C3AD288(L_0, NULL);
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_2;
L_2 = JsonConvert_ToString_m4DB836F84551584FD9B30571A43DF028A2EDC65B(L_1, NULL);
return L_2;
}
}
// System.String Newtonsoft.Json.JsonConvert::ToString(System.Enum)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_mBC05759A09048972C235D8EB7C63292F29FD339C (Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA019FB7F17AA36A9743C530E1F11D5613B8B1158);
s_Il2CppMethodInitialized = true;
}
{
Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2* L_0 = ___value0;
NullCheck(L_0);
String_t* L_1;
L_1 = Enum_ToString_mC82F2E769BD9FF89D7F7E88D78B7F98FA56D4F91(L_0, _stringLiteralA019FB7F17AA36A9743C530E1F11D5613B8B1158, NULL);
return L_1;
}
}
// System.String Newtonsoft.Json.JsonConvert::ToString(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_mE597415BFDBD7A8D9CBDB9AB9023C5AEDDA6BE09 (int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0;
L_0 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
String_t* L_1;
L_1 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8((&___value0), (String_t*)NULL, L_0, NULL);
return L_1;
}
}
// System.String Newtonsoft.Json.JsonConvert::ToString(System.Int16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_mD8D77F1CBDE0C114B02197EB77F2B4750CC69B78 (int16_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0;
L_0 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
String_t* L_1;
L_1 = Int16_ToString_m586D9FFDE912794F068DF7B1FC00A68A984FBCB9((&___value0), (String_t*)NULL, L_0, NULL);
return L_1;
}
}
// System.String Newtonsoft.Json.JsonConvert::ToString(System.UInt16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m004AEE5A340259E4C3A83953F2C248815D187074 (uint16_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0;
L_0 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
String_t* L_1;
L_1 = UInt16_ToString_mBD648884B6569D3E7D779669EEFCB1ED5EE4A521((&___value0), (String_t*)NULL, L_0, NULL);
return L_1;
}
}
// System.String Newtonsoft.Json.JsonConvert::ToString(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m6DD2FF6F0563FC3AD49F472C32366D54CE4EB245 (uint32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0;
L_0 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
String_t* L_1;
L_1 = UInt32_ToString_m464396B0FE2115F3CEA38AEECDDB0FACC3AADADE((&___value0), (String_t*)NULL, L_0, NULL);
return L_1;
}
}
// System.String Newtonsoft.Json.JsonConvert::ToString(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_mECEAD8CB82D694A169576DBC841FEB3440519FF0 (int64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0;
L_0 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
String_t* L_1;
L_1 = Int64_ToString_mBCE0DC50D6F802651A6AE75682FF67775CB19B3B((&___value0), (String_t*)NULL, L_0, NULL);
return L_1;
}
}
// System.String Newtonsoft.Json.JsonConvert::ToStringInternal(System.Numerics.BigInteger)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToStringInternal_mAC935AD7699519A0704FC53E66A114338F556738 (BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0;
L_0 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
String_t* L_1;
L_1 = BigInteger_ToString_mF67077A813661D27640565FC41346D65A155B3F6((&___value0), (String_t*)NULL, L_0, NULL);
return L_1;
}
}
// System.String Newtonsoft.Json.JsonConvert::ToString(System.UInt64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m3C0F08BD39146D8582FE83A8794206BBC3DB291C (uint64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0;
L_0 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
String_t* L_1;
L_1 = UInt64_ToString_m779041C8FDD58BF8617838B00CD041788DB2F1A3((&___value0), (String_t*)NULL, L_0, NULL);
return L_1;
}
}
// System.String Newtonsoft.Json.JsonConvert::ToString(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m5470E8DAA973EDF5E2A8A7F766C415ED773789C8 (float ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE);
s_Il2CppMethodInitialized = true;
}
{
float L_0 = ___value0;
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1;
L_1 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
String_t* L_2;
L_2 = Single_ToString_mF468A56B3A746EFD805E0604EE7A2873DA157ADE((&___value0), _stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE, L_1, NULL);
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_3;
L_3 = JsonConvert_EnsureDecimalPlace_m85BADEEDEBEAF1ED479AF41A3992078EE873B7E7(((double)L_0), L_2, NULL);
return L_3;
}
}
// System.String Newtonsoft.Json.JsonConvert::ToString(System.Single,Newtonsoft.Json.FloatFormatHandling,System.Char,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m9110A99C0012618861869A2C1BB31D1F76074010 (float ___value0, int32_t ___floatFormatHandling1, Il2CppChar ___quoteChar2, bool ___nullable3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE);
s_Il2CppMethodInitialized = true;
}
{
float L_0 = ___value0;
float L_1 = ___value0;
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_2;
L_2 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
String_t* L_3;
L_3 = Single_ToString_mF468A56B3A746EFD805E0604EE7A2873DA157ADE((&___value0), _stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE, L_2, NULL);
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_4;
L_4 = JsonConvert_EnsureDecimalPlace_m85BADEEDEBEAF1ED479AF41A3992078EE873B7E7(((double)L_1), L_3, NULL);
int32_t L_5 = ___floatFormatHandling1;
Il2CppChar L_6 = ___quoteChar2;
bool L_7 = ___nullable3;
String_t* L_8;
L_8 = JsonConvert_EnsureFloatFormat_mDB90C92E5808F91C455D4F0A8543A3FFA55DBDA2(((double)L_0), L_4, L_5, L_6, L_7, NULL);
return L_8;
}
}
// System.String Newtonsoft.Json.JsonConvert::EnsureFloatFormat(System.Double,System.String,Newtonsoft.Json.FloatFormatHandling,System.Char,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_EnsureFloatFormat_mDB90C92E5808F91C455D4F0A8543A3FFA55DBDA2 (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_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC008E503687BA2A627379D4E257787AEA3506830);
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;
L_2 = Double_IsInfinity_mFA158CA8247818AE2FEB5B11158A354CA5B4FCC5_inline(L_1, NULL);
if (L_2)
{
goto IL_0016;
}
}
{
double L_3 = ___value0;
bool L_4;
L_4 = Double_IsNaN_m752DA1554CE1712F292DAC4AEC30869AD7234E18_inline(L_3, 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_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_8 = ((JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var))->___Null_3;
return L_8;
}
IL_0024:
{
return _stringLiteralC008E503687BA2A627379D4E257787AEA3506830;
}
IL_002a:
{
String_t* L_9;
L_9 = Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C((&___quoteChar3), NULL);
String_t* L_10 = ___text1;
String_t* L_11;
L_11 = Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C((&___quoteChar3), NULL);
String_t* L_12;
L_12 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(L_9, L_10, L_11, NULL);
return L_12;
}
}
// System.String Newtonsoft.Json.JsonConvert::ToString(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m01E9CD542FD987718D57E3CE62173EFC37FA03F0 (double ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = ___value0;
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1;
L_1 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
String_t* L_2;
L_2 = Double_ToString_m7E3930DDFB35B1919FE538A246A59C3FC62AF789((&___value0), _stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE, L_1, NULL);
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_3;
L_3 = JsonConvert_EnsureDecimalPlace_m85BADEEDEBEAF1ED479AF41A3992078EE873B7E7(L_0, L_2, NULL);
return L_3;
}
}
// System.String Newtonsoft.Json.JsonConvert::ToString(System.Double,Newtonsoft.Json.FloatFormatHandling,System.Char,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_mBAF901FA27467D7E18041C963688B3EB2E61D52C (double ___value0, int32_t ___floatFormatHandling1, Il2CppChar ___quoteChar2, bool ___nullable3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = ___value0;
double L_1 = ___value0;
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_2;
L_2 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
String_t* L_3;
L_3 = Double_ToString_m7E3930DDFB35B1919FE538A246A59C3FC62AF789((&___value0), _stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE, L_2, NULL);
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_4;
L_4 = JsonConvert_EnsureDecimalPlace_m85BADEEDEBEAF1ED479AF41A3992078EE873B7E7(L_1, L_3, NULL);
int32_t L_5 = ___floatFormatHandling1;
Il2CppChar L_6 = ___quoteChar2;
bool L_7 = ___nullable3;
String_t* L_8;
L_8 = JsonConvert_EnsureFloatFormat_mDB90C92E5808F91C455D4F0A8543A3FFA55DBDA2(L_0, L_4, L_5, L_6, L_7, NULL);
return L_8;
}
}
// System.String Newtonsoft.Json.JsonConvert::EnsureDecimalPlace(System.Double,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_EnsureDecimalPlace_m85BADEEDEBEAF1ED479AF41A3992078EE873B7E7 (double ___value0, String_t* ___text1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC31E66F919D06AD2730738EF7F884271E99BB7DA);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = ___value0;
bool L_1;
L_1 = Double_IsNaN_m752DA1554CE1712F292DAC4AEC30869AD7234E18_inline(L_0, NULL);
if (L_1)
{
goto IL_0031;
}
}
{
double L_2 = ___value0;
bool L_3;
L_3 = Double_IsInfinity_mFA158CA8247818AE2FEB5B11158A354CA5B4FCC5_inline(L_2, NULL);
if (L_3)
{
goto IL_0031;
}
}
{
String_t* L_4 = ___text1;
NullCheck(L_4);
int32_t L_5;
L_5 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_4, ((int32_t)46), NULL);
if ((!(((uint32_t)L_5) == ((uint32_t)(-1)))))
{
goto IL_0031;
}
}
{
String_t* L_6 = ___text1;
NullCheck(L_6);
int32_t L_7;
L_7 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_6, ((int32_t)69), NULL);
if ((!(((uint32_t)L_7) == ((uint32_t)(-1)))))
{
goto IL_0031;
}
}
{
String_t* L_8 = ___text1;
NullCheck(L_8);
int32_t L_9;
L_9 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_8, ((int32_t)101), 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;
String_t* L_12;
L_12 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_11, _stringLiteralC31E66F919D06AD2730738EF7F884271E99BB7DA, NULL);
return L_12;
}
}
// System.String Newtonsoft.Json.JsonConvert::EnsureDecimalPlace(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_EnsureDecimalPlace_m52BC9AD8CB67860B68082D25B9E19780EF61C0BD (String_t* ___text0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC31E66F919D06AD2730738EF7F884271E99BB7DA);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___text0;
NullCheck(L_0);
int32_t L_1;
L_1 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_0, ((int32_t)46), 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;
String_t* L_4;
L_4 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_3, _stringLiteralC31E66F919D06AD2730738EF7F884271E99BB7DA, NULL);
return L_4;
}
}
// System.String Newtonsoft.Json.JsonConvert::ToString(System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m7166C7E9297A9B1243A9A21DD6DD330D78548A3F (uint8_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0;
L_0 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
String_t* L_1;
L_1 = Byte_ToString_m64EE358F20093EE61D30F9A21638D9E9EE8F87EC((&___value0), (String_t*)NULL, L_0, NULL);
return L_1;
}
}
// System.String Newtonsoft.Json.JsonConvert::ToString(System.SByte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_mE5E66551003454C03D49A31205D26379D24521FE (int8_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0;
L_0 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
String_t* L_1;
L_1 = SByte_ToString_m183C4DB410DD03A804F3DA87DB223A249A68E139((&___value0), (String_t*)NULL, L_0, NULL);
return L_1;
}
}
// System.String Newtonsoft.Json.JsonConvert::ToString(System.Decimal)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m964123CEBD3906C01204C8DF5C7D24AF18CBEE25 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0;
L_0 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
String_t* L_1;
L_1 = Decimal_ToString_m2600674D09D44940FA0AAA00A87858E741671F4E((&___value0), (String_t*)NULL, L_0, NULL);
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_2;
L_2 = JsonConvert_EnsureDecimalPlace_m52BC9AD8CB67860B68082D25B9E19780EF61C0BD(L_1, NULL);
return L_2;
}
}
// System.String Newtonsoft.Json.JsonConvert::ToString(System.Guid)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m17007143345E176C8CB3D5FFE48456EE423B07A6 (Guid_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Guid_t L_0 = ___value0;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_1;
L_1 = JsonConvert_ToString_m39895128D01E903FFA5C1BABDF410503A3000DA1(L_0, ((int32_t)34), NULL);
return L_1;
}
}
// System.String Newtonsoft.Json.JsonConvert::ToString(System.Guid,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m39895128D01E903FFA5C1BABDF410503A3000DA1 (Guid_t ___value0, Il2CppChar ___quoteChar1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA019FB7F17AA36A9743C530E1F11D5613B8B1158);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* V_1 = NULL;
{
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0;
L_0 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
String_t* L_1;
L_1 = Guid_ToString_mD2A93BCA0CBFABB680A93A8FA668AD90E7B56130((&___value0), _stringLiteralA019FB7F17AA36A9743C530E1F11D5613B8B1158, L_0, NULL);
V_0 = L_1;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_2;
L_2 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
String_t* L_3;
L_3 = Char_ToString_m34499826F048A38EB8216D5844A5DA49F54719C8((&___quoteChar1), L_2, NULL);
V_1 = L_3;
String_t* L_4 = V_1;
String_t* L_5 = V_0;
String_t* L_6 = V_1;
String_t* L_7;
L_7 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(L_4, L_5, L_6, NULL);
return L_7;
}
}
// System.String Newtonsoft.Json.JsonConvert::ToString(System.TimeSpan)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m0CDD07283600357E4A71CD4614357878D9700230 (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = ___value0;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_1;
L_1 = JsonConvert_ToString_m4586DF3D7DDB7CCCDBECC8D5C03B1946EA595624(L_0, ((int32_t)34), NULL);
return L_1;
}
}
// System.String Newtonsoft.Json.JsonConvert::ToString(System.TimeSpan,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m4586DF3D7DDB7CCCDBECC8D5C03B1946EA595624 (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___value0, Il2CppChar ___quoteChar1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0;
L_0 = TimeSpan_ToString_m44D5BF48E35E18BB8B99A86B6535DA5E847FFE92((&___value0), NULL);
Il2CppChar L_1 = ___quoteChar1;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_2;
L_2 = JsonConvert_ToString_mB2B26E65A60368FAB43ED5916E1B26D953B72389(L_0, L_1, NULL);
return L_2;
}
}
// System.String Newtonsoft.Json.JsonConvert::ToString(System.Uri)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m6C04E957A7CCB2C1FAE7B6A8E66CD794C396D72B (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___value0;
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Uri_op_Equality_mB299FA02A76FD12A781BCBAD53D65B73C1768682(L_0, (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL, NULL);
if (!L_1)
{
goto IL_000f;
}
}
{
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_2 = ((JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var))->___Null_3;
return L_2;
}
IL_000f:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_3 = ___value0;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_4;
L_4 = JsonConvert_ToString_mA517951BD8AF44935030D11C16273074F56B2965(L_3, ((int32_t)34), NULL);
return L_4;
}
}
// System.String Newtonsoft.Json.JsonConvert::ToString(System.Uri,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_mA517951BD8AF44935030D11C16273074F56B2965 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___value0, Il2CppChar ___quoteChar1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___value0;
NullCheck(L_0);
String_t* L_1;
L_1 = Uri_get_OriginalString_m3031F9054CA10F2C55C0E2415CC19810D360A5D6(L_0, NULL);
Il2CppChar L_2 = ___quoteChar1;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_3;
L_3 = JsonConvert_ToString_mB2B26E65A60368FAB43ED5916E1B26D953B72389(L_1, L_2, NULL);
return L_3;
}
}
// System.String Newtonsoft.Json.JsonConvert::ToString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m4DB836F84551584FD9B30571A43DF028A2EDC65B (String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_1;
L_1 = JsonConvert_ToString_mB2B26E65A60368FAB43ED5916E1B26D953B72389(L_0, ((int32_t)34), NULL);
return L_1;
}
}
// System.String Newtonsoft.Json.JsonConvert::ToString(System.String,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_mB2B26E65A60368FAB43ED5916E1B26D953B72389 (String_t* ___value0, Il2CppChar ___delimiter1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
Il2CppChar L_1 = ___delimiter1;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_2;
L_2 = JsonConvert_ToString_m4F8664006D5D1A0FBB42E2EE981BB5B82BDEDD2B(L_0, L_1, 0, NULL);
return L_2;
}
}
// System.String Newtonsoft.Json.JsonConvert::ToString(System.String,System.Char,Newtonsoft.Json.StringEscapeHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m4F8664006D5D1A0FBB42E2EE981BB5B82BDEDD2B (String_t* ___value0, Il2CppChar ___delimiter1, int32_t ___stringEscapeHandling2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JavaScriptUtils_t41F94ACD19AD4866BBC370C0C6A45522105B9DEF_il2cpp_TypeInfo_var);
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_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEA684F3EFC323E6BBAB839483D825C367D7BC511)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral683CA1B8E9B788512A00D071449A6FA87D813606)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonConvert_ToString_m4F8664006D5D1A0FBB42E2EE981BB5B82BDEDD2B_RuntimeMethod_var)));
}
IL_001a:
{
String_t* L_3 = ___value0;
Il2CppChar L_4 = ___delimiter1;
int32_t L_5 = ___stringEscapeHandling2;
il2cpp_codegen_runtime_class_init_inline(JavaScriptUtils_t41F94ACD19AD4866BBC370C0C6A45522105B9DEF_il2cpp_TypeInfo_var);
String_t* L_6;
L_6 = JavaScriptUtils_ToEscapedJavaScriptString_mDF6BEF818E063F21A6FE3A8C681F501975B159EE(L_3, L_4, (bool)1, L_5, NULL);
return L_6;
}
}
// System.String Newtonsoft.Json.JsonConvert::ToString(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m379E99166E5D3C35C545388946F2B861781806FD (RuntimeObject* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
RuntimeObject* L_0 = ___value0;
if (L_0)
{
goto IL_0009;
}
}
{
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_1 = ((JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var))->___Null_3;
return L_1;
}
IL_0009:
{
RuntimeObject* L_2 = ___value0;
NullCheck(L_2);
Type_t* L_3;
L_3 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_2, NULL);
il2cpp_codegen_runtime_class_init_inline(ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
int32_t L_4;
L_4 = ConvertUtils_GetTypeCode_mF911DD9600942D6B3D8F8919FCE5B45F92A4D4A8(L_3, NULL);
V_0 = L_4;
int32_t L_5 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_5, 2)))
{
case 0:
{
goto IL_00ce;
}
case 1:
{
goto IL_01b8;
}
case 2:
{
goto IL_00da;
}
case 3:
{
goto IL_01b8;
}
case 4:
{
goto IL_00e6;
}
case 5:
{
goto IL_01b8;
}
case 6:
{
goto IL_00f2;
}
case 7:
{
goto IL_01b8;
}
case 8:
{
goto IL_00fe;
}
case 9:
{
goto IL_01b8;
}
case 10:
{
goto IL_010a;
}
case 11:
{
goto IL_01b8;
}
case 12:
{
goto IL_0116;
}
case 13:
{
goto IL_01b8;
}
case 14:
{
goto IL_0122;
}
case 15:
{
goto IL_01b8;
}
case 16:
{
goto IL_012e;
}
case 17:
{
goto IL_01b8;
}
case 18:
{
goto IL_013a;
}
case 19:
{
goto IL_01b8;
}
case 20:
{
goto IL_0146;
}
case 21:
{
goto IL_01b8;
}
case 22:
{
goto IL_0152;
}
case 23:
{
goto IL_01b8;
}
case 24:
{
goto IL_015e;
}
case 25:
{
goto IL_01b8;
}
case 26:
{
goto IL_017c;
}
case 27:
{
goto IL_01b8;
}
case 28:
{
goto IL_016a;
}
case 29:
{
goto IL_01b8;
}
case 30:
{
goto IL_0188;
}
case 31:
{
goto IL_01b8;
}
case 32:
{
goto IL_01a0;
}
case 33:
{
goto IL_01b8;
}
case 34:
{
goto IL_01ac;
}
case 35:
{
goto IL_01b8;
}
case 36:
{
goto IL_0194;
}
case 37:
{
goto IL_00c2;
}
case 38:
{
goto IL_01b8;
}
case 39:
{
goto IL_0176;
}
}
}
{
goto IL_01b8;
}
IL_00c2:
{
RuntimeObject* L_6 = ___value0;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_7;
L_7 = JsonConvert_ToString_m4DB836F84551584FD9B30571A43DF028A2EDC65B(((String_t*)CastclassSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var)), NULL);
return L_7;
}
IL_00ce:
{
RuntimeObject* L_8 = ___value0;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_9;
L_9 = JsonConvert_ToString_mBE18E2E2F5D648B1C1046FEF7DAA208F1AAC4E9D(((*(Il2CppChar*)((Il2CppChar*)(Il2CppChar*)UnBox(L_8, Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var)))), NULL);
return L_9;
}
IL_00da:
{
RuntimeObject* L_10 = ___value0;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_11;
L_11 = JsonConvert_ToString_mD351CBF2BD01FF862BA860377F74BB04D3B92683(((*(bool*)((bool*)(bool*)UnBox(L_10, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var)))), NULL);
return L_11;
}
IL_00e6:
{
RuntimeObject* L_12 = ___value0;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_13;
L_13 = JsonConvert_ToString_mE5E66551003454C03D49A31205D26379D24521FE(((*(int8_t*)((int8_t*)(int8_t*)UnBox(L_12, SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var)))), NULL);
return L_13;
}
IL_00f2:
{
RuntimeObject* L_14 = ___value0;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_15;
L_15 = JsonConvert_ToString_mD8D77F1CBDE0C114B02197EB77F2B4750CC69B78(((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_14, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var)))), NULL);
return L_15;
}
IL_00fe:
{
RuntimeObject* L_16 = ___value0;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_17;
L_17 = JsonConvert_ToString_m004AEE5A340259E4C3A83953F2C248815D187074(((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_16, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var)))), NULL);
return L_17;
}
IL_010a:
{
RuntimeObject* L_18 = ___value0;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_19;
L_19 = JsonConvert_ToString_mE597415BFDBD7A8D9CBDB9AB9023C5AEDDA6BE09(((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_18, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))), NULL);
return L_19;
}
IL_0116:
{
RuntimeObject* L_20 = ___value0;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_21;
L_21 = JsonConvert_ToString_m7166C7E9297A9B1243A9A21DD6DD330D78548A3F(((*(uint8_t*)((uint8_t*)(uint8_t*)UnBox(L_20, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var)))), NULL);
return L_21;
}
IL_0122:
{
RuntimeObject* L_22 = ___value0;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_23;
L_23 = JsonConvert_ToString_m6DD2FF6F0563FC3AD49F472C32366D54CE4EB245(((*(uint32_t*)((uint32_t*)(uint32_t*)UnBox(L_22, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var)))), NULL);
return L_23;
}
IL_012e:
{
RuntimeObject* L_24 = ___value0;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_25;
L_25 = JsonConvert_ToString_mECEAD8CB82D694A169576DBC841FEB3440519FF0(((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_24, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var)))), NULL);
return L_25;
}
IL_013a:
{
RuntimeObject* L_26 = ___value0;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_27;
L_27 = JsonConvert_ToString_m3C0F08BD39146D8582FE83A8794206BBC3DB291C(((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_26, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var)))), NULL);
return L_27;
}
IL_0146:
{
RuntimeObject* L_28 = ___value0;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_29;
L_29 = JsonConvert_ToString_m5470E8DAA973EDF5E2A8A7F766C415ED773789C8(((*(float*)((float*)(float*)UnBox(L_28, Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var)))), NULL);
return L_29;
}
IL_0152:
{
RuntimeObject* L_30 = ___value0;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_31;
L_31 = JsonConvert_ToString_m01E9CD542FD987718D57E3CE62173EFC37FA03F0(((*(double*)((double*)(double*)UnBox(L_30, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var)))), NULL);
return L_31;
}
IL_015e:
{
RuntimeObject* L_32 = ___value0;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_33;
L_33 = JsonConvert_ToString_mC98A090B87E92B50A0B699AF656FB8F3DD83421E(((*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)UnBox(L_32, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var)))), NULL);
return L_33;
}
IL_016a:
{
RuntimeObject* L_34 = ___value0;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_35;
L_35 = JsonConvert_ToString_m964123CEBD3906C01204C8DF5C7D24AF18CBEE25(((*(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)UnBox(L_34, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var)))), NULL);
return L_35;
}
IL_0176:
{
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_36 = ((JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var))->___Null_3;
return L_36;
}
IL_017c:
{
RuntimeObject* L_37 = ___value0;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_38;
L_38 = JsonConvert_ToString_mECD701080F9B0457AC39906EA975CC591A78BD1A(((*(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)((DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)UnBox(L_37, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var)))), NULL);
return L_38;
}
IL_0188:
{
RuntimeObject* L_39 = ___value0;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_40;
L_40 = JsonConvert_ToString_m17007143345E176C8CB3D5FFE48456EE423B07A6(((*(Guid_t*)((Guid_t*)(Guid_t*)UnBox(L_39, Guid_t_il2cpp_TypeInfo_var)))), NULL);
return L_40;
}
IL_0194:
{
RuntimeObject* L_41 = ___value0;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_42;
L_42 = JsonConvert_ToString_m6C04E957A7CCB2C1FAE7B6A8E66CD794C396D72B(((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)CastclassClass((RuntimeObject*)L_41, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var)), NULL);
return L_42;
}
IL_01a0:
{
RuntimeObject* L_43 = ___value0;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_44;
L_44 = JsonConvert_ToString_m0CDD07283600357E4A71CD4614357878D9700230(((*(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)((TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)UnBox(L_43, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var)))), NULL);
return L_44;
}
IL_01ac:
{
RuntimeObject* L_45 = ___value0;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_46;
L_46 = JsonConvert_ToStringInternal_mAC935AD7699519A0704FC53E66A114338F556738(((*(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)UnBox(L_45, BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var)))), NULL);
return L_46;
}
IL_01b8:
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_47;
L_47 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
RuntimeObject* L_48 = ___value0;
NullCheck(L_48);
Type_t* L_49;
L_49 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_48, NULL);
String_t* L_50;
L_50 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2591BC727921C9B6A5E095E0888D3483EAE15E1C)), L_47, L_49, NULL);
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_51 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_51);
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_51, L_50, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_51, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonConvert_ToString_m379E99166E5D3C35C545388946F2B861781806FD_RuntimeMethod_var)));
}
}
// System.String Newtonsoft.Json.JsonConvert::SerializeObject(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_SerializeObject_mEF78C5DAFDB944E8E19657EB92F5394370B27CAF (RuntimeObject* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___value0;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_1;
L_1 = JsonConvert_SerializeObject_m0B225BC20398E3D91A440E092EA2365396FC708E(L_0, (Type_t*)NULL, (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF*)NULL, NULL);
return L_1;
}
}
// System.String Newtonsoft.Json.JsonConvert::SerializeObject(System.Object,Newtonsoft.Json.Formatting)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_SerializeObject_m80E5831236166B9B96A4F7099DCC3DF4C51EF050 (RuntimeObject* ___value0, int32_t ___formatting1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___value0;
int32_t L_1 = ___formatting1;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_2;
L_2 = JsonConvert_SerializeObject_m2FD84A11AB507316C720E5D72298B8B605CE9064(L_0, L_1, (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF*)NULL, NULL);
return L_2;
}
}
// System.String Newtonsoft.Json.JsonConvert::SerializeObject(System.Object,Newtonsoft.Json.JsonConverter[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_SerializeObject_mB4CF5626FEAD8EEDCFB089BF8E828456B9E7613D (RuntimeObject* ___value0, JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E* ___converters1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* V_0 = NULL;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* G_B4_0 = NULL;
{
JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E* L_0 = ___converters1;
if (!L_0)
{
goto IL_0007;
}
}
{
JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E* L_1 = ___converters1;
NullCheck(L_1);
if ((((RuntimeArray*)L_1)->max_length))
{
goto IL_000a;
}
}
IL_0007:
{
G_B4_0 = ((JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF*)(NULL));
goto IL_0016;
}
IL_000a:
{
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_2 = (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF*)il2cpp_codegen_object_new(JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF_il2cpp_TypeInfo_var);
NullCheck(L_2);
JsonSerializerSettings__ctor_mE1C9A90375BA88DF7F6911F1F96AEEC6A98CD22F(L_2, NULL);
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_3 = L_2;
JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E* L_4 = ___converters1;
NullCheck(L_3);
JsonSerializerSettings_set_Converters_mF3D958F510BA4BBC18E2D2088EF9D3FC839AFB4C_inline(L_3, (RuntimeObject*)L_4, NULL);
G_B4_0 = L_3;
}
IL_0016:
{
V_0 = G_B4_0;
RuntimeObject* L_5 = ___value0;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_6 = V_0;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_7;
L_7 = JsonConvert_SerializeObject_m0B225BC20398E3D91A440E092EA2365396FC708E(L_5, (Type_t*)NULL, L_6, NULL);
return L_7;
}
}
// System.String Newtonsoft.Json.JsonConvert::SerializeObject(System.Object,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonConverter[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_SerializeObject_mB74ECE7988BC265B703BC14979A0577748B1DF93 (RuntimeObject* ___value0, int32_t ___formatting1, JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E* ___converters2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* V_0 = NULL;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* G_B4_0 = NULL;
{
JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E* L_0 = ___converters2;
if (!L_0)
{
goto IL_0007;
}
}
{
JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E* L_1 = ___converters2;
NullCheck(L_1);
if ((((RuntimeArray*)L_1)->max_length))
{
goto IL_000a;
}
}
IL_0007:
{
G_B4_0 = ((JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF*)(NULL));
goto IL_0016;
}
IL_000a:
{
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_2 = (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF*)il2cpp_codegen_object_new(JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF_il2cpp_TypeInfo_var);
NullCheck(L_2);
JsonSerializerSettings__ctor_mE1C9A90375BA88DF7F6911F1F96AEEC6A98CD22F(L_2, NULL);
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_3 = L_2;
JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E* L_4 = ___converters2;
NullCheck(L_3);
JsonSerializerSettings_set_Converters_mF3D958F510BA4BBC18E2D2088EF9D3FC839AFB4C_inline(L_3, (RuntimeObject*)L_4, NULL);
G_B4_0 = L_3;
}
IL_0016:
{
V_0 = G_B4_0;
RuntimeObject* L_5 = ___value0;
int32_t L_6 = ___formatting1;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_7 = V_0;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_8;
L_8 = JsonConvert_SerializeObject_m39369CA0FFDB7F727EF7E2B92DBC25C74D8D9FAD(L_5, (Type_t*)NULL, L_6, L_7, NULL);
return L_8;
}
}
// System.String Newtonsoft.Json.JsonConvert::SerializeObject(System.Object,Newtonsoft.Json.JsonSerializerSettings)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_SerializeObject_m39CAEEF10A134A4A5A39B4A515782CD59B267459 (RuntimeObject* ___value0, JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* ___settings1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___value0;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_1 = ___settings1;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_2;
L_2 = JsonConvert_SerializeObject_m0B225BC20398E3D91A440E092EA2365396FC708E(L_0, (Type_t*)NULL, L_1, NULL);
return L_2;
}
}
// System.String Newtonsoft.Json.JsonConvert::SerializeObject(System.Object,System.Type,Newtonsoft.Json.JsonSerializerSettings)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_SerializeObject_m0B225BC20398E3D91A440E092EA2365396FC708E (RuntimeObject* ___value0, Type_t* ___type1, JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* ___settings2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* V_0 = NULL;
{
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_0 = ___settings2;
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_1;
L_1 = JsonSerializer_CreateDefault_m1AAC9310CCCCFFEECB5AE8420539401737C4494A(L_0, NULL);
V_0 = L_1;
RuntimeObject* L_2 = ___value0;
Type_t* L_3 = ___type1;
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_4 = V_0;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_5;
L_5 = JsonConvert_SerializeObjectInternal_m4376CBCA3344BD1FDE65CD3CB48FD80F19876A0F(L_2, L_3, L_4, NULL);
return L_5;
}
}
// System.String Newtonsoft.Json.JsonConvert::SerializeObject(System.Object,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonSerializerSettings)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_SerializeObject_m2FD84A11AB507316C720E5D72298B8B605CE9064 (RuntimeObject* ___value0, int32_t ___formatting1, JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* ___settings2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___value0;
int32_t L_1 = ___formatting1;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_2 = ___settings2;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_3;
L_3 = JsonConvert_SerializeObject_m39369CA0FFDB7F727EF7E2B92DBC25C74D8D9FAD(L_0, (Type_t*)NULL, L_1, L_2, NULL);
return L_3;
}
}
// System.String Newtonsoft.Json.JsonConvert::SerializeObject(System.Object,System.Type,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonSerializerSettings)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_SerializeObject_m39369CA0FFDB7F727EF7E2B92DBC25C74D8D9FAD (RuntimeObject* ___value0, Type_t* ___type1, int32_t ___formatting2, JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* ___settings3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* V_0 = NULL;
{
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_0 = ___settings3;
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_1;
L_1 = JsonSerializer_CreateDefault_m1AAC9310CCCCFFEECB5AE8420539401737C4494A(L_0, NULL);
V_0 = L_1;
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_2 = V_0;
int32_t L_3 = ___formatting2;
NullCheck(L_2);
VirtualActionInvoker1< int32_t >::Invoke(44 /* System.Void Newtonsoft.Json.JsonSerializer::set_Formatting(Newtonsoft.Json.Formatting) */, L_2, L_3);
RuntimeObject* L_4 = ___value0;
Type_t* L_5 = ___type1;
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_6 = V_0;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_7;
L_7 = JsonConvert_SerializeObjectInternal_m4376CBCA3344BD1FDE65CD3CB48FD80F19876A0F(L_4, L_5, L_6, NULL);
return L_7;
}
}
// System.String Newtonsoft.Json.JsonConvert::SerializeObjectInternal(System.Object,System.Type,Newtonsoft.Json.JsonSerializer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_SerializeObjectInternal_m4376CBCA3344BD1FDE65CD3CB48FD80F19876A0F (RuntimeObject* ___value0, Type_t* ___type1, JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* ___jsonSerializer2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTextWriter_t8A730143EFDFE2A07F31B3C4DB82061A883A60F4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringWriter_tF48052BE4F980E5C85403221E835768E4156267D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
StringWriter_tF48052BE4F980E5C85403221E835768E4156267D* V_0 = NULL;
JsonTextWriter_t8A730143EFDFE2A07F31B3C4DB82061A883A60F4* V_1 = NULL;
{
StringBuilder_t* L_0 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
NullCheck(L_0);
StringBuilder__ctor_m2619CA8D2C3476DF1A302D9D941498BB1C6164C5(L_0, ((int32_t)256), NULL);
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1;
L_1 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
StringWriter_tF48052BE4F980E5C85403221E835768E4156267D* L_2 = (StringWriter_tF48052BE4F980E5C85403221E835768E4156267D*)il2cpp_codegen_object_new(StringWriter_tF48052BE4F980E5C85403221E835768E4156267D_il2cpp_TypeInfo_var);
NullCheck(L_2);
StringWriter__ctor_m375438909A280EC4405CE3280579C905CAC06BDA(L_2, L_0, L_1, NULL);
V_0 = L_2;
StringWriter_tF48052BE4F980E5C85403221E835768E4156267D* L_3 = V_0;
JsonTextWriter_t8A730143EFDFE2A07F31B3C4DB82061A883A60F4* L_4 = (JsonTextWriter_t8A730143EFDFE2A07F31B3C4DB82061A883A60F4*)il2cpp_codegen_object_new(JsonTextWriter_t8A730143EFDFE2A07F31B3C4DB82061A883A60F4_il2cpp_TypeInfo_var);
NullCheck(L_4);
JsonTextWriter__ctor_mE77A9BD1789BB07C3B49A6EF74857D2225AA99B3(L_4, L_3, NULL);
V_1 = L_4;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0033:
{// begin finally (depth: 1)
{
JsonTextWriter_t8A730143EFDFE2A07F31B3C4DB82061A883A60F4* L_5 = V_1;
if (!L_5)
{
goto IL_003c;
}
}
{
JsonTextWriter_t8A730143EFDFE2A07F31B3C4DB82061A883A60F4* L_6 = V_1;
NullCheck(L_6);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_6);
}
IL_003c:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
JsonTextWriter_t8A730143EFDFE2A07F31B3C4DB82061A883A60F4* L_7 = V_1;
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_8 = ___jsonSerializer2;
NullCheck(L_8);
int32_t L_9;
L_9 = VirtualFuncInvoker0< int32_t >::Invoke(43 /* Newtonsoft.Json.Formatting Newtonsoft.Json.JsonSerializer::get_Formatting() */, L_8);
NullCheck(L_7);
JsonWriter_set_Formatting_mCBA8160F9B05B54E46AD8057A1E7061742B0BBAE(L_7, L_9, NULL);
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_10 = ___jsonSerializer2;
JsonTextWriter_t8A730143EFDFE2A07F31B3C4DB82061A883A60F4* L_11 = V_1;
RuntimeObject* L_12 = ___value0;
Type_t* L_13 = ___type1;
NullCheck(L_10);
JsonSerializer_Serialize_m7E0ACFF2ABCDF5C092E2B735945B7BE7BAC3688A(L_10, L_11, L_12, L_13, NULL);
goto IL_003d;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_003d:
{
StringWriter_tF48052BE4F980E5C85403221E835768E4156267D* L_14 = V_0;
NullCheck(L_14);
String_t* L_15;
L_15 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_14);
return L_15;
}
}
// System.Object Newtonsoft.Json.JsonConvert::DeserializeObject(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonConvert_DeserializeObject_m4D09869BF9DEA4092A91D983CE266F0D0D74ABB1 (String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
RuntimeObject* L_1;
L_1 = JsonConvert_DeserializeObject_mD6D5502A461E92C82567768031751E8E2E0EE229(L_0, (Type_t*)NULL, (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF*)NULL, NULL);
return L_1;
}
}
// System.Object Newtonsoft.Json.JsonConvert::DeserializeObject(System.String,Newtonsoft.Json.JsonSerializerSettings)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonConvert_DeserializeObject_m92D94469A5000EF0125F40316C6F212DAA76D53D (String_t* ___value0, JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* ___settings1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_1 = ___settings1;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
RuntimeObject* L_2;
L_2 = JsonConvert_DeserializeObject_mD6D5502A461E92C82567768031751E8E2E0EE229(L_0, (Type_t*)NULL, L_1, NULL);
return L_2;
}
}
// System.Object Newtonsoft.Json.JsonConvert::DeserializeObject(System.String,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonConvert_DeserializeObject_m8CFA2F4B1A675FBAB1B081DA657569026D99EECD (String_t* ___value0, Type_t* ___type1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
Type_t* L_1 = ___type1;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
RuntimeObject* L_2;
L_2 = JsonConvert_DeserializeObject_mD6D5502A461E92C82567768031751E8E2E0EE229(L_0, L_1, (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF*)NULL, NULL);
return L_2;
}
}
// System.Object Newtonsoft.Json.JsonConvert::DeserializeObject(System.String,System.Type,Newtonsoft.Json.JsonConverter[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonConvert_DeserializeObject_mECA719464B8661CFE1FF620B04BFAA2E357B4419 (String_t* ___value0, Type_t* ___type1, JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E* ___converters2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* V_0 = NULL;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* G_B4_0 = NULL;
{
JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E* L_0 = ___converters2;
if (!L_0)
{
goto IL_0007;
}
}
{
JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E* L_1 = ___converters2;
NullCheck(L_1);
if ((((RuntimeArray*)L_1)->max_length))
{
goto IL_000a;
}
}
IL_0007:
{
G_B4_0 = ((JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF*)(NULL));
goto IL_0016;
}
IL_000a:
{
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_2 = (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF*)il2cpp_codegen_object_new(JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF_il2cpp_TypeInfo_var);
NullCheck(L_2);
JsonSerializerSettings__ctor_mE1C9A90375BA88DF7F6911F1F96AEEC6A98CD22F(L_2, NULL);
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_3 = L_2;
JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E* L_4 = ___converters2;
NullCheck(L_3);
JsonSerializerSettings_set_Converters_mF3D958F510BA4BBC18E2D2088EF9D3FC839AFB4C_inline(L_3, (RuntimeObject*)L_4, NULL);
G_B4_0 = L_3;
}
IL_0016:
{
V_0 = G_B4_0;
String_t* L_5 = ___value0;
Type_t* L_6 = ___type1;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_7 = V_0;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
RuntimeObject* L_8;
L_8 = JsonConvert_DeserializeObject_mD6D5502A461E92C82567768031751E8E2E0EE229(L_5, L_6, L_7, NULL);
return L_8;
}
}
// System.Object Newtonsoft.Json.JsonConvert::DeserializeObject(System.String,System.Type,Newtonsoft.Json.JsonSerializerSettings)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonConvert_DeserializeObject_mD6D5502A461E92C82567768031751E8E2E0EE229 (String_t* ___value0, Type_t* ___type1, JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* ___settings2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8);
s_Il2CppMethodInitialized = true;
}
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* V_0 = NULL;
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* V_1 = NULL;
RuntimeObject* V_2 = NULL;
{
String_t* L_0 = ___value0;
ValidationUtils_ArgumentNotNull_m73ECC0CA34E9075680E80F7B34526E5EC8206587(L_0, _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8, NULL);
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_1 = ___settings2;
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_2;
L_2 = JsonSerializer_CreateDefault_m1AAC9310CCCCFFEECB5AE8420539401737C4494A(L_1, NULL);
V_0 = L_2;
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_3 = V_0;
NullCheck(L_3);
bool L_4;
L_4 = JsonSerializer_IsCheckAdditionalContentSet_mF612DA7202241577EE38C3BED5791065247FA9EF(L_3, NULL);
if (L_4)
{
goto IL_0021;
}
}
{
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_5 = V_0;
NullCheck(L_5);
VirtualActionInvoker1< bool >::Invoke(64 /* System.Void Newtonsoft.Json.JsonSerializer::set_CheckAdditionalContent(System.Boolean) */, L_5, (bool)1);
}
IL_0021:
{
String_t* L_6 = ___value0;
StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8* L_7 = (StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8*)il2cpp_codegen_object_new(StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8_il2cpp_TypeInfo_var);
NullCheck(L_7);
StringReader__ctor_m72556EC1062F49E05CF41B0825AC7FA2DB2A81C0(L_7, L_6, NULL);
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* L_8 = (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E*)il2cpp_codegen_object_new(JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E_il2cpp_TypeInfo_var);
NullCheck(L_8);
JsonTextReader__ctor_m362F27D5EA7CEE0A9BDBF46FE235D8558146C10D(L_8, L_7, NULL);
V_1 = L_8;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0038:
{// begin finally (depth: 1)
{
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* L_9 = V_1;
if (!L_9)
{
goto IL_0041;
}
}
{
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* L_10 = V_1;
NullCheck(L_10);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_10);
}
IL_0041:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_11 = V_0;
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* L_12 = V_1;
Type_t* L_13 = ___type1;
NullCheck(L_11);
RuntimeObject* L_14;
L_14 = JsonSerializer_Deserialize_m07E18A6BAA0AD5521D26EC348575BA6683DC4336(L_11, L_12, L_13, NULL);
V_2 = L_14;
goto IL_0042;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0042:
{
RuntimeObject* L_15 = V_2;
return L_15;
}
}
// System.Void Newtonsoft.Json.JsonConvert::PopulateObject(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonConvert_PopulateObject_mBAA151CDB7DB33386939E607789BB37655244839 (String_t* ___value0, RuntimeObject* ___target1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
RuntimeObject* L_1 = ___target1;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
JsonConvert_PopulateObject_mC02477F09A9C05D722F2D3B3E56D5644333234A1(L_0, L_1, (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF*)NULL, NULL);
return;
}
}
// System.Void Newtonsoft.Json.JsonConvert::PopulateObject(System.String,System.Object,Newtonsoft.Json.JsonSerializerSettings)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonConvert_PopulateObject_mC02477F09A9C05D722F2D3B3E56D5644333234A1 (String_t* ___value0, RuntimeObject* ___target1, JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* ___settings2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* V_0 = NULL;
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* V_1 = NULL;
{
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_0 = ___settings2;
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_1;
L_1 = JsonSerializer_CreateDefault_m1AAC9310CCCCFFEECB5AE8420539401737C4494A(L_0, NULL);
V_0 = L_1;
String_t* L_2 = ___value0;
StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8* L_3 = (StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8*)il2cpp_codegen_object_new(StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8_il2cpp_TypeInfo_var);
NullCheck(L_3);
StringReader__ctor_m72556EC1062F49E05CF41B0825AC7FA2DB2A81C0(L_3, L_2, NULL);
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* L_4 = (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E*)il2cpp_codegen_object_new(JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E_il2cpp_TypeInfo_var);
NullCheck(L_4);
JsonTextReader__ctor_m362F27D5EA7CEE0A9BDBF46FE235D8558146C10D(L_4, L_3, NULL);
V_1 = L_4;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0047:
{// begin finally (depth: 1)
{
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_5 = V_1;
if (!L_5)
{
goto IL_0050;
}
}
{
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_6 = V_1;
NullCheck(L_6);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_6);
}
IL_0050:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_7 = V_0;
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_8 = V_1;
RuntimeObject* L_9 = ___target1;
NullCheck(L_7);
JsonSerializer_Populate_m82119593CD901DEF485D2F206E9713100A28D827(L_7, L_8, L_9, NULL);
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_10 = ___settings2;
if (!L_10)
{
goto IL_0045_1;
}
}
{
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_11 = ___settings2;
NullCheck(L_11);
bool L_12;
L_12 = JsonSerializerSettings_get_CheckAdditionalContent_m65DE6276F363FEA2D94C03834685898D4374F526(L_11, NULL);
if (!L_12)
{
goto IL_0045_1;
}
}
{
goto IL_003d_1;
}
IL_0028_1:
{
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_13 = V_1;
NullCheck(L_13);
int32_t L_14;
L_14 = VirtualFuncInvoker0< int32_t >::Invoke(16 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_13);
if ((((int32_t)L_14) == ((int32_t)5)))
{
goto IL_003d_1;
}
}
{
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_15 = V_1;
JsonSerializationException_t00F36890DFAC04F2FDE779151340B9C5563612EC* L_16;
L_16 = JsonSerializationException_Create_m6C7554AD803E3362DCC52A8DB9DC068469CE1D84(L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCD2956AE0ADA8B1B0E3E0C4A03F3BD968CA54060)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonConvert_PopulateObject_mC02477F09A9C05D722F2D3B3E56D5644333234A1_RuntimeMethod_var)));
}
IL_003d_1:
{
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_17 = V_1;
NullCheck(L_17);
bool L_18;
L_18 = VirtualFuncInvoker0< bool >::Invoke(21 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_17);
if (L_18)
{
goto IL_0028_1;
}
}
IL_0045_1:
{
goto IL_0051;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0051:
{
return;
}
}
// System.String Newtonsoft.Json.JsonConvert::SerializeXmlNode(System.Xml.XmlNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_SerializeXmlNode_m621D1EC566D2C33A48AEC5B7D3A6A5E95F719AD5 (XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF* L_0 = ___node0;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_1;
L_1 = JsonConvert_SerializeXmlNode_mFA73064BED1A84B0367E5720D6C3CFFF214D63D5(L_0, 0, NULL);
return L_1;
}
}
// System.String Newtonsoft.Json.JsonConvert::SerializeXmlNode(System.Xml.XmlNode,Newtonsoft.Json.Formatting)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_SerializeXmlNode_mFA73064BED1A84B0367E5720D6C3CFFF214D63D5 (XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF* ___node0, int32_t ___formatting1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF* V_0 = NULL;
{
XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF* L_0 = (XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF*)il2cpp_codegen_object_new(XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF_il2cpp_TypeInfo_var);
NullCheck(L_0);
XmlNodeConverter__ctor_m5EA79F6E3B52F680FC2F5DA529993033645D62C3(L_0, NULL);
V_0 = L_0;
XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF* L_1 = ___node0;
int32_t L_2 = ___formatting1;
JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E* L_3 = (JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E*)(JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E*)SZArrayNew(JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E_il2cpp_TypeInfo_var, (uint32_t)1);
JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E* L_4 = L_3;
XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF* L_5 = V_0;
NullCheck(L_4);
ArrayElementTypeCheck (L_4, L_5);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(0), (JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16*)L_5);
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_6;
L_6 = JsonConvert_SerializeObject_mB74ECE7988BC265B703BC14979A0577748B1DF93(L_1, L_2, L_4, NULL);
return L_6;
}
}
// System.String Newtonsoft.Json.JsonConvert::SerializeXmlNode(System.Xml.XmlNode,Newtonsoft.Json.Formatting,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_SerializeXmlNode_m425D3DD421BBAFC7235C1FD31AE0A6187B607C7C (XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF* ___node0, int32_t ___formatting1, bool ___omitRootObject2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF* V_0 = NULL;
{
XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF* L_0 = (XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF*)il2cpp_codegen_object_new(XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF_il2cpp_TypeInfo_var);
NullCheck(L_0);
XmlNodeConverter__ctor_m5EA79F6E3B52F680FC2F5DA529993033645D62C3(L_0, NULL);
XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF* L_1 = L_0;
bool L_2 = ___omitRootObject2;
NullCheck(L_1);
XmlNodeConverter_set_OmitRootObject_mA3B18200974DB101932BFFD9AE802656815C7729_inline(L_1, L_2, NULL);
V_0 = L_1;
XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF* L_3 = ___node0;
int32_t L_4 = ___formatting1;
JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E* L_5 = (JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E*)(JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E*)SZArrayNew(JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E_il2cpp_TypeInfo_var, (uint32_t)1);
JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E* L_6 = L_5;
XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF* L_7 = V_0;
NullCheck(L_6);
ArrayElementTypeCheck (L_6, L_7);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(0), (JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16*)L_7);
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_8;
L_8 = JsonConvert_SerializeObject_mB74ECE7988BC265B703BC14979A0577748B1DF93(L_3, L_4, L_6, NULL);
return L_8;
}
}
// System.Xml.XmlDocument Newtonsoft.Json.JsonConvert::DeserializeXmlNode(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDocument_t4DE82998E642C5C21A4A620A5278237C70D3E42B* JsonConvert_DeserializeXmlNode_mAB8BE61CF72215BB1C7561F9EF95CAC2F73504BA (String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
XmlDocument_t4DE82998E642C5C21A4A620A5278237C70D3E42B* L_1;
L_1 = JsonConvert_DeserializeXmlNode_m8E13BEE9809CFFFD7E98B3DE7C29085435729722(L_0, (String_t*)NULL, NULL);
return L_1;
}
}
// System.Xml.XmlDocument Newtonsoft.Json.JsonConvert::DeserializeXmlNode(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDocument_t4DE82998E642C5C21A4A620A5278237C70D3E42B* JsonConvert_DeserializeXmlNode_m8E13BEE9809CFFFD7E98B3DE7C29085435729722 (String_t* ___value0, String_t* ___deserializeRootElementName1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
String_t* L_1 = ___deserializeRootElementName1;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
XmlDocument_t4DE82998E642C5C21A4A620A5278237C70D3E42B* L_2;
L_2 = JsonConvert_DeserializeXmlNode_m2492E358320103D0165A28B0F30D464A13DEC1E2(L_0, L_1, (bool)0, NULL);
return L_2;
}
}
// System.Xml.XmlDocument Newtonsoft.Json.JsonConvert::DeserializeXmlNode(System.String,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDocument_t4DE82998E642C5C21A4A620A5278237C70D3E42B* JsonConvert_DeserializeXmlNode_m2492E358320103D0165A28B0F30D464A13DEC1E2 (String_t* ___value0, String_t* ___deserializeRootElementName1, bool ___writeArrayAttribute2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
String_t* L_1 = ___deserializeRootElementName1;
bool L_2 = ___writeArrayAttribute2;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
XmlDocument_t4DE82998E642C5C21A4A620A5278237C70D3E42B* L_3;
L_3 = JsonConvert_DeserializeXmlNode_m4680455166E1876DD705FBF52985415CF49650ED(L_0, L_1, L_2, (bool)0, NULL);
return L_3;
}
}
// System.Xml.XmlDocument Newtonsoft.Json.JsonConvert::DeserializeXmlNode(System.String,System.String,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDocument_t4DE82998E642C5C21A4A620A5278237C70D3E42B* JsonConvert_DeserializeXmlNode_m4680455166E1876DD705FBF52985415CF49650ED (String_t* ___value0, String_t* ___deserializeRootElementName1, bool ___writeArrayAttribute2, bool ___encodeSpecialCharacters3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlDocument_t4DE82998E642C5C21A4A620A5278237C70D3E42B_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlDocument_t4DE82998E642C5C21A4A620A5278237C70D3E42B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF* V_0 = NULL;
{
XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF* L_0 = (XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF*)il2cpp_codegen_object_new(XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF_il2cpp_TypeInfo_var);
NullCheck(L_0);
XmlNodeConverter__ctor_m5EA79F6E3B52F680FC2F5DA529993033645D62C3(L_0, NULL);
V_0 = L_0;
XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF* L_1 = V_0;
String_t* L_2 = ___deserializeRootElementName1;
NullCheck(L_1);
XmlNodeConverter_set_DeserializeRootElementName_m3BF71E4654215F114EDE08F035A62A886E87821A_inline(L_1, L_2, NULL);
XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF* L_3 = V_0;
bool L_4 = ___writeArrayAttribute2;
NullCheck(L_3);
XmlNodeConverter_set_WriteArrayAttribute_mDB9B899CAC005A16290D1AE4688D6114195A1F24_inline(L_3, L_4, NULL);
XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF* L_5 = V_0;
bool L_6 = ___encodeSpecialCharacters3;
NullCheck(L_5);
XmlNodeConverter_set_EncodeSpecialCharacters_m08188F39DD276C01BD54AA58C4A7D7CF2E03D47C_inline(L_5, L_6, NULL);
String_t* L_7 = ___value0;
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_8 = { reinterpret_cast<intptr_t> (XmlDocument_t4DE82998E642C5C21A4A620A5278237C70D3E42B_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_9;
L_9 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_8, NULL);
JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E* L_10 = (JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E*)(JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E*)SZArrayNew(JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E_il2cpp_TypeInfo_var, (uint32_t)1);
JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E* L_11 = L_10;
XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF* L_12 = V_0;
NullCheck(L_11);
ArrayElementTypeCheck (L_11, L_12);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(0), (JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16*)L_12);
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
RuntimeObject* L_13;
L_13 = JsonConvert_DeserializeObject_mECA719464B8661CFE1FF620B04BFAA2E357B4419(L_7, L_9, L_11, NULL);
return ((XmlDocument_t4DE82998E642C5C21A4A620A5278237C70D3E42B*)CastclassClass((RuntimeObject*)L_13, XmlDocument_t4DE82998E642C5C21A4A620A5278237C70D3E42B_il2cpp_TypeInfo_var));
}
}
// System.String Newtonsoft.Json.JsonConvert::SerializeXNode(System.Xml.Linq.XObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_SerializeXNode_mF5EF0298DCB28547FDEFDE741D98BB7265293649 (XObject_t1E867FBE626AA0DC878BDDFC1ABCF19F1A4B5C29* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
XObject_t1E867FBE626AA0DC878BDDFC1ABCF19F1A4B5C29* L_0 = ___node0;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_1;
L_1 = JsonConvert_SerializeXNode_m2A8AE36CC67FE2BEE53DE524EE6491F1B9131DF4(L_0, 0, NULL);
return L_1;
}
}
// System.String Newtonsoft.Json.JsonConvert::SerializeXNode(System.Xml.Linq.XObject,Newtonsoft.Json.Formatting)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_SerializeXNode_m2A8AE36CC67FE2BEE53DE524EE6491F1B9131DF4 (XObject_t1E867FBE626AA0DC878BDDFC1ABCF19F1A4B5C29* ___node0, int32_t ___formatting1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
XObject_t1E867FBE626AA0DC878BDDFC1ABCF19F1A4B5C29* L_0 = ___node0;
int32_t L_1 = ___formatting1;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_2;
L_2 = JsonConvert_SerializeXNode_m8B638566B1D8849FA6E140E308B2CC3912BCCAF5(L_0, L_1, (bool)0, NULL);
return L_2;
}
}
// System.String Newtonsoft.Json.JsonConvert::SerializeXNode(System.Xml.Linq.XObject,Newtonsoft.Json.Formatting,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_SerializeXNode_m8B638566B1D8849FA6E140E308B2CC3912BCCAF5 (XObject_t1E867FBE626AA0DC878BDDFC1ABCF19F1A4B5C29* ___node0, int32_t ___formatting1, bool ___omitRootObject2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF* V_0 = NULL;
{
XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF* L_0 = (XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF*)il2cpp_codegen_object_new(XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF_il2cpp_TypeInfo_var);
NullCheck(L_0);
XmlNodeConverter__ctor_m5EA79F6E3B52F680FC2F5DA529993033645D62C3(L_0, NULL);
XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF* L_1 = L_0;
bool L_2 = ___omitRootObject2;
NullCheck(L_1);
XmlNodeConverter_set_OmitRootObject_mA3B18200974DB101932BFFD9AE802656815C7729_inline(L_1, L_2, NULL);
V_0 = L_1;
XObject_t1E867FBE626AA0DC878BDDFC1ABCF19F1A4B5C29* L_3 = ___node0;
int32_t L_4 = ___formatting1;
JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E* L_5 = (JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E*)(JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E*)SZArrayNew(JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E_il2cpp_TypeInfo_var, (uint32_t)1);
JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E* L_6 = L_5;
XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF* L_7 = V_0;
NullCheck(L_6);
ArrayElementTypeCheck (L_6, L_7);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(0), (JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16*)L_7);
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_8;
L_8 = JsonConvert_SerializeObject_mB74ECE7988BC265B703BC14979A0577748B1DF93(L_3, L_4, L_6, NULL);
return L_8;
}
}
// System.Xml.Linq.XDocument Newtonsoft.Json.JsonConvert::DeserializeXNode(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XDocument_tFD643046CAF39623C3D8AA1693390D5EE08E82F1* JsonConvert_DeserializeXNode_mC9B5ADDEF386998F019816439F7C2E277A79D345 (String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
XDocument_tFD643046CAF39623C3D8AA1693390D5EE08E82F1* L_1;
L_1 = JsonConvert_DeserializeXNode_m7AE4B81F96EA6601280C77ED829491D9D21E0BBB(L_0, (String_t*)NULL, NULL);
return L_1;
}
}
// System.Xml.Linq.XDocument Newtonsoft.Json.JsonConvert::DeserializeXNode(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XDocument_tFD643046CAF39623C3D8AA1693390D5EE08E82F1* JsonConvert_DeserializeXNode_m7AE4B81F96EA6601280C77ED829491D9D21E0BBB (String_t* ___value0, String_t* ___deserializeRootElementName1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
String_t* L_1 = ___deserializeRootElementName1;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
XDocument_tFD643046CAF39623C3D8AA1693390D5EE08E82F1* L_2;
L_2 = JsonConvert_DeserializeXNode_m9D39F1BEE02C611C06C24F5A25CEF8E1FDE89877(L_0, L_1, (bool)0, NULL);
return L_2;
}
}
// System.Xml.Linq.XDocument Newtonsoft.Json.JsonConvert::DeserializeXNode(System.String,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XDocument_tFD643046CAF39623C3D8AA1693390D5EE08E82F1* JsonConvert_DeserializeXNode_m9D39F1BEE02C611C06C24F5A25CEF8E1FDE89877 (String_t* ___value0, String_t* ___deserializeRootElementName1, bool ___writeArrayAttribute2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
String_t* L_1 = ___deserializeRootElementName1;
bool L_2 = ___writeArrayAttribute2;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
XDocument_tFD643046CAF39623C3D8AA1693390D5EE08E82F1* L_3;
L_3 = JsonConvert_DeserializeXNode_m871CF5440374D67AB65433FC6AEE3DE8E74641B0(L_0, L_1, L_2, (bool)0, NULL);
return L_3;
}
}
// System.Xml.Linq.XDocument Newtonsoft.Json.JsonConvert::DeserializeXNode(System.String,System.String,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XDocument_tFD643046CAF39623C3D8AA1693390D5EE08E82F1* JsonConvert_DeserializeXNode_m871CF5440374D67AB65433FC6AEE3DE8E74641B0 (String_t* ___value0, String_t* ___deserializeRootElementName1, bool ___writeArrayAttribute2, bool ___encodeSpecialCharacters3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XDocument_tFD643046CAF39623C3D8AA1693390D5EE08E82F1_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XDocument_tFD643046CAF39623C3D8AA1693390D5EE08E82F1_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF* V_0 = NULL;
{
XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF* L_0 = (XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF*)il2cpp_codegen_object_new(XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF_il2cpp_TypeInfo_var);
NullCheck(L_0);
XmlNodeConverter__ctor_m5EA79F6E3B52F680FC2F5DA529993033645D62C3(L_0, NULL);
V_0 = L_0;
XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF* L_1 = V_0;
String_t* L_2 = ___deserializeRootElementName1;
NullCheck(L_1);
XmlNodeConverter_set_DeserializeRootElementName_m3BF71E4654215F114EDE08F035A62A886E87821A_inline(L_1, L_2, NULL);
XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF* L_3 = V_0;
bool L_4 = ___writeArrayAttribute2;
NullCheck(L_3);
XmlNodeConverter_set_WriteArrayAttribute_mDB9B899CAC005A16290D1AE4688D6114195A1F24_inline(L_3, L_4, NULL);
XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF* L_5 = V_0;
bool L_6 = ___encodeSpecialCharacters3;
NullCheck(L_5);
XmlNodeConverter_set_EncodeSpecialCharacters_m08188F39DD276C01BD54AA58C4A7D7CF2E03D47C_inline(L_5, L_6, NULL);
String_t* L_7 = ___value0;
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_8 = { reinterpret_cast<intptr_t> (XDocument_tFD643046CAF39623C3D8AA1693390D5EE08E82F1_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_9;
L_9 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_8, NULL);
JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E* L_10 = (JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E*)(JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E*)SZArrayNew(JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E_il2cpp_TypeInfo_var, (uint32_t)1);
JsonConverterU5BU5D_tF69203E66D4FCB82A6F64A24EF7785E26E9E957E* L_11 = L_10;
XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF* L_12 = V_0;
NullCheck(L_11);
ArrayElementTypeCheck (L_11, L_12);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(0), (JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16*)L_12);
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
RuntimeObject* L_13;
L_13 = JsonConvert_DeserializeObject_mECA719464B8661CFE1FF620B04BFAA2E357B4419(L_7, L_9, L_11, NULL);
return ((XDocument_tFD643046CAF39623C3D8AA1693390D5EE08E82F1*)CastclassClass((RuntimeObject*)L_13, XDocument_tFD643046CAF39623C3D8AA1693390D5EE08E82F1_il2cpp_TypeInfo_var));
}
}
// System.Void Newtonsoft.Json.JsonConvert::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonConvert__cctor_mC35247A314CC23BE62020D9A481AD4CDC3D4A715 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5B22DE498A248A5D137E9D01CFAA089B3CA784EA);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6F45AE1F6DDDD4F0B29149B9126317C62C36E5A5);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral70EEFAA66DA29FAC9E1A81759A5984878FB67ED3);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CA8C44D8001E19877B2F2B86EC61A60048AF615);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2);
s_Il2CppMethodInitialized = true;
}
{
((JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var))->___True_1 = _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2;
Il2CppCodeGenWriteBarrier((void**)(&((JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var))->___True_1), (void*)_stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2);
((JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var))->___False_2 = _stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB;
Il2CppCodeGenWriteBarrier((void**)(&((JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var))->___False_2), (void*)_stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB);
((JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var))->___Null_3 = _stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174;
Il2CppCodeGenWriteBarrier((void**)(&((JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var))->___Null_3), (void*)_stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174);
((JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var))->___Undefined_4 = _stringLiteral6F45AE1F6DDDD4F0B29149B9126317C62C36E5A5;
Il2CppCodeGenWriteBarrier((void**)(&((JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var))->___Undefined_4), (void*)_stringLiteral6F45AE1F6DDDD4F0B29149B9126317C62C36E5A5);
((JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var))->___PositiveInfinity_5 = _stringLiteral5B22DE498A248A5D137E9D01CFAA089B3CA784EA;
Il2CppCodeGenWriteBarrier((void**)(&((JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var))->___PositiveInfinity_5), (void*)_stringLiteral5B22DE498A248A5D137E9D01CFAA089B3CA784EA);
((JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var))->___NegativeInfinity_6 = _stringLiteral70EEFAA66DA29FAC9E1A81759A5984878FB67ED3;
Il2CppCodeGenWriteBarrier((void**)(&((JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var))->___NegativeInfinity_6), (void*)_stringLiteral70EEFAA66DA29FAC9E1A81759A5984878FB67ED3);
((JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var))->___NaN_7 = _stringLiteral9CA8C44D8001E19877B2F2B86EC61A60048AF615;
Il2CppCodeGenWriteBarrier((void**)(&((JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var))->___NaN_7), (void*)_stringLiteral9CA8C44D8001E19877B2F2B86EC61A60048AF615);
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.JsonConverter::get_CanRead()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonConverter_get_CanRead_m2D457A04D24C35CBA381B6D6D857057A464A916B (JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* __this, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
// System.Boolean Newtonsoft.Json.JsonConverter::get_CanWrite()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonConverter_get_CanWrite_m7DEE81107B47B2A2A34A927DCA45439FC8C59A4A (JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* __this, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
// System.Void Newtonsoft.Json.JsonConverter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonConverter__ctor_m47F59D2FF8CFBA449BDFBA405BDEEF6361139DAB (JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, 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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* JsonConverterAttribute_get_ConverterType_m75C219D874E6C5DA20645156A2E1A26FFF57E035 (JsonConverterAttribute_t8A0F4E46EC010D3F56F2CE55882AB58B0A2D9B44* __this, const RuntimeMethod* method)
{
{
Type_t* L_0 = __this->____converterType_0;
return L_0;
}
}
// System.Object[] Newtonsoft.Json.JsonConverterAttribute::get_ConverterParameters()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* JsonConverterAttribute_get_ConverterParameters_mAF5F1D5D27BF42D6362EFDF65BEBBE407BAFD356 (JsonConverterAttribute_t8A0F4E46EC010D3F56F2CE55882AB58B0A2D9B44* __this, const RuntimeMethod* method)
{
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = __this->___U3CConverterParametersU3Ek__BackingField_1;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonConverterAttribute::.ctor(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonConverterAttribute__ctor_mC49DD719FDF77A863367D49B709A7ECF38D02753 (JsonConverterAttribute_t8A0F4E46EC010D3F56F2CE55882AB58B0A2D9B44* __this, Type_t* ___converterType0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL);
Type_t* L_0 = ___converterType0;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_0, (Type_t*)NULL, NULL);
if (!L_1)
{
goto IL_001a;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral13872043775D2451AF84CDFC4C77247AABC111DE)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonConverterAttribute__ctor_mC49DD719FDF77A863367D49B709A7ECF38D02753_RuntimeMethod_var)));
}
IL_001a:
{
Type_t* L_3 = ___converterType0;
__this->____converterType_0 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->____converterType_0), (void*)L_3);
return;
}
}
// System.Void Newtonsoft.Json.JsonConverterAttribute::.ctor(System.Type,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonConverterAttribute__ctor_m8D13F129603B81D34246884EE2A6F654AEB9F1C9 (JsonConverterAttribute_t8A0F4E46EC010D3F56F2CE55882AB58B0A2D9B44* __this, Type_t* ___converterType0, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___converterParameters1, const RuntimeMethod* method)
{
{
Type_t* L_0 = ___converterType0;
JsonConverterAttribute__ctor_mC49DD719FDF77A863367D49B709A7ECF38D02753(__this, L_0, NULL);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = ___converterParameters1;
__this->___U3CConverterParametersU3Ek__BackingField_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CConverterParametersU3Ek__BackingField_1), (void*)L_1);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Newtonsoft.Json.JsonConverterCollection::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonConverterCollection__ctor_m0C47B6863A198C76E6C4F4D3415E3C426FACE042 (JsonConverterCollection_t6EEC84565C08B14107276B5023CE9E978DFCDF89* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Collection_1__ctor_mB0C148A764CAA17F7190EBD287C9925ADD0F2D15_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Collection_1__ctor_mB0C148A764CAA17F7190EBD287C9925ADD0F2D15(__this, Collection_1__ctor_mB0C148A764CAA17F7190EBD287C9925ADD0F2D15_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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonDictionaryAttribute__ctor_m9EE4679B14BAD6C031A1F61F7A530E5F3DDBCC8A (JsonDictionaryAttribute_t55904FD7C00AA9EF94FAEF553F5595E203DA6E3E* __this, const RuntimeMethod* method)
{
{
JsonContainerAttribute__ctor_m58831F420FD3D536478054080A1F3C68B00960B4(__this, NULL);
return;
}
}
// System.Void Newtonsoft.Json.JsonDictionaryAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonDictionaryAttribute__ctor_mB8BFDFC28AB2B2DE3AB2DF3602B5A4C30D2D868F (JsonDictionaryAttribute_t55904FD7C00AA9EF94FAEF553F5595E203DA6E3E* __this, String_t* ___id0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___id0;
JsonContainerAttribute__ctor_m35BA38396D25D3071F6E0FB2ADE1C7C5817622B0(__this, L_0, 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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonException__ctor_m133E4DB19926E9CB835F6BDCF47EA910A92252A1 (JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m203319D1EA1274689B380A947B4ADC8445662B8F(__this, NULL);
return;
}
}
// System.Void Newtonsoft.Json.JsonException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonException__ctor_m29A7A39A820BD2EFF57EC051CB305B86C4B81FA9 (JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD* __this, String_t* ___message0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___message0;
il2cpp_codegen_runtime_class_init_inline(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(__this, L_0, NULL);
return;
}
}
// System.Void Newtonsoft.Json.JsonException::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonException__ctor_mF25D98C588CF67F15BECFB01FEA535FEC0117CB4 (JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD* __this, String_t* ___message0, Exception_t* ___innerException1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___message0;
Exception_t* L_1 = ___innerException1;
il2cpp_codegen_runtime_class_init_inline(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m9BC141AAB08F47C34B7ED40C1A6C0C1ADDEC5CB3(__this, L_0, L_1, NULL);
return;
}
}
// System.Void Newtonsoft.Json.JsonException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonException__ctor_mF4EA9CF06D3471F221C86E1CF375030528D0090F (JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___info0, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___info0;
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___context1;
il2cpp_codegen_runtime_class_init_inline(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m412D5FC4D69035738F1DB88FD771ABD6B0E9E120(__this, L_0, L_1, NULL);
return;
}
}
// Newtonsoft.Json.JsonException Newtonsoft.Json.JsonException::Create(Newtonsoft.Json.IJsonLineInfo,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD* JsonException_Create_m14342BA68B1C7914408DFFC9353D6B1D37BB09D7 (RuntimeObject* ___lineInfo0, String_t* ___path1, String_t* ___message2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonPosition_t7788656A280615072710710E8C15D23285850E8E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___lineInfo0;
String_t* L_1 = ___path1;
String_t* L_2 = ___message2;
il2cpp_codegen_runtime_class_init_inline(JsonPosition_t7788656A280615072710710E8C15D23285850E8E_il2cpp_TypeInfo_var);
String_t* L_3;
L_3 = JsonPosition_FormatMessage_m75AF225DE2E1664B976DAA52E080571CC36E51E5(L_0, L_1, L_2, NULL);
___message2 = L_3;
String_t* L_4 = ___message2;
JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD* L_5 = (JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD*)il2cpp_codegen_object_new(JsonException_tFFE4BB54605E1573CD957C3A40BEC5571CC386BD_il2cpp_TypeInfo_var);
NullCheck(L_5);
JsonException__ctor_m29A7A39A820BD2EFF57EC051CB305B86C4B81FA9(L_5, L_4, 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.JsonExtensionDataAttribute::get_WriteData()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonExtensionDataAttribute_get_WriteData_m91100F78741EB6CEDB4AB7354EC4085E814FE865 (JsonExtensionDataAttribute_tF492B4EC51E6325C4CA761F373861202B4F9035E* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___U3CWriteDataU3Ek__BackingField_0;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonExtensionDataAttribute::set_WriteData(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonExtensionDataAttribute_set_WriteData_mDF516C304D65CDAB9EDE6FFA7F69C1BFAD02F564 (JsonExtensionDataAttribute_tF492B4EC51E6325C4CA761F373861202B4F9035E* __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->___U3CWriteDataU3Ek__BackingField_0 = L_0;
return;
}
}
// System.Boolean Newtonsoft.Json.JsonExtensionDataAttribute::get_ReadData()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonExtensionDataAttribute_get_ReadData_m1ACC83CF38CEEA07080EBA48C66F2AD7FFF3C066 (JsonExtensionDataAttribute_tF492B4EC51E6325C4CA761F373861202B4F9035E* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___U3CReadDataU3Ek__BackingField_1;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonExtensionDataAttribute::set_ReadData(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonExtensionDataAttribute_set_ReadData_m4C4681A75042DE8C8A35380154BE3A870AD78D1D (JsonExtensionDataAttribute_tF492B4EC51E6325C4CA761F373861202B4F9035E* __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->___U3CReadDataU3Ek__BackingField_1 = L_0;
return;
}
}
// System.Void Newtonsoft.Json.JsonExtensionDataAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonExtensionDataAttribute__ctor_mE301AC470F51C0F4FDED2D842B58C785C4FCC6E1 (JsonExtensionDataAttribute_tF492B4EC51E6325C4CA761F373861202B4F9035E* __this, const RuntimeMethod* method)
{
{
Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL);
JsonExtensionDataAttribute_set_WriteData_mDF516C304D65CDAB9EDE6FFA7F69C1BFAD02F564_inline(__this, (bool)1, NULL);
JsonExtensionDataAttribute_set_ReadData_m4C4681A75042DE8C8A35380154BE3A870AD78D1D_inline(__this, (bool)1, 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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonIgnoreAttribute__ctor_m26883FC7D96DBF3502845CD154EB5A0BF2D694A0 (JsonIgnoreAttribute_t9C194C4132F31C3496A2B7C90C9050BA47A34850* __this, const RuntimeMethod* method)
{
{
Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, 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.JsonNameTable::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonNameTable__ctor_m39C6452248E6DA1BF9494BED1D11F2752A4B2467 (JsonNameTable_t0B2C7BA303E82F2C1E3C1176620FA86FA3BB611F* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, 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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonObjectAttribute_get_MemberSerialization_m49450C61989A20414C231E8DFF5D980BF26C645B (JsonObjectAttribute_tF1A0A8D30875A7ECC57B4B2D52C684D61D2038B9* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____memberSerialization_12;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonObjectAttribute::set_MemberSerialization(Newtonsoft.Json.MemberSerialization)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonObjectAttribute_set_MemberSerialization_m241046E598051AB3A18948986659C085B905C8BF (JsonObjectAttribute_tF1A0A8D30875A7ECC57B4B2D52C684D61D2038B9* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->____memberSerialization_12 = L_0;
return;
}
}
// Newtonsoft.Json.MissingMemberHandling Newtonsoft.Json.JsonObjectAttribute::get_MissingMemberHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonObjectAttribute_get_MissingMemberHandling_m08CD45C2A7CF855EA4A3B55FF5250C851C13A73C (JsonObjectAttribute_tF1A0A8D30875A7ECC57B4B2D52C684D61D2038B9* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mACE47F9047FB1C65BA59F55A476885C39041B88F_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Nullable_1_t776B72BEFF6E3E2D489C4C6D855C89139D6B4CA4* L_0 = (&__this->____missingMemberHandling_13);
int32_t L_1;
L_1 = Nullable_1_GetValueOrDefault_mACE47F9047FB1C65BA59F55A476885C39041B88F_inline(L_0, Nullable_1_GetValueOrDefault_mACE47F9047FB1C65BA59F55A476885C39041B88F_RuntimeMethod_var);
return L_1;
}
}
// System.Void Newtonsoft.Json.JsonObjectAttribute::set_MissingMemberHandling(Newtonsoft.Json.MissingMemberHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonObjectAttribute_set_MissingMemberHandling_m89F66BD360AFBECF127FC31E4959ED556370DBC5 (JsonObjectAttribute_tF1A0A8D30875A7ECC57B4B2D52C684D61D2038B9* __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mAC9E0A4276EB00B8BB8CBD659D18982B9D9B58CF_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
Nullable_1_t776B72BEFF6E3E2D489C4C6D855C89139D6B4CA4 L_1;
memset((&L_1), 0, sizeof(L_1));
Nullable_1__ctor_mAC9E0A4276EB00B8BB8CBD659D18982B9D9B58CF((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_mAC9E0A4276EB00B8BB8CBD659D18982B9D9B58CF_RuntimeMethod_var);
__this->____missingMemberHandling_13 = L_1;
return;
}
}
// Newtonsoft.Json.NullValueHandling Newtonsoft.Json.JsonObjectAttribute::get_ItemNullValueHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonObjectAttribute_get_ItemNullValueHandling_m3FDE13B78B16DAC7FB4DE7B29A0050D9D998DC94 (JsonObjectAttribute_tF1A0A8D30875A7ECC57B4B2D52C684D61D2038B9* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m07AC0F595CD362F4553AC56EC0AC8D2C5685C238_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Nullable_1_tA1B6210C1924173AEFE9AF8FBDD3BA856E74A790* L_0 = (&__this->____itemNullValueHandling_15);
int32_t L_1;
L_1 = Nullable_1_GetValueOrDefault_m07AC0F595CD362F4553AC56EC0AC8D2C5685C238_inline(L_0, Nullable_1_GetValueOrDefault_m07AC0F595CD362F4553AC56EC0AC8D2C5685C238_RuntimeMethod_var);
return L_1;
}
}
// System.Void Newtonsoft.Json.JsonObjectAttribute::set_ItemNullValueHandling(Newtonsoft.Json.NullValueHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonObjectAttribute_set_ItemNullValueHandling_m2FA262FC803C038E11F41CDD8AB0B1041C426C11 (JsonObjectAttribute_tF1A0A8D30875A7ECC57B4B2D52C684D61D2038B9* __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mD1FB6279D3F0551989DE961B3C939626CC2C2F03_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
Nullable_1_tA1B6210C1924173AEFE9AF8FBDD3BA856E74A790 L_1;
memset((&L_1), 0, sizeof(L_1));
Nullable_1__ctor_mD1FB6279D3F0551989DE961B3C939626CC2C2F03((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_mD1FB6279D3F0551989DE961B3C939626CC2C2F03_RuntimeMethod_var);
__this->____itemNullValueHandling_15 = L_1;
return;
}
}
// Newtonsoft.Json.Required Newtonsoft.Json.JsonObjectAttribute::get_ItemRequired()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonObjectAttribute_get_ItemRequired_mCC5DD4422774945DF0561CB591A0C057827180B2 (JsonObjectAttribute_tF1A0A8D30875A7ECC57B4B2D52C684D61D2038B9* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mF22045A8476B347EC854FCEDE563FBB4ADAFA610_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Nullable_1_t0ED183EB9E50B714F9A282F07935579F070B562B* L_0 = (&__this->____itemRequired_14);
int32_t L_1;
L_1 = Nullable_1_GetValueOrDefault_mF22045A8476B347EC854FCEDE563FBB4ADAFA610_inline(L_0, Nullable_1_GetValueOrDefault_mF22045A8476B347EC854FCEDE563FBB4ADAFA610_RuntimeMethod_var);
return L_1;
}
}
// System.Void Newtonsoft.Json.JsonObjectAttribute::set_ItemRequired(Newtonsoft.Json.Required)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonObjectAttribute_set_ItemRequired_mC5BA22599580A05A8C5D8F0BA5A1EF4A709F89A1 (JsonObjectAttribute_tF1A0A8D30875A7ECC57B4B2D52C684D61D2038B9* __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mFA90D3C0605F390FD7DF6DE19337747E4AF595F8_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
Nullable_1_t0ED183EB9E50B714F9A282F07935579F070B562B L_1;
memset((&L_1), 0, sizeof(L_1));
Nullable_1__ctor_mFA90D3C0605F390FD7DF6DE19337747E4AF595F8((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_mFA90D3C0605F390FD7DF6DE19337747E4AF595F8_RuntimeMethod_var);
__this->____itemRequired_14 = L_1;
return;
}
}
// System.Void Newtonsoft.Json.JsonObjectAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonObjectAttribute__ctor_mB46A4065C794703262BABB64E723EB63D0709DC5 (JsonObjectAttribute_tF1A0A8D30875A7ECC57B4B2D52C684D61D2038B9* __this, const RuntimeMethod* method)
{
{
JsonContainerAttribute__ctor_m58831F420FD3D536478054080A1F3C68B00960B4(__this, NULL);
return;
}
}
// System.Void Newtonsoft.Json.JsonObjectAttribute::.ctor(Newtonsoft.Json.MemberSerialization)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonObjectAttribute__ctor_m6C21AA934018A45AD8D680B8F8931D2558F7EC4F (JsonObjectAttribute_tF1A0A8D30875A7ECC57B4B2D52C684D61D2038B9* __this, int32_t ___memberSerialization0, const RuntimeMethod* method)
{
{
JsonContainerAttribute__ctor_m58831F420FD3D536478054080A1F3C68B00960B4(__this, NULL);
int32_t L_0 = ___memberSerialization0;
JsonObjectAttribute_set_MemberSerialization_m241046E598051AB3A18948986659C085B905C8BF_inline(__this, L_0, NULL);
return;
}
}
// System.Void Newtonsoft.Json.JsonObjectAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonObjectAttribute__ctor_mA8ACA982D226D88A0C963A857F31628AE610AA08 (JsonObjectAttribute_tF1A0A8D30875A7ECC57B4B2D52C684D61D2038B9* __this, String_t* ___id0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___id0;
JsonContainerAttribute__ctor_m35BA38396D25D3071F6E0FB2ADE1C7C5817622B0(__this, L_0, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: Newtonsoft.Json.JsonPosition
IL2CPP_EXTERN_C void JsonPosition_t7788656A280615072710710E8C15D23285850E8E_marshal_pinvoke(const JsonPosition_t7788656A280615072710710E8C15D23285850E8E& unmarshaled, JsonPosition_t7788656A280615072710710E8C15D23285850E8E_marshaled_pinvoke& marshaled)
{
marshaled.___Type_1 = unmarshaled.___Type_1;
marshaled.___Position_2 = unmarshaled.___Position_2;
marshaled.___PropertyName_3 = il2cpp_codegen_marshal_string(unmarshaled.___PropertyName_3);
marshaled.___HasIndex_4 = static_cast<int32_t>(unmarshaled.___HasIndex_4);
}
IL2CPP_EXTERN_C void JsonPosition_t7788656A280615072710710E8C15D23285850E8E_marshal_pinvoke_back(const JsonPosition_t7788656A280615072710710E8C15D23285850E8E_marshaled_pinvoke& marshaled, JsonPosition_t7788656A280615072710710E8C15D23285850E8E& unmarshaled)
{
int32_t unmarshaledType_temp_0 = 0;
unmarshaledType_temp_0 = marshaled.___Type_1;
unmarshaled.___Type_1 = unmarshaledType_temp_0;
int32_t unmarshaledPosition_temp_1 = 0;
unmarshaledPosition_temp_1 = marshaled.___Position_2;
unmarshaled.___Position_2 = unmarshaledPosition_temp_1;
unmarshaled.___PropertyName_3 = il2cpp_codegen_marshal_string_result(marshaled.___PropertyName_3);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___PropertyName_3), (void*)il2cpp_codegen_marshal_string_result(marshaled.___PropertyName_3));
bool unmarshaledHasIndex_temp_3 = false;
unmarshaledHasIndex_temp_3 = static_cast<bool>(marshaled.___HasIndex_4);
unmarshaled.___HasIndex_4 = unmarshaledHasIndex_temp_3;
}
// Conversion method for clean up from marshalling of: Newtonsoft.Json.JsonPosition
IL2CPP_EXTERN_C void JsonPosition_t7788656A280615072710710E8C15D23285850E8E_marshal_pinvoke_cleanup(JsonPosition_t7788656A280615072710710E8C15D23285850E8E_marshaled_pinvoke& marshaled)
{
il2cpp_codegen_marshal_free(marshaled.___PropertyName_3);
marshaled.___PropertyName_3 = NULL;
}
// Conversion methods for marshalling of: Newtonsoft.Json.JsonPosition
IL2CPP_EXTERN_C void JsonPosition_t7788656A280615072710710E8C15D23285850E8E_marshal_com(const JsonPosition_t7788656A280615072710710E8C15D23285850E8E& unmarshaled, JsonPosition_t7788656A280615072710710E8C15D23285850E8E_marshaled_com& marshaled)
{
marshaled.___Type_1 = unmarshaled.___Type_1;
marshaled.___Position_2 = unmarshaled.___Position_2;
marshaled.___PropertyName_3 = il2cpp_codegen_marshal_bstring(unmarshaled.___PropertyName_3);
marshaled.___HasIndex_4 = static_cast<int32_t>(unmarshaled.___HasIndex_4);
}
IL2CPP_EXTERN_C void JsonPosition_t7788656A280615072710710E8C15D23285850E8E_marshal_com_back(const JsonPosition_t7788656A280615072710710E8C15D23285850E8E_marshaled_com& marshaled, JsonPosition_t7788656A280615072710710E8C15D23285850E8E& unmarshaled)
{
int32_t unmarshaledType_temp_0 = 0;
unmarshaledType_temp_0 = marshaled.___Type_1;
unmarshaled.___Type_1 = unmarshaledType_temp_0;
int32_t unmarshaledPosition_temp_1 = 0;
unmarshaledPosition_temp_1 = marshaled.___Position_2;
unmarshaled.___Position_2 = unmarshaledPosition_temp_1;
unmarshaled.___PropertyName_3 = il2cpp_codegen_marshal_bstring_result(marshaled.___PropertyName_3);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___PropertyName_3), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___PropertyName_3));
bool unmarshaledHasIndex_temp_3 = false;
unmarshaledHasIndex_temp_3 = static_cast<bool>(marshaled.___HasIndex_4);
unmarshaled.___HasIndex_4 = unmarshaledHasIndex_temp_3;
}
// Conversion method for clean up from marshalling of: Newtonsoft.Json.JsonPosition
IL2CPP_EXTERN_C void JsonPosition_t7788656A280615072710710E8C15D23285850E8E_marshal_com_cleanup(JsonPosition_t7788656A280615072710710E8C15D23285850E8E_marshaled_com& marshaled)
{
il2cpp_codegen_marshal_free_bstring(marshaled.___PropertyName_3);
marshaled.___PropertyName_3 = NULL;
}
// System.Void Newtonsoft.Json.JsonPosition::.ctor(Newtonsoft.Json.JsonContainerType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonPosition__ctor_mB2A076189BFC7885AA7876D42D0A612A1119AC90 (JsonPosition_t7788656A280615072710710E8C15D23285850E8E* __this, int32_t ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonPosition_t7788656A280615072710710E8C15D23285850E8E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___type0;
__this->___Type_1 = L_0;
int32_t L_1 = ___type0;
il2cpp_codegen_runtime_class_init_inline(JsonPosition_t7788656A280615072710710E8C15D23285850E8E_il2cpp_TypeInfo_var);
bool L_2;
L_2 = JsonPosition_TypeHasIndex_mB313070DC0E35C9437E344F50D068192F1DF557E(L_1, NULL);
__this->___HasIndex_4 = L_2;
__this->___Position_2 = (-1);
__this->___PropertyName_3 = (String_t*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___PropertyName_3), (void*)(String_t*)NULL);
return;
}
}
IL2CPP_EXTERN_C void JsonPosition__ctor_mB2A076189BFC7885AA7876D42D0A612A1119AC90_AdjustorThunk (RuntimeObject* __this, int32_t ___type0, const RuntimeMethod* method)
{
JsonPosition_t7788656A280615072710710E8C15D23285850E8E* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<JsonPosition_t7788656A280615072710710E8C15D23285850E8E*>(__this + _offset);
JsonPosition__ctor_mB2A076189BFC7885AA7876D42D0A612A1119AC90(_thisAdjusted, ___type0, method);
}
// System.Int32 Newtonsoft.Json.JsonPosition::CalculateLength()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonPosition_CalculateLength_mF8830A4B38109D0C9EBA7F90CF1DFB70B7E08BA1 (JsonPosition_t7788656A280615072710710E8C15D23285850E8E* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = __this->___Type_1;
V_0 = L_0;
int32_t L_1 = V_0;
if ((((int32_t)L_1) == ((int32_t)1)))
{
goto IL_0013;
}
}
{
int32_t L_2 = V_0;
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, 2))) > ((uint32_t)1))))
{
goto IL_0021;
}
}
{
goto IL_0030;
}
IL_0013:
{
String_t* L_3 = __this->___PropertyName_3;
NullCheck(L_3);
int32_t L_4;
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
return ((int32_t)il2cpp_codegen_add(L_4, 5));
}
IL_0021:
{
int32_t L_5 = __this->___Position_2;
int32_t L_6;
L_6 = MathUtils_IntLength_mBAFEF09419CEA67F2644A0723D668BE4E6400DE0(((int64_t)L_5), NULL);
return ((int32_t)il2cpp_codegen_add(L_6, 2));
}
IL_0030:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_7 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_7);
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA15CF7E1CEFBD0C475E3A89A80B5393D417F8634)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonPosition_CalculateLength_mF8830A4B38109D0C9EBA7F90CF1DFB70B7E08BA1_RuntimeMethod_var)));
}
}
IL2CPP_EXTERN_C int32_t JsonPosition_CalculateLength_mF8830A4B38109D0C9EBA7F90CF1DFB70B7E08BA1_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
JsonPosition_t7788656A280615072710710E8C15D23285850E8E* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<JsonPosition_t7788656A280615072710710E8C15D23285850E8E*>(__this + _offset);
int32_t _returnValue;
_returnValue = JsonPosition_CalculateLength_mF8830A4B38109D0C9EBA7F90CF1DFB70B7E08BA1(_thisAdjusted, method);
return _returnValue;
}
// System.Void Newtonsoft.Json.JsonPosition::WriteTo(System.Text.StringBuilder,System.IO.StringWriter&,System.Char[]&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonPosition_WriteTo_mA761FD061652E496F6CF2F0DA371C471D66DAA50 (JsonPosition_t7788656A280615072710710E8C15D23285850E8E* __this, StringBuilder_t* ___sb0, StringWriter_tF48052BE4F980E5C85403221E835768E4156267D** ___writer1, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB** ___buffer2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JavaScriptUtils_t41F94ACD19AD4866BBC370C0C6A45522105B9DEF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonPosition_t7788656A280615072710710E8C15D23285850E8E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringWriter_tF48052BE4F980E5C85403221E835768E4156267D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral158765DAD906DF36B8505DD381B603F9A0F345A1);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D64FD021538BBCA256D783E52916EC66D2582E4);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0 = __this->___Type_1;
V_1 = L_0;
int32_t L_1 = V_1;
if ((((int32_t)L_1) == ((int32_t)1)))
{
goto IL_0012;
}
}
{
int32_t L_2 = V_1;
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, 2))) > ((uint32_t)1))))
{
goto IL_007a;
}
}
{
return;
}
IL_0012:
{
String_t* L_3 = __this->___PropertyName_3;
V_0 = L_3;
String_t* L_4 = V_0;
il2cpp_codegen_runtime_class_init_inline(JsonPosition_t7788656A280615072710710E8C15D23285850E8E_il2cpp_TypeInfo_var);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_5 = ((JsonPosition_t7788656A280615072710710E8C15D23285850E8E_StaticFields*)il2cpp_codegen_static_fields_for(JsonPosition_t7788656A280615072710710E8C15D23285850E8E_il2cpp_TypeInfo_var))->___SpecialCharacters_0;
NullCheck(L_4);
int32_t L_6;
L_6 = String_IndexOfAny_mC7AA4AE42B38667BDB9B214AA6230F322306CFF6(L_4, L_5, NULL);
if ((((int32_t)L_6) == ((int32_t)(-1))))
{
goto IL_005f;
}
}
{
StringBuilder_t* L_7 = ___sb0;
NullCheck(L_7);
StringBuilder_t* L_8;
L_8 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_7, _stringLiteral9D64FD021538BBCA256D783E52916EC66D2582E4, NULL);
StringWriter_tF48052BE4F980E5C85403221E835768E4156267D** L_9 = ___writer1;
StringWriter_tF48052BE4F980E5C85403221E835768E4156267D* L_10 = *((StringWriter_tF48052BE4F980E5C85403221E835768E4156267D**)L_9);
if (L_10)
{
goto IL_003f;
}
}
{
StringWriter_tF48052BE4F980E5C85403221E835768E4156267D** L_11 = ___writer1;
StringBuilder_t* L_12 = ___sb0;
StringWriter_tF48052BE4F980E5C85403221E835768E4156267D* L_13 = (StringWriter_tF48052BE4F980E5C85403221E835768E4156267D*)il2cpp_codegen_object_new(StringWriter_tF48052BE4F980E5C85403221E835768E4156267D_il2cpp_TypeInfo_var);
NullCheck(L_13);
StringWriter__ctor_mF38CB8046B79DEF523E427B7F41CA3135671D0C8(L_13, L_12, NULL);
*((RuntimeObject**)L_11) = (RuntimeObject*)L_13;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_11, (void*)(RuntimeObject*)L_13);
}
IL_003f:
{
StringWriter_tF48052BE4F980E5C85403221E835768E4156267D** L_14 = ___writer1;
StringWriter_tF48052BE4F980E5C85403221E835768E4156267D* L_15 = *((StringWriter_tF48052BE4F980E5C85403221E835768E4156267D**)L_14);
String_t* L_16 = V_0;
il2cpp_codegen_runtime_class_init_inline(JavaScriptUtils_t41F94ACD19AD4866BBC370C0C6A45522105B9DEF_il2cpp_TypeInfo_var);
BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* L_17 = ((JavaScriptUtils_t41F94ACD19AD4866BBC370C0C6A45522105B9DEF_StaticFields*)il2cpp_codegen_static_fields_for(JavaScriptUtils_t41F94ACD19AD4866BBC370C0C6A45522105B9DEF_il2cpp_TypeInfo_var))->___SingleQuoteCharEscapeFlags_0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB** L_18 = ___buffer2;
JavaScriptUtils_WriteEscapedJavaScriptString_m9338E7B75DEE50EF9042E3B8D83B6BAE947F264C(L_15, L_16, ((int32_t)39), (bool)0, L_17, 0, (RuntimeObject*)NULL, L_18, NULL);
StringBuilder_t* L_19 = ___sb0;
NullCheck(L_19);
StringBuilder_t* L_20;
L_20 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_19, _stringLiteral158765DAD906DF36B8505DD381B603F9A0F345A1, NULL);
return;
}
IL_005f:
{
StringBuilder_t* L_21 = ___sb0;
NullCheck(L_21);
int32_t L_22;
L_22 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_21, NULL);
if ((((int32_t)L_22) <= ((int32_t)0)))
{
goto IL_0071;
}
}
{
StringBuilder_t* L_23 = ___sb0;
NullCheck(L_23);
StringBuilder_t* L_24;
L_24 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_23, ((int32_t)46), NULL);
}
IL_0071:
{
StringBuilder_t* L_25 = ___sb0;
String_t* L_26 = V_0;
NullCheck(L_25);
StringBuilder_t* L_27;
L_27 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_25, L_26, NULL);
return;
}
IL_007a:
{
StringBuilder_t* L_28 = ___sb0;
NullCheck(L_28);
StringBuilder_t* L_29;
L_29 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_28, ((int32_t)91), NULL);
StringBuilder_t* L_30 = ___sb0;
int32_t L_31 = __this->___Position_2;
NullCheck(L_30);
StringBuilder_t* L_32;
L_32 = StringBuilder_Append_m283B617AC29FB0DD6F3A7D8C01D385C25A5F0FAA(L_30, L_31, NULL);
StringBuilder_t* L_33 = ___sb0;
NullCheck(L_33);
StringBuilder_t* L_34;
L_34 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_33, ((int32_t)93), NULL);
return;
}
}
IL2CPP_EXTERN_C void JsonPosition_WriteTo_mA761FD061652E496F6CF2F0DA371C471D66DAA50_AdjustorThunk (RuntimeObject* __this, StringBuilder_t* ___sb0, StringWriter_tF48052BE4F980E5C85403221E835768E4156267D** ___writer1, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB** ___buffer2, const RuntimeMethod* method)
{
JsonPosition_t7788656A280615072710710E8C15D23285850E8E* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<JsonPosition_t7788656A280615072710710E8C15D23285850E8E*>(__this + _offset);
JsonPosition_WriteTo_mA761FD061652E496F6CF2F0DA371C471D66DAA50(_thisAdjusted, ___sb0, ___writer1, ___buffer2, method);
}
// System.Boolean Newtonsoft.Json.JsonPosition::TypeHasIndex(Newtonsoft.Json.JsonContainerType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonPosition_TypeHasIndex_mB313070DC0E35C9437E344F50D068192F1DF557E (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<Newtonsoft.Json.JsonPosition>,System.Nullable`1<Newtonsoft.Json.JsonPosition>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonPosition_BuildPath_m86C933B709F74BBD4010E449EFA3B8246E7D2A04 (List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB* ___positions0, Nullable_1_t6F19C42FD83BED6834BC983208EBC13002F098AF ___currentPosition1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mE5682592A4C7633F7C0429185AF8C9A8E1F45032_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m8069E98A1A2B4BB180C9234F1C456DEC0C1E07A9_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mCAB5474BEFF16443260F5AD82F94FF5379C4FC8B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m4933F8F56650B1B27A0634EA8D78D53CE60592A8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m00C7B09127FBADCF02F7C159E1802727A35E6BAC_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mB3CCB539CB5CCFC5C7C20F312FB7BC4EF69F8D75_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m144FF59A57ED81B7EEFE2196D199312B1C11116B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mA301CEEE514E90D0BDED5AB7113CD25FA2B87764_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
StringBuilder_t* V_1 = NULL;
StringWriter_tF48052BE4F980E5C85403221E835768E4156267D* V_2 = NULL;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_3 = NULL;
int32_t V_4 = 0;
JsonPosition_t7788656A280615072710710E8C15D23285850E8E V_5;
memset((&V_5), 0, sizeof(V_5));
Enumerator_t6E468DD51964B6FD4E8A8E789F16809147F786C7 V_6;
memset((&V_6), 0, sizeof(V_6));
JsonPosition_t7788656A280615072710710E8C15D23285850E8E V_7;
memset((&V_7), 0, sizeof(V_7));
{
V_0 = 0;
List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB* L_0 = ___positions0;
if (!L_0)
{
goto IL_002e;
}
}
{
V_4 = 0;
goto IL_0024;
}
IL_000a:
{
int32_t L_1 = V_0;
List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB* L_2 = ___positions0;
int32_t L_3 = V_4;
NullCheck(L_2);
JsonPosition_t7788656A280615072710710E8C15D23285850E8E L_4;
L_4 = List_1_get_Item_mB3CCB539CB5CCFC5C7C20F312FB7BC4EF69F8D75(L_2, L_3, List_1_get_Item_mB3CCB539CB5CCFC5C7C20F312FB7BC4EF69F8D75_RuntimeMethod_var);
V_5 = L_4;
int32_t L_5;
L_5 = JsonPosition_CalculateLength_mF8830A4B38109D0C9EBA7F90CF1DFB70B7E08BA1((&V_5), NULL);
V_0 = ((int32_t)il2cpp_codegen_add(L_1, L_5));
int32_t L_6 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_6, 1));
}
IL_0024:
{
int32_t L_7 = V_4;
List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB* L_8 = ___positions0;
NullCheck(L_8);
int32_t L_9;
L_9 = List_1_get_Count_m00C7B09127FBADCF02F7C159E1802727A35E6BAC_inline(L_8, List_1_get_Count_m00C7B09127FBADCF02F7C159E1802727A35E6BAC_RuntimeMethod_var);
if ((((int32_t)L_7) < ((int32_t)L_9)))
{
goto IL_000a;
}
}
IL_002e:
{
bool L_10;
L_10 = Nullable_1_get_HasValue_mA301CEEE514E90D0BDED5AB7113CD25FA2B87764_inline((&___currentPosition1), Nullable_1_get_HasValue_mA301CEEE514E90D0BDED5AB7113CD25FA2B87764_RuntimeMethod_var);
if (!L_10)
{
goto IL_004a;
}
}
{
int32_t L_11 = V_0;
JsonPosition_t7788656A280615072710710E8C15D23285850E8E L_12;
L_12 = Nullable_1_GetValueOrDefault_m144FF59A57ED81B7EEFE2196D199312B1C11116B_inline((&___currentPosition1), Nullable_1_GetValueOrDefault_m144FF59A57ED81B7EEFE2196D199312B1C11116B_RuntimeMethod_var);
V_5 = L_12;
int32_t L_13;
L_13 = JsonPosition_CalculateLength_mF8830A4B38109D0C9EBA7F90CF1DFB70B7E08BA1((&V_5), NULL);
V_0 = ((int32_t)il2cpp_codegen_add(L_11, L_13));
}
IL_004a:
{
int32_t L_14 = V_0;
StringBuilder_t* L_15 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
NullCheck(L_15);
StringBuilder__ctor_m2619CA8D2C3476DF1A302D9D941498BB1C6164C5(L_15, L_14, NULL);
V_1 = L_15;
V_2 = (StringWriter_tF48052BE4F980E5C85403221E835768E4156267D*)NULL;
V_3 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)NULL;
List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB* L_16 = ___positions0;
if (!L_16)
{
goto IL_0090;
}
}
{
List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB* L_17 = ___positions0;
NullCheck(L_17);
Enumerator_t6E468DD51964B6FD4E8A8E789F16809147F786C7 L_18;
L_18 = List_1_GetEnumerator_m4933F8F56650B1B27A0634EA8D78D53CE60592A8(L_17, List_1_GetEnumerator_m4933F8F56650B1B27A0634EA8D78D53CE60592A8_RuntimeMethod_var);
V_6 = L_18;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0082:
{// begin finally (depth: 1)
Enumerator_Dispose_mE5682592A4C7633F7C0429185AF8C9A8E1F45032((&V_6), Enumerator_Dispose_mE5682592A4C7633F7C0429185AF8C9A8E1F45032_RuntimeMethod_var);
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_0077_1;
}
IL_0062_1:
{
JsonPosition_t7788656A280615072710710E8C15D23285850E8E L_19;
L_19 = Enumerator_get_Current_mCAB5474BEFF16443260F5AD82F94FF5379C4FC8B_inline((&V_6), Enumerator_get_Current_mCAB5474BEFF16443260F5AD82F94FF5379C4FC8B_RuntimeMethod_var);
V_7 = L_19;
StringBuilder_t* L_20 = V_1;
JsonPosition_WriteTo_mA761FD061652E496F6CF2F0DA371C471D66DAA50((&V_7), L_20, (&V_2), (&V_3), NULL);
}
IL_0077_1:
{
bool L_21;
L_21 = Enumerator_MoveNext_m8069E98A1A2B4BB180C9234F1C456DEC0C1E07A9((&V_6), Enumerator_MoveNext_m8069E98A1A2B4BB180C9234F1C456DEC0C1E07A9_RuntimeMethod_var);
if (L_21)
{
goto IL_0062_1;
}
}
{
goto IL_0090;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0090:
{
bool L_22;
L_22 = Nullable_1_get_HasValue_mA301CEEE514E90D0BDED5AB7113CD25FA2B87764_inline((&___currentPosition1), Nullable_1_get_HasValue_mA301CEEE514E90D0BDED5AB7113CD25FA2B87764_RuntimeMethod_var);
if (!L_22)
{
goto IL_00ae;
}
}
{
JsonPosition_t7788656A280615072710710E8C15D23285850E8E L_23;
L_23 = Nullable_1_GetValueOrDefault_m144FF59A57ED81B7EEFE2196D199312B1C11116B_inline((&___currentPosition1), Nullable_1_GetValueOrDefault_m144FF59A57ED81B7EEFE2196D199312B1C11116B_RuntimeMethod_var);
V_5 = L_23;
StringBuilder_t* L_24 = V_1;
JsonPosition_WriteTo_mA761FD061652E496F6CF2F0DA371C471D66DAA50((&V_5), L_24, (&V_2), (&V_3), NULL);
}
IL_00ae:
{
StringBuilder_t* L_25 = V_1;
NullCheck(L_25);
String_t* L_26;
L_26 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_25);
return L_26;
}
}
// System.String Newtonsoft.Json.JsonPosition::FormatMessage(Newtonsoft.Json.IJsonLineInfo,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonPosition_FormatMessage_m75AF225DE2E1664B976DAA52E080571CC36E51E5 (RuntimeObject* ___lineInfo0, String_t* ___path1, String_t* ___message2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IJsonLineInfo_t0D0AE8B876EA3C837134934E5A1A3DF9FB72A32C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral61632E42A0E229746520A210984ADA9A7D988192);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC430CC8B1BC8542E15779055224F947FCDA79CB6);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___message2;
String_t* L_1;
L_1 = Environment_get_NewLine_m86172FA1FF2F93F740EFB5760938B35750DD35C0(NULL);
NullCheck(L_0);
bool L_2;
L_2 = String_EndsWith_m5E5D307CA6AEB7C08CE782B4693B19D07ADC9075(L_0, L_1, 4, NULL);
if (L_2)
{
goto IL_003a;
}
}
{
String_t* L_3 = ___message2;
NullCheck(L_3);
String_t* L_4;
L_4 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_3, NULL);
___message2 = L_4;
String_t* L_5 = ___message2;
bool L_6;
L_6 = StringUtils_EndsWith_m8FD5FEB9B03E967BB1206296DE2D6D19465BB432(L_5, ((int32_t)46), NULL);
if (L_6)
{
goto IL_002d;
}
}
{
String_t* L_7 = ___message2;
String_t* L_8;
L_8 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_7, _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, NULL);
___message2 = L_8;
}
IL_002d:
{
String_t* L_9 = ___message2;
String_t* L_10;
L_10 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_9, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, NULL);
___message2 = L_10;
}
IL_003a:
{
String_t* L_11 = ___message2;
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_12;
L_12 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
String_t* L_13 = ___path1;
String_t* L_14;
L_14 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(_stringLiteralC430CC8B1BC8542E15779055224F947FCDA79CB6, L_12, L_13, NULL);
String_t* L_15;
L_15 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_11, L_14, NULL);
___message2 = L_15;
RuntimeObject* L_16 = ___lineInfo0;
if (!L_16)
{
goto IL_008a;
}
}
{
RuntimeObject* L_17 = ___lineInfo0;
NullCheck(L_17);
bool L_18;
L_18 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean Newtonsoft.Json.IJsonLineInfo::HasLineInfo() */, IJsonLineInfo_t0D0AE8B876EA3C837134934E5A1A3DF9FB72A32C_il2cpp_TypeInfo_var, L_17);
if (!L_18)
{
goto IL_008a;
}
}
{
String_t* L_19 = ___message2;
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_20;
L_20 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
RuntimeObject* L_21 = ___lineInfo0;
NullCheck(L_21);
int32_t L_22;
L_22 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 Newtonsoft.Json.IJsonLineInfo::get_LineNumber() */, IJsonLineInfo_t0D0AE8B876EA3C837134934E5A1A3DF9FB72A32C_il2cpp_TypeInfo_var, L_21);
int32_t L_23 = L_22;
RuntimeObject* L_24 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_23);
RuntimeObject* L_25 = ___lineInfo0;
NullCheck(L_25);
int32_t L_26;
L_26 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 Newtonsoft.Json.IJsonLineInfo::get_LinePosition() */, IJsonLineInfo_t0D0AE8B876EA3C837134934E5A1A3DF9FB72A32C_il2cpp_TypeInfo_var, L_25);
int32_t L_27 = L_26;
RuntimeObject* L_28 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_27);
String_t* L_29;
L_29 = StringUtils_FormatWith_m95C836F93B24FE52E5E5B8AFD3B04822296BE501(_stringLiteral61632E42A0E229746520A210984ADA9A7D988192, L_20, L_24, L_28, NULL);
String_t* L_30;
L_30 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_19, L_29, NULL);
___message2 = L_30;
}
IL_008a:
{
String_t* L_31 = ___message2;
String_t* L_32;
L_32 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_31, _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, NULL);
___message2 = L_32;
String_t* L_33 = ___message2;
return L_33;
}
}
// System.Void Newtonsoft.Json.JsonPosition::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonPosition__cctor_m84F7E0E77584E78412C889FCE2ABA4216F44C7B4 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonPosition_t7788656A280615072710710E8C15D23285850E8E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t2100A0BC4744267E7860382071B8C5AC5C15E6CD____E289D9D3D233BC253E8C0FA8C2AFDD86A407CE30_18_FieldInfo_var);
s_Il2CppMethodInitialized = true;
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)18));
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = L_0;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_2 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t2100A0BC4744267E7860382071B8C5AC5C15E6CD____E289D9D3D233BC253E8C0FA8C2AFDD86A407CE30_18_FieldInfo_var) };
RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_1, L_2, NULL);
((JsonPosition_t7788656A280615072710710E8C15D23285850E8E_StaticFields*)il2cpp_codegen_static_fields_for(JsonPosition_t7788656A280615072710710E8C15D23285850E8E_il2cpp_TypeInfo_var))->___SpecialCharacters_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&((JsonPosition_t7788656A280615072710710E8C15D23285850E8E_StaticFields*)il2cpp_codegen_static_fields_for(JsonPosition_t7788656A280615072710710E8C15D23285850E8E_il2cpp_TypeInfo_var))->___SpecialCharacters_0), (void*)L_1);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Type Newtonsoft.Json.JsonPropertyAttribute::get_ItemConverterType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* JsonPropertyAttribute_get_ItemConverterType_m40009062EA3E6CB8F48F87883D49F31D92272BE4 (JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* __this, const RuntimeMethod* method)
{
{
Type_t* L_0 = __this->___U3CItemConverterTypeU3Ek__BackingField_11;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonPropertyAttribute::set_ItemConverterType(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonPropertyAttribute_set_ItemConverterType_m3BCC251EEE88E2B499F29CD1432DDEB526A054B8 (JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* __this, Type_t* ___value0, const RuntimeMethod* method)
{
{
Type_t* L_0 = ___value0;
__this->___U3CItemConverterTypeU3Ek__BackingField_11 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CItemConverterTypeU3Ek__BackingField_11), (void*)L_0);
return;
}
}
// System.Object[] Newtonsoft.Json.JsonPropertyAttribute::get_ItemConverterParameters()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* JsonPropertyAttribute_get_ItemConverterParameters_mB826BA3BB609B554C2A14322F87FABE38AA98B7C (JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* __this, const RuntimeMethod* method)
{
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = __this->___U3CItemConverterParametersU3Ek__BackingField_12;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonPropertyAttribute::set_ItemConverterParameters(System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonPropertyAttribute_set_ItemConverterParameters_m0973DED04912E303DC38B1A25678EAC750792843 (JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___value0, const RuntimeMethod* method)
{
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = ___value0;
__this->___U3CItemConverterParametersU3Ek__BackingField_12 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CItemConverterParametersU3Ek__BackingField_12), (void*)L_0);
return;
}
}
// System.Type Newtonsoft.Json.JsonPropertyAttribute::get_NamingStrategyType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* JsonPropertyAttribute_get_NamingStrategyType_mDA448745753DB2788F1DD9C1DD060BD6781B982C (JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* __this, const RuntimeMethod* method)
{
{
Type_t* L_0 = __this->___U3CNamingStrategyTypeU3Ek__BackingField_13;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonPropertyAttribute::set_NamingStrategyType(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonPropertyAttribute_set_NamingStrategyType_mA4A5F70A1B612118EA4BAFD243102E577D6B186F (JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* __this, Type_t* ___value0, const RuntimeMethod* method)
{
{
Type_t* L_0 = ___value0;
__this->___U3CNamingStrategyTypeU3Ek__BackingField_13 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CNamingStrategyTypeU3Ek__BackingField_13), (void*)L_0);
return;
}
}
// System.Object[] Newtonsoft.Json.JsonPropertyAttribute::get_NamingStrategyParameters()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* JsonPropertyAttribute_get_NamingStrategyParameters_mB61BA6977E77B2AA2FAE52C881C6B53027DEEB93 (JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* __this, const RuntimeMethod* method)
{
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = __this->___U3CNamingStrategyParametersU3Ek__BackingField_14;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonPropertyAttribute::set_NamingStrategyParameters(System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonPropertyAttribute_set_NamingStrategyParameters_m5A603D9084F8447BFBFA98C9885A27FBFCD54793 (JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___value0, const RuntimeMethod* method)
{
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = ___value0;
__this->___U3CNamingStrategyParametersU3Ek__BackingField_14 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CNamingStrategyParametersU3Ek__BackingField_14), (void*)L_0);
return;
}
}
// Newtonsoft.Json.NullValueHandling Newtonsoft.Json.JsonPropertyAttribute::get_NullValueHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonPropertyAttribute_get_NullValueHandling_m6545EEAC30467798C9AB40F6200F9515612DD103 (JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m07AC0F595CD362F4553AC56EC0AC8D2C5685C238_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Nullable_1_tA1B6210C1924173AEFE9AF8FBDD3BA856E74A790* L_0 = (&__this->____nullValueHandling_0);
int32_t L_1;
L_1 = Nullable_1_GetValueOrDefault_m07AC0F595CD362F4553AC56EC0AC8D2C5685C238_inline(L_0, Nullable_1_GetValueOrDefault_m07AC0F595CD362F4553AC56EC0AC8D2C5685C238_RuntimeMethod_var);
return L_1;
}
}
// System.Void Newtonsoft.Json.JsonPropertyAttribute::set_NullValueHandling(Newtonsoft.Json.NullValueHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonPropertyAttribute_set_NullValueHandling_m8BC39EBD82A13E39887CF59ED320E7CD29EC604F (JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mD1FB6279D3F0551989DE961B3C939626CC2C2F03_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
Nullable_1_tA1B6210C1924173AEFE9AF8FBDD3BA856E74A790 L_1;
memset((&L_1), 0, sizeof(L_1));
Nullable_1__ctor_mD1FB6279D3F0551989DE961B3C939626CC2C2F03((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_mD1FB6279D3F0551989DE961B3C939626CC2C2F03_RuntimeMethod_var);
__this->____nullValueHandling_0 = L_1;
return;
}
}
// Newtonsoft.Json.DefaultValueHandling Newtonsoft.Json.JsonPropertyAttribute::get_DefaultValueHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonPropertyAttribute_get_DefaultValueHandling_m58F45DBFB0C29787EE341F212A02F9A3963A42BA (JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m0C55109738A0466299155BBBC14A07FE27CA821B_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Nullable_1_t4DEE77C12DDAF72BAE2A1FA8A8736FC478D721E8* L_0 = (&__this->____defaultValueHandling_1);
int32_t L_1;
L_1 = Nullable_1_GetValueOrDefault_m0C55109738A0466299155BBBC14A07FE27CA821B_inline(L_0, Nullable_1_GetValueOrDefault_m0C55109738A0466299155BBBC14A07FE27CA821B_RuntimeMethod_var);
return L_1;
}
}
// System.Void Newtonsoft.Json.JsonPropertyAttribute::set_DefaultValueHandling(Newtonsoft.Json.DefaultValueHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonPropertyAttribute_set_DefaultValueHandling_m3FD8B6BFC6C3D5EA1010F1526E7BE0B2DF975C9B (JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m8F6C054B6FB0738037A85A8EB926CE128A4DB8D7_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
Nullable_1_t4DEE77C12DDAF72BAE2A1FA8A8736FC478D721E8 L_1;
memset((&L_1), 0, sizeof(L_1));
Nullable_1__ctor_m8F6C054B6FB0738037A85A8EB926CE128A4DB8D7((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_m8F6C054B6FB0738037A85A8EB926CE128A4DB8D7_RuntimeMethod_var);
__this->____defaultValueHandling_1 = L_1;
return;
}
}
// Newtonsoft.Json.ReferenceLoopHandling Newtonsoft.Json.JsonPropertyAttribute::get_ReferenceLoopHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonPropertyAttribute_get_ReferenceLoopHandling_m36F24EDA67EE914EF59E60967342DB8E20C51E36 (JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m7FD242A4349C7B53C2C8E9D9054398EFE7827526_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Nullable_1_t599F8D9D40143BFCB12D7085DFEA8AC7171F5E77* L_0 = (&__this->____referenceLoopHandling_2);
int32_t L_1;
L_1 = Nullable_1_GetValueOrDefault_m7FD242A4349C7B53C2C8E9D9054398EFE7827526_inline(L_0, Nullable_1_GetValueOrDefault_m7FD242A4349C7B53C2C8E9D9054398EFE7827526_RuntimeMethod_var);
return L_1;
}
}
// System.Void Newtonsoft.Json.JsonPropertyAttribute::set_ReferenceLoopHandling(Newtonsoft.Json.ReferenceLoopHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonPropertyAttribute_set_ReferenceLoopHandling_m6A830399B40FA88E17040253A26D598476925E6C (JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m7CF880D33C83103906BE216714B358D39A5B9569_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
Nullable_1_t599F8D9D40143BFCB12D7085DFEA8AC7171F5E77 L_1;
memset((&L_1), 0, sizeof(L_1));
Nullable_1__ctor_m7CF880D33C83103906BE216714B358D39A5B9569((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_m7CF880D33C83103906BE216714B358D39A5B9569_RuntimeMethod_var);
__this->____referenceLoopHandling_2 = L_1;
return;
}
}
// Newtonsoft.Json.ObjectCreationHandling Newtonsoft.Json.JsonPropertyAttribute::get_ObjectCreationHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonPropertyAttribute_get_ObjectCreationHandling_m224069EFC2C9034EC2E5B0AAFFFCE253E98CFF01 (JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m0ED2F3B02B35A18E62A05617A7E9F1121183706B_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Nullable_1_t5ECEC9E2B3F1C050A3E9EC928487DD5C9AB0996D* L_0 = (&__this->____objectCreationHandling_3);
int32_t L_1;
L_1 = Nullable_1_GetValueOrDefault_m0ED2F3B02B35A18E62A05617A7E9F1121183706B_inline(L_0, Nullable_1_GetValueOrDefault_m0ED2F3B02B35A18E62A05617A7E9F1121183706B_RuntimeMethod_var);
return L_1;
}
}
// System.Void Newtonsoft.Json.JsonPropertyAttribute::set_ObjectCreationHandling(Newtonsoft.Json.ObjectCreationHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonPropertyAttribute_set_ObjectCreationHandling_mA15DA0C45C515D09B17C4A13EAB41DF395FFA155 (JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m521C1A6B6969A1E89E06FB50F58582B8748EEBCE_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
Nullable_1_t5ECEC9E2B3F1C050A3E9EC928487DD5C9AB0996D L_1;
memset((&L_1), 0, sizeof(L_1));
Nullable_1__ctor_m521C1A6B6969A1E89E06FB50F58582B8748EEBCE((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_m521C1A6B6969A1E89E06FB50F58582B8748EEBCE_RuntimeMethod_var);
__this->____objectCreationHandling_3 = L_1;
return;
}
}
// Newtonsoft.Json.TypeNameHandling Newtonsoft.Json.JsonPropertyAttribute::get_TypeNameHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonPropertyAttribute_get_TypeNameHandling_mF3EA4C2D18988F2BB17A3E6E2BCFD9EA4D32306C (JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m7B2C33D7E2E197EA19672C84EA68F1388C9DB607_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Nullable_1_tB85AB604017196E6A3D3B920121E8C3A255827F0* L_0 = (&__this->____typeNameHandling_4);
int32_t L_1;
L_1 = Nullable_1_GetValueOrDefault_m7B2C33D7E2E197EA19672C84EA68F1388C9DB607_inline(L_0, Nullable_1_GetValueOrDefault_m7B2C33D7E2E197EA19672C84EA68F1388C9DB607_RuntimeMethod_var);
return L_1;
}
}
// System.Void Newtonsoft.Json.JsonPropertyAttribute::set_TypeNameHandling(Newtonsoft.Json.TypeNameHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonPropertyAttribute_set_TypeNameHandling_m7708A9E99EE3A96D0D9822387AE751FBF4969BE6 (JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mEB2DE61CA62733F5C3103D20371163EE434E8441_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
Nullable_1_tB85AB604017196E6A3D3B920121E8C3A255827F0 L_1;
memset((&L_1), 0, sizeof(L_1));
Nullable_1__ctor_mEB2DE61CA62733F5C3103D20371163EE434E8441((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_mEB2DE61CA62733F5C3103D20371163EE434E8441_RuntimeMethod_var);
__this->____typeNameHandling_4 = L_1;
return;
}
}
// System.Boolean Newtonsoft.Json.JsonPropertyAttribute::get_IsReference()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonPropertyAttribute_get_IsReference_mEB54BB344998B60B14EFE4AA926BB9C317EB3081 (JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* L_0 = (&__this->____isReference_5);
bool L_1;
L_1 = Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_inline(L_0, Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_RuntimeMethod_var);
return L_1;
}
}
// System.Void Newtonsoft.Json.JsonPropertyAttribute::set_IsReference(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonPropertyAttribute_set_IsReference_mCF9FB0B175CE53935BA628E432404A2F4398866D (JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = ___value0;
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_1;
memset((&L_1), 0, sizeof(L_1));
Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var);
__this->____isReference_5 = L_1;
return;
}
}
// System.Int32 Newtonsoft.Json.JsonPropertyAttribute::get_Order()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonPropertyAttribute_get_Order_m64AD04CE0E6F414670488FB11E931595EEBE1F6C (JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* L_0 = (&__this->____order_6);
int32_t L_1;
L_1 = Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_inline(L_0, Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_RuntimeMethod_var);
return L_1;
}
}
// System.Void Newtonsoft.Json.JsonPropertyAttribute::set_Order(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonPropertyAttribute_set_Order_mCE3BD9C035B43853C60CABCD8E27ADA7F9364881 (JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_1;
memset((&L_1), 0, sizeof(L_1));
Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703_RuntimeMethod_var);
__this->____order_6 = L_1;
return;
}
}
// Newtonsoft.Json.Required Newtonsoft.Json.JsonPropertyAttribute::get_Required()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonPropertyAttribute_get_Required_mE6D75A15E26252A0C6A1FB08EF1C5CC8E628D2B7 (JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mF22045A8476B347EC854FCEDE563FBB4ADAFA610_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Nullable_1_t0ED183EB9E50B714F9A282F07935579F070B562B* L_0 = (&__this->____required_7);
int32_t L_1;
L_1 = Nullable_1_GetValueOrDefault_mF22045A8476B347EC854FCEDE563FBB4ADAFA610_inline(L_0, Nullable_1_GetValueOrDefault_mF22045A8476B347EC854FCEDE563FBB4ADAFA610_RuntimeMethod_var);
return L_1;
}
}
// System.Void Newtonsoft.Json.JsonPropertyAttribute::set_Required(Newtonsoft.Json.Required)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonPropertyAttribute_set_Required_m2E526504A80F6E99AE23BFF8F614069D2490ABA2 (JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mFA90D3C0605F390FD7DF6DE19337747E4AF595F8_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
Nullable_1_t0ED183EB9E50B714F9A282F07935579F070B562B L_1;
memset((&L_1), 0, sizeof(L_1));
Nullable_1__ctor_mFA90D3C0605F390FD7DF6DE19337747E4AF595F8((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_mFA90D3C0605F390FD7DF6DE19337747E4AF595F8_RuntimeMethod_var);
__this->____required_7 = L_1;
return;
}
}
// System.String Newtonsoft.Json.JsonPropertyAttribute::get_PropertyName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonPropertyAttribute_get_PropertyName_m81E5C6785332B6EFABFA1C12BB999BA21AF86705 (JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->___U3CPropertyNameU3Ek__BackingField_15;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonPropertyAttribute::set_PropertyName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonPropertyAttribute_set_PropertyName_m85DD25DB8B7E955976936D0F602507546C3B5EF1 (JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->___U3CPropertyNameU3Ek__BackingField_15 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CPropertyNameU3Ek__BackingField_15), (void*)L_0);
return;
}
}
// Newtonsoft.Json.ReferenceLoopHandling Newtonsoft.Json.JsonPropertyAttribute::get_ItemReferenceLoopHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonPropertyAttribute_get_ItemReferenceLoopHandling_m01C3C483E004DA7E6D45D943E0BC1121D6939A12 (JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m7FD242A4349C7B53C2C8E9D9054398EFE7827526_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Nullable_1_t599F8D9D40143BFCB12D7085DFEA8AC7171F5E77* L_0 = (&__this->____itemReferenceLoopHandling_9);
int32_t L_1;
L_1 = Nullable_1_GetValueOrDefault_m7FD242A4349C7B53C2C8E9D9054398EFE7827526_inline(L_0, Nullable_1_GetValueOrDefault_m7FD242A4349C7B53C2C8E9D9054398EFE7827526_RuntimeMethod_var);
return L_1;
}
}
// System.Void Newtonsoft.Json.JsonPropertyAttribute::set_ItemReferenceLoopHandling(Newtonsoft.Json.ReferenceLoopHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonPropertyAttribute_set_ItemReferenceLoopHandling_m492E3853FCA66F7C196EA1C7E5021208ADA4005A (JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m7CF880D33C83103906BE216714B358D39A5B9569_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
Nullable_1_t599F8D9D40143BFCB12D7085DFEA8AC7171F5E77 L_1;
memset((&L_1), 0, sizeof(L_1));
Nullable_1__ctor_m7CF880D33C83103906BE216714B358D39A5B9569((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_m7CF880D33C83103906BE216714B358D39A5B9569_RuntimeMethod_var);
__this->____itemReferenceLoopHandling_9 = L_1;
return;
}
}
// Newtonsoft.Json.TypeNameHandling Newtonsoft.Json.JsonPropertyAttribute::get_ItemTypeNameHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonPropertyAttribute_get_ItemTypeNameHandling_m7D3DF47A2D01BD51E1A7C4A53AE927BDA1630391 (JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m7B2C33D7E2E197EA19672C84EA68F1388C9DB607_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Nullable_1_tB85AB604017196E6A3D3B920121E8C3A255827F0* L_0 = (&__this->____itemTypeNameHandling_10);
int32_t L_1;
L_1 = Nullable_1_GetValueOrDefault_m7B2C33D7E2E197EA19672C84EA68F1388C9DB607_inline(L_0, Nullable_1_GetValueOrDefault_m7B2C33D7E2E197EA19672C84EA68F1388C9DB607_RuntimeMethod_var);
return L_1;
}
}
// System.Void Newtonsoft.Json.JsonPropertyAttribute::set_ItemTypeNameHandling(Newtonsoft.Json.TypeNameHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonPropertyAttribute_set_ItemTypeNameHandling_m34EB1C47B4DABF558C41FD9F9D3858B4FAC47726 (JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mEB2DE61CA62733F5C3103D20371163EE434E8441_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
Nullable_1_tB85AB604017196E6A3D3B920121E8C3A255827F0 L_1;
memset((&L_1), 0, sizeof(L_1));
Nullable_1__ctor_mEB2DE61CA62733F5C3103D20371163EE434E8441((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_mEB2DE61CA62733F5C3103D20371163EE434E8441_RuntimeMethod_var);
__this->____itemTypeNameHandling_10 = L_1;
return;
}
}
// System.Boolean Newtonsoft.Json.JsonPropertyAttribute::get_ItemIsReference()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonPropertyAttribute_get_ItemIsReference_mAC62C526D3EF200F0C724E02EBED2DA372188B6F (JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* L_0 = (&__this->____itemIsReference_8);
bool L_1;
L_1 = Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_inline(L_0, Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_RuntimeMethod_var);
return L_1;
}
}
// System.Void Newtonsoft.Json.JsonPropertyAttribute::set_ItemIsReference(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonPropertyAttribute_set_ItemIsReference_m63C614151A9247C15038E270600DA66762532EA0 (JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = ___value0;
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_1;
memset((&L_1), 0, sizeof(L_1));
Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var);
__this->____itemIsReference_8 = L_1;
return;
}
}
// System.Void Newtonsoft.Json.JsonPropertyAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonPropertyAttribute__ctor_m11B49CBBC6572BCA06E7178DA6AD1CF0ED4312A6 (JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* __this, const RuntimeMethod* method)
{
{
Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL);
return;
}
}
// System.Void Newtonsoft.Json.JsonPropertyAttribute::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonPropertyAttribute__ctor_mE1DE1C04A1260B735B18BC6BD2ED080D545A73F2 (JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* __this, String_t* ___propertyName0, const RuntimeMethod* method)
{
{
Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL);
String_t* L_0 = ___propertyName0;
JsonPropertyAttribute_set_PropertyName_m85DD25DB8B7E955976936D0F602507546C3B5EF1_inline(__this, L_0, 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.Threading.Tasks.Task`1<System.Boolean> Newtonsoft.Json.JsonReader::ReadAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t824317F4B958F7512E8F7300511752937A6C6043* JsonReader_ReadAsync_m8AF0DF3EF5328E1769D944E182711BD2F2A346D8 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncUtils_CancelIfRequestedAsync_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_m0BE0A0F0A604699495AE7ED000079C091D56806D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncUtils_t2172E6EFE7AF89193B0556B417E8A4430C28A7FC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* G_B2_0 = NULL;
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* G_B1_0 = NULL;
{
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_0 = ___cancellationToken0;
il2cpp_codegen_runtime_class_init_inline(AsyncUtils_t2172E6EFE7AF89193B0556B417E8A4430C28A7FC_il2cpp_TypeInfo_var);
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_1;
L_1 = AsyncUtils_CancelIfRequestedAsync_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_m0BE0A0F0A604699495AE7ED000079C091D56806D(L_0, AsyncUtils_CancelIfRequestedAsync_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_m0BE0A0F0A604699495AE7ED000079C091D56806D_RuntimeMethod_var);
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_2 = L_1;
G_B1_0 = L_2;
if (L_2)
{
G_B2_0 = L_2;
goto IL_0015;
}
}
{
bool L_3;
L_3 = VirtualFuncInvoker0< bool >::Invoke(21 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, __this);
il2cpp_codegen_runtime_class_init_inline(AsyncUtils_t2172E6EFE7AF89193B0556B417E8A4430C28A7FC_il2cpp_TypeInfo_var);
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_4;
L_4 = AsyncUtils_ToAsync_m08F1914455B901A0980630E55C0259C2505B78DF(L_3, NULL);
G_B2_0 = L_4;
}
IL_0015:
{
return G_B2_0;
}
}
// System.Threading.Tasks.Task Newtonsoft.Json.JsonReader::SkipAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* JsonReader_SkipAsync_m36EE2296800C0EB7CEE937FA1E462DAEB6669EBD (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CSkipAsyncU3Ed__1_t8F0C7302F4FE7641CABDA0B29B9662FC16F8043B_mC343C975C8C0C89C65DD2695F8897E6E9FDFBDAD_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CSkipAsyncU3Ed__1_t8F0C7302F4FE7641CABDA0B29B9662FC16F8043B V_0;
memset((&V_0), 0, sizeof(V_0));
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 V_1;
memset((&V_1), 0, sizeof(V_1));
{
(&V_0)->___U3CU3E4__this_2 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this);
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_0 = ___cancellationToken0;
(&V_0)->___cancellationToken_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken_3))->____source_0), (void*)NULL);
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var);
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_1;
L_1 = AsyncTaskMethodBuilder_Create_m84CBB9FB50A2D132B0A549652557CBE01867A82B(NULL);
(&V_0)->___U3CU3Et__builder_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL);
#endif
(&V_0)->___U3CU3E1__state_0 = (-1);
U3CSkipAsyncU3Ed__1_t8F0C7302F4FE7641CABDA0B29B9662FC16F8043B L_2 = V_0;
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_3 = L_2.___U3CU3Et__builder_1;
V_1 = L_3;
AsyncTaskMethodBuilder_Start_TisU3CSkipAsyncU3Ed__1_t8F0C7302F4FE7641CABDA0B29B9662FC16F8043B_mC343C975C8C0C89C65DD2695F8897E6E9FDFBDAD((&V_1), (&V_0), AsyncTaskMethodBuilder_Start_TisU3CSkipAsyncU3Ed__1_t8F0C7302F4FE7641CABDA0B29B9662FC16F8043B_mC343C975C8C0C89C65DD2695F8897E6E9FDFBDAD_RuntimeMethod_var);
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_4 = (&(&V_0)->___U3CU3Et__builder_1);
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_5;
L_5 = AsyncTaskMethodBuilder_get_Task_mE9125D5F8B96F26D1BA5A5347ED82669521C7F9E(L_4, NULL);
return L_5;
}
}
// System.Threading.Tasks.Task Newtonsoft.Json.JsonReader::ReaderReadAndAssertAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* JsonReader_ReaderReadAndAssertAsync_mEF3626513A24A26B29B836339148F4B9DDEFE06F (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CReaderReadAndAssertAsyncU3Ed__2_t572869D71BE3CF3C23B194BFCEB3CEF33199EDD7_m98B8ACE5791208DA5DF91AE70F3E246982D5AA78_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CReaderReadAndAssertAsyncU3Ed__2_t572869D71BE3CF3C23B194BFCEB3CEF33199EDD7 V_0;
memset((&V_0), 0, sizeof(V_0));
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 V_1;
memset((&V_1), 0, sizeof(V_1));
{
(&V_0)->___U3CU3E4__this_2 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this);
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_0 = ___cancellationToken0;
(&V_0)->___cancellationToken_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken_3))->____source_0), (void*)NULL);
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var);
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_1;
L_1 = AsyncTaskMethodBuilder_Create_m84CBB9FB50A2D132B0A549652557CBE01867A82B(NULL);
(&V_0)->___U3CU3Et__builder_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL);
#endif
(&V_0)->___U3CU3E1__state_0 = (-1);
U3CReaderReadAndAssertAsyncU3Ed__2_t572869D71BE3CF3C23B194BFCEB3CEF33199EDD7 L_2 = V_0;
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_3 = L_2.___U3CU3Et__builder_1;
V_1 = L_3;
AsyncTaskMethodBuilder_Start_TisU3CReaderReadAndAssertAsyncU3Ed__2_t572869D71BE3CF3C23B194BFCEB3CEF33199EDD7_m98B8ACE5791208DA5DF91AE70F3E246982D5AA78((&V_1), (&V_0), AsyncTaskMethodBuilder_Start_TisU3CReaderReadAndAssertAsyncU3Ed__2_t572869D71BE3CF3C23B194BFCEB3CEF33199EDD7_m98B8ACE5791208DA5DF91AE70F3E246982D5AA78_RuntimeMethod_var);
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_4 = (&(&V_0)->___U3CU3Et__builder_1);
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_5;
L_5 = AsyncTaskMethodBuilder_get_Task_mE9125D5F8B96F26D1BA5A5347ED82669521C7F9E(L_4, NULL);
return L_5;
}
}
// System.Threading.Tasks.Task`1<System.Nullable`1<System.Boolean>> Newtonsoft.Json.JsonReader::ReadAsBooleanAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t73C2C5C7202C39C9ED1CE9CD750B63BD7B0705D0* JsonReader_ReadAsBooleanAsync_m7B91C214731A467ADEEFD9A69A33E7446325A883 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncUtils_CancelIfRequestedAsync_TisNullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01_m5C134D81251FFB53F2E07905783FFE23C9720290_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncUtils_t2172E6EFE7AF89193B0556B417E8A4430C28A7FC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_FromResult_TisNullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01_m62701703A02F2C70BDDE013773D197C177A76D25_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Task_1_t73C2C5C7202C39C9ED1CE9CD750B63BD7B0705D0* G_B2_0 = NULL;
Task_1_t73C2C5C7202C39C9ED1CE9CD750B63BD7B0705D0* G_B1_0 = NULL;
{
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_0 = ___cancellationToken0;
il2cpp_codegen_runtime_class_init_inline(AsyncUtils_t2172E6EFE7AF89193B0556B417E8A4430C28A7FC_il2cpp_TypeInfo_var);
Task_1_t73C2C5C7202C39C9ED1CE9CD750B63BD7B0705D0* L_1;
L_1 = AsyncUtils_CancelIfRequestedAsync_TisNullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01_m5C134D81251FFB53F2E07905783FFE23C9720290(L_0, AsyncUtils_CancelIfRequestedAsync_TisNullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01_m5C134D81251FFB53F2E07905783FFE23C9720290_RuntimeMethod_var);
Task_1_t73C2C5C7202C39C9ED1CE9CD750B63BD7B0705D0* L_2 = L_1;
G_B1_0 = L_2;
if (L_2)
{
G_B2_0 = L_2;
goto IL_0015;
}
}
{
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_3;
L_3 = VirtualFuncInvoker0< Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 >::Invoke(26 /* System.Nullable`1<System.Boolean> Newtonsoft.Json.JsonReader::ReadAsBoolean() */, __this);
il2cpp_codegen_runtime_class_init_inline(Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var);
Task_1_t73C2C5C7202C39C9ED1CE9CD750B63BD7B0705D0* L_4;
L_4 = Task_FromResult_TisNullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01_m62701703A02F2C70BDDE013773D197C177A76D25(L_3, Task_FromResult_TisNullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01_m62701703A02F2C70BDDE013773D197C177A76D25_RuntimeMethod_var);
G_B2_0 = L_4;
}
IL_0015:
{
return G_B2_0;
}
}
// System.Threading.Tasks.Task`1<System.Byte[]> Newtonsoft.Json.JsonReader::ReadAsBytesAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t46575E75F710D631831E756B5DE20429700F6B95* JsonReader_ReadAsBytesAsync_m661FB964C3FF180A9727167CE0E981B1DD9B5F50 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncUtils_CancelIfRequestedAsync_TisByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_m85C3F133ADB699DAA5C9A7253BF4C1054EF7722E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncUtils_t2172E6EFE7AF89193B0556B417E8A4430C28A7FC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_FromResult_TisByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_m67A184CEADCD61CE2F5FDDC6C991AFA5AC6EADCF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Task_1_t46575E75F710D631831E756B5DE20429700F6B95* G_B2_0 = NULL;
Task_1_t46575E75F710D631831E756B5DE20429700F6B95* G_B1_0 = NULL;
{
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_0 = ___cancellationToken0;
il2cpp_codegen_runtime_class_init_inline(AsyncUtils_t2172E6EFE7AF89193B0556B417E8A4430C28A7FC_il2cpp_TypeInfo_var);
Task_1_t46575E75F710D631831E756B5DE20429700F6B95* L_1;
L_1 = AsyncUtils_CancelIfRequestedAsync_TisByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_m85C3F133ADB699DAA5C9A7253BF4C1054EF7722E(L_0, AsyncUtils_CancelIfRequestedAsync_TisByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_m85C3F133ADB699DAA5C9A7253BF4C1054EF7722E_RuntimeMethod_var);
Task_1_t46575E75F710D631831E756B5DE20429700F6B95* L_2 = L_1;
G_B1_0 = L_2;
if (L_2)
{
G_B2_0 = L_2;
goto IL_0015;
}
}
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3;
L_3 = VirtualFuncInvoker0< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(24 /* System.Byte[] Newtonsoft.Json.JsonReader::ReadAsBytes() */, __this);
il2cpp_codegen_runtime_class_init_inline(Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var);
Task_1_t46575E75F710D631831E756B5DE20429700F6B95* L_4;
L_4 = Task_FromResult_TisByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_m67A184CEADCD61CE2F5FDDC6C991AFA5AC6EADCF(L_3, Task_FromResult_TisByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_m67A184CEADCD61CE2F5FDDC6C991AFA5AC6EADCF_RuntimeMethod_var);
G_B2_0 = L_4;
}
IL_0015:
{
return G_B2_0;
}
}
// System.Threading.Tasks.Task`1<System.Byte[]> Newtonsoft.Json.JsonReader::ReadArrayIntoByteArrayAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t46575E75F710D631831E756B5DE20429700F6B95* JsonReader_ReadArrayIntoByteArrayAsync_mFCBB6E62108F90039BA655BA9E2BF474E9ED03E5 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_mC1147FD8ED81E882A7AF119D34FE8082015E0E42_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CReadArrayIntoByteArrayAsyncU3Ed__5_t8D6087A7701FE87C9A96520D4219DCFA8717A94A_mB491AD7CD1C7F015C0608C6D21A6C99DC0BF76C1_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_mBF376E337D4B5678E2CA85B41B527FA18E340B4A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_tF4B144BF5EE52E8AC70FFD31FC2684642AC52B81_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CReadArrayIntoByteArrayAsyncU3Ed__5_t8D6087A7701FE87C9A96520D4219DCFA8717A94A V_0;
memset((&V_0), 0, sizeof(V_0));
AsyncTaskMethodBuilder_1_tF4B144BF5EE52E8AC70FFD31FC2684642AC52B81 V_1;
memset((&V_1), 0, sizeof(V_1));
{
(&V_0)->___U3CU3E4__this_2 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this);
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_0 = ___cancellationToken0;
(&V_0)->___cancellationToken_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken_3))->____source_0), (void*)NULL);
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_tF4B144BF5EE52E8AC70FFD31FC2684642AC52B81_il2cpp_TypeInfo_var);
AsyncTaskMethodBuilder_1_tF4B144BF5EE52E8AC70FFD31FC2684642AC52B81 L_1;
L_1 = AsyncTaskMethodBuilder_1_Create_mC1147FD8ED81E882A7AF119D34FE8082015E0E42(AsyncTaskMethodBuilder_1_Create_mC1147FD8ED81E882A7AF119D34FE8082015E0E42_RuntimeMethod_var);
(&V_0)->___U3CU3Et__builder_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL);
#endif
(&V_0)->___U3CU3E1__state_0 = (-1);
U3CReadArrayIntoByteArrayAsyncU3Ed__5_t8D6087A7701FE87C9A96520D4219DCFA8717A94A L_2 = V_0;
AsyncTaskMethodBuilder_1_tF4B144BF5EE52E8AC70FFD31FC2684642AC52B81 L_3 = L_2.___U3CU3Et__builder_1;
V_1 = L_3;
AsyncTaskMethodBuilder_1_Start_TisU3CReadArrayIntoByteArrayAsyncU3Ed__5_t8D6087A7701FE87C9A96520D4219DCFA8717A94A_mB491AD7CD1C7F015C0608C6D21A6C99DC0BF76C1((&V_1), (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CReadArrayIntoByteArrayAsyncU3Ed__5_t8D6087A7701FE87C9A96520D4219DCFA8717A94A_mB491AD7CD1C7F015C0608C6D21A6C99DC0BF76C1_RuntimeMethod_var);
AsyncTaskMethodBuilder_1_tF4B144BF5EE52E8AC70FFD31FC2684642AC52B81* L_4 = (&(&V_0)->___U3CU3Et__builder_1);
Task_1_t46575E75F710D631831E756B5DE20429700F6B95* L_5;
L_5 = AsyncTaskMethodBuilder_1_get_Task_mBF376E337D4B5678E2CA85B41B527FA18E340B4A(L_4, AsyncTaskMethodBuilder_1_get_Task_mBF376E337D4B5678E2CA85B41B527FA18E340B4A_RuntimeMethod_var);
return L_5;
}
}
// System.Threading.Tasks.Task`1<System.Nullable`1<System.DateTime>> Newtonsoft.Json.JsonReader::ReadAsDateTimeAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t65DD22766038CC419979FC66D2CFEF60381EE84B* JsonReader_ReadAsDateTimeAsync_mBCEA560CFB7826FA41859CC96F232F757D2AE638 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncUtils_CancelIfRequestedAsync_TisNullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC_mF1503CAFB4ECB75C08321BA8A87175321EAD13D8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncUtils_t2172E6EFE7AF89193B0556B417E8A4430C28A7FC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_FromResult_TisNullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC_m69CD9A801409994D65491523FA9B1540070B36F9_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Task_1_t65DD22766038CC419979FC66D2CFEF60381EE84B* G_B2_0 = NULL;
Task_1_t65DD22766038CC419979FC66D2CFEF60381EE84B* G_B1_0 = NULL;
{
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_0 = ___cancellationToken0;
il2cpp_codegen_runtime_class_init_inline(AsyncUtils_t2172E6EFE7AF89193B0556B417E8A4430C28A7FC_il2cpp_TypeInfo_var);
Task_1_t65DD22766038CC419979FC66D2CFEF60381EE84B* L_1;
L_1 = AsyncUtils_CancelIfRequestedAsync_TisNullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC_mF1503CAFB4ECB75C08321BA8A87175321EAD13D8(L_0, AsyncUtils_CancelIfRequestedAsync_TisNullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC_mF1503CAFB4ECB75C08321BA8A87175321EAD13D8_RuntimeMethod_var);
Task_1_t65DD22766038CC419979FC66D2CFEF60381EE84B* L_2 = L_1;
G_B1_0 = L_2;
if (L_2)
{
G_B2_0 = L_2;
goto IL_0015;
}
}
{
Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC L_3;
L_3 = VirtualFuncInvoker0< Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC >::Invoke(28 /* System.Nullable`1<System.DateTime> Newtonsoft.Json.JsonReader::ReadAsDateTime() */, __this);
il2cpp_codegen_runtime_class_init_inline(Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var);
Task_1_t65DD22766038CC419979FC66D2CFEF60381EE84B* L_4;
L_4 = Task_FromResult_TisNullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC_m69CD9A801409994D65491523FA9B1540070B36F9(L_3, Task_FromResult_TisNullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC_m69CD9A801409994D65491523FA9B1540070B36F9_RuntimeMethod_var);
G_B2_0 = L_4;
}
IL_0015:
{
return G_B2_0;
}
}
// System.Threading.Tasks.Task`1<System.Nullable`1<System.DateTimeOffset>> Newtonsoft.Json.JsonReader::ReadAsDateTimeOffsetAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tEFEAE70575CF6F04BF8FB37590483461AC941964* JsonReader_ReadAsDateTimeOffsetAsync_mA1C790FD32611B67102E738E30739F431046ECDC (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncUtils_CancelIfRequestedAsync_TisNullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B_m8457B8E784541DC204A2F555F8F0AFAC404D4723_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncUtils_t2172E6EFE7AF89193B0556B417E8A4430C28A7FC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_FromResult_TisNullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B_m3BFD88181BEA2B5167F3F56F08216724CB40CAF3_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Task_1_tEFEAE70575CF6F04BF8FB37590483461AC941964* G_B2_0 = NULL;
Task_1_tEFEAE70575CF6F04BF8FB37590483461AC941964* G_B1_0 = NULL;
{
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_0 = ___cancellationToken0;
il2cpp_codegen_runtime_class_init_inline(AsyncUtils_t2172E6EFE7AF89193B0556B417E8A4430C28A7FC_il2cpp_TypeInfo_var);
Task_1_tEFEAE70575CF6F04BF8FB37590483461AC941964* L_1;
L_1 = AsyncUtils_CancelIfRequestedAsync_TisNullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B_m8457B8E784541DC204A2F555F8F0AFAC404D4723(L_0, AsyncUtils_CancelIfRequestedAsync_TisNullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B_m8457B8E784541DC204A2F555F8F0AFAC404D4723_RuntimeMethod_var);
Task_1_tEFEAE70575CF6F04BF8FB37590483461AC941964* L_2 = L_1;
G_B1_0 = L_2;
if (L_2)
{
G_B2_0 = L_2;
goto IL_0015;
}
}
{
Nullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B L_3;
L_3 = VirtualFuncInvoker0< Nullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B >::Invoke(29 /* System.Nullable`1<System.DateTimeOffset> Newtonsoft.Json.JsonReader::ReadAsDateTimeOffset() */, __this);
il2cpp_codegen_runtime_class_init_inline(Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var);
Task_1_tEFEAE70575CF6F04BF8FB37590483461AC941964* L_4;
L_4 = Task_FromResult_TisNullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B_m3BFD88181BEA2B5167F3F56F08216724CB40CAF3(L_3, Task_FromResult_TisNullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B_m3BFD88181BEA2B5167F3F56F08216724CB40CAF3_RuntimeMethod_var);
G_B2_0 = L_4;
}
IL_0015:
{
return G_B2_0;
}
}
// System.Threading.Tasks.Task`1<System.Nullable`1<System.Decimal>> Newtonsoft.Json.JsonReader::ReadAsDecimalAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t1253923251256D5BDFC2FDA8EFF422DBBAB7C239* JsonReader_ReadAsDecimalAsync_m2DE9F65BA79A00287A9933D45255C354C9CD53DF (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncUtils_CancelIfRequestedAsync_TisNullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB_m3D9D57E07139ADAECC6F6A834A615CB3F2562220_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncUtils_t2172E6EFE7AF89193B0556B417E8A4430C28A7FC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_FromResult_TisNullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB_mF9342CBF3996587A08ABAD58EE43C00D867B8956_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Task_1_t1253923251256D5BDFC2FDA8EFF422DBBAB7C239* G_B2_0 = NULL;
Task_1_t1253923251256D5BDFC2FDA8EFF422DBBAB7C239* G_B1_0 = NULL;
{
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_0 = ___cancellationToken0;
il2cpp_codegen_runtime_class_init_inline(AsyncUtils_t2172E6EFE7AF89193B0556B417E8A4430C28A7FC_il2cpp_TypeInfo_var);
Task_1_t1253923251256D5BDFC2FDA8EFF422DBBAB7C239* L_1;
L_1 = AsyncUtils_CancelIfRequestedAsync_TisNullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB_m3D9D57E07139ADAECC6F6A834A615CB3F2562220(L_0, AsyncUtils_CancelIfRequestedAsync_TisNullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB_m3D9D57E07139ADAECC6F6A834A615CB3F2562220_RuntimeMethod_var);
Task_1_t1253923251256D5BDFC2FDA8EFF422DBBAB7C239* L_2 = L_1;
G_B1_0 = L_2;
if (L_2)
{
G_B2_0 = L_2;
goto IL_0015;
}
}
{
Nullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB L_3;
L_3 = VirtualFuncInvoker0< Nullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB >::Invoke(27 /* System.Nullable`1<System.Decimal> Newtonsoft.Json.JsonReader::ReadAsDecimal() */, __this);
il2cpp_codegen_runtime_class_init_inline(Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var);
Task_1_t1253923251256D5BDFC2FDA8EFF422DBBAB7C239* L_4;
L_4 = Task_FromResult_TisNullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB_mF9342CBF3996587A08ABAD58EE43C00D867B8956(L_3, Task_FromResult_TisNullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB_mF9342CBF3996587A08ABAD58EE43C00D867B8956_RuntimeMethod_var);
G_B2_0 = L_4;
}
IL_0015:
{
return G_B2_0;
}
}
// System.Threading.Tasks.Task`1<System.Nullable`1<System.Double>> Newtonsoft.Json.JsonReader::ReadAsDoubleAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tB943B576D2304CD76D3E20C67231C192B2DD0C41* JsonReader_ReadAsDoubleAsync_m9D7FD38E2EE8FF9EF87FF1FE49728F7D1479A740 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_FromResult_TisNullable_1_t6E154519A812D040E3016229CD7638843A2CC165_m923A4852490B89FF607864A0300587D6726EA696_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Nullable_1_t6E154519A812D040E3016229CD7638843A2CC165 L_0;
L_0 = VirtualFuncInvoker0< Nullable_1_t6E154519A812D040E3016229CD7638843A2CC165 >::Invoke(25 /* System.Nullable`1<System.Double> Newtonsoft.Json.JsonReader::ReadAsDouble() */, __this);
il2cpp_codegen_runtime_class_init_inline(Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var);
Task_1_tB943B576D2304CD76D3E20C67231C192B2DD0C41* L_1;
L_1 = Task_FromResult_TisNullable_1_t6E154519A812D040E3016229CD7638843A2CC165_m923A4852490B89FF607864A0300587D6726EA696(L_0, Task_FromResult_TisNullable_1_t6E154519A812D040E3016229CD7638843A2CC165_m923A4852490B89FF607864A0300587D6726EA696_RuntimeMethod_var);
return L_1;
}
}
// System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>> Newtonsoft.Json.JsonReader::ReadAsInt32Async(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t75694119DBB4B68675BB4BAB3E446BA4EE5C91C7* JsonReader_ReadAsInt32Async_mC3FD2AC1BE306C85BF8EA9C9B20E04ECCE7E1336 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncUtils_CancelIfRequestedAsync_TisNullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28_m9E4A27B6175EE176D36F9CF2BBFCF9C83922F0E8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncUtils_t2172E6EFE7AF89193B0556B417E8A4430C28A7FC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_FromResult_TisNullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28_mC2A145C16866E650D05F180A6D824D0D12AB734D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Task_1_t75694119DBB4B68675BB4BAB3E446BA4EE5C91C7* G_B2_0 = NULL;
Task_1_t75694119DBB4B68675BB4BAB3E446BA4EE5C91C7* G_B1_0 = NULL;
{
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_0 = ___cancellationToken0;
il2cpp_codegen_runtime_class_init_inline(AsyncUtils_t2172E6EFE7AF89193B0556B417E8A4430C28A7FC_il2cpp_TypeInfo_var);
Task_1_t75694119DBB4B68675BB4BAB3E446BA4EE5C91C7* L_1;
L_1 = AsyncUtils_CancelIfRequestedAsync_TisNullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28_m9E4A27B6175EE176D36F9CF2BBFCF9C83922F0E8(L_0, AsyncUtils_CancelIfRequestedAsync_TisNullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28_m9E4A27B6175EE176D36F9CF2BBFCF9C83922F0E8_RuntimeMethod_var);
Task_1_t75694119DBB4B68675BB4BAB3E446BA4EE5C91C7* L_2 = L_1;
G_B1_0 = L_2;
if (L_2)
{
G_B2_0 = L_2;
goto IL_0015;
}
}
{
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_3;
L_3 = VirtualFuncInvoker0< Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 >::Invoke(22 /* System.Nullable`1<System.Int32> Newtonsoft.Json.JsonReader::ReadAsInt32() */, __this);
il2cpp_codegen_runtime_class_init_inline(Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var);
Task_1_t75694119DBB4B68675BB4BAB3E446BA4EE5C91C7* L_4;
L_4 = Task_FromResult_TisNullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28_mC2A145C16866E650D05F180A6D824D0D12AB734D(L_3, Task_FromResult_TisNullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28_mC2A145C16866E650D05F180A6D824D0D12AB734D_RuntimeMethod_var);
G_B2_0 = L_4;
}
IL_0015:
{
return G_B2_0;
}
}
// System.Threading.Tasks.Task`1<System.String> Newtonsoft.Json.JsonReader::ReadAsStringAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0* JsonReader_ReadAsStringAsync_m8B4330A1EF2D6421D749CCCBEAF033EE1C721DB2 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncUtils_CancelIfRequestedAsync_TisString_t_m5C778B02BDF052206FE0BFE2667B70AF9224F2FC_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncUtils_t2172E6EFE7AF89193B0556B417E8A4430C28A7FC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_FromResult_TisString_t_mCE9554AC91EE79860B171D4EFD627B46F6688E0C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0* G_B2_0 = NULL;
Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0* G_B1_0 = NULL;
{
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_0 = ___cancellationToken0;
il2cpp_codegen_runtime_class_init_inline(AsyncUtils_t2172E6EFE7AF89193B0556B417E8A4430C28A7FC_il2cpp_TypeInfo_var);
Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0* L_1;
L_1 = AsyncUtils_CancelIfRequestedAsync_TisString_t_m5C778B02BDF052206FE0BFE2667B70AF9224F2FC(L_0, AsyncUtils_CancelIfRequestedAsync_TisString_t_m5C778B02BDF052206FE0BFE2667B70AF9224F2FC_RuntimeMethod_var);
Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0* L_2 = L_1;
G_B1_0 = L_2;
if (L_2)
{
G_B2_0 = L_2;
goto IL_0015;
}
}
{
String_t* L_3;
L_3 = VirtualFuncInvoker0< String_t* >::Invoke(23 /* System.String Newtonsoft.Json.JsonReader::ReadAsString() */, __this);
il2cpp_codegen_runtime_class_init_inline(Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var);
Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0* L_4;
L_4 = Task_FromResult_TisString_t_mCE9554AC91EE79860B171D4EFD627B46F6688E0C(L_3, Task_FromResult_TisString_t_mCE9554AC91EE79860B171D4EFD627B46F6688E0C_RuntimeMethod_var);
G_B2_0 = L_4;
}
IL_0015:
{
return G_B2_0;
}
}
// System.Threading.Tasks.Task`1<System.Boolean> Newtonsoft.Json.JsonReader::ReadAndMoveToContentAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t824317F4B958F7512E8F7300511752937A6C6043* JsonReader_ReadAndMoveToContentAsync_m339DD25CE61ED7B8C446B6FF525126FE2E3CD8A1 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_m947F84E9E3C8ACB9A24160F6C3C33BF4D70F1AB1_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CReadAndMoveToContentAsyncU3Ed__12_t1F39829270AB73E558C8C4636F23E71DA39B90BB_m913376DB40FBCEC2BFDC6CC91A5AE1088348CA3E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CReadAndMoveToContentAsyncU3Ed__12_t1F39829270AB73E558C8C4636F23E71DA39B90BB V_0;
memset((&V_0), 0, sizeof(V_0));
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA V_1;
memset((&V_1), 0, sizeof(V_1));
{
(&V_0)->___U3CU3E4__this_2 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this);
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_0 = ___cancellationToken0;
(&V_0)->___cancellationToken_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken_3))->____source_0), (void*)NULL);
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA_il2cpp_TypeInfo_var);
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA L_1;
L_1 = AsyncTaskMethodBuilder_1_Create_m947F84E9E3C8ACB9A24160F6C3C33BF4D70F1AB1(AsyncTaskMethodBuilder_1_Create_m947F84E9E3C8ACB9A24160F6C3C33BF4D70F1AB1_RuntimeMethod_var);
(&V_0)->___U3CU3Et__builder_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL);
#endif
(&V_0)->___U3CU3E1__state_0 = (-1);
U3CReadAndMoveToContentAsyncU3Ed__12_t1F39829270AB73E558C8C4636F23E71DA39B90BB L_2 = V_0;
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA L_3 = L_2.___U3CU3Et__builder_1;
V_1 = L_3;
AsyncTaskMethodBuilder_1_Start_TisU3CReadAndMoveToContentAsyncU3Ed__12_t1F39829270AB73E558C8C4636F23E71DA39B90BB_m913376DB40FBCEC2BFDC6CC91A5AE1088348CA3E((&V_1), (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CReadAndMoveToContentAsyncU3Ed__12_t1F39829270AB73E558C8C4636F23E71DA39B90BB_m913376DB40FBCEC2BFDC6CC91A5AE1088348CA3E_RuntimeMethod_var);
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_4 = (&(&V_0)->___U3CU3Et__builder_1);
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_5;
L_5 = AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943(L_4, AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943_RuntimeMethod_var);
return L_5;
}
}
// System.Threading.Tasks.Task`1<System.Boolean> Newtonsoft.Json.JsonReader::MoveToContentAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t824317F4B958F7512E8F7300511752937A6C6043* JsonReader_MoveToContentAsync_m43D7030E3595C361D2E89E3E1CB4F29F3195FC44 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncUtils_t2172E6EFE7AF89193B0556B417E8A4430C28A7FC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0;
L_0 = VirtualFuncInvoker0< int32_t >::Invoke(16 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, __this);
V_0 = L_0;
int32_t L_1 = V_0;
if (!L_1)
{
goto IL_000e;
}
}
{
int32_t L_2 = V_0;
if ((!(((uint32_t)L_2) == ((uint32_t)5))))
{
goto IL_0016;
}
}
IL_000e:
{
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_3 = ___cancellationToken0;
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_4;
L_4 = JsonReader_MoveToContentFromNonContentAsync_m1543208D58274AAE9640E9AC7902E67AFEDB3A82(__this, L_3, NULL);
return L_4;
}
IL_0016:
{
il2cpp_codegen_runtime_class_init_inline(AsyncUtils_t2172E6EFE7AF89193B0556B417E8A4430C28A7FC_il2cpp_TypeInfo_var);
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_5 = ((AsyncUtils_t2172E6EFE7AF89193B0556B417E8A4430C28A7FC_StaticFields*)il2cpp_codegen_static_fields_for(AsyncUtils_t2172E6EFE7AF89193B0556B417E8A4430C28A7FC_il2cpp_TypeInfo_var))->___True_1;
return L_5;
}
}
// System.Threading.Tasks.Task`1<System.Boolean> Newtonsoft.Json.JsonReader::MoveToContentFromNonContentAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t824317F4B958F7512E8F7300511752937A6C6043* JsonReader_MoveToContentFromNonContentAsync_m1543208D58274AAE9640E9AC7902E67AFEDB3A82 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_m947F84E9E3C8ACB9A24160F6C3C33BF4D70F1AB1_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CMoveToContentFromNonContentAsyncU3Ed__14_t5C1A2CB5DE2F1C4A2764A241B9D8AC115D343A32_m4F7618F7056708D72099608DE95BB11B3AA61D98_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CMoveToContentFromNonContentAsyncU3Ed__14_t5C1A2CB5DE2F1C4A2764A241B9D8AC115D343A32 V_0;
memset((&V_0), 0, sizeof(V_0));
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA V_1;
memset((&V_1), 0, sizeof(V_1));
{
(&V_0)->___U3CU3E4__this_2 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this);
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_0 = ___cancellationToken0;
(&V_0)->___cancellationToken_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken_3))->____source_0), (void*)NULL);
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA_il2cpp_TypeInfo_var);
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA L_1;
L_1 = AsyncTaskMethodBuilder_1_Create_m947F84E9E3C8ACB9A24160F6C3C33BF4D70F1AB1(AsyncTaskMethodBuilder_1_Create_m947F84E9E3C8ACB9A24160F6C3C33BF4D70F1AB1_RuntimeMethod_var);
(&V_0)->___U3CU3Et__builder_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL);
#endif
(&V_0)->___U3CU3E1__state_0 = (-1);
U3CMoveToContentFromNonContentAsyncU3Ed__14_t5C1A2CB5DE2F1C4A2764A241B9D8AC115D343A32 L_2 = V_0;
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA L_3 = L_2.___U3CU3Et__builder_1;
V_1 = L_3;
AsyncTaskMethodBuilder_1_Start_TisU3CMoveToContentFromNonContentAsyncU3Ed__14_t5C1A2CB5DE2F1C4A2764A241B9D8AC115D343A32_m4F7618F7056708D72099608DE95BB11B3AA61D98((&V_1), (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CMoveToContentFromNonContentAsyncU3Ed__14_t5C1A2CB5DE2F1C4A2764A241B9D8AC115D343A32_m4F7618F7056708D72099608DE95BB11B3AA61D98_RuntimeMethod_var);
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_4 = (&(&V_0)->___U3CU3Et__builder_1);
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_5;
L_5 = AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943(L_4, AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943_RuntimeMethod_var);
return L_5;
}
}
// Newtonsoft.Json.JsonReader/State Newtonsoft.Json.JsonReader::get_CurrentState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonReader_get_CurrentState_m2B6FA669883053CDABF108A980F808CDC9F13699 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____currentState_3;
return L_0;
}
}
// System.Boolean Newtonsoft.Json.JsonReader::get_CloseInput()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonReader_get_CloseInput_m5D28FC12BD22B62AA1E493BC7A77402F1AA26DE4 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___U3CCloseInputU3Ek__BackingField_13;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonReader::set_CloseInput(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_set_CloseInput_m084FA36AC838A9D3CABFF315691DACAFC4CF16BC (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->___U3CCloseInputU3Ek__BackingField_13 = L_0;
return;
}
}
// System.Boolean Newtonsoft.Json.JsonReader::get_SupportMultipleContent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonReader_get_SupportMultipleContent_m28769E9E99495F868A23A8F6BDF5CB90D9B792B6 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___U3CSupportMultipleContentU3Ek__BackingField_14;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonReader::set_SupportMultipleContent(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_set_SupportMultipleContent_mA063CFEB2CA56DD9681BF370B471F3C52918CC0C (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->___U3CSupportMultipleContentU3Ek__BackingField_14 = L_0;
return;
}
}
// System.Char Newtonsoft.Json.JsonReader::get_QuoteChar()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar JsonReader_get_QuoteChar_m701B8D0E4D60EFA3A14B4BDC2CD79D69DCEF6351 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method)
{
{
Il2CppChar L_0 = __this->____quoteChar_2;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonReader::set_QuoteChar(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_set_QuoteChar_m4C6D7954FCC5EDA70F4E9B9F40BD872152FB1968 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, Il2CppChar ___value0, const RuntimeMethod* method)
{
{
Il2CppChar L_0 = ___value0;
__this->____quoteChar_2 = L_0;
return;
}
}
// Newtonsoft.Json.DateTimeZoneHandling Newtonsoft.Json.JsonReader::get_DateTimeZoneHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonReader_get_DateTimeZoneHandling_m54980577E0FAC72C255619A8971816C4DE07AAA4 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____dateTimeZoneHandling_6;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonReader::set_DateTimeZoneHandling(Newtonsoft.Json.DateTimeZoneHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_set_DateTimeZoneHandling_mB7165954217060B05EE3A640407A22FE6431CD0E (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_0008;
}
}
{
int32_t L_1 = ___value0;
if ((((int32_t)L_1) <= ((int32_t)3)))
{
goto IL_0013;
}
}
IL_0008:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_2 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_set_DateTimeZoneHandling_mB7165954217060B05EE3A640407A22FE6431CD0E_RuntimeMethod_var)));
}
IL_0013:
{
int32_t L_3 = ___value0;
__this->____dateTimeZoneHandling_6 = L_3;
return;
}
}
// Newtonsoft.Json.DateParseHandling Newtonsoft.Json.JsonReader::get_DateParseHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonReader_get_DateParseHandling_m30B55C240DFBB01311DB973D35B62C2A138D4DC5 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____dateParseHandling_9;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonReader::set_DateParseHandling(Newtonsoft.Json.DateParseHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_set_DateParseHandling_mEE7359F16431F3997CF22EA9383A6FB6CBF33717 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_0008;
}
}
{
int32_t L_1 = ___value0;
if ((((int32_t)L_1) <= ((int32_t)2)))
{
goto IL_0013;
}
}
IL_0008:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_2 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_set_DateParseHandling_mEE7359F16431F3997CF22EA9383A6FB6CBF33717_RuntimeMethod_var)));
}
IL_0013:
{
int32_t L_3 = ___value0;
__this->____dateParseHandling_9 = L_3;
return;
}
}
// Newtonsoft.Json.FloatParseHandling Newtonsoft.Json.JsonReader::get_FloatParseHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonReader_get_FloatParseHandling_m6A522BBC3B7FBE3A21C1CC89B5AFB35CEA955826 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____floatParseHandling_10;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonReader::set_FloatParseHandling(Newtonsoft.Json.FloatParseHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_set_FloatParseHandling_m59278EBB6D40F8F11639AEA5476D438F5153F9FF (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_0008;
}
}
{
int32_t L_1 = ___value0;
if ((((int32_t)L_1) <= ((int32_t)1)))
{
goto IL_0013;
}
}
IL_0008:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_2 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_set_FloatParseHandling_m59278EBB6D40F8F11639AEA5476D438F5153F9FF_RuntimeMethod_var)));
}
IL_0013:
{
int32_t L_3 = ___value0;
__this->____floatParseHandling_10 = L_3;
return;
}
}
// System.String Newtonsoft.Json.JsonReader::get_DateFormatString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonReader_get_DateFormatString_mBEDE1FE52D98B87A039F321055027AC1FC779071 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->____dateFormatString_11;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonReader::set_DateFormatString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_set_DateFormatString_m7B16FCCF01DADBE34D5371BBD3820DFED84B283C (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->____dateFormatString_11 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____dateFormatString_11), (void*)L_0);
return;
}
}
// System.Nullable`1<System.Int32> Newtonsoft.Json.JsonReader::get_MaxDepth()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 JsonReader_get_MaxDepth_m36C1AC4E11FA1D37C477B2FEAF26133AFE0BB56E (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method)
{
{
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_0 = __this->____maxDepth_7;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonReader::set_MaxDepth(System.Nullable`1<System.Int32>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_set_MaxDepth_m03E983D915FC443AACAB411E630AC5A932B992C2 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t V_1 = 0;
{
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_0 = ___value0;
V_0 = L_0;
V_1 = 0;
int32_t L_1;
L_1 = Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_inline((&V_0), Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_RuntimeMethod_var);
int32_t L_2 = V_1;
bool L_3;
L_3 = Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_inline((&V_0), Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_RuntimeMethod_var);
if (!((int32_t)(((((int32_t)((((int32_t)L_1) > ((int32_t)L_2))? 1 : 0)) == ((int32_t)0))? 1 : 0)&(int32_t)L_3)))
{
goto IL_002b;
}
}
{
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_4 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_4);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral36A2069F2EBB68A1BE4AF9D9FF3B475C9EE76A26)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_set_MaxDepth_m03E983D915FC443AACAB411E630AC5A932B992C2_RuntimeMethod_var)));
}
IL_002b:
{
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_5 = ___value0;
__this->____maxDepth_7 = L_5;
return;
}
}
// Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonReader_get_TokenType_mA7EDF1A1C45013F43C53F444F2E340E97BB648AC (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____tokenType_0;
return L_0;
}
}
// System.Object Newtonsoft.Json.JsonReader::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonReader_get_Value_m97DBC2E327AAED57AABCADA0F01CD1A3974BB66F (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->____value_1;
return L_0;
}
}
// System.Type Newtonsoft.Json.JsonReader::get_ValueType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* JsonReader_get_ValueType_m2E0A97E557D825594A2801F189F3C545A3B5009F (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method)
{
RuntimeObject* G_B2_0 = NULL;
RuntimeObject* G_B1_0 = NULL;
{
RuntimeObject* L_0 = __this->____value_1;
RuntimeObject* L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_000c;
}
}
{
return (Type_t*)NULL;
}
IL_000c:
{
NullCheck(G_B2_0);
Type_t* L_2;
L_2 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(G_B2_0, NULL);
return L_2;
}
}
// System.Int32 Newtonsoft.Json.JsonReader::get_Depth()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonReader_get_Depth_m81ED0633EC9D3E46ED3DC95FADBBF09C1F495DEF (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m00C7B09127FBADCF02F7C159E1802727A35E6BAC_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB* G_B2_0 = NULL;
List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB* G_B1_0 = NULL;
int32_t G_B3_0 = 0;
{
List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB* L_0 = __this->____stack_12;
List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB* L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_000d;
}
}
{
G_B3_0 = 0;
goto IL_0012;
}
IL_000d:
{
NullCheck(G_B2_0);
int32_t L_2;
L_2 = List_1_get_Count_m00C7B09127FBADCF02F7C159E1802727A35E6BAC_inline(G_B2_0, List_1_get_Count_m00C7B09127FBADCF02F7C159E1802727A35E6BAC_RuntimeMethod_var);
G_B3_0 = L_2;
}
IL_0012:
{
V_0 = G_B3_0;
int32_t L_3;
L_3 = VirtualFuncInvoker0< int32_t >::Invoke(16 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, __this);
bool L_4;
L_4 = JsonTokenUtils_IsStartToken_m758236BBCA0E9391401D583F690F90CA3FD62D86(L_3, NULL);
if (L_4)
{
goto IL_002d;
}
}
{
JsonPosition_t7788656A280615072710710E8C15D23285850E8E* L_5 = (&__this->____currentPosition_4);
int32_t L_6 = L_5->___Type_1;
if (L_6)
{
goto IL_002f;
}
}
IL_002d:
{
int32_t L_7 = V_0;
return L_7;
}
IL_002f:
{
int32_t L_8 = V_0;
return ((int32_t)il2cpp_codegen_add(L_8, 1));
}
}
// System.String Newtonsoft.Json.JsonReader::get_Path()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonReader_get_Path_m7869ECCEA1C5FE7ABF249472EF75BAAAD2F5EF09 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonPosition_t7788656A280615072710710E8C15D23285850E8E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m0B03CBA79AAC61080D28D9F0334261EDD839ADE4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Nullable_1_t6F19C42FD83BED6834BC983208EBC13002F098AF V_0;
memset((&V_0), 0, sizeof(V_0));
Nullable_1_t6F19C42FD83BED6834BC983208EBC13002F098AF V_1;
memset((&V_1), 0, sizeof(V_1));
int32_t G_B6_0 = 0;
Nullable_1_t6F19C42FD83BED6834BC983208EBC13002F098AF G_B9_0;
memset((&G_B9_0), 0, sizeof(G_B9_0));
{
JsonPosition_t7788656A280615072710710E8C15D23285850E8E* L_0 = (&__this->____currentPosition_4);
int32_t L_1 = L_0->___Type_1;
if (L_1)
{
goto IL_0013;
}
}
{
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
return L_2;
}
IL_0013:
{
int32_t L_3 = __this->____currentState_3;
if ((((int32_t)L_3) == ((int32_t)5)))
{
goto IL_0034;
}
}
{
int32_t L_4 = __this->____currentState_3;
if ((((int32_t)L_4) == ((int32_t)((int32_t)9))))
{
goto IL_0034;
}
}
{
int32_t L_5 = __this->____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_t6F19C42FD83BED6834BC983208EBC13002F098AF));
Nullable_1_t6F19C42FD83BED6834BC983208EBC13002F098AF L_6 = V_1;
G_B9_0 = L_6;
goto IL_004d;
}
IL_0042:
{
JsonPosition_t7788656A280615072710710E8C15D23285850E8E L_7 = __this->____currentPosition_4;
Nullable_1_t6F19C42FD83BED6834BC983208EBC13002F098AF L_8;
memset((&L_8), 0, sizeof(L_8));
Nullable_1__ctor_m0B03CBA79AAC61080D28D9F0334261EDD839ADE4((&L_8), L_7, /*hidden argument*/Nullable_1__ctor_m0B03CBA79AAC61080D28D9F0334261EDD839ADE4_RuntimeMethod_var);
G_B9_0 = L_8;
}
IL_004d:
{
V_0 = G_B9_0;
List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB* L_9 = __this->____stack_12;
Nullable_1_t6F19C42FD83BED6834BC983208EBC13002F098AF L_10 = V_0;
il2cpp_codegen_runtime_class_init_inline(JsonPosition_t7788656A280615072710710E8C15D23285850E8E_il2cpp_TypeInfo_var);
String_t* L_11;
L_11 = JsonPosition_BuildPath_m86C933B709F74BBD4010E449EFA3B8246E7D2A04(L_9, L_10, NULL);
return L_11;
}
}
// System.Globalization.CultureInfo Newtonsoft.Json.JsonReader::get_Culture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* JsonReader_get_Culture_m99A1BB0CC4F4F6E13A243DBF53132881DE58F7E2 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* G_B2_0 = NULL;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* G_B1_0 = NULL;
{
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0 = __this->____culture_5;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_000f;
}
}
{
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_2;
L_2 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
G_B2_0 = L_2;
}
IL_000f:
{
return G_B2_0;
}
}
// System.Void Newtonsoft.Json.JsonReader::set_Culture(System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_set_Culture_m32AD6F7F73305D077841E603808BE4B9DBEDAD13 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___value0, const RuntimeMethod* method)
{
{
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0 = ___value0;
__this->____culture_5 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____culture_5), (void*)L_0);
return;
}
}
// Newtonsoft.Json.JsonPosition Newtonsoft.Json.JsonReader::GetPosition(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonPosition_t7788656A280615072710710E8C15D23285850E8E JsonReader_GetPosition_mE60B167F7C9B4F39E14DEA98613049443F3C1968 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, int32_t ___depth0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m00C7B09127FBADCF02F7C159E1802727A35E6BAC_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mB3CCB539CB5CCFC5C7C20F312FB7BC4EF69F8D75_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB* L_0 = __this->____stack_12;
if (!L_0)
{
goto IL_0023;
}
}
{
int32_t L_1 = ___depth0;
List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB* L_2 = __this->____stack_12;
NullCheck(L_2);
int32_t L_3;
L_3 = List_1_get_Count_m00C7B09127FBADCF02F7C159E1802727A35E6BAC_inline(L_2, List_1_get_Count_m00C7B09127FBADCF02F7C159E1802727A35E6BAC_RuntimeMethod_var);
if ((((int32_t)L_1) >= ((int32_t)L_3)))
{
goto IL_0023;
}
}
{
List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB* L_4 = __this->____stack_12;
int32_t L_5 = ___depth0;
NullCheck(L_4);
JsonPosition_t7788656A280615072710710E8C15D23285850E8E L_6;
L_6 = List_1_get_Item_mB3CCB539CB5CCFC5C7C20F312FB7BC4EF69F8D75(L_4, L_5, List_1_get_Item_mB3CCB539CB5CCFC5C7C20F312FB7BC4EF69F8D75_RuntimeMethod_var);
return L_6;
}
IL_0023:
{
JsonPosition_t7788656A280615072710710E8C15D23285850E8E L_7 = __this->____currentPosition_4;
return L_7;
}
}
// System.Void Newtonsoft.Json.JsonReader::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader__ctor_m1C65CDB90A8B108668938BBE17329FEC76D62C27 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
__this->____currentState_3 = 0;
__this->____dateTimeZoneHandling_6 = 3;
__this->____dateParseHandling_9 = 1;
__this->____floatParseHandling_10 = 0;
JsonReader_set_CloseInput_m084FA36AC838A9D3CABFF315691DACAFC4CF16BC_inline(__this, (bool)1, NULL);
return;
}
}
// System.Void Newtonsoft.Json.JsonReader::Push(Newtonsoft.Json.JsonContainerType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_Push_mF0F4F11224139B36E63CF369F8D0043C5FEC7759 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m34ED5C6C6145CA655718C59A51BEA6FE899B8987_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m5070C1A9568ED848F054CA61F5675752CB1DC0B7_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 V_0;
memset((&V_0), 0, sizeof(V_0));
{
JsonReader_UpdateScopeWithFinishedValue_m47A4AC48B061E266CEC273759B2551CEF0718498(__this, NULL);
JsonPosition_t7788656A280615072710710E8C15D23285850E8E* L_0 = (&__this->____currentPosition_4);
int32_t L_1 = L_0->___Type_1;
if (L_1)
{
goto IL_0020;
}
}
{
int32_t L_2 = ___value0;
JsonPosition_t7788656A280615072710710E8C15D23285850E8E L_3;
memset((&L_3), 0, sizeof(L_3));
JsonPosition__ctor_mB2A076189BFC7885AA7876D42D0A612A1119AC90((&L_3), L_2, /*hidden argument*/NULL);
__this->____currentPosition_4 = L_3;
Il2CppCodeGenWriteBarrier((void**)&(((&__this->____currentPosition_4))->___PropertyName_3), (void*)NULL);
return;
}
IL_0020:
{
List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB* L_4 = __this->____stack_12;
if (L_4)
{
goto IL_0033;
}
}
{
List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB* L_5 = (List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB*)il2cpp_codegen_object_new(List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB_il2cpp_TypeInfo_var);
NullCheck(L_5);
List_1__ctor_m5070C1A9568ED848F054CA61F5675752CB1DC0B7(L_5, List_1__ctor_m5070C1A9568ED848F054CA61F5675752CB1DC0B7_RuntimeMethod_var);
__this->____stack_12 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->____stack_12), (void*)L_5);
}
IL_0033:
{
List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB* L_6 = __this->____stack_12;
JsonPosition_t7788656A280615072710710E8C15D23285850E8E L_7 = __this->____currentPosition_4;
NullCheck(L_6);
List_1_Add_m34ED5C6C6145CA655718C59A51BEA6FE899B8987_inline(L_6, L_7, List_1_Add_m34ED5C6C6145CA655718C59A51BEA6FE899B8987_RuntimeMethod_var);
int32_t L_8 = ___value0;
JsonPosition_t7788656A280615072710710E8C15D23285850E8E L_9;
memset((&L_9), 0, sizeof(L_9));
JsonPosition__ctor_mB2A076189BFC7885AA7876D42D0A612A1119AC90((&L_9), L_8, /*hidden argument*/NULL);
__this->____currentPosition_4 = L_9;
Il2CppCodeGenWriteBarrier((void**)&(((&__this->____currentPosition_4))->___PropertyName_3), (void*)NULL);
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* L_10 = (&__this->____maxDepth_7);
bool L_11;
L_11 = Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_inline(L_10, Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_RuntimeMethod_var);
if (!L_11)
{
goto IL_00af;
}
}
{
int32_t L_12;
L_12 = VirtualFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 Newtonsoft.Json.JsonReader::get_Depth() */, __this);
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_13 = __this->____maxDepth_7;
V_0 = L_13;
int32_t L_14;
L_14 = Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_inline((&V_0), Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_RuntimeMethod_var);
bool L_15;
L_15 = Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_inline((&V_0), Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_RuntimeMethod_var);
if (!((int32_t)(((((int32_t)((int32_t)il2cpp_codegen_add(L_12, 1))) > ((int32_t)L_14))? 1 : 0)&(int32_t)L_15)))
{
goto IL_00af;
}
}
{
bool L_16 = __this->____hasExceededMaxDepth_8;
if (L_16)
{
goto IL_00af;
}
}
{
__this->____hasExceededMaxDepth_8 = (bool)1;
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_17;
L_17 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_18 = __this->____maxDepth_7;
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_19 = L_18;
RuntimeObject* L_20 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28_il2cpp_TypeInfo_var)), &L_19);
String_t* L_21;
L_21 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA1216524CEC07B2021B75BE715C2136F65EEF8CC)), L_17, L_20, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_22;
L_22 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, L_21, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_Push_mF0F4F11224139B36E63CF369F8D0043C5FEC7759_RuntimeMethod_var)));
}
IL_00af:
{
return;
}
}
// Newtonsoft.Json.JsonContainerType Newtonsoft.Json.JsonReader::Pop()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonReader_Pop_m8FC04F9ED04088581ACC3BD9BF97595E9337608B (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveAt_mA428CA46F23CEDC530248D23D088812DF8C98379_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m00C7B09127FBADCF02F7C159E1802727A35E6BAC_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mB3CCB539CB5CCFC5C7C20F312FB7BC4EF69F8D75_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
JsonPosition_t7788656A280615072710710E8C15D23285850E8E V_0;
memset((&V_0), 0, sizeof(V_0));
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 V_1;
memset((&V_1), 0, sizeof(V_1));
{
List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB* L_0 = __this->____stack_12;
if (!L_0)
{
goto IL_0055;
}
}
{
List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB* L_1 = __this->____stack_12;
NullCheck(L_1);
int32_t L_2;
L_2 = List_1_get_Count_m00C7B09127FBADCF02F7C159E1802727A35E6BAC_inline(L_1, List_1_get_Count_m00C7B09127FBADCF02F7C159E1802727A35E6BAC_RuntimeMethod_var);
if ((((int32_t)L_2) <= ((int32_t)0)))
{
goto IL_0055;
}
}
{
JsonPosition_t7788656A280615072710710E8C15D23285850E8E L_3 = __this->____currentPosition_4;
V_0 = L_3;
List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB* L_4 = __this->____stack_12;
List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB* L_5 = __this->____stack_12;
NullCheck(L_5);
int32_t L_6;
L_6 = List_1_get_Count_m00C7B09127FBADCF02F7C159E1802727A35E6BAC_inline(L_5, List_1_get_Count_m00C7B09127FBADCF02F7C159E1802727A35E6BAC_RuntimeMethod_var);
NullCheck(L_4);
JsonPosition_t7788656A280615072710710E8C15D23285850E8E L_7;
L_7 = List_1_get_Item_mB3CCB539CB5CCFC5C7C20F312FB7BC4EF69F8D75(L_4, ((int32_t)il2cpp_codegen_subtract(L_6, 1)), List_1_get_Item_mB3CCB539CB5CCFC5C7C20F312FB7BC4EF69F8D75_RuntimeMethod_var);
__this->____currentPosition_4 = L_7;
Il2CppCodeGenWriteBarrier((void**)&(((&__this->____currentPosition_4))->___PropertyName_3), (void*)NULL);
List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB* L_8 = __this->____stack_12;
List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB* L_9 = __this->____stack_12;
NullCheck(L_9);
int32_t L_10;
L_10 = List_1_get_Count_m00C7B09127FBADCF02F7C159E1802727A35E6BAC_inline(L_9, List_1_get_Count_m00C7B09127FBADCF02F7C159E1802727A35E6BAC_RuntimeMethod_var);
NullCheck(L_8);
List_1_RemoveAt_mA428CA46F23CEDC530248D23D088812DF8C98379(L_8, ((int32_t)il2cpp_codegen_subtract(L_10, 1)), List_1_RemoveAt_mA428CA46F23CEDC530248D23D088812DF8C98379_RuntimeMethod_var);
goto IL_0068;
}
IL_0055:
{
JsonPosition_t7788656A280615072710710E8C15D23285850E8E L_11 = __this->____currentPosition_4;
V_0 = L_11;
JsonPosition_t7788656A280615072710710E8C15D23285850E8E* L_12 = (&__this->____currentPosition_4);
il2cpp_codegen_initobj(L_12, sizeof(JsonPosition_t7788656A280615072710710E8C15D23285850E8E));
}
IL_0068:
{
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* L_13 = (&__this->____maxDepth_7);
bool L_14;
L_14 = Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_inline(L_13, Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_RuntimeMethod_var);
if (!L_14)
{
goto IL_009f;
}
}
{
int32_t L_15;
L_15 = VirtualFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 Newtonsoft.Json.JsonReader::get_Depth() */, __this);
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_16 = __this->____maxDepth_7;
V_1 = L_16;
int32_t L_17;
L_17 = Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_inline((&V_1), Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_RuntimeMethod_var);
bool L_18;
L_18 = Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_inline((&V_1), Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_RuntimeMethod_var);
if (!((int32_t)(((((int32_t)((((int32_t)L_15) > ((int32_t)L_17))? 1 : 0)) == ((int32_t)0))? 1 : 0)&(int32_t)L_18)))
{
goto IL_009f;
}
}
{
__this->____hasExceededMaxDepth_8 = (bool)0;
}
IL_009f:
{
JsonPosition_t7788656A280615072710710E8C15D23285850E8E L_19 = V_0;
int32_t L_20 = L_19.___Type_1;
return L_20;
}
}
// Newtonsoft.Json.JsonContainerType Newtonsoft.Json.JsonReader::Peek()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonReader_Peek_m55B105CCB8DCA5378EA492FF96BC3ED4F4AFD5F3 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method)
{
{
JsonPosition_t7788656A280615072710710E8C15D23285850E8E* L_0 = (&__this->____currentPosition_4);
int32_t L_1 = L_0->___Type_1;
return L_1;
}
}
// System.Nullable`1<System.Int32> Newtonsoft.Json.JsonReader::ReadAsInt32()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 JsonReader_ReadAsInt32_mC4899D463063847ADA81A7E132F224DD5A56726C (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
RuntimeObject* V_1 = NULL;
int32_t V_2 = 0;
BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F V_3;
memset((&V_3), 0, sizeof(V_3));
String_t* V_4 = NULL;
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 V_5;
memset((&V_5), 0, sizeof(V_5));
Exception_t* V_6 = NULL;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
{
int32_t L_0;
L_0 = JsonReader_GetContentToken_m026EA65DC32E069C193963D9A2DB3829F533CEEA(__this, NULL);
V_0 = L_0;
int32_t L_1 = V_0;
if (!L_1)
{
goto IL_0037;
}
}
{
int32_t L_2 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, 7)))
{
case 0:
{
goto IL_0042;
}
case 1:
{
goto IL_0042;
}
case 2:
{
goto IL_00b6;
}
case 3:
{
goto IL_00cc;
}
case 4:
{
goto IL_0037;
}
case 5:
{
goto IL_00cc;
}
case 6:
{
goto IL_00cc;
}
case 7:
{
goto IL_0037;
}
}
}
{
goto IL_00cc;
}
IL_0037:
{
il2cpp_codegen_initobj((&V_5), sizeof(Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28));
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_3 = V_5;
return L_3;
}
IL_0042:
{
RuntimeObject* L_4;
L_4 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(17 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this);
V_1 = L_4;
RuntimeObject* L_5 = V_1;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_5, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))
{
goto IL_005f;
}
}
{
RuntimeObject* L_6 = V_1;
V_2 = ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_6, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var))));
int32_t L_7 = V_2;
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_8;
memset((&L_8), 0, sizeof(L_8));
Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703((&L_8), L_7, /*hidden argument*/Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703_RuntimeMethod_var);
return L_8;
}
IL_005f:
{
RuntimeObject* L_9 = V_1;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_9, BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var)))
{
goto IL_0077;
}
}
{
RuntimeObject* L_10 = V_1;
V_3 = ((*(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)UnBox(L_10, BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var))));
BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_11 = V_3;
il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var);
int32_t L_12;
L_12 = BigInteger_op_Explicit_m046F008251D35766B0BE64B7C436F4880DB853F7(L_11, NULL);
V_2 = L_12;
goto IL_00a1;
}
IL_0077:
{
}
try
{// begin try (depth: 1)
RuntimeObject* L_13 = V_1;
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_14;
L_14 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
int32_t L_15;
L_15 = Convert_ToInt32_m2BB2FCE52968B106528283B6E972DCEB875128D9(L_13, L_14, NULL);
V_2 = L_15;
goto IL_00a1;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_0086;
}
throw e;
}
CATCH_0086:
{// begin catch(System.Exception)
V_6 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_16;
L_16 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
RuntimeObject* L_17 = V_1;
String_t* L_18;
L_18 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2594644AE572F89F612BCB57FF0C68FAE6AB9DA0)), L_16, L_17, NULL);
Exception_t* L_19 = V_6;
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_20;
L_20 = JsonReaderException_Create_m169AE3AA060086A91BD4C54D1A2A381B410FC855(__this, L_18, L_19, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_ReadAsInt32_mC4899D463063847ADA81A7E132F224DD5A56726C_RuntimeMethod_var)));
}// end catch (depth: 1)
IL_00a1:
{
int32_t L_21 = V_2;
int32_t L_22 = L_21;
RuntimeObject* L_23 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_22);
JsonReader_SetToken_m53C7B4EA9EC9F6D97E7CAC00F96DE6393EFEADEC(__this, 7, L_23, (bool)0, NULL);
int32_t L_24 = V_2;
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_25;
memset((&L_25), 0, sizeof(L_25));
Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703((&L_25), L_24, /*hidden argument*/Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703_RuntimeMethod_var);
return L_25;
}
IL_00b6:
{
RuntimeObject* L_26;
L_26 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(17 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this);
V_4 = ((String_t*)CastclassSealed((RuntimeObject*)L_26, String_t_il2cpp_TypeInfo_var));
String_t* L_27 = V_4;
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_28;
L_28 = JsonReader_ReadInt32String_mC88B484FFAD09A2650BC9080CA32FB6E4EF387F2(__this, L_27, NULL);
return L_28;
}
IL_00cc:
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_29;
L_29 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
int32_t L_30 = V_0;
int32_t L_31 = L_30;
RuntimeObject* L_32 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonToken_t00B2B3F98FB3E9A8DE72409901BED1C7F1670BD5_il2cpp_TypeInfo_var)), &L_31);
String_t* L_33;
L_33 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral79D571C2E0438A96561C6F47157F2572D1CCD56A)), L_29, L_32, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_34;
L_34 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, L_33, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_34, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_ReadAsInt32_mC4899D463063847ADA81A7E132F224DD5A56726C_RuntimeMethod_var)));
}
}
// System.Nullable`1<System.Int32> Newtonsoft.Json.JsonReader::ReadInt32String(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 JsonReader_ReadInt32String_mC88B484FFAD09A2650BC9080CA32FB6E4EF387F2 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, String_t* ___s0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 V_1;
memset((&V_1), 0, sizeof(V_1));
{
String_t* L_0 = ___s0;
bool L_1;
L_1 = StringUtils_IsNullOrEmpty_m7BEB87E7D51C30DF1FE699A9FF85F2194006EA8B(L_0, NULL);
if (!L_1)
{
goto IL_001c;
}
}
{
JsonReader_SetToken_m53C7B4EA9EC9F6D97E7CAC00F96DE6393EFEADEC(__this, ((int32_t)11), NULL, (bool)0, NULL);
il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28));
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_2 = V_1;
return L_2;
}
IL_001c:
{
String_t* L_3 = ___s0;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_4;
L_4 = JsonReader_get_Culture_m99A1BB0CC4F4F6E13A243DBF53132881DE58F7E2(__this, NULL);
bool L_5;
L_5 = Int32_TryParse_m3CB3A8252B2254BF929D207AFA9F2CD4DA3E3F79(L_3, 7, L_4, (&V_0), NULL);
if (!L_5)
{
goto IL_0042;
}
}
{
int32_t L_6 = V_0;
int32_t L_7 = L_6;
RuntimeObject* L_8 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_7);
JsonReader_SetToken_m53C7B4EA9EC9F6D97E7CAC00F96DE6393EFEADEC(__this, 7, L_8, (bool)0, NULL);
int32_t L_9 = V_0;
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_10;
memset((&L_10), 0, sizeof(L_10));
Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703((&L_10), L_9, /*hidden argument*/Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703_RuntimeMethod_var);
return L_10;
}
IL_0042:
{
String_t* L_11 = ___s0;
JsonReader_SetToken_m53C7B4EA9EC9F6D97E7CAC00F96DE6393EFEADEC(__this, ((int32_t)9), L_11, (bool)0, NULL);
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_12;
L_12 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
String_t* L_13 = ___s0;
String_t* L_14;
L_14 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB611668C4A625F042C90A7F3AC01E72247744D5D)), L_12, L_13, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_15;
L_15 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, L_14, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_ReadInt32String_mC88B484FFAD09A2650BC9080CA32FB6E4EF387F2_RuntimeMethod_var)));
}
}
// System.String Newtonsoft.Json.JsonReader::ReadAsString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonReader_ReadAsString_mB3980B052533C0CA4C8DCE9FE4E30F761B49366B (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IFormattable_t235A539BD9771E1E118DB99384BA8385D2F971CA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
RuntimeObject* V_1 = NULL;
String_t* V_2 = NULL;
RuntimeObject* V_3 = NULL;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* V_4 = NULL;
String_t* G_B15_0 = NULL;
{
int32_t L_0;
L_0 = JsonReader_GetContentToken_m026EA65DC32E069C193963D9A2DB3829F533CEEA(__this, 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;
L_6 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(17 /* 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;
L_8 = JsonTokenUtils_IsPrimitiveToken_m98B1B260A486820D52E43B411B1655C15BFF9AEA(L_7, NULL);
if (!L_8)
{
goto IL_0082;
}
}
{
RuntimeObject* L_9;
L_9 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(17 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this);
V_1 = L_9;
RuntimeObject* L_10 = V_1;
if (!L_10)
{
goto IL_0082;
}
}
{
RuntimeObject* L_11 = V_1;
V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_11, IFormattable_t235A539BD9771E1E118DB99384BA8385D2F971CA_il2cpp_TypeInfo_var));
RuntimeObject* L_12 = V_3;
if (!L_12)
{
goto IL_005a;
}
}
{
RuntimeObject* L_13 = V_3;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_14;
L_14 = JsonReader_get_Culture_m99A1BB0CC4F4F6E13A243DBF53132881DE58F7E2(__this, NULL);
NullCheck(L_13);
String_t* L_15;
L_15 = InterfaceFuncInvoker2< String_t*, String_t*, RuntimeObject* >::Invoke(0 /* System.String System.IFormattable::ToString(System.String,System.IFormatProvider) */, IFormattable_t235A539BD9771E1E118DB99384BA8385D2F971CA_il2cpp_TypeInfo_var, L_13, (String_t*)NULL, L_14);
V_2 = L_15;
goto IL_0076;
}
IL_005a:
{
RuntimeObject* L_16 = V_1;
V_4 = ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)IsInstClass((RuntimeObject*)L_16, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var));
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_17 = V_4;
if (L_17)
{
goto IL_006e;
}
}
{
RuntimeObject* L_18 = V_1;
NullCheck(L_18);
String_t* L_19;
L_19 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_18);
G_B15_0 = L_19;
goto IL_0075;
}
IL_006e:
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_20 = V_4;
NullCheck(L_20);
String_t* L_21;
L_21 = Uri_get_OriginalString_m3031F9054CA10F2C55C0E2415CC19810D360A5D6(L_20, NULL);
G_B15_0 = L_21;
}
IL_0075:
{
V_2 = G_B15_0;
}
IL_0076:
{
String_t* L_22 = V_2;
JsonReader_SetToken_m53C7B4EA9EC9F6D97E7CAC00F96DE6393EFEADEC(__this, ((int32_t)9), L_22, (bool)0, NULL);
String_t* L_23 = V_2;
return L_23;
}
IL_0082:
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_24;
L_24 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
int32_t L_25 = V_0;
int32_t L_26 = L_25;
RuntimeObject* L_27 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonToken_t00B2B3F98FB3E9A8DE72409901BED1C7F1670BD5_il2cpp_TypeInfo_var)), &L_26);
String_t* L_28;
L_28 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE7D89EE67669C688B4DDE92E4F7F7835B2E359FB)), L_24, L_27, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_29;
L_29 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, L_28, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_29, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_ReadAsString_mB3980B052533C0CA4C8DCE9FE4E30F761B49366B_RuntimeMethod_var)));
}
}
// System.Byte[] Newtonsoft.Json.JsonReader::ReadAsBytes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* JsonReader_ReadAsBytes_mDD4F4FF1027E21622EE70DC557A4186C13AC6E68 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CollectionUtils_ArrayEmpty_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mD02E1E6761052BEF37759A7241CBC15C3F7A904F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Guid_t V_1;
memset((&V_1), 0, sizeof(V_1));
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL;
String_t* V_3 = NULL;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_4 = NULL;
Guid_t V_5;
memset((&V_5), 0, sizeof(V_5));
RuntimeObject* V_6 = NULL;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_7 = NULL;
{
int32_t L_0;
L_0 = JsonReader_GetContentToken_m026EA65DC32E069C193963D9A2DB3829F533CEEA(__this, NULL);
V_0 = L_0;
int32_t L_1 = V_0;
if ((((int32_t)L_1) > ((int32_t)((int32_t)9))))
{
goto IL_0028;
}
}
{
int32_t L_2 = V_0;
switch (L_2)
{
case 0:
{
goto IL_00d7;
}
case 1:
{
goto IL_0045;
}
case 2:
{
goto IL_0115;
}
}
}
{
int32_t L_3 = V_0;
if ((((int32_t)L_3) == ((int32_t)((int32_t)9))))
{
goto IL_008f;
}
}
{
goto IL_011c;
}
IL_0028:
{
int32_t L_4 = V_0;
if ((((int32_t)L_4) == ((int32_t)((int32_t)11))))
{
goto IL_00d7;
}
}
{
int32_t L_5 = V_0;
if ((((int32_t)L_5) == ((int32_t)((int32_t)14))))
{
goto IL_00d7;
}
}
{
int32_t L_6 = V_0;
if ((((int32_t)L_6) == ((int32_t)((int32_t)17))))
{
goto IL_00d9;
}
}
{
goto IL_011c;
}
IL_0045:
{
JsonReader_ReadIntoWrappedTypeObject_mAF0B8C23E64E3D2F2DC68A6D99979234CFBDB121(__this, NULL);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7;
L_7 = VirtualFuncInvoker0< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(24 /* System.Byte[] Newtonsoft.Json.JsonReader::ReadAsBytes() */, __this);
V_2 = L_7;
JsonReader_ReaderReadAndAssert_m8656D7D7DCB4B6C7CC0FA48CFD1DEC0DB38B9C4A(__this, NULL);
int32_t L_8;
L_8 = VirtualFuncInvoker0< int32_t >::Invoke(16 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, __this);
if ((((int32_t)L_8) == ((int32_t)((int32_t)13))))
{
goto IL_0083;
}
}
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_9;
L_9 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
int32_t L_10;
L_10 = VirtualFuncInvoker0< int32_t >::Invoke(16 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, __this);
int32_t L_11 = L_10;
RuntimeObject* L_12 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonToken_t00B2B3F98FB3E9A8DE72409901BED1C7F1670BD5_il2cpp_TypeInfo_var)), &L_11);
String_t* L_13;
L_13 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2E960D5150CB102FE0FD08E925071DFDF8D3364C)), L_9, L_12, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_14;
L_14 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, L_13, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_ReadAsBytes_mDD4F4FF1027E21622EE70DC557A4186C13AC6E68_RuntimeMethod_var)));
}
IL_0083:
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_15 = V_2;
JsonReader_SetToken_m53C7B4EA9EC9F6D97E7CAC00F96DE6393EFEADEC(__this, ((int32_t)17), (RuntimeObject*)L_15, (bool)0, NULL);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16 = V_2;
return L_16;
}
IL_008f:
{
RuntimeObject* L_17;
L_17 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(17 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this);
V_3 = ((String_t*)CastclassSealed((RuntimeObject*)L_17, String_t_il2cpp_TypeInfo_var));
String_t* L_18 = V_3;
NullCheck(L_18);
int32_t L_19;
L_19 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_18, NULL);
if (L_19)
{
goto IL_00ac;
}
}
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_20;
L_20 = CollectionUtils_ArrayEmpty_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mD02E1E6761052BEF37759A7241CBC15C3F7A904F_inline(CollectionUtils_ArrayEmpty_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mD02E1E6761052BEF37759A7241CBC15C3F7A904F_RuntimeMethod_var);
V_4 = L_20;
goto IL_00c9;
}
IL_00ac:
{
String_t* L_21 = V_3;
il2cpp_codegen_runtime_class_init_inline(ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
bool L_22;
L_22 = ConvertUtils_TryConvertGuid_m86DFDDDFDB55FAFBFDB6E5228FC348015510AA8F(L_21, (&V_5), NULL);
if (!L_22)
{
goto IL_00c1;
}
}
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_23;
L_23 = Guid_ToByteArray_m6EBFB2F42D3760D9143050A3A8ED03F085F3AFE9((&V_5), NULL);
V_4 = L_23;
goto IL_00c9;
}
IL_00c1:
{
String_t* L_24 = V_3;
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_25;
L_25 = Convert_FromBase64String_m421F8600CA5124E047E3D7C2BC1B653F67BC48A1(L_24, NULL);
V_4 = L_25;
}
IL_00c9:
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_26 = V_4;
JsonReader_SetToken_m53C7B4EA9EC9F6D97E7CAC00F96DE6393EFEADEC(__this, ((int32_t)17), (RuntimeObject*)L_26, (bool)0, NULL);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_27 = V_4;
return L_27;
}
IL_00d7:
{
return (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL;
}
IL_00d9:
{
RuntimeObject* L_28;
L_28 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(17 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this);
V_6 = L_28;
RuntimeObject* L_29 = V_6;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_29, Guid_t_il2cpp_TypeInfo_var)))
{
goto IL_0109;
}
}
{
RuntimeObject* L_30 = V_6;
V_1 = ((*(Guid_t*)((Guid_t*)(Guid_t*)UnBox(L_30, Guid_t_il2cpp_TypeInfo_var))));
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_31;
L_31 = Guid_ToByteArray_m6EBFB2F42D3760D9143050A3A8ED03F085F3AFE9((&V_1), NULL);
V_7 = L_31;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_32 = V_7;
JsonReader_SetToken_m53C7B4EA9EC9F6D97E7CAC00F96DE6393EFEADEC(__this, ((int32_t)17), (RuntimeObject*)L_32, (bool)0, NULL);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_33 = V_7;
return L_33;
}
IL_0109:
{
RuntimeObject* L_34;
L_34 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(17 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this);
return ((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)Castclass((RuntimeObject*)L_34, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var));
}
IL_0115:
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_35;
L_35 = JsonReader_ReadArrayIntoByteArray_mB00AD02B342C511B5BB8BAB5133BE3B153540682(__this, NULL);
return L_35;
}
IL_011c:
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_36;
L_36 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
int32_t L_37 = V_0;
int32_t L_38 = L_37;
RuntimeObject* L_39 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonToken_t00B2B3F98FB3E9A8DE72409901BED1C7F1670BD5_il2cpp_TypeInfo_var)), &L_38);
String_t* L_40;
L_40 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2E960D5150CB102FE0FD08E925071DFDF8D3364C)), L_36, L_39, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_41;
L_41 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, L_40, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_41, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_ReadAsBytes_mDD4F4FF1027E21622EE70DC557A4186C13AC6E68_RuntimeMethod_var)));
}
}
// System.Byte[] Newtonsoft.Json.JsonReader::ReadArrayIntoByteArray()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* JsonReader_ReadArrayIntoByteArray_mB00AD02B342C511B5BB8BAB5133BE3B153540682 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m23F8BB7CABADC11EBCAB5AB701B75F56C865BE24_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mC411581553467A7DB76C06E5E5FCA34E4EC621B9_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t7D15BE3246500BBF1A24C24DBF963B89A876255B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
List_1_t7D15BE3246500BBF1A24C24DBF963B89A876255B* V_0 = NULL;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_1 = NULL;
{
List_1_t7D15BE3246500BBF1A24C24DBF963B89A876255B* L_0 = (List_1_t7D15BE3246500BBF1A24C24DBF963B89A876255B*)il2cpp_codegen_object_new(List_1_t7D15BE3246500BBF1A24C24DBF963B89A876255B_il2cpp_TypeInfo_var);
NullCheck(L_0);
List_1__ctor_mC411581553467A7DB76C06E5E5FCA34E4EC621B9(L_0, List_1__ctor_mC411581553467A7DB76C06E5E5FCA34E4EC621B9_RuntimeMethod_var);
V_0 = L_0;
}
IL_0006:
{
bool L_1;
L_1 = VirtualFuncInvoker0< bool >::Invoke(21 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, __this);
if (L_1)
{
goto IL_0015;
}
}
{
JsonReader_SetToken_m9CB3201AB80BD12AF5490EE38B0AB1E667D5757B(__this, 0, NULL);
}
IL_0015:
{
List_1_t7D15BE3246500BBF1A24C24DBF963B89A876255B* L_2 = V_0;
bool L_3;
L_3 = JsonReader_ReadArrayElementIntoByteArrayReportDone_m85666155ACCD9C0478B9FCEFD53C6F44873EFD86(__this, L_2, NULL);
if (!L_3)
{
goto IL_0006;
}
}
{
List_1_t7D15BE3246500BBF1A24C24DBF963B89A876255B* L_4 = V_0;
NullCheck(L_4);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5;
L_5 = List_1_ToArray_m23F8BB7CABADC11EBCAB5AB701B75F56C865BE24(L_4, List_1_ToArray_m23F8BB7CABADC11EBCAB5AB701B75F56C865BE24_RuntimeMethod_var);
V_1 = L_5;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = V_1;
JsonReader_SetToken_m53C7B4EA9EC9F6D97E7CAC00F96DE6393EFEADEC(__this, ((int32_t)17), (RuntimeObject*)L_6, (bool)0, NULL);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = V_1;
return L_7;
}
}
// System.Boolean Newtonsoft.Json.JsonReader::ReadArrayElementIntoByteArrayReportDone(System.Collections.Generic.List`1<System.Byte>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonReader_ReadArrayElementIntoByteArrayReportDone_m85666155ACCD9C0478B9FCEFD53C6F44873EFD86 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, List_1_t7D15BE3246500BBF1A24C24DBF963B89A876255B* ___buffer0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mCF9C36A7DE08AFB2D2EEC76139677E086A6CAD73_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0;
L_0 = VirtualFuncInvoker0< int32_t >::Invoke(16 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, __this);
V_0 = L_0;
int32_t L_1 = V_0;
if ((((int32_t)L_1) > ((int32_t)5)))
{
goto IL_0014;
}
}
{
int32_t L_2 = V_0;
if (!L_2)
{
goto IL_001f;
}
}
{
int32_t L_3 = V_0;
if ((((int32_t)L_3) == ((int32_t)5)))
{
goto IL_0045;
}
}
{
goto IL_0047;
}
IL_0014:
{
int32_t L_4 = V_0;
if ((((int32_t)L_4) == ((int32_t)7)))
{
goto IL_002b;
}
}
{
int32_t L_5 = V_0;
if ((((int32_t)L_5) == ((int32_t)((int32_t)14))))
{
goto IL_0043;
}
}
{
goto IL_0047;
}
IL_001f:
{
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_6;
L_6 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46D0177DFB3F0AF27BD70DA6DEF6FDD4A6C7C944)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_ReadArrayElementIntoByteArrayReportDone_m85666155ACCD9C0478B9FCEFD53C6F44873EFD86_RuntimeMethod_var)));
}
IL_002b:
{
List_1_t7D15BE3246500BBF1A24C24DBF963B89A876255B* L_7 = ___buffer0;
RuntimeObject* L_8;
L_8 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(17 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this);
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_9;
L_9 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
uint8_t L_10;
L_10 = Convert_ToByte_m14B0CC84A400FBCED7E0A13FE69950A4F7C091FD(L_8, L_9, NULL);
NullCheck(L_7);
List_1_Add_mCF9C36A7DE08AFB2D2EEC76139677E086A6CAD73_inline(L_7, L_10, List_1_Add_mCF9C36A7DE08AFB2D2EEC76139677E086A6CAD73_RuntimeMethod_var);
return (bool)0;
}
IL_0043:
{
return (bool)1;
}
IL_0045:
{
return (bool)0;
}
IL_0047:
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_11;
L_11 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
int32_t L_12;
L_12 = VirtualFuncInvoker0< int32_t >::Invoke(16 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, __this);
int32_t L_13 = L_12;
RuntimeObject* L_14 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonToken_t00B2B3F98FB3E9A8DE72409901BED1C7F1670BD5_il2cpp_TypeInfo_var)), &L_13);
String_t* L_15;
L_15 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7AC7AB0661F4B3FB85F0ECB9054F4C1BE122885D)), L_11, L_14, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_16;
L_16 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, L_15, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_ReadArrayElementIntoByteArrayReportDone_m85666155ACCD9C0478B9FCEFD53C6F44873EFD86_RuntimeMethod_var)));
}
}
// System.Nullable`1<System.Double> Newtonsoft.Json.JsonReader::ReadAsDouble()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t6E154519A812D040E3016229CD7638843A2CC165 JsonReader_ReadAsDouble_m84357B2560C4B03E2362D8B5D953C7336473F39D (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mDE3158DD99CA7E1775A8BA276E428AF808AB8FBF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
RuntimeObject* V_1 = NULL;
double V_2 = 0.0;
BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F V_3;
memset((&V_3), 0, sizeof(V_3));
Nullable_1_t6E154519A812D040E3016229CD7638843A2CC165 V_4;
memset((&V_4), 0, sizeof(V_4));
{
int32_t L_0;
L_0 = JsonReader_GetContentToken_m026EA65DC32E069C193963D9A2DB3829F533CEEA(__this, 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, 7)))
{
case 0:
{
goto IL_003f;
}
case 1:
{
goto IL_003f;
}
case 2:
{
goto IL_0097;
}
case 3:
{
goto IL_00a9;
}
case 4:
{
goto IL_0034;
}
case 5:
{
goto IL_00a9;
}
case 6:
{
goto IL_00a9;
}
case 7:
{
goto IL_0034;
}
}
}
{
goto IL_00a9;
}
IL_0034:
{
il2cpp_codegen_initobj((&V_4), sizeof(Nullable_1_t6E154519A812D040E3016229CD7638843A2CC165));
Nullable_1_t6E154519A812D040E3016229CD7638843A2CC165 L_3 = V_4;
return L_3;
}
IL_003f:
{
RuntimeObject* L_4;
L_4 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(17 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this);
V_1 = L_4;
RuntimeObject* L_5 = V_1;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_5, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var)))
{
goto IL_005c;
}
}
{
RuntimeObject* L_6 = V_1;
V_2 = ((*(double*)((double*)(double*)UnBox(L_6, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var))));
double L_7 = V_2;
Nullable_1_t6E154519A812D040E3016229CD7638843A2CC165 L_8;
memset((&L_8), 0, sizeof(L_8));
Nullable_1__ctor_mDE3158DD99CA7E1775A8BA276E428AF808AB8FBF((&L_8), L_7, /*hidden argument*/Nullable_1__ctor_mDE3158DD99CA7E1775A8BA276E428AF808AB8FBF_RuntimeMethod_var);
return L_8;
}
IL_005c:
{
RuntimeObject* L_9 = V_1;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_9, BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var)))
{
goto IL_0075;
}
}
{
RuntimeObject* L_10 = V_1;
V_3 = ((*(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)UnBox(L_10, BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var))));
BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_11 = V_3;
il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var);
double L_12;
L_12 = BigInteger_op_Explicit_m2AE1E0AC2AD93E0A02F65831DA8643B9DEEB99CA(L_11, NULL);
V_2 = ((double)L_12);
goto IL_0081;
}
IL_0075:
{
RuntimeObject* L_13 = V_1;
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_14;
L_14 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
double L_15;
L_15 = Convert_ToDouble_mDD0C8022294099032F3EB91C4F6E0D4EEE2A270F(L_13, L_14, NULL);
V_2 = L_15;
}
IL_0081:
{
double L_16 = V_2;
double L_17 = L_16;
RuntimeObject* L_18 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_17);
JsonReader_SetToken_m53C7B4EA9EC9F6D97E7CAC00F96DE6393EFEADEC(__this, 8, L_18, (bool)0, NULL);
double L_19 = V_2;
Nullable_1_t6E154519A812D040E3016229CD7638843A2CC165 L_20;
memset((&L_20), 0, sizeof(L_20));
Nullable_1__ctor_mDE3158DD99CA7E1775A8BA276E428AF808AB8FBF((&L_20), ((double)L_19), /*hidden argument*/Nullable_1__ctor_mDE3158DD99CA7E1775A8BA276E428AF808AB8FBF_RuntimeMethod_var);
return L_20;
}
IL_0097:
{
RuntimeObject* L_21;
L_21 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(17 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this);
Nullable_1_t6E154519A812D040E3016229CD7638843A2CC165 L_22;
L_22 = JsonReader_ReadDoubleString_m324284E6D595C592176860D2B67B053713664F0E(__this, ((String_t*)CastclassSealed((RuntimeObject*)L_21, String_t_il2cpp_TypeInfo_var)), NULL);
return L_22;
}
IL_00a9:
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_23;
L_23 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
int32_t L_24 = V_0;
int32_t L_25 = L_24;
RuntimeObject* L_26 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonToken_t00B2B3F98FB3E9A8DE72409901BED1C7F1670BD5_il2cpp_TypeInfo_var)), &L_25);
String_t* L_27;
L_27 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral152B86A15BB1547061F59ADC16CADE5BB1511C7D)), L_23, L_26, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_28;
L_28 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, L_27, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_ReadAsDouble_m84357B2560C4B03E2362D8B5D953C7336473F39D_RuntimeMethod_var)));
}
}
// System.Nullable`1<System.Double> Newtonsoft.Json.JsonReader::ReadDoubleString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t6E154519A812D040E3016229CD7638843A2CC165 JsonReader_ReadDoubleString_m324284E6D595C592176860D2B67B053713664F0E (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, String_t* ___s0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mDE3158DD99CA7E1775A8BA276E428AF808AB8FBF_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
double V_0 = 0.0;
Nullable_1_t6E154519A812D040E3016229CD7638843A2CC165 V_1;
memset((&V_1), 0, sizeof(V_1));
{
String_t* L_0 = ___s0;
bool L_1;
L_1 = StringUtils_IsNullOrEmpty_m7BEB87E7D51C30DF1FE699A9FF85F2194006EA8B(L_0, NULL);
if (!L_1)
{
goto IL_001c;
}
}
{
JsonReader_SetToken_m53C7B4EA9EC9F6D97E7CAC00F96DE6393EFEADEC(__this, ((int32_t)11), NULL, (bool)0, NULL);
il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t6E154519A812D040E3016229CD7638843A2CC165));
Nullable_1_t6E154519A812D040E3016229CD7638843A2CC165 L_2 = V_1;
return L_2;
}
IL_001c:
{
String_t* L_3 = ___s0;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_4;
L_4 = JsonReader_get_Culture_m99A1BB0CC4F4F6E13A243DBF53132881DE58F7E2(__this, NULL);
bool L_5;
L_5 = Double_TryParse_m6038C4DBF1789F1954938FF7F6D3459359CD7718(L_3, ((int32_t)231), L_4, (&V_0), NULL);
if (!L_5)
{
goto IL_0046;
}
}
{
double L_6 = V_0;
double L_7 = L_6;
RuntimeObject* L_8 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_7);
JsonReader_SetToken_m53C7B4EA9EC9F6D97E7CAC00F96DE6393EFEADEC(__this, 8, L_8, (bool)0, NULL);
double L_9 = V_0;
Nullable_1_t6E154519A812D040E3016229CD7638843A2CC165 L_10;
memset((&L_10), 0, sizeof(L_10));
Nullable_1__ctor_mDE3158DD99CA7E1775A8BA276E428AF808AB8FBF((&L_10), L_9, /*hidden argument*/Nullable_1__ctor_mDE3158DD99CA7E1775A8BA276E428AF808AB8FBF_RuntimeMethod_var);
return L_10;
}
IL_0046:
{
String_t* L_11 = ___s0;
JsonReader_SetToken_m53C7B4EA9EC9F6D97E7CAC00F96DE6393EFEADEC(__this, ((int32_t)9), L_11, (bool)0, NULL);
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_12;
L_12 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
String_t* L_13 = ___s0;
String_t* L_14;
L_14 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3F548562C3CCA4BBECF95F8971C4DD4C8A862DE9)), L_12, L_13, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_15;
L_15 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, L_14, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_ReadDoubleString_m324284E6D595C592176860D2B67B053713664F0E_RuntimeMethod_var)));
}
}
// System.Nullable`1<System.Boolean> Newtonsoft.Json.JsonReader::ReadAsBoolean()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 JsonReader_ReadAsBoolean_mF52C093C99856A31D54A0F33927F5A6969AB35D6 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F V_2;
memset((&V_2), 0, sizeof(V_2));
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 V_3;
memset((&V_3), 0, sizeof(V_3));
RuntimeObject* V_4 = NULL;
{
int32_t L_0;
L_0 = JsonReader_GetContentToken_m026EA65DC32E069C193963D9A2DB3829F533CEEA(__this, 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, 7)))
{
case 0:
{
goto IL_003e;
}
case 1:
{
goto IL_003e;
}
case 2:
{
goto IL_0089;
}
case 3:
{
goto IL_009b;
}
case 4:
{
goto IL_0034;
}
case 5:
{
goto IL_00ac;
}
case 6:
{
goto IL_00ac;
}
case 7:
{
goto IL_0034;
}
}
}
{
goto IL_00ac;
}
IL_0034:
{
il2cpp_codegen_initobj((&V_3), sizeof(Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01));
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_3 = V_3;
return L_3;
}
IL_003e:
{
RuntimeObject* L_4;
L_4 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(17 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this);
V_4 = L_4;
RuntimeObject* L_5 = V_4;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_5, BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var)))
{
goto IL_0062;
}
}
{
RuntimeObject* L_6 = V_4;
V_2 = ((*(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)UnBox(L_6, BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var))));
BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_7 = V_2;
il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var);
bool L_8;
L_8 = BigInteger_op_Inequality_m7E1224F9A051BF8F0DBD1001E931EC3C7F4174BC(L_7, ((int64_t)0), NULL);
V_1 = L_8;
goto IL_0073;
}
IL_0062:
{
RuntimeObject* L_9;
L_9 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(17 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this);
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_10;
L_10 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
bool L_11;
L_11 = Convert_ToBoolean_mB0FE0EF8913B62A513A8604E24D832B4F5CC9379(L_9, L_10, NULL);
V_1 = L_11;
}
IL_0073:
{
bool L_12 = V_1;
bool L_13 = L_12;
RuntimeObject* L_14 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_13);
JsonReader_SetToken_m53C7B4EA9EC9F6D97E7CAC00F96DE6393EFEADEC(__this, ((int32_t)10), L_14, (bool)0, NULL);
bool L_15 = V_1;
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_16;
memset((&L_16), 0, sizeof(L_16));
Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5((&L_16), L_15, /*hidden argument*/Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var);
return L_16;
}
IL_0089:
{
RuntimeObject* L_17;
L_17 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(17 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this);
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_18;
L_18 = JsonReader_ReadBooleanString_mFFA51C5DFAFDEC91AADCCB70F0EA03BA7A3C81B2(__this, ((String_t*)CastclassSealed((RuntimeObject*)L_17, String_t_il2cpp_TypeInfo_var)), NULL);
return L_18;
}
IL_009b:
{
RuntimeObject* L_19;
L_19 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(17 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this);
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_20;
memset((&L_20), 0, sizeof(L_20));
Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5((&L_20), ((*(bool*)((bool*)(bool*)UnBox(L_19, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var)))), /*hidden argument*/Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var);
return L_20;
}
IL_00ac:
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_21;
L_21 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
int32_t L_22 = V_0;
int32_t L_23 = L_22;
RuntimeObject* L_24 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonToken_t00B2B3F98FB3E9A8DE72409901BED1C7F1670BD5_il2cpp_TypeInfo_var)), &L_23);
String_t* L_25;
L_25 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral45E83B62D7297228BA9BE75B2FDFC650B833EC46)), L_21, L_24, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_26;
L_26 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, L_25, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_ReadAsBoolean_mF52C093C99856A31D54A0F33927F5A6969AB35D6_RuntimeMethod_var)));
}
}
// System.Nullable`1<System.Boolean> Newtonsoft.Json.JsonReader::ReadBooleanString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 JsonReader_ReadBooleanString_mFFA51C5DFAFDEC91AADCCB70F0EA03BA7A3C81B2 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, String_t* ___s0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 V_1;
memset((&V_1), 0, sizeof(V_1));
{
String_t* L_0 = ___s0;
bool L_1;
L_1 = StringUtils_IsNullOrEmpty_m7BEB87E7D51C30DF1FE699A9FF85F2194006EA8B(L_0, NULL);
if (!L_1)
{
goto IL_001c;
}
}
{
JsonReader_SetToken_m53C7B4EA9EC9F6D97E7CAC00F96DE6393EFEADEC(__this, ((int32_t)11), NULL, (bool)0, NULL);
il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01));
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_2 = V_1;
return L_2;
}
IL_001c:
{
String_t* L_3 = ___s0;
il2cpp_codegen_runtime_class_init_inline(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
bool L_4;
L_4 = Boolean_TryParse_mACDFEB12D4D8B25F9AAA56678FEFC0724D49776F(L_3, (&V_0), NULL);
if (!L_4)
{
goto IL_003c;
}
}
{
bool L_5 = V_0;
bool L_6 = L_5;
RuntimeObject* L_7 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_6);
JsonReader_SetToken_m53C7B4EA9EC9F6D97E7CAC00F96DE6393EFEADEC(__this, ((int32_t)10), L_7, (bool)0, NULL);
bool L_8 = V_0;
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_9;
memset((&L_9), 0, sizeof(L_9));
Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5((&L_9), L_8, /*hidden argument*/Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var);
return L_9;
}
IL_003c:
{
String_t* L_10 = ___s0;
JsonReader_SetToken_m53C7B4EA9EC9F6D97E7CAC00F96DE6393EFEADEC(__this, ((int32_t)9), L_10, (bool)0, NULL);
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_11;
L_11 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
String_t* L_12 = ___s0;
String_t* L_13;
L_13 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral32EABB14738F60B1C336D90AE9D93CE15F48116D)), L_11, L_12, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_14;
L_14 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, L_13, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_ReadBooleanString_mFFA51C5DFAFDEC91AADCCB70F0EA03BA7A3C81B2_RuntimeMethod_var)));
}
}
// System.Nullable`1<System.Decimal> Newtonsoft.Json.JsonReader::ReadAsDecimal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB JsonReader_ReadAsDecimal_mF2351F836B051FC679349DFD2C5423541FBB8146 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mBA16BFEE85735510F7F78085FFF37FEBEB6A2AC7_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
RuntimeObject* V_1 = NULL;
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F V_2;
memset((&V_2), 0, sizeof(V_2));
BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F V_3;
memset((&V_3), 0, sizeof(V_3));
Nullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB V_4;
memset((&V_4), 0, sizeof(V_4));
Exception_t* V_5 = NULL;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
{
int32_t L_0;
L_0 = JsonReader_GetContentToken_m026EA65DC32E069C193963D9A2DB3829F533CEEA(__this, NULL);
V_0 = L_0;
int32_t L_1 = V_0;
if (!L_1)
{
goto IL_0037;
}
}
{
int32_t L_2 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, 7)))
{
case 0:
{
goto IL_0042;
}
case 1:
{
goto IL_0042;
}
case 2:
{
goto IL_00b6;
}
case 3:
{
goto IL_00c8;
}
case 4:
{
goto IL_0037;
}
case 5:
{
goto IL_00c8;
}
case 6:
{
goto IL_00c8;
}
case 7:
{
goto IL_0037;
}
}
}
{
goto IL_00c8;
}
IL_0037:
{
il2cpp_codegen_initobj((&V_4), sizeof(Nullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB));
Nullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB L_3 = V_4;
return L_3;
}
IL_0042:
{
RuntimeObject* L_4;
L_4 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(17 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this);
V_1 = L_4;
RuntimeObject* L_5 = V_1;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_5, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var)))
{
goto IL_005f;
}
}
{
RuntimeObject* L_6 = V_1;
V_2 = ((*(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)UnBox(L_6, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))));
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_7 = V_2;
Nullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB L_8;
memset((&L_8), 0, sizeof(L_8));
Nullable_1__ctor_mBA16BFEE85735510F7F78085FFF37FEBEB6A2AC7((&L_8), L_7, /*hidden argument*/Nullable_1__ctor_mBA16BFEE85735510F7F78085FFF37FEBEB6A2AC7_RuntimeMethod_var);
return L_8;
}
IL_005f:
{
RuntimeObject* L_9 = V_1;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_9, BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var)))
{
goto IL_0077;
}
}
{
RuntimeObject* L_10 = V_1;
V_3 = ((*(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)UnBox(L_10, BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var))));
BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_11 = V_3;
il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_12;
L_12 = BigInteger_op_Explicit_m7BBDC9C9467637F386A05AE96B834877ECC4ED02(L_11, NULL);
V_2 = L_12;
goto IL_00a1;
}
IL_0077:
{
}
try
{// begin try (depth: 1)
RuntimeObject* L_13 = V_1;
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_14;
L_14 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_15;
L_15 = Convert_ToDecimal_m1CAD30F8AE6C0BE6D4A74023962A6536AA764ADA(L_13, L_14, NULL);
V_2 = L_15;
goto IL_00a1;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_0086;
}
throw e;
}
CATCH_0086:
{// begin catch(System.Exception)
V_5 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_16;
L_16 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
RuntimeObject* L_17 = V_1;
String_t* L_18;
L_18 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4A1B02691D5F67CCB02E25545FC0BC709056EA08)), L_16, L_17, NULL);
Exception_t* L_19 = V_5;
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_20;
L_20 = JsonReaderException_Create_m169AE3AA060086A91BD4C54D1A2A381B410FC855(__this, L_18, L_19, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_ReadAsDecimal_mF2351F836B051FC679349DFD2C5423541FBB8146_RuntimeMethod_var)));
}// end catch (depth: 1)
IL_00a1:
{
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_21 = V_2;
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_22 = L_21;
RuntimeObject* L_23 = Box(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var, &L_22);
JsonReader_SetToken_m53C7B4EA9EC9F6D97E7CAC00F96DE6393EFEADEC(__this, 8, L_23, (bool)0, NULL);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_24 = V_2;
Nullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB L_25;
memset((&L_25), 0, sizeof(L_25));
Nullable_1__ctor_mBA16BFEE85735510F7F78085FFF37FEBEB6A2AC7((&L_25), L_24, /*hidden argument*/Nullable_1__ctor_mBA16BFEE85735510F7F78085FFF37FEBEB6A2AC7_RuntimeMethod_var);
return L_25;
}
IL_00b6:
{
RuntimeObject* L_26;
L_26 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(17 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this);
Nullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB L_27;
L_27 = JsonReader_ReadDecimalString_mF85AE314BF27C69E910E0BF7BE2BDA25FCEEF686(__this, ((String_t*)CastclassSealed((RuntimeObject*)L_26, String_t_il2cpp_TypeInfo_var)), NULL);
return L_27;
}
IL_00c8:
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_28;
L_28 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
int32_t L_29 = V_0;
int32_t L_30 = L_29;
RuntimeObject* L_31 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonToken_t00B2B3F98FB3E9A8DE72409901BED1C7F1670BD5_il2cpp_TypeInfo_var)), &L_30);
String_t* L_32;
L_32 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5E079D9BD60D20B2D539239450C2A3B2D10F6C56)), L_28, L_31, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_33;
L_33 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, L_32, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_33, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_ReadAsDecimal_mF2351F836B051FC679349DFD2C5423541FBB8146_RuntimeMethod_var)));
}
}
// System.Nullable`1<System.Decimal> Newtonsoft.Json.JsonReader::ReadDecimalString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB JsonReader_ReadDecimalString_mF85AE314BF27C69E910E0BF7BE2BDA25FCEEF686 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, String_t* ___s0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mBA16BFEE85735510F7F78085FFF37FEBEB6A2AC7_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F V_0;
memset((&V_0), 0, sizeof(V_0));
Nullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB V_1;
memset((&V_1), 0, sizeof(V_1));
{
String_t* L_0 = ___s0;
bool L_1;
L_1 = StringUtils_IsNullOrEmpty_m7BEB87E7D51C30DF1FE699A9FF85F2194006EA8B(L_0, NULL);
if (!L_1)
{
goto IL_001c;
}
}
{
JsonReader_SetToken_m53C7B4EA9EC9F6D97E7CAC00F96DE6393EFEADEC(__this, ((int32_t)11), NULL, (bool)0, NULL);
il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB));
Nullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB L_2 = V_1;
return L_2;
}
IL_001c:
{
String_t* L_3 = ___s0;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_4;
L_4 = JsonReader_get_Culture_m99A1BB0CC4F4F6E13A243DBF53132881DE58F7E2(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
bool L_5;
L_5 = Decimal_TryParse_m677E01C2DD4D001D8C73270EE906646DB7615A4B(L_3, ((int32_t)111), L_4, (&V_0), NULL);
if (!L_5)
{
goto IL_0043;
}
}
{
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_6 = V_0;
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_7 = L_6;
RuntimeObject* L_8 = Box(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var, &L_7);
JsonReader_SetToken_m53C7B4EA9EC9F6D97E7CAC00F96DE6393EFEADEC(__this, 8, L_8, (bool)0, NULL);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_9 = V_0;
Nullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB L_10;
memset((&L_10), 0, sizeof(L_10));
Nullable_1__ctor_mBA16BFEE85735510F7F78085FFF37FEBEB6A2AC7((&L_10), L_9, /*hidden argument*/Nullable_1__ctor_mBA16BFEE85735510F7F78085FFF37FEBEB6A2AC7_RuntimeMethod_var);
return L_10;
}
IL_0043:
{
String_t* L_11 = ___s0;
NullCheck(L_11);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_12;
L_12 = String_ToCharArray_m0699A92AA3E744229EF29CB9D943C47DF4FE5B46(L_11, NULL);
String_t* L_13 = ___s0;
NullCheck(L_13);
int32_t L_14;
L_14 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_13, NULL);
il2cpp_codegen_runtime_class_init_inline(ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
int32_t L_15;
L_15 = ConvertUtils_DecimalTryParse_m5396CD42EBA1E91CD34E86C863794F81C674077F(L_12, 0, L_14, (&V_0), NULL);
if ((!(((uint32_t)L_15) == ((uint32_t)1))))
{
goto IL_006f;
}
}
{
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_16 = V_0;
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_17 = L_16;
RuntimeObject* L_18 = Box(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var, &L_17);
JsonReader_SetToken_m53C7B4EA9EC9F6D97E7CAC00F96DE6393EFEADEC(__this, 8, L_18, (bool)0, NULL);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_19 = V_0;
Nullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB L_20;
memset((&L_20), 0, sizeof(L_20));
Nullable_1__ctor_mBA16BFEE85735510F7F78085FFF37FEBEB6A2AC7((&L_20), L_19, /*hidden argument*/Nullable_1__ctor_mBA16BFEE85735510F7F78085FFF37FEBEB6A2AC7_RuntimeMethod_var);
return L_20;
}
IL_006f:
{
String_t* L_21 = ___s0;
JsonReader_SetToken_m53C7B4EA9EC9F6D97E7CAC00F96DE6393EFEADEC(__this, ((int32_t)9), L_21, (bool)0, NULL);
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_22;
L_22 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
String_t* L_23 = ___s0;
String_t* L_24;
L_24 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral33FD405D3BA3127C8C4DE356A7330442BF516F7E)), L_22, L_23, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_25;
L_25 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, L_24, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_ReadDecimalString_mF85AE314BF27C69E910E0BF7BE2BDA25FCEEF686_RuntimeMethod_var)));
}
}
// System.Nullable`1<System.DateTime> Newtonsoft.Json.JsonReader::ReadAsDateTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC JsonReader_ReadAsDateTime_m00C1F7D83FFB7708D511A1767282C64460AD7D6D (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mB17304720EA19F5469A4883827F53A75FEB492CF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t V_1 = 0;
Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC V_2;
memset((&V_2), 0, sizeof(V_2));
RuntimeObject* V_3 = NULL;
{
int32_t L_0;
L_0 = JsonReader_GetContentToken_m026EA65DC32E069C193963D9A2DB3829F533CEEA(__this, NULL);
V_1 = L_0;
int32_t L_1 = V_1;
if ((((int32_t)L_1) > ((int32_t)((int32_t)9))))
{
goto IL_0016;
}
}
{
int32_t L_2 = V_1;
if (!L_2)
{
goto IL_0027;
}
}
{
int32_t L_3 = V_1;
if ((((int32_t)L_3) == ((int32_t)((int32_t)9))))
{
goto IL_006d;
}
}
{
goto IL_007f;
}
IL_0016:
{
int32_t L_4 = V_1;
if ((((int32_t)L_4) == ((int32_t)((int32_t)11))))
{
goto IL_0027;
}
}
{
int32_t L_5 = V_1;
if ((((int32_t)L_5) == ((int32_t)((int32_t)14))))
{
goto IL_0027;
}
}
{
int32_t L_6 = V_1;
if ((((int32_t)L_6) == ((int32_t)((int32_t)16))))
{
goto IL_0031;
}
}
{
goto IL_007f;
}
IL_0027:
{
il2cpp_codegen_initobj((&V_2), sizeof(Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC));
Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC L_7 = V_2;
return L_7;
}
IL_0031:
{
RuntimeObject* L_8;
L_8 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(17 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this);
V_3 = L_8;
RuntimeObject* L_9 = V_3;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_9, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var)))
{
goto IL_005c;
}
}
{
RuntimeObject* L_10 = V_3;
V_0 = ((*(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)((DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)UnBox(L_10, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var))));
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_11;
L_11 = DateTimeOffset_get_DateTime_mDF6DC57E7A5647D8B964D3FD5B6855E7D66EF324((&V_0), NULL);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_12 = L_11;
RuntimeObject* L_13 = Box(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var, &L_12);
JsonReader_SetToken_m53C7B4EA9EC9F6D97E7CAC00F96DE6393EFEADEC(__this, ((int32_t)16), L_13, (bool)0, NULL);
}
IL_005c:
{
RuntimeObject* L_14;
L_14 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(17 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this);
Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC L_15;
memset((&L_15), 0, sizeof(L_15));
Nullable_1__ctor_mB17304720EA19F5469A4883827F53A75FEB492CF((&L_15), ((*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)UnBox(L_14, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var)))), /*hidden argument*/Nullable_1__ctor_mB17304720EA19F5469A4883827F53A75FEB492CF_RuntimeMethod_var);
return L_15;
}
IL_006d:
{
RuntimeObject* L_16;
L_16 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(17 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this);
Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC L_17;
L_17 = JsonReader_ReadDateTimeString_m4FF3EBFF0F0493D881BACF474BB4E23B8EAF39C4(__this, ((String_t*)CastclassSealed((RuntimeObject*)L_16, String_t_il2cpp_TypeInfo_var)), NULL);
return L_17;
}
IL_007f:
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_18;
L_18 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
int32_t L_19;
L_19 = VirtualFuncInvoker0< int32_t >::Invoke(16 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, __this);
int32_t L_20 = L_19;
RuntimeObject* L_21 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonToken_t00B2B3F98FB3E9A8DE72409901BED1C7F1670BD5_il2cpp_TypeInfo_var)), &L_20);
String_t* L_22;
L_22 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEAB6322D18614AF353D31A2FCF18E0D692F3E72D)), L_18, L_21, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_23;
L_23 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, L_22, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_ReadAsDateTime_m00C1F7D83FFB7708D511A1767282C64460AD7D6D_RuntimeMethod_var)));
}
}
// System.Nullable`1<System.DateTime> Newtonsoft.Json.JsonReader::ReadDateTimeString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC JsonReader_ReadDateTimeString_m4FF3EBFF0F0493D881BACF474BB4E23B8EAF39C4 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, String_t* ___s0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mB17304720EA19F5469A4883827F53A75FEB492CF_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_0;
memset((&V_0), 0, sizeof(V_0));
Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC V_1;
memset((&V_1), 0, sizeof(V_1));
{
String_t* L_0 = ___s0;
bool L_1;
L_1 = StringUtils_IsNullOrEmpty_m7BEB87E7D51C30DF1FE699A9FF85F2194006EA8B(L_0, NULL);
if (!L_1)
{
goto IL_001c;
}
}
{
JsonReader_SetToken_m53C7B4EA9EC9F6D97E7CAC00F96DE6393EFEADEC(__this, ((int32_t)11), NULL, (bool)0, NULL);
il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC));
Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC L_2 = V_1;
return L_2;
}
IL_001c:
{
String_t* L_3 = ___s0;
int32_t L_4;
L_4 = JsonReader_get_DateTimeZoneHandling_m54980577E0FAC72C255619A8971816C4DE07AAA4_inline(__this, NULL);
String_t* L_5 = __this->____dateFormatString_11;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_6;
L_6 = JsonReader_get_Culture_m99A1BB0CC4F4F6E13A243DBF53132881DE58F7E2(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
bool L_7;
L_7 = DateTimeUtils_TryParseDateTime_m191055AD2AD3975DE504533AF6F0F07486594F53(L_3, L_4, L_5, L_6, (&V_0), NULL);
if (!L_7)
{
goto IL_005b;
}
}
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_8 = V_0;
int32_t L_9;
L_9 = JsonReader_get_DateTimeZoneHandling_m54980577E0FAC72C255619A8971816C4DE07AAA4_inline(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_10;
L_10 = DateTimeUtils_EnsureDateTime_m5E553913ADE441BBA1B99CE6B1F4918111909837(L_8, L_9, NULL);
V_0 = L_10;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_11 = V_0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_12 = L_11;
RuntimeObject* L_13 = Box(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var, &L_12);
JsonReader_SetToken_m53C7B4EA9EC9F6D97E7CAC00F96DE6393EFEADEC(__this, ((int32_t)16), L_13, (bool)0, NULL);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_14 = V_0;
Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC L_15;
memset((&L_15), 0, sizeof(L_15));
Nullable_1__ctor_mB17304720EA19F5469A4883827F53A75FEB492CF((&L_15), L_14, /*hidden argument*/Nullable_1__ctor_mB17304720EA19F5469A4883827F53A75FEB492CF_RuntimeMethod_var);
return L_15;
}
IL_005b:
{
String_t* L_16 = ___s0;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_17;
L_17 = JsonReader_get_Culture_m99A1BB0CC4F4F6E13A243DBF53132881DE58F7E2(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
bool L_18;
L_18 = DateTime_TryParse_mA1B340915FF0BFBFA9BE0D7DBA6B4780B6C9CC8B(L_16, L_17, ((int32_t)128), (&V_0), NULL);
if (!L_18)
{
goto IL_0093;
}
}
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_19 = V_0;
int32_t L_20;
L_20 = JsonReader_get_DateTimeZoneHandling_m54980577E0FAC72C255619A8971816C4DE07AAA4_inline(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_21;
L_21 = DateTimeUtils_EnsureDateTime_m5E553913ADE441BBA1B99CE6B1F4918111909837(L_19, L_20, NULL);
V_0 = L_21;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_22 = V_0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_23 = L_22;
RuntimeObject* L_24 = Box(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var, &L_23);
JsonReader_SetToken_m53C7B4EA9EC9F6D97E7CAC00F96DE6393EFEADEC(__this, ((int32_t)16), L_24, (bool)0, NULL);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_25 = V_0;
Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC L_26;
memset((&L_26), 0, sizeof(L_26));
Nullable_1__ctor_mB17304720EA19F5469A4883827F53A75FEB492CF((&L_26), L_25, /*hidden argument*/Nullable_1__ctor_mB17304720EA19F5469A4883827F53A75FEB492CF_RuntimeMethod_var);
return L_26;
}
IL_0093:
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_27;
L_27 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
String_t* L_28 = ___s0;
String_t* L_29;
L_29 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAF8C78D3ABD8A135F42C84881BFEFF370220ABAB)), L_27, L_28, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_30;
L_30 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, L_29, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_ReadDateTimeString_m4FF3EBFF0F0493D881BACF474BB4E23B8EAF39C4_RuntimeMethod_var)));
}
}
// System.Nullable`1<System.DateTimeOffset> Newtonsoft.Json.JsonReader::ReadAsDateTimeOffset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B JsonReader_ReadAsDateTimeOffset_m4EACD91C4FC30B376CC88A87DC808766D4B5E398 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mDA82F73205B49CB1E147CB683AA4A7F401AC35AF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_1;
memset((&V_1), 0, sizeof(V_1));
String_t* V_2 = NULL;
Nullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B V_3;
memset((&V_3), 0, sizeof(V_3));
RuntimeObject* V_4 = NULL;
{
int32_t L_0;
L_0 = JsonReader_GetContentToken_m026EA65DC32E069C193963D9A2DB3829F533CEEA(__this, 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_006f;
}
}
{
goto IL_0083;
}
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_0083;
}
IL_0027:
{
il2cpp_codegen_initobj((&V_3), sizeof(Nullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B));
Nullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B L_7 = V_3;
return L_7;
}
IL_0031:
{
RuntimeObject* L_8;
L_8 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(17 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this);
V_4 = L_8;
RuntimeObject* L_9 = V_4;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_9, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var)))
{
goto IL_005e;
}
}
{
RuntimeObject* L_10 = V_4;
V_1 = ((*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)UnBox(L_10, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))));
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_11 = V_1;
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_12;
memset((&L_12), 0, sizeof(L_12));
DateTimeOffset__ctor_mB1671EA00463E92811C8DEA80797DC89B2FFCA62((&L_12), L_11, /*hidden argument*/NULL);
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_13 = L_12;
RuntimeObject* L_14 = Box(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var, &L_13);
JsonReader_SetToken_m53C7B4EA9EC9F6D97E7CAC00F96DE6393EFEADEC(__this, ((int32_t)16), L_14, (bool)0, NULL);
}
IL_005e:
{
RuntimeObject* L_15;
L_15 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(17 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this);
Nullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B L_16;
memset((&L_16), 0, sizeof(L_16));
Nullable_1__ctor_mDA82F73205B49CB1E147CB683AA4A7F401AC35AF((&L_16), ((*(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)((DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)UnBox(L_15, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var)))), /*hidden argument*/Nullable_1__ctor_mDA82F73205B49CB1E147CB683AA4A7F401AC35AF_RuntimeMethod_var);
return L_16;
}
IL_006f:
{
RuntimeObject* L_17;
L_17 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(17 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this);
V_2 = ((String_t*)CastclassSealed((RuntimeObject*)L_17, String_t_il2cpp_TypeInfo_var));
String_t* L_18 = V_2;
Nullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B L_19;
L_19 = JsonReader_ReadDateTimeOffsetString_mA98E55BB14501C2528F2170F8FE5F3007B0EE9B3(__this, L_18, NULL);
return L_19;
}
IL_0083:
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_20;
L_20 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
int32_t L_21 = V_0;
int32_t L_22 = L_21;
RuntimeObject* L_23 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonToken_t00B2B3F98FB3E9A8DE72409901BED1C7F1670BD5_il2cpp_TypeInfo_var)), &L_22);
String_t* L_24;
L_24 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEAB6322D18614AF353D31A2FCF18E0D692F3E72D)), L_20, L_23, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_25;
L_25 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, L_24, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_ReadAsDateTimeOffset_m4EACD91C4FC30B376CC88A87DC808766D4B5E398_RuntimeMethod_var)));
}
}
// System.Nullable`1<System.DateTimeOffset> Newtonsoft.Json.JsonReader::ReadDateTimeOffsetString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B JsonReader_ReadDateTimeOffsetString_mA98E55BB14501C2528F2170F8FE5F3007B0EE9B3 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, String_t* ___s0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mDA82F73205B49CB1E147CB683AA4A7F401AC35AF_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 V_0;
memset((&V_0), 0, sizeof(V_0));
Nullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B V_1;
memset((&V_1), 0, sizeof(V_1));
{
String_t* L_0 = ___s0;
bool L_1;
L_1 = StringUtils_IsNullOrEmpty_m7BEB87E7D51C30DF1FE699A9FF85F2194006EA8B(L_0, NULL);
if (!L_1)
{
goto IL_001c;
}
}
{
JsonReader_SetToken_m53C7B4EA9EC9F6D97E7CAC00F96DE6393EFEADEC(__this, ((int32_t)11), NULL, (bool)0, NULL);
il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B));
Nullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B L_2 = V_1;
return L_2;
}
IL_001c:
{
String_t* L_3 = ___s0;
String_t* L_4 = __this->____dateFormatString_11;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_5;
L_5 = JsonReader_get_Culture_m99A1BB0CC4F4F6E13A243DBF53132881DE58F7E2(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
bool L_6;
L_6 = DateTimeUtils_TryParseDateTimeOffset_mEDD80F223DF51052E84B616DC6A922FAC3E9AF8E(L_3, L_4, L_5, (&V_0), NULL);
if (!L_6)
{
goto IL_0048;
}
}
{
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_7 = V_0;
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_8 = L_7;
RuntimeObject* L_9 = Box(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var, &L_8);
JsonReader_SetToken_m53C7B4EA9EC9F6D97E7CAC00F96DE6393EFEADEC(__this, ((int32_t)16), L_9, (bool)0, NULL);
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_10 = V_0;
Nullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B L_11;
memset((&L_11), 0, sizeof(L_11));
Nullable_1__ctor_mDA82F73205B49CB1E147CB683AA4A7F401AC35AF((&L_11), L_10, /*hidden argument*/Nullable_1__ctor_mDA82F73205B49CB1E147CB683AA4A7F401AC35AF_RuntimeMethod_var);
return L_11;
}
IL_0048:
{
String_t* L_12 = ___s0;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_13;
L_13 = JsonReader_get_Culture_m99A1BB0CC4F4F6E13A243DBF53132881DE58F7E2(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
bool L_14;
L_14 = DateTimeOffset_TryParse_m81879D41FDD9FE0BB4CF9529290560ECB5AFA0AB(L_12, L_13, ((int32_t)128), (&V_0), NULL);
if (!L_14)
{
goto IL_0073;
}
}
{
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_15 = V_0;
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_16 = L_15;
RuntimeObject* L_17 = Box(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var, &L_16);
JsonReader_SetToken_m53C7B4EA9EC9F6D97E7CAC00F96DE6393EFEADEC(__this, ((int32_t)16), L_17, (bool)0, NULL);
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_18 = V_0;
Nullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B L_19;
memset((&L_19), 0, sizeof(L_19));
Nullable_1__ctor_mDA82F73205B49CB1E147CB683AA4A7F401AC35AF((&L_19), L_18, /*hidden argument*/Nullable_1__ctor_mDA82F73205B49CB1E147CB683AA4A7F401AC35AF_RuntimeMethod_var);
return L_19;
}
IL_0073:
{
String_t* L_20 = ___s0;
JsonReader_SetToken_m53C7B4EA9EC9F6D97E7CAC00F96DE6393EFEADEC(__this, ((int32_t)9), L_20, (bool)0, NULL);
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_21;
L_21 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
String_t* L_22 = ___s0;
String_t* L_23;
L_23 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA51B14EEE37AF979D300EFF9CB43B1B78626C857)), L_21, L_22, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_24;
L_24 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, L_23, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_ReadDateTimeOffsetString_mA98E55BB14501C2528F2170F8FE5F3007B0EE9B3_RuntimeMethod_var)));
}
}
// System.Void Newtonsoft.Json.JsonReader::ReaderReadAndAssert()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_ReaderReadAndAssert_m8656D7D7DCB4B6C7CC0FA48CFD1DEC0DB38B9C4A (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method)
{
{
bool L_0;
L_0 = VirtualFuncInvoker0< bool >::Invoke(21 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, __this);
if (L_0)
{
goto IL_000f;
}
}
{
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_1;
L_1 = JsonReader_CreateUnexpectedEndException_m990A0BF68A99C9BEF63C7B79654C12699612790A(__this, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_ReaderReadAndAssert_m8656D7D7DCB4B6C7CC0FA48CFD1DEC0DB38B9C4A_RuntimeMethod_var)));
}
IL_000f:
{
return;
}
}
// Newtonsoft.Json.JsonReaderException Newtonsoft.Json.JsonReader::CreateUnexpectedEndException()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* JsonReader_CreateUnexpectedEndException_m990A0BF68A99C9BEF63C7B79654C12699612790A (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBCF1D25B05860FF3AADE7EC54A45D791634970B6);
s_Il2CppMethodInitialized = true;
}
{
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_0;
L_0 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, _stringLiteralBCF1D25B05860FF3AADE7EC54A45D791634970B6, NULL);
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonReader::ReadIntoWrappedTypeObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_ReadIntoWrappedTypeObject_mAF0B8C23E64E3D2F2DC68A6D99979234CFBDB121 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral042D5257625C9358C840FA1BA4A978DC0470104F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral08440D5D4C6716EB5A69FB4349AD1731E41170F7);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral11F941DFBA062769D6F047F85D846335446DFB0E);
s_Il2CppMethodInitialized = true;
}
{
JsonReader_ReaderReadAndAssert_m8656D7D7DCB4B6C7CC0FA48CFD1DEC0DB38B9C4A(__this, NULL);
RuntimeObject* L_0;
L_0 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(17 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this);
if (!L_0)
{
goto IL_0069;
}
}
{
RuntimeObject* L_1;
L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(17 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this);
NullCheck(L_1);
String_t* L_2;
L_2 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1);
bool L_3;
L_3 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_2, _stringLiteral11F941DFBA062769D6F047F85D846335446DFB0E, NULL);
if (!L_3)
{
goto IL_0069;
}
}
{
JsonReader_ReaderReadAndAssert_m8656D7D7DCB4B6C7CC0FA48CFD1DEC0DB38B9C4A(__this, NULL);
RuntimeObject* L_4;
L_4 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(17 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this);
if (!L_4)
{
goto IL_0069;
}
}
{
RuntimeObject* L_5;
L_5 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(17 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this);
NullCheck(L_5);
String_t* L_6;
L_6 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_5);
NullCheck(L_6);
bool L_7;
L_7 = String_StartsWith_mA2A4405B1B9F3653A6A9AA7F223F68D86A0C6264(L_6, _stringLiteral08440D5D4C6716EB5A69FB4349AD1731E41170F7, 4, NULL);
if (!L_7)
{
goto IL_0069;
}
}
{
JsonReader_ReaderReadAndAssert_m8656D7D7DCB4B6C7CC0FA48CFD1DEC0DB38B9C4A(__this, NULL);
RuntimeObject* L_8;
L_8 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(17 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this);
NullCheck(L_8);
String_t* L_9;
L_9 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_8);
bool L_10;
L_10 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_9, _stringLiteral042D5257625C9358C840FA1BA4A978DC0470104F, NULL);
if (!L_10)
{
goto IL_0069;
}
}
{
return;
}
IL_0069:
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_11;
L_11 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
int32_t L_12 = 1;
RuntimeObject* L_13 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonToken_t00B2B3F98FB3E9A8DE72409901BED1C7F1670BD5_il2cpp_TypeInfo_var)), &L_12);
String_t* L_14;
L_14 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2E960D5150CB102FE0FD08E925071DFDF8D3364C)), L_11, L_13, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_15;
L_15 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, L_14, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_ReadIntoWrappedTypeObject_mAF0B8C23E64E3D2F2DC68A6D99979234CFBDB121_RuntimeMethod_var)));
}
}
// System.Void Newtonsoft.Json.JsonReader::Skip()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_Skip_m4D39178134B44B889EFE1C5D2181BB69CD0A4134 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0;
L_0 = VirtualFuncInvoker0< int32_t >::Invoke(16 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, __this);
if ((!(((uint32_t)L_0) == ((uint32_t)4))))
{
goto IL_0010;
}
}
{
bool L_1;
L_1 = VirtualFuncInvoker0< bool >::Invoke(21 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, __this);
}
IL_0010:
{
int32_t L_2;
L_2 = VirtualFuncInvoker0< int32_t >::Invoke(16 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, __this);
bool L_3;
L_3 = JsonTokenUtils_IsStartToken_m758236BBCA0E9391401D583F690F90CA3FD62D86(L_2, NULL);
if (!L_3)
{
goto IL_0035;
}
}
{
int32_t L_4;
L_4 = VirtualFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 Newtonsoft.Json.JsonReader::get_Depth() */, __this);
V_0 = L_4;
}
IL_0024:
{
bool L_5;
L_5 = VirtualFuncInvoker0< bool >::Invoke(21 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, __this);
if (!L_5)
{
goto IL_0035;
}
}
{
int32_t L_6 = V_0;
int32_t L_7;
L_7 = VirtualFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 Newtonsoft.Json.JsonReader::get_Depth() */, __this);
if ((((int32_t)L_6) < ((int32_t)L_7)))
{
goto IL_0024;
}
}
IL_0035:
{
return;
}
}
// System.Void Newtonsoft.Json.JsonReader::SetToken(Newtonsoft.Json.JsonToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_SetToken_m9CB3201AB80BD12AF5490EE38B0AB1E667D5757B (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, int32_t ___newToken0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___newToken0;
JsonReader_SetToken_m53C7B4EA9EC9F6D97E7CAC00F96DE6393EFEADEC(__this, L_0, NULL, (bool)1, NULL);
return;
}
}
// System.Void Newtonsoft.Json.JsonReader::SetToken(Newtonsoft.Json.JsonToken,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_SetToken_m57B521A8D559EBEC2CF1FED3001068F4F897FEFF (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, int32_t ___newToken0, RuntimeObject* ___value1, const RuntimeMethod* method)
{
{
int32_t L_0 = ___newToken0;
RuntimeObject* L_1 = ___value1;
JsonReader_SetToken_m53C7B4EA9EC9F6D97E7CAC00F96DE6393EFEADEC(__this, L_0, L_1, (bool)1, NULL);
return;
}
}
// System.Void Newtonsoft.Json.JsonReader::SetToken(Newtonsoft.Json.JsonToken,System.Object,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_SetToken_m53C7B4EA9EC9F6D97E7CAC00F96DE6393EFEADEC (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, int32_t ___newToken0, RuntimeObject* ___value1, bool ___updateIndex2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___newToken0;
__this->____tokenType_0 = L_0;
RuntimeObject* L_1 = ___value1;
__this->____value_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____value_1), (void*)L_1);
int32_t L_2 = ___newToken0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, 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->____currentState_3 = 3;
JsonReader_Push_mF0F4F11224139B36E63CF369F8D0043C5FEC7759(__this, 1, NULL);
return;
}
IL_006a:
{
__this->____currentState_3 = 5;
JsonReader_Push_mF0F4F11224139B36E63CF369F8D0043C5FEC7759(__this, 2, NULL);
return;
}
IL_0079:
{
__this->____currentState_3 = ((int32_t)9);
JsonReader_Push_mF0F4F11224139B36E63CF369F8D0043C5FEC7759(__this, 3, NULL);
return;
}
IL_0089:
{
JsonReader_ValidateEnd_mE6C8BAFA18ACFD014745A9CB8B294E07A3F2504E(__this, ((int32_t)13), NULL);
return;
}
IL_0092:
{
JsonReader_ValidateEnd_mE6C8BAFA18ACFD014745A9CB8B294E07A3F2504E(__this, ((int32_t)14), NULL);
return;
}
IL_009b:
{
JsonReader_ValidateEnd_mE6C8BAFA18ACFD014745A9CB8B294E07A3F2504E(__this, ((int32_t)15), NULL);
return;
}
IL_00a4:
{
__this->____currentState_3 = 2;
JsonPosition_t7788656A280615072710710E8C15D23285850E8E* L_3 = (&__this->____currentPosition_4);
RuntimeObject* L_4 = ___value1;
L_3->___PropertyName_3 = ((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var));
Il2CppCodeGenWriteBarrier((void**)(&L_3->___PropertyName_3), (void*)((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var)));
return;
}
IL_00bd:
{
bool L_5 = ___updateIndex2;
JsonReader_SetPostValueState_m72D637D843644ACBDF948EC84FCB77510B7D87DB(__this, L_5, NULL);
}
IL_00c4:
{
return;
}
}
// System.Void Newtonsoft.Json.JsonReader::SetPostValueState(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_SetPostValueState_m72D637D843644ACBDF948EC84FCB77510B7D87DB (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, bool ___updateIndex0, const RuntimeMethod* method)
{
{
int32_t L_0;
L_0 = JsonReader_Peek_m55B105CCB8DCA5378EA492FF96BC3ED4F4AFD5F3(__this, NULL);
if (L_0)
{
goto IL_0010;
}
}
{
bool L_1;
L_1 = JsonReader_get_SupportMultipleContent_m28769E9E99495F868A23A8F6BDF5CB90D9B792B6_inline(__this, NULL);
if (!L_1)
{
goto IL_0019;
}
}
IL_0010:
{
__this->____currentState_3 = 8;
goto IL_001f;
}
IL_0019:
{
JsonReader_SetFinished_mAE30671BDCD13311CB2C99684735E435A57F288E(__this, NULL);
}
IL_001f:
{
bool L_2 = ___updateIndex0;
if (!L_2)
{
goto IL_0028;
}
}
{
JsonReader_UpdateScopeWithFinishedValue_m47A4AC48B061E266CEC273759B2551CEF0718498(__this, NULL);
}
IL_0028:
{
return;
}
}
// System.Void Newtonsoft.Json.JsonReader::UpdateScopeWithFinishedValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_UpdateScopeWithFinishedValue_m47A4AC48B061E266CEC273759B2551CEF0718498 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method)
{
{
JsonPosition_t7788656A280615072710710E8C15D23285850E8E* L_0 = (&__this->____currentPosition_4);
bool L_1 = L_0->___HasIndex_4;
if (!L_1)
{
goto IL_001d;
}
}
{
JsonPosition_t7788656A280615072710710E8C15D23285850E8E* L_2 = (&__this->____currentPosition_4);
int32_t* L_3 = (&L_2->___Position_2);
int32_t* L_4 = L_3;
int32_t L_5 = *((int32_t*)L_4);
*((int32_t*)L_4) = (int32_t)((int32_t)il2cpp_codegen_add(L_5, 1));
}
IL_001d:
{
return;
}
}
// System.Void Newtonsoft.Json.JsonReader::ValidateEnd(Newtonsoft.Json.JsonToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_ValidateEnd_mE6C8BAFA18ACFD014745A9CB8B294E07A3F2504E (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, int32_t ___endToken0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0;
L_0 = JsonReader_Pop_m8FC04F9ED04088581ACC3BD9BF97595E9337608B(__this, NULL);
V_0 = L_0;
int32_t L_1 = ___endToken0;
int32_t L_2;
L_2 = JsonReader_GetTypeForCloseToken_m184FEDCE4797DB95600F26BAC386E11C5D977470(__this, L_1, NULL);
int32_t L_3 = V_0;
if ((((int32_t)L_2) == ((int32_t)L_3)))
{
goto IL_0033;
}
}
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_4;
L_4 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
int32_t L_5 = ___endToken0;
int32_t L_6 = L_5;
RuntimeObject* L_7 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonToken_t00B2B3F98FB3E9A8DE72409901BED1C7F1670BD5_il2cpp_TypeInfo_var)), &L_6);
int32_t L_8 = V_0;
int32_t L_9 = L_8;
RuntimeObject* L_10 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonContainerType_t4F8244AEE40CAB63CA2C1E281038F4E2B3E3887E_il2cpp_TypeInfo_var)), &L_9);
String_t* L_11;
L_11 = StringUtils_FormatWith_m95C836F93B24FE52E5E5B8AFD3B04822296BE501(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5C0CD24479F0451747CC0A2C7CDE95061553222E)), L_4, L_7, L_10, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_12;
L_12 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, L_11, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_ValidateEnd_mE6C8BAFA18ACFD014745A9CB8B294E07A3F2504E_RuntimeMethod_var)));
}
IL_0033:
{
int32_t L_13;
L_13 = JsonReader_Peek_m55B105CCB8DCA5378EA492FF96BC3ED4F4AFD5F3(__this, NULL);
if (L_13)
{
goto IL_0043;
}
}
{
bool L_14;
L_14 = JsonReader_get_SupportMultipleContent_m28769E9E99495F868A23A8F6BDF5CB90D9B792B6_inline(__this, NULL);
if (!L_14)
{
goto IL_004b;
}
}
IL_0043:
{
__this->____currentState_3 = 8;
return;
}
IL_004b:
{
JsonReader_SetFinished_mAE30671BDCD13311CB2C99684735E435A57F288E(__this, NULL);
return;
}
}
// System.Void Newtonsoft.Json.JsonReader::SetStateBasedOnCurrent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_SetStateBasedOnCurrent_m6D87B324B2C242175441D53056B94620AF006C70 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0;
L_0 = JsonReader_Peek_m55B105CCB8DCA5378EA492FF96BC3ED4F4AFD5F3(__this, 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->____currentState_3 = 4;
return;
}
IL_0027:
{
__this->____currentState_3 = 6;
return;
}
IL_002f:
{
__this->____currentState_3 = ((int32_t)10);
return;
}
IL_0038:
{
JsonReader_SetFinished_mAE30671BDCD13311CB2C99684735E435A57F288E(__this, NULL);
return;
}
IL_003f:
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_2;
L_2 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
int32_t L_3 = V_0;
int32_t L_4 = L_3;
RuntimeObject* L_5 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonContainerType_t4F8244AEE40CAB63CA2C1E281038F4E2B3E3887E_il2cpp_TypeInfo_var)), &L_4);
String_t* L_6;
L_6 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral13BD732681D88AB6355EB68BDDA7EBBCC1206658)), L_2, L_5, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_7;
L_7 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, L_6, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_SetStateBasedOnCurrent_m6D87B324B2C242175441D53056B94620AF006C70_RuntimeMethod_var)));
}
}
// System.Void Newtonsoft.Json.JsonReader::SetFinished()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_SetFinished_mAE30671BDCD13311CB2C99684735E435A57F288E (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method)
{
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* G_B2_0 = NULL;
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* G_B1_0 = NULL;
int32_t G_B3_0 = 0;
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* G_B3_1 = NULL;
{
bool L_0;
L_0 = JsonReader_get_SupportMultipleContent_m28769E9E99495F868A23A8F6BDF5CB90D9B792B6_inline(__this, NULL);
G_B1_0 = __this;
if (L_0)
{
G_B2_0 = __this;
goto IL_000d;
}
}
{
G_B3_0 = ((int32_t)12);
G_B3_1 = G_B1_0;
goto IL_000e;
}
IL_000d:
{
G_B3_0 = 0;
G_B3_1 = G_B2_0;
}
IL_000e:
{
NullCheck(G_B3_1);
G_B3_1->____currentState_3 = G_B3_0;
return;
}
}
// Newtonsoft.Json.JsonContainerType Newtonsoft.Json.JsonReader::GetTypeForCloseToken(Newtonsoft.Json.JsonToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonReader_GetTypeForCloseToken_m184FEDCE4797DB95600F26BAC386E11C5D977470 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, int32_t ___token0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___token0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, ((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_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1;
L_1 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
int32_t L_2 = ___token0;
int32_t L_3 = L_2;
RuntimeObject* L_4 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonToken_t00B2B3F98FB3E9A8DE72409901BED1C7F1670BD5_il2cpp_TypeInfo_var)), &L_3);
String_t* L_5;
L_5 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEF7BA52D332C76AD75DE632E0A04B7AFED29EECA)), L_1, L_4, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_6;
L_6 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, L_5, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_GetTypeForCloseToken_m184FEDCE4797DB95600F26BAC386E11C5D977470_RuntimeMethod_var)));
}
}
// System.Void Newtonsoft.Json.JsonReader::System.IDisposable.Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_System_IDisposable_Dispose_m9E1776C6BEFEB70EBBD9F05BA6729631C9B027EA (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
VirtualActionInvoker1< bool >::Invoke(30 /* System.Void Newtonsoft.Json.JsonReader::Dispose(System.Boolean) */, __this, (bool)1);
il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
GC_SuppressFinalize_m3352E2F2119EB46913B51B7AAE2F217C63C35F2A(__this, NULL);
return;
}
}
// System.Void Newtonsoft.Json.JsonReader::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_Dispose_mA14E3FF455B3E5FE5226C2950CCEB70800707140 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, bool ___disposing0, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____currentState_3;
bool L_1 = ___disposing0;
if (!((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;
}
}
{
VirtualActionInvoker0::Invoke(31 /* System.Void Newtonsoft.Json.JsonReader::Close() */, __this);
}
IL_0016:
{
return;
}
}
// System.Void Newtonsoft.Json.JsonReader::Close()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_Close_m68AD33DBE5DA0990DB82A21F3AB2D1F91AE49F84 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method)
{
{
__this->____currentState_3 = 7;
__this->____tokenType_0 = 0;
__this->____value_1 = NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->____value_1), (void*)NULL);
return;
}
}
// System.Void Newtonsoft.Json.JsonReader::ReadAndAssert()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_ReadAndAssert_m8E4307CFC38DA6E98E818C3058CCE2E385DC9EB7 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method)
{
{
bool L_0;
L_0 = VirtualFuncInvoker0< bool >::Invoke(21 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, __this);
if (L_0)
{
goto IL_0014;
}
}
{
JsonSerializationException_t00F36890DFAC04F2FDE779151340B9C5563612EC* L_1;
L_1 = JsonSerializationException_Create_m6C7554AD803E3362DCC52A8DB9DC068469CE1D84(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBCF1D25B05860FF3AADE7EC54A45D791634970B6)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_ReadAndAssert_m8E4307CFC38DA6E98E818C3058CCE2E385DC9EB7_RuntimeMethod_var)));
}
IL_0014:
{
return;
}
}
// System.Void Newtonsoft.Json.JsonReader::ReadForTypeAndAssert(Newtonsoft.Json.Serialization.JsonContract,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_ReadForTypeAndAssert_mD93C829D483E9E6D5DD528AB101C82D479A42D1C (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* ___contract0, bool ___hasConverter1, const RuntimeMethod* method)
{
{
JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* L_0 = ___contract0;
bool L_1 = ___hasConverter1;
bool L_2;
L_2 = JsonReader_ReadForType_m6F484EDB33D339FBCDC478E106012393E89958CE(__this, L_0, L_1, NULL);
if (L_2)
{
goto IL_0016;
}
}
{
JsonSerializationException_t00F36890DFAC04F2FDE779151340B9C5563612EC* L_3;
L_3 = JsonSerializationException_Create_m6C7554AD803E3362DCC52A8DB9DC068469CE1D84(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBCF1D25B05860FF3AADE7EC54A45D791634970B6)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_ReadForTypeAndAssert_mD93C829D483E9E6D5DD528AB101C82D479A42D1C_RuntimeMethod_var)));
}
IL_0016:
{
return;
}
}
// System.Boolean Newtonsoft.Json.JsonReader::ReadForType(Newtonsoft.Json.Serialization.JsonContract,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonReader_ReadForType_m6F484EDB33D339FBCDC478E106012393E89958CE (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* ___contract0, bool ___hasConverter1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t G_B5_0 = 0;
bool G_B16_0 = false;
bool G_B10_0 = false;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* G_B12_0 = NULL;
String_t* G_B12_1 = NULL;
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* G_B12_2 = NULL;
bool G_B12_3 = false;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* G_B11_0 = NULL;
String_t* G_B11_1 = NULL;
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* G_B11_2 = NULL;
bool G_B11_3 = false;
Type_t* G_B13_0 = NULL;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* G_B13_1 = NULL;
String_t* G_B13_2 = NULL;
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* G_B13_3 = NULL;
bool G_B13_4 = false;
Type_t* G_B15_0 = NULL;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* G_B15_1 = NULL;
String_t* G_B15_2 = NULL;
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* G_B15_3 = NULL;
bool G_B15_4 = false;
Type_t* G_B14_0 = NULL;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* G_B14_1 = NULL;
String_t* G_B14_2 = NULL;
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* G_B14_3 = NULL;
bool G_B14_4 = false;
{
bool L_0 = ___hasConverter1;
if (!L_0)
{
goto IL_000a;
}
}
{
bool L_1;
L_1 = VirtualFuncInvoker0< bool >::Invoke(21 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, __this);
return L_1;
}
IL_000a:
{
JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* L_2 = ___contract0;
if (L_2)
{
goto IL_0010;
}
}
{
G_B5_0 = 0;
goto IL_0016;
}
IL_0010:
{
JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* L_3 = ___contract0;
NullCheck(L_3);
int32_t L_4 = L_3->___InternalReadType_4;
G_B5_0 = ((int32_t)(L_4));
}
IL_0016:
{
V_0 = G_B5_0;
int32_t L_5 = V_0;
switch (L_5)
{
case 0:
{
goto IL_004a;
}
case 1:
{
goto IL_0051;
}
case 2:
{
goto IL_005d;
}
case 3:
{
goto IL_00b0;
}
case 4:
{
goto IL_00c2;
}
case 5:
{
goto IL_009e;
}
case 6:
{
goto IL_00cb;
}
case 7:
{
goto IL_00d4;
}
case 8:
{
goto IL_00a7;
}
case 9:
{
goto IL_00b9;
}
}
}
{
goto IL_00dd;
}
IL_004a:
{
bool L_6;
L_6 = JsonReader_ReadAndMoveToContent_mFE15149891478B519F84C2CE34BF0138F7903E7A(__this, NULL);
return L_6;
}
IL_0051:
{
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_7;
L_7 = VirtualFuncInvoker0< Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 >::Invoke(22 /* System.Nullable`1<System.Int32> Newtonsoft.Json.JsonReader::ReadAsInt32() */, __this);
goto IL_00e3;
}
IL_005d:
{
bool L_8;
L_8 = JsonReader_ReadAndMoveToContent_mFE15149891478B519F84C2CE34BF0138F7903E7A(__this, NULL);
int32_t L_9;
L_9 = VirtualFuncInvoker0< int32_t >::Invoke(16 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, __this);
G_B10_0 = L_8;
if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)12)))))
{
G_B16_0 = L_8;
goto IL_009d;
}
}
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_10;
L_10 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* L_11 = ___contract0;
G_B11_0 = L_10;
G_B11_1 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral489D254BDFD5C4D9510447E85CFB7BB6AB8E92C6));
G_B11_2 = __this;
G_B11_3 = G_B10_0;
if (L_11)
{
G_B12_0 = L_10;
G_B12_1 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral489D254BDFD5C4D9510447E85CFB7BB6AB8E92C6));
G_B12_2 = __this;
G_B12_3 = G_B10_0;
goto IL_007e;
}
}
{
G_B13_0 = ((Type_t*)(NULL));
G_B13_1 = G_B11_0;
G_B13_2 = G_B11_1;
G_B13_3 = G_B11_2;
G_B13_4 = G_B11_3;
goto IL_0084;
}
IL_007e:
{
JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* L_12 = ___contract0;
NullCheck(L_12);
Type_t* L_13;
L_13 = JsonContract_get_UnderlyingType_mD9A37A6619D3F541F77C3E09ED8242511AFCBEB7_inline(L_12, NULL);
G_B13_0 = L_13;
G_B13_1 = G_B12_0;
G_B13_2 = G_B12_1;
G_B13_3 = G_B12_2;
G_B13_4 = G_B12_3;
}
IL_0084:
{
Type_t* L_14 = G_B13_0;
G_B14_0 = L_14;
G_B14_1 = G_B13_1;
G_B14_2 = G_B13_2;
G_B14_3 = G_B13_3;
G_B14_4 = G_B13_4;
if (L_14)
{
G_B15_0 = L_14;
G_B15_1 = G_B13_1;
G_B15_2 = G_B13_2;
G_B15_3 = G_B13_3;
G_B15_4 = G_B13_4;
goto IL_0092;
}
}
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_15 = { reinterpret_cast<intptr_t> (((RuntimeType*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_0_0_0_var))) };
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var)));
Type_t* L_16;
L_16 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_15, NULL);
G_B15_0 = L_16;
G_B15_1 = G_B14_1;
G_B15_2 = G_B14_2;
G_B15_3 = G_B14_3;
G_B15_4 = G_B14_4;
}
IL_0092:
{
String_t* L_17;
L_17 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(G_B15_2, G_B15_1, G_B15_0, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_18;
L_18 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(G_B15_3, L_17, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_ReadForType_m6F484EDB33D339FBCDC478E106012393E89958CE_RuntimeMethod_var)));
}
IL_009d:
{
return G_B16_0;
}
IL_009e:
{
Nullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB L_19;
L_19 = VirtualFuncInvoker0< Nullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB >::Invoke(27 /* System.Nullable`1<System.Decimal> Newtonsoft.Json.JsonReader::ReadAsDecimal() */, __this);
goto IL_00e3;
}
IL_00a7:
{
Nullable_1_t6E154519A812D040E3016229CD7638843A2CC165 L_20;
L_20 = VirtualFuncInvoker0< Nullable_1_t6E154519A812D040E3016229CD7638843A2CC165 >::Invoke(25 /* System.Nullable`1<System.Double> Newtonsoft.Json.JsonReader::ReadAsDouble() */, __this);
goto IL_00e3;
}
IL_00b0:
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_21;
L_21 = VirtualFuncInvoker0< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(24 /* System.Byte[] Newtonsoft.Json.JsonReader::ReadAsBytes() */, __this);
goto IL_00e3;
}
IL_00b9:
{
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_22;
L_22 = VirtualFuncInvoker0< Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 >::Invoke(26 /* System.Nullable`1<System.Boolean> Newtonsoft.Json.JsonReader::ReadAsBoolean() */, __this);
goto IL_00e3;
}
IL_00c2:
{
String_t* L_23;
L_23 = VirtualFuncInvoker0< String_t* >::Invoke(23 /* System.String Newtonsoft.Json.JsonReader::ReadAsString() */, __this);
goto IL_00e3;
}
IL_00cb:
{
Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC L_24;
L_24 = VirtualFuncInvoker0< Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC >::Invoke(28 /* System.Nullable`1<System.DateTime> Newtonsoft.Json.JsonReader::ReadAsDateTime() */, __this);
goto IL_00e3;
}
IL_00d4:
{
Nullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B L_25;
L_25 = VirtualFuncInvoker0< Nullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B >::Invoke(29 /* System.Nullable`1<System.DateTimeOffset> Newtonsoft.Json.JsonReader::ReadAsDateTimeOffset() */, __this);
goto IL_00e3;
}
IL_00dd:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_26 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_26);
ArgumentOutOfRangeException__ctor_mB596C51BFA864B65C2CED275458FAE90F7CD29C9(L_26, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_ReadForType_m6F484EDB33D339FBCDC478E106012393E89958CE_RuntimeMethod_var)));
}
IL_00e3:
{
int32_t L_27;
L_27 = VirtualFuncInvoker0< int32_t >::Invoke(16 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, __this);
return (bool)((!(((uint32_t)L_27) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Boolean Newtonsoft.Json.JsonReader::ReadAndMoveToContent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonReader_ReadAndMoveToContent_mFE15149891478B519F84C2CE34BF0138F7903E7A (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method)
{
{
bool L_0;
L_0 = VirtualFuncInvoker0< bool >::Invoke(21 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, __this);
if (!L_0)
{
goto IL_000f;
}
}
{
bool L_1;
L_1 = JsonReader_MoveToContent_mFDA4EC684017D33858E3077205F8DFFDFDC38B24(__this, NULL);
return L_1;
}
IL_000f:
{
return (bool)0;
}
}
// System.Boolean Newtonsoft.Json.JsonReader::MoveToContent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonReader_MoveToContent_mFDA4EC684017D33858E3077205F8DFFDFDC38B24 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0;
L_0 = VirtualFuncInvoker0< int32_t >::Invoke(16 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, __this);
V_0 = L_0;
goto IL_001a;
}
IL_0009:
{
bool L_1;
L_1 = VirtualFuncInvoker0< bool >::Invoke(21 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, __this);
if (L_1)
{
goto IL_0013;
}
}
{
return (bool)0;
}
IL_0013:
{
int32_t L_2;
L_2 = VirtualFuncInvoker0< int32_t >::Invoke(16 /* 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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonReader_GetContentToken_m026EA65DC32E069C193963D9A2DB3829F533CEEA (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
IL_0000:
{
bool L_0;
L_0 = VirtualFuncInvoker0< bool >::Invoke(21 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, __this);
if (L_0)
{
goto IL_0011;
}
}
{
JsonReader_SetToken_m9CB3201AB80BD12AF5490EE38B0AB1E667D5757B(__this, 0, NULL);
return (int32_t)(0);
}
IL_0011:
{
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(16 /* 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.JsonReader/<SkipAsync>d__1::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSkipAsyncU3Ed__1_MoveNext_mE7AAF97E7813E104BA810E5FCA1E389863CEEF55 (U3CSkipAsyncU3Ed__1_t8F0C7302F4FE7641CABDA0B29B9662FC16F8043B* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CSkipAsyncU3Ed__1_t8F0C7302F4FE7641CABDA0B29B9662FC16F8043B_m45C4C8BF33EAA9D63CA9D276CDC7A88F70942577_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* V_1 = NULL;
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 V_2;
memset((&V_2), 0, sizeof(V_2));
ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C V_3;
memset((&V_3), 0, sizeof(V_3));
Exception_t* V_4 = NULL;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
{
int32_t L_0 = __this->___U3CU3E1__state_0;
V_0 = L_0;
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_1 = __this->___U3CU3E4__this_2;
V_1 = L_1;
}
try
{// begin try (depth: 1)
{
int32_t L_2 = V_0;
if (!L_2)
{
goto IL_0068_1;
}
}
{
int32_t L_3 = V_0;
if ((((int32_t)L_3) == ((int32_t)1)))
{
goto IL_00ec_1;
}
}
{
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_4 = V_1;
NullCheck(L_4);
int32_t L_5;
L_5 = VirtualFuncInvoker0< int32_t >::Invoke(16 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_4);
if ((!(((uint32_t)L_5) == ((uint32_t)4))))
{
goto IL_008c_1;
}
}
{
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_6 = V_1;
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_7 = __this->___cancellationToken_3;
NullCheck(L_6);
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_8;
L_8 = VirtualFuncInvoker1< Task_1_t824317F4B958F7512E8F7300511752937A6C6043*, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED >::Invoke(5 /* System.Threading.Tasks.Task`1<System.Boolean> Newtonsoft.Json.JsonReader::ReadAsync(System.Threading.CancellationToken) */, L_6, L_7);
NullCheck(L_8);
ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C L_9;
L_9 = Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA(L_8, (bool)0, Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA_RuntimeMethod_var);
V_3 = L_9;
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_10;
L_10 = ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_inline((&V_3), ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_RuntimeMethod_var);
V_2 = L_10;
bool L_11;
L_11 = ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190((&V_2), ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190_RuntimeMethod_var);
if (L_11)
{
goto IL_0084_1;
}
}
{
int32_t L_12 = 0;
V_0 = L_12;
__this->___U3CU3E1__state_0 = L_12;
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_13 = V_2;
__this->___U3CU3Eu__1_4 = L_13;
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_4))->___m_task_0), (void*)NULL);
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_14 = (&__this->___U3CU3Et__builder_1);
AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CSkipAsyncU3Ed__1_t8F0C7302F4FE7641CABDA0B29B9662FC16F8043B_m45C4C8BF33EAA9D63CA9D276CDC7A88F70942577(L_14, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CSkipAsyncU3Ed__1_t8F0C7302F4FE7641CABDA0B29B9662FC16F8043B_m45C4C8BF33EAA9D63CA9D276CDC7A88F70942577_RuntimeMethod_var);
goto IL_014d;
}
IL_0068_1:
{
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_15 = __this->___U3CU3Eu__1_4;
V_2 = L_15;
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* L_16 = (&__this->___U3CU3Eu__1_4);
il2cpp_codegen_initobj(L_16, sizeof(ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4));
int32_t L_17 = (-1);
V_0 = L_17;
__this->___U3CU3E1__state_0 = L_17;
}
IL_0084_1:
{
bool L_18;
L_18 = ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B((&V_2), ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B_RuntimeMethod_var);
}
IL_008c_1:
{
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_19 = V_1;
NullCheck(L_19);
int32_t L_20;
L_20 = VirtualFuncInvoker0< int32_t >::Invoke(16 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_19);
bool L_21;
L_21 = JsonTokenUtils_IsStartToken_m758236BBCA0E9391401D583F690F90CA3FD62D86(L_20, NULL);
if (!L_21)
{
goto IL_011f_1;
}
}
{
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_22 = V_1;
NullCheck(L_22);
int32_t L_23;
L_23 = VirtualFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 Newtonsoft.Json.JsonReader::get_Depth() */, L_22);
__this->___U3CdepthU3E5__2_5 = L_23;
}
IL_00a8_1:
{
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_24 = V_1;
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_25 = __this->___cancellationToken_3;
NullCheck(L_24);
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_26;
L_26 = VirtualFuncInvoker1< Task_1_t824317F4B958F7512E8F7300511752937A6C6043*, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED >::Invoke(5 /* System.Threading.Tasks.Task`1<System.Boolean> Newtonsoft.Json.JsonReader::ReadAsync(System.Threading.CancellationToken) */, L_24, L_25);
NullCheck(L_26);
ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C L_27;
L_27 = Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA(L_26, (bool)0, Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA_RuntimeMethod_var);
V_3 = L_27;
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_28;
L_28 = ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_inline((&V_3), ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_RuntimeMethod_var);
V_2 = L_28;
bool L_29;
L_29 = ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190((&V_2), ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190_RuntimeMethod_var);
if (L_29)
{
goto IL_0108_1;
}
}
{
int32_t L_30 = 1;
V_0 = L_30;
__this->___U3CU3E1__state_0 = L_30;
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_31 = V_2;
__this->___U3CU3Eu__1_4 = L_31;
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_4))->___m_task_0), (void*)NULL);
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_32 = (&__this->___U3CU3Et__builder_1);
AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CSkipAsyncU3Ed__1_t8F0C7302F4FE7641CABDA0B29B9662FC16F8043B_m45C4C8BF33EAA9D63CA9D276CDC7A88F70942577(L_32, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CSkipAsyncU3Ed__1_t8F0C7302F4FE7641CABDA0B29B9662FC16F8043B_m45C4C8BF33EAA9D63CA9D276CDC7A88F70942577_RuntimeMethod_var);
goto IL_014d;
}
IL_00ec_1:
{
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_33 = __this->___U3CU3Eu__1_4;
V_2 = L_33;
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* L_34 = (&__this->___U3CU3Eu__1_4);
il2cpp_codegen_initobj(L_34, sizeof(ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4));
int32_t L_35 = (-1);
V_0 = L_35;
__this->___U3CU3E1__state_0 = L_35;
}
IL_0108_1:
{
bool L_36;
L_36 = ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B((&V_2), ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B_RuntimeMethod_var);
if (!L_36)
{
goto IL_011f_1;
}
}
{
int32_t L_37 = __this->___U3CdepthU3E5__2_5;
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_38 = V_1;
NullCheck(L_38);
int32_t L_39;
L_39 = VirtualFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 Newtonsoft.Json.JsonReader::get_Depth() */, L_38);
if ((((int32_t)L_37) < ((int32_t)L_39)))
{
goto IL_00a8_1;
}
}
IL_011f_1:
{
goto IL_013a;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_0121;
}
throw e;
}
CATCH_0121:
{// begin catch(System.Exception)
V_4 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));
__this->___U3CU3E1__state_0 = ((int32_t)-2);
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_40 = (&__this->___U3CU3Et__builder_1);
Exception_t* L_41 = V_4;
AsyncTaskMethodBuilder_SetException_mBE41863F0571E0177A15731294087DE45E1FC10B(L_40, L_41, NULL);
IL2CPP_POP_ACTIVE_EXCEPTION();
goto IL_014d;
}// end catch (depth: 1)
IL_013a:
{
__this->___U3CU3E1__state_0 = ((int32_t)-2);
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_42 = (&__this->___U3CU3Et__builder_1);
AsyncTaskMethodBuilder_SetResult_m76D8B84F0068257C1823B1200B00E58E0C8DDDDE(L_42, NULL);
}
IL_014d:
{
return;
}
}
IL2CPP_EXTERN_C void U3CSkipAsyncU3Ed__1_MoveNext_mE7AAF97E7813E104BA810E5FCA1E389863CEEF55_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
U3CSkipAsyncU3Ed__1_t8F0C7302F4FE7641CABDA0B29B9662FC16F8043B* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<U3CSkipAsyncU3Ed__1_t8F0C7302F4FE7641CABDA0B29B9662FC16F8043B*>(__this + _offset);
U3CSkipAsyncU3Ed__1_MoveNext_mE7AAF97E7813E104BA810E5FCA1E389863CEEF55(_thisAdjusted, method);
}
// System.Void Newtonsoft.Json.JsonReader/<SkipAsync>d__1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSkipAsyncU3Ed__1_SetStateMachine_mDFB7C68BEB5AA9BF621CE0A11D0B811739360340 (U3CSkipAsyncU3Ed__1_t8F0C7302F4FE7641CABDA0B29B9662FC16F8043B* __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method)
{
{
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_0 = (&__this->___U3CU3Et__builder_1);
RuntimeObject* L_1 = ___stateMachine0;
AsyncTaskMethodBuilder_SetStateMachine_mE52B5B6B076025592A7AB462E3D26FA434AEB795(L_0, L_1, NULL);
return;
}
}
IL2CPP_EXTERN_C void U3CSkipAsyncU3Ed__1_SetStateMachine_mDFB7C68BEB5AA9BF621CE0A11D0B811739360340_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method)
{
U3CSkipAsyncU3Ed__1_t8F0C7302F4FE7641CABDA0B29B9662FC16F8043B* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<U3CSkipAsyncU3Ed__1_t8F0C7302F4FE7641CABDA0B29B9662FC16F8043B*>(__this + _offset);
U3CSkipAsyncU3Ed__1_SetStateMachine_mDFB7C68BEB5AA9BF621CE0A11D0B811739360340(_thisAdjusted, ___stateMachine0, method);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Newtonsoft.Json.JsonReader/<ReaderReadAndAssertAsync>d__2::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReaderReadAndAssertAsyncU3Ed__2_MoveNext_m48E5D791D5C97A9952A76901708940180F121B28 (U3CReaderReadAndAssertAsyncU3Ed__2_t572869D71BE3CF3C23B194BFCEB3CEF33199EDD7* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CReaderReadAndAssertAsyncU3Ed__2_t572869D71BE3CF3C23B194BFCEB3CEF33199EDD7_m4C418EDEC6C525D2B63B8C5B65EDCBA83F9A56A5_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* V_1 = NULL;
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 V_2;
memset((&V_2), 0, sizeof(V_2));
ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C V_3;
memset((&V_3), 0, sizeof(V_3));
Exception_t* V_4 = NULL;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
{
int32_t L_0 = __this->___U3CU3E1__state_0;
V_0 = L_0;
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_1 = __this->___U3CU3E4__this_2;
V_1 = L_1;
}
try
{// begin try (depth: 1)
{
int32_t L_2 = V_0;
if (!L_2)
{
goto IL_0055_1;
}
}
{
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_3 = V_1;
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_4 = __this->___cancellationToken_3;
NullCheck(L_3);
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_5;
L_5 = VirtualFuncInvoker1< Task_1_t824317F4B958F7512E8F7300511752937A6C6043*, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED >::Invoke(5 /* System.Threading.Tasks.Task`1<System.Boolean> Newtonsoft.Json.JsonReader::ReadAsync(System.Threading.CancellationToken) */, L_3, L_4);
NullCheck(L_5);
ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C L_6;
L_6 = Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA(L_5, (bool)0, Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA_RuntimeMethod_var);
V_3 = L_6;
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_7;
L_7 = ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_inline((&V_3), ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_RuntimeMethod_var);
V_2 = L_7;
bool L_8;
L_8 = ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190((&V_2), ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190_RuntimeMethod_var);
if (L_8)
{
goto IL_0071_1;
}
}
{
int32_t L_9 = 0;
V_0 = L_9;
__this->___U3CU3E1__state_0 = L_9;
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_10 = V_2;
__this->___U3CU3Eu__1_4 = L_10;
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_4))->___m_task_0), (void*)NULL);
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_11 = (&__this->___U3CU3Et__builder_1);
AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CReaderReadAndAssertAsyncU3Ed__2_t572869D71BE3CF3C23B194BFCEB3CEF33199EDD7_m4C418EDEC6C525D2B63B8C5B65EDCBA83F9A56A5(L_11, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CReaderReadAndAssertAsyncU3Ed__2_t572869D71BE3CF3C23B194BFCEB3CEF33199EDD7_m4C418EDEC6C525D2B63B8C5B65EDCBA83F9A56A5_RuntimeMethod_var);
goto IL_00af;
}
IL_0055_1:
{
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_12 = __this->___U3CU3Eu__1_4;
V_2 = L_12;
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* L_13 = (&__this->___U3CU3Eu__1_4);
il2cpp_codegen_initobj(L_13, sizeof(ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4));
int32_t L_14 = (-1);
V_0 = L_14;
__this->___U3CU3E1__state_0 = L_14;
}
IL_0071_1:
{
bool L_15;
L_15 = ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B((&V_2), ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B_RuntimeMethod_var);
if (L_15)
{
goto IL_0081_1;
}
}
{
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_16 = V_1;
NullCheck(L_16);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_17;
L_17 = JsonReader_CreateUnexpectedEndException_m990A0BF68A99C9BEF63C7B79654C12699612790A(L_16, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CReaderReadAndAssertAsyncU3Ed__2_MoveNext_m48E5D791D5C97A9952A76901708940180F121B28_RuntimeMethod_var)));
}
IL_0081_1:
{
goto IL_009c;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_0083;
}
throw e;
}
CATCH_0083:
{// begin catch(System.Exception)
V_4 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));
__this->___U3CU3E1__state_0 = ((int32_t)-2);
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_18 = (&__this->___U3CU3Et__builder_1);
Exception_t* L_19 = V_4;
AsyncTaskMethodBuilder_SetException_mBE41863F0571E0177A15731294087DE45E1FC10B(L_18, L_19, NULL);
IL2CPP_POP_ACTIVE_EXCEPTION();
goto IL_00af;
}// end catch (depth: 1)
IL_009c:
{
__this->___U3CU3E1__state_0 = ((int32_t)-2);
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_20 = (&__this->___U3CU3Et__builder_1);
AsyncTaskMethodBuilder_SetResult_m76D8B84F0068257C1823B1200B00E58E0C8DDDDE(L_20, NULL);
}
IL_00af:
{
return;
}
}
IL2CPP_EXTERN_C void U3CReaderReadAndAssertAsyncU3Ed__2_MoveNext_m48E5D791D5C97A9952A76901708940180F121B28_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
U3CReaderReadAndAssertAsyncU3Ed__2_t572869D71BE3CF3C23B194BFCEB3CEF33199EDD7* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<U3CReaderReadAndAssertAsyncU3Ed__2_t572869D71BE3CF3C23B194BFCEB3CEF33199EDD7*>(__this + _offset);
U3CReaderReadAndAssertAsyncU3Ed__2_MoveNext_m48E5D791D5C97A9952A76901708940180F121B28(_thisAdjusted, method);
}
// System.Void Newtonsoft.Json.JsonReader/<ReaderReadAndAssertAsync>d__2::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReaderReadAndAssertAsyncU3Ed__2_SetStateMachine_m9397D45291BBC35E428F5FD10F1F263F62155774 (U3CReaderReadAndAssertAsyncU3Ed__2_t572869D71BE3CF3C23B194BFCEB3CEF33199EDD7* __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method)
{
{
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_0 = (&__this->___U3CU3Et__builder_1);
RuntimeObject* L_1 = ___stateMachine0;
AsyncTaskMethodBuilder_SetStateMachine_mE52B5B6B076025592A7AB462E3D26FA434AEB795(L_0, L_1, NULL);
return;
}
}
IL2CPP_EXTERN_C void U3CReaderReadAndAssertAsyncU3Ed__2_SetStateMachine_m9397D45291BBC35E428F5FD10F1F263F62155774_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method)
{
U3CReaderReadAndAssertAsyncU3Ed__2_t572869D71BE3CF3C23B194BFCEB3CEF33199EDD7* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<U3CReaderReadAndAssertAsyncU3Ed__2_t572869D71BE3CF3C23B194BFCEB3CEF33199EDD7*>(__this + _offset);
U3CReaderReadAndAssertAsyncU3Ed__2_SetStateMachine_m9397D45291BBC35E428F5FD10F1F263F62155774(_thisAdjusted, ___stateMachine0, method);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Newtonsoft.Json.JsonReader/<ReadArrayIntoByteArrayAsync>d__5::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReadArrayIntoByteArrayAsyncU3Ed__5_MoveNext_mC436FB7881A2F0EF8F7F5FEA1D8B2F543573CD2A (U3CReadArrayIntoByteArrayAsyncU3Ed__5_t8D6087A7701FE87C9A96520D4219DCFA8717A94A* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CReadArrayIntoByteArrayAsyncU3Ed__5_t8D6087A7701FE87C9A96520D4219DCFA8717A94A_m901B962BFD1D2A4A367CB5BA00305D983C59423E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetResult_mA33666F8F9751DDF31F6C4C22C991E9F4BDA52B0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m23F8BB7CABADC11EBCAB5AB701B75F56C865BE24_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mC411581553467A7DB76C06E5E5FCA34E4EC621B9_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t7D15BE3246500BBF1A24C24DBF963B89A876255B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* V_1 = NULL;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL;
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 V_3;
memset((&V_3), 0, sizeof(V_3));
ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C V_4;
memset((&V_4), 0, sizeof(V_4));
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_5 = NULL;
Exception_t* V_6 = NULL;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
{
int32_t L_0 = __this->___U3CU3E1__state_0;
V_0 = L_0;
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_1 = __this->___U3CU3E4__this_2;
V_1 = L_1;
}
try
{// begin try (depth: 1)
{
int32_t L_2 = V_0;
if (!L_2)
{
goto IL_0064_1;
}
}
{
List_1_t7D15BE3246500BBF1A24C24DBF963B89A876255B* L_3 = (List_1_t7D15BE3246500BBF1A24C24DBF963B89A876255B*)il2cpp_codegen_object_new(List_1_t7D15BE3246500BBF1A24C24DBF963B89A876255B_il2cpp_TypeInfo_var);
NullCheck(L_3);
List_1__ctor_mC411581553467A7DB76C06E5E5FCA34E4EC621B9(L_3, List_1__ctor_mC411581553467A7DB76C06E5E5FCA34E4EC621B9_RuntimeMethod_var);
__this->___U3CbufferU3E5__2_4 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CbufferU3E5__2_4), (void*)L_3);
}
IL_001c_1:
{
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_4 = V_1;
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_5 = __this->___cancellationToken_3;
NullCheck(L_4);
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_6;
L_6 = VirtualFuncInvoker1< Task_1_t824317F4B958F7512E8F7300511752937A6C6043*, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED >::Invoke(5 /* System.Threading.Tasks.Task`1<System.Boolean> Newtonsoft.Json.JsonReader::ReadAsync(System.Threading.CancellationToken) */, L_4, L_5);
NullCheck(L_6);
ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C L_7;
L_7 = Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA(L_6, (bool)0, Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA_RuntimeMethod_var);
V_4 = L_7;
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_8;
L_8 = ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_inline((&V_4), ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_RuntimeMethod_var);
V_3 = L_8;
bool L_9;
L_9 = ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190((&V_3), ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190_RuntimeMethod_var);
if (L_9)
{
goto IL_0080_1;
}
}
{
int32_t L_10 = 0;
V_0 = L_10;
__this->___U3CU3E1__state_0 = L_10;
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_11 = V_3;
__this->___U3CU3Eu__1_5 = L_11;
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_5))->___m_task_0), (void*)NULL);
AsyncTaskMethodBuilder_1_tF4B144BF5EE52E8AC70FFD31FC2684642AC52B81* L_12 = (&__this->___U3CU3Et__builder_1);
AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CReadArrayIntoByteArrayAsyncU3Ed__5_t8D6087A7701FE87C9A96520D4219DCFA8717A94A_m901B962BFD1D2A4A367CB5BA00305D983C59423E(L_12, (&V_3), __this, AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CReadArrayIntoByteArrayAsyncU3Ed__5_t8D6087A7701FE87C9A96520D4219DCFA8717A94A_m901B962BFD1D2A4A367CB5BA00305D983C59423E_RuntimeMethod_var);
goto IL_00eb;
}
IL_0064_1:
{
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_13 = __this->___U3CU3Eu__1_5;
V_3 = L_13;
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* L_14 = (&__this->___U3CU3Eu__1_5);
il2cpp_codegen_initobj(L_14, sizeof(ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4));
int32_t L_15 = (-1);
V_0 = L_15;
__this->___U3CU3E1__state_0 = L_15;
}
IL_0080_1:
{
bool L_16;
L_16 = ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B((&V_3), ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B_RuntimeMethod_var);
if (L_16)
{
goto IL_0090_1;
}
}
{
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_17 = V_1;
NullCheck(L_17);
JsonReader_SetToken_m9CB3201AB80BD12AF5490EE38B0AB1E667D5757B(L_17, 0, NULL);
}
IL_0090_1:
{
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_18 = V_1;
List_1_t7D15BE3246500BBF1A24C24DBF963B89A876255B* L_19 = __this->___U3CbufferU3E5__2_4;
NullCheck(L_18);
bool L_20;
L_20 = JsonReader_ReadArrayElementIntoByteArrayReportDone_m85666155ACCD9C0478B9FCEFD53C6F44873EFD86(L_18, L_19, NULL);
if (!L_20)
{
goto IL_001c_1;
}
}
{
List_1_t7D15BE3246500BBF1A24C24DBF963B89A876255B* L_21 = __this->___U3CbufferU3E5__2_4;
NullCheck(L_21);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_22;
L_22 = List_1_ToArray_m23F8BB7CABADC11EBCAB5AB701B75F56C865BE24(L_21, List_1_ToArray_m23F8BB7CABADC11EBCAB5AB701B75F56C865BE24_RuntimeMethod_var);
V_5 = L_22;
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_23 = V_1;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_24 = V_5;
NullCheck(L_23);
JsonReader_SetToken_m53C7B4EA9EC9F6D97E7CAC00F96DE6393EFEADEC(L_23, ((int32_t)17), (RuntimeObject*)L_24, (bool)0, NULL);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_25 = V_5;
V_2 = L_25;
goto IL_00d7;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_00be;
}
throw e;
}
CATCH_00be:
{// begin catch(System.Exception)
V_6 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));
__this->___U3CU3E1__state_0 = ((int32_t)-2);
AsyncTaskMethodBuilder_1_tF4B144BF5EE52E8AC70FFD31FC2684642AC52B81* L_26 = (&__this->___U3CU3Et__builder_1);
Exception_t* L_27 = V_6;
AsyncTaskMethodBuilder_1_SetException_mF567C6A1FEA33A1EF9F395C24D9CD4095E2B70A6(L_26, L_27, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_SetException_mF567C6A1FEA33A1EF9F395C24D9CD4095E2B70A6_RuntimeMethod_var)));
IL2CPP_POP_ACTIVE_EXCEPTION();
goto IL_00eb;
}// end catch (depth: 1)
IL_00d7:
{
__this->___U3CU3E1__state_0 = ((int32_t)-2);
AsyncTaskMethodBuilder_1_tF4B144BF5EE52E8AC70FFD31FC2684642AC52B81* L_28 = (&__this->___U3CU3Et__builder_1);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_29 = V_2;
AsyncTaskMethodBuilder_1_SetResult_mA33666F8F9751DDF31F6C4C22C991E9F4BDA52B0(L_28, L_29, AsyncTaskMethodBuilder_1_SetResult_mA33666F8F9751DDF31F6C4C22C991E9F4BDA52B0_RuntimeMethod_var);
}
IL_00eb:
{
return;
}
}
IL2CPP_EXTERN_C void U3CReadArrayIntoByteArrayAsyncU3Ed__5_MoveNext_mC436FB7881A2F0EF8F7F5FEA1D8B2F543573CD2A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
U3CReadArrayIntoByteArrayAsyncU3Ed__5_t8D6087A7701FE87C9A96520D4219DCFA8717A94A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<U3CReadArrayIntoByteArrayAsyncU3Ed__5_t8D6087A7701FE87C9A96520D4219DCFA8717A94A*>(__this + _offset);
U3CReadArrayIntoByteArrayAsyncU3Ed__5_MoveNext_mC436FB7881A2F0EF8F7F5FEA1D8B2F543573CD2A(_thisAdjusted, method);
}
// System.Void Newtonsoft.Json.JsonReader/<ReadArrayIntoByteArrayAsync>d__5::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReadArrayIntoByteArrayAsyncU3Ed__5_SetStateMachine_mCD6164EC55986DECDA35E79CEEA99B267C9EDBDC (U3CReadArrayIntoByteArrayAsyncU3Ed__5_t8D6087A7701FE87C9A96520D4219DCFA8717A94A* __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetStateMachine_mAD061BEAE640C56538A74B398FCF9195BCED98E4_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
AsyncTaskMethodBuilder_1_tF4B144BF5EE52E8AC70FFD31FC2684642AC52B81* L_0 = (&__this->___U3CU3Et__builder_1);
RuntimeObject* L_1 = ___stateMachine0;
AsyncTaskMethodBuilder_1_SetStateMachine_mAD061BEAE640C56538A74B398FCF9195BCED98E4(L_0, L_1, AsyncTaskMethodBuilder_1_SetStateMachine_mAD061BEAE640C56538A74B398FCF9195BCED98E4_RuntimeMethod_var);
return;
}
}
IL2CPP_EXTERN_C void U3CReadArrayIntoByteArrayAsyncU3Ed__5_SetStateMachine_mCD6164EC55986DECDA35E79CEEA99B267C9EDBDC_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method)
{
U3CReadArrayIntoByteArrayAsyncU3Ed__5_t8D6087A7701FE87C9A96520D4219DCFA8717A94A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<U3CReadArrayIntoByteArrayAsyncU3Ed__5_t8D6087A7701FE87C9A96520D4219DCFA8717A94A*>(__this + _offset);
U3CReadArrayIntoByteArrayAsyncU3Ed__5_SetStateMachine_mCD6164EC55986DECDA35E79CEEA99B267C9EDBDC(_thisAdjusted, ___stateMachine0, method);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Newtonsoft.Json.JsonReader/<ReadAndMoveToContentAsync>d__12::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReadAndMoveToContentAsyncU3Ed__12_MoveNext_m2AA70F65CBEE2473596222781F4CE29F5D1E6F5B (U3CReadAndMoveToContentAsyncU3Ed__12_t1F39829270AB73E558C8C4636F23E71DA39B90BB* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CReadAndMoveToContentAsyncU3Ed__12_t1F39829270AB73E558C8C4636F23E71DA39B90BB_mAC43010194D2FABB1458D02270AD715641A3EBE8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetResult_mF21C48FC9CEC24F4E9C5975C54F87BE9CA179046_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* V_1 = NULL;
bool V_2 = false;
bool V_3 = false;
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 V_4;
memset((&V_4), 0, sizeof(V_4));
ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C V_5;
memset((&V_5), 0, sizeof(V_5));
Exception_t* V_6 = NULL;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
{
int32_t L_0 = __this->___U3CU3E1__state_0;
V_0 = L_0;
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_1 = __this->___U3CU3E4__this_2;
V_1 = L_1;
}
try
{// begin try (depth: 1)
{
int32_t L_2 = V_0;
if (!L_2)
{
goto IL_0062_1;
}
}
{
int32_t L_3 = V_0;
if ((((int32_t)L_3) == ((int32_t)1)))
{
goto IL_00d1_1;
}
}
{
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_4 = V_1;
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_5 = __this->___cancellationToken_3;
NullCheck(L_4);
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_6;
L_6 = VirtualFuncInvoker1< Task_1_t824317F4B958F7512E8F7300511752937A6C6043*, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED >::Invoke(5 /* System.Threading.Tasks.Task`1<System.Boolean> Newtonsoft.Json.JsonReader::ReadAsync(System.Threading.CancellationToken) */, L_4, L_5);
NullCheck(L_6);
ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C L_7;
L_7 = Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA(L_6, (bool)0, Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA_RuntimeMethod_var);
V_5 = L_7;
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_8;
L_8 = ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_inline((&V_5), ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_RuntimeMethod_var);
V_4 = L_8;
bool L_9;
L_9 = ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190((&V_4), ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190_RuntimeMethod_var);
if (L_9)
{
goto IL_007f_1;
}
}
{
int32_t L_10 = 0;
V_0 = L_10;
__this->___U3CU3E1__state_0 = L_10;
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_11 = V_4;
__this->___U3CU3Eu__1_4 = L_11;
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_4))->___m_task_0), (void*)NULL);
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_12 = (&__this->___U3CU3Et__builder_1);
AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CReadAndMoveToContentAsyncU3Ed__12_t1F39829270AB73E558C8C4636F23E71DA39B90BB_mAC43010194D2FABB1458D02270AD715641A3EBE8(L_12, (&V_4), __this, AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CReadAndMoveToContentAsyncU3Ed__12_t1F39829270AB73E558C8C4636F23E71DA39B90BB_mAC43010194D2FABB1458D02270AD715641A3EBE8_RuntimeMethod_var);
goto IL_0127;
}
IL_0062_1:
{
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_13 = __this->___U3CU3Eu__1_4;
V_4 = L_13;
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* L_14 = (&__this->___U3CU3Eu__1_4);
il2cpp_codegen_initobj(L_14, sizeof(ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4));
int32_t L_15 = (-1);
V_0 = L_15;
__this->___U3CU3E1__state_0 = L_15;
}
IL_007f_1:
{
bool L_16;
L_16 = ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B((&V_4), ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B_RuntimeMethod_var);
V_3 = L_16;
bool L_17 = V_3;
if (!L_17)
{
goto IL_00f6_1;
}
}
{
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_18 = V_1;
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_19 = __this->___cancellationToken_3;
NullCheck(L_18);
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_20;
L_20 = JsonReader_MoveToContentAsync_m43D7030E3595C361D2E89E3E1CB4F29F3195FC44(L_18, L_19, NULL);
NullCheck(L_20);
ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C L_21;
L_21 = Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA(L_20, (bool)0, Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA_RuntimeMethod_var);
V_5 = L_21;
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_22;
L_22 = ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_inline((&V_5), ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_RuntimeMethod_var);
V_4 = L_22;
bool L_23;
L_23 = ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190((&V_4), ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190_RuntimeMethod_var);
if (L_23)
{
goto IL_00ee_1;
}
}
{
int32_t L_24 = 1;
V_0 = L_24;
__this->___U3CU3E1__state_0 = L_24;
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_25 = V_4;
__this->___U3CU3Eu__1_4 = L_25;
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_4))->___m_task_0), (void*)NULL);
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_26 = (&__this->___U3CU3Et__builder_1);
AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CReadAndMoveToContentAsyncU3Ed__12_t1F39829270AB73E558C8C4636F23E71DA39B90BB_mAC43010194D2FABB1458D02270AD715641A3EBE8(L_26, (&V_4), __this, AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CReadAndMoveToContentAsyncU3Ed__12_t1F39829270AB73E558C8C4636F23E71DA39B90BB_mAC43010194D2FABB1458D02270AD715641A3EBE8_RuntimeMethod_var);
goto IL_0127;
}
IL_00d1_1:
{
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_27 = __this->___U3CU3Eu__1_4;
V_4 = L_27;
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* L_28 = (&__this->___U3CU3Eu__1_4);
il2cpp_codegen_initobj(L_28, sizeof(ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4));
int32_t L_29 = (-1);
V_0 = L_29;
__this->___U3CU3E1__state_0 = L_29;
}
IL_00ee_1:
{
bool L_30;
L_30 = ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B((&V_4), ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B_RuntimeMethod_var);
V_3 = L_30;
}
IL_00f6_1:
{
bool L_31 = V_3;
V_2 = L_31;
goto IL_0113;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_00fa;
}
throw e;
}
CATCH_00fa:
{// begin catch(System.Exception)
V_6 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));
__this->___U3CU3E1__state_0 = ((int32_t)-2);
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_32 = (&__this->___U3CU3Et__builder_1);
Exception_t* L_33 = V_6;
AsyncTaskMethodBuilder_1_SetException_mB8F5D5EF18A12CBFF3C7D54CE6382DBB1640C0FD(L_32, L_33, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_SetException_mB8F5D5EF18A12CBFF3C7D54CE6382DBB1640C0FD_RuntimeMethod_var)));
IL2CPP_POP_ACTIVE_EXCEPTION();
goto IL_0127;
}// end catch (depth: 1)
IL_0113:
{
__this->___U3CU3E1__state_0 = ((int32_t)-2);
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_34 = (&__this->___U3CU3Et__builder_1);
bool L_35 = V_2;
AsyncTaskMethodBuilder_1_SetResult_mF21C48FC9CEC24F4E9C5975C54F87BE9CA179046(L_34, L_35, AsyncTaskMethodBuilder_1_SetResult_mF21C48FC9CEC24F4E9C5975C54F87BE9CA179046_RuntimeMethod_var);
}
IL_0127:
{
return;
}
}
IL2CPP_EXTERN_C void U3CReadAndMoveToContentAsyncU3Ed__12_MoveNext_m2AA70F65CBEE2473596222781F4CE29F5D1E6F5B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
U3CReadAndMoveToContentAsyncU3Ed__12_t1F39829270AB73E558C8C4636F23E71DA39B90BB* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<U3CReadAndMoveToContentAsyncU3Ed__12_t1F39829270AB73E558C8C4636F23E71DA39B90BB*>(__this + _offset);
U3CReadAndMoveToContentAsyncU3Ed__12_MoveNext_m2AA70F65CBEE2473596222781F4CE29F5D1E6F5B(_thisAdjusted, method);
}
// System.Void Newtonsoft.Json.JsonReader/<ReadAndMoveToContentAsync>d__12::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReadAndMoveToContentAsyncU3Ed__12_SetStateMachine_m5F44FCF0B5806576DC9C793698381783BB9F7256 (U3CReadAndMoveToContentAsyncU3Ed__12_t1F39829270AB73E558C8C4636F23E71DA39B90BB* __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetStateMachine_m9D382E265E211762EDB525CF74EBB7FA21DDDCE8_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_0 = (&__this->___U3CU3Et__builder_1);
RuntimeObject* L_1 = ___stateMachine0;
AsyncTaskMethodBuilder_1_SetStateMachine_m9D382E265E211762EDB525CF74EBB7FA21DDDCE8(L_0, L_1, AsyncTaskMethodBuilder_1_SetStateMachine_m9D382E265E211762EDB525CF74EBB7FA21DDDCE8_RuntimeMethod_var);
return;
}
}
IL2CPP_EXTERN_C void U3CReadAndMoveToContentAsyncU3Ed__12_SetStateMachine_m5F44FCF0B5806576DC9C793698381783BB9F7256_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method)
{
U3CReadAndMoveToContentAsyncU3Ed__12_t1F39829270AB73E558C8C4636F23E71DA39B90BB* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<U3CReadAndMoveToContentAsyncU3Ed__12_t1F39829270AB73E558C8C4636F23E71DA39B90BB*>(__this + _offset);
U3CReadAndMoveToContentAsyncU3Ed__12_SetStateMachine_m5F44FCF0B5806576DC9C793698381783BB9F7256(_thisAdjusted, ___stateMachine0, method);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Newtonsoft.Json.JsonReader/<MoveToContentFromNonContentAsync>d__14::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CMoveToContentFromNonContentAsyncU3Ed__14_MoveNext_mA51FB37A089887438C1373B9EBE5A62B82FFD755 (U3CMoveToContentFromNonContentAsyncU3Ed__14_t5C1A2CB5DE2F1C4A2764A241B9D8AC115D343A32* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CMoveToContentFromNonContentAsyncU3Ed__14_t5C1A2CB5DE2F1C4A2764A241B9D8AC115D343A32_m0ACBAE60A1C81FC7ED815295B735A185C685061F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetResult_mF21C48FC9CEC24F4E9C5975C54F87BE9CA179046_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* V_1 = NULL;
bool V_2 = false;
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 V_3;
memset((&V_3), 0, sizeof(V_3));
ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C V_4;
memset((&V_4), 0, sizeof(V_4));
int32_t V_5 = 0;
Exception_t* V_6 = NULL;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
{
int32_t L_0 = __this->___U3CU3E1__state_0;
V_0 = L_0;
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_1 = __this->___U3CU3E4__this_2;
V_1 = L_1;
}
try
{// begin try (depth: 1)
{
int32_t L_2 = V_0;
if (!L_2)
{
goto IL_0056_1;
}
}
IL_0011_1:
{
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_3 = V_1;
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_4 = __this->___cancellationToken_3;
NullCheck(L_3);
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_5;
L_5 = VirtualFuncInvoker1< Task_1_t824317F4B958F7512E8F7300511752937A6C6043*, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED >::Invoke(5 /* System.Threading.Tasks.Task`1<System.Boolean> Newtonsoft.Json.JsonReader::ReadAsync(System.Threading.CancellationToken) */, L_3, L_4);
NullCheck(L_5);
ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C L_6;
L_6 = Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA(L_5, (bool)0, Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA_RuntimeMethod_var);
V_4 = L_6;
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_7;
L_7 = ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_inline((&V_4), ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_RuntimeMethod_var);
V_3 = L_7;
bool L_8;
L_8 = ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190((&V_3), ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190_RuntimeMethod_var);
if (L_8)
{
goto IL_0072_1;
}
}
{
int32_t L_9 = 0;
V_0 = L_9;
__this->___U3CU3E1__state_0 = L_9;
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_10 = V_3;
__this->___U3CU3Eu__1_4 = L_10;
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_4))->___m_task_0), (void*)NULL);
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_11 = (&__this->___U3CU3Et__builder_1);
AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CMoveToContentFromNonContentAsyncU3Ed__14_t5C1A2CB5DE2F1C4A2764A241B9D8AC115D343A32_m0ACBAE60A1C81FC7ED815295B735A185C685061F(L_11, (&V_3), __this, AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CMoveToContentFromNonContentAsyncU3Ed__14_t5C1A2CB5DE2F1C4A2764A241B9D8AC115D343A32_m0ACBAE60A1C81FC7ED815295B735A185C685061F_RuntimeMethod_var);
goto IL_00c1;
}
IL_0056_1:
{
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_12 = __this->___U3CU3Eu__1_4;
V_3 = L_12;
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* L_13 = (&__this->___U3CU3Eu__1_4);
il2cpp_codegen_initobj(L_13, sizeof(ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4));
int32_t L_14 = (-1);
V_0 = L_14;
__this->___U3CU3E1__state_0 = L_14;
}
IL_0072_1:
{
bool L_15;
L_15 = ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B((&V_3), ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B_RuntimeMethod_var);
if (L_15)
{
goto IL_007f_1;
}
}
{
V_2 = (bool)0;
goto IL_00ad;
}
IL_007f_1:
{
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_16 = V_1;
NullCheck(L_16);
int32_t L_17;
L_17 = VirtualFuncInvoker0< int32_t >::Invoke(16 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_16);
V_5 = L_17;
int32_t L_18 = V_5;
if (!L_18)
{
goto IL_0011_1;
}
}
{
int32_t L_19 = V_5;
if ((((int32_t)L_19) == ((int32_t)5)))
{
goto IL_0011_1;
}
}
{
V_2 = (bool)1;
goto IL_00ad;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_0094;
}
throw e;
}
CATCH_0094:
{// begin catch(System.Exception)
V_6 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));
__this->___U3CU3E1__state_0 = ((int32_t)-2);
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_20 = (&__this->___U3CU3Et__builder_1);
Exception_t* L_21 = V_6;
AsyncTaskMethodBuilder_1_SetException_mB8F5D5EF18A12CBFF3C7D54CE6382DBB1640C0FD(L_20, L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_SetException_mB8F5D5EF18A12CBFF3C7D54CE6382DBB1640C0FD_RuntimeMethod_var)));
IL2CPP_POP_ACTIVE_EXCEPTION();
goto IL_00c1;
}// end catch (depth: 1)
IL_00ad:
{
__this->___U3CU3E1__state_0 = ((int32_t)-2);
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_22 = (&__this->___U3CU3Et__builder_1);
bool L_23 = V_2;
AsyncTaskMethodBuilder_1_SetResult_mF21C48FC9CEC24F4E9C5975C54F87BE9CA179046(L_22, L_23, AsyncTaskMethodBuilder_1_SetResult_mF21C48FC9CEC24F4E9C5975C54F87BE9CA179046_RuntimeMethod_var);
}
IL_00c1:
{
return;
}
}
IL2CPP_EXTERN_C void U3CMoveToContentFromNonContentAsyncU3Ed__14_MoveNext_mA51FB37A089887438C1373B9EBE5A62B82FFD755_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
U3CMoveToContentFromNonContentAsyncU3Ed__14_t5C1A2CB5DE2F1C4A2764A241B9D8AC115D343A32* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<U3CMoveToContentFromNonContentAsyncU3Ed__14_t5C1A2CB5DE2F1C4A2764A241B9D8AC115D343A32*>(__this + _offset);
U3CMoveToContentFromNonContentAsyncU3Ed__14_MoveNext_mA51FB37A089887438C1373B9EBE5A62B82FFD755(_thisAdjusted, method);
}
// System.Void Newtonsoft.Json.JsonReader/<MoveToContentFromNonContentAsync>d__14::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CMoveToContentFromNonContentAsyncU3Ed__14_SetStateMachine_mD0927DF18E56760F758A57F247DC01CA402B6FF6 (U3CMoveToContentFromNonContentAsyncU3Ed__14_t5C1A2CB5DE2F1C4A2764A241B9D8AC115D343A32* __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetStateMachine_m9D382E265E211762EDB525CF74EBB7FA21DDDCE8_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_0 = (&__this->___U3CU3Et__builder_1);
RuntimeObject* L_1 = ___stateMachine0;
AsyncTaskMethodBuilder_1_SetStateMachine_m9D382E265E211762EDB525CF74EBB7FA21DDDCE8(L_0, L_1, AsyncTaskMethodBuilder_1_SetStateMachine_m9D382E265E211762EDB525CF74EBB7FA21DDDCE8_RuntimeMethod_var);
return;
}
}
IL2CPP_EXTERN_C void U3CMoveToContentFromNonContentAsyncU3Ed__14_SetStateMachine_mD0927DF18E56760F758A57F247DC01CA402B6FF6_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method)
{
U3CMoveToContentFromNonContentAsyncU3Ed__14_t5C1A2CB5DE2F1C4A2764A241B9D8AC115D343A32* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<U3CMoveToContentFromNonContentAsyncU3Ed__14_t5C1A2CB5DE2F1C4A2764A241B9D8AC115D343A32*>(__this + _offset);
U3CMoveToContentFromNonContentAsyncU3Ed__14_SetStateMachine_mD0927DF18E56760F758A57F247DC01CA402B6FF6(_thisAdjusted, ___stateMachine0, method);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int32 Newtonsoft.Json.JsonReaderException::get_LineNumber()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonReaderException_get_LineNumber_mEDEFE498908446648928D8287373DD9CA25B8ACB (JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___U3CLineNumberU3Ek__BackingField_18;
return L_0;
}
}
// System.Int32 Newtonsoft.Json.JsonReaderException::get_LinePosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonReaderException_get_LinePosition_m12E06831344960C5B6E88A6ADD54F0D426FF0356 (JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___U3CLinePositionU3Ek__BackingField_19;
return L_0;
}
}
// System.String Newtonsoft.Json.JsonReaderException::get_Path()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonReaderException_get_Path_m6E20B08073F15FED8BC95D3608F3469637172DB5 (JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->___U3CPathU3Ek__BackingField_20;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonReaderException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReaderException__ctor_m2DA219E5A21E8B5C4206D282F6EC71ADEBE12838 (JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* __this, const RuntimeMethod* method)
{
{
JsonException__ctor_m133E4DB19926E9CB835F6BDCF47EA910A92252A1(__this, NULL);
return;
}
}
// System.Void Newtonsoft.Json.JsonReaderException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReaderException__ctor_mAFE5357FE1357F883559902C116B07650D9583B9 (JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* __this, String_t* ___message0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
JsonException__ctor_m29A7A39A820BD2EFF57EC051CB305B86C4B81FA9(__this, L_0, NULL);
return;
}
}
// System.Void Newtonsoft.Json.JsonReaderException::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReaderException__ctor_m00D402DC595E5D2FB1D98542FC175A4F65D7E801 (JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* __this, String_t* ___message0, Exception_t* ___innerException1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
Exception_t* L_1 = ___innerException1;
JsonException__ctor_mF25D98C588CF67F15BECFB01FEA535FEC0117CB4(__this, L_0, L_1, NULL);
return;
}
}
// System.Void Newtonsoft.Json.JsonReaderException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReaderException__ctor_m87DA30F85DD461C0CAFF30C0A1214258A9E7B8F1 (JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___info0, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___context1, const RuntimeMethod* method)
{
{
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___info0;
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___context1;
JsonException__ctor_mF4EA9CF06D3471F221C86E1CF375030528D0090F(__this, L_0, L_1, NULL);
return;
}
}
// System.Void Newtonsoft.Json.JsonReaderException::.ctor(System.String,System.String,System.Int32,System.Int32,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReaderException__ctor_m512E44BECB687AF69A2718148D4C62525D05FC4D (JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* __this, String_t* ___message0, String_t* ___path1, int32_t ___lineNumber2, int32_t ___linePosition3, Exception_t* ___innerException4, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
Exception_t* L_1 = ___innerException4;
JsonException__ctor_mF25D98C588CF67F15BECFB01FEA535FEC0117CB4(__this, L_0, L_1, NULL);
String_t* L_2 = ___path1;
__this->___U3CPathU3Ek__BackingField_20 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CPathU3Ek__BackingField_20), (void*)L_2);
int32_t L_3 = ___lineNumber2;
__this->___U3CLineNumberU3Ek__BackingField_18 = L_3;
int32_t L_4 = ___linePosition3;
__this->___U3CLinePositionU3Ek__BackingField_19 = L_4;
return;
}
}
// Newtonsoft.Json.JsonReaderException Newtonsoft.Json.JsonReaderException::Create(Newtonsoft.Json.JsonReader,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* ___reader0, String_t* ___message1, const RuntimeMethod* method)
{
{
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_0 = ___reader0;
String_t* L_1 = ___message1;
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_2;
L_2 = JsonReaderException_Create_m169AE3AA060086A91BD4C54D1A2A381B410FC855(L_0, L_1, (Exception_t*)NULL, NULL);
return L_2;
}
}
// Newtonsoft.Json.JsonReaderException Newtonsoft.Json.JsonReaderException::Create(Newtonsoft.Json.JsonReader,System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* JsonReaderException_Create_m169AE3AA060086A91BD4C54D1A2A381B410FC855 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* ___reader0, String_t* ___message1, Exception_t* ___ex2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IJsonLineInfo_t0D0AE8B876EA3C837134934E5A1A3DF9FB72A32C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_0 = ___reader0;
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_1 = ___reader0;
NullCheck(L_1);
String_t* L_2;
L_2 = VirtualFuncInvoker0< String_t* >::Invoke(20 /* System.String Newtonsoft.Json.JsonReader::get_Path() */, L_1);
String_t* L_3 = ___message1;
Exception_t* L_4 = ___ex2;
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_5;
L_5 = JsonReaderException_Create_m1D49BD020B13AE5CC07E87B3017BF569680A1667(((RuntimeObject*)IsInst((RuntimeObject*)L_0, IJsonLineInfo_t0D0AE8B876EA3C837134934E5A1A3DF9FB72A32C_il2cpp_TypeInfo_var)), L_2, L_3, L_4, NULL);
return L_5;
}
}
// Newtonsoft.Json.JsonReaderException Newtonsoft.Json.JsonReaderException::Create(Newtonsoft.Json.IJsonLineInfo,System.String,System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* JsonReaderException_Create_m1D49BD020B13AE5CC07E87B3017BF569680A1667 (RuntimeObject* ___lineInfo0, String_t* ___path1, String_t* ___message2, Exception_t* ___ex3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IJsonLineInfo_t0D0AE8B876EA3C837134934E5A1A3DF9FB72A32C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonPosition_t7788656A280615072710710E8C15D23285850E8E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA_il2cpp_TypeInfo_var);
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_codegen_runtime_class_init_inline(JsonPosition_t7788656A280615072710710E8C15D23285850E8E_il2cpp_TypeInfo_var);
String_t* L_3;
L_3 = JsonPosition_FormatMessage_m75AF225DE2E1664B976DAA52E080571CC36E51E5(L_0, L_1, L_2, NULL);
___message2 = L_3;
RuntimeObject* L_4 = ___lineInfo0;
if (!L_4)
{
goto IL_0025;
}
}
{
RuntimeObject* L_5 = ___lineInfo0;
NullCheck(L_5);
bool L_6;
L_6 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean Newtonsoft.Json.IJsonLineInfo::HasLineInfo() */, IJsonLineInfo_t0D0AE8B876EA3C837134934E5A1A3DF9FB72A32C_il2cpp_TypeInfo_var, L_5);
if (!L_6)
{
goto IL_0025;
}
}
{
RuntimeObject* L_7 = ___lineInfo0;
NullCheck(L_7);
int32_t L_8;
L_8 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 Newtonsoft.Json.IJsonLineInfo::get_LineNumber() */, IJsonLineInfo_t0D0AE8B876EA3C837134934E5A1A3DF9FB72A32C_il2cpp_TypeInfo_var, L_7);
V_0 = L_8;
RuntimeObject* L_9 = ___lineInfo0;
NullCheck(L_9);
int32_t L_10;
L_10 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 Newtonsoft.Json.IJsonLineInfo::get_LinePosition() */, IJsonLineInfo_t0D0AE8B876EA3C837134934E5A1A3DF9FB72A32C_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;
String_t* L_12 = ___path1;
int32_t L_13 = V_0;
int32_t L_14 = V_1;
Exception_t* L_15 = ___ex3;
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_16 = (JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA*)il2cpp_codegen_object_new(JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA_il2cpp_TypeInfo_var);
NullCheck(L_16);
JsonReaderException__ctor_m512E44BECB687AF69A2718148D4C62525D05FC4D(L_16, L_11, L_12, L_13, L_14, L_15, 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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonRequiredAttribute__ctor_m3EF36A5142593C04D9EC1589DFA7F3FB4EC60FF8 (JsonRequiredAttribute_t1F633B359DFF6D3F0F45370D6E32B635C424F647* __this, const RuntimeMethod* method)
{
{
Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, 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.Int32 Newtonsoft.Json.JsonSerializationException::get_LineNumber()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializationException_get_LineNumber_mF4F8F4195B55B244E4DEE1FC6278DEB204811EF8 (JsonSerializationException_t00F36890DFAC04F2FDE779151340B9C5563612EC* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___U3CLineNumberU3Ek__BackingField_18;
return L_0;
}
}
// System.Int32 Newtonsoft.Json.JsonSerializationException::get_LinePosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializationException_get_LinePosition_mC1E616F6910EE59D2097A9AA14FC6264CDA6A5F1 (JsonSerializationException_t00F36890DFAC04F2FDE779151340B9C5563612EC* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___U3CLinePositionU3Ek__BackingField_19;
return L_0;
}
}
// System.String Newtonsoft.Json.JsonSerializationException::get_Path()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonSerializationException_get_Path_mA95B0ACABB1BC7D07779312FFF20AC91C0740465 (JsonSerializationException_t00F36890DFAC04F2FDE779151340B9C5563612EC* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->___U3CPathU3Ek__BackingField_20;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonSerializationException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializationException__ctor_m75C39E20101C53FA3DA4C053EF1D0BE447D95426 (JsonSerializationException_t00F36890DFAC04F2FDE779151340B9C5563612EC* __this, const RuntimeMethod* method)
{
{
JsonException__ctor_m133E4DB19926E9CB835F6BDCF47EA910A92252A1(__this, NULL);
return;
}
}
// System.Void Newtonsoft.Json.JsonSerializationException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializationException__ctor_m0DDDC290916A23CCCE7A780AF876F9CE5FE58E4A (JsonSerializationException_t00F36890DFAC04F2FDE779151340B9C5563612EC* __this, String_t* ___message0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
JsonException__ctor_m29A7A39A820BD2EFF57EC051CB305B86C4B81FA9(__this, L_0, NULL);
return;
}
}
// System.Void Newtonsoft.Json.JsonSerializationException::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializationException__ctor_m8B8ED999C982B8A742576A1D96FEDFDAF3D68727 (JsonSerializationException_t00F36890DFAC04F2FDE779151340B9C5563612EC* __this, String_t* ___message0, Exception_t* ___innerException1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
Exception_t* L_1 = ___innerException1;
JsonException__ctor_mF25D98C588CF67F15BECFB01FEA535FEC0117CB4(__this, L_0, L_1, NULL);
return;
}
}
// System.Void Newtonsoft.Json.JsonSerializationException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializationException__ctor_m8B8DD2737A0BD15DA2119C8221ECDE622AB1F13C (JsonSerializationException_t00F36890DFAC04F2FDE779151340B9C5563612EC* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___info0, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___context1, const RuntimeMethod* method)
{
{
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___info0;
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___context1;
JsonException__ctor_mF4EA9CF06D3471F221C86E1CF375030528D0090F(__this, L_0, L_1, NULL);
return;
}
}
// System.Void Newtonsoft.Json.JsonSerializationException::.ctor(System.String,System.String,System.Int32,System.Int32,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializationException__ctor_m8E5C2984E44AB328C3EDDC40C24F9B5419BDE42F (JsonSerializationException_t00F36890DFAC04F2FDE779151340B9C5563612EC* __this, String_t* ___message0, String_t* ___path1, int32_t ___lineNumber2, int32_t ___linePosition3, Exception_t* ___innerException4, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
Exception_t* L_1 = ___innerException4;
JsonException__ctor_mF25D98C588CF67F15BECFB01FEA535FEC0117CB4(__this, L_0, L_1, NULL);
String_t* L_2 = ___path1;
__this->___U3CPathU3Ek__BackingField_20 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CPathU3Ek__BackingField_20), (void*)L_2);
int32_t L_3 = ___lineNumber2;
__this->___U3CLineNumberU3Ek__BackingField_18 = L_3;
int32_t L_4 = ___linePosition3;
__this->___U3CLinePositionU3Ek__BackingField_19 = L_4;
return;
}
}
// Newtonsoft.Json.JsonSerializationException Newtonsoft.Json.JsonSerializationException::Create(Newtonsoft.Json.JsonReader,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonSerializationException_t00F36890DFAC04F2FDE779151340B9C5563612EC* JsonSerializationException_Create_m6C7554AD803E3362DCC52A8DB9DC068469CE1D84 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* ___reader0, String_t* ___message1, const RuntimeMethod* method)
{
{
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_0 = ___reader0;
String_t* L_1 = ___message1;
JsonSerializationException_t00F36890DFAC04F2FDE779151340B9C5563612EC* L_2;
L_2 = JsonSerializationException_Create_m28BD6FC20D71B942D753262C01C9D33385DC36D9(L_0, L_1, (Exception_t*)NULL, NULL);
return L_2;
}
}
// Newtonsoft.Json.JsonSerializationException Newtonsoft.Json.JsonSerializationException::Create(Newtonsoft.Json.JsonReader,System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonSerializationException_t00F36890DFAC04F2FDE779151340B9C5563612EC* JsonSerializationException_Create_m28BD6FC20D71B942D753262C01C9D33385DC36D9 (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* ___reader0, String_t* ___message1, Exception_t* ___ex2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IJsonLineInfo_t0D0AE8B876EA3C837134934E5A1A3DF9FB72A32C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_0 = ___reader0;
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_1 = ___reader0;
NullCheck(L_1);
String_t* L_2;
L_2 = VirtualFuncInvoker0< String_t* >::Invoke(20 /* System.String Newtonsoft.Json.JsonReader::get_Path() */, L_1);
String_t* L_3 = ___message1;
Exception_t* L_4 = ___ex2;
JsonSerializationException_t00F36890DFAC04F2FDE779151340B9C5563612EC* L_5;
L_5 = JsonSerializationException_Create_m3A0AD591C001E8EC151F2BEA0DF6B930798AE21D(((RuntimeObject*)IsInst((RuntimeObject*)L_0, IJsonLineInfo_t0D0AE8B876EA3C837134934E5A1A3DF9FB72A32C_il2cpp_TypeInfo_var)), L_2, L_3, L_4, NULL);
return L_5;
}
}
// Newtonsoft.Json.JsonSerializationException Newtonsoft.Json.JsonSerializationException::Create(Newtonsoft.Json.IJsonLineInfo,System.String,System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonSerializationException_t00F36890DFAC04F2FDE779151340B9C5563612EC* JsonSerializationException_Create_m3A0AD591C001E8EC151F2BEA0DF6B930798AE21D (RuntimeObject* ___lineInfo0, String_t* ___path1, String_t* ___message2, Exception_t* ___ex3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IJsonLineInfo_t0D0AE8B876EA3C837134934E5A1A3DF9FB72A32C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonPosition_t7788656A280615072710710E8C15D23285850E8E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonSerializationException_t00F36890DFAC04F2FDE779151340B9C5563612EC_il2cpp_TypeInfo_var);
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_codegen_runtime_class_init_inline(JsonPosition_t7788656A280615072710710E8C15D23285850E8E_il2cpp_TypeInfo_var);
String_t* L_3;
L_3 = JsonPosition_FormatMessage_m75AF225DE2E1664B976DAA52E080571CC36E51E5(L_0, L_1, L_2, NULL);
___message2 = L_3;
RuntimeObject* L_4 = ___lineInfo0;
if (!L_4)
{
goto IL_0025;
}
}
{
RuntimeObject* L_5 = ___lineInfo0;
NullCheck(L_5);
bool L_6;
L_6 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean Newtonsoft.Json.IJsonLineInfo::HasLineInfo() */, IJsonLineInfo_t0D0AE8B876EA3C837134934E5A1A3DF9FB72A32C_il2cpp_TypeInfo_var, L_5);
if (!L_6)
{
goto IL_0025;
}
}
{
RuntimeObject* L_7 = ___lineInfo0;
NullCheck(L_7);
int32_t L_8;
L_8 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 Newtonsoft.Json.IJsonLineInfo::get_LineNumber() */, IJsonLineInfo_t0D0AE8B876EA3C837134934E5A1A3DF9FB72A32C_il2cpp_TypeInfo_var, L_7);
V_0 = L_8;
RuntimeObject* L_9 = ___lineInfo0;
NullCheck(L_9);
int32_t L_10;
L_10 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 Newtonsoft.Json.IJsonLineInfo::get_LinePosition() */, IJsonLineInfo_t0D0AE8B876EA3C837134934E5A1A3DF9FB72A32C_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;
String_t* L_12 = ___path1;
int32_t L_13 = V_0;
int32_t L_14 = V_1;
Exception_t* L_15 = ___ex3;
JsonSerializationException_t00F36890DFAC04F2FDE779151340B9C5563612EC* L_16 = (JsonSerializationException_t00F36890DFAC04F2FDE779151340B9C5563612EC*)il2cpp_codegen_object_new(JsonSerializationException_t00F36890DFAC04F2FDE779151340B9C5563612EC_il2cpp_TypeInfo_var);
NullCheck(L_16);
JsonSerializationException__ctor_m8E5C2984E44AB328C3EDDC40C24F9B5419BDE42F(L_16, L_11, L_12, L_13, L_14, L_15, 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.JsonSerializer::add_Error(System.EventHandler`1<Newtonsoft.Json.Serialization.ErrorEventArgs>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_add_Error_m8ED9D28F2650490A91A5ECA68A3D399FE64C2C39 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380* V_0 = NULL;
EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380* V_1 = NULL;
EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380* V_2 = NULL;
{
EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380* L_0 = __this->___Error_30;
V_0 = L_0;
}
IL_0007:
{
EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380* L_1 = V_0;
V_1 = L_1;
EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380* L_2 = V_1;
EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380* L_3 = ___value0;
Delegate_t* L_4;
L_4 = Delegate_Combine_m8B9D24CED35033C7FC56501DFE650F5CB7FF012C(L_2, L_3, NULL);
V_2 = ((EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380*)Castclass((RuntimeObject*)L_4, EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380_il2cpp_TypeInfo_var));
EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380** L_5 = (&__this->___Error_30);
EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380* L_6 = V_2;
EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380* L_7 = V_1;
EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380* L_8;
L_8 = InterlockedCompareExchangeImpl<EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380*>(L_5, L_6, L_7);
V_0 = L_8;
EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380* L_9 = V_0;
EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380* L_10 = V_1;
if ((!(((RuntimeObject*)(EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380*)L_9) == ((RuntimeObject*)(EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380*)L_10))))
{
goto IL_0007;
}
}
{
return;
}
}
// System.Void Newtonsoft.Json.JsonSerializer::remove_Error(System.EventHandler`1<Newtonsoft.Json.Serialization.ErrorEventArgs>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_remove_Error_m971A111A77BD458681D1D49939522F81396EA486 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380* V_0 = NULL;
EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380* V_1 = NULL;
EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380* V_2 = NULL;
{
EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380* L_0 = __this->___Error_30;
V_0 = L_0;
}
IL_0007:
{
EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380* L_1 = V_0;
V_1 = L_1;
EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380* L_2 = V_1;
EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380* L_3 = ___value0;
Delegate_t* L_4;
L_4 = Delegate_Remove_m40506877934EC1AD4ADAE57F5E97AF0BC0F96116(L_2, L_3, NULL);
V_2 = ((EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380*)Castclass((RuntimeObject*)L_4, EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380_il2cpp_TypeInfo_var));
EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380** L_5 = (&__this->___Error_30);
EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380* L_6 = V_2;
EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380* L_7 = V_1;
EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380* L_8;
L_8 = InterlockedCompareExchangeImpl<EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380*>(L_5, L_6, L_7);
V_0 = L_8;
EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380* L_9 = V_0;
EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380* L_10 = V_1;
if ((!(((RuntimeObject*)(EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380*)L_9) == ((RuntimeObject*)(EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380*)L_10))))
{
goto IL_0007;
}
}
{
return;
}
}
// Newtonsoft.Json.Serialization.IReferenceResolver Newtonsoft.Json.JsonSerializer::get_ReferenceResolver()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializer_get_ReferenceResolver_mC774D8C1F2C4B4ED4481EA3745BA71742E19CE41 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0;
L_0 = JsonSerializer_GetReferenceResolver_m90799FA8F9A70E016947D3DC8C8CF64914A9005F(__this, NULL);
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonSerializer::set_ReferenceResolver(Newtonsoft.Json.Serialization.IReferenceResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_set_ReferenceResolver_mF996B45BD10A050C835C14E80BD99C47F87EE0A0 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
if (L_0)
{
goto IL_0013;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_1);
ArgumentNullException__ctor_m6D9C7B47EA708382838B264BA02EBB7576DFA155(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral55AF7DBF13B32167FCB3F5C1105702295D67D528)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonSerializer_set_ReferenceResolver_mF996B45BD10A050C835C14E80BD99C47F87EE0A0_RuntimeMethod_var)));
}
IL_0013:
{
RuntimeObject* L_2 = ___value0;
__this->____referenceResolver_16 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____referenceResolver_16), (void*)L_2);
return;
}
}
// System.Runtime.Serialization.SerializationBinder Newtonsoft.Json.JsonSerializer::get_Binder()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationBinder_tB959BF0F4EF3F8611E5891A7011DD99F9FD69E2A* JsonSerializer_get_Binder_m101319485BF047A4D829EFED668F12FC195E52E5 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerializationBinderAdapter_tFBDD37985DAFAC30BC71E67FC1F51A0F354A3F1A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerializationBinder_tB959BF0F4EF3F8611E5891A7011DD99F9FD69E2A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
SerializationBinder_tB959BF0F4EF3F8611E5891A7011DD99F9FD69E2A* V_0 = NULL;
SerializationBinderAdapter_tFBDD37985DAFAC30BC71E67FC1F51A0F354A3F1A* V_1 = NULL;
{
RuntimeObject* L_0 = __this->____serializationBinder_14;
V_0 = ((SerializationBinder_tB959BF0F4EF3F8611E5891A7011DD99F9FD69E2A*)IsInstClass((RuntimeObject*)L_0, SerializationBinder_tB959BF0F4EF3F8611E5891A7011DD99F9FD69E2A_il2cpp_TypeInfo_var));
SerializationBinder_tB959BF0F4EF3F8611E5891A7011DD99F9FD69E2A* L_1 = V_0;
if (!L_1)
{
goto IL_0011;
}
}
{
SerializationBinder_tB959BF0F4EF3F8611E5891A7011DD99F9FD69E2A* L_2 = V_0;
return L_2;
}
IL_0011:
{
RuntimeObject* L_3 = __this->____serializationBinder_14;
V_1 = ((SerializationBinderAdapter_tFBDD37985DAFAC30BC71E67FC1F51A0F354A3F1A*)IsInstClass((RuntimeObject*)L_3, SerializationBinderAdapter_tFBDD37985DAFAC30BC71E67FC1F51A0F354A3F1A_il2cpp_TypeInfo_var));
SerializationBinderAdapter_tFBDD37985DAFAC30BC71E67FC1F51A0F354A3F1A* L_4 = V_1;
if (!L_4)
{
goto IL_0027;
}
}
{
SerializationBinderAdapter_tFBDD37985DAFAC30BC71E67FC1F51A0F354A3F1A* L_5 = V_1;
NullCheck(L_5);
SerializationBinder_tB959BF0F4EF3F8611E5891A7011DD99F9FD69E2A* L_6 = L_5->___SerializationBinder_0;
return L_6;
}
IL_0027:
{
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_7 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_7);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEE710863535BE9B7DACB2F9ED0EB20F85D091B7D)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonSerializer_get_Binder_m101319485BF047A4D829EFED668F12FC195E52E5_RuntimeMethod_var)));
}
}
// System.Void Newtonsoft.Json.JsonSerializer::set_Binder(System.Runtime.Serialization.SerializationBinder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_set_Binder_mBADB914660791D1815A3971AB2BAD407240C6B14 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, SerializationBinder_tB959BF0F4EF3F8611E5891A7011DD99F9FD69E2A* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISerializationBinder_t3C8B850335FB40001C9201981439AE77B430031F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerializationBinderAdapter_tFBDD37985DAFAC30BC71E67FC1F51A0F354A3F1A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* G_B4_0 = NULL;
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* G_B4_1 = NULL;
RuntimeObject* G_B3_0 = NULL;
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* G_B3_1 = NULL;
{
SerializationBinder_tB959BF0F4EF3F8611E5891A7011DD99F9FD69E2A* L_0 = ___value0;
if (L_0)
{
goto IL_0013;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_1);
ArgumentNullException__ctor_m6D9C7B47EA708382838B264BA02EBB7576DFA155(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB56B1A8EB1266CAF5186ABF821BE92341AEB5FAF)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonSerializer_set_Binder_mBADB914660791D1815A3971AB2BAD407240C6B14_RuntimeMethod_var)));
}
IL_0013:
{
SerializationBinder_tB959BF0F4EF3F8611E5891A7011DD99F9FD69E2A* L_2 = ___value0;
RuntimeObject* L_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_2, ISerializationBinder_t3C8B850335FB40001C9201981439AE77B430031F_il2cpp_TypeInfo_var));
G_B3_0 = L_3;
G_B3_1 = __this;
if (L_3)
{
G_B4_0 = L_3;
G_B4_1 = __this;
goto IL_0024;
}
}
{
SerializationBinder_tB959BF0F4EF3F8611E5891A7011DD99F9FD69E2A* L_4 = ___value0;
SerializationBinderAdapter_tFBDD37985DAFAC30BC71E67FC1F51A0F354A3F1A* L_5 = (SerializationBinderAdapter_tFBDD37985DAFAC30BC71E67FC1F51A0F354A3F1A*)il2cpp_codegen_object_new(SerializationBinderAdapter_tFBDD37985DAFAC30BC71E67FC1F51A0F354A3F1A_il2cpp_TypeInfo_var);
NullCheck(L_5);
SerializationBinderAdapter__ctor_m721DAA586B1E38C52C7E130700058D4B5B07E5C0(L_5, L_4, NULL);
G_B4_0 = ((RuntimeObject*)(L_5));
G_B4_1 = G_B3_1;
}
IL_0024:
{
NullCheck(G_B4_1);
G_B4_1->____serializationBinder_14 = G_B4_0;
Il2CppCodeGenWriteBarrier((void**)(&G_B4_1->____serializationBinder_14), (void*)G_B4_0);
return;
}
}
// Newtonsoft.Json.Serialization.ISerializationBinder Newtonsoft.Json.JsonSerializer::get_SerializationBinder()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializer_get_SerializationBinder_m1D9475AB2ADA359A03A820583F72D71B454E2CD5 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->____serializationBinder_14;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonSerializer::set_SerializationBinder(Newtonsoft.Json.Serialization.ISerializationBinder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_set_SerializationBinder_m0DC80BCCBB9C946381A166ED5A969F0171409700 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
if (L_0)
{
goto IL_0013;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_1);
ArgumentNullException__ctor_m6D9C7B47EA708382838B264BA02EBB7576DFA155(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB56B1A8EB1266CAF5186ABF821BE92341AEB5FAF)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonSerializer_set_SerializationBinder_m0DC80BCCBB9C946381A166ED5A969F0171409700_RuntimeMethod_var)));
}
IL_0013:
{
RuntimeObject* L_2 = ___value0;
__this->____serializationBinder_14 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____serializationBinder_14), (void*)L_2);
return;
}
}
// Newtonsoft.Json.Serialization.ITraceWriter Newtonsoft.Json.JsonSerializer::get_TraceWriter()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializer_get_TraceWriter_mFFADF5321CC33F189F47C05137F99E76A93E8001 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->____traceWriter_12;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonSerializer::set_TraceWriter(Newtonsoft.Json.Serialization.ITraceWriter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_set_TraceWriter_m802173793A3C9CA70F10DCE416600DE518283538 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
__this->____traceWriter_12 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____traceWriter_12), (void*)L_0);
return;
}
}
// System.Collections.IEqualityComparer Newtonsoft.Json.JsonSerializer::get_EqualityComparer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializer_get_EqualityComparer_mB5DCC4A55AA0CEC6EE67735D6876FFC0C9608869 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->____equalityComparer_13;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonSerializer::set_EqualityComparer(System.Collections.IEqualityComparer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_set_EqualityComparer_m6EA25C41DEE7F87A96FB1BB3C496FC047E2EF498 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
__this->____equalityComparer_13 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____equalityComparer_13), (void*)L_0);
return;
}
}
// Newtonsoft.Json.TypeNameHandling Newtonsoft.Json.JsonSerializer::get_TypeNameHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializer_get_TypeNameHandling_m14FC4A62A4482CD9ECB61B4C254FD6FAE7F5B0EA (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____typeNameHandling_0;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonSerializer::set_TypeNameHandling(Newtonsoft.Json.TypeNameHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_set_TypeNameHandling_m53B1E2AD1781281688AF0728F61ECD6E4800FE2B (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_0008;
}
}
{
int32_t L_1 = ___value0;
if ((((int32_t)L_1) <= ((int32_t)4)))
{
goto IL_0013;
}
}
IL_0008:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_2 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonSerializer_set_TypeNameHandling_m53B1E2AD1781281688AF0728F61ECD6E4800FE2B_RuntimeMethod_var)));
}
IL_0013:
{
int32_t L_3 = ___value0;
__this->____typeNameHandling_0 = L_3;
return;
}
}
// System.Runtime.Serialization.Formatters.FormatterAssemblyStyle Newtonsoft.Json.JsonSerializer::get_TypeNameAssemblyFormat()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializer_get_TypeNameAssemblyFormat_mD50914808FAF29CC9582286925BE38506DDE6128 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____typeNameAssemblyFormatHandling_1;
return (int32_t)(L_0);
}
}
// System.Void Newtonsoft.Json.JsonSerializer::set_TypeNameAssemblyFormat(System.Runtime.Serialization.Formatters.FormatterAssemblyStyle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_set_TypeNameAssemblyFormat_mEE839C3CC76B8970E16033AF785EA27552934AA7 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_0008;
}
}
{
int32_t L_1 = ___value0;
if ((((int32_t)L_1) <= ((int32_t)1)))
{
goto IL_0013;
}
}
IL_0008:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_2 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonSerializer_set_TypeNameAssemblyFormat_mEE839C3CC76B8970E16033AF785EA27552934AA7_RuntimeMethod_var)));
}
IL_0013:
{
int32_t L_3 = ___value0;
__this->____typeNameAssemblyFormatHandling_1 = L_3;
return;
}
}
// Newtonsoft.Json.TypeNameAssemblyFormatHandling Newtonsoft.Json.JsonSerializer::get_TypeNameAssemblyFormatHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializer_get_TypeNameAssemblyFormatHandling_mCC57CD31667F7FFB9AD69441C6ECC8B7B06DD13C (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____typeNameAssemblyFormatHandling_1;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonSerializer::set_TypeNameAssemblyFormatHandling(Newtonsoft.Json.TypeNameAssemblyFormatHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_set_TypeNameAssemblyFormatHandling_m7FA0D0A55A893F44FD22A891436BAA34CF3442EE (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_0008;
}
}
{
int32_t L_1 = ___value0;
if ((((int32_t)L_1) <= ((int32_t)1)))
{
goto IL_0013;
}
}
IL_0008:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_2 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonSerializer_set_TypeNameAssemblyFormatHandling_m7FA0D0A55A893F44FD22A891436BAA34CF3442EE_RuntimeMethod_var)));
}
IL_0013:
{
int32_t L_3 = ___value0;
__this->____typeNameAssemblyFormatHandling_1 = L_3;
return;
}
}
// Newtonsoft.Json.PreserveReferencesHandling Newtonsoft.Json.JsonSerializer::get_PreserveReferencesHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializer_get_PreserveReferencesHandling_m90BC6C343B894C64AFC8DAFE5DA7C817611D9207 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____preserveReferencesHandling_2;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonSerializer::set_PreserveReferencesHandling(Newtonsoft.Json.PreserveReferencesHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_set_PreserveReferencesHandling_mF24D1DA24B14BA618ACAD87C0A899E474B469D64 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_0008;
}
}
{
int32_t L_1 = ___value0;
if ((((int32_t)L_1) <= ((int32_t)3)))
{
goto IL_0013;
}
}
IL_0008:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_2 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonSerializer_set_PreserveReferencesHandling_mF24D1DA24B14BA618ACAD87C0A899E474B469D64_RuntimeMethod_var)));
}
IL_0013:
{
int32_t L_3 = ___value0;
__this->____preserveReferencesHandling_2 = L_3;
return;
}
}
// Newtonsoft.Json.ReferenceLoopHandling Newtonsoft.Json.JsonSerializer::get_ReferenceLoopHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializer_get_ReferenceLoopHandling_m1FA1F5E72E29EE91B714EDB6C8E76660450302AA (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____referenceLoopHandling_3;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonSerializer::set_ReferenceLoopHandling(Newtonsoft.Json.ReferenceLoopHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_set_ReferenceLoopHandling_m82082A93BCECEB8554123D00DD7C0DBA40DD0709 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_0008;
}
}
{
int32_t L_1 = ___value0;
if ((((int32_t)L_1) <= ((int32_t)2)))
{
goto IL_0013;
}
}
IL_0008:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_2 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonSerializer_set_ReferenceLoopHandling_m82082A93BCECEB8554123D00DD7C0DBA40DD0709_RuntimeMethod_var)));
}
IL_0013:
{
int32_t L_3 = ___value0;
__this->____referenceLoopHandling_3 = L_3;
return;
}
}
// Newtonsoft.Json.MissingMemberHandling Newtonsoft.Json.JsonSerializer::get_MissingMemberHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializer_get_MissingMemberHandling_m9AE0F027B5DC402C33F31F1C7F2E985216505865 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____missingMemberHandling_4;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonSerializer::set_MissingMemberHandling(Newtonsoft.Json.MissingMemberHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_set_MissingMemberHandling_m6B023E04A6921DE7F2C2CFC5BF9FBCEEC0196514 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_0008;
}
}
{
int32_t L_1 = ___value0;
if ((((int32_t)L_1) <= ((int32_t)1)))
{
goto IL_0013;
}
}
IL_0008:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_2 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonSerializer_set_MissingMemberHandling_m6B023E04A6921DE7F2C2CFC5BF9FBCEEC0196514_RuntimeMethod_var)));
}
IL_0013:
{
int32_t L_3 = ___value0;
__this->____missingMemberHandling_4 = L_3;
return;
}
}
// Newtonsoft.Json.NullValueHandling Newtonsoft.Json.JsonSerializer::get_NullValueHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializer_get_NullValueHandling_m973A29BA9DD9B653D15A968957A10595D7E2C57F (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____nullValueHandling_6;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonSerializer::set_NullValueHandling(Newtonsoft.Json.NullValueHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_set_NullValueHandling_m69454B6187F3C4C4EF4BC701B044A75F496BEB8E (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_0008;
}
}
{
int32_t L_1 = ___value0;
if ((((int32_t)L_1) <= ((int32_t)1)))
{
goto IL_0013;
}
}
IL_0008:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_2 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonSerializer_set_NullValueHandling_m69454B6187F3C4C4EF4BC701B044A75F496BEB8E_RuntimeMethod_var)));
}
IL_0013:
{
int32_t L_3 = ___value0;
__this->____nullValueHandling_6 = L_3;
return;
}
}
// Newtonsoft.Json.DefaultValueHandling Newtonsoft.Json.JsonSerializer::get_DefaultValueHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializer_get_DefaultValueHandling_mBC565171DBBE7DF7ECE9E38F152631D293905A10 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____defaultValueHandling_7;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonSerializer::set_DefaultValueHandling(Newtonsoft.Json.DefaultValueHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_set_DefaultValueHandling_m93AA18CF60212E9F8F8AE186A8DEB0D21ABF2AF6 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_0008;
}
}
{
int32_t L_1 = ___value0;
if ((((int32_t)L_1) <= ((int32_t)3)))
{
goto IL_0013;
}
}
IL_0008:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_2 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonSerializer_set_DefaultValueHandling_m93AA18CF60212E9F8F8AE186A8DEB0D21ABF2AF6_RuntimeMethod_var)));
}
IL_0013:
{
int32_t L_3 = ___value0;
__this->____defaultValueHandling_7 = L_3;
return;
}
}
// Newtonsoft.Json.ObjectCreationHandling Newtonsoft.Json.JsonSerializer::get_ObjectCreationHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializer_get_ObjectCreationHandling_mB435C0075A4A376DDCBC5C7F6124D125CD9C82E4 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____objectCreationHandling_5;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonSerializer::set_ObjectCreationHandling(Newtonsoft.Json.ObjectCreationHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_set_ObjectCreationHandling_mDF99455B480225939D04E9B41626E0EE259EEC4A (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_0008;
}
}
{
int32_t L_1 = ___value0;
if ((((int32_t)L_1) <= ((int32_t)2)))
{
goto IL_0013;
}
}
IL_0008:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_2 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonSerializer_set_ObjectCreationHandling_mDF99455B480225939D04E9B41626E0EE259EEC4A_RuntimeMethod_var)));
}
IL_0013:
{
int32_t L_3 = ___value0;
__this->____objectCreationHandling_5 = L_3;
return;
}
}
// Newtonsoft.Json.ConstructorHandling Newtonsoft.Json.JsonSerializer::get_ConstructorHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializer_get_ConstructorHandling_m0924FB8AE1279C59FE9F6AD04DFF82F047BB28B0 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____constructorHandling_8;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonSerializer::set_ConstructorHandling(Newtonsoft.Json.ConstructorHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_set_ConstructorHandling_mA9D7108344EFC8C7559ECEC31F0D63AEB3305B61 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_0008;
}
}
{
int32_t L_1 = ___value0;
if ((((int32_t)L_1) <= ((int32_t)1)))
{
goto IL_0013;
}
}
IL_0008:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_2 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonSerializer_set_ConstructorHandling_mA9D7108344EFC8C7559ECEC31F0D63AEB3305B61_RuntimeMethod_var)));
}
IL_0013:
{
int32_t L_3 = ___value0;
__this->____constructorHandling_8 = L_3;
return;
}
}
// Newtonsoft.Json.MetadataPropertyHandling Newtonsoft.Json.JsonSerializer::get_MetadataPropertyHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializer_get_MetadataPropertyHandling_m88BB4FA44E8D735834F4E8CF1780D818F9BFC49B (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____metadataPropertyHandling_9;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonSerializer::set_MetadataPropertyHandling(Newtonsoft.Json.MetadataPropertyHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_set_MetadataPropertyHandling_m8390531F6FC7199ABA6A72B79FFF9BC2064203C3 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_0008;
}
}
{
int32_t L_1 = ___value0;
if ((((int32_t)L_1) <= ((int32_t)2)))
{
goto IL_0013;
}
}
IL_0008:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_2 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_2);
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonSerializer_set_MetadataPropertyHandling_m8390531F6FC7199ABA6A72B79FFF9BC2064203C3_RuntimeMethod_var)));
}
IL_0013:
{
int32_t L_3 = ___value0;
__this->____metadataPropertyHandling_9 = L_3;
return;
}
}
// Newtonsoft.Json.JsonConverterCollection Newtonsoft.Json.JsonSerializer::get_Converters()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonConverterCollection_t6EEC84565C08B14107276B5023CE9E978DFCDF89* JsonSerializer_get_Converters_m8AAEAABF444A93BA1756D99F471EAED135EE6B82 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConverterCollection_t6EEC84565C08B14107276B5023CE9E978DFCDF89_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
JsonConverterCollection_t6EEC84565C08B14107276B5023CE9E978DFCDF89* L_0 = __this->____converters_10;
if (L_0)
{
goto IL_0013;
}
}
{
JsonConverterCollection_t6EEC84565C08B14107276B5023CE9E978DFCDF89* L_1 = (JsonConverterCollection_t6EEC84565C08B14107276B5023CE9E978DFCDF89*)il2cpp_codegen_object_new(JsonConverterCollection_t6EEC84565C08B14107276B5023CE9E978DFCDF89_il2cpp_TypeInfo_var);
NullCheck(L_1);
JsonConverterCollection__ctor_m0C47B6863A198C76E6C4F4D3415E3C426FACE042(L_1, NULL);
__this->____converters_10 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____converters_10), (void*)L_1);
}
IL_0013:
{
JsonConverterCollection_t6EEC84565C08B14107276B5023CE9E978DFCDF89* L_2 = __this->____converters_10;
return L_2;
}
}
// Newtonsoft.Json.Serialization.IContractResolver Newtonsoft.Json.JsonSerializer::get_ContractResolver()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializer_get_ContractResolver_m247BB8F47D90CA25CEDFA1A2C23807805F9A9251 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->____contractResolver_11;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonSerializer::set_ContractResolver(Newtonsoft.Json.Serialization.IContractResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_set_ContractResolver_m307DA90F879761FF996B41619946848F2A965820 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* G_B2_0 = NULL;
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* G_B2_1 = NULL;
RuntimeObject* G_B1_0 = NULL;
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* 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_codegen_runtime_class_init_inline(DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var);
RuntimeObject* L_2;
L_2 = DefaultContractResolver_get_Instance_mE3A5B31B25C6A9BA0EF7FD074861AA430F0962F1_inline(NULL);
G_B2_0 = L_2;
G_B2_1 = G_B1_1;
}
IL_000b:
{
NullCheck(G_B2_1);
G_B2_1->____contractResolver_11 = G_B2_0;
Il2CppCodeGenWriteBarrier((void**)(&G_B2_1->____contractResolver_11), (void*)G_B2_0);
return;
}
}
// System.Runtime.Serialization.StreamingContext Newtonsoft.Json.JsonSerializer::get_Context()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 JsonSerializer_get_Context_mF31AD53E1C4DE2EA56113919E3FED192867E1CA2 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, const RuntimeMethod* method)
{
{
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_0 = __this->____context_15;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonSerializer::set_Context(System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_set_Context_m172446E1E6A162CFF7779F72FFC6D3BD38F277FF (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___value0, const RuntimeMethod* method)
{
{
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_0 = ___value0;
__this->____context_15 = L_0;
Il2CppCodeGenWriteBarrier((void**)&(((&__this->____context_15))->___m_additionalContext_0), (void*)NULL);
return;
}
}
// Newtonsoft.Json.Formatting Newtonsoft.Json.JsonSerializer::get_Formatting()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializer_get_Formatting_mAEB9A06613BCF0315AFCDF8A730AA5AC33C136B9 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mD9A1772CD0FEA58D40AB9FF4EF624F8E179FE910_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Nullable_1_tAEE2B9C53750E53F9B91B70967290720873E8D3E* L_0 = (&__this->____formatting_17);
int32_t L_1;
L_1 = Nullable_1_GetValueOrDefault_mD9A1772CD0FEA58D40AB9FF4EF624F8E179FE910_inline(L_0, Nullable_1_GetValueOrDefault_mD9A1772CD0FEA58D40AB9FF4EF624F8E179FE910_RuntimeMethod_var);
return L_1;
}
}
// System.Void Newtonsoft.Json.JsonSerializer::set_Formatting(Newtonsoft.Json.Formatting)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_set_Formatting_mF8A8113882CBBEAC5EAD7668AA0F7A3FFB997941 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m311B57331EECB792DBAD038699DB1623EB04585B_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
Nullable_1_tAEE2B9C53750E53F9B91B70967290720873E8D3E L_1;
memset((&L_1), 0, sizeof(L_1));
Nullable_1__ctor_m311B57331EECB792DBAD038699DB1623EB04585B((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_m311B57331EECB792DBAD038699DB1623EB04585B_RuntimeMethod_var);
__this->____formatting_17 = L_1;
return;
}
}
// Newtonsoft.Json.DateFormatHandling Newtonsoft.Json.JsonSerializer::get_DateFormatHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializer_get_DateFormatHandling_m4FA7A77D82F52A585678D8F7AF9C3731C85C9AB1 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m1C4472FB0CB532C4E2EA56AFCF6F7D9E76F35B19_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Nullable_1_t4776B8A4D0D52AA8BDCD45E6D7070659326453D2* L_0 = (&__this->____dateFormatHandling_18);
int32_t L_1;
L_1 = Nullable_1_GetValueOrDefault_m1C4472FB0CB532C4E2EA56AFCF6F7D9E76F35B19_inline(L_0, Nullable_1_GetValueOrDefault_m1C4472FB0CB532C4E2EA56AFCF6F7D9E76F35B19_RuntimeMethod_var);
return L_1;
}
}
// System.Void Newtonsoft.Json.JsonSerializer::set_DateFormatHandling(Newtonsoft.Json.DateFormatHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_set_DateFormatHandling_m44A3C47C024237DE4F8881CA3F427E53CA9BF964 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mEDA931BC5332E8D44357D90737247E83969FFE84_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
Nullable_1_t4776B8A4D0D52AA8BDCD45E6D7070659326453D2 L_1;
memset((&L_1), 0, sizeof(L_1));
Nullable_1__ctor_mEDA931BC5332E8D44357D90737247E83969FFE84((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_mEDA931BC5332E8D44357D90737247E83969FFE84_RuntimeMethod_var);
__this->____dateFormatHandling_18 = L_1;
return;
}
}
// Newtonsoft.Json.DateTimeZoneHandling Newtonsoft.Json.JsonSerializer::get_DateTimeZoneHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializer_get_DateTimeZoneHandling_m6372DB344A2079E2CAC303B9CA33F2A8E4EFF6DF (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mCF737EB39796319BEE4826CD667FAAF67D229CE4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mC8284E7BC5A0BC5FD0718B6B93B9CD8AA357BB55_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
Nullable_1_tD88F7E37B65824D38D74608E576D1265E5A2D2B2 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Nullable_1_tD88F7E37B65824D38D74608E576D1265E5A2D2B2 L_0 = __this->____dateTimeZoneHandling_19;
V_0 = L_0;
bool L_1;
L_1 = Nullable_1_get_HasValue_mC8284E7BC5A0BC5FD0718B6B93B9CD8AA357BB55_inline((&V_0), Nullable_1_get_HasValue_mC8284E7BC5A0BC5FD0718B6B93B9CD8AA357BB55_RuntimeMethod_var);
if (L_1)
{
goto IL_0012;
}
}
{
return (int32_t)(3);
}
IL_0012:
{
int32_t L_2;
L_2 = Nullable_1_GetValueOrDefault_mCF737EB39796319BEE4826CD667FAAF67D229CE4_inline((&V_0), Nullable_1_GetValueOrDefault_mCF737EB39796319BEE4826CD667FAAF67D229CE4_RuntimeMethod_var);
return L_2;
}
}
// System.Void Newtonsoft.Json.JsonSerializer::set_DateTimeZoneHandling(Newtonsoft.Json.DateTimeZoneHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_set_DateTimeZoneHandling_mE6E9EB282D5152C764692C5061E74E3A8CD38C90 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m2ED14CBE705E3AD5E0395243C765C128BDC0F930_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
Nullable_1_tD88F7E37B65824D38D74608E576D1265E5A2D2B2 L_1;
memset((&L_1), 0, sizeof(L_1));
Nullable_1__ctor_m2ED14CBE705E3AD5E0395243C765C128BDC0F930((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_m2ED14CBE705E3AD5E0395243C765C128BDC0F930_RuntimeMethod_var);
__this->____dateTimeZoneHandling_19 = L_1;
return;
}
}
// Newtonsoft.Json.DateParseHandling Newtonsoft.Json.JsonSerializer::get_DateParseHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializer_get_DateParseHandling_m89ABB9015D9DEEE6F862B2C0B3946025B35805E5 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m37D1F7239FEECB844A295C36AD69023F6A03A0E2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mEB8CB060CBB6BC228BA470891E2A8C58E3807AAE_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
Nullable_1_tDC640D18A54CA8F0A3C74518CBC15D439C8FC228 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Nullable_1_tDC640D18A54CA8F0A3C74518CBC15D439C8FC228 L_0 = __this->____dateParseHandling_20;
V_0 = L_0;
bool L_1;
L_1 = Nullable_1_get_HasValue_mEB8CB060CBB6BC228BA470891E2A8C58E3807AAE_inline((&V_0), Nullable_1_get_HasValue_mEB8CB060CBB6BC228BA470891E2A8C58E3807AAE_RuntimeMethod_var);
if (L_1)
{
goto IL_0012;
}
}
{
return (int32_t)(1);
}
IL_0012:
{
int32_t L_2;
L_2 = Nullable_1_GetValueOrDefault_m37D1F7239FEECB844A295C36AD69023F6A03A0E2_inline((&V_0), Nullable_1_GetValueOrDefault_m37D1F7239FEECB844A295C36AD69023F6A03A0E2_RuntimeMethod_var);
return L_2;
}
}
// System.Void Newtonsoft.Json.JsonSerializer::set_DateParseHandling(Newtonsoft.Json.DateParseHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_set_DateParseHandling_m1222C384A52382FDDB248500136DA565312292F5 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mE09573A712FD6592F678A36870D665CF04E4508D_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
Nullable_1_tDC640D18A54CA8F0A3C74518CBC15D439C8FC228 L_1;
memset((&L_1), 0, sizeof(L_1));
Nullable_1__ctor_mE09573A712FD6592F678A36870D665CF04E4508D((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_mE09573A712FD6592F678A36870D665CF04E4508D_RuntimeMethod_var);
__this->____dateParseHandling_20 = L_1;
return;
}
}
// Newtonsoft.Json.FloatParseHandling Newtonsoft.Json.JsonSerializer::get_FloatParseHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializer_get_FloatParseHandling_mDB6CF52FD88A7B73BC8A467D574A52AF4C80978A (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m9A30131EC9AEF586D37D076D78BB4A384BA907D9_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Nullable_1_tC13211A32645AE3863530378A08BC45089EE419B* L_0 = (&__this->____floatParseHandling_22);
int32_t L_1;
L_1 = Nullable_1_GetValueOrDefault_m9A30131EC9AEF586D37D076D78BB4A384BA907D9_inline(L_0, Nullable_1_GetValueOrDefault_m9A30131EC9AEF586D37D076D78BB4A384BA907D9_RuntimeMethod_var);
return L_1;
}
}
// System.Void Newtonsoft.Json.JsonSerializer::set_FloatParseHandling(Newtonsoft.Json.FloatParseHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_set_FloatParseHandling_m9294A4692BA25949818D2FF6CF22F8114EA6EE77 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m9E1D9019C2EAC4FC5A849A9C76B23BF58A6722A9_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
Nullable_1_tC13211A32645AE3863530378A08BC45089EE419B L_1;
memset((&L_1), 0, sizeof(L_1));
Nullable_1__ctor_m9E1D9019C2EAC4FC5A849A9C76B23BF58A6722A9((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_m9E1D9019C2EAC4FC5A849A9C76B23BF58A6722A9_RuntimeMethod_var);
__this->____floatParseHandling_22 = L_1;
return;
}
}
// Newtonsoft.Json.FloatFormatHandling Newtonsoft.Json.JsonSerializer::get_FloatFormatHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializer_get_FloatFormatHandling_mF95A3A65FA89323E730AD450BB0A04CE284972B2 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m05CA8E1B6A351F3A5603AF3DC5E446E8089CB56D_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Nullable_1_tEAE8D5B59DCEB4F809A8A5F390EAAC18F266B822* L_0 = (&__this->____floatFormatHandling_21);
int32_t L_1;
L_1 = Nullable_1_GetValueOrDefault_m05CA8E1B6A351F3A5603AF3DC5E446E8089CB56D_inline(L_0, Nullable_1_GetValueOrDefault_m05CA8E1B6A351F3A5603AF3DC5E446E8089CB56D_RuntimeMethod_var);
return L_1;
}
}
// System.Void Newtonsoft.Json.JsonSerializer::set_FloatFormatHandling(Newtonsoft.Json.FloatFormatHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_set_FloatFormatHandling_m93988174AF591618C3E06F121EEEB3133A733ABA (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mA5863E524F19F6B1DCD3C4A1CAC06ED60F9CA6E2_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
Nullable_1_tEAE8D5B59DCEB4F809A8A5F390EAAC18F266B822 L_1;
memset((&L_1), 0, sizeof(L_1));
Nullable_1__ctor_mA5863E524F19F6B1DCD3C4A1CAC06ED60F9CA6E2((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_mA5863E524F19F6B1DCD3C4A1CAC06ED60F9CA6E2_RuntimeMethod_var);
__this->____floatFormatHandling_21 = L_1;
return;
}
}
// Newtonsoft.Json.StringEscapeHandling Newtonsoft.Json.JsonSerializer::get_StringEscapeHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializer_get_StringEscapeHandling_mC4A582E7F95B0C6585593EFD80CA6D70DAA023C1 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mFA59F12B51F88443EC69B353580127B218974064_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Nullable_1_t61214A44C233A0B00A9F79E380485D79D5FAA7C6* L_0 = (&__this->____stringEscapeHandling_23);
int32_t L_1;
L_1 = Nullable_1_GetValueOrDefault_mFA59F12B51F88443EC69B353580127B218974064_inline(L_0, Nullable_1_GetValueOrDefault_mFA59F12B51F88443EC69B353580127B218974064_RuntimeMethod_var);
return L_1;
}
}
// System.Void Newtonsoft.Json.JsonSerializer::set_StringEscapeHandling(Newtonsoft.Json.StringEscapeHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_set_StringEscapeHandling_m7C280E25E55ED3A0A26B75E7F7B4A374D5FAA89B (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m7AC7CA842FEEBAE7F715892237C4F1199083EB64_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
Nullable_1_t61214A44C233A0B00A9F79E380485D79D5FAA7C6 L_1;
memset((&L_1), 0, sizeof(L_1));
Nullable_1__ctor_m7AC7CA842FEEBAE7F715892237C4F1199083EB64((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_m7AC7CA842FEEBAE7F715892237C4F1199083EB64_RuntimeMethod_var);
__this->____stringEscapeHandling_23 = L_1;
return;
}
}
// System.String Newtonsoft.Json.JsonSerializer::get_DateFormatString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonSerializer_get_DateFormatString_m3AB5E670EAB03BCEDB1872C75971E9EB460EA4AD (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFD0BD4C28C5DD340193C602B92723689D3AD161B);
s_Il2CppMethodInitialized = true;
}
String_t* G_B2_0 = NULL;
String_t* G_B1_0 = NULL;
{
String_t* L_0 = __this->____dateFormatString_28;
String_t* L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_000f;
}
}
{
G_B2_0 = _stringLiteralFD0BD4C28C5DD340193C602B92723689D3AD161B;
}
IL_000f:
{
return G_B2_0;
}
}
// System.Void Newtonsoft.Json.JsonSerializer::set_DateFormatString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_set_DateFormatString_m67BEC96243CE21B71596DD08F54B1CF7CAAB9EC7 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->____dateFormatString_28 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____dateFormatString_28), (void*)L_0);
__this->____dateFormatStringSet_29 = (bool)1;
return;
}
}
// System.Globalization.CultureInfo Newtonsoft.Json.JsonSerializer::get_Culture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* JsonSerializer_get_Culture_mA7A70FDC78BDE34F50CC7825C36A98F149F0437E (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* G_B2_0 = NULL;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* G_B1_0 = NULL;
{
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0 = __this->____culture_24;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_000f;
}
}
{
il2cpp_codegen_runtime_class_init_inline(JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_2 = ((JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF_StaticFields*)il2cpp_codegen_static_fields_for(JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF_il2cpp_TypeInfo_var))->___DefaultCulture_18;
G_B2_0 = L_2;
}
IL_000f:
{
return G_B2_0;
}
}
// System.Void Newtonsoft.Json.JsonSerializer::set_Culture(System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_set_Culture_mDF6CD0615AB1624F2B3B47C133AEECC58CA2C24B (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___value0, const RuntimeMethod* method)
{
{
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0 = ___value0;
__this->____culture_24 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____culture_24), (void*)L_0);
return;
}
}
// System.Nullable`1<System.Int32> Newtonsoft.Json.JsonSerializer::get_MaxDepth()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 JsonSerializer_get_MaxDepth_mBE782FC58BC916044D38A1E03B6401DD93BEAFFC (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, const RuntimeMethod* method)
{
{
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_0 = __this->____maxDepth_25;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonSerializer::set_MaxDepth(System.Nullable`1<System.Int32>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_set_MaxDepth_mEF7B11A008F6AD3046586839BA501AE83836D760 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t V_1 = 0;
{
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_0 = ___value0;
V_0 = L_0;
V_1 = 0;
int32_t L_1;
L_1 = Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_inline((&V_0), Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_RuntimeMethod_var);
int32_t L_2 = V_1;
bool L_3;
L_3 = Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_inline((&V_0), Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_RuntimeMethod_var);
if (!((int32_t)(((((int32_t)((((int32_t)L_1) > ((int32_t)L_2))? 1 : 0)) == ((int32_t)0))? 1 : 0)&(int32_t)L_3)))
{
goto IL_002b;
}
}
{
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_4 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_4);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral36A2069F2EBB68A1BE4AF9D9FF3B475C9EE76A26)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonSerializer_set_MaxDepth_mEF7B11A008F6AD3046586839BA501AE83836D760_RuntimeMethod_var)));
}
IL_002b:
{
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_5 = ___value0;
__this->____maxDepth_25 = L_5;
__this->____maxDepthSet_26 = (bool)1;
return;
}
}
// System.Boolean Newtonsoft.Json.JsonSerializer::get_CheckAdditionalContent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonSerializer_get_CheckAdditionalContent_m3E80D386B770A1A56CFD3FBE70D93A2C992F24B3 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* L_0 = (&__this->____checkAdditionalContent_27);
bool L_1;
L_1 = Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_inline(L_0, Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_RuntimeMethod_var);
return L_1;
}
}
// System.Void Newtonsoft.Json.JsonSerializer::set_CheckAdditionalContent(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_set_CheckAdditionalContent_m9681CF9A2B6E3574BBA8992D561E0B2DA4D5EF23 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = ___value0;
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_1;
memset((&L_1), 0, sizeof(L_1));
Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var);
__this->____checkAdditionalContent_27 = L_1;
return;
}
}
// System.Boolean Newtonsoft.Json.JsonSerializer::IsCheckAdditionalContentSet()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonSerializer_IsCheckAdditionalContentSet_mF612DA7202241577EE38C3BED5791065247FA9EF (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* L_0 = (&__this->____checkAdditionalContent_27);
bool L_1;
L_1 = Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_inline(L_0, Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var);
return L_1;
}
}
// System.Void Newtonsoft.Json.JsonSerializer::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer__ctor_m54DC16B93FE333917E76324295F64409DBB9893B (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultSerializationBinder_t6767000E873D10EBF36E0C036CC1926542B5112D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
__this->____referenceLoopHandling_3 = 0;
__this->____missingMemberHandling_4 = 0;
__this->____nullValueHandling_6 = 0;
__this->____defaultValueHandling_7 = 0;
__this->____objectCreationHandling_5 = 0;
__this->____preserveReferencesHandling_2 = 0;
__this->____constructorHandling_8 = 0;
__this->____typeNameHandling_0 = 0;
__this->____metadataPropertyHandling_9 = 0;
il2cpp_codegen_runtime_class_init_inline(JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF_il2cpp_TypeInfo_var);
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_0 = ((JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF_StaticFields*)il2cpp_codegen_static_fields_for(JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF_il2cpp_TypeInfo_var))->___DefaultContext_9;
__this->____context_15 = L_0;
Il2CppCodeGenWriteBarrier((void**)&(((&__this->____context_15))->___m_additionalContext_0), (void*)NULL);
il2cpp_codegen_runtime_class_init_inline(DefaultSerializationBinder_t6767000E873D10EBF36E0C036CC1926542B5112D_il2cpp_TypeInfo_var);
DefaultSerializationBinder_t6767000E873D10EBF36E0C036CC1926542B5112D* L_1 = ((DefaultSerializationBinder_t6767000E873D10EBF36E0C036CC1926542B5112D_StaticFields*)il2cpp_codegen_static_fields_for(DefaultSerializationBinder_t6767000E873D10EBF36E0C036CC1926542B5112D_il2cpp_TypeInfo_var))->___Instance_0;
__this->____serializationBinder_14 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____serializationBinder_14), (void*)L_1);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_2 = ((JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF_StaticFields*)il2cpp_codegen_static_fields_for(JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF_il2cpp_TypeInfo_var))->___DefaultCulture_18;
__this->____culture_24 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____culture_24), (void*)L_2);
il2cpp_codegen_runtime_class_init_inline(DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var);
RuntimeObject* L_3;
L_3 = DefaultContractResolver_get_Instance_mE3A5B31B25C6A9BA0EF7FD074861AA430F0962F1_inline(NULL);
__this->____contractResolver_11 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->____contractResolver_11), (void*)L_3);
return;
}
}
// Newtonsoft.Json.JsonSerializer Newtonsoft.Json.JsonSerializer::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* JsonSerializer_Create_m6A2963F980B5E28EBA26DF018EE186C7CA0E1EBA (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_0 = (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59*)il2cpp_codegen_object_new(JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59_il2cpp_TypeInfo_var);
NullCheck(L_0);
JsonSerializer__ctor_m54DC16B93FE333917E76324295F64409DBB9893B(L_0, NULL);
return L_0;
}
}
// Newtonsoft.Json.JsonSerializer Newtonsoft.Json.JsonSerializer::Create(Newtonsoft.Json.JsonSerializerSettings)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* JsonSerializer_Create_m81C8CE5F8BB2CF7964010D8BB7606A65F968D629 (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* ___settings0, const RuntimeMethod* method)
{
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* V_0 = NULL;
{
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_0;
L_0 = JsonSerializer_Create_m6A2963F980B5E28EBA26DF018EE186C7CA0E1EBA(NULL);
V_0 = L_0;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_1 = ___settings0;
if (!L_1)
{
goto IL_0010;
}
}
{
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_2 = V_0;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_3 = ___settings0;
JsonSerializer_ApplySerializerSettings_m266E39841936D0BE66EC780A45F8EAED7E8B149E(L_2, L_3, NULL);
}
IL_0010:
{
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_4 = V_0;
return L_4;
}
}
// Newtonsoft.Json.JsonSerializer Newtonsoft.Json.JsonSerializer::CreateDefault()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* JsonSerializer_CreateDefault_m3A2DD87890C0C09102147CCCC32BD2A43F25F279 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Func_1_tBFD60F84D866D7D581A740F0AD1D2726E7052D08* G_B2_0 = NULL;
Func_1_tBFD60F84D866D7D581A740F0AD1D2726E7052D08* G_B1_0 = NULL;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* G_B3_0 = NULL;
{
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
Func_1_tBFD60F84D866D7D581A740F0AD1D2726E7052D08* L_0;
L_0 = JsonConvert_get_DefaultSettings_m15362B329A16A85FC8E86C8B88DCE1EFB24B95DB_inline(NULL);
Func_1_tBFD60F84D866D7D581A740F0AD1D2726E7052D08* L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_000c;
}
}
{
G_B3_0 = ((JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF*)(NULL));
goto IL_0011;
}
IL_000c:
{
NullCheck(G_B2_0);
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_2;
L_2 = Func_1_Invoke_mC4B798EC08DA7F0778D027E8570AAFC89BF08F2D_inline(G_B2_0, NULL);
G_B3_0 = L_2;
}
IL_0011:
{
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_3;
L_3 = JsonSerializer_Create_m81C8CE5F8BB2CF7964010D8BB7606A65F968D629(G_B3_0, NULL);
return L_3;
}
}
// Newtonsoft.Json.JsonSerializer Newtonsoft.Json.JsonSerializer::CreateDefault(Newtonsoft.Json.JsonSerializerSettings)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* JsonSerializer_CreateDefault_m1AAC9310CCCCFFEECB5AE8420539401737C4494A (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* ___settings0, const RuntimeMethod* method)
{
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* V_0 = NULL;
{
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_0;
L_0 = JsonSerializer_CreateDefault_m3A2DD87890C0C09102147CCCC32BD2A43F25F279(NULL);
V_0 = L_0;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_1 = ___settings0;
if (!L_1)
{
goto IL_0010;
}
}
{
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_2 = V_0;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_3 = ___settings0;
JsonSerializer_ApplySerializerSettings_m266E39841936D0BE66EC780A45F8EAED7E8B149E(L_2, L_3, NULL);
}
IL_0010:
{
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_4 = V_0;
return L_4;
}
}
// System.Void Newtonsoft.Json.JsonSerializer::ApplySerializerSettings(Newtonsoft.Json.JsonSerializer,Newtonsoft.Json.JsonSerializerSettings)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_ApplySerializerSettings_m266E39841936D0BE66EC780A45F8EAED7E8B149E (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* ___serializer0, JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* ___settings1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CollectionUtils_IsNullOrEmpty_TisJsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16_m4CA47EC91DDE0252DE1321CCD2578F516412685E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Collection_1_Insert_m1DB9202EBD55D200EAA108533F0F9BF683605A7E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_tBA46B0B91EBAF6B08DED48AF18B2916FC06B7FC6_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_1_t106D4C1340745E38431865BBEA6AE170A4713431_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m057A0B5FF959F8A0EE6E5C1E55F4B1B1FA1F9B27_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m1011C885149341D952EEB15937E8796363EC2997_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m2260B32980E978EBEC393091DC29AF9DD7EE19CF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m31175AFA7DFB0E471E2B408ACF258930E2AC2260_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m3273D6CDABABFD4B08847041446C901786649BB5_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m431ADD26BDB5D8A596F75234E2A5C79F720C472F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m5488A39D24CA895889FD9102BEF2FD7B0409DD39_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m6AF9C2D7130F62751A08F6F68B006970A6F92284_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m6DCF2B6333A04690B7827C13BE852CBA979B41CC_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mA17F655968AD8B406145013BAD4B9D5672856EFB_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mA1E2FF8D68974D11E12F985D200C466BFDD13713_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mA6FE3C2E84F652C16AA5E5DF13E2428366389564_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mB4F59118F4C38F7F1BCCD1B414B9CF2ADF20D273_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mC8284E7BC5A0BC5FD0718B6B93B9CD8AA357BB55_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mE1609B5D3C72B90FA50D506C4393933D9130089A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mE218D5A9C3364280259C6098D9D779BB800747F3_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mE88C7FD764D1BAA43F542690D3A9D2570E1C7CF8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mEB8CB060CBB6BC228BA470891E2A8C58E3807AAE_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_0 = ___settings1;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = JsonSerializerSettings_get_Converters_mB7EE43E74FA48980B6C0976D7A2160B2174C8FCA_inline(L_0, NULL);
bool L_2;
L_2 = CollectionUtils_IsNullOrEmpty_TisJsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16_m4CA47EC91DDE0252DE1321CCD2578F516412685E(L_1, CollectionUtils_IsNullOrEmpty_TisJsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16_m4CA47EC91DDE0252DE1321CCD2578F516412685E_RuntimeMethod_var);
if (L_2)
{
goto IL_003b;
}
}
{
V_0 = 0;
goto IL_002d;
}
IL_0011:
{
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_3 = ___serializer0;
NullCheck(L_3);
JsonConverterCollection_t6EEC84565C08B14107276B5023CE9E978DFCDF89* L_4;
L_4 = VirtualFuncInvoker0< JsonConverterCollection_t6EEC84565C08B14107276B5023CE9E978DFCDF89* >::Invoke(38 /* Newtonsoft.Json.JsonConverterCollection Newtonsoft.Json.JsonSerializer::get_Converters() */, L_3);
int32_t L_5 = V_0;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_6 = ___settings1;
NullCheck(L_6);
RuntimeObject* L_7;
L_7 = JsonSerializerSettings_get_Converters_mB7EE43E74FA48980B6C0976D7A2160B2174C8FCA_inline(L_6, NULL);
int32_t L_8 = V_0;
NullCheck(L_7);
JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* L_9;
L_9 = InterfaceFuncInvoker1< JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16*, int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1<Newtonsoft.Json.JsonConverter>::get_Item(System.Int32) */, IList_1_t106D4C1340745E38431865BBEA6AE170A4713431_il2cpp_TypeInfo_var, L_7, L_8);
NullCheck(L_4);
Collection_1_Insert_m1DB9202EBD55D200EAA108533F0F9BF683605A7E(L_4, L_5, L_9, Collection_1_Insert_m1DB9202EBD55D200EAA108533F0F9BF683605A7E_RuntimeMethod_var);
int32_t L_10 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_10, 1));
}
IL_002d:
{
int32_t L_11 = V_0;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_12 = ___settings1;
NullCheck(L_12);
RuntimeObject* L_13;
L_13 = JsonSerializerSettings_get_Converters_mB7EE43E74FA48980B6C0976D7A2160B2174C8FCA_inline(L_12, NULL);
NullCheck(L_13);
int32_t L_14;
L_14 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1<Newtonsoft.Json.JsonConverter>::get_Count() */, ICollection_1_tBA46B0B91EBAF6B08DED48AF18B2916FC06B7FC6_il2cpp_TypeInfo_var, L_13);
if ((((int32_t)L_11) < ((int32_t)L_14)))
{
goto IL_0011;
}
}
IL_003b:
{
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_15 = ___settings1;
NullCheck(L_15);
Nullable_1_tB85AB604017196E6A3D3B920121E8C3A255827F0* L_16 = (&L_15->____typeNameHandling_43);
bool L_17;
L_17 = Nullable_1_get_HasValue_m431ADD26BDB5D8A596F75234E2A5C79F720C472F_inline(L_16, Nullable_1_get_HasValue_m431ADD26BDB5D8A596F75234E2A5C79F720C472F_RuntimeMethod_var);
if (!L_17)
{
goto IL_0054;
}
}
{
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_18 = ___serializer0;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_19 = ___settings1;
NullCheck(L_19);
int32_t L_20;
L_20 = JsonSerializerSettings_get_TypeNameHandling_mF69B78BB41709BB8E6FAFB975955A86AAEFA9B6F(L_19, NULL);
NullCheck(L_18);
VirtualActionInvoker1< int32_t >::Invoke(17 /* System.Void Newtonsoft.Json.JsonSerializer::set_TypeNameHandling(Newtonsoft.Json.TypeNameHandling) */, L_18, L_20);
}
IL_0054:
{
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_21 = ___settings1;
NullCheck(L_21);
Nullable_1_t0E2AF35997B80CE423EBCAFDC0C58FB7182CA6FE* L_22 = (&L_21->____metadataPropertyHandling_44);
bool L_23;
L_23 = Nullable_1_get_HasValue_mE88C7FD764D1BAA43F542690D3A9D2570E1C7CF8_inline(L_22, Nullable_1_get_HasValue_mE88C7FD764D1BAA43F542690D3A9D2570E1C7CF8_RuntimeMethod_var);
if (!L_23)
{
goto IL_006d;
}
}
{
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_24 = ___serializer0;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_25 = ___settings1;
NullCheck(L_25);
int32_t L_26;
L_26 = JsonSerializerSettings_get_MetadataPropertyHandling_m84E3BB4BD1902EE4E071249487325C2547E8D829(L_25, NULL);
NullCheck(L_24);
VirtualActionInvoker1< int32_t >::Invoke(37 /* System.Void Newtonsoft.Json.JsonSerializer::set_MetadataPropertyHandling(Newtonsoft.Json.MetadataPropertyHandling) */, L_24, L_26);
}
IL_006d:
{
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_27 = ___settings1;
NullCheck(L_27);
Nullable_1_t762E380C63D6C0CB1E8ADBCADE57240FB061367F* L_28 = (&L_27->____typeNameAssemblyFormatHandling_34);
bool L_29;
L_29 = Nullable_1_get_HasValue_m6AF9C2D7130F62751A08F6F68B006970A6F92284_inline(L_28, Nullable_1_get_HasValue_m6AF9C2D7130F62751A08F6F68B006970A6F92284_RuntimeMethod_var);
if (!L_29)
{
goto IL_0086;
}
}
{
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_30 = ___serializer0;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_31 = ___settings1;
NullCheck(L_31);
int32_t L_32;
L_32 = JsonSerializerSettings_get_TypeNameAssemblyFormatHandling_m28F88153AB2C36D8B60E8E13FD5CAF0C9BFF689C(L_31, NULL);
NullCheck(L_30);
VirtualActionInvoker1< int32_t >::Invoke(21 /* System.Void Newtonsoft.Json.JsonSerializer::set_TypeNameAssemblyFormatHandling(Newtonsoft.Json.TypeNameAssemblyFormatHandling) */, L_30, L_32);
}
IL_0086:
{
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_33 = ___settings1;
NullCheck(L_33);
Nullable_1_t599FF2F862BEFE0F4B6BDA65B36841F4740B0D12* L_34 = (&L_33->____preserveReferencesHandling_36);
bool L_35;
L_35 = Nullable_1_get_HasValue_mB4F59118F4C38F7F1BCCD1B414B9CF2ADF20D273_inline(L_34, Nullable_1_get_HasValue_mB4F59118F4C38F7F1BCCD1B414B9CF2ADF20D273_RuntimeMethod_var);
if (!L_35)
{
goto IL_009f;
}
}
{
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_36 = ___serializer0;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_37 = ___settings1;
NullCheck(L_37);
int32_t L_38;
L_38 = JsonSerializerSettings_get_PreserveReferencesHandling_mEA96432AAD3AF1E1DB77E9ADC937F3B539A14DAE(L_37, NULL);
NullCheck(L_36);
VirtualActionInvoker1< int32_t >::Invoke(23 /* System.Void Newtonsoft.Json.JsonSerializer::set_PreserveReferencesHandling(Newtonsoft.Json.PreserveReferencesHandling) */, L_36, L_38);
}
IL_009f:
{
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_39 = ___settings1;
NullCheck(L_39);
Nullable_1_t599F8D9D40143BFCB12D7085DFEA8AC7171F5E77* L_40 = (&L_39->____referenceLoopHandling_40);
bool L_41;
L_41 = Nullable_1_get_HasValue_mE1609B5D3C72B90FA50D506C4393933D9130089A_inline(L_40, Nullable_1_get_HasValue_mE1609B5D3C72B90FA50D506C4393933D9130089A_RuntimeMethod_var);
if (!L_41)
{
goto IL_00b8;
}
}
{
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_42 = ___serializer0;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_43 = ___settings1;
NullCheck(L_43);
int32_t L_44;
L_44 = JsonSerializerSettings_get_ReferenceLoopHandling_m6CD165186AB151BDCACD15E3AB0E10E9CCD9A4D5(L_43, NULL);
NullCheck(L_42);
VirtualActionInvoker1< int32_t >::Invoke(25 /* System.Void Newtonsoft.Json.JsonSerializer::set_ReferenceLoopHandling(Newtonsoft.Json.ReferenceLoopHandling) */, L_42, L_44);
}
IL_00b8:
{
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_45 = ___settings1;
NullCheck(L_45);
Nullable_1_t776B72BEFF6E3E2D489C4C6D855C89139D6B4CA4* L_46 = (&L_45->____missingMemberHandling_39);
bool L_47;
L_47 = Nullable_1_get_HasValue_mE218D5A9C3364280259C6098D9D779BB800747F3_inline(L_46, Nullable_1_get_HasValue_mE218D5A9C3364280259C6098D9D779BB800747F3_RuntimeMethod_var);
if (!L_47)
{
goto IL_00d1;
}
}
{
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_48 = ___serializer0;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_49 = ___settings1;
NullCheck(L_49);
int32_t L_50;
L_50 = JsonSerializerSettings_get_MissingMemberHandling_m3D682DB3B3BBEACC8F8F03909919CF0C29D41D1A(L_49, NULL);
NullCheck(L_48);
VirtualActionInvoker1< int32_t >::Invoke(27 /* System.Void Newtonsoft.Json.JsonSerializer::set_MissingMemberHandling(Newtonsoft.Json.MissingMemberHandling) */, L_48, L_50);
}
IL_00d1:
{
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_51 = ___settings1;
NullCheck(L_51);
Nullable_1_t5ECEC9E2B3F1C050A3E9EC928487DD5C9AB0996D* L_52 = (&L_51->____objectCreationHandling_38);
bool L_53;
L_53 = Nullable_1_get_HasValue_mA6FE3C2E84F652C16AA5E5DF13E2428366389564_inline(L_52, Nullable_1_get_HasValue_mA6FE3C2E84F652C16AA5E5DF13E2428366389564_RuntimeMethod_var);
if (!L_53)
{
goto IL_00ea;
}
}
{
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_54 = ___serializer0;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_55 = ___settings1;
NullCheck(L_55);
int32_t L_56;
L_56 = JsonSerializerSettings_get_ObjectCreationHandling_m323D50EB2D88E661942309B60B7CE067D0D4943F(L_55, NULL);
NullCheck(L_54);
VirtualActionInvoker1< int32_t >::Invoke(33 /* System.Void Newtonsoft.Json.JsonSerializer::set_ObjectCreationHandling(Newtonsoft.Json.ObjectCreationHandling) */, L_54, L_56);
}
IL_00ea:
{
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_57 = ___settings1;
NullCheck(L_57);
Nullable_1_tA1B6210C1924173AEFE9AF8FBDD3BA856E74A790* L_58 = (&L_57->____nullValueHandling_37);
bool L_59;
L_59 = Nullable_1_get_HasValue_m3273D6CDABABFD4B08847041446C901786649BB5_inline(L_58, Nullable_1_get_HasValue_m3273D6CDABABFD4B08847041446C901786649BB5_RuntimeMethod_var);
if (!L_59)
{
goto IL_0103;
}
}
{
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_60 = ___serializer0;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_61 = ___settings1;
NullCheck(L_61);
int32_t L_62;
L_62 = JsonSerializerSettings_get_NullValueHandling_m1116B9EE497A5CB9B178CD5DF886C73C4CAD32F0(L_61, NULL);
NullCheck(L_60);
VirtualActionInvoker1< int32_t >::Invoke(29 /* System.Void Newtonsoft.Json.JsonSerializer::set_NullValueHandling(Newtonsoft.Json.NullValueHandling) */, L_60, L_62);
}
IL_0103:
{
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_63 = ___settings1;
NullCheck(L_63);
Nullable_1_t4DEE77C12DDAF72BAE2A1FA8A8736FC478D721E8* L_64 = (&L_63->____defaultValueHandling_35);
bool L_65;
L_65 = Nullable_1_get_HasValue_m2260B32980E978EBEC393091DC29AF9DD7EE19CF_inline(L_64, Nullable_1_get_HasValue_m2260B32980E978EBEC393091DC29AF9DD7EE19CF_RuntimeMethod_var);
if (!L_65)
{
goto IL_011c;
}
}
{
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_66 = ___serializer0;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_67 = ___settings1;
NullCheck(L_67);
int32_t L_68;
L_68 = JsonSerializerSettings_get_DefaultValueHandling_mD8D94E521F5739B4332D6DC4FD64A676535F6830(L_67, NULL);
NullCheck(L_66);
VirtualActionInvoker1< int32_t >::Invoke(31 /* System.Void Newtonsoft.Json.JsonSerializer::set_DefaultValueHandling(Newtonsoft.Json.DefaultValueHandling) */, L_66, L_68);
}
IL_011c:
{
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_69 = ___settings1;
NullCheck(L_69);
Nullable_1_tE866C25CB8A73A44077AAC48B1D406CF034E1496* L_70 = (&L_69->____constructorHandling_42);
bool L_71;
L_71 = Nullable_1_get_HasValue_m5488A39D24CA895889FD9102BEF2FD7B0409DD39_inline(L_70, Nullable_1_get_HasValue_m5488A39D24CA895889FD9102BEF2FD7B0409DD39_RuntimeMethod_var);
if (!L_71)
{
goto IL_0135;
}
}
{
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_72 = ___serializer0;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_73 = ___settings1;
NullCheck(L_73);
int32_t L_74;
L_74 = JsonSerializerSettings_get_ConstructorHandling_mA0F1F980A1D1894748432FBB58718B426D8D3F84(L_73, NULL);
NullCheck(L_72);
VirtualActionInvoker1< int32_t >::Invoke(35 /* System.Void Newtonsoft.Json.JsonSerializer::set_ConstructorHandling(Newtonsoft.Json.ConstructorHandling) */, L_72, L_74);
}
IL_0135:
{
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_75 = ___settings1;
NullCheck(L_75);
Nullable_1_tC3E8E254B9DCF808C08AFA1FC2151C2BC0040F3A* L_76 = (&L_75->____context_41);
bool L_77;
L_77 = Nullable_1_get_HasValue_mA17F655968AD8B406145013BAD4B9D5672856EFB_inline(L_76, Nullable_1_get_HasValue_mA17F655968AD8B406145013BAD4B9D5672856EFB_RuntimeMethod_var);
if (!L_77)
{
goto IL_014e;
}
}
{
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_78 = ___serializer0;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_79 = ___settings1;
NullCheck(L_79);
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_80;
L_80 = JsonSerializerSettings_get_Context_m9F472C555FB0546B2EA8E1EE75A0762768FEBC24(L_79, NULL);
NullCheck(L_78);
VirtualActionInvoker1< StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 >::Invoke(42 /* System.Void Newtonsoft.Json.JsonSerializer::set_Context(System.Runtime.Serialization.StreamingContext) */, L_78, L_80);
}
IL_014e:
{
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_81 = ___settings1;
NullCheck(L_81);
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* L_82 = (&L_81->____checkAdditionalContent_29);
bool L_83;
L_83 = Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_inline(L_82, Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var);
if (!L_83)
{
goto IL_0167;
}
}
{
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_84 = ___serializer0;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_85 = ___settings1;
NullCheck(L_85);
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_86 = L_85->____checkAdditionalContent_29;
NullCheck(L_84);
L_84->____checkAdditionalContent_27 = L_86;
}
IL_0167:
{
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_87 = ___settings1;
NullCheck(L_87);
EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380* L_88;
L_88 = JsonSerializerSettings_get_Error_m02A88351C07F1B3821B5E8A161CDE90B7EBF2C89_inline(L_87, NULL);
if (!L_88)
{
goto IL_017b;
}
}
{
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_89 = ___serializer0;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_90 = ___settings1;
NullCheck(L_90);
EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380* L_91;
L_91 = JsonSerializerSettings_get_Error_m02A88351C07F1B3821B5E8A161CDE90B7EBF2C89_inline(L_90, NULL);
NullCheck(L_89);
VirtualActionInvoker1< EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380* >::Invoke(4 /* System.Void Newtonsoft.Json.JsonSerializer::add_Error(System.EventHandler`1<Newtonsoft.Json.Serialization.ErrorEventArgs>) */, L_89, L_91);
}
IL_017b:
{
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_92 = ___settings1;
NullCheck(L_92);
RuntimeObject* L_93;
L_93 = JsonSerializerSettings_get_ContractResolver_mC94CDBCF870E73DC5E8BBF374DF22DB7B864F75A_inline(L_92, NULL);
if (!L_93)
{
goto IL_018f;
}
}
{
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_94 = ___serializer0;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_95 = ___settings1;
NullCheck(L_95);
RuntimeObject* L_96;
L_96 = JsonSerializerSettings_get_ContractResolver_mC94CDBCF870E73DC5E8BBF374DF22DB7B864F75A_inline(L_95, NULL);
NullCheck(L_94);
VirtualActionInvoker1< RuntimeObject* >::Invoke(40 /* System.Void Newtonsoft.Json.JsonSerializer::set_ContractResolver(Newtonsoft.Json.Serialization.IContractResolver) */, L_94, L_96);
}
IL_018f:
{
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_97 = ___settings1;
NullCheck(L_97);
Func_1_t78E8B13F3C7D6CC3EB821B4F5D26999D062417E2* L_98;
L_98 = JsonSerializerSettings_get_ReferenceResolverProvider_m8525837E697E32E6B6F0D5132A6199BEEBAF217C_inline(L_97, NULL);
if (!L_98)
{
goto IL_01a8;
}
}
{
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_99 = ___serializer0;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_100 = ___settings1;
NullCheck(L_100);
Func_1_t78E8B13F3C7D6CC3EB821B4F5D26999D062417E2* L_101;
L_101 = JsonSerializerSettings_get_ReferenceResolverProvider_m8525837E697E32E6B6F0D5132A6199BEEBAF217C_inline(L_100, NULL);
NullCheck(L_101);
RuntimeObject* L_102;
L_102 = Func_1_Invoke_m222CC01D7745737AD784649D39E1FBDB69034613_inline(L_101, NULL);
NullCheck(L_99);
VirtualActionInvoker1< RuntimeObject* >::Invoke(7 /* System.Void Newtonsoft.Json.JsonSerializer::set_ReferenceResolver(Newtonsoft.Json.Serialization.IReferenceResolver) */, L_99, L_102);
}
IL_01a8:
{
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_103 = ___settings1;
NullCheck(L_103);
RuntimeObject* L_104;
L_104 = JsonSerializerSettings_get_TraceWriter_m60C8FFA8ABA33EEE8C2613FD882DEFB50DBED6FC_inline(L_103, NULL);
if (!L_104)
{
goto IL_01bc;
}
}
{
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_105 = ___serializer0;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_106 = ___settings1;
NullCheck(L_106);
RuntimeObject* L_107;
L_107 = JsonSerializerSettings_get_TraceWriter_m60C8FFA8ABA33EEE8C2613FD882DEFB50DBED6FC_inline(L_106, NULL);
NullCheck(L_105);
VirtualActionInvoker1< RuntimeObject* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonSerializer::set_TraceWriter(Newtonsoft.Json.Serialization.ITraceWriter) */, L_105, L_107);
}
IL_01bc:
{
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_108 = ___settings1;
NullCheck(L_108);
RuntimeObject* L_109;
L_109 = JsonSerializerSettings_get_EqualityComparer_mBF43D33BBBCCF1A8BCFF1E12E47C2FBDA3FFDC6B_inline(L_108, NULL);
if (!L_109)
{
goto IL_01d0;
}
}
{
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_110 = ___serializer0;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_111 = ___settings1;
NullCheck(L_111);
RuntimeObject* L_112;
L_112 = JsonSerializerSettings_get_EqualityComparer_mBF43D33BBBCCF1A8BCFF1E12E47C2FBDA3FFDC6B_inline(L_111, NULL);
NullCheck(L_110);
VirtualActionInvoker1< RuntimeObject* >::Invoke(15 /* System.Void Newtonsoft.Json.JsonSerializer::set_EqualityComparer(System.Collections.IEqualityComparer) */, L_110, L_112);
}
IL_01d0:
{
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_113 = ___settings1;
NullCheck(L_113);
RuntimeObject* L_114;
L_114 = JsonSerializerSettings_get_SerializationBinder_m73166AD5FCC2B810E5A53B5F7BEB42D6664838D7_inline(L_113, NULL);
if (!L_114)
{
goto IL_01e4;
}
}
{
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_115 = ___serializer0;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_116 = ___settings1;
NullCheck(L_116);
RuntimeObject* L_117;
L_117 = JsonSerializerSettings_get_SerializationBinder_m73166AD5FCC2B810E5A53B5F7BEB42D6664838D7_inline(L_116, NULL);
NullCheck(L_115);
VirtualActionInvoker1< RuntimeObject* >::Invoke(11 /* System.Void Newtonsoft.Json.JsonSerializer::set_SerializationBinder(Newtonsoft.Json.Serialization.ISerializationBinder) */, L_115, L_117);
}
IL_01e4:
{
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_118 = ___settings1;
NullCheck(L_118);
Nullable_1_tAEE2B9C53750E53F9B91B70967290720873E8D3E* L_119 = (&L_118->____formatting_21);
bool L_120;
L_120 = Nullable_1_get_HasValue_m057A0B5FF959F8A0EE6E5C1E55F4B1B1FA1F9B27_inline(L_119, Nullable_1_get_HasValue_m057A0B5FF959F8A0EE6E5C1E55F4B1B1FA1F9B27_RuntimeMethod_var);
if (!L_120)
{
goto IL_01fd;
}
}
{
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_121 = ___serializer0;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_122 = ___settings1;
NullCheck(L_122);
Nullable_1_tAEE2B9C53750E53F9B91B70967290720873E8D3E L_123 = L_122->____formatting_21;
NullCheck(L_121);
L_121->____formatting_17 = L_123;
}
IL_01fd:
{
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_124 = ___settings1;
NullCheck(L_124);
Nullable_1_t4776B8A4D0D52AA8BDCD45E6D7070659326453D2* L_125 = (&L_124->____dateFormatHandling_22);
bool L_126;
L_126 = Nullable_1_get_HasValue_m6DCF2B6333A04690B7827C13BE852CBA979B41CC_inline(L_125, Nullable_1_get_HasValue_m6DCF2B6333A04690B7827C13BE852CBA979B41CC_RuntimeMethod_var);
if (!L_126)
{
goto IL_0216;
}
}
{
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_127 = ___serializer0;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_128 = ___settings1;
NullCheck(L_128);
Nullable_1_t4776B8A4D0D52AA8BDCD45E6D7070659326453D2 L_129 = L_128->____dateFormatHandling_22;
NullCheck(L_127);
L_127->____dateFormatHandling_18 = L_129;
}
IL_0216:
{
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_130 = ___settings1;
NullCheck(L_130);
Nullable_1_tD88F7E37B65824D38D74608E576D1265E5A2D2B2* L_131 = (&L_130->____dateTimeZoneHandling_23);
bool L_132;
L_132 = Nullable_1_get_HasValue_mC8284E7BC5A0BC5FD0718B6B93B9CD8AA357BB55_inline(L_131, Nullable_1_get_HasValue_mC8284E7BC5A0BC5FD0718B6B93B9CD8AA357BB55_RuntimeMethod_var);
if (!L_132)
{
goto IL_022f;
}
}
{
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_133 = ___serializer0;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_134 = ___settings1;
NullCheck(L_134);
Nullable_1_tD88F7E37B65824D38D74608E576D1265E5A2D2B2 L_135 = L_134->____dateTimeZoneHandling_23;
NullCheck(L_133);
L_133->____dateTimeZoneHandling_19 = L_135;
}
IL_022f:
{
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_136 = ___settings1;
NullCheck(L_136);
Nullable_1_tDC640D18A54CA8F0A3C74518CBC15D439C8FC228* L_137 = (&L_136->____dateParseHandling_24);
bool L_138;
L_138 = Nullable_1_get_HasValue_mEB8CB060CBB6BC228BA470891E2A8C58E3807AAE_inline(L_137, Nullable_1_get_HasValue_mEB8CB060CBB6BC228BA470891E2A8C58E3807AAE_RuntimeMethod_var);
if (!L_138)
{
goto IL_0248;
}
}
{
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_139 = ___serializer0;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_140 = ___settings1;
NullCheck(L_140);
Nullable_1_tDC640D18A54CA8F0A3C74518CBC15D439C8FC228 L_141 = L_140->____dateParseHandling_24;
NullCheck(L_139);
L_139->____dateParseHandling_20 = L_141;
}
IL_0248:
{
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_142 = ___settings1;
NullCheck(L_142);
bool L_143 = L_142->____dateFormatStringSet_33;
if (!L_143)
{
goto IL_0268;
}
}
{
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_144 = ___serializer0;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_145 = ___settings1;
NullCheck(L_145);
String_t* L_146 = L_145->____dateFormatString_32;
NullCheck(L_144);
L_144->____dateFormatString_28 = L_146;
Il2CppCodeGenWriteBarrier((void**)(&L_144->____dateFormatString_28), (void*)L_146);
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_147 = ___serializer0;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_148 = ___settings1;
NullCheck(L_148);
bool L_149 = L_148->____dateFormatStringSet_33;
NullCheck(L_147);
L_147->____dateFormatStringSet_29 = L_149;
}
IL_0268:
{
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_150 = ___settings1;
NullCheck(L_150);
Nullable_1_tEAE8D5B59DCEB4F809A8A5F390EAAC18F266B822* L_151 = (&L_150->____floatFormatHandling_25);
bool L_152;
L_152 = Nullable_1_get_HasValue_m1011C885149341D952EEB15937E8796363EC2997_inline(L_151, Nullable_1_get_HasValue_m1011C885149341D952EEB15937E8796363EC2997_RuntimeMethod_var);
if (!L_152)
{
goto IL_0281;
}
}
{
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_153 = ___serializer0;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_154 = ___settings1;
NullCheck(L_154);
Nullable_1_tEAE8D5B59DCEB4F809A8A5F390EAAC18F266B822 L_155 = L_154->____floatFormatHandling_25;
NullCheck(L_153);
L_153->____floatFormatHandling_21 = L_155;
}
IL_0281:
{
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_156 = ___settings1;
NullCheck(L_156);
Nullable_1_tC13211A32645AE3863530378A08BC45089EE419B* L_157 = (&L_156->____floatParseHandling_26);
bool L_158;
L_158 = Nullable_1_get_HasValue_mA1E2FF8D68974D11E12F985D200C466BFDD13713_inline(L_157, Nullable_1_get_HasValue_mA1E2FF8D68974D11E12F985D200C466BFDD13713_RuntimeMethod_var);
if (!L_158)
{
goto IL_029a;
}
}
{
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_159 = ___serializer0;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_160 = ___settings1;
NullCheck(L_160);
Nullable_1_tC13211A32645AE3863530378A08BC45089EE419B L_161 = L_160->____floatParseHandling_26;
NullCheck(L_159);
L_159->____floatParseHandling_22 = L_161;
}
IL_029a:
{
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_162 = ___settings1;
NullCheck(L_162);
Nullable_1_t61214A44C233A0B00A9F79E380485D79D5FAA7C6* L_163 = (&L_162->____stringEscapeHandling_27);
bool L_164;
L_164 = Nullable_1_get_HasValue_m31175AFA7DFB0E471E2B408ACF258930E2AC2260_inline(L_163, Nullable_1_get_HasValue_m31175AFA7DFB0E471E2B408ACF258930E2AC2260_RuntimeMethod_var);
if (!L_164)
{
goto IL_02b3;
}
}
{
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_165 = ___serializer0;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_166 = ___settings1;
NullCheck(L_166);
Nullable_1_t61214A44C233A0B00A9F79E380485D79D5FAA7C6 L_167 = L_166->____stringEscapeHandling_27;
NullCheck(L_165);
L_165->____stringEscapeHandling_23 = L_167;
}
IL_02b3:
{
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_168 = ___settings1;
NullCheck(L_168);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_169 = L_168->____culture_28;
if (!L_169)
{
goto IL_02c7;
}
}
{
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_170 = ___serializer0;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_171 = ___settings1;
NullCheck(L_171);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_172 = L_171->____culture_28;
NullCheck(L_170);
L_170->____culture_24 = L_172;
Il2CppCodeGenWriteBarrier((void**)(&L_170->____culture_24), (void*)L_172);
}
IL_02c7:
{
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_173 = ___settings1;
NullCheck(L_173);
bool L_174 = L_173->____maxDepthSet_31;
if (!L_174)
{
goto IL_02e7;
}
}
{
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_175 = ___serializer0;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_176 = ___settings1;
NullCheck(L_176);
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_177 = L_176->____maxDepth_30;
NullCheck(L_175);
L_175->____maxDepth_25 = L_177;
JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* L_178 = ___serializer0;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* L_179 = ___settings1;
NullCheck(L_179);
bool L_180 = L_179->____maxDepthSet_31;
NullCheck(L_178);
L_178->____maxDepthSet_26 = L_180;
}
IL_02e7:
{
return;
}
}
// System.Void Newtonsoft.Json.JsonSerializer::Populate(System.IO.TextReader,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_Populate_mAFA3A1876E6C423F9BF1D088FC420CEDDC35974D (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* ___reader0, RuntimeObject* ___target1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* L_0 = ___reader0;
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* L_1 = (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E*)il2cpp_codegen_object_new(JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E_il2cpp_TypeInfo_var);
NullCheck(L_1);
JsonTextReader__ctor_m362F27D5EA7CEE0A9BDBF46FE235D8558146C10D(L_1, L_0, NULL);
RuntimeObject* L_2 = ___target1;
JsonSerializer_Populate_m82119593CD901DEF485D2F206E9713100A28D827(__this, L_1, L_2, NULL);
return;
}
}
// System.Void Newtonsoft.Json.JsonSerializer::Populate(Newtonsoft.Json.JsonReader,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_Populate_m82119593CD901DEF485D2F206E9713100A28D827 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* ___reader0, RuntimeObject* ___target1, const RuntimeMethod* method)
{
{
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_0 = ___reader0;
RuntimeObject* L_1 = ___target1;
VirtualActionInvoker2< JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765*, RuntimeObject* >::Invoke(65 /* 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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_PopulateInternal_m8910E5D45D37E181466181BA96EB12F246B163EF (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* ___reader0, RuntimeObject* ___target1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITraceWriter_t44C99CB7D5AB59A077F569914E56DAD66B5A41EF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonSerializerInternalReader_tB13136F0DA95D198262A47B23B64F33590A956E5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral320772EF40302B49A179DB96BAD02224E97B4018);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralECAC83771A00C701043A940F621CC1C765D30D31);
s_Il2CppMethodInitialized = true;
}
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* V_0 = NULL;
Nullable_1_tD88F7E37B65824D38D74608E576D1265E5A2D2B2 V_1;
memset((&V_1), 0, sizeof(V_1));
Nullable_1_tDC640D18A54CA8F0A3C74518CBC15D439C8FC228 V_2;
memset((&V_2), 0, sizeof(V_2));
Nullable_1_tC13211A32645AE3863530378A08BC45089EE419B V_3;
memset((&V_3), 0, sizeof(V_3));
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 V_4;
memset((&V_4), 0, sizeof(V_4));
String_t* V_5 = NULL;
TraceJsonReader_tD4D9FA5AA572E9BAB681D1B0BBA67990700CCB13* V_6 = NULL;
TraceJsonReader_tD4D9FA5AA572E9BAB681D1B0BBA67990700CCB13* G_B4_0 = NULL;
TraceJsonReader_tD4D9FA5AA572E9BAB681D1B0BBA67990700CCB13* G_B6_0 = NULL;
JsonSerializerInternalReader_tB13136F0DA95D198262A47B23B64F33590A956E5* G_B6_1 = NULL;
TraceJsonReader_tD4D9FA5AA572E9BAB681D1B0BBA67990700CCB13* G_B5_0 = NULL;
JsonSerializerInternalReader_tB13136F0DA95D198262A47B23B64F33590A956E5* G_B5_1 = NULL;
{
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_0 = ___reader0;
ValidationUtils_ArgumentNotNull_m73ECC0CA34E9075680E80F7B34526E5EC8206587(L_0, _stringLiteralECAC83771A00C701043A940F621CC1C765D30D31, NULL);
RuntimeObject* L_1 = ___target1;
ValidationUtils_ArgumentNotNull_m73ECC0CA34E9075680E80F7B34526E5EC8206587(L_1, _stringLiteral320772EF40302B49A179DB96BAD02224E97B4018, NULL);
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_2 = ___reader0;
JsonSerializer_SetupReader_mD375BE873123E7A0618B493E5E074CB52F335D22(__this, L_2, (&V_0), (&V_1), (&V_2), (&V_3), (&V_4), (&V_5), NULL);
RuntimeObject* L_3;
L_3 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(12 /* Newtonsoft.Json.Serialization.ITraceWriter Newtonsoft.Json.JsonSerializer::get_TraceWriter() */, __this);
if (!L_3)
{
goto IL_003f;
}
}
{
RuntimeObject* L_4;
L_4 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(12 /* Newtonsoft.Json.Serialization.ITraceWriter Newtonsoft.Json.JsonSerializer::get_TraceWriter() */, __this);
NullCheck(L_4);
int32_t L_5;
L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Diagnostics.TraceLevel Newtonsoft.Json.Serialization.ITraceWriter::get_LevelFilter() */, ITraceWriter_t44C99CB7D5AB59A077F569914E56DAD66B5A41EF_il2cpp_TypeInfo_var, L_4);
if ((((int32_t)L_5) >= ((int32_t)4)))
{
goto IL_0042;
}
}
IL_003f:
{
G_B4_0 = ((TraceJsonReader_tD4D9FA5AA572E9BAB681D1B0BBA67990700CCB13*)(NULL));
goto IL_0049;
}
IL_0042:
{
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_6 = ___reader0;
TraceJsonReader_tD4D9FA5AA572E9BAB681D1B0BBA67990700CCB13* L_7;
L_7 = JsonSerializer_CreateTraceJsonReader_m954E0AE5EFD97EB02DA18CC8443B182577BD1FD8(__this, L_6, NULL);
G_B4_0 = L_7;
}
IL_0049:
{
V_6 = G_B4_0;
JsonSerializerInternalReader_tB13136F0DA95D198262A47B23B64F33590A956E5* L_8 = (JsonSerializerInternalReader_tB13136F0DA95D198262A47B23B64F33590A956E5*)il2cpp_codegen_object_new(JsonSerializerInternalReader_tB13136F0DA95D198262A47B23B64F33590A956E5_il2cpp_TypeInfo_var);
NullCheck(L_8);
JsonSerializerInternalReader__ctor_m0CC3AF92136D2B21D9EE73433F27D362A8427BF1(L_8, __this, NULL);
TraceJsonReader_tD4D9FA5AA572E9BAB681D1B0BBA67990700CCB13* L_9 = V_6;
TraceJsonReader_tD4D9FA5AA572E9BAB681D1B0BBA67990700CCB13* 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_0058;
}
}
{
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_11 = ___reader0;
G_B6_0 = ((TraceJsonReader_tD4D9FA5AA572E9BAB681D1B0BBA67990700CCB13*)(L_11));
G_B6_1 = G_B5_1;
}
IL_0058:
{
RuntimeObject* L_12 = ___target1;
NullCheck(G_B6_1);
JsonSerializerInternalReader_Populate_m1E3334B2A04698CACCC6769E77AA3F9E03A7C7D8(G_B6_1, G_B6_0, L_12, NULL);
TraceJsonReader_tD4D9FA5AA572E9BAB681D1B0BBA67990700CCB13* L_13 = V_6;
if (!L_13)
{
goto IL_0076;
}
}
{
RuntimeObject* L_14;
L_14 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(12 /* Newtonsoft.Json.Serialization.ITraceWriter Newtonsoft.Json.JsonSerializer::get_TraceWriter() */, __this);
TraceJsonReader_tD4D9FA5AA572E9BAB681D1B0BBA67990700CCB13* L_15 = V_6;
NullCheck(L_15);
String_t* L_16;
L_16 = TraceJsonReader_GetDeserializedJsonMessage_mDE67F24CADD1B725363167B2B292DD83EE3A6AD0(L_15, 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_t44C99CB7D5AB59A077F569914E56DAD66B5A41EF_il2cpp_TypeInfo_var, L_14, 4, L_16, (Exception_t*)NULL);
}
IL_0076:
{
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_17 = ___reader0;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_18 = V_0;
Nullable_1_tD88F7E37B65824D38D74608E576D1265E5A2D2B2 L_19 = V_1;
Nullable_1_tDC640D18A54CA8F0A3C74518CBC15D439C8FC228 L_20 = V_2;
Nullable_1_tC13211A32645AE3863530378A08BC45089EE419B L_21 = V_3;
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_22 = V_4;
String_t* L_23 = V_5;
JsonSerializer_ResetReader_mE7617A472327D71802ED99586AA5658C2EBC588F(__this, L_17, L_18, L_19, L_20, L_21, L_22, L_23, NULL);
return;
}
}
// System.Object Newtonsoft.Json.JsonSerializer::Deserialize(Newtonsoft.Json.JsonReader)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializer_Deserialize_m0622A0BA7C393112212658E951DBE02DED0157EB (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* ___reader0, const RuntimeMethod* method)
{
{
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_0 = ___reader0;
RuntimeObject* L_1;
L_1 = JsonSerializer_Deserialize_m07E18A6BAA0AD5521D26EC348575BA6683DC4336(__this, L_0, (Type_t*)NULL, NULL);
return L_1;
}
}
// System.Object Newtonsoft.Json.JsonSerializer::Deserialize(System.IO.TextReader,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializer_Deserialize_mB2318AF12F0B4B6142A9E706F93DD84873CC1701 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* ___reader0, Type_t* ___objectType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* L_0 = ___reader0;
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* L_1 = (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E*)il2cpp_codegen_object_new(JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E_il2cpp_TypeInfo_var);
NullCheck(L_1);
JsonTextReader__ctor_m362F27D5EA7CEE0A9BDBF46FE235D8558146C10D(L_1, L_0, NULL);
Type_t* L_2 = ___objectType1;
RuntimeObject* L_3;
L_3 = JsonSerializer_Deserialize_m07E18A6BAA0AD5521D26EC348575BA6683DC4336(__this, L_1, L_2, NULL);
return L_3;
}
}
// System.Object Newtonsoft.Json.JsonSerializer::Deserialize(Newtonsoft.Json.JsonReader,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializer_Deserialize_m07E18A6BAA0AD5521D26EC348575BA6683DC4336 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* ___reader0, Type_t* ___objectType1, const RuntimeMethod* method)
{
{
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_0 = ___reader0;
Type_t* L_1 = ___objectType1;
RuntimeObject* L_2;
L_2 = VirtualFuncInvoker2< RuntimeObject*, JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765*, Type_t* >::Invoke(66 /* 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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializer_DeserializeInternal_m218BEE555BD1AB9149BAB16A323BFE0F038368AE (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* ___reader0, Type_t* ___objectType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITraceWriter_t44C99CB7D5AB59A077F569914E56DAD66B5A41EF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonSerializerInternalReader_tB13136F0DA95D198262A47B23B64F33590A956E5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralECAC83771A00C701043A940F621CC1C765D30D31);
s_Il2CppMethodInitialized = true;
}
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* V_0 = NULL;
Nullable_1_tD88F7E37B65824D38D74608E576D1265E5A2D2B2 V_1;
memset((&V_1), 0, sizeof(V_1));
Nullable_1_tDC640D18A54CA8F0A3C74518CBC15D439C8FC228 V_2;
memset((&V_2), 0, sizeof(V_2));
Nullable_1_tC13211A32645AE3863530378A08BC45089EE419B V_3;
memset((&V_3), 0, sizeof(V_3));
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 V_4;
memset((&V_4), 0, sizeof(V_4));
String_t* V_5 = NULL;
TraceJsonReader_tD4D9FA5AA572E9BAB681D1B0BBA67990700CCB13* V_6 = NULL;
TraceJsonReader_tD4D9FA5AA572E9BAB681D1B0BBA67990700CCB13* G_B4_0 = NULL;
TraceJsonReader_tD4D9FA5AA572E9BAB681D1B0BBA67990700CCB13* G_B6_0 = NULL;
JsonSerializerInternalReader_tB13136F0DA95D198262A47B23B64F33590A956E5* G_B6_1 = NULL;
TraceJsonReader_tD4D9FA5AA572E9BAB681D1B0BBA67990700CCB13* G_B5_0 = NULL;
JsonSerializerInternalReader_tB13136F0DA95D198262A47B23B64F33590A956E5* G_B5_1 = NULL;
RuntimeObject* G_B8_0 = NULL;
RuntimeObject* G_B7_0 = NULL;
{
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_0 = ___reader0;
ValidationUtils_ArgumentNotNull_m73ECC0CA34E9075680E80F7B34526E5EC8206587(L_0, _stringLiteralECAC83771A00C701043A940F621CC1C765D30D31, NULL);
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_1 = ___reader0;
JsonSerializer_SetupReader_mD375BE873123E7A0618B493E5E074CB52F335D22(__this, L_1, (&V_0), (&V_1), (&V_2), (&V_3), (&V_4), (&V_5), NULL);
RuntimeObject* L_2;
L_2 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(12 /* Newtonsoft.Json.Serialization.ITraceWriter Newtonsoft.Json.JsonSerializer::get_TraceWriter() */, __this);
if (!L_2)
{
goto IL_0034;
}
}
{
RuntimeObject* L_3;
L_3 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(12 /* Newtonsoft.Json.Serialization.ITraceWriter Newtonsoft.Json.JsonSerializer::get_TraceWriter() */, __this);
NullCheck(L_3);
int32_t L_4;
L_4 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Diagnostics.TraceLevel Newtonsoft.Json.Serialization.ITraceWriter::get_LevelFilter() */, ITraceWriter_t44C99CB7D5AB59A077F569914E56DAD66B5A41EF_il2cpp_TypeInfo_var, L_3);
if ((((int32_t)L_4) >= ((int32_t)4)))
{
goto IL_0037;
}
}
IL_0034:
{
G_B4_0 = ((TraceJsonReader_tD4D9FA5AA572E9BAB681D1B0BBA67990700CCB13*)(NULL));
goto IL_003e;
}
IL_0037:
{
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_5 = ___reader0;
TraceJsonReader_tD4D9FA5AA572E9BAB681D1B0BBA67990700CCB13* L_6;
L_6 = JsonSerializer_CreateTraceJsonReader_m954E0AE5EFD97EB02DA18CC8443B182577BD1FD8(__this, L_5, NULL);
G_B4_0 = L_6;
}
IL_003e:
{
V_6 = G_B4_0;
JsonSerializerInternalReader_tB13136F0DA95D198262A47B23B64F33590A956E5* L_7 = (JsonSerializerInternalReader_tB13136F0DA95D198262A47B23B64F33590A956E5*)il2cpp_codegen_object_new(JsonSerializerInternalReader_tB13136F0DA95D198262A47B23B64F33590A956E5_il2cpp_TypeInfo_var);
NullCheck(L_7);
JsonSerializerInternalReader__ctor_m0CC3AF92136D2B21D9EE73433F27D362A8427BF1(L_7, __this, NULL);
TraceJsonReader_tD4D9FA5AA572E9BAB681D1B0BBA67990700CCB13* L_8 = V_6;
TraceJsonReader_tD4D9FA5AA572E9BAB681D1B0BBA67990700CCB13* 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_004d;
}
}
{
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_10 = ___reader0;
G_B6_0 = ((TraceJsonReader_tD4D9FA5AA572E9BAB681D1B0BBA67990700CCB13*)(L_10));
G_B6_1 = G_B5_1;
}
IL_004d:
{
Type_t* L_11 = ___objectType1;
bool L_12;
L_12 = VirtualFuncInvoker0< bool >::Invoke(63 /* System.Boolean Newtonsoft.Json.JsonSerializer::get_CheckAdditionalContent() */, __this);
NullCheck(G_B6_1);
RuntimeObject* L_13;
L_13 = JsonSerializerInternalReader_Deserialize_m37E61DFB1A0016D0CCCFCF33D489BD079BD65EF3(G_B6_1, G_B6_0, L_11, L_12, NULL);
TraceJsonReader_tD4D9FA5AA572E9BAB681D1B0BBA67990700CCB13* L_14 = V_6;
G_B7_0 = L_13;
if (!L_14)
{
G_B8_0 = L_13;
goto IL_0071;
}
}
{
RuntimeObject* L_15;
L_15 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(12 /* Newtonsoft.Json.Serialization.ITraceWriter Newtonsoft.Json.JsonSerializer::get_TraceWriter() */, __this);
TraceJsonReader_tD4D9FA5AA572E9BAB681D1B0BBA67990700CCB13* L_16 = V_6;
NullCheck(L_16);
String_t* L_17;
L_17 = TraceJsonReader_GetDeserializedJsonMessage_mDE67F24CADD1B725363167B2B292DD83EE3A6AD0(L_16, 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_t44C99CB7D5AB59A077F569914E56DAD66B5A41EF_il2cpp_TypeInfo_var, L_15, 4, L_17, (Exception_t*)NULL);
G_B8_0 = G_B7_0;
}
IL_0071:
{
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_18 = ___reader0;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_19 = V_0;
Nullable_1_tD88F7E37B65824D38D74608E576D1265E5A2D2B2 L_20 = V_1;
Nullable_1_tDC640D18A54CA8F0A3C74518CBC15D439C8FC228 L_21 = V_2;
Nullable_1_tC13211A32645AE3863530378A08BC45089EE419B L_22 = V_3;
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_23 = V_4;
String_t* L_24 = V_5;
JsonSerializer_ResetReader_mE7617A472327D71802ED99586AA5658C2EBC588F(__this, L_18, L_19, L_20, L_21, L_22, L_23, L_24, NULL);
return G_B8_0;
}
}
// System.Void Newtonsoft.Json.JsonSerializer::SetupReader(Newtonsoft.Json.JsonReader,System.Globalization.CultureInfo&,System.Nullable`1<Newtonsoft.Json.DateTimeZoneHandling>&,System.Nullable`1<Newtonsoft.Json.DateParseHandling>&,System.Nullable`1<Newtonsoft.Json.FloatParseHandling>&,System.Nullable`1<System.Int32>&,System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_SetupReader_mD375BE873123E7A0618B493E5E074CB52F335D22 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* ___reader0, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0** ___previousCulture1, Nullable_1_tD88F7E37B65824D38D74608E576D1265E5A2D2B2* ___previousDateTimeZoneHandling2, Nullable_1_tDC640D18A54CA8F0A3C74518CBC15D439C8FC228* ___previousDateParseHandling3, Nullable_1_tC13211A32645AE3863530378A08BC45089EE419B* ___previousFloatParseHandling4, Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* ___previousMaxDepth5, String_t** ___previousDateFormatString6, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m37D1F7239FEECB844A295C36AD69023F6A03A0E2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m9A30131EC9AEF586D37D076D78BB4A384BA907D9_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mCF737EB39796319BEE4826CD667FAAF67D229CE4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m2ED14CBE705E3AD5E0395243C765C128BDC0F930_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m9E1D9019C2EAC4FC5A849A9C76B23BF58A6722A9_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mE09573A712FD6592F678A36870D665CF04E4508D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mA1E2FF8D68974D11E12F985D200C466BFDD13713_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mC8284E7BC5A0BC5FD0718B6B93B9CD8AA357BB55_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mEB8CB060CBB6BC228BA470891E2A8C58E3807AAE_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* V_0 = NULL;
Nullable_1_tD88F7E37B65824D38D74608E576D1265E5A2D2B2 V_1;
memset((&V_1), 0, sizeof(V_1));
Nullable_1_tDC640D18A54CA8F0A3C74518CBC15D439C8FC228 V_2;
memset((&V_2), 0, sizeof(V_2));
Nullable_1_tC13211A32645AE3863530378A08BC45089EE419B V_3;
memset((&V_3), 0, sizeof(V_3));
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 V_4;
memset((&V_4), 0, sizeof(V_4));
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 V_5;
memset((&V_5), 0, sizeof(V_5));
DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* V_6 = NULL;
{
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0 = __this->____culture_24;
if (!L_0)
{
goto IL_0031;
}
}
{
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1 = __this->____culture_24;
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_2 = ___reader0;
NullCheck(L_2);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_3;
L_3 = JsonReader_get_Culture_m99A1BB0CC4F4F6E13A243DBF53132881DE58F7E2(L_2, NULL);
NullCheck(L_1);
bool L_4;
L_4 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_1, L_3);
if (L_4)
{
goto IL_0031;
}
}
{
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0** L_5 = ___previousCulture1;
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_6 = ___reader0;
NullCheck(L_6);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_7;
L_7 = JsonReader_get_Culture_m99A1BB0CC4F4F6E13A243DBF53132881DE58F7E2(L_6, NULL);
*((RuntimeObject**)L_5) = (RuntimeObject*)L_7;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_5, (void*)(RuntimeObject*)L_7);
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_8 = ___reader0;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_9 = __this->____culture_24;
NullCheck(L_8);
JsonReader_set_Culture_m32AD6F7F73305D077841E603808BE4B9DBEDAD13_inline(L_8, L_9, NULL);
goto IL_0034;
}
IL_0031:
{
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0** L_10 = ___previousCulture1;
*((RuntimeObject**)L_10) = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_10, (void*)(RuntimeObject*)NULL);
}
IL_0034:
{
Nullable_1_tD88F7E37B65824D38D74608E576D1265E5A2D2B2* L_11 = (&__this->____dateTimeZoneHandling_19);
bool L_12;
L_12 = Nullable_1_get_HasValue_mC8284E7BC5A0BC5FD0718B6B93B9CD8AA357BB55_inline(L_11, Nullable_1_get_HasValue_mC8284E7BC5A0BC5FD0718B6B93B9CD8AA357BB55_RuntimeMethod_var);
if (!L_12)
{
goto IL_0085;
}
}
{
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_13 = ___reader0;
NullCheck(L_13);
int32_t L_14;
L_14 = JsonReader_get_DateTimeZoneHandling_m54980577E0FAC72C255619A8971816C4DE07AAA4_inline(L_13, NULL);
Nullable_1_tD88F7E37B65824D38D74608E576D1265E5A2D2B2 L_15 = __this->____dateTimeZoneHandling_19;
V_1 = L_15;
int32_t L_16;
L_16 = Nullable_1_GetValueOrDefault_mCF737EB39796319BEE4826CD667FAAF67D229CE4_inline((&V_1), Nullable_1_GetValueOrDefault_mCF737EB39796319BEE4826CD667FAAF67D229CE4_RuntimeMethod_var);
bool L_17;
L_17 = Nullable_1_get_HasValue_mC8284E7BC5A0BC5FD0718B6B93B9CD8AA357BB55_inline((&V_1), Nullable_1_get_HasValue_mC8284E7BC5A0BC5FD0718B6B93B9CD8AA357BB55_RuntimeMethod_var);
if (((int32_t)(((((int32_t)L_14) == ((int32_t)L_16))? 1 : 0)&(int32_t)L_17)))
{
goto IL_0085;
}
}
{
Nullable_1_tD88F7E37B65824D38D74608E576D1265E5A2D2B2* L_18 = ___previousDateTimeZoneHandling2;
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_19 = ___reader0;
NullCheck(L_19);
int32_t L_20;
L_20 = JsonReader_get_DateTimeZoneHandling_m54980577E0FAC72C255619A8971816C4DE07AAA4_inline(L_19, NULL);
Nullable_1_tD88F7E37B65824D38D74608E576D1265E5A2D2B2 L_21;
memset((&L_21), 0, sizeof(L_21));
Nullable_1__ctor_m2ED14CBE705E3AD5E0395243C765C128BDC0F930((&L_21), L_20, /*hidden argument*/Nullable_1__ctor_m2ED14CBE705E3AD5E0395243C765C128BDC0F930_RuntimeMethod_var);
*(Nullable_1_tD88F7E37B65824D38D74608E576D1265E5A2D2B2*)L_18 = L_21;
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_22 = ___reader0;
Nullable_1_tD88F7E37B65824D38D74608E576D1265E5A2D2B2* L_23 = (&__this->____dateTimeZoneHandling_19);
int32_t L_24;
L_24 = Nullable_1_GetValueOrDefault_mCF737EB39796319BEE4826CD667FAAF67D229CE4_inline(L_23, Nullable_1_GetValueOrDefault_mCF737EB39796319BEE4826CD667FAAF67D229CE4_RuntimeMethod_var);
NullCheck(L_22);
JsonReader_set_DateTimeZoneHandling_mB7165954217060B05EE3A640407A22FE6431CD0E(L_22, L_24, NULL);
goto IL_008c;
}
IL_0085:
{
Nullable_1_tD88F7E37B65824D38D74608E576D1265E5A2D2B2* L_25 = ___previousDateTimeZoneHandling2;
il2cpp_codegen_initobj(L_25, sizeof(Nullable_1_tD88F7E37B65824D38D74608E576D1265E5A2D2B2));
}
IL_008c:
{
Nullable_1_tDC640D18A54CA8F0A3C74518CBC15D439C8FC228* L_26 = (&__this->____dateParseHandling_20);
bool L_27;
L_27 = Nullable_1_get_HasValue_mEB8CB060CBB6BC228BA470891E2A8C58E3807AAE_inline(L_26, Nullable_1_get_HasValue_mEB8CB060CBB6BC228BA470891E2A8C58E3807AAE_RuntimeMethod_var);
if (!L_27)
{
goto IL_00de;
}
}
{
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_28 = ___reader0;
NullCheck(L_28);
int32_t L_29;
L_29 = JsonReader_get_DateParseHandling_m30B55C240DFBB01311DB973D35B62C2A138D4DC5_inline(L_28, NULL);
Nullable_1_tDC640D18A54CA8F0A3C74518CBC15D439C8FC228 L_30 = __this->____dateParseHandling_20;
V_2 = L_30;
int32_t L_31;
L_31 = Nullable_1_GetValueOrDefault_m37D1F7239FEECB844A295C36AD69023F6A03A0E2_inline((&V_2), Nullable_1_GetValueOrDefault_m37D1F7239FEECB844A295C36AD69023F6A03A0E2_RuntimeMethod_var);
bool L_32;
L_32 = Nullable_1_get_HasValue_mEB8CB060CBB6BC228BA470891E2A8C58E3807AAE_inline((&V_2), Nullable_1_get_HasValue_mEB8CB060CBB6BC228BA470891E2A8C58E3807AAE_RuntimeMethod_var);
if (((int32_t)(((((int32_t)L_29) == ((int32_t)L_31))? 1 : 0)&(int32_t)L_32)))
{
goto IL_00de;
}
}
{
Nullable_1_tDC640D18A54CA8F0A3C74518CBC15D439C8FC228* L_33 = ___previousDateParseHandling3;
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_34 = ___reader0;
NullCheck(L_34);
int32_t L_35;
L_35 = JsonReader_get_DateParseHandling_m30B55C240DFBB01311DB973D35B62C2A138D4DC5_inline(L_34, NULL);
Nullable_1_tDC640D18A54CA8F0A3C74518CBC15D439C8FC228 L_36;
memset((&L_36), 0, sizeof(L_36));
Nullable_1__ctor_mE09573A712FD6592F678A36870D665CF04E4508D((&L_36), L_35, /*hidden argument*/Nullable_1__ctor_mE09573A712FD6592F678A36870D665CF04E4508D_RuntimeMethod_var);
*(Nullable_1_tDC640D18A54CA8F0A3C74518CBC15D439C8FC228*)L_33 = L_36;
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_37 = ___reader0;
Nullable_1_tDC640D18A54CA8F0A3C74518CBC15D439C8FC228* L_38 = (&__this->____dateParseHandling_20);
int32_t L_39;
L_39 = Nullable_1_GetValueOrDefault_m37D1F7239FEECB844A295C36AD69023F6A03A0E2_inline(L_38, Nullable_1_GetValueOrDefault_m37D1F7239FEECB844A295C36AD69023F6A03A0E2_RuntimeMethod_var);
NullCheck(L_37);
JsonReader_set_DateParseHandling_mEE7359F16431F3997CF22EA9383A6FB6CBF33717(L_37, L_39, NULL);
goto IL_00e6;
}
IL_00de:
{
Nullable_1_tDC640D18A54CA8F0A3C74518CBC15D439C8FC228* L_40 = ___previousDateParseHandling3;
il2cpp_codegen_initobj(L_40, sizeof(Nullable_1_tDC640D18A54CA8F0A3C74518CBC15D439C8FC228));
}
IL_00e6:
{
Nullable_1_tC13211A32645AE3863530378A08BC45089EE419B* L_41 = (&__this->____floatParseHandling_22);
bool L_42;
L_42 = Nullable_1_get_HasValue_mA1E2FF8D68974D11E12F985D200C466BFDD13713_inline(L_41, Nullable_1_get_HasValue_mA1E2FF8D68974D11E12F985D200C466BFDD13713_RuntimeMethod_var);
if (!L_42)
{
goto IL_0138;
}
}
{
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_43 = ___reader0;
NullCheck(L_43);
int32_t L_44;
L_44 = JsonReader_get_FloatParseHandling_m6A522BBC3B7FBE3A21C1CC89B5AFB35CEA955826_inline(L_43, NULL);
Nullable_1_tC13211A32645AE3863530378A08BC45089EE419B L_45 = __this->____floatParseHandling_22;
V_3 = L_45;
int32_t L_46;
L_46 = Nullable_1_GetValueOrDefault_m9A30131EC9AEF586D37D076D78BB4A384BA907D9_inline((&V_3), Nullable_1_GetValueOrDefault_m9A30131EC9AEF586D37D076D78BB4A384BA907D9_RuntimeMethod_var);
bool L_47;
L_47 = Nullable_1_get_HasValue_mA1E2FF8D68974D11E12F985D200C466BFDD13713_inline((&V_3), Nullable_1_get_HasValue_mA1E2FF8D68974D11E12F985D200C466BFDD13713_RuntimeMethod_var);
if (((int32_t)(((((int32_t)L_44) == ((int32_t)L_46))? 1 : 0)&(int32_t)L_47)))
{
goto IL_0138;
}
}
{
Nullable_1_tC13211A32645AE3863530378A08BC45089EE419B* L_48 = ___previousFloatParseHandling4;
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_49 = ___reader0;
NullCheck(L_49);
int32_t L_50;
L_50 = JsonReader_get_FloatParseHandling_m6A522BBC3B7FBE3A21C1CC89B5AFB35CEA955826_inline(L_49, NULL);
Nullable_1_tC13211A32645AE3863530378A08BC45089EE419B L_51;
memset((&L_51), 0, sizeof(L_51));
Nullable_1__ctor_m9E1D9019C2EAC4FC5A849A9C76B23BF58A6722A9((&L_51), L_50, /*hidden argument*/Nullable_1__ctor_m9E1D9019C2EAC4FC5A849A9C76B23BF58A6722A9_RuntimeMethod_var);
*(Nullable_1_tC13211A32645AE3863530378A08BC45089EE419B*)L_48 = L_51;
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_52 = ___reader0;
Nullable_1_tC13211A32645AE3863530378A08BC45089EE419B* L_53 = (&__this->____floatParseHandling_22);
int32_t L_54;
L_54 = Nullable_1_GetValueOrDefault_m9A30131EC9AEF586D37D076D78BB4A384BA907D9_inline(L_53, Nullable_1_GetValueOrDefault_m9A30131EC9AEF586D37D076D78BB4A384BA907D9_RuntimeMethod_var);
NullCheck(L_52);
JsonReader_set_FloatParseHandling_m59278EBB6D40F8F11639AEA5476D438F5153F9FF(L_52, L_54, NULL);
goto IL_0140;
}
IL_0138:
{
Nullable_1_tC13211A32645AE3863530378A08BC45089EE419B* L_55 = ___previousFloatParseHandling4;
il2cpp_codegen_initobj(L_55, sizeof(Nullable_1_tC13211A32645AE3863530378A08BC45089EE419B));
}
IL_0140:
{
bool L_56 = __this->____maxDepthSet_26;
if (!L_56)
{
goto IL_0196;
}
}
{
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_57 = ___reader0;
NullCheck(L_57);
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_58;
L_58 = JsonReader_get_MaxDepth_m36C1AC4E11FA1D37C477B2FEAF26133AFE0BB56E_inline(L_57, NULL);
V_4 = L_58;
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_59 = __this->____maxDepth_25;
V_5 = L_59;
int32_t L_60;
L_60 = Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_inline((&V_4), Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_RuntimeMethod_var);
int32_t L_61;
L_61 = Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_inline((&V_5), Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_RuntimeMethod_var);
bool L_62;
L_62 = Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_inline((&V_4), Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_RuntimeMethod_var);
bool L_63;
L_63 = Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_inline((&V_5), Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_RuntimeMethod_var);
if (((int32_t)(((((int32_t)L_60) == ((int32_t)L_61))? 1 : 0)&((((int32_t)L_62) == ((int32_t)L_63))? 1 : 0))))
{
goto IL_0196;
}
}
{
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* L_64 = ___previousMaxDepth5;
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_65 = ___reader0;
NullCheck(L_65);
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_66;
L_66 = JsonReader_get_MaxDepth_m36C1AC4E11FA1D37C477B2FEAF26133AFE0BB56E_inline(L_65, NULL);
*(Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28*)L_64 = L_66;
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_67 = ___reader0;
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_68 = __this->____maxDepth_25;
NullCheck(L_67);
JsonReader_set_MaxDepth_m03E983D915FC443AACAB411E630AC5A932B992C2(L_67, L_68, NULL);
goto IL_019e;
}
IL_0196:
{
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* L_69 = ___previousMaxDepth5;
il2cpp_codegen_initobj(L_69, sizeof(Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28));
}
IL_019e:
{
bool L_70 = __this->____dateFormatStringSet_29;
if (!L_70)
{
goto IL_01d0;
}
}
{
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_71 = ___reader0;
NullCheck(L_71);
String_t* L_72;
L_72 = JsonReader_get_DateFormatString_mBEDE1FE52D98B87A039F321055027AC1FC779071_inline(L_71, NULL);
String_t* L_73 = __this->____dateFormatString_28;
bool L_74;
L_74 = String_op_Inequality_m0FBE5AC4931D312E5B347BAA603755676E6DA2FE(L_72, L_73, NULL);
if (!L_74)
{
goto IL_01d0;
}
}
{
String_t** L_75 = ___previousDateFormatString6;
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_76 = ___reader0;
NullCheck(L_76);
String_t* L_77;
L_77 = JsonReader_get_DateFormatString_mBEDE1FE52D98B87A039F321055027AC1FC779071_inline(L_76, NULL);
*((RuntimeObject**)L_75) = (RuntimeObject*)L_77;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_75, (void*)(RuntimeObject*)L_77);
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_78 = ___reader0;
String_t* L_79 = __this->____dateFormatString_28;
NullCheck(L_78);
JsonReader_set_DateFormatString_m7B16FCCF01DADBE34D5371BBD3820DFED84B283C_inline(L_78, L_79, NULL);
goto IL_01d4;
}
IL_01d0:
{
String_t** L_80 = ___previousDateFormatString6;
*((RuntimeObject**)L_80) = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_80, (void*)(RuntimeObject*)NULL);
}
IL_01d4:
{
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_81 = ___reader0;
V_0 = ((JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E*)IsInstClass((RuntimeObject*)L_81, JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E_il2cpp_TypeInfo_var));
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* L_82 = V_0;
if (!L_82)
{
goto IL_0204;
}
}
{
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* L_83 = V_0;
NullCheck(L_83);
JsonNameTable_t0B2C7BA303E82F2C1E3C1176620FA86FA3BB611F* L_84;
L_84 = JsonTextReader_get_PropertyNameTable_mFF19052283A1C0AEA8A9F7265479673FF50D863C_inline(L_83, NULL);
if (L_84)
{
goto IL_0204;
}
}
{
RuntimeObject* L_85 = __this->____contractResolver_11;
V_6 = ((DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD*)IsInstClass((RuntimeObject*)L_85, DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var));
DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* L_86 = V_6;
if (!L_86)
{
goto IL_0204;
}
}
{
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* L_87 = V_0;
DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* L_88 = V_6;
NullCheck(L_88);
DefaultJsonNameTable_t81ABCBAD900C62AEA009A48779C3F3893DBC110D* L_89;
L_89 = VirtualFuncInvoker0< DefaultJsonNameTable_t81ABCBAD900C62AEA009A48779C3F3893DBC110D* >::Invoke(20 /* Newtonsoft.Json.DefaultJsonNameTable Newtonsoft.Json.Serialization.DefaultContractResolver::GetNameTable() */, L_88);
NullCheck(L_87);
JsonTextReader_set_PropertyNameTable_m489CECD015139F6DCE2B4BEB8360560CAFCA3AAC_inline(L_87, L_89, NULL);
}
IL_0204:
{
return;
}
}
// System.Void Newtonsoft.Json.JsonSerializer::ResetReader(Newtonsoft.Json.JsonReader,System.Globalization.CultureInfo,System.Nullable`1<Newtonsoft.Json.DateTimeZoneHandling>,System.Nullable`1<Newtonsoft.Json.DateParseHandling>,System.Nullable`1<Newtonsoft.Json.FloatParseHandling>,System.Nullable`1<System.Int32>,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_ResetReader_mE7617A472327D71802ED99586AA5658C2EBC588F (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* ___reader0, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___previousCulture1, Nullable_1_tD88F7E37B65824D38D74608E576D1265E5A2D2B2 ___previousDateTimeZoneHandling2, Nullable_1_tDC640D18A54CA8F0A3C74518CBC15D439C8FC228 ___previousDateParseHandling3, Nullable_1_tC13211A32645AE3863530378A08BC45089EE419B ___previousFloatParseHandling4, Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 ___previousMaxDepth5, String_t* ___previousDateFormatString6, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m37D1F7239FEECB844A295C36AD69023F6A03A0E2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m9A30131EC9AEF586D37D076D78BB4A384BA907D9_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mCF737EB39796319BEE4826CD667FAAF67D229CE4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mA1E2FF8D68974D11E12F985D200C466BFDD13713_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mC8284E7BC5A0BC5FD0718B6B93B9CD8AA357BB55_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mEB8CB060CBB6BC228BA470891E2A8C58E3807AAE_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* V_0 = NULL;
DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* V_1 = NULL;
{
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0 = ___previousCulture1;
if (!L_0)
{
goto IL_000a;
}
}
{
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_1 = ___reader0;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_2 = ___previousCulture1;
NullCheck(L_1);
JsonReader_set_Culture_m32AD6F7F73305D077841E603808BE4B9DBEDAD13_inline(L_1, L_2, NULL);
}
IL_000a:
{
bool L_3;
L_3 = Nullable_1_get_HasValue_mC8284E7BC5A0BC5FD0718B6B93B9CD8AA357BB55_inline((&___previousDateTimeZoneHandling2), Nullable_1_get_HasValue_mC8284E7BC5A0BC5FD0718B6B93B9CD8AA357BB55_RuntimeMethod_var);
if (!L_3)
{
goto IL_0020;
}
}
{
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_4 = ___reader0;
int32_t L_5;
L_5 = Nullable_1_GetValueOrDefault_mCF737EB39796319BEE4826CD667FAAF67D229CE4_inline((&___previousDateTimeZoneHandling2), Nullable_1_GetValueOrDefault_mCF737EB39796319BEE4826CD667FAAF67D229CE4_RuntimeMethod_var);
NullCheck(L_4);
JsonReader_set_DateTimeZoneHandling_mB7165954217060B05EE3A640407A22FE6431CD0E(L_4, L_5, NULL);
}
IL_0020:
{
bool L_6;
L_6 = Nullable_1_get_HasValue_mEB8CB060CBB6BC228BA470891E2A8C58E3807AAE_inline((&___previousDateParseHandling3), Nullable_1_get_HasValue_mEB8CB060CBB6BC228BA470891E2A8C58E3807AAE_RuntimeMethod_var);
if (!L_6)
{
goto IL_0036;
}
}
{
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_7 = ___reader0;
int32_t L_8;
L_8 = Nullable_1_GetValueOrDefault_m37D1F7239FEECB844A295C36AD69023F6A03A0E2_inline((&___previousDateParseHandling3), Nullable_1_GetValueOrDefault_m37D1F7239FEECB844A295C36AD69023F6A03A0E2_RuntimeMethod_var);
NullCheck(L_7);
JsonReader_set_DateParseHandling_mEE7359F16431F3997CF22EA9383A6FB6CBF33717(L_7, L_8, NULL);
}
IL_0036:
{
bool L_9;
L_9 = Nullable_1_get_HasValue_mA1E2FF8D68974D11E12F985D200C466BFDD13713_inline((&___previousFloatParseHandling4), Nullable_1_get_HasValue_mA1E2FF8D68974D11E12F985D200C466BFDD13713_RuntimeMethod_var);
if (!L_9)
{
goto IL_004c;
}
}
{
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_10 = ___reader0;
int32_t L_11;
L_11 = Nullable_1_GetValueOrDefault_m9A30131EC9AEF586D37D076D78BB4A384BA907D9_inline((&___previousFloatParseHandling4), Nullable_1_GetValueOrDefault_m9A30131EC9AEF586D37D076D78BB4A384BA907D9_RuntimeMethod_var);
NullCheck(L_10);
JsonReader_set_FloatParseHandling_m59278EBB6D40F8F11639AEA5476D438F5153F9FF(L_10, L_11, NULL);
}
IL_004c:
{
bool L_12 = __this->____maxDepthSet_26;
if (!L_12)
{
goto IL_005c;
}
}
{
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_13 = ___reader0;
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_14 = ___previousMaxDepth5;
NullCheck(L_13);
JsonReader_set_MaxDepth_m03E983D915FC443AACAB411E630AC5A932B992C2(L_13, L_14, NULL);
}
IL_005c:
{
bool L_15 = __this->____dateFormatStringSet_29;
if (!L_15)
{
goto IL_006c;
}
}
{
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_16 = ___reader0;
String_t* L_17 = ___previousDateFormatString6;
NullCheck(L_16);
JsonReader_set_DateFormatString_m7B16FCCF01DADBE34D5371BBD3820DFED84B283C_inline(L_16, L_17, NULL);
}
IL_006c:
{
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_18 = ___reader0;
V_0 = ((JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E*)IsInstClass((RuntimeObject*)L_18, JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E_il2cpp_TypeInfo_var));
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* L_19 = V_0;
if (!L_19)
{
goto IL_00a2;
}
}
{
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* L_20 = V_0;
NullCheck(L_20);
JsonNameTable_t0B2C7BA303E82F2C1E3C1176620FA86FA3BB611F* L_21;
L_21 = JsonTextReader_get_PropertyNameTable_mFF19052283A1C0AEA8A9F7265479673FF50D863C_inline(L_20, NULL);
if (!L_21)
{
goto IL_00a2;
}
}
{
RuntimeObject* L_22 = __this->____contractResolver_11;
V_1 = ((DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD*)IsInstClass((RuntimeObject*)L_22, DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var));
DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* L_23 = V_1;
if (!L_23)
{
goto IL_00a2;
}
}
{
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* L_24 = V_0;
NullCheck(L_24);
JsonNameTable_t0B2C7BA303E82F2C1E3C1176620FA86FA3BB611F* L_25;
L_25 = JsonTextReader_get_PropertyNameTable_mFF19052283A1C0AEA8A9F7265479673FF50D863C_inline(L_24, NULL);
DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD* L_26 = V_1;
NullCheck(L_26);
DefaultJsonNameTable_t81ABCBAD900C62AEA009A48779C3F3893DBC110D* L_27;
L_27 = VirtualFuncInvoker0< DefaultJsonNameTable_t81ABCBAD900C62AEA009A48779C3F3893DBC110D* >::Invoke(20 /* Newtonsoft.Json.DefaultJsonNameTable Newtonsoft.Json.Serialization.DefaultContractResolver::GetNameTable() */, L_26);
if ((!(((RuntimeObject*)(JsonNameTable_t0B2C7BA303E82F2C1E3C1176620FA86FA3BB611F*)L_25) == ((RuntimeObject*)(DefaultJsonNameTable_t81ABCBAD900C62AEA009A48779C3F3893DBC110D*)L_27))))
{
goto IL_00a2;
}
}
{
JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* L_28 = V_0;
NullCheck(L_28);
JsonTextReader_set_PropertyNameTable_m489CECD015139F6DCE2B4BEB8360560CAFCA3AAC_inline(L_28, (JsonNameTable_t0B2C7BA303E82F2C1E3C1176620FA86FA3BB611F*)NULL, NULL);
}
IL_00a2:
{
return;
}
}
// System.Void Newtonsoft.Json.JsonSerializer::Serialize(System.IO.TextWriter,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_Serialize_mC3E896C9C6C0A7E5867AAB3C1EE746C9947B42E6 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___textWriter0, RuntimeObject* ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTextWriter_t8A730143EFDFE2A07F31B3C4DB82061A883A60F4_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_0 = ___textWriter0;
JsonTextWriter_t8A730143EFDFE2A07F31B3C4DB82061A883A60F4* L_1 = (JsonTextWriter_t8A730143EFDFE2A07F31B3C4DB82061A883A60F4*)il2cpp_codegen_object_new(JsonTextWriter_t8A730143EFDFE2A07F31B3C4DB82061A883A60F4_il2cpp_TypeInfo_var);
NullCheck(L_1);
JsonTextWriter__ctor_mE77A9BD1789BB07C3B49A6EF74857D2225AA99B3(L_1, L_0, NULL);
RuntimeObject* L_2 = ___value1;
JsonSerializer_Serialize_mE7F0CF9C2D3AD9D1B19A24F16FB151C9F63E7A2F(__this, L_1, L_2, NULL);
return;
}
}
// System.Void Newtonsoft.Json.JsonSerializer::Serialize(Newtonsoft.Json.JsonWriter,System.Object,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_Serialize_m7E0ACFF2ABCDF5C092E2B735945B7BE7BAC3688A (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* ___jsonWriter0, RuntimeObject* ___value1, Type_t* ___objectType2, const RuntimeMethod* method)
{
{
JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* L_0 = ___jsonWriter0;
RuntimeObject* L_1 = ___value1;
Type_t* L_2 = ___objectType2;
VirtualActionInvoker3< JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3*, RuntimeObject*, Type_t* >::Invoke(67 /* 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(System.IO.TextWriter,System.Object,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_Serialize_m6905DC1D4CED4AA166344EDBA4CA103B475F7E36 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___textWriter0, RuntimeObject* ___value1, Type_t* ___objectType2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTextWriter_t8A730143EFDFE2A07F31B3C4DB82061A883A60F4_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_0 = ___textWriter0;
JsonTextWriter_t8A730143EFDFE2A07F31B3C4DB82061A883A60F4* L_1 = (JsonTextWriter_t8A730143EFDFE2A07F31B3C4DB82061A883A60F4*)il2cpp_codegen_object_new(JsonTextWriter_t8A730143EFDFE2A07F31B3C4DB82061A883A60F4_il2cpp_TypeInfo_var);
NullCheck(L_1);
JsonTextWriter__ctor_mE77A9BD1789BB07C3B49A6EF74857D2225AA99B3(L_1, L_0, NULL);
RuntimeObject* L_2 = ___value1;
Type_t* L_3 = ___objectType2;
JsonSerializer_Serialize_m7E0ACFF2ABCDF5C092E2B735945B7BE7BAC3688A(__this, L_1, L_2, L_3, NULL);
return;
}
}
// System.Void Newtonsoft.Json.JsonSerializer::Serialize(Newtonsoft.Json.JsonWriter,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_Serialize_mE7F0CF9C2D3AD9D1B19A24F16FB151C9F63E7A2F (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* ___jsonWriter0, RuntimeObject* ___value1, const RuntimeMethod* method)
{
{
JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* L_0 = ___jsonWriter0;
RuntimeObject* L_1 = ___value1;
VirtualActionInvoker3< JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3*, RuntimeObject*, Type_t* >::Invoke(67 /* System.Void Newtonsoft.Json.JsonSerializer::SerializeInternal(Newtonsoft.Json.JsonWriter,System.Object,System.Type) */, __this, L_0, L_1, (Type_t*)NULL);
return;
}
}
// Newtonsoft.Json.Serialization.TraceJsonReader Newtonsoft.Json.JsonSerializer::CreateTraceJsonReader(Newtonsoft.Json.JsonReader)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TraceJsonReader_tD4D9FA5AA572E9BAB681D1B0BBA67990700CCB13* JsonSerializer_CreateTraceJsonReader_m954E0AE5EFD97EB02DA18CC8443B182577BD1FD8 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* ___reader0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TraceJsonReader_tD4D9FA5AA572E9BAB681D1B0BBA67990700CCB13_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
TraceJsonReader_tD4D9FA5AA572E9BAB681D1B0BBA67990700CCB13* V_0 = NULL;
{
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_0 = ___reader0;
TraceJsonReader_tD4D9FA5AA572E9BAB681D1B0BBA67990700CCB13* L_1 = (TraceJsonReader_tD4D9FA5AA572E9BAB681D1B0BBA67990700CCB13*)il2cpp_codegen_object_new(TraceJsonReader_tD4D9FA5AA572E9BAB681D1B0BBA67990700CCB13_il2cpp_TypeInfo_var);
NullCheck(L_1);
TraceJsonReader__ctor_m06DE37B905DD72B8EB3BC54B222534125ACD639B(L_1, L_0, NULL);
V_0 = L_1;
JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* L_2 = ___reader0;
NullCheck(L_2);
int32_t L_3;
L_3 = VirtualFuncInvoker0< int32_t >::Invoke(16 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_2);
if (!L_3)
{
goto IL_0015;
}
}
{
TraceJsonReader_tD4D9FA5AA572E9BAB681D1B0BBA67990700CCB13* L_4 = V_0;
NullCheck(L_4);
TraceJsonReader_WriteCurrentToken_m45E27FD96919F6EEA4075FB04CD7EEF60780E69B(L_4, NULL);
}
IL_0015:
{
TraceJsonReader_tD4D9FA5AA572E9BAB681D1B0BBA67990700CCB13* L_5 = V_0;
return L_5;
}
}
// System.Void Newtonsoft.Json.JsonSerializer::SerializeInternal(Newtonsoft.Json.JsonWriter,System.Object,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_SerializeInternal_mD1606B221F27877646B9083E436131B7ABFCE491 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* ___jsonWriter0, RuntimeObject* ___value1, Type_t* ___objectType2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITraceWriter_t44C99CB7D5AB59A077F569914E56DAD66B5A41EF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonSerializerInternalWriter_t9625AB9A7212A131A3B48F8BC3D1F6835DC51866_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m05CA8E1B6A351F3A5603AF3DC5E446E8089CB56D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m1C4472FB0CB532C4E2EA56AFCF6F7D9E76F35B19_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mCF737EB39796319BEE4826CD667FAAF67D229CE4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mD9A1772CD0FEA58D40AB9FF4EF624F8E179FE910_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mFA59F12B51F88443EC69B353580127B218974064_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m2ED14CBE705E3AD5E0395243C765C128BDC0F930_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m311B57331EECB792DBAD038699DB1623EB04585B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m7AC7CA842FEEBAE7F715892237C4F1199083EB64_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mA5863E524F19F6B1DCD3C4A1CAC06ED60F9CA6E2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mEDA931BC5332E8D44357D90737247E83969FFE84_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m057A0B5FF959F8A0EE6E5C1E55F4B1B1FA1F9B27_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m1011C885149341D952EEB15937E8796363EC2997_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m31175AFA7DFB0E471E2B408ACF258930E2AC2260_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m6DCF2B6333A04690B7827C13BE852CBA979B41CC_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mC8284E7BC5A0BC5FD0718B6B93B9CD8AA357BB55_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TraceJsonWriter_t8594E0A375EC85B5EA9AF763114C4E39B8258FCE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAB288DF9A2916D57A7E6D73226C3C1BAF54C9408);
s_Il2CppMethodInitialized = true;
}
Nullable_1_tAEE2B9C53750E53F9B91B70967290720873E8D3E V_0;
memset((&V_0), 0, sizeof(V_0));
Nullable_1_t4776B8A4D0D52AA8BDCD45E6D7070659326453D2 V_1;
memset((&V_1), 0, sizeof(V_1));
Nullable_1_tD88F7E37B65824D38D74608E576D1265E5A2D2B2 V_2;
memset((&V_2), 0, sizeof(V_2));
Nullable_1_tEAE8D5B59DCEB4F809A8A5F390EAAC18F266B822 V_3;
memset((&V_3), 0, sizeof(V_3));
Nullable_1_t61214A44C233A0B00A9F79E380485D79D5FAA7C6 V_4;
memset((&V_4), 0, sizeof(V_4));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* V_5 = NULL;
String_t* V_6 = NULL;
TraceJsonWriter_t8594E0A375EC85B5EA9AF763114C4E39B8258FCE* V_7 = NULL;
Nullable_1_tAEE2B9C53750E53F9B91B70967290720873E8D3E V_8;
memset((&V_8), 0, sizeof(V_8));
Nullable_1_t4776B8A4D0D52AA8BDCD45E6D7070659326453D2 V_9;
memset((&V_9), 0, sizeof(V_9));
Nullable_1_tD88F7E37B65824D38D74608E576D1265E5A2D2B2 V_10;
memset((&V_10), 0, sizeof(V_10));
Nullable_1_tEAE8D5B59DCEB4F809A8A5F390EAAC18F266B822 V_11;
memset((&V_11), 0, sizeof(V_11));
Nullable_1_t61214A44C233A0B00A9F79E380485D79D5FAA7C6 V_12;
memset((&V_12), 0, sizeof(V_12));
TraceJsonWriter_t8594E0A375EC85B5EA9AF763114C4E39B8258FCE* G_B25_0 = NULL;
TraceJsonWriter_t8594E0A375EC85B5EA9AF763114C4E39B8258FCE* G_B27_0 = NULL;
JsonSerializerInternalWriter_t9625AB9A7212A131A3B48F8BC3D1F6835DC51866* G_B27_1 = NULL;
TraceJsonWriter_t8594E0A375EC85B5EA9AF763114C4E39B8258FCE* G_B26_0 = NULL;
JsonSerializerInternalWriter_t9625AB9A7212A131A3B48F8BC3D1F6835DC51866* G_B26_1 = NULL;
{
JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* L_0 = ___jsonWriter0;
ValidationUtils_ArgumentNotNull_m73ECC0CA34E9075680E80F7B34526E5EC8206587(L_0, _stringLiteralAB288DF9A2916D57A7E6D73226C3C1BAF54C9408, NULL);
il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_tAEE2B9C53750E53F9B91B70967290720873E8D3E));
Nullable_1_tAEE2B9C53750E53F9B91B70967290720873E8D3E* L_1 = (&__this->____formatting_17);
bool L_2;
L_2 = Nullable_1_get_HasValue_m057A0B5FF959F8A0EE6E5C1E55F4B1B1FA1F9B27_inline(L_1, Nullable_1_get_HasValue_m057A0B5FF959F8A0EE6E5C1E55F4B1B1FA1F9B27_RuntimeMethod_var);
if (!L_2)
{
goto IL_005f;
}
}
{
JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* L_3 = ___jsonWriter0;
NullCheck(L_3);
int32_t L_4;
L_4 = JsonWriter_get_Formatting_m7F7879CD7E9188A428A6E01990E70A65F5FEF81A_inline(L_3, NULL);
Nullable_1_tAEE2B9C53750E53F9B91B70967290720873E8D3E L_5 = __this->____formatting_17;
V_8 = L_5;
int32_t L_6;
L_6 = Nullable_1_GetValueOrDefault_mD9A1772CD0FEA58D40AB9FF4EF624F8E179FE910_inline((&V_8), Nullable_1_GetValueOrDefault_mD9A1772CD0FEA58D40AB9FF4EF624F8E179FE910_RuntimeMethod_var);
bool L_7;
L_7 = Nullable_1_get_HasValue_m057A0B5FF959F8A0EE6E5C1E55F4B1B1FA1F9B27_inline((&V_8), Nullable_1_get_HasValue_m057A0B5FF959F8A0EE6E5C1E55F4B1B1FA1F9B27_RuntimeMethod_var);
if (((int32_t)(((((int32_t)L_4) == ((int32_t)L_6))? 1 : 0)&(int32_t)L_7)))
{
goto IL_005f;
}
}
{
JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* L_8 = ___jsonWriter0;
NullCheck(L_8);
int32_t L_9;
L_9 = JsonWriter_get_Formatting_m7F7879CD7E9188A428A6E01990E70A65F5FEF81A_inline(L_8, NULL);
Nullable_1__ctor_m311B57331EECB792DBAD038699DB1623EB04585B((&V_0), L_9, Nullable_1__ctor_m311B57331EECB792DBAD038699DB1623EB04585B_RuntimeMethod_var);
JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* L_10 = ___jsonWriter0;
Nullable_1_tAEE2B9C53750E53F9B91B70967290720873E8D3E* L_11 = (&__this->____formatting_17);
int32_t L_12;
L_12 = Nullable_1_GetValueOrDefault_mD9A1772CD0FEA58D40AB9FF4EF624F8E179FE910_inline(L_11, Nullable_1_GetValueOrDefault_mD9A1772CD0FEA58D40AB9FF4EF624F8E179FE910_RuntimeMethod_var);
NullCheck(L_10);
JsonWriter_set_Formatting_mCBA8160F9B05B54E46AD8057A1E7061742B0BBAE(L_10, L_12, NULL);
}
IL_005f:
{
il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t4776B8A4D0D52AA8BDCD45E6D7070659326453D2));
Nullable_1_t4776B8A4D0D52AA8BDCD45E6D7070659326453D2* L_13 = (&__this->____dateFormatHandling_18);
bool L_14;
L_14 = Nullable_1_get_HasValue_m6DCF2B6333A04690B7827C13BE852CBA979B41CC_inline(L_13, Nullable_1_get_HasValue_m6DCF2B6333A04690B7827C13BE852CBA979B41CC_RuntimeMethod_var);
if (!L_14)
{
goto IL_00b3;
}
}
{
JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* L_15 = ___jsonWriter0;
NullCheck(L_15);
int32_t L_16;
L_16 = JsonWriter_get_DateFormatHandling_mFA2684069267F277B7340B9738B1A9296A4EF8AE_inline(L_15, NULL);
Nullable_1_t4776B8A4D0D52AA8BDCD45E6D7070659326453D2 L_17 = __this->____dateFormatHandling_18;
V_9 = L_17;
int32_t L_18;
L_18 = Nullable_1_GetValueOrDefault_m1C4472FB0CB532C4E2EA56AFCF6F7D9E76F35B19_inline((&V_9), Nullable_1_GetValueOrDefault_m1C4472FB0CB532C4E2EA56AFCF6F7D9E76F35B19_RuntimeMethod_var);
bool L_19;
L_19 = Nullable_1_get_HasValue_m6DCF2B6333A04690B7827C13BE852CBA979B41CC_inline((&V_9), Nullable_1_get_HasValue_m6DCF2B6333A04690B7827C13BE852CBA979B41CC_RuntimeMethod_var);
if (((int32_t)(((((int32_t)L_16) == ((int32_t)L_18))? 1 : 0)&(int32_t)L_19)))
{
goto IL_00b3;
}
}
{
JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* L_20 = ___jsonWriter0;
NullCheck(L_20);
int32_t L_21;
L_21 = JsonWriter_get_DateFormatHandling_mFA2684069267F277B7340B9738B1A9296A4EF8AE_inline(L_20, NULL);
Nullable_1__ctor_mEDA931BC5332E8D44357D90737247E83969FFE84((&V_1), L_21, Nullable_1__ctor_mEDA931BC5332E8D44357D90737247E83969FFE84_RuntimeMethod_var);
JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* L_22 = ___jsonWriter0;
Nullable_1_t4776B8A4D0D52AA8BDCD45E6D7070659326453D2* L_23 = (&__this->____dateFormatHandling_18);
int32_t L_24;
L_24 = Nullable_1_GetValueOrDefault_m1C4472FB0CB532C4E2EA56AFCF6F7D9E76F35B19_inline(L_23, Nullable_1_GetValueOrDefault_m1C4472FB0CB532C4E2EA56AFCF6F7D9E76F35B19_RuntimeMethod_var);
NullCheck(L_22);
JsonWriter_set_DateFormatHandling_mF67163662CA20C80D93A9345D94F608258ABB96B(L_22, L_24, NULL);
}
IL_00b3:
{
il2cpp_codegen_initobj((&V_2), sizeof(Nullable_1_tD88F7E37B65824D38D74608E576D1265E5A2D2B2));
Nullable_1_tD88F7E37B65824D38D74608E576D1265E5A2D2B2* L_25 = (&__this->____dateTimeZoneHandling_19);
bool L_26;
L_26 = Nullable_1_get_HasValue_mC8284E7BC5A0BC5FD0718B6B93B9CD8AA357BB55_inline(L_25, Nullable_1_get_HasValue_mC8284E7BC5A0BC5FD0718B6B93B9CD8AA357BB55_RuntimeMethod_var);
if (!L_26)
{
goto IL_0107;
}
}
{
JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* L_27 = ___jsonWriter0;
NullCheck(L_27);
int32_t L_28;
L_28 = JsonWriter_get_DateTimeZoneHandling_m70A3776234605D953796332656844492C164F799_inline(L_27, NULL);
Nullable_1_tD88F7E37B65824D38D74608E576D1265E5A2D2B2 L_29 = __this->____dateTimeZoneHandling_19;
V_10 = L_29;
int32_t L_30;
L_30 = Nullable_1_GetValueOrDefault_mCF737EB39796319BEE4826CD667FAAF67D229CE4_inline((&V_10), Nullable_1_GetValueOrDefault_mCF737EB39796319BEE4826CD667FAAF67D229CE4_RuntimeMethod_var);
bool L_31;
L_31 = Nullable_1_get_HasValue_mC8284E7BC5A0BC5FD0718B6B93B9CD8AA357BB55_inline((&V_10), Nullable_1_get_HasValue_mC8284E7BC5A0BC5FD0718B6B93B9CD8AA357BB55_RuntimeMethod_var);
if (((int32_t)(((((int32_t)L_28) == ((int32_t)L_30))? 1 : 0)&(int32_t)L_31)))
{
goto IL_0107;
}
}
{
JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* L_32 = ___jsonWriter0;
NullCheck(L_32);
int32_t L_33;
L_33 = JsonWriter_get_DateTimeZoneHandling_m70A3776234605D953796332656844492C164F799_inline(L_32, NULL);
Nullable_1__ctor_m2ED14CBE705E3AD5E0395243C765C128BDC0F930((&V_2), L_33, Nullable_1__ctor_m2ED14CBE705E3AD5E0395243C765C128BDC0F930_RuntimeMethod_var);
JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* L_34 = ___jsonWriter0;
Nullable_1_tD88F7E37B65824D38D74608E576D1265E5A2D2B2* L_35 = (&__this->____dateTimeZoneHandling_19);
int32_t L_36;
L_36 = Nullable_1_GetValueOrDefault_mCF737EB39796319BEE4826CD667FAAF67D229CE4_inline(L_35, Nullable_1_GetValueOrDefault_mCF737EB39796319BEE4826CD667FAAF67D229CE4_RuntimeMethod_var);
NullCheck(L_34);
JsonWriter_set_DateTimeZoneHandling_mD3C952FA405EFCDA4A8E23A4A1F3F33D9F2983F7(L_34, L_36, NULL);
}
IL_0107:
{
il2cpp_codegen_initobj((&V_3), sizeof(Nullable_1_tEAE8D5B59DCEB4F809A8A5F390EAAC18F266B822));
Nullable_1_tEAE8D5B59DCEB4F809A8A5F390EAAC18F266B822* L_37 = (&__this->____floatFormatHandling_21);
bool L_38;
L_38 = Nullable_1_get_HasValue_m1011C885149341D952EEB15937E8796363EC2997_inline(L_37, Nullable_1_get_HasValue_m1011C885149341D952EEB15937E8796363EC2997_RuntimeMethod_var);
if (!L_38)
{
goto IL_015b;
}
}
{
JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* L_39 = ___jsonWriter0;
NullCheck(L_39);
int32_t L_40;
L_40 = JsonWriter_get_FloatFormatHandling_mE17C10E646C9C244BCA40478DDC209C0BC59DF2F_inline(L_39, NULL);
Nullable_1_tEAE8D5B59DCEB4F809A8A5F390EAAC18F266B822 L_41 = __this->____floatFormatHandling_21;
V_11 = L_41;
int32_t L_42;
L_42 = Nullable_1_GetValueOrDefault_m05CA8E1B6A351F3A5603AF3DC5E446E8089CB56D_inline((&V_11), Nullable_1_GetValueOrDefault_m05CA8E1B6A351F3A5603AF3DC5E446E8089CB56D_RuntimeMethod_var);
bool L_43;
L_43 = Nullable_1_get_HasValue_m1011C885149341D952EEB15937E8796363EC2997_inline((&V_11), Nullable_1_get_HasValue_m1011C885149341D952EEB15937E8796363EC2997_RuntimeMethod_var);
if (((int32_t)(((((int32_t)L_40) == ((int32_t)L_42))? 1 : 0)&(int32_t)L_43)))
{
goto IL_015b;
}
}
{
JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* L_44 = ___jsonWriter0;
NullCheck(L_44);
int32_t L_45;
L_45 = JsonWriter_get_FloatFormatHandling_mE17C10E646C9C244BCA40478DDC209C0BC59DF2F_inline(L_44, NULL);
Nullable_1__ctor_mA5863E524F19F6B1DCD3C4A1CAC06ED60F9CA6E2((&V_3), L_45, Nullable_1__ctor_mA5863E524F19F6B1DCD3C4A1CAC06ED60F9CA6E2_RuntimeMethod_var);
JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* L_46 = ___jsonWriter0;
Nullable_1_tEAE8D5B59DCEB4F809A8A5F390EAAC18F266B822* L_47 = (&__this->____floatFormatHandling_21);
int32_t L_48;
L_48 = Nullable_1_GetValueOrDefault_m05CA8E1B6A351F3A5603AF3DC5E446E8089CB56D_inline(L_47, Nullable_1_GetValueOrDefault_m05CA8E1B6A351F3A5603AF3DC5E446E8089CB56D_RuntimeMethod_var);
NullCheck(L_46);
JsonWriter_set_FloatFormatHandling_m26A6319C489A9C6F3C829E88C75851A6D260463C(L_46, L_48, NULL);
}
IL_015b:
{
il2cpp_codegen_initobj((&V_4), sizeof(Nullable_1_t61214A44C233A0B00A9F79E380485D79D5FAA7C6));
Nullable_1_t61214A44C233A0B00A9F79E380485D79D5FAA7C6* L_49 = (&__this->____stringEscapeHandling_23);
bool L_50;
L_50 = Nullable_1_get_HasValue_m31175AFA7DFB0E471E2B408ACF258930E2AC2260_inline(L_49, Nullable_1_get_HasValue_m31175AFA7DFB0E471E2B408ACF258930E2AC2260_RuntimeMethod_var);
if (!L_50)
{
goto IL_01af;
}
}
{
JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* L_51 = ___jsonWriter0;
NullCheck(L_51);
int32_t L_52;
L_52 = JsonWriter_get_StringEscapeHandling_m6B1688C4008ED729AF01BF5F2862E665F6F4F685_inline(L_51, NULL);
Nullable_1_t61214A44C233A0B00A9F79E380485D79D5FAA7C6 L_53 = __this->____stringEscapeHandling_23;
V_12 = L_53;
int32_t L_54;
L_54 = Nullable_1_GetValueOrDefault_mFA59F12B51F88443EC69B353580127B218974064_inline((&V_12), Nullable_1_GetValueOrDefault_mFA59F12B51F88443EC69B353580127B218974064_RuntimeMethod_var);
bool L_55;
L_55 = Nullable_1_get_HasValue_m31175AFA7DFB0E471E2B408ACF258930E2AC2260_inline((&V_12), Nullable_1_get_HasValue_m31175AFA7DFB0E471E2B408ACF258930E2AC2260_RuntimeMethod_var);
if (((int32_t)(((((int32_t)L_52) == ((int32_t)L_54))? 1 : 0)&(int32_t)L_55)))
{
goto IL_01af;
}
}
{
JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* L_56 = ___jsonWriter0;
NullCheck(L_56);
int32_t L_57;
L_57 = JsonWriter_get_StringEscapeHandling_m6B1688C4008ED729AF01BF5F2862E665F6F4F685_inline(L_56, NULL);
Nullable_1__ctor_m7AC7CA842FEEBAE7F715892237C4F1199083EB64((&V_4), L_57, Nullable_1__ctor_m7AC7CA842FEEBAE7F715892237C4F1199083EB64_RuntimeMethod_var);
JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* L_58 = ___jsonWriter0;
Nullable_1_t61214A44C233A0B00A9F79E380485D79D5FAA7C6* L_59 = (&__this->____stringEscapeHandling_23);
int32_t L_60;
L_60 = Nullable_1_GetValueOrDefault_mFA59F12B51F88443EC69B353580127B218974064_inline(L_59, Nullable_1_GetValueOrDefault_mFA59F12B51F88443EC69B353580127B218974064_RuntimeMethod_var);
NullCheck(L_58);
JsonWriter_set_StringEscapeHandling_m35E6580C223973ED8B229F3EB1370DB79C215CDA(L_58, L_60, NULL);
}
IL_01af:
{
V_5 = (CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0*)NULL;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_61 = __this->____culture_24;
if (!L_61)
{
goto IL_01e1;
}
}
{
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_62 = __this->____culture_24;
JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* L_63 = ___jsonWriter0;
NullCheck(L_63);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_64;
L_64 = JsonWriter_get_Culture_m8CB4EFB8986973B64D1C8D5A353D8A40447B5586(L_63, NULL);
NullCheck(L_62);
bool L_65;
L_65 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_62, L_64);
if (L_65)
{
goto IL_01e1;
}
}
{
JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* L_66 = ___jsonWriter0;
NullCheck(L_66);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_67;
L_67 = JsonWriter_get_Culture_m8CB4EFB8986973B64D1C8D5A353D8A40447B5586(L_66, NULL);
V_5 = L_67;
JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* L_68 = ___jsonWriter0;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_69 = __this->____culture_24;
NullCheck(L_68);
JsonWriter_set_Culture_m46C18DF75D3CB2D3001F41638A397D002F5970A0_inline(L_68, L_69, NULL);
}
IL_01e1:
{
V_6 = (String_t*)NULL;
bool L_70 = __this->____dateFormatStringSet_29;
if (!L_70)
{
goto IL_0213;
}
}
{
JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* L_71 = ___jsonWriter0;
NullCheck(L_71);
String_t* L_72;
L_72 = JsonWriter_get_DateFormatString_m4E28421DC0EEE6A22B612788F0B1E5576FDB7865_inline(L_71, NULL);
String_t* L_73 = __this->____dateFormatString_28;
bool L_74;
L_74 = String_op_Inequality_m0FBE5AC4931D312E5B347BAA603755676E6DA2FE(L_72, L_73, NULL);
if (!L_74)
{
goto IL_0213;
}
}
{
JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* L_75 = ___jsonWriter0;
NullCheck(L_75);
String_t* L_76;
L_76 = JsonWriter_get_DateFormatString_m4E28421DC0EEE6A22B612788F0B1E5576FDB7865_inline(L_75, NULL);
V_6 = L_76;
JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* L_77 = ___jsonWriter0;
String_t* L_78 = __this->____dateFormatString_28;
NullCheck(L_77);
JsonWriter_set_DateFormatString_m6563F6EF134A68FD75F2B8D40EE72E78286B6B33_inline(L_77, L_78, NULL);
}
IL_0213:
{
RuntimeObject* L_79;
L_79 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(12 /* Newtonsoft.Json.Serialization.ITraceWriter Newtonsoft.Json.JsonSerializer::get_TraceWriter() */, __this);
if (!L_79)
{
goto IL_0229;
}
}
{
RuntimeObject* L_80;
L_80 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(12 /* Newtonsoft.Json.Serialization.ITraceWriter Newtonsoft.Json.JsonSerializer::get_TraceWriter() */, __this);
NullCheck(L_80);
int32_t L_81;
L_81 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Diagnostics.TraceLevel Newtonsoft.Json.Serialization.ITraceWriter::get_LevelFilter() */, ITraceWriter_t44C99CB7D5AB59A077F569914E56DAD66B5A41EF_il2cpp_TypeInfo_var, L_80);
if ((((int32_t)L_81) >= ((int32_t)4)))
{
goto IL_022c;
}
}
IL_0229:
{
G_B25_0 = ((TraceJsonWriter_t8594E0A375EC85B5EA9AF763114C4E39B8258FCE*)(NULL));
goto IL_0232;
}
IL_022c:
{
JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* L_82 = ___jsonWriter0;
TraceJsonWriter_t8594E0A375EC85B5EA9AF763114C4E39B8258FCE* L_83 = (TraceJsonWriter_t8594E0A375EC85B5EA9AF763114C4E39B8258FCE*)il2cpp_codegen_object_new(TraceJsonWriter_t8594E0A375EC85B5EA9AF763114C4E39B8258FCE_il2cpp_TypeInfo_var);
NullCheck(L_83);
TraceJsonWriter__ctor_m3E3486A6651B23E492D604BCEA2A210249592BA6(L_83, L_82, NULL);
G_B25_0 = L_83;
}
IL_0232:
{
V_7 = G_B25_0;
JsonSerializerInternalWriter_t9625AB9A7212A131A3B48F8BC3D1F6835DC51866* L_84 = (JsonSerializerInternalWriter_t9625AB9A7212A131A3B48F8BC3D1F6835DC51866*)il2cpp_codegen_object_new(JsonSerializerInternalWriter_t9625AB9A7212A131A3B48F8BC3D1F6835DC51866_il2cpp_TypeInfo_var);
NullCheck(L_84);
JsonSerializerInternalWriter__ctor_mCC08C997ED86BF784BD7F7D1AA0E3A418AD682B9(L_84, __this, NULL);
TraceJsonWriter_t8594E0A375EC85B5EA9AF763114C4E39B8258FCE* L_85 = V_7;
TraceJsonWriter_t8594E0A375EC85B5EA9AF763114C4E39B8258FCE* L_86 = L_85;
G_B26_0 = L_86;
G_B26_1 = L_84;
if (L_86)
{
G_B27_0 = L_86;
G_B27_1 = L_84;
goto IL_0241;
}
}
{
JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* L_87 = ___jsonWriter0;
G_B27_0 = ((TraceJsonWriter_t8594E0A375EC85B5EA9AF763114C4E39B8258FCE*)(L_87));
G_B27_1 = G_B26_1;
}
IL_0241:
{
RuntimeObject* L_88 = ___value1;
Type_t* L_89 = ___objectType2;
NullCheck(G_B27_1);
JsonSerializerInternalWriter_Serialize_m6F3A4DB9C4E298D5014F4E918B44EC1C3218F0D3(G_B27_1, G_B27_0, L_88, L_89, NULL);
TraceJsonWriter_t8594E0A375EC85B5EA9AF763114C4E39B8258FCE* L_90 = V_7;
if (!L_90)
{
goto IL_0260;
}
}
{
RuntimeObject* L_91;
L_91 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(12 /* Newtonsoft.Json.Serialization.ITraceWriter Newtonsoft.Json.JsonSerializer::get_TraceWriter() */, __this);
TraceJsonWriter_t8594E0A375EC85B5EA9AF763114C4E39B8258FCE* L_92 = V_7;
NullCheck(L_92);
String_t* L_93;
L_93 = TraceJsonWriter_GetSerializedJsonMessage_mE49F37A44038C9069FD2716280370814EF74B363(L_92, 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_t44C99CB7D5AB59A077F569914E56DAD66B5A41EF_il2cpp_TypeInfo_var, L_91, 4, L_93, (Exception_t*)NULL);
}
IL_0260:
{
bool L_94;
L_94 = Nullable_1_get_HasValue_m057A0B5FF959F8A0EE6E5C1E55F4B1B1FA1F9B27_inline((&V_0), Nullable_1_get_HasValue_m057A0B5FF959F8A0EE6E5C1E55F4B1B1FA1F9B27_RuntimeMethod_var);
if (!L_94)
{
goto IL_0276;
}
}
{
JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* L_95 = ___jsonWriter0;
int32_t L_96;
L_96 = Nullable_1_GetValueOrDefault_mD9A1772CD0FEA58D40AB9FF4EF624F8E179FE910_inline((&V_0), Nullable_1_GetValueOrDefault_mD9A1772CD0FEA58D40AB9FF4EF624F8E179FE910_RuntimeMethod_var);
NullCheck(L_95);
JsonWriter_set_Formatting_mCBA8160F9B05B54E46AD8057A1E7061742B0BBAE(L_95, L_96, NULL);
}
IL_0276:
{
bool L_97;
L_97 = Nullable_1_get_HasValue_m6DCF2B6333A04690B7827C13BE852CBA979B41CC_inline((&V_1), Nullable_1_get_HasValue_m6DCF2B6333A04690B7827C13BE852CBA979B41CC_RuntimeMethod_var);
if (!L_97)
{
goto IL_028c;
}
}
{
JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* L_98 = ___jsonWriter0;
int32_t L_99;
L_99 = Nullable_1_GetValueOrDefault_m1C4472FB0CB532C4E2EA56AFCF6F7D9E76F35B19_inline((&V_1), Nullable_1_GetValueOrDefault_m1C4472FB0CB532C4E2EA56AFCF6F7D9E76F35B19_RuntimeMethod_var);
NullCheck(L_98);
JsonWriter_set_DateFormatHandling_mF67163662CA20C80D93A9345D94F608258ABB96B(L_98, L_99, NULL);
}
IL_028c:
{
bool L_100;
L_100 = Nullable_1_get_HasValue_mC8284E7BC5A0BC5FD0718B6B93B9CD8AA357BB55_inline((&V_2), Nullable_1_get_HasValue_mC8284E7BC5A0BC5FD0718B6B93B9CD8AA357BB55_RuntimeMethod_var);
if (!L_100)
{
goto IL_02a2;
}
}
{
JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* L_101 = ___jsonWriter0;
int32_t L_102;
L_102 = Nullable_1_GetValueOrDefault_mCF737EB39796319BEE4826CD667FAAF67D229CE4_inline((&V_2), Nullable_1_GetValueOrDefault_mCF737EB39796319BEE4826CD667FAAF67D229CE4_RuntimeMethod_var);
NullCheck(L_101);
JsonWriter_set_DateTimeZoneHandling_mD3C952FA405EFCDA4A8E23A4A1F3F33D9F2983F7(L_101, L_102, NULL);
}
IL_02a2:
{
bool L_103;
L_103 = Nullable_1_get_HasValue_m1011C885149341D952EEB15937E8796363EC2997_inline((&V_3), Nullable_1_get_HasValue_m1011C885149341D952EEB15937E8796363EC2997_RuntimeMethod_var);
if (!L_103)
{
goto IL_02b8;
}
}
{
JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* L_104 = ___jsonWriter0;
int32_t L_105;
L_105 = Nullable_1_GetValueOrDefault_m05CA8E1B6A351F3A5603AF3DC5E446E8089CB56D_inline((&V_3), Nullable_1_GetValueOrDefault_m05CA8E1B6A351F3A5603AF3DC5E446E8089CB56D_RuntimeMethod_var);
NullCheck(L_104);
JsonWriter_set_FloatFormatHandling_m26A6319C489A9C6F3C829E88C75851A6D260463C(L_104, L_105, NULL);
}
IL_02b8:
{
bool L_106;
L_106 = Nullable_1_get_HasValue_m31175AFA7DFB0E471E2B408ACF258930E2AC2260_inline((&V_4), Nullable_1_get_HasValue_m31175AFA7DFB0E471E2B408ACF258930E2AC2260_RuntimeMethod_var);
if (!L_106)
{
goto IL_02ce;
}
}
{
JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* L_107 = ___jsonWriter0;
int32_t L_108;
L_108 = Nullable_1_GetValueOrDefault_mFA59F12B51F88443EC69B353580127B218974064_inline((&V_4), Nullable_1_GetValueOrDefault_mFA59F12B51F88443EC69B353580127B218974064_RuntimeMethod_var);
NullCheck(L_107);
JsonWriter_set_StringEscapeHandling_m35E6580C223973ED8B229F3EB1370DB79C215CDA(L_107, L_108, NULL);
}
IL_02ce:
{
bool L_109 = __this->____dateFormatStringSet_29;
if (!L_109)
{
goto IL_02de;
}
}
{
JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* L_110 = ___jsonWriter0;
String_t* L_111 = V_6;
NullCheck(L_110);
JsonWriter_set_DateFormatString_m6563F6EF134A68FD75F2B8D40EE72E78286B6B33_inline(L_110, L_111, NULL);
}
IL_02de:
{
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_112 = V_5;
if (!L_112)
{
goto IL_02ea;
}
}
{
JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* L_113 = ___jsonWriter0;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_114 = V_5;
NullCheck(L_113);
JsonWriter_set_Culture_m46C18DF75D3CB2D3001F41638A397D002F5970A0_inline(L_113, L_114, NULL);
}
IL_02ea:
{
return;
}
}
// Newtonsoft.Json.Serialization.IReferenceResolver Newtonsoft.Json.JsonSerializer::GetReferenceResolver()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializer_GetReferenceResolver_m90799FA8F9A70E016947D3DC8C8CF64914A9005F (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultReferenceResolver_t2F8577BD7BE87EF2232A84B848D164DD192EE2CA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->____referenceResolver_16;
if (L_0)
{
goto IL_0013;
}
}
{
DefaultReferenceResolver_t2F8577BD7BE87EF2232A84B848D164DD192EE2CA* L_1 = (DefaultReferenceResolver_t2F8577BD7BE87EF2232A84B848D164DD192EE2CA*)il2cpp_codegen_object_new(DefaultReferenceResolver_t2F8577BD7BE87EF2232A84B848D164DD192EE2CA_il2cpp_TypeInfo_var);
NullCheck(L_1);
DefaultReferenceResolver__ctor_m21021524FE387AFB9F24D997468F4A9A02DA4903(L_1, NULL);
__this->____referenceResolver_16 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____referenceResolver_16), (void*)L_1);
}
IL_0013:
{
RuntimeObject* L_2 = __this->____referenceResolver_16;
return L_2;
}
}
// Newtonsoft.Json.JsonConverter Newtonsoft.Json.JsonSerializer::GetMatchingConverter(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* JsonSerializer_GetMatchingConverter_m451F66A0DD7A9756A8EE430738C8894008CB0BA9 (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, Type_t* ___type0, const RuntimeMethod* method)
{
{
JsonConverterCollection_t6EEC84565C08B14107276B5023CE9E978DFCDF89* L_0 = __this->____converters_10;
Type_t* L_1 = ___type0;
JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* L_2;
L_2 = JsonSerializer_GetMatchingConverter_mA5A402CEA429BA60DE70737C2FC0D301C53416F4(L_0, L_1, NULL);
return L_2;
}
}
// Newtonsoft.Json.JsonConverter Newtonsoft.Json.JsonSerializer::GetMatchingConverter(System.Collections.Generic.IList`1<Newtonsoft.Json.JsonConverter>,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* JsonSerializer_GetMatchingConverter_mA5A402CEA429BA60DE70737C2FC0D301C53416F4 (RuntimeObject* ___converters0, Type_t* ___objectType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_tBA46B0B91EBAF6B08DED48AF18B2916FC06B7FC6_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_1_t106D4C1340745E38431865BBEA6AE170A4713431_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* 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_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* L_3;
L_3 = InterfaceFuncInvoker1< JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16*, int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1<Newtonsoft.Json.JsonConverter>::get_Item(System.Int32) */, IList_1_t106D4C1340745E38431865BBEA6AE170A4713431_il2cpp_TypeInfo_var, L_1, L_2);
V_1 = L_3;
JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* L_4 = V_1;
Type_t* L_5 = ___objectType1;
NullCheck(L_4);
bool L_6;
L_6 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(6 /* System.Boolean Newtonsoft.Json.JsonConverter::CanConvert(System.Type) */, L_4, L_5);
if (!L_6)
{
goto IL_001a;
}
}
{
JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16* L_7 = V_1;
return L_7;
}
IL_001a:
{
int32_t L_8 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_8, 1));
}
IL_001e:
{
int32_t L_9 = V_0;
RuntimeObject* L_10 = ___converters0;
NullCheck(L_10);
int32_t L_11;
L_11 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1<Newtonsoft.Json.JsonConverter>::get_Count() */, ICollection_1_tBA46B0B91EBAF6B08DED48AF18B2916FC06B7FC6_il2cpp_TypeInfo_var, L_10);
if ((((int32_t)L_9) < ((int32_t)L_11)))
{
goto IL_0007;
}
}
IL_0027:
{
return (JsonConverter_tE765D011CD34CDF28759E6D58FDBF05AA5EA0F16*)NULL;
}
}
// System.Void Newtonsoft.Json.JsonSerializer::OnError(Newtonsoft.Json.Serialization.ErrorEventArgs)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_OnError_mD1114CD08F27AA680261783F975BFCDAA31858CB (JsonSerializer_t3D625A6ADB5711D3C55A7CEC5F17D74260ACCB59* __this, ErrorEventArgs_t1B2CABE4363186DCBFD01B7D057F1BC92E143CAA* ___e0, const RuntimeMethod* method)
{
EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380* G_B2_0 = NULL;
EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380* G_B1_0 = NULL;
{
EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380* L_0 = __this->___Error_30;
EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380* L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_000b;
}
}
{
return;
}
IL_000b:
{
ErrorEventArgs_t1B2CABE4363186DCBFD01B7D057F1BC92E143CAA* L_2 = ___e0;
NullCheck(G_B2_0);
EventHandler_1_Invoke_mBBFD739F7FEB710D120CE42784243A0E1AB0FCA1_inline(G_B2_0, __this, L_2, 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.ReferenceLoopHandling Newtonsoft.Json.JsonSerializerSettings::get_ReferenceLoopHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_ReferenceLoopHandling_m6CD165186AB151BDCACD15E3AB0E10E9CCD9A4D5 (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m7FD242A4349C7B53C2C8E9D9054398EFE7827526_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Nullable_1_t599F8D9D40143BFCB12D7085DFEA8AC7171F5E77* L_0 = (&__this->____referenceLoopHandling_40);
int32_t L_1;
L_1 = Nullable_1_GetValueOrDefault_m7FD242A4349C7B53C2C8E9D9054398EFE7827526_inline(L_0, Nullable_1_GetValueOrDefault_m7FD242A4349C7B53C2C8E9D9054398EFE7827526_RuntimeMethod_var);
return L_1;
}
}
// System.Void Newtonsoft.Json.JsonSerializerSettings::set_ReferenceLoopHandling(Newtonsoft.Json.ReferenceLoopHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializerSettings_set_ReferenceLoopHandling_m813030F79F8DFFFA2C0C63A5C1C4D2348488CC94 (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m7CF880D33C83103906BE216714B358D39A5B9569_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
Nullable_1_t599F8D9D40143BFCB12D7085DFEA8AC7171F5E77 L_1;
memset((&L_1), 0, sizeof(L_1));
Nullable_1__ctor_m7CF880D33C83103906BE216714B358D39A5B9569((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_m7CF880D33C83103906BE216714B358D39A5B9569_RuntimeMethod_var);
__this->____referenceLoopHandling_40 = L_1;
return;
}
}
// Newtonsoft.Json.MissingMemberHandling Newtonsoft.Json.JsonSerializerSettings::get_MissingMemberHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_MissingMemberHandling_m3D682DB3B3BBEACC8F8F03909919CF0C29D41D1A (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mACE47F9047FB1C65BA59F55A476885C39041B88F_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Nullable_1_t776B72BEFF6E3E2D489C4C6D855C89139D6B4CA4* L_0 = (&__this->____missingMemberHandling_39);
int32_t L_1;
L_1 = Nullable_1_GetValueOrDefault_mACE47F9047FB1C65BA59F55A476885C39041B88F_inline(L_0, Nullable_1_GetValueOrDefault_mACE47F9047FB1C65BA59F55A476885C39041B88F_RuntimeMethod_var);
return L_1;
}
}
// System.Void Newtonsoft.Json.JsonSerializerSettings::set_MissingMemberHandling(Newtonsoft.Json.MissingMemberHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializerSettings_set_MissingMemberHandling_mD0C7EE2F78B48F00E8304E9D6B25CF96550769F0 (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mAC9E0A4276EB00B8BB8CBD659D18982B9D9B58CF_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
Nullable_1_t776B72BEFF6E3E2D489C4C6D855C89139D6B4CA4 L_1;
memset((&L_1), 0, sizeof(L_1));
Nullable_1__ctor_mAC9E0A4276EB00B8BB8CBD659D18982B9D9B58CF((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_mAC9E0A4276EB00B8BB8CBD659D18982B9D9B58CF_RuntimeMethod_var);
__this->____missingMemberHandling_39 = L_1;
return;
}
}
// Newtonsoft.Json.ObjectCreationHandling Newtonsoft.Json.JsonSerializerSettings::get_ObjectCreationHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_ObjectCreationHandling_m323D50EB2D88E661942309B60B7CE067D0D4943F (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m0ED2F3B02B35A18E62A05617A7E9F1121183706B_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Nullable_1_t5ECEC9E2B3F1C050A3E9EC928487DD5C9AB0996D* L_0 = (&__this->____objectCreationHandling_38);
int32_t L_1;
L_1 = Nullable_1_GetValueOrDefault_m0ED2F3B02B35A18E62A05617A7E9F1121183706B_inline(L_0, Nullable_1_GetValueOrDefault_m0ED2F3B02B35A18E62A05617A7E9F1121183706B_RuntimeMethod_var);
return L_1;
}
}
// System.Void Newtonsoft.Json.JsonSerializerSettings::set_ObjectCreationHandling(Newtonsoft.Json.ObjectCreationHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializerSettings_set_ObjectCreationHandling_mCA22D40B4E88C93B1E4C570122F2DA7DC882FEE3 (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m521C1A6B6969A1E89E06FB50F58582B8748EEBCE_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
Nullable_1_t5ECEC9E2B3F1C050A3E9EC928487DD5C9AB0996D L_1;
memset((&L_1), 0, sizeof(L_1));
Nullable_1__ctor_m521C1A6B6969A1E89E06FB50F58582B8748EEBCE((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_m521C1A6B6969A1E89E06FB50F58582B8748EEBCE_RuntimeMethod_var);
__this->____objectCreationHandling_38 = L_1;
return;
}
}
// Newtonsoft.Json.NullValueHandling Newtonsoft.Json.JsonSerializerSettings::get_NullValueHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_NullValueHandling_m1116B9EE497A5CB9B178CD5DF886C73C4CAD32F0 (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m07AC0F595CD362F4553AC56EC0AC8D2C5685C238_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Nullable_1_tA1B6210C1924173AEFE9AF8FBDD3BA856E74A790* L_0 = (&__this->____nullValueHandling_37);
int32_t L_1;
L_1 = Nullable_1_GetValueOrDefault_m07AC0F595CD362F4553AC56EC0AC8D2C5685C238_inline(L_0, Nullable_1_GetValueOrDefault_m07AC0F595CD362F4553AC56EC0AC8D2C5685C238_RuntimeMethod_var);
return L_1;
}
}
// System.Void Newtonsoft.Json.JsonSerializerSettings::set_NullValueHandling(Newtonsoft.Json.NullValueHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializerSettings_set_NullValueHandling_mC389679010477A90BA5F811621B460004710CF16 (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mD1FB6279D3F0551989DE961B3C939626CC2C2F03_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
Nullable_1_tA1B6210C1924173AEFE9AF8FBDD3BA856E74A790 L_1;
memset((&L_1), 0, sizeof(L_1));
Nullable_1__ctor_mD1FB6279D3F0551989DE961B3C939626CC2C2F03((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_mD1FB6279D3F0551989DE961B3C939626CC2C2F03_RuntimeMethod_var);
__this->____nullValueHandling_37 = L_1;
return;
}
}
// Newtonsoft.Json.DefaultValueHandling Newtonsoft.Json.JsonSerializerSettings::get_DefaultValueHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_DefaultValueHandling_mD8D94E521F5739B4332D6DC4FD64A676535F6830 (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m0C55109738A0466299155BBBC14A07FE27CA821B_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Nullable_1_t4DEE77C12DDAF72BAE2A1FA8A8736FC478D721E8* L_0 = (&__this->____defaultValueHandling_35);
int32_t L_1;
L_1 = Nullable_1_GetValueOrDefault_m0C55109738A0466299155BBBC14A07FE27CA821B_inline(L_0, Nullable_1_GetValueOrDefault_m0C55109738A0466299155BBBC14A07FE27CA821B_RuntimeMethod_var);
return L_1;
}
}
// System.Void Newtonsoft.Json.JsonSerializerSettings::set_DefaultValueHandling(Newtonsoft.Json.DefaultValueHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializerSettings_set_DefaultValueHandling_m482751895630716E780E58FCB7E4D3C014A15901 (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m8F6C054B6FB0738037A85A8EB926CE128A4DB8D7_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
Nullable_1_t4DEE77C12DDAF72BAE2A1FA8A8736FC478D721E8 L_1;
memset((&L_1), 0, sizeof(L_1));
Nullable_1__ctor_m8F6C054B6FB0738037A85A8EB926CE128A4DB8D7((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_m8F6C054B6FB0738037A85A8EB926CE128A4DB8D7_RuntimeMethod_var);
__this->____defaultValueHandling_35 = L_1;
return;
}
}
// System.Collections.Generic.IList`1<Newtonsoft.Json.JsonConverter> Newtonsoft.Json.JsonSerializerSettings::get_Converters()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializerSettings_get_Converters_mB7EE43E74FA48980B6C0976D7A2160B2174C8FCA (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CConvertersU3Ek__BackingField_45;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonSerializerSettings::set_Converters(System.Collections.Generic.IList`1<Newtonsoft.Json.JsonConverter>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializerSettings_set_Converters_mF3D958F510BA4BBC18E2D2088EF9D3FC839AFB4C (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
__this->___U3CConvertersU3Ek__BackingField_45 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CConvertersU3Ek__BackingField_45), (void*)L_0);
return;
}
}
// Newtonsoft.Json.PreserveReferencesHandling Newtonsoft.Json.JsonSerializerSettings::get_PreserveReferencesHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_PreserveReferencesHandling_mEA96432AAD3AF1E1DB77E9ADC937F3B539A14DAE (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m7D397D27D5E967476FE18C8F61BA53A2849DBBA1_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Nullable_1_t599FF2F862BEFE0F4B6BDA65B36841F4740B0D12* L_0 = (&__this->____preserveReferencesHandling_36);
int32_t L_1;
L_1 = Nullable_1_GetValueOrDefault_m7D397D27D5E967476FE18C8F61BA53A2849DBBA1_inline(L_0, Nullable_1_GetValueOrDefault_m7D397D27D5E967476FE18C8F61BA53A2849DBBA1_RuntimeMethod_var);
return L_1;
}
}
// System.Void Newtonsoft.Json.JsonSerializerSettings::set_PreserveReferencesHandling(Newtonsoft.Json.PreserveReferencesHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializerSettings_set_PreserveReferencesHandling_m991E35F870A3D49E25246C2FF35A863CEA05C26D (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m41EF1FB4D7AA73E57D0E45A4D16404C327D76527_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
Nullable_1_t599FF2F862BEFE0F4B6BDA65B36841F4740B0D12 L_1;
memset((&L_1), 0, sizeof(L_1));
Nullable_1__ctor_m41EF1FB4D7AA73E57D0E45A4D16404C327D76527((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_m41EF1FB4D7AA73E57D0E45A4D16404C327D76527_RuntimeMethod_var);
__this->____preserveReferencesHandling_36 = L_1;
return;
}
}
// Newtonsoft.Json.TypeNameHandling Newtonsoft.Json.JsonSerializerSettings::get_TypeNameHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_TypeNameHandling_mF69B78BB41709BB8E6FAFB975955A86AAEFA9B6F (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m7B2C33D7E2E197EA19672C84EA68F1388C9DB607_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Nullable_1_tB85AB604017196E6A3D3B920121E8C3A255827F0* L_0 = (&__this->____typeNameHandling_43);
int32_t L_1;
L_1 = Nullable_1_GetValueOrDefault_m7B2C33D7E2E197EA19672C84EA68F1388C9DB607_inline(L_0, Nullable_1_GetValueOrDefault_m7B2C33D7E2E197EA19672C84EA68F1388C9DB607_RuntimeMethod_var);
return L_1;
}
}
// System.Void Newtonsoft.Json.JsonSerializerSettings::set_TypeNameHandling(Newtonsoft.Json.TypeNameHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializerSettings_set_TypeNameHandling_mCE653E29C3C0A60452E2DF09C5D9C4F8717E4B94 (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mEB2DE61CA62733F5C3103D20371163EE434E8441_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
Nullable_1_tB85AB604017196E6A3D3B920121E8C3A255827F0 L_1;
memset((&L_1), 0, sizeof(L_1));
Nullable_1__ctor_mEB2DE61CA62733F5C3103D20371163EE434E8441((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_mEB2DE61CA62733F5C3103D20371163EE434E8441_RuntimeMethod_var);
__this->____typeNameHandling_43 = L_1;
return;
}
}
// Newtonsoft.Json.MetadataPropertyHandling Newtonsoft.Json.JsonSerializerSettings::get_MetadataPropertyHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_MetadataPropertyHandling_m84E3BB4BD1902EE4E071249487325C2547E8D829 (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mFC645893E28AF4C54816D51A0C49E5125EA8C75F_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Nullable_1_t0E2AF35997B80CE423EBCAFDC0C58FB7182CA6FE* L_0 = (&__this->____metadataPropertyHandling_44);
int32_t L_1;
L_1 = Nullable_1_GetValueOrDefault_mFC645893E28AF4C54816D51A0C49E5125EA8C75F_inline(L_0, Nullable_1_GetValueOrDefault_mFC645893E28AF4C54816D51A0C49E5125EA8C75F_RuntimeMethod_var);
return L_1;
}
}
// System.Void Newtonsoft.Json.JsonSerializerSettings::set_MetadataPropertyHandling(Newtonsoft.Json.MetadataPropertyHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializerSettings_set_MetadataPropertyHandling_mEB0FE38E3444525AC9EF3501502E1A9A89237ABC (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m3D5FA469FE82399DE42F03486726AB388E84C414_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
Nullable_1_t0E2AF35997B80CE423EBCAFDC0C58FB7182CA6FE L_1;
memset((&L_1), 0, sizeof(L_1));
Nullable_1__ctor_m3D5FA469FE82399DE42F03486726AB388E84C414((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_m3D5FA469FE82399DE42F03486726AB388E84C414_RuntimeMethod_var);
__this->____metadataPropertyHandling_44 = L_1;
return;
}
}
// System.Runtime.Serialization.Formatters.FormatterAssemblyStyle Newtonsoft.Json.JsonSerializerSettings::get_TypeNameAssemblyFormat()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_TypeNameAssemblyFormat_m4DD9BE8274458B72AE03EDBC473D64B45ACF1B7F (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method)
{
{
int32_t L_0;
L_0 = JsonSerializerSettings_get_TypeNameAssemblyFormatHandling_m28F88153AB2C36D8B60E8E13FD5CAF0C9BFF689C(__this, NULL);
return (int32_t)(L_0);
}
}
// System.Void Newtonsoft.Json.JsonSerializerSettings::set_TypeNameAssemblyFormat(System.Runtime.Serialization.Formatters.FormatterAssemblyStyle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializerSettings_set_TypeNameAssemblyFormat_m8324CF47328339B8D920C403ECE4E806D97CCE25 (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
JsonSerializerSettings_set_TypeNameAssemblyFormatHandling_mB6D4705981E87FF7C5FD299B3D350C809D5E2C05(__this, L_0, NULL);
return;
}
}
// Newtonsoft.Json.TypeNameAssemblyFormatHandling Newtonsoft.Json.JsonSerializerSettings::get_TypeNameAssemblyFormatHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_TypeNameAssemblyFormatHandling_m28F88153AB2C36D8B60E8E13FD5CAF0C9BFF689C (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mE4D2141BEE43F4C6E67EDB891F19DCD83B2D64DE_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Nullable_1_t762E380C63D6C0CB1E8ADBCADE57240FB061367F* L_0 = (&__this->____typeNameAssemblyFormatHandling_34);
int32_t L_1;
L_1 = Nullable_1_GetValueOrDefault_mE4D2141BEE43F4C6E67EDB891F19DCD83B2D64DE_inline(L_0, Nullable_1_GetValueOrDefault_mE4D2141BEE43F4C6E67EDB891F19DCD83B2D64DE_RuntimeMethod_var);
return L_1;
}
}
// System.Void Newtonsoft.Json.JsonSerializerSettings::set_TypeNameAssemblyFormatHandling(Newtonsoft.Json.TypeNameAssemblyFormatHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializerSettings_set_TypeNameAssemblyFormatHandling_mB6D4705981E87FF7C5FD299B3D350C809D5E2C05 (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mB3A273B80B5A373D79FDDC16158ED830E9ABADFB_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
Nullable_1_t762E380C63D6C0CB1E8ADBCADE57240FB061367F L_1;
memset((&L_1), 0, sizeof(L_1));
Nullable_1__ctor_mB3A273B80B5A373D79FDDC16158ED830E9ABADFB((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_mB3A273B80B5A373D79FDDC16158ED830E9ABADFB_RuntimeMethod_var);
__this->____typeNameAssemblyFormatHandling_34 = L_1;
return;
}
}
// Newtonsoft.Json.ConstructorHandling Newtonsoft.Json.JsonSerializerSettings::get_ConstructorHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_ConstructorHandling_mA0F1F980A1D1894748432FBB58718B426D8D3F84 (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m455C7CC9E896F7AD7ABC515E056F2F1518A1414B_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Nullable_1_tE866C25CB8A73A44077AAC48B1D406CF034E1496* L_0 = (&__this->____constructorHandling_42);
int32_t L_1;
L_1 = Nullable_1_GetValueOrDefault_m455C7CC9E896F7AD7ABC515E056F2F1518A1414B_inline(L_0, Nullable_1_GetValueOrDefault_m455C7CC9E896F7AD7ABC515E056F2F1518A1414B_RuntimeMethod_var);
return L_1;
}
}
// System.Void Newtonsoft.Json.JsonSerializerSettings::set_ConstructorHandling(Newtonsoft.Json.ConstructorHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializerSettings_set_ConstructorHandling_mC7D9F5E3D4E210EAC3B22C6CFA418DEF89828B6A (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mDFA6FB30082A75C339885A19A3D22EBDCCD1139F_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
Nullable_1_tE866C25CB8A73A44077AAC48B1D406CF034E1496 L_1;
memset((&L_1), 0, sizeof(L_1));
Nullable_1__ctor_mDFA6FB30082A75C339885A19A3D22EBDCCD1139F((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_mDFA6FB30082A75C339885A19A3D22EBDCCD1139F_RuntimeMethod_var);
__this->____constructorHandling_42 = L_1;
return;
}
}
// Newtonsoft.Json.Serialization.IContractResolver Newtonsoft.Json.JsonSerializerSettings::get_ContractResolver()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializerSettings_get_ContractResolver_mC94CDBCF870E73DC5E8BBF374DF22DB7B864F75A (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CContractResolverU3Ek__BackingField_46;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonSerializerSettings::set_ContractResolver(Newtonsoft.Json.Serialization.IContractResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializerSettings_set_ContractResolver_m88FDD134350590ABDBD87BD2AC124B1A5C2385D5 (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
__this->___U3CContractResolverU3Ek__BackingField_46 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CContractResolverU3Ek__BackingField_46), (void*)L_0);
return;
}
}
// System.Collections.IEqualityComparer Newtonsoft.Json.JsonSerializerSettings::get_EqualityComparer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializerSettings_get_EqualityComparer_mBF43D33BBBCCF1A8BCFF1E12E47C2FBDA3FFDC6B (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CEqualityComparerU3Ek__BackingField_47;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonSerializerSettings::set_EqualityComparer(System.Collections.IEqualityComparer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializerSettings_set_EqualityComparer_m8EF66359CA325A8185F535F649DB3925E3209432 (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
__this->___U3CEqualityComparerU3Ek__BackingField_47 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CEqualityComparerU3Ek__BackingField_47), (void*)L_0);
return;
}
}
// Newtonsoft.Json.Serialization.IReferenceResolver Newtonsoft.Json.JsonSerializerSettings::get_ReferenceResolver()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializerSettings_get_ReferenceResolver_mBAB5C72A92ECC9BB0AC96CE7801B1DB2CB20B51E (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method)
{
Func_1_t78E8B13F3C7D6CC3EB821B4F5D26999D062417E2* G_B2_0 = NULL;
Func_1_t78E8B13F3C7D6CC3EB821B4F5D26999D062417E2* G_B1_0 = NULL;
{
Func_1_t78E8B13F3C7D6CC3EB821B4F5D26999D062417E2* L_0;
L_0 = JsonSerializerSettings_get_ReferenceResolverProvider_m8525837E697E32E6B6F0D5132A6199BEEBAF217C_inline(__this, NULL);
Func_1_t78E8B13F3C7D6CC3EB821B4F5D26999D062417E2* L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_000c;
}
}
{
return (RuntimeObject*)NULL;
}
IL_000c:
{
NullCheck(G_B2_0);
RuntimeObject* L_2;
L_2 = Func_1_Invoke_m222CC01D7745737AD784649D39E1FBDB69034613_inline(G_B2_0, NULL);
return L_2;
}
}
// System.Void Newtonsoft.Json.JsonSerializerSettings::set_ReferenceResolver(Newtonsoft.Json.Serialization.IReferenceResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializerSettings_set_ReferenceResolver_mDF6B8C77CDC17A99D03768BBC8C9389705091D49 (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_t78E8B13F3C7D6CC3EB821B4F5D26999D062417E2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass92_0_U3Cset_ReferenceResolverU3Eb__0_m0F411035A8AA4AF96DA579A2F096995073A5803C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass92_0_t716D9B4E028930AC763EA1DD1C37E64678FFF40F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CU3Ec__DisplayClass92_0_t716D9B4E028930AC763EA1DD1C37E64678FFF40F* V_0 = NULL;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* G_B2_0 = NULL;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* G_B1_0 = NULL;
Func_1_t78E8B13F3C7D6CC3EB821B4F5D26999D062417E2* G_B3_0 = NULL;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* G_B3_1 = NULL;
{
U3CU3Ec__DisplayClass92_0_t716D9B4E028930AC763EA1DD1C37E64678FFF40F* L_0 = (U3CU3Ec__DisplayClass92_0_t716D9B4E028930AC763EA1DD1C37E64678FFF40F*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass92_0_t716D9B4E028930AC763EA1DD1C37E64678FFF40F_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__DisplayClass92_0__ctor_m2063ECFC1DA8694C8DBB689627BAFB8F409C3200(L_0, NULL);
V_0 = L_0;
U3CU3Ec__DisplayClass92_0_t716D9B4E028930AC763EA1DD1C37E64678FFF40F* L_1 = V_0;
RuntimeObject* L_2 = ___value0;
NullCheck(L_1);
L_1->___value_0 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&L_1->___value_0), (void*)L_2);
U3CU3Ec__DisplayClass92_0_t716D9B4E028930AC763EA1DD1C37E64678FFF40F* L_3 = V_0;
NullCheck(L_3);
RuntimeObject* L_4 = L_3->___value_0;
G_B1_0 = __this;
if (L_4)
{
G_B2_0 = __this;
goto IL_0019;
}
}
{
G_B3_0 = ((Func_1_t78E8B13F3C7D6CC3EB821B4F5D26999D062417E2*)(NULL));
G_B3_1 = G_B1_0;
goto IL_0025;
}
IL_0019:
{
U3CU3Ec__DisplayClass92_0_t716D9B4E028930AC763EA1DD1C37E64678FFF40F* L_5 = V_0;
Func_1_t78E8B13F3C7D6CC3EB821B4F5D26999D062417E2* L_6 = (Func_1_t78E8B13F3C7D6CC3EB821B4F5D26999D062417E2*)il2cpp_codegen_object_new(Func_1_t78E8B13F3C7D6CC3EB821B4F5D26999D062417E2_il2cpp_TypeInfo_var);
NullCheck(L_6);
Func_1__ctor_m1BBC496F312340DBFB45C41011E1A10EA0626E16(L_6, L_5, (intptr_t)((void*)U3CU3Ec__DisplayClass92_0_U3Cset_ReferenceResolverU3Eb__0_m0F411035A8AA4AF96DA579A2F096995073A5803C_RuntimeMethod_var), NULL);
G_B3_0 = L_6;
G_B3_1 = G_B2_0;
}
IL_0025:
{
NullCheck(G_B3_1);
JsonSerializerSettings_set_ReferenceResolverProvider_m247F43293AE66115ADAA6E85C4C0EF76E5851F82_inline(G_B3_1, G_B3_0, NULL);
return;
}
}
// System.Func`1<Newtonsoft.Json.Serialization.IReferenceResolver> Newtonsoft.Json.JsonSerializerSettings::get_ReferenceResolverProvider()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_1_t78E8B13F3C7D6CC3EB821B4F5D26999D062417E2* JsonSerializerSettings_get_ReferenceResolverProvider_m8525837E697E32E6B6F0D5132A6199BEEBAF217C (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method)
{
{
Func_1_t78E8B13F3C7D6CC3EB821B4F5D26999D062417E2* L_0 = __this->___U3CReferenceResolverProviderU3Ek__BackingField_48;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonSerializerSettings::set_ReferenceResolverProvider(System.Func`1<Newtonsoft.Json.Serialization.IReferenceResolver>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializerSettings_set_ReferenceResolverProvider_m247F43293AE66115ADAA6E85C4C0EF76E5851F82 (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, Func_1_t78E8B13F3C7D6CC3EB821B4F5D26999D062417E2* ___value0, const RuntimeMethod* method)
{
{
Func_1_t78E8B13F3C7D6CC3EB821B4F5D26999D062417E2* L_0 = ___value0;
__this->___U3CReferenceResolverProviderU3Ek__BackingField_48 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CReferenceResolverProviderU3Ek__BackingField_48), (void*)L_0);
return;
}
}
// Newtonsoft.Json.Serialization.ITraceWriter Newtonsoft.Json.JsonSerializerSettings::get_TraceWriter()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializerSettings_get_TraceWriter_m60C8FFA8ABA33EEE8C2613FD882DEFB50DBED6FC (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CTraceWriterU3Ek__BackingField_49;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonSerializerSettings::set_TraceWriter(Newtonsoft.Json.Serialization.ITraceWriter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializerSettings_set_TraceWriter_m73EBA3604F5D0E2E51C2EE342275647AC31A7134 (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
__this->___U3CTraceWriterU3Ek__BackingField_49 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTraceWriterU3Ek__BackingField_49), (void*)L_0);
return;
}
}
// System.Runtime.Serialization.SerializationBinder Newtonsoft.Json.JsonSerializerSettings::get_Binder()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationBinder_tB959BF0F4EF3F8611E5891A7011DD99F9FD69E2A* JsonSerializerSettings_get_Binder_mDC6289CA577DFB45B2127E2124DACD3DE5315295 (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerializationBinderAdapter_tFBDD37985DAFAC30BC71E67FC1F51A0F354A3F1A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
SerializationBinderAdapter_tFBDD37985DAFAC30BC71E67FC1F51A0F354A3F1A* V_0 = NULL;
{
RuntimeObject* L_0;
L_0 = JsonSerializerSettings_get_SerializationBinder_m73166AD5FCC2B810E5A53B5F7BEB42D6664838D7_inline(__this, NULL);
if (L_0)
{
goto IL_000a;
}
}
{
return (SerializationBinder_tB959BF0F4EF3F8611E5891A7011DD99F9FD69E2A*)NULL;
}
IL_000a:
{
RuntimeObject* L_1;
L_1 = JsonSerializerSettings_get_SerializationBinder_m73166AD5FCC2B810E5A53B5F7BEB42D6664838D7_inline(__this, NULL);
V_0 = ((SerializationBinderAdapter_tFBDD37985DAFAC30BC71E67FC1F51A0F354A3F1A*)IsInstClass((RuntimeObject*)L_1, SerializationBinderAdapter_tFBDD37985DAFAC30BC71E67FC1F51A0F354A3F1A_il2cpp_TypeInfo_var));
SerializationBinderAdapter_tFBDD37985DAFAC30BC71E67FC1F51A0F354A3F1A* L_2 = V_0;
if (!L_2)
{
goto IL_0020;
}
}
{
SerializationBinderAdapter_tFBDD37985DAFAC30BC71E67FC1F51A0F354A3F1A* L_3 = V_0;
NullCheck(L_3);
SerializationBinder_tB959BF0F4EF3F8611E5891A7011DD99F9FD69E2A* L_4 = L_3->___SerializationBinder_0;
return L_4;
}
IL_0020:
{
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_5 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_5);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEE710863535BE9B7DACB2F9ED0EB20F85D091B7D)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonSerializerSettings_get_Binder_mDC6289CA577DFB45B2127E2124DACD3DE5315295_RuntimeMethod_var)));
}
}
// System.Void Newtonsoft.Json.JsonSerializerSettings::set_Binder(System.Runtime.Serialization.SerializationBinder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializerSettings_set_Binder_mC6EABD1BB59A68093646135674D75AEE8D4A3DC6 (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, SerializationBinder_tB959BF0F4EF3F8611E5891A7011DD99F9FD69E2A* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerializationBinderAdapter_tFBDD37985DAFAC30BC71E67FC1F51A0F354A3F1A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* G_B2_0 = NULL;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* G_B1_0 = NULL;
SerializationBinderAdapter_tFBDD37985DAFAC30BC71E67FC1F51A0F354A3F1A* G_B3_0 = NULL;
JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* G_B3_1 = NULL;
{
SerializationBinder_tB959BF0F4EF3F8611E5891A7011DD99F9FD69E2A* L_0 = ___value0;
G_B1_0 = __this;
if (!L_0)
{
G_B2_0 = __this;
goto IL_000c;
}
}
{
SerializationBinder_tB959BF0F4EF3F8611E5891A7011DD99F9FD69E2A* L_1 = ___value0;
SerializationBinderAdapter_tFBDD37985DAFAC30BC71E67FC1F51A0F354A3F1A* L_2 = (SerializationBinderAdapter_tFBDD37985DAFAC30BC71E67FC1F51A0F354A3F1A*)il2cpp_codegen_object_new(SerializationBinderAdapter_tFBDD37985DAFAC30BC71E67FC1F51A0F354A3F1A_il2cpp_TypeInfo_var);
NullCheck(L_2);
SerializationBinderAdapter__ctor_m721DAA586B1E38C52C7E130700058D4B5B07E5C0(L_2, L_1, NULL);
G_B3_0 = L_2;
G_B3_1 = G_B1_0;
goto IL_000d;
}
IL_000c:
{
G_B3_0 = ((SerializationBinderAdapter_tFBDD37985DAFAC30BC71E67FC1F51A0F354A3F1A*)(NULL));
G_B3_1 = G_B2_0;
}
IL_000d:
{
NullCheck(G_B3_1);
JsonSerializerSettings_set_SerializationBinder_mB422F57C2BBF446B5B898489802820A56C934C52_inline(G_B3_1, G_B3_0, NULL);
return;
}
}
// Newtonsoft.Json.Serialization.ISerializationBinder Newtonsoft.Json.JsonSerializerSettings::get_SerializationBinder()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializerSettings_get_SerializationBinder_m73166AD5FCC2B810E5A53B5F7BEB42D6664838D7 (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CSerializationBinderU3Ek__BackingField_50;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonSerializerSettings::set_SerializationBinder(Newtonsoft.Json.Serialization.ISerializationBinder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializerSettings_set_SerializationBinder_mB422F57C2BBF446B5B898489802820A56C934C52 (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
__this->___U3CSerializationBinderU3Ek__BackingField_50 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CSerializationBinderU3Ek__BackingField_50), (void*)L_0);
return;
}
}
// System.EventHandler`1<Newtonsoft.Json.Serialization.ErrorEventArgs> Newtonsoft.Json.JsonSerializerSettings::get_Error()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380* JsonSerializerSettings_get_Error_m02A88351C07F1B3821B5E8A161CDE90B7EBF2C89 (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method)
{
{
EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380* L_0 = __this->___U3CErrorU3Ek__BackingField_51;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonSerializerSettings::set_Error(System.EventHandler`1<Newtonsoft.Json.Serialization.ErrorEventArgs>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializerSettings_set_Error_m4523FBE58602E0A5D7FADF5EC57520FD73D6AC46 (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380* ___value0, const RuntimeMethod* method)
{
{
EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380* L_0 = ___value0;
__this->___U3CErrorU3Ek__BackingField_51 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CErrorU3Ek__BackingField_51), (void*)L_0);
return;
}
}
// System.Runtime.Serialization.StreamingContext Newtonsoft.Json.JsonSerializerSettings::get_Context()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 JsonSerializerSettings_get_Context_m9F472C555FB0546B2EA8E1EE75A0762768FEBC24 (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m69DB313A95B4E1195EC8848F21DC22A9DB62358F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mA17F655968AD8B406145013BAD4B9D5672856EFB_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
Nullable_1_tC3E8E254B9DCF808C08AFA1FC2151C2BC0040F3A V_0;
memset((&V_0), 0, sizeof(V_0));
{
Nullable_1_tC3E8E254B9DCF808C08AFA1FC2151C2BC0040F3A L_0 = __this->____context_41;
V_0 = L_0;
bool L_1;
L_1 = Nullable_1_get_HasValue_mA17F655968AD8B406145013BAD4B9D5672856EFB_inline((&V_0), Nullable_1_get_HasValue_mA17F655968AD8B406145013BAD4B9D5672856EFB_RuntimeMethod_var);
if (L_1)
{
goto IL_0016;
}
}
{
il2cpp_codegen_runtime_class_init_inline(JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF_il2cpp_TypeInfo_var);
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_2 = ((JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF_StaticFields*)il2cpp_codegen_static_fields_for(JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF_il2cpp_TypeInfo_var))->___DefaultContext_9;
return L_2;
}
IL_0016:
{
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_3;
L_3 = Nullable_1_GetValueOrDefault_m69DB313A95B4E1195EC8848F21DC22A9DB62358F_inline((&V_0), Nullable_1_GetValueOrDefault_m69DB313A95B4E1195EC8848F21DC22A9DB62358F_RuntimeMethod_var);
return L_3;
}
}
// System.Void Newtonsoft.Json.JsonSerializerSettings::set_Context(System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializerSettings_set_Context_m9741A3848497835B7DC9634A572D44CC67C7775C (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mA5D6B80EF5F0D9FB2BF1DBB3D648B0C433A9F02F_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_0 = ___value0;
Nullable_1_tC3E8E254B9DCF808C08AFA1FC2151C2BC0040F3A L_1;
memset((&L_1), 0, sizeof(L_1));
Nullable_1__ctor_mA5D6B80EF5F0D9FB2BF1DBB3D648B0C433A9F02F((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_mA5D6B80EF5F0D9FB2BF1DBB3D648B0C433A9F02F_RuntimeMethod_var);
__this->____context_41 = L_1;
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->____context_41))->___value_1))->___m_additionalContext_0), (void*)NULL);
return;
}
}
// System.String Newtonsoft.Json.JsonSerializerSettings::get_DateFormatString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonSerializerSettings_get_DateFormatString_m729BC370309AB35B012DC3731B9ABB48582E2110 (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFD0BD4C28C5DD340193C602B92723689D3AD161B);
s_Il2CppMethodInitialized = true;
}
String_t* G_B2_0 = NULL;
String_t* G_B1_0 = NULL;
{
String_t* L_0 = __this->____dateFormatString_32;
String_t* L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_000f;
}
}
{
G_B2_0 = _stringLiteralFD0BD4C28C5DD340193C602B92723689D3AD161B;
}
IL_000f:
{
return G_B2_0;
}
}
// System.Void Newtonsoft.Json.JsonSerializerSettings::set_DateFormatString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializerSettings_set_DateFormatString_m9EDB373D9DF1C90E3DA34357C813415BD9E6ED2A (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->____dateFormatString_32 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____dateFormatString_32), (void*)L_0);
__this->____dateFormatStringSet_33 = (bool)1;
return;
}
}
// System.Nullable`1<System.Int32> Newtonsoft.Json.JsonSerializerSettings::get_MaxDepth()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 JsonSerializerSettings_get_MaxDepth_mEE7A3EEEAD61841D5DA749C8E9EDF5C4A331AADD (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method)
{
{
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_0 = __this->____maxDepth_30;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonSerializerSettings::set_MaxDepth(System.Nullable`1<System.Int32>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializerSettings_set_MaxDepth_m7E360474BBC32A6FB597428CEE087DA833A3A6A5 (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t V_1 = 0;
{
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_0 = ___value0;
V_0 = L_0;
V_1 = 0;
int32_t L_1;
L_1 = Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_inline((&V_0), Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_RuntimeMethod_var);
int32_t L_2 = V_1;
bool L_3;
L_3 = Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_inline((&V_0), Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_RuntimeMethod_var);
if (!((int32_t)(((((int32_t)((((int32_t)L_1) > ((int32_t)L_2))? 1 : 0)) == ((int32_t)0))? 1 : 0)&(int32_t)L_3)))
{
goto IL_002b;
}
}
{
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_4 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
NullCheck(L_4);
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral36A2069F2EBB68A1BE4AF9D9FF3B475C9EE76A26)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonSerializerSettings_set_MaxDepth_m7E360474BBC32A6FB597428CEE087DA833A3A6A5_RuntimeMethod_var)));
}
IL_002b:
{
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_5 = ___value0;
__this->____maxDepth_30 = L_5;
__this->____maxDepthSet_31 = (bool)1;
return;
}
}
// Newtonsoft.Json.Formatting Newtonsoft.Json.JsonSerializerSettings::get_Formatting()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_Formatting_m8D0ADB6A90E93750C62B3E43E668F594A0B75A98 (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mD9A1772CD0FEA58D40AB9FF4EF624F8E179FE910_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Nullable_1_tAEE2B9C53750E53F9B91B70967290720873E8D3E* L_0 = (&__this->____formatting_21);
int32_t L_1;
L_1 = Nullable_1_GetValueOrDefault_mD9A1772CD0FEA58D40AB9FF4EF624F8E179FE910_inline(L_0, Nullable_1_GetValueOrDefault_mD9A1772CD0FEA58D40AB9FF4EF624F8E179FE910_RuntimeMethod_var);
return L_1;
}
}
// System.Void Newtonsoft.Json.JsonSerializerSettings::set_Formatting(Newtonsoft.Json.Formatting)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializerSettings_set_Formatting_mDDA6BC2622543E93A40D384276E263B201198D8F (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m311B57331EECB792DBAD038699DB1623EB04585B_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
Nullable_1_tAEE2B9C53750E53F9B91B70967290720873E8D3E L_1;
memset((&L_1), 0, sizeof(L_1));
Nullable_1__ctor_m311B57331EECB792DBAD038699DB1623EB04585B((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_m311B57331EECB792DBAD038699DB1623EB04585B_RuntimeMethod_var);
__this->____formatting_21 = L_1;
return;
}
}
// Newtonsoft.Json.DateFormatHandling Newtonsoft.Json.JsonSerializerSettings::get_DateFormatHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_DateFormatHandling_m5097EE40D235CB203B5BE9D43A280C781BF2A6C9 (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m1C4472FB0CB532C4E2EA56AFCF6F7D9E76F35B19_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Nullable_1_t4776B8A4D0D52AA8BDCD45E6D7070659326453D2* L_0 = (&__this->____dateFormatHandling_22);
int32_t L_1;
L_1 = Nullable_1_GetValueOrDefault_m1C4472FB0CB532C4E2EA56AFCF6F7D9E76F35B19_inline(L_0, Nullable_1_GetValueOrDefault_m1C4472FB0CB532C4E2EA56AFCF6F7D9E76F35B19_RuntimeMethod_var);
return L_1;
}
}
// System.Void Newtonsoft.Json.JsonSerializerSettings::set_DateFormatHandling(Newtonsoft.Json.DateFormatHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializerSettings_set_DateFormatHandling_mFBA5ACD80A371C9DD914EEB68ECF88838E9F3E3A (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mEDA931BC5332E8D44357D90737247E83969FFE84_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
Nullable_1_t4776B8A4D0D52AA8BDCD45E6D7070659326453D2 L_1;
memset((&L_1), 0, sizeof(L_1));
Nullable_1__ctor_mEDA931BC5332E8D44357D90737247E83969FFE84((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_mEDA931BC5332E8D44357D90737247E83969FFE84_RuntimeMethod_var);
__this->____dateFormatHandling_22 = L_1;
return;
}
}
// Newtonsoft.Json.DateTimeZoneHandling Newtonsoft.Json.JsonSerializerSettings::get_DateTimeZoneHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_DateTimeZoneHandling_m62D68A30FDF5918F57D4D2B13DCA77B72BEA62B2 (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mCF737EB39796319BEE4826CD667FAAF67D229CE4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mC8284E7BC5A0BC5FD0718B6B93B9CD8AA357BB55_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
Nullable_1_tD88F7E37B65824D38D74608E576D1265E5A2D2B2 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Nullable_1_tD88F7E37B65824D38D74608E576D1265E5A2D2B2 L_0 = __this->____dateTimeZoneHandling_23;
V_0 = L_0;
bool L_1;
L_1 = Nullable_1_get_HasValue_mC8284E7BC5A0BC5FD0718B6B93B9CD8AA357BB55_inline((&V_0), Nullable_1_get_HasValue_mC8284E7BC5A0BC5FD0718B6B93B9CD8AA357BB55_RuntimeMethod_var);
if (L_1)
{
goto IL_0012;
}
}
{
return (int32_t)(3);
}
IL_0012:
{
int32_t L_2;
L_2 = Nullable_1_GetValueOrDefault_mCF737EB39796319BEE4826CD667FAAF67D229CE4_inline((&V_0), Nullable_1_GetValueOrDefault_mCF737EB39796319BEE4826CD667FAAF67D229CE4_RuntimeMethod_var);
return L_2;
}
}
// System.Void Newtonsoft.Json.JsonSerializerSettings::set_DateTimeZoneHandling(Newtonsoft.Json.DateTimeZoneHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializerSettings_set_DateTimeZoneHandling_mBB425C59864C5582F45569DAE3E682AC5AAF58D0 (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m2ED14CBE705E3AD5E0395243C765C128BDC0F930_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
Nullable_1_tD88F7E37B65824D38D74608E576D1265E5A2D2B2 L_1;
memset((&L_1), 0, sizeof(L_1));
Nullable_1__ctor_m2ED14CBE705E3AD5E0395243C765C128BDC0F930((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_m2ED14CBE705E3AD5E0395243C765C128BDC0F930_RuntimeMethod_var);
__this->____dateTimeZoneHandling_23 = L_1;
return;
}
}
// Newtonsoft.Json.DateParseHandling Newtonsoft.Json.JsonSerializerSettings::get_DateParseHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_DateParseHandling_m552CF3A6B4051A1BEFD8A95C397BC36CF4977BD7 (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m37D1F7239FEECB844A295C36AD69023F6A03A0E2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mEB8CB060CBB6BC228BA470891E2A8C58E3807AAE_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
Nullable_1_tDC640D18A54CA8F0A3C74518CBC15D439C8FC228 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Nullable_1_tDC640D18A54CA8F0A3C74518CBC15D439C8FC228 L_0 = __this->____dateParseHandling_24;
V_0 = L_0;
bool L_1;
L_1 = Nullable_1_get_HasValue_mEB8CB060CBB6BC228BA470891E2A8C58E3807AAE_inline((&V_0), Nullable_1_get_HasValue_mEB8CB060CBB6BC228BA470891E2A8C58E3807AAE_RuntimeMethod_var);
if (L_1)
{
goto IL_0012;
}
}
{
return (int32_t)(1);
}
IL_0012:
{
int32_t L_2;
L_2 = Nullable_1_GetValueOrDefault_m37D1F7239FEECB844A295C36AD69023F6A03A0E2_inline((&V_0), Nullable_1_GetValueOrDefault_m37D1F7239FEECB844A295C36AD69023F6A03A0E2_RuntimeMethod_var);
return L_2;
}
}
// System.Void Newtonsoft.Json.JsonSerializerSettings::set_DateParseHandling(Newtonsoft.Json.DateParseHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializerSettings_set_DateParseHandling_mB406892CFC183EC516945AB10AE3C8BF239A2698 (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mE09573A712FD6592F678A36870D665CF04E4508D_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
Nullable_1_tDC640D18A54CA8F0A3C74518CBC15D439C8FC228 L_1;
memset((&L_1), 0, sizeof(L_1));
Nullable_1__ctor_mE09573A712FD6592F678A36870D665CF04E4508D((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_mE09573A712FD6592F678A36870D665CF04E4508D_RuntimeMethod_var);
__this->____dateParseHandling_24 = L_1;
return;
}
}
// Newtonsoft.Json.FloatFormatHandling Newtonsoft.Json.JsonSerializerSettings::get_FloatFormatHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_FloatFormatHandling_m151CF9BB3683288C9D224F5457A811DB9A75CD68 (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m05CA8E1B6A351F3A5603AF3DC5E446E8089CB56D_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Nullable_1_tEAE8D5B59DCEB4F809A8A5F390EAAC18F266B822* L_0 = (&__this->____floatFormatHandling_25);
int32_t L_1;
L_1 = Nullable_1_GetValueOrDefault_m05CA8E1B6A351F3A5603AF3DC5E446E8089CB56D_inline(L_0, Nullable_1_GetValueOrDefault_m05CA8E1B6A351F3A5603AF3DC5E446E8089CB56D_RuntimeMethod_var);
return L_1;
}
}
// System.Void Newtonsoft.Json.JsonSerializerSettings::set_FloatFormatHandling(Newtonsoft.Json.FloatFormatHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializerSettings_set_FloatFormatHandling_m85C7EBEEC8BD27F50B2587361034DC7E020A7F62 (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mA5863E524F19F6B1DCD3C4A1CAC06ED60F9CA6E2_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
Nullable_1_tEAE8D5B59DCEB4F809A8A5F390EAAC18F266B822 L_1;
memset((&L_1), 0, sizeof(L_1));
Nullable_1__ctor_mA5863E524F19F6B1DCD3C4A1CAC06ED60F9CA6E2((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_mA5863E524F19F6B1DCD3C4A1CAC06ED60F9CA6E2_RuntimeMethod_var);
__this->____floatFormatHandling_25 = L_1;
return;
}
}
// Newtonsoft.Json.FloatParseHandling Newtonsoft.Json.JsonSerializerSettings::get_FloatParseHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_FloatParseHandling_mAE1B4077E93C43769F77B948110ABA152605D1A0 (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m9A30131EC9AEF586D37D076D78BB4A384BA907D9_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Nullable_1_tC13211A32645AE3863530378A08BC45089EE419B* L_0 = (&__this->____floatParseHandling_26);
int32_t L_1;
L_1 = Nullable_1_GetValueOrDefault_m9A30131EC9AEF586D37D076D78BB4A384BA907D9_inline(L_0, Nullable_1_GetValueOrDefault_m9A30131EC9AEF586D37D076D78BB4A384BA907D9_RuntimeMethod_var);
return L_1;
}
}
// System.Void Newtonsoft.Json.JsonSerializerSettings::set_FloatParseHandling(Newtonsoft.Json.FloatParseHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializerSettings_set_FloatParseHandling_mB501502FF02E575610834F7E849B59F98F5A4FFC (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m9E1D9019C2EAC4FC5A849A9C76B23BF58A6722A9_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
Nullable_1_tC13211A32645AE3863530378A08BC45089EE419B L_1;
memset((&L_1), 0, sizeof(L_1));
Nullable_1__ctor_m9E1D9019C2EAC4FC5A849A9C76B23BF58A6722A9((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_m9E1D9019C2EAC4FC5A849A9C76B23BF58A6722A9_RuntimeMethod_var);
__this->____floatParseHandling_26 = L_1;
return;
}
}
// Newtonsoft.Json.StringEscapeHandling Newtonsoft.Json.JsonSerializerSettings::get_StringEscapeHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_StringEscapeHandling_mC997E684DB851D04FA5B164C6215E2C94A99C422 (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mFA59F12B51F88443EC69B353580127B218974064_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Nullable_1_t61214A44C233A0B00A9F79E380485D79D5FAA7C6* L_0 = (&__this->____stringEscapeHandling_27);
int32_t L_1;
L_1 = Nullable_1_GetValueOrDefault_mFA59F12B51F88443EC69B353580127B218974064_inline(L_0, Nullable_1_GetValueOrDefault_mFA59F12B51F88443EC69B353580127B218974064_RuntimeMethod_var);
return L_1;
}
}
// System.Void Newtonsoft.Json.JsonSerializerSettings::set_StringEscapeHandling(Newtonsoft.Json.StringEscapeHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializerSettings_set_StringEscapeHandling_m58596DBFA68DA4A50897BB21C1E2E1B555AA002D (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m7AC7CA842FEEBAE7F715892237C4F1199083EB64_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
Nullable_1_t61214A44C233A0B00A9F79E380485D79D5FAA7C6 L_1;
memset((&L_1), 0, sizeof(L_1));
Nullable_1__ctor_m7AC7CA842FEEBAE7F715892237C4F1199083EB64((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_m7AC7CA842FEEBAE7F715892237C4F1199083EB64_RuntimeMethod_var);
__this->____stringEscapeHandling_27 = L_1;
return;
}
}
// System.Globalization.CultureInfo Newtonsoft.Json.JsonSerializerSettings::get_Culture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* JsonSerializerSettings_get_Culture_mE3964FFFB450B94B42587B7D2ABD0ADE84CBC12C (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* G_B2_0 = NULL;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* G_B1_0 = NULL;
{
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0 = __this->____culture_28;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_000f;
}
}
{
il2cpp_codegen_runtime_class_init_inline(JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_2 = ((JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF_StaticFields*)il2cpp_codegen_static_fields_for(JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF_il2cpp_TypeInfo_var))->___DefaultCulture_18;
G_B2_0 = L_2;
}
IL_000f:
{
return G_B2_0;
}
}
// System.Void Newtonsoft.Json.JsonSerializerSettings::set_Culture(System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializerSettings_set_Culture_mF6C54444C9BFEFFFA2095150517C7580CCE21486 (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___value0, const RuntimeMethod* method)
{
{
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0 = ___value0;
__this->____culture_28 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____culture_28), (void*)L_0);
return;
}
}
// System.Boolean Newtonsoft.Json.JsonSerializerSettings::get_CheckAdditionalContent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonSerializerSettings_get_CheckAdditionalContent_m65DE6276F363FEA2D94C03834685898D4374F526 (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* L_0 = (&__this->____checkAdditionalContent_29);
bool L_1;
L_1 = Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_inline(L_0, Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_RuntimeMethod_var);
return L_1;
}
}
// System.Void Newtonsoft.Json.JsonSerializerSettings::set_CheckAdditionalContent(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializerSettings_set_CheckAdditionalContent_m6022F27E11CD96989D460552C3FCC7F067BBADD7 (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = ___value0;
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_1;
memset((&L_1), 0, sizeof(L_1));
Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var);
__this->____checkAdditionalContent_29 = L_1;
return;
}
}
// System.Void Newtonsoft.Json.JsonSerializerSettings::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializerSettings__cctor_m0018903F0E8E26F91DE885B2E9E32D22C651B529 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_initobj((&((JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF_StaticFields*)il2cpp_codegen_static_fields_for(JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF_il2cpp_TypeInfo_var))->___DefaultContext_9), sizeof(StreamingContext_t56760522A751890146EE45F82F866B55B7E33677));
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0;
L_0 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
((JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF_StaticFields*)il2cpp_codegen_static_fields_for(JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF_il2cpp_TypeInfo_var))->___DefaultCulture_18 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF_StaticFields*)il2cpp_codegen_static_fields_for(JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF_il2cpp_TypeInfo_var))->___DefaultCulture_18), (void*)L_0);
return;
}
}
// System.Void Newtonsoft.Json.JsonSerializerSettings::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializerSettings__ctor_mE1C9A90375BA88DF7F6911F1F96AEEC6A98CD22F (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m4D3A0C3BB61FAE2CD50F2FA207948E380C0611FE_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t2D3373CEE35E29CDEB531AF0926BF9553626BFDF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
List_1_t2D3373CEE35E29CDEB531AF0926BF9553626BFDF* L_0 = (List_1_t2D3373CEE35E29CDEB531AF0926BF9553626BFDF*)il2cpp_codegen_object_new(List_1_t2D3373CEE35E29CDEB531AF0926BF9553626BFDF_il2cpp_TypeInfo_var);
NullCheck(L_0);
List_1__ctor_m4D3A0C3BB61FAE2CD50F2FA207948E380C0611FE(L_0, List_1__ctor_m4D3A0C3BB61FAE2CD50F2FA207948E380C0611FE_RuntimeMethod_var);
JsonSerializerSettings_set_Converters_mF3D958F510BA4BBC18E2D2088EF9D3FC839AFB4C_inline(__this, L_0, 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.JsonSerializerSettings/<>c__DisplayClass92_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass92_0__ctor_m2063ECFC1DA8694C8DBB689627BAFB8F409C3200 (U3CU3Ec__DisplayClass92_0_t716D9B4E028930AC763EA1DD1C37E64678FFF40F* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// Newtonsoft.Json.Serialization.IReferenceResolver Newtonsoft.Json.JsonSerializerSettings/<>c__DisplayClass92_0::<set_ReferenceResolver>b__0()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec__DisplayClass92_0_U3Cset_ReferenceResolverU3Eb__0_m0F411035A8AA4AF96DA579A2F096995073A5803C (U3CU3Ec__DisplayClass92_0_t716D9B4E028930AC763EA1DD1C37E64678FFF40F* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___value_0;
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.Threading.Tasks.Task`1<System.Boolean> Newtonsoft.Json.JsonTextReader::ReadAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t824317F4B958F7512E8F7300511752937A6C6043* JsonTextReader_ReadAsync_m506C1B0F331C7325549C5485B98FA5E210E48634 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
{
bool L_0 = __this->____safeAsync_15;
if (L_0)
{
goto IL_0010;
}
}
{
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_1 = ___cancellationToken0;
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_2;
L_2 = JsonReader_ReadAsync_m8AF0DF3EF5328E1769D944E182711BD2F2A346D8(__this, L_1, NULL);
return L_2;
}
IL_0010:
{
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_3 = ___cancellationToken0;
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_4;
L_4 = JsonTextReader_DoReadAsync_m22E76003D6CA6A358BDC1499774C27CF4396DDF3(__this, L_3, NULL);
return L_4;
}
}
// System.Threading.Tasks.Task`1<System.Boolean> Newtonsoft.Json.JsonTextReader::DoReadAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t824317F4B958F7512E8F7300511752937A6C6043* JsonTextReader_DoReadAsync_m22E76003D6CA6A358BDC1499774C27CF4396DDF3 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncUtils_t2172E6EFE7AF89193B0556B417E8A4430C28A7FC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_get_Result_m48902D0529EDB4646DFE6B5A7631AE15911E87B9_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* V_0 = NULL;
int32_t V_1 = 0;
{
JsonTextReader_EnsureBuffer_mD5DD845C1E19BAA45D9ED3C7BC488920D1933004(__this, NULL);
}
IL_0006:
{
int32_t L_0 = ((JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765*)__this)->____currentState_3;
V_1 = L_0;
int32_t L_1 = V_1;
switch (L_1)
{
case 0:
{
goto IL_0049;
}
case 1:
{
goto IL_0089;
}
case 2:
{
goto IL_0049;
}
case 3:
{
goto IL_0051;
}
case 4:
{
goto IL_0051;
}
case 5:
{
goto IL_0049;
}
case 6:
{
goto IL_0049;
}
case 7:
{
goto IL_0089;
}
case 8:
{
goto IL_0059;
}
case 9:
{
goto IL_0049;
}
case 10:
{
goto IL_0049;
}
case 11:
{
goto IL_0089;
}
case 12:
{
goto IL_0081;
}
}
}
{
goto IL_0089;
}
IL_0049:
{
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_2 = ___cancellationToken0;
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_3;
L_3 = JsonTextReader_ParseValueAsync_m9B829611ECFE7DEBCD1190FC89E9EC577FF42127(__this, L_2, NULL);
return L_3;
}
IL_0051:
{
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_4 = ___cancellationToken0;
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_5;
L_5 = JsonTextReader_ParseObjectAsync_m93A8BC274F1BCC37B18F984D5088AE5EBC2DEC53(__this, L_4, NULL);
return L_5;
}
IL_0059:
{
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_6 = ___cancellationToken0;
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_7;
L_7 = JsonTextReader_ParsePostValueAsync_m5561513358BEE0DE10B3426CDB7C9DAC7E4B2869(__this, (bool)0, L_6, NULL);
V_0 = L_7;
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_8 = V_0;
il2cpp_codegen_runtime_class_init_inline(AsyncUtils_t2172E6EFE7AF89193B0556B417E8A4430C28A7FC_il2cpp_TypeInfo_var);
bool L_9;
L_9 = AsyncUtils_IsCompletedSucessfully_m97657301273FA0A88B58B195D01F780211F97FEA(L_8, NULL);
if (!L_9)
{
goto IL_0078;
}
}
{
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_10 = V_0;
NullCheck(L_10);
bool L_11;
L_11 = Task_1_get_Result_m48902D0529EDB4646DFE6B5A7631AE15911E87B9(L_10, Task_1_get_Result_m48902D0529EDB4646DFE6B5A7631AE15911E87B9_RuntimeMethod_var);
if (!L_11)
{
goto IL_0006;
}
}
{
il2cpp_codegen_runtime_class_init_inline(AsyncUtils_t2172E6EFE7AF89193B0556B417E8A4430C28A7FC_il2cpp_TypeInfo_var);
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_12 = ((AsyncUtils_t2172E6EFE7AF89193B0556B417E8A4430C28A7FC_StaticFields*)il2cpp_codegen_static_fields_for(AsyncUtils_t2172E6EFE7AF89193B0556B417E8A4430C28A7FC_il2cpp_TypeInfo_var))->___True_1;
return L_12;
}
IL_0078:
{
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_13 = V_0;
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_14 = ___cancellationToken0;
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_15;
L_15 = JsonTextReader_DoReadAsync_m5DF682540A8E17321B48876E9D8D42C45DA7E97B(__this, L_13, L_14, NULL);
return L_15;
}
IL_0081:
{
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_16 = ___cancellationToken0;
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_17;
L_17 = JsonTextReader_ReadFromFinishedAsync_m9E0A2A5048B098D01D81C8E3B4D89E8C216FCBB5(__this, L_16, NULL);
return L_17;
}
IL_0089:
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_18;
L_18 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
int32_t L_19;
L_19 = JsonReader_get_CurrentState_m2B6FA669883053CDABF108A980F808CDC9F13699_inline(__this, NULL);
int32_t L_20 = L_19;
RuntimeObject* L_21 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&State_tFC19CCEAFF8F4E6C73914F3B8850C622CE3490A4_il2cpp_TypeInfo_var)), &L_20);
String_t* L_22;
L_22 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3BDE36734DA338BA8CE22868593B120CABF7E673)), L_18, L_21, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_23;
L_23 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, L_22, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_DoReadAsync_m22E76003D6CA6A358BDC1499774C27CF4396DDF3_RuntimeMethod_var)));
}
}
// System.Threading.Tasks.Task`1<System.Boolean> Newtonsoft.Json.JsonTextReader::DoReadAsync(System.Threading.Tasks.Task`1<System.Boolean>,System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t824317F4B958F7512E8F7300511752937A6C6043* JsonTextReader_DoReadAsync_m5DF682540A8E17321B48876E9D8D42C45DA7E97B (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, Task_1_t824317F4B958F7512E8F7300511752937A6C6043* ___task0, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_m947F84E9E3C8ACB9A24160F6C3C33BF4D70F1AB1_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsyncU3Ed__3_tA46AB44FDD374D3515F3FD85E9F2C88D3760CA4E_mAC281C066F83B711CBFB35C744DA69A2F002CBAF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CDoReadAsyncU3Ed__3_tA46AB44FDD374D3515F3FD85E9F2C88D3760CA4E V_0;
memset((&V_0), 0, sizeof(V_0));
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA V_1;
memset((&V_1), 0, sizeof(V_1));
{
(&V_0)->___U3CU3E4__this_3 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_3), (void*)__this);
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_0 = ___task0;
(&V_0)->___task_2 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___task_2), (void*)L_0);
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_1 = ___cancellationToken1;
(&V_0)->___cancellationToken_4 = L_1;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken_4))->____source_0), (void*)NULL);
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA_il2cpp_TypeInfo_var);
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA L_2;
L_2 = AsyncTaskMethodBuilder_1_Create_m947F84E9E3C8ACB9A24160F6C3C33BF4D70F1AB1(AsyncTaskMethodBuilder_1_Create_m947F84E9E3C8ACB9A24160F6C3C33BF4D70F1AB1_RuntimeMethod_var);
(&V_0)->___U3CU3Et__builder_1 = L_2;
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL);
#endif
(&V_0)->___U3CU3E1__state_0 = (-1);
U3CDoReadAsyncU3Ed__3_tA46AB44FDD374D3515F3FD85E9F2C88D3760CA4E L_3 = V_0;
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA L_4 = L_3.___U3CU3Et__builder_1;
V_1 = L_4;
AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsyncU3Ed__3_tA46AB44FDD374D3515F3FD85E9F2C88D3760CA4E_mAC281C066F83B711CBFB35C744DA69A2F002CBAF((&V_1), (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsyncU3Ed__3_tA46AB44FDD374D3515F3FD85E9F2C88D3760CA4E_mAC281C066F83B711CBFB35C744DA69A2F002CBAF_RuntimeMethod_var);
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_5 = (&(&V_0)->___U3CU3Et__builder_1);
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_6;
L_6 = AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943(L_5, AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943_RuntimeMethod_var);
return L_6;
}
}
// System.Threading.Tasks.Task`1<System.Boolean> Newtonsoft.Json.JsonTextReader::ParsePostValueAsync(System.Boolean,System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t824317F4B958F7512E8F7300511752937A6C6043* JsonTextReader_ParsePostValueAsync_m5561513358BEE0DE10B3426CDB7C9DAC7E4B2869 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, bool ___ignoreComments0, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_m947F84E9E3C8ACB9A24160F6C3C33BF4D70F1AB1_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CParsePostValueAsyncU3Ed__4_t2565628AABDE0EFE32362E8AB8F38097959B639B_m4AA23AC238C3546853A8FCA4AB876237A63BABE8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CParsePostValueAsyncU3Ed__4_t2565628AABDE0EFE32362E8AB8F38097959B639B V_0;
memset((&V_0), 0, sizeof(V_0));
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA V_1;
memset((&V_1), 0, sizeof(V_1));
{
(&V_0)->___U3CU3E4__this_2 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this);
bool L_0 = ___ignoreComments0;
(&V_0)->___ignoreComments_4 = L_0;
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_1 = ___cancellationToken1;
(&V_0)->___cancellationToken_3 = L_1;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken_3))->____source_0), (void*)NULL);
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA_il2cpp_TypeInfo_var);
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA L_2;
L_2 = AsyncTaskMethodBuilder_1_Create_m947F84E9E3C8ACB9A24160F6C3C33BF4D70F1AB1(AsyncTaskMethodBuilder_1_Create_m947F84E9E3C8ACB9A24160F6C3C33BF4D70F1AB1_RuntimeMethod_var);
(&V_0)->___U3CU3Et__builder_1 = L_2;
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL);
#endif
(&V_0)->___U3CU3E1__state_0 = (-1);
U3CParsePostValueAsyncU3Ed__4_t2565628AABDE0EFE32362E8AB8F38097959B639B L_3 = V_0;
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA L_4 = L_3.___U3CU3Et__builder_1;
V_1 = L_4;
AsyncTaskMethodBuilder_1_Start_TisU3CParsePostValueAsyncU3Ed__4_t2565628AABDE0EFE32362E8AB8F38097959B639B_m4AA23AC238C3546853A8FCA4AB876237A63BABE8((&V_1), (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CParsePostValueAsyncU3Ed__4_t2565628AABDE0EFE32362E8AB8F38097959B639B_m4AA23AC238C3546853A8FCA4AB876237A63BABE8_RuntimeMethod_var);
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_5 = (&(&V_0)->___U3CU3Et__builder_1);
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_6;
L_6 = AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943(L_5, AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943_RuntimeMethod_var);
return L_6;
}
}
// System.Threading.Tasks.Task`1<System.Boolean> Newtonsoft.Json.JsonTextReader::ReadFromFinishedAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t824317F4B958F7512E8F7300511752937A6C6043* JsonTextReader_ReadFromFinishedAsync_m9E0A2A5048B098D01D81C8E3B4D89E8C216FCBB5 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_m947F84E9E3C8ACB9A24160F6C3C33BF4D70F1AB1_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CReadFromFinishedAsyncU3Ed__5_t567743D80F8A434DAF8D538FBA4A6A3AC7D6D0DB_mA16AA97AA8F05CB695A3AEDE970A25CAE352EE73_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CReadFromFinishedAsyncU3Ed__5_t567743D80F8A434DAF8D538FBA4A6A3AC7D6D0DB V_0;
memset((&V_0), 0, sizeof(V_0));
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA V_1;
memset((&V_1), 0, sizeof(V_1));
{
(&V_0)->___U3CU3E4__this_2 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this);
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_0 = ___cancellationToken0;
(&V_0)->___cancellationToken_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken_3))->____source_0), (void*)NULL);
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA_il2cpp_TypeInfo_var);
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA L_1;
L_1 = AsyncTaskMethodBuilder_1_Create_m947F84E9E3C8ACB9A24160F6C3C33BF4D70F1AB1(AsyncTaskMethodBuilder_1_Create_m947F84E9E3C8ACB9A24160F6C3C33BF4D70F1AB1_RuntimeMethod_var);
(&V_0)->___U3CU3Et__builder_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL);
#endif
(&V_0)->___U3CU3E1__state_0 = (-1);
U3CReadFromFinishedAsyncU3Ed__5_t567743D80F8A434DAF8D538FBA4A6A3AC7D6D0DB L_2 = V_0;
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA L_3 = L_2.___U3CU3Et__builder_1;
V_1 = L_3;
AsyncTaskMethodBuilder_1_Start_TisU3CReadFromFinishedAsyncU3Ed__5_t567743D80F8A434DAF8D538FBA4A6A3AC7D6D0DB_mA16AA97AA8F05CB695A3AEDE970A25CAE352EE73((&V_1), (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CReadFromFinishedAsyncU3Ed__5_t567743D80F8A434DAF8D538FBA4A6A3AC7D6D0DB_mA16AA97AA8F05CB695A3AEDE970A25CAE352EE73_RuntimeMethod_var);
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_4 = (&(&V_0)->___U3CU3Et__builder_1);
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_5;
L_5 = AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943(L_4, AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943_RuntimeMethod_var);
return L_5;
}
}
// System.Threading.Tasks.Task`1<System.Int32> Newtonsoft.Json.JsonTextReader::ReadDataAsync(System.Boolean,System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t4C228DE57804012969575431CFF12D57C875552D* JsonTextReader_ReadDataAsync_mEEEF9D8FAEF225FB8E5219EC082F7858EA663785 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, bool ___append0, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken1, const RuntimeMethod* method)
{
{
bool L_0 = ___append0;
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_1 = ___cancellationToken1;
Task_1_t4C228DE57804012969575431CFF12D57C875552D* L_2;
L_2 = JsonTextReader_ReadDataAsync_m6248EF24FCDAA2874E8BA890BE32B36520F42F33(__this, L_0, 0, L_1, NULL);
return L_2;
}
}
// System.Threading.Tasks.Task`1<System.Int32> Newtonsoft.Json.JsonTextReader::ReadDataAsync(System.Boolean,System.Int32,System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t4C228DE57804012969575431CFF12D57C875552D* JsonTextReader_ReadDataAsync_m6248EF24FCDAA2874E8BA890BE32B36520F42F33 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, bool ___append0, int32_t ___charsRequired1, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_mE41F34163E40A97FB25427519FBDB7692F06D192_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CReadDataAsyncU3Ed__7_t7616932194A372D503D0DD13A29073E7AD8C06B7_mC1F82E8D9806D50FE1658867D41FEB049165F961_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_m2DCDBC59910811D107353C5752AD58B28C2D97FE_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CReadDataAsyncU3Ed__7_t7616932194A372D503D0DD13A29073E7AD8C06B7 V_0;
memset((&V_0), 0, sizeof(V_0));
AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019 V_1;
memset((&V_1), 0, sizeof(V_1));
{
(&V_0)->___U3CU3E4__this_2 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this);
bool L_0 = ___append0;
(&V_0)->___append_3 = L_0;
int32_t L_1 = ___charsRequired1;
(&V_0)->___charsRequired_4 = L_1;
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_2 = ___cancellationToken2;
(&V_0)->___cancellationToken_5 = L_2;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken_5))->____source_0), (void*)NULL);
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019_il2cpp_TypeInfo_var);
AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019 L_3;
L_3 = AsyncTaskMethodBuilder_1_Create_mE41F34163E40A97FB25427519FBDB7692F06D192(AsyncTaskMethodBuilder_1_Create_mE41F34163E40A97FB25427519FBDB7692F06D192_RuntimeMethod_var);
(&V_0)->___U3CU3Et__builder_1 = L_3;
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL);
#endif
(&V_0)->___U3CU3E1__state_0 = (-1);
U3CReadDataAsyncU3Ed__7_t7616932194A372D503D0DD13A29073E7AD8C06B7 L_4 = V_0;
AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019 L_5 = L_4.___U3CU3Et__builder_1;
V_1 = L_5;
AsyncTaskMethodBuilder_1_Start_TisU3CReadDataAsyncU3Ed__7_t7616932194A372D503D0DD13A29073E7AD8C06B7_mC1F82E8D9806D50FE1658867D41FEB049165F961((&V_1), (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CReadDataAsyncU3Ed__7_t7616932194A372D503D0DD13A29073E7AD8C06B7_mC1F82E8D9806D50FE1658867D41FEB049165F961_RuntimeMethod_var);
AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019* L_6 = (&(&V_0)->___U3CU3Et__builder_1);
Task_1_t4C228DE57804012969575431CFF12D57C875552D* L_7;
L_7 = AsyncTaskMethodBuilder_1_get_Task_m2DCDBC59910811D107353C5752AD58B28C2D97FE(L_6, AsyncTaskMethodBuilder_1_get_Task_m2DCDBC59910811D107353C5752AD58B28C2D97FE_RuntimeMethod_var);
return L_7;
}
}
// System.Threading.Tasks.Task`1<System.Boolean> Newtonsoft.Json.JsonTextReader::ParseValueAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t824317F4B958F7512E8F7300511752937A6C6043* JsonTextReader_ParseValueAsync_m9B829611ECFE7DEBCD1190FC89E9EC577FF42127 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_m947F84E9E3C8ACB9A24160F6C3C33BF4D70F1AB1_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CParseValueAsyncU3Ed__8_tB97C3E304A31B7E7F9C6224B197A9F5D7FF565D0_m6F0491C474756FB9FF7D56153C4D71B13C473E9A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CParseValueAsyncU3Ed__8_tB97C3E304A31B7E7F9C6224B197A9F5D7FF565D0 V_0;
memset((&V_0), 0, sizeof(V_0));
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA V_1;
memset((&V_1), 0, sizeof(V_1));
{
(&V_0)->___U3CU3E4__this_2 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this);
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_0 = ___cancellationToken0;
(&V_0)->___cancellationToken_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken_3))->____source_0), (void*)NULL);
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA_il2cpp_TypeInfo_var);
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA L_1;
L_1 = AsyncTaskMethodBuilder_1_Create_m947F84E9E3C8ACB9A24160F6C3C33BF4D70F1AB1(AsyncTaskMethodBuilder_1_Create_m947F84E9E3C8ACB9A24160F6C3C33BF4D70F1AB1_RuntimeMethod_var);
(&V_0)->___U3CU3Et__builder_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL);
#endif
(&V_0)->___U3CU3E1__state_0 = (-1);
U3CParseValueAsyncU3Ed__8_tB97C3E304A31B7E7F9C6224B197A9F5D7FF565D0 L_2 = V_0;
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA L_3 = L_2.___U3CU3Et__builder_1;
V_1 = L_3;
AsyncTaskMethodBuilder_1_Start_TisU3CParseValueAsyncU3Ed__8_tB97C3E304A31B7E7F9C6224B197A9F5D7FF565D0_m6F0491C474756FB9FF7D56153C4D71B13C473E9A((&V_1), (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CParseValueAsyncU3Ed__8_tB97C3E304A31B7E7F9C6224B197A9F5D7FF565D0_m6F0491C474756FB9FF7D56153C4D71B13C473E9A_RuntimeMethod_var);
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_4 = (&(&V_0)->___U3CU3Et__builder_1);
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_5;
L_5 = AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943(L_4, AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943_RuntimeMethod_var);
return L_5;
}
}
// System.Threading.Tasks.Task Newtonsoft.Json.JsonTextReader::ReadStringIntoBufferAsync(System.Char,System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* JsonTextReader_ReadStringIntoBufferAsync_m7FAEF7180B292FDBC3075568F920A87CD5179EE6 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, Il2CppChar ___quote0, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CReadStringIntoBufferAsyncU3Ed__9_t6590404E9863BA6BC3F174F77ADD6E35BE90E574_m98BC8558DFE41AA8746B5FBC793EAB4ECC127F57_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CReadStringIntoBufferAsyncU3Ed__9_t6590404E9863BA6BC3F174F77ADD6E35BE90E574 V_0;
memset((&V_0), 0, sizeof(V_0));
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 V_1;
memset((&V_1), 0, sizeof(V_1));
{
(&V_0)->___U3CU3E4__this_2 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this);
Il2CppChar L_0 = ___quote0;
(&V_0)->___quote_4 = L_0;
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_1 = ___cancellationToken1;
(&V_0)->___cancellationToken_3 = L_1;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken_3))->____source_0), (void*)NULL);
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var);
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_2;
L_2 = AsyncTaskMethodBuilder_Create_m84CBB9FB50A2D132B0A549652557CBE01867A82B(NULL);
(&V_0)->___U3CU3Et__builder_1 = L_2;
Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL);
#endif
(&V_0)->___U3CU3E1__state_0 = (-1);
U3CReadStringIntoBufferAsyncU3Ed__9_t6590404E9863BA6BC3F174F77ADD6E35BE90E574 L_3 = V_0;
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_4 = L_3.___U3CU3Et__builder_1;
V_1 = L_4;
AsyncTaskMethodBuilder_Start_TisU3CReadStringIntoBufferAsyncU3Ed__9_t6590404E9863BA6BC3F174F77ADD6E35BE90E574_m98BC8558DFE41AA8746B5FBC793EAB4ECC127F57((&V_1), (&V_0), AsyncTaskMethodBuilder_Start_TisU3CReadStringIntoBufferAsyncU3Ed__9_t6590404E9863BA6BC3F174F77ADD6E35BE90E574_m98BC8558DFE41AA8746B5FBC793EAB4ECC127F57_RuntimeMethod_var);
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_5 = (&(&V_0)->___U3CU3Et__builder_1);
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_6;
L_6 = AsyncTaskMethodBuilder_get_Task_mE9125D5F8B96F26D1BA5A5347ED82669521C7F9E(L_5, NULL);
return L_6;
}
}
// System.Threading.Tasks.Task Newtonsoft.Json.JsonTextReader::ProcessCarriageReturnAsync(System.Boolean,System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* JsonTextReader_ProcessCarriageReturnAsync_m575BACEACFED2648C06E8AC206FA5A5C768E906F (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, bool ___append0, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncUtils_t2172E6EFE7AF89193B0556B417E8A4430C28A7FC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_get_Result_m48902D0529EDB4646DFE6B5A7631AE15911E87B9_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* V_0 = NULL;
{
int32_t L_0 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_0, 1));
bool L_1 = ___append0;
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_2 = ___cancellationToken1;
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_3;
L_3 = JsonTextReader_EnsureCharsAsync_m31A27BA3FD3DF23E0F9BE65CDBC6A2B259ADA4DA(__this, 1, L_1, L_2, NULL);
V_0 = L_3;
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_4 = V_0;
il2cpp_codegen_runtime_class_init_inline(AsyncUtils_t2172E6EFE7AF89193B0556B417E8A4430C28A7FC_il2cpp_TypeInfo_var);
bool L_5;
L_5 = AsyncUtils_IsCompletedSucessfully_m97657301273FA0A88B58B195D01F780211F97FEA(L_4, NULL);
if (!L_5)
{
goto IL_0032;
}
}
{
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_6 = V_0;
NullCheck(L_6);
bool L_7;
L_7 = Task_1_get_Result_m48902D0529EDB4646DFE6B5A7631AE15911E87B9(L_6, Task_1_get_Result_m48902D0529EDB4646DFE6B5A7631AE15911E87B9_RuntimeMethod_var);
JsonTextReader_SetNewLine_m89308BD49C9C108A8102BC4C02B7A6F51AE788C7(__this, L_7, NULL);
il2cpp_codegen_runtime_class_init_inline(AsyncUtils_t2172E6EFE7AF89193B0556B417E8A4430C28A7FC_il2cpp_TypeInfo_var);
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_8 = ((AsyncUtils_t2172E6EFE7AF89193B0556B417E8A4430C28A7FC_StaticFields*)il2cpp_codegen_static_fields_for(AsyncUtils_t2172E6EFE7AF89193B0556B417E8A4430C28A7FC_il2cpp_TypeInfo_var))->___CompletedTask_2;
return L_8;
}
IL_0032:
{
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_9 = V_0;
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_10;
L_10 = JsonTextReader_ProcessCarriageReturnAsync_m327FFCCEA1971C4BED0BFB57FA59D9696A29B564(__this, L_9, NULL);
return L_10;
}
}
// System.Threading.Tasks.Task Newtonsoft.Json.JsonTextReader::ProcessCarriageReturnAsync(System.Threading.Tasks.Task`1<System.Boolean>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* JsonTextReader_ProcessCarriageReturnAsync_m327FFCCEA1971C4BED0BFB57FA59D9696A29B564 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, Task_1_t824317F4B958F7512E8F7300511752937A6C6043* ___task0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CProcessCarriageReturnAsyncU3Ed__11_tC4F0CA8077C03B0147F68C3EB1FDC520615E6692_m861D95CD537023BF51F79929CB9EF1C367C4E65B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CProcessCarriageReturnAsyncU3Ed__11_tC4F0CA8077C03B0147F68C3EB1FDC520615E6692 V_0;
memset((&V_0), 0, sizeof(V_0));
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 V_1;
memset((&V_1), 0, sizeof(V_1));
{
(&V_0)->___U3CU3E4__this_3 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_3), (void*)__this);
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_0 = ___task0;
(&V_0)->___task_2 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___task_2), (void*)L_0);
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var);
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_1;
L_1 = AsyncTaskMethodBuilder_Create_m84CBB9FB50A2D132B0A549652557CBE01867A82B(NULL);
(&V_0)->___U3CU3Et__builder_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL);
#endif
(&V_0)->___U3CU3E1__state_0 = (-1);
U3CProcessCarriageReturnAsyncU3Ed__11_tC4F0CA8077C03B0147F68C3EB1FDC520615E6692 L_2 = V_0;
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_3 = L_2.___U3CU3Et__builder_1;
V_1 = L_3;
AsyncTaskMethodBuilder_Start_TisU3CProcessCarriageReturnAsyncU3Ed__11_tC4F0CA8077C03B0147F68C3EB1FDC520615E6692_m861D95CD537023BF51F79929CB9EF1C367C4E65B((&V_1), (&V_0), AsyncTaskMethodBuilder_Start_TisU3CProcessCarriageReturnAsyncU3Ed__11_tC4F0CA8077C03B0147F68C3EB1FDC520615E6692_m861D95CD537023BF51F79929CB9EF1C367C4E65B_RuntimeMethod_var);
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_4 = (&(&V_0)->___U3CU3Et__builder_1);
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_5;
L_5 = AsyncTaskMethodBuilder_get_Task_mE9125D5F8B96F26D1BA5A5347ED82669521C7F9E(L_4, NULL);
return L_5;
}
}
// System.Threading.Tasks.Task`1<System.Char> Newtonsoft.Json.JsonTextReader::ParseUnicodeAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tF70626CA48A1BC439512EBC23E365CCCE98C92F9* JsonTextReader_ParseUnicodeAsync_m94AE7E74E38430EE012E980ED1C911B1EF693C69 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_mC1979663ACE6C155D712F82737927F6850B8BF41_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CParseUnicodeAsyncU3Ed__12_t6E9A097907EC707C11AC31384BA1711E9E601DC0_m64B36DCD87B404E6807788570F875B25C317D0A1_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_m681268783211B285AABC4BE7872DEBEBC6E1815A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_tA37ED9A5D3A5A604D8DE794A45320CF8F5F7AC47_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CParseUnicodeAsyncU3Ed__12_t6E9A097907EC707C11AC31384BA1711E9E601DC0 V_0;
memset((&V_0), 0, sizeof(V_0));
AsyncTaskMethodBuilder_1_tA37ED9A5D3A5A604D8DE794A45320CF8F5F7AC47 V_1;
memset((&V_1), 0, sizeof(V_1));
{
(&V_0)->___U3CU3E4__this_2 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this);
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_0 = ___cancellationToken0;
(&V_0)->___cancellationToken_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken_3))->____source_0), (void*)NULL);
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_tA37ED9A5D3A5A604D8DE794A45320CF8F5F7AC47_il2cpp_TypeInfo_var);
AsyncTaskMethodBuilder_1_tA37ED9A5D3A5A604D8DE794A45320CF8F5F7AC47 L_1;
L_1 = AsyncTaskMethodBuilder_1_Create_mC1979663ACE6C155D712F82737927F6850B8BF41(AsyncTaskMethodBuilder_1_Create_mC1979663ACE6C155D712F82737927F6850B8BF41_RuntimeMethod_var);
(&V_0)->___U3CU3Et__builder_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL);
#endif
(&V_0)->___U3CU3E1__state_0 = (-1);
U3CParseUnicodeAsyncU3Ed__12_t6E9A097907EC707C11AC31384BA1711E9E601DC0 L_2 = V_0;
AsyncTaskMethodBuilder_1_tA37ED9A5D3A5A604D8DE794A45320CF8F5F7AC47 L_3 = L_2.___U3CU3Et__builder_1;
V_1 = L_3;
AsyncTaskMethodBuilder_1_Start_TisU3CParseUnicodeAsyncU3Ed__12_t6E9A097907EC707C11AC31384BA1711E9E601DC0_m64B36DCD87B404E6807788570F875B25C317D0A1((&V_1), (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CParseUnicodeAsyncU3Ed__12_t6E9A097907EC707C11AC31384BA1711E9E601DC0_m64B36DCD87B404E6807788570F875B25C317D0A1_RuntimeMethod_var);
AsyncTaskMethodBuilder_1_tA37ED9A5D3A5A604D8DE794A45320CF8F5F7AC47* L_4 = (&(&V_0)->___U3CU3Et__builder_1);
Task_1_tF70626CA48A1BC439512EBC23E365CCCE98C92F9* L_5;
L_5 = AsyncTaskMethodBuilder_1_get_Task_m681268783211B285AABC4BE7872DEBEBC6E1815A(L_4, AsyncTaskMethodBuilder_1_get_Task_m681268783211B285AABC4BE7872DEBEBC6E1815A_RuntimeMethod_var);
return L_5;
}
}
// System.Threading.Tasks.Task`1<System.Boolean> Newtonsoft.Json.JsonTextReader::EnsureCharsAsync(System.Int32,System.Boolean,System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t824317F4B958F7512E8F7300511752937A6C6043* JsonTextReader_EnsureCharsAsync_m31A27BA3FD3DF23E0F9BE65CDBC6A2B259ADA4DA (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, int32_t ___relativePosition0, bool ___append1, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncUtils_t2172E6EFE7AF89193B0556B417E8A4430C28A7FC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = __this->____charPos_22;
int32_t L_1 = ___relativePosition0;
int32_t L_2 = __this->____charsUsed_21;
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_0, L_1))) >= ((int32_t)L_2)))
{
goto IL_0016;
}
}
{
il2cpp_codegen_runtime_class_init_inline(AsyncUtils_t2172E6EFE7AF89193B0556B417E8A4430C28A7FC_il2cpp_TypeInfo_var);
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_3 = ((AsyncUtils_t2172E6EFE7AF89193B0556B417E8A4430C28A7FC_StaticFields*)il2cpp_codegen_static_fields_for(AsyncUtils_t2172E6EFE7AF89193B0556B417E8A4430C28A7FC_il2cpp_TypeInfo_var))->___True_1;
return L_3;
}
IL_0016:
{
bool L_4 = __this->____isEndOfFile_25;
if (!L_4)
{
goto IL_0024;
}
}
{
il2cpp_codegen_runtime_class_init_inline(AsyncUtils_t2172E6EFE7AF89193B0556B417E8A4430C28A7FC_il2cpp_TypeInfo_var);
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_5 = ((AsyncUtils_t2172E6EFE7AF89193B0556B417E8A4430C28A7FC_StaticFields*)il2cpp_codegen_static_fields_for(AsyncUtils_t2172E6EFE7AF89193B0556B417E8A4430C28A7FC_il2cpp_TypeInfo_var))->___False_0;
return L_5;
}
IL_0024:
{
int32_t L_6 = ___relativePosition0;
bool L_7 = ___append1;
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_8 = ___cancellationToken2;
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_9;
L_9 = JsonTextReader_ReadCharsAsync_m668263A98E49846D30C3609A81CE122B98CA5BF9(__this, L_6, L_7, L_8, NULL);
return L_9;
}
}
// System.Threading.Tasks.Task`1<System.Boolean> Newtonsoft.Json.JsonTextReader::ReadCharsAsync(System.Int32,System.Boolean,System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t824317F4B958F7512E8F7300511752937A6C6043* JsonTextReader_ReadCharsAsync_m668263A98E49846D30C3609A81CE122B98CA5BF9 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, int32_t ___relativePosition0, bool ___append1, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_m947F84E9E3C8ACB9A24160F6C3C33BF4D70F1AB1_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CReadCharsAsyncU3Ed__14_t74CF9E22B9A4A43E8E9DF3756A6158705EB9A626_m0CECFE6624F9A67AB46EBC77002459F3DDA75F8C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CReadCharsAsyncU3Ed__14_t74CF9E22B9A4A43E8E9DF3756A6158705EB9A626 V_0;
memset((&V_0), 0, sizeof(V_0));
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA V_1;
memset((&V_1), 0, sizeof(V_1));
{
(&V_0)->___U3CU3E4__this_2 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this);
int32_t L_0 = ___relativePosition0;
(&V_0)->___relativePosition_3 = L_0;
bool L_1 = ___append1;
(&V_0)->___append_4 = L_1;
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_2 = ___cancellationToken2;
(&V_0)->___cancellationToken_5 = L_2;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken_5))->____source_0), (void*)NULL);
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA_il2cpp_TypeInfo_var);
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA L_3;
L_3 = AsyncTaskMethodBuilder_1_Create_m947F84E9E3C8ACB9A24160F6C3C33BF4D70F1AB1(AsyncTaskMethodBuilder_1_Create_m947F84E9E3C8ACB9A24160F6C3C33BF4D70F1AB1_RuntimeMethod_var);
(&V_0)->___U3CU3Et__builder_1 = L_3;
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL);
#endif
(&V_0)->___U3CU3E1__state_0 = (-1);
U3CReadCharsAsyncU3Ed__14_t74CF9E22B9A4A43E8E9DF3756A6158705EB9A626 L_4 = V_0;
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA L_5 = L_4.___U3CU3Et__builder_1;
V_1 = L_5;
AsyncTaskMethodBuilder_1_Start_TisU3CReadCharsAsyncU3Ed__14_t74CF9E22B9A4A43E8E9DF3756A6158705EB9A626_m0CECFE6624F9A67AB46EBC77002459F3DDA75F8C((&V_1), (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CReadCharsAsyncU3Ed__14_t74CF9E22B9A4A43E8E9DF3756A6158705EB9A626_m0CECFE6624F9A67AB46EBC77002459F3DDA75F8C_RuntimeMethod_var);
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_6 = (&(&V_0)->___U3CU3Et__builder_1);
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_7;
L_7 = AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943(L_6, AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943_RuntimeMethod_var);
return L_7;
}
}
// System.Threading.Tasks.Task`1<System.Boolean> Newtonsoft.Json.JsonTextReader::ParseObjectAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t824317F4B958F7512E8F7300511752937A6C6043* JsonTextReader_ParseObjectAsync_m93A8BC274F1BCC37B18F984D5088AE5EBC2DEC53 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_m947F84E9E3C8ACB9A24160F6C3C33BF4D70F1AB1_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CParseObjectAsyncU3Ed__15_tD8DA78FCF30569472EC2738627FD798EEA97BB11_m670A967913A8A7CD65447511F14C3BACC741A1E5_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CParseObjectAsyncU3Ed__15_tD8DA78FCF30569472EC2738627FD798EEA97BB11 V_0;
memset((&V_0), 0, sizeof(V_0));
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA V_1;
memset((&V_1), 0, sizeof(V_1));
{
(&V_0)->___U3CU3E4__this_2 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this);
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_0 = ___cancellationToken0;
(&V_0)->___cancellationToken_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken_3))->____source_0), (void*)NULL);
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA_il2cpp_TypeInfo_var);
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA L_1;
L_1 = AsyncTaskMethodBuilder_1_Create_m947F84E9E3C8ACB9A24160F6C3C33BF4D70F1AB1(AsyncTaskMethodBuilder_1_Create_m947F84E9E3C8ACB9A24160F6C3C33BF4D70F1AB1_RuntimeMethod_var);
(&V_0)->___U3CU3Et__builder_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL);
#endif
(&V_0)->___U3CU3E1__state_0 = (-1);
U3CParseObjectAsyncU3Ed__15_tD8DA78FCF30569472EC2738627FD798EEA97BB11 L_2 = V_0;
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA L_3 = L_2.___U3CU3Et__builder_1;
V_1 = L_3;
AsyncTaskMethodBuilder_1_Start_TisU3CParseObjectAsyncU3Ed__15_tD8DA78FCF30569472EC2738627FD798EEA97BB11_m670A967913A8A7CD65447511F14C3BACC741A1E5((&V_1), (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CParseObjectAsyncU3Ed__15_tD8DA78FCF30569472EC2738627FD798EEA97BB11_m670A967913A8A7CD65447511F14C3BACC741A1E5_RuntimeMethod_var);
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_4 = (&(&V_0)->___U3CU3Et__builder_1);
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_5;
L_5 = AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943(L_4, AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943_RuntimeMethod_var);
return L_5;
}
}
// System.Threading.Tasks.Task Newtonsoft.Json.JsonTextReader::ParseCommentAsync(System.Boolean,System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* JsonTextReader_ParseCommentAsync_m40EE2E272071867620F1B20FD7808ADCAA6F9FF7 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, bool ___setToken0, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CParseCommentAsyncU3Ed__16_t946D317ED94B4DA21A201285AD9BE935758A328F_m23729C4E0F6F8940E34ACEA5BEB5A6ECFEA1826B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CParseCommentAsyncU3Ed__16_t946D317ED94B4DA21A201285AD9BE935758A328F V_0;
memset((&V_0), 0, sizeof(V_0));
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 V_1;
memset((&V_1), 0, sizeof(V_1));
{
(&V_0)->___U3CU3E4__this_2 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this);
bool L_0 = ___setToken0;
(&V_0)->___setToken_4 = L_0;
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_1 = ___cancellationToken1;
(&V_0)->___cancellationToken_3 = L_1;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken_3))->____source_0), (void*)NULL);
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var);
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_2;
L_2 = AsyncTaskMethodBuilder_Create_m84CBB9FB50A2D132B0A549652557CBE01867A82B(NULL);
(&V_0)->___U3CU3Et__builder_1 = L_2;
Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL);
#endif
(&V_0)->___U3CU3E1__state_0 = (-1);
U3CParseCommentAsyncU3Ed__16_t946D317ED94B4DA21A201285AD9BE935758A328F L_3 = V_0;
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_4 = L_3.___U3CU3Et__builder_1;
V_1 = L_4;
AsyncTaskMethodBuilder_Start_TisU3CParseCommentAsyncU3Ed__16_t946D317ED94B4DA21A201285AD9BE935758A328F_m23729C4E0F6F8940E34ACEA5BEB5A6ECFEA1826B((&V_1), (&V_0), AsyncTaskMethodBuilder_Start_TisU3CParseCommentAsyncU3Ed__16_t946D317ED94B4DA21A201285AD9BE935758A328F_m23729C4E0F6F8940E34ACEA5BEB5A6ECFEA1826B_RuntimeMethod_var);
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_5 = (&(&V_0)->___U3CU3Et__builder_1);
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_6;
L_6 = AsyncTaskMethodBuilder_get_Task_mE9125D5F8B96F26D1BA5A5347ED82669521C7F9E(L_5, NULL);
return L_6;
}
}
// System.Threading.Tasks.Task Newtonsoft.Json.JsonTextReader::EatWhitespaceAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* JsonTextReader_EatWhitespaceAsync_mB4EEF949F4E59AA86A72D1393C69EECA98CEA3C1 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CEatWhitespaceAsyncU3Ed__17_tB5ACE0F164BD4E46E90D99CB3ED5885CE1301B1F_m3F635AB61F28E6C0B127EF3CDDDE1D15268D8F88_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CEatWhitespaceAsyncU3Ed__17_tB5ACE0F164BD4E46E90D99CB3ED5885CE1301B1F V_0;
memset((&V_0), 0, sizeof(V_0));
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 V_1;
memset((&V_1), 0, sizeof(V_1));
{
(&V_0)->___U3CU3E4__this_2 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this);
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_0 = ___cancellationToken0;
(&V_0)->___cancellationToken_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken_3))->____source_0), (void*)NULL);
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var);
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_1;
L_1 = AsyncTaskMethodBuilder_Create_m84CBB9FB50A2D132B0A549652557CBE01867A82B(NULL);
(&V_0)->___U3CU3Et__builder_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL);
#endif
(&V_0)->___U3CU3E1__state_0 = (-1);
U3CEatWhitespaceAsyncU3Ed__17_tB5ACE0F164BD4E46E90D99CB3ED5885CE1301B1F L_2 = V_0;
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_3 = L_2.___U3CU3Et__builder_1;
V_1 = L_3;
AsyncTaskMethodBuilder_Start_TisU3CEatWhitespaceAsyncU3Ed__17_tB5ACE0F164BD4E46E90D99CB3ED5885CE1301B1F_m3F635AB61F28E6C0B127EF3CDDDE1D15268D8F88((&V_1), (&V_0), AsyncTaskMethodBuilder_Start_TisU3CEatWhitespaceAsyncU3Ed__17_tB5ACE0F164BD4E46E90D99CB3ED5885CE1301B1F_m3F635AB61F28E6C0B127EF3CDDDE1D15268D8F88_RuntimeMethod_var);
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_4 = (&(&V_0)->___U3CU3Et__builder_1);
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_5;
L_5 = AsyncTaskMethodBuilder_get_Task_mE9125D5F8B96F26D1BA5A5347ED82669521C7F9E(L_4, NULL);
return L_5;
}
}
// System.Threading.Tasks.Task Newtonsoft.Json.JsonTextReader::ParseStringAsync(System.Char,Newtonsoft.Json.ReadType,System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* JsonTextReader_ParseStringAsync_m12943D21BDC70FF13FA952A01518D9250EE4237F (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, Il2CppChar ___quote0, int32_t ___readType1, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CParseStringAsyncU3Ed__18_tE689F6F20A75B29849FCAA30C81977568AE94B7B_m6AE81B1335F7004C9D94DF1E94E29FBFFE43E3B3_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CParseStringAsyncU3Ed__18_tE689F6F20A75B29849FCAA30C81977568AE94B7B V_0;
memset((&V_0), 0, sizeof(V_0));
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 V_1;
memset((&V_1), 0, sizeof(V_1));
{
(&V_0)->___U3CU3E4__this_3 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_3), (void*)__this);
Il2CppChar L_0 = ___quote0;
(&V_0)->___quote_4 = L_0;
int32_t L_1 = ___readType1;
(&V_0)->___readType_5 = L_1;
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_2 = ___cancellationToken2;
(&V_0)->___cancellationToken_2 = L_2;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken_2))->____source_0), (void*)NULL);
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var);
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_3;
L_3 = AsyncTaskMethodBuilder_Create_m84CBB9FB50A2D132B0A549652557CBE01867A82B(NULL);
(&V_0)->___U3CU3Et__builder_1 = L_3;
Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL);
#endif
(&V_0)->___U3CU3E1__state_0 = (-1);
U3CParseStringAsyncU3Ed__18_tE689F6F20A75B29849FCAA30C81977568AE94B7B L_4 = V_0;
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_5 = L_4.___U3CU3Et__builder_1;
V_1 = L_5;
AsyncTaskMethodBuilder_Start_TisU3CParseStringAsyncU3Ed__18_tE689F6F20A75B29849FCAA30C81977568AE94B7B_m6AE81B1335F7004C9D94DF1E94E29FBFFE43E3B3((&V_1), (&V_0), AsyncTaskMethodBuilder_Start_TisU3CParseStringAsyncU3Ed__18_tE689F6F20A75B29849FCAA30C81977568AE94B7B_m6AE81B1335F7004C9D94DF1E94E29FBFFE43E3B3_RuntimeMethod_var);
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_6 = (&(&V_0)->___U3CU3Et__builder_1);
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_7;
L_7 = AsyncTaskMethodBuilder_get_Task_mE9125D5F8B96F26D1BA5A5347ED82669521C7F9E(L_6, NULL);
return L_7;
}
}
// System.Threading.Tasks.Task`1<System.Boolean> Newtonsoft.Json.JsonTextReader::MatchValueAsync(System.String,System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t824317F4B958F7512E8F7300511752937A6C6043* JsonTextReader_MatchValueAsync_m78B101040FAE2A79936497B842ECD5A7C265D35C (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, String_t* ___value0, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_m947F84E9E3C8ACB9A24160F6C3C33BF4D70F1AB1_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CMatchValueAsyncU3Ed__19_t5AD6346B00C4C4FC670F55C39C6D045D43B8582D_m32E8188DA822EEE2F4E2D3C9748383732C65B116_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CMatchValueAsyncU3Ed__19_t5AD6346B00C4C4FC670F55C39C6D045D43B8582D V_0;
memset((&V_0), 0, sizeof(V_0));
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA V_1;
memset((&V_1), 0, sizeof(V_1));
{
(&V_0)->___U3CU3E4__this_2 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this);
String_t* L_0 = ___value0;
(&V_0)->___value_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___value_3), (void*)L_0);
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_1 = ___cancellationToken1;
(&V_0)->___cancellationToken_4 = L_1;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken_4))->____source_0), (void*)NULL);
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA_il2cpp_TypeInfo_var);
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA L_2;
L_2 = AsyncTaskMethodBuilder_1_Create_m947F84E9E3C8ACB9A24160F6C3C33BF4D70F1AB1(AsyncTaskMethodBuilder_1_Create_m947F84E9E3C8ACB9A24160F6C3C33BF4D70F1AB1_RuntimeMethod_var);
(&V_0)->___U3CU3Et__builder_1 = L_2;
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL);
#endif
(&V_0)->___U3CU3E1__state_0 = (-1);
U3CMatchValueAsyncU3Ed__19_t5AD6346B00C4C4FC670F55C39C6D045D43B8582D L_3 = V_0;
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA L_4 = L_3.___U3CU3Et__builder_1;
V_1 = L_4;
AsyncTaskMethodBuilder_1_Start_TisU3CMatchValueAsyncU3Ed__19_t5AD6346B00C4C4FC670F55C39C6D045D43B8582D_m32E8188DA822EEE2F4E2D3C9748383732C65B116((&V_1), (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CMatchValueAsyncU3Ed__19_t5AD6346B00C4C4FC670F55C39C6D045D43B8582D_m32E8188DA822EEE2F4E2D3C9748383732C65B116_RuntimeMethod_var);
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_5 = (&(&V_0)->___U3CU3Et__builder_1);
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_6;
L_6 = AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943(L_5, AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943_RuntimeMethod_var);
return L_6;
}
}
// System.Threading.Tasks.Task`1<System.Boolean> Newtonsoft.Json.JsonTextReader::MatchValueWithTrailingSeparatorAsync(System.String,System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t824317F4B958F7512E8F7300511752937A6C6043* JsonTextReader_MatchValueWithTrailingSeparatorAsync_m52689D0354A87A07C676FA4D70DCED56D223CD96 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, String_t* ___value0, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_m947F84E9E3C8ACB9A24160F6C3C33BF4D70F1AB1_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CMatchValueWithTrailingSeparatorAsyncU3Ed__20_tEC12EC2CC4A3158DBDAF05681B8AA709C1AA10B3_m4CDA5296075AAE1104C49A8D92AC31A29F4E7510_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CMatchValueWithTrailingSeparatorAsyncU3Ed__20_tEC12EC2CC4A3158DBDAF05681B8AA709C1AA10B3 V_0;
memset((&V_0), 0, sizeof(V_0));
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA V_1;
memset((&V_1), 0, sizeof(V_1));
{
(&V_0)->___U3CU3E4__this_2 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this);
String_t* L_0 = ___value0;
(&V_0)->___value_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___value_3), (void*)L_0);
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_1 = ___cancellationToken1;
(&V_0)->___cancellationToken_4 = L_1;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken_4))->____source_0), (void*)NULL);
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA_il2cpp_TypeInfo_var);
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA L_2;
L_2 = AsyncTaskMethodBuilder_1_Create_m947F84E9E3C8ACB9A24160F6C3C33BF4D70F1AB1(AsyncTaskMethodBuilder_1_Create_m947F84E9E3C8ACB9A24160F6C3C33BF4D70F1AB1_RuntimeMethod_var);
(&V_0)->___U3CU3Et__builder_1 = L_2;
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL);
#endif
(&V_0)->___U3CU3E1__state_0 = (-1);
U3CMatchValueWithTrailingSeparatorAsyncU3Ed__20_tEC12EC2CC4A3158DBDAF05681B8AA709C1AA10B3 L_3 = V_0;
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA L_4 = L_3.___U3CU3Et__builder_1;
V_1 = L_4;
AsyncTaskMethodBuilder_1_Start_TisU3CMatchValueWithTrailingSeparatorAsyncU3Ed__20_tEC12EC2CC4A3158DBDAF05681B8AA709C1AA10B3_m4CDA5296075AAE1104C49A8D92AC31A29F4E7510((&V_1), (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CMatchValueWithTrailingSeparatorAsyncU3Ed__20_tEC12EC2CC4A3158DBDAF05681B8AA709C1AA10B3_m4CDA5296075AAE1104C49A8D92AC31A29F4E7510_RuntimeMethod_var);
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_5 = (&(&V_0)->___U3CU3Et__builder_1);
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_6;
L_6 = AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943(L_5, AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943_RuntimeMethod_var);
return L_6;
}
}
// System.Threading.Tasks.Task Newtonsoft.Json.JsonTextReader::MatchAndSetAsync(System.String,Newtonsoft.Json.JsonToken,System.Object,System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* JsonTextReader_MatchAndSetAsync_mF00688A61423337A30994F0AFC6B933B6BDA91FD (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, String_t* ___value0, int32_t ___newToken1, RuntimeObject* ___tokenValue2, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CMatchAndSetAsyncU3Ed__21_t242B452BC7F54333EDCDF6864AA6061B68A1F071_mB691569A50915D95215EEC83DD368214BA795446_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CMatchAndSetAsyncU3Ed__21_t242B452BC7F54333EDCDF6864AA6061B68A1F071 V_0;
memset((&V_0), 0, sizeof(V_0));
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 V_1;
memset((&V_1), 0, sizeof(V_1));
{
(&V_0)->___U3CU3E4__this_2 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this);
String_t* L_0 = ___value0;
(&V_0)->___value_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___value_3), (void*)L_0);
int32_t L_1 = ___newToken1;
(&V_0)->___newToken_5 = L_1;
RuntimeObject* L_2 = ___tokenValue2;
(&V_0)->___tokenValue_6 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___tokenValue_6), (void*)L_2);
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_3 = ___cancellationToken3;
(&V_0)->___cancellationToken_4 = L_3;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken_4))->____source_0), (void*)NULL);
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var);
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_4;
L_4 = AsyncTaskMethodBuilder_Create_m84CBB9FB50A2D132B0A549652557CBE01867A82B(NULL);
(&V_0)->___U3CU3Et__builder_1 = L_4;
Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL);
#endif
(&V_0)->___U3CU3E1__state_0 = (-1);
U3CMatchAndSetAsyncU3Ed__21_t242B452BC7F54333EDCDF6864AA6061B68A1F071 L_5 = V_0;
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_6 = L_5.___U3CU3Et__builder_1;
V_1 = L_6;
AsyncTaskMethodBuilder_Start_TisU3CMatchAndSetAsyncU3Ed__21_t242B452BC7F54333EDCDF6864AA6061B68A1F071_mB691569A50915D95215EEC83DD368214BA795446((&V_1), (&V_0), AsyncTaskMethodBuilder_Start_TisU3CMatchAndSetAsyncU3Ed__21_t242B452BC7F54333EDCDF6864AA6061B68A1F071_mB691569A50915D95215EEC83DD368214BA795446_RuntimeMethod_var);
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_7 = (&(&V_0)->___U3CU3Et__builder_1);
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_8;
L_8 = AsyncTaskMethodBuilder_get_Task_mE9125D5F8B96F26D1BA5A5347ED82669521C7F9E(L_7, NULL);
return L_8;
}
}
// System.Threading.Tasks.Task Newtonsoft.Json.JsonTextReader::ParseTrueAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* JsonTextReader_ParseTrueAsync_m1B9052D820F954A2A3780314AB96E52ADC5CAC9B (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_0 = ((JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var))->___True_1;
bool L_1 = ((bool)1);
RuntimeObject* L_2 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_1);
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_3 = ___cancellationToken0;
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_4;
L_4 = JsonTextReader_MatchAndSetAsync_mF00688A61423337A30994F0AFC6B933B6BDA91FD(__this, L_0, ((int32_t)10), L_2, L_3, NULL);
return L_4;
}
}
// System.Threading.Tasks.Task Newtonsoft.Json.JsonTextReader::ParseFalseAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* JsonTextReader_ParseFalseAsync_m2DC37417D6D4FC3E76E135408A50B1995DC9E867 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_0 = ((JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var))->___False_2;
bool L_1 = ((bool)0);
RuntimeObject* L_2 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_1);
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_3 = ___cancellationToken0;
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_4;
L_4 = JsonTextReader_MatchAndSetAsync_mF00688A61423337A30994F0AFC6B933B6BDA91FD(__this, L_0, ((int32_t)10), L_2, L_3, NULL);
return L_4;
}
}
// System.Threading.Tasks.Task Newtonsoft.Json.JsonTextReader::ParseNullAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* JsonTextReader_ParseNullAsync_m4DA93D779CC7662E673FCD7EAC31E12D384D4ED0 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_0 = ((JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var))->___Null_3;
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_1 = ___cancellationToken0;
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_2;
L_2 = JsonTextReader_MatchAndSetAsync_mF00688A61423337A30994F0AFC6B933B6BDA91FD(__this, L_0, ((int32_t)11), NULL, L_1, NULL);
return L_2;
}
}
// System.Threading.Tasks.Task Newtonsoft.Json.JsonTextReader::ParseConstructorAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* JsonTextReader_ParseConstructorAsync_mE7740011B706964167F3A0874D8DF4BE575354FE (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CParseConstructorAsyncU3Ed__25_tF73A320F9D98CCA7E54246C9C787CEF21B954092_m82F6C812D75E00C40589F8CAC358C2EED8199522_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CParseConstructorAsyncU3Ed__25_tF73A320F9D98CCA7E54246C9C787CEF21B954092 V_0;
memset((&V_0), 0, sizeof(V_0));
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 V_1;
memset((&V_1), 0, sizeof(V_1));
{
(&V_0)->___U3CU3E4__this_2 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this);
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_0 = ___cancellationToken0;
(&V_0)->___cancellationToken_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken_3))->____source_0), (void*)NULL);
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var);
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_1;
L_1 = AsyncTaskMethodBuilder_Create_m84CBB9FB50A2D132B0A549652557CBE01867A82B(NULL);
(&V_0)->___U3CU3Et__builder_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL);
#endif
(&V_0)->___U3CU3E1__state_0 = (-1);
U3CParseConstructorAsyncU3Ed__25_tF73A320F9D98CCA7E54246C9C787CEF21B954092 L_2 = V_0;
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_3 = L_2.___U3CU3Et__builder_1;
V_1 = L_3;
AsyncTaskMethodBuilder_Start_TisU3CParseConstructorAsyncU3Ed__25_tF73A320F9D98CCA7E54246C9C787CEF21B954092_m82F6C812D75E00C40589F8CAC358C2EED8199522((&V_1), (&V_0), AsyncTaskMethodBuilder_Start_TisU3CParseConstructorAsyncU3Ed__25_tF73A320F9D98CCA7E54246C9C787CEF21B954092_m82F6C812D75E00C40589F8CAC358C2EED8199522_RuntimeMethod_var);
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_4 = (&(&V_0)->___U3CU3Et__builder_1);
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_5;
L_5 = AsyncTaskMethodBuilder_get_Task_mE9125D5F8B96F26D1BA5A5347ED82669521C7F9E(L_4, NULL);
return L_5;
}
}
// System.Threading.Tasks.Task`1<System.Object> Newtonsoft.Json.JsonTextReader::ParseNumberNaNAsync(Newtonsoft.Json.ReadType,System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* JsonTextReader_ParseNumberNaNAsync_m30863A76E77DD30CDFEA16B5B40D7BF76D4660ED (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, int32_t ___readType0, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_mAFCDBB3F3D94DC87243FAB2D72DD85D1EFB68441_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CParseNumberNaNAsyncU3Ed__26_t202B518CE39C327490C3AFFB092C1440960E3DCD_mA22ED225FDCD89100B9260F0F417EEC49CA26FF5_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_mEA092EC6F1324A9D694CF6056FA8583F2A2BDC89_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CParseNumberNaNAsyncU3Ed__26_t202B518CE39C327490C3AFFB092C1440960E3DCD V_0;
memset((&V_0), 0, sizeof(V_0));
AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0 V_1;
memset((&V_1), 0, sizeof(V_1));
{
(&V_0)->___U3CU3E4__this_3 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_3), (void*)__this);
int32_t L_0 = ___readType0;
(&V_0)->___readType_2 = L_0;
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_1 = ___cancellationToken1;
(&V_0)->___cancellationToken_4 = L_1;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken_4))->____source_0), (void*)NULL);
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0_il2cpp_TypeInfo_var);
AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0 L_2;
L_2 = AsyncTaskMethodBuilder_1_Create_mAFCDBB3F3D94DC87243FAB2D72DD85D1EFB68441(AsyncTaskMethodBuilder_1_Create_mAFCDBB3F3D94DC87243FAB2D72DD85D1EFB68441_RuntimeMethod_var);
(&V_0)->___U3CU3Et__builder_1 = L_2;
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL);
#endif
(&V_0)->___U3CU3E1__state_0 = (-1);
U3CParseNumberNaNAsyncU3Ed__26_t202B518CE39C327490C3AFFB092C1440960E3DCD L_3 = V_0;
AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0 L_4 = L_3.___U3CU3Et__builder_1;
V_1 = L_4;
AsyncTaskMethodBuilder_1_Start_TisU3CParseNumberNaNAsyncU3Ed__26_t202B518CE39C327490C3AFFB092C1440960E3DCD_mA22ED225FDCD89100B9260F0F417EEC49CA26FF5((&V_1), (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CParseNumberNaNAsyncU3Ed__26_t202B518CE39C327490C3AFFB092C1440960E3DCD_mA22ED225FDCD89100B9260F0F417EEC49CA26FF5_RuntimeMethod_var);
AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0* L_5 = (&(&V_0)->___U3CU3Et__builder_1);
Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* L_6;
L_6 = AsyncTaskMethodBuilder_1_get_Task_mEA092EC6F1324A9D694CF6056FA8583F2A2BDC89(L_5, AsyncTaskMethodBuilder_1_get_Task_mEA092EC6F1324A9D694CF6056FA8583F2A2BDC89_RuntimeMethod_var);
return L_6;
}
}
// System.Threading.Tasks.Task`1<System.Object> Newtonsoft.Json.JsonTextReader::ParseNumberPositiveInfinityAsync(Newtonsoft.Json.ReadType,System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* JsonTextReader_ParseNumberPositiveInfinityAsync_mCBDAFE661C63429A0C502566A186EEF507FB5D63 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, int32_t ___readType0, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_mAFCDBB3F3D94DC87243FAB2D72DD85D1EFB68441_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CParseNumberPositiveInfinityAsyncU3Ed__27_t3CCD8B9A15C6CFA01B46815CEE281403B986847A_mEC02129B637E43E74BA09148C0AFD1AAC2632281_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_mEA092EC6F1324A9D694CF6056FA8583F2A2BDC89_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CParseNumberPositiveInfinityAsyncU3Ed__27_t3CCD8B9A15C6CFA01B46815CEE281403B986847A V_0;
memset((&V_0), 0, sizeof(V_0));
AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0 V_1;
memset((&V_1), 0, sizeof(V_1));
{
(&V_0)->___U3CU3E4__this_3 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_3), (void*)__this);
int32_t L_0 = ___readType0;
(&V_0)->___readType_2 = L_0;
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_1 = ___cancellationToken1;
(&V_0)->___cancellationToken_4 = L_1;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken_4))->____source_0), (void*)NULL);
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0_il2cpp_TypeInfo_var);
AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0 L_2;
L_2 = AsyncTaskMethodBuilder_1_Create_mAFCDBB3F3D94DC87243FAB2D72DD85D1EFB68441(AsyncTaskMethodBuilder_1_Create_mAFCDBB3F3D94DC87243FAB2D72DD85D1EFB68441_RuntimeMethod_var);
(&V_0)->___U3CU3Et__builder_1 = L_2;
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL);
#endif
(&V_0)->___U3CU3E1__state_0 = (-1);
U3CParseNumberPositiveInfinityAsyncU3Ed__27_t3CCD8B9A15C6CFA01B46815CEE281403B986847A L_3 = V_0;
AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0 L_4 = L_3.___U3CU3Et__builder_1;
V_1 = L_4;
AsyncTaskMethodBuilder_1_Start_TisU3CParseNumberPositiveInfinityAsyncU3Ed__27_t3CCD8B9A15C6CFA01B46815CEE281403B986847A_mEC02129B637E43E74BA09148C0AFD1AAC2632281((&V_1), (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CParseNumberPositiveInfinityAsyncU3Ed__27_t3CCD8B9A15C6CFA01B46815CEE281403B986847A_mEC02129B637E43E74BA09148C0AFD1AAC2632281_RuntimeMethod_var);
AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0* L_5 = (&(&V_0)->___U3CU3Et__builder_1);
Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* L_6;
L_6 = AsyncTaskMethodBuilder_1_get_Task_mEA092EC6F1324A9D694CF6056FA8583F2A2BDC89(L_5, AsyncTaskMethodBuilder_1_get_Task_mEA092EC6F1324A9D694CF6056FA8583F2A2BDC89_RuntimeMethod_var);
return L_6;
}
}
// System.Threading.Tasks.Task`1<System.Object> Newtonsoft.Json.JsonTextReader::ParseNumberNegativeInfinityAsync(Newtonsoft.Json.ReadType,System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* JsonTextReader_ParseNumberNegativeInfinityAsync_m6AB5E5B3DCAD5E4FFAA604F58595452032ED8DD9 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, int32_t ___readType0, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_mAFCDBB3F3D94DC87243FAB2D72DD85D1EFB68441_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CParseNumberNegativeInfinityAsyncU3Ed__28_tF27E4166499FDC284A88B58DFD2CC3DBA46EF102_m9192AF9778099DC4A2F7490D548FF7B26A4E53E5_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_mEA092EC6F1324A9D694CF6056FA8583F2A2BDC89_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CParseNumberNegativeInfinityAsyncU3Ed__28_tF27E4166499FDC284A88B58DFD2CC3DBA46EF102 V_0;
memset((&V_0), 0, sizeof(V_0));
AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0 V_1;
memset((&V_1), 0, sizeof(V_1));
{
(&V_0)->___U3CU3E4__this_3 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_3), (void*)__this);
int32_t L_0 = ___readType0;
(&V_0)->___readType_2 = L_0;
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_1 = ___cancellationToken1;
(&V_0)->___cancellationToken_4 = L_1;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken_4))->____source_0), (void*)NULL);
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0_il2cpp_TypeInfo_var);
AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0 L_2;
L_2 = AsyncTaskMethodBuilder_1_Create_mAFCDBB3F3D94DC87243FAB2D72DD85D1EFB68441(AsyncTaskMethodBuilder_1_Create_mAFCDBB3F3D94DC87243FAB2D72DD85D1EFB68441_RuntimeMethod_var);
(&V_0)->___U3CU3Et__builder_1 = L_2;
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL);
#endif
(&V_0)->___U3CU3E1__state_0 = (-1);
U3CParseNumberNegativeInfinityAsyncU3Ed__28_tF27E4166499FDC284A88B58DFD2CC3DBA46EF102 L_3 = V_0;
AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0 L_4 = L_3.___U3CU3Et__builder_1;
V_1 = L_4;
AsyncTaskMethodBuilder_1_Start_TisU3CParseNumberNegativeInfinityAsyncU3Ed__28_tF27E4166499FDC284A88B58DFD2CC3DBA46EF102_m9192AF9778099DC4A2F7490D548FF7B26A4E53E5((&V_1), (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CParseNumberNegativeInfinityAsyncU3Ed__28_tF27E4166499FDC284A88B58DFD2CC3DBA46EF102_m9192AF9778099DC4A2F7490D548FF7B26A4E53E5_RuntimeMethod_var);
AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0* L_5 = (&(&V_0)->___U3CU3Et__builder_1);
Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* L_6;
L_6 = AsyncTaskMethodBuilder_1_get_Task_mEA092EC6F1324A9D694CF6056FA8583F2A2BDC89(L_5, AsyncTaskMethodBuilder_1_get_Task_mEA092EC6F1324A9D694CF6056FA8583F2A2BDC89_RuntimeMethod_var);
return L_6;
}
}
// System.Threading.Tasks.Task Newtonsoft.Json.JsonTextReader::ParseNumberAsync(Newtonsoft.Json.ReadType,System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* JsonTextReader_ParseNumberAsync_m7E4ED349C77644BAD6F2F7B826E9E58CCE3F5E3D (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, int32_t ___readType0, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CParseNumberAsyncU3Ed__29_tCB458D8E63B8C1EE749C579BD499450E7C34BE18_mE0BF545CAAB2AB8B3E94DC84A8ACE17863A738F2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CParseNumberAsyncU3Ed__29_tCB458D8E63B8C1EE749C579BD499450E7C34BE18 V_0;
memset((&V_0), 0, sizeof(V_0));
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 V_1;
memset((&V_1), 0, sizeof(V_1));
{
(&V_0)->___U3CU3E4__this_2 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this);
int32_t L_0 = ___readType0;
(&V_0)->___readType_4 = L_0;
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_1 = ___cancellationToken1;
(&V_0)->___cancellationToken_3 = L_1;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken_3))->____source_0), (void*)NULL);
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var);
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_2;
L_2 = AsyncTaskMethodBuilder_Create_m84CBB9FB50A2D132B0A549652557CBE01867A82B(NULL);
(&V_0)->___U3CU3Et__builder_1 = L_2;
Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL);
#endif
(&V_0)->___U3CU3E1__state_0 = (-1);
U3CParseNumberAsyncU3Ed__29_tCB458D8E63B8C1EE749C579BD499450E7C34BE18 L_3 = V_0;
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_4 = L_3.___U3CU3Et__builder_1;
V_1 = L_4;
AsyncTaskMethodBuilder_Start_TisU3CParseNumberAsyncU3Ed__29_tCB458D8E63B8C1EE749C579BD499450E7C34BE18_mE0BF545CAAB2AB8B3E94DC84A8ACE17863A738F2((&V_1), (&V_0), AsyncTaskMethodBuilder_Start_TisU3CParseNumberAsyncU3Ed__29_tCB458D8E63B8C1EE749C579BD499450E7C34BE18_mE0BF545CAAB2AB8B3E94DC84A8ACE17863A738F2_RuntimeMethod_var);
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_5 = (&(&V_0)->___U3CU3Et__builder_1);
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_6;
L_6 = AsyncTaskMethodBuilder_get_Task_mE9125D5F8B96F26D1BA5A5347ED82669521C7F9E(L_5, NULL);
return L_6;
}
}
// System.Threading.Tasks.Task Newtonsoft.Json.JsonTextReader::ParseUndefinedAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* JsonTextReader_ParseUndefinedAsync_mCC348C56239320BFB8C64F63A62A7CBCF00B85CD (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_0 = ((JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var))->___Undefined_4;
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_1 = ___cancellationToken0;
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_2;
L_2 = JsonTextReader_MatchAndSetAsync_mF00688A61423337A30994F0AFC6B933B6BDA91FD(__this, L_0, ((int32_t)12), NULL, L_1, NULL);
return L_2;
}
}
// System.Threading.Tasks.Task`1<System.Boolean> Newtonsoft.Json.JsonTextReader::ParsePropertyAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t824317F4B958F7512E8F7300511752937A6C6043* JsonTextReader_ParsePropertyAsync_mEFFA647BAFFA4F0200E03571B76E3C33EBC749E9 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_m947F84E9E3C8ACB9A24160F6C3C33BF4D70F1AB1_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CParsePropertyAsyncU3Ed__31_t6F8D7F6C62EFB764EE5F9B51EDC74D384559A594_m0EDCB0CAD8F9BFAFE9055B5085420554A4201E9C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CParsePropertyAsyncU3Ed__31_t6F8D7F6C62EFB764EE5F9B51EDC74D384559A594 V_0;
memset((&V_0), 0, sizeof(V_0));
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA V_1;
memset((&V_1), 0, sizeof(V_1));
{
(&V_0)->___U3CU3E4__this_2 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this);
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_0 = ___cancellationToken0;
(&V_0)->___cancellationToken_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken_3))->____source_0), (void*)NULL);
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA_il2cpp_TypeInfo_var);
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA L_1;
L_1 = AsyncTaskMethodBuilder_1_Create_m947F84E9E3C8ACB9A24160F6C3C33BF4D70F1AB1(AsyncTaskMethodBuilder_1_Create_m947F84E9E3C8ACB9A24160F6C3C33BF4D70F1AB1_RuntimeMethod_var);
(&V_0)->___U3CU3Et__builder_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL);
#endif
(&V_0)->___U3CU3E1__state_0 = (-1);
U3CParsePropertyAsyncU3Ed__31_t6F8D7F6C62EFB764EE5F9B51EDC74D384559A594 L_2 = V_0;
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA L_3 = L_2.___U3CU3Et__builder_1;
V_1 = L_3;
AsyncTaskMethodBuilder_1_Start_TisU3CParsePropertyAsyncU3Ed__31_t6F8D7F6C62EFB764EE5F9B51EDC74D384559A594_m0EDCB0CAD8F9BFAFE9055B5085420554A4201E9C((&V_1), (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CParsePropertyAsyncU3Ed__31_t6F8D7F6C62EFB764EE5F9B51EDC74D384559A594_m0EDCB0CAD8F9BFAFE9055B5085420554A4201E9C_RuntimeMethod_var);
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_4 = (&(&V_0)->___U3CU3Et__builder_1);
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_5;
L_5 = AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943(L_4, AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943_RuntimeMethod_var);
return L_5;
}
}
// System.Threading.Tasks.Task Newtonsoft.Json.JsonTextReader::ReadNumberIntoBufferAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* JsonTextReader_ReadNumberIntoBufferAsync_m9966B4C0FF0C2EAF404566D1FF12A17915B4BA59 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CReadNumberIntoBufferAsyncU3Ed__32_t5C647A69C8E67EE0F64C8B0B08217DE7A34D753A_m654E17613E4BF50373057DB06CD67BB4C1A399F5_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CReadNumberIntoBufferAsyncU3Ed__32_t5C647A69C8E67EE0F64C8B0B08217DE7A34D753A V_0;
memset((&V_0), 0, sizeof(V_0));
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 V_1;
memset((&V_1), 0, sizeof(V_1));
{
(&V_0)->___U3CU3E4__this_2 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this);
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_0 = ___cancellationToken0;
(&V_0)->___cancellationToken_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken_3))->____source_0), (void*)NULL);
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var);
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_1;
L_1 = AsyncTaskMethodBuilder_Create_m84CBB9FB50A2D132B0A549652557CBE01867A82B(NULL);
(&V_0)->___U3CU3Et__builder_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL);
#endif
(&V_0)->___U3CU3E1__state_0 = (-1);
U3CReadNumberIntoBufferAsyncU3Ed__32_t5C647A69C8E67EE0F64C8B0B08217DE7A34D753A L_2 = V_0;
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_3 = L_2.___U3CU3Et__builder_1;
V_1 = L_3;
AsyncTaskMethodBuilder_Start_TisU3CReadNumberIntoBufferAsyncU3Ed__32_t5C647A69C8E67EE0F64C8B0B08217DE7A34D753A_m654E17613E4BF50373057DB06CD67BB4C1A399F5((&V_1), (&V_0), AsyncTaskMethodBuilder_Start_TisU3CReadNumberIntoBufferAsyncU3Ed__32_t5C647A69C8E67EE0F64C8B0B08217DE7A34D753A_m654E17613E4BF50373057DB06CD67BB4C1A399F5_RuntimeMethod_var);
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_4 = (&(&V_0)->___U3CU3Et__builder_1);
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_5;
L_5 = AsyncTaskMethodBuilder_get_Task_mE9125D5F8B96F26D1BA5A5347ED82669521C7F9E(L_4, NULL);
return L_5;
}
}
// System.Threading.Tasks.Task Newtonsoft.Json.JsonTextReader::ParseUnquotedPropertyAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* JsonTextReader_ParseUnquotedPropertyAsync_mD2F138DB24EBCB3FA29DEA773A22A45E3D1CE226 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CParseUnquotedPropertyAsyncU3Ed__33_tED6843B3B9218BEDF46702940D88A277D02A05B2_m9EAB2FB2673F2A2D5627EC1ED0C44E0C6CDD63FC_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CParseUnquotedPropertyAsyncU3Ed__33_tED6843B3B9218BEDF46702940D88A277D02A05B2 V_0;
memset((&V_0), 0, sizeof(V_0));
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 V_1;
memset((&V_1), 0, sizeof(V_1));
{
(&V_0)->___U3CU3E4__this_2 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this);
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_0 = ___cancellationToken0;
(&V_0)->___cancellationToken_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken_3))->____source_0), (void*)NULL);
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var);
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_1;
L_1 = AsyncTaskMethodBuilder_Create_m84CBB9FB50A2D132B0A549652557CBE01867A82B(NULL);
(&V_0)->___U3CU3Et__builder_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL);
#endif
(&V_0)->___U3CU3E1__state_0 = (-1);
U3CParseUnquotedPropertyAsyncU3Ed__33_tED6843B3B9218BEDF46702940D88A277D02A05B2 L_2 = V_0;
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_3 = L_2.___U3CU3Et__builder_1;
V_1 = L_3;
AsyncTaskMethodBuilder_Start_TisU3CParseUnquotedPropertyAsyncU3Ed__33_tED6843B3B9218BEDF46702940D88A277D02A05B2_m9EAB2FB2673F2A2D5627EC1ED0C44E0C6CDD63FC((&V_1), (&V_0), AsyncTaskMethodBuilder_Start_TisU3CParseUnquotedPropertyAsyncU3Ed__33_tED6843B3B9218BEDF46702940D88A277D02A05B2_m9EAB2FB2673F2A2D5627EC1ED0C44E0C6CDD63FC_RuntimeMethod_var);
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_4 = (&(&V_0)->___U3CU3Et__builder_1);
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_5;
L_5 = AsyncTaskMethodBuilder_get_Task_mE9125D5F8B96F26D1BA5A5347ED82669521C7F9E(L_4, NULL);
return L_5;
}
}
// System.Threading.Tasks.Task`1<System.Boolean> Newtonsoft.Json.JsonTextReader::ReadNullCharAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t824317F4B958F7512E8F7300511752937A6C6043* JsonTextReader_ReadNullCharAsync_m59A99C6BCC3F8F23073649648BB5A166CCCF006B (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_m947F84E9E3C8ACB9A24160F6C3C33BF4D70F1AB1_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CReadNullCharAsyncU3Ed__34_tC1803D9A31DB1E1B3F72270CD10AC25C862D0785_m2FF6F7A93BA84AB455FFFBA947755BA4E704C34A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CReadNullCharAsyncU3Ed__34_tC1803D9A31DB1E1B3F72270CD10AC25C862D0785 V_0;
memset((&V_0), 0, sizeof(V_0));
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA V_1;
memset((&V_1), 0, sizeof(V_1));
{
(&V_0)->___U3CU3E4__this_2 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this);
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_0 = ___cancellationToken0;
(&V_0)->___cancellationToken_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken_3))->____source_0), (void*)NULL);
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA_il2cpp_TypeInfo_var);
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA L_1;
L_1 = AsyncTaskMethodBuilder_1_Create_m947F84E9E3C8ACB9A24160F6C3C33BF4D70F1AB1(AsyncTaskMethodBuilder_1_Create_m947F84E9E3C8ACB9A24160F6C3C33BF4D70F1AB1_RuntimeMethod_var);
(&V_0)->___U3CU3Et__builder_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL);
#endif
(&V_0)->___U3CU3E1__state_0 = (-1);
U3CReadNullCharAsyncU3Ed__34_tC1803D9A31DB1E1B3F72270CD10AC25C862D0785 L_2 = V_0;
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA L_3 = L_2.___U3CU3Et__builder_1;
V_1 = L_3;
AsyncTaskMethodBuilder_1_Start_TisU3CReadNullCharAsyncU3Ed__34_tC1803D9A31DB1E1B3F72270CD10AC25C862D0785_m2FF6F7A93BA84AB455FFFBA947755BA4E704C34A((&V_1), (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CReadNullCharAsyncU3Ed__34_tC1803D9A31DB1E1B3F72270CD10AC25C862D0785_m2FF6F7A93BA84AB455FFFBA947755BA4E704C34A_RuntimeMethod_var);
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_4 = (&(&V_0)->___U3CU3Et__builder_1);
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_5;
L_5 = AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943(L_4, AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943_RuntimeMethod_var);
return L_5;
}
}
// System.Threading.Tasks.Task Newtonsoft.Json.JsonTextReader::HandleNullAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* JsonTextReader_HandleNullAsync_m3ADB26270D5A726A16FCDC6908195D793CB38FFB (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CHandleNullAsyncU3Ed__35_t066A2DA3C880CFC30E3664BFBAB9DCB43137212E_mD9E50F4637FD187A74AF345072805AB85AA783A0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CHandleNullAsyncU3Ed__35_t066A2DA3C880CFC30E3664BFBAB9DCB43137212E V_0;
memset((&V_0), 0, sizeof(V_0));
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 V_1;
memset((&V_1), 0, sizeof(V_1));
{
(&V_0)->___U3CU3E4__this_2 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this);
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_0 = ___cancellationToken0;
(&V_0)->___cancellationToken_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken_3))->____source_0), (void*)NULL);
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var);
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_1;
L_1 = AsyncTaskMethodBuilder_Create_m84CBB9FB50A2D132B0A549652557CBE01867A82B(NULL);
(&V_0)->___U3CU3Et__builder_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL);
#endif
(&V_0)->___U3CU3E1__state_0 = (-1);
U3CHandleNullAsyncU3Ed__35_t066A2DA3C880CFC30E3664BFBAB9DCB43137212E L_2 = V_0;
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_3 = L_2.___U3CU3Et__builder_1;
V_1 = L_3;
AsyncTaskMethodBuilder_Start_TisU3CHandleNullAsyncU3Ed__35_t066A2DA3C880CFC30E3664BFBAB9DCB43137212E_mD9E50F4637FD187A74AF345072805AB85AA783A0((&V_1), (&V_0), AsyncTaskMethodBuilder_Start_TisU3CHandleNullAsyncU3Ed__35_t066A2DA3C880CFC30E3664BFBAB9DCB43137212E_mD9E50F4637FD187A74AF345072805AB85AA783A0_RuntimeMethod_var);
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_4 = (&(&V_0)->___U3CU3Et__builder_1);
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_5;
L_5 = AsyncTaskMethodBuilder_get_Task_mE9125D5F8B96F26D1BA5A5347ED82669521C7F9E(L_4, NULL);
return L_5;
}
}
// System.Threading.Tasks.Task Newtonsoft.Json.JsonTextReader::ReadFinishedAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* JsonTextReader_ReadFinishedAsync_m530BDF806D1BD9BD911D43A6DF5D6AF4A0E95774 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CReadFinishedAsyncU3Ed__36_t526F4ABF5E4C01DB6B1E6C62F4109B7CD606CFB4_m055CBE66D5BB720BD132367912138A1BA83DEF67_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CReadFinishedAsyncU3Ed__36_t526F4ABF5E4C01DB6B1E6C62F4109B7CD606CFB4 V_0;
memset((&V_0), 0, sizeof(V_0));
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 V_1;
memset((&V_1), 0, sizeof(V_1));
{
(&V_0)->___U3CU3E4__this_2 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this);
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_0 = ___cancellationToken0;
(&V_0)->___cancellationToken_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken_3))->____source_0), (void*)NULL);
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var);
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_1;
L_1 = AsyncTaskMethodBuilder_Create_m84CBB9FB50A2D132B0A549652557CBE01867A82B(NULL);
(&V_0)->___U3CU3Et__builder_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL);
#endif
(&V_0)->___U3CU3E1__state_0 = (-1);
U3CReadFinishedAsyncU3Ed__36_t526F4ABF5E4C01DB6B1E6C62F4109B7CD606CFB4 L_2 = V_0;
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_3 = L_2.___U3CU3Et__builder_1;
V_1 = L_3;
AsyncTaskMethodBuilder_Start_TisU3CReadFinishedAsyncU3Ed__36_t526F4ABF5E4C01DB6B1E6C62F4109B7CD606CFB4_m055CBE66D5BB720BD132367912138A1BA83DEF67((&V_1), (&V_0), AsyncTaskMethodBuilder_Start_TisU3CReadFinishedAsyncU3Ed__36_t526F4ABF5E4C01DB6B1E6C62F4109B7CD606CFB4_m055CBE66D5BB720BD132367912138A1BA83DEF67_RuntimeMethod_var);
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_4 = (&(&V_0)->___U3CU3Et__builder_1);
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_5;
L_5 = AsyncTaskMethodBuilder_get_Task_mE9125D5F8B96F26D1BA5A5347ED82669521C7F9E(L_4, NULL);
return L_5;
}
}
// System.Threading.Tasks.Task`1<System.Object> Newtonsoft.Json.JsonTextReader::ReadStringValueAsync(Newtonsoft.Json.ReadType,System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* JsonTextReader_ReadStringValueAsync_m0EC045166514199CF0A5C6C28B1A6E2C2D32774E (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, int32_t ___readType0, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_mAFCDBB3F3D94DC87243FAB2D72DD85D1EFB68441_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CReadStringValueAsyncU3Ed__37_tC22F6DC2FBC218785263CEEFF8AC80A27BD5DFBE_m080497BCDEBD879FD31916E669940326BF2B1648_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_mEA092EC6F1324A9D694CF6056FA8583F2A2BDC89_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CReadStringValueAsyncU3Ed__37_tC22F6DC2FBC218785263CEEFF8AC80A27BD5DFBE V_0;
memset((&V_0), 0, sizeof(V_0));
AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0 V_1;
memset((&V_1), 0, sizeof(V_1));
{
(&V_0)->___U3CU3E4__this_2 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this);
int32_t L_0 = ___readType0;
(&V_0)->___readType_4 = L_0;
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_1 = ___cancellationToken1;
(&V_0)->___cancellationToken_3 = L_1;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken_3))->____source_0), (void*)NULL);
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0_il2cpp_TypeInfo_var);
AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0 L_2;
L_2 = AsyncTaskMethodBuilder_1_Create_mAFCDBB3F3D94DC87243FAB2D72DD85D1EFB68441(AsyncTaskMethodBuilder_1_Create_mAFCDBB3F3D94DC87243FAB2D72DD85D1EFB68441_RuntimeMethod_var);
(&V_0)->___U3CU3Et__builder_1 = L_2;
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL);
#endif
(&V_0)->___U3CU3E1__state_0 = (-1);
U3CReadStringValueAsyncU3Ed__37_tC22F6DC2FBC218785263CEEFF8AC80A27BD5DFBE L_3 = V_0;
AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0 L_4 = L_3.___U3CU3Et__builder_1;
V_1 = L_4;
AsyncTaskMethodBuilder_1_Start_TisU3CReadStringValueAsyncU3Ed__37_tC22F6DC2FBC218785263CEEFF8AC80A27BD5DFBE_m080497BCDEBD879FD31916E669940326BF2B1648((&V_1), (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CReadStringValueAsyncU3Ed__37_tC22F6DC2FBC218785263CEEFF8AC80A27BD5DFBE_m080497BCDEBD879FD31916E669940326BF2B1648_RuntimeMethod_var);
AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0* L_5 = (&(&V_0)->___U3CU3Et__builder_1);
Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* L_6;
L_6 = AsyncTaskMethodBuilder_1_get_Task_mEA092EC6F1324A9D694CF6056FA8583F2A2BDC89(L_5, AsyncTaskMethodBuilder_1_get_Task_mEA092EC6F1324A9D694CF6056FA8583F2A2BDC89_RuntimeMethod_var);
return L_6;
}
}
// System.Threading.Tasks.Task`1<System.Object> Newtonsoft.Json.JsonTextReader::ReadNumberValueAsync(Newtonsoft.Json.ReadType,System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* JsonTextReader_ReadNumberValueAsync_mCD7B1617B7F85F0BB5BB3F94672E716CFF1ADC68 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, int32_t ___readType0, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_mAFCDBB3F3D94DC87243FAB2D72DD85D1EFB68441_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CReadNumberValueAsyncU3Ed__38_t1E673208CDB5C144FFC3F97CDF0C05BC03B38BDE_m48A2F718E69447B804EDA80AF90B3ABA0D865D40_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_mEA092EC6F1324A9D694CF6056FA8583F2A2BDC89_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CReadNumberValueAsyncU3Ed__38_t1E673208CDB5C144FFC3F97CDF0C05BC03B38BDE V_0;
memset((&V_0), 0, sizeof(V_0));
AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0 V_1;
memset((&V_1), 0, sizeof(V_1));
{
(&V_0)->___U3CU3E4__this_2 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this);
int32_t L_0 = ___readType0;
(&V_0)->___readType_4 = L_0;
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_1 = ___cancellationToken1;
(&V_0)->___cancellationToken_3 = L_1;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken_3))->____source_0), (void*)NULL);
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0_il2cpp_TypeInfo_var);
AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0 L_2;
L_2 = AsyncTaskMethodBuilder_1_Create_mAFCDBB3F3D94DC87243FAB2D72DD85D1EFB68441(AsyncTaskMethodBuilder_1_Create_mAFCDBB3F3D94DC87243FAB2D72DD85D1EFB68441_RuntimeMethod_var);
(&V_0)->___U3CU3Et__builder_1 = L_2;
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL);
#endif
(&V_0)->___U3CU3E1__state_0 = (-1);
U3CReadNumberValueAsyncU3Ed__38_t1E673208CDB5C144FFC3F97CDF0C05BC03B38BDE L_3 = V_0;
AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0 L_4 = L_3.___U3CU3Et__builder_1;
V_1 = L_4;
AsyncTaskMethodBuilder_1_Start_TisU3CReadNumberValueAsyncU3Ed__38_t1E673208CDB5C144FFC3F97CDF0C05BC03B38BDE_m48A2F718E69447B804EDA80AF90B3ABA0D865D40((&V_1), (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CReadNumberValueAsyncU3Ed__38_t1E673208CDB5C144FFC3F97CDF0C05BC03B38BDE_m48A2F718E69447B804EDA80AF90B3ABA0D865D40_RuntimeMethod_var);
AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0* L_5 = (&(&V_0)->___U3CU3Et__builder_1);
Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* L_6;
L_6 = AsyncTaskMethodBuilder_1_get_Task_mEA092EC6F1324A9D694CF6056FA8583F2A2BDC89(L_5, AsyncTaskMethodBuilder_1_get_Task_mEA092EC6F1324A9D694CF6056FA8583F2A2BDC89_RuntimeMethod_var);
return L_6;
}
}
// System.Threading.Tasks.Task`1<System.Nullable`1<System.Boolean>> Newtonsoft.Json.JsonTextReader::ReadAsBooleanAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t73C2C5C7202C39C9ED1CE9CD750B63BD7B0705D0* JsonTextReader_ReadAsBooleanAsync_m374BF67E84909A76DAC0EEA86BBE175D7E10EA0A (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
{
bool L_0 = __this->____safeAsync_15;
if (L_0)
{
goto IL_0010;
}
}
{
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_1 = ___cancellationToken0;
Task_1_t73C2C5C7202C39C9ED1CE9CD750B63BD7B0705D0* L_2;
L_2 = JsonReader_ReadAsBooleanAsync_m7B91C214731A467ADEEFD9A69A33E7446325A883(__this, L_1, NULL);
return L_2;
}
IL_0010:
{
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_3 = ___cancellationToken0;
Task_1_t73C2C5C7202C39C9ED1CE9CD750B63BD7B0705D0* L_4;
L_4 = JsonTextReader_DoReadAsBooleanAsync_m9A0DCA91FA8E200852CE0BC966DF5BF7EE8CB4D6(__this, L_3, NULL);
return L_4;
}
}
// System.Threading.Tasks.Task`1<System.Nullable`1<System.Boolean>> Newtonsoft.Json.JsonTextReader::DoReadAsBooleanAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t73C2C5C7202C39C9ED1CE9CD750B63BD7B0705D0* JsonTextReader_DoReadAsBooleanAsync_m9A0DCA91FA8E200852CE0BC966DF5BF7EE8CB4D6 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_m145FFCC5EF8FDBB354085B56EE5CA5B865F5F49C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsBooleanAsyncU3Ed__40_t1FC234CFBC3D01B9FD2C9F2365D0A7BA3E12AEDF_m6F2CBEC779E5B962AD9FBC91040BDD3F8D794747_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_m7240951B6E9A5DB275CDFCA78339FFEE26BA8802_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_t0F76E779969EE3E617B35882CAB293B65403E2F3_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CDoReadAsBooleanAsyncU3Ed__40_t1FC234CFBC3D01B9FD2C9F2365D0A7BA3E12AEDF V_0;
memset((&V_0), 0, sizeof(V_0));
AsyncTaskMethodBuilder_1_t0F76E779969EE3E617B35882CAB293B65403E2F3 V_1;
memset((&V_1), 0, sizeof(V_1));
{
(&V_0)->___U3CU3E4__this_2 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this);
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_0 = ___cancellationToken0;
(&V_0)->___cancellationToken_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken_3))->____source_0), (void*)NULL);
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_t0F76E779969EE3E617B35882CAB293B65403E2F3_il2cpp_TypeInfo_var);
AsyncTaskMethodBuilder_1_t0F76E779969EE3E617B35882CAB293B65403E2F3 L_1;
L_1 = AsyncTaskMethodBuilder_1_Create_m145FFCC5EF8FDBB354085B56EE5CA5B865F5F49C(AsyncTaskMethodBuilder_1_Create_m145FFCC5EF8FDBB354085B56EE5CA5B865F5F49C_RuntimeMethod_var);
(&V_0)->___U3CU3Et__builder_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL);
#endif
(&V_0)->___U3CU3E1__state_0 = (-1);
U3CDoReadAsBooleanAsyncU3Ed__40_t1FC234CFBC3D01B9FD2C9F2365D0A7BA3E12AEDF L_2 = V_0;
AsyncTaskMethodBuilder_1_t0F76E779969EE3E617B35882CAB293B65403E2F3 L_3 = L_2.___U3CU3Et__builder_1;
V_1 = L_3;
AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsBooleanAsyncU3Ed__40_t1FC234CFBC3D01B9FD2C9F2365D0A7BA3E12AEDF_m6F2CBEC779E5B962AD9FBC91040BDD3F8D794747((&V_1), (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsBooleanAsyncU3Ed__40_t1FC234CFBC3D01B9FD2C9F2365D0A7BA3E12AEDF_m6F2CBEC779E5B962AD9FBC91040BDD3F8D794747_RuntimeMethod_var);
AsyncTaskMethodBuilder_1_t0F76E779969EE3E617B35882CAB293B65403E2F3* L_4 = (&(&V_0)->___U3CU3Et__builder_1);
Task_1_t73C2C5C7202C39C9ED1CE9CD750B63BD7B0705D0* L_5;
L_5 = AsyncTaskMethodBuilder_1_get_Task_m7240951B6E9A5DB275CDFCA78339FFEE26BA8802(L_4, AsyncTaskMethodBuilder_1_get_Task_m7240951B6E9A5DB275CDFCA78339FFEE26BA8802_RuntimeMethod_var);
return L_5;
}
}
// System.Threading.Tasks.Task`1<System.Byte[]> Newtonsoft.Json.JsonTextReader::ReadAsBytesAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t46575E75F710D631831E756B5DE20429700F6B95* JsonTextReader_ReadAsBytesAsync_m01FB13EAD1443EE119EFEE8C208A2D84974F3253 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
{
bool L_0 = __this->____safeAsync_15;
if (L_0)
{
goto IL_0010;
}
}
{
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_1 = ___cancellationToken0;
Task_1_t46575E75F710D631831E756B5DE20429700F6B95* L_2;
L_2 = JsonReader_ReadAsBytesAsync_m661FB964C3FF180A9727167CE0E981B1DD9B5F50(__this, L_1, NULL);
return L_2;
}
IL_0010:
{
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_3 = ___cancellationToken0;
Task_1_t46575E75F710D631831E756B5DE20429700F6B95* L_4;
L_4 = JsonTextReader_DoReadAsBytesAsync_mD7C37F20AF5305E8A9DCE9D55C4EA6250C28A12B(__this, L_3, NULL);
return L_4;
}
}
// System.Threading.Tasks.Task`1<System.Byte[]> Newtonsoft.Json.JsonTextReader::DoReadAsBytesAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t46575E75F710D631831E756B5DE20429700F6B95* JsonTextReader_DoReadAsBytesAsync_mD7C37F20AF5305E8A9DCE9D55C4EA6250C28A12B (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_mC1147FD8ED81E882A7AF119D34FE8082015E0E42_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsBytesAsyncU3Ed__42_tD52457B8015747423AFC01351311EB45A1F1EE68_m1C271C574FA57279BC7DB76D1610541893975F07_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_mBF376E337D4B5678E2CA85B41B527FA18E340B4A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_tF4B144BF5EE52E8AC70FFD31FC2684642AC52B81_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CDoReadAsBytesAsyncU3Ed__42_tD52457B8015747423AFC01351311EB45A1F1EE68 V_0;
memset((&V_0), 0, sizeof(V_0));
AsyncTaskMethodBuilder_1_tF4B144BF5EE52E8AC70FFD31FC2684642AC52B81 V_1;
memset((&V_1), 0, sizeof(V_1));
{
(&V_0)->___U3CU3E4__this_2 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this);
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_0 = ___cancellationToken0;
(&V_0)->___cancellationToken_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken_3))->____source_0), (void*)NULL);
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_tF4B144BF5EE52E8AC70FFD31FC2684642AC52B81_il2cpp_TypeInfo_var);
AsyncTaskMethodBuilder_1_tF4B144BF5EE52E8AC70FFD31FC2684642AC52B81 L_1;
L_1 = AsyncTaskMethodBuilder_1_Create_mC1147FD8ED81E882A7AF119D34FE8082015E0E42(AsyncTaskMethodBuilder_1_Create_mC1147FD8ED81E882A7AF119D34FE8082015E0E42_RuntimeMethod_var);
(&V_0)->___U3CU3Et__builder_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL);
#endif
(&V_0)->___U3CU3E1__state_0 = (-1);
U3CDoReadAsBytesAsyncU3Ed__42_tD52457B8015747423AFC01351311EB45A1F1EE68 L_2 = V_0;
AsyncTaskMethodBuilder_1_tF4B144BF5EE52E8AC70FFD31FC2684642AC52B81 L_3 = L_2.___U3CU3Et__builder_1;
V_1 = L_3;
AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsBytesAsyncU3Ed__42_tD52457B8015747423AFC01351311EB45A1F1EE68_m1C271C574FA57279BC7DB76D1610541893975F07((&V_1), (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsBytesAsyncU3Ed__42_tD52457B8015747423AFC01351311EB45A1F1EE68_m1C271C574FA57279BC7DB76D1610541893975F07_RuntimeMethod_var);
AsyncTaskMethodBuilder_1_tF4B144BF5EE52E8AC70FFD31FC2684642AC52B81* L_4 = (&(&V_0)->___U3CU3Et__builder_1);
Task_1_t46575E75F710D631831E756B5DE20429700F6B95* L_5;
L_5 = AsyncTaskMethodBuilder_1_get_Task_mBF376E337D4B5678E2CA85B41B527FA18E340B4A(L_4, AsyncTaskMethodBuilder_1_get_Task_mBF376E337D4B5678E2CA85B41B527FA18E340B4A_RuntimeMethod_var);
return L_5;
}
}
// System.Threading.Tasks.Task Newtonsoft.Json.JsonTextReader::ReadIntoWrappedTypeObjectAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* JsonTextReader_ReadIntoWrappedTypeObjectAsync_m284D74DB6C0757BA460F8DDB00355125F165DD1D (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CReadIntoWrappedTypeObjectAsyncU3Ed__43_t95F011C64E38B823F87C7E435802A2056FF03B2F_m73A16AA768AC856BAEBF9F4D00602BD683B6C874_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CReadIntoWrappedTypeObjectAsyncU3Ed__43_t95F011C64E38B823F87C7E435802A2056FF03B2F V_0;
memset((&V_0), 0, sizeof(V_0));
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 V_1;
memset((&V_1), 0, sizeof(V_1));
{
(&V_0)->___U3CU3E4__this_2 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this);
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_0 = ___cancellationToken0;
(&V_0)->___cancellationToken_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken_3))->____source_0), (void*)NULL);
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var);
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_1;
L_1 = AsyncTaskMethodBuilder_Create_m84CBB9FB50A2D132B0A549652557CBE01867A82B(NULL);
(&V_0)->___U3CU3Et__builder_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL);
#endif
(&V_0)->___U3CU3E1__state_0 = (-1);
U3CReadIntoWrappedTypeObjectAsyncU3Ed__43_t95F011C64E38B823F87C7E435802A2056FF03B2F L_2 = V_0;
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_3 = L_2.___U3CU3Et__builder_1;
V_1 = L_3;
AsyncTaskMethodBuilder_Start_TisU3CReadIntoWrappedTypeObjectAsyncU3Ed__43_t95F011C64E38B823F87C7E435802A2056FF03B2F_m73A16AA768AC856BAEBF9F4D00602BD683B6C874((&V_1), (&V_0), AsyncTaskMethodBuilder_Start_TisU3CReadIntoWrappedTypeObjectAsyncU3Ed__43_t95F011C64E38B823F87C7E435802A2056FF03B2F_m73A16AA768AC856BAEBF9F4D00602BD683B6C874_RuntimeMethod_var);
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_4 = (&(&V_0)->___U3CU3Et__builder_1);
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_5;
L_5 = AsyncTaskMethodBuilder_get_Task_mE9125D5F8B96F26D1BA5A5347ED82669521C7F9E(L_4, NULL);
return L_5;
}
}
// System.Threading.Tasks.Task`1<System.Nullable`1<System.DateTime>> Newtonsoft.Json.JsonTextReader::ReadAsDateTimeAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t65DD22766038CC419979FC66D2CFEF60381EE84B* JsonTextReader_ReadAsDateTimeAsync_m2134E170752599C722FE57DE610B4386B67129AD (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
{
bool L_0 = __this->____safeAsync_15;
if (L_0)
{
goto IL_0010;
}
}
{
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_1 = ___cancellationToken0;
Task_1_t65DD22766038CC419979FC66D2CFEF60381EE84B* L_2;
L_2 = JsonReader_ReadAsDateTimeAsync_mBCEA560CFB7826FA41859CC96F232F757D2AE638(__this, L_1, NULL);
return L_2;
}
IL_0010:
{
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_3 = ___cancellationToken0;
Task_1_t65DD22766038CC419979FC66D2CFEF60381EE84B* L_4;
L_4 = JsonTextReader_DoReadAsDateTimeAsync_mC21BF9CF87C4787A36FBA32A99FE2CD193280462(__this, L_3, NULL);
return L_4;
}
}
// System.Threading.Tasks.Task`1<System.Nullable`1<System.DateTime>> Newtonsoft.Json.JsonTextReader::DoReadAsDateTimeAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t65DD22766038CC419979FC66D2CFEF60381EE84B* JsonTextReader_DoReadAsDateTimeAsync_mC21BF9CF87C4787A36FBA32A99FE2CD193280462 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_m9A684FC6084699E902E2812424176F19A84C2021_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsDateTimeAsyncU3Ed__45_t5AD785D70EAFD5E48A58440513186424824D0880_m449ABA9E5BCB8727CEC641F097DFF89DA4FFD0AD_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_mC10888726AB1CF669A543F39EC82C1B8B296C524_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_tD13C30CCEA06DAAC3D725FDE727D31CE7D60BC5E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CDoReadAsDateTimeAsyncU3Ed__45_t5AD785D70EAFD5E48A58440513186424824D0880 V_0;
memset((&V_0), 0, sizeof(V_0));
AsyncTaskMethodBuilder_1_tD13C30CCEA06DAAC3D725FDE727D31CE7D60BC5E V_1;
memset((&V_1), 0, sizeof(V_1));
{
(&V_0)->___U3CU3E4__this_2 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this);
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_0 = ___cancellationToken0;
(&V_0)->___cancellationToken_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken_3))->____source_0), (void*)NULL);
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_tD13C30CCEA06DAAC3D725FDE727D31CE7D60BC5E_il2cpp_TypeInfo_var);
AsyncTaskMethodBuilder_1_tD13C30CCEA06DAAC3D725FDE727D31CE7D60BC5E L_1;
L_1 = AsyncTaskMethodBuilder_1_Create_m9A684FC6084699E902E2812424176F19A84C2021(AsyncTaskMethodBuilder_1_Create_m9A684FC6084699E902E2812424176F19A84C2021_RuntimeMethod_var);
(&V_0)->___U3CU3Et__builder_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL);
#endif
(&V_0)->___U3CU3E1__state_0 = (-1);
U3CDoReadAsDateTimeAsyncU3Ed__45_t5AD785D70EAFD5E48A58440513186424824D0880 L_2 = V_0;
AsyncTaskMethodBuilder_1_tD13C30CCEA06DAAC3D725FDE727D31CE7D60BC5E L_3 = L_2.___U3CU3Et__builder_1;
V_1 = L_3;
AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsDateTimeAsyncU3Ed__45_t5AD785D70EAFD5E48A58440513186424824D0880_m449ABA9E5BCB8727CEC641F097DFF89DA4FFD0AD((&V_1), (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsDateTimeAsyncU3Ed__45_t5AD785D70EAFD5E48A58440513186424824D0880_m449ABA9E5BCB8727CEC641F097DFF89DA4FFD0AD_RuntimeMethod_var);
AsyncTaskMethodBuilder_1_tD13C30CCEA06DAAC3D725FDE727D31CE7D60BC5E* L_4 = (&(&V_0)->___U3CU3Et__builder_1);
Task_1_t65DD22766038CC419979FC66D2CFEF60381EE84B* L_5;
L_5 = AsyncTaskMethodBuilder_1_get_Task_mC10888726AB1CF669A543F39EC82C1B8B296C524(L_4, AsyncTaskMethodBuilder_1_get_Task_mC10888726AB1CF669A543F39EC82C1B8B296C524_RuntimeMethod_var);
return L_5;
}
}
// System.Threading.Tasks.Task`1<System.Nullable`1<System.DateTimeOffset>> Newtonsoft.Json.JsonTextReader::ReadAsDateTimeOffsetAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tEFEAE70575CF6F04BF8FB37590483461AC941964* JsonTextReader_ReadAsDateTimeOffsetAsync_m9664801409484F305CFF4B5ECEF3F8322FC9A029 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
{
bool L_0 = __this->____safeAsync_15;
if (L_0)
{
goto IL_0010;
}
}
{
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_1 = ___cancellationToken0;
Task_1_tEFEAE70575CF6F04BF8FB37590483461AC941964* L_2;
L_2 = JsonReader_ReadAsDateTimeOffsetAsync_mA1C790FD32611B67102E738E30739F431046ECDC(__this, L_1, NULL);
return L_2;
}
IL_0010:
{
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_3 = ___cancellationToken0;
Task_1_tEFEAE70575CF6F04BF8FB37590483461AC941964* L_4;
L_4 = JsonTextReader_DoReadAsDateTimeOffsetAsync_m21B7C7E6290AD6F72082A361756779BF98754E78(__this, L_3, NULL);
return L_4;
}
}
// System.Threading.Tasks.Task`1<System.Nullable`1<System.DateTimeOffset>> Newtonsoft.Json.JsonTextReader::DoReadAsDateTimeOffsetAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tEFEAE70575CF6F04BF8FB37590483461AC941964* JsonTextReader_DoReadAsDateTimeOffsetAsync_m21B7C7E6290AD6F72082A361756779BF98754E78 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_mC57CC757E0B5634D1157643CD0D75090F6E3201A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsDateTimeOffsetAsyncU3Ed__47_t378C51B5DE3CAFAB26E5C8766C8EBFE1E4EC4450_m060B107A046488DA942588B3FF727CAA75A600C5_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_mFF107A582F8CB464DC795B93946486F5CB72C967_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_tAA005815DC520CE8A2C1F518268AC0B4735B7EB6_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CDoReadAsDateTimeOffsetAsyncU3Ed__47_t378C51B5DE3CAFAB26E5C8766C8EBFE1E4EC4450 V_0;
memset((&V_0), 0, sizeof(V_0));
AsyncTaskMethodBuilder_1_tAA005815DC520CE8A2C1F518268AC0B4735B7EB6 V_1;
memset((&V_1), 0, sizeof(V_1));
{
(&V_0)->___U3CU3E4__this_2 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this);
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_0 = ___cancellationToken0;
(&V_0)->___cancellationToken_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken_3))->____source_0), (void*)NULL);
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_tAA005815DC520CE8A2C1F518268AC0B4735B7EB6_il2cpp_TypeInfo_var);
AsyncTaskMethodBuilder_1_tAA005815DC520CE8A2C1F518268AC0B4735B7EB6 L_1;
L_1 = AsyncTaskMethodBuilder_1_Create_mC57CC757E0B5634D1157643CD0D75090F6E3201A(AsyncTaskMethodBuilder_1_Create_mC57CC757E0B5634D1157643CD0D75090F6E3201A_RuntimeMethod_var);
(&V_0)->___U3CU3Et__builder_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL);
#endif
(&V_0)->___U3CU3E1__state_0 = (-1);
U3CDoReadAsDateTimeOffsetAsyncU3Ed__47_t378C51B5DE3CAFAB26E5C8766C8EBFE1E4EC4450 L_2 = V_0;
AsyncTaskMethodBuilder_1_tAA005815DC520CE8A2C1F518268AC0B4735B7EB6 L_3 = L_2.___U3CU3Et__builder_1;
V_1 = L_3;
AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsDateTimeOffsetAsyncU3Ed__47_t378C51B5DE3CAFAB26E5C8766C8EBFE1E4EC4450_m060B107A046488DA942588B3FF727CAA75A600C5((&V_1), (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsDateTimeOffsetAsyncU3Ed__47_t378C51B5DE3CAFAB26E5C8766C8EBFE1E4EC4450_m060B107A046488DA942588B3FF727CAA75A600C5_RuntimeMethod_var);
AsyncTaskMethodBuilder_1_tAA005815DC520CE8A2C1F518268AC0B4735B7EB6* L_4 = (&(&V_0)->___U3CU3Et__builder_1);
Task_1_tEFEAE70575CF6F04BF8FB37590483461AC941964* L_5;
L_5 = AsyncTaskMethodBuilder_1_get_Task_mFF107A582F8CB464DC795B93946486F5CB72C967(L_4, AsyncTaskMethodBuilder_1_get_Task_mFF107A582F8CB464DC795B93946486F5CB72C967_RuntimeMethod_var);
return L_5;
}
}
// System.Threading.Tasks.Task`1<System.Nullable`1<System.Decimal>> Newtonsoft.Json.JsonTextReader::ReadAsDecimalAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t1253923251256D5BDFC2FDA8EFF422DBBAB7C239* JsonTextReader_ReadAsDecimalAsync_m49C287E52C82AC2ED9A9D76A2C0B116039CB595F (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
{
bool L_0 = __this->____safeAsync_15;
if (L_0)
{
goto IL_0010;
}
}
{
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_1 = ___cancellationToken0;
Task_1_t1253923251256D5BDFC2FDA8EFF422DBBAB7C239* L_2;
L_2 = JsonReader_ReadAsDecimalAsync_m2DE9F65BA79A00287A9933D45255C354C9CD53DF(__this, L_1, NULL);
return L_2;
}
IL_0010:
{
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_3 = ___cancellationToken0;
Task_1_t1253923251256D5BDFC2FDA8EFF422DBBAB7C239* L_4;
L_4 = JsonTextReader_DoReadAsDecimalAsync_m37EFF06C01B3714012C0C865D3E28CD712186DF4(__this, L_3, NULL);
return L_4;
}
}
// System.Threading.Tasks.Task`1<System.Nullable`1<System.Decimal>> Newtonsoft.Json.JsonTextReader::DoReadAsDecimalAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t1253923251256D5BDFC2FDA8EFF422DBBAB7C239* JsonTextReader_DoReadAsDecimalAsync_m37EFF06C01B3714012C0C865D3E28CD712186DF4 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_m53D0A527D96BEE82B2B6ABA81CAC967228B0E452_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsDecimalAsyncU3Ed__49_t678B51EA86EBF0CCD323147293035394B33C8DDF_m7204A889585AE59C502389FACAB6555D0D49B057_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_m1BFEC2D85643659CCFCB0055986B849F09DB6DE2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_t217E99BB21C2C44C75A9042892F2D37033643B36_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CDoReadAsDecimalAsyncU3Ed__49_t678B51EA86EBF0CCD323147293035394B33C8DDF V_0;
memset((&V_0), 0, sizeof(V_0));
AsyncTaskMethodBuilder_1_t217E99BB21C2C44C75A9042892F2D37033643B36 V_1;
memset((&V_1), 0, sizeof(V_1));
{
(&V_0)->___U3CU3E4__this_2 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this);
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_0 = ___cancellationToken0;
(&V_0)->___cancellationToken_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken_3))->____source_0), (void*)NULL);
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_t217E99BB21C2C44C75A9042892F2D37033643B36_il2cpp_TypeInfo_var);
AsyncTaskMethodBuilder_1_t217E99BB21C2C44C75A9042892F2D37033643B36 L_1;
L_1 = AsyncTaskMethodBuilder_1_Create_m53D0A527D96BEE82B2B6ABA81CAC967228B0E452(AsyncTaskMethodBuilder_1_Create_m53D0A527D96BEE82B2B6ABA81CAC967228B0E452_RuntimeMethod_var);
(&V_0)->___U3CU3Et__builder_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL);
#endif
(&V_0)->___U3CU3E1__state_0 = (-1);
U3CDoReadAsDecimalAsyncU3Ed__49_t678B51EA86EBF0CCD323147293035394B33C8DDF L_2 = V_0;
AsyncTaskMethodBuilder_1_t217E99BB21C2C44C75A9042892F2D37033643B36 L_3 = L_2.___U3CU3Et__builder_1;
V_1 = L_3;
AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsDecimalAsyncU3Ed__49_t678B51EA86EBF0CCD323147293035394B33C8DDF_m7204A889585AE59C502389FACAB6555D0D49B057((&V_1), (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsDecimalAsyncU3Ed__49_t678B51EA86EBF0CCD323147293035394B33C8DDF_m7204A889585AE59C502389FACAB6555D0D49B057_RuntimeMethod_var);
AsyncTaskMethodBuilder_1_t217E99BB21C2C44C75A9042892F2D37033643B36* L_4 = (&(&V_0)->___U3CU3Et__builder_1);
Task_1_t1253923251256D5BDFC2FDA8EFF422DBBAB7C239* L_5;
L_5 = AsyncTaskMethodBuilder_1_get_Task_m1BFEC2D85643659CCFCB0055986B849F09DB6DE2(L_4, AsyncTaskMethodBuilder_1_get_Task_m1BFEC2D85643659CCFCB0055986B849F09DB6DE2_RuntimeMethod_var);
return L_5;
}
}
// System.Threading.Tasks.Task`1<System.Nullable`1<System.Double>> Newtonsoft.Json.JsonTextReader::ReadAsDoubleAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tB943B576D2304CD76D3E20C67231C192B2DD0C41* JsonTextReader_ReadAsDoubleAsync_mB75EADF1B3AF777F5916E9233B6723B1E8D8C5D8 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
{
bool L_0 = __this->____safeAsync_15;
if (L_0)
{
goto IL_0010;
}
}
{
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_1 = ___cancellationToken0;
Task_1_tB943B576D2304CD76D3E20C67231C192B2DD0C41* L_2;
L_2 = JsonReader_ReadAsDoubleAsync_m9D7FD38E2EE8FF9EF87FF1FE49728F7D1479A740(__this, L_1, NULL);
return L_2;
}
IL_0010:
{
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_3 = ___cancellationToken0;
Task_1_tB943B576D2304CD76D3E20C67231C192B2DD0C41* L_4;
L_4 = JsonTextReader_DoReadAsDoubleAsync_m278E30B1DED6176A8E95DA1C5A00A4443A760D97(__this, L_3, NULL);
return L_4;
}
}
// System.Threading.Tasks.Task`1<System.Nullable`1<System.Double>> Newtonsoft.Json.JsonTextReader::DoReadAsDoubleAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tB943B576D2304CD76D3E20C67231C192B2DD0C41* JsonTextReader_DoReadAsDoubleAsync_m278E30B1DED6176A8E95DA1C5A00A4443A760D97 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_mE1BCAD450F9F52C26974E07F87A47C1EBEAE2B06_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsDoubleAsyncU3Ed__51_t0C6FAF7D482F0EC5D559436276EDF6252501D031_m0A8575CA689D9CE2DB545B1B35AE1A6045D46DC8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_m7164E00326DC7BC82FE12A781478471DD7A1CE69_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_t5019936B22640F9C2547CBE357F45D942841FAC7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CDoReadAsDoubleAsyncU3Ed__51_t0C6FAF7D482F0EC5D559436276EDF6252501D031 V_0;
memset((&V_0), 0, sizeof(V_0));
AsyncTaskMethodBuilder_1_t5019936B22640F9C2547CBE357F45D942841FAC7 V_1;
memset((&V_1), 0, sizeof(V_1));
{
(&V_0)->___U3CU3E4__this_2 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this);
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_0 = ___cancellationToken0;
(&V_0)->___cancellationToken_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken_3))->____source_0), (void*)NULL);
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_t5019936B22640F9C2547CBE357F45D942841FAC7_il2cpp_TypeInfo_var);
AsyncTaskMethodBuilder_1_t5019936B22640F9C2547CBE357F45D942841FAC7 L_1;
L_1 = AsyncTaskMethodBuilder_1_Create_mE1BCAD450F9F52C26974E07F87A47C1EBEAE2B06(AsyncTaskMethodBuilder_1_Create_mE1BCAD450F9F52C26974E07F87A47C1EBEAE2B06_RuntimeMethod_var);
(&V_0)->___U3CU3Et__builder_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL);
#endif
(&V_0)->___U3CU3E1__state_0 = (-1);
U3CDoReadAsDoubleAsyncU3Ed__51_t0C6FAF7D482F0EC5D559436276EDF6252501D031 L_2 = V_0;
AsyncTaskMethodBuilder_1_t5019936B22640F9C2547CBE357F45D942841FAC7 L_3 = L_2.___U3CU3Et__builder_1;
V_1 = L_3;
AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsDoubleAsyncU3Ed__51_t0C6FAF7D482F0EC5D559436276EDF6252501D031_m0A8575CA689D9CE2DB545B1B35AE1A6045D46DC8((&V_1), (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsDoubleAsyncU3Ed__51_t0C6FAF7D482F0EC5D559436276EDF6252501D031_m0A8575CA689D9CE2DB545B1B35AE1A6045D46DC8_RuntimeMethod_var);
AsyncTaskMethodBuilder_1_t5019936B22640F9C2547CBE357F45D942841FAC7* L_4 = (&(&V_0)->___U3CU3Et__builder_1);
Task_1_tB943B576D2304CD76D3E20C67231C192B2DD0C41* L_5;
L_5 = AsyncTaskMethodBuilder_1_get_Task_m7164E00326DC7BC82FE12A781478471DD7A1CE69(L_4, AsyncTaskMethodBuilder_1_get_Task_m7164E00326DC7BC82FE12A781478471DD7A1CE69_RuntimeMethod_var);
return L_5;
}
}
// System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>> Newtonsoft.Json.JsonTextReader::ReadAsInt32Async(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t75694119DBB4B68675BB4BAB3E446BA4EE5C91C7* JsonTextReader_ReadAsInt32Async_m32F5CD5AB30EBE311BEA498B31B389D81C2A53C4 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
{
bool L_0 = __this->____safeAsync_15;
if (L_0)
{
goto IL_0010;
}
}
{
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_1 = ___cancellationToken0;
Task_1_t75694119DBB4B68675BB4BAB3E446BA4EE5C91C7* L_2;
L_2 = JsonReader_ReadAsInt32Async_mC3FD2AC1BE306C85BF8EA9C9B20E04ECCE7E1336(__this, L_1, NULL);
return L_2;
}
IL_0010:
{
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_3 = ___cancellationToken0;
Task_1_t75694119DBB4B68675BB4BAB3E446BA4EE5C91C7* L_4;
L_4 = JsonTextReader_DoReadAsInt32Async_m6D964084617827FDF4BAA9B38A62E908560EFC32(__this, L_3, NULL);
return L_4;
}
}
// System.Threading.Tasks.Task`1<System.Nullable`1<System.Int32>> Newtonsoft.Json.JsonTextReader::DoReadAsInt32Async(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t75694119DBB4B68675BB4BAB3E446BA4EE5C91C7* JsonTextReader_DoReadAsInt32Async_m6D964084617827FDF4BAA9B38A62E908560EFC32 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_mD6BC27D1E6350ECB9B61238E38D4C15C8CE96802_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsInt32AsyncU3Ed__53_t13C3AFD09883FEE38A0D5B54C93A6B599D2AB480_mC67780F282D939619D7ED7DEAEF4F907CEE9049C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_mB36BC37F05CC1BD3EDB9EC66B9BBEA7DE33F3D03_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_t7BA09CA1BB279AA706D98A618EE11038FD1985F7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CDoReadAsInt32AsyncU3Ed__53_t13C3AFD09883FEE38A0D5B54C93A6B599D2AB480 V_0;
memset((&V_0), 0, sizeof(V_0));
AsyncTaskMethodBuilder_1_t7BA09CA1BB279AA706D98A618EE11038FD1985F7 V_1;
memset((&V_1), 0, sizeof(V_1));
{
(&V_0)->___U3CU3E4__this_2 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this);
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_0 = ___cancellationToken0;
(&V_0)->___cancellationToken_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken_3))->____source_0), (void*)NULL);
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_t7BA09CA1BB279AA706D98A618EE11038FD1985F7_il2cpp_TypeInfo_var);
AsyncTaskMethodBuilder_1_t7BA09CA1BB279AA706D98A618EE11038FD1985F7 L_1;
L_1 = AsyncTaskMethodBuilder_1_Create_mD6BC27D1E6350ECB9B61238E38D4C15C8CE96802(AsyncTaskMethodBuilder_1_Create_mD6BC27D1E6350ECB9B61238E38D4C15C8CE96802_RuntimeMethod_var);
(&V_0)->___U3CU3Et__builder_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL);
#endif
(&V_0)->___U3CU3E1__state_0 = (-1);
U3CDoReadAsInt32AsyncU3Ed__53_t13C3AFD09883FEE38A0D5B54C93A6B599D2AB480 L_2 = V_0;
AsyncTaskMethodBuilder_1_t7BA09CA1BB279AA706D98A618EE11038FD1985F7 L_3 = L_2.___U3CU3Et__builder_1;
V_1 = L_3;
AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsInt32AsyncU3Ed__53_t13C3AFD09883FEE38A0D5B54C93A6B599D2AB480_mC67780F282D939619D7ED7DEAEF4F907CEE9049C((&V_1), (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsInt32AsyncU3Ed__53_t13C3AFD09883FEE38A0D5B54C93A6B599D2AB480_mC67780F282D939619D7ED7DEAEF4F907CEE9049C_RuntimeMethod_var);
AsyncTaskMethodBuilder_1_t7BA09CA1BB279AA706D98A618EE11038FD1985F7* L_4 = (&(&V_0)->___U3CU3Et__builder_1);
Task_1_t75694119DBB4B68675BB4BAB3E446BA4EE5C91C7* L_5;
L_5 = AsyncTaskMethodBuilder_1_get_Task_mB36BC37F05CC1BD3EDB9EC66B9BBEA7DE33F3D03(L_4, AsyncTaskMethodBuilder_1_get_Task_mB36BC37F05CC1BD3EDB9EC66B9BBEA7DE33F3D03_RuntimeMethod_var);
return L_5;
}
}
// System.Threading.Tasks.Task`1<System.String> Newtonsoft.Json.JsonTextReader::ReadAsStringAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0* JsonTextReader_ReadAsStringAsync_m1F9F7C59C09915D51CBC1D5EE19223BA9099F001 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
{
bool L_0 = __this->____safeAsync_15;
if (L_0)
{
goto IL_0010;
}
}
{
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_1 = ___cancellationToken0;
Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0* L_2;
L_2 = JsonReader_ReadAsStringAsync_m8B4330A1EF2D6421D749CCCBEAF033EE1C721DB2(__this, L_1, NULL);
return L_2;
}
IL_0010:
{
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_3 = ___cancellationToken0;
Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0* L_4;
L_4 = JsonTextReader_DoReadAsStringAsync_m4E562E024DC298ADC6927AECD9779F4574901154(__this, L_3, NULL);
return L_4;
}
}
// System.Threading.Tasks.Task`1<System.String> Newtonsoft.Json.JsonTextReader::DoReadAsStringAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0* JsonTextReader_DoReadAsStringAsync_m4E562E024DC298ADC6927AECD9779F4574901154 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_m4CB15D06286C7AA0BA8318800D23A9D574CBE0E8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsStringAsyncU3Ed__55_t63C07945627752D063789D6C1D3B1CC86046B053_mEC090F18EFACFA666FE1A91E464AA935865087C9_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_m01EB243CF4396C9A2645F71572B47CF12151974E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_tA28B0962049DC249BEC0054E2394B1962E28E90E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
U3CDoReadAsStringAsyncU3Ed__55_t63C07945627752D063789D6C1D3B1CC86046B053 V_0;
memset((&V_0), 0, sizeof(V_0));
AsyncTaskMethodBuilder_1_tA28B0962049DC249BEC0054E2394B1962E28E90E V_1;
memset((&V_1), 0, sizeof(V_1));
{
(&V_0)->___U3CU3E4__this_2 = __this;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this);
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_0 = ___cancellationToken0;
(&V_0)->___cancellationToken_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken_3))->____source_0), (void*)NULL);
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_tA28B0962049DC249BEC0054E2394B1962E28E90E_il2cpp_TypeInfo_var);
AsyncTaskMethodBuilder_1_tA28B0962049DC249BEC0054E2394B1962E28E90E L_1;
L_1 = AsyncTaskMethodBuilder_1_Create_m4CB15D06286C7AA0BA8318800D23A9D574CBE0E8(AsyncTaskMethodBuilder_1_Create_m4CB15D06286C7AA0BA8318800D23A9D574CBE0E8_RuntimeMethod_var);
(&V_0)->___U3CU3Et__builder_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL);
#endif
(&V_0)->___U3CU3E1__state_0 = (-1);
U3CDoReadAsStringAsyncU3Ed__55_t63C07945627752D063789D6C1D3B1CC86046B053 L_2 = V_0;
AsyncTaskMethodBuilder_1_tA28B0962049DC249BEC0054E2394B1962E28E90E L_3 = L_2.___U3CU3Et__builder_1;
V_1 = L_3;
AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsStringAsyncU3Ed__55_t63C07945627752D063789D6C1D3B1CC86046B053_mEC090F18EFACFA666FE1A91E464AA935865087C9((&V_1), (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CDoReadAsStringAsyncU3Ed__55_t63C07945627752D063789D6C1D3B1CC86046B053_mEC090F18EFACFA666FE1A91E464AA935865087C9_RuntimeMethod_var);
AsyncTaskMethodBuilder_1_tA28B0962049DC249BEC0054E2394B1962E28E90E* L_4 = (&(&V_0)->___U3CU3Et__builder_1);
Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0* L_5;
L_5 = AsyncTaskMethodBuilder_1_get_Task_m01EB243CF4396C9A2645F71572B47CF12151974E(L_4, AsyncTaskMethodBuilder_1_get_Task_m01EB243CF4396C9A2645F71572B47CF12151974E_RuntimeMethod_var);
return L_5;
}
}
// System.Void Newtonsoft.Json.JsonTextReader::.ctor(System.IO.TextReader)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader__ctor_m362F27D5EA7CEE0A9BDBF46FE235D8558146C10D (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* ___reader0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
JsonReader__ctor_m1C65CDB90A8B108668938BBE17329FEC76D62C27(__this, NULL);
TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* L_0 = ___reader0;
if (L_0)
{
goto IL_0014;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_1);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralECAC83771A00C701043A940F621CC1C765D30D31)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader__ctor_m362F27D5EA7CEE0A9BDBF46FE235D8558146C10D_RuntimeMethod_var)));
}
IL_0014:
{
TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* L_2 = ___reader0;
__this->____reader_19 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____reader_19), (void*)L_2);
__this->____lineNumber_24 = 1;
Type_t* L_3;
L_3 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(__this, NULL);
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_4 = { reinterpret_cast<intptr_t> (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_5;
L_5 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_4, NULL);
bool L_6;
L_6 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_3, L_5, NULL);
__this->____safeAsync_15 = L_6;
return;
}
}
// Newtonsoft.Json.JsonNameTable Newtonsoft.Json.JsonTextReader::get_PropertyNameTable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonNameTable_t0B2C7BA303E82F2C1E3C1176620FA86FA3BB611F* JsonTextReader_get_PropertyNameTable_mFF19052283A1C0AEA8A9F7265479673FF50D863C (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method)
{
{
JsonNameTable_t0B2C7BA303E82F2C1E3C1176620FA86FA3BB611F* L_0 = __this->___U3CPropertyNameTableU3Ek__BackingField_29;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonTextReader::set_PropertyNameTable(Newtonsoft.Json.JsonNameTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_set_PropertyNameTable_m489CECD015139F6DCE2B4BEB8360560CAFCA3AAC (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, JsonNameTable_t0B2C7BA303E82F2C1E3C1176620FA86FA3BB611F* ___value0, const RuntimeMethod* method)
{
{
JsonNameTable_t0B2C7BA303E82F2C1E3C1176620FA86FA3BB611F* L_0 = ___value0;
__this->___U3CPropertyNameTableU3Ek__BackingField_29 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CPropertyNameTableU3Ek__BackingField_29), (void*)L_0);
return;
}
}
// Newtonsoft.Json.IArrayPool`1<System.Char> Newtonsoft.Json.JsonTextReader::get_ArrayPool()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonTextReader_get_ArrayPool_mE3CCC4AF3210C6EEED0D633BB99252397FDE555E (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->____arrayPool_28;
return L_0;
}
}
// System.Void Newtonsoft.Json.JsonTextReader::set_ArrayPool(Newtonsoft.Json.IArrayPool`1<System.Char>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_set_ArrayPool_m9F5282059B8D0A5655AB6463B129C952AE4D84C9 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
NullCheck(L_1);
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_set_ArrayPool_m9F5282059B8D0A5655AB6463B129C952AE4D84C9_RuntimeMethod_var)));
}
IL_000e:
{
RuntimeObject* L_2 = ___value0;
__this->____arrayPool_28 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arrayPool_28), (void*)L_2);
return;
}
}
// System.Void Newtonsoft.Json.JsonTextReader::EnsureBufferNotEmpty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_EnsureBufferNotEmpty_m05AC0A08C014C8603FAE0645369960741B939915 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method)
{
{
StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* L_0 = (&__this->____stringBuffer_26);
bool L_1;
L_1 = StringBuffer_get_IsEmpty_m0FF70318FF5ED6D3C0E2C1BD3E5B3BDBB7C0A884(L_0, NULL);
if (!L_1)
{
goto IL_0023;
}
}
{
RuntimeObject* L_2 = __this->____arrayPool_28;
StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB L_3;
memset((&L_3), 0, sizeof(L_3));
StringBuffer__ctor_m0B0B11963A1F7B3F240F8993C116DB8EC5ECE96C((&L_3), L_2, ((int32_t)1024), /*hidden argument*/NULL);
__this->____stringBuffer_26 = L_3;
Il2CppCodeGenWriteBarrier((void**)&(((&__this->____stringBuffer_26))->____buffer_0), (void*)NULL);
}
IL_0023:
{
return;
}
}
// System.Void Newtonsoft.Json.JsonTextReader::SetNewLine(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_SetNewLine_m89308BD49C9C108A8102BC4C02B7A6F51AE788C7 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, bool ___hasNextChar0, const RuntimeMethod* method)
{
{
bool L_0 = ___hasNextChar0;
if (!L_0)
{
goto IL_0022;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = __this->____chars_20;
int32_t L_2 = __this->____charPos_22;
NullCheck(L_1);
int32_t L_3 = L_2;
uint16_t L_4 = (uint16_t)(L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)10)))))
{
goto IL_0022;
}
}
{
int32_t L_5 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_5, 1));
}
IL_0022:
{
int32_t L_6 = __this->____charPos_22;
JsonTextReader_OnNewLine_m81EAB877B3ED61FD2CA6EEB7A25D981649E8CCE2(__this, L_6, NULL);
return;
}
}
// System.Void Newtonsoft.Json.JsonTextReader::OnNewLine(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_OnNewLine_m81EAB877B3ED61FD2CA6EEB7A25D981649E8CCE2 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, int32_t ___pos0, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____lineNumber_24;
__this->____lineNumber_24 = ((int32_t)il2cpp_codegen_add(L_0, 1));
int32_t L_1 = ___pos0;
__this->____lineStartPos_23 = L_1;
return;
}
}
// System.Void Newtonsoft.Json.JsonTextReader::ParseString(System.Char,Newtonsoft.Json.ReadType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_ParseString_mD8CC43B7912D85812D682177D6AE07121D2AC57A (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, Il2CppChar ___quote0, int32_t ___readType1, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_0, 1));
JsonTextReader_ShiftBufferIfNeeded_mD95108D35B37F15DEFE4279E975DE93C324762FC(__this, NULL);
Il2CppChar L_1 = ___quote0;
JsonTextReader_ReadStringIntoBuffer_m22539A750E1BCDC2E4F23D60A3832B5AC34705C4(__this, L_1, NULL);
Il2CppChar L_2 = ___quote0;
int32_t L_3 = ___readType1;
JsonTextReader_ParseReadString_m81582C4B4E5F9FF8CD94FB11411BACB73ED34997(__this, L_2, L_3, NULL);
return;
}
}
// System.Void Newtonsoft.Json.JsonTextReader::ParseReadString(System.Char,Newtonsoft.Json.ReadType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_ParseReadString_m81582C4B4E5F9FF8CD94FB11411BACB73ED34997 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, Il2CppChar ___quote0, int32_t ___readType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CollectionUtils_ArrayEmpty_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mD02E1E6761052BEF37759A7241CBC15C3F7A904F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Guid_t V_0;
memset((&V_0), 0, sizeof(V_0));
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_1 = NULL;
String_t* V_2 = NULL;
int32_t V_3 = 0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_4;
memset((&V_4), 0, sizeof(V_4));
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 V_5;
memset((&V_5), 0, sizeof(V_5));
{
JsonReader_SetPostValueState_m72D637D843644ACBDF948EC84FCB77510B7D87DB(__this, (bool)1, NULL);
int32_t L_0 = ___readType1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, 1)))
{
case 0:
{
goto IL_0178;
}
case 1:
{
goto IL_00d6;
}
case 2:
{
goto IL_0038;
}
case 3:
{
goto IL_00b2;
}
case 4:
{
goto IL_0178;
}
case 5:
{
goto IL_00d6;
}
case 6:
{
goto IL_00d6;
}
case 7:
{
goto IL_00d6;
}
case 8:
{
goto IL_0178;
}
}
}
{
goto IL_00d6;
}
IL_0038:
{
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_1 = (&__this->____stringReference_27);
int32_t L_2;
L_2 = StringReference_get_Length_m65CF2F68237C0273F5BE4B4B0DCD4247CD940385_inline(L_1, NULL);
if (L_2)
{
goto IL_004d;
}
}
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3;
L_3 = CollectionUtils_ArrayEmpty_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mD02E1E6761052BEF37759A7241CBC15C3F7A904F_inline(CollectionUtils_ArrayEmpty_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mD02E1E6761052BEF37759A7241CBC15C3F7A904F_RuntimeMethod_var);
V_1 = L_3;
goto IL_00a7;
}
IL_004d:
{
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_4 = (&__this->____stringReference_27);
int32_t L_5;
L_5 = StringReference_get_Length_m65CF2F68237C0273F5BE4B4B0DCD4247CD940385_inline(L_4, NULL);
if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)36)))))
{
goto IL_0080;
}
}
{
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_6 = (&__this->____stringReference_27);
String_t* L_7;
L_7 = StringReference_ToString_m14E995A62CEC0B0C1313E51D01878B015EB38EF6(L_6, NULL);
il2cpp_codegen_runtime_class_init_inline(ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
bool L_8;
L_8 = ConvertUtils_TryConvertGuid_m86DFDDDFDB55FAFBFDB6E5228FC348015510AA8F(L_7, (&V_0), NULL);
if (!L_8)
{
goto IL_0080;
}
}
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9;
L_9 = Guid_ToByteArray_m6EBFB2F42D3760D9143050A3A8ED03F085F3AFE9((&V_0), NULL);
V_1 = L_9;
goto IL_00a7;
}
IL_0080:
{
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_10 = (&__this->____stringReference_27);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_11;
L_11 = StringReference_get_Chars_mCAEA9DDED5058DE07529C24621E510E396B79A6B_inline(L_10, NULL);
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_12 = (&__this->____stringReference_27);
int32_t L_13;
L_13 = StringReference_get_StartIndex_mC3DD76078312694DB7C297115073EAE930B42925_inline(L_12, NULL);
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_14 = (&__this->____stringReference_27);
int32_t L_15;
L_15 = StringReference_get_Length_m65CF2F68237C0273F5BE4B4B0DCD4247CD940385_inline(L_14, NULL);
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16;
L_16 = Convert_FromBase64CharArray_m084747DF9F015CDE232656C475FB666FF57E45D9(L_11, L_13, L_15, NULL);
V_1 = L_16;
}
IL_00a7:
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_17 = V_1;
JsonReader_SetToken_m53C7B4EA9EC9F6D97E7CAC00F96DE6393EFEADEC(__this, ((int32_t)17), (RuntimeObject*)L_17, (bool)0, NULL);
return;
}
IL_00b2:
{
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_18 = (&__this->____stringReference_27);
String_t* L_19;
L_19 = StringReference_ToString_m14E995A62CEC0B0C1313E51D01878B015EB38EF6(L_18, NULL);
V_2 = L_19;
String_t* L_20 = V_2;
JsonReader_SetToken_m53C7B4EA9EC9F6D97E7CAC00F96DE6393EFEADEC(__this, ((int32_t)9), L_20, (bool)0, NULL);
Il2CppChar L_21 = ___quote0;
((JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765*)__this)->____quoteChar_2 = L_21;
return;
}
IL_00d6:
{
int32_t L_22 = ((JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765*)__this)->____dateParseHandling_9;
if (!L_22)
{
goto IL_0157;
}
}
{
int32_t L_23 = ___readType1;
if ((!(((uint32_t)L_23) == ((uint32_t)6))))
{
goto IL_00e6;
}
}
{
V_3 = 1;
goto IL_00f5;
}
IL_00e6:
{
int32_t L_24 = ___readType1;
if ((!(((uint32_t)L_24) == ((uint32_t)7))))
{
goto IL_00ee;
}
}
{
V_3 = 2;
goto IL_00f5;
}
IL_00ee:
{
int32_t L_25 = ((JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765*)__this)->____dateParseHandling_9;
V_3 = L_25;
}
IL_00f5:
{
int32_t L_26 = V_3;
if ((!(((uint32_t)L_26) == ((uint32_t)1))))
{
goto IL_012b;
}
}
{
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C L_27 = __this->____stringReference_27;
int32_t L_28;
L_28 = JsonReader_get_DateTimeZoneHandling_m54980577E0FAC72C255619A8971816C4DE07AAA4_inline(__this, NULL);
String_t* L_29;
L_29 = JsonReader_get_DateFormatString_mBEDE1FE52D98B87A039F321055027AC1FC779071_inline(__this, NULL);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_30;
L_30 = JsonReader_get_Culture_m99A1BB0CC4F4F6E13A243DBF53132881DE58F7E2(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
bool L_31;
L_31 = DateTimeUtils_TryParseDateTime_mEC59F5A8892355DECAB855A697E51662EC377A06(L_27, L_28, L_29, L_30, (&V_4), NULL);
if (!L_31)
{
goto IL_0157;
}
}
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_32 = V_4;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_33 = L_32;
RuntimeObject* L_34 = Box(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var, &L_33);
JsonReader_SetToken_m53C7B4EA9EC9F6D97E7CAC00F96DE6393EFEADEC(__this, ((int32_t)16), L_34, (bool)0, NULL);
return;
}
IL_012b:
{
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C L_35 = __this->____stringReference_27;
String_t* L_36;
L_36 = JsonReader_get_DateFormatString_mBEDE1FE52D98B87A039F321055027AC1FC779071_inline(__this, NULL);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_37;
L_37 = JsonReader_get_Culture_m99A1BB0CC4F4F6E13A243DBF53132881DE58F7E2(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(DateTimeUtils_t08EF5030CF29329A3646A81F48D1F440A6234121_il2cpp_TypeInfo_var);
bool L_38;
L_38 = DateTimeUtils_TryParseDateTimeOffset_mEA4AC9469E7956D1EDE271E677AAC39C4A307EA4(L_35, L_36, L_37, (&V_5), NULL);
if (!L_38)
{
goto IL_0157;
}
}
{
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_39 = V_5;
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_40 = L_39;
RuntimeObject* L_41 = Box(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var, &L_40);
JsonReader_SetToken_m53C7B4EA9EC9F6D97E7CAC00F96DE6393EFEADEC(__this, ((int32_t)16), L_41, (bool)0, NULL);
return;
}
IL_0157:
{
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_42 = (&__this->____stringReference_27);
String_t* L_43;
L_43 = StringReference_ToString_m14E995A62CEC0B0C1313E51D01878B015EB38EF6(L_42, NULL);
JsonReader_SetToken_m53C7B4EA9EC9F6D97E7CAC00F96DE6393EFEADEC(__this, ((int32_t)9), L_43, (bool)0, NULL);
Il2CppChar L_44 = ___quote0;
((JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765*)__this)->____quoteChar_2 = L_44;
}
IL_0178:
{
return;
}
}
// System.Void Newtonsoft.Json.JsonTextReader::BlockCopyChars(System.Char[],System.Int32,System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_BlockCopyChars_m47C0362B7369CD73FFE01C0DDB18041FD453755F (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___src0, int32_t ___srcOffset1, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___dst2, int32_t ___dstOffset3, int32_t ___count4, const RuntimeMethod* method)
{
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ___src0;
int32_t L_1 = ___srcOffset1;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = ___dst2;
int32_t L_3 = ___dstOffset3;
int32_t L_4 = ___count4;
Buffer_BlockCopy_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9((RuntimeArray*)L_0, ((int32_t)il2cpp_codegen_multiply(L_1, 2)), (RuntimeArray*)L_2, ((int32_t)il2cpp_codegen_multiply(L_3, 2)), ((int32_t)il2cpp_codegen_multiply(L_4, 2)), NULL);
return;
}
}
// System.Void Newtonsoft.Json.JsonTextReader::ShiftBufferIfNeeded()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_ShiftBufferIfNeeded_mD95108D35B37F15DEFE4279E975DE93C324762FC (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = __this->____chars_20;
NullCheck(L_0);
V_0 = ((int32_t)(((RuntimeArray*)L_0)->max_length));
int32_t L_1 = V_0;
int32_t L_2 = __this->____charPos_22;
int32_t L_3 = V_0;
if ((((double)((double)((int32_t)il2cpp_codegen_subtract(L_1, L_2)))) <= ((double)((double)il2cpp_codegen_multiply(((double)L_3), (0.10000000000000001))))))
{
goto IL_0028;
}
}
{
int32_t L_4 = V_0;
if ((((int32_t)L_4) < ((int32_t)((int32_t)1073741823))))
{
goto IL_0082;
}
}
IL_0028:
{
int32_t L_5 = __this->____charsUsed_21;
int32_t L_6 = __this->____charPos_22;
V_1 = ((int32_t)il2cpp_codegen_subtract(L_5, L_6));
int32_t L_7 = V_1;
if ((((int32_t)L_7) <= ((int32_t)0)))
{
goto IL_0053;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_8 = __this->____chars_20;
int32_t L_9 = __this->____charPos_22;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_10 = __this->____chars_20;
int32_t L_11 = V_1;
JsonTextReader_BlockCopyChars_m47C0362B7369CD73FFE01C0DDB18041FD453755F(L_8, L_9, L_10, 0, L_11, NULL);
}
IL_0053:
{
int32_t L_12 = __this->____lineStartPos_23;
int32_t L_13 = __this->____charPos_22;
__this->____lineStartPos_23 = ((int32_t)il2cpp_codegen_subtract(L_12, L_13));
__this->____charPos_22 = 0;
int32_t L_14 = V_1;
__this->____charsUsed_21 = L_14;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_15 = __this->____chars_20;
int32_t L_16 = __this->____charsUsed_21;
NullCheck(L_15);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(L_16), (Il2CppChar)0);
}
IL_0082:
{
return;
}
}
// System.Int32 Newtonsoft.Json.JsonTextReader::ReadData(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonTextReader_ReadData_m6F95C344F7FA0C2CF2590AB617B6F26730594F21 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, bool ___append0, const RuntimeMethod* method)
{
{
bool L_0 = ___append0;
int32_t L_1;
L_1 = JsonTextReader_ReadData_mFCC7C912D4C854B4222596EB5FCB4D91571C4623(__this, L_0, 0, NULL);
return L_1;
}
}
// System.Void Newtonsoft.Json.JsonTextReader::PrepareBufferForReadData(System.Boolean,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_PrepareBufferForReadData_mB98A62AD4E1250EE5E4F99264D462DBBB2B5EC91 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, bool ___append0, int32_t ___charsRequired1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_2 = NULL;
int32_t V_3 = 0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_4 = NULL;
int32_t G_B5_0 = 0;
{
int32_t L_0 = __this->____charsUsed_21;
int32_t L_1 = ___charsRequired1;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = __this->____chars_20;
NullCheck(L_2);
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_0, L_1))) < ((int32_t)((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_2)->max_length)), 1)))))
{
goto IL_011e;
}
}
{
bool L_3 = ___append0;
if (!L_3)
{
goto IL_007d;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = __this->____chars_20;
NullCheck(L_4);
V_0 = ((int32_t)il2cpp_codegen_multiply(((int32_t)(((RuntimeArray*)L_4)->max_length)), 2));
int32_t L_5 = V_0;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_002c;
}
}
{
int32_t L_6 = V_0;
G_B5_0 = L_6;
goto IL_0031;
}
IL_002c:
{
G_B5_0 = ((int32_t)2147483647LL);
}
IL_0031:
{
int32_t L_7 = __this->____charsUsed_21;
int32_t L_8 = ___charsRequired1;
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
int32_t L_9;
L_9 = Math_Max_m830F00B616D7A2130E46E974DFB27E9DA7FE30E5(G_B5_0, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_7, L_8)), 1)), NULL);
V_1 = L_9;
RuntimeObject* L_10 = __this->____arrayPool_28;
int32_t L_11 = V_1;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_12;
L_12 = BufferUtils_RentBuffer_m70AF45505A9D28EA1A35B54194A366F69112DB9D(L_10, L_11, NULL);
V_2 = L_12;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_13 = __this->____chars_20;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_14 = V_2;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_15 = __this->____chars_20;
NullCheck(L_15);
JsonTextReader_BlockCopyChars_m47C0362B7369CD73FFE01C0DDB18041FD453755F(L_13, 0, L_14, 0, ((int32_t)(((RuntimeArray*)L_15)->max_length)), NULL);
RuntimeObject* L_16 = __this->____arrayPool_28;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_17 = __this->____chars_20;
BufferUtils_ReturnBuffer_m4E16405935FE4EAAC437FDA5221F38E9E89CD797(L_16, L_17, NULL);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_18 = V_2;
__this->____chars_20 = L_18;
Il2CppCodeGenWriteBarrier((void**)(&__this->____chars_20), (void*)L_18);
return;
}
IL_007d:
{
int32_t L_19 = __this->____charsUsed_21;
int32_t L_20 = __this->____charPos_22;
V_3 = ((int32_t)il2cpp_codegen_subtract(L_19, L_20));
int32_t L_21 = V_3;
int32_t L_22 = ___charsRequired1;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_23 = __this->____chars_20;
NullCheck(L_23);
if ((((int32_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_21, L_22)), 1))) < ((int32_t)((int32_t)(((RuntimeArray*)L_23)->max_length)))))
{
goto IL_00e0;
}
}
{
RuntimeObject* L_24 = __this->____arrayPool_28;
int32_t L_25 = V_3;
int32_t L_26 = ___charsRequired1;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_27;
L_27 = BufferUtils_RentBuffer_m70AF45505A9D28EA1A35B54194A366F69112DB9D(L_24, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_25, L_26)), 1)), NULL);
V_4 = L_27;
int32_t L_28 = V_3;
if ((((int32_t)L_28) <= ((int32_t)0)))
{
goto IL_00c5;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_29 = __this->____chars_20;
int32_t L_30 = __this->____charPos_22;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_31 = V_4;
int32_t L_32 = V_3;
JsonTextReader_BlockCopyChars_m47C0362B7369CD73FFE01C0DDB18041FD453755F(L_29, L_30, L_31, 0, L_32, NULL);
}
IL_00c5:
{
RuntimeObject* L_33 = __this->____arrayPool_28;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_34 = __this->____chars_20;
BufferUtils_ReturnBuffer_m4E16405935FE4EAAC437FDA5221F38E9E89CD797(L_33, L_34, NULL);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_35 = V_4;
__this->____chars_20 = L_35;
Il2CppCodeGenWriteBarrier((void**)(&__this->____chars_20), (void*)L_35);
goto IL_00fd;
}
IL_00e0:
{
int32_t L_36 = V_3;
if ((((int32_t)L_36) <= ((int32_t)0)))
{
goto IL_00fd;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_37 = __this->____chars_20;
int32_t L_38 = __this->____charPos_22;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_39 = __this->____chars_20;
int32_t L_40 = V_3;
JsonTextReader_BlockCopyChars_m47C0362B7369CD73FFE01C0DDB18041FD453755F(L_37, L_38, L_39, 0, L_40, NULL);
}
IL_00fd:
{
int32_t L_41 = __this->____lineStartPos_23;
int32_t L_42 = __this->____charPos_22;
__this->____lineStartPos_23 = ((int32_t)il2cpp_codegen_subtract(L_41, L_42));
__this->____charPos_22 = 0;
int32_t L_43 = V_3;
__this->____charsUsed_21 = L_43;
}
IL_011e:
{
return;
}
}
// System.Int32 Newtonsoft.Json.JsonTextReader::ReadData(System.Boolean,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonTextReader_ReadData_mFCC7C912D4C854B4222596EB5FCB4D91571C4623 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, bool ___append0, int32_t ___charsRequired1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
{
bool L_0 = __this->____isEndOfFile_25;
if (!L_0)
{
goto IL_000a;
}
}
{
return 0;
}
IL_000a:
{
bool L_1 = ___append0;
int32_t L_2 = ___charsRequired1;
JsonTextReader_PrepareBufferForReadData_mB98A62AD4E1250EE5E4F99264D462DBBB2B5EC91(__this, L_1, L_2, NULL);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3 = __this->____chars_20;
NullCheck(L_3);
int32_t L_4 = __this->____charsUsed_21;
V_0 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_3)->max_length)), L_4)), 1));
TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* L_5 = __this->____reader_19;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_6 = __this->____chars_20;
int32_t L_7 = __this->____charsUsed_21;
int32_t L_8 = V_0;
NullCheck(L_5);
int32_t L_9;
L_9 = VirtualFuncInvoker3< int32_t, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t, int32_t >::Invoke(11 /* System.Int32 System.IO.TextReader::Read(System.Char[],System.Int32,System.Int32) */, L_5, L_6, L_7, L_8);
V_1 = L_9;
int32_t L_10 = __this->____charsUsed_21;
int32_t L_11 = V_1;
__this->____charsUsed_21 = ((int32_t)il2cpp_codegen_add(L_10, L_11));
int32_t L_12 = V_1;
if (L_12)
{
goto IL_0055;
}
}
{
__this->____isEndOfFile_25 = (bool)1;
}
IL_0055:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_13 = __this->____chars_20;
int32_t L_14 = __this->____charsUsed_21;
NullCheck(L_13);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(L_14), (Il2CppChar)0);
int32_t L_15 = V_1;
return L_15;
}
}
// System.Boolean Newtonsoft.Json.JsonTextReader::EnsureChars(System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonTextReader_EnsureChars_m7CABC04368BBB274FD5A8774DFEE5AF9202E0607 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, int32_t ___relativePosition0, bool ___append1, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____charPos_22;
int32_t L_1 = ___relativePosition0;
int32_t L_2 = __this->____charsUsed_21;
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_0, L_1))) < ((int32_t)L_2)))
{
goto IL_0019;
}
}
{
int32_t L_3 = ___relativePosition0;
bool L_4 = ___append1;
bool L_5;
L_5 = JsonTextReader_ReadChars_m081990A295318CD8C1DB29994465F9CF06B8FDCA(__this, L_3, L_4, NULL);
return L_5;
}
IL_0019:
{
return (bool)1;
}
}
// System.Boolean Newtonsoft.Json.JsonTextReader::ReadChars(System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonTextReader_ReadChars_m081990A295318CD8C1DB29994465F9CF06B8FDCA (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __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->____isEndOfFile_25;
if (!L_0)
{
goto IL_000a;
}
}
{
return (bool)0;
}
IL_000a:
{
int32_t L_1 = __this->____charPos_22;
int32_t L_2 = ___relativePosition0;
int32_t L_3 = __this->____charsUsed_21;
V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(L_1, L_2)), L_3)), 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;
L_7 = JsonTextReader_ReadData_mFCC7C912D4C854B4222596EB5FCB4D91571C4623(__this, L_4, ((int32_t)il2cpp_codegen_subtract(L_5, L_6)), 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(L_9, 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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonTextReader_Read_m2D0F271F9202CFCC311179AF88939ACC706CF687 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
JsonTextReader_EnsureBuffer_mD5DD845C1E19BAA45D9ED3C7BC488920D1933004(__this, NULL);
}
IL_0006:
{
int32_t L_0 = ((JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765*)__this)->____currentState_3;
V_0 = L_0;
int32_t L_1 = V_0;
switch (L_1)
{
case 0:
{
goto IL_004c;
}
case 1:
{
goto IL_00d1;
}
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_00d1;
}
case 8:
{
goto IL_005a;
}
case 9:
{
goto IL_004c;
}
case 10:
{
goto IL_004c;
}
case 11:
{
goto IL_00d1;
}
case 12:
{
goto IL_0065;
}
}
}
{
goto IL_00d1;
}
IL_004c:
{
bool L_2;
L_2 = JsonTextReader_ParseValue_mDED4C55A0064009E981474138317B8D7CA778E81(__this, NULL);
return L_2;
}
IL_0053:
{
bool L_3;
L_3 = JsonTextReader_ParseObject_mC928FB614717EA429B2E56B1ECE16DBEF0462C0D(__this, NULL);
return L_3;
}
IL_005a:
{
bool L_4;
L_4 = JsonTextReader_ParsePostValue_m5A3EEE31E3D1991F35854AC96C29563F587640EB(__this, (bool)0, NULL);
if (!L_4)
{
goto IL_0006;
}
}
{
return (bool)1;
}
IL_0065:
{
bool L_5;
L_5 = JsonTextReader_EnsureChars_m7CABC04368BBB274FD5A8774DFEE5AF9202E0607(__this, 0, (bool)0, NULL);
if (!L_5)
{
goto IL_00c8;
}
}
{
JsonTextReader_EatWhitespace_m9CA8777547A7CB2C6EBA722471DC6594DE430EFB(__this, NULL);
bool L_6 = __this->____isEndOfFile_25;
if (!L_6)
{
goto IL_0086;
}
}
{
JsonReader_SetToken_m9CB3201AB80BD12AF5490EE38B0AB1E667D5757B(__this, 0, NULL);
return (bool)0;
}
IL_0086:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_7 = __this->____chars_20;
int32_t L_8 = __this->____charPos_22;
NullCheck(L_7);
int32_t L_9 = L_8;
uint16_t L_10 = (uint16_t)(L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)47)))))
{
goto IL_00a0;
}
}
{
JsonTextReader_ParseComment_mBA16BDED23A3AE70DDF01C0DF209FC829BE0D406(__this, (bool)1, NULL);
return (bool)1;
}
IL_00a0:
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_11;
L_11 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_12 = __this->____chars_20;
int32_t L_13 = __this->____charPos_22;
NullCheck(L_12);
int32_t L_14 = L_13;
uint16_t L_15 = (uint16_t)(L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
Il2CppChar L_16 = ((Il2CppChar)L_15);
RuntimeObject* L_17 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var)), &L_16);
String_t* L_18;
L_18 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD4375B5558631B37241ECEF7EADCC7F8558F7FD0)), L_11, L_17, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_19;
L_19 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, L_18, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_Read_m2D0F271F9202CFCC311179AF88939ACC706CF687_RuntimeMethod_var)));
}
IL_00c8:
{
JsonReader_SetToken_m9CB3201AB80BD12AF5490EE38B0AB1E667D5757B(__this, 0, NULL);
return (bool)0;
}
IL_00d1:
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_20;
L_20 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
int32_t L_21;
L_21 = JsonReader_get_CurrentState_m2B6FA669883053CDABF108A980F808CDC9F13699_inline(__this, NULL);
int32_t L_22 = L_21;
RuntimeObject* L_23 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&State_tFC19CCEAFF8F4E6C73914F3B8850C622CE3490A4_il2cpp_TypeInfo_var)), &L_22);
String_t* L_24;
L_24 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3BDE36734DA338BA8CE22868593B120CABF7E673)), L_20, L_23, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_25;
L_25 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, L_24, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_Read_m2D0F271F9202CFCC311179AF88939ACC706CF687_RuntimeMethod_var)));
}
}
// System.Nullable`1<System.Int32> Newtonsoft.Json.JsonTextReader::ReadAsInt32()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 JsonTextReader_ReadAsInt32_mC30FCCB22254DAA22517ACBF44886B7ACE34FB78 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
void* L_1 = alloca(sizeof(Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28));
{
RuntimeObject* L_0;
L_0 = JsonTextReader_ReadNumberValue_mEA7EBB1B9A7673A62E976573D0FD11AF3A4C49FA(__this, 1, NULL);
UnBoxNullable(L_0, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, L_1);
return ((*(Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28*)((Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28*)(Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28*)L_1)));
}
}
// System.Nullable`1<System.DateTime> Newtonsoft.Json.JsonTextReader::ReadAsDateTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC JsonTextReader_ReadAsDateTime_m5F2DFEDDA05AF667EF9ED063A58963FE81B693C1 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
void* L_1 = alloca(sizeof(Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC));
{
RuntimeObject* L_0;
L_0 = JsonTextReader_ReadStringValue_m52DD00E9F1C25D4855D0023D889877D2F46D8446(__this, 6, NULL);
UnBoxNullable(L_0, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var, L_1);
return ((*(Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC*)((Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC*)(Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC*)L_1)));
}
}
// System.String Newtonsoft.Json.JsonTextReader::ReadAsString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonTextReader_ReadAsString_m72C5BEE030026DEBF94A937CE4186D46AE5B89C8 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0;
L_0 = JsonTextReader_ReadStringValue_m52DD00E9F1C25D4855D0023D889877D2F46D8446(__this, 4, NULL);
return ((String_t*)CastclassSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var));
}
}
// System.Byte[] Newtonsoft.Json.JsonTextReader::ReadAsBytes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* JsonTextReader_ReadAsBytes_m67EDC2DFD294CC399281DC493A912AE02D8C2215 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
Il2CppChar V_2 = 0x0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_3 = NULL;
{
JsonTextReader_EnsureBuffer_mD5DD845C1E19BAA45D9ED3C7BC488920D1933004(__this, NULL);
V_0 = (bool)0;
int32_t L_0 = ((JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765*)__this)->____currentState_3;
V_1 = L_0;
int32_t L_1 = V_1;
switch (L_1)
{
case 0:
{
goto IL_0059;
}
case 1:
{
goto IL_023e;
}
case 2:
{
goto IL_0059;
}
case 3:
{
goto IL_023e;
}
case 4:
{
goto IL_023e;
}
case 5:
{
goto IL_0059;
}
case 6:
{
goto IL_0059;
}
case 7:
{
goto IL_023e;
}
case 8:
{
goto IL_004e;
}
case 9:
{
goto IL_0059;
}
case 10:
{
goto IL_0059;
}
case 11:
{
goto IL_023e;
}
case 12:
{
goto IL_0236;
}
}
}
{
goto IL_023e;
}
IL_004e:
{
bool L_2;
L_2 = JsonTextReader_ParsePostValue_m5A3EEE31E3D1991F35854AC96C29563F587640EB(__this, (bool)1, NULL);
if (!L_2)
{
goto IL_0059;
}
}
{
return (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL;
}
IL_0059:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3 = __this->____chars_20;
int32_t L_4 = __this->____charPos_22;
NullCheck(L_3);
int32_t L_5 = L_4;
uint16_t L_6 = (uint16_t)(L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
V_2 = L_6;
Il2CppChar L_7 = V_2;
if ((!(((uint32_t)L_7) <= ((uint32_t)((int32_t)39)))))
{
goto IL_00ad;
}
}
{
Il2CppChar L_8 = V_2;
if ((!(((uint32_t)L_8) <= ((uint32_t)((int32_t)13)))))
{
goto IL_0096;
}
}
{
Il2CppChar L_9 = V_2;
if (!L_9)
{
goto IL_00e9;
}
}
{
Il2CppChar L_10 = V_2;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_10, ((int32_t)9))))
{
case 0:
{
goto IL_0202;
}
case 1:
{
goto IL_01f7;
}
case 2:
{
goto IL_0215;
}
case 3:
{
goto IL_0215;
}
case 4:
{
goto IL_01eb;
}
}
}
{
goto IL_0215;
}
IL_0096:
{
Il2CppChar L_11 = V_2;
if ((((int32_t)L_11) == ((int32_t)((int32_t)32))))
{
goto IL_0202;
}
}
{
Il2CppChar L_12 = V_2;
if ((((int32_t)L_12) == ((int32_t)((int32_t)34))))
{
goto IL_00ff;
}
}
{
Il2CppChar L_13 = V_2;
if ((((int32_t)L_13) == ((int32_t)((int32_t)39))))
{
goto IL_00ff;
}
}
{
goto IL_0215;
}
IL_00ad:
{
Il2CppChar L_14 = V_2;
if ((!(((uint32_t)L_14) <= ((uint32_t)((int32_t)91)))))
{
goto IL_00cf;
}
}
{
Il2CppChar L_15 = V_2;
if ((((int32_t)L_15) == ((int32_t)((int32_t)44))))
{
goto IL_01a5;
}
}
{
Il2CppChar L_16 = V_2;
if ((((int32_t)L_16) == ((int32_t)((int32_t)47))))
{
goto IL_0199;
}
}
{
Il2CppChar L_17 = V_2;
if ((((int32_t)L_17) == ((int32_t)((int32_t)91))))
{
goto IL_0175;
}
}
{
goto IL_0215;
}
IL_00cf:
{
Il2CppChar L_18 = V_2;
if ((((int32_t)L_18) == ((int32_t)((int32_t)93))))
{
goto IL_01b0;
}
}
{
Il2CppChar L_19 = V_2;
if ((((int32_t)L_19) == ((int32_t)((int32_t)110))))
{
goto IL_0191;
}
}
{
Il2CppChar L_20 = V_2;
if ((((int32_t)L_20) == ((int32_t)((int32_t)123))))
{
goto IL_0153;
}
}
{
goto IL_0215;
}
IL_00e9:
{
bool L_21;
L_21 = JsonTextReader_ReadNullChar_mED59672A36E9DF9B725D24CF508606ABB54CAFA6(__this, NULL);
if (!L_21)
{
goto IL_0059;
}
}
{
JsonReader_SetToken_m53C7B4EA9EC9F6D97E7CAC00F96DE6393EFEADEC(__this, 0, NULL, (bool)0, NULL);
return (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL;
}
IL_00ff:
{
Il2CppChar L_22 = V_2;
JsonTextReader_ParseString_mD8CC43B7912D85812D682177D6AE07121D2AC57A(__this, L_22, 3, NULL);
RuntimeObject* L_23;
L_23 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(17 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this);
V_3 = ((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)Castclass((RuntimeObject*)L_23, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var));
bool L_24 = V_0;
if (!L_24)
{
goto IL_0151;
}
}
{
JsonReader_ReaderReadAndAssert_m8656D7D7DCB4B6C7CC0FA48CFD1DEC0DB38B9C4A(__this, NULL);
int32_t L_25;
L_25 = VirtualFuncInvoker0< int32_t >::Invoke(16 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, __this);
if ((((int32_t)L_25) == ((int32_t)((int32_t)13))))
{
goto IL_0147;
}
}
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_26;
L_26 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
int32_t L_27;
L_27 = VirtualFuncInvoker0< int32_t >::Invoke(16 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, __this);
int32_t L_28 = L_27;
RuntimeObject* L_29 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonToken_t00B2B3F98FB3E9A8DE72409901BED1C7F1670BD5_il2cpp_TypeInfo_var)), &L_28);
String_t* L_30;
L_30 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2E960D5150CB102FE0FD08E925071DFDF8D3364C)), L_26, L_29, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_31;
L_31 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, L_30, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_31, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ReadAsBytes_m67EDC2DFD294CC399281DC493A912AE02D8C2215_RuntimeMethod_var)));
}
IL_0147:
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_32 = V_3;
JsonReader_SetToken_m53C7B4EA9EC9F6D97E7CAC00F96DE6393EFEADEC(__this, ((int32_t)17), (RuntimeObject*)L_32, (bool)0, NULL);
}
IL_0151:
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_33 = V_3;
return L_33;
}
IL_0153:
{
int32_t L_34 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_34, 1));
JsonReader_SetToken_m9CB3201AB80BD12AF5490EE38B0AB1E667D5757B(__this, 1, NULL);
JsonReader_ReadIntoWrappedTypeObject_mAF0B8C23E64E3D2F2DC68A6D99979234CFBDB121(__this, NULL);
V_0 = (bool)1;
goto IL_0059;
}
IL_0175:
{
int32_t L_35 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_35, 1));
JsonReader_SetToken_m9CB3201AB80BD12AF5490EE38B0AB1E667D5757B(__this, 2, NULL);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_36;
L_36 = JsonReader_ReadArrayIntoByteArray_mB00AD02B342C511B5BB8BAB5133BE3B153540682(__this, NULL);
return L_36;
}
IL_0191:
{
JsonTextReader_HandleNull_m29E36B9003D6A5A1229326201A5AAA7A84BBE17A(__this, NULL);
return (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL;
}
IL_0199:
{
JsonTextReader_ParseComment_mBA16BDED23A3AE70DDF01C0DF209FC829BE0D406(__this, (bool)0, NULL);
goto IL_0059;
}
IL_01a5:
{
JsonTextReader_ProcessValueComma_mC7F07BBCAA5B3D96F7A98AB3416DECA99C76242D(__this, NULL);
goto IL_0059;
}
IL_01b0:
{
int32_t L_37 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_37, 1));
int32_t L_38 = ((JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765*)__this)->____currentState_3;
if ((((int32_t)L_38) == ((int32_t)6)))
{
goto IL_01d9;
}
}
{
int32_t L_39 = ((JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765*)__this)->____currentState_3;
if ((((int32_t)L_39) == ((int32_t)5)))
{
goto IL_01d9;
}
}
{
int32_t L_40 = ((JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765*)__this)->____currentState_3;
if ((!(((uint32_t)L_40) == ((uint32_t)8))))
{
goto IL_01e3;
}
}
IL_01d9:
{
JsonReader_SetToken_m9CB3201AB80BD12AF5490EE38B0AB1E667D5757B(__this, ((int32_t)14), NULL);
return (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL;
}
IL_01e3:
{
Il2CppChar L_41 = V_2;
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_42;
L_42 = JsonTextReader_CreateUnexpectedCharacterException_m0080C6FB924D41B32A49FE1FF6723004770F81DA(__this, L_41, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_42, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ReadAsBytes_m67EDC2DFD294CC399281DC493A912AE02D8C2215_RuntimeMethod_var)));
}
IL_01eb:
{
JsonTextReader_ProcessCarriageReturn_m9BEFD304E778395A07F6238F1B2A47AE5B07C12F(__this, (bool)0, NULL);
goto IL_0059;
}
IL_01f7:
{
JsonTextReader_ProcessLineFeed_m3E201A9963B7A588FB1BFF4B8B0D3AA145E0002B(__this, NULL);
goto IL_0059;
}
IL_0202:
{
int32_t L_43 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_43, 1));
goto IL_0059;
}
IL_0215:
{
int32_t L_44 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_44, 1));
Il2CppChar L_45 = V_2;
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_46;
L_46 = Char_IsWhiteSpace_m9CE0F6685DB2502ABE106D160F95A287EFC07EF9(L_45, NULL);
if (L_46)
{
goto IL_0059;
}
}
{
Il2CppChar L_47 = V_2;
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_48;
L_48 = JsonTextReader_CreateUnexpectedCharacterException_m0080C6FB924D41B32A49FE1FF6723004770F81DA(__this, L_47, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_48, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ReadAsBytes_m67EDC2DFD294CC399281DC493A912AE02D8C2215_RuntimeMethod_var)));
}
IL_0236:
{
JsonTextReader_ReadFinished_m9FB34AB2BA71C2896F2425A7C2B651A2FE15F354(__this, NULL);
return (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL;
}
IL_023e:
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_49;
L_49 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
int32_t L_50;
L_50 = JsonReader_get_CurrentState_m2B6FA669883053CDABF108A980F808CDC9F13699_inline(__this, NULL);
int32_t L_51 = L_50;
RuntimeObject* L_52 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&State_tFC19CCEAFF8F4E6C73914F3B8850C622CE3490A4_il2cpp_TypeInfo_var)), &L_51);
String_t* L_53;
L_53 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3BDE36734DA338BA8CE22868593B120CABF7E673)), L_49, L_52, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_54;
L_54 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, L_53, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_54, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ReadAsBytes_m67EDC2DFD294CC399281DC493A912AE02D8C2215_RuntimeMethod_var)));
}
}
// System.Object Newtonsoft.Json.JsonTextReader::ReadStringValue(Newtonsoft.Json.ReadType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonTextReader_ReadStringValue_m52DD00E9F1C25D4855D0023D889877D2F46D8446 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, int32_t ___readType0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Il2CppChar V_1 = 0x0;
String_t* V_2 = NULL;
String_t* G_B35_0 = NULL;
{
JsonTextReader_EnsureBuffer_mD5DD845C1E19BAA45D9ED3C7BC488920D1933004(__this, NULL);
int32_t L_0 = ((JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765*)__this)->____currentState_3;
V_0 = L_0;
int32_t L_1 = V_0;
switch (L_1)
{
case 0:
{
goto IL_0057;
}
case 1:
{
goto IL_02e1;
}
case 2:
{
goto IL_0057;
}
case 3:
{
goto IL_02e1;
}
case 4:
{
goto IL_02e1;
}
case 5:
{
goto IL_0057;
}
case 6:
{
goto IL_0057;
}
case 7:
{
goto IL_02e1;
}
case 8:
{
goto IL_004c;
}
case 9:
{
goto IL_0057;
}
case 10:
{
goto IL_0057;
}
case 11:
{
goto IL_02e1;
}
case 12:
{
goto IL_02d9;
}
}
}
{
goto IL_02e1;
}
IL_004c:
{
bool L_2;
L_2 = JsonTextReader_ParsePostValue_m5A3EEE31E3D1991F35854AC96C29563F587640EB(__this, (bool)1, NULL);
if (!L_2)
{
goto IL_0057;
}
}
{
return NULL;
}
IL_0057:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3 = __this->____chars_20;
int32_t L_4 = __this->____charPos_22;
NullCheck(L_3);
int32_t L_5 = L_4;
uint16_t L_6 = (uint16_t)(L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
V_1 = L_6;
Il2CppChar L_7 = V_1;
if ((!(((uint32_t)L_7) <= ((uint32_t)((int32_t)73)))))
{
goto IL_0118;
}
}
{
Il2CppChar L_8 = V_1;
if ((!(((uint32_t)L_8) <= ((uint32_t)((int32_t)13)))))
{
goto IL_009a;
}
}
{
Il2CppChar L_9 = V_1;
if (!L_9)
{
goto IL_014f;
}
}
{
Il2CppChar L_10 = V_1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_10, ((int32_t)9))))
{
case 0:
{
goto IL_02a5;
}
case 1:
{
goto IL_029a;
}
case 2:
{
goto IL_02b8;
}
case 3:
{
goto IL_02b8;
}
case 4:
{
goto IL_028e;
}
}
}
{
goto IL_02b8;
}
IL_009a:
{
Il2CppChar L_11 = V_1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_11, ((int32_t)32))))
{
case 0:
{
goto IL_02a5;
}
case 1:
{
goto IL_02b8;
}
case 2:
{
goto IL_0165;
}
case 3:
{
goto IL_02b8;
}
case 4:
{
goto IL_02b8;
}
case 5:
{
goto IL_02b8;
}
case 6:
{
goto IL_02b8;
}
case 7:
{
goto IL_0165;
}
case 8:
{
goto IL_02b8;
}
case 9:
{
goto IL_02b8;
}
case 10:
{
goto IL_02b8;
}
case 11:
{
goto IL_02b8;
}
case 12:
{
goto IL_0248;
}
case 13:
{
goto IL_0175;
}
case 14:
{
goto IL_01a8;
}
case 15:
{
goto IL_023c;
}
case 16:
{
goto IL_01a8;
}
case 17:
{
goto IL_01a8;
}
case 18:
{
goto IL_01a8;
}
case 19:
{
goto IL_01a8;
}
case 20:
{
goto IL_01a8;
}
case 21:
{
goto IL_01a8;
}
case 22:
{
goto IL_01a8;
}
case 23:
{
goto IL_01a8;
}
case 24:
{
goto IL_01a8;
}
case 25:
{
goto IL_01a8;
}
}
}
{
Il2CppChar L_12 = V_1;
if ((((int32_t)L_12) == ((int32_t)((int32_t)73))))
{
goto IL_0224;
}
}
{
goto IL_02b8;
}
IL_0118:
{
Il2CppChar L_13 = V_1;
if ((!(((uint32_t)L_13) <= ((uint32_t)((int32_t)93)))))
{
goto IL_0132;
}
}
{
Il2CppChar L_14 = V_1;
if ((((int32_t)L_14) == ((int32_t)((int32_t)78))))
{
goto IL_022c;
}
}
{
Il2CppChar L_15 = V_1;
if ((((int32_t)L_15) == ((int32_t)((int32_t)93))))
{
goto IL_0253;
}
}
{
goto IL_02b8;
}
IL_0132:
{
Il2CppChar L_16 = V_1;
if ((((int32_t)L_16) == ((int32_t)((int32_t)102))))
{
goto IL_01d0;
}
}
{
Il2CppChar L_17 = V_1;
if ((((int32_t)L_17) == ((int32_t)((int32_t)110))))
{
goto IL_0234;
}
}
{
Il2CppChar L_18 = V_1;
if ((((int32_t)L_18) == ((int32_t)((int32_t)116))))
{
goto IL_01d0;
}
}
{
goto IL_02b8;
}
IL_014f:
{
bool L_19;
L_19 = JsonTextReader_ReadNullChar_mED59672A36E9DF9B725D24CF508606ABB54CAFA6(__this, NULL);
if (!L_19)
{
goto IL_0057;
}
}
{
JsonReader_SetToken_m53C7B4EA9EC9F6D97E7CAC00F96DE6393EFEADEC(__this, 0, NULL, (bool)0, NULL);
return NULL;
}
IL_0165:
{
Il2CppChar L_20 = V_1;
int32_t L_21 = ___readType0;
JsonTextReader_ParseString_mD8CC43B7912D85812D682177D6AE07121D2AC57A(__this, L_20, L_21, NULL);
int32_t L_22 = ___readType0;
RuntimeObject* L_23;
L_23 = JsonTextReader_FinishReadQuotedStringValue_m8F071F23293B3801B94F15DD3FB582CCA549C9C4(__this, L_22, NULL);
return L_23;
}
IL_0175:
{
bool L_24;
L_24 = JsonTextReader_EnsureChars_m7CABC04368BBB274FD5A8774DFEE5AF9202E0607(__this, 1, (bool)1, NULL);
if (!L_24)
{
goto IL_019a;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_25 = __this->____chars_20;
int32_t L_26 = __this->____charPos_22;
NullCheck(L_25);
int32_t L_27 = ((int32_t)il2cpp_codegen_add(L_26, 1));
uint16_t L_28 = (uint16_t)(L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_27));
if ((!(((uint32_t)L_28) == ((uint32_t)((int32_t)73)))))
{
goto IL_019a;
}
}
{
int32_t L_29 = ___readType0;
RuntimeObject* L_30;
L_30 = JsonTextReader_ParseNumberNegativeInfinity_m66DE18B2677FAFE1F6BC99D4A0E9FBB89F47F3A1(__this, L_29, NULL);
return L_30;
}
IL_019a:
{
int32_t L_31 = ___readType0;
JsonTextReader_ParseNumber_mDB4BDACD7DFFBE6F96E723D9491438282FD703E4(__this, L_31, NULL);
RuntimeObject* L_32;
L_32 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(17 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this);
return L_32;
}
IL_01a8:
{
int32_t L_33 = ___readType0;
if ((((int32_t)L_33) == ((int32_t)4)))
{
goto IL_01c2;
}
}
{
int32_t L_34 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_34, 1));
Il2CppChar L_35 = V_1;
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_36;
L_36 = JsonTextReader_CreateUnexpectedCharacterException_m0080C6FB924D41B32A49FE1FF6723004770F81DA(__this, L_35, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ReadStringValue_m52DD00E9F1C25D4855D0023D889877D2F46D8446_RuntimeMethod_var)));
}
IL_01c2:
{
JsonTextReader_ParseNumber_mDB4BDACD7DFFBE6F96E723D9491438282FD703E4(__this, 4, NULL);
RuntimeObject* L_37;
L_37 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(17 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this);
return L_37;
}
IL_01d0:
{
int32_t L_38 = ___readType0;
if ((((int32_t)L_38) == ((int32_t)4)))
{
goto IL_01ea;
}
}
{
int32_t L_39 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_39, 1));
Il2CppChar L_40 = V_1;
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_41;
L_41 = JsonTextReader_CreateUnexpectedCharacterException_m0080C6FB924D41B32A49FE1FF6723004770F81DA(__this, L_40, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_41, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ReadStringValue_m52DD00E9F1C25D4855D0023D889877D2F46D8446_RuntimeMethod_var)));
}
IL_01ea:
{
Il2CppChar L_42 = V_1;
if ((((int32_t)L_42) == ((int32_t)((int32_t)116))))
{
goto IL_01f6;
}
}
{
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_43 = ((JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var))->___False_2;
G_B35_0 = L_43;
goto IL_01fb;
}
IL_01f6:
{
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_44 = ((JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var))->___True_1;
G_B35_0 = L_44;
}
IL_01fb:
{
V_2 = G_B35_0;
String_t* L_45 = V_2;
bool L_46;
L_46 = JsonTextReader_MatchValueWithTrailingSeparator_m2FF58D79A9DECB4E8A525FEB81764592EE375AA5(__this, L_45, NULL);
if (L_46)
{
goto IL_0219;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_47 = __this->____chars_20;
int32_t L_48 = __this->____charPos_22;
NullCheck(L_47);
int32_t L_49 = L_48;
uint16_t L_50 = (uint16_t)(L_47)->GetAt(static_cast<il2cpp_array_size_t>(L_49));
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_51;
L_51 = JsonTextReader_CreateUnexpectedCharacterException_m0080C6FB924D41B32A49FE1FF6723004770F81DA(__this, L_50, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_51, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ReadStringValue_m52DD00E9F1C25D4855D0023D889877D2F46D8446_RuntimeMethod_var)));
}
IL_0219:
{
String_t* L_52 = V_2;
JsonReader_SetToken_m57B521A8D559EBEC2CF1FED3001068F4F897FEFF(__this, ((int32_t)9), L_52, NULL);
String_t* L_53 = V_2;
return L_53;
}
IL_0224:
{
int32_t L_54 = ___readType0;
RuntimeObject* L_55;
L_55 = JsonTextReader_ParseNumberPositiveInfinity_mD0CE3A7D6489B26B0E2D720D0D643D092F8D3BE3(__this, L_54, NULL);
return L_55;
}
IL_022c:
{
int32_t L_56 = ___readType0;
RuntimeObject* L_57;
L_57 = JsonTextReader_ParseNumberNaN_m2E1E654009F175EE501616C680C9E3998DC5211F(__this, L_56, NULL);
return L_57;
}
IL_0234:
{
JsonTextReader_HandleNull_m29E36B9003D6A5A1229326201A5AAA7A84BBE17A(__this, NULL);
return NULL;
}
IL_023c:
{
JsonTextReader_ParseComment_mBA16BDED23A3AE70DDF01C0DF209FC829BE0D406(__this, (bool)0, NULL);
goto IL_0057;
}
IL_0248:
{
JsonTextReader_ProcessValueComma_mC7F07BBCAA5B3D96F7A98AB3416DECA99C76242D(__this, NULL);
goto IL_0057;
}
IL_0253:
{
int32_t L_58 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_58, 1));
int32_t L_59 = ((JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765*)__this)->____currentState_3;
if ((((int32_t)L_59) == ((int32_t)6)))
{
goto IL_027c;
}
}
{
int32_t L_60 = ((JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765*)__this)->____currentState_3;
if ((((int32_t)L_60) == ((int32_t)5)))
{
goto IL_027c;
}
}
{
int32_t L_61 = ((JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765*)__this)->____currentState_3;
if ((!(((uint32_t)L_61) == ((uint32_t)8))))
{
goto IL_0286;
}
}
IL_027c:
{
JsonReader_SetToken_m9CB3201AB80BD12AF5490EE38B0AB1E667D5757B(__this, ((int32_t)14), NULL);
return NULL;
}
IL_0286:
{
Il2CppChar L_62 = V_1;
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_63;
L_63 = JsonTextReader_CreateUnexpectedCharacterException_m0080C6FB924D41B32A49FE1FF6723004770F81DA(__this, L_62, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_63, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ReadStringValue_m52DD00E9F1C25D4855D0023D889877D2F46D8446_RuntimeMethod_var)));
}
IL_028e:
{
JsonTextReader_ProcessCarriageReturn_m9BEFD304E778395A07F6238F1B2A47AE5B07C12F(__this, (bool)0, NULL);
goto IL_0057;
}
IL_029a:
{
JsonTextReader_ProcessLineFeed_m3E201A9963B7A588FB1BFF4B8B0D3AA145E0002B(__this, NULL);
goto IL_0057;
}
IL_02a5:
{
int32_t L_64 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_64, 1));
goto IL_0057;
}
IL_02b8:
{
int32_t L_65 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_65, 1));
Il2CppChar L_66 = V_1;
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_67;
L_67 = Char_IsWhiteSpace_m9CE0F6685DB2502ABE106D160F95A287EFC07EF9(L_66, NULL);
if (L_67)
{
goto IL_0057;
}
}
{
Il2CppChar L_68 = V_1;
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_69;
L_69 = JsonTextReader_CreateUnexpectedCharacterException_m0080C6FB924D41B32A49FE1FF6723004770F81DA(__this, L_68, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_69, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ReadStringValue_m52DD00E9F1C25D4855D0023D889877D2F46D8446_RuntimeMethod_var)));
}
IL_02d9:
{
JsonTextReader_ReadFinished_m9FB34AB2BA71C2896F2425A7C2B651A2FE15F354(__this, NULL);
return NULL;
}
IL_02e1:
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_70;
L_70 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
int32_t L_71;
L_71 = JsonReader_get_CurrentState_m2B6FA669883053CDABF108A980F808CDC9F13699_inline(__this, NULL);
int32_t L_72 = L_71;
RuntimeObject* L_73 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&State_tFC19CCEAFF8F4E6C73914F3B8850C622CE3490A4_il2cpp_TypeInfo_var)), &L_72);
String_t* L_74;
L_74 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3BDE36734DA338BA8CE22868593B120CABF7E673)), L_70, L_73, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_75;
L_75 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, L_74, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_75, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ReadStringValue_m52DD00E9F1C25D4855D0023D889877D2F46D8446_RuntimeMethod_var)));
}
}
// System.Object Newtonsoft.Json.JsonTextReader::FinishReadQuotedStringValue(Newtonsoft.Json.ReadType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonTextReader_FinishReadQuotedStringValue_m8F071F23293B3801B94F15DD3FB582CCA549C9C4 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, int32_t ___readType0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_0;
memset((&V_0), 0, sizeof(V_0));
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 V_1;
memset((&V_1), 0, sizeof(V_1));
RuntimeObject* V_2 = NULL;
{
int32_t L_0 = ___readType0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, 3)))
{
case 0:
{
goto IL_001e;
}
case 1:
{
goto IL_001e;
}
case 2:
{
goto IL_008d;
}
case 3:
{
goto IL_0025;
}
case 4:
{
goto IL_0059;
}
}
}
{
goto IL_008d;
}
IL_001e:
{
RuntimeObject* L_1;
L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(17 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this);
return L_1;
}
IL_0025:
{
RuntimeObject* L_2;
L_2 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(17 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this);
V_2 = L_2;
RuntimeObject* L_3 = V_2;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_3, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var)))
{
goto IL_0042;
}
}
{
RuntimeObject* L_4 = V_2;
V_0 = ((*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)UnBox(L_4, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))));
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_5 = V_0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_6 = L_5;
RuntimeObject* L_7 = Box(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var, &L_6);
return L_7;
}
IL_0042:
{
RuntimeObject* L_8;
L_8 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(17 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this);
Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC L_9;
L_9 = JsonReader_ReadDateTimeString_m4FF3EBFF0F0493D881BACF474BB4E23B8EAF39C4(__this, ((String_t*)CastclassSealed((RuntimeObject*)L_8, String_t_il2cpp_TypeInfo_var)), NULL);
Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC L_10 = L_9;
RuntimeObject* L_11 = Box(Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC_il2cpp_TypeInfo_var, &L_10);
return L_11;
}
IL_0059:
{
RuntimeObject* L_12;
L_12 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(17 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this);
V_2 = L_12;
RuntimeObject* L_13 = V_2;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_13, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var)))
{
goto IL_0076;
}
}
{
RuntimeObject* L_14 = V_2;
V_1 = ((*(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)((DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)UnBox(L_14, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var))));
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_15 = V_1;
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_16 = L_15;
RuntimeObject* L_17 = Box(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var, &L_16);
return L_17;
}
IL_0076:
{
RuntimeObject* L_18;
L_18 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(17 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this);
Nullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B L_19;
L_19 = JsonReader_ReadDateTimeOffsetString_mA98E55BB14501C2528F2170F8FE5F3007B0EE9B3(__this, ((String_t*)CastclassSealed((RuntimeObject*)L_18, String_t_il2cpp_TypeInfo_var)), NULL);
Nullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B L_20 = L_19;
RuntimeObject* L_21 = Box(Nullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B_il2cpp_TypeInfo_var, &L_20);
return L_21;
}
IL_008d:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_22 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_22);
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_22, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBFA1DD5A2F76C53F5CEBCC19C73BE1306F5EF247)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_FinishReadQuotedStringValue_m8F071F23293B3801B94F15DD3FB582CCA549C9C4_RuntimeMethod_var)));
}
}
// Newtonsoft.Json.JsonReaderException Newtonsoft.Json.JsonTextReader::CreateUnexpectedCharacterException(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* JsonTextReader_CreateUnexpectedCharacterException_m0080C6FB924D41B32A49FE1FF6723004770F81DA (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, Il2CppChar ___c0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral939D71C3E77A3C6D9EE95ABAAB53367196A61BBF);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0;
L_0 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
Il2CppChar L_1 = ___c0;
Il2CppChar L_2 = L_1;
RuntimeObject* L_3 = Box(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var, &L_2);
String_t* L_4;
L_4 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(_stringLiteral939D71C3E77A3C6D9EE95ABAAB53367196A61BBF, L_0, L_3, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_5;
L_5 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, L_4, NULL);
return L_5;
}
}
// System.Nullable`1<System.Boolean> Newtonsoft.Json.JsonTextReader::ReadAsBoolean()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 JsonTextReader_ReadAsBoolean_m9778868B591339941F1826A947F088BF41396956 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 V_1;
memset((&V_1), 0, sizeof(V_1));
Il2CppChar V_2 = 0x0;
bool V_3 = false;
BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F V_4;
memset((&V_4), 0, sizeof(V_4));
bool V_5 = false;
String_t* V_6 = NULL;
RuntimeObject* V_7 = NULL;
String_t* G_B27_0 = NULL;
{
JsonTextReader_EnsureBuffer_mD5DD845C1E19BAA45D9ED3C7BC488920D1933004(__this, NULL);
int32_t L_0 = ((JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765*)__this)->____currentState_3;
V_0 = L_0;
int32_t L_1 = V_0;
switch (L_1)
{
case 0:
{
goto IL_005f;
}
case 1:
{
goto IL_02df;
}
case 2:
{
goto IL_005f;
}
case 3:
{
goto IL_02df;
}
case 4:
{
goto IL_02df;
}
case 5:
{
goto IL_005f;
}
case 6:
{
goto IL_005f;
}
case 7:
{
goto IL_02df;
}
case 8:
{
goto IL_004c;
}
case 9:
{
goto IL_005f;
}
case 10:
{
goto IL_005f;
}
case 11:
{
goto IL_02df;
}
case 12:
{
goto IL_02cf;
}
}
}
{
goto IL_02df;
}
IL_004c:
{
bool L_2;
L_2 = JsonTextReader_ParsePostValue_m5A3EEE31E3D1991F35854AC96C29563F587640EB(__this, (bool)1, NULL);
if (!L_2)
{
goto IL_005f;
}
}
{
il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01));
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_3 = V_1;
return L_3;
}
IL_005f:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = __this->____chars_20;
int32_t L_5 = __this->____charPos_22;
NullCheck(L_4);
int32_t L_6 = L_5;
uint16_t L_7 = (uint16_t)(L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
Il2CppChar L_8 = V_2;
if ((!(((uint32_t)L_8) <= ((uint32_t)((int32_t)57)))))
{
goto IL_010e;
}
}
{
Il2CppChar L_9 = V_2;
if (!L_9)
{
goto IL_013a;
}
}
{
Il2CppChar L_10 = V_2;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_10, ((int32_t)9))))
{
case 0:
{
goto IL_029b;
}
case 1:
{
goto IL_0290;
}
case 2:
{
goto IL_02ae;
}
case 3:
{
goto IL_02ae;
}
case 4:
{
goto IL_0284;
}
}
}
{
Il2CppChar L_11 = V_2;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_11, ((int32_t)32))))
{
case 0:
{
goto IL_029b;
}
case 1:
{
goto IL_02ae;
}
case 2:
{
goto IL_0158;
}
case 3:
{
goto IL_02ae;
}
case 4:
{
goto IL_02ae;
}
case 5:
{
goto IL_02ae;
}
case 6:
{
goto IL_02ae;
}
case 7:
{
goto IL_0158;
}
case 8:
{
goto IL_02ae;
}
case 9:
{
goto IL_02ae;
}
case 10:
{
goto IL_02ae;
}
case 11:
{
goto IL_02ae;
}
case 12:
{
goto IL_0236;
}
case 13:
{
goto IL_0188;
}
case 14:
{
goto IL_0188;
}
case 15:
{
goto IL_022a;
}
case 16:
{
goto IL_0188;
}
case 17:
{
goto IL_0188;
}
case 18:
{
goto IL_0188;
}
case 19:
{
goto IL_0188;
}
case 20:
{
goto IL_0188;
}
case 21:
{
goto IL_0188;
}
case 22:
{
goto IL_0188;
}
case 23:
{
goto IL_0188;
}
case 24:
{
goto IL_0188;
}
case 25:
{
goto IL_0188;
}
}
}
{
goto IL_02ae;
}
IL_010e:
{
Il2CppChar L_12 = V_2;
if ((!(((uint32_t)L_12) <= ((uint32_t)((int32_t)102)))))
{
goto IL_0128;
}
}
{
Il2CppChar L_13 = V_2;
if ((((int32_t)L_13) == ((int32_t)((int32_t)93))))
{
goto IL_0241;
}
}
{
Il2CppChar L_14 = V_2;
if ((((int32_t)L_14) == ((int32_t)((int32_t)102))))
{
goto IL_01dc;
}
}
{
goto IL_02ae;
}
IL_0128:
{
Il2CppChar L_15 = V_2;
if ((((int32_t)L_15) == ((int32_t)((int32_t)110))))
{
goto IL_0178;
}
}
{
Il2CppChar L_16 = V_2;
if ((((int32_t)L_16) == ((int32_t)((int32_t)116))))
{
goto IL_01dc;
}
}
{
goto IL_02ae;
}
IL_013a:
{
bool L_17;
L_17 = JsonTextReader_ReadNullChar_mED59672A36E9DF9B725D24CF508606ABB54CAFA6(__this, NULL);
if (!L_17)
{
goto IL_005f;
}
}
{
JsonReader_SetToken_m53C7B4EA9EC9F6D97E7CAC00F96DE6393EFEADEC(__this, 0, NULL, (bool)0, NULL);
il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01));
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_18 = V_1;
return L_18;
}
IL_0158:
{
Il2CppChar L_19 = V_2;
JsonTextReader_ParseString_mD8CC43B7912D85812D682177D6AE07121D2AC57A(__this, L_19, 0, NULL);
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_20 = (&__this->____stringReference_27);
String_t* L_21;
L_21 = StringReference_ToString_m14E995A62CEC0B0C1313E51D01878B015EB38EF6(L_20, NULL);
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_22;
L_22 = JsonReader_ReadBooleanString_mFFA51C5DFAFDEC91AADCCB70F0EA03BA7A3C81B2(__this, L_21, NULL);
return L_22;
}
IL_0178:
{
JsonTextReader_HandleNull_m29E36B9003D6A5A1229326201A5AAA7A84BBE17A(__this, NULL);
il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01));
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_23 = V_1;
return L_23;
}
IL_0188:
{
JsonTextReader_ParseNumber_mDB4BDACD7DFFBE6F96E723D9491438282FD703E4(__this, 0, NULL);
RuntimeObject* L_24;
L_24 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(17 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this);
V_7 = L_24;
RuntimeObject* L_25 = V_7;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_25, BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var)))
{
goto IL_01b5;
}
}
{
RuntimeObject* L_26 = V_7;
V_4 = ((*(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)((BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F*)UnBox(L_26, BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var))));
BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_27 = V_4;
il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var);
bool L_28;
L_28 = BigInteger_op_Inequality_m7E1224F9A051BF8F0DBD1001E931EC3C7F4174BC(L_27, ((int64_t)0), NULL);
V_3 = L_28;
goto IL_01c6;
}
IL_01b5:
{
RuntimeObject* L_29;
L_29 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(17 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this);
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_30;
L_30 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
bool L_31;
L_31 = Convert_ToBoolean_mB0FE0EF8913B62A513A8604E24D832B4F5CC9379(L_29, L_30, NULL);
V_3 = L_31;
}
IL_01c6:
{
bool L_32 = V_3;
bool L_33 = L_32;
RuntimeObject* L_34 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_33);
JsonReader_SetToken_m53C7B4EA9EC9F6D97E7CAC00F96DE6393EFEADEC(__this, ((int32_t)10), L_34, (bool)0, NULL);
bool L_35 = V_3;
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_36;
memset((&L_36), 0, sizeof(L_36));
Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5((&L_36), L_35, /*hidden argument*/Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var);
return L_36;
}
IL_01dc:
{
Il2CppChar L_37 = V_2;
V_5 = (bool)((((int32_t)L_37) == ((int32_t)((int32_t)116)))? 1 : 0);
bool L_38 = V_5;
if (L_38)
{
goto IL_01ee;
}
}
{
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_39 = ((JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var))->___False_2;
G_B27_0 = L_39;
goto IL_01f3;
}
IL_01ee:
{
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_40 = ((JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var))->___True_1;
G_B27_0 = L_40;
}
IL_01f3:
{
V_6 = G_B27_0;
String_t* L_41 = V_6;
bool L_42;
L_42 = JsonTextReader_MatchValueWithTrailingSeparator_m2FF58D79A9DECB4E8A525FEB81764592EE375AA5(__this, L_41, NULL);
if (L_42)
{
goto IL_0213;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_43 = __this->____chars_20;
int32_t L_44 = __this->____charPos_22;
NullCheck(L_43);
int32_t L_45 = L_44;
uint16_t L_46 = (uint16_t)(L_43)->GetAt(static_cast<il2cpp_array_size_t>(L_45));
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_47;
L_47 = JsonTextReader_CreateUnexpectedCharacterException_m0080C6FB924D41B32A49FE1FF6723004770F81DA(__this, L_46, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_47, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ReadAsBoolean_m9778868B591339941F1826A947F088BF41396956_RuntimeMethod_var)));
}
IL_0213:
{
bool L_48 = V_5;
bool L_49 = L_48;
RuntimeObject* L_50 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_49);
JsonReader_SetToken_m57B521A8D559EBEC2CF1FED3001068F4F897FEFF(__this, ((int32_t)10), L_50, NULL);
bool L_51 = V_5;
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_52;
memset((&L_52), 0, sizeof(L_52));
Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5((&L_52), L_51, /*hidden argument*/Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var);
return L_52;
}
IL_022a:
{
JsonTextReader_ParseComment_mBA16BDED23A3AE70DDF01C0DF209FC829BE0D406(__this, (bool)0, NULL);
goto IL_005f;
}
IL_0236:
{
JsonTextReader_ProcessValueComma_mC7F07BBCAA5B3D96F7A98AB3416DECA99C76242D(__this, NULL);
goto IL_005f;
}
IL_0241:
{
int32_t L_53 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_53, 1));
int32_t L_54 = ((JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765*)__this)->____currentState_3;
if ((((int32_t)L_54) == ((int32_t)6)))
{
goto IL_026a;
}
}
{
int32_t L_55 = ((JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765*)__this)->____currentState_3;
if ((((int32_t)L_55) == ((int32_t)5)))
{
goto IL_026a;
}
}
{
int32_t L_56 = ((JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765*)__this)->____currentState_3;
if ((!(((uint32_t)L_56) == ((uint32_t)8))))
{
goto IL_027c;
}
}
IL_026a:
{
JsonReader_SetToken_m9CB3201AB80BD12AF5490EE38B0AB1E667D5757B(__this, ((int32_t)14), NULL);
il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01));
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_57 = V_1;
return L_57;
}
IL_027c:
{
Il2CppChar L_58 = V_2;
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_59;
L_59 = JsonTextReader_CreateUnexpectedCharacterException_m0080C6FB924D41B32A49FE1FF6723004770F81DA(__this, L_58, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_59, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ReadAsBoolean_m9778868B591339941F1826A947F088BF41396956_RuntimeMethod_var)));
}
IL_0284:
{
JsonTextReader_ProcessCarriageReturn_m9BEFD304E778395A07F6238F1B2A47AE5B07C12F(__this, (bool)0, NULL);
goto IL_005f;
}
IL_0290:
{
JsonTextReader_ProcessLineFeed_m3E201A9963B7A588FB1BFF4B8B0D3AA145E0002B(__this, NULL);
goto IL_005f;
}
IL_029b:
{
int32_t L_60 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_60, 1));
goto IL_005f;
}
IL_02ae:
{
int32_t L_61 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_61, 1));
Il2CppChar L_62 = V_2;
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_63;
L_63 = Char_IsWhiteSpace_m9CE0F6685DB2502ABE106D160F95A287EFC07EF9(L_62, NULL);
if (L_63)
{
goto IL_005f;
}
}
{
Il2CppChar L_64 = V_2;
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_65;
L_65 = JsonTextReader_CreateUnexpectedCharacterException_m0080C6FB924D41B32A49FE1FF6723004770F81DA(__this, L_64, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_65, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ReadAsBoolean_m9778868B591339941F1826A947F088BF41396956_RuntimeMethod_var)));
}
IL_02cf:
{
JsonTextReader_ReadFinished_m9FB34AB2BA71C2896F2425A7C2B651A2FE15F354(__this, NULL);
il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01));
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_66 = V_1;
return L_66;
}
IL_02df:
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_67;
L_67 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
int32_t L_68;
L_68 = JsonReader_get_CurrentState_m2B6FA669883053CDABF108A980F808CDC9F13699_inline(__this, NULL);
int32_t L_69 = L_68;
RuntimeObject* L_70 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&State_tFC19CCEAFF8F4E6C73914F3B8850C622CE3490A4_il2cpp_TypeInfo_var)), &L_69);
String_t* L_71;
L_71 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3BDE36734DA338BA8CE22868593B120CABF7E673)), L_67, L_70, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_72;
L_72 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, L_71, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_72, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ReadAsBoolean_m9778868B591339941F1826A947F088BF41396956_RuntimeMethod_var)));
}
}
// System.Void Newtonsoft.Json.JsonTextReader::ProcessValueComma()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_ProcessValueComma_mC7F07BBCAA5B3D96F7A98AB3416DECA99C76242D (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_0, 1));
int32_t L_1 = ((JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765*)__this)->____currentState_3;
if ((((int32_t)L_1) == ((int32_t)8)))
{
goto IL_0036;
}
}
{
JsonReader_SetToken_m9CB3201AB80BD12AF5490EE38B0AB1E667D5757B(__this, ((int32_t)12), NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_2;
L_2 = JsonTextReader_CreateUnexpectedCharacterException_m0080C6FB924D41B32A49FE1FF6723004770F81DA(__this, ((int32_t)44), NULL);
int32_t L_3 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_subtract(L_3, 1));
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ProcessValueComma_mC7F07BBCAA5B3D96F7A98AB3416DECA99C76242D_RuntimeMethod_var)));
}
IL_0036:
{
JsonReader_SetStateBasedOnCurrent_m6D87B324B2C242175441D53056B94620AF006C70(__this, NULL);
return;
}
}
// System.Object Newtonsoft.Json.JsonTextReader::ReadNumberValue(Newtonsoft.Json.ReadType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonTextReader_ReadNumberValue_mEA7EBB1B9A7673A62E976573D0FD11AF3A4C49FA (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, int32_t ___readType0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Il2CppChar V_1 = 0x0;
{
JsonTextReader_EnsureBuffer_mD5DD845C1E19BAA45D9ED3C7BC488920D1933004(__this, NULL);
int32_t L_0 = ((JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765*)__this)->____currentState_3;
V_0 = L_0;
int32_t L_1 = V_0;
switch (L_1)
{
case 0:
{
goto IL_0057;
}
case 1:
{
goto IL_0250;
}
case 2:
{
goto IL_0057;
}
case 3:
{
goto IL_0250;
}
case 4:
{
goto IL_0250;
}
case 5:
{
goto IL_0057;
}
case 6:
{
goto IL_0057;
}
case 7:
{
goto IL_0250;
}
case 8:
{
goto IL_004c;
}
case 9:
{
goto IL_0057;
}
case 10:
{
goto IL_0057;
}
case 11:
{
goto IL_0250;
}
case 12:
{
goto IL_0248;
}
}
}
{
goto IL_0250;
}
IL_004c:
{
bool L_2;
L_2 = JsonTextReader_ParsePostValue_m5A3EEE31E3D1991F35854AC96C29563F587640EB(__this, (bool)1, NULL);
if (!L_2)
{
goto IL_0057;
}
}
{
return NULL;
}
IL_0057:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3 = __this->____chars_20;
int32_t L_4 = __this->____charPos_22;
NullCheck(L_3);
int32_t L_5 = L_4;
uint16_t L_6 = (uint16_t)(L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
V_1 = L_6;
Il2CppChar L_7 = V_1;
if ((!(((uint32_t)L_7) <= ((uint32_t)((int32_t)57)))))
{
goto IL_0106;
}
}
{
Il2CppChar L_8 = V_1;
if (!L_8)
{
goto IL_012c;
}
}
{
Il2CppChar L_9 = V_1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_9, ((int32_t)9))))
{
case 0:
{
goto IL_0214;
}
case 1:
{
goto IL_0209;
}
case 2:
{
goto IL_0227;
}
case 3:
{
goto IL_0227;
}
case 4:
{
goto IL_01fd;
}
}
}
{
Il2CppChar L_10 = V_1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_10, ((int32_t)32))))
{
case 0:
{
goto IL_0214;
}
case 1:
{
goto IL_0227;
}
case 2:
{
goto IL_0142;
}
case 3:
{
goto IL_0227;
}
case 4:
{
goto IL_0227;
}
case 5:
{
goto IL_0227;
}
case 6:
{
goto IL_0227;
}
case 7:
{
goto IL_0142;
}
case 8:
{
goto IL_0227;
}
case 9:
{
goto IL_0227;
}
case 10:
{
goto IL_0227;
}
case 11:
{
goto IL_0227;
}
case 12:
{
goto IL_01b7;
}
case 13:
{
goto IL_016a;
}
case 14:
{
goto IL_019d;
}
case 15:
{
goto IL_01ab;
}
case 16:
{
goto IL_019d;
}
case 17:
{
goto IL_019d;
}
case 18:
{
goto IL_019d;
}
case 19:
{
goto IL_019d;
}
case 20:
{
goto IL_019d;
}
case 21:
{
goto IL_019d;
}
case 22:
{
goto IL_019d;
}
case 23:
{
goto IL_019d;
}
case 24:
{
goto IL_019d;
}
case 25:
{
goto IL_019d;
}
}
}
{
goto IL_0227;
}
IL_0106:
{
Il2CppChar L_11 = V_1;
if ((!(((uint32_t)L_11) <= ((uint32_t)((int32_t)78)))))
{
goto IL_011a;
}
}
{
Il2CppChar L_12 = V_1;
if ((((int32_t)L_12) == ((int32_t)((int32_t)73))))
{
goto IL_0162;
}
}
{
Il2CppChar L_13 = V_1;
if ((((int32_t)L_13) == ((int32_t)((int32_t)78))))
{
goto IL_015a;
}
}
{
goto IL_0227;
}
IL_011a:
{
Il2CppChar L_14 = V_1;
if ((((int32_t)L_14) == ((int32_t)((int32_t)93))))
{
goto IL_01c2;
}
}
{
Il2CppChar L_15 = V_1;
if ((((int32_t)L_15) == ((int32_t)((int32_t)110))))
{
goto IL_0152;
}
}
{
goto IL_0227;
}
IL_012c:
{
bool L_16;
L_16 = JsonTextReader_ReadNullChar_mED59672A36E9DF9B725D24CF508606ABB54CAFA6(__this, NULL);
if (!L_16)
{
goto IL_0057;
}
}
{
JsonReader_SetToken_m53C7B4EA9EC9F6D97E7CAC00F96DE6393EFEADEC(__this, 0, NULL, (bool)0, NULL);
return NULL;
}
IL_0142:
{
Il2CppChar L_17 = V_1;
int32_t L_18 = ___readType0;
JsonTextReader_ParseString_mD8CC43B7912D85812D682177D6AE07121D2AC57A(__this, L_17, L_18, NULL);
int32_t L_19 = ___readType0;
RuntimeObject* L_20;
L_20 = JsonTextReader_FinishReadQuotedNumber_mFD6E505434388810AFBF350496C12378874109B8(__this, L_19, NULL);
return L_20;
}
IL_0152:
{
JsonTextReader_HandleNull_m29E36B9003D6A5A1229326201A5AAA7A84BBE17A(__this, NULL);
return NULL;
}
IL_015a:
{
int32_t L_21 = ___readType0;
RuntimeObject* L_22;
L_22 = JsonTextReader_ParseNumberNaN_m2E1E654009F175EE501616C680C9E3998DC5211F(__this, L_21, NULL);
return L_22;
}
IL_0162:
{
int32_t L_23 = ___readType0;
RuntimeObject* L_24;
L_24 = JsonTextReader_ParseNumberPositiveInfinity_mD0CE3A7D6489B26B0E2D720D0D643D092F8D3BE3(__this, L_23, NULL);
return L_24;
}
IL_016a:
{
bool L_25;
L_25 = JsonTextReader_EnsureChars_m7CABC04368BBB274FD5A8774DFEE5AF9202E0607(__this, 1, (bool)1, NULL);
if (!L_25)
{
goto IL_018f;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_26 = __this->____chars_20;
int32_t L_27 = __this->____charPos_22;
NullCheck(L_26);
int32_t L_28 = ((int32_t)il2cpp_codegen_add(L_27, 1));
uint16_t L_29 = (uint16_t)(L_26)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
if ((!(((uint32_t)L_29) == ((uint32_t)((int32_t)73)))))
{
goto IL_018f;
}
}
{
int32_t L_30 = ___readType0;
RuntimeObject* L_31;
L_31 = JsonTextReader_ParseNumberNegativeInfinity_m66DE18B2677FAFE1F6BC99D4A0E9FBB89F47F3A1(__this, L_30, NULL);
return L_31;
}
IL_018f:
{
int32_t L_32 = ___readType0;
JsonTextReader_ParseNumber_mDB4BDACD7DFFBE6F96E723D9491438282FD703E4(__this, L_32, NULL);
RuntimeObject* L_33;
L_33 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(17 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this);
return L_33;
}
IL_019d:
{
int32_t L_34 = ___readType0;
JsonTextReader_ParseNumber_mDB4BDACD7DFFBE6F96E723D9491438282FD703E4(__this, L_34, NULL);
RuntimeObject* L_35;
L_35 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(17 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this);
return L_35;
}
IL_01ab:
{
JsonTextReader_ParseComment_mBA16BDED23A3AE70DDF01C0DF209FC829BE0D406(__this, (bool)0, NULL);
goto IL_0057;
}
IL_01b7:
{
JsonTextReader_ProcessValueComma_mC7F07BBCAA5B3D96F7A98AB3416DECA99C76242D(__this, NULL);
goto IL_0057;
}
IL_01c2:
{
int32_t L_36 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_36, 1));
int32_t L_37 = ((JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765*)__this)->____currentState_3;
if ((((int32_t)L_37) == ((int32_t)6)))
{
goto IL_01eb;
}
}
{
int32_t L_38 = ((JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765*)__this)->____currentState_3;
if ((((int32_t)L_38) == ((int32_t)5)))
{
goto IL_01eb;
}
}
{
int32_t L_39 = ((JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765*)__this)->____currentState_3;
if ((!(((uint32_t)L_39) == ((uint32_t)8))))
{
goto IL_01f5;
}
}
IL_01eb:
{
JsonReader_SetToken_m9CB3201AB80BD12AF5490EE38B0AB1E667D5757B(__this, ((int32_t)14), NULL);
return NULL;
}
IL_01f5:
{
Il2CppChar L_40 = V_1;
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_41;
L_41 = JsonTextReader_CreateUnexpectedCharacterException_m0080C6FB924D41B32A49FE1FF6723004770F81DA(__this, L_40, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_41, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ReadNumberValue_mEA7EBB1B9A7673A62E976573D0FD11AF3A4C49FA_RuntimeMethod_var)));
}
IL_01fd:
{
JsonTextReader_ProcessCarriageReturn_m9BEFD304E778395A07F6238F1B2A47AE5B07C12F(__this, (bool)0, NULL);
goto IL_0057;
}
IL_0209:
{
JsonTextReader_ProcessLineFeed_m3E201A9963B7A588FB1BFF4B8B0D3AA145E0002B(__this, NULL);
goto IL_0057;
}
IL_0214:
{
int32_t L_42 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_42, 1));
goto IL_0057;
}
IL_0227:
{
int32_t L_43 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_43, 1));
Il2CppChar L_44 = V_1;
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_45;
L_45 = Char_IsWhiteSpace_m9CE0F6685DB2502ABE106D160F95A287EFC07EF9(L_44, NULL);
if (L_45)
{
goto IL_0057;
}
}
{
Il2CppChar L_46 = V_1;
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_47;
L_47 = JsonTextReader_CreateUnexpectedCharacterException_m0080C6FB924D41B32A49FE1FF6723004770F81DA(__this, L_46, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_47, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ReadNumberValue_mEA7EBB1B9A7673A62E976573D0FD11AF3A4C49FA_RuntimeMethod_var)));
}
IL_0248:
{
JsonTextReader_ReadFinished_m9FB34AB2BA71C2896F2425A7C2B651A2FE15F354(__this, NULL);
return NULL;
}
IL_0250:
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_48;
L_48 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
int32_t L_49;
L_49 = JsonReader_get_CurrentState_m2B6FA669883053CDABF108A980F808CDC9F13699_inline(__this, NULL);
int32_t L_50 = L_49;
RuntimeObject* L_51 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&State_tFC19CCEAFF8F4E6C73914F3B8850C622CE3490A4_il2cpp_TypeInfo_var)), &L_50);
String_t* L_52;
L_52 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3BDE36734DA338BA8CE22868593B120CABF7E673)), L_48, L_51, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_53;
L_53 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, L_52, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_53, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ReadNumberValue_mEA7EBB1B9A7673A62E976573D0FD11AF3A4C49FA_RuntimeMethod_var)));
}
}
// System.Object Newtonsoft.Json.JsonTextReader::FinishReadQuotedNumber(Newtonsoft.Json.ReadType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonTextReader_FinishReadQuotedNumber_mFD6E505434388810AFBF350496C12378874109B8 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, int32_t ___readType0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t6E154519A812D040E3016229CD7638843A2CC165_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___readType0;
if ((((int32_t)L_0) == ((int32_t)1)))
{
goto IL_000e;
}
}
{
int32_t L_1 = ___readType0;
if ((((int32_t)L_1) == ((int32_t)5)))
{
goto IL_002b;
}
}
{
int32_t L_2 = ___readType0;
if ((((int32_t)L_2) == ((int32_t)8)))
{
goto IL_0048;
}
}
{
goto IL_0065;
}
IL_000e:
{
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_3 = (&__this->____stringReference_27);
String_t* L_4;
L_4 = StringReference_ToString_m14E995A62CEC0B0C1313E51D01878B015EB38EF6(L_3, NULL);
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_5;
L_5 = JsonReader_ReadInt32String_mC88B484FFAD09A2650BC9080CA32FB6E4EF387F2(__this, L_4, NULL);
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_6 = L_5;
RuntimeObject* L_7 = Box(Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28_il2cpp_TypeInfo_var, &L_6);
return L_7;
}
IL_002b:
{
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_8 = (&__this->____stringReference_27);
String_t* L_9;
L_9 = StringReference_ToString_m14E995A62CEC0B0C1313E51D01878B015EB38EF6(L_8, NULL);
Nullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB L_10;
L_10 = JsonReader_ReadDecimalString_mF85AE314BF27C69E910E0BF7BE2BDA25FCEEF686(__this, L_9, NULL);
Nullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB L_11 = L_10;
RuntimeObject* L_12 = Box(Nullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB_il2cpp_TypeInfo_var, &L_11);
return L_12;
}
IL_0048:
{
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_13 = (&__this->____stringReference_27);
String_t* L_14;
L_14 = StringReference_ToString_m14E995A62CEC0B0C1313E51D01878B015EB38EF6(L_13, NULL);
Nullable_1_t6E154519A812D040E3016229CD7638843A2CC165 L_15;
L_15 = JsonReader_ReadDoubleString_m324284E6D595C592176860D2B67B053713664F0E(__this, L_14, NULL);
Nullable_1_t6E154519A812D040E3016229CD7638843A2CC165 L_16 = L_15;
RuntimeObject* L_17 = Box(Nullable_1_t6E154519A812D040E3016229CD7638843A2CC165_il2cpp_TypeInfo_var, &L_16);
return L_17;
}
IL_0065:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_18 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
NullCheck(L_18);
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_18, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBFA1DD5A2F76C53F5CEBCC19C73BE1306F5EF247)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_FinishReadQuotedNumber_mFD6E505434388810AFBF350496C12378874109B8_RuntimeMethod_var)));
}
}
// System.Nullable`1<System.DateTimeOffset> Newtonsoft.Json.JsonTextReader::ReadAsDateTimeOffset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B JsonTextReader_ReadAsDateTimeOffset_mC06985DFBA420610B3C5D1E56D3C69040E819A6D (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
void* L_1 = alloca(sizeof(Nullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B));
{
RuntimeObject* L_0;
L_0 = JsonTextReader_ReadStringValue_m52DD00E9F1C25D4855D0023D889877D2F46D8446(__this, 7, NULL);
UnBoxNullable(L_0, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var, L_1);
return ((*(Nullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B*)((Nullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B*)(Nullable_1_t5127ABE6809BA32727C69CB2E076B28D676EB15B*)L_1)));
}
}
// System.Nullable`1<System.Decimal> Newtonsoft.Json.JsonTextReader::ReadAsDecimal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB JsonTextReader_ReadAsDecimal_m69E52ADD0F4C82E8395A5535B0386C2849AAE096 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
void* L_1 = alloca(sizeof(Nullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB));
{
RuntimeObject* L_0;
L_0 = JsonTextReader_ReadNumberValue_mEA7EBB1B9A7673A62E976573D0FD11AF3A4C49FA(__this, 5, NULL);
UnBoxNullable(L_0, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var, L_1);
return ((*(Nullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB*)((Nullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB*)(Nullable_1_t072551AA1AA8366A46F232F8180C34AA0CFFACBB*)L_1)));
}
}
// System.Nullable`1<System.Double> Newtonsoft.Json.JsonTextReader::ReadAsDouble()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t6E154519A812D040E3016229CD7638843A2CC165 JsonTextReader_ReadAsDouble_mF6C1A2CA31BAE2DB5F2A8A1E66148F694A1478A0 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
void* L_1 = alloca(sizeof(Nullable_1_t6E154519A812D040E3016229CD7638843A2CC165));
{
RuntimeObject* L_0;
L_0 = JsonTextReader_ReadNumberValue_mEA7EBB1B9A7673A62E976573D0FD11AF3A4C49FA(__this, 8, NULL);
UnBoxNullable(L_0, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, L_1);
return ((*(Nullable_1_t6E154519A812D040E3016229CD7638843A2CC165*)((Nullable_1_t6E154519A812D040E3016229CD7638843A2CC165*)(Nullable_1_t6E154519A812D040E3016229CD7638843A2CC165*)L_1)));
}
}
// System.Void Newtonsoft.Json.JsonTextReader::HandleNull()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_HandleNull_m29E36B9003D6A5A1229326201A5AAA7A84BBE17A (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method)
{
{
bool L_0;
L_0 = JsonTextReader_EnsureChars_m7CABC04368BBB274FD5A8774DFEE5AF9202E0607(__this, 1, (bool)1, NULL);
if (!L_0)
{
goto IL_0048;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = __this->____chars_20;
int32_t L_2 = __this->____charPos_22;
NullCheck(L_1);
int32_t L_3 = ((int32_t)il2cpp_codegen_add(L_2, 1));
uint16_t L_4 = (uint16_t)(L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)117)))))
{
goto IL_0024;
}
}
{
JsonTextReader_ParseNull_m919795B4C72BE47235F01092E85A2ACFAB37D727(__this, NULL);
return;
}
IL_0024:
{
int32_t L_5 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_5, 2));
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_6 = __this->____chars_20;
int32_t L_7 = __this->____charPos_22;
NullCheck(L_6);
int32_t L_8 = ((int32_t)il2cpp_codegen_subtract(L_7, 1));
uint16_t L_9 = (uint16_t)(L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_10;
L_10 = JsonTextReader_CreateUnexpectedCharacterException_m0080C6FB924D41B32A49FE1FF6723004770F81DA(__this, L_9, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_HandleNull_m29E36B9003D6A5A1229326201A5AAA7A84BBE17A_RuntimeMethod_var)));
}
IL_0048:
{
int32_t L_11 = __this->____charsUsed_21;
__this->____charPos_22 = L_11;
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_12;
L_12 = JsonReader_CreateUnexpectedEndException_m990A0BF68A99C9BEF63C7B79654C12699612790A(__this, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_HandleNull_m29E36B9003D6A5A1229326201A5AAA7A84BBE17A_RuntimeMethod_var)));
}
}
// System.Void Newtonsoft.Json.JsonTextReader::ReadFinished()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_ReadFinished_m9FB34AB2BA71C2896F2425A7C2B651A2FE15F354 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method)
{
{
bool L_0;
L_0 = JsonTextReader_EnsureChars_m7CABC04368BBB274FD5A8774DFEE5AF9202E0607(__this, 0, (bool)0, NULL);
if (!L_0)
{
goto IL_005b;
}
}
{
JsonTextReader_EatWhitespace_m9CA8777547A7CB2C6EBA722471DC6594DE430EFB(__this, NULL);
bool L_1 = __this->____isEndOfFile_25;
if (!L_1)
{
goto IL_0019;
}
}
{
return;
}
IL_0019:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = __this->____chars_20;
int32_t L_3 = __this->____charPos_22;
NullCheck(L_2);
int32_t L_4 = L_3;
uint16_t L_5 = (uint16_t)(L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)47)))))
{
goto IL_0033;
}
}
{
JsonTextReader_ParseComment_mBA16BDED23A3AE70DDF01C0DF209FC829BE0D406(__this, (bool)0, NULL);
goto IL_005b;
}
IL_0033:
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_6;
L_6 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_7 = __this->____chars_20;
int32_t L_8 = __this->____charPos_22;
NullCheck(L_7);
int32_t L_9 = L_8;
uint16_t L_10 = (uint16_t)(L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
Il2CppChar L_11 = ((Il2CppChar)L_10);
RuntimeObject* L_12 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var)), &L_11);
String_t* L_13;
L_13 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD4375B5558631B37241ECEF7EADCC7F8558F7FD0)), L_6, L_12, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_14;
L_14 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, L_13, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ReadFinished_m9FB34AB2BA71C2896F2425A7C2B651A2FE15F354_RuntimeMethod_var)));
}
IL_005b:
{
JsonReader_SetToken_m9CB3201AB80BD12AF5490EE38B0AB1E667D5757B(__this, 0, NULL);
return;
}
}
// System.Boolean Newtonsoft.Json.JsonTextReader::ReadNullChar()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonTextReader_ReadNullChar_mED59672A36E9DF9B725D24CF508606ABB54CAFA6 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____charsUsed_21;
int32_t L_1 = __this->____charPos_22;
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
{
goto IL_0020;
}
}
{
int32_t L_2;
L_2 = JsonTextReader_ReadData_m6F95C344F7FA0C2CF2590AB617B6F26730594F21(__this, (bool)0, NULL);
if (L_2)
{
goto IL_002e;
}
}
{
__this->____isEndOfFile_25 = (bool)1;
return (bool)1;
}
IL_0020:
{
int32_t L_3 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_3, 1));
}
IL_002e:
{
return (bool)0;
}
}
// System.Void Newtonsoft.Json.JsonTextReader::EnsureBuffer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_EnsureBuffer_mD5DD845C1E19BAA45D9ED3C7BC488920D1933004 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method)
{
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = __this->____chars_20;
if (L_0)
{
goto IL_0027;
}
}
{
RuntimeObject* L_1 = __this->____arrayPool_28;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2;
L_2 = BufferUtils_RentBuffer_m70AF45505A9D28EA1A35B54194A366F69112DB9D(L_1, ((int32_t)1024), NULL);
__this->____chars_20 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____chars_20), (void*)L_2);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3 = __this->____chars_20;
NullCheck(L_3);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)0);
}
IL_0027:
{
return;
}
}
// System.Void Newtonsoft.Json.JsonTextReader::ReadStringIntoBuffer(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_ReadStringIntoBuffer_m22539A750E1BCDC2E4F23D60A3832B5AC34705C4 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, Il2CppChar ___quote0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
Il2CppChar V_4 = 0x0;
Il2CppChar V_5 = 0x0;
Il2CppChar V_6 = 0x0;
bool V_7 = false;
Il2CppChar V_8 = 0x0;
{
int32_t L_0 = __this->____charPos_22;
V_0 = L_0;
int32_t L_1 = __this->____charPos_22;
V_1 = L_1;
int32_t L_2 = __this->____charPos_22;
V_2 = L_2;
StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* L_3 = (&__this->____stringBuffer_26);
StringBuffer_set_Position_m68C6F0EBF858CFCF3D10A8D1D255B24ADA883263_inline(L_3, 0, NULL);
}
IL_0021:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = __this->____chars_20;
int32_t L_5 = V_0;
int32_t L_6 = L_5;
V_0 = ((int32_t)il2cpp_codegen_add(L_6, 1));
NullCheck(L_4);
int32_t L_7 = L_6;
uint16_t L_8 = (uint16_t)(L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
V_6 = L_8;
Il2CppChar L_9 = V_6;
if ((!(((uint32_t)L_9) <= ((uint32_t)((int32_t)13)))))
{
goto IL_004d;
}
}
{
Il2CppChar L_10 = V_6;
if (!L_10)
{
goto IL_0067;
}
}
{
Il2CppChar L_11 = V_6;
if ((((int32_t)L_11) == ((int32_t)((int32_t)10))))
{
goto IL_02c0;
}
}
{
Il2CppChar L_12 = V_6;
if ((((int32_t)L_12) == ((int32_t)((int32_t)13))))
{
goto IL_02a4;
}
}
{
goto IL_0021;
}
IL_004d:
{
Il2CppChar L_13 = V_6;
if ((((int32_t)L_13) == ((int32_t)((int32_t)34))))
{
goto IL_02db;
}
}
{
Il2CppChar L_14 = V_6;
if ((((int32_t)L_14) == ((int32_t)((int32_t)39))))
{
goto IL_02db;
}
}
{
Il2CppChar L_15 = V_6;
if ((((int32_t)L_15) == ((int32_t)((int32_t)92))))
{
goto IL_00a2;
}
}
{
goto IL_0021;
}
IL_0067:
{
int32_t L_16 = __this->____charsUsed_21;
int32_t L_17 = V_0;
if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)il2cpp_codegen_subtract(L_17, 1))))))
{
goto IL_0021;
}
}
{
int32_t L_18 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract(L_18, 1));
int32_t L_19;
L_19 = JsonTextReader_ReadData_m6F95C344F7FA0C2CF2590AB617B6F26730594F21(__this, (bool)1, NULL);
if (L_19)
{
goto IL_0021;
}
}
{
int32_t L_20 = V_0;
__this->____charPos_22 = L_20;
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_21;
L_21 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
Il2CppChar L_22 = ___quote0;
Il2CppChar L_23 = L_22;
RuntimeObject* L_24 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var)), &L_23);
String_t* L_25;
L_25 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral451FE154B618BE0288F8F244B9F13BB01C4D2FDF)), L_21, L_24, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_26;
L_26 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, L_25, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ReadStringIntoBuffer_m22539A750E1BCDC2E4F23D60A3832B5AC34705C4_RuntimeMethod_var)));
}
IL_00a2:
{
int32_t L_27 = V_0;
__this->____charPos_22 = L_27;
bool L_28;
L_28 = JsonTextReader_EnsureChars_m7CABC04368BBB274FD5A8774DFEE5AF9202E0607(__this, 0, (bool)1, NULL);
if (L_28)
{
goto IL_00cf;
}
}
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_29;
L_29 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
Il2CppChar L_30 = ___quote0;
Il2CppChar L_31 = L_30;
RuntimeObject* L_32 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var)), &L_31);
String_t* L_33;
L_33 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral451FE154B618BE0288F8F244B9F13BB01C4D2FDF)), L_29, L_32, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_34;
L_34 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, L_33, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_34, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ReadStringIntoBuffer_m22539A750E1BCDC2E4F23D60A3832B5AC34705C4_RuntimeMethod_var)));
}
IL_00cf:
{
int32_t L_35 = V_0;
V_3 = ((int32_t)il2cpp_codegen_subtract(L_35, 1));
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_36 = __this->____chars_20;
int32_t L_37 = V_0;
NullCheck(L_36);
int32_t L_38 = L_37;
uint16_t L_39 = (uint16_t)(L_36)->GetAt(static_cast<il2cpp_array_size_t>(L_38));
V_4 = L_39;
int32_t L_40 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_40, 1));
Il2CppChar L_41 = V_4;
if ((!(((uint32_t)L_41) <= ((uint32_t)((int32_t)92)))))
{
goto IL_0115;
}
}
{
Il2CppChar L_42 = V_4;
if ((!(((uint32_t)L_42) <= ((uint32_t)((int32_t)39)))))
{
goto IL_0104;
}
}
{
Il2CppChar L_43 = V_4;
if ((((int32_t)L_43) == ((int32_t)((int32_t)34))))
{
goto IL_0186;
}
}
{
Il2CppChar L_44 = V_4;
if ((((int32_t)L_44) == ((int32_t)((int32_t)39))))
{
goto IL_0186;
}
}
{
goto IL_025f;
}
IL_0104:
{
Il2CppChar L_45 = V_4;
if ((((int32_t)L_45) == ((int32_t)((int32_t)47))))
{
goto IL_0186;
}
}
{
Il2CppChar L_46 = V_4;
if ((((int32_t)L_46) == ((int32_t)((int32_t)92))))
{
goto IL_017d;
}
}
{
goto IL_025f;
}
IL_0115:
{
Il2CppChar L_47 = V_4;
if ((!(((uint32_t)L_47) <= ((uint32_t)((int32_t)102)))))
{
goto IL_012c;
}
}
{
Il2CppChar L_48 = V_4;
if ((((int32_t)L_48) == ((int32_t)((int32_t)98))))
{
goto IL_0151;
}
}
{
Il2CppChar L_49 = V_4;
if ((((int32_t)L_49) == ((int32_t)((int32_t)102))))
{
goto IL_016b;
}
}
{
goto IL_025f;
}
IL_012c:
{
Il2CppChar L_50 = V_4;
if ((((int32_t)L_50) == ((int32_t)((int32_t)110))))
{
goto IL_0162;
}
}
{
Il2CppChar L_51 = V_4;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_51, ((int32_t)114))))
{
case 0:
{
goto IL_0174;
}
case 1:
{
goto IL_025f;
}
case 2:
{
goto IL_0159;
}
case 3:
{
goto IL_018f;
}
}
}
{
goto IL_025f;
}
IL_0151:
{
V_5 = 8;
goto IL_028d;
}
IL_0159:
{
V_5 = ((int32_t)9);
goto IL_028d;
}
IL_0162:
{
V_5 = ((int32_t)10);
goto IL_028d;
}
IL_016b:
{
V_5 = ((int32_t)12);
goto IL_028d;
}
IL_0174:
{
V_5 = ((int32_t)13);
goto IL_028d;
}
IL_017d:
{
V_5 = ((int32_t)92);
goto IL_028d;
}
IL_0186:
{
Il2CppChar L_52 = V_4;
V_5 = L_52;
goto IL_028d;
}
IL_018f:
{
int32_t L_53 = V_0;
__this->____charPos_22 = L_53;
Il2CppChar L_54;
L_54 = JsonTextReader_ParseUnicode_mBB40787A8BC433976B8E9C9C645DB346972AE0C3(__this, NULL);
V_5 = L_54;
Il2CppChar L_55 = V_5;
bool L_56;
L_56 = StringUtils_IsLowSurrogate_m6B66E5D7F580BB02DD0D3BC932EB82FF581AD52A(L_55, NULL);
if (!L_56)
{
goto IL_01b3;
}
}
{
V_5 = ((int32_t)65533);
goto IL_0256;
}
IL_01b3:
{
Il2CppChar L_57 = V_5;
bool L_58;
L_58 = StringUtils_IsHighSurrogate_mFA37CF3666E8F57D57EE188FDA3BA5CA2E7B84A0(L_57, NULL);
if (!L_58)
{
goto IL_0256;
}
}
IL_01bf:
{
V_7 = (bool)0;
bool L_59;
L_59 = JsonTextReader_EnsureChars_m7CABC04368BBB274FD5A8774DFEE5AF9202E0607(__this, 2, (bool)1, NULL);
if (!L_59)
{
goto IL_0248;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_60 = __this->____chars_20;
int32_t L_61 = __this->____charPos_22;
NullCheck(L_60);
int32_t L_62 = L_61;
uint16_t L_63 = (uint16_t)(L_60)->GetAt(static_cast<il2cpp_array_size_t>(L_62));
if ((!(((uint32_t)L_63) == ((uint32_t)((int32_t)92)))))
{
goto IL_0248;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_64 = __this->____chars_20;
int32_t L_65 = __this->____charPos_22;
NullCheck(L_64);
int32_t L_66 = ((int32_t)il2cpp_codegen_add(L_65, 1));
uint16_t L_67 = (uint16_t)(L_64)->GetAt(static_cast<il2cpp_array_size_t>(L_66));
if ((!(((uint32_t)L_67) == ((uint32_t)((int32_t)117)))))
{
goto IL_0248;
}
}
{
Il2CppChar L_68 = V_5;
V_8 = L_68;
int32_t L_69 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_69, 2));
Il2CppChar L_70;
L_70 = JsonTextReader_ParseUnicode_mBB40787A8BC433976B8E9C9C645DB346972AE0C3(__this, NULL);
V_5 = L_70;
Il2CppChar L_71 = V_5;
bool L_72;
L_72 = StringUtils_IsLowSurrogate_m6B66E5D7F580BB02DD0D3BC932EB82FF581AD52A(L_71, NULL);
if (L_72)
{
goto IL_022f;
}
}
{
Il2CppChar L_73 = V_5;
bool L_74;
L_74 = StringUtils_IsHighSurrogate_mFA37CF3666E8F57D57EE188FDA3BA5CA2E7B84A0(L_73, NULL);
if (!L_74)
{
goto IL_0228;
}
}
{
V_8 = ((int32_t)65533);
V_7 = (bool)1;
goto IL_022f;
}
IL_0228:
{
V_8 = ((int32_t)65533);
}
IL_022f:
{
JsonTextReader_EnsureBufferNotEmpty_m05AC0A08C014C8603FAE0645369960741B939915(__this, NULL);
Il2CppChar L_75 = V_8;
int32_t L_76 = V_2;
int32_t L_77 = V_3;
JsonTextReader_WriteCharToBuffer_mA1684E95F08F9D0EB2A64C37BEE05D40F016CE58(__this, L_75, L_76, L_77, NULL);
int32_t L_78 = __this->____charPos_22;
V_2 = L_78;
goto IL_024f;
}
IL_0248:
{
V_5 = ((int32_t)65533);
}
IL_024f:
{
bool L_79 = V_7;
if (L_79)
{
goto IL_01bf;
}
}
IL_0256:
{
int32_t L_80 = __this->____charPos_22;
V_0 = L_80;
goto IL_028d;
}
IL_025f:
{
int32_t L_81 = V_0;
__this->____charPos_22 = L_81;
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_82;
L_82 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
String_t* L_83;
L_83 = Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C((&V_4), NULL);
String_t* L_84;
L_84 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral09B11B6CC411D8B9FFB75EAAE9A35B2AF248CE40)), L_83, NULL);
String_t* L_85;
L_85 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBFC6EFA30212A785DD99A9B079E0B792860EA6B6)), L_82, L_84, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_86;
L_86 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, L_85, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_86, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ReadStringIntoBuffer_m22539A750E1BCDC2E4F23D60A3832B5AC34705C4_RuntimeMethod_var)));
}
IL_028d:
{
JsonTextReader_EnsureBufferNotEmpty_m05AC0A08C014C8603FAE0645369960741B939915(__this, NULL);
Il2CppChar L_87 = V_5;
int32_t L_88 = V_2;
int32_t L_89 = V_3;
JsonTextReader_WriteCharToBuffer_mA1684E95F08F9D0EB2A64C37BEE05D40F016CE58(__this, L_87, L_88, L_89, NULL);
int32_t L_90 = V_0;
V_2 = L_90;
goto IL_0021;
}
IL_02a4:
{
int32_t L_91 = V_0;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_subtract(L_91, 1));
JsonTextReader_ProcessCarriageReturn_m9BEFD304E778395A07F6238F1B2A47AE5B07C12F(__this, (bool)1, NULL);
int32_t L_92 = __this->____charPos_22;
V_0 = L_92;
goto IL_0021;
}
IL_02c0:
{
int32_t L_93 = V_0;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_subtract(L_93, 1));
JsonTextReader_ProcessLineFeed_m3E201A9963B7A588FB1BFF4B8B0D3AA145E0002B(__this, NULL);
int32_t L_94 = __this->____charPos_22;
V_0 = L_94;
goto IL_0021;
}
IL_02db:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_95 = __this->____chars_20;
int32_t L_96 = V_0;
NullCheck(L_95);
int32_t L_97 = ((int32_t)il2cpp_codegen_subtract(L_96, 1));
uint16_t L_98 = (uint16_t)(L_95)->GetAt(static_cast<il2cpp_array_size_t>(L_97));
Il2CppChar L_99 = ___quote0;
if ((!(((uint32_t)L_98) == ((uint32_t)L_99))))
{
goto IL_0021;
}
}
{
int32_t L_100 = V_0;
int32_t L_101 = V_1;
int32_t L_102 = V_2;
JsonTextReader_FinishReadStringIntoBuffer_m822EA120895B478D716330FF69BA95E564A75B49(__this, ((int32_t)il2cpp_codegen_subtract(L_100, 1)), L_101, L_102, NULL);
return;
}
}
// System.Void Newtonsoft.Json.JsonTextReader::FinishReadStringIntoBuffer(System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_FinishReadStringIntoBuffer_m822EA120895B478D716330FF69BA95E564A75B49 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, int32_t ___charPos0, int32_t ___initialPosition1, int32_t ___lastWritePosition2, const RuntimeMethod* method)
{
{
int32_t L_0 = ___initialPosition1;
int32_t L_1 = ___lastWritePosition2;
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
{
goto IL_001b;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = __this->____chars_20;
int32_t L_3 = ___initialPosition1;
int32_t L_4 = ___charPos0;
int32_t L_5 = ___initialPosition1;
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C L_6;
memset((&L_6), 0, sizeof(L_6));
StringReference__ctor_mCAEF5A34A8FD029BA4399BDEAD6B9AB67515A5B2((&L_6), L_2, L_3, ((int32_t)il2cpp_codegen_subtract(L_4, L_5)), /*hidden argument*/NULL);
__this->____stringReference_27 = L_6;
Il2CppCodeGenWriteBarrier((void**)&(((&__this->____stringReference_27))->____chars_0), (void*)NULL);
goto IL_0062;
}
IL_001b:
{
JsonTextReader_EnsureBufferNotEmpty_m05AC0A08C014C8603FAE0645369960741B939915(__this, NULL);
int32_t L_7 = ___charPos0;
int32_t L_8 = ___lastWritePosition2;
if ((((int32_t)L_7) <= ((int32_t)L_8)))
{
goto IL_0040;
}
}
{
StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* L_9 = (&__this->____stringBuffer_26);
RuntimeObject* L_10 = __this->____arrayPool_28;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_11 = __this->____chars_20;
int32_t L_12 = ___lastWritePosition2;
int32_t L_13 = ___charPos0;
int32_t L_14 = ___lastWritePosition2;
StringBuffer_Append_mCF7546C3A7CED19D47B3AF5ED2E0A2D456AF5DFE(L_9, L_10, L_11, L_12, ((int32_t)il2cpp_codegen_subtract(L_13, L_14)), NULL);
}
IL_0040:
{
StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* L_15 = (&__this->____stringBuffer_26);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_16;
L_16 = StringBuffer_get_InternalBuffer_m74C440CFC916B0D891EBEB6D577BFB518CF891B0_inline(L_15, NULL);
StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* L_17 = (&__this->____stringBuffer_26);
int32_t L_18;
L_18 = StringBuffer_get_Position_m26F00F0301A7D88C7A0E2199F1E6394C2D1AB61D_inline(L_17, NULL);
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C L_19;
memset((&L_19), 0, sizeof(L_19));
StringReference__ctor_mCAEF5A34A8FD029BA4399BDEAD6B9AB67515A5B2((&L_19), L_16, 0, L_18, /*hidden argument*/NULL);
__this->____stringReference_27 = L_19;
Il2CppCodeGenWriteBarrier((void**)&(((&__this->____stringReference_27))->____chars_0), (void*)NULL);
}
IL_0062:
{
int32_t L_20 = ___charPos0;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_20, 1));
return;
}
}
// System.Void Newtonsoft.Json.JsonTextReader::WriteCharToBuffer(System.Char,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_WriteCharToBuffer_mA1684E95F08F9D0EB2A64C37BEE05D40F016CE58 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __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_tCDD0DF688243FC93296397311678087BDC2FDEEB* L_2 = (&__this->____stringBuffer_26);
RuntimeObject* L_3 = __this->____arrayPool_28;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = __this->____chars_20;
int32_t L_5 = ___lastWritePosition1;
int32_t L_6 = ___writeToPosition2;
int32_t L_7 = ___lastWritePosition1;
StringBuffer_Append_mCF7546C3A7CED19D47B3AF5ED2E0A2D456AF5DFE(L_2, L_3, L_4, L_5, ((int32_t)il2cpp_codegen_subtract(L_6, L_7)), NULL);
}
IL_001f:
{
StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* L_8 = (&__this->____stringBuffer_26);
RuntimeObject* L_9 = __this->____arrayPool_28;
Il2CppChar L_10 = ___writeChar0;
StringBuffer_Append_m77B388D5627C9D7EBB5C5848F20C396B826253AB(L_8, L_9, L_10, NULL);
return;
}
}
// System.Char Newtonsoft.Json.JsonTextReader::ConvertUnicode(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar JsonTextReader_ConvertUnicode_m64A15948BD804881A97B89240A75F14A98A2BA1A (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, bool ___enoughChars0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
bool L_0 = ___enoughChars0;
if (!L_0)
{
goto IL_005d;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = __this->____chars_20;
int32_t L_2 = __this->____charPos_22;
int32_t L_3 = __this->____charPos_22;
il2cpp_codegen_runtime_class_init_inline(ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
bool L_4;
L_4 = ConvertUtils_TryHexTextToInt_mFCB28F9712A30F71CB3A2A4B52D90CEEEFBA246C(L_1, L_2, ((int32_t)il2cpp_codegen_add(L_3, 4)), (&V_0), NULL);
if (!L_4)
{
goto IL_0035;
}
}
{
int32_t L_5 = V_0;
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
Il2CppChar L_6;
L_6 = Convert_ToChar_m22D0549E3F5013C6BA2E1E68B8807F20786889F1(L_5, NULL);
int32_t L_7 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_7, 4));
return L_6;
}
IL_0035:
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_8;
L_8 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_9 = __this->____chars_20;
int32_t L_10 = __this->____charPos_22;
String_t* L_11;
L_11 = String_CreateString_mB7B3AC2AF28010538650051A9000369B1CD6BAB6(NULL, L_9, L_10, 4, NULL);
String_t* L_12;
L_12 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2AC7AD72C8C7727EB908AAF2FE71F321499373FC)), L_8, L_11, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_13;
L_13 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, L_12, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ConvertUnicode_m64A15948BD804881A97B89240A75F14A98A2BA1A_RuntimeMethod_var)));
}
IL_005d:
{
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_14;
L_14 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral60D8A3D869242922B132601B16B00E5AE9AC8E8B)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ConvertUnicode_m64A15948BD804881A97B89240A75F14A98A2BA1A_RuntimeMethod_var)));
}
}
// System.Char Newtonsoft.Json.JsonTextReader::ParseUnicode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar JsonTextReader_ParseUnicode_mBB40787A8BC433976B8E9C9C645DB346972AE0C3 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method)
{
{
bool L_0;
L_0 = JsonTextReader_EnsureChars_m7CABC04368BBB274FD5A8774DFEE5AF9202E0607(__this, 4, (bool)1, NULL);
Il2CppChar L_1;
L_1 = JsonTextReader_ConvertUnicode_m64A15948BD804881A97B89240A75F14A98A2BA1A(__this, L_0, NULL);
return L_1;
}
}
// System.Void Newtonsoft.Json.JsonTextReader::ReadNumberIntoBuffer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_ReadNumberIntoBuffer_m696A36BDB72CA515C00A2B98A879DFAD20046A7A (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
Il2CppChar V_1 = 0x0;
{
int32_t L_0 = __this->____charPos_22;
V_0 = L_0;
}
IL_0007:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = __this->____chars_20;
int32_t L_2 = V_0;
NullCheck(L_1);
int32_t L_3 = L_2;
uint16_t L_4 = (uint16_t)(L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
V_1 = L_4;
Il2CppChar L_5 = V_1;
if (L_5)
{
goto IL_002e;
}
}
{
int32_t L_6 = V_0;
__this->____charPos_22 = L_6;
int32_t L_7 = __this->____charsUsed_21;
int32_t L_8 = V_0;
if ((!(((uint32_t)L_7) == ((uint32_t)L_8))))
{
goto IL_002d;
}
}
{
int32_t L_9;
L_9 = JsonTextReader_ReadData_m6F95C344F7FA0C2CF2590AB617B6F26730594F21(__this, (bool)1, NULL);
if (L_9)
{
goto IL_0007;
}
}
{
return;
}
IL_002d:
{
return;
}
IL_002e:
{
Il2CppChar L_10 = V_1;
int32_t L_11 = V_0;
bool L_12;
L_12 = JsonTextReader_ReadNumberCharIntoBuffer_m4FF67C243C359F36D2D5F51F19380C79EA549D29(__this, L_10, L_11, NULL);
if (!L_12)
{
goto IL_0039;
}
}
{
return;
}
IL_0039:
{
int32_t L_13 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_13, 1));
goto IL_0007;
}
}
// System.Boolean Newtonsoft.Json.JsonTextReader::ReadNumberCharIntoBuffer(System.Char,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonTextReader_ReadNumberCharIntoBuffer_m4FF67C243C359F36D2D5F51F19380C79EA549D29 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, Il2CppChar ___currentChar0, int32_t ___charPos1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Il2CppChar L_0 = ___currentChar0;
if ((!(((uint32_t)L_0) <= ((uint32_t)((int32_t)88)))))
{
goto IL_0088;
}
}
{
Il2CppChar L_1 = ___currentChar0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, ((int32_t)43))))
{
case 0:
{
goto IL_00ae;
}
case 1:
{
goto IL_00b0;
}
case 2:
{
goto IL_00ae;
}
case 3:
{
goto IL_00ae;
}
case 4:
{
goto IL_00b0;
}
case 5:
{
goto IL_00ae;
}
case 6:
{
goto IL_00ae;
}
case 7:
{
goto IL_00ae;
}
case 8:
{
goto IL_00ae;
}
case 9:
{
goto IL_00ae;
}
case 10:
{
goto IL_00ae;
}
case 11:
{
goto IL_00ae;
}
case 12:
{
goto IL_00ae;
}
case 13:
{
goto IL_00ae;
}
case 14:
{
goto IL_00ae;
}
case 15:
{
goto IL_00b0;
}
case 16:
{
goto IL_00b0;
}
case 17:
{
goto IL_00b0;
}
case 18:
{
goto IL_00b0;
}
case 19:
{
goto IL_00b0;
}
case 20:
{
goto IL_00b0;
}
case 21:
{
goto IL_00b0;
}
case 22:
{
goto IL_00ae;
}
case 23:
{
goto IL_00ae;
}
case 24:
{
goto IL_00ae;
}
case 25:
{
goto IL_00ae;
}
case 26:
{
goto IL_00ae;
}
case 27:
{
goto IL_00ae;
}
}
}
{
Il2CppChar L_2 = ___currentChar0;
if ((((int32_t)L_2) == ((int32_t)((int32_t)88))))
{
goto IL_00ae;
}
}
{
goto IL_00b0;
}
IL_0088:
{
Il2CppChar L_3 = ___currentChar0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, ((int32_t)97))))
{
case 0:
{
goto IL_00ae;
}
case 1:
{
goto IL_00ae;
}
case 2:
{
goto IL_00ae;
}
case 3:
{
goto IL_00ae;
}
case 4:
{
goto IL_00ae;
}
case 5:
{
goto IL_00ae;
}
}
}
{
Il2CppChar L_4 = ___currentChar0;
if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)120)))))
{
goto IL_00b0;
}
}
IL_00ae:
{
return (bool)0;
}
IL_00b0:
{
int32_t L_5 = ___charPos1;
__this->____charPos_22 = L_5;
Il2CppChar L_6 = ___currentChar0;
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_7;
L_7 = Char_IsWhiteSpace_m9CE0F6685DB2502ABE106D160F95A287EFC07EF9(L_6, NULL);
if (L_7)
{
goto IL_00d8;
}
}
{
Il2CppChar L_8 = ___currentChar0;
if ((((int32_t)L_8) == ((int32_t)((int32_t)44))))
{
goto IL_00d8;
}
}
{
Il2CppChar L_9 = ___currentChar0;
if ((((int32_t)L_9) == ((int32_t)((int32_t)125))))
{
goto IL_00d8;
}
}
{
Il2CppChar L_10 = ___currentChar0;
if ((((int32_t)L_10) == ((int32_t)((int32_t)93))))
{
goto IL_00d8;
}
}
{
Il2CppChar L_11 = ___currentChar0;
if ((((int32_t)L_11) == ((int32_t)((int32_t)41))))
{
goto IL_00d8;
}
}
{
Il2CppChar L_12 = ___currentChar0;
if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)47)))))
{
goto IL_00da;
}
}
IL_00d8:
{
return (bool)1;
}
IL_00da:
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_13;
L_13 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
Il2CppChar L_14 = ___currentChar0;
Il2CppChar L_15 = L_14;
RuntimeObject* L_16 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var)), &L_15);
String_t* L_17;
L_17 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral47D7A062A664CE7F57BD7DDAB24C563130766892)), L_13, L_16, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_18;
L_18 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, L_17, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ReadNumberCharIntoBuffer_m4FF67C243C359F36D2D5F51F19380C79EA549D29_RuntimeMethod_var)));
}
}
// System.Void Newtonsoft.Json.JsonTextReader::ClearRecentString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_ClearRecentString_mA9AE4B395EF4019B6E0307B2C14873C0E9A45E84 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method)
{
{
StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* L_0 = (&__this->____stringBuffer_26);
StringBuffer_set_Position_m68C6F0EBF858CFCF3D10A8D1D255B24ADA883263_inline(L_0, 0, NULL);
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_1 = (&__this->____stringReference_27);
il2cpp_codegen_initobj(L_1, sizeof(StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C));
return;
}
}
// System.Boolean Newtonsoft.Json.JsonTextReader::ParsePostValue(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonTextReader_ParsePostValue_m5A3EEE31E3D1991F35854AC96C29563F587640EB (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, bool ___ignoreComments0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
IL_0000:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = __this->____chars_20;
int32_t L_1 = __this->____charPos_22;
NullCheck(L_0);
int32_t L_2 = L_1;
uint16_t L_3 = (uint16_t)(L_0)->GetAt(static_cast<il2cpp_array_size_t>(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)9))))
{
case 0:
{
goto IL_0122;
}
case 1:
{
goto IL_0141;
}
case 2:
{
goto IL_014c;
}
case 3:
{
goto IL_014c;
}
case 4:
{
goto IL_0135;
}
}
}
{
goto IL_014c;
}
IL_003d:
{
Il2CppChar L_8 = V_0;
if ((((int32_t)L_8) == ((int32_t)((int32_t)32))))
{
goto IL_0122;
}
}
{
Il2CppChar L_9 = V_0;
if ((((int32_t)L_9) == ((int32_t)((int32_t)41))))
{
goto IL_00e2;
}
}
{
goto IL_014c;
}
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_010c;
}
}
{
Il2CppChar L_12 = V_0;
if ((((int32_t)L_12) == ((int32_t)((int32_t)47))))
{
goto IL_00fa;
}
}
{
goto IL_014c;
}
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_014c;
}
IL_007b:
{
int32_t L_15 = __this->____charsUsed_21;
int32_t L_16 = __this->____charPos_22;
if ((!(((uint32_t)L_15) == ((uint32_t)L_16))))
{
goto IL_009f;
}
}
{
int32_t L_17;
L_17 = JsonTextReader_ReadData_m6F95C344F7FA0C2CF2590AB617B6F26730594F21(__this, (bool)0, NULL);
if (L_17)
{
goto IL_0000;
}
}
{
((JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765*)__this)->____currentState_3 = ((int32_t)12);
return (bool)0;
}
IL_009f:
{
int32_t L_18 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_18, 1));
goto IL_0000;
}
IL_00b2:
{
int32_t L_19 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_19, 1));
JsonReader_SetToken_m9CB3201AB80BD12AF5490EE38B0AB1E667D5757B(__this, ((int32_t)13), NULL);
return (bool)1;
}
IL_00ca:
{
int32_t L_20 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_20, 1));
JsonReader_SetToken_m9CB3201AB80BD12AF5490EE38B0AB1E667D5757B(__this, ((int32_t)14), NULL);
return (bool)1;
}
IL_00e2:
{
int32_t L_21 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_21, 1));
JsonReader_SetToken_m9CB3201AB80BD12AF5490EE38B0AB1E667D5757B(__this, ((int32_t)15), NULL);
return (bool)1;
}
IL_00fa:
{
bool L_22 = ___ignoreComments0;
JsonTextReader_ParseComment_mBA16BDED23A3AE70DDF01C0DF209FC829BE0D406(__this, (bool)((((int32_t)L_22) == ((int32_t)0))? 1 : 0), NULL);
bool L_23 = ___ignoreComments0;
if (L_23)
{
goto IL_0000;
}
}
{
return (bool)1;
}
IL_010c:
{
int32_t L_24 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_24, 1));
JsonReader_SetStateBasedOnCurrent_m6D87B324B2C242175441D53056B94620AF006C70(__this, NULL);
return (bool)0;
}
IL_0122:
{
int32_t L_25 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_25, 1));
goto IL_0000;
}
IL_0135:
{
JsonTextReader_ProcessCarriageReturn_m9BEFD304E778395A07F6238F1B2A47AE5B07C12F(__this, (bool)0, NULL);
goto IL_0000;
}
IL_0141:
{
JsonTextReader_ProcessLineFeed_m3E201A9963B7A588FB1BFF4B8B0D3AA145E0002B(__this, NULL);
goto IL_0000;
}
IL_014c:
{
Il2CppChar L_26 = V_0;
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_27;
L_27 = Char_IsWhiteSpace_m9CE0F6685DB2502ABE106D160F95A287EFC07EF9(L_26, NULL);
if (!L_27)
{
goto IL_0167;
}
}
{
int32_t L_28 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_28, 1));
goto IL_0000;
}
IL_0167:
{
bool L_29;
L_29 = JsonReader_get_SupportMultipleContent_m28769E9E99495F868A23A8F6BDF5CB90D9B792B6_inline(__this, NULL);
if (!L_29)
{
goto IL_017f;
}
}
{
int32_t L_30;
L_30 = VirtualFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 Newtonsoft.Json.JsonReader::get_Depth() */, __this);
if (L_30)
{
goto IL_017f;
}
}
{
JsonReader_SetStateBasedOnCurrent_m6D87B324B2C242175441D53056B94620AF006C70(__this, NULL);
return (bool)0;
}
IL_017f:
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_31;
L_31 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
Il2CppChar L_32 = V_0;
Il2CppChar L_33 = L_32;
RuntimeObject* L_34 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var)), &L_33);
String_t* L_35;
L_35 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9FE6C6537467A9CE1B0920766AE42A334B64AA94)), L_31, L_34, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_36;
L_36 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, L_35, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ParsePostValue_m5A3EEE31E3D1991F35854AC96C29563F587640EB_RuntimeMethod_var)));
}
}
// System.Boolean Newtonsoft.Json.JsonTextReader::ParseObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonTextReader_ParseObject_mC928FB614717EA429B2E56B1ECE16DBEF0462C0D (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
IL_0000:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = __this->____chars_20;
int32_t L_1 = __this->____charPos_22;
NullCheck(L_0);
int32_t L_2 = L_1;
uint16_t L_3 = (uint16_t)(L_0)->GetAt(static_cast<il2cpp_array_size_t>(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)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->____charsUsed_21;
int32_t L_11 = __this->____charPos_22;
if ((!(((uint32_t)L_10) == ((uint32_t)L_11))))
{
goto IL_0062;
}
}
{
int32_t L_12;
L_12 = JsonTextReader_ReadData_m6F95C344F7FA0C2CF2590AB617B6F26730594F21(__this, (bool)0, NULL);
if (L_12)
{
goto IL_0000;
}
}
{
return (bool)0;
}
IL_0062:
{
int32_t L_13 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_13, 1));
goto IL_0000;
}
IL_0072:
{
JsonReader_SetToken_m9CB3201AB80BD12AF5490EE38B0AB1E667D5757B(__this, ((int32_t)13), NULL);
int32_t L_14 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_14, 1));
return (bool)1;
}
IL_008a:
{
JsonTextReader_ParseComment_mBA16BDED23A3AE70DDF01C0DF209FC829BE0D406(__this, (bool)1, NULL);
return (bool)1;
}
IL_0093:
{
JsonTextReader_ProcessCarriageReturn_m9BEFD304E778395A07F6238F1B2A47AE5B07C12F(__this, (bool)0, NULL);
goto IL_0000;
}
IL_009f:
{
JsonTextReader_ProcessLineFeed_m3E201A9963B7A588FB1BFF4B8B0D3AA145E0002B(__this, NULL);
goto IL_0000;
}
IL_00aa:
{
int32_t L_15 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_15, 1));
goto IL_0000;
}
IL_00bd:
{
Il2CppChar L_16 = V_0;
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_17;
L_17 = Char_IsWhiteSpace_m9CE0F6685DB2502ABE106D160F95A287EFC07EF9(L_16, NULL);
if (!L_17)
{
goto IL_00d8;
}
}
{
int32_t L_18 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_18, 1));
goto IL_0000;
}
IL_00d8:
{
bool L_19;
L_19 = JsonTextReader_ParseProperty_m884E9FD46B7F7447F767D11E0DB5105C6320D153(__this, NULL);
return L_19;
}
}
// System.Boolean Newtonsoft.Json.JsonTextReader::ParseProperty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonTextReader_ParseProperty_m884E9FD46B7F7447F767D11E0DB5105C6320D153 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method)
{
Il2CppChar V_0 = 0x0;
Il2CppChar V_1 = 0x0;
String_t* V_2 = NULL;
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = __this->____chars_20;
int32_t L_1 = __this->____charPos_22;
NullCheck(L_0);
int32_t L_2 = L_1;
uint16_t L_3 = (uint16_t)(L_0)->GetAt(static_cast<il2cpp_array_size_t>(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->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_6, 1));
Il2CppChar L_7 = V_0;
V_1 = L_7;
JsonTextReader_ShiftBufferIfNeeded_mD95108D35B37F15DEFE4279E975DE93C324762FC(__this, NULL);
Il2CppChar L_8 = V_1;
JsonTextReader_ReadStringIntoBuffer_m22539A750E1BCDC2E4F23D60A3832B5AC34705C4(__this, L_8, NULL);
goto IL_0078;
}
IL_0037:
{
Il2CppChar L_9 = V_0;
bool L_10;
L_10 = JsonTextReader_ValidIdentifierChar_m556A407C4A508D28AD593498F1D4EFEB06ACF063(__this, L_9, NULL);
if (!L_10)
{
goto IL_0050;
}
}
{
V_1 = 0;
JsonTextReader_ShiftBufferIfNeeded_mD95108D35B37F15DEFE4279E975DE93C324762FC(__this, NULL);
JsonTextReader_ParseUnquotedProperty_m27D01F8849EF755498630A3ED41AB622D3AF732A(__this, NULL);
goto IL_0078;
}
IL_0050:
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_11;
L_11 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_12 = __this->____chars_20;
int32_t L_13 = __this->____charPos_22;
NullCheck(L_12);
int32_t L_14 = L_13;
uint16_t L_15 = (uint16_t)(L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
Il2CppChar L_16 = ((Il2CppChar)L_15);
RuntimeObject* L_17 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var)), &L_16);
String_t* L_18;
L_18 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral546DC8042D987ADE62998CEBF32C2F71A92A8154)), L_11, L_17, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_19;
L_19 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, L_18, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ParseProperty_m884E9FD46B7F7447F767D11E0DB5105C6320D153_RuntimeMethod_var)));
}
IL_0078:
{
JsonNameTable_t0B2C7BA303E82F2C1E3C1176620FA86FA3BB611F* L_20;
L_20 = JsonTextReader_get_PropertyNameTable_mFF19052283A1C0AEA8A9F7265479673FF50D863C_inline(__this, NULL);
if (!L_20)
{
goto IL_00c4;
}
}
{
JsonNameTable_t0B2C7BA303E82F2C1E3C1176620FA86FA3BB611F* L_21;
L_21 = JsonTextReader_get_PropertyNameTable_mFF19052283A1C0AEA8A9F7265479673FF50D863C_inline(__this, NULL);
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_22 = (&__this->____stringReference_27);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_23;
L_23 = StringReference_get_Chars_mCAEA9DDED5058DE07529C24621E510E396B79A6B_inline(L_22, NULL);
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_24 = (&__this->____stringReference_27);
int32_t L_25;
L_25 = StringReference_get_StartIndex_mC3DD76078312694DB7C297115073EAE930B42925_inline(L_24, NULL);
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_26 = (&__this->____stringReference_27);
int32_t L_27;
L_27 = StringReference_get_Length_m65CF2F68237C0273F5BE4B4B0DCD4247CD940385_inline(L_26, NULL);
NullCheck(L_21);
String_t* L_28;
L_28 = VirtualFuncInvoker3< String_t*, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t, int32_t >::Invoke(4 /* System.String Newtonsoft.Json.JsonNameTable::Get(System.Char[],System.Int32,System.Int32) */, L_21, L_23, L_25, L_27);
V_2 = L_28;
String_t* L_29 = V_2;
if (L_29)
{
goto IL_00d6;
}
}
{
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_30 = (&__this->____stringReference_27);
String_t* L_31;
L_31 = StringReference_ToString_m14E995A62CEC0B0C1313E51D01878B015EB38EF6(L_30, NULL);
V_2 = L_31;
goto IL_00d6;
}
IL_00c4:
{
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_32 = (&__this->____stringReference_27);
String_t* L_33;
L_33 = StringReference_ToString_m14E995A62CEC0B0C1313E51D01878B015EB38EF6(L_32, NULL);
V_2 = L_33;
}
IL_00d6:
{
JsonTextReader_EatWhitespace_m9CA8777547A7CB2C6EBA722471DC6594DE430EFB(__this, NULL);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_34 = __this->____chars_20;
int32_t L_35 = __this->____charPos_22;
NullCheck(L_34);
int32_t L_36 = L_35;
uint16_t L_37 = (uint16_t)(L_34)->GetAt(static_cast<il2cpp_array_size_t>(L_36));
if ((((int32_t)L_37) == ((int32_t)((int32_t)58))))
{
goto IL_0115;
}
}
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_38;
L_38 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_39 = __this->____chars_20;
int32_t L_40 = __this->____charPos_22;
NullCheck(L_39);
int32_t L_41 = L_40;
uint16_t L_42 = (uint16_t)(L_39)->GetAt(static_cast<il2cpp_array_size_t>(L_41));
Il2CppChar L_43 = ((Il2CppChar)L_42);
RuntimeObject* L_44 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var)), &L_43);
String_t* L_45;
L_45 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3CB83D01AFDFD325DD1290B1890CD781893086B0)), L_38, L_44, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_46;
L_46 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, L_45, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_46, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ParseProperty_m884E9FD46B7F7447F767D11E0DB5105C6320D153_RuntimeMethod_var)));
}
IL_0115:
{
int32_t L_47 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_47, 1));
String_t* L_48 = V_2;
JsonReader_SetToken_m57B521A8D559EBEC2CF1FED3001068F4F897FEFF(__this, 4, L_48, NULL);
Il2CppChar L_49 = V_1;
((JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765*)__this)->____quoteChar_2 = L_49;
JsonTextReader_ClearRecentString_mA9AE4B395EF4019B6E0307B2C14873C0E9A45E84(__this, NULL);
return (bool)1;
}
}
// System.Boolean Newtonsoft.Json.JsonTextReader::ValidIdentifierChar(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonTextReader_ValidIdentifierChar_m556A407C4A508D28AD593498F1D4EFEB06ACF063 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, Il2CppChar ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Il2CppChar L_0 = ___value0;
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Char_IsLetterOrDigit_m3187D9080624F8059033B204FB5F52FF3632E11C(L_0, 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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_ParseUnquotedProperty_m27D01F8849EF755498630A3ED41AB622D3AF732A (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
Il2CppChar V_1 = 0x0;
{
int32_t L_0 = __this->____charPos_22;
V_0 = L_0;
}
IL_0007:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = __this->____chars_20;
int32_t L_2 = __this->____charPos_22;
NullCheck(L_1);
int32_t L_3 = L_2;
uint16_t L_4 = (uint16_t)(L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
V_1 = L_4;
Il2CppChar L_5 = V_1;
if (L_5)
{
goto IL_0056;
}
}
{
int32_t L_6 = __this->____charsUsed_21;
int32_t L_7 = __this->____charPos_22;
if ((!(((uint32_t)L_6) == ((uint32_t)L_7))))
{
goto IL_003b;
}
}
{
int32_t L_8;
L_8 = JsonTextReader_ReadData_m6F95C344F7FA0C2CF2590AB617B6F26730594F21(__this, (bool)1, NULL);
if (L_8)
{
goto IL_0007;
}
}
{
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_9;
L_9 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8A4CB13FA4ACF90231000678CC69D8AC0A01FE73)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ParseUnquotedProperty_m27D01F8849EF755498630A3ED41AB622D3AF732A_RuntimeMethod_var)));
}
IL_003b:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_10 = __this->____chars_20;
int32_t L_11 = V_0;
int32_t L_12 = __this->____charPos_22;
int32_t L_13 = V_0;
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C L_14;
memset((&L_14), 0, sizeof(L_14));
StringReference__ctor_mCAEF5A34A8FD029BA4399BDEAD6B9AB67515A5B2((&L_14), L_10, L_11, ((int32_t)il2cpp_codegen_subtract(L_12, L_13)), /*hidden argument*/NULL);
__this->____stringReference_27 = L_14;
Il2CppCodeGenWriteBarrier((void**)&(((&__this->____stringReference_27))->____chars_0), (void*)NULL);
return;
}
IL_0056:
{
Il2CppChar L_15 = V_1;
int32_t L_16 = V_0;
bool L_17;
L_17 = JsonTextReader_ReadUnquotedPropertyReportIfDone_mE2F8D4D773936DD07DE1138B649FC553992685F8(__this, L_15, L_16, NULL);
if (!L_17)
{
goto IL_0007;
}
}
{
return;
}
}
// System.Boolean Newtonsoft.Json.JsonTextReader::ReadUnquotedPropertyReportIfDone(System.Char,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonTextReader_ReadUnquotedPropertyReportIfDone_mE2F8D4D773936DD07DE1138B649FC553992685F8 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, Il2CppChar ___currentChar0, int32_t ___initialPosition1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Il2CppChar L_0 = ___currentChar0;
bool L_1;
L_1 = JsonTextReader_ValidIdentifierChar_m556A407C4A508D28AD593498F1D4EFEB06ACF063(__this, L_0, NULL);
if (!L_1)
{
goto IL_0019;
}
}
{
int32_t L_2 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_2, 1));
return (bool)0;
}
IL_0019:
{
Il2CppChar L_3 = ___currentChar0;
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_4;
L_4 = Char_IsWhiteSpace_m9CE0F6685DB2502ABE106D160F95A287EFC07EF9(L_3, NULL);
if (L_4)
{
goto IL_0026;
}
}
{
Il2CppChar L_5 = ___currentChar0;
if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)58)))))
{
goto IL_0042;
}
}
IL_0026:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_6 = __this->____chars_20;
int32_t L_7 = ___initialPosition1;
int32_t L_8 = __this->____charPos_22;
int32_t L_9 = ___initialPosition1;
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C L_10;
memset((&L_10), 0, sizeof(L_10));
StringReference__ctor_mCAEF5A34A8FD029BA4399BDEAD6B9AB67515A5B2((&L_10), L_6, L_7, ((int32_t)il2cpp_codegen_subtract(L_8, L_9)), /*hidden argument*/NULL);
__this->____stringReference_27 = L_10;
Il2CppCodeGenWriteBarrier((void**)&(((&__this->____stringReference_27))->____chars_0), (void*)NULL);
return (bool)1;
}
IL_0042:
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_11;
L_11 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
Il2CppChar L_12 = ___currentChar0;
Il2CppChar L_13 = L_12;
RuntimeObject* L_14 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var)), &L_13);
String_t* L_15;
L_15 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA1D84A955BA15307F2CBD1A2AAE0A3D075B4321F)), L_11, L_14, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_16;
L_16 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, L_15, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ReadUnquotedPropertyReportIfDone_mE2F8D4D773936DD07DE1138B649FC553992685F8_RuntimeMethod_var)));
}
}
// System.Boolean Newtonsoft.Json.JsonTextReader::ParseValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonTextReader_ParseValue_mDED4C55A0064009E981474138317B8D7CA778E81 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
Il2CppChar V_1 = 0x0;
IL_0000:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = __this->____chars_20;
int32_t L_1 = __this->____charPos_22;
NullCheck(L_0);
int32_t L_2 = L_1;
uint16_t L_3 = (uint16_t)(L_0)->GetAt(static_cast<il2cpp_array_size_t>(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)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)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->____charsUsed_21;
int32_t L_24 = __this->____charPos_22;
if ((!(((uint32_t)L_23) == ((uint32_t)L_24))))
{
goto IL_0103;
}
}
{
int32_t L_25;
L_25 = JsonTextReader_ReadData_m6F95C344F7FA0C2CF2590AB617B6F26730594F21(__this, (bool)0, NULL);
if (L_25)
{
goto IL_0000;
}
}
{
return (bool)0;
}
IL_0103:
{
int32_t L_26 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_26, 1));
goto IL_0000;
}
IL_0116:
{
Il2CppChar L_27 = V_0;
JsonTextReader_ParseString_mD8CC43B7912D85812D682177D6AE07121D2AC57A(__this, L_27, 0, NULL);
return (bool)1;
}
IL_0120:
{
JsonTextReader_ParseTrue_m680ED3A5A15B4AAA22B378E92B3D489F4696A3F4(__this, NULL);
return (bool)1;
}
IL_0128:
{
JsonTextReader_ParseFalse_m0E30E5B9698EBA3749591A9EF0AB71DFD93CB8B0(__this, NULL);
return (bool)1;
}
IL_0130:
{
bool L_28;
L_28 = JsonTextReader_EnsureChars_m7CABC04368BBB274FD5A8774DFEE5AF9202E0607(__this, 1, (bool)1, NULL);
if (!L_28)
{
goto IL_0178;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_29 = __this->____chars_20;
int32_t L_30 = __this->____charPos_22;
NullCheck(L_29);
int32_t L_31 = ((int32_t)il2cpp_codegen_add(L_30, 1));
uint16_t L_32 = (uint16_t)(L_29)->GetAt(static_cast<il2cpp_array_size_t>(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_m919795B4C72BE47235F01092E85A2ACFAB37D727(__this, 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_m3B027AEEF6FD5790100D8F094046DC1D6EE5A677(__this, NULL);
goto IL_018d;
}
IL_0164:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_35 = __this->____chars_20;
int32_t L_36 = __this->____charPos_22;
NullCheck(L_35);
int32_t L_37 = L_36;
uint16_t L_38 = (uint16_t)(L_35)->GetAt(static_cast<il2cpp_array_size_t>(L_37));
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_39;
L_39 = JsonTextReader_CreateUnexpectedCharacterException_m0080C6FB924D41B32A49FE1FF6723004770F81DA(__this, L_38, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_39, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ParseValue_mDED4C55A0064009E981474138317B8D7CA778E81_RuntimeMethod_var)));
}
IL_0178:
{
int32_t L_40 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_40, 1));
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_41;
L_41 = JsonReader_CreateUnexpectedEndException_m990A0BF68A99C9BEF63C7B79654C12699612790A(__this, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_41, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ParseValue_mDED4C55A0064009E981474138317B8D7CA778E81_RuntimeMethod_var)));
}
IL_018d:
{
return (bool)1;
}
IL_018f:
{
RuntimeObject* L_42;
L_42 = JsonTextReader_ParseNumberNaN_m2E1E654009F175EE501616C680C9E3998DC5211F(__this, 0, NULL);
return (bool)1;
}
IL_0199:
{
RuntimeObject* L_43;
L_43 = JsonTextReader_ParseNumberPositiveInfinity_mD0CE3A7D6489B26B0E2D720D0D643D092F8D3BE3(__this, 0, NULL);
return (bool)1;
}
IL_01a3:
{
bool L_44;
L_44 = JsonTextReader_EnsureChars_m7CABC04368BBB274FD5A8774DFEE5AF9202E0607(__this, 1, (bool)1, NULL);
if (!L_44)
{
goto IL_01ca;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_45 = __this->____chars_20;
int32_t L_46 = __this->____charPos_22;
NullCheck(L_45);
int32_t L_47 = ((int32_t)il2cpp_codegen_add(L_46, 1));
uint16_t L_48 = (uint16_t)(L_45)->GetAt(static_cast<il2cpp_array_size_t>(L_47));
if ((!(((uint32_t)L_48) == ((uint32_t)((int32_t)73)))))
{
goto IL_01ca;
}
}
{
RuntimeObject* L_49;
L_49 = JsonTextReader_ParseNumberNegativeInfinity_m66DE18B2677FAFE1F6BC99D4A0E9FBB89F47F3A1(__this, 0, NULL);
goto IL_01d1;
}
IL_01ca:
{
JsonTextReader_ParseNumber_mDB4BDACD7DFFBE6F96E723D9491438282FD703E4(__this, 0, NULL);
}
IL_01d1:
{
return (bool)1;
}
IL_01d3:
{
JsonTextReader_ParseComment_mBA16BDED23A3AE70DDF01C0DF209FC829BE0D406(__this, (bool)1, NULL);
return (bool)1;
}
IL_01dc:
{
JsonTextReader_ParseUndefined_mE51CFE534A88607500322D701E3FB32BA047BF26(__this, NULL);
return (bool)1;
}
IL_01e4:
{
int32_t L_50 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_50, 1));
JsonReader_SetToken_m9CB3201AB80BD12AF5490EE38B0AB1E667D5757B(__this, 1, NULL);
return (bool)1;
}
IL_01fb:
{
int32_t L_51 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_51, 1));
JsonReader_SetToken_m9CB3201AB80BD12AF5490EE38B0AB1E667D5757B(__this, 2, NULL);
return (bool)1;
}
IL_0212:
{
int32_t L_52 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_52, 1));
JsonReader_SetToken_m9CB3201AB80BD12AF5490EE38B0AB1E667D5757B(__this, ((int32_t)14), NULL);
return (bool)1;
}
IL_022a:
{
JsonReader_SetToken_m9CB3201AB80BD12AF5490EE38B0AB1E667D5757B(__this, ((int32_t)12), NULL);
return (bool)1;
}
IL_0234:
{
int32_t L_53 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_53, 1));
JsonReader_SetToken_m9CB3201AB80BD12AF5490EE38B0AB1E667D5757B(__this, ((int32_t)15), NULL);
return (bool)1;
}
IL_024c:
{
JsonTextReader_ProcessCarriageReturn_m9BEFD304E778395A07F6238F1B2A47AE5B07C12F(__this, (bool)0, NULL);
goto IL_0000;
}
IL_0258:
{
JsonTextReader_ProcessLineFeed_m3E201A9963B7A588FB1BFF4B8B0D3AA145E0002B(__this, NULL);
goto IL_0000;
}
IL_0263:
{
int32_t L_54 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_54, 1));
goto IL_0000;
}
IL_0276:
{
Il2CppChar L_55 = V_0;
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_56;
L_56 = Char_IsWhiteSpace_m9CE0F6685DB2502ABE106D160F95A287EFC07EF9(L_55, NULL);
if (!L_56)
{
goto IL_0291;
}
}
{
int32_t L_57 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_57, 1));
goto IL_0000;
}
IL_0291:
{
Il2CppChar L_58 = V_0;
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_59;
L_59 = Char_IsNumber_mDC791095BD939D5BC25410006FB6619CB77C2716(L_58, NULL);
if (L_59)
{
goto IL_02a3;
}
}
{
Il2CppChar L_60 = V_0;
if ((((int32_t)L_60) == ((int32_t)((int32_t)45))))
{
goto IL_02a3;
}
}
{
Il2CppChar L_61 = V_0;
if ((!(((uint32_t)L_61) == ((uint32_t)((int32_t)46)))))
{
goto IL_02ac;
}
}
IL_02a3:
{
JsonTextReader_ParseNumber_mDB4BDACD7DFFBE6F96E723D9491438282FD703E4(__this, 0, NULL);
return (bool)1;
}
IL_02ac:
{
Il2CppChar L_62 = V_0;
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_63;
L_63 = JsonTextReader_CreateUnexpectedCharacterException_m0080C6FB924D41B32A49FE1FF6723004770F81DA(__this, L_62, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_63, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ParseValue_mDED4C55A0064009E981474138317B8D7CA778E81_RuntimeMethod_var)));
}
}
// System.Void Newtonsoft.Json.JsonTextReader::ProcessLineFeed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_ProcessLineFeed_m3E201A9963B7A588FB1BFF4B8B0D3AA145E0002B (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_0, 1));
int32_t L_1 = __this->____charPos_22;
JsonTextReader_OnNewLine_m81EAB877B3ED61FD2CA6EEB7A25D981649E8CCE2(__this, L_1, NULL);
return;
}
}
// System.Void Newtonsoft.Json.JsonTextReader::ProcessCarriageReturn(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_ProcessCarriageReturn_m9BEFD304E778395A07F6238F1B2A47AE5B07C12F (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, bool ___append0, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_0, 1));
bool L_1 = ___append0;
bool L_2;
L_2 = JsonTextReader_EnsureChars_m7CABC04368BBB274FD5A8774DFEE5AF9202E0607(__this, 1, L_1, NULL);
JsonTextReader_SetNewLine_m89308BD49C9C108A8102BC4C02B7A6F51AE788C7(__this, L_2, NULL);
return;
}
}
// System.Void Newtonsoft.Json.JsonTextReader::EatWhitespace()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_EatWhitespace_m9CA8777547A7CB2C6EBA722471DC6594DE430EFB (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
IL_0000:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = __this->____chars_20;
int32_t L_1 = __this->____charPos_22;
NullCheck(L_0);
int32_t L_2 = L_1;
uint16_t L_3 = (uint16_t)(L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
V_0 = L_3;
Il2CppChar L_4 = V_0;
if (!L_4)
{
goto IL_001d;
}
}
{
Il2CppChar L_5 = V_0;
if ((((int32_t)L_5) == ((int32_t)((int32_t)10))))
{
goto IL_004e;
}
}
{
Il2CppChar L_6 = V_0;
if ((((int32_t)L_6) == ((int32_t)((int32_t)13))))
{
goto IL_0045;
}
}
{
goto IL_0056;
}
IL_001d:
{
int32_t L_7 = __this->____charsUsed_21;
int32_t L_8 = __this->____charPos_22;
if ((!(((uint32_t)L_7) == ((uint32_t)L_8))))
{
goto IL_0035;
}
}
{
int32_t L_9;
L_9 = JsonTextReader_ReadData_m6F95C344F7FA0C2CF2590AB617B6F26730594F21(__this, (bool)0, NULL);
if (L_9)
{
goto IL_0000;
}
}
{
return;
}
IL_0035:
{
int32_t L_10 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_10, 1));
goto IL_0000;
}
IL_0045:
{
JsonTextReader_ProcessCarriageReturn_m9BEFD304E778395A07F6238F1B2A47AE5B07C12F(__this, (bool)0, NULL);
goto IL_0000;
}
IL_004e:
{
JsonTextReader_ProcessLineFeed_m3E201A9963B7A588FB1BFF4B8B0D3AA145E0002B(__this, NULL);
goto IL_0000;
}
IL_0056:
{
Il2CppChar L_11 = V_0;
if ((((int32_t)L_11) == ((int32_t)((int32_t)32))))
{
goto IL_0063;
}
}
{
Il2CppChar L_12 = V_0;
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_13;
L_13 = Char_IsWhiteSpace_m9CE0F6685DB2502ABE106D160F95A287EFC07EF9(L_12, NULL);
if (!L_13)
{
goto IL_0073;
}
}
IL_0063:
{
int32_t L_14 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_14, 1));
goto IL_0000;
}
IL_0073:
{
return;
}
}
// System.Void Newtonsoft.Json.JsonTextReader::ParseConstructor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_ParseConstructor_m3B027AEEF6FD5790100D8F094046DC1D6EE5A677 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral33F3CCC8C96B52CBA9D88D899779B6191CE15B79);
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;
L_0 = JsonTextReader_MatchValueWithTrailingSeparator_m2FF58D79A9DECB4E8A525FEB81764592EE375AA5(__this, _stringLiteral33F3CCC8C96B52CBA9D88D899779B6191CE15B79, NULL);
if (!L_0)
{
goto IL_0178;
}
}
{
JsonTextReader_EatWhitespace_m9CA8777547A7CB2C6EBA722471DC6594DE430EFB(__this, NULL);
int32_t L_1 = __this->____charPos_22;
V_0 = L_1;
}
IL_001d:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = __this->____chars_20;
int32_t L_3 = __this->____charPos_22;
NullCheck(L_2);
int32_t L_4 = L_3;
uint16_t L_5 = (uint16_t)(L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
V_3 = L_5;
Il2CppChar L_6 = V_3;
if (L_6)
{
goto IL_006b;
}
}
{
int32_t L_7 = __this->____charsUsed_21;
int32_t L_8 = __this->____charPos_22;
if ((!(((uint32_t)L_7) == ((uint32_t)L_8))))
{
goto IL_0051;
}
}
{
int32_t L_9;
L_9 = JsonTextReader_ReadData_m6F95C344F7FA0C2CF2590AB617B6F26730594F21(__this, (bool)1, NULL);
if (L_9)
{
goto IL_001d;
}
}
{
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_10;
L_10 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEF71D65961F6679C9A6BD7E304B6876E8D54E895)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ParseConstructor_m3B027AEEF6FD5790100D8F094046DC1D6EE5A677_RuntimeMethod_var)));
}
IL_0051:
{
int32_t L_11 = __this->____charPos_22;
V_1 = L_11;
int32_t L_12 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_12, 1));
goto IL_00f5;
}
IL_006b:
{
Il2CppChar L_13 = V_3;
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_14;
L_14 = Char_IsLetterOrDigit_m3187D9080624F8059033B204FB5F52FF3632E11C(L_13, NULL);
if (!L_14)
{
goto IL_0083;
}
}
{
int32_t L_15 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_15, 1));
goto IL_001d;
}
IL_0083:
{
Il2CppChar L_16 = V_3;
if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)13)))))
{
goto IL_0098;
}
}
{
int32_t L_17 = __this->____charPos_22;
V_1 = L_17;
JsonTextReader_ProcessCarriageReturn_m9BEFD304E778395A07F6238F1B2A47AE5B07C12F(__this, (bool)1, NULL);
goto IL_00f5;
}
IL_0098:
{
Il2CppChar L_18 = V_3;
if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)10)))))
{
goto IL_00ac;
}
}
{
int32_t L_19 = __this->____charPos_22;
V_1 = L_19;
JsonTextReader_ProcessLineFeed_m3E201A9963B7A588FB1BFF4B8B0D3AA145E0002B(__this, NULL);
goto IL_00f5;
}
IL_00ac:
{
Il2CppChar L_20 = V_3;
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_21;
L_21 = Char_IsWhiteSpace_m9CE0F6685DB2502ABE106D160F95A287EFC07EF9(L_20, NULL);
if (!L_21)
{
goto IL_00cb;
}
}
{
int32_t L_22 = __this->____charPos_22;
V_1 = L_22;
int32_t L_23 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_23, 1));
goto IL_00f5;
}
IL_00cb:
{
Il2CppChar L_24 = V_3;
if ((!(((uint32_t)L_24) == ((uint32_t)((int32_t)40)))))
{
goto IL_00d9;
}
}
{
int32_t L_25 = __this->____charPos_22;
V_1 = L_25;
goto IL_00f5;
}
IL_00d9:
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_26;
L_26 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
Il2CppChar L_27 = V_3;
Il2CppChar L_28 = L_27;
RuntimeObject* L_29 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var)), &L_28);
String_t* L_30;
L_30 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral57B341789365819E03B537390DEEB644B5EB0CEA)), L_26, L_29, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_31;
L_31 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, L_30, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_31, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ParseConstructor_m3B027AEEF6FD5790100D8F094046DC1D6EE5A677_RuntimeMethod_var)));
}
IL_00f5:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_32 = __this->____chars_20;
int32_t L_33 = V_0;
int32_t L_34 = V_1;
int32_t L_35 = V_0;
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C L_36;
memset((&L_36), 0, sizeof(L_36));
StringReference__ctor_mCAEF5A34A8FD029BA4399BDEAD6B9AB67515A5B2((&L_36), L_32, L_33, ((int32_t)il2cpp_codegen_subtract(L_34, L_35)), /*hidden argument*/NULL);
__this->____stringReference_27 = L_36;
Il2CppCodeGenWriteBarrier((void**)&(((&__this->____stringReference_27))->____chars_0), (void*)NULL);
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_37 = (&__this->____stringReference_27);
String_t* L_38;
L_38 = StringReference_ToString_m14E995A62CEC0B0C1313E51D01878B015EB38EF6(L_37, NULL);
V_2 = L_38;
JsonTextReader_EatWhitespace_m9CA8777547A7CB2C6EBA722471DC6594DE430EFB(__this, NULL);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_39 = __this->____chars_20;
int32_t L_40 = __this->____charPos_22;
NullCheck(L_39);
int32_t L_41 = L_40;
uint16_t L_42 = (uint16_t)(L_39)->GetAt(static_cast<il2cpp_array_size_t>(L_41));
if ((((int32_t)L_42) == ((int32_t)((int32_t)40))))
{
goto IL_015b;
}
}
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_43;
L_43 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_44 = __this->____chars_20;
int32_t L_45 = __this->____charPos_22;
NullCheck(L_44);
int32_t L_46 = L_45;
uint16_t L_47 = (uint16_t)(L_44)->GetAt(static_cast<il2cpp_array_size_t>(L_46));
Il2CppChar L_48 = ((Il2CppChar)L_47);
RuntimeObject* L_49 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var)), &L_48);
String_t* L_50;
L_50 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral57B341789365819E03B537390DEEB644B5EB0CEA)), L_43, L_49, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_51;
L_51 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, L_50, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_51, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ParseConstructor_m3B027AEEF6FD5790100D8F094046DC1D6EE5A677_RuntimeMethod_var)));
}
IL_015b:
{
int32_t L_52 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_52, 1));
JsonTextReader_ClearRecentString_mA9AE4B395EF4019B6E0307B2C14873C0E9A45E84(__this, NULL);
String_t* L_53 = V_2;
JsonReader_SetToken_m57B521A8D559EBEC2CF1FED3001068F4F897FEFF(__this, 3, L_53, NULL);
return;
}
IL_0178:
{
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_54;
L_54 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3DEC0D937D2006F461C592A7C679860346661B25)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_54, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ParseConstructor_m3B027AEEF6FD5790100D8F094046DC1D6EE5A677_RuntimeMethod_var)));
}
}
// System.Void Newtonsoft.Json.JsonTextReader::ParseNumber(Newtonsoft.Json.ReadType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_ParseNumber_mDB4BDACD7DFFBE6F96E723D9491438282FD703E4 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, int32_t ___readType0, const RuntimeMethod* method)
{
Il2CppChar V_0 = 0x0;
int32_t V_1 = 0;
{
JsonTextReader_ShiftBufferIfNeeded_mD95108D35B37F15DEFE4279E975DE93C324762FC(__this, NULL);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = __this->____chars_20;
int32_t L_1 = __this->____charPos_22;
NullCheck(L_0);
int32_t L_2 = L_1;
uint16_t L_3 = (uint16_t)(L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
V_0 = L_3;
int32_t L_4 = __this->____charPos_22;
V_1 = L_4;
JsonTextReader_ReadNumberIntoBuffer_m696A36BDB72CA515C00A2B98A879DFAD20046A7A(__this, NULL);
int32_t L_5 = ___readType0;
Il2CppChar L_6 = V_0;
int32_t L_7 = V_1;
JsonTextReader_ParseReadNumber_mDFDAFD58BCFF82ED3DFCD560D7B727825BA07F9F(__this, L_5, L_6, L_7, NULL);
return;
}
}
// System.Void Newtonsoft.Json.JsonTextReader::ParseReadNumber(Newtonsoft.Json.ReadType,System.Char,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_ParseReadNumber_mDFDAFD58BCFF82ED3DFCD560D7B727825BA07F9F (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, int32_t ___readType0, Il2CppChar ___firstChar1, int32_t ___initialPosition2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A65C5353FCF9B2392130B62992E8D50E5552C89);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
int32_t V_1 = 0;
bool V_2 = false;
bool V_3 = false;
String_t* V_4 = NULL;
Exception_t* V_5 = NULL;
double V_6 = 0.0;
String_t* V_7 = NULL;
Exception_t* V_8 = NULL;
int32_t V_9 = 0;
int32_t V_10 = 0;
String_t* V_11 = NULL;
Exception_t* V_12 = NULL;
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F V_13;
memset((&V_13), 0, sizeof(V_13));
String_t* V_14 = NULL;
Exception_t* V_15 = NULL;
double V_16 = 0.0;
String_t* V_17 = NULL;
Exception_t* V_18 = NULL;
int32_t V_19 = 0;
int64_t V_20 = 0;
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F V_21;
memset((&V_21), 0, sizeof(V_21));
double V_22 = 0.0;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
int32_t G_B3_0 = 0;
int32_t G_B9_0 = 0;
int32_t G_B27_0 = 0;
int64_t G_B42_0 = 0;
int64_t G_B55_0 = 0;
int64_t G_B68_0 = 0;
String_t* G_B76_0 = NULL;
String_t* G_B75_0 = NULL;
{
JsonReader_SetPostValueState_m72D637D843644ACBDF948EC84FCB77510B7D87DB(__this, (bool)1, NULL);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = __this->____chars_20;
int32_t L_1 = ___initialPosition2;
int32_t L_2 = __this->____charPos_22;
int32_t L_3 = ___initialPosition2;
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C L_4;
memset((&L_4), 0, sizeof(L_4));
StringReference__ctor_mCAEF5A34A8FD029BA4399BDEAD6B9AB67515A5B2((&L_4), L_0, L_1, ((int32_t)il2cpp_codegen_subtract(L_2, L_3)), /*hidden argument*/NULL);
__this->____stringReference_27 = L_4;
Il2CppCodeGenWriteBarrier((void**)&(((&__this->____stringReference_27))->____chars_0), (void*)NULL);
Il2CppChar L_5 = ___firstChar1;
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_6;
L_6 = Char_IsDigit_mC98DAF907860EFB7D26C3E126D80AD3A2CE72715(L_5, NULL);
if (!L_6)
{
goto IL_0039;
}
}
{
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_7 = (&__this->____stringReference_27);
int32_t L_8;
L_8 = StringReference_get_Length_m65CF2F68237C0273F5BE4B4B0DCD4247CD940385_inline(L_7, NULL);
G_B3_0 = ((((int32_t)L_8) == ((int32_t)1))? 1 : 0);
goto IL_003a;
}
IL_0039:
{
G_B3_0 = 0;
}
IL_003a:
{
V_2 = (bool)G_B3_0;
Il2CppChar L_9 = ___firstChar1;
if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)48)))))
{
goto IL_00aa;
}
}
{
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_10 = (&__this->____stringReference_27);
int32_t L_11;
L_11 = StringReference_get_Length_m65CF2F68237C0273F5BE4B4B0DCD4247CD940385_inline(L_10, NULL);
if ((((int32_t)L_11) <= ((int32_t)1)))
{
goto IL_00aa;
}
}
{
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_12 = (&__this->____stringReference_27);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_13;
L_13 = StringReference_get_Chars_mCAEA9DDED5058DE07529C24621E510E396B79A6B_inline(L_12, NULL);
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_14 = (&__this->____stringReference_27);
int32_t L_15;
L_15 = StringReference_get_StartIndex_mC3DD76078312694DB7C297115073EAE930B42925_inline(L_14, NULL);
NullCheck(L_13);
int32_t L_16 = ((int32_t)il2cpp_codegen_add(L_15, 1));
uint16_t L_17 = (uint16_t)(L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
if ((((int32_t)L_17) == ((int32_t)((int32_t)46))))
{
goto IL_00aa;
}
}
{
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_18 = (&__this->____stringReference_27);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_19;
L_19 = StringReference_get_Chars_mCAEA9DDED5058DE07529C24621E510E396B79A6B_inline(L_18, NULL);
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_20 = (&__this->____stringReference_27);
int32_t L_21;
L_21 = StringReference_get_StartIndex_mC3DD76078312694DB7C297115073EAE930B42925_inline(L_20, NULL);
NullCheck(L_19);
int32_t L_22 = ((int32_t)il2cpp_codegen_add(L_21, 1));
uint16_t L_23 = (uint16_t)(L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
if ((((int32_t)L_23) == ((int32_t)((int32_t)101))))
{
goto IL_00aa;
}
}
{
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_24 = (&__this->____stringReference_27);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_25;
L_25 = StringReference_get_Chars_mCAEA9DDED5058DE07529C24621E510E396B79A6B_inline(L_24, NULL);
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_26 = (&__this->____stringReference_27);
int32_t L_27;
L_27 = StringReference_get_StartIndex_mC3DD76078312694DB7C297115073EAE930B42925_inline(L_26, NULL);
NullCheck(L_25);
int32_t L_28 = ((int32_t)il2cpp_codegen_add(L_27, 1));
uint16_t L_29 = (uint16_t)(L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
G_B9_0 = ((((int32_t)((((int32_t)L_29) == ((int32_t)((int32_t)69)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_00ab;
}
IL_00aa:
{
G_B9_0 = 0;
}
IL_00ab:
{
V_3 = (bool)G_B9_0;
int32_t L_30 = ___readType0;
switch (L_30)
{
case 0:
{
goto IL_043e;
}
case 1:
{
goto IL_017b;
}
case 2:
{
goto IL_043e;
}
case 3:
{
goto IL_0616;
}
case 4:
{
goto IL_00db;
}
case 5:
{
goto IL_0281;
}
case 6:
{
goto IL_0616;
}
case 7:
{
goto IL_0616;
}
case 8:
{
goto IL_0366;
}
}
}
{
goto IL_0616;
}
IL_00db:
{
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_31 = (&__this->____stringReference_27);
String_t* L_32;
L_32 = StringReference_ToString_m14E995A62CEC0B0C1313E51D01878B015EB38EF6(L_31, NULL);
V_4 = L_32;
bool L_33 = V_3;
if (!L_33)
{
goto IL_0133;
}
}
try
{// begin try (depth: 1)
{
String_t* L_34 = V_4;
NullCheck(L_34);
bool L_35;
L_35 = String_StartsWith_mA2A4405B1B9F3653A6A9AA7F223F68D86A0C6264(L_34, _stringLiteral5A65C5353FCF9B2392130B62992E8D50E5552C89, 5, NULL);
if (!L_35)
{
goto IL_010c_1;
}
}
{
String_t* L_36 = V_4;
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
int64_t L_37;
L_37 = Convert_ToInt64_m6162CDF3331970FD93F6619040733A50E5766DDC(L_36, ((int32_t)16), NULL);
goto IL_0115_1;
}
IL_010c_1:
{
String_t* L_38 = V_4;
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
int64_t L_39;
L_39 = Convert_ToInt64_m6162CDF3331970FD93F6619040733A50E5766DDC(L_38, 8, NULL);
}
IL_0115_1:
{
goto IL_0170;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_0117;
}
throw e;
}
CATCH_0117:
{// begin catch(System.Exception)
V_5 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_40;
L_40 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
String_t* L_41 = V_4;
String_t* L_42;
L_42 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1259A69728F6E183F7B07DB0D5DE2D7D966667C1)), L_40, L_41, NULL);
Exception_t* L_43 = V_5;
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_44;
L_44 = JsonTextReader_ThrowReaderError_mFF98A7F8A4C4D774390854E4E5FF7A458A35724E(__this, L_42, L_43, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_44, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ParseReadNumber_mDFDAFD58BCFF82ED3DFCD560D7B727825BA07F9F_RuntimeMethod_var)));
}// end catch (depth: 1)
IL_0133:
{
String_t* L_45 = V_4;
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_46;
L_46 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
bool L_47;
L_47 = Double_TryParse_m6038C4DBF1789F1954938FF7F6D3459359CD7718(L_45, ((int32_t)167), L_46, (&V_6), NULL);
if (L_47)
{
goto IL_0170;
}
}
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_48;
L_48 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_49 = (&__this->____stringReference_27);
String_t* L_50;
L_50 = StringReference_ToString_m14E995A62CEC0B0C1313E51D01878B015EB38EF6(L_49, NULL);
String_t* L_51;
L_51 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1259A69728F6E183F7B07DB0D5DE2D7D966667C1)), L_48, L_50, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_52;
L_52 = JsonTextReader_ThrowReaderError_mFF98A7F8A4C4D774390854E4E5FF7A458A35724E(__this, L_51, (Exception_t*)NULL, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_52, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ParseReadNumber_mDFDAFD58BCFF82ED3DFCD560D7B727825BA07F9F_RuntimeMethod_var)));
}
IL_0170:
{
V_1 = ((int32_t)9);
String_t* L_53 = V_4;
V_0 = L_53;
goto IL_0622;
}
IL_017b:
{
bool L_54 = V_2;
if (!L_54)
{
goto IL_018d;
}
}
{
Il2CppChar L_55 = ___firstChar1;
int32_t L_56 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_55, ((int32_t)48)));
RuntimeObject* L_57 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_56);
V_0 = L_57;
goto IL_027a;
}
IL_018d:
{
bool L_58 = V_3;
if (!L_58)
{
goto IL_01ec;
}
}
{
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_59 = (&__this->____stringReference_27);
String_t* L_60;
L_60 = StringReference_ToString_m14E995A62CEC0B0C1313E51D01878B015EB38EF6(L_59, NULL);
V_7 = L_60;
}
try
{// begin try (depth: 1)
{
String_t* L_61 = V_7;
NullCheck(L_61);
bool L_62;
L_62 = String_StartsWith_mA2A4405B1B9F3653A6A9AA7F223F68D86A0C6264(L_61, _stringLiteral5A65C5353FCF9B2392130B62992E8D50E5552C89, 5, NULL);
if (L_62)
{
goto IL_01bc_1;
}
}
{
String_t* L_63 = V_7;
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
int32_t L_64;
L_64 = Convert_ToInt32_m8881C26C9DC63CBE2186F7180F780706A10283F6(L_63, 8, NULL);
G_B27_0 = L_64;
goto IL_01c5_1;
}
IL_01bc_1:
{
String_t* L_65 = V_7;
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
int32_t L_66;
L_66 = Convert_ToInt32_m8881C26C9DC63CBE2186F7180F780706A10283F6(L_65, ((int32_t)16), NULL);
G_B27_0 = L_66;
}
IL_01c5_1:
{
int32_t L_67 = G_B27_0;
RuntimeObject* L_68 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_67);
V_0 = L_68;
goto IL_027a;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_01d0;
}
throw e;
}
CATCH_01d0:
{// begin catch(System.Exception)
V_8 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_69;
L_69 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
String_t* L_70 = V_7;
String_t* L_71;
L_71 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral270A3005FA6EE97F89CC51926146A36B2B0400CD)), L_69, L_70, NULL);
Exception_t* L_72 = V_8;
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_73;
L_73 = JsonTextReader_ThrowReaderError_mFF98A7F8A4C4D774390854E4E5FF7A458A35724E(__this, L_71, L_72, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_73, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ParseReadNumber_mDFDAFD58BCFF82ED3DFCD560D7B727825BA07F9F_RuntimeMethod_var)));
}// end catch (depth: 1)
IL_01ec:
{
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_74 = (&__this->____stringReference_27);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_75;
L_75 = StringReference_get_Chars_mCAEA9DDED5058DE07529C24621E510E396B79A6B_inline(L_74, NULL);
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_76 = (&__this->____stringReference_27);
int32_t L_77;
L_77 = StringReference_get_StartIndex_mC3DD76078312694DB7C297115073EAE930B42925_inline(L_76, NULL);
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_78 = (&__this->____stringReference_27);
int32_t L_79;
L_79 = StringReference_get_Length_m65CF2F68237C0273F5BE4B4B0DCD4247CD940385_inline(L_78, NULL);
il2cpp_codegen_runtime_class_init_inline(ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
int32_t L_80;
L_80 = ConvertUtils_Int32TryParse_m27D6FEF87EDF6A5A835E12774A5CE9BAA952D266(L_75, L_77, L_79, (&V_10), NULL);
V_9 = L_80;
int32_t L_81 = V_9;
if ((!(((uint32_t)L_81) == ((uint32_t)1))))
{
goto IL_0225;
}
}
{
int32_t L_82 = V_10;
int32_t L_83 = L_82;
RuntimeObject* L_84 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_83);
V_0 = L_84;
goto IL_027a;
}
IL_0225:
{
int32_t L_85 = V_9;
if ((!(((uint32_t)L_85) == ((uint32_t)2))))
{
goto IL_0252;
}
}
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_86;
L_86 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_87 = (&__this->____stringReference_27);
String_t* L_88;
L_88 = StringReference_ToString_m14E995A62CEC0B0C1313E51D01878B015EB38EF6(L_87, NULL);
String_t* L_89;
L_89 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCF56E40291F5B3AA26C55A369AC8E3145F9C903C)), L_86, L_88, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_90;
L_90 = JsonTextReader_ThrowReaderError_mFF98A7F8A4C4D774390854E4E5FF7A458A35724E(__this, L_89, (Exception_t*)NULL, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_90, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ParseReadNumber_mDFDAFD58BCFF82ED3DFCD560D7B727825BA07F9F_RuntimeMethod_var)));
}
IL_0252:
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_91;
L_91 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_92 = (&__this->____stringReference_27);
String_t* L_93;
L_93 = StringReference_ToString_m14E995A62CEC0B0C1313E51D01878B015EB38EF6(L_92, NULL);
String_t* L_94;
L_94 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral270A3005FA6EE97F89CC51926146A36B2B0400CD)), L_91, L_93, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_95;
L_95 = JsonTextReader_ThrowReaderError_mFF98A7F8A4C4D774390854E4E5FF7A458A35724E(__this, L_94, (Exception_t*)NULL, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_95, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ParseReadNumber_mDFDAFD58BCFF82ED3DFCD560D7B727825BA07F9F_RuntimeMethod_var)));
}
IL_027a:
{
V_1 = 7;
goto IL_0622;
}
IL_0281:
{
bool L_96 = V_2;
if (!L_96)
{
goto IL_02a1;
}
}
{
Il2CppChar L_97 = ___firstChar1;
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_98;
L_98 = Decimal_op_Implicit_mF32D0DF617542CD511741BEB5A1C0D9EE8F25C40(L_97, NULL);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_99;
memset((&L_99), 0, sizeof(L_99));
Decimal__ctor_m6DDFD6E3A7A8CDEB1BADF8E09A8D8E1BDA9497A9((&L_99), ((int32_t)48), /*hidden argument*/NULL);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_100;
L_100 = Decimal_op_Subtraction_m50F5DC718BD003A09A5BC62BAA3DECD0745AD3F1(L_98, L_99, NULL);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_101 = L_100;
RuntimeObject* L_102 = Box(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var, &L_101);
V_0 = L_102;
goto IL_035f;
}
IL_02a1:
{
bool L_103 = V_3;
if (!L_103)
{
goto IL_0302;
}
}
{
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_104 = (&__this->____stringReference_27);
String_t* L_105;
L_105 = StringReference_ToString_m14E995A62CEC0B0C1313E51D01878B015EB38EF6(L_104, NULL);
V_11 = L_105;
}
try
{// begin try (depth: 1)
{
String_t* L_106 = V_11;
NullCheck(L_106);
bool L_107;
L_107 = String_StartsWith_mA2A4405B1B9F3653A6A9AA7F223F68D86A0C6264(L_106, _stringLiteral5A65C5353FCF9B2392130B62992E8D50E5552C89, 5, NULL);
if (L_107)
{
goto IL_02d0_1;
}
}
{
String_t* L_108 = V_11;
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
int64_t L_109;
L_109 = Convert_ToInt64_m6162CDF3331970FD93F6619040733A50E5766DDC(L_108, 8, NULL);
G_B42_0 = L_109;
goto IL_02d9_1;
}
IL_02d0_1:
{
String_t* L_110 = V_11;
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
int64_t L_111;
L_111 = Convert_ToInt64_m6162CDF3331970FD93F6619040733A50E5766DDC(L_110, ((int32_t)16), NULL);
G_B42_0 = L_111;
}
IL_02d9_1:
{
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_112;
L_112 = Convert_ToDecimal_m7F70A7D0070A707510BCB7A0AEE33DB31F723257(G_B42_0, NULL);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_113 = L_112;
RuntimeObject* L_114 = Box(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var, &L_113);
V_0 = L_114;
goto IL_035f;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_02e6;
}
throw e;
}
CATCH_02e6:
{// begin catch(System.Exception)
V_12 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_115;
L_115 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
String_t* L_116 = V_11;
String_t* L_117;
L_117 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFBDED71709FCEDA454F0DB97DB9136219A5ACF82)), L_115, L_116, NULL);
Exception_t* L_118 = V_12;
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_119;
L_119 = JsonTextReader_ThrowReaderError_mFF98A7F8A4C4D774390854E4E5FF7A458A35724E(__this, L_117, L_118, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_119, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ParseReadNumber_mDFDAFD58BCFF82ED3DFCD560D7B727825BA07F9F_RuntimeMethod_var)));
}// end catch (depth: 1)
IL_0302:
{
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_120 = (&__this->____stringReference_27);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_121;
L_121 = StringReference_get_Chars_mCAEA9DDED5058DE07529C24621E510E396B79A6B_inline(L_120, NULL);
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_122 = (&__this->____stringReference_27);
int32_t L_123;
L_123 = StringReference_get_StartIndex_mC3DD76078312694DB7C297115073EAE930B42925_inline(L_122, NULL);
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_124 = (&__this->____stringReference_27);
int32_t L_125;
L_125 = StringReference_get_Length_m65CF2F68237C0273F5BE4B4B0DCD4247CD940385_inline(L_124, NULL);
il2cpp_codegen_runtime_class_init_inline(ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
int32_t L_126;
L_126 = ConvertUtils_DecimalTryParse_m5396CD42EBA1E91CD34E86C863794F81C674077F(L_121, L_123, L_125, (&V_13), NULL);
if ((!(((uint32_t)L_126) == ((uint32_t)1))))
{
goto IL_0337;
}
}
{
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_127 = V_13;
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_128 = L_127;
RuntimeObject* L_129 = Box(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var, &L_128);
V_0 = L_129;
goto IL_035f;
}
IL_0337:
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_130;
L_130 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_131 = (&__this->____stringReference_27);
String_t* L_132;
L_132 = StringReference_ToString_m14E995A62CEC0B0C1313E51D01878B015EB38EF6(L_131, NULL);
String_t* L_133;
L_133 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFBDED71709FCEDA454F0DB97DB9136219A5ACF82)), L_130, L_132, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_134;
L_134 = JsonTextReader_ThrowReaderError_mFF98A7F8A4C4D774390854E4E5FF7A458A35724E(__this, L_133, (Exception_t*)NULL, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_134, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ParseReadNumber_mDFDAFD58BCFF82ED3DFCD560D7B727825BA07F9F_RuntimeMethod_var)));
}
IL_035f:
{
V_1 = 8;
goto IL_0622;
}
IL_0366:
{
bool L_135 = V_2;
if (!L_135)
{
goto IL_0380;
}
}
{
Il2CppChar L_136 = ___firstChar1;
double L_137 = ((double)il2cpp_codegen_subtract(((double)L_136), (48.0)));
RuntimeObject* L_138 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_137);
V_0 = L_138;
goto IL_0437;
}
IL_0380:
{
bool L_139 = V_3;
if (!L_139)
{
goto IL_03e1;
}
}
{
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_140 = (&__this->____stringReference_27);
String_t* L_141;
L_141 = StringReference_ToString_m14E995A62CEC0B0C1313E51D01878B015EB38EF6(L_140, NULL);
V_14 = L_141;
}
try
{// begin try (depth: 1)
{
String_t* L_142 = V_14;
NullCheck(L_142);
bool L_143;
L_143 = String_StartsWith_mA2A4405B1B9F3653A6A9AA7F223F68D86A0C6264(L_142, _stringLiteral5A65C5353FCF9B2392130B62992E8D50E5552C89, 5, NULL);
if (L_143)
{
goto IL_03af_1;
}
}
{
String_t* L_144 = V_14;
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
int64_t L_145;
L_145 = Convert_ToInt64_m6162CDF3331970FD93F6619040733A50E5766DDC(L_144, 8, NULL);
G_B55_0 = L_145;
goto IL_03b8_1;
}
IL_03af_1:
{
String_t* L_146 = V_14;
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
int64_t L_147;
L_147 = Convert_ToInt64_m6162CDF3331970FD93F6619040733A50E5766DDC(L_146, ((int32_t)16), NULL);
G_B55_0 = L_147;
}
IL_03b8_1:
{
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
double L_148;
L_148 = Convert_ToDouble_m98DAB0DE222773D3F5F6E1E745F6C03B54524360(G_B55_0, NULL);
double L_149 = L_148;
RuntimeObject* L_150 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_149);
V_0 = L_150;
goto IL_0437;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_03c5;
}
throw e;
}
CATCH_03c5:
{// begin catch(System.Exception)
V_15 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_151;
L_151 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
String_t* L_152 = V_14;
String_t* L_153;
L_153 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBF7965C967856FAE6BF532BD484672CA37E74311)), L_151, L_152, NULL);
Exception_t* L_154 = V_15;
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_155;
L_155 = JsonTextReader_ThrowReaderError_mFF98A7F8A4C4D774390854E4E5FF7A458A35724E(__this, L_153, L_154, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_155, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ParseReadNumber_mDFDAFD58BCFF82ED3DFCD560D7B727825BA07F9F_RuntimeMethod_var)));
}// end catch (depth: 1)
IL_03e1:
{
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_156 = (&__this->____stringReference_27);
String_t* L_157;
L_157 = StringReference_ToString_m14E995A62CEC0B0C1313E51D01878B015EB38EF6(L_156, NULL);
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_158;
L_158 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
bool L_159;
L_159 = Double_TryParse_m6038C4DBF1789F1954938FF7F6D3459359CD7718(L_157, ((int32_t)167), L_158, (&V_16), NULL);
if (!L_159)
{
goto IL_040f;
}
}
{
double L_160 = V_16;
double L_161 = L_160;
RuntimeObject* L_162 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_161);
V_0 = L_162;
goto IL_0437;
}
IL_040f:
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_163;
L_163 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_164 = (&__this->____stringReference_27);
String_t* L_165;
L_165 = StringReference_ToString_m14E995A62CEC0B0C1313E51D01878B015EB38EF6(L_164, NULL);
String_t* L_166;
L_166 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBF7965C967856FAE6BF532BD484672CA37E74311)), L_163, L_165, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_167;
L_167 = JsonTextReader_ThrowReaderError_mFF98A7F8A4C4D774390854E4E5FF7A458A35724E(__this, L_166, (Exception_t*)NULL, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_167, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ParseReadNumber_mDFDAFD58BCFF82ED3DFCD560D7B727825BA07F9F_RuntimeMethod_var)));
}
IL_0437:
{
V_1 = 8;
goto IL_0622;
}
IL_043e:
{
bool L_168 = V_2;
if (!L_168)
{
goto IL_0454;
}
}
{
Il2CppChar L_169 = ___firstChar1;
int64_t L_170 = ((int64_t)il2cpp_codegen_subtract(((int64_t)(uint64_t)L_169), ((int64_t)((int32_t)48))));
RuntimeObject* L_171 = Box(Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var, &L_170);
V_0 = L_171;
V_1 = 7;
goto IL_0622;
}
IL_0454:
{
bool L_172 = V_3;
if (!L_172)
{
goto IL_04b7;
}
}
{
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_173 = (&__this->____stringReference_27);
String_t* L_174;
L_174 = StringReference_ToString_m14E995A62CEC0B0C1313E51D01878B015EB38EF6(L_173, NULL);
V_17 = L_174;
}
try
{// begin try (depth: 1)
{
String_t* L_175 = V_17;
NullCheck(L_175);
bool L_176;
L_176 = String_StartsWith_mA2A4405B1B9F3653A6A9AA7F223F68D86A0C6264(L_175, _stringLiteral5A65C5353FCF9B2392130B62992E8D50E5552C89, 5, NULL);
if (L_176)
{
goto IL_0483_1;
}
}
{
String_t* L_177 = V_17;
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
int64_t L_178;
L_178 = Convert_ToInt64_m6162CDF3331970FD93F6619040733A50E5766DDC(L_177, 8, NULL);
G_B68_0 = L_178;
goto IL_048c_1;
}
IL_0483_1:
{
String_t* L_179 = V_17;
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
int64_t L_180;
L_180 = Convert_ToInt64_m6162CDF3331970FD93F6619040733A50E5766DDC(L_179, ((int32_t)16), NULL);
G_B68_0 = L_180;
}
IL_048c_1:
{
int64_t L_181 = G_B68_0;
RuntimeObject* L_182 = Box(Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var, &L_181);
V_0 = L_182;
goto IL_04b0;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_0494;
}
throw e;
}
CATCH_0494:
{// begin catch(System.Exception)
V_18 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_183;
L_183 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
String_t* L_184 = V_17;
String_t* L_185;
L_185 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1259A69728F6E183F7B07DB0D5DE2D7D966667C1)), L_183, L_184, NULL);
Exception_t* L_186 = V_18;
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_187;
L_187 = JsonTextReader_ThrowReaderError_mFF98A7F8A4C4D774390854E4E5FF7A458A35724E(__this, L_185, L_186, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_187, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ParseReadNumber_mDFDAFD58BCFF82ED3DFCD560D7B727825BA07F9F_RuntimeMethod_var)));
}// end catch (depth: 1)
IL_04b0:
{
V_1 = 7;
goto IL_0622;
}
IL_04b7:
{
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_188 = (&__this->____stringReference_27);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_189;
L_189 = StringReference_get_Chars_mCAEA9DDED5058DE07529C24621E510E396B79A6B_inline(L_188, NULL);
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_190 = (&__this->____stringReference_27);
int32_t L_191;
L_191 = StringReference_get_StartIndex_mC3DD76078312694DB7C297115073EAE930B42925_inline(L_190, NULL);
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_192 = (&__this->____stringReference_27);
int32_t L_193;
L_193 = StringReference_get_Length_m65CF2F68237C0273F5BE4B4B0DCD4247CD940385_inline(L_192, NULL);
il2cpp_codegen_runtime_class_init_inline(ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
int32_t L_194;
L_194 = ConvertUtils_Int64TryParse_m1EA37290CAB28B9BDD22888990F8E0E9850E8438(L_189, L_191, L_193, (&V_20), NULL);
V_19 = L_194;
int32_t L_195 = V_19;
if ((!(((uint32_t)L_195) == ((uint32_t)1))))
{
goto IL_04f5;
}
}
{
int64_t L_196 = V_20;
int64_t L_197 = L_196;
RuntimeObject* L_198 = Box(Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var, &L_197);
V_0 = L_198;
V_1 = 7;
goto IL_0622;
}
IL_04f5:
{
int32_t L_199 = V_19;
if ((!(((uint32_t)L_199) == ((uint32_t)2))))
{
goto IL_0552;
}
}
{
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_200 = (&__this->____stringReference_27);
String_t* L_201;
L_201 = StringReference_ToString_m14E995A62CEC0B0C1313E51D01878B015EB38EF6(L_200, NULL);
String_t* L_202 = L_201;
NullCheck(L_202);
int32_t L_203;
L_203 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_202, NULL);
G_B75_0 = L_202;
if ((((int32_t)L_203) <= ((int32_t)((int32_t)380))))
{
G_B76_0 = L_202;
goto IL_0540;
}
}
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_204;
L_204 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_205 = (&__this->____stringReference_27);
String_t* L_206;
L_206 = StringReference_ToString_m14E995A62CEC0B0C1313E51D01878B015EB38EF6(L_205, NULL);
String_t* L_207;
L_207 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral896E77B114098BE65C71B40EC53BCAB6F2A6A314)), L_204, L_206, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_208;
L_208 = JsonTextReader_ThrowReaderError_mFF98A7F8A4C4D774390854E4E5FF7A458A35724E(__this, L_207, (Exception_t*)NULL, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_208, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ParseReadNumber_mDFDAFD58BCFF82ED3DFCD560D7B727825BA07F9F_RuntimeMethod_var)));
}
IL_0540:
{
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_209;
L_209 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
RuntimeObject* L_210;
L_210 = JsonTextReader_BigIntegerParse_m11E66301E712709A72A1B3373BBDB273595F9030(G_B76_0, L_209, NULL);
V_0 = L_210;
V_1 = 7;
goto IL_0622;
}
IL_0552:
{
int32_t L_211 = ((JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765*)__this)->____floatParseHandling_10;
if ((!(((uint32_t)L_211) == ((uint32_t)1))))
{
goto IL_05bc;
}
}
{
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_212 = (&__this->____stringReference_27);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_213;
L_213 = StringReference_get_Chars_mCAEA9DDED5058DE07529C24621E510E396B79A6B_inline(L_212, NULL);
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_214 = (&__this->____stringReference_27);
int32_t L_215;
L_215 = StringReference_get_StartIndex_mC3DD76078312694DB7C297115073EAE930B42925_inline(L_214, NULL);
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_216 = (&__this->____stringReference_27);
int32_t L_217;
L_217 = StringReference_get_Length_m65CF2F68237C0273F5BE4B4B0DCD4247CD940385_inline(L_216, NULL);
il2cpp_codegen_runtime_class_init_inline(ConvertUtils_t3C1CAEF7394D81B972BD50219081D15B326D4797_il2cpp_TypeInfo_var);
int32_t L_218;
L_218 = ConvertUtils_DecimalTryParse_m5396CD42EBA1E91CD34E86C863794F81C674077F(L_213, L_215, L_217, (&V_21), NULL);
V_19 = L_218;
int32_t L_219 = V_19;
if ((!(((uint32_t)L_219) == ((uint32_t)1))))
{
goto IL_0594;
}
}
{
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_220 = V_21;
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_221 = L_220;
RuntimeObject* L_222 = Box(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var, &L_221);
V_0 = L_222;
goto IL_0612;
}
IL_0594:
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_223;
L_223 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_224 = (&__this->____stringReference_27);
String_t* L_225;
L_225 = StringReference_ToString_m14E995A62CEC0B0C1313E51D01878B015EB38EF6(L_224, NULL);
String_t* L_226;
L_226 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFBDED71709FCEDA454F0DB97DB9136219A5ACF82)), L_223, L_225, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_227;
L_227 = JsonTextReader_ThrowReaderError_mFF98A7F8A4C4D774390854E4E5FF7A458A35724E(__this, L_226, (Exception_t*)NULL, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_227, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ParseReadNumber_mDFDAFD58BCFF82ED3DFCD560D7B727825BA07F9F_RuntimeMethod_var)));
}
IL_05bc:
{
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_228 = (&__this->____stringReference_27);
String_t* L_229;
L_229 = StringReference_ToString_m14E995A62CEC0B0C1313E51D01878B015EB38EF6(L_228, NULL);
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_230;
L_230 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
bool L_231;
L_231 = Double_TryParse_m6038C4DBF1789F1954938FF7F6D3459359CD7718(L_229, ((int32_t)167), L_230, (&V_22), NULL);
if (!L_231)
{
goto IL_05ea;
}
}
{
double L_232 = V_22;
double L_233 = L_232;
RuntimeObject* L_234 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_233);
V_0 = L_234;
goto IL_0612;
}
IL_05ea:
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_235;
L_235 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* L_236 = (&__this->____stringReference_27);
String_t* L_237;
L_237 = StringReference_ToString_m14E995A62CEC0B0C1313E51D01878B015EB38EF6(L_236, NULL);
String_t* L_238;
L_238 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1259A69728F6E183F7B07DB0D5DE2D7D966667C1)), L_235, L_237, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_239;
L_239 = JsonTextReader_ThrowReaderError_mFF98A7F8A4C4D774390854E4E5FF7A458A35724E(__this, L_238, (Exception_t*)NULL, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_239, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ParseReadNumber_mDFDAFD58BCFF82ED3DFCD560D7B727825BA07F9F_RuntimeMethod_var)));
}
IL_0612:
{
V_1 = 8;
goto IL_0622;
}
IL_0616:
{
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_240;
L_240 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9C13F9518FA7CC1BD59798DD42106A373DE21BD3)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_240, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ParseReadNumber_mDFDAFD58BCFF82ED3DFCD560D7B727825BA07F9F_RuntimeMethod_var)));
}
IL_0622:
{
JsonTextReader_ClearRecentString_mA9AE4B395EF4019B6E0307B2C14873C0E9A45E84(__this, NULL);
int32_t L_241 = V_1;
RuntimeObject* L_242 = V_0;
JsonReader_SetToken_m53C7B4EA9EC9F6D97E7CAC00F96DE6393EFEADEC(__this, L_241, L_242, (bool)0, NULL);
return;
}
}
// Newtonsoft.Json.JsonReaderException Newtonsoft.Json.JsonTextReader::ThrowReaderError(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* JsonTextReader_ThrowReaderError_mFF98A7F8A4C4D774390854E4E5FF7A458A35724E (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, String_t* ___message0, Exception_t* ___ex1, const RuntimeMethod* method)
{
{
JsonReader_SetToken_m53C7B4EA9EC9F6D97E7CAC00F96DE6393EFEADEC(__this, ((int32_t)12), NULL, (bool)0, NULL);
String_t* L_0 = ___message0;
Exception_t* L_1 = ___ex1;
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_2;
L_2 = JsonReaderException_Create_m169AE3AA060086A91BD4C54D1A2A381B410FC855(__this, L_0, L_1, NULL);
return L_2;
}
}
// System.Object Newtonsoft.Json.JsonTextReader::BigIntegerParse(System.String,System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR RuntimeObject* JsonTextReader_BigIntegerParse_m11E66301E712709A72A1B3373BBDB273595F9030 (String_t* ___number0, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___culture1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___number0;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1 = ___culture1;
il2cpp_codegen_runtime_class_init_inline(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var);
BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_2;
L_2 = BigInteger_Parse_mDED5D552139B603F31989B5D5A5D8F08EB9032A6(L_0, L_1, NULL);
BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F L_3 = L_2;
RuntimeObject* L_4 = Box(BigInteger_tF7779A0AA6D6B9BE0E0C1C293E7708765DEF7D0F_il2cpp_TypeInfo_var, &L_3);
return L_4;
}
}
// System.Void Newtonsoft.Json.JsonTextReader::ParseComment(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_ParseComment_mBA16BDED23A3AE70DDF01C0DF209FC829BE0D406 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, bool ___setToken0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t V_1 = 0;
Il2CppChar V_2 = 0x0;
{
int32_t L_0 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_0, 1));
bool L_1;
L_1 = JsonTextReader_EnsureChars_m7CABC04368BBB274FD5A8774DFEE5AF9202E0607(__this, 1, (bool)0, NULL);
if (L_1)
{
goto IL_0024;
}
}
{
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_2;
L_2 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral40746AA0CDE78B7D63B9BBD5EA20977350DEB0DD)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ParseComment_mBA16BDED23A3AE70DDF01C0DF209FC829BE0D406_RuntimeMethod_var)));
}
IL_0024:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3 = __this->____chars_20;
int32_t L_4 = __this->____charPos_22;
NullCheck(L_3);
int32_t L_5 = L_4;
uint16_t L_6 = (uint16_t)(L_3)->GetAt(static_cast<il2cpp_array_size_t>(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_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_7 = __this->____chars_20;
int32_t L_8 = __this->____charPos_22;
NullCheck(L_7);
int32_t L_9 = L_8;
uint16_t L_10 = (uint16_t)(L_7)->GetAt(static_cast<il2cpp_array_size_t>(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_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_11;
L_11 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_12 = __this->____chars_20;
int32_t L_13 = __this->____charPos_22;
NullCheck(L_12);
int32_t L_14 = L_13;
uint16_t L_15 = (uint16_t)(L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
Il2CppChar L_16 = ((Il2CppChar)L_15);
RuntimeObject* L_17 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var)), &L_16);
String_t* L_18;
L_18 = StringUtils_FormatWith_m0A1ACFD32B2B62D93621E698CBCFF04722C3A4D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC24C7EB2258A7909378797A0C4011EC281984C75)), L_11, L_17, NULL);
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_19;
L_19 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, L_18, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ParseComment_mBA16BDED23A3AE70DDF01C0DF209FC829BE0D406_RuntimeMethod_var)));
}
IL_0076:
{
int32_t L_20 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_20, 1));
int32_t L_21 = __this->____charPos_22;
V_1 = L_21;
}
IL_008b:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_22 = __this->____chars_20;
int32_t L_23 = __this->____charPos_22;
NullCheck(L_22);
int32_t L_24 = L_23;
uint16_t L_25 = (uint16_t)(L_22)->GetAt(static_cast<il2cpp_array_size_t>(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->____charsUsed_21;
int32_t L_32 = __this->____charPos_22;
if ((!(((uint32_t)L_31) == ((uint32_t)L_32))))
{
goto IL_00f5;
}
}
{
int32_t L_33;
L_33 = JsonTextReader_ReadData_m6F95C344F7FA0C2CF2590AB617B6F26730594F21(__this, (bool)1, NULL);
if (L_33)
{
goto IL_008b;
}
}
{
bool L_34 = V_0;
if (L_34)
{
goto IL_00e6;
}
}
{
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_35;
L_35 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral40746AA0CDE78B7D63B9BBD5EA20977350DEB0DD)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_35, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ParseComment_mBA16BDED23A3AE70DDF01C0DF209FC829BE0D406_RuntimeMethod_var)));
}
IL_00e6:
{
bool L_36 = ___setToken0;
int32_t L_37 = V_1;
int32_t L_38 = __this->____charPos_22;
JsonTextReader_EndComment_m86056041BA2E6586F053E32671208B6A7D3A807E(__this, L_36, L_37, L_38, NULL);
return;
}
IL_00f5:
{
int32_t L_39 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_39, 1));
goto IL_008b;
}
IL_0105:
{
int32_t L_40 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_40, 1));
bool L_41 = V_0;
if (L_41)
{
goto IL_008b;
}
}
{
bool L_42;
L_42 = JsonTextReader_EnsureChars_m7CABC04368BBB274FD5A8774DFEE5AF9202E0607(__this, 0, (bool)1, NULL);
if (!L_42)
{
goto IL_008b;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_43 = __this->____chars_20;
int32_t L_44 = __this->____charPos_22;
NullCheck(L_43);
int32_t L_45 = L_44;
uint16_t L_46 = (uint16_t)(L_43)->GetAt(static_cast<il2cpp_array_size_t>(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->____charPos_22;
JsonTextReader_EndComment_m86056041BA2E6586F053E32671208B6A7D3A807E(__this, L_47, L_48, ((int32_t)il2cpp_codegen_subtract(L_49, 1)), NULL);
int32_t L_50 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_50, 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->____charPos_22;
JsonTextReader_EndComment_m86056041BA2E6586F053E32671208B6A7D3A807E(__this, L_52, L_53, L_54, NULL);
return;
}
IL_016b:
{
JsonTextReader_ProcessCarriageReturn_m9BEFD304E778395A07F6238F1B2A47AE5B07C12F(__this, (bool)1, 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->____charPos_22;
JsonTextReader_EndComment_m86056041BA2E6586F053E32671208B6A7D3A807E(__this, L_56, L_57, L_58, NULL);
return;
}
IL_0189:
{
JsonTextReader_ProcessLineFeed_m3E201A9963B7A588FB1BFF4B8B0D3AA145E0002B(__this, NULL);
goto IL_008b;
}
IL_0194:
{
int32_t L_59 = __this->____charPos_22;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_59, 1));
goto IL_008b;
}
}
// System.Void Newtonsoft.Json.JsonTextReader::EndComment(System.Boolean,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_EndComment_m86056041BA2E6586F053E32671208B6A7D3A807E (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, bool ___setToken0, int32_t ___initialPosition1, int32_t ___endPosition2, const RuntimeMethod* method)
{
{
bool L_0 = ___setToken0;
if (!L_0)
{
goto IL_0019;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = __this->____chars_20;
int32_t L_2 = ___initialPosition1;
int32_t L_3 = ___endPosition2;
int32_t L_4 = ___initialPosition1;
String_t* L_5;
L_5 = String_CreateString_mB7B3AC2AF28010538650051A9000369B1CD6BAB6(NULL, L_1, L_2, ((int32_t)il2cpp_codegen_subtract(L_3, L_4)), NULL);
JsonReader_SetToken_m57B521A8D559EBEC2CF1FED3001068F4F897FEFF(__this, 5, L_5, NULL);
}
IL_0019:
{
return;
}
}
// System.Boolean Newtonsoft.Json.JsonTextReader::MatchValue(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonTextReader_MatchValue_m62FC383608CF5AB98A45298CCEB8D2AE6FE82BAA (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
NullCheck(L_0);
int32_t L_1;
L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL);
bool L_2;
L_2 = JsonTextReader_EnsureChars_m7CABC04368BBB274FD5A8774DFEE5AF9202E0607(__this, ((int32_t)il2cpp_codegen_subtract(L_1, 1)), (bool)1, NULL);
String_t* L_3 = ___value0;
bool L_4;
L_4 = JsonTextReader_MatchValue_m014EB8DCBFCDC8E54522FA71313B9F47442D4356(__this, L_2, L_3, NULL);
return L_4;
}
}
// System.Boolean Newtonsoft.Json.JsonTextReader::MatchValue(System.Boolean,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonTextReader_MatchValue_m014EB8DCBFCDC8E54522FA71313B9F47442D4356 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, bool ___enoughChars0, String_t* ___value1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
bool L_0 = ___enoughChars0;
if (L_0)
{
goto IL_0016;
}
}
{
int32_t L_1 = __this->____charsUsed_21;
__this->____charPos_22 = L_1;
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_2;
L_2 = JsonReader_CreateUnexpectedEndException_m990A0BF68A99C9BEF63C7B79654C12699612790A(__this, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_MatchValue_m014EB8DCBFCDC8E54522FA71313B9F47442D4356_RuntimeMethod_var)));
}
IL_0016:
{
V_0 = 0;
goto IL_0046;
}
IL_001a:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3 = __this->____chars_20;
int32_t L_4 = __this->____charPos_22;
int32_t L_5 = V_0;
NullCheck(L_3);
int32_t L_6 = ((int32_t)il2cpp_codegen_add(L_4, L_5));
uint16_t L_7 = (uint16_t)(L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
String_t* L_8 = ___value1;
int32_t L_9 = V_0;
NullCheck(L_8);
Il2CppChar L_10;
L_10 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_8, L_9, NULL);
if ((((int32_t)L_7) == ((int32_t)L_10)))
{
goto IL_0042;
}
}
{
int32_t L_11 = __this->____charPos_22;
int32_t L_12 = V_0;
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_11, L_12));
return (bool)0;
}
IL_0042:
{
int32_t L_13 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_13, 1));
}
IL_0046:
{
int32_t L_14 = V_0;
String_t* L_15 = ___value1;
NullCheck(L_15);
int32_t L_16;
L_16 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_15, NULL);
if ((((int32_t)L_14) < ((int32_t)L_16)))
{
goto IL_001a;
}
}
{
int32_t L_17 = __this->____charPos_22;
String_t* L_18 = ___value1;
NullCheck(L_18);
int32_t L_19;
L_19 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_18, NULL);
__this->____charPos_22 = ((int32_t)il2cpp_codegen_add(L_17, L_19));
return (bool)1;
}
}
// System.Boolean Newtonsoft.Json.JsonTextReader::MatchValueWithTrailingSeparator(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonTextReader_MatchValueWithTrailingSeparator_m2FF58D79A9DECB4E8A525FEB81764592EE375AA5 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
bool L_1;
L_1 = JsonTextReader_MatchValue_m62FC383608CF5AB98A45298CCEB8D2AE6FE82BAA(__this, L_0, NULL);
if (L_1)
{
goto IL_000b;
}
}
{
return (bool)0;
}
IL_000b:
{
bool L_2;
L_2 = JsonTextReader_EnsureChars_m7CABC04368BBB274FD5A8774DFEE5AF9202E0607(__this, 0, (bool)0, NULL);
if (L_2)
{
goto IL_0017;
}
}
{
return (bool)1;
}
IL_0017:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3 = __this->____chars_20;
int32_t L_4 = __this->____charPos_22;
NullCheck(L_3);
int32_t L_5 = L_4;
uint16_t L_6 = (uint16_t)(L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
bool L_7;
L_7 = JsonTextReader_IsSeparator_m1492A54F694AA7C0E377512461A7D62C5E01BB79(__this, L_6, NULL);
if (L_7)
{
goto IL_003d;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_8 = __this->____chars_20;
int32_t L_9 = __this->____charPos_22;
NullCheck(L_8);
int32_t L_10 = L_9;
uint16_t L_11 = (uint16_t)(L_8)->GetAt(static_cast<il2cpp_array_size_t>(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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonTextReader_IsSeparator_m1492A54F694AA7C0E377512461A7D62C5E01BB79 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, Il2CppChar ___c0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
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)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;
L_9 = JsonTextReader_EnsureChars_m7CABC04368BBB274FD5A8774DFEE5AF9202E0607(__this, 1, (bool)0, NULL);
if (L_9)
{
goto IL_0057;
}
}
{
return (bool)0;
}
IL_0057:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_10 = __this->____chars_20;
int32_t L_11 = __this->____charPos_22;
NullCheck(L_10);
int32_t L_12 = ((int32_t)il2cpp_codegen_add(L_11, 1));
uint16_t L_13 = (uint16_t)(L_10)->GetAt(static_cast<il2cpp_array_size_t>(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;
L_16 = JsonReader_get_CurrentState_m2B6FA669883053CDABF108A980F808CDC9F13699_inline(__this, NULL);
if ((((int32_t)L_16) == ((int32_t)((int32_t)10))))
{
goto IL_0088;
}
}
{
int32_t L_17;
L_17 = JsonReader_get_CurrentState_m2B6FA669883053CDABF108A980F808CDC9F13699_inline(__this, 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_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_19;
L_19 = Char_IsWhiteSpace_m9CE0F6685DB2502ABE106D160F95A287EFC07EF9(L_18, NULL);
if (!L_19)
{
goto IL_0096;
}
}
{
return (bool)1;
}
IL_0096:
{
return (bool)0;
}
}
// System.Void Newtonsoft.Json.JsonTextReader::ParseTrue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_ParseTrue_m680ED3A5A15B4AAA22B378E92B3D489F4696A3F4 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_0 = ((JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var))->___True_1;
bool L_1;
L_1 = JsonTextReader_MatchValueWithTrailingSeparator_m2FF58D79A9DECB4E8A525FEB81764592EE375AA5(__this, L_0, NULL);
if (!L_1)
{
goto IL_001c;
}
}
{
bool L_2 = ((bool)1);
RuntimeObject* L_3 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_2);
JsonReader_SetToken_m57B521A8D559EBEC2CF1FED3001068F4F897FEFF(__this, ((int32_t)10), L_3, NULL);
return;
}
IL_001c:
{
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_4;
L_4 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7CEA2FF07D6B6EFFB0D2FE96C3E1DA596EC55036)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ParseTrue_m680ED3A5A15B4AAA22B378E92B3D489F4696A3F4_RuntimeMethod_var)));
}
}
// System.Void Newtonsoft.Json.JsonTextReader::ParseNull()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_ParseNull_m919795B4C72BE47235F01092E85A2ACFAB37D727 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_0 = ((JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var))->___Null_3;
bool L_1;
L_1 = JsonTextReader_MatchValueWithTrailingSeparator_m2FF58D79A9DECB4E8A525FEB81764592EE375AA5(__this, L_0, NULL);
if (!L_1)
{
goto IL_0016;
}
}
{
JsonReader_SetToken_m9CB3201AB80BD12AF5490EE38B0AB1E667D5757B(__this, ((int32_t)11), NULL);
return;
}
IL_0016:
{
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_2;
L_2 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2126A564AADEBC9EC77DE191B2AB9177358A6021)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ParseNull_m919795B4C72BE47235F01092E85A2ACFAB37D727_RuntimeMethod_var)));
}
}
// System.Void Newtonsoft.Json.JsonTextReader::ParseUndefined()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_ParseUndefined_mE51CFE534A88607500322D701E3FB32BA047BF26 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_0 = ((JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var))->___Undefined_4;
bool L_1;
L_1 = JsonTextReader_MatchValueWithTrailingSeparator_m2FF58D79A9DECB4E8A525FEB81764592EE375AA5(__this, L_0, NULL);
if (!L_1)
{
goto IL_0016;
}
}
{
JsonReader_SetToken_m9CB3201AB80BD12AF5490EE38B0AB1E667D5757B(__this, ((int32_t)12), NULL);
return;
}
IL_0016:
{
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_2;
L_2 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral93793CFCB0E5DC19248B4B3239C9ACF940258782)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ParseUndefined_mE51CFE534A88607500322D701E3FB32BA047BF26_RuntimeMethod_var)));
}
}
// System.Void Newtonsoft.Json.JsonTextReader::ParseFalse()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_ParseFalse_m0E30E5B9698EBA3749591A9EF0AB71DFD93CB8B0 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_0 = ((JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var))->___False_2;
bool L_1;
L_1 = JsonTextReader_MatchValueWithTrailingSeparator_m2FF58D79A9DECB4E8A525FEB81764592EE375AA5(__this, L_0, NULL);
if (!L_1)
{
goto IL_001c;
}
}
{
bool L_2 = ((bool)0);
RuntimeObject* L_3 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_2);
JsonReader_SetToken_m57B521A8D559EBEC2CF1FED3001068F4F897FEFF(__this, ((int32_t)10), L_3, NULL);
return;
}
IL_001c:
{
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_4;
L_4 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7CEA2FF07D6B6EFFB0D2FE96C3E1DA596EC55036)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ParseFalse_m0E30E5B9698EBA3749591A9EF0AB71DFD93CB8B0_RuntimeMethod_var)));
}
}
// System.Object Newtonsoft.Json.JsonTextReader::ParseNumberNegativeInfinity(Newtonsoft.Json.ReadType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonTextReader_ParseNumberNegativeInfinity_m66DE18B2677FAFE1F6BC99D4A0E9FBB89F47F3A1 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, int32_t ___readType0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___readType0;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_1 = ((JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var))->___NegativeInfinity_6;
bool L_2;
L_2 = JsonTextReader_MatchValueWithTrailingSeparator_m2FF58D79A9DECB4E8A525FEB81764592EE375AA5(__this, L_1, NULL);
RuntimeObject* L_3;
L_3 = JsonTextReader_ParseNumberNegativeInfinity_m22947A4019CAE1C75BBEF6649AF6F581E5D7EB00(__this, L_0, L_2, NULL);
return L_3;
}
}
// System.Object Newtonsoft.Json.JsonTextReader::ParseNumberNegativeInfinity(Newtonsoft.Json.ReadType,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonTextReader_ParseNumberNegativeInfinity_m22947A4019CAE1C75BBEF6649AF6F581E5D7EB00 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, int32_t ___readType0, bool ___matched1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = ___matched1;
if (!L_0)
{
goto IL_0059;
}
}
{
int32_t L_1 = ___readType0;
if (!L_1)
{
goto IL_000e;
}
}
{
int32_t L_2 = ___readType0;
if ((((int32_t)L_2) == ((int32_t)4)))
{
goto IL_003a;
}
}
{
int32_t L_3 = ___readType0;
if ((!(((uint32_t)L_3) == ((uint32_t)8))))
{
goto IL_004d;
}
}
IL_000e:
{
int32_t L_4 = ((JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765*)__this)->____floatParseHandling_10;
if (L_4)
{
goto IL_004d;
}
}
{
double L_5 = (-std::numeric_limits<double>::infinity());
RuntimeObject* L_6 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_5);
JsonReader_SetToken_m57B521A8D559EBEC2CF1FED3001068F4F897FEFF(__this, 8, L_6, NULL);
double L_7 = (-std::numeric_limits<double>::infinity());
RuntimeObject* L_8 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_7);
return L_8;
}
IL_003a:
{
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_9 = ((JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var))->___NegativeInfinity_6;
JsonReader_SetToken_m57B521A8D559EBEC2CF1FED3001068F4F897FEFF(__this, ((int32_t)9), L_9, NULL);
String_t* L_10 = ((JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var))->___NegativeInfinity_6;
return L_10;
}
IL_004d:
{
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_11;
L_11 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5FAD7770918C6E78D94301DA64DF0E8EB61EA7A1)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ParseNumberNegativeInfinity_m22947A4019CAE1C75BBEF6649AF6F581E5D7EB00_RuntimeMethod_var)));
}
IL_0059:
{
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_12;
L_12 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral82A48DA1E7A9588DA188DC841AF17995A36BB122)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ParseNumberNegativeInfinity_m22947A4019CAE1C75BBEF6649AF6F581E5D7EB00_RuntimeMethod_var)));
}
}
// System.Object Newtonsoft.Json.JsonTextReader::ParseNumberPositiveInfinity(Newtonsoft.Json.ReadType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonTextReader_ParseNumberPositiveInfinity_mD0CE3A7D6489B26B0E2D720D0D643D092F8D3BE3 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, int32_t ___readType0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___readType0;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_1 = ((JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var))->___PositiveInfinity_5;
bool L_2;
L_2 = JsonTextReader_MatchValueWithTrailingSeparator_m2FF58D79A9DECB4E8A525FEB81764592EE375AA5(__this, L_1, NULL);
RuntimeObject* L_3;
L_3 = JsonTextReader_ParseNumberPositiveInfinity_m55117DA2065DA67095B349435C343141F5DF6064(__this, L_0, L_2, NULL);
return L_3;
}
}
// System.Object Newtonsoft.Json.JsonTextReader::ParseNumberPositiveInfinity(Newtonsoft.Json.ReadType,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonTextReader_ParseNumberPositiveInfinity_m55117DA2065DA67095B349435C343141F5DF6064 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, int32_t ___readType0, bool ___matched1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = ___matched1;
if (!L_0)
{
goto IL_0059;
}
}
{
int32_t L_1 = ___readType0;
if (!L_1)
{
goto IL_000e;
}
}
{
int32_t L_2 = ___readType0;
if ((((int32_t)L_2) == ((int32_t)4)))
{
goto IL_003a;
}
}
{
int32_t L_3 = ___readType0;
if ((!(((uint32_t)L_3) == ((uint32_t)8))))
{
goto IL_004d;
}
}
IL_000e:
{
int32_t L_4 = ((JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765*)__this)->____floatParseHandling_10;
if (L_4)
{
goto IL_004d;
}
}
{
double L_5 = (std::numeric_limits<double>::infinity());
RuntimeObject* L_6 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_5);
JsonReader_SetToken_m57B521A8D559EBEC2CF1FED3001068F4F897FEFF(__this, 8, L_6, NULL);
double L_7 = (std::numeric_limits<double>::infinity());
RuntimeObject* L_8 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_7);
return L_8;
}
IL_003a:
{
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_9 = ((JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var))->___PositiveInfinity_5;
JsonReader_SetToken_m57B521A8D559EBEC2CF1FED3001068F4F897FEFF(__this, ((int32_t)9), L_9, NULL);
String_t* L_10 = ((JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var))->___PositiveInfinity_5;
return L_10;
}
IL_004d:
{
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_11;
L_11 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEB3D98CC4A78CBE066E2B4809C93F62460AE5180)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ParseNumberPositiveInfinity_m55117DA2065DA67095B349435C343141F5DF6064_RuntimeMethod_var)));
}
IL_0059:
{
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_12;
L_12 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD9D48D0E16129B9AA9B4C0A1840318F21A0A4EB3)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ParseNumberPositiveInfinity_m55117DA2065DA67095B349435C343141F5DF6064_RuntimeMethod_var)));
}
}
// System.Object Newtonsoft.Json.JsonTextReader::ParseNumberNaN(Newtonsoft.Json.ReadType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonTextReader_ParseNumberNaN_m2E1E654009F175EE501616C680C9E3998DC5211F (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, int32_t ___readType0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___readType0;
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_1 = ((JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var))->___NaN_7;
bool L_2;
L_2 = JsonTextReader_MatchValueWithTrailingSeparator_m2FF58D79A9DECB4E8A525FEB81764592EE375AA5(__this, L_1, NULL);
RuntimeObject* L_3;
L_3 = JsonTextReader_ParseNumberNaN_m807CBF48362672E5C2BA098DAE0A6867CE04EB02(__this, L_0, L_2, NULL);
return L_3;
}
}
// System.Object Newtonsoft.Json.JsonTextReader::ParseNumberNaN(Newtonsoft.Json.ReadType,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonTextReader_ParseNumberNaN_m807CBF48362672E5C2BA098DAE0A6867CE04EB02 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, int32_t ___readType0, bool ___matched1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = ___matched1;
if (!L_0)
{
goto IL_0059;
}
}
{
int32_t L_1 = ___readType0;
if (!L_1)
{
goto IL_000e;
}
}
{
int32_t L_2 = ___readType0;
if ((((int32_t)L_2) == ((int32_t)4)))
{
goto IL_003a;
}
}
{
int32_t L_3 = ___readType0;
if ((!(((uint32_t)L_3) == ((uint32_t)8))))
{
goto IL_004d;
}
}
IL_000e:
{
int32_t L_4 = ((JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765*)__this)->____floatParseHandling_10;
if (L_4)
{
goto IL_004d;
}
}
{
double L_5 = (std::numeric_limits<double>::quiet_NaN());
RuntimeObject* L_6 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_5);
JsonReader_SetToken_m57B521A8D559EBEC2CF1FED3001068F4F897FEFF(__this, 8, L_6, NULL);
double L_7 = (std::numeric_limits<double>::quiet_NaN());
RuntimeObject* L_8 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_7);
return L_8;
}
IL_003a:
{
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
String_t* L_9 = ((JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var))->___NaN_7;
JsonReader_SetToken_m57B521A8D559EBEC2CF1FED3001068F4F897FEFF(__this, ((int32_t)9), L_9, NULL);
String_t* L_10 = ((JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var))->___NaN_7;
return L_10;
}
IL_004d:
{
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_11;
L_11 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral51A27B2BA2890881DE51265E5366F94E15F61348)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ParseNumberNaN_m807CBF48362672E5C2BA098DAE0A6867CE04EB02_RuntimeMethod_var)));
}
IL_0059:
{
JsonReaderException_t44F3F6F2980FC806231B19A65F37D1E034B218DA* L_12;
L_12 = JsonReaderException_Create_m7C3451F04FD7F5BB5425F3A71D5BADB719860C26(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4EA506B69E335C18E704C80BD1C743CBC3F8DCB8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonTextReader_ParseNumberNaN_m807CBF48362672E5C2BA098DAE0A6867CE04EB02_RuntimeMethod_var)));
}
}
// System.Void Newtonsoft.Json.JsonTextReader::Close()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextReader_Close_mC616AC4E6EBF4B48D72CABD3CC03B2C32F3FA53F (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method)
{
TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* G_B5_0 = NULL;
TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* G_B4_0 = NULL;
{
JsonReader_Close_m68AD33DBE5DA0990DB82A21F3AB2D1F91AE49F84(__this, NULL);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = __this->____chars_20;
if (!L_0)
{
goto IL_0026;
}
}
{
RuntimeObject* L_1 = __this->____arrayPool_28;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = __this->____chars_20;
BufferUtils_ReturnBuffer_m4E16405935FE4EAAC437FDA5221F38E9E89CD797(L_1, L_2, NULL);
__this->____chars_20 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->____chars_20), (void*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)NULL);
}
IL_0026:
{
bool L_3;
L_3 = JsonReader_get_CloseInput_m5D28FC12BD22B62AA1E493BC7A77402F1AA26DE4_inline(__this, NULL);
if (!L_3)
{
goto IL_003f;
}
}
{
TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* L_4 = __this->____reader_19;
TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* L_5 = L_4;
G_B4_0 = L_5;
if (L_5)
{
G_B5_0 = L_5;
goto IL_003a;
}
}
{
goto IL_003f;
}
IL_003a:
{
NullCheck(G_B5_0);
VirtualActionInvoker0::Invoke(7 /* System.Void System.IO.TextReader::Close() */, G_B5_0);
}
IL_003f:
{
StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* L_6 = (&__this->____stringBuffer_26);
RuntimeObject* L_7 = __this->____arrayPool_28;
StringBuffer_Clear_m6C24B7B855B0E8F12C3DC20D6191EDB81A0D65A6(L_6, L_7, NULL);
return;
}
}
// System.Boolean Newtonsoft.Json.JsonTextReader::HasLineInfo()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonTextReader_HasLineInfo_m6B848FA0A4FB6405B898D680136A281FB69FC37F (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
// System.Int32 Newtonsoft.Json.JsonTextReader::get_LineNumber()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonTextReader_get_LineNumber_mEE18A710D67FDA3F41C164E43FF8ECA880B942B9 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method)
{
{
int32_t L_0;
L_0 = JsonReader_get_CurrentState_m2B6FA669883053CDABF108A980F808CDC9F13699_inline(__this, NULL);
if (L_0)
{
goto IL_001b;
}
}
{
int32_t L_1;
L_1 = JsonTextReader_get_LinePosition_m867272C6F2107F121486D302ADCE9A6A9CA6A354(__this, NULL);
if (L_1)
{
goto IL_001b;
}
}
{
int32_t L_2;
L_2 = VirtualFuncInvoker0< int32_t >::Invoke(16 /* 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->____lineNumber_24;
return L_3;
}
}
// System.Int32 Newtonsoft.Json.JsonTextReader::get_LinePosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonTextReader_get_LinePosition_m867272C6F2107F121486D302ADCE9A6A9CA6A354 (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____charPos_22;
int32_t L_1 = __this->____lineStartPos_23;
return ((int32_t)il2cpp_codegen_subtract(L_0, L_1));
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____stringLength_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonContainerAttribute_set_NamingStrategyInstance_mEC93A971DA02ED78E28B14E24D1A9098692CB442_inline (JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* __this, NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* ___value0, const RuntimeMethod* method)
{
{
NamingStrategy_tB85DD4A9F6C33F668AF7273D3B5193ABC4617D50* L_0 = ___value0;
__this->___U3CNamingStrategyInstanceU3Ek__BackingField_5 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CNamingStrategyInstanceU3Ek__BackingField_5), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonContainerAttribute_set_Id_mFF33E336D35F872AD79BE6FB4665551BD729EFA8_inline (JsonContainerAttribute_t84168DEA2B41EB84D4BF6C3AF04D6075F4CEB1C7* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->___U3CIdU3Ek__BackingField_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CIdU3Ek__BackingField_0), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Double_IsInfinity_mFA158CA8247818AE2FEB5B11158A354CA5B4FCC5_inline (double ___d0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = ___d0;
il2cpp_codegen_runtime_class_init_inline(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
int64_t L_1;
L_1 = BitConverter_DoubleToInt64Bits_m45D911F884F3B09BF39C02044EDC9BDA8084C80B_inline(L_0, NULL);
return (bool)((((int64_t)((int64_t)(L_1&((int64_t)(std::numeric_limits<int64_t>::max)())))) == ((int64_t)((int64_t)9218868437227405312LL)))? 1 : 0);
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Double_IsNaN_m752DA1554CE1712F292DAC4AEC30869AD7234E18_inline (double ___d0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = ___d0;
il2cpp_codegen_runtime_class_init_inline(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
int64_t L_1;
L_1 = BitConverter_DoubleToInt64Bits_m45D911F884F3B09BF39C02044EDC9BDA8084C80B_inline(L_0, NULL);
return (bool)((((int64_t)((int64_t)(L_1&((int64_t)(std::numeric_limits<int64_t>::max)())))) > ((int64_t)((int64_t)9218868437227405312LL)))? 1 : 0);
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonSerializerSettings_set_Converters_mF3D958F510BA4BBC18E2D2088EF9D3FC839AFB4C_inline (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
__this->___U3CConvertersU3Ek__BackingField_45 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CConvertersU3Ek__BackingField_45), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlNodeConverter_set_OmitRootObject_mA3B18200974DB101932BFFD9AE802656815C7729_inline (XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF* __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->___U3COmitRootObjectU3Ek__BackingField_10 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlNodeConverter_set_DeserializeRootElementName_m3BF71E4654215F114EDE08F035A62A886E87821A_inline (XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->___U3CDeserializeRootElementNameU3Ek__BackingField_8 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CDeserializeRootElementNameU3Ek__BackingField_8), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlNodeConverter_set_WriteArrayAttribute_mDB9B899CAC005A16290D1AE4688D6114195A1F24_inline (XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF* __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->___U3CWriteArrayAttributeU3Ek__BackingField_9 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlNodeConverter_set_EncodeSpecialCharacters_m08188F39DD276C01BD54AA58C4A7D7CF2E03D47C_inline (XmlNodeConverter_t2BBBEC7EB7BD0E68DE693AE4A21B507B62EAFDBF* __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->___U3CEncodeSpecialCharactersU3Ek__BackingField_11 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonExtensionDataAttribute_set_WriteData_mDF516C304D65CDAB9EDE6FFA7F69C1BFAD02F564_inline (JsonExtensionDataAttribute_tF492B4EC51E6325C4CA761F373861202B4F9035E* __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->___U3CWriteDataU3Ek__BackingField_0 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonExtensionDataAttribute_set_ReadData_m4C4681A75042DE8C8A35380154BE3A870AD78D1D_inline (JsonExtensionDataAttribute_tF492B4EC51E6325C4CA761F373861202B4F9035E* __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->___U3CReadDataU3Ek__BackingField_1 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonObjectAttribute_set_MemberSerialization_m241046E598051AB3A18948986659C085B905C8BF_inline (JsonObjectAttribute_tF1A0A8D30875A7ECC57B4B2D52C684D61D2038B9* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->____memberSerialization_12 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonPropertyAttribute_set_PropertyName_m85DD25DB8B7E955976936D0F602507546C3B5EF1_inline (JsonPropertyAttribute_t5EC81C65E10178A674A16272B2FF70C7AC200F48* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->___U3CPropertyNameU3Ek__BackingField_15 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CPropertyNameU3Ek__BackingField_15), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonReader_set_CloseInput_m084FA36AC838A9D3CABFF315691DACAFC4CF16BC_inline (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->___U3CCloseInputU3Ek__BackingField_13 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonReader_get_DateTimeZoneHandling_m54980577E0FAC72C255619A8971816C4DE07AAA4_inline (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____dateTimeZoneHandling_6;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool JsonReader_get_SupportMultipleContent_m28769E9E99495F868A23A8F6BDF5CB90D9B792B6_inline (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___U3CSupportMultipleContentU3Ek__BackingField_14;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* JsonContract_get_UnderlyingType_mD9A37A6619D3F541F77C3E09ED8242511AFCBEB7_inline (JsonContract_tE6A7D4E99E3396B56718606824E99F870FCCF4BA* __this, const RuntimeMethod* method)
{
{
Type_t* L_0 = __this->___U3CUnderlyingTypeU3Ek__BackingField_15;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* DefaultContractResolver_get_Instance_mE3A5B31B25C6A9BA0EF7FD074861AA430F0962F1_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var);
RuntimeObject* L_0 = ((DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_StaticFields*)il2cpp_codegen_static_fields_for(DefaultContractResolver_t463A02A39C265D7EB415D4CEB2B2E32664A02CAD_il2cpp_TypeInfo_var))->____instance_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Func_1_tBFD60F84D866D7D581A740F0AD1D2726E7052D08* JsonConvert_get_DefaultSettings_m15362B329A16A85FC8E86C8B88DCE1EFB24B95DB_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var);
Func_1_tBFD60F84D866D7D581A740F0AD1D2726E7052D08* L_0 = ((JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_t01281FFED14CC2AEFABB6608315D90ED5C46E0C2_il2cpp_TypeInfo_var))->___U3CDefaultSettingsU3Ek__BackingField_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializerSettings_get_Converters_mB7EE43E74FA48980B6C0976D7A2160B2174C8FCA_inline (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CConvertersU3Ek__BackingField_45;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380* JsonSerializerSettings_get_Error_m02A88351C07F1B3821B5E8A161CDE90B7EBF2C89_inline (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method)
{
{
EventHandler_1_t69462DFC2F2C8D7576BEE9D1F5BB6C2E55B2C380* L_0 = __this->___U3CErrorU3Ek__BackingField_51;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializerSettings_get_ContractResolver_mC94CDBCF870E73DC5E8BBF374DF22DB7B864F75A_inline (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CContractResolverU3Ek__BackingField_46;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Func_1_t78E8B13F3C7D6CC3EB821B4F5D26999D062417E2* JsonSerializerSettings_get_ReferenceResolverProvider_m8525837E697E32E6B6F0D5132A6199BEEBAF217C_inline (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method)
{
{
Func_1_t78E8B13F3C7D6CC3EB821B4F5D26999D062417E2* L_0 = __this->___U3CReferenceResolverProviderU3Ek__BackingField_48;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializerSettings_get_TraceWriter_m60C8FFA8ABA33EEE8C2613FD882DEFB50DBED6FC_inline (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CTraceWriterU3Ek__BackingField_49;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializerSettings_get_EqualityComparer_mBF43D33BBBCCF1A8BCFF1E12E47C2FBDA3FFDC6B_inline (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CEqualityComparerU3Ek__BackingField_47;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializerSettings_get_SerializationBinder_m73166AD5FCC2B810E5A53B5F7BEB42D6664838D7_inline (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CSerializationBinderU3Ek__BackingField_50;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonReader_set_Culture_m32AD6F7F73305D077841E603808BE4B9DBEDAD13_inline (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___value0, const RuntimeMethod* method)
{
{
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0 = ___value0;
__this->____culture_5 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____culture_5), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonReader_get_DateParseHandling_m30B55C240DFBB01311DB973D35B62C2A138D4DC5_inline (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____dateParseHandling_9;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonReader_get_FloatParseHandling_m6A522BBC3B7FBE3A21C1CC89B5AFB35CEA955826_inline (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____floatParseHandling_10;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 JsonReader_get_MaxDepth_m36C1AC4E11FA1D37C477B2FEAF26133AFE0BB56E_inline (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method)
{
{
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_0 = __this->____maxDepth_7;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* JsonReader_get_DateFormatString_mBEDE1FE52D98B87A039F321055027AC1FC779071_inline (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->____dateFormatString_11;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonReader_set_DateFormatString_m7B16FCCF01DADBE34D5371BBD3820DFED84B283C_inline (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->____dateFormatString_11 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____dateFormatString_11), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR JsonNameTable_t0B2C7BA303E82F2C1E3C1176620FA86FA3BB611F* JsonTextReader_get_PropertyNameTable_mFF19052283A1C0AEA8A9F7265479673FF50D863C_inline (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, const RuntimeMethod* method)
{
{
JsonNameTable_t0B2C7BA303E82F2C1E3C1176620FA86FA3BB611F* L_0 = __this->___U3CPropertyNameTableU3Ek__BackingField_29;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonTextReader_set_PropertyNameTable_m489CECD015139F6DCE2B4BEB8360560CAFCA3AAC_inline (JsonTextReader_tCEDEE183A71157D31A68AB80F3636C1CBC2BE43E* __this, JsonNameTable_t0B2C7BA303E82F2C1E3C1176620FA86FA3BB611F* ___value0, const RuntimeMethod* method)
{
{
JsonNameTable_t0B2C7BA303E82F2C1E3C1176620FA86FA3BB611F* L_0 = ___value0;
__this->___U3CPropertyNameTableU3Ek__BackingField_29 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CPropertyNameTableU3Ek__BackingField_29), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonWriter_get_Formatting_m7F7879CD7E9188A428A6E01990E70A65F5FEF81A_inline (JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____formatting_5;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonWriter_get_DateFormatHandling_mFA2684069267F277B7340B9738B1A9296A4EF8AE_inline (JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____dateFormatHandling_8;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonWriter_get_DateTimeZoneHandling_m70A3776234605D953796332656844492C164F799_inline (JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____dateTimeZoneHandling_9;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonWriter_get_FloatFormatHandling_mE17C10E646C9C244BCA40478DDC209C0BC59DF2F_inline (JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____floatFormatHandling_11;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonWriter_get_StringEscapeHandling_m6B1688C4008ED729AF01BF5F2862E665F6F4F685_inline (JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____stringEscapeHandling_10;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonWriter_set_Culture_m46C18DF75D3CB2D3001F41638A397D002F5970A0_inline (JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* __this, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___value0, const RuntimeMethod* method)
{
{
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0 = ___value0;
__this->____culture_13 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____culture_13), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* JsonWriter_get_DateFormatString_m4E28421DC0EEE6A22B612788F0B1E5576FDB7865_inline (JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->____dateFormatString_12;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonWriter_set_DateFormatString_m6563F6EF134A68FD75F2B8D40EE72E78286B6B33_inline (JsonWriter_t1750495CE81BD2D7BF7335A8468E2F960CA3ABC3* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->____dateFormatString_12 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____dateFormatString_12), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonSerializerSettings_set_ReferenceResolverProvider_m247F43293AE66115ADAA6E85C4C0EF76E5851F82_inline (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, Func_1_t78E8B13F3C7D6CC3EB821B4F5D26999D062417E2* ___value0, const RuntimeMethod* method)
{
{
Func_1_t78E8B13F3C7D6CC3EB821B4F5D26999D062417E2* L_0 = ___value0;
__this->___U3CReferenceResolverProviderU3Ek__BackingField_48 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CReferenceResolverProviderU3Ek__BackingField_48), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonSerializerSettings_set_SerializationBinder_mB422F57C2BBF446B5B898489802820A56C934C52_inline (JsonSerializerSettings_t152F58F4E62A8349D748C945AF1699F84546D3FF* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
__this->___U3CSerializationBinderU3Ek__BackingField_50 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CSerializationBinderU3Ek__BackingField_50), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonReader_get_CurrentState_m2B6FA669883053CDABF108A980F808CDC9F13699_inline (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____currentState_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t StringReference_get_Length_m65CF2F68237C0273F5BE4B4B0DCD4247CD940385_inline (StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____length_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* StringReference_get_Chars_mCAEA9DDED5058DE07529C24621E510E396B79A6B_inline (StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* __this, const RuntimeMethod* method)
{
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = __this->____chars_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t StringReference_get_StartIndex_mC3DD76078312694DB7C297115073EAE930B42925_inline (StringReference_t699448489ADA552CAB49087CA0E213D0554EFE3C* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____startIndex_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void StringBuffer_set_Position_m68C6F0EBF858CFCF3D10A8D1D255B24ADA883263_inline (StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->____position_1 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* StringBuffer_get_InternalBuffer_m74C440CFC916B0D891EBEB6D577BFB518CF891B0_inline (StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* __this, const RuntimeMethod* method)
{
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = __this->____buffer_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t StringBuffer_get_Position_m26F00F0301A7D88C7A0E2199F1E6394C2D1AB61D_inline (StringBuffer_tCDD0DF688243FC93296397311678087BDC2FDEEB* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____position_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool JsonReader_get_CloseInput_m5D28FC12BD22B62AA1E493BC7A77402F1AA26DE4_inline (JsonReader_tB90522FA9D4C1C218A3F2C529A27D95123847765* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___U3CCloseInputU3Ek__BackingField_13;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_gshared_inline (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, const RuntimeMethod* method)
{
{
bool L_0 = (bool)__this->___value_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m26287DBB36429B2E2FBCB3F96F439248F8CAA8BB_gshared_inline (Nullable_1_t163D49A1147F217B7BD43BE8ACC8A5CC6B846D14* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->___value_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m00C7B09127FBADCF02F7C159E1802727A35E6BAC_gshared_inline (List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->____size_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mA301CEEE514E90D0BDED5AB7113CD25FA2B87764_gshared_inline (Nullable_1_t6F19C42FD83BED6834BC983208EBC13002F098AF* __this, const RuntimeMethod* method)
{
{
bool L_0 = (bool)__this->___hasValue_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR JsonPosition_t7788656A280615072710710E8C15D23285850E8E Nullable_1_GetValueOrDefault_m144FF59A57ED81B7EEFE2196D199312B1C11116B_gshared_inline (Nullable_1_t6F19C42FD83BED6834BC983208EBC13002F098AF* __this, const RuntimeMethod* method)
{
{
JsonPosition_t7788656A280615072710710E8C15D23285850E8E L_0 = (JsonPosition_t7788656A280615072710710E8C15D23285850E8E)__this->___value_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR JsonPosition_t7788656A280615072710710E8C15D23285850E8E Enumerator_get_Current_mCAB5474BEFF16443260F5AD82F94FF5379C4FC8B_gshared_inline (Enumerator_t6E468DD51964B6FD4E8A8E789F16809147F786C7* __this, const RuntimeMethod* method)
{
{
JsonPosition_t7788656A280615072710710E8C15D23285850E8E L_0 = (JsonPosition_t7788656A280615072710710E8C15D23285850E8E)__this->____current_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_gshared_inline (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->___value_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_gshared_inline (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, const RuntimeMethod* method)
{
{
bool L_0 = (bool)__this->___hasValue_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m34ED5C6C6145CA655718C59A51BEA6FE899B8987_gshared_inline (List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB* __this, JsonPosition_t7788656A280615072710710E8C15D23285850E8E ___item0, const RuntimeMethod* method)
{
JsonPositionU5BU5D_t529EF84770C7EF9DFD154612EED7169C4AF13338* V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0 = (int32_t)__this->____version_3;
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
JsonPositionU5BU5D_t529EF84770C7EF9DFD154612EED7169C4AF13338* L_1 = (JsonPositionU5BU5D_t529EF84770C7EF9DFD154612EED7169C4AF13338*)__this->____items_1;
V_0 = L_1;
int32_t L_2 = (int32_t)__this->____size_2;
V_1 = L_2;
int32_t L_3 = V_1;
JsonPositionU5BU5D_t529EF84770C7EF9DFD154612EED7169C4AF13338* L_4 = V_0;
NullCheck(L_4);
if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))
{
goto IL_0034;
}
}
{
int32_t L_5 = V_1;
__this->____size_2 = ((int32_t)il2cpp_codegen_add(L_5, 1));
JsonPositionU5BU5D_t529EF84770C7EF9DFD154612EED7169C4AF13338* L_6 = V_0;
int32_t L_7 = V_1;
JsonPosition_t7788656A280615072710710E8C15D23285850E8E L_8 = ___item0;
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (JsonPosition_t7788656A280615072710710E8C15D23285850E8E)L_8);
return;
}
IL_0034:
{
JsonPosition_t7788656A280615072710710E8C15D23285850E8E L_9 = ___item0;
(( void (*) (List_1_t53E7DEFF45EC8B1D5AE04D4FC6284E617F0D79CB*, JsonPosition_t7788656A280615072710710E8C15D23285850E8E, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 11)))(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 11));
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* CollectionUtils_ArrayEmpty_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mD02E1E6761052BEF37759A7241CBC15C3F7A904F_gshared_inline (const RuntimeMethod* method)
{
{
il2cpp_codegen_runtime_class_init_inline(il2cpp_rgctx_data(method->rgctx_data, 0));
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ((EmptyArrayContainer_1_t1B2EEAFA84699FF4386CD130FACC67819455A5BB_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_rgctx_data(method->rgctx_data, 0)))->___Empty_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mCF9C36A7DE08AFB2D2EEC76139677E086A6CAD73_gshared_inline (List_1_t7D15BE3246500BBF1A24C24DBF963B89A876255B* __this, uint8_t ___item0, const RuntimeMethod* method)
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0 = (int32_t)__this->____version_3;
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)__this->____items_1;
V_0 = L_1;
int32_t L_2 = (int32_t)__this->____size_2;
V_1 = L_2;
int32_t L_3 = V_1;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = V_0;
NullCheck(L_4);
if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))
{
goto IL_0034;
}
}
{
int32_t L_5 = V_1;
__this->____size_2 = ((int32_t)il2cpp_codegen_add(L_5, 1));
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = V_0;
int32_t L_7 = V_1;
uint8_t L_8 = ___item0;
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (uint8_t)L_8);
return;
}
IL_0034:
{
uint8_t L_9 = ___item0;
(( void (*) (List_1_t7D15BE3246500BBF1A24C24DBF963B89A876255B*, uint8_t, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 11)))(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 11));
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_gshared_inline (ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C* __this, const RuntimeMethod* method)
{
{
ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_0 = (ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4)__this->___m_configuredTaskAwaiter_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mB1F55188CDD50D6D725D41F55D2F2540CD15FB20_gshared_inline (Nullable_1_t163D49A1147F217B7BD43BE8ACC8A5CC6B846D14* __this, const RuntimeMethod* method)
{
{
bool L_0 = (bool)__this->___hasValue_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_gshared_inline (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, const RuntimeMethod* method)
{
{
bool L_0 = (bool)__this->___hasValue_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Func_1_Invoke_m1412272198DFA4066C83206E5B43353AF10A2EEE_gshared_inline (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* __this, const RuntimeMethod* method)
{
typedef RuntimeObject* (*FunctionPointerType) (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* __this, const RuntimeMethod* method);
return ((FunctionPointerType)__this->___invoke_impl_1)(__this, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mA17F655968AD8B406145013BAD4B9D5672856EFB_gshared_inline (Nullable_1_tC3E8E254B9DCF808C08AFA1FC2151C2BC0040F3A* __this, const RuntimeMethod* method)
{
{
bool L_0 = (bool)__this->___hasValue_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventHandler_1_Invoke_mBD72C04FF5A08A2EA93DFD21037CD1C27A48D07A_gshared_inline (EventHandler_1_tD8C4A5BE1F7C91B1A7E99AE87AFD2F5432C38746* __this, RuntimeObject* ___sender0, RuntimeObject* ___e1, const RuntimeMethod* method)
{
typedef void (*FunctionPointerType) (EventHandler_1_tD8C4A5BE1F7C91B1A7E99AE87AFD2F5432C38746* __this, RuntimeObject* ___sender0, RuntimeObject* ___e1, const RuntimeMethod* method);
((FunctionPointerType)__this->___invoke_impl_1)(__this, ___sender0, ___e1, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 Nullable_1_GetValueOrDefault_m69DB313A95B4E1195EC8848F21DC22A9DB62358F_gshared_inline (Nullable_1_tC3E8E254B9DCF808C08AFA1FC2151C2BC0040F3A* __this, const RuntimeMethod* method)
{
{
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_0 = (StreamingContext_t56760522A751890146EE45F82F866B55B7E33677)__this->___value_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t BitConverter_DoubleToInt64Bits_m45D911F884F3B09BF39C02044EDC9BDA8084C80B_inline (double ___value0, const RuntimeMethod* method)
{
{
int64_t L_0 = *((int64_t*)((uintptr_t)(&___value0)));
return L_0;
}
}